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
41ddcda70c62d5fe3a38ccf50fadee6a93a5b057
9cceacc9d8af179803cfcb9dea0dd37c86129e77
/trunk/core/src/main/java/ru/factus/bo/Relation.java
c6e044e8ac6bf4cdad97d4858637cb5492c0a47f
[]
no_license
BGCX067/factus-svn-to-git
0bc0e4d6807a5515dd711036f523f8fab36846f2
c8d14d4f48e8b24d84d6370a49d49ded5a5e3bff
refs/heads/master
2021-01-13T00:56:26.559267
2015-12-28T14:41:22
2015-12-28T14:41:22
48,849,932
0
0
null
null
null
null
UTF-8
Java
false
false
598
java
package ru.factus.bo; import ru.factus.AbstractEntity; import javax.persistence.*; /** * @author <a href="mailto:ziman200@gmail.com">freeman</a> * created 13.05.2008 15:00:30 */ @Entity @Table(name = "RELATION") public class Relation extends AbstractEntity{ @Id @GeneratedValue private...
[ "you@example.com" ]
you@example.com
a4e518e3bc0b04fb0d960f94beeb77e61dd5bdee
6832918e1b21bafdc9c9037cdfbcfe5838abddc4
/jdk_8_maven/cs/rest/original/proxyprint/src/main/java/io/github/proxyprint/kitchen/controllers/consumer/PrintingSchemaController.java
c0d9fecaa891d2d76cfb8befa16e04047bcd6662
[ "Apache-2.0", "GPL-1.0-or-later", "LGPL-2.0-or-later" ]
permissive
EMResearch/EMB
200c5693fb169d5f5462d9ebaf5b61c46d6f9ac9
092c92f7b44d6265f240bcf6b1c21b8a5cba0c7f
refs/heads/master
2023-09-04T01:46:13.465229
2023-04-12T12:09:44
2023-04-12T12:09:44
94,008,854
25
14
Apache-2.0
2023-09-13T11:23:37
2017-06-11T14:13:22
Java
UTF-8
Java
false
false
6,378
java
package io.github.proxyprint.kitchen.controllers.consumer; import com.google.gson.Gson; import com.google.gson.JsonObject; import io.github.proxyprint.kitchen.models.consumer.Consumer; import io.github.proxyprint.kitchen.models.consumer.PrintingSchema; import io.github.proxyprint.kitchen.models.repositories.ConsumerDA...
[ "arcuri82@gmail.com" ]
arcuri82@gmail.com
49993b088dfcc01391d39cfecc490f82b6a43543
133f0936e0e3b9e4753ce0d679fa293969543eee
/emgui_beSa/JAVA 3/vidu/Advanced_JAVA_1/src/session08/URL_methods.java
63db6a7c0797fd06e4897571500b5f0bea6f05d5
[]
no_license
trandai201/StudyJS
95ab6ea28b3e07608ba64d1041faf35559e24ef9
a22952e1c0acf696be9f260432c69ed213074ec7
refs/heads/main
2023-07-10T21:07:52.236664
2021-08-15T06:35:35
2021-08-15T06:35:35
390,725,498
0
0
null
null
null
null
UTF-8
Java
false
false
949
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 session08; import java.net.MalformedURLException; import java.net.URL; /** * * @author nguyenducthao */ public class URL_m...
[ "=" ]
=
fdafe14dc5ab429fafa7ef54440edf5696c2a738
9c6755241eafce525184949f8c5dd11d2e6cefd1
/src/leetcode/algorithms/ConvertBST.java
f974adc9b104db2d5f5c81c07b9c881de043f1ce
[]
no_license
Baltan/leetcode
782491c3281ad04efbe01dd0dcba2d9a71637a31
0951d7371ab93800e04429fa48ce99c51284d4c4
refs/heads/master
2023-08-17T00:47:41.880502
2023-08-16T16:04:32
2023-08-16T16:04:32
172,838,932
13
3
null
null
null
null
UTF-8
Java
false
false
930
java
package leetcode.algorithms; import leetcode.entity.TreeNode; import leetcode.util.BinaryTreeUtils; /** * Description: 538. Convert BST to Greater Tree * * @author Baltan * @date 2019-02-25 10:02 */ public class ConvertBST { private static int sum = 0; public static void main(String[] args) { Tr...
[ "617640006@qq.com" ]
617640006@qq.com
dc5adefce27a7c6df82e17b6f8c29855801988e5
9a52fe3bcdd090a396e59c68c63130f32c54a7a8
/sources/com/iab/omid/library/inmobi/publisher/C2102a.java
eedcc8d0a7784bb45f0bbeea4bae2348b5e4f05b
[]
no_license
mzkh/LudoKing
19d7c76a298ee5bd1454736063bc392e103a8203
ee0d0e75ed9fa8894ed9877576d8e5589813b1ba
refs/heads/master
2022-04-25T06:08:41.916017
2020-04-14T17:00:45
2020-04-14T17:00:45
255,670,636
1
0
null
null
null
null
UTF-8
Java
false
false
502
java
package com.iab.omid.library.inmobi.publisher; import android.annotation.SuppressLint; import android.webkit.WebView; /* renamed from: com.iab.omid.library.inmobi.publisher.a */ public class C2102a extends AdSessionStatePublisher { @SuppressLint({"SetJavaScriptEnabled"}) public C2102a(WebView webView) { ...
[ "mdkhnmm@amazon.com" ]
mdkhnmm@amazon.com
58b1d033218b378064b009cb2d65abd4b8c4e3b5
6603800930bd02c7fd06952797b5171e7591394c
/src/test/java/com/example/demo/TimeOutDemo.java
f30f6ef256214401ff74801139b62a309bda31ec
[]
no_license
umanking/spring-junit5-example
1864583a8e947f712cd14dd877b4121972c86d4b
7ebc2d4dc922a351723866528685690905c19fb0
refs/heads/master
2022-12-01T18:55:54.279316
2020-08-21T09:01:58
2020-08-21T09:01:58
286,653,632
1
1
null
null
null
null
UTF-8
Java
false
false
406
java
package com.example.demo; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Timeout; import java.util.concurrent.TimeUnit; /** * @author Geonguk Han * @since 2020-08-20 */ public class TimeOutDemo { @Test @Timeout(value = 100, unit = TimeUnit.MILLISECONDS) void failsIfExecutionTimeExcee...
[ "umanking@gmail.com" ]
umanking@gmail.com
b989d97eaf784ae4f9734317cae5d4dd3b77151c
75950d61f2e7517f3fe4c32f0109b203d41466bf
/modules/tags/sca-1.1-assembly-conformance/kernel/api/fabric3-spi/src/main/java/org/fabric3/spi/host/Port.java
0827d3ca82247a7939f8d79f1d1b0284e7033868
[]
no_license
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,499
java
/* * Fabric3 * Copyright (c) 2009-2011 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 * ...
[ "jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf" ]
jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf
e644a08fd2435ebac496ccd5927ac45c3c0ba0c7
ed3bccd412e16b54d0fec06454408bc13c420e0d
/HTOAWork/src/com/ht/mapper/finance/FinanceFeedbackdetailMapper.java
5292bf3c51d26bfc49a90af634c28e53e48359f8
[]
no_license
Hholz/HTOAWork
387978548874d1660c559b30b97b9570956b47dd
bacafc4e291e4e9f68bfded90bf3698c704c874c
refs/heads/master
2021-01-12T05:23:07.621967
2017-01-03T12:44:51
2017-01-03T12:44:51
77,915,150
0
0
null
null
null
null
UTF-8
Java
false
false
679
java
package com.ht.mapper.finance; import java.util.List; import com.ht.popj.finance.FinanceFeedbackdetail; public interface FinanceFeedbackdetailMapper { int deleteByPrimaryKey(Integer id); int insert(FinanceFeedbackdetail record); int insertSelective(FinanceFeedbackdetail record); Finan...
[ "h_holz@qq.com" ]
h_holz@qq.com
b1ad6d5124a58573a0a1e5547ab7ec21c9dbcfd2
54f2a3f9839611e58eecfd63199c340258a0e841
/android/app/src/main/java/com/demo_3984/MainApplication.java
ee80e26557a2fa3473fbfca951cd576efd9e7888
[]
no_license
crowdbotics-apps/demo-3984
430a60beac313a0fc0554f79c2809119219d30db
668d975862e93803c39b040eb07a54f17849f9d6
refs/heads/master
2022-12-13T08:12:42.289947
2019-05-29T17:44:37
2019-05-29T17:44:37
189,272,106
0
0
null
2022-12-09T04:24:34
2019-05-29T17:44:22
Python
UTF-8
Java
false
false
1,045
java
package com.demo_3984; import android.app.Application; import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.shell.MainReactPackage; import com.facebook.soloader.SoLoader; import java.util.Arrays; import java.util.List...
[ "team@crowdbotics.com" ]
team@crowdbotics.com
5b982a095874198970cff89a83cc2730fa3438e6
2221cc76af6d26b9dcc49c0722a4a577601692e3
/Egbert/AlgorithmTesting/src/Facebook/ValidIPAddress.java
f46a9d5d5ee8ecd40dc8bec6fdf009b3398b3fe2
[]
no_license
hanrick2000/A-Record-of-My-Problem-Solving-Journey
f8cca769ce08f0b1cd9ab36abcb4f7c8b91ba591
1b9326adcf61eacf0649bc4724b11d8259a79621
refs/heads/master
2022-02-24T03:09:54.644809
2019-09-24T18:32:53
2019-09-24T18:32:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,774
java
package Facebook; /** * @leetcode https://leetcode.com/problems/validate-ip-address/ * @Time N * @Space N */ public class ValidIPAddress { public String validIPAddress(String ip) { if (isValidIpv4(ip)) { return "IPv4"; } else if (isValidIpv6(ip)) { return "IPv6"; ...
[ "egbert1121@gmail.com" ]
egbert1121@gmail.com
13d9f3fc4a7975a070b462c39b57791055b4241f
779b5b6cf3a09851b27bcc59d1696581b7fa03d1
/acepricot-sync/src/com/acepricot/finance/sync/Test.java
6df3e1fedc0825a2f7e62e5041922f0e05015fe9
[]
no_license
futre153/bb
b9709e920f48bb35346b5460b4fd8132f3fdc664
8256c3cb2ef0df844a12747172005a5e1d5f14c1
refs/heads/master
2020-04-05T23:11:32.651132
2016-09-23T12:25:43
2016-09-23T12:25:43
21,938,990
1
0
null
null
null
null
UTF-8
Java
false
false
760
java
package com.acepricot.finance.sync; import java.io.IOException; import java.util.InvalidPropertiesFormatException; import javax.naming.NamingException; public class Test { @SuppressWarnings({ }) public static void main(String[] args) throws InvalidPropertiesFormatException, IOException, NamingExceptio...
[ "futre@szm.sk" ]
futre@szm.sk
86c5e6a0d60055640fd9ba22f1f3b51f40f38cea
975e8cce8a7b49176166cc50c3891912e083d612
/org.encog/src/org/encog/neural/data/PropertyData.java
4cbec909398732f0c6f69ef70b9e61d1625d88ed
[]
no_license
EmmanuelSotelo/ProjectDow
4dd28ba2e42bc8e37f4d177ab2ba6b2ade763d11
89019ca243df120ea10720161bd2bc2468d8768a
refs/heads/master
2021-01-04T14:07:06.975335
2013-05-12T06:00:56
2013-05-12T06:00:56
10,009,882
1
1
null
null
null
null
UTF-8
Java
false
false
5,562
java
/* * Encog Artificial Intelligence Framework v2.x * Java Version * http://www.heatonresearch.com/encog/ * http://code.google.com/p/encog-java/ * * Copyright 2008-2009, Heaton Research Inc., and individual contributors. * See the copyright.txt in the distribution for a full listing of * individual contributors...
[ "e" ]
e
f9a54009d5b9fb70f9467599d91d58c7de34b125
3f50982ca12e467b6a48ab2735bd889b5a2eb530
/dianyu-web/src/main/java/com/haier/openplatform/ueditor/PathFormat.java
066c6137799260e1346291abf31c70a0116ea2d0
[]
no_license
527088995/dianyu
3c1229ca3bddc70ea20cfa733f5d25ee023a3131
ff9de3c731b65ba5ef230c3e3137f24042bbe822
refs/heads/master
2021-01-20T16:48:13.932544
2019-01-31T08:19:58
2019-01-31T08:19:58
90,849,027
0
0
null
null
null
null
UTF-8
Java
false
false
3,648
java
package com.haier.openplatform.ueditor; import java.text.SimpleDateFormat; import java.util.Date; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * 文件路径格式化,使用UEditor的路径规则 * @author L.cm */ public class PathFormat { private static final String TIME = "time"; private static fina...
[ "527088995@qq.com" ]
527088995@qq.com
7fcb6963168698990d437394432ed7b7b76e8e43
027cd7112ef70fbcdb2670a009654f360bb7e06e
/org/eclipse/swt/widgets/Monitor.java
8efbd002c254ad07046c94ff89c23a5c214250e4
[]
no_license
code4ghana/courseScheduler
1c968ebc249a75661bdc22075408fc60e6d0df19
9885df3638c6b287841f8a7b751cfe1523a68fb2
refs/heads/master
2016-08-03T14:06:38.715664
2014-08-03T03:37:36
2014-08-03T03:37:36
22,566,289
0
1
null
null
null
null
UTF-8
Java
false
false
973
java
package org.eclipse.swt.widgets; import org.eclipse.swt.graphics.Rectangle; public final class Monitor { int handle; int x; int y; int width; int height; int clientX; int clientY; int clientWidth; int clientHeight; public boolean equals(Object paramObject) { if (paramObject == this) r...
[ "jeff.kusi@willowtreeapps.com" ]
jeff.kusi@willowtreeapps.com
0457a73e884cf08ec79012bc6073f144b6b0120f
260ffca605956d7cb9490a8c33e2fe856e5c97bf
/src/com/google/android/gms/auth/api/proxy/ProxyGrpcRequest.java
720e88695af71ec2fa0f246e59bac219e3b0238f
[]
no_license
yazid2016/com.incorporateapps.fakegps.fre
cf7f1802fcc6608ff9a1b82b73a17675d8068beb
44856c804cea36982fcc61d039a46761a8103787
refs/heads/master
2021-06-02T23:32:09.654199
2016-07-21T03:28:48
2016-07-21T03:28:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,123
java
package com.google.android.gms.auth.api.proxy; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.common.internal.safeparcel.SafeParcelable; public class ProxyGrpcRequest implements SafeParcelable { public static final Parcelable.Creator CREATOR = new zza(); public fin...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
b6819fe748b1b4a5baf171923ca33499c4e0c338
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-58b-10-11-FEMO-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/optimization/fitting/CurveFitter_ESTest.java
da32033309f9d2ab59aabbe9e2e3fa855e333ebf
[]
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
573
java
/* * This file was automatically generated by EvoSuite * Sat Apr 04 08:14:03 UTC 2020 */ package org.apache.commons.math.optimization.fitting; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.Run...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
08f4b26494e7a09e1df0296b4d7981e8c98e8bb1
b28d60148840faf555babda5ed44ed0f1b164b2c
/java/misshare_cloud-multi-tenant/common-repo/src/main/java/com/qhieco/webmapper/DiscountPackageMapper.java
d1b0b8af34f3bd30773747a0710af873fb80101d
[]
no_license
soon14/Easy_Spring_Backend
e2ec16afb1986ea19df70821d96edcb922d7978e
49bceae4b0c3294945dc4ad7ff53cae586127e50
refs/heads/master
2020-07-26T16:12:01.337615
2019-04-09T08:15:37
2019-04-09T08:15:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,694
java
package com.qhieco.webmapper; import com.qhieco.request.web.DiscountPackageRequest; import com.qhieco.response.data.web.DiscountFormatSumData; import com.qhieco.response.data.web.DiscountPackageData; import com.qhieco.response.data.web.DiscountPackageStaticData; import com.qhieco.response.data.web.DiscountRuleTimeData...
[ "k2160789@163.com" ]
k2160789@163.com
3fa3b35f85a5ba5e5d11e2eadc600c36956ad14b
14076d999bb51bafb73222c22b190d2edb1b1f86
/merchant-credit/debit-dao/src/main/java/com/shengpay/debit/dal/dataobject/DbThreadBatchPO.java
c0746f752bed742f8ded5a006f8477b8e87f03de
[]
no_license
kevinkerry/merchant-credit
d3a9b397ddcd79d28925fa42121264da46eb91d4
14d3ad60795dcf251bd3066de14f0a731f89b73f
refs/heads/master
2021-04-03T09:09:43.601015
2017-07-28T06:07:14
2017-07-28T06:07:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,916
java
package com.shengpay.debit.dal.dataobject; import java.io.Serializable; import java.util.Date; public class DbThreadBatchPO implements Serializable { private static final long serialVersionUID = 1L; /** * DECIMAL(18) 必填<br> * */ private Long id; /** * VARCHAR(32)<br> * 批处理编...
[ "bishuai@shengpay.com" ]
bishuai@shengpay.com
7b6be555d4e83bbf343ac708217646beb80bc650
aba003fb0ca1a178de2badcd3b6df77b773dc0dc
/app/src/main/java/com/wongxd/shopunit/bean/China.java
e2b131eeb9d26d0c3bfb1bd89c8e848691d93ecb
[]
no_license
NamedJack/ShopUnit
a10f5eda7a8cd0decfaaba2b5e603898fad8bb80
90e4ed56d7e3287c0c6884fe4634f330190e1f48
refs/heads/master
2021-08-23T15:04:04.022482
2017-12-05T09:59:11
2017-12-05T09:59:14
113,165,007
0
0
null
null
null
null
UTF-8
Java
false
false
405
java
package com.wongxd.shopunit.bean; import java.util.ArrayList; public class China { public ArrayList<Province> citylist; public class Province { public ArrayList<Area> c ; public String p; public class Area{ public ArrayList<Street> a; public String n; ...
[ "1033675097@qq.com" ]
1033675097@qq.com
a341bc630c4ac14d2066971d9a66bc7edbad9c92
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/mockito--mockito/eec5f6f09de4c6363b36131dfc0400d1a101e39f/before/MockitoJUnitRunnerTest.java
32fe44184f24b163e53774f88da2ffe780413df8
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
2,858
java
package org.mockitousage.junitrunner; import org.junit.Before; import org.junit.Test; import org.junit.runner.JUnitCore; import org.junit.runner.Result; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import org.mockitousage.IMethods; import org.mockitoutil.Test...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
c190f57167dbecbcca5c05e3f2c46507a057a9cf
12a1902c34da37be2da6163547dd4bb096e7f399
/src/drug_side_effect_utils/Relation.java
6e0933205f3ea62bacadc143b7ca9690eddc9e20
[]
no_license
foxlf823/drug_side_effect
b21f3bbe9652673f91714d7b395262d5308847e8
3600d99834fd405cff6b0bb2dc52a11373b853fc
refs/heads/master
2021-01-10T11:41:02.303600
2016-09-04T06:24:05
2016-09-04T06:24:05
44,713,320
0
0
null
null
null
null
UTF-8
Java
false
false
1,178
java
package drug_side_effect_utils; import java.io.Serializable; public class Relation implements Serializable{ private static final long serialVersionUID = 1205844430364130631L; public String id; public String type; public String mesh1; public String type1; public String mesh2; public String type2; public Rela...
[ "foxlf823@qq.com" ]
foxlf823@qq.com
4e9af20948018c416abee3827c0a053436d9ff1b
a2fcac776b8fe2f1e358fd96c65189c12762707c
/molgenis-core/src/main/java/org/molgenis/framework/server/services/MolgenisDataTableService.java
1d8077901f699441f85d4404adc9b1e61648fc36
[]
no_license
joerivandervelde/molgenis-legacy
b7895454d44adcf555eb21b00cd455b886d22998
51ac5e84c2364e781cde9417c4350ec287951f1a
refs/heads/master
2020-12-25T09:00:49.940877
2015-10-13T06:48:52
2015-10-13T06:48:52
4,674,333
0
0
null
null
null
null
UTF-8
Java
false
false
3,827
java
package org.molgenis.framework.server.services; import java.io.IOException; import java.io.PrintWriter; import java.text.ParseException; import java.util.List; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Logger; import org.molgenis.framework.db.Database; import org.molgenis.framework.db.Da...
[ "d.hendriksen@umcg.nl" ]
d.hendriksen@umcg.nl
27fdfeeab78a03bfcb9bb35269cce02ce77cd104
163fcbe4cfd35a43f2ac65032c410b0d8804ddd6
/app/src/main/java/com/weixinlite/android/util/Gettime.java
8d3c32f99f5b581991178fb3bf530a15deb995c3
[ "Apache-2.0" ]
permissive
chriswangdev/Weixinlite
6ca88738c18929bf6678b4b641ad2841243131c9
081b22007c7b7d96ff66686a8a8c45a8e57f47ba
refs/heads/master
2021-06-14T00:52:02.746280
2017-04-10T03:25:31
2017-04-10T03:25:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,103
java
package com.weixinlite.android.util; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; /** * Created by a on 2017/3/30 0030. */ public class Gettime { private static SimpleDateFormat simpleDateFormat; private static Date curDate; public static String getNowTim...
[ "tony@gmail.com" ]
tony@gmail.com
9c016e405154f620e511ce186684f8bd5f1bca0d
447520f40e82a060368a0802a391697bc00be96f
/apks/malware/app98/source/nl/siegmann/epublib/domain/Identifier.java
96c1ac1ecc58e897b66f9b5f31df8065a54c3280
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
2,635
java
package nl.siegmann.epublib.domain; import java.io.Serializable; import java.util.Iterator; import java.util.List; import java.util.UUID; import nl.siegmann.epublib.util.StringUtil; public class Identifier implements Serializable { private static final long serialVersionUID = 955949951416391810L; private boolea...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
383f39a75d4e636edc3f56b3feb7c2da97eb154e
6d56930293293ba858ae0fff73c4b4bb813abfaa
/app/src/main/java/com/bw/dianshangdemo25/bean/LearyBean.java
a1dce4c0560e117ec1d79eee82558d42043d3076
[]
no_license
nierunzhang01/DianshangDemo25
5cfc2fe87d6f2846f0ec308632c3d492880dc470
9e85ec5785c79d3ce1c1d7b1e63801bac187cc05
refs/heads/master
2021-04-16T05:53:03.229269
2020-03-23T04:04:43
2020-03-23T04:04:43
249,332,191
0
0
null
null
null
null
UTF-8
Java
false
false
349
java
package com.bw.dianshangdemo25.bean; /** * <p>文件描述:<p> * <p>作者:聂润璋<p> * <p>创建时间:2020.3.22<p> * <p>更改时间:2020.3.22<p> */ public class LearyBean { public String name; public String info; public String avatar; public String url; public String content; public String publishedAt; }
[ "you@example.com" ]
you@example.com
edaf1e67a0a46c313e9ffe0e2414e927203027f9
d0a87b74643e8ab0d7393185a815dfd378733bae
/carrental-ejb/src/main/java/ch/xxx/carrental/ui/model/Member.java
e83a17549b47eb19a45e6d980c738b7a725198b9
[ "Apache-2.0" ]
permissive
Angular2Guy/Angular2AndJavaEE
bbb9aeb488a700d922472b4b1c30edc13c2df7a9
de1f208cfef36649688da83f00216f1f1109f3ed
refs/heads/master
2023-08-16T10:14:41.388159
2023-08-10T18:10:25
2023-08-10T18:10:25
74,204,252
110
45
Apache-2.0
2023-08-10T18:10:28
2016-11-19T11:25:06
Java
UTF-8
Java
false
false
2,326
java
/** * Copyright 2016 Sven Loesekann 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...
[ "you@example.com" ]
you@example.com
77582c8187a9d7902b0e7718c608a6cd4c6755d4
c7978ad2df29b1d7bed1e23cd4494aee75782486
/src/main/java/me/wonwoo/web/PersonController.java
f2743f2521a46de0c458c8a4689276682e2962e0
[]
no_license
wonwoo/spring-reactor
edfe3567d04b206fbad78938a5934b07e655c105
8014b649eae124381ecf7845f179a82bc7912460
refs/heads/master
2021-01-22T04:27:56.667861
2017-09-03T13:50:18
2017-09-03T13:50:18
102,267,834
0
0
null
null
null
null
UTF-8
Java
false
false
759
java
package me.wonwoo.web; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; /** * Created by wonwoolee on 2017. 9. ...
[ "aoruqjfu@gmail.com" ]
aoruqjfu@gmail.com
9b608a3a0079f8fd7b4eb9ad745beda5df04da38
7c474f6bb31da170d054ab660f38aaaed1007627
/server/reporting/reporting-webapp/src/main/java/com/github/rmannibucau/sirona/reporting/web/plugin/thread/ThreadPlugin.java
f767fe2309b83994bffbe2a06b073ea27b11db18
[ "Apache-2.0", "CC-BY-3.0", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause" ]
permissive
olamy/sirona
b1a36fa7dc9561bb50fd1e1516422fe087587f88
c8c0fbab3c99cba5dfc32cb805faf79b462d6524
refs/heads/master
2021-12-03T09:09:48.379272
2019-01-06T15:51:14
2019-01-06T15:51:14
80,877,112
0
0
Apache-2.0
2021-08-20T09:45:52
2017-02-03T23:06:54
JavaScript
UTF-8
Java
false
false
1,310
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 may ...
[ "rmannibucau@apache.org" ]
rmannibucau@apache.org
d73c62eab71f53c063c517c68d2e7057b6cf8c95
1f800156e0d3d6cf1e257a32df33ef856fa88b7f
/entdiy-module/entdiy-module-common/src/main/java/com/entdiy/auth/service/DepartmentService.java
612f913abc32ef084f50b7848ad813b09fd3b99f
[ "Apache-2.0" ]
permissive
xautlx/s2jh4net
2b7fb7caa6a8363a081bfebf5c2ad9c420ffb736
5605de57f27413a333e665c84a55212d5c22c8c4
refs/heads/master
2021-08-28T17:38:38.833161
2021-08-13T07:16:00
2021-08-13T07:16:00
31,649,341
193
188
NOASSERTION
2021-08-13T06:46:40
2015-03-04T09:41:33
Java
UTF-8
Java
false
false
1,337
java
/** * Copyright © 2015 - 2017 EntDIY JavaEE Development Framework * * Site: https://www.entdiy.com, E-Mail: xautlx@hotmail.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 * * htt...
[ "xautlx@hotmail.com" ]
xautlx@hotmail.com
6ac7185cb3ad23cab66f8583a88cb8aada666292
7956e8fbb29f563f4f6bbc5c13474022349dedd3
/src/test/java/com/zhazhapan/util/RandomUtilsTest.java
2e72bce010aac8f1d60ac517654d3ade9e04197f
[ "MIT" ]
permissive
YRREALLYCUTE/util
051b8e615c7a066935d0ff8a17b3e463e6cd201a
1fc9f0ead1108f4d7208ba7c000df4244f708418
refs/heads/master
2021-10-09T04:43:05.289577
2018-12-20T12:55:12
2018-12-20T12:55:12
256,656,087
1
0
null
2020-04-18T02:48:29
2020-04-18T02:48:28
null
UTF-8
Java
false
false
1,473
java
package com.zhazhapan.util; import com.zhazhapan.modules.constant.ValueConsts; import org.junit.Test; public class RandomUtilsTest { @Test public void getRandomInteger() { System.out.println(RandomUtils.getRandomInteger(ValueConsts.NINE_INT)); } @Test public void getRandomUid() throws In...
[ "tao@zhazhapan.com" ]
tao@zhazhapan.com
0190098494efb11df61ee44ee9664f7eb8843789
9786e79a538b69e7809f3fa19eee415440d71c44
/src/main/java/com/rent/dao/PrhRmoooMapper.java
55d03afdd0ff16915299ca639a76f88d725f6f7f
[]
no_license
stevenbluesky/rent
326095de1ea35783c229276b64024a30cf72d6cd
a12d7c49f163ae8296cb78a53bd7fd3f8278d3d7
refs/heads/master
2020-04-30T14:04:45.093732
2019-03-26T01:18:12
2019-03-26T01:18:12
176,878,556
0
0
null
null
null
null
UTF-8
Java
false
false
1,570
java
package com.rent.dao; import com.rent.common.persistence.annotation.MyBatisDao; import com.rent.entity.PrhRmooo; @MyBatisDao public interface PrhRmoooMapper { /** * This method was generated by MyBatis Generator. * This method corresponds to the database table PRH_RMOOO * * @mbggenerated Mon A...
[ "stevenbluesky@163.com" ]
stevenbluesky@163.com
d246f422d002e705c40b1a347516f1bbee9aae91
61602d4b976db2084059453edeafe63865f96ec5
/com/tencent/mm/opensdk/modelbiz/CreateChatroom.java
e764de3ed7481478679a57f1624b4cb73db2ca32
[]
no_license
ZoranLi/thunder
9d18fd0a0ec0a5bb3b3f920f9413c1ace2beb4d0
0778679ef03ba1103b1d9d9a626c8449b19be14b
refs/heads/master
2020-03-20T23:29:27.131636
2018-06-19T06:43:26
2018-06-19T06:43:26
137,848,886
12
1
null
null
null
null
UTF-8
Java
false
false
1,771
java
package com.tencent.mm.opensdk.modelbiz; import android.os.Bundle; import com.tencent.mm.opensdk.a.d; import com.tencent.mm.opensdk.modelbase.BaseReq; import com.tencent.mm.opensdk.modelbase.BaseResp; public class CreateChatroom { public static class Req extends BaseReq { public String chatroomName; ...
[ "lizhangliao@xiaohongchun.com" ]
lizhangliao@xiaohongchun.com
7be7fa63d67975b4a82569f7f25fffb8d2ef5bcd
8d210db735191c5a14cf2db57b0b02877daf8784
/src/ch15/LimitsOfInference.java
2b9093ab5e1e149ecf7db99f68a6cd8684969f12
[]
no_license
1326670425/TIJ
0cc127642ca13b26729fae267512d9df3f03f53f
a8f58dde62d2fd8955d130f81feed5de3d7833b1
refs/heads/master
2020-04-13T23:23:49.016618
2019-08-08T09:57:42
2019-08-08T09:57:42
163,505,084
0
0
null
null
null
null
GB18030
Java
false
false
704
java
/** * @Title LimitsOfInference.java * @Package ch15 * @Description TODO * @author 吴扬颉 * @date 2019年3月25日 * @version 1.0 */ package ch15; import java.util.*; import ch14.pets.*; /** * @ClassName LimitsOfInference * @Description Thinking in Java:类型推断只对赋值操作有效,其他时候不起作用,比如不能用于参数传递,编译错误 * <p>Java 8下可以...
[ "1326670425@qq.com" ]
1326670425@qq.com
fdc94f70de7b5c980700cb44cc8da35a55834cf5
e9a65e2d24c2702de571a67e3d9333b1047c81f7
/app/src/main/java/tv/fengmang/xeniadialog/utils/RecorderHelper.java
585d297180b4c0ae8f3cf79e083697d1f3b731cf
[]
no_license
kisdy502/XeniaDialog
9834514f2716bdfb94b6cf478f486fcf7d6a3603
1d73d0ff3a643d7b277f758df6a01683c1b78fd5
refs/heads/master
2022-12-05T03:52:27.087791
2020-08-25T07:59:31
2020-08-25T07:59:31
290,757,844
0
0
null
null
null
null
UTF-8
Java
false
false
1,651
java
package tv.fengmang.xeniadialog.utils; import android.media.MediaRecorder; import android.os.Environment; import android.os.Handler; import android.text.format.DateFormat; import android.util.Log; import java.io.File; import java.io.IOException; import java.util.Calendar; import java.util.Locale; public class Record...
[ "bwply2009@163.com" ]
bwply2009@163.com
aa83ef24dcf5d8ef31146e34f7e97816ab8494f1
68ee068f2a8f44f6c469a70d8ba47eb667591e8a
/datasets/styler/milo/repair-attempt/batch_3/124/CubeItemNode.java
eb160cfaf6773d5e3f01f116ec91f71876e0758d
[]
no_license
aqhvhghtbtb/styler
261032390ef39224ab1fdfd51a70ba556e5f81d4
e2881daa6bbc7763ad4a9ba704c4d834316ed9c1
refs/heads/master
2021-03-07T16:50:11.364844
2020-02-28T10:00:47
2020-02-28T10:00:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,973
java
/* * Copyright (c) 2017 Kevin Herron * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v1.0 which accompany this distribution. * * The Eclipse Public License is available at * http://w...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
3503b58b397896d20af0bf124a8013cb161919b2
6a83218c92fbb26b9199b15454ce3dbca508a608
/common/src/main/java/dev/ftb/mods/ftbteams/client/gui/InviteScreen.java
1105ea5859ae917488f2e8ba44bd2912e7076789
[]
no_license
FTBTeam/FTB-Teams
17b037a6c983021169b7173942a65d8295eb563b
24f2e4551101477cda8268f6c1b715b168707cb1
refs/heads/main
2023-09-01T14:00:24.769673
2023-07-03T15:40:55
2023-07-03T15:40:55
219,998,659
10
23
null
2023-07-03T15:40:56
2019-11-06T13:05:33
Java
UTF-8
Java
false
false
1,161
java
package dev.ftb.mods.ftbteams.client.gui; import dev.ftb.mods.ftblibrary.icon.Icons; import dev.ftb.mods.ftbteams.api.FTBTeamsAPI; import dev.ftb.mods.ftbteams.api.client.KnownClientPlayer; import dev.ftb.mods.ftbteams.net.PlayerGUIOperationMessage; import net.minecraft.network.chat.Component; public class InviteScre...
[ "des.herriott@gmail.com" ]
des.herriott@gmail.com
4dfd79e5582da09c6f64e01ae8587ebee92c8d93
824790e3aeacd3b83dd4e5a624aa102c47fc769b
/src/main/java/de/mkristian/ixtlan/gwt/caches/BrowserOrMemoryStore.java
1824df3ea0cb6351e38b8f092abb1452195e4744
[]
no_license
mkristian/ixtlan-gwt
79557dfc6085901b903f10baa6d7113e828d7c6c
7d3b3ce8df23c9547bfc11b80e6895141b119370
refs/heads/master
2020-07-26T15:01:15.622176
2014-01-12T21:08:54
2014-01-12T21:08:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,506
java
package de.mkristian.ixtlan.gwt.caches; import java.util.List; import org.fusesource.restygwt.client.JsonEncoderDecoder; import com.google.gwt.storage.client.Storage; import de.mkristian.ixtlan.gwt.models.Identifiable; public class BrowserOrMemoryStore<T extends Identifiable> implements Store<T> { private fin...
[ "m.kristian@web.de" ]
m.kristian@web.de
8bb928585bf3e0e46b01593957b6f9a14314f169
61e13884681f351814eb1646c18d502cdf1435b6
/hops-transaction/src/main/java/com/yuecheng/hops/rebate/entity/assist/RebateRecordAssist.java
9bcfdea64a49eccc70481a155296ee62287f64cc
[]
no_license
jy02718805/HOPS
d8b2b89db79b2c9d4e4560571c6ad29ffc25049c
e7e834221ea4aec1620ce9716dae2eac4e875430
refs/heads/master
2021-01-10T09:35:27.930434
2016-01-20T08:18:07
2016-01-20T08:18:07
49,999,762
0
0
null
null
null
null
UTF-8
Java
false
false
3,265
java
/* * 文件名:RebateRecordAssist.java * 版权:Copyright by www.365haoyou.com * 描述:返佣元数据辅助类 * 修改人:Jinger * 修改时间:2014年10月23日 * 跟踪单号: * 修改单号: * 修改内容: */ package com.yuecheng.hops.rebate.entity.assist; import java.io.Serializable; import java.util.Date; import java.util.List; import com.yuecheng.hops.rebate.entity.Rebat...
[ "jy02718858@163.com" ]
jy02718858@163.com
473d48ac8f98aa7dfc8d7118c137bbd976f94715
aee55521c12241d953007176f403aca2e842c056
/src/org/omg/PortableServer/ServantRetentionPolicyValue.java
a263e1fb21bc3de946e7a05214796d0740d9ab95
[]
no_license
XiaZhouxx/jdk1.8
572988fe007bbdd5aa528945a63005c3cb152ffe
5703d895b91571d41ccdab138aefb9b8774f9401
refs/heads/master
2023-08-30T18:53:23.919988
2021-11-01T07:40:49
2021-11-01T07:40:49
420,957,590
0
0
null
null
null
null
UTF-8
Java
false
false
1,766
java
package org.omg.PortableServer; /** * org/omg/PortableServer/ServantRetentionPolicyValue.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/jenkins/workspace/8-2-build-windows-amd64-cygwin/jdk8u301/1513/corba/src/share/classes/org/omg/PortableServer/poa.idl * Wednesday, June 9, 2021 6:...
[ "xiazhou@dgg.net" ]
xiazhou@dgg.net
0690dfa04b1bb14a165abde935cc79105230fa47
da59fb56dddd27b1ca4bd95ef7498fb811b1fe6e
/src/main/java/concurrency/Interrupting2.java
bffcccd3c99c88bf49fbc188401a1bbd5302427e
[]
no_license
kenshin579/books-thinking-in-java-4
7c36b8c2b4a4c589cc808ec4aa16ea5f49f49306
a6eaa45f69248008a74ddf07426b21e1c259e7f2
refs/heads/master
2020-04-11T12:38:28.671366
2018-12-15T07:21:46
2018-12-15T07:21:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,452
java
package concurrency; // Interrupting a task blocked with a ReentrantLock. import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import static net.mindview.util.Print.print; class BlockedMutex { private Lock lock = new ReentrantLock(); ...
[ "frankyoh@tmon.co.kr" ]
frankyoh@tmon.co.kr
1785027d4a7d32826b14e1a63641f02a9455e2ac
2869fc39e2e63d994d5dd8876476e473cb8d3986
/Super_passport/src/java/com/lvmama/train/service/response/StationQueryResponse.java
f27f8119a26b24973c18039aade3e4f1d8d8dcc0
[]
no_license
kavt/feiniu_pet
bec739de7c4e2ee896de50962dbd5fb6f1e28fe9
82963e2e87611442d9b338d96e0343f67262f437
refs/heads/master
2020-12-25T17:45:16.166052
2016-06-13T10:02:42
2016-06-13T10:02:42
61,026,061
0
0
null
2016-06-13T10:02:01
2016-06-13T10:02:01
null
UTF-8
Java
false
false
560
java
package com.lvmama.train.service.response; import java.util.List; import com.lvmama.comm.utils.JsonUtil; import com.lvmama.comm.vo.train.product.StationInfo; import com.lvmama.comm.vo.train.product.StationRspVo; public class StationQueryResponse extends AbstractTrainResponse{ @SuppressWarnings("uncheck...
[ "feiniu7903@163.com" ]
feiniu7903@163.com
c4e47d68669c557e9aa700ae6f60a41171abd09c
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/XWIKI-13377-8-13-Single_Objective_GGA-WeightedSum/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl_ESTest.java
cc9c59bd7b4287afc90bf344294dde83dcd6321d
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
583
java
/* * This file was automatically generated by EvoSuite * Mon Mar 30 20:00:49 UTC 2020 */ package com.xpn.xwiki.user.impl.LDAP; 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
60e1f45b5a55c69a86714623efa31590ab5abfe0
8d5b63d57577690ef0d3c0df5150628e709799c7
/src/cn/tarena/tick/TickToMysql.java
e6ee33adb2faeccc4b66d740bb507158c356600f
[]
no_license
Justdwiwt/WebLog
9f2ff31250af60350c0e8e8edc9a35817d2c2923
e32b430f98bfd731127b8402a29a7bb61865ec80
refs/heads/master
2020-04-11T12:17:59.403943
2018-12-14T11:29:29
2018-12-14T11:29:29
161,775,827
3
1
null
null
null
null
UTF-8
Java
false
false
1,286
java
package cn.tarena.tick; import backtype.storm.task.OutputCollector; import backtype.storm.task.TopologyContext; import backtype.storm.topology.OutputFieldsDeclarer; import backtype.storm.topology.base.BaseRichBolt; import backtype.storm.tuple.Tuple; import cn.tarena.dao.MysqlDao; import cn.tarena.pojo.Tongji2; import...
[ "len_master@hotmail.com" ]
len_master@hotmail.com
ee6a81aa61d70b67b7a8dadce351ebbff7f61a7a
d60e287543a95a20350c2caeabafbec517cabe75
/NLPCCd/Camel/1624_1.java
d7bce389193e4fe3f3db1e3d3e7e3ca5864afb95
[ "MIT" ]
permissive
sgholamian/log-aware-clone-detection
242067df2db6fd056f8d917cfbc143615c558b2c
9993cb081c420413c231d1807bfff342c39aa69a
refs/heads/main
2023-07-20T09:32:19.757643
2021-08-27T15:02:50
2021-08-27T15:02:50
337,837,827
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
//,temp,sample_5879.java,2,12,temp,sample_15.java,2,13 //,3 public class xxx { protected void onExchange(Exchange exchange) throws Exception { String path = getResourceUri(); ObjectHelper.notNull(path, "resourceUri"); String newResourceUri = exchange.getIn().getHeader(MvelConstants.MVEL_RESOURCE_URI, String.class); if ...
[ "SHOSHIN\\sgholamian@shoshin.uwaterloo.ca" ]
SHOSHIN\sgholamian@shoshin.uwaterloo.ca
6ee9747551aed3b3c2eabd48addd499a01a5f9a5
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/79/org/apache/commons/math/linear/ArrayRealVector_projection_1089.java
3058baa50446d64a0b3ee0dbeea8b4c28732b796
[]
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
1,700
java
org apach common math linear link real vector realvector arrai version revis date arrai real vector arrayrealvector real vector realvector serializ ...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
f05684efcc99a4bd03344e274c15c648d5c92422
ea061388a30ab0fdfa79440b3baceb838c13599e
/desenvolvimento/backend/src/main/java/com/ramon/catchup/domain/Perfil.java
3dcceb19f77994e4b2b8fb1c45cf0846c607bb07
[]
no_license
ramoncgusmao/catchup
dba577ade63609e955a661da2c120ed16e98b157
54bbd83236047d6bf1c519a752ed9c39cad20f24
refs/heads/master
2020-12-02T18:32:17.040628
2020-01-09T02:52:58
2020-01-09T02:52:58
231,079,941
0
0
null
null
null
null
UTF-8
Java
false
false
611
java
package com.ramon.catchup.domain; public enum Perfil { ADMIN(1, "ROLE_ADMIN"), COLABORADOR(2, "ROLE_COLABORADOR"); private int cod; private String descricao; private Perfil(int cod, String descricao) { this.cod = cod; this.descricao = descricao; } public int getCod() { return cod; } public Strin...
[ "ramoncgusmao@gmail.com" ]
ramoncgusmao@gmail.com
508f0258b90dbf2506a8e8f8035d72b9a6cd417e
4f4c13e5a7c1949ca90624d950971b021a90fa41
/src/main/java/com/medium/M152_MaximumProductSubarray.java
d270c861897d5f2687c690cd5f7370bb5d6031a9
[]
no_license
iCodeSuperman/LeetCode
a135d3c05d613cfe2ce4b4565ece6cb8265761ac
e01adfe33951ecfca198f1c67305e3fc0cb060c1
refs/heads/master
2023-06-24T18:25:01.171856
2021-07-22T14:47:26
2021-07-22T14:47:26
305,009,862
0
0
null
null
null
null
UTF-8
Java
false
false
1,220
java
package com.medium; import org.junit.Test; public class M152_MaximumProductSubarray { @Test public void t(){ int[] arr = {1, -2}; System.out.println(this.maxProduct(arr)); } public int maxProduct(int[] nums){ int len = nums.length; if(len == 1){ return num...
[ "xujunkangchn@gmail.com" ]
xujunkangchn@gmail.com
45b5e42c584b464f6e2a40541b5ceee53ce594ea
f0d095f13751bd3e3320f104c33c989f9fb9b376
/src/main/java/org/elasticsearch/action/admin/indices/gateway/snapshot/TransportGatewaySnapshotAction.java
389e20e845254d61bdd92a95c756fb66c07e4f4e
[ "Apache-2.0" ]
permissive
wilsolutions/elasticsearch
1bec2261a1ed15be7663859ad06f3af4e7bc79f7
bb63d38a659dcb5711f4ab4d1db22bd0f4c2bc52
refs/heads/master
2021-01-17T05:31:58.278350
2011-12-28T20:20:09
2011-12-28T20:20:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,467
java
/* * Licensed to ElasticSearch and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. ElasticSearch licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may...
[ "kimchy@gmail.com" ]
kimchy@gmail.com
e4ea12fb0df88f8ba3346529584b7ec71ee4d9d2
098aff8e23c5c5a49e94b22163819480588ebd6d
/src/main/java/net/haesleinhuepf/clij2/AbstractCLIJ2Plugin.java
7ed27eb661984a281deaa1a8dd5cada329aab377
[ "BSD-3-Clause" ]
permissive
clij/clij2
d274f272656ba1c9182cf97a2b9296ebcd62b95c
154150e60596e76f2b0773ef84691bebf5809f24
refs/heads/master
2023-04-10T13:38:27.230429
2022-08-06T15:55:46
2022-08-06T15:55:46
190,929,227
39
11
NOASSERTION
2023-03-02T19:15:26
2019-06-08T19:54:46
Java
UTF-8
Java
false
false
872
java
package net.haesleinhuepf.clij2; import net.haesleinhuepf.clij.CLIJ; import net.haesleinhuepf.clij.macro.AbstractCLIJPlugin; public abstract class AbstractCLIJ2Plugin extends AbstractCLIJPlugin { private CLIJ2 clij2; @Override public void setClij(CLIJ clij) { if (clij2 == null || clij2.getCLIJ()...
[ "rhaase@mpi-cbg.de" ]
rhaase@mpi-cbg.de
2f92959c785debf6cce9a93c139d539fe0d6b018
1d64bf4b7cec44c8a12e4086ad2918e8df6dcc76
/SpringRelatedJars/spring-framework-2.0.5/dist/org/springframework/dao/InvalidDataAccessApiUsageException.java
f388cdf7016ee7f47569c2864f328a9141a7c5d9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
XerO00/AllJarFiles
03472690fad55b5c2fcae530ac7de6294c54521e
d546337cfa29f4d33c3d3c5a4479a35063771612
refs/heads/master
2020-05-07T15:51:39.184855
2019-04-10T20:08:57
2019-04-10T20:08:57
180,655,268
0
0
null
null
null
null
UTF-8
Java
false
false
1,516
java
/* * Copyright 2002-2006 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 requi...
[ "prasannadandhalkar1@gmail.com" ]
prasannadandhalkar1@gmail.com
c2c701e4bb03db9150c6528d26c6e96c79525e22
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/arc084/A/2416422.java
f6b1a78e340e02ead02a344b09e3b6515a24e325
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
Java
false
false
7,034
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class Main { final int _intMax = Integer.MAX_VALUE; // =2147483647>10^9 final int _intMin = Intege...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
0d584bb105837693c1228c5f0fc5ddbf9fa4fe15
39ecf3e4c1d8db9ba1880df8b3b6d55499d45faf
/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/virtualMachine/SubTabVirtualMachineErrataView.java
984f352837801d54f022400ba99e9e23cd1879da
[ "Apache-2.0" ]
permissive
chenkaibin/ovirt-engine
78ea632bf65522307b5c7c4f1b036a73d464be5b
bb4ffa83e2117f1fb910770757aedb5816670625
refs/heads/master
2020-03-09T09:10:28.771762
2018-03-27T15:10:32
2018-04-08T18:43:34
128,706,434
1
0
Apache-2.0
2018-04-09T02:58:49
2018-04-09T02:58:49
null
UTF-8
Java
false
false
1,041
java
package org.ovirt.engine.ui.webadmin.section.main.view.tab.virtualMachine; import org.ovirt.engine.core.common.businessentities.VM; import org.ovirt.engine.ui.common.uicommon.model.DetailTabModelProvider; import org.ovirt.engine.ui.uicommonweb.models.VmErrataCountModel; import org.ovirt.engine.ui.uicommonweb.models.vm...
[ "gerrit2@gerrit.ovirt.org" ]
gerrit2@gerrit.ovirt.org
8d5a0eb662a29d51889a4d82818a30782b835b4e
67cbc9c5125df76324d78624e2281cb1fefc8a12
/application/src/main/java/org/mifos/accounts/fees/business/FeeLevelEntity.java
57fd279ffc8ced2c2ddd77207dfd381d13485574
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mifos/1.5.x
86e785c062cb14be4597b33d15c38670c176120e
5734370912c47973de3889db21debb3ff7f0f6db
refs/heads/master
2023-08-28T09:48:46.266018
2010-07-12T04:43:46
2010-07-12T04:43:46
2,946,757
2
2
null
null
null
null
UTF-8
Java
false
false
2,220
java
/* * Copyright (c) 2005-2010 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
f259738098fe3ba9a59a223396008bb3f2c013f3
17dbbbdc6bd3fe56a466d97f674b735720da60a5
/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGroupUiCoordinator.java
6e6e44d39a151be96211630f44eeb63bb6a6857d
[ "BSD-3-Clause" ]
permissive
aileolin1981/chromium
3df50a9833967cf68e9809017deb9f0c79722687
876a076ba4c2fac9d01814e21e6b5bcb7ec78ad3
refs/heads/master
2022-12-21T09:32:02.120314
2019-03-21T02:41:19
2019-03-21T02:41:19
173,888,576
0
1
null
2019-03-05T06:31:00
2019-03-05T06:31:00
null
UTF-8
Java
false
false
4,179
java
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.tasks.tab_management; import android.content.Context; import android.view.ViewGroup; import org.chromium.chrome.brow...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b42f831c5350b411bca78d64c526219950b0c6c8
447520f40e82a060368a0802a391697bc00be96f
/apks/comparison_androart/ro.btrl.pay/source/o/GZ.java
b81c57dd4e337b8acf0266c03b0388e7c40bddd3
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
1,777
java
package o; import android.databinding.ViewDataBinding; import android.databinding.ViewDataBinding.If; import android.util.SparseIntArray; import android.view.View; import android.widget.FrameLayout; import android.widget.TextView; public class GZ extends ViewDataBinding { private static final SparseIntArray ˎ = n...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
27affe03c3e07537bd5a67b000c644680ca8db3b
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project9/src/main/java/org/gradle/test/performance9_1/Production9_54.java
cf3e76efae1f233bda776c5c0e031d683cfc4dee
[]
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
297
java
package org.gradle.test.performance9_1; public class Production9_54 extends org.gradle.test.performance7_1.Production7_54 { private final String property; public Production9_54() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
5dc0e8d4889890ade7891e5839f9e47cd9ebea06
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/35/35_dc7edb217183f25cc9d71e1c9d13fd4c82a4159b/LoECraftPack/35_dc7edb217183f25cc9d71e1c9d13fd4c82a4159b_LoECraftPack_t.java
8db311ac0d8112ff0d32e52a1383d8d86e0379c7
[]
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,107
java
package loecraftpack; import java.util.Iterator; import java.util.List; import loecraftpack.blocks.ColoredBedBlock; import loecraftpack.blocks.ProtectionMonolithBlock; import loecraftpack.blocks.te.ColoredBedTileEntity; import loecraftpack.blocks.te.ProtectionMonolithTileEntity; import loecraftpack.enums.Dy...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
933a020377543fbfcd774283bf2f3e5bbe07f016
eaae18539fef63104faf926e88f4e39721cc313b
/src/Romanenko/PR13.1/src/EdgeWeightedGraph.java
78b6da850094842f2c1baea655ca46e641ea415b
[]
no_license
anneteka/OKAlabs
e83977d9f58f93ce3c985584e45330b7d7d06b2b
44c1215cf90117ea15e8db0035adcab895a0a970
refs/heads/master
2020-04-09T15:10:40.869208
2018-12-20T22:05:53
2018-12-20T22:05:53
160,418,193
2
8
null
null
null
null
UTF-8
Java
false
false
2,988
java
import java.util.Stack; import ua.princeton.lib.In; import ua.princeton.lib.StdRandom; public class EdgeWeightedGraph { private static final String NEWLINE = System.getProperty("line.separator"); private final int V; private int E; private Bag<Edge>[] adj; public EdgeWeightedGraph(int V) { if (V < 0) thro...
[ "a.karlysheva@ukma.edu.ua" ]
a.karlysheva@ukma.edu.ua
e96e82ed64f30c84572e18c0650b8b1133cc903c
5a088135a99a386e473f94f971c571864373865c
/04.MSH/02.Engineering/03.Code/01.server/trunk/elh/trunk/src/main/java/com/lenovohit/elh/base/model/Patient.java
f3c07c4b0201a1846dcf9e319ab31c5d057c2ad7
[]
no_license
jacky-cyber/work
a7bebd2cc910da1e9e227181def880a78cc1de07
e58558221b2a8f410b087fa2ce88017cea12efa4
refs/heads/master
2022-02-25T09:48:53.940782
2018-05-01T10:04:53
2018-05-01T10:04:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,000
java
package com.lenovohit.elh.base.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; import javax.persistence.Transient; import com.lenovohit.core.model.BaseIdModel; /** * 就诊人 * @author Administrator * */ @Entity @Table(name="ELH_PATIENT") public class Patient e...
[ "liuximing2016@qq.com" ]
liuximing2016@qq.com
45d9c78ef5a3f1ea0539080900c4585883a2c1a4
d50d92bb76a37b63d57f1d2d495ef2fe16e836f6
/ai/evo/heredity/Asexual.java
e264a5fb444fb95d579e2fe0ef9ef6bd11ff76fa
[]
no_license
alexoooo/reinforcementlearning
bcc7aaa64a6f44ae74b791287c16872cacdd82b7
7dc91901af925cfd9e14997f4b6b3a2cad0c9553
refs/heads/master
2020-04-17T06:46:35.290966
2019-01-18T03:58:28
2019-01-18T03:58:28
166,339,500
0
0
null
null
null
null
UTF-8
Java
false
false
217
java
package ao.ai.evo.heredity; import ao.ai.evo.primordial_soup.PrimordialSoup; /** * */ public interface Asexual<T> { public T microMutate(PrimordialSoup soup); public T macroMutate(PrimordialSoup soup); }
[ "ostrovsky.alex@gmail.com" ]
ostrovsky.alex@gmail.com
eb5c0df19b7d67f68d94c2854a4c5b44cf7b737d
d98de110431e5124ec7cc70d15906dac05cfa61a
/public/source/photon/plugins/org.marketcetera.photon.marketdata/src/main/java/org/marketcetera/photon/marketdata/IFeedStatusChangedListener.java
e2f5b0a9d59ff1433ff6a9d8b1fce2e45cc74cc0
[]
no_license
dhliu3/marketcetera
367f6df815b09f366eb308481f4f53f928de4c49
4a81e931a044ba19d8f35bdadd4ab081edd02f5f
refs/heads/master
2020-04-06T04:39:55.389513
2012-01-30T06:49:25
2012-01-30T06:49:25
29,947,427
0
1
null
2015-01-28T02:54:39
2015-01-28T02:54:39
null
UTF-8
Java
false
false
1,450
java
package org.marketcetera.photon.marketdata; import java.util.EventListener; import org.marketcetera.marketdata.FeedStatus; import org.marketcetera.util.misc.ClassVersion; /** * Interface that feed status listeners must implement. * * @author <a href="mailto:will@marketcetera.com">Will Horn</a> * @ver...
[ "stevenshack@stevenshack.com" ]
stevenshack@stevenshack.com
7a33438425edbe9b7a5171854b6389f57e41ddce
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project68/src/main/java/org/gradle/test/performance68_2/Production68_129.java
5f806d023e0fc3b36ed5ac48c658e387c3d674da
[]
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.performance68_2; public class Production68_129 extends org.gradle.test.performance15_2.Production15_129 { private final String property; public Production68_129() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
35fa49f5e2d02b318d8f5ee5d6019abb8101efa2
2ee773cbdc216c9165029632eb36fedd8de36ca5
/app/src/main/java/org/firstinspires/ftc/robotcore/internal/android/dex/Annotation.java
99a0e16df1aded45244a3a1271ae4dc1558df458
[]
no_license
Killian-Townsend/Custom-FTC-Driver-Station-2021
6bee582afdb032ad2921b394280a2321f0f815ec
16e8999d7593ef2c4189902bf2d376db8a3a6b41
refs/heads/master
2023-03-28T04:48:30.704409
2021-03-19T01:09:18
2021-03-19T01:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,903
java
package org.firstinspires.ftc.robotcore.internal.android.dex; public final class Annotation implements Comparable<Annotation> { private final Dex dex; private final EncodedValue encodedAnnotation; private final byte visibility; public Annotation(Dex paramDex, byte paramByte, EncodedValue paramEncodedV...
[ "admin@thatsfuckingstupid.org" ]
admin@thatsfuckingstupid.org
7da1993d7d9b8ffbe21cd48113d5e6c0606c480a
7278e7e153bb09ed4454a35d7c2b40d797d3385b
/NxLjngMeter/src/main/java/com/zfg/org/myexample/pay/weipay/WechatNotSupportException.java
5f5ecd87c9a08d55fb83b15ca6dadf5416fd11fe
[]
no_license
CapRobin/LjngProject
f530dce3f917222b7c669ff273fd6e7f9c41f859
a63ce5d483ed41be57ac714910b394ba40682a5a
refs/heads/master
2020-03-11T17:07:25.914849
2018-05-08T11:20:17
2018-05-08T11:20:17
130,138,154
1
0
null
null
null
null
UTF-8
Java
false
false
353
java
package com.zfg.org.myexample.pay.weipay; /** * Created by Administrator on 2016-10-19. */ public class WechatNotSupportException extends Exception { private static final long serialVersionUID = 2313964703740528072L; public WechatNotSupportException(){ super("Current wechat APP version too low, no...
[ "CapRobin@yeah.net" ]
CapRobin@yeah.net
3b4481fbd76e4560f2be596c7e9f2724436ec281
ae23e0ccead7faf6f6f7a96a0ff3c120346e2036
/library/src/main/java/com/hippo/tuxiang/GLThreadManager.java
e6a8ff19f9e23f9b3ab60405451672fa01c5d4dc
[ "Apache-2.0" ]
permissive
seven332/TuXiang
c31b11d26b70b56ea0a341a014281d02f3838f32
a8594f13f37abda1833ab9f23b5be580acf71ad4
refs/heads/master
2020-12-24T06:53:16.650032
2019-01-31T14:55:19
2019-01-31T14:55:19
57,882,607
0
2
null
null
null
null
UTF-8
Java
false
false
1,241
java
/* * Copyright (C) 2008 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...
[ "seven332@163.com" ]
seven332@163.com
5effb855444b696e956dae9eb9f35b3f5a73c359
376641f400747cc5019a6c529519d5c85cdd9eca
/src/lec21/collection/set/MainClass.java
758da0cab918d482074184a7121e1e0c78b3047c
[]
no_license
kchhipa4u/JavaInitialConcepts
ed18c82d638537f2600d963ba7b5f457ebe2a3e8
244cc1749a184ac6e38917b62d78f161cce7db3f
refs/heads/master
2021-01-21T16:45:42.509964
2017-12-28T02:04:55
2017-12-28T02:04:55
91,905,397
0
0
null
null
null
null
UTF-8
Java
false
false
1,252
java
package lec21.collection.set; import java.util.Iterator; import java.util.LinkedHashSet; public class MainClass { public static void main(String[] args) { //Creating LinkedHashSet LinkedHashSet<Customer> set = new LinkedHashSet<Customer>(); set.add(new Customer("Kanhaiya", 1...
[ "kchhipa4u@gmail.com" ]
kchhipa4u@gmail.com
eafbe5b068314b358eb1e062fcd2e7e2b70bfd9a
ea516849f3551408b2168cb7ee7f9143c1bdc13e
/src/com/cynovo/sirius/core/order/OrderContentToOnsale.java
4fa46a018e25644824745d4a723d9daadca0c496
[]
no_license
joysun2006/CloudPos_part10_20141212
3767594ae7d9123be2452b67b6d974204ae1aafb
31eceebc1d54f08fc38666387d0d1e2ab4a00ab8
refs/heads/master
2018-05-30T00:09:09.363701
2014-12-12T11:45:15
2014-12-12T11:45:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
702
java
package com.cynovo.sirius.core.order; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class OrderContentToOnsale { @SerializedName("cid") @Expose private int orderContentID; @Expose private int onsaleID; @Expose private String value; public int getOrderC...
[ "no_1hailong@yeah.net" ]
no_1hailong@yeah.net
f7f4400da9748186d3486c014e3ba356b7b63916
db97ce70bd53e5c258ecda4c34a5ec641e12d488
/src/main/java/com/alipay/api/domain/SpecialPriceDTO.java
abded1377ae6d672fee9ab966ae6dc6948d05750
[ "Apache-2.0" ]
permissive
smitzhang/alipay-sdk-java-all
dccc7493c03b3c937f93e7e2be750619f9bed068
a835a9c91e800e7c9350d479e84f9a74b211f0c4
refs/heads/master
2022-11-23T20:32:27.041116
2020-08-03T13:03:02
2020-08-03T13:03:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,064
java
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 特价营销 * * @author auto create * @since 1.0, 2020-05-06 16:54:48 */ public class SpecialPriceDTO exten...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
3b6e20a5eedf98b3c54a8a2112c6314cfcdf2fa8
ae148d4b0d77f9a0f8364954057966950606d745
/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/server/HttpRestartServerTests.java
1e52b245991bdadca83abd69b0b4bb3067340cd8
[ "Apache-2.0" ]
permissive
varunjha089/spring-boot
b259ab6b1373fdf40d58dca2f61a1356de64a9b9
c4adb76df214d7e1bb6960ccaa569d4322a499f7
refs/heads/master
2022-11-11T17:07:21.607677
2017-10-16T14:48:49
2017-10-16T14:48:49
107,150,191
1
0
Apache-2.0
2020-07-05T12:04:47
2017-10-16T15:56:48
Java
UTF-8
Java
false
false
4,385
java
/* * Copyright 2012-2017 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 ap...
[ "pwebb@pivotal.io" ]
pwebb@pivotal.io
7f8e150e699eaa3db29023590535fd5a1144f8e5
bdd99fcebf6031214f94139e39370eef71773c23
/repository/src/main/java/org/cradle/repository/BasicRowMapper.java
322c875669ddc5db54278eaf04c93d5951b437b8
[ "Apache-2.0" ]
permissive
mcraken/platform
7b8b3c1e10c673cc189e54282b45982469979c73
f98161d8aeeb81528fcbd6b0224aefa3573c2c52
refs/heads/master
2016-09-05T14:34:15.309179
2015-05-27T06:59:19
2015-05-27T06:59:19
29,773,123
24
10
null
null
null
null
UTF-8
Java
false
false
1,310
java
/** * Copyright mcplissken. * * 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...
[ "mcrakens@gmail.com" ]
mcrakens@gmail.com
f4be05c89d3a9c6034d43c80c8ff3b04db134ce6
e0da2644f734f7cd6ec40efd766ae2c56a586194
/DaMing/app/src/main/java/com/example/daming_text/tuzhiwenjian.java
6b523bbcdcb2bbce06e750764bb7d2b9bf417824
[]
no_license
aa992131860aa/androidgit
192e473d8871fa33ba76604631a9105d77bdf953
32cd0f705cf1330e1f7e1af4852b8cb1ff231740
refs/heads/master
2020-06-15T23:15:08.965453
2016-12-01T08:19:55
2016-12-01T08:19:55
75,259,467
0
0
null
null
null
null
UTF-8
Java
false
false
3,730
java
package com.example.daming_text; import java.io.File; import com.daming.entity.Chanpjswj; import com.daming.entity.Chanpjyjl; import com.daming.entity.TongZi; import com.daming.util.RequestDataUtil; import com.lidroid.xutils.HttpUtils; import com.lidroid.xutils.ViewUtils; import com.lidroid.xutils.exception.HttpExcep...
[ "992131860@qq.com" ]
992131860@qq.com
774ddf0d023ea74e1e92e3b8a0fb03f5bef1af2e
c26304a54824faa7c1b34bb7882ee7a335a8e7fb
/flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/EnvironmentVariableKeyProvider.java
9c981d376d39aef400f1d54aa9c0f35447d95a4e
[ "BSD-3-Clause", "OFL-1.1", "ISC", "MIT", "Apache-2.0" ]
permissive
apache/flink
905e0709de6389fc9212a7c48a82669706c70b4a
fbef3c22757a2352145599487beb84e02aaeb389
refs/heads/master
2023-09-04T08:11:07.253750
2023-09-04T01:33:25
2023-09-04T01:33:25
20,587,599
23,573
14,781
Apache-2.0
2023-09-14T21:49:04
2014-06-07T07:00:10
Java
UTF-8
Java
false
false
1,892
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 ...
[ "sewen@apache.org" ]
sewen@apache.org
fbc4ebbcaf52c7f9de2a84d9e84c16726dc15fd9
1637b0f1477b09540434eefed6091ef6a490e42e
/src/main/java/org/tomitribe/jkta/repos/Project.java
abb2b9a19061d677deba75e5b3821251d400b95f
[]
no_license
tomitribe/jkta
6c9a24464609835c922fa1c3bce3023ed9903886
29d3c47526ad018683109df4c38dab662394e48c
refs/heads/master
2022-07-23T18:11:59.659910
2021-04-06T02:45:11
2021-04-06T02:45:11
189,473,135
1
3
null
2022-07-15T21:08:39
2019-05-30T19:49:06
Java
UTF-8
Java
false
false
4,361
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 may ...
[ "david.blevins@gmail.com" ]
david.blevins@gmail.com
68b32c39bdf6f9c74d0b8a80a211926ca315d12e
a75a9b7f09aacf7f6f9d869e0ff936560c5c4787
/app/src/main/java/org/nearbyshops/shopkeeperappnew/ModelEventBus/NotificationEvent.java
fb992b3c3c358a78e3778fdc16b465deb19edd78
[ "Apache-2.0" ]
permissive
WambuaSimon/Nearby-Shops-Shop-Owner-Android-app
e95041c9e2fcb5255e456e6f3c32811f8748ef67
f366ed43aa4af05e8f225da7e22605a621b18bfa
refs/heads/master
2020-06-22T00:20:42.960629
2019-07-06T11:00:56
2019-07-06T11:00:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
433
java
package org.nearbyshops.shopkeeperappnew.ModelEventBus; public class NotificationEvent { private int notificationType; public NotificationEvent(int notificationType) { this.notificationType = notificationType; } public int getNotificationType() { return notificationType; } p...
[ "sumeet.0587@gmail.com" ]
sumeet.0587@gmail.com
a5144b35ee47bd653f8d4cac044c34d7de9b15dc
91cc93f18148ed3c19892054eb3a1a6fd1210842
/com/etsy/android/lib/models/shopedit/ShopEditDelegate.java
de2c4909718b7fe819a38ab66b25f1842ac57101
[]
no_license
zickieloox/EtsyAndroidApp
9a2729995fb3510d020b203de5cff5df8e73bcfe
5d9df4e7e639a6aebc10fe0dbde3b6169d074a84
refs/heads/master
2021-12-10T02:57:10.888170
2016-07-11T11:57:53
2016-07-11T11:57:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,887
java
package com.etsy.android.lib.models.shopedit; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.StringRes; import com.etsy.android.lib.models.EditStructuredPoliciesShopContext; import com.etsy.android.lib.models.ShopAbout.Link; import com.etsy.andr...
[ "pink2mobydick@gmail.com" ]
pink2mobydick@gmail.com
f22bb515c00c074e92f23d2f82b54b6f0dc23b7b
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/jaxrs-resteasy-eap/generated/src/gen/java/org/openapitools/model/ComDayCqAnalyticsSitecatalystImplExporterClassificationsExporteProperties.java
0d6c463fe25816bdf1d4917affa81d6b1587436d
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
Java
false
false
3,091
java
package org.openapitools.model; import java.util.Objects; import java.util.ArrayList; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.openapitools.model.ConfigNo...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
e58e8a444c30c56feef9f81ef35be73c04729998
b1e260050369c55f844b3f1559f504d002612869
/src/main/java/com/dell/isg/smi/virtualidentity/model/VirtualIdentityResponse.java
86e896a056df20152b21ecb9703228b829e758ef
[ "Apache-2.0" ]
permissive
RackHD/smi-lib-virtualidentity
ed26cf7a1c8f83ec9260c2c26fc2c7b4b7060000
5f96bc1fa6b8c27a0032ef53577e78b0e503397b
refs/heads/master
2021-01-20T10:06:20.015894
2018-07-16T07:41:30
2018-07-16T07:41:30
90,324,413
1
5
null
2018-07-16T07:37:49
2017-05-05T01:24:56
Java
WINDOWS-1252
Java
false
false
3,379
java
/** * Copyright © 2017 DELL Inc. or its subsidiaries. All Rights Reserved. */ package com.dell.isg.smi.virtualidentity.model; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; imp...
[ "Michael_Hepfer@dell.com" ]
Michael_Hepfer@dell.com
2d67e58f50c3597572431428aada425b5dcc4902
2bb6379e9b363861618d562ceb5a277d56197514
/jbpm/quickstarts/src/main/java/org/jbpm/quickstarts/looping/LoopingStart.java
6691d3e16efa4220128e03a05e01f6134177e9e4
[]
no_license
talipkorkmaz/drools-examples
79e4a50f002b193a4925b874e443cd9fecb861d3
8a04f7d671f4d9765159dc996dc00d03b1bb59ca
refs/heads/master
2020-04-13T06:25:56.224454
2018-12-24T09:17:19
2018-12-24T09:17:19
163,020,438
1
0
null
2018-12-24T20:03:06
2018-12-24T20:03:06
null
UTF-8
Java
false
false
438
java
package org.jbpm.quickstarts.looping; import org.drools.runtime.StatefulKnowledgeSession; import org.jbpm.quickstarts.QuickStartBase; public class LoopingStart extends QuickStartBase{ public void test() { StatefulKnowledgeSession ksession = createKnowledgeSession("quickstarts/looping.bpmn"); ksession.startProce...
[ "songzhiqi_1214@yahoo.com.cn" ]
songzhiqi_1214@yahoo.com.cn
9fd9f6e518c991d703d99a61b4f5c9d3e863e51d
671daf60cdb46250214da19132bb7f21dbc29612
/android/src/org/jetbrains/android/dom/converters/NonExpansibleResourceReferenceConverter.java
4e363b31d0f3a88691c0ac43799488dbe8e84002
[ "Apache-2.0" ]
permissive
JetBrains/android
3732f6fe3ae742182c2684a13ea8a1e6a996c9a1
9aa80ad909cf4b993389510e2c1efb09b8cdb5a0
refs/heads/master
2023-09-01T14:11:56.555718
2023-08-31T16:50:03
2023-08-31T16:53:27
60,701,247
947
255
Apache-2.0
2023-09-05T12:44:24
2016-06-08T13:46:48
Kotlin
UTF-8
Java
false
false
432
java
package org.jetbrains.android.dom.converters; /** * Useful in cases which the expanded completion suggestion list would be too long. * In those cases, don't list all the possible resource values, but the types of resources instead. */ public class NonExpansibleResourceReferenceConverter extends ResourceReferenceCon...
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
eb30e6df957b8429efd764c75a328149b4d4a9ad
c5765db45df294be9791e2fbcca65ffe2844bf22
/src/main/java/com/qd/modules/ws/utils/SmsBaseUtils.java
0bf46faf77d8d4451faebfd82ef7ae107bf2871f
[ "Apache-2.0" ]
permissive
guohaolei/harry
f7993f09a4c65982e69125769e46a85bc7473f45
54fca65e0c500d7705bcffcbb21f5830b9d23eda
refs/heads/master
2020-12-02T19:44:01.861952
2017-06-15T09:41:06
2017-06-15T09:41:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,737
java
package com.qd.modules.ws.utils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; public class SmsBaseUtils { public static String post(String path,...
[ "183865800@qq.com" ]
183865800@qq.com
e7f366f7ba72c274b9826e1a379356f2590cd3d6
7c83b3cf100af54fc1aa9b82b9367f9a58696372
/src/main/java/org/lanternpowered/server/data/io/UserIO.java
506013453f7291f66ba48be39d82102ee24f3e2f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
GustaveHooghmoed/LanternServer
c971eb284fdc18554f4aceefef47f40f116e4f14
61b3d181e87d571bcea01fbab8093a0a718578f8
refs/heads/master
2021-05-14T14:29:46.643758
2017-09-21T13:15:46
2017-12-30T14:10:59
115,972,253
1
0
null
2018-01-02T03:48:32
2018-01-02T03:48:32
null
UTF-8
Java
false
false
5,911
java
/* * This file is part of LanternServer, licensed under the MIT License (MIT). * * Copyright (c) LanternPowered <https://www.lanternpowered.org> * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a c...
[ "seppevolkaerts@hotmail.com" ]
seppevolkaerts@hotmail.com
1a4dea3b0da0269e46c465dcbf329055b3ff9a5d
502dcdd6b5ac9c4c8318db4e522ba9440cc914dc
/src/com/tlys/dic/model/DicSinodepartment.java
27abe73b7372acc34ea8910d2057fad9dea4458a
[ "Apache-2.0" ]
permissive
icedreamer/test
f3948a2274ea01a86b3e1317f16187b5221f2188
e492b219fc7cff27c6ce631d07619f1ac3637e87
refs/heads/master
2021-01-10T10:18:33.574898
2019-08-16T09:26:14
2019-08-16T09:26:14
51,994,723
0
0
null
null
null
null
UTF-8
Java
false
false
6,309
java
package com.tlys.dic.model; // default package import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; import javax.persistence.Transient; /** * Di...
[ "liang.zhang@pcitc.com" ]
liang.zhang@pcitc.com
e42d0a7cb7fb520cb6bdc32c46574f48184e5268
08f4c7ff8222b06b99c660aa8b090c842da8ecc7
/src/test/java/com/perunlabs/jsolid/ConvexPolygonApiTest.java
02b1437529e19ebe5fa0716c11be652f5ce62e13
[ "Apache-2.0" ]
permissive
philipparndt/jsolid
2ddbf09785afb973be44637890e54444f055c3e0
8a36643d489c693c0f7033d3b331ec1988b3893c
refs/heads/master
2023-04-09T21:21:00.120328
2020-07-11T09:26:00
2020-07-11T09:26:08
278,824,317
0
0
Apache-2.0
2023-04-04T00:27:20
2020-07-11T08:52:53
Java
UTF-8
Java
false
false
958
java
package com.perunlabs.jsolid; import static com.perunlabs.jsolid.JSolid.convexPolygon; import static com.perunlabs.jsolid.JSolid.v; import static org.testory.Testory.thenThrown; import static org.testory.Testory.when; import org.junit.Test; public class ConvexPolygonApiTest { @Test public void zero_vertexes_thro...
[ "marcin.mikosik@gmail.com" ]
marcin.mikosik@gmail.com
5dd36a2d549e8469673ae5197e72f809709204ee
0f4ac67c5e008e01f2ad5f2f60db8f47f0e79d85
/src/main/java/net/rehttp/tk/TkStatus.java
8953f1454e954b60fcf68e92a9a53009416156e3
[ "MIT" ]
permissive
niqmk/rehttp
cb4aba786bf9f74e9cc221a10766258e0e91e30c
707b9c22f1d2f979c7fa9abdfa8012e69eedce25
refs/heads/master
2021-06-22T20:35:06.230293
2017-09-05T20:31:08
2017-09-05T21:08:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,487
java
/** * The MIT License (MIT) * * Copyright (c) 2017 Yegor Bugayenko * * 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...
[ "yegor256@gmail.com" ]
yegor256@gmail.com
63ef91857043c89f298d15cc6742da59cd97e237
7016cec54fb7140fd93ed805514b74201f721ccd
/src/java/com/echothree/control/user/invoice/common/form/CreateInvoiceLineUseTypeDescriptionForm.java
a5c21fec716a6060c89dd9e2e28321e86a16fe71
[ "MIT", "Apache-1.1", "Apache-2.0" ]
permissive
echothreellc/echothree
62fa6e88ef6449406d3035de7642ed92ffb2831b
bfe6152b1a40075ec65af0880dda135350a50eaf
refs/heads/master
2023-09-01T08:58:01.429249
2023-08-21T11:44:08
2023-08-21T11:44:08
154,900,256
5
1
null
null
null
null
UTF-8
Java
false
false
1,166
java
// -------------------------------------------------------------------------------- // Copyright 2002-2023 Echo Three, LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:/...
[ "rich@echothree.com" ]
rich@echothree.com
4524cfbb6f85633eebad46aeefb7fcb8aea98ebc
4a2ab13526ce9e4f774cdad20cab21b10e190f16
/app/src/main/java/com/warmtel/music/lyric/LyricView.java
63244c579a257b302039c992b8d104b74257ecb9
[]
no_license
woaihzq306/Android-Music-warmtel
5020ce85e1291bd8be2ec8bfb8372f4862382728
683be0a170e5fbdfb5896c8a7514ddb40e0896cd
refs/heads/master
2020-08-31T10:06:46.718317
2016-02-18T07:29:50
2016-02-18T07:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,245
java
package com.warmtel.music.lyric; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Typeface; import android.util.AttributeSet; import android.widget.TextView; import java.io.File; import java.util.List; public class L...
[ "2915858910@qq.com" ]
2915858910@qq.com
88337f56783a61ec95da516fd215c02d2a3a22f9
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/22/22_3fdf5148b8b9da3189efe58141d13169b4c60c34/ChatService/22_3fdf5148b8b9da3189efe58141d13169b4c60c34_ChatService_s.java
6a02167ddb764f94986da76b407cf96f5723dcb6
[]
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,314
java
/* * Copyright (c) 2012. Ansvia Inc. * Author: Robin Syihab. */ package com.ansvia.mindchat; import android.app.IntentService; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.util.Log; /** ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
20eab92b84bd4ef87ac0802782ba2405ab55aab0
4e314148918577a0daa3be856bb66ce168351383
/trainticket-model/src/main/java/com/mangocity/vo/OrderBasisVo.java
b483e73d34f280d8748f290455b4f5a2cb3436d4
[]
no_license
jerrik123/hcp01
c3ee50b401d0815433eb9187c16ed866127c5754
c59fa76350061449c45fa89860eafe24a071a987
refs/heads/master
2021-06-06T16:49:28.180827
2016-07-21T00:52:55
2016-07-21T00:52:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,831
java
package com.mangocity.vo; import java.io.Serializable; import com.mangocity.model.Order; /** * 订单基本信息 * * @author hongxiaodong * */ public class OrderBasisVo extends Order implements Serializable { /** * */ private static final long serialVersionUID = 2997676210540094235L; private String payModel;// ...
[ "yangjie_software@163.com" ]
yangjie_software@163.com
e89ab454105912ba28f3323670ba5f69a5ffbfb7
9687d6e6fc7a1a59f5a769d0bf1696484d5cd879
/car-service-api/order/order-web/src/main/java/com/car/order/web/model/instance/OrderCaseDetail.java
0c3b4219541814a92361e7cd5b2550de2540d2e2
[]
no_license
willpyshan13/CarStore2.0
15fa662d5a8ca4a76c9e9d205dd1640d42e30e53
e8b85b7b3145bcc10cdccdf4779300846bce6026
refs/heads/main
2023-08-14T14:03:35.196407
2021-09-14T06:08:56
2021-09-14T06:08:56
385,832,432
1
2
null
null
null
null
UTF-8
Java
false
false
972
java
package com.car.order.web.model.instance; import com.car.common.datasource.model.BaseModelInfo; import lombok.Data; import javax.persistence.Column; import javax.persistence.Table; import java.math.BigDecimal; /** * @author zhouz * @date 2020/12/31 */ @Data @Table(name = "order_case_detail") public class OrderCas...
[ "545512533@qq.com" ]
545512533@qq.com
88cfe051ae62d3107e69500feb1fe605d6d42207
beb5d09e8065bd2e127535baf75f3a60a68a95a0
/fish-game/src/main/java/com/toyo/fish/game/FishZoneApp.java
ee55e17321e5641d78aa02018bbca52f5f139d9e
[]
no_license
autumnsparrow/fish-game
94c145cb3a98c61a8ed470d7e5026dfdae48e7f2
3178a63c455d39c51d35b33147f5b8071a94b0dd
refs/heads/master
2021-04-06T20:17:52.280900
2018-03-14T14:55:50
2018-03-14T14:55:50
125,228,209
0
0
null
null
null
null
UTF-8
Java
false
false
1,221
java
package com.toyo.fish.game; import com.sky.game.context.SpringContext; import com.sky.game.context.service.ServerStarupService; import com.sky.game.context.util.G; import com.sky.game.context.util.GameUtil; import com.toyo.fish.game.logic.handler.GlobalUserManager; import com.toyo.remote.service.user.ILoginService; ...
[ "ruiqiuzhang@gmail.com" ]
ruiqiuzhang@gmail.com
3c6d5a1264a19540fca911390e17b185893b3cbd
edeb76ba44692dff2f180119703c239f4585d066
/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/operations/XMLItem.java
9a43b8838082b4c65c70ce9d7fda4ac0887f5947
[]
no_license
CafeGIS/gvSIG2_0
f3e52bdbb98090fd44549bd8d6c75b645d36f624
81376f304645d040ee34e98d57b4f745e0293d05
refs/heads/master
2020-04-04T19:33:47.082008
2012-09-13T03:55:33
2012-09-13T03:55:33
5,685,448
2
1
null
null
null
null
UTF-8
Java
false
false
307
java
package org.gvsig.fmap.mapcontext.layers.operations; import org.gvsig.fmap.mapcontext.layers.FLayer; import org.xml.sax.ContentHandler; import org.xml.sax.SAXException; public interface XMLItem { public void parse(ContentHandler handler) throws SAXException; public FLayer getLayer(); }
[ "tranquangtruonghinh@gmail.com" ]
tranquangtruonghinh@gmail.com
3db3170edc4327e8ff7517e8dd42cfc51c2c2684
518eadde6db89bca44770cdb8f09fa56873220c2
/OOPAdvanced/Exercises/Reflection/src/pr02PrivateClassFiddling/com/BlackBoxInt.java
e93fc30e474d1184b6b2f047a6f07627e9e89655
[]
no_license
vonrepiks/Java-Fundamentals-May-2018
7d000b709c0eaf03334cbc90f702b770b6e4c321
8beb9ac54aac5669841954b2240cee2bc27787a4
refs/heads/master
2020-03-17T10:17:35.674518
2018-08-08T07:07:11
2018-08-08T07:07:11
133,507,163
4
13
null
2018-11-02T19:44:59
2018-05-15T11:36:37
Java
UTF-8
Java
false
false
719
java
package pr02PrivateClassFiddling.com; public class BlackBoxInt { private static final int DEFAULT_VALUE = 0; private int innerValue; private BlackBoxInt(int innerValue) { this.innerValue = innerValue; } private BlackBoxInt() { this.innerValue = DEFAULT_VALUE; } private void add(int addend) { this.inn...
[ "ico_skipernov@abv.bg" ]
ico_skipernov@abv.bg
481cfc49e6952bd5850d447709094ed862f149d3
573a66e4f4753cc0f145de8d60340b4dd6206607
/JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/357876/2014.07.18/cgeo-market_20140718/cgeo-market_20140718/main/src/cgeo/geocaching/settings/RegisterSend2CgeoPreference.java
cc2de9f2c922a370ab5d62aeb218ba399a447817
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mkaouer/Code-Smells-Detection-in-JavaScript
3919ec0d445637a7f7c5f570c724082d42248e1b
7130351703e19347884f95ce6d6ab1fb4f5cfbff
refs/heads/master
2023-03-09T18:04:26.971934
2022-03-23T22:04:28
2022-03-23T22:04:28
73,915,037
8
3
null
2023-02-28T23:00:07
2016-11-16T11:47:44
null
UTF-8
Java
false
false
4,125
java
package cgeo.geocaching.settings; import cgeo.geocaching.R; import cgeo.geocaching.activity.ActivityMixin; import cgeo.geocaching.network.Network; import cgeo.geocaching.network.Parameters; import cgeo.geocaching.ui.dialog.Dialogs; import cgeo.geocaching.utils.Log; import ch.boye.httpclientandroidlib.HttpResponse; im...
[ "mmkaouer@umich.edu" ]
mmkaouer@umich.edu
c39dc1343c8774e404b3c1693a3e937742b137ce
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/tencent/soter/p663a/p1108f/C30958e.java
f6104b0caa0ba7088075b4dff5425dfca52a82a2
[]
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
603
java
package com.tencent.soter.p663a.p1108f; /* renamed from: com.tencent.soter.a.f.e */ public interface C30958e extends C44468a<C16168a, C30959b> { /* renamed from: com.tencent.soter.a.f.e$a */ public static class C16168a { public String AvZ; public String Awa; public C16168a(String str,...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
b00b6eae9dfa4aebaa92c64d36a7cbff83363b5c
3b9cf2936abe0bb4d5507853a79d98f2d91af870
/vividus/src/test/java/org/vividus/bdd/steps/FileStepsTests.java
8559a8477c6f2546b0bc8fb4d99dac43b0b50b6e
[ "Apache-2.0" ]
permissive
ALegchilov/vividus
ef8a4906efb0c2ff68fd624fde4d2e6d743bae9b
55bce7d2a7bcf5c43f17d34eb2c190dd6142f552
refs/heads/master
2020-09-08T16:50:21.014816
2019-11-12T10:40:45
2019-11-15T10:10:52
221,188,634
0
0
Apache-2.0
2019-11-12T10:15:40
2019-11-12T10:15:39
null
UTF-8
Java
false
false
2,146
java
/* * Copyright 2019 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 applica...
[ "valfirst@yandex.ru" ]
valfirst@yandex.ru
2421ec50da69ffe68beb1d553494005d9f8392f4
bc70a4652a047a7afd15333747fc2aebfc90d2c4
/platform/dolphin-platform-remoting-server/src/main/java/com/canoo/platform/remoting/server/RemotingContext.java
aeeb4f833d944dffc9d1c540fedcbe2d75c9efa4
[ "Apache-2.0" ]
permissive
potapczuk/dolphin-platform
91bc4f564f5accf61ea7b462701473622f63db5f
95c13dbd72b8c9c54caf8e9dd06a4933baeba490
refs/heads/master
2021-07-18T07:16:08.341221
2017-10-23T12:26:31
2017-10-23T12:26:31
108,169,860
1
0
null
2017-10-24T18:53:03
2017-10-24T18:53:03
null
UTF-8
Java
false
false
2,123
java
/* * Copyright 2015-2017 Canoo Engineering AG. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
[ "hendrik.ebbers@web.de" ]
hendrik.ebbers@web.de
7fe5a7b604c5f7d5a01fb521215580002978a528
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project90/src/main/java/org/gradle/test/performance90_3/Production90_241.java
6cefadfb2b057a35432fc3c9dd02b5f5a4a5a6c5
[]
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.performance90_3; public class Production90_241 extends org.gradle.test.performance16_3.Production16_241 { private final String property; public Production90_241() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
13f6acba57ce434f03ce71198d785f55de4848c6
3cb1a86006f9201e1835cb6bab34e5567d4ae95d
/src/main/java/com/bsb/practice/security/jwt/JWTConfigurer.java
d3d2ab2899ad8d21307708d873e2815a9b34e194
[]
no_license
zliang3110/jhipsterApp
3943e1c67bb88d0c2afad9a4e64cce3b033ab252
4f0e74d4d0d54e4b1e0c31c1f2c65c10b9dd84df
refs/heads/master
2021-05-15T19:28:40.814817
2017-10-20T16:41:21
2017-10-20T16:41:21
107,702,511
0
0
null
null
null
null
UTF-8
Java
false
false
928
java
package com.bsb.practice.security.jwt; import org.springframework.security.config.annotation.SecurityConfigurerAdapter; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.web.DefaultSecurityFilterChain; import org.springframework.security.web.authentica...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
0373d3bae244452a13b4b70bdf7964e0bc087d42
958b13739d7da564749737cb848200da5bd476eb
/src/main/java/com/alipay/api/response/AlipayMarketingCampaignDrawcampCreateResponse.java
0dc4a76e9451ebca03c61df75ceb022f0707a158
[ "Apache-2.0" ]
permissive
anywhere/alipay-sdk-java-all
0a181c934ca84654d6d2f25f199bf4215c167bd2
649e6ff0633ebfca93a071ff575bacad4311cdd4
refs/heads/master
2023-02-13T02:09:28.859092
2021-01-14T03:17:27
2021-01-14T03:17:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
646
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.marketing.campaign.drawcamp.create response. * * @author auto create * @since 1.0, 2020-08-20 13:50:25 */ public class AlipayMarketingCampaignDrawcampCrea...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
d0be31fb3d3b1b0bbc12d5f2fc2e9462a8a7ff1d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_91200d06234179467d4cbc0bee9c7210be70a112/Task/5_91200d06234179467d4cbc0bee9c7210be70a112_Task_s.java
d0450ca4c64f5fc067d55d9b9300ab0a0c13994f
[]
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
4,249
java
package com.soofw.trk; import java.util.ArrayList; import java.util.Calendar; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Task implements Comparable<Task> { final static Pattern re_tag = Pattern.compile("(^|\\s)([\\@\\#\\+]([\\w\\/]+))"); final static Pattern re_at = Patte...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com