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
83630c98d4f5a2512150d8e318693bbe1e55200a
55dca62e858f1a44c2186774339823a301b48dc7
/code/my-app/functions/8/addPropertyChangeListeners_ColonyPanel.java
e6c3ef8014ca55a9fe710c239d18e247822caa50
[]
no_license
jwiszowata/code_reaper
4fff256250299225879d1412eb1f70b136d7a174
17dde61138cec117047a6ebb412ee1972886f143
refs/heads/master
2022-12-15T14:46:30.640628
2022-02-10T14:02:45
2022-02-10T14:02:45
84,747,455
0
0
null
2022-12-07T23:48:18
2017-03-12T18:26:11
Java
UTF-8
Java
false
false
290
java
private void addPropertyChangeListeners() { final Colony colony = getColony(); if (colony != null) { colony.addPropertyChangeListener(this); colony.getGoodsContainer().addPropertyChangeListener(this); colony.getTile().addPropertyChangeListener(this); } }
[ "wiszowata.joanna@gmail.com" ]
wiszowata.joanna@gmail.com
8ecece490f0e2a758afabd234df98ea8fa46b059
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas/applicationModule/src/test/java/applicationModulepackageJava0/Foo593Test.java
a1f10aeca7c5edf49ef91c84b86cefabcad57518
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
package applicationModulepackageJava0; import org.junit.Test; public class Foo593Test { @Test public void testFoo0() { new Foo593().foo0(); } @Test public void testFoo1() { new Foo593().foo1(); } @Test public void testFoo2() { new Foo593().foo2(); } @Test public void testFoo3() { ...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
b6c6c9e5f774e08ec510dcc7835878b1e5f456e8
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14556-10-30-NSGA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiHibernateBaseStore_ESTest_scaffolding.java
e9e78fb30181ae586a5207655fbce0ac815eb3a3
[]
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 06:23:17 UTC 2020 */ package com.xpn.xwiki.store; 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
b9c56f98e87e2e49518e8fc30a71807de3949c73
13f6652c77abd41d4bc944887e4b94d8dff40dde
/archstudio/src/c2/fw/UnsupportedBrickDescriptionException.java
8ad93479dac9f07dfd0d7b3b6c40ff855da0c3ae
[]
no_license
isr-uci-edu/ArchStudio3
5bed3be243981d944577787f3a47c7a94c8adbd3
b8aeb7286ea00d4b6c6a229c83b0ee0d1c9b2960
refs/heads/master
2021-01-10T21:01:43.330204
2014-05-31T16:15:53
2014-05-31T16:15:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,160
java
//!!(C)!! package c2.fw; /** * Exception thrown when a <code>BrickLoader</code> is asked to load a brick * with a description it cannot process. * * @see c2.fw.BrickLoader * @author Eric M. Dashofy <A HREF="mailto:edashofy@ics.uci.edu">edashofy@ics.uci.edu</A> */ public class UnsupportedBrickDescriptionException...
[ "sahendrickson@gmail.com" ]
sahendrickson@gmail.com
ab9fb15e05b2a9ea308a76187b04e7d4af684655
16cee9537c176c4b463d1a6b587c7417cb8e0622
/src/main/java/week15/d03/Post.java
0f5ab9c7abcffb9517ad1be828c3a2b33271b836
[]
no_license
ipp203/training-solutions
23c1b615965326e6409fee2e3b9616d6bc3818bb
8f36a831d25f1d12097ec4dfb089128aa6a02998
refs/heads/master
2023-03-17T10:01:32.154321
2021-03-04T22:54:12
2021-03-04T22:54:12
308,043,249
0
0
null
null
null
null
UTF-8
Java
false
false
1,189
java
package week15.d03; import java.time.LocalDate; public class Post { private String title; private LocalDate publishedAt; private LocalDate deletedAt; private String content; private String owner; public Post(String title, LocalDate publishedAt, LocalDate deletedAt, String content, String owne...
[ "ipp203@freemail.hu" ]
ipp203@freemail.hu
7f90ebc654b2de111527595e216d186d0e4877bd
041b673c9b18f24705fcebcbdc21f4f3c236487a
/app/src/main/java/com/homecaravan/android/consumer/consumermvp/showingmvp/GetListShowingPastPresenter.java
ba49c96861ee10ee04756b8fef872c1c6d59f502
[]
no_license
Rainy1193/HCDemo
63ed54d42e65cf17ba4873c424a7e5f27bc6519e
66498a0892e000f04aa30932b67106344a96ac8c
refs/heads/master
2021-09-04T20:08:27.932681
2018-01-22T01:55:26
2018-01-22T01:55:26
107,510,248
0
0
null
null
null
null
UTF-8
Java
false
false
1,560
java
package com.homecaravan.android.consumer.consumermvp.showingmvp; import com.homecaravan.android.R; import com.homecaravan.android.consumer.api.ServiceGeneratorConsumer; import com.homecaravan.android.consumer.api.ShowingApi; import com.homecaravan.android.consumer.model.responseapi.ResponseShowingCaravan; import ret...
[ "daupraoc@gmail.com" ]
daupraoc@gmail.com
729b09aba0a8c43083e40508ce70833edbf0958c
e1ed5f410bba8c05310b6a7dabe65b7ef62a9322
/src/test/java/com/sda/javabyd3/migr/exg002/ex05/PalindromeCheckerTest.java
3d2f4c035f241cad1745bd6645e91c25f585b803
[]
no_license
pmkiedrowicz/javabyd3
252f70e70f0fc71e8ef9019fdd8cea5bd05ca90b
7ff8e93c041f27383b3ad31b43f014c059ef53e3
refs/heads/master
2022-01-01T08:56:08.747392
2019-07-26T19:02:50
2019-07-26T19:02:50
199,065,478
0
0
null
null
null
null
UTF-8
Java
false
false
444
java
package com.sda.javabyd3.migr.exg002.ex05; import org.junit.Assert; import org.junit.Test; public class PalindromeCheckerTest { @Test public void isPalindrome() { PalindromeChecker test = new PalindromeChecker(); Assert.assertTrue("method isPalindrome does not work correctly", test.isPalindro...
[ "pmkiedrowicz@gmail.com" ]
pmkiedrowicz@gmail.com
76748eb902213927f4efc1dc1162726ab19e5d7b
c0d0f78890fb39a42a16f8a68c56a7be28037854
/netconf-server-modelnode-fwk/src/test/java/org/broadband_forum/obbaa/netconf/mn/fwk/server/model/AbstractEditConfigTestSetup.java
cda285e510ae3c95e04ad280b1b0cf0ba19a42a0
[]
no_license
z27341/obbaa-netconf-stack
a25bc78471a1a21647c3ffcaec201f6f0262a1a5
8568db13c1b36c03275cdedd22f308ad9350202a
refs/heads/master
2020-04-17T13:42:00.371366
2018-10-31T10:44:25
2018-10-31T10:44:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,097
java
/* * Copyright 2018 Broadband Forum * * 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...
[ "mahadevan.vcnokia.com" ]
mahadevan.vcnokia.com
fa4e4c55b05bab11d9afec9bcffc5cd97639a2a2
e3a37aaf17ec41ddc7051f04b36672db62a7863d
/business-service/control-service-project/control-service/src/main/java/com/iot/control/packagemanager/entity/PackageDeviceType.java
1eec6c0f3de909653142b2193b67067f22506183
[]
no_license
github4n/cloud
68477a7ecf81d1526b1b08876ca12cfe575f7788
7974042dca1ee25b433177e2fe6bda1de28d909a
refs/heads/master
2020-04-18T02:04:33.509889
2019-01-13T02:19:32
2019-01-13T02:19:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,428
java
package com.iot.control.packagemanager.entity; import com.baomidou.mybatisplus.activerecord.Model; import com.baomidou.mybatisplus.annotations.TableId; import com.baomidou.mybatisplus.annotations.TableName; import com.baomidou.mybatisplus.enums.IdType; import io.swagger.annotations.ApiModel; import io.swagger.annotati...
[ "qizhiyong@LDS-Z-C5497.LEEDARSON.LOCAL" ]
qizhiyong@LDS-Z-C5497.LEEDARSON.LOCAL
b541f1467282a7c72ab6e0f6ade3725e38def734
3bab81792c722411c542596fedc8e4b1d086c1a9
/src/main/java/com/gome/maven/psi/impl/cache/impl/IndexPatternUtil.java
c0f543d2d3163c1af8bda1956afb91d50d45d195
[]
no_license
nicholas879110/maven-code-check-plugin
80d6810cc3c12a3b6c22e3eada331136e3d9a03e
8162834e19ed0a06ae5240b5e11a365c0f80d0a0
refs/heads/master
2021-04-30T07:09:42.455482
2018-03-01T03:21:21
2018-03-01T03:21:21
121,457,530
0
0
null
null
null
null
UTF-8
Java
false
false
1,645
java
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "zhangliewei@gome.com.cn" ]
zhangliewei@gome.com.cn
df9ead8438dc1b33ed6c396f23d84bb64410cdeb
c4672821f2aff60b9d1ab99ba378e266687b1b84
/webService/src/main/java/com/by/WebSecurityConfig.java
cc399cb788c7826a5ee3a35114f24486ee367b27
[]
no_license
dingjing0518/CCHCrm
e761d2f8b55ad25e7a8984cb11f380c561bcdce4
3c18a9bdea98e5e90a35f739d6454106b45f56a1
refs/heads/master
2021-01-02T00:59:40.292835
2017-08-01T02:02:27
2017-08-01T02:02:27
98,948,138
0
0
null
null
null
null
UTF-8
Java
false
false
642
java
package com.by; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; import org.springframework.security.config.annotation.web.configuratio...
[ "13962104109@163.com" ]
13962104109@163.com
1872c9dd8416f05e47c4b209f56978127b89a1c9
c0b37a664fde6a57ae61c4af635e6dea28d7905e
/Helpful dev stuff/AeriesMobilePortal_v1.2.0_apkpure.com_source_from_JADX/kotlin/collections/IndexingIterable.java
606bc9948f36cd905eda5dd31cf8f06e7ed3c40a
[]
no_license
joshkmartinez/Grades
a21ce8ede1371b9a7af11c4011e965f603c43291
53760e47f808780d06c4fbc2f74028a2db8e2942
refs/heads/master
2023-01-30T13:23:07.129566
2020-12-07T18:20:46
2020-12-07T18:20:46
131,549,535
0
0
null
null
null
null
UTF-8
Java
false
false
1,702
java
package kotlin.collections; import java.util.Iterator; import kotlin.Metadata; import kotlin.jvm.functions.Function0; import kotlin.jvm.internal.Intrinsics; import kotlin.jvm.internal.markers.KMappedMarker; import org.jetbrains.annotations.NotNull; @Metadata(bv = {1, 0, 2}, d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u...
[ "joshkmartinez@gmail.com" ]
joshkmartinez@gmail.com
d19e8ce4978a575df031f15ed093e8a960c6da77
75950d61f2e7517f3fe4c32f0109b203d41466bf
/tests/tags/ci-1.8/test-timer-implementation/src/main/java/org/fabric3/tests/timer/TransactionalTimedComponent.java
03964e167da7acbe226715187f9e0768b39b3716
[ "Apache-2.0" ]
permissive
codehaus/fabric3
3677d558dca066fb58845db5b0ad73d951acf880
491ff9ddaff6cb47cbb4452e4ddbf715314cd340
refs/heads/master
2023-07-20T00:34:33.992727
2012-10-31T16:32:19
2012-10-31T16:32:19
36,338,853
0
0
null
null
null
null
UTF-8
Java
false
false
2,528
java
/* * Fabric3 * Copyright (c) 2009 Metaform Systems * * Fabric3 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, with the * following exc...
[ "jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf" ]
jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf
d8f7816422b0be825ea29cc378302e0a7c3acc24
208ba847cec642cdf7b77cff26bdc4f30a97e795
/aj/ab/src/main/java/org.wp.ab/ui/media/MediaImageLoader.java
8727e4b96edab6b071224a41e67331ae5876c739
[]
no_license
kageiit/perf-android-large
ec7c291de9cde2f813ed6573f706a8593be7ac88
2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8
refs/heads/master
2021-01-12T14:00:19.468063
2016-09-27T13:10:42
2016-09-27T13:10:42
69,685,305
0
0
null
2016-09-30T16:59:49
2016-09-30T16:59:48
null
UTF-8
Java
false
false
1,558
java
package org.wp.ab.ui.media; import android.content.Context; import com.android.volley.RequestQueue; import com.android.volley.toolbox.ImageLoader; import com.android.volley.toolbox.Volley; import org.wp.ab.WordPress; import org.wp.ab.models.Blog; import org.wp.ab.util.AppLog; import org.wp.ab.util.VolleyUtils; /** ...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
de445e280c0675d722df1f9034837d9f735f6940
31f609157ae46137cf96ce49e217ce7ae0008b1e
/bin/ext-accelerator/acceleratorfacades/src/de/hybris/platform/acceleratorfacades/product/converters/populator/ProductVolumePricesPopulator.java
2e23837875a7f09f87a60c6aaacc089ae98b0ac0
[]
no_license
natakolesnikova/hybrisCustomization
91d56e964f96373781f91f4e2e7ca417297e1aad
b6f18503d406b65924c21eb6a414eb70d16d878c
refs/heads/master
2020-05-23T07:16:39.311703
2019-05-15T15:08:38
2019-05-15T15:08:38
186,672,599
1
0
null
null
null
null
UTF-8
Java
false
false
5,052
java
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with...
[ "nataliia@spadoom.com" ]
nataliia@spadoom.com
52202305cc4658e186476e3bc18efd4bb1b315ba
2f3bb917adcc081c8ef2f7370787ef83431183c5
/src/main/java/com/igomall/entity/Admin.java
ec350fd4624a739963dfd827d06ba947f95ae53e
[]
no_license
heyewei/shopec-b2b2c
bc7aad32fc632ab20c3ed1f6a875e533d482dfa3
a03fd48250aad4315a6ff687b6d01c7e12d0f93e
refs/heads/master
2023-02-24T13:12:37.985421
2021-01-27T07:24:25
2021-01-27T07:24:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,090
java
package com.igomall.entity; import java.util.HashSet; import java.util.Set; import javax.persistence.Entity; import javax.persistence.PrePersist; import javax.persistence.PreUpdate; import javax.persistence.Transient; import javax.validation.constraints.NotEmpty; import org.apache.commons.codec.digest.DigestUtils; i...
[ "1169794338@qq.com" ]
1169794338@qq.com
47a0a7495a5337f4dbae7b2333d6096000e1eb1f
0d4f05c9909695a166e97b8958680945ea5c1266
/src/minecraft/io/netty/handler/codec/Headers.java
c5c5910f84782abf540ad43f4d6719a5bda82610
[]
no_license
MertDundar1/ETB-0.6
31f3f42f51064ffd7facaa95cf9b50d0c2d71995
145d008fed353545157cd0e73daae8bc8d7f50b9
refs/heads/master
2022-01-15T08:42:12.762634
2019-05-15T23:37:33
2019-05-15T23:37:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,890
java
package io.netty.handler.codec; import java.util.Iterator; import java.util.List; import java.util.Map.Entry; import java.util.Set; public abstract interface Headers<K, V, T extends Headers<K, V, T>> extends Iterable<Map.Entry<K, V>> { public abstract V get(K paramK); public abstract V get(K paramK, V paramV...
[ "realhcfus@gmail.com" ]
realhcfus@gmail.com
7961b6683fc1deba8760586976375574d8f5434e
6def7510eff84f1f87c3a8104d025acabe6daf72
/redisson/src/main/java/org/redisson/api/mapreduce/RReducer.java
36aed233ce42995558030f770a8571ce64336b9a
[ "Apache-2.0" ]
permissive
superhealth/redisson
3137702cd6d001efa9ea87a4d37fae8e35067dc1
09b2724c44567035c8806bfe4a79bdf355c816b8
refs/heads/master
2021-09-01T03:32:05.669015
2017-12-20T11:36:20
2017-12-20T11:36:20
115,315,003
1
0
null
2017-12-25T07:04:48
2017-12-25T07:04:48
null
UTF-8
Java
false
false
1,091
java
/** * Copyright 2016 Nikita Koksharov * * 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...
[ "abracham.mitchell@gmail.com" ]
abracham.mitchell@gmail.com
d4b5c1036411a20f4f9939dabda53093b7c578f9
f4707f2466a4397a315a659520a98ba59137d460
/src/ch/jmildner/bridge/Drawing.java
c6f0f396b74cd9a2623ab656ed3ffc349ad4563e
[]
no_license
java-akademie/java_designpatterns
5f7de12b0c829472a352516d8869bd64435f7b50
b08349d6dc3bfb9bac6da17ebb7693a58a10de68
refs/heads/master
2020-03-25T07:18:15.585758
2018-08-09T08:35:04
2018-08-09T08:35:04
143,553,159
0
0
null
null
null
null
UTF-8
Java
false
false
218
java
package ch.jmildner.bridge; public abstract class Drawing { abstract public void drawCircle(double x, double y, double r); abstract public void drawLine(double x1, double y1, double x2, double y2); }
[ "johann.mildner@balcab.ch" ]
johann.mildner@balcab.ch
b1b147eaf281538acb0d5c3573a2c11c25331feb
bbf526bca24e395fcc87ef627f6c196d30a1844f
/building-h2o/H2O.java
927559b8d809f0b9f31c08716163b062fe2baf47
[]
no_license
charles-wangkai/leetcode
864e39505b230ec056e9b4fed3bb5bcb62c84f0f
778c16f6cbd69c0ef6ccab9780c102b40731aaf8
refs/heads/master
2023-08-31T14:44:52.850805
2023-08-31T03:04:02
2023-08-31T03:04:02
25,644,039
52
18
null
2021-06-05T00:02:50
2014-10-23T15:29:44
Java
UTF-8
Java
false
false
1,290
java
import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class H2O { Lock lock = new ReentrantLock(); Condition canReleaseH = lock.newCondition(); Condition canReleaseO = lock.newCondition(); int hCount = 0; int oCount = 0; int ...
[ "charles.wangkai@gmail.com" ]
charles.wangkai@gmail.com
55b22956eb703bc7892de03138c23641617796eb
5784885d3d232a1197a76a9918a5b43c514ba4fb
/jspeedtest/src/test/java/fr/bmartel/speedtest/test/server/IHttpStream.java
a2f0effbdb9048aaf67f29f86c2a780d65a81f3d
[ "MIT" ]
permissive
sherry-android/speed-test-lib
bd8177e8779682e8a6621d0984cb58f6430a37c2
882d0afdb46b8c7f86bff1d978a38727f1b1f600
refs/heads/master
2021-03-29T05:36:28.677849
2020-04-08T03:03:52
2020-04-08T03:03:52
247,923,342
0
0
MIT
2020-03-17T09:01:32
2020-03-17T09:01:31
null
UTF-8
Java
false
false
1,495
java
/* * The MIT License (MIT) * <p/> * Copyright (c) 2016-2017 Bertrand Martel * <p/> * 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...
[ "bmartel.fr@gmail.com" ]
bmartel.fr@gmail.com
0e78add91ba4c99513a442202bfe748036ca4853
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_459/Testnull_45875.java
276222ef3549b3dd56e5bc4912fa7f43a19969a5
[]
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
308
java
package org.gradle.test.performancenull_459; import static org.junit.Assert.*; public class Testnull_45875 { private final Productionnull_45875 production = new Productionnull_45875("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
103289b539cc5650f51ad77de0e21cbaf9572889
ea38db0eaecefcbf4f7f85056eefe2e06f015dc4
/java-basic/src/main/java/bitcamp/java100/ch02/Test11_12.java
626dcedff2a6429c72b224f8ed4486b66e80477b
[]
no_license
tjr7788/bitcamp
5b8dfff352a812719b2013a8e59c72f271e3e758
89cfab1e2cc1de403a04d033db431b29dde7e361
refs/heads/master
2021-09-05T05:17:05.620145
2018-01-24T09:53:16
2018-01-24T09:53:16
104,423,411
0
1
null
null
null
null
UTF-8
Java
false
false
390
java
package bitcamp.java100.ch02; public class Test11_12 { public static void main(String[] args) { System.out.println("ABC"); System.out.println("가각간"); System.out.println("가"); System.out.println('가'); System.out.println("ABC\n가각간"); System.out.println("ABC\uAC00\uac...
[ "sig4213@naver.com" ]
sig4213@naver.com
ee090459e4c074154b8c3f4219a70a79b431b20f
00f9bfc3bda11e828dfee5796c811a36f3ccd617
/7.0.0-alpha03/com.android.tools.build/gradle/com/android/build/gradle/internal/plugins/DynamicFeaturePlugin.java
f781d87e72fc1bbee29cb93e4fe156e2ac5361e5
[ "Apache-2.0" ]
permissive
NirvanaNimbusa/agp-sources
c2fa758f27a628121c60a770ff046c1860cd4177
2b16dd9e08744d6e4f011fa5d0c550530c6a2c0e
refs/heads/master
2023-02-17T22:11:45.787321
2021-01-19T22:06:09
2021-01-19T22:10:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,166
java
/* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "john.rodriguez@gmail.com" ]
john.rodriguez@gmail.com
edcb1d5f2c70a7ee25cee4e7575d9c130e040081
6f73a0d38addee468dd21aba1d5d53963be84825
/application/src/test/java/org/mifos/application/fees/struts/actionforms/FeeActionFormTest.java
95f13d189d3ed0ffd210e37b26645d41ffd90ffb
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mifos/1.4.x
0f157f74220e8e65cc13c4252bf597c80aade1fb
0540a4b398407b9415feca1f84b6533126d96511
refs/heads/master
2020-12-25T19:26:15.934566
2010-05-11T23:34:08
2010-05-11T23:34:08
2,946,607
0
0
null
null
null
null
UTF-8
Java
false
false
2,251
java
/* * Copyright (c) 2005-2009 Grameen Foundation USA * 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 * * Unl...
[ "meonkeys@a8845c50-7012-0410-95d3-8e1449b9b1e4" ]
meonkeys@a8845c50-7012-0410-95d3-8e1449b9b1e4
f90006ee4a0fef0d87d4335b93f3b791bd4e8e79
0f1a73dc0329cead4fa60981c1c1eb141d758a5d
/kfs-parent/core/src/main/java/org/kuali/kfs/module/purap/businessobject/PurchasingCapitalAssetItem.java
c77f174193fc9f488a711ce1f3ad2a18ddefea8b
[]
no_license
r351574nc3/kfs-maven
20d9f1a65c6796e623c4845f6d68834c30732503
5f213604df361a874cdbba0de057d4cd5ea1da11
refs/heads/master
2016-09-06T15:07:01.034167
2012-06-01T07:40:46
2012-06-01T07:40:46
3,441,165
0
0
null
null
null
null
UTF-8
Java
false
false
2,270
java
/* * Copyright 2011 The Kuali Foundation. * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless requir...
[ "r351574nc3@gmail.com" ]
r351574nc3@gmail.com
7a212057fe0bd6fbb59e67382e45033f179bcb56
3e470b50ca9985bac5bc69f0511509f33428bdc2
/MultiBase/src/com/hyl/hylbase/fragment/Fragment3.java
7f81ad112f3f4e2ebf9c5602a2da4c56094f4fb4
[]
no_license
czqaiwsm/Template
d99981cebdcc44e465c5a6b853c2d26175a0808d
77bba147c75c578102ab46511124a92a8146cabc
refs/heads/master
2020-05-21T04:22:03.930089
2016-06-17T15:05:38
2016-06-17T15:05:38
46,535,860
0
0
null
null
null
null
UTF-8
Java
false
false
518
java
package com.hyl.hylbase.fragment; import com.hyl.hylbase.R; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class Fragment3 extends BaseFragment { private View view; @Override public View onCrea...
[ "1148392049@qq.com" ]
1148392049@qq.com
5885c422e92197221afbbbab02b27a397e7df0e0
8ec379a02be629165c97f12d75551e09279e5f97
/shop-activity/src/main/java/quick/pager/shop/mapper/ExchangeActivityRuleMapper.java
db5dacc3fe1355b9a5c843d4ff98a7a4a3179fd5
[ "MIT" ]
permissive
donniezhanggit/spring-cloud-shop
73c9e99c714310cb4ecbacb2f764a452b24dfefc
aeeaba1be804d7197692fa6bef8bdcaedb2302ac
refs/heads/master
2020-06-19T14:15:02.682581
2019-10-14T06:25:38
2019-10-14T06:25:38
196,739,760
0
0
MIT
2019-10-14T06:25:40
2019-07-13T15:56:03
Java
UTF-8
Java
false
false
582
java
package quick.pager.shop.mapper; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import quick.pager.shop.model.activity.ExchangeActivityRule; /** * @author siguiyang */ @Mapper public interface ExchangeActivityRuleMapper { int insertSelective(Excha...
[ "siguiyang1992@outlook.com" ]
siguiyang1992@outlook.com
e9b1e2699f62628c4ae407a331fbe5773d0aec42
bf0fc13badc23259025922af1e79fc4f1621fb5c
/sshd-core/src/main/java/org/apache/sshd/common/TcpipForwarder.java
559445649d81b7465a5831a6c2e2a1cf305ae8da
[ "Apache-2.0" ]
permissive
Connecty/mina-sshd
f02b6ff71ee073713ff0f1af46d61ffae41740a4
b032ba05c74c834494acf602741f2c49c382bd74
refs/heads/master
2021-01-17T22:40:10.863241
2013-04-30T06:53:52
2013-04-30T06:53:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,053
java
/* * 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 ...
[ "gnodet@apache.org" ]
gnodet@apache.org
5a46375e00735413c729f1d2bddb42e5673a79a0
9fcf05729b131e40eedb8bbc1b2e04dbf6f02c98
/Java/samples/org/test/SpriteSheetFontTest.java
c35be2d1799a5a52df1ccfb8689964e0287c59c0
[ "Apache-2.0" ]
permissive
choiyongwoo/LGame
68661774ca4c913e8fae8378a2f291939430fa37
f007cee4c017702d5dd3d7966cb99b3c69bec616
refs/heads/master
2020-05-29T13:39:00.447566
2019-05-28T01:30:53
2019-05-28T01:30:53
189,168,503
1
0
null
2019-05-29T06:59:15
2019-05-29T06:59:14
null
UTF-8
Java
false
false
1,291
java
package org.test; import loon.LTransition; import loon.Screen; import loon.action.sprite.SpriteSheet; import loon.action.sprite.SpriteSheetFont; import loon.canvas.LColor; import loon.event.GameTouch; import loon.opengl.GLEx; import loon.utils.timer.LTimerContext; public class SpriteSheetFontTest extends Screen { S...
[ "longwind2012@hotmail.com" ]
longwind2012@hotmail.com
38389794b406a2b5b452d13337cadba87ca13cb8
e207d34bce10118ea5ed950258c52d14a69f12eb
/src/main/java/com/sim/andon/web/core/jdbc/common/JdbcException.java
40f91d6ad09781ee18ef39de2933a2baab92c3b9
[]
no_license
yangfancoming/andon
78a4b047534f699fd4b186b62ab43fc03a4e786f
51810a351226533c041a0200531983340b6afdc8
refs/heads/master
2022-07-13T02:24:19.767818
2020-03-16T13:04:02
2020-03-16T13:04:02
247,703,908
0
0
null
2022-06-29T18:01:18
2020-03-16T13:03:46
Java
UTF-8
Java
false
false
1,281
java
package com.sim.andon.web.core.jdbc.common; /** * <br>创建日期:2015年5月18日 * <br><b>Copyright 2015 UTOUU All Rights Reserved</b> * @author jinww * @since 1.0 * @version 1.0 */ public class JdbcException extends RuntimeException{ private static final long serialVersionUID = -1956089458134530038L; private String er...
[ "34465021+jwfl724168@users.noreply.github.com" ]
34465021+jwfl724168@users.noreply.github.com
eac95989d634372647be0c5582250dd731eb9100
a1d7e6df113cddc1075566768c1c152ba26c25af
/Machinetta/State/BeliefType/Probability/TableRV.java
341f4fd9137b775d156bf66b79c4e8b5aaa0055f
[ "BSD-3-Clause" ]
permissive
seanrowens/Machinetta
1c978247b4a4a72390e2f0d8fddcff327d4c715b
a67c0341b88f9f1159b260b250b685e760e17b81
refs/heads/master
2020-12-30T15:22:44.502620
2017-05-13T00:08:42
2017-05-13T00:08:42
91,138,166
1
0
null
null
null
null
UTF-8
Java
false
false
4,968
java
/******************************************************************************* * Copyright (C) 2017, Paul Scerri, Sean R Owens * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Red...
[ "seanrowens@gmail.com" ]
seanrowens@gmail.com
825d7aeee983ffc35288621ec28adbd04441134b
10378c580b62125a184f74f595d2c37be90a5769
/com/github/steveice10/netty/handler/ssl/util/ThreadLocalInsecureRandom.java
22a2f14f90733458681a1c7962761abfa59a4fe3
[]
no_license
ClientPlayground/Melon-Client
4299d7f3e8f2446ae9f225c0d7fcc770d4d48ecb
afc9b11493e15745b78dec1c2b62bb9e01573c3d
refs/heads/beta-v2
2023-04-05T20:17:00.521159
2021-03-14T19:13:31
2021-03-14T19:13:31
347,509,882
33
19
null
2021-03-14T19:13:32
2021-03-14T00:27:40
null
UTF-8
Java
false
false
1,402
java
package com.github.steveice10.netty.handler.ssl.util; import com.github.steveice10.netty.util.internal.PlatformDependent; import java.security.SecureRandom; import java.util.Random; final class ThreadLocalInsecureRandom extends SecureRandom { private static final long serialVersionUID = -8209473337192526191L; ...
[ "Hot-Tutorials@users.noreply.github.com" ]
Hot-Tutorials@users.noreply.github.com
6f370e6bc21124b3f2b5fb7fe321af377a2d50fa
d593ad37a82a6396effceaf11679e70fddcabc06
/winapi/src/andexam/ver4_1/c13_advwidget/RatingBarTest.java
0189499cdad8420d00f1a278cae321baf4350255
[]
no_license
psh667/android
8a18ea22c8c977852ba2cd9361a8489586e06f05
8f7394de8e26ce5106d9828cf95eb1617afca757
refs/heads/master
2018-12-27T23:30:46.988404
2013-09-09T13:16:46
2013-09-09T13:16:46
12,700,292
3
5
null
null
null
null
UTF-8
Java
false
false
726
java
package andexam.ver4_1.c13_advwidget; import andexam.ver4_1.*; import android.app.*; import android.os.*; import android.widget.*; public class RatingBarTest extends Activity { RatingBar mRating; TextView mRateText; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
[ "paksan@daum.net" ]
paksan@daum.net
f4b153ed0de251f5f105159dc5d5d5f6b219240f
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-13544-62-27-MOEAD-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/web/ActionFilter_ESTest_scaffolding.java
94b125983b778eb15a34ca9fa0e499d569e86233
[]
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
434
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Jan 20 01:42:38 UTC 2020 */ package com.xpn.xwiki.web; 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
d020c1f36b099b2f1113b3671e50b322de8cd93e
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project81/src/test/java/org/gradle/test/performance81_3/Test81_286.java
faac3a504bc8d943eab67afad2d0e96cf9591715
[]
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
292
java
package org.gradle.test.performance81_3; import static org.junit.Assert.*; public class Test81_286 { private final Production81_286 production = new Production81_286("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
d95ec65802b5904f0897c916caa99a415d0f9d0d
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t1_beam_2nd/Nicad_t1_beam_2nd828.java
fbd8cad91d4d5fe29b431530b2dfd646c5143c28
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
529
java
// clone pairs:4472:70% // 5598:beam/runners/core-java/src/main/java/org/apache/beam/runners/core/triggers/AfterProcessingTimeStateMachine.java public class Nicad_t1_beam_2nd828 { public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof AfterProcessingTime...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
79951dae7972e4f191b2a9e287b22e1ad0cd87fa
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-12584-1-16-MOEAD-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiHibernateStore_ESTest_scaffolding.java
8b257fa73eb795411005de8299250341d7eddf9b
[]
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
443
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Apr 07 20:37:34 UTC 2020 */ package com.xpn.xwiki.store; 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
2750fc1b8dd8f15b6476aa419f501e2a3869b264
8810972d0375c0a853e3a66bd015993932be9fad
/modelicaml/kepler/org.openmodelica.modelicaml.validation/src/org/openmodelica/modelicaml/validation/rules/classes/C45_FinalStateHaveNoOutgoingTransitionsConstrainst.java
8c966638a3d152991cac155735cd6a7e4a6b476e
[]
no_license
OpenModelica/MDT
275ffe4c61162a5292d614cd65eb6c88dc58b9d3
9ffbe27b99e729114ea9a4b4dac4816375c23794
refs/heads/master
2020-09-14T03:35:05.384414
2019-11-27T22:35:04
2019-11-27T23:08:29
222,999,464
3
2
null
2019-11-27T23:08:31
2019-11-20T18:15:27
Java
WINDOWS-1252
Java
false
false
2,947
java
/* * This file is part of OpenModelica. * * Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC), * c/o Linköpings universitet, Department of Computer and Information Science, * SE-58183 Linköping, Sweden. * * All rights reserved. * * THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 ...
[ "wschamai" ]
wschamai
2e56b0c80b419309ae6222bbe2b9f9809ef77b7b
932480a6fa3d2e04d6fa0901c51ad14b9704430b
/jonix-onix3/src/main/java/com/tectonica/jonix/onix3/BibleTextOrganization.java
03eed3f35bc20f49dc3bec67bc2986c26de0ae05
[ "Apache-2.0" ]
permissive
hobbut/jonix
952abda58a3e9817a57ae8232a4a62ab6b3cd50f
0544feb4b1ac8fd7dfd52e34e3f84d46eae5749e
refs/heads/master
2021-01-12T08:22:58.679531
2016-05-22T15:13:53
2016-05-22T15:13:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,111
java
/* * Copyright (C) 2012 Zach Melamed * * Latest version available online at https://github.com/zach-m/jonix * Contact me at zach@tectonica.co.il * * 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 ...
[ "zach@tectonica.co.il" ]
zach@tectonica.co.il
e3be0cb550650b39489f0457538487008c773c32
47119d527d55e9adcb08a3a5834afe9a82dd2254
/tools/apidocs/src/main/test/com/emc/difftests/ApiClassDiffTests.java
1f1dd277feb564b6729b51c7827248d5fba8e385
[]
no_license
chrisdail/coprhd-controller
1c3ddf91bb840c66e4ece3d4b336a6df421b43e4
38a063c5620135a49013aae5e078aeb6534a5480
refs/heads/master
2020-12-03T10:42:22.520837
2015-06-08T15:24:36
2015-06-08T15:24:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,473
java
package com.emc.difftests; import com.emc.apidocs.differencing.DifferenceEngine; import com.emc.apidocs.model.ApiClass; import com.emc.apidocs.model.ApiField; import com.emc.apidocs.model.ApiMethod; import com.emc.apidocs.model.ChangeState; import com.google.common.collect.Lists; import java.util.Collections...
[ "review-coprhd@coprhd.org" ]
review-coprhd@coprhd.org
f4066d6ced96c85600271618d3cccc7fef7e28d7
dfb3f631ed8c18bd4605739f1ecb6e47d715a236
/disconnect-highcharts/src/main/java/js/lang/external/highcharts/AnnotationsElliottWaveShapeOptions.java
ca928ed0cdcd8f5d61ccfe4bef828acfca4bbfb2
[ "Apache-2.0" ]
permissive
fluorumlabs/disconnect-project
ceb788b901d1bf7cfc5ee676592f55f8a584a34e
54f4ea5e6f05265ea985e1ee615cc3d59d5842b4
refs/heads/master
2022-12-26T11:26:46.539891
2020-08-20T16:37:19
2020-08-20T16:37:19
203,577,241
6
1
Apache-2.0
2022-12-16T00:41:56
2019-08-21T12:14:42
Java
UTF-8
Java
false
false
6,525
java
package js.lang.external.highcharts; import com.github.fluorumlabs.disconnect.core.annotations.Import; import com.github.fluorumlabs.disconnect.core.annotations.NpmPackage; import java.lang.String; import javax.annotation.Nullable; import js.lang.Any; import js.lang.Unknown /* ( ColorString | GradientColorObject | Pat...
[ "fluorumlabs@users.noreply.github.com" ]
fluorumlabs@users.noreply.github.com
6cf02d0a1833c3abb313cade002ede51addb80db
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_3/src/g/d/j/Calc_1_3_6398.java
9579268e84a49812436de1386f004f233c6fcc7a
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
131
java
package g.d.j; public class Calc_1_3_6398 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
1f5dd187d87a5be9698f6386b0ffefb532b022f8
5af4e82cfd03ab53fbbd74220f923c051caacaed
/classloader-pitfalls/src/test/java/com/link_intersystems/publications/blog/classloader_pitfalls/ClassCastExceptionTest.java
41b87a06465a6df831abef137e4304d60f05b457
[ "Apache-2.0" ]
permissive
szymonleyk/blog
3399cc17b8011aea78beed52256fc8714855710e
24917cbba66a0b0e7def0c622020ab5ab1b94d28
refs/heads/master
2021-05-28T16:18:26.387061
2015-05-01T15:47:23
2015-05-01T15:51:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,813
java
package com.link_intersystems.publications.blog.classloader_pitfalls; import java.net.URL; import java.net.URLClassLoader; import org.junit.Assert; import org.junit.Test; public class ClassCastExceptionTest { /** * This test shows that a class loaded by one class loader is not equal to * the same class loaded ...
[ "rene.link@link-intersystems.com" ]
rene.link@link-intersystems.com
54ee8591caeef7a296506e063843b0282ed4ea5a
913977dba09d712f51923229fb10860fd08cf5a1
/src/leetcode/Lee792.java
daa174006f92758b21e1501e231f996ffb9257ab
[]
no_license
zsjwish/algorithm
17e5bbcef780c30e0b9ab415551a3e642bf001b8
4e21ef7398a418ea6358e67b1923ac60c98a6e4e
refs/heads/master
2021-06-21T06:37:18.566962
2019-08-17T15:27:20
2019-08-17T15:27:35
130,315,973
0
0
null
2018-04-23T09:26:15
2018-04-20T06:00:52
Java
UTF-8
Java
false
false
1,748
java
package leetcode; import java.util.HashSet; import java.util.Set; /** * created by zsj in 15:58 2018/9/25 * description:给定字符串 S 和单词字典 words, 求 words[i] 中是 S 的子序列的单词个数。 * 示例: * 输入: * S = "abcde" * words = ["a", "bb", "acd", "ace"] * 输出: 3 * 解释: 有三个是 S 的子序列的单词: "a", "acd", "ace"。 **/ public class Lee792 { ...
[ "zsjwish@126.com" ]
zsjwish@126.com
c170f4352912203c41f309320e2c23e9ff942b09
e01dc5993b7ac310c346763d46e900f3b2d5db5e
/jasperserver-dto/src/test/java/com/jaspersoft/jasperserver/dto/logcapture/CollectorSettingsTest.java
3946abf995d6374768b048d1fb34993a4f6da103
[]
no_license
yohnniebabe/jasperreports-server-ce
ed56548a2ee18d37511c5243ffd8e0caff2be8f7
e65ce85a5dfca8d9002fcabc172242f418104453
refs/heads/master
2023-08-26T00:01:23.634829
2021-10-22T14:15:32
2021-10-22T14:15:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,228
java
/* * Copyright (C) 2005 - 2020 TIBCO Software Inc. All rights reserved. * http://www.jaspersoft.com. * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This program is free software: you can redistribute it and/or modify * it under the terms of...
[ "hguntupa@tibco.com" ]
hguntupa@tibco.com
6cecae5f8151dfcb660747f6d249ebea59d15da6
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/product/ui/HtmlTextView.java
8c433257e505e1b90526d79128d15538b1d679fb
[]
no_license
0jinxing/wechat-apk-source
544c2d79bfc10261eb36389c1edfdf553d8f312a
f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d
refs/heads/master
2020-06-07T20:06:03.580028
2019-06-21T09:17:26
2019-06-21T09:17:26
193,069,132
9
4
null
null
null
null
UTF-8
Java
false
false
1,417
java
package com.tencent.mm.plugin.product.ui; import android.content.Context; import android.text.Html.ImageGetter; import android.text.Html.TagHandler; import android.util.AttributeSet; import android.widget.TextView; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.kernel.g; import com....
[ "172601673@qq.com" ]
172601673@qq.com
a2d2e348c1aa9a14c0722981284bf2cd200cc60f
68047d2f520ab586f16faa8fd3e4287ea478b26d
/android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPlugin.java
881affcd0b5105196f7a98dbd20a9f36b1a79fe8
[ "MIT" ]
permissive
s1rius/flipper
34bf8523af1bee09a8bd28fcb61c4cf3981692ab
082daa57eadb05f9455bf62cdd832974e54348b3
refs/heads/master
2020-08-05T14:56:44.613410
2019-10-03T14:10:37
2019-10-03T14:10:37
186,237,175
3
0
MIT
2019-05-12T09:50:23
2019-05-12T09:50:22
null
UTF-8
Java
false
false
2,436
java
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the LICENSE * file in the root directory of this source tree. */ package com.facebook.flipper.plugins.sandbox; import com.facebook.flipper.core.FlipperArray; import com.facebook.flipper.core.Flipp...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
05cfdee226f02819ca1b076ebfe319c67a80a8e7
ae124491d41fd9bbe79b982f689fd7d255061d9b
/modules/core/src/main/java/org/mycontroller/standalone/offheap/MessageQueueSleepImpl.java
c61aa01175384c4674b8c14ec2a1de1a81e3bfe9
[ "Apache-2.0" ]
permissive
nino21/mycontroller
8d1a56256fdff04c16732a00873dac73ed3f31f1
1f162e269175980d243aeaab19d34c07a31a57b1
refs/heads/development
2021-01-25T14:49:16.492198
2018-10-29T14:50:06
2018-10-29T14:50:06
123,730,094
0
0
Apache-2.0
2019-03-11T20:25:32
2018-03-03T20:48:42
Java
UTF-8
Java
false
false
2,819
java
/* * Copyright 2015-2018 Jeeva Kandasamy (jkandasa@gmail.com) * and other contributors as indicated by the @author tags. * * 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://...
[ "jkandasa@gmail.com" ]
jkandasa@gmail.com
7df80ad9d32f2613a4e8417d82934367780216c1
447698e4348550abed6a8732e42cf163d43b78e8
/app/src/main/java/KotlinAgency/XiaomingFather.java
f9b7c44e1db8750fde25a6f869fe9d6677063ffc
[]
no_license
aWhalefall/andoridkotlin
c747003e231df45f95d15063b8f4bd1d03d3110a
50eead1f5f71fe71df92782b9b09aef2ba7bdba8
refs/heads/master
2021-08-14T17:26:31.544003
2017-11-16T10:13:27
2017-11-16T10:13:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
128
java
package KotlinAgency; /** * Created by weichyang on 2017/11/2. */ public interface XiaomingFather { void payMoney(); }
[ "279642707@qq.com" ]
279642707@qq.com
7b56eb22fa6f801e5470e3df9d60f7e2a8f711e8
cbdd81e6b9cf00859ce7169df36cf566417e4c8b
/3.JavaMultithreading/src/com/javarush/task/task28/task2805/MyThread_01.java
d2068ea5685aa846aa8af943ed5a1b35624daa45
[]
no_license
id2k1149/JavaRushTasks
3f13cd5d37977e38e8933e581f17fd48597f90d8
450a432649aa20608e6e9a46ada35123056480cf
refs/heads/master
2023-03-31T21:03:06.944109
2021-03-19T00:58:45
2021-03-19T00:58:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,156
java
package com.javarush.task.task28.task2805; import java.util.concurrent.atomic.AtomicInteger; public class MyThread_01 extends Thread { private static final AtomicInteger number = new AtomicInteger(1); public MyThread_01() { if (number.get() == 11) { number.set(1); } setPri...
[ "id2k1149@gmail.com" ]
id2k1149@gmail.com
b6543ce9cdc35c206dde8e3e71dfc3d8f7b57091
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/ali/user/mobile/external/InSideService/LoginUserInfoService.java
a37a2d9c47faafd44ae8ca55f2b638cc4268198f
[]
no_license
shuixi2013/AmapCode
9ea7aefb42e0413f348f238f0721c93245f4eac6
1a3a8d4dddfcc5439df8df570000cca12b15186a
refs/heads/master
2023-06-06T23:08:57.391040
2019-08-29T04:36:02
2019-08-29T04:36:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,966
java
package com.ali.user.mobile.external.InSideService; import android.os.Bundle; import com.ali.user.mobile.account.bean.UserInfo; import com.ali.user.mobile.accountbiz.extservice.AuthService; import com.ali.user.mobile.accountbiz.extservice.manager.AntExtServiceManager; import com.ali.user.mobile.accountbiz.sp.SecurityS...
[ "hubert.yang@nf-3.com" ]
hubert.yang@nf-3.com
09ea35f56a4fc820407e81235705ab1a4d85dce1
2fa04f21cbb7203b468f7598df6696a88b05a286
/bus-office/src/main/java/org/aoju/bus/office/provider/AbstractSourceProvider.java
5bf5e42905e2a5b758724e34378fa8827881967f
[ "MIT" ]
permissive
jingshuai5213/bus
17bb475fd76592682123488608a559abec788f81
f3ec545617acffaf2668ea78e974a05be268cfd1
refs/heads/master
2022-11-16T00:35:46.037858
2020-07-02T09:35:10
2020-07-02T09:35:10
254,873,385
0
0
MIT
2020-07-02T09:35:11
2020-04-11T13:26:50
null
UTF-8
Java
false
false
2,371
java
/********************************************************************************* * * * The MIT License (MIT) * * ...
[ "839536@qq.com" ]
839536@qq.com
7d6f8df38fd440236e4d764f881f30b27e842ffc
9d755877a025b2a5b201c21439c88ba164f4ef83
/src/test/java/de/vandermeer/skb/interfaces/transformers/textformat/Test_Text_To_WrappedFormat.java
109fe60e4cf84a223a1a41ee66dd49f604d55d89
[ "Apache-2.0", "MIT" ]
permissive
andy176631/skb-java-interfaces
3caf33daaa44af4d312e60de51dc53afbbd93fd0
0ed5aafaccdf1d7203f92ee00d1eb53876f7a0eb
refs/heads/master
2021-08-31T21:31:13.097599
2017-05-02T14:07:59
2017-05-02T14:07:59
114,078,539
0
0
null
2017-12-13T05:36:09
2017-12-13T05:36:08
null
UTF-8
Java
false
false
2,269
java
/* Copyright 2016 Sven van der Meer <vdmeer.sven@mykolab.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 r...
[ "sven@vandermeer.de" ]
sven@vandermeer.de
d7abe4f7f682cae9f4ce2189cf4e29bf7cba7e39
607aa170f1ab6070b047a9f9693e34fee280a423
/src/main/java/molab/ApplicationStartup.java
837b856cc064ae5f8caae2691ac519d92cdf1f1a
[]
no_license
cocoy2006/ibc
6b7090f43e33752c76c2e602b7dc065f156888c4
003bcb9acb62db3d7e93512adee98162c57d7236
refs/heads/master
2021-05-06T20:14:28.193724
2017-11-27T08:32:13
2017-11-27T08:32:13
111,658,245
0
0
null
null
null
null
UTF-8
Java
false
false
622
java
package molab; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationListener; import org.springframework.context.event.ContextRefreshedEvent; import org.springframework.stereotype.Component; import molab.properties.WxProperties; import weixin.popular.sup...
[ "yekk@molab.com" ]
yekk@molab.com
3277c7f92558f0b4b8e1f8901fb6a542905a0fe5
ca57c3651db75069fcbbb7c5190e6a328331660e
/src/com/siwuxie095/forme/designpattern/category/chapter12th/example6th/Quackologist.java
acecb9ca576f794339ba9898434445fc2e63e457
[]
no_license
gouyanzhan/HelloWorld
f915ec8eabf8878b0c01fb8ec29b869e6fd68c5f
8cd9dc117d301d10207690052f2f27de2d9b9e2c
refs/heads/master
2022-03-25T07:31:52.842092
2022-03-11T07:08:30
2022-03-11T07:08:30
164,224,001
1
1
null
2019-01-07T14:18:44
2019-01-05T14:52:23
Java
UTF-8
Java
false
false
378
java
package com.siwuxie095.forme.designpattern.category.chapter12th.example6th; /** * 呱呱叫学家(观察者) * * @author Jiajing Li * @date 2019-11-10 11:42:22 */ class Quackologist implements Observer { @Override public void update(Observable duck) { System.out.println("Quackologist: " + duck.getClass().getSimp...
[ "834879583@qq.com" ]
834879583@qq.com
cef709f66e70c697fefc4d8542f80cb5bff08303
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/dm-20170622/src/main/java/com/aliyun/dm20170622/models/CreateDomainResponse.java
cbf4203840da09ba0d9726d00604e13cc121aa45
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
1,336
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.dm20170622.models; import com.aliyun.tea.*; public class CreateDomainResponse extends TeaModel { @NameInMap("headers") @Validation(required = true) public java.util.Map<String, String> headers; @NameInMap("statusCode") @Val...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
ec59ce6d397c13a6093c19b3beb362d983c33c34
a666c798a28223f97d74d21786f9a4f4000d5acb
/edu.harvard.i2b2.ontology/gensrc/edu/harvard/i2b2/ontology/datavo/i2b2message/ConditionsType.java
4fe610adde65cc8fc42583a23c8e6df8fe535557
[]
no_license
gmacdonnell/i2b2-fsu-1704
d65239edf95aa3b25844a6ed9af599e06dcaa185
12638996fe46a7014ac827e359c40e5b0e8c1d3e
refs/heads/master
2021-01-23T07:02:31.537241
2015-01-27T15:09:33
2015-01-27T15:09:33
29,916,117
0
0
null
null
null
null
UTF-8
Java
false
false
6,289
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015...
[ "gmacdonnell@fsu.edu" ]
gmacdonnell@fsu.edu
ce6bc729b2d87e300ffaf8591ddf69c1f5ee63f1
85add549bdaa78108fbfad28f7f8d0bc1d0981e3
/src/main/java/com/ning/hfind/primary/ExpressionFactory.java
1dadd38e33bc0730209409ba486f76bb7a9b72e1
[ "Apache-2.0" ]
permissive
deltaprojects/hfind
afba5161049260e9b32747183a0aac8877c2849a
49558bfafa8eefa98234cc74321bc69e7343a5fa
refs/heads/master
2020-12-31T01:02:36.214593
2014-10-29T11:14:19
2014-10-29T11:14:19
25,916,249
1
0
null
null
null
null
UTF-8
Java
false
false
3,559
java
/* * Copyright 2010 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
[ "pierre@mouraf.org" ]
pierre@mouraf.org
a6b11c7d322325173545d418d230d90cd79a9328
7569f9a68ea0ad651b39086ee549119de6d8af36
/cocoon-2.1.9/src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp/PostgresEsqlQuery.java
8d35f6317511f127d2ef9cf208ffeac015a755cf
[ "Apache-2.0" ]
permissive
tpso-src/cocoon
844357890f8565c4e7852d2459668ab875c3be39
f590cca695fd9930fbb98d86ae5f40afe399c6c2
refs/heads/master
2021-01-10T02:45:37.533684
2015-07-29T18:47:11
2015-07-29T18:47:11
44,549,791
0
0
null
null
null
null
UTF-8
Java
false
false
1,961
java
/* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "ms@tpso.com" ]
ms@tpso.com
4e2e29b61c38715c8a8d38e039cb7e750aafd5d5
b6ea417b48402d85b6fe90299c51411b778c07cc
/spring-beans/src/main/java/org/springframework/beans/factory/config/BeanPostProcessor.java
996daad6697f9a6307077a315495c071050809b5
[ "Apache-2.0" ]
permissive
DevHui/spring-framework
065f24e96eaaed38495b9d87bc322db82b6a046c
4a2f291e26c6f78c3875dea13432be21bb1c0ed6
refs/heads/master
2020-12-04T21:08:18.445815
2020-01-15T03:54:42
2020-01-15T03:54:42
231,526,595
1
0
Apache-2.0
2020-01-03T06:28:30
2020-01-03T06:28:29
null
UTF-8
Java
false
false
4,196
java
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "pengshaohui@markor.com.cn" ]
pengshaohui@markor.com.cn
1bda35ce73547397a0b80502b57b04bddaee8e53
dba87418d2286ce141d81deb947305a0eaf9824f
/sources/com/iaai/android/bdt/feature/account/watchlist/PreSaleListViewModel_Factory.java
1402c7edf563d870f01ccc9d9e8999ce87d7c45e
[]
no_license
Sluckson/copyOavct
1f73f47ce94bb08df44f2ba9f698f2e8589b5cf6
d20597e14411e8607d1d6e93b632d0cd2e8af8cb
refs/heads/main
2023-03-09T12:14:38.824373
2021-02-26T01:38:16
2021-02-26T01:38:16
341,292,450
0
1
null
null
null
null
UTF-8
Java
false
false
1,431
java
package com.iaai.android.bdt.feature.account.watchlist; import com.iaai.android.bdt.feature.watchList.WatchRepository; import dagger.internal.Factory; import javax.inject.Provider; public final class PreSaleListViewModel_Factory implements Factory<PreSaleListViewModel> { private final Provider<PreSaleListReposito...
[ "lucksonsurprice94@gmail.com" ]
lucksonsurprice94@gmail.com
eb4654b30741bd03bfa38748247275c5aa43e787
96ca02a85d3702729076cb59ff15d069dfa8232b
/ADS1.0/src/java/com/avit/ads/xml/beans/GetAssetLocations.java
b82a2f4bb316b72f9ff82332268d86e485d92ebd
[]
no_license
Hurson/mysql
4a1600d9f580ac086ff9472095ed6fa58fb11830
3db53442376485a310c76ad09d6cf71143f38274
refs/heads/master
2021-01-10T17:55:50.003989
2016-03-11T11:36:15
2016-03-11T11:36:15
54,877,514
0
1
null
null
null
null
UTF-8
Java
false
false
1,040
java
/** * Copyright (c) AVIT LTD (2012). All Rights Reserved. * Welcome to <a href="www.avit.com.cn">www.avit.com.cn</a> */ package com.avit.ads.xml.beans; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import jav...
[ "zhengguojin@d881c268-5c81-4d69-b6ac-ed4e9099e0f2" ]
zhengguojin@d881c268-5c81-4d69-b6ac-ed4e9099e0f2
ec7fab6613b9a94c6d230d83ce9b86270275c63e
5c0a5d1e3685720e5fa387a26a60dd06bb7c6e4a
/group-core/lock-core/src/main/java/com/spark/bitrade/service/RedPackManageService.java
d00e87ff8fb617bba19cebbce44fe26c752d9a4e
[]
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
5,460
java
package com.spark.bitrade.service; import com.spark.bitrade.constant.TransactionType; import com.spark.bitrade.dao.MemberTransactionDao; import com.spark.bitrade.dao.RedPackManageDao; import com.spark.bitrade.dao.RedPackReceiveRecordDao; import com.spark.bitrade.entity.*; import com.spark.bitrade.service.Base.BaseServ...
[ "huihui123" ]
huihui123
ae8d22cd01921675aa9e18c52418189040867822
27721e886795df3e467756b8e0480f7afd6e66c4
/java/jpwr/jopg/src/GlowEventToolbar.java
531d7db92256775507f273efc712a7970d07a88c
[]
no_license
brunad-coder/proview
88722029f3614d0febc4a8e9e6dea4859cc87363
4d75b942c649b1da8797323fa40f7f20cff634f8
refs/heads/master
2020-07-15T14:52:59.275163
2020-03-02T23:40:11
2020-03-02T23:40:11
205,586,528
0
0
null
2019-08-31T19:15:34
2019-08-31T19:15:34
null
UTF-8
Java
false
false
1,803
java
/* * ProviewR Open Source Process Control. * Copyright (C) 2005-2018 SSAB EMEA AB. * * This file is part of ProviewR. * * 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 versio...
[ "claes.sjofors@proview.se" ]
claes.sjofors@proview.se
9cc5a8ab6d7bbd27f635421b4ee0737ea80eea7e
9df342b8b7ecd2a9a39a585b6b84f9c19ee1506b
/src/com/sun/corba/se/PortableActivationIDL/_ORBProxyStub.java
52507bd5dff4fcfb011bc78aecfc5c92447f5449
[]
no_license
WangXinW/jdk1.8-src
2abbf6771ec7d69eca457c635ca665c6c26980b9
112ff6c8844a205c158743afa0e94fc6ebd3d386
refs/heads/master
2020-07-28T20:46:53.809525
2019-10-09T03:47:20
2019-10-09T03:47:20
209,532,127
0
0
null
null
null
null
UTF-8
Java
false
false
2,934
java
package com.sun.corba.se.PortableActivationIDL; /** * com/sun/corba/se/PortableActivationIDL/_ORBProxyStub.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/workspace/8-2-build-windows-amd64-cygwin/jdk8u31/2394/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/activ...
[ "2763041366@qq.com" ]
2763041366@qq.com
cb80909009cc518520a7a15131a6c89e5d03d592
24995e94d4335b3fc31db463cffc9d49e7acce38
/library/src/main/java/com/github/pwittchen/reactivebeacons/library/Beacon.java
5ee06353f0096adc81e4e7f1b9eca2be5ef9838f
[ "Apache-2.0" ]
permissive
Wrywulf/ReactiveBeacons
b1bc6f10c89a2a1e6109032e9677baa3ffe591d3
ea8892452d62c4616b80da03347128761690fe87
refs/heads/master
2021-01-23T14:50:22.804881
2015-11-10T06:47:38
2015-11-10T06:47:38
44,408,898
0
0
null
2015-10-16T20:27:33
2015-10-16T20:27:32
null
UTF-8
Java
false
false
2,730
java
/* * Copyright (C) 2015 Piotr Wittchen * * 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 ...
[ "piotr@wittchen.biz.pl" ]
piotr@wittchen.biz.pl
3b8783eeae1b2b55d3f5bc7bd7dff1a3492848ea
4b38673dd1dda06576b68aa4677b31c71cb9518d
/src/main/java/io/github/jhipster/application/service/ProdutoService.java
2ae02f95f69cf8bb389b224016c82904cda9bdc7
[]
no_license
caioccc/jhipsterciaciment
b6f249a23a63eae32841f1c0b9b5fcf37d62d3de
d7230ca4cff42e86be56021e9a1d1f76b4cd66cb
refs/heads/master
2020-03-28T18:50:52.479613
2018-09-15T16:18:54
2018-09-15T16:18:54
148,918,414
0
0
null
2018-09-15T16:18:55
2018-09-15T16:16:40
Java
UTF-8
Java
false
false
3,441
java
package io.github.jhipster.application.service; import io.github.jhipster.application.domain.Produto; import io.github.jhipster.application.repository.ProdutoRepository; import io.github.jhipster.application.repository.search.ProdutoSearchRepository; import io.github.jhipster.application.service.dto.ProdutoDTO; import...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
bbb44f285ffb9b4a83bfa06df79291b7c862ff1f
3f7354696e7e3b82eb1a071fb3284eaccc83c604
/kontrakter/vl-kontrakt-fp-feed/infotrygd-hendelser-feed/src/main/java/no/nav/foreldrepenger/kontrakter/feed/infotrygd/v1/InfotrygdInnvilget.java
665fd9ad0cdf5186af39dab2714ffcedeeb2ee5f
[]
no_license
navikt/spvtpmock
7beaf5a063f63f4d14996e5760d8ab2b492d51e4
87fd8437753c7f202badabfe1865f7a21d61c43b
refs/heads/master
2023-08-03T09:43:14.842580
2019-04-23T07:28:07
2019-04-23T07:28:07
169,393,710
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package no.nav.foreldrepenger.kontrakter.feed.infotrygd.v1; public class InfotrygdInnvilget extends Innhold { public InfotrygdInnvilget() { super(); } }
[ "roy.andre.gundersen@nav.no" ]
roy.andre.gundersen@nav.no
f24c2632155efc3285c57ae77410f701c5e9b71b
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/38/367.java
533ea01303721541ca333d14746615eb98b574c8
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154367
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,077
java
package <missing>; public class GlobalMembers { public static int Main() { int k; int n; int i; int j; double[] s; String tempVar = ConsoleInput.scanfRead(); if (tempVar != null) { k = Integer.parseInt(tempVar); } s = new double[k]; for (i = 0;i < k;i++) { String tempVar2 = ConsoleInput...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
f44259fc45f318ab358959d439d4646c2d0b140c
b755a269f733bc56f511bac6feb20992a1626d70
/qiyun-lottery/lottery-service/src/main/java/com/qiyun/service/BasketballDataService.java
6d27a8e25288c5f57d03266773bb2425349cca31
[]
no_license
yysStar/dubbo-zookeeper-SSM
55df313b58c78ab2eaa3d021e5bb201f3eee6235
e3f85dea824159fb4c29207cc5c9ccaecf381516
refs/heads/master
2022-12-21T22:50:33.405116
2020-05-09T09:20:41
2020-05-09T09:20:41
125,301,362
2
0
null
2022-12-16T10:51:09
2018-03-15T02:27:17
Java
UTF-8
Java
false
false
800
java
package com.qiyun.service; import com.qiyun.model.BasketBallBase; import com.qiyun.model.basketball.BasketBallGame; import com.qiyun.model.basketball.BasketballDxp; import com.qiyun.model.basketball.BasketballOp; import com.qiyun.model.basketball.BasketballYp; import org.springframework.stereotype.Service; import jav...
[ "qawsed1231010@126.com" ]
qawsed1231010@126.com
470d2245130bfedceaf52bc181542776b53cf79f
d88496bf9951bbe8177955a3ae8f904c552d9cd1
/frontgoo-orm/src/main/java/org/frontgoo/orm/hibernate/base/ResultBean.java
875d90b5293c3ad78cb7cc897c9703e912df039c
[]
no_license
sdgdsffdsfff/rep
ac034247b9b6c73d1cc7a804921a117213751291
0811ddef49c5b41064e3508993b854878cb25e6a
refs/heads/master
2020-12-25T04:37:24.360104
2015-08-12T08:15:07
2015-08-12T08:15:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,107
java
package org.frontgoo.orm.hibernate.base; import java.io.Serializable; import java.util.Arrays; import java.util.List; /** * 业务执行结果对象 * * ResultBean * * * @version 1.0.0 * */ public class ResultBean<T> implements Serializable{ /** * */ private static final long serialVersionUID = 4329054640002077889...
[ "sunhonglei01@chinatopcredit.com" ]
sunhonglei01@chinatopcredit.com
dd3a4b4c0f00e519950f85a4bd542a3ed324d619
d8c03dfc21e1b3d89ee4702430a98a4de8d841b4
/src/main/java/com/habibsweb/commons/components/event/ScrollableListItemSelectionEvent.java
abac3a896fd769f81efeb62773fb04315aba7f38
[]
no_license
lespaul361/Habib-Commons-SelectList
35948b5f2cdeb5922e4efc2dfbfec23d1fa84979
61302704a035bcc29d7ce79c3f8cbef9b57a93cf
refs/heads/master
2021-09-05T21:02:36.430978
2018-01-31T01:29:49
2018-01-31T01:29:49
114,521,788
0
0
null
null
null
null
UTF-8
Java
false
false
1,334
java
/* * 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 com.habibsweb.commons.components.event; import java.util.EventObject; /** * * @author Charles Hamilton */ public class Scr...
[ "lespaul36@gmail.com" ]
lespaul36@gmail.com
677b8db7a2a9bb41ed944dd924f0484e6c9e571e
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.userserver2-UserServer2/sources/X/ep.java
b2bf8a5738df99053f57eba7d25b33de7df0f107
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
361
java
package X; import android.net.Uri; import java.util.List; import javax.annotation.Nullable; import org.json.JSONObject; public class ep { @Nullable public List<Uri> A00; @Nullable public JSONObject A01; public ep(@Nullable JSONObject jSONObject, @Nullable List<Uri> list) { this.A01 = jSON...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
4af82fa9c35e90913fe1df1954c911112ca2eb40
e75be673baeeddee986ece49ef6e1c718a8e7a5d
/submissions/blizzard/Corpus/eclipse.jdt.ui/5643.java
bfb058a2a937f2cfb5f364ed3faac3b3996056bd
[ "MIT" ]
permissive
zhendong2050/fse18
edbea132be9122b57e272a20c20fae2bb949e63e
f0f016140489961c9e3c2e837577f698c2d4cf44
refs/heads/master
2020-12-21T11:31:53.800358
2018-07-23T10:10:57
2018-07-23T10:10:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
713
java
package p; import java.util.*; class Cell<T> { List<T> t; public void setT(AbstractList<T> t) { this.t = t; } public Collection<T> getT() { return t; } } class CellTest { public static void main(String[] args) { ArrayList booleanList = new Array...
[ "tim.menzies@gmail.com" ]
tim.menzies@gmail.com
6afab49f9a602ae356401220f3e9f56651921f06
7c46a44f1930b7817fb6d26223a78785e1b4d779
/soap/src/java/com/zimbra/soap/admin/message/GetDomainInfoResponse.java
f543e478ecfc6be4c007b949cc086bd6d2b0fb3c
[]
no_license
Zimbra/zm-mailbox
20355a191c7174b1eb74461a6400b0329907fb02
8ef6538e789391813b65d3420097f43fbd2e2bf3
refs/heads/develop
2023-07-20T15:07:30.305312
2023-07-03T06:44:00
2023-07-06T10:09:53
85,609,847
67
128
null
2023-09-14T10:12:10
2017-03-20T18:07:01
Java
UTF-8
Java
false
false
1,659
java
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2010, 2012, 2013, 2014, 2016 Synacor, Inc. * * 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, * versi...
[ "shriram.vishwanathan@synacor.com" ]
shriram.vishwanathan@synacor.com
fdfe558091bbcfad6397e59714492b7570cc7070
ddd38972d2e73c464ee77024f6ba4d6e11aac97b
/platform/arcus-containers/scheduler-service/src/main/java/com/iris/service/scheduler/model/TimeOfDayScheduledCommand.java
02e043812a1bd54628790004d457e86e3a7de913
[ "Apache-2.0" ]
permissive
arcus-smart-home/arcusplatform
bc5a3bde6dc4268b9aaf9082c75482e6599dfb16
a2293efa1cd8e884e6bedbe9c51bf29832ba8652
refs/heads/master
2022-04-27T02:58:20.720270
2021-09-05T01:36:12
2021-09-05T01:36:12
168,190,985
104
50
Apache-2.0
2022-03-10T01:33:34
2019-01-29T16:49:10
Java
UTF-8
Java
false
false
6,087
java
/* * Copyright 2019 Arcus 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 applicable law or agreed to ...
[ "b@yoyo.com" ]
b@yoyo.com
bd1e8ecb37750fceeb542a5999acfefde3fb4a93
7ea61ee7003c5d8e27b9f02d0fc004f0bbe44562
/lib/src/main/java/com/sd/lib/utils/FHandlerManager.java
61adc8d960badad5f67d7dc3e41073dcada042b4
[]
no_license
zj565061763/utils
c0bd1845a0255c268faa8f31733e98b71d2f0a13
3d0507184f9e4bd6f222224c73e077a9da98065c
refs/heads/master
2021-06-03T14:06:18.425693
2021-05-26T07:55:37
2021-05-26T07:55:37
114,324,750
1
2
null
null
null
null
UTF-8
Java
false
false
1,207
java
package com.sd.lib.utils; import android.os.Handler; import android.os.HandlerThread; import android.os.Looper; /** * Handler管理类 */ public class FHandlerManager { private static final HandlerThread HANDLER_THREAD = new HandlerThread("HandlerThread"); static { HANDLER_THREAD.start(); } ...
[ "565061763@qq.com" ]
565061763@qq.com
2522da23063371556f13c8ebbb4290f2d31a4b94
a8c5b7b04eace88b19b5a41a45f1fb030df393e3
/projects/core/src/test/java/com/opengamma/core/convention/ConventionTypeTest.java
7b5cc06bf06d7b15f98121da85cfa1ec73a1db49
[ "Apache-2.0" ]
permissive
McLeodMoores/starling
3f6cfe89cacfd4332bad4861f6c5d4648046519c
7ae0689e06704f78fd9497f8ddb57ee82974a9c8
refs/heads/master
2022-12-04T14:02:00.480211
2020-04-28T17:22:44
2020-04-28T17:22:44
46,577,620
4
4
Apache-2.0
2022-11-24T07:26:39
2015-11-20T17:48:10
Java
UTF-8
Java
false
false
1,343
java
/** * Copyright (C) 2018 - present McLeod Moores Software Limited. All rights reserved. */ package com.opengamma.core.convention; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNotEquals; import org.testng.annotations.Test; import com.opengamma.util.test.TestGroup; /** * Tes...
[ "em.mcleod@gmail.com" ]
em.mcleod@gmail.com
c5a9ade0e2e78fb2440cb255fe45e308a2daa843
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_619947c20452908a000946982f70ec8e2b948bf8/QueryLookupController/2_619947c20452908a000946982f70ec8e2b948bf8_QueryLookupController_s.java
7576f08addcdccde2acfea0585027d1e0984530e
[]
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
2,824
java
package com.mpower.controller; import java.util.Enumeration; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.lang.StringUtils; import org.apache.commons...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
143ed249ca696a512f816024c2f07fae6ba50044
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/36_schemaspy-net.sourceforge.schemaspy.view.HtmlRelationshipsPage-1.0-5/net/sourceforge/schemaspy/view/HtmlRelationshipsPage_ESTest.java
a769ea711ca69f495ad4675caf3e9e8823d2aa54
[]
no_license
tigerqiu712/evosuite-model-seeding-empirical-evaluation
c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6
11a920b8213d9855082d3946233731c843baf7bc
refs/heads/master
2020-12-23T21:04:12.152289
2019-10-30T08:02:29
2019-10-30T08:02:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
678
java
/* * This file was automatically generated by EvoSuite * Fri Oct 25 19:59:00 GMT 2019 */ package net.sourceforge.schemaspy.view; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWit...
[ "pderakhshanfar@bsr01.win.tue.nl" ]
pderakhshanfar@bsr01.win.tue.nl
548dcbb691f64c2afc37d3621cc850806ed72876
0917a6cefcc3c3d6766080e58e83cd027522d0a8
/src/main/java/socket/TCPEchoClient.java
28aac640b9e3421f035d9c0af7e9dee0ff518a2e
[]
no_license
lyk4411/untitled1_intellij
19bb583c8e631c4fab5826573fe30a61dff9d2d4
7a3e9ff784faa03c04a40cfdc0ba53af3344bb09
refs/heads/master
2022-12-22T13:58:32.218291
2020-01-22T08:58:04
2020-01-22T08:58:04
62,300,156
0
0
null
2022-12-16T03:16:30
2016-06-30T09:56:05
Java
UTF-8
Java
false
false
1,686
java
package socket; /** * Created by lyk on 2016/7/8. */ import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.Socket; import java.net.SocketException; public class TCPEchoClient { public static void main(String[] args) throws IOException { if ((args.length < ...
[ "moneyflying_2006@hotmail.com" ]
moneyflying_2006@hotmail.com
de23eac94c1f29d6d64efe36ac1364942636e9f7
805c02a6968c5b88cca6e0c9e7af7a88e8e3ead9
/src/protocol/Chat.java
dbf29a4185a9642c06c5efba941663c8e31341aa
[]
no_license
ZolaBaksa/javachat
ca291d10a5a0dd0052c856065c31492093279e1c
2de7ac8255d8c57d8e788a086077948824ae5254
refs/heads/main
2023-01-29T03:27:44.563082
2020-12-03T02:35:37
2020-12-03T02:35:37
318,051,534
0
0
null
null
null
null
UHC
Java
false
false
174
java
package protocol; //public final static 생략가능 public interface Chat { String ALL = "ALL"; //전체 String MSG = "MSG"; //귓속말 String ID = "ID"; //아이디 }
[ "ssar@nate.com" ]
ssar@nate.com
fa39ef1bed7de9433c7ccf2d39c0a3b696420a33
88efa77e6da0b36dd85525251e9502023ea5a7a4
/src/main/java/com/andrei/accela/codingexercise/service/AddressService.java
6883cee26064fcf603db1bceae17f02b88046757
[]
no_license
abalzan/codingexercise
7faaf7f3d73f1392452850c48d93564256cb4db6
855692c5f5beed980a851f89552eb7d29f7968ad
refs/heads/master
2023-03-07T22:22:50.507241
2021-02-20T14:19:51
2021-02-20T14:19:51
340,667,957
0
0
null
null
null
null
UTF-8
Java
false
false
747
java
package com.andrei.accela.codingexercise.service; import com.andrei.accela.codingexercise.dto.AddressDto; import com.andrei.accela.codingexercise.dto.PersonDto; import com.andrei.accela.codingexercise.model.Address; import com.andrei.accela.codingexercise.model.Person; import java.util.List; import java.util.Set; imp...
[ "andreibalzan@gmail.com" ]
andreibalzan@gmail.com
849d23416bbbec63669b74618e48fe4908955966
b6eb0ecadbb70ed005d687268a0d40e89d4df73e
/feilong-lib/feilong-lib-ognl/src/main/java/com/feilong/lib/javassist/tools/reflect/Metalevel.java
689e9e2b757f28ccd800a82312b482042b8d3876
[ "Apache-2.0" ]
permissive
ifeilong/feilong
b175d02849585c7b12ed0e9864f307ed1a26e89f
a0d4efeabc29503b97caf0c300afe956a5caeb9f
refs/heads/master
2023-08-18T13:08:46.724616
2023-08-14T04:30:34
2023-08-14T04:30:34
252,767,655
97
28
Apache-2.0
2023-04-17T17:47:44
2020-04-03T15:14:35
Java
UTF-8
Java
false
false
1,268
java
/* * Javassist, a Java-bytecode translator toolkit. * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. Alternatively, the contents of th...
[ "venusdrogon@163.com" ]
venusdrogon@163.com
62a0e73999197a1acfc42b5dd27795b46a0c9d61
7731416ca9afff3e69141d5d0087c193ca3e7180
/src/CAL_Runtime/src/org/openquark/cal/internal/runtime/lecc/RTCAF.java
fe11d33548efb71bdfeb31e8445efbe33f6935d2
[]
no_license
rdwebster/Open-Quark
288d38f823e21ec2e338adb2d05f3e05b027f603
86397b53eea2518851b4995edae2aa687f8d8812
refs/heads/master
2021-01-20T15:50:03.540743
2014-07-23T18:11:37
2014-07-23T18:11:37
481,429
0
0
null
null
null
null
UTF-8
Java
false
false
2,548
java
/* * Copyright (c) 2007 BUSINESS OBJECTS SOFTWARE LIMITED * 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 n...
[ "luke@eversosoft.com" ]
luke@eversosoft.com
4522733fbca8753faba32fe7d6428f6e9a579262
aa6997aba1475b414c1688c9acb482ebf06511d9
/src/org/omg/IOP/CodecPackage/FormatMismatchHelper.java
db10dc22168f7179e0d372b45e4093dcb43c2963
[]
no_license
yueny/JDKSource1.8
eefb5bc88b80ae065db4bc63ac4697bd83f1383e
b88b99265ecf7a98777dd23bccaaff8846baaa98
refs/heads/master
2021-06-28T00:47:52.426412
2020-12-17T13:34:40
2020-12-17T13:34:40
196,523,101
4
2
null
null
null
null
UTF-8
Java
false
false
2,233
java
package org.omg.IOP.CodecPackage; /** * org/omg/IOP/CodecPackage/FormatMismatchHelper.java . Generated by the IDL-to-Java compiler * (portable), version "3.2" from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u60/4407/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl * Tuesday, August 4, 2015 11:07...
[ "yueny09@163.com" ]
yueny09@163.com
51b88d8525e95e1713c57302f810698667b0faa9
8ec2cbabd6125ceeb00e0c6192c3ce84477bdde6
/com.alcatel.as.utils/src/alcatel/tess/hometop/gateways/utils/NxTimerDurationException.java
b0db727f9c59428686c5ab568b3ccdb165bf5a7c
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nokia/osgi-microfeatures
2cc2b007454ec82212237e012290425114eb55e6
50120f20cf929a966364550ca5829ef348d82670
refs/heads/main
2023-08-28T12:13:52.381483
2021-11-12T20:51:05
2021-11-12T20:51:05
378,852,173
1
1
null
null
null
null
UTF-8
Java
false
false
510
java
// Copyright 2000-2021 Nokia // // Licensed under the Apache License 2.0 // SPDX-License-Identifier: Apache-2.0 // package alcatel.tess.hometop.gateways.utils; /** Exception thrown when a timer duration is out of range */ public class NxTimerDurationException extends Exception { /** Constructor without messag...
[ "pierre.de_rop@nokia.com" ]
pierre.de_rop@nokia.com
a50901eaadc107893af3e7a7baeaf34f86c38a48
cf70b04f98fb450687ef7ef44f7b869d63ae5a22
/FileManagementAssistant/app/src/main/java/com/example/administrator/filemanagementassistant/util/ScrollAwareFABBehavior.java
c7e37104e3eb0c9001555b6e8c94a02dfbfff500
[ "Apache-2.0" ]
permissive
haibowen/MyGraduationProject
91e1f8bbcbb0d7a8d850d8b9aed40123e8c42886
53962dd3e4b61fff91672b81a6c2636b3fefad8e
refs/heads/master
2021-06-22T04:32:51.831750
2020-12-27T02:25:45
2020-12-27T02:25:45
159,469,172
4
0
null
null
null
null
UTF-8
Java
false
false
2,320
java
package com.example.administrator.filemanagementassistant.util; import android.content.Context; import android.support.design.widget.CoordinatorLayout; import android.support.v4.view.ViewCompat; import android.support.v4.view.animation.FastOutSlowInInterpolator; import android.util.AttributeSet; import android.view.Vi...
[ "1461154748@qq.com" ]
1461154748@qq.com
dff915ddf5cfc9eab9a74020f855cad780302c2b
592eb3c39bbd5550c5406abdfd45f49c24e6fd6c
/autoweb/src/main/java/com/surveygen/struts/action/SurveyGenLoginViewAction.java
3efb7771bfbf5c5e24831bf3dcd817e8aa497d06
[]
no_license
passionblue/autoweb
f77dc89098d59fddc48a40a81f2f2cf27cd08cfb
8ea27a5b83f02f4f0b66740b22179bea4d73709e
refs/heads/master
2021-01-17T20:33:28.634291
2016-06-17T01:38:45
2016-06-17T01:38:45
60,968,206
0
0
null
null
null
null
UTF-8
Java
false
false
1,613
java
/* * Generated by MyEclipse Struts * Template path: templates/java/JavaClass.vtl */ package com.surveygen.struts.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.log4j.Logger; import org.apache.s...
[ "joshua@joshua-dell" ]
joshua@joshua-dell
c79496c2e5ae43a7a007e20e7067bac74e932521
bbad69822950e11b5ba9638f3d7493a16aeeaaba
/src/main/java/com/mxdl/service/NewsTypeService.java
08be1bf3d84255b7bc1ce9d33bf5829388d5687a
[]
no_license
mxdldev/spring-boot-security-oauth2-flycloud
609295df52e60bfcee1d94d6c43107e2dbc24955
369400e3d330509bc4095256817d09f3abe77dc7
refs/heads/master
2021-04-16T20:39:54.883819
2020-03-23T09:22:40
2020-03-23T09:22:40
249,383,540
0
0
null
null
null
null
UTF-8
Java
false
false
736
java
package com.mxdl.service; import com.mxdl.dao.NewsTypeDao; import com.mxdl.model.NewsType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** * Description: <BlogService><br> * Author:    mxdl<br> * Date:     2019/2/19<br> * ...
[ "geduo_83@163.com" ]
geduo_83@163.com
2a1a77f6ec4bf238ad29c4b6abc0ad5021c61f01
995f73d30450a6dce6bc7145d89344b4ad6e0622
/MATE-20_EMUI_11.0.0/src/main/java/com/android/server/wifi/hwcoex/HiCoexChrImpl.java
68cf69f5b3f1dabefd717f53a7fdac85afff29be
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,834
java
package com.android.server.wifi.hwcoex; import android.content.Context; import android.os.Bundle; import com.android.server.wifi.HwWifiCHRService; import com.android.server.wifi.HwWifiCHRServiceImpl; public class HiCoexChrImpl { private static final int EID_NR_STATE_INFO = 909009120; private static final int ...
[ "dstmath@163.com" ]
dstmath@163.com
3fc22c4427087c6d237fdbcc527ecafef8e5cafa
0e3898dbcb55563c96d11f93c06e8e2a3b8b545f
/Model/src/com/pq/tracs/model/dao/ContractGuaranteeViewImpl.java
6d3664fba4d92ff5e55c13fd3aefb3c961b77631
[]
no_license
AALIYAR/PQ-TRACS
a811913cbcbe015d85c48a76447d1e01186b2f27
79a98fcb21007675d7fb083ebf21d074990f40ff
refs/heads/master
2020-04-02T10:42:16.724392
2018-10-23T13:46:16
2018-10-23T13:46:16
154,350,815
0
0
null
null
null
null
UTF-8
Java
false
false
545
java
package com.pq.tracs.model.dao; // --------------------------------------------------------------------- // --- File generated by Oracle ADF Business Components Design Time. // --- Custom code may be added to this class. // --- Warning: Do not modify method signatures of generated methods. // ----------------...
[ "43814640+AALIYAR@users.noreply.github.com" ]
43814640+AALIYAR@users.noreply.github.com
863a8ed7d82cd0fe422f3534ae82d009fb3f45aa
372453ffbe9eb42364abf84a95654b1e18695ff3
/microservice2/src/main/java/com/wiproevents/services/springdata/UserPreferenceSpecification.java
ad2563b47cf95c73e7aa5f1d142b0aa8e5a918ad
[]
no_license
kinfkong/tc-attendee
ac7c033003ee9cda81418e774ac8163b38695631
8986055cf932a26b1c66373da9f57707c91dd3fc
refs/heads/master
2021-05-01T22:01:00.376276
2018-02-18T04:12:35
2018-02-18T04:12:35
120,983,934
0
0
null
null
null
null
UTF-8
Java
false
false
738
java
package com.wiproevents.services.springdata; import com.microsoft.azure.spring.data.documentdb.core.query.Query; import com.wiproevents.entities.criteria.BaseSearchCriteria; import com.wiproevents.entities.UserPreference; import com.wiproevents.utils.springdata.extensions.DocumentDbSpecification; import lombok.AllArgs...
[ "kinfkong@126.com" ]
kinfkong@126.com
ff158945ac1e40b090885943c0e90c1e6b388baa
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/Quartz/Quartz81.java
b282841baedf1422c8d21eb6509c3e08ee6de664
[]
no_license
saber13812002/DeepCRM
3336a244d4852a364800af3181e03e868cf6f9f5
be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9
refs/heads/master
2023-03-16T00:08:06.473699
2018-04-18T05:29:50
2018-04-18T05:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
787
java
public void addJobListener(JobListener jobListener, List<Matcher<JobKey>> matchers) { if (jobListener.getName() == null || jobListener.getName().length() == 0) { throw new IllegalArgumentException( "JobListener name cannot be empty."); } synchronized ...
[ "Qing.Mi@my.cityu.edu.hk" ]
Qing.Mi@my.cityu.edu.hk
0ad09101b0dcb380f15efe39e60aca2e7ad43e41
3b74874edf06141944cc2032228eef6a5cf2ab80
/src/main/java/mapTest/p01/iterator/MapTest.java
b3b433140b67321bcb5b8c8ec8e96564959e7117
[]
no_license
HomeInGuanglunshan/CodeTestMavenized
7e4797b6f7bed3715d6a5279b6971fdf1859a1df
b3a06bb5a13f39398b397e1917345d017259ef7a
refs/heads/master
2023-07-25T12:33:10.245323
2023-07-13T07:56:59
2023-07-13T07:56:59
304,035,927
0
0
null
null
null
null
UTF-8
Java
false
false
738
java
package mapTest.p01.iterator; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; public class MapTest { public static void main(String[] args) { Map<String, String> map = new HashMap<String, String>(); map.put("sgsfg", "1"); map...
[ "2467055745@qq.com" ]
2467055745@qq.com
14c906f33d047f8e8e668885dee99f72ea239185
682082f4ea06ea438e0243c5504918cef9d6c58a
/ReviewExamen/src/smokers/agent.java
8023b49f40364e272ee90b51d65959b536177563
[]
no_license
HassenBenSlima/Thread-Java
ae7883fb14430d75ab7e31b25cf06d0dbf07d231
c113991f558deaaeda5038592fe5a49e58c28c13
refs/heads/master
2020-08-08T06:11:10.541014
2019-10-08T22:41:05
2019-10-08T22:41:05
213,749,479
0
0
null
null
null
null
UTF-8
Java
false
false
794
java
package smokers; public class agent extends Thread { private table smokingtable; public agent(table pSmokingtable) { smokingtable = pSmokingtable; } @Override public void run() { while (true) { try { Thread.sleep(5000); smokingtable.setAgentElements(); // this triggers the smoker-threads to ...
[ "Hassen.BenSlima" ]
Hassen.BenSlima
2e41a46a36d474993055305a4ec422543795047d
a36dce4b6042356475ae2e0f05475bd6aed4391b
/2005/NRI-AppLogic/source/com/nri/exception/DuplicateKeyException.java
037783f2f1a8bcc67065d0e4bbe8e879ee5431f4
[]
no_license
ildar66/WSAD_NRI
b21dbee82de5d119b0a507654d269832f19378bb
2a352f164c513967acf04d5e74f36167e836054f
refs/heads/master
2020-12-02T23:59:09.795209
2017-07-01T09:25:27
2017-07-01T09:25:27
95,954,234
0
1
null
null
null
null
UTF-8
Java
false
false
397
java
package com.nri.exception; public class DuplicateKeyException extends MappingException { /** * Constructor for DuplicateKeyException */ public DuplicateKeyException() { super(); } /** * Constructor for DuplicateKeyException */ public DuplicateKeyException(String arg0) { super(arg0); } public Dupl...
[ "ildar66@inbox.ru" ]
ildar66@inbox.ru
d68fb4081deca0ce53385643a9ed2e78713cf0f9
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/dbeaver/2018/12/JDBCObjectCache.java
bbefbac9285d5806ba8359e81f408e8395e3b286
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
5,984
java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * * 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...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
2681c6978abd53389e356d16c11618fe847e44ff
2797280c63fb027887ad5db57b4f1938a7fb03bb
/src/com/fantest/Off.java
05a6b9f4de0ed637e7400e74b5824916191cf799
[]
no_license
NavyaK-T/FanTest-Problem
fba774f2c33b28ca3f43482a3084ec8c55d61e38
e7dbae08c840536721b3a92418ab66ee3798ff7b
refs/heads/master
2023-04-17T13:49:42.911148
2021-04-23T21:05:19
2021-04-23T21:05:19
361,004,933
0
0
null
null
null
null
UTF-8
Java
false
false
269
java
package com.fantest; public class Off implements SpeedLevel { @Override public void pull(CeilingFanPullChain pullChain) { pullChain.setCurrentState(new SpeedLevelOne()); System.out.println("Speed level 1 with direction "+pullChain.getCurrentDirection()); } }
[ "abc@example.com" ]
abc@example.com