blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
390
content_id
stringlengths
40
40
detected_licenses
listlengths
0
35
license_type
stringclasses
2 values
repo_name
stringlengths
6
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
539 values
visit_date
timestamp[us]date
2016-08-02 21:09:20
2023-09-06 10:10:07
revision_date
timestamp[us]date
1990-01-30 01:55:47
2023-09-05 21:45:37
committer_date
timestamp[us]date
2003-07-12 18:48:29
2023-09-05 21:45:37
github_id
int64
7.28k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-06-11 04:05:37
2023-09-14 21:59:18
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-28 02:39:21
gha_language
stringclasses
62 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
128
12.8k
extension
stringclasses
11 values
content
stringlengths
128
8.19k
authors
listlengths
1
1
author_id
stringlengths
1
79
85191d0e47ec8d7a7cba2a9c3add883bed9a6363
a5c01bfd79fa6d7969c17b365e5333acc5735c56
/YCSDK/src/com/zhonghong/glaphics/palette/ColorHistogram.java
c27204d1e52339d4176eee0696663195603386c7
[]
no_license
YC-YC/SDK
a0a9197898c0e622fe9fbfde5bd051f7ba98ac5c
988ca8da3d1447ff7ee0d41fef03b2563c8d4975
refs/heads/master
2021-09-05T22:18:16.315473
2018-01-31T09:44:13
2018-01-31T09:44:13
113,466,575
0
1
null
null
null
null
UTF-8
Java
false
false
3,626
java
/* * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
[ "yellowc.yc@aliyun.com" ]
yellowc.yc@aliyun.com
e0ca833a036a1bfe7937f8cb86944d01516d2b91
47798511441d7b091a394986afd1f72e8f9ff7ab
/src/main/java/com/alipay/api/domain/AlipayCommerceAntestMockgrouplistQueryModel.java
335312e4b057d97c76f5abc64619c097bcfc1f1b
[ "Apache-2.0" ]
permissive
yihukurama/alipay-sdk-java-all
c53d898371032ed5f296b679fd62335511e4a310
0bf19c486251505b559863998b41636d53c13d41
refs/heads/master
2022-07-01T09:33:14.557065
2020-05-07T11:20:51
2020-05-07T11:20:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
593
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 查询antest挡板列表 * * @author auto create * @since 1.0, 2020-04-21 15:47:47 */ public class AlipayCommerceAntestMockgrouplistQueryModel extends AlipayObject { private static final l...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
ae98796de9cfc84e64479bb0517f14f97a8c6f96
2214702e68546c7299b626b8b1239070bb396376
/src/com/jkkp/modules/order/controller/OrderIdController.java
98776b93ffd9882f76164d64b8687b83a6fcabe0
[]
no_license
KnightWind/jkkweb
55a50375a19508a490d5fbbc6b2f7fd6ad79fdcd
ac2e3f47cc07154e4fc666e1028299980f1783d2
refs/heads/master
2021-01-10T16:49:25.342698
2015-09-29T09:48:38
2015-09-29T09:48:38
43,357,602
0
0
null
null
null
null
UTF-8
Java
false
false
2,336
java
package com.jkkp.modules.order.controller; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotat...
[ "wangchaobo@jiakeke.com" ]
wangchaobo@jiakeke.com
2af76d1dab120e9b3bc10d59db68d7623b83945b
03dc876cb1361bf0100b894ffdedf592944a0ef0
/jedis-tutorial/src/main/java/ExpireSet.java
fbdaf476f069ebed69a624730d51dcb0c865b839
[]
no_license
uc4w6c/redis-student
a46df5810779593c22e8776e4341acd9b9bda865
038a3f35a8a00bf3a71224e242e4fdce6b4540a2
refs/heads/master
2022-12-19T01:10:58.180572
2020-09-27T04:15:26
2020-09-27T04:15:26
298,732,276
0
0
null
null
null
null
UTF-8
Java
false
false
631
java
import redis.clients.jedis.Jedis; public class ExpireSet { private Jedis jedis; public ExpireSet(Jedis jedis) { this.jedis = jedis; } public void run() { jedis.set("my_key", "abcde"); jedis.expire("my_key", 5); System.out.println(jedis.get("my_key")); System.ou...
[ "uc4w6c@bma.biglobe.ne.jp" ]
uc4w6c@bma.biglobe.ne.jp
89013d0acdae97a4fdf67f1c7705eb76dd992fc7
d4bf818fb304449a7e703d679daf19d6b3035ee5
/src/main/java/us/codecraft/webmagic/pipeline/FilePipeline.java
63d853b424432ac8f7abe18214c9026348d5dbb0
[]
no_license
muyundefeng/SpringLearning
11524d754c97bf20f18c5810556b084200d4da70
15821700372be76d33ca943c38c76d7117c489d2
refs/heads/master
2020-04-06T05:01:16.391956
2016-10-25T02:58:02
2016-10-25T02:58:02
57,977,720
0
0
null
null
null
null
UTF-8
Java
false
false
2,276
java
package us.codecraft.webmagic.pipeline; import org.apache.http.annotation.ThreadSafe; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.appCrawler.utils.JsonUtils; import com.appCrawler.utils.PropertiesUtil; import us.codecraft.webmagic.Apk; import us.codecraft.webmagic.ResultItems; import us.codec...
[ "2533604335@qq.com" ]
2533604335@qq.com
048058ed12e0837e265fab2a5cba4a32ecfcd915
5c8b7185e2f3799cc66b6818aa4ee583485c7829
/com/planet_ink/coffee_mud/Commands/ClanDeclare.java
996b0bfd60f5d142d7a92639c1fae44f69608700
[ "Apache-2.0" ]
permissive
cmk8514/BrainCancerMud
6ec70a47afac7a9239a6181554ce309b211ed790
cc2ca1defc9dd9565b169871c8310a3eece2500a
refs/heads/master
2021-04-07T01:28:52.961472
2020-03-21T16:29:03
2020-03-21T16:29:03
248,631,086
1
1
null
null
null
null
UTF-8
Java
false
false
5,172
java
package com.planet_ink.coffee_mud.Commands; import java.util.List; import com.planet_ink.coffee_mud.Common.interfaces.Clan; import com.planet_ink.coffee_mud.Common.interfaces.Clan.Authority; import com.planet_ink.coffee_mud.MOBS.interfaces.MOB; import com.planet_ink.coffee_mud.core.CMLib; import com.planet_ink....
[ "cscordias@gmail.com" ]
cscordias@gmail.com
6a18ddcebb8d6467a93ef80d5fbd86616d3d62f7
02977d5c1e9a8f8d4ff7e0c4ea9af6a451183743
/src/main/java/com/cnendata/dev/util/PropertiesUtil.java
914c05e54167cc4009194520446b30d431428c81
[]
no_license
yongxu74/collector
6526e92666518ec836cd1b4e4534fad29709fe91
43b9ab0b92f4fd5eee41046c8f098247b1bd11ad
refs/heads/master
2020-12-25T01:43:06.153731
2015-03-30T10:31:49
2015-03-30T10:31:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,146
java
/** *PropertiesUtil.java *Version1.0 *2015-3-17 *Copyright cnendata.com * */ package com.cnendata.dev.util; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Properties; /** * descript<br> * <!--<br> * 历史记录:<br> * ---------------------------------...
[ "82552623@qq.com" ]
82552623@qq.com
edfa26dc66b94564dfa6ab46d3fb154402d3ce66
b26fa0b184d9121c8ce8a77b1cb983e63f8bc609
/codeForces/Codeforces_510A_Fox_And_Snake.java
e2a4a78aa2b14f66d6b44ab5cc3b431f9b0695a9
[]
no_license
Ignorance-of-Dong/Algorithm
ecc1e143ddccd56f2c5e556cfc0de936ac4831f5
ee3403dcd73c302674e0f911bcfec4d648d3229a
refs/heads/master
2023-08-16T11:02:23.156599
2023-08-13T06:41:37
2023-08-13T06:41:37
246,977,114
1
0
null
2023-09-12T11:56:06
2020-03-13T03:03:46
Java
UTF-8
Java
false
false
967
java
// AC: 187 ms // Memory: 0 KB // . // T:O(n * m), S:O(1) // import java.util.Scanner; public class Codeforces_510A_Fox_And_Snake { public static Scanner sc = new Scanner(System.in); public static void main(String[] args) { int n = sc.nextInt(), m = sc.nextInt(), cur = 1; for (int i = 1; i <=...
[ "1460018362@qq.com" ]
1460018362@qq.com
f94c3fa26676e245ff1c469e852ce3ecea0f39ea
94dbbae3479d5b1081deac92589ac5e832c4cfc4
/visualization/projection/src/main/java/com/github/skjolber/packing/visualization/BoxVisualization.java
0e81275d7eb8d7d0f36a59eecad197905843c402
[ "Apache-2.0" ]
permissive
While4/3d-bin-container-packing
18605236dad46378283f08657841fee1bbc71093
f4a8f302e47be4a5a6bfdef44c43fa92cc145a36
refs/heads/master
2023-07-16T19:25:42.372238
2021-08-27T08:16:54
2021-08-27T08:16:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
255
java
package com.github.skjolber.packing.visualization; public class BoxVisualization extends StackableVisualization { private String type = "box"; public String getType() { return type; } public void setType(String type) { this.type = type; } }
[ "thomas.skjolberg@gmail.com" ]
thomas.skjolberg@gmail.com
26f976122a8b6a4062732dd8b31a559d1eb4596c
88c8e3c56ac67ebcbb46b523a5a4d6eca57371d5
/src/test/java/configurator/ioc/Teacher.java
75557def5880a3a1d21d7b1fff40f624d3ecf121
[]
no_license
seaswalker/configurator
c42bd1b747098979e9c7d932c9c7cc69cf8b710d
28fddc2c09378382a0963adb3ae0ee4af385cce8
refs/heads/master
2021-10-07T09:07:32.864649
2018-12-04T10:03:05
2018-12-04T10:03:05
76,787,013
7
10
null
null
null
null
UTF-8
Java
false
false
668
java
package configurator.ioc; import configurator.bean.BeanContainer; import configurator.bean.BeanContainerAware; import configurator.bean.annotation.Component; import configurator.bean.annotation.Value; import java.util.Map; /** * 老师. * * @author skywalker */ @Component public class Teacher implements BeanContaine...
[ "xsdwem7@hotmail.com" ]
xsdwem7@hotmail.com
4421c1fbfe79a0431b6099002e1839d2fa19ec6f
af81db1ed7fff1b1ce92472a54fe987883b8174c
/spring-web/src/main/java/org/springframework/web/context/support/RequestHandledEvent.java
4a40d9900dad40212fa710a26d2877dcd7d8e664
[ "Apache-2.0" ]
permissive
xd1810232299/spring-5.1.x
e14f000caa6c62f5706b16453981e92b6596664d
9aa43536793aa40db671d6ce6071e3e35bf29996
refs/heads/master
2023-05-09T15:20:49.500578
2021-06-03T03:22:00
2021-06-03T03:22:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,226
java
package org.springframework.web.context.support; import org.springframework.context.ApplicationEvent; import org.springframework.lang.Nullable; /** * Event raised when a request is handled within an ApplicationContext. * * Supported by Spring's own FrameworkServlet (through a specific * ServletRequestHandledEve...
[ "34465021+jwfl724168@users.noreply.github.com" ]
34465021+jwfl724168@users.noreply.github.com
f87dc52672d6ce0137c0f3d3425cd414dbafb4de
cec0c2fa585c3f788fc8becf24365e56bce94368
/org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.java
55d472abb44b5dd130fbb306d9d8de7f1837d1f0
[]
no_license
maksym-pasichnyk/Server-1.16.3-Remapped
358f3c4816cbf41e137947329389edf24e9c6910
4d992e2d9d4ada3ecf7cecc039c4aa0083bc461e
refs/heads/master
2022-12-15T08:54:21.236174
2020-09-19T16:13:43
2020-09-19T16:13:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
493
java
package org.apache.logging.log4j.core.appender.rolling; import org.apache.logging.log4j.core.LogEvent; public interface TriggeringPolicy { void initialize(RollingFileManager paramRollingFileManager); boolean isTriggeringEvent(LogEvent paramLogEvent); } /* Location: C:\Users\Josep\Downloads\Decom...
[ "tanksherman27@gmail.com" ]
tanksherman27@gmail.com
9d1ac781b13bc093621a9b602a246bdbdbde5615
0727e648eb765b6ab86f9196f0f0c45bf4f482e7
/Javabasic/src/day1/Ex2s_CheckOddEven.java
c7bea0c51067c0df4c22306e96c6dec8c172a476
[]
no_license
Ellie-Jung/Java-Study
16d4ebf5dd823d9bcd141c3f0201c796f252c96d
d41065e6b94566fec2d369567097bd1b2745ec1a
refs/heads/master
2023-09-05T10:38:14.395318
2021-11-13T10:44:15
2021-11-13T10:44:15
365,295,347
0
0
null
null
null
null
UHC
Java
false
false
542
java
package day1; import java.util.Scanner; public class Ex2s_CheckOddEven { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("------------------"); System.out.println("홀수 짝수 감별기"); System.out.println("------------------"); Scanner sc = new Scanner(System.i...
[ "jssoyeon@gmail.com" ]
jssoyeon@gmail.com
cdc6b15dd02315e89c35a617c34c84f75b85cfde
8c94ca4f8629594153dc5afc95acbcd3007ab9fd
/Module 4/04_data_binding/exercise/01_email_configuration/src/main/java/com/email_configuration/controller/EmailController.java
6b667bd75a2e0017e2a880428265d164d4fc653e
[]
no_license
huynhnguyenc0221g1/C0221G1_Nguyen_Hoang_Huynh
37a5fe93e4840c5e9349b248e1d9dfa8d4a8e84f
e47027a10543d3293612f8c67a9bf6c089c15773
refs/heads/main
2023-06-30T09:53:06.487752
2021-08-02T08:21:21
2021-08-02T08:21:21
342,121,315
0
0
null
null
null
null
UTF-8
Java
false
false
1,041
java
package com.email_configuration.controller; import com.email_configuration.model.bean.Email; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.ModelAttribute; import org.spr...
[ "huynhnguyen@Huynhs-MacBook-Pro.local" ]
huynhnguyen@Huynhs-MacBook-Pro.local
815bbf3064cd5a8ab250b019944551d93e987161
0ac05e3da06d78292fdfb64141ead86ff6ca038f
/OSWE/oswe/openCRX/rtjar/rt.jar.src/com/sun/org/apache/regexp/internal/RESyntaxException.java
c34a4f48fa9309c4d596a6ea9dd22952cc0eb168
[]
no_license
qoo7972365/timmy
31581cdcbb8858ac19a8bb7b773441a68b6c390a
2fc8baba4f53d38dfe9c2b3afd89dcf87cbef578
refs/heads/master
2023-07-26T12:26:35.266587
2023-07-17T12:35:19
2023-07-17T12:35:19
353,889,195
7
1
null
null
null
null
UTF-8
Java
false
false
806
java
/* */ package com.sun.org.apache.regexp.internal; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* *...
[ "t0984456716" ]
t0984456716
7d745d6f8e91cc5c4bb13052f5cf3becd73e49aa
3becd05372c5681346dbb3d6230cd2ff17bb8577
/temp/src/minecraft/net/minecraft/block/BlockRedstoneTorch.java
c3370a44f8eee7e3c9e02762075fd4b5a32617a4
[]
no_license
payton/learn-to-save
0e5a2cc4b56148a1b1ed9a0999eae94bb3abd97a
b308bce374ea66925d0e60af2df1ea73e7b44440
refs/heads/master
2022-01-29T14:38:44.649052
2017-04-16T15:15:19
2017-04-16T15:15:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,710
java
package net.minecraft.block; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import java.util.List; import java.util.Map; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.block.BlockTorch; import net.minecraft.block.state.IBlockState; import net.minecraft.c...
[ "pgarland2@wisc.edu" ]
pgarland2@wisc.edu
fef95565422037c73f494d9581d327aabc307aa8
12a1290f6c80eef37a78c77e997c38b13ffc7c7e
/net/minecraft/src/UnexpectedThrowable.java
7dd128db42c0d76b9bfb6c346199293c3ace2af0
[]
no_license
vadik777qwe/Minecraft-1.2.5-custom-update
12f618b1fdeb191640b2d9cef7d1c4c241e09202
0c6074fe871070079e5c17bae2eff58c322913b2
refs/heads/master
2021-01-10T19:39:11.139344
2013-12-17T21:05:59
2013-12-17T21:05:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
378
java
package net.minecraft.src; public class UnexpectedThrowable { /** A description of the error that has occurred. */ public final String description; /** The Throwable object that was thrown. */ public final Throwable exception; public UnexpectedThrowable(String par1Str, Throwable par2Throwable) { des...
[ "custard13@mail.ru" ]
custard13@mail.ru
c7edab35e4cb34d36fd44564b72b6f14363698cc
4872ca95620a20e7c2a1a93b443e3f9466c6f9ba
/discovery-common/src/main/java/com/nepxion/discovery/common/entity/WeightEntity.java
e81b3cf526c5404230c580807c2a86d41687062b
[ "Apache-2.0" ]
permissive
shenzlly/Discovery
a8eda364318ea98c74e6369802adc8092cd59928
809c92177a1cea3652ccd06c4d09f53691e95df6
refs/heads/master
2021-06-18T18:16:56.565228
2021-01-16T07:27:06
2021-01-16T07:27:06
145,954,457
0
0
null
2018-08-24T06:54:57
2018-08-24T06:54:56
null
UTF-8
Java
false
false
1,803
java
package com.nepxion.discovery.common.entity; /** * <p>Title: Nepxion Discovery</p> * <p>Description: Nepxion Discovery</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ import java.io.Serializable; import java.util.Map; import org.apache.commons.l...
[ "1394997@qq.com" ]
1394997@qq.com
50ed63a8c32bf0b1470c1340d247b3e62a44f7c0
b7c83ed955c2518b88b0a74ea545b76d14cc7777
/src/log4net/LogicalThreadContext.java
db84c92a97e710fc0191d191de2ab8ab4e71b732
[]
no_license
Javonet-io-user/63c55baf-ae4d-4d27-8439-006531b200fa
d7b847b0412aeb8402b65fea0729e49b3142c83c
9cd1951e24b84b7b099cbe0640e2f2ef3009731c
refs/heads/master
2020-04-06T14:06:23.786140
2018-11-14T10:00:11
2018-11-14T10:00:11
157,528,219
0
0
null
null
null
null
UTF-8
Java
false
false
1,795
java
package log4net;import Common.Activation;import static Common.Helper.Convert;import static Common.Helper.getGetObjectName;import static Common.Helper.getReturnObjectName;import static Common.Helper.ConvertToConcreteInterfaceImplementation;import Common.Helper;import com.javonet.Javonet; import ...
[ "support@javonet.com" ]
support@javonet.com
d16ba2f060c841fa1df33fa15a086f8cd9110259
4724866e7e01160f6a7e96f4dbf93f740616de03
/lib/DevApp/src/main/java/dev/utils/app/share/PreferenceImpl.java
89cc9b7d75e0e23ea3a5f1f80d56496b4e980544
[ "Apache-2.0" ]
permissive
ZTJzzz/DevUtils
d483ae5c8b8d4d78cdac02e34de1ca0344367cce
52ccf4dc29a4aaaffed2c85d6d464498a1b9c760
refs/heads/master
2023-02-01T04:46:13.908501
2020-12-13T15:35:39
2020-12-13T15:35:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,101
java
package dev.utils.app.share; import android.content.Context; import android.content.SharedPreferences; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; /** * detail: SharedPreferences 操作接口具体...
[ "13798405957@163.com" ]
13798405957@163.com
517c104da53248a066aba577b041235b7ccf3a11
f1f6ccd6bbcea3d96795c63f36e57f2b06658dc1
/app/src/main/java/com/shellcore/android/builderpattern/MainActivity.java
a120de4b751b5b6c834f0a1324f8082e8a144fbf
[]
no_license
ShellCore/BuilderPattern
f24368fd35de6720f0a0d8857016cc664ea2cacf
7c2fcd4884113913445446c8f29f6386cec8dab0
refs/heads/master
2021-08-22T02:43:08.100074
2017-11-29T04:08:27
2017-11-29T04:08:27
112,425,173
0
0
null
null
null
null
UTF-8
Java
false
false
2,339
java
package com.shellcore.android.builderpattern; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; import com.shellcore.android.builderpattern.builder.LayoutBuilder; import...
[ "shell.one.core@gmail.com" ]
shell.one.core@gmail.com
737bee63cf642d13bc72e6bd241fdeadd09ff7fb
1e4788f838d7a703f6f15f80e230b08d889682e6
/dist/game/data/scripts/quests/Q258_BringWolfPelts/Q258_BringWolfPelts.java
c080328f968b1fc531f8e8d9b073e5651297ed57
[]
no_license
pr1vetdruk/l2jspace-c6-interlude
fbc5f0bea9fcf38c92172df15bde16ebb667fcdd
e0f701d4d87642887a3173a181de2037517f606d
refs/heads/master
2023-07-14T13:32:16.250915
2021-08-30T08:31:55
2021-08-30T08:31:55
340,645,976
0
0
null
null
null
null
UTF-8
Java
false
false
4,266
java
/* * This file is part of the L2jSpace project. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This progr...
[ "somsin@bryansk.softlab.ru" ]
somsin@bryansk.softlab.ru
4673ee7c9ae74d6fa976b9160c5e0aeb3e75a22a
ed9e58e3e707d2c3b9903a2518c27b3f60e2b621
/jboss-ejb3-core-1.3.9/src/test/java/org/jboss/ejb3/core/test/common/tx/ControlledTransactionManager.java
737cb6cfeea1a4d30ef02fee1c48de5fa3597556
[]
no_license
ryanemerson/ejb3-core-1.3.9
65ba6b5b1b36ec42c2087478aa832f55828b15b3
e9f5d2208d490e66f5ecd74e6d4aaa22082e644a
refs/heads/master
2021-01-10T03:55:01.848522
2016-03-24T14:19:07
2016-03-24T14:19:07
54,493,339
0
0
null
null
null
null
UTF-8
Java
false
false
4,179
java
/* * JBoss, Home of Professional Open Source. * Copyright 2009, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify i...
[ "remerson@redhat.com" ]
remerson@redhat.com
f5fc60f7286f9a7539c613e6c22c851e5435a371
0f1f7332b8b06d3c9f61870eb2caed00aa529aaa
/ebean/tags/ebean-2.7.2/src/main/java/com/avaje/ebean/validation/factory/NotNullValidatorFactory.java
5aba345a64d06897c5386cf6ee87fb5a89d4b581
[]
no_license
rbygrave/sourceforge-ebean
7e52e3ef439ed64eaf5ce48e0311e2625f7ee5ed
694274581a188be664614135baa3e4697d52d6fb
refs/heads/master
2020-06-19T10:29:37.011676
2019-12-17T22:09:29
2019-12-17T22:09:29
196,677,514
1
0
null
2019-12-17T22:07:13
2019-07-13T04:21:16
Java
UTF-8
Java
false
false
689
java
package com.avaje.ebean.validation.factory; import java.lang.annotation.Annotation; /** * Creates a NotNull validator. * <p> * Note that there is actually only one instance of this * validator as it is thread-safe. * </p> */ public class NotNullValidatorFactory implements ValidatorFactory { pub...
[ "208973+rbygrave@users.noreply.github.com" ]
208973+rbygrave@users.noreply.github.com
6fb33b67337126c756f45b3168491c76dccb9331
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XRENDERING-481-89-1-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/render/DefaultVelocityManager_ESTest_scaffolding.java
0607e2f6c6bddf9b105e0311e3789d4e45117700
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
447
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Apr 03 12:54:00 UTC 2020 */ package com.xpn.xwiki.render; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After;...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
6957e54425a5485916101a9fb82bf51ae6be8786
d11fb0d15b73a28742caa97e349dcfbe70d2563f
/server/iih.ci/iih.ci.ord/src/main/java/iih/ci/ord/s/bp/CiOrSrvDoseGetBP.java
98d9a1560caf80970eb264bcc6bc480c8614d672
[]
no_license
fhis/order.client
50a363fd3e4f56d95ccc5aa288e907a0a8571031
56cfa7877f600a10c54fdb30306a32ffa28b8217
refs/heads/master
2021-08-22T20:50:59.511923
2017-12-01T07:10:27
2017-12-01T07:10:27
112,678,072
1
1
null
null
null
null
UTF-8
Java
false
false
731
java
package iih.ci.ord.s.bp; import iih.ci.ord.ordsrvdose.d.OrdSrvDoseDO; import iih.ci.ord.ordsrvdose.d.desc.OrdSrvDoseDODesc; import iih.ci.ord.pub.CiOrdAppUtils; import iih.ci.ord.pub.CiOrdUtils; import xap.mw.core.data.BizException; import xap.mw.coreitf.d.FBoolean; /* * 医嘱项目变动用药查询操作BP */ public class CiOrSrvDoseGe...
[ "27696830@qq.com" ]
27696830@qq.com
6453d2b9a4c193c96892adf209a74b500b9c7626
23a96a03e550ee22a14b8fe9ed2ce44b6341de18
/examples/invoice_55/target/generated-sources/clarion/clarion/abquery/Queryformclass_1.java
e7768fe80f630a01f996513a2531d9143eb903b0
[]
no_license
polarisltd/jClarion
29782a3ed0a144943c6d99dd81f6c16ef0a504d8
37e57590cb9cc41448fdd09fda91c9094b0dd057
refs/heads/master
2020-12-31T07:33:15.586952
2016-04-28T13:51:58
2016-04-28T13:55:40
57,305,055
3
0
null
null
null
null
UTF-8
Java
false
false
730
java
package clarion.abquery; import clarion.aberror.Errorclass; import clarion.abquery.Queryclass_1; import clarion.abquery.Queryformvisual_1; import clarion.abutil.Iniclass; import org.jclarion.clarion.ClarionString; @SuppressWarnings("all") public class Queryformclass_1 extends Queryclass_1 { public Queryformvisual_1 ...
[ "polarisltd@gmail.com" ]
polarisltd@gmail.com
52777d6919bc768892250eb10805bd281acdf1c2
a36db59cd7ebdd3d943ec1d75c5bff71f3b97e7f
/no.hal.jex.collection/src-gen/delegation/AppendingIteratorTest.java
f6da39029634b6840eac4e4df05700448a6efd3b
[]
no_license
khoanl/jexercise
646db0566429df39ad17b993f2334cc276516539
19fd9ebf564ca674fc173ecf468b8fc587049a51
refs/heads/master
2021-06-26T17:47:49.590629
2017-09-11T09:23:21
2017-09-11T09:23:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,120
java
package delegation; import delegation.AppendingIterator; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import java.util.List; import junit.framework.TestCase; import no.hal.jex.runtime.JExercise; import org.eclipse.xtext.xbase.lib.CollectionLiterals; @JExercise(description = "T...
[ "hal@idi.ntnu.no" ]
hal@idi.ntnu.no
bb60499e31d8c08b9e7a58afa4c8af58ad8cfeb7
964601fff9212bec9117c59006745e124b49e1e3
/matos-android/src/main/java/libcore/net/url/JarURLConnectionImpl.java
ebe3e8558f57a429dc401db1421f589f9b7ef59e
[ "Apache-2.0" ]
permissive
vadosnaprimer/matos-profiles
bf8300b04bef13596f655d001fc8b72315916693
fb27c246911437070052197aa3ef91f9aaac6fc3
refs/heads/master
2020-05-23T07:48:46.135878
2016-04-05T13:14:42
2016-04-05T13:14:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,032
java
package libcore.net.url; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * 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....
[ "pierre.cregut@orange.com" ]
pierre.cregut@orange.com
08152259beac3e841c4baa2036d72a376f0f6de0
5e22c49647ba2352591edd6537c54ca839c37824
/sample/src/main/java/com/github/ppamorim/prism/sample/util/ViewUtil.java
296574aeea9c2491e3767052a9751322f9d2a210
[ "Apache-2.0" ]
permissive
triphop/PrismView
a0b12e951f0c8e6e3d96fe47a13056de36b58dbe
21fcc1adba911595967d2d967e66417b126e42db
refs/heads/master
2021-01-15T15:31:56.476090
2015-07-20T20:34:56
2015-07-20T20:34:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,637
java
/* * Copyright (C) 2015 Pedro Paulo de Amorim. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
[ "pp.amorim@hotmail.com" ]
pp.amorim@hotmail.com
4905d36330ba20f827a655f70a4a36ebd619456c
8b6856b3ec10fb77c8af5980bd9beb6aa2e2d4a3
/common/logconfig/src/test/java/com/alibaba/citrus/logconfig/Log4jConfiguratorTests.java
686e423a2df71f73d97ce31c7706a10ebd0d4257
[ "Apache-2.0" ]
permissive
huxiaohang/citrus
400a528895cd051ccd24b1ec690817c70aa067a5
f915cc1bb0389899adaaabb2eaf4e301517dbfa1
refs/heads/master
2020-12-25T12:27:43.092996
2011-11-05T09:18:10
2011-11-05T09:18:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,291
java
/* * Copyright 2010 Alibaba Group Holding Limited. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
[ "yizhi@taobao.com" ]
yizhi@taobao.com
71da4054c90d926e5fdd6ce976ac8fbf5ad03254
4ef6ea01120d2d58e13f6a15a6f508442822a387
/wack/lab06a_if_else_labs/WordsCompare.java
f9c62a480ade59df090f200b75c957369fc4d8f4
[]
no_license
tfbninja/StudentLabs
3272a1cbbda079d31d73246391a31534c2df2809
9c0787c703778bf1247f9a9a28374fd57a28e266
refs/heads/master
2020-03-29T07:43:50.877406
2019-03-26T07:03:54
2019-03-26T07:03:54
149,676,707
1
0
null
null
null
null
UTF-8
Java
false
false
930
java
package lab06a_if_else_labs; // A+ Computer Science - www.apluscompsci.com //Name - //Date - //Class - //Lab - public class WordsCompare { private String wordOne, wordTwo; private int compare; public WordsCompare() { wordOne = ""; wordTwo = ""; } public WordsCompare(String on...
[ "tfbninja@users.noreply.github.com" ]
tfbninja@users.noreply.github.com
a7fa729f39d93320e5961e473dd4f609c5cb62f3
83226e8c7851b4c70ed2b43fcac7bd49b2aa99ff
/Source/Functions/src/ca/uqac/lif/petitpoucet/function/NthInput.java
4dd8d32989bc9a373a1ced4922c641683e153583
[]
no_license
liflab/petitpoucet
b005da50f9f7771242b84a853ef0c2b759bd9b27
7959a39717f9f8281d594b7512304c37836e7bda
refs/heads/master
2023-05-27T21:25:05.924307
2023-05-07T13:27:40
2023-05-07T13:27:40
85,228,736
1
2
null
2023-03-03T14:15:53
2017-03-16T18:24:02
Java
UTF-8
Java
false
false
4,661
java
/* Petit Poucet, a library for tracking links between objects. Copyright (C) 2016-2021 Sylvain Hallé This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the...
[ "shalle@acm.org" ]
shalle@acm.org
c17b819d15c59bd0c2b76623b67b86d25643a0cb
a23b277bd41edbf569437bdfedad22c2d7733dbe
/acm/P1129__Channel_Allocation/Main.java
205098cf0ce3376b1298e64e68794f7467ffa429
[]
no_license
alexandrofernando/java
155ed38df33ae8dae641d327be3c6c355b28082a
a783407eaba29a88123152dd5b2febe10eb7bf1d
refs/heads/master
2021-01-17T06:49:57.241130
2019-07-19T11:34:44
2019-07-19T11:34:44
52,783,678
1
0
null
2017-07-03T21:46:00
2016-02-29T10:38:28
Java
UTF-8
Java
false
false
2,280
java
package P1129__Channel_Allocation; import java.util.Scanner; import java.io.File; import java.util.ArrayList; /** * <p>Title: </p> * * <p>Description: </p> * * <p>Copyright: Copyright (c) 2005</p> * * <p>Company: </p> * * @author not attributable * @version 1.0 */ public class Main { static int min; ...
[ "alexandrofernando@gmail.com" ]
alexandrofernando@gmail.com
4527c734d96bc57985e77031d51e1885af6f4ba1
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/62/org/apache/commons/math/fraction/AbstractFormat_format_205.java
223a3040cb1e6ad89aa08b46a87b5dbf49151a0f
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
800
java
org apach common math fraction common part share link fraction format fractionformat link big fraction format bigfractionformat version revis date abstract format abstractformat number format numberformat serializ ...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
76cbe185409639773b2fa79d6860aca1e1e20be4
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MOCKITO-7b-6-9-SPEA2-WeightedSum:TestLen:CallDiversity/org/mockito/internal/handler/NullResultGuardian_ESTest.java
adbfc7ac735d3325d4981c2551bafb15cc780dcf
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
571
java
/* * This file was automatically generated by EvoSuite * Mon Apr 06 18:04:59 UTC 2020 */ package org.mockito.internal.handler; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
45220f580a0ca4f84ff28d5cf73b8f26f6370306
d1bd1246f161b77efb418a9c24ee544d59fd1d20
/android/myapplication/trunk/src/org/javenstudio/provider/app/flickr/YPhotoSetEntry.java
91360f7f90108326c91a670c6c93f5fe9aff385c
[]
no_license
navychen2003/javen
f9a94b2e69443291d4b5c3db5a0fc0d1206d2d4a
a3c2312bc24356b1c58b1664543364bfc80e816d
refs/heads/master
2021-01-20T12:12:46.040953
2015-03-03T06:14:46
2015-03-03T06:14:46
30,912,222
0
1
null
2023-03-20T11:55:50
2015-02-17T10:24:28
Java
UTF-8
Java
false
false
4,889
java
package org.javenstudio.provider.app.flickr; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import java.util.Date; import org.javenstudio.common.parser.util.Node; import org.javenstudio.provider.app.BaseEntry; final class YPhotoSetEntry extends BaseEntry { public static class Resu...
[ "navychen2003@hotmail.com" ]
navychen2003@hotmail.com
f8e68ea257a925b9607cd12f6dc6c38846a92fad
106397fd2006bd3099d8f22fef63dba93ccdb080
/collect-core/src/main/java/org/openforis/idm/metamodel/Precision.java
f8cdce160a9697e3fbad362fb3eea416a8c46d17
[ "MIT" ]
permissive
openforis/collect
9627433dd14ec704e82d6aa4d79aac0e0f202239
39428eab5ab2b8ffde663f778811348c3cfbae19
refs/heads/master
2023-08-08T07:27:28.622877
2023-07-29T23:27:04
2023-07-29T23:27:04
2,827,177
38
273
MIT
2023-06-14T10:55:06
2011-11-22T11:15:58
Java
UTF-8
Java
false
false
2,189
java
/** * */ package org.openforis.idm.metamodel; import java.io.Serializable; /** * @author G. Miceli * @author M. Togna */ public class Precision implements Serializable, Cloneable { private static final long serialVersionUID = 1L; private Unit unit; private Integer decimalDigits; private B...
[ "stefano.ricci@fao.org" ]
stefano.ricci@fao.org
c0821c192f5a76eb36f0079e3f289038b2b85721
ebdcaff90c72bf9bb7871574b25602ec22e45c35
/modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201806/cm/CampaignBidModifierServiceInterfacequeryResponse.java
c66f80b0581eca9854d96cd5f1447ca31c109b1b
[ "Apache-2.0" ]
permissive
ColleenKeegan/googleads-java-lib
3c25ea93740b3abceb52bb0534aff66388d8abd1
3d38daadf66e5d9c3db220559f099fd5c5b19e70
refs/heads/master
2023-04-06T16:16:51.690975
2018-11-15T20:50:26
2018-11-15T20:50:26
158,986,306
1
0
Apache-2.0
2023-04-04T01:42:56
2018-11-25T00:56:39
Java
UTF-8
Java
false
false
2,213
java
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
[ "jradcliff@users.noreply.github.com" ]
jradcliff@users.noreply.github.com
cea0e8c5e9f5ec0aa1b8548d58c26bab3ad6f1a5
d6d3ab8f0a9b790d71af526c95cc1bf16cf15ebe
/ChemConnectOntology/test/info/esblurock/reaction/ontology/test/dataset/SubObjectsTest.java
6133c4a2021302d099780711d3558999558280c7
[]
no_license
blurock/ChemConnectR2
8b4687e62d2abea13f36646d2c1075784e810f3a
7d0d310828dc48688e9080db0f06671a6a9ab0f5
refs/heads/master
2022-07-09T10:59:00.309238
2019-05-24T18:56:57
2019-05-24T18:56:57
100,636,572
0
0
null
2022-06-10T00:42:07
2017-08-17T19:08:05
Java
UTF-8
Java
false
false
1,013
java
package info.esblurock.reaction.ontology.test.dataset; //import static org.junit.Assert.*; import java.util.Set; import org.junit.Test; import info.esblurock.reaction.ontology.DatasetOntologyParsing; public class SubObjectsTest { @Test public void test() { String userAccountS = "dataset:UserAccount"; Set<St...
[ "edward.blurock@gmail.com" ]
edward.blurock@gmail.com
b067e4a1ccf7a63c912af25ac9ff5a862ebbf94c
07f6a3a7141523ba3fa969d0768f3aac146a577c
/app/src/main/java/cn/vko/ring/circle/model/BaseTopicDetail.java
fca6925b2a7e906adee3d036fe80d7a4cf9e23a4
[]
no_license
ShahbazExpress/VKO_AND
c2753c7614e846aeec53aeb85b9ca05358291eec
38a7f78ca29525a6b11c9c1f8cc0d771511b13c0
refs/heads/master
2021-12-16T12:13:53.676663
2017-09-19T06:09:52
2017-09-19T06:09:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
918
java
package cn.vko.ring.circle.model; import java.io.Serializable; import java.util.List; import cn.vko.ring.home.model.BaseResultInfo; import cn.vko.ring.home.model.Pager; public class BaseTopicDetail extends BaseResultInfo { private BsseTopicDetailInfo data; public BsseTopicDetailInfo getData() { return data; ...
[ "380712098@qq.com" ]
380712098@qq.com
f7bd3434f829344814f7d8c296d43b3cf0703c78
bac462fbe5d44f1788b10fc92e0e6b45e0f545f8
/app/src/main/java/kz/abcsoft/android/demo/MainActivity.java
4a329f6bedc58c7ac66fb5f508d5616b96a7691a
[]
no_license
daucloudlab/ActionBarItemsDemo
0915282be0a5f3a13d3ff826f74d64074209ec18
ca6c2d82842671a230bb4d277420bfd165bdb945
refs/heads/master
2021-01-10T00:59:46.898898
2015-05-14T08:37:41
2015-05-14T08:37:41
35,592,268
0
0
null
null
null
null
UTF-8
Java
false
false
3,064
java
package kz.abcsoft.android.demo; import android.app.Activity; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.ActionBar; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import ...
[ "daucloudlab@gmail.com" ]
daucloudlab@gmail.com
fcc1a3e2b073054ea266577ed252bbe6d34714c9
24a32bc2aafcca19cf5e5a72ee13781387be7f0b
/src/framework/tags/gwt-test-utils-parent-0.24.1/gwt-test-utils/src/main/java/com/octo/gwt/test/internal/patchers/PrefixTreePatcher.java
ef6d60c328c25fda5f340977d1dbf8c831a00c33
[]
no_license
google-code-export/gwt-test-utils
27d6ee080f039a8b4111e04f32ba03e5396dced5
0391347ea51b3db30c4433566a8985c4e3be240e
refs/heads/master
2016-09-09T17:24:59.969944
2012-11-20T07:13:03
2012-11-20T07:13:03
32,134,062
0
0
null
null
null
null
UTF-8
Java
false
false
1,981
java
package com.octo.gwt.test.internal.patchers; import java.lang.reflect.Modifier; import java.util.Collection; import java.util.Set; import java.util.TreeSet; import javassist.CtClass; import javassist.CtField; import com.octo.gwt.test.internal.GwtClassPool; import com.octo.gwt.test.patchers.OverlayPatcher;...
[ "gael.lazzari@d9eb14d4-a931-11de-b950-3d5b5f4ea0aa" ]
gael.lazzari@d9eb14d4-a931-11de-b950-3d5b5f4ea0aa
1a50661432066e53f5e54d3ec7a6c1fb424ba654
ab3eccd0be02fb3ad95b02d5b11687050a147bce
/apis/browser-api/src/main/java/fr/lteconsulting/jsinterop/browser/DhImportKeyParams.java
8e65c3ffb986c662b0402127ca74cd85cc38c106
[]
no_license
ibaca/typescript2java
263fd104a9792e7be2a20ab95b016ad694a054fe
0b71b8a3a4c43df1562881f0816509ca4dafbd7e
refs/heads/master
2021-04-27T10:43:14.101736
2018-02-23T11:37:16
2018-02-23T11:37:18
122,543,398
0
0
null
2018-02-22T22:33:30
2018-02-22T22:33:29
null
UTF-8
Java
false
false
854
java
package fr.lteconsulting.jsinterop.browser; import jsinterop.annotations.JsPackage; import jsinterop.annotations.JsProperty; import jsinterop.annotations.JsType; /** * base type: DhImportKeyParams * flags: 32768 * declared in: apis/browser-api/tsd/lib.es6.d.ts:742208 * */ @JsType(isNative=true, namespace=J...
[ "ltearno@gmail.com" ]
ltearno@gmail.com
f2cfe75090a57b6d25e42b9cbd909b550b53b7f0
fcf495e737052b6b486be0980f04abab8fc5ae96
/W_eclipse2_1/JAVA编程思想/src/第十三章字符串/TestRegularExpression11.java
67c22a132e81590fd636083dc50f16a1408ab4c8
[ "Apache-2.0" ]
permissive
00wendi00/MyProject
2141787e2f93c5007a90be7f5f927a8241de139c
204a659c2d535d8ff588f6d926bf0edc7f417661
refs/heads/master
2021-01-15T10:46:57.630700
2015-04-19T01:35:56
2015-04-19T01:35:56
33,536,129
1
0
null
null
null
null
GB18030
Java
false
false
1,143
java
/** * 文件名:Ex11.java * 项目-包:JAVA编程思想 - 第十三章字符串 * 作者:张文迪 * 创建日期:2014-10-16 */ package 第十三章字符串; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * @author 张文迪 * 类名:Ex11 * 类说明:(?i)((^[aeiou])|(\s+[aeiou]))\w+?[aeiou]\b // !真个表达式。aeiou开头或者结尾的 */ public class TestRegularExpression11 { pub...
[ "842876912@qq.com" ]
842876912@qq.com
afc67fe507d7a7bd92318e351897122743b7152c
c72f7d55cc9a4c908b1b307a418d2256e7fc0526
/src/main/java/hu/akarnokd/rxjava3/basetypes/BasicEmptyQueueSubscription.java
653871dd10039a6cf8581fa92bf9b7288a491e7f
[ "Apache-2.0" ]
permissive
akarnokd/RxJavaExtensions
b171c73445a661608a38d92203fbe53a5e742fcf
ca1c4490ec45cab302c8dcf781f72e8aed2cdcaa
refs/heads/3.x
2023-09-02T00:58:13.140481
2023-01-19T07:44:03
2023-01-19T07:44:03
63,074,445
172
26
Apache-2.0
2023-04-24T04:59:23
2016-07-11T14:22:11
Java
UTF-8
Java
false
false
1,546
java
/* * Copyright 2016-present David Karnok * * 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 a...
[ "akarnokd@gmail.com" ]
akarnokd@gmail.com
9337a3f88557956b194accfac1c17c6066046470
9db22f52078aeca2662d17e5602d9e55708d2fb9
/src/test/java/com/example/sfgtdd/sfgjuni5testing/petclinic/controllers/OwnerControllerTest.java
0e5d3465718dc1df803b878a7dd4f573612f58bf
[]
no_license
RonnieK2016/sfg-junit5-testing
bfbc666ce755b58e013a6fa372cff14ff17fca66
f63fa49e9c20c2f6081c491e92a8c588a88b7178
refs/heads/master
2020-05-14T06:20:04.600177
2019-04-17T16:56:21
2019-04-17T16:56:21
181,705,796
0
0
null
null
null
null
UTF-8
Java
false
false
4,751
java
package com.example.sfgtdd.sfgjuni5testing.petclinic.controllers; import com.example.sfgtdd.sfgjuni5testing.petclinic.fauxspring.BindingResult; import com.example.sfgtdd.sfgjuni5testing.petclinic.fauxspring.Model; import com.example.sfgtdd.sfgjuni5testing.petclinic.fauxspring.impl.ModelImpl; import com.example.sfgtdd....
[ "ronnieo@gmail.com" ]
ronnieo@gmail.com
1c3f3de24c51f7a554175d3387a04ca4425a3386
da6c16acb4ebd7f8654807917ab38f52d3512e69
/myshop-manager/myshop-manager-mapper/src/main/java/com/rocket/myshop/mapper/ItemMapper.java
3cb6ce3a95a4acab0e5e678bd6470212259424c1
[ "Apache-2.0" ]
permissive
goder037/myshop
fcfb4d7001ae6de39f39afa72dbe502f100f98fc
2a50f4ee8efddb96a8164ceb5f7982c606c42341
refs/heads/master
2021-01-20T11:40:59.937697
2017-02-18T14:48:16
2017-02-18T14:48:16
74,632,452
1
3
null
null
null
null
UTF-8
Java
false
false
1,516
java
package com.rocket.myshop.mapper; import java.util.List; import java.util.Map; import com.rocket.myshop.domain.Item; import com.rocket.myshop.dto.ItemDto; public interface ItemMapper { /** * This method was generated by MyBatis Generator. * This method corresponds to the database table shop_item *...
[ "liujie152@hotmail.com" ]
liujie152@hotmail.com
606815738d2fe75f4a3e12eb413b1d6f608ad5f8
e0b6551f88d12a68dd1eb6811aa5abb7ba3fce37
/draw-filter/src/main/java/com/wyc/draw/filter/controller/param/RedPacketComentParamFilter.java
6f98a37bfa06c7473f1c39c69c9af049738fbd5c
[]
no_license
wangyuchuan12/luck-draw
ecef2eccb757fbf95eb74244f179498d9e0d04a8
a8f4e45c5690e80cdfc3e1ffe3879eba9a66599f
refs/heads/master
2021-01-12T05:03:40.772785
2017-08-21T09:28:14
2017-08-21T09:28:14
77,839,368
0
1
null
null
null
null
UTF-8
Java
false
false
6,658
java
package com.wyc.draw.filter.controller.param; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import com.wyc.common.domain.vo.ResultVo; import com.wyc.common.filter.Filter; import com.wyc.common.session.SessionManager; import com.wyc.common.util.CommonUtil; import com....
[ "root@dawang.local" ]
root@dawang.local
9f0baefa12f72f50e8d1fee468bf3456278f10ea
a2a79783b7b5464e8c1593dd3d2c076c2648fe79
/src/main/java/it/algos/vaadwiki/views/ViewGiornoNato.java
9f1b81718cd3e9b5c18ba81ca9f64115b4a38fdb
[]
no_license
algos-soft/vaadwiki
289341a1e57223ee1f6371cc09485bbf6214b9ff
1b3639cc8a384a6ddd7f3ca66a745b595c59ba40
refs/heads/master
2023-06-22T20:23:39.777104
2022-04-05T19:04:25
2022-04-05T19:04:25
151,759,582
0
0
null
2023-06-14T22:22:15
2018-10-05T18:02:13
Java
UTF-8
Java
false
false
2,065
java
package it.algos.vaadwiki.views; import com.vaadin.flow.router.BeforeEvent; import com.vaadin.flow.router.Route; import it.algos.vaadwiki.liste.ListaGiornoNato; import static it.algos.vaadflow.application.FlowCost.A_CAPO; import static it.algos.vaadwiki.application.WikiCost.ROUTE_VIEW_GIORNO_NATI; /** * Project vaa...
[ "gac@algos.it" ]
gac@algos.it
a8476634d69ccfb58d8df5c2fd5d5c0b2500aca6
8c01b699aa2a999b0d9a3bde9ae62ce2a393b598
/src/main/java/com/werghemmi/gc/repository/DetaisDevisRepository.java
ca5b808632ee51e9744382eb9c3ba3751c9232fd
[]
no_license
Werghemmi/gestion-commerciale-jhipster
5df6f2e57eb989b6df0e3ca0044202085bb53f6e
82eb5a04f06ee5af1a266d210ecd09a3eac846df
refs/heads/main
2023-03-13T10:39:30.218221
2021-02-28T19:21:04
2021-02-28T19:21:04
342,685,028
0
0
null
2021-02-28T19:21:05
2021-02-26T19:51:38
Java
UTF-8
Java
false
false
371
java
package com.werghemmi.gc.repository; import com.werghemmi.gc.domain.DetaisDevis; import org.springframework.data.jpa.repository.*; import org.springframework.stereotype.Repository; /** * Spring Data repository for the DetaisDevis entity. */ @SuppressWarnings("unused") @Repository public interface DetaisDevisRepos...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
639980cd9cf0e7de0e82d8e58184ee51f97fe357
e087ef4984a8658c287d955276f08f06da358397
/src/com/javarush/test/level32/lesson15/big01/listeners/TabbedPaneChangeListener.java
99eb9acf1dd8c2b5f8a11484002a68c68ce8a59d
[]
no_license
YuriiLosinets/javacore
f08fd93623bc5c90fcb4eb13a03a3360b702a5fb
552117fd18a96ff99c6bd5455f16f4bb234d2bdc
refs/heads/master
2021-01-10T14:39:57.494858
2016-03-25T08:40:31
2016-03-25T08:40:31
53,958,241
0
1
null
null
null
null
UTF-8
Java
false
false
524
java
package com.javarush.test.level32.lesson15.big01.listeners; import com.javarush.test.level32.lesson15.big01.View; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; /** * Created by CMI-USER on 1/19/2016. */ public class TabbedPaneChangeListener implements ChangeListener { private V...
[ "yuri.losinets@gmail.com" ]
yuri.losinets@gmail.com
2a48907c231a94a429b81ed216c5de2087f6a969
13496701ebeafb7eb840f409d8d196f2a1dd20bf
/isuite-core-ui/src/main/java/gov/nwcg/isuite/core/persistence/hibernate/IapBranchPersonnelDaoHibernate.java
7dcf4d584989ac507120713c07595edd013a7ec1
[]
no_license
paulduong222/development
9a79c65e79bdf3fb35e505355e7bd66652f3817c
ace0e056d7e6f2f056daa3dd34b7cdbea983612b
refs/heads/master
2023-01-09T23:01:17.546717
2019-09-19T21:49:27
2019-09-19T21:49:27
209,649,814
0
0
null
2023-01-07T09:56:09
2019-09-19T21:15:13
Java
UTF-8
Java
false
false
2,387
java
package gov.nwcg.isuite.core.persistence.hibernate; import gov.nwcg.isuite.core.domain.IapBranchPersonnel; import gov.nwcg.isuite.core.persistence.IapBranchPersonnelDao; import gov.nwcg.isuite.framework.core.persistence.CrudDao; import gov.nwcg.isuite.framework.core.persistence.hibernate.TransactionSupportImpl; import...
[ "paulduong@yahoo.com" ]
paulduong@yahoo.com
3d5668f2544b71b1f395068c133942bf3541163e
4968f515e7d3e0a5890b2676d959076c449dff7f
/src/main/java/com/github/fabriciolfj/escola/gamificacao/aplicacao/GeraSeloNovoAluno.java
5ca2e490b9f19dbcc857868edd94c26352c293e4
[]
no_license
fabriciolfj/clean-architecture-example
38c7724d4dd0a9995030ced249021116bdeb2c24
e613d707e761e42d68ecd185767c744b1e639828
refs/heads/main
2023-06-09T16:10:50.582331
2021-07-02T23:18:57
2021-07-02T23:18:57
380,075,672
0
0
null
null
null
null
UTF-8
Java
false
false
980
java
package com.github.fabriciolfj.escola.gamificacao.aplicacao; import com.github.fabriciolfj.escola.gamificacao.dominio.Selo; import com.github.fabriciolfj.escola.gamificacao.repositorio.SeloRepositorio; import com.github.fabriciolfj.escola.shared.aplicacao.Ouvinte; import com.github.fabriciolfj.escola.shared.dominio.CP...
[ "fabricio.jacob@outlook.com" ]
fabricio.jacob@outlook.com
f1e04005a5f0ef8804eecd309d5bcdc02bc7f14a
de3c2d89f623527b35cc5dd936773f32946025d2
/src/main/java/com/kwad/sdk/reward/widget/tailframe/appbar/TailFrameBarAppLandscape.java
6c9d51b83ccf531ce634a20480c207f3e75ee6be
[]
no_license
ren19890419/lvxing
5f89f7b118df59fd1da06aaba43bd9b41b5da1e6
239875461cb39e58183ac54e93565ec5f7f28ddb
refs/heads/master
2023-04-15T08:56:25.048806
2020-06-05T10:46:05
2020-06-05T10:46:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,166
java
package com.kwad.sdk.reward.widget.tailframe.appbar; import android.animation.ValueAnimator; import android.animation.ValueAnimator.AnimatorUpdateListener; import android.content.Context; import android.text.TextUtils; import android.util.AttributeSet; import android.widget.ImageView; import android.widget.LinearLayou...
[ "593746220@qq.com" ]
593746220@qq.com
0b70f067cfb613c5697af5eba575b0393e37b780
6da3803eb24f980f2b987cb5a75155d51ceb831e
/revisions_2018/command/Light.java
c02f98188ff24f241b5fd7cf707480e13eda7765
[]
no_license
Atalaia/NFP121
622fc3ec754c008bd12aba752c8e0d90e824e49d
ebaae29ec9dc986c818631d16f58fc5d31a10b43
refs/heads/master
2020-06-26T19:24:10.116345
2020-02-23T17:00:29
2020-02-23T17:00:29
199,725,507
0
0
null
null
null
null
ISO-8859-1
Java
false
false
198
java
package command; public class Light{ public void turnOn(){ System.out.println("lampe allumée"); } public void turnOff(){ System.out.println("lampe éteinte"); } }
[ "mariasoage@MacBook-Pro-de-Maria.local" ]
mariasoage@MacBook-Pro-de-Maria.local
fc9cc333b55bc3774a353d6f557d5ce334dbd0f0
f94efdcdd333a90b2a061fbb446486d78bbbc937
/src/test/java/nl/jqno/equalsverifier/integration/inheritance/AbstractHierarchyTest.java
b4a6c41ed9a79124d3872bd3114d85dfc696a9df
[ "Apache-2.0" ]
permissive
don-vip/equalsverifier
0ffa5284bcce9279665c69c5af5c851a946c5127
4f95598c49f7d5c35708012a2229f0cda312f55a
refs/heads/master
2020-03-30T07:04:17.238541
2018-10-07T11:54:22
2018-10-07T11:58:38
150,913,095
0
1
Apache-2.0
2018-09-30T00:10:34
2018-09-30T00:10:34
null
UTF-8
Java
false
false
5,910
java
package nl.jqno.equalsverifier.integration.inheritance; import nl.jqno.equalsverifier.EqualsVerifier; import nl.jqno.equalsverifier.Warning; import nl.jqno.equalsverifier.testhelpers.ExpectedExceptionTestBase; import nl.jqno.equalsverifier.testhelpers.types.Color; import org.junit.Test; import static nl.jqno.equalsve...
[ "jan.ouwens@gmail.com" ]
jan.ouwens@gmail.com
f6c9000ac8837c5a3b5d9f811bace4985f64b1c5
e3dc5dd135b3f1a2be1130e97292eea14bb904e7
/src/JavaOOP/Lesson3/HomeWork/Computer/ComputerRunner.java
0b174e01cff0cbc3ad73c4f5ba60ac92168ad9c6
[]
no_license
AnatoliyDeveloper/JavaProg
51fd1d626d2e0879542905ffa88c548cdef48308
daa7e335471451f9b55a99de79cb29f13c01f4c0
refs/heads/master
2020-07-30T20:28:11.918200
2016-11-19T11:01:49
2016-11-19T11:01:57
73,621,142
0
0
null
null
null
null
UTF-8
Java
false
false
789
java
package JavaOOP.Lesson3.HomeWork.Computer; /** * Created by Anatoliy on 10.10.2016. */ /* Создать объект класса Компьютер, используя классы Винчестер, Дисковод, Оперативная память, Процессор. Методы: включить, выключить, проверить на вирусы, вывести на консоль размер винчестера. */ public class ComputerRunner ...
[ "sheroryaru@gmail.com" ]
sheroryaru@gmail.com
2100ef7924bec08ebed47ca0b09c0a4981478e44
5b8f0cbd2076b07481bd62f26f5916d09a050127
/src/LC210.java
982eae7d8cfe758a74104bad268d1c8781580212
[]
no_license
micgogi/micgogi_algo
b45664de40ef59962c87fc2a1ee81f86c5d7c7ba
7cffe8122c04059f241270bf45e033b1b91ba5df
refs/heads/master
2022-07-13T00:00:56.090834
2022-06-15T14:02:51
2022-06-15T14:02:51
209,986,655
7
3
null
2020-10-20T07:41:03
2019-09-21T13:06:43
Java
UTF-8
Java
false
false
1,581
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; /** * @author Micgogi * on 7/18/2020 1:30 PM * Rahul Gogyani */ public class LC210 { static HashMap<Integer, List<Integer>> adjList = new HashMap<>(); public static void addEdge(int src, int de...
[ "rahul.gogyani@gmail.com" ]
rahul.gogyani@gmail.com
2c0957b838a3eac3ea99f17b7666b6767c6eb241
3761ed50123d9f95168c24635de2fbb1a5e80820
/generator/src/main/java/demo/GeneratorApplication.java
b859357e0c8d5f0dd878a30064e0ac905121dbe1
[]
no_license
henrique-mmartins/aggregator
50a19151c385313678759a1a867d1fd4ed072bc8
62b7380b082f1cc3749d6547f72866c81c59542d
refs/heads/master
2021-05-27T22:39:17.977034
2014-10-01T09:38:08
2014-10-01T09:38:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,242
java
package demo; import java.net.UnknownHostException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.actuate.metrics.export.Exporter; import org.springframework.boot.actuate.metrics.export.MetricCopyExporter; import org.s...
[ "dsyer@pivotal.io" ]
dsyer@pivotal.io
dfd563d802c0f5322e1fb2a45124e378a2b49048
01d6b951ce24b3d2c89b1ffa18fd79aaa9c4599c
/src/com/google/android/youtube/player/internal/a.java
12eafcaaddfdd009590662d977904693db9f0c95
[]
no_license
mohsenuss91/KGBANDROID
1a5cc246bf17b85dae4733c10a48cc2c34f978fd
a2906e3de617b66c5927a4d1fd85f6a3c6ed89d0
refs/heads/master
2016-09-03T06:45:38.912322
2015-03-08T12:03:35
2015-03-08T12:03:35
31,847,141
0
0
null
null
null
null
UTF-8
Java
false
false
4,415
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.youtube.player.internal; import android.graphics.Bitmap; import com.google.android.youtube.player.YouTubeThumbnailLoa...
[ "mohsenuss91@hotmail.com" ]
mohsenuss91@hotmail.com
cdaf7f3902f0fcbdf2513bab9ec7ae7b9a40e4fc
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/google/android/gms/internal/measurement/zzabu.java
eec6f9dede6a44fec1a6cc4e6beeff0f3aa19ff4
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.google.android.gms.internal.measurement; import com.tencent.matrix.trace.core.AppMethodBeat; public enum zzabu { INT(Integer.valueOf(0)), LONG(Long.valueOf(0)), FLOAT(Float.valueOf(0.0f)), DOUBLE(Double.valueOf(0.0d)), BOOLEAN(Boolean.FALSE), STRING(""), BYTE_STRING(zzyw.zzbqx)...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
082b3df39f7d09f10e51a56ba468206b7f528fc7
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_a573595b609d123d8750d333cc1988f71b6de670/SpellDictionaryChoob/5_a573595b609d123d8750d333cc1988f71b6de670_SpellDictionaryChoob_t.java
30e330d87dc197898bf95d262616b77e0f5cec9a
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
3,287
java
// Taken from: /* Jazzy - a Java library for Spell Checking Copyright (C) 2001 Mindaugas Idzelis Full text of license can be found in LICENSE.txt This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by t...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
fee8cf85ecd596e34b288b4a336c122b24f08b56
e49bef1b36c879b1f0366cb80ab5a3ae745aabd3
/sources/com/google/android/gms/internal/p001firebaseauthapi/zzmn.java
d9b2e46a155df1a6a09389e582d967c2c451d7d7
[]
no_license
mathias-mike/EplStars
2e154f6ac0bee3cd1c9bafd7e6ce9bd47ce9bf67
7c7b86b6c892d974567f62c92793e76edd0d09d7
refs/heads/master
2023-07-23T11:16:33.160876
2021-09-02T10:07:51
2021-09-02T10:07:51
124,019,552
0
0
null
null
null
null
UTF-8
Java
false
false
1,400
java
package com.google.android.gms.internal.p001firebaseauthapi; import android.os.Parcel; import android.os.Parcelable; import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable; import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter; /* renamed from: com.google.android.gms.inter...
[ "leesanmoj@gmail.com" ]
leesanmoj@gmail.com
170115e1ff7c8d4b79c84066aa82badf7245dddd
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/11/11_789939dbd90b321701479eebada620c65124a038/NavigationNodeControllerAnnotationProcessor/11_789939dbd90b321701479eebada620c65124a038_NavigationNodeControllerAnnotationProcessor_s.java
edfd8e47fe33da8402625b7bad1608c809ec8427
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
5,182
java
/******************************************************************************* * Copyright (c) 2007, 2011 compeople AG and others. * 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, ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a49cb3f89653bfe44146f9a85feae6bc0aac7178
b7b870158ac741a303b854876f73173b3c984730
/2.JavaCore/src/com/codegym/task/task13/task1315/Solution.java
67f72e03b4d4b6323d710535c515f4fa14275595
[]
no_license
KrisTovski/CodeGym
b788c65b0ec2cc71c7a75dfd39b4221b571090e4
74be0793b2b1f8e9e7dc576e2cb5d25da505417a
refs/heads/master
2021-12-13T01:22:09.284904
2021-11-28T19:23:57
2021-11-28T19:23:57
246,921,433
0
0
null
null
null
null
UTF-8
Java
false
false
974
java
package com.codegym.task.task13.task1315; /* Tom, Jerry and Spike */ public class Solution { public static void main(String[] args) { } public class Dog implements CanMove, CanEat{ @Override public void move() { } @Override public void eat() { } ...
[ "kfilak@onet.eu" ]
kfilak@onet.eu
8ea5db68f0108c1a26a766233d0990d3459e1a2f
4312a71c36d8a233de2741f51a2a9d28443cd95b
/RawExperiments/TB/Math280/AstorMain-Math280/src/variant-144/org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.java
c51f2ad5fba75e6c12e5e1e150e1a68e7e49e40c
[]
no_license
SajjadZaidi/AutoRepair
5c7aa7a689747c143cafd267db64f1e365de4d98
e21eb9384197bae4d9b23af93df73b6e46bb749a
refs/heads/master
2021-05-07T00:07:06.345617
2017-12-02T18:48:14
2017-12-02T18:48:14
112,858,432
0
0
null
null
null
null
UTF-8
Java
false
false
4,218
java
package org.apache.commons.math.analysis.solvers; public class UnivariateRealSolverUtils { private UnivariateRealSolverUtils() { super(); } public static double solve(org.apache.commons.math.analysis.UnivariateRealFunction f, double x0, double x1) throws org.apache.commons.math.ConvergenceExcepti...
[ "sajjad.syed@ucalgary.ca" ]
sajjad.syed@ucalgary.ca
4837ad6612157512d68797a15cdc81f1d0068cb6
4bbfa242353fe0485fb2a1f75fdd749c7ee05adc
/ims-core/src/main/java/com/ailk/openbilling/persistence/sys/dao/SysMeasureTypeDaoSkeleton.java
402f89f81a363fb1f43ae2c8e5e81e7e407ee202
[]
no_license
859162000/infosystem
88b23a5b386600503ec49b14f3b4da4df7a6d091
96d4d50cd9964e713bb95520d6eeb7e4aa32c930
refs/heads/master
2021-01-20T04:39:24.383807
2017-04-01T10:59:24
2017-04-01T10:59:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
364
java
package com.ailk.openbilling.persistence.sys.dao; import com.ailk.easyframe.web.common.dal.AbstractDaoCrudSupport; import com.ailk.openbilling.persistence.sys.entity.SysMeasureType; import jef.codegen.support.NotModified; @NotModified public abstract class SysMeasureTypeDaoSkeleton extends AbstractDaoCrudSupport<SysMe...
[ "ljyshiqian@126.com" ]
ljyshiqian@126.com
ef051be3bb0d07f3644411dae25f269167d98454
4d3cf09006fc97d9e740b3ba232529395e4c6ead
/docker/docker/src/main/java/org/arquillian/cube/docker/impl/client/TopCreator.java
a63c53d2b0b1544759c3514bccb2e60c78f7517c
[ "Apache-2.0" ]
permissive
lordofthejars/arquillian-cube
792e31db67068878411792f5ea003ecd3362de54
610a65f1d056633c4b30d6709d2ebe19967c97be
refs/heads/master
2020-12-30T20:43:20.916363
2017-03-28T08:16:44
2017-03-28T08:16:59
39,399,706
0
1
null
2015-11-04T15:40:27
2015-07-20T17:59:42
Java
UTF-8
Java
false
false
652
java
package org.arquillian.cube.docker.impl.client; import org.arquillian.cube.docker.impl.util.Top; import org.jboss.arquillian.core.api.InstanceProducer; import org.jboss.arquillian.core.api.annotation.ApplicationScoped; import org.jboss.arquillian.core.api.annotation.Inject; import org.jboss.arquillian.core.api.annotat...
[ "asotobu@gmail.com" ]
asotobu@gmail.com
75db13917ca68ba9c30cc79ae44ce88f87d2e593
96f8d42c474f8dd42ecc6811b6e555363f168d3e
/budejie/sources/cn/v6/sixrooms/room/widgets/a.java
8d0605b69c734bf9c0f36ddc9b1378aa0c94a60f
[]
no_license
aheadlcx/analyzeApk
050b261595cecc85790558a02d79739a789ae3a3
25cecc394dde4ed7d4971baf0e9504dcb7fabaca
refs/heads/master
2020-03-10T10:24:49.773318
2018-04-13T09:44:45
2018-04-13T09:44:45
129,332,351
6
2
null
null
null
null
UTF-8
Java
false
false
629
java
package cn.v6.sixrooms.room.widgets; import cn.v6.sixrooms.room.engine.FreeVoteNumEngine.CallBack; final class a implements CallBack { final /* synthetic */ CommonEventDialog a; a(CommonEventDialog commonEventDialog) { this.a = commonEventDialog; } public final void result(String str) { ...
[ "aheadlcxzhang@gmail.com" ]
aheadlcxzhang@gmail.com
9194dd49a47759b4cef76b95058e6b367dc4c014
b8ebab3b577719283100f7d85051666c9696da9c
/code/MyApplication/app/src/main/java/com/ckt/testauxiliarytool/autosleepwake/dialog/ScreenLockMethodDialogFragment.java
18bd302a0961cb7d7055a22e13f82b37edef84a5
[]
no_license
KitChenZhou/NoteStudy
bc73c99f0e214bceb773f1174ab2c7bb0df4f650
8b0f106d4e5dfc2fb099a70a55f25a0e859ce947
refs/heads/master
2020-03-26T07:51:38.499300
2018-08-15T00:56:30
2018-08-15T00:56:30
144,674,799
0
1
null
null
null
null
UTF-8
Java
false
false
1,527
java
package com.ckt.testauxiliarytool.autosleepwake.dialog; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.provider.Settings; import android.support.annotation.NonNull; import android.support.v4.app.DialogFragment; import android.s...
[ "lei.chen@ck-telecom.com" ]
lei.chen@ck-telecom.com
c6a0cc23829b19e27ca67ff59814f9ccacb3e687
8834218fae697508f4b5e16e803dd0c7a620cabf
/src/main/java/com/anjz/spring/SpringApplicationContextInitializer.java
18d25e492141c0eb7be0b572cd09ddf854d902ac
[]
no_license
xxzds/frame_DS
629efa9918d6f9b0b966ac6553458c35cd3d9e6d
a76841beff58b81e61433d27726d9fab373b427c
refs/heads/master
2020-01-23T21:55:51.703318
2017-11-15T04:26:50
2017-11-15T04:26:50
74,729,729
1
1
null
null
null
null
UTF-8
Java
false
false
832
java
package com.anjz.spring; import org.springframework.context.ApplicationContextInitializer; import org.springframework.web.context.support.XmlWebApplicationContext; /** * 初始化时,将allowBeanDefinitionOverriding设置为false * 如果加载bean时,出现id相同的bean,会抛出异常 * @author shuai.ding * @date 2017年3月20日上午11:00:31 */ public class Sp...
[ "1114332905@qq.com" ]
1114332905@qq.com
5ffab75aba68560b0ef1b31288c1b057e1fed211
77aed0c29f6cf7bb8197abb36e8464e016daec98
/graphsdk/src/main/java/com/microsoft/graph/generated/BaseGroupUnsubscribeByMailRequestBuilder.java
1150ceb6e27a29345d028b991918c1295977ffaa
[ "MIT" ]
permissive
TBag/msgraph-sdk-android
c93ef70b0158b053cb0554101ae3df8a23a4d233
9311679c5881f91e5e1a775860f46643ba3652ac
refs/heads/master
2021-01-18T12:25:15.925515
2016-06-28T18:53:17
2016-06-28T18:53:17
60,361,545
1
0
null
2016-06-28T18:53:17
2016-06-03T16:18:26
Java
UTF-8
Java
false
false
1,983
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "pnied@microsoft.com" ]
pnied@microsoft.com
324c8b331fadbd5e6c023965ba24a64683d995cc
22d4693fffd539841d65e571dbcc3c42d1ec1c1d
/app/src/main/java/com/zhongke/content/entity/ExerciseBean.java
8e8863c174aef9e89556de988a58310eed0c9094
[]
no_license
Leney/HapiloContent
49c1cdd54d39eb4dd469933929db15b155ea8b1b
14cae8bbadc293c7e58dc726b8e05fd00b4980f8
refs/heads/master
2021-08-28T04:11:50.569565
2017-12-11T06:11:00
2017-12-11T06:11:00
113,820,261
0
0
null
null
null
null
UTF-8
Java
false
false
5,492
java
package com.zhongke.content.entity; import java.util.ArrayList; import java.util.List; /** * Created by ${tanlei} on 2017/9/25. * 活动实体类 */ public class ExerciseBean { private int id; private String location; private String photoUrl; private String time; private String text; private String ...
[ "lilijunboy@163.com" ]
lilijunboy@163.com
8ba3ed410ded1763678d657728785593bddde09b
aed9bfd21be515e1b8076da5d384b22354debd72
/elasticsearch-api/src/main/java/com/abin/lee/elasticsearch/svr/api/search/SearchBusiness.java
8b1198ce90e1aa44626c81f37a106e03837032bd
[]
no_license
zondahuman/elasticsearch-cluster
bc4fae7fbe3b452a3d200fb0009972a34b72967a
ab699d4012da117c3262ab8cda22541fa4752beb
refs/heads/master
2021-04-26T21:51:51.726179
2018-03-07T02:33:04
2018-03-07T02:33:04
118,942,188
0
0
null
null
null
null
UTF-8
Java
false
false
588
java
package com.abin.lee.elasticsearch.svr.api.search; import lombok.Getter; import lombok.Setter; import java.io.Serializable; /** * Created by abin on 2018/1/24 15:28. * elasticsearch-svr * com.abin.lee.elasticsearch.svr.api.search */ @Setter @Getter public class SearchBusiness implements Serializable { priva...
[ "zondahuman@gmail.com" ]
zondahuman@gmail.com
d7a336a2ac47ea5fcc2206b2870d9b118ad055b9
05e45581f8b3b147af2f42cff1b701654d7b61d2
/wuxi/landsale/trunk/landsale/bank/src/main/java/cn/gtmap/landsale/bank/core/BankSocketReciver.java
c31a63d76288d82bd84dcdd95b7687867c48738e
[]
no_license
TimfuDeng/gtfree-bank
581bdc0478e47e2303296b3b6921ae59f976208f
48106284af428a449f0a2ccbee1653b57b4bd120
refs/heads/master
2020-04-03T05:22:06.031843
2018-10-28T06:50:40
2018-10-28T06:50:40
155,043,209
0
2
null
null
null
null
UTF-8
Java
false
false
2,418
java
package cn.gtmap.landsale.bank.core; import cn.gtmap.landsale.bank.service.TransBankReciverService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.Socket; import java.nio.charset.Charset; /** * @au...
[ "1337343005@qq.com" ]
1337343005@qq.com
3cc8f2747399799852deab5b64919c37ed238ecf
8ef5dba87266ec527514fe14a79e23f10bd02a6e
/didn't work/Tawseel Clone/app/src/main/java/com/google/android/gms/internal/zzaaq.java
d4e1f18225f8e3afe1197e546b24a2ed65e0aa81
[]
no_license
ahmedmgh67/What-s-Fatora
4cfff6ae6c5b41f4b8fc23068d219f63251854ff
53c90a17542ecca1fe267816219d9f0c78471c92
refs/heads/master
2020-04-28T06:14:33.730056
2019-02-15T21:41:28
2019-02-15T21:41:28
175,049,535
0
0
null
null
null
null
UTF-8
Java
false
false
1,311
java
package com.google.android.gms.internal; import android.os.Looper; import android.support.annotation.NonNull; import com.google.android.gms.common.api.Api.ApiOptions; import com.google.android.gms.common.api.Api.zzb; import com.google.android.gms.common.api.Result; import com.google.android.gms.common.api.zzc; public...
[ "ahmedmgh67@gmail.com" ]
ahmedmgh67@gmail.com
f4b3a1f088d2faf93796b8269ea7dabaa1c339a3
98f377c65ea79c4965aeaa3d9740f907ee4c95c3
/src/state/easyExample/OnState.java
f7b98966786c3f7b08b42d0fe4ec8dd86f468681
[]
no_license
TACHAI/designPatterns
36dfff91de9fed3f40133268d559cc8c03e0eb47
735b494bda0f64a6a4cbc3d0927965de1a38bdfb
refs/heads/master
2022-10-02T03:15:48.887887
2020-06-01T13:25:40
2020-06-01T13:25:40
263,332,836
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package state.easyExample; /** * Create by tachai on 2020-05-28 17:18 * gitHub https://github.com/TACHAI * Email tc1206966083@gmail.com */ public class OnState extends State { @Override public void on(Switch s) { System.out.println("已经打开"); } @Override public void off(Switch s) { ...
[ "1206966083@qq.com" ]
1206966083@qq.com
9097e9cdf7e574d00edde7a5e208f1766c719967
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project72/src/main/java/org/gradle/test/performance72_3/Production72_296.java
2808c371e71ee7615a55d9322135b2777daff111
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
305
java
package org.gradle.test.performance72_3; public class Production72_296 extends org.gradle.test.performance16_3.Production16_296 { private final String property; public Production72_296() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
862775f98e4201f735693271986f8fbb3b782d0e
eb840800bc31f991eab945d9e6efe694143b6718
/Time-Algoritms/src/main/java/algorithm/StringPartitions.java
ba47b26d1c801beb9154f2c3dedb259e73e5d92e
[]
no_license
aqib1/HackCodeLeet
f3ef6e76bb0d4a94b4fc6cbcca1dc76f8a3fc420
65c4b30395e980e73e1abec5219c8a37ddb5f063
refs/heads/master
2023-03-16T23:03:09.118125
2023-03-13T08:07:30
2023-03-13T08:07:30
228,961,291
10
3
null
2023-01-08T02:51:52
2019-12-19T02:45:26
Java
UTF-8
Java
false
false
870
java
package algorithm; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class StringPartitions { public static void main(String[] args) { System.out.println(partitionString("xabafbaxu")); } public static List<String> partitionString(String input) { if (input.length() == 1) re...
[ "aqibbutt3078@gmail.com" ]
aqibbutt3078@gmail.com
88309dc89632cf48176ef22fad29d2e7e363adfb
e4cb19a29c80033d45ec4228210cd56e2974ba0a
/me.tomassetti.asttransf.idea/src-gen/me/tomassetti/idea/lang/psi/AstTransformationsDslElementDescriptionProvider.java
1d0972c943070a0ee4ec5edca6093c9c193fa644
[]
no_license
ftomassetti/AntlrTransformationDsl
ee969cedb88e5e45efa800c0b1ed72ae0719f2c1
c275256d447707d30c21fb47b2926b2a4c68f142
refs/heads/master
2021-01-10T11:08:09.213591
2015-06-01T13:53:58
2015-06-01T13:53:58
36,652,440
0
0
null
null
null
null
UTF-8
Java
false
false
390
java
package me.tomassetti.idea.lang.psi; import org.eclipse.xtext.psi.BaseXtextElementDescriptionProvider; import me.tomassetti.idea.lang.AstTransformationsDslLanguage; public class AstTransformationsDslElementDescriptionProvider extends BaseXtextElementDescriptionProvider { public AstTransformationsDslElementDescripti...
[ "federico@tomassetti.me" ]
federico@tomassetti.me
c0e31a28a2b0a57a5dd80ee194f6f0f6c7ae88cb
2993feda802f507fc33f07caf190c057ca7f4ff5
/src/org/obicere/bytecode/core/objects/code/instruction/DefaultI2D.java
9f9f1002d1e1e83bd348f9045e19e7798b2285c1
[]
no_license
mattwzawislak/ByteCodeCore
cd2ea5d54f3ffee767f6a072bfee557165742de7
0913e2b30b69f3ccc6e8bfb8739a194f96e62622
refs/heads/master
2021-06-29T22:48:55.066527
2017-09-18T21:25:16
2017-09-18T21:25:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
565
java
package org.obicere.bytecode.core.objects.code.instruction; import org.javacore.code.instruction.I2D; import org.javacore.code.instruction.Instructions; /** * @author Obicere */ public class DefaultI2D extends AbstractInstruction implements I2D { public static final String MNEMONIC = "i2d"; public static ...
[ "mattwzawislak@gmail.com" ]
mattwzawislak@gmail.com
ef9434220451dd2310eb1b9cfad7390a4289b084
37a30835fcea9664afa873871e479cd28e280378
/app/src/main/java/com/duy/pascal/interperter/ast/runtime/references/StringIndexReference.java
0c9f23dba2db7e0ac55c06487cfc646e902d50fe
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
DereckySany/pascalnide
2e2ad859ff91809a52817f2a61dac92f048ece85
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
refs/heads/master
2022-01-03T08:00:37.935504
2018-03-18T14:02:17
2018-03-18T14:02:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,696
java
/* * Copyright (c) 2017 Tran Le Duy * * 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 agree...
[ "tranleduy1233@gmail.com" ]
tranleduy1233@gmail.com
9ed253f57a0e2270699900d54987e56f0df205d3
78f339ae23f14b86ee59fa45d1c051a0762e0bce
/src/main/java/chapter6/thisandsuper/Programmer.java
d81a54e914b310191d47aa96f05a16860728ab4e
[]
no_license
mavy0313/gupta-oca
e88a0f5d9938aa35a9e97397b225477fe50fe395
9dd0131bb0bf6a71026759b24631e4d79ccec2fe
refs/heads/master
2020-05-04T19:50:05.534259
2020-01-04T22:19:40
2020-01-04T22:19:40
179,409,593
0
0
null
null
null
null
UTF-8
Java
false
false
303
java
package chapter6.thisandsuper; class Programmer extends Employee { String name; static void setNames() { // this.name = "Programmer"; won't compile - cannot reference from a static context // super.name = "Employee"; won't compile - cannot reference from a static context } }
[ "vypoff@gmail.com" ]
vypoff@gmail.com
945500d30174525dba10fee1e5577b03603231e6
5c0a5d1e3685720e5fa387a26a60dd06bb7c6e4a
/scheduled-job/src/main/java/com/spark/bitrade/config/MybatisPlusGenerator.java
d9d39f342816b33d9a130176da6b1939a55a1f52
[]
no_license
im8s/silk-v1
5d88ccd1b5ed2370f8fba4a70298d1d14d9a175d
ff9f689443af30c815a8932899a333dfc87f6f12
refs/heads/master
2022-06-20T13:08:01.519634
2020-04-28T02:56:50
2020-04-28T02:56:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,695
java
package com.spark.bitrade.config; import com.baomidou.mybatisplus.generator.AutoGenerator; import com.baomidou.mybatisplus.generator.config.DataSourceConfig; import com.baomidou.mybatisplus.generator.config.GlobalConfig; import com.baomidou.mybatisplus.generator.config.PackageConfig; import com.baomidou.mybatisplus.ge...
[ "huihui123" ]
huihui123
f76a0f008540515e30065d104e1121ca1bb17ba2
99747123c4a1cdb98cfb6b484c5be7e269ced9f5
/project/spring-boot-source/b-spring-boot/src/main/java/com/example/bspringboot/i_exception_report/MyExceptionReporter.java
112be37c3a84c0f5475e3b9446ef1aa4c541d45f
[ "Apache-2.0" ]
permissive
CodingSoldier/java-learn
0dea60617be635d6d028cd3c4302bd2975526dbf
114358e63c41a1884ca660b70e13ed25bc12fbc6
refs/heads/master
2023-05-28T14:46:52.437585
2023-05-12T09:07:34
2023-05-12T09:07:34
113,655,752
27
20
Apache-2.0
2023-05-12T09:10:03
2017-12-09T08:51:50
Java
UTF-8
Java
false
false
1,045
java
package com.example.bspringboot.i_exception_report; import org.springframework.beans.factory.UnsatisfiedDependencyException; import org.springframework.boot.SpringBootExceptionReporter; import org.springframework.context.ConfigurableApplicationContext; /** 自定义异常报告器 spring.factories添加 org.springframework.boot.Spring...
[ "chenpiqian@shenzhenpoly.com" ]
chenpiqian@shenzhenpoly.com
710979750c19e1dfd3b766e215c93b7b81e8be4a
57ee988f58e7dbdeffcbe1ce58b566f71452bcd0
/kf5sdkModule/src/main/java/com/kf5/sdk/helpcenter/mvp/view/IHelpCenterView.java
b67abcc2e8241b393f31b62fc12083338701f5f1
[]
no_license
AndroidLwk/android_unlimited
52d0e75533f80a8eacb75d368b28f0cf88b1dedc
67fb33539f75d47cebcaf6cbc5718991a3e5db87
refs/heads/master
2022-10-17T10:36:10.593566
2020-06-08T01:36:17
2020-06-08T01:36:17
270,985,317
1
0
null
null
null
null
UTF-8
Java
false
false
234
java
package com.kf5.sdk.helpcenter.mvp.view; /** * author:chosen * date:2016/10/18 15:17 * email:812219713@qq.com */ public interface IHelpCenterView extends IHelpCenterBaseView { String getSearchKey(); int getItemId(); }
[ "jason1985" ]
jason1985
94d81d1c9fadc1dee7501f55a40d12677d21e65e
a40b1d3cd8225bd116d74232d135b7da690caebf
/dbflute-runtime/src/main/java/org/dbflute/twowaysql/exception/EmbeddedVariableCommentContainsBindSymbolException.java
f725053187a5f8555861f1316dc6b02b0bed0bea
[ "Apache-2.0" ]
permissive
dbflute/dbflute-core
e4e5dee14796a6b7415afc0cae7561bd9186c38a
3980f2daa97ca5a9273d4d92dd989a698f418215
refs/heads/develop
2023-08-11T21:40:18.916900
2023-08-04T06:31:37
2023-08-04T06:31:37
24,552,001
28
20
null
2022-05-14T10:04:25
2014-09-28T06:26:07
Java
UTF-8
Java
false
false
1,174
java
/* * Copyright 2014-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "dbflute@gmail.com" ]
dbflute@gmail.com
1443dd67287b8b6802195d47e68679090a14df49
50abf1545189bc25c02ae5abf56ed8cb7cb83c07
/toolsfinal/src/main/java/cn/finalteam/toolsfinal/logger/LogLevel.java
1a697546d68a66cbe1e511e174a3c56de2670d4c
[]
no_license
zhaoxiaoyunok/anyutilandroid
e98e61ddbf12102ece8997212e3d818fdc9faa83
051598fbe8f28da87256413bacd32650268225ca
refs/heads/master
2021-01-12T16:34:22.302340
2016-10-20T12:05:15
2016-10-20T12:05:15
71,411,437
0
1
null
null
null
null
UTF-8
Java
false
false
172
java
package cn.finalteam.toolsfinal.logger; public enum LogLevel { /** * Prints all logs */ FULL, /** * No log will be printed */ NONE }
[ "zhaoxiaoyunok@163.com" ]
zhaoxiaoyunok@163.com
c6a2fedcacb897eba222e31d2617eb60cc04c36c
55d22fdfec53708213ed7a13f2557c4e1b4803c9
/value/src/test/java/net/sf/mmm/util/value/impl/pojo1/SubPojoImpl.java
6a3d0b54ba40581496202475b02d134f394a5d0c
[ "Apache-2.0" ]
permissive
m-m-m/util
981f66f58a99b49c1ea458d7d12db3156bfc33ed
0b6d40b1976f9fa2f32b1a7ff03821eef939b301
refs/heads/master
2021-06-15T16:04:47.825146
2021-03-01T15:38:37
2021-03-01T15:38:37
4,889,980
2
2
Apache-2.0
2020-10-13T10:21:28
2012-07-04T19:08:14
Java
UTF-8
Java
false
false
927
java
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ package net.sf.mmm.util.value.impl.pojo1; /** * This is some code only used for {@link net.sf.mmm.util.value.impl.ComposedValueConverterTest}. * * @author Joerg Hohwiller (hohwille at use...
[ "hohwille@users.sourceforge.net" ]
hohwille@users.sourceforge.net
1339d4a1f5d8dfc9481a3c0a4704452186005c97
6c8e077c219a94497faef3678df5c25764e8f9c9
/bll2/src/main/java/com/maoding/org/entity/CompanyUserEntity.java
b276a24e8c64a350244de169abbbc60d0bf94ef1
[]
no_license
chengliangzhang/maoding-web
af30195f42de58191fb704bd9bb71a88ebd6e53c
acc39723ffe897f7ec5baa2c009642386acbbeaa
refs/heads/master
2021-05-02T12:48:12.210561
2018-09-26T06:49:14
2018-09-26T06:49:14
120,746,771
1
4
null
null
null
null
UTF-8
Java
false
false
4,982
java
package com.maoding.org.entity; import com.maoding.core.base.entity.BaseEntity; import com.maoding.core.util.StringUtil; /** * 深圳市设计同道技术有限公司 * 类 名:CompanyUserEntity * 类描述:公司人员信息 * 作 者:MaoSF * 日 期:2016年7月6日-下午5:38:15 */ public class CompanyUserEntity extends BaseEntity implements java.io.Ser...
[ "zhangchengliang@imaoding.com" ]
zhangchengliang@imaoding.com
5444c0a1a039b04b1473dda184cee422de241861
5011795af6079497fb17a1caf7705fde0a079231
/kdb/src/main/java/com/nahuo/kdb/adapter/SlidePicPagerAdapter.java
07a9a5451248baf43fc7c03a7256a0f8b0003276
[]
no_license
JameChen/kdb
0bac9386e5d9d80392f618bc799dc11b8e916fd7
edf97f8b340118806a625f0b2ae6e00a2abcdd20
refs/heads/master
2020-07-13T09:34:02.164473
2019-08-29T02:12:17
2019-08-29T02:12:17
205,057,004
1
1
null
null
null
null
UTF-8
Java
false
false
2,238
java
package com.nahuo.kdb.adapter; import java.util.ArrayList; import uk.co.senab.photoview.PhotoViewAttacher.OnViewTapListener; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; import android.view.View; import android.widget....
[ "1210686304@qq.com" ]
1210686304@qq.com
353bd856e4fcf423fbc5b420181e3c5a331a0311
79595075622ded0bf43023f716389f61d8e96e94
/app/src/main/java/java/nio/file/ClosedWatchServiceException.java
ed70e8576e8a295637f40c1c0202ef48cc819989
[]
no_license
dstmath/OppoR15
96f1f7bb4d9cfad47609316debc55095edcd6b56
b9a4da845af251213d7b4c1b35db3e2415290c96
refs/heads/master
2020-03-24T16:52:14.198588
2019-05-27T02:24:53
2019-05-27T02:24:53
142,840,716
7
4
null
null
null
null
UTF-8
Java
false
false
162
java
package java.nio.file; public class ClosedWatchServiceException extends IllegalStateException { static final long serialVersionUID = 1853336266231677732L; }
[ "toor@debian.toor" ]
toor@debian.toor
ea4cd17a3dbfbef25039fbbe1f4150e3106a9ff7
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/34/34_cd4c9471a9ada43e05145ff0254e2e800b03366f/MediaServerTest/34_cd4c9471a9ada43e05145ff0254e2e800b03366f_MediaServerTest_s.java
45c412c4edee2fb02ae1eff125e7521bf1fcdde4
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,914
java
/* * Copyright 2012 buddycloud * * 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 a...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
336b3e02e265f4aaa700a7b7313f4956f8a1cf99
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-49b-3-7-SPEA2-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/linear/OpenMapRealVector_ESTest_scaffolding.java
4eaacf3f21ec8be84e9e34f3a13ff373fbe51e31
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
3,986
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Apr 06 15:00:25 UTC 2020 */ package org.apache.commons.math.linear; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.ju...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
cbd7852b933ebd2adc61ab83281172291f6c244d
36073e09d6a12a275cc85901317159e7fffa909e
/inbloom_secure-data-service/modifiedFiles/30/fix/XsdErrorHandler.java
cf37f306e8e79d8854498a25a634249d360f6e9a
[]
no_license
monperrus/bug-fixes-saner16
a867810451ddf45e2aaea7734d6d0c25db12904f
9ce6e057763db3ed048561e954f7aedec43d4f1a
refs/heads/master
2020-03-28T16:00:18.017068
2018-11-14T13:48:57
2018-11-14T13:48:57
148,648,848
3
0
null
null
null
null
UTF-8
Java
false
false
5,131
java
package org.slc.sli.ingestion.validation; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.MessageSource; import org.xml.sax.SAXException; import org.xml.sax.SAXParseException; /** * * @author npandey * */ public class XsdErrorHandler implements Xs...
[ "martin.monperrus@gnieh.org" ]
martin.monperrus@gnieh.org
10fea33193c99f01e5b59e1e42ba6e97bf7c8018
59889b1f3456adb889ab26aaad6332d670e69feb
/Java003.GUI.Calculator/src/ua/voytovych/gui/TestGUI.java
0ef4bca9e82dd8489a14246f733e6e179f000fba
[]
no_license
noctuaIv/java-gui
6a2ddca257f91bb83b19962da30b7c7f9ee260ee
d8585edaabd46a21642210cca7822378cb7eb232
refs/heads/master
2020-04-28T22:56:16.335263
2019-03-14T14:12:22
2019-03-14T14:12:22
175,635,317
0
0
null
null
null
null
UTF-8
Java
false
false
4,328
java
package ua.voytovych.gui; import com.jtattoo.plaf.aero.AeroLookAndFeel; import com.jtattoo.plaf.hifi.HiFiLookAndFeel; import com.jtattoo.plaf.smart.SmartLookAndFeel; import ua.voytovych.listeners.CalcButtonActionListener; import ua.voytovych.listeners.CalcTextFieldFocusListener; import ua.voytovych.listeners.ChangeSk...
[ "noctua.vt@gmail.com" ]
noctua.vt@gmail.com
6b4cf614fa33b6865823c5b0a39672cec82efd0a
cc9786a30f6ee7da04400adc7253fd10dc9ece89
/vms-infrastructure/vms-rpc/src/main/java/com/dreamcc/iot/config/NettyConfig.java
368846788357c61dfed879e785aaf2b9a2e194b2
[ "Apache-2.0" ]
permissive
dreamcc0817/vms
a079a378f8db0cb4ec4e7c76a1e17aba61fb5cb1
5b87ec212eec544cf4a33f943effa82c3a05307e
refs/heads/master
2022-07-02T10:59:46.293705
2021-12-08T03:29:34
2021-12-08T03:29:34
227,776,188
21
13
Apache-2.0
2022-06-17T02:44:39
2019-12-13T06:56:00
Java
UTF-8
Java
false
false
846
java
package com.dreamcc.iot.config; import lombok.Data; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; /** * @Title: vms * @Package: com.dreamcc.vms.gateway.config * @Description: ne...
[ "dreamcc0817@gmail.com" ]
dreamcc0817@gmail.com
2cf9eb7fe36d1e7c625cccd5e4c6d6e262b5e14b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/16/16_c91fd701809daf61aa8cc60ee363f6d9af712b4f/IntelligentPlayer/16_c91fd701809daf61aa8cc60ee363f6d9af712b4f_IntelligentPlayer_s.java
042ad33a55724a4875c547e447f1cf8310465cc1
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
493
java
package game; import game.play.Board; import game.play.Card; import game.play.Player; public class IntelligentPlayer extends Player { public IntelligentPlayer(String name) { super(name); // TODO Auto-generated constructor stub } @Override public int bid(int tricksRemaining, boolean restricted)...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a7e0fea4e56183a65f4eb9ff486ad08b09288274
835f8977c035cf42adf0c4b06226eabb5afdbf73
/src/main/java/com/mobcent/discuz/module/custom/widget/delegate/CustomStateDelegate.java
73f90a30340d9b129c726e6da64276ba8e72a89d
[]
no_license
john1533/ms
bc680e30bf0aaccafd573c1629e6f59672f21b28
715d9e106f4940e6617df1016b7daff8acfb1ced
refs/heads/master
2022-02-12T10:13:59.912880
2018-01-02T10:51:55
2018-01-02T10:51:55
108,981,073
0
0
null
null
null
null
UTF-8
Java
false
false
142
java
package com.mobcent.discuz.module.custom.widget.delegate; public interface CustomStateDelegate { void onPause(); void onResume(); }
[ "85732062@qq.com" ]
85732062@qq.com