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
61480656743fbab61a6436e14aa45cda23ab4657
e8cd24201cbfadef0f267151ea5b8a90cc505766
/group27/772642286/test/QueueTest.java
f104fea2c6c8e65e5a7663bb5069579e058f4a2a
[]
no_license
XMT-CN/coding2017-s1
30dd4ee886dd0a021498108353c20360148a6065
382f6bfeeeda2e76ffe27b440df4f328f9eafbe2
refs/heads/master
2021-01-21T21:38:42.199253
2017-06-25T07:44:21
2017-06-25T07:44:21
94,863,023
0
0
null
null
null
null
UTF-8
Java
false
false
809
java
package week01.test; import org.junit.Assert; import org.junit.Before; import week01.basic.Queue; public class QueueTest { private Queue queue; @Before public void init(){ queue = new Queue(); for(int i=1;i<=500;i++){ queue.enQueue(i); } } public void enQueueTest(){ Asser...
[ "542194147@qq.com" ]
542194147@qq.com
776a32122b316538d1655f6205343aa4aad2faa8
620a39fe25cc5fbd0ed09218b62ccbea75863cda
/wfj_front/src/shop/product/service/imp/ProductParametersService.java
a2c7747d660a59c4622bb72e8b6431966d6e5eb1
[]
no_license
hukeling/wfj
f9d2a1dc731292acfc67b1371f0f6933b0af1d17
0aed879a73b1349d74948efd74dadd97616d8fb8
refs/heads/master
2021-01-16T18:34:47.111453
2017-08-12T07:48:58
2017-08-12T07:48:58
100,095,588
0
0
null
null
null
null
UTF-8
Java
false
false
680
java
package shop.product.service.imp; import shop.product.dao.IProductParametersDao; import shop.product.pojo.ProductParameters; import shop.product.service.IProductParametersService; import util.service.BaseService; /** * IProductParametersService - 商品详细参数service接口实现类 * @author 孟琦瑞 */ public class ProductParam...
[ "hukelingwork@163.com" ]
hukelingwork@163.com
59b12d17a40e978b0229a8f4ef8427cb0ba39896
838fe21048f4da4ba6a2ec1679e2a9e3aff188c9
/Base/Bridge/app/src/main/java/com/bridgellc/bridge/swipemenu/SwipeMenuItem.java
93a7499645468746bdbefc38662310d068a7820d
[]
no_license
PrithivDharmarajan/Projects
03b162e0666dc08888d73bd3c6fa7771525677c7
1548b60025adc4f7a0570d51950c144a1cacce3a
refs/heads/master
2020-03-30T22:36:22.465572
2018-11-12T16:39:01
2018-11-12T16:39:01
151,672,600
0
0
null
null
null
null
UTF-8
Java
false
false
1,569
java
package com.bridgellc.bridge.swipemenu; import android.content.Context; import android.graphics.drawable.Drawable; /** * * @author baoyz * @date 2014-8-23 * */ public class SwipeMenuItem { private int id; private Context mContext; private String title; private Drawable icon; private Drawable background; ...
[ "prithiviraj@smaatapps.com" ]
prithiviraj@smaatapps.com
b221c57b9a6099310c03188ccec40c708f1cf750
d6239df5794450837e69f015c4a0819a47908a52
/app/src/main/java/com/semicolon/librarians/libraryguide/Models/LibraryModel.java
7d621fb0907eeead51f378cc264bb31f7327298a
[]
no_license
MotawroonProjects/AppLibrary
fc16343c4f107dc87adf7e206e54fe1cefabaab3
26317fabcf772fcd2859debb49188ae4ebea9b27
refs/heads/master
2021-10-09T08:51:31.864110
2018-12-24T23:11:02
2018-12-24T23:11:02
114,511,812
0
1
null
null
null
null
UTF-8
Java
false
false
6,297
java
package com.semicolon.librarians.libraryguide.Models; import com.google.gson.annotations.SerializedName; import java.io.Serializable; /** * Created by Delta on 06/01/2018. */ public class LibraryModel implements Serializable { @SerializedName("user_type") private String user_type; @SerializedName("lib...
[ "emadmagdi.151995@gmai.com" ]
emadmagdi.151995@gmai.com
69f34ac481966189a36541cf1c49468c5f587e29
8b46b9c92e7b35919618b0696b3657ee13010945
/src/main/java/org/codelibs/fione/h2o/bindings/pojos/IOEvent.java
540f6e05ec58c6a41315b3d723065dfd4fd6c23d
[ "Apache-2.0" ]
permissive
fireae/fione
837bebc22f7b7d42ed3079ff212eaf17cbcfebc6
b26f74d2fff6b9c34f64446503dd45edf0716ed8
refs/heads/master
2021-03-11T05:02:53.309517
2020-03-09T20:49:31
2020-03-09T20:49:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,056
java
/* * Copyright 2012-2020 CodeLibs Project and the Others. * * 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...
[ "shinsuke@apache.org" ]
shinsuke@apache.org
d135249864f9b06bdb05efb5cae5f0b950a73dba
9358184d4b9c44d3326a25b75e3dc6d4a1d01b77
/blog-comment/src/main/java/xyz/yuzh/spring/boot/blog/service/BlogServiceImpl.java
98316f2bf4bf9a7c613ca0c9bff26f7b0fbda8c7
[]
no_license
yuzh233/spring-boot-blog
ab56dc0024e7dbe178012fce77be82d1eccbe7d3
7b52a91ae688633d1add7e5b232855aa1d60a34f
refs/heads/master
2020-03-29T19:49:21.066714
2018-11-04T14:18:54
2018-11-04T14:18:54
150,282,534
0
0
null
null
null
null
UTF-8
Java
false
false
3,423
java
package xyz.yuzh.spring.boot.blog.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.stereotype.Service; ...
[ "yuzh233@gmail.com" ]
yuzh233@gmail.com
fff3f0ada7afb9ced358caaf571df531294c0e13
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-1.3/mule/tests/core/src/test/java/org/mule/test/routing/outbound/StaticRecipientListRouterTestCase.java
a20242197f3004d2fd8719738079bf0cf53f84c0
[]
no_license
OrgSmells/codehaus-mule-git
085434a4b7781a5def2b9b4e37396081eaeba394
f8584627c7acb13efdf3276396015439ea6a0721
refs/heads/master
2022-12-24T07:33:30.190368
2020-02-27T19:10:29
2020-02-27T19:10:29
243,593,543
0
0
null
2022-12-15T23:30:00
2020-02-27T18:56:48
null
UTF-8
Java
false
false
4,203
java
/* * $Id: StaticRecipientListRouterTestCase.java 2656 2006-08-10 02:35:05 +0000 (Thu, 10 Aug 2006) holger $ * -------------------------------------------------------------------------------------- * Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com * * The software in this package is ...
[ "tcarlson@bf997673-6b11-0410-b953-e057580c5b09" ]
tcarlson@bf997673-6b11-0410-b953-e057580c5b09
942751a6c4ffd8d60a9571d9bd4749a557bee2c0
f7f9d7fa841e856927e02513ecc74dc00c935f8a
/libs/core/src/test/java/org/codelibs/fesen/core/CharArraysTests.java
5138b8940e0f44d00da6e5f53ddadd00b1534c2e
[ "CDDL-1.0", "MIT", "BSD-3-Clause", "LGPL-2.0-or-later", "LGPL-2.1-only", "NAIST-2003", "LicenseRef-scancode-generic-export-compliance", "ICU", "SunPro", "Python-2.0", "CC-BY-SA-3.0", "MPL-1.1", "GPL-2.0-only", "CPL-1.0", "LicenseRef-scancode-other-copyleft", "Apache-2.0", "LicenseRef...
permissive
codelibs/fesen
3f949fd3533e8b25afc3d3475010d1b1a0d95c09
b2440fbda02e32f7abe77d2be95ead6a16c8af06
refs/heads/main
2022-07-27T21:14:02.455938
2021-12-21T23:54:20
2021-12-21T23:54:20
330,334,670
4
0
Apache-2.0
2022-05-17T01:54:31
2021-01-17T07:07:56
Java
UTF-8
Java
false
false
4,338
java
/* * Licensed to Elasticsearch 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 * not use this fi...
[ "shinsuke@apache.org" ]
shinsuke@apache.org
2aad28b96baa0650c6b0de470f4e301a5e97ff14
12271cdd522f6526ce940a147e4d1c5c7e2a17a4
/src/java/xAOG.java
4cd5c10da748af08b4b1392f9c2de37cc3bd5b60
[]
no_license
arjunakula/Explainable-AI-Interface-for-Videos
3ba06d87f0bfc9e057515c01a129d0493a0c7e84
60cf794d9489284f087ca190660cc9ebd55310c2
refs/heads/master
2020-05-02T09:22:40.614681
2019-03-26T21:37:13
2019-03-26T21:37:13
177,870,142
1
0
null
null
null
null
UTF-8
Java
false
false
822
java
package edu.ucla.xai.parser; public class xAOG { int turnId; String explanationType; String focusEntityName; String focusEntityNeo4jID; public int getTurnId() { return turnId; } public void setTurnId(int turnId) { this.turnId = turnId; } public String getExplanationType() { return ex...
[ "akula.arjun@gmail.com" ]
akula.arjun@gmail.com
318d50f7846db4994a2ea8e21b69303dc179a5b3
b00c54389a95d81a22e361fa9f8bdf5a2edc93e3
/external/droiddriver/src/com/google/android/droiddriver/Poller.java
548f1ade8f61194750572c10ea4af74d00d96524
[]
no_license
mirek190/x86-android-5.0
9d1756fa7ff2f423887aa22694bd737eb634ef23
eb1029956682072bb7404192a80214189f0dc73b
refs/heads/master
2020-05-27T01:09:51.830208
2015-10-07T22:47:36
2015-10-07T22:47:36
41,942,802
15
20
null
2020-03-09T00:21:03
2015-09-05T00:11:19
null
UTF-8
Java
false
false
4,636
java
/* * Copyright (C) 2013 DroidDriver committers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "mirek190@gmail.com" ]
mirek190@gmail.com
181b5bcf330c8745edacb06617afb4bca3d16f18
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/SQuirrel_SQL/rev5082-5351/base-branch-5082/test/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxPreferencesTest.java
d2af3105552f8236425aea6baf5b8391f156bbbb
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
3,601
java
package net.sourceforge.squirrel_sql.plugins.syntax; import static org.junit.Assert.assertEquals; import net.sourceforge.squirrel_sql.AbstractSerializableTest; import org.junit.After; import org.junit.Before; import org.junit.Test; public class SyntaxPreferencesTest extends AbstractSerializableTest { Syntax...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
e672803c733709980b25d304c25f06c446a21984
c67b82cc356f9d81a595ac3ffd7a3165d966e30a
/src/test/java/com/aparapi/codegen/test/CharAsParameter.java
1685d49eb8a0e31d7df592dee2c1a89f66374a27
[ "Apache-2.0" ]
permissive
Gleethos/aparapi
2912c6f91214773b81152137cab2e4386457ed1c
a07b107d3a93d3db13c43410b43bff9954a9fb45
refs/heads/master
2020-07-25T14:48:31.477171
2019-08-22T16:31:53
2019-08-22T16:31:53
208,328,376
2
0
Apache-2.0
2019-09-13T18:59:20
2019-09-13T18:59:20
null
UTF-8
Java
false
false
1,323
java
/** * Copyright (c) 2016 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
[ "jeffrey.freeman@syncleus.com" ]
jeffrey.freeman@syncleus.com
51fd7cb8a068629dd47a8d63edff9a4a0aeda3d4
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_cdbeefa533fcfc7d4796f7d7587549e22b0e31ca/AbstractPropertyReader/2_cdbeefa533fcfc7d4796f7d7587549e22b0e31ca_AbstractPropertyReader_t.java
ada93074abf17522695593c7ac7a604f5780b573
[]
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,440
java
/* * $Id$ * * Copyright 2004 Wanadoo Nederland B.V. * See the COPYRIGHT file for redistribution and use restrictions. */ package org.xins.common.collections; import java.util.Iterator; import java.util.Map; import org.xins.common.MandatoryArgumentChecker; /** * Base for <code>PropertyReader</cod...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
494a3a8f0ae56e470b48528e84796cbd6d9e915b
59ae3a253219275f9535cc4c8647633ef0887aaf
/Extra Credit/Extra Credit/advCS_indstudy/slides_and_javacode/07.exceptions/ExceptionThree.java
9bf502274079626865254333d13603bd953a4d20
[]
no_license
tfbninja/APCS_Extra_Credit
1c8799cd8d84ab445572987963d562dddbf90168
c7b0d220da840d379bf57f4509a3b43798a7e2ee
refs/heads/master
2020-05-18T02:50:42.559036
2019-04-30T19:02:59
2019-04-30T19:02:59
184,128,471
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
272
java
//© A+ Computer Science // www.apluscompsci.com //exception example 3 public class ExceptionThree { public static void main(String args[]) { int num=32; if(num==32) throw new RuntimeException("num==32"); //RunTimeException is not a checked Excpetion } }
[ "tfbninja@users.noreply.github.com" ]
tfbninja@users.noreply.github.com
3385726da2c2d8f5112e49f6bbf42c8a4a78f1b3
e010f83b9d383a958fc73654162758bda61f8290
/src/main/java/com/alipay/api/response/AlipayOpenMiniVersionUploadResponse.java
1101e3852234bba2468b88ea2c339b4fb8bce107
[ "Apache-2.0" ]
permissive
10088/alipay-sdk-java
3a7984dc591eaf196576e55e3ed657a88af525a6
e82aeac7d0239330ee173c7e393596e51e41c1cd
refs/heads/master
2022-01-03T15:52:58.509790
2018-04-03T15:50:35
2018-04-03T15:50:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,614
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.mini.version.upload response. * * @author auto create * @since 1.0, 2018-03-14 14:01:35 */ public class AlipayOpenMiniVersionUploadResponse extends AlipayRespons...
[ "liuqun.lq@alibaba-inc.com" ]
liuqun.lq@alibaba-inc.com
94308cbdd132deda85c319d8029a6e67d4124268
73ddf37cb32504a6f504fe7bff8ef7842b15550a
/src/test/java/com/alibaba/druid/bvt/sql/postgresql/PGInsertTest10.java
b2e9990ce67aa7fd3e6d35f3ef696d097f5ed5ef
[ "Apache-2.0" ]
permissive
onlyscorpion/scorpion-sql-parser
2c0ecd4758d5bc5e6f1a50e0fadcfcb012e3524f
a55f9597c7a3a8b9c610cacc5a957a41d3ea018a
refs/heads/master
2021-08-19T14:15:55.462593
2017-11-26T15:47:17
2017-11-26T15:47:17
112,094,653
1
0
null
null
null
null
UTF-8
Java
false
false
2,142
java
/* * Copyright 1999-2017 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "zhengchenglei@jd.com" ]
zhengchenglei@jd.com
20410ba794dadc64e40e8c980cdfb698613a7a5f
a94bfc1fbf7cb150028300f7479358dc70804089
/Etomo/src/etomo/type/ParsedElement.java
cbacd8fa78a6c29bdfadb43535d7260634815be8
[]
no_license
imod-mirror/IMOD
29f2a0d3f2c2156dc8624c917b9b36b3f23a38ec
499d656bc7784a23c9614380234511e5c758be4f
refs/heads/master
2021-01-02T08:47:39.133329
2015-08-25T06:42:46
2015-08-25T06:42:46
41,421,626
0
0
null
null
null
null
UTF-8
Java
false
false
7,368
java
package etomo.type; import java.io.IOException; import etomo.storage.LogFile; import etomo.ui.swing.Token; import etomo.util.PrimativeTokenizer; /** * <p>Description: </p> * * <p>Copyright: Copyright 2006</p> * * <p>Organization: * Boulder Laboratory for 3-Dimensional Electron Microscopy of Cells (BL3DEMC), ...
[ "mast@localhost" ]
mast@localhost
d76b114fa4134f490cd568f4cb3215c784445ff2
c474b03758be154e43758220e47b3403eb7fc1fc
/apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/google/android/gms/ads/internal/gmsg/C3741f.java
7b54c8d87d98ac9d3341ff491f76f01df37b3413
[]
no_license
EstebanDalelR/tinderAnalysis
f80fe1f43b3b9dba283b5db1781189a0dd592c24
941e2c634c40e5dbf5585c6876ef33f2a578b65c
refs/heads/master
2020-04-04T09:03:32.659099
2018-11-23T20:41:28
2018-11-23T20:41:28
155,805,042
0
0
null
2018-11-18T16:02:45
2018-11-02T02:44:34
null
UTF-8
Java
false
false
1,271
java
package com.google.android.gms.ads.internal.gmsg; import android.text.TextUtils; import com.google.android.gms.internal.ec; import com.google.android.gms.internal.zzaeq; import com.google.android.gms.internal.zzzv; import com.tinder.api.ManagerWebServices; import java.util.Map; @zzzv /* renamed from: com.google.andro...
[ "jdguzmans@hotmail.com" ]
jdguzmans@hotmail.com
ffc9d299eac0ab70d09c1d529e8a2fafa1cb3264
514a2fe6511db2504ad6b2e8782c4daeb2f25a86
/lion-id/src/main/java/com/lion/id/controller/IdController.java
27ef5c95c69067493e25044efab100e6f486fc71
[ "MIT" ]
permissive
tandingbo/lion
a9e5be649f1ed0b145aa482a56f96173923c8e08
a6473f4386fb66324ca37db135d0233684f83d98
refs/heads/master
2021-02-10T12:43:13.187056
2020-02-18T04:34:34
2020-02-18T04:34:34
244,383,236
2
3
MIT
2020-03-02T13:53:13
2020-03-02T13:53:12
null
UTF-8
Java
false
false
3,645
java
package com.lion.id.controller; import com.lion.common.base.controller.BaseController; import com.lion.common.exception.LionException; import com.lion.id.entity.SysId; import com.lion.id.service.IdService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.B...
[ "micyo202@163.com" ]
micyo202@163.com
a33fef2483d76f6bf52b70c57a828a7bd9215a7c
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/java-inflector/generated/src/gen/java/org/openapitools/model/OrgApacheHttpProxyconfiguratorInfo.java
0f7a2a8dfaa90f6eaef10a6f387e364ba6179b45
[ "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,748
java
package org.openapitools.model; import java.util.Objects; 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.OrgApacheHttpProxyconfiguratorProper...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
82af03ceb7e23707c0d3b5c9ff3d5c598e1f7764
040554b3d616dd5ca8da73547ae77f1acbf23533
/GetWords/app/src/main/java/com/sherman/getwords/videoplayer/videomanage/controller/ViewGestureListener.java
26405ec23cd4fb1a92aa69c6ac37286be85b1557
[]
no_license
wisekingokok/testshshhsh
b36f71a5387c37d014a4ce5c34bf813243982d5e
ceef9a5e1f4ff050786c1da80f1ee2acee81dc09
refs/heads/master
2020-03-19T16:47:58.704530
2018-06-10T17:36:26
2018-06-10T17:36:26
136,730,561
0
0
null
null
null
null
UTF-8
Java
false
false
2,569
java
package com.sherman.getwords.videoplayer.videomanage.controller; import android.content.Context; import android.util.DisplayMetrics; import android.util.Log; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.WindowManager; /** * Created by Brucetoo * On 2015/10/21 * At 9:58 ...
[ "wisekingokok@126.com" ]
wisekingokok@126.com
01c0484c5dd352f261a2e0308abba51c1d055b39
bff449a67bde60eb42d58b6e81d592bccada40e5
/InventoryBusiness/srv-impl/com/viettel/bccs/inventory/service/StockDeliverDetailServiceImpl.java
3caf3a44b5523696bbe93467d6ec29cb65f8d776
[]
no_license
tiendat182/IM_UNITTEST
923be43427e2c47446462fef2c0d944bb7f9acce
2eb4b9c11e236d09044b41dabf9529dc295cb476
refs/heads/master
2021-07-19T09:36:51.341386
2017-10-25T14:26:33
2017-10-25T14:26:33
108,283,748
0
0
null
null
null
null
UTF-8
Java
false
false
3,022
java
package com.viettel.bccs.inventory.service; import com.google.common.collect.Lists; import com.viettel.bccs.inventory.repo.StockDeliverDetailRepo; import com.viettel.bccs.inventory.dto.StockDeliverDetailDTO; import com.viettel.bccs.inventory.model.StockDeliverDetail; import com.viettel.bccs.inventory.service.StockDeli...
[ "tiendat.fet4@gmail.com" ]
tiendat.fet4@gmail.com
74184f9b3b6b45f0cc008e9ea5b91e41b2f89d18
ce7f089378d817e242793649785b097c9be3f96b
/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/site/Card4_324.java
c9fdb48e6dce37c89a58d91e2003e04584c0efe6
[]
no_license
TheSkyGold/gemp-lotr
aaba1f461a3d9237d12ca340a7e899b00e4151e4
aab299c87fc9cabd10b284c25b699f10a84fe622
refs/heads/master
2021-01-11T07:39:27.678795
2014-11-21T00:44:25
2014-11-21T00:44:25
32,382,766
1
0
null
null
null
null
UTF-8
Java
false
false
1,509
java
package com.gempukku.lotro.cards.set4.site; import com.gempukku.lotro.cards.AbstractSite; import com.gempukku.lotro.cards.TriggerConditions; import com.gempukku.lotro.common.Block; import com.gempukku.lotro.common.CardType; import com.gempukku.lotro.game.PhysicalCard; import com.gempukku.lotro.game.state.LotroG...
[ "marcins78@gmail.com@eb7970ca-0f6f-de4b-2938-835b230b9d1f" ]
marcins78@gmail.com@eb7970ca-0f6f-de4b-2938-835b230b9d1f
a27c6809e2331fb33bcda36d324b39aa518ff7b9
0d64e2fc3a022516c4ce0aa21182ee8fd14469d0
/src/java/fuck/you/jewtricks/mixins/MixinGuiToast.java
89252e6858cebce1b63c16b112636609a87acec2
[]
no_license
yunusborazan/jewtricks
b3f99da545be2639346baa54d271255d5aa6b916
8519ec25884e64527d43125243310fdbc944224e
refs/heads/main
2023-08-29T09:33:42.963830
2021-10-30T08:11:15
2021-10-30T08:11:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
773
java
//Deobfuscated with https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000 using mappings "C:\Users\Admin\Desktop\Minecraft-Deobfuscator3000-1.2.2\1.12 stable mappings"! //Decompiled by Procyon! package fuck.you.jewtricks.mixins; import org.spongepowered.asm.mixin.*; import net.minecraft.client.gui.toasts.*;...
[ "81470009+kisman2000@users.noreply.github.com" ]
81470009+kisman2000@users.noreply.github.com
64815458eddbdf3bcad4354c27eb3ec7610ebcd7
6253283b67c01a0d7395e38aeeea65e06f62504b
/decompile/app/HwSystemManager/src/main/java/android/support/v13/app/FragmentCompat.java
73044f2cf1b5712ae2a165653da9cda4bd170dfa
[]
no_license
sufadi/decompile-hw
2e0457a0a7ade103908a6a41757923a791248215
4c3efd95f3e997b44dd4ceec506de6164192eca3
refs/heads/master
2023-03-15T15:56:03.968086
2017-11-08T03:29:10
2017-11-08T03:29:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,891
java
package android.support.v13.app; import android.app.Fragment; import android.content.Context; import android.content.pm.PackageManager; import android.os.Build.VERSION; import android.os.Handler; import android.os.Looper; import android.support.annotation.NonNull; import android.support.v4.os.BuildCompat; import java....
[ "liming@droi.com" ]
liming@droi.com
6cd351fc5b2cf09b0472546d590730b566fd4574
901aec9c9408a737cf382d6c3549e44eb3d0f167
/framework-core3/src/main/java/com/transilink/framework/core/rest/BaseRepresention.java
d1c1cf51c39800fd40a2dda30244835632a901d1
[]
no_license
zhangjunfang/architecture
a32f1d3e5dfd528517ed8dc4fd2e6b32a0a12e2d
709cbc68a8381d93e7af779470025a1d8a27de4e
refs/heads/master
2016-09-15T08:41:37.899666
2016-03-05T11:23:52
2016-03-05T11:23:52
33,911,525
3
0
null
null
null
null
UTF-8
Java
false
false
2,075
java
package com.transilink.framework.core.rest; import java.io.IOException; import java.util.Map; import org.json.JSONArray; import org.json.JSONException; import org.restlet.data.CharacterSet; import org.restlet.data.MediaType; import org.restlet.resource.Representation; import org.restlet.resource.StringRepresentation;...
[ "zhangjunfang0505@163.com" ]
zhangjunfang0505@163.com
5e42b71b3cabad1fdf960c314834bf8b3f3e8b97
85d590e865d4f5369e82baa78bf766a96a52c866
/src/InterviewJava/Vid_Counter.java
e6ee793346105a9e4b320cf627dc5b2727e53be8
[]
no_license
rumachakraborty/JAVAPractice
104175509335d8a00dbed0e486b9845e470725fd
e5817cb0f58453d786c1f1901c5b18b9cc6348e5
refs/heads/master
2022-11-10T05:34:12.444008
2020-07-01T23:45:05
2020-07-01T23:45:05
276,504,888
0
0
null
null
null
null
UTF-8
Java
false
false
361
java
package InterviewJava; public class Vid_Counter { int count=0;//instance variable Vid_Counter(){ count++;//increment the value System.out.println(count); } public static void main(String[] args) { // TODO Auto-generated method stub Vid_Counter c1=new Vid_Counter(); Vid_Counter c2=new Vid_Counter(); Vid...
[ "you@example.com" ]
you@example.com
1aa1245e70bb6f0e9d99a07a831df7c8928ad463
48db6215d4a077a6b345dbba77a406212d1492ae
/Java8NewFeatures/src/lambdaExpression/initialExample/UseRunnabeWithLambda.java
b3e5d24380325c489f23d05d2473c1982b661e4a
[]
no_license
edneyRoldao/logicaDeProgramacaoComJava
f8fbed5727f743a6057e135d78f2c8d591634577
bff503a9915aaec958e6e732e4146693854d3fba
refs/heads/master
2020-04-05T23:47:54.318998
2016-09-19T14:25:58
2016-09-19T14:25:58
47,906,350
2
0
null
null
null
null
UTF-8
Java
false
false
523
java
package lambdaExpression.initialExample; public class UseRunnabeWithLambda { public static void main(String[] args) { //Thread 01 e 02 Runnable r1 = () -> System.out.println("Running thread 1"); Runnable r2 = () -> System.out.println("Running thread 2"); Runnable r3 = () -> { try { Thread.sleep...
[ "edneyroldao@gmail.com" ]
edneyroldao@gmail.com
9c8547c8d0fa096f4cd9c8b6c885cf58f12e8026
745b525c360a2b15b8d73841b36c1e8d6cdc9b03
/jun_java_plugins/jun_gzip/jun_compress_client/src/test/java/GzipTest.java
0fc7b64d229e58ccb34b6abee0fb22bedf0c0cc2
[]
no_license
wujun728/jun_java_plugin
1f3025204ef5da5ad74f8892adead7ee03f3fe4c
e031bc451c817c6d665707852308fc3b31f47cb2
refs/heads/master
2023-09-04T08:23:52.095971
2023-08-18T06:54:29
2023-08-18T06:54:29
62,047,478
117
42
null
2023-08-21T16:02:15
2016-06-27T10:23:58
Java
UTF-8
Java
false
false
1,879
java
import java.io.IOException; import com.jun.plugin.gzip.compressclient.compress.CompressUtils; import com.jun.plugin.gzip.compressclient.encrypt.AESUtils; /** * * @author Wujun * */ public class GzipTest { public static void main(String [] args){ String content=" "; System.out.println("Step...
[ "wujun728@163.com" ]
wujun728@163.com
a4b7d9408ea40236de0b97afaa27a01aa8fb2bfa
19b0ddc45e90a6d938bacc65648d805a941fc90d
/Server/RuleEngine-Common/src/engine/rule/domain/WelcomeCallPhoneAnswererResultForPDLForPDL.java
d925833b3b58bcc3d55f1539b60f80b03b1206d6
[]
no_license
dachengzi-software/ap
bec5371a4004eb318258646a7e34fc0352e641c2
ccca3d6c4fb86a698a064c3005eba2b405e8d822
refs/heads/master
2021-12-23T09:26:24.595456
2017-11-10T02:33:18
2017-11-10T02:33:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
402
java
package engine.rule.domain; import com.huateng.toprules.core.annotation.ModelDomainInstance; @ModelDomainInstance(label = "PDL-欢迎电话审核V3_通话人接听情况", type = "number", adapter = "engine.rule.domain.adapter.EnumDomainAdapter", params = "X_WelcomeCallPhoneAnswererResultForPDL,Catfish.Platform.ManualJobV4.PDLHandlers") publ...
[ "gum@fenqi.im" ]
gum@fenqi.im
f915eaa2b1b8728baf5ce95e46e7252b6a21fa99
d2a6f18f24fe4866ec687f82fdde2a98fa9df368
/Filemaker/src/test/java/org/openestate/io/filemaker/FilemakerResultDocumentTest.java
6249582c59dcbc5750163e594662f849265de9b8
[ "Apache-2.0" ]
permissive
jcelmeta14/OpenEstate-IO
0255ec398cfaa55233e5e6e6d322a4410c82c3fb
180e62a1c23596e5e284ce7fc6d07081918b0a38
refs/heads/master
2023-07-14T22:51:46.528402
2021-08-16T00:50:09
2021-08-16T00:50:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,418
java
/* * Copyright 2015-2021 OpenEstate.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/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
[ "andy@openindex.de" ]
andy@openindex.de
fd0c45e832ee04a099154c944a6e027192b62590
99bd3fa9696c6b0cb077df4316958c852a6de806
/src/main/java/com/node/system/controller/LoginController.java
eeaa8f5f3a1528639fc9385c87106700fbe7518e
[ "Apache-2.0" ]
permissive
WilliamMajanja-zz/node-eduoa
16894e924656a4e2f5b2066622fc6e5c440a3fdf
815363656d66677ec8c7c2acebab6f8643749457
refs/heads/master
2022-09-09T15:06:52.114339
2013-08-23T02:17:39
2013-08-23T02:17:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,589
java
/** * <pre> * Copyright: Copyright(C) 2011-2012, node.com * Filename: com.node.system.controller.LoginController.java * Class: LoginController * Date: 2012-8-2 * Author: <a href="mailto:node@gmail.com">node</a> * Version 1.1.0 * Description: * * </pre> **/ package com.node.system.controll...
[ "scstlinfeng@yahoo.cn" ]
scstlinfeng@yahoo.cn
7dd3c360d206f408c7894d392f6fd98095ccca1e
e498e9af6eeefd02b7e3f5d1e4647dc14cfa95c8
/src/com/facebook/buck/util/autosparse/AutoSparseProjectFilesystemDelegate.java
7cf790e29e6469c0de64ca95bd36c5c1d7b1fb22
[ "Apache-2.0" ]
permissive
asareh/buck
03a2734c46177d57cad708cf7e23feb32a2f41bb
dd1d3ab55077d859c94789e4a1262de60929fd7b
refs/heads/master
2021-07-05T23:41:59.187999
2017-09-30T06:38:59
2017-10-01T04:33:38
105,420,391
1
0
null
2017-10-01T05:01:35
2017-10-01T05:01:35
null
UTF-8
Java
false
false
5,035
java
/* * Copyright 2016-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
a51d9d17d1aad1973c3a9a01fd0ab0bac6b892a9
e690de5109667215d5879573a10e0c1cc38883b1
/app/src/main/java/com/tianjian/hellochartsdemo/lecho/lib/hellocharts/samples/PreviewColumnChartActivity.java
2cca5d72db55cbc40a835f76ece1cea7bee99039
[]
no_license
tequiero777/HelloChartsDemo
d1f182072a196bf3026f878caf1b114265737c24
9fb67679e80d0266f5527516c5c28fdd16410904
refs/heads/master
2021-01-12T05:46:53.618744
2016-12-23T03:38:10
2016-12-23T03:38:10
77,195,055
0
0
null
null
null
null
UTF-8
Java
false
false
7,286
java
package com.tianjian.hellochartsdemo.lecho.lib.hellocharts.samples; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.app.ActionBarActivity; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import and...
[ "yhmsn2008@hotmail.com" ]
yhmsn2008@hotmail.com
f1e174354225fa52f86b5fdfe3f3c8e1a67a058d
bd827d030076afb64c89e2abd96a197b21c4e1fe
/05.模仿win10进度条/src/main/java/com/atsgg/win10progress/MainActivity.java
e4954d4525c051f3e9670239c71be7b0882a1fd4
[]
no_license
lizhenqiang/MyCustomView
43003034b8a9a7f502f69d6eaef1725bd938537d
e3d024a0ecd20c18981ef3f728b207ad251e4b1f
refs/heads/master
2021-04-03T08:50:12.868618
2016-12-12T15:12:08
2016-12-12T15:12:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package com.atsgg.win10progress; import android.app.Activity; import android.os.Bundle; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } } ...
[ "1024057635@qq.com" ]
1024057635@qq.com
0d690d24a33ab57f149ac2ac00f016b2bb2c0b16
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_a7bc29241be52498c76433ebc4fbdcb046966325/LessEngine/5_a7bc29241be52498c76433ebc4fbdcb046966325_LessEngine_t.java
9c72ff67a2c8661a3fe3ab2d09c696b319f34eb4
[]
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
7,095
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * di...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
570237fe08290afcaedab1a92afd357980851054
a00326c0e2fc8944112589cd2ad638b278f058b9
/src/main/java/000/134/423/CWE23_Relative_Path_Traversal__getQueryString_Servlet_52c.java
52e03031ec65860e828b9f2cd0772a56763fddde
[]
no_license
Lanhbao/Static-Testing-for-Juliet-Test-Suite
6fd3f62713be7a084260eafa9ab221b1b9833be6
b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68
refs/heads/master
2020-08-24T13:34:04.004149
2019-10-25T09:26:00
2019-10-25T09:26:00
216,822,684
0
1
null
2019-11-08T09:51:54
2019-10-22T13:37:13
Java
UTF-8
Java
false
false
6,374
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE23_Relative_Path_Traversal__getQueryString_Servlet_52c.java Label Definition File: CWE23_Relative_Path_Traversal.label.xml Template File: sources-sink-52c.tmpl.java */ /* * @description * CWE: 23 Relative Path Traversal * BadSource: getQueryString_Servlet Parse id par...
[ "anhtluet12@gmail.com" ]
anhtluet12@gmail.com
7be3213b0567d0e99a37d731ddb33dd560ce57f5
e9f75246d9ab15d01d8370feca390d73b81f70ac
/wechat-sdk/src/main/java/com/wowfilm/wechatsdk/api/wechatmp/WxBaseService.java
9129676006503fdda80ea40d7551702e90f2ab63
[]
no_license
wuyongwen/microservice
7096da2d4a022a224be340b552127075b0d94578
bc44850360dfc6c492fea09366e256ac72b82895
refs/heads/master
2021-01-20T21:00:53.054421
2016-07-29T09:19:05
2016-07-29T09:19:05
63,325,744
0
0
null
null
null
null
UTF-8
Java
false
false
611
java
package com.wowfilm.wechatsdk.api.wechatmp; import com.wowfilm.wechatsdk.store.WxMpConfigStorage; /** * The type Wx base service. * * @author warden * @version v1.0 * @date Created on 2016-07-14 11:54:27 */ public class WxBaseService{ protected TokenAccessor tokenAccessor; protected WxServiceExecutor ...
[ "wuyongwen@gmail.com" ]
wuyongwen@gmail.com
e803e4879dd21f9a4f38da2167303bc7dcc9a889
136264d27911b54402406f35c041fc7a3f6210cc
/jeeweb-ui/jeeweb-beetl-tag/src/main/java/cn/jeeweb/beetl/tags/dict/Dict.java
3b36a0152bf7bda808a76f94b6ad9b4e89b4bc0e
[ "Apache-2.0" ]
permissive
iteryijiang/jeeweb
41e525dd240c6855bf3fca5fd9105a0a8b0abd40
bf540eb4daf1b8889514b4f135e4820e2ebcb1fc
refs/heads/master
2022-11-26T03:52:03.372666
2019-08-01T12:45:05
2019-08-01T12:45:05
162,131,820
2
1
Apache-2.0
2022-11-24T02:52:51
2018-12-17T13:05:47
Java
UTF-8
Java
false
false
529
java
package cn.jeeweb.beetl.tags.dict; import java.io.Serializable; public class Dict implements Serializable { /** 键值名称 */ private String label; /** 值 */ private String value; public Dict() { } public Dict(String label, String value) { this.label = label; this.value = value; } public String getLabel() {...
[ "502079461@qq.com" ]
502079461@qq.com
5f17a23605aba196bb6b342c74a8de009bbf6f6e
ca183b96a176e07ad24ec0c4d3b928ce1ca839bf
/Week-3/CR-MesoLabs-Interfaces-FarmerFroilan/src/main/java/com/zipcodewilmington/froilansfarm/Crops/Cornstalk.java
b6796177a6ef9717693a5a12fc66a4dfd4c36dd0
[]
no_license
trtong/Labs_ZCW
cb343e0584dd2868ed882f9e1e104f25264f07a7
39f554fdf0385176c96e8a2e81727eb5186b5526
refs/heads/master
2020-04-17T13:25:39.044799
2019-01-20T03:02:25
2019-01-20T03:02:25
166,615,393
0
0
null
null
null
null
UTF-8
Java
false
false
427
java
package com.zipcodewilmington.froilansfarm.Crops; import com.zipcodewilmington.froilansfarm.Fertilizeable; import com.zipcodewilmington.froilansfarm.Produce; import com.zipcodewilmington.froilansfarm.ProduceResult; public class Cornstalk extends Crop implements Produce, Fertilizeable { public Cornstalk() { ...
[ "trt.tong@gmail.com" ]
trt.tong@gmail.com
11191113c97aa69fbd33feaa453a4875320a1c76
04a863701d531423a430beacd12bf84fe4763e1e
/tags/v1.0/src/com/google/code/jdde/event/ErrorEvent.java
1f70c124e29d840c999d3a77aebd8ff953373bbf
[]
no_license
BGCX067/falcon-hab-svn-to-git
62755dd124b4c1a69abfe60aeb553c47368562f5
63497dca16ed2a1bd818d6eb274faa7953526586
refs/heads/master
2016-09-01T08:56:07.749449
2015-12-28T14:27:36
2015-12-28T14:27:36
48,870,886
0
0
null
null
null
null
UTF-8
Java
false
false
2,127
java
/* * Copyright 2008 Vitor Costa * * 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 ag...
[ "you@example.com" ]
you@example.com
8c41cceb9324b8936bdbb2eb45c52edaa01c11fe
0cacbeb95527b889373cd8398ee728150d1ad2e3
/src/main/java/org/ssssssss/magicapi/model/FunctionInfo.java
72a57c9440663188ca0ae245d401675d8b0fb240
[ "MIT" ]
permissive
leon1509/magic-api
a114863f156432f11fc9f85778f203459897aa3f
db363a7590052f8fdd0f3cca865cc00bb84e1fbb
refs/heads/master
2023-03-08T10:29:36.524778
2021-02-28T07:17:52
2021-02-28T07:17:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,206
java
package org.ssssssss.magicapi.model; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import java.util.Collections; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; public class FunctionInfo extends MagicEntity { private String ...
[ "838425805@qq.com" ]
838425805@qq.com
a4b22eef7339e8dd287be88f546d00e9814dc23e
7626c8fc8742859f369834eaab3a6120dd2c5f6f
/src/main/java/org/rcsb/cif/model/generated/RefineOccupancy.java
f86ed4f02ab19bb36b3bdd911caa4591d85c00d5
[ "MIT" ]
permissive
BobHanson/ciftools-SwingJS
58c02723827c7c2b6e7716b7cd9c870076ce0f54
e5266a8bfe6e6d5feeab85dc97b0f67e6b0e2594
refs/heads/master
2020-09-12T10:28:07.592153
2019-11-29T21:18:43
2019-11-29T21:18:43
222,393,459
0
0
null
null
null
null
UTF-8
Java
false
false
2,452
java
package org.rcsb.cif.model.generated; import org.rcsb.cif.model.*; import javax.annotation.Generated; import java.util.Map; /** * Data items in the REFINE_OCCUPANCY category record details * about the treatment of atom occupancies during refinement. */ @Generated("org.rcsb.cif.generator.SchemaGenerator") public c...
[ "bittrich@hs-mittweida.de" ]
bittrich@hs-mittweida.de
85a9143953f4107923a04c36958e55765f5e9966
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/30/30_c0ed418b1329fc74aed8ca2b0e9fb132c17a68b9/LEGrid/30_c0ed418b1329fc74aed8ca2b0e9fb132c17a68b9_LEGrid_s.java
356fd06a689dafd1c6812574cf06582b49a0cf11
[]
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,834
java
package vooga.scroller.level_editor; import java.awt.Dimension; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.Shape; import java.util.HashSet; import java.util.Set; import javax.swing.Scrollable; import util.Location; import vooga.scroller.scrollingmanager.ScrollingManager; import v...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
72776fac76f631aeb574205a45106e8a8b24081c
e8f9fe2285f1598fee5860d2447fd1a1f6557306
/MPC/temp/src/minecraft/net/minecraft/src/StepSoundStone.java
8a064e6a21c66c7f4dd14cb81cbea2b66efae8f7
[]
no_license
pedroreisuft/minecraft
8e71c74ee37ffbf863b0e89c7051ed2b3ce80a7f
64ba09bce02603abea3270e4030be2aac4555822
refs/heads/master
2016-09-06T01:24:36.812128
2012-11-30T19:34:19
2012-11-30T19:34:19
6,943,629
2
0
null
null
null
null
UTF-8
Java
false
false
383
java
package net.minecraft.src; import net.minecraft.src.StepSound; final class StepSoundStone extends StepSound { StepSoundStone(String p_i4006_1_, float p_i4006_2_, float p_i4006_3_) { super(p_i4006_1_, p_i4006_2_, p_i4006_3_); } public String func_72676_a() { return "random.glass"; } pub...
[ "phsmreis@gmail.com" ]
phsmreis@gmail.com
f52e47c03d61c1e147b1b33ebf286bbd29ad8518
699655755607101a4b4dc6d9adf149a1ef567573
/src/infra/renderer/AnimationPlayer.java
5858e9dfd60eb2eae71fa482ed09c0e23914e876
[]
no_license
sbyt2/JavaDigDugGame
460f13b9bf393610e85104705f95ea7f7e4d8695
88fea5e52c62045d6dc0a6b2fb1b78180645064e
refs/heads/master
2023-03-19T14:19:32.653369
2020-11-19T11:41:35
2020-11-19T11:41:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,175
java
package infra.renderer; import infra.Direction; import java.awt.Graphics2D; import java.util.HashMap; import java.util.Map; /** * AnimationPlayer class. * * @author Leonardo Ono (ono.leo80@gmail.com) */ public class AnimationPlayer { public static class Animation { public String name; public...
[ "ono.leo@gmail.com" ]
ono.leo@gmail.com
13c8941bfc04785b349dc69ac6c3a0af621db02d
f538b56104c45e04f70ef3473a971d4a67e1b089
/java/nebula/org.netxms.nebula.widgets.gallery.tests/src/org/netxms/nebula/widgets/gallery/tests/AllTests.java
4ac82ed5ef23712358491745341f2dca30c27836
[]
no_license
phongtran0715/SpiderClient
85d5d0559c6af0393cd058c25584074d80f8df9a
fdc264a85b7ff52c5dc2b6bb3cc83da62aad2aff
refs/heads/master
2020-03-20T20:07:12.075655
2018-08-10T08:37:10
2018-08-10T08:37:10
137,671,006
0
1
null
null
null
null
UTF-8
Java
false
false
631
java
package org.netxms.nebula.widgets.gallery.tests; import junit.framework.Test; import junit.framework.TestSuite; public class AllTests { public static Test suite() { TestSuite suite = new TestSuite( "Test for org.netxms.nebula.widgets.gallery.tests"); // $JUnit-BEGIN$ suite.addTestSuite(GalleryVirtualBehav...
[ "phongtran0715@gmail.com" ]
phongtran0715@gmail.com
77fc345f1c2e8519a46f6fb4e6c7d011b6f2724c
1b30fbe42980eb42a7e3e5af7110ebfbea88cb20
/src/main/java/org/scijava/ItemIO.java
eacc2395825fd4243a87163c07112a25fff45078
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
hinerm/scijava-common
d70c96a7b480e4e08fa8de8eb0197d10fcfb30c7
de88c632368bf6310757373693596f2f683fc4ee
refs/heads/master
2023-06-11T05:26:26.900281
2021-06-22T16:05:47
2021-06-28T19:59:17
343,931,804
0
1
BSD-2-Clause
2021-06-22T18:26:06
2021-03-02T22:35:34
Java
UTF-8
Java
false
false
1,901
java
/* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - 2020 SciJava developers. * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must...
[ "ctrueden@wisc.edu" ]
ctrueden@wisc.edu
c59c7b44bff6e24cb20f5af5aa5bcebfb881df49
70f7a06017ece67137586e1567726579206d71c7
/alimama/src/main/java/com/vivo/push/b/aa.java
eea4bfb198377f7d88e1e1543a45bb3191f6efad
[]
no_license
liepeiming/xposed_chatbot
5a3842bd07250bafaffa9f468562021cfc38ca25
0be08fc3e1a95028f8c074f02ca9714dc3c4dc31
refs/heads/master
2022-12-20T16:48:21.747036
2020-10-14T02:37:49
2020-10-14T02:37:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
983
java
package com.vivo.push.b; import com.taobao.weex.el.parse.Operators; import com.vivo.push.a; import com.vivo.push.y; import java.io.Serializable; import java.util.HashMap; /* compiled from: ReporterCommand */ public final class aa extends y { private HashMap<String, String> a; private long b; public aa() ...
[ "zhangquan@snqu.com" ]
zhangquan@snqu.com
afe5a51f2e3701e3cf7f17389505f50d5e1f743d
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_378/Testnull_37791.java
bfd3c79dea385b0e1a7d111c35a40644378d6eec
[]
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_378; import static org.junit.Assert.*; public class Testnull_37791 { private final Productionnull_37791 production = new Productionnull_37791("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
13c6c63d4c6b2dc6a616c73fa488cd078d6b735c
0c452901bc9eb53bc1f6661d8eb44cfb0eb71ada
/hapi-fhir-structures-hl7org-dstu2/src/main/java/org/hl7/fhir/instance/model/valuesets/PatientContactRelationshipEnumFactory.java
74b91a16185ae1a0ddca46cd11ce78807457eaaf
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
sac10nikam/hapi-fhir
08d5dd9ef74b846c795965dc10450a5833199b3d
78776a3e79f319ec28111d679068d9208ee585d7
refs/heads/master
2021-01-16T22:59:19.067021
2015-08-10T19:59:57
2015-08-10T19:59:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,050
java
package org.hl7.fhir.instance.model.valuesets; /* Copyright (c) 2011+, HL7, Inc. 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 th...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
e99ad0fc1e66997d3263ddea1d8e9dcb10cf12ff
847ef9c1ebfc1cb85eb63cec8b20ac1d2ff9d3d9
/src/main/java/top/itning/yunshu/classscheduleserver/entity/AppUpdate.java
6457ba1a93410b20410c5309f3ee272cf7d468a4
[ "Apache-2.0" ]
permissive
itning/YunShuClassScheduleServer
b6b268357481c095c5c3a852ef8d497bb1b1113c
d4bf9e6bb615a90366d6c3bddc179c10240942ad
refs/heads/master
2020-03-27T20:28:21.708124
2019-03-30T08:39:19
2019-03-30T08:39:19
146,391,510
0
0
null
null
null
null
UTF-8
Java
false
false
1,707
java
package top.itning.yunshu.classscheduleserver.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import java.io.Serializable; /** * 应用升级实体信息 * * @author itning */ @Entity public class AppUpdate implements Serializable { /** * 版本号 */ @Id pri...
[ "itning@itning.top" ]
itning@itning.top
a46d0b98293736c5adbbd72d26addc24bbabecb9
a54bb73655149773e2a884e7bff518c902a3a5b2
/java-core/src/com/source/org/omg/DynamicAny/NameValuePairSeqHelper.java
f0bc9597ff4d803fd3d27172c3b1b37a606330a4
[]
no_license
fredomli/java-standard
071823b680555039f1284ce55a2909397392c989
c6e296c8d8e4a8626faa69bf0732e0ac4b3bb360
refs/heads/main
2023-08-29T22:43:53.023691
2021-11-05T15:31:14
2021-11-05T15:31:14
390,624,004
1
0
null
null
null
null
UTF-8
Java
false
false
2,082
java
package org.omg.DynamicAny; /** * org/omg/DynamicAny/NameValuePairSeqHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/jenkins/workspace/8-2-build-windows-amd64-cygwin/jdk8u291/1294/corba/src/share/classes/org/omg/DynamicAny/DynamicAny.idl * Friday, April 9, 2021 12:03:37 AM PD...
[ "fredomli@163.com" ]
fredomli@163.com
20b2a9852ec7e63dd2a35c8596b78614cbc17a98
55dca62e858f1a44c2186774339823a301b48dc7
/code/my-app/functions/8/remove_Map.java
831a69e8fc8392490d716ed253a16e29f0777b14
[]
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
217
java
public boolean remove(Locatable locatable) { if (locatable instanceof Unit) { Tile tile = locatable.getTile(); if (tile != null) return tile.remove(locatable); } return false; }
[ "wiszowata.joanna@gmail.com" ]
wiszowata.joanna@gmail.com
4be5a4d22112eeac5814dc6e9e2ea0166d0fe7b2
a129386863ccf46cab82819db1dcffac78dd73a0
/target/generated-sources/jooq/org/jooq/sources/udt/pojos/Reclassarg.java
740526b9ddbfa1f28419f29c9ee2c7d3999257dd
[]
no_license
alsamancov/jooqzkgis
5f01ef8cebfb9c3a9e6e535080987d94fad3290d
9082a66c349a1715e5ecdff41671e535eaa45ce4
refs/heads/master
2021-09-08T12:31:49.647475
2018-03-09T16:48:24
2018-03-09T16:48:24
124,567,389
0
0
null
null
null
null
UTF-8
Java
false
true
2,127
java
/* * This file is generated by jOOQ. */ package org.jooq.sources.udt.pojos; import java.io.Serializable; import javax.annotation.Generated; /** * This class is generated by jOOQ. */ @Generated( value = { "http://www.jooq.org", "jOOQ version:3.10.3" }, comments = "This class is genera...
[ "alsamancov@gmail.com" ]
alsamancov@gmail.com
d58bdae63ebfb4eb539bee8f4cff50ed7670fe6c
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/JetBrains--intellij-community/b0408c935492cebf0357e24f03450ec3c72acbc9/before/ToggleDumbModeAction.java
086694badabb13b8a1c1ca49309d53b07966c98e
[]
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,334
java
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
425cae469af7999d2e454c93b927dd6b7b3c8734
56540ad45b01b1086eb2a79099723a49a0d49347
/bbc/JavaProject/MR/485/src/CreatePDF.java
859e64d556acf9c66ec61a0a8e333eeb72af33f8
[]
no_license
xicpio/bbc
6d475a9a7f487f4fd5a0fd8d2ac67dfcfade083b
c23f4336a9c48c4c07d77af93be738108ee2e1c8
refs/heads/master
2021-01-23T21:53:36.609031
2017-02-25T06:53:09
2017-02-25T06:53:09
83,112,243
1
1
null
null
null
null
GB18030
Java
false
false
1,788
java
import com.itextpdf.text.*; import com.itextpdf.text.pdf.PdfWriter; import java.io.*; public class CreatePDF { /** * @param args */ public void writePDF(String fileName) { File file = new File(fileName); // 根据参数创建File对象 FileOutputStream out = null; // 创建FileOutputStream实例 Document documentPD...
[ "15262673025@163.com" ]
15262673025@163.com
7f949bbfa4de4b51aa00eda8671d4a7288b210f3
a6da8bbf46ffdf292537ff80306d0e5d80433d9c
/src/test/java/io/test/nio/NioTest.java
3e8766f5de23d3ef674daa2d22280ca5b811a4d4
[]
no_license
cugxdy/InitNettyServer
eef9903a94a500c8784bb104af192b7c513a31ce
dd86754d8ca571815ed4d0e41dec5801992f1d5b
refs/heads/master
2021-07-05T20:46:42.928710
2019-06-10T06:05:19
2019-06-10T06:05:19
190,327,704
1
0
null
2020-10-13T13:41:35
2019-06-05T04:49:34
Java
UTF-8
Java
false
false
692
java
package io.test.nio; import java.io.IOException; import java.nio.channels.Selector; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketChannel; import java.nio.channels.spi.SelectorProvider; import java.util.concurrent.TimeUnit; import org.junit.Test; public class NioTest { // private stati...
[ "cugxdy@163.com" ]
cugxdy@163.com
69815841538c4cbe602c3948147d85679578ec87
ee461488c62d86f729eda976b421ac75a964114c
/tags/HtmlUnit-1dot1/htmlunit/src/java/com/gargoylesoftware/htmlunit/html/HtmlDefinitionTerm.java
e236a9749079ff4e271bc02f74cd35fe2931b710
[]
no_license
svn2github/htmlunit
2c56f7abbd412e6d9e0efd0934fcd1277090af74
6fc1a7d70c08fb50fef1800673671fd9cada4899
refs/heads/master
2023-09-03T10:35:41.987099
2015-07-26T13:12:45
2015-07-26T13:12:45
37,107,064
0
1
null
null
null
null
UTF-8
Java
false
false
8,080
java
/* * Copyright (C) 2002 Gargoyle Software Inc. All rights reserved. * * This file is part of HtmlUnit. For details on use and redistribution * please refer to the license.html file included with these sources. */ package com.gargoylesoftware.htmlunit.html; import org.w3c.dom.Element; /** * Wrapper for the ht...
[ "(no author)@5f5364db-9458-4db8-a492-e30667be6df6" ]
(no author)@5f5364db-9458-4db8-a492-e30667be6df6
7db337c410207f63383856c70223f58e60900237
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/emoji/ui/BaseEmojiStoreUI$1.java
061382f53a119b15aa94cd2523ae39f676de96ba
[]
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,084
java
package com.tencent.mm.plugin.emoji.ui; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.sdk.platformtools.ab; final class BaseEmojiStoreUI$1 implements DialogInterface.OnClickListener {...
[ "172601673@qq.com" ]
172601673@qq.com
5681c74cfa0b2ef2ba0eed72e765429821c63207
09c87efdb3f10da99c9189403baf1ef54a924602
/src/test/java/pl/redheadsolutions/lg/lets/vote/web/rest/TestUtil.java
f8231e9d93e602934510a036e6eeeb217050986f
[]
no_license
Viwritis/rhs-lets-vote
46d8de9bc4f0ad689b6abe929fc153997319ff82
c48e9ecaf70d695d2d376a4ca83cbe769f817fb3
refs/heads/master
2022-12-29T05:44:23.529383
2020-10-18T10:10:59
2020-10-18T10:10:59
305,069,005
0
0
null
null
null
null
UTF-8
Java
false
false
6,017
java
package pl.redheadsolutions.lg.lets.vote.web.rest; import static org.assertj.core.api.Assertions.assertThat; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializationFeature; import com.fasterxml.jackson.datatype.jsr310...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
e890605980c7a8a5836caf6e7f78b6b362453959
86f44f6597536a882b7150375680ca6bd74bd0f8
/src/main/java/org/springblade/system/model/Parameter.java
7bc1f5f11260e89186ffe65d5acb938608291eb6
[ "Apache-2.0" ]
permissive
suntinghui/Blade
77e310693fc4a5ad5adde1fb520d6aa092bc05c9
f8f1932c729aff159510ad394f00f30ec77f1be7
refs/heads/master
2021-05-14T01:52:49.129493
2018-01-11T07:33:30
2018-01-11T07:33:30
116,577,855
0
0
null
null
null
null
UTF-8
Java
false
false
2,428
java
/** * Copyright (c) 2015-2017, Chill Zhuang 庄骞 (smallchill@163.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 re...
[ "tinghuisun@163.com" ]
tinghuisun@163.com
5cfa73632d230e40a1db326afe33212b11942e4a
b7936f9a99afb096bc6d68448c32631d7416e177
/build/tmp/recompileMc/sources/net/minecraft/world/gen/feature/WorldGenEndIsland.java
88bcb8442fa2e8b627697d8963d2343220c02568
[]
no_license
AlphaWolf21/JATMA
ff786893893879d1f158a549659bbf13a5e0763c
93cf49cca9e23fa1660099999b2b46ce26fb3bbb
refs/heads/master
2021-01-19T02:43:34.989869
2016-11-07T04:06:16
2016-11-07T04:06:16
73,483,501
2
0
null
2016-11-11T14:20:06
2016-11-11T14:20:05
null
UTF-8
Java
false
false
1,071
java
package net.minecraft.world.gen.feature; import java.util.Random; import net.minecraft.init.Blocks; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.MathHelper; import net.minecraft.world.World; public class WorldGenEndIsland extends WorldGenerator { public boolean generate(World worldIn, R...
[ "techperson71@gmail.com" ]
techperson71@gmail.com
0f5ca2e3ef78bba8a1e1e8fa71cce17891bdd334
8b6856b3ec10fb77c8af5980bd9beb6aa2e2d4a3
/common/hessian/src/main/java/com/alibaba/citrus/hessian/io/HessianSerializerOutput.java
1f41c0c7459266c26cae26df496afb3a0fdfe2df
[ "Apache-2.0" ]
permissive
huxiaohang/citrus
400a528895cd051ccd24b1ec690817c70aa067a5
f915cc1bb0389899adaaabb2eaf4e301517dbfa1
refs/heads/master
2020-12-25T12:27:43.092996
2011-11-05T09:18:10
2011-11-05T09:18:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,463
java
/* * Copyright 2010 Alibaba Group Holding Limited. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
[ "yizhi@taobao.com" ]
yizhi@taobao.com
0da3f0020939f23b1bc62a467971f31712093822
fe711416301bdc8fcd798a5c20d7a02f37f61362
/hibernate_day02/src/main/java/cn/itheima/domain/Customer.java
6737ad1561fb7a6b77bce7400ffefdb9c924088b
[]
no_license
chaiguolong/javaweb_step1
e9175521485813c40e763a95629c1ef929405010
e9e8d3e70fd5d9495b6675c60e35d8ca12eefdc2
refs/heads/master
2022-07-07T18:10:59.431906
2020-04-28T05:41:51
2020-04-28T05:41:51
143,223,415
1
0
null
2022-06-21T00:55:31
2018-08-02T00:53:40
Java
UTF-8
Java
false
false
2,314
java
package cn.itheima.domain; public class Customer { /* * CREATE TABLE `cst_customer` ( `cust_id` BIGINT(32) NOT NULL AUTO_INCREMENT COMMENT '客户编号(主键)', `cust_name` VARCHAR(32) NOT NULL COMMENT '客户名称(公司名称)', `cust_source` VARCHAR(32) DEFAULT NULL COMMENT '客户信息来源', `cust_industry` VARCHAR(32) DE...
[ "584238433@qq.com" ]
584238433@qq.com
863b4e3fa791abda8598f5d89e877fccb440e241
fbe92552cdb3859ff76a83229fd01497e7ac7bbc
/gameoflife-gwt/src/main/java/edu/pdx/cs410J/whitlock/server/PingServiceImpl.java
b34aaeda7efe2cff3477fa46bcd72f88c5dd5ff1
[ "Apache-2.0" ]
permissive
Ensath/PortlandStateJavaSummer2016
04e2e277339aaa40dc119ee2e4f2f07e85415046
3af18482d9aacefc2991388a53bce2bc60c5693b
refs/heads/master
2021-01-24T22:03:16.183787
2016-08-04T02:19:31
2016-08-04T02:19:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
734
java
package edu.pdx.cs410J.whitlock.server; import com.google.gwt.user.server.rpc.RemoteServiceServlet; import edu.pdx.cs410J.whitlock.client.Appointment; import edu.pdx.cs410J.whitlock.client.AppointmentBook; import edu.pdx.cs410J.whitlock.client.PingService; /** * The server-side implementation of the division service...
[ "david.m.whitlock@gmail.com" ]
david.m.whitlock@gmail.com
f64007bc3939f3ec66a0e3cf026449f5712c9353
69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e
/methods/Method_12307.java
5f7016a3a75d982f7f6a3695a6f59e5a6925c9ac
[]
no_license
P79N6A/icse_20_user_study
5b9c42c6384502fdc9588430899f257761f1f506
8a3676bc96059ea2c4f6d209016f5088a5628f3c
refs/heads/master
2020-06-24T08:25:22.606717
2019-07-25T15:31:16
2019-07-25T15:31:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
401
java
/** * Appropriate constructor wrapper. Must be preceded by on of {@code from()} calls. * @return new drawable instance * @throws IOException when creation fails */ public GifDrawable build() throws IOException { if (mInputSource == null) { throw new NullPointerException("Source is not set"); } return mI...
[ "sonnguyen@utdallas.edu" ]
sonnguyen@utdallas.edu
9527a86e092456ad4c4a548ab165436306e18486
13cd80448e703d012049b0f28b6aaacf4f341a22
/controller/src/jrat/controller/packets/outgoing/Packet83ServerUploadSound.java
01927648ae505c31044782610cd85d9c84317539
[]
no_license
wille/jrat
89e96998b90ca4d11a3cfc72665f2d4e81fc5779
f54d3032897db337f57514d7ab8733b874192cd1
refs/heads/master
2022-06-29T21:05:02.795926
2018-08-28T15:55:39
2018-08-28T15:55:39
208,027,992
2
0
null
null
null
null
UTF-8
Java
false
false
548
java
package jrat.controller.packets.outgoing; import jrat.controller.Slave; public class Packet83ServerUploadSound implements OutgoingPacket { private byte[] data; private int read; private int quality; public Packet83ServerUploadSound(byte[] data, int read, int quality) { this.data = data; this.read = read; ...
[ "red@cmail.nu" ]
red@cmail.nu
9e51be409f69a5fa81abfb487079d9d481e464ed
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/JetBrains--kotlin/087eec45211fa3ba37cb6c49eb35589517e849ba/after/DataFlowValueRenderingTestGenerated.java
891c398673ec3c63f16e2f3a13728edde9203976
[]
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
3,377
java
/* * Copyright 2010-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
ae9b05d8337fe2122dbfc2e812b929fefb0e035c
dd3aa8ef4f470cc2ccf708389c8dc9c98c687cf2
/choosecityview/src/main/java/foora/perevozka/com/choosecityview/SpinnerItem.java
ab599a5c748b0f1b342194e52d33300bf6d59501
[]
no_license
matvapps/Trucker
e986b45347bf38d86e319d376d6179cf6effd73c
a4f32ffad8fae90b10c2dd40dd32eecbebf86179
refs/heads/master
2020-04-12T18:54:43.519584
2019-06-19T09:57:12
2019-06-19T09:57:12
162,693,845
0
0
null
null
null
null
UTF-8
Java
false
false
495
java
package foora.perevozka.com.choosecityview; /** * Created by Alexandr. */ public class SpinnerItem { private String name; private int id; public SpinnerItem(String name, int id) { this.name = name; this.id = id; } public String getName() { return name; } public...
[ "alex____98@hotmail.com" ]
alex____98@hotmail.com
a4bf013aa060448c5e5063e4d007d9ce98c61699
ead5a617b23c541865a6b57cf8cffcc1137352f2
/decompiled/sources/androidx/appcompat/view/menu/C0549o.java
1494fad630fe8150d0fa7e8cc0268159c6ae9d37
[]
no_license
erred/uva-ssn
73a6392a096b38c092482113e322fdbf9c3c4c0e
4fb8ea447766a735289b96e2510f5a8d93345a8c
refs/heads/master
2022-02-26T20:52:50.515540
2019-10-14T12:30:33
2019-10-14T12:30:33
210,376,140
1
0
null
null
null
null
UTF-8
Java
false
false
982
java
package androidx.appcompat.view.menu; import android.content.Context; import android.os.Parcelable; /* renamed from: androidx.appcompat.view.menu.o */ /* compiled from: MenuPresenter */ public interface C0549o { /* renamed from: androidx.appcompat.view.menu.o$a */ /* compiled from: MenuPresenter */ publi...
[ "seankhliao@gmail.com" ]
seankhliao@gmail.com
ff59bb04cb784b419a88efc1b2dfcc99583871e0
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-12482-10-5-PESA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/query/internal/ScriptQuery_ESTest_scaffolding.java
f64d0bde5f907d84d959c285da5e4543f215a3b3
[]
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
440
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Thu Apr 02 18:35:23 UTC 2020 */ package org.xwiki.query.internal; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Af...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
4229fb1c8e548427d3a09663bfb84ce0c370a823
2716460e2241dfed68f5b338b3fc5a1f7bc45b8d
/tillerinobot/src/main/java/tillerino/tillerinobot/diff/PercentageEstimatesImpl.java
9960d815c3ec8b11d686720f1cc63cccb55d2090
[]
no_license
blimmo/Tillerinobot
d96f42a3a1d03006d3f2367af18a41eefab13fea
6645728c5062114218db12c09525c38b887979e3
refs/heads/master
2021-01-21T20:53:43.318684
2017-06-21T08:58:54
2017-06-21T08:58:54
94,757,811
0
0
null
2017-06-19T09:08:33
2017-06-19T09:08:33
null
UTF-8
Java
false
false
1,677
java
package tillerino.tillerinobot.diff; import org.tillerino.osuApiModel.types.BitwiseMods; import lombok.Data; import lombok.NoArgsConstructor; import lombok.Setter; @Data @NoArgsConstructor(onConstructor = @__(@Deprecated)) public class PercentageEstimatesImpl implements PercentageEstimates { private CBeatmapImpl be...
[ "tillmann.gaida@gmail.com" ]
tillmann.gaida@gmail.com
bc0f5f41ddcb5375f8cd65dcaac371fd9ac05361
78c696de905e3f1a699b106c6f23893bd0e96fa3
/src/org/eclipse/help/internal/validation/TocValidator.java
95a348a1d8285faa7bffee3d5f28398fd48b220a
[]
no_license
jiangyu2015/eclipse-4.5.2-source
71d1e0b45e744ce0038e5ba17b6c3c12fd3634c5
e4a90a19989564e28d73ff64a4a2ffc2cbfeaf9e
refs/heads/master
2021-01-10T09:07:58.554745
2016-03-03T13:18:11
2016-03-03T13:18:11
52,862,391
0
0
null
null
null
null
UTF-8
Java
false
false
6,935
java
package org.eclipse.help.internal.validation; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList; import java.util.HashMap; import javax.xml.parsers.ParserConfigurationException; import org.eclipse.help.IHelpResource; import ...
[ "187_6810_5877@sina.com" ]
187_6810_5877@sina.com
f24f2c14e54b4ed11145c629146eb3a0d119ed66
50c1a79645701fd01bb4c29027ce5ec58c804f58
/src/main/java/com/rsg/labs/jhipster/web/rest/errors/CustomParameterizedException.java
11f869c44f3c871002be62f4b3ecc7d58f85c71d
[]
no_license
BulkSecurityGeneratorProject/javaReactPres
df012ad7065f417b386b97c5d6af53763f734521
e0b7c3a507c27bce2842ac69ed8f1160373fcd84
refs/heads/master
2022-12-14T18:29:17.139307
2018-07-06T07:26:30
2018-07-06T07:26:30
296,551,766
0
0
null
2020-09-18T07:49:44
2020-09-18T07:49:43
null
UTF-8
Java
false
false
1,739
java
package com.rsg.labs.jhipster.web.rest.errors; import org.zalando.problem.AbstractThrowableProblem; import java.util.HashMap; import java.util.Map; import static org.zalando.problem.Status.BAD_REQUEST; /** * Custom, parameterized exception, which can be translated on the client side. * For example: * * <pre> *...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
ff778a0dfa798cdc08ea02e256a5f837f12e833e
ebc27101c70c4ccd418df22d5d6b86987ae5ad42
/smartmining/src/main/java/com/seater/smartmining/controller/SessionController.java
2704b12555b8179eed913dbdba97df6fc14d324c
[]
no_license
KanadeSong/webserver
f555210a443c8023bfca3fe7cb49f372a3779801
b464c21d5eb33108573a2319ffd982473a489752
refs/heads/master
2022-03-31T03:07:10.023485
2019-12-31T09:59:55
2019-12-31T09:59:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,156
java
package com.seater.smartmining.controller; import com.seater.helpers.JsonHelper; import com.seater.user.entity.SysUser; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import javax.servlet.http.HttpServletRequest; import javax.servlet.http....
[ "545430154@qq.com" ]
545430154@qq.com
88ce5153946b400205984cdbb643b756399b5566
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/34/34_380e2d1478f2de5c2615994cdd1f63c0795e10f8/DeathSystem/34_380e2d1478f2de5c2615994cdd1f63c0795e10f8_DeathSystem_t.java
35a6a91875d9ebc4c984f74d4cce1b6841dac384
[]
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,681
java
package com.xkings.pokemontd.system.autonomous; import com.artemis.Aspect; import com.artemis.ComponentMapper; import com.artemis.Entity; import com.artemis.annotations.Mapper; import com.artemis.systems.EntityProcessingSystem; import com.badlogic.gdx.math.Vector3; import com.xkings.core.component.PositionCom...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
bb5b04b4307b1884beccf2cd15a0f920a65a0bc7
3df76d43273824ddeb625acb338ce543a22904f7
/ds4p-receiver/ds4p-admin-test-harness-p2/src/main/java/utsapi2_0/UtsMetathesaurusContent/GetAtomSubsetMembershipsResponse.java
b9f257fa3d0caba3c74ca9fbfd33f2fbb2886700
[]
no_license
PilotDS4P/ds4p-pilot-receiver-public
c91ff3f41c9bf7cdf37d18a923b5479d9ce2163e
545c7dd006fd7a58daab8502e6ae85e4ec0e3804
refs/heads/master
2016-09-15T21:40:32.493523
2013-05-30T19:31:50
2013-05-30T19:31:50
10,087,112
0
0
null
null
null
null
UTF-8
Java
false
false
2,181
java
/** * This software is being provided per FARS 52.227-14 Rights in Data - General. * Any redistribution or request for copyright requires written consent by the * Department of Veterans Affairs. */ package UtsMetathesaurusContent; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation...
[ "duane.decouteau@gmail.com" ]
duane.decouteau@gmail.com
6818b68dca390d8820edb681146192abea7351be
30f47590c4b70e90a2409c28759fd8bc06ef5b96
/test/src/test/java/org/zstack/test/tag/TestSystemTag2.java
4b2a0243e26ea1f2be9f21c139699a80e9e16ff2
[ "Apache-2.0" ]
permissive
no2key/zstack
4739c627bd41c84f267a09c5dcea8fcf9c603184
eda9592b3ef26363612e8df2a2c96fa12c8ba7b2
refs/heads/master
2020-12-03T03:34:02.743550
2015-07-24T03:56:18
2015-07-24T03:56:18
39,621,131
1
0
null
2015-07-24T08:38:43
2015-07-24T08:38:42
null
UTF-8
Java
false
false
2,595
java
package org.zstack.test.tag; import junit.framework.Assert; import org.junit.Before; import org.junit.Test; import org.zstack.core.cloudbus.CloudBus; import org.zstack.core.componentloader.ComponentLoader; import org.zstack.core.db.DatabaseFacade; import org.zstack.header.query.QueryOp; import org.zstack.head...
[ "xing5820@gmail.com" ]
xing5820@gmail.com
0a2c415dd1de0eaf4a186bcd795d7946811c9437
41adbde51a4d994c1500688a78e500a6b2c59a0d
/src/molab/main/java/dao/UserDao.java
7f0ba5a48e18781f39a8dfa451533e1474f1fbfd
[]
no_license
cocoy2006/ast_molab
8701f87d216e2b1eda72db3f8abe3d205a68e5bb
e2c173600990c84aa189288b873f395cb81747b7
refs/heads/master
2021-08-19T14:05:46.830873
2017-11-26T14:34:01
2017-11-26T14:34:01
112,073,485
1
0
null
null
null
null
UTF-8
Java
false
false
3,653
java
package molab.main.java.dao; import java.util.List; import molab.main.java.entity.User; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.ApplicationContext; import org.springframework.stereotype.Repository; /** * A data access object (DAO) providing persistence and search...
[ "yekk@molab.com" ]
yekk@molab.com
4aff6efc86113c0fef2358107815c5ce5c659c13
b2917c90089432697b0666cab176ac186293e13b
/common/src/main/java/io/github/flemmli97/runecraftory/common/advancements/SimpleTrigger.java
bc844e4a682932a971f1ad123336a75e20035dd6
[]
no_license
Flemmli97/RuneCraftory
42fa7fe440bf20173dea7c35ad90cda99eac28ba
9712d5fbe7e4fea6406f215e8f0678d89de715f5
refs/heads/1.18
2023-09-01T08:00:57.410057
2023-08-31T22:52:10
2023-08-31T22:52:10
118,181,636
5
0
null
2023-01-30T20:26:08
2018-01-19T21:42:22
Java
UTF-8
Java
false
false
1,479
java
package io.github.flemmli97.runecraftory.common.advancements; import com.google.gson.JsonObject; import net.minecraft.advancements.critereon.AbstractCriterionTriggerInstance; import net.minecraft.advancements.critereon.DeserializationContext; import net.minecraft.advancements.critereon.EntityPredicate; import net.mine...
[ "Flemmli97@users.noreply.github.com" ]
Flemmli97@users.noreply.github.com
ef3157de7bc4a5b478b915f4cdd8356c2c3ed2bc
07841705bb52cbe09f2f4736eb7fd3ab21dbbe03
/Others/Scope/Scope Part 2/ScopeCheck.java
edd782cf394ef3a044574cf2493dcbb7077e7c43
[]
no_license
david2999999/Java-Master-Class
a861a772bd60654344e2acf6de461c0603e5b0ea
91bf32f0a02ee8971c972132b409f0900c7f1541
refs/heads/master
2021-07-16T03:32:09.526901
2018-12-09T13:14:26
2018-12-09T13:14:26
111,569,329
2
0
null
null
null
null
UTF-8
Java
false
false
1,152
java
package com.timbuchalka; /** * Created by dev on 11/11/2015. */ public class ScopeCheck { public int publicVar = 0; private int varOne = 1; public ScopeCheck() { System.out.println("ScopeCheck created, publicVar = " + publicVar + ": varOne = " + varOne); } public int getVarOne() { ...
[ "djiang86@binghamton.edu" ]
djiang86@binghamton.edu
ec76bc57be0767780d36bc72d8a8f132d2fa0f67
c5765db45df294be9791e2fbcca65ffe2844bf22
/src/main/java/com/qd/common/utils/PropertiesLoader.java
e1c4e0c5ffd735835471c80995c6c89b72eb1a57
[ "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
4,548
java
/** * Copyright (c) 2005-2011 springside.org.cn * * $Id: PropertiesLoader.java 1690 2012-02-22 13:42:00Z calvinxiu $ */ package com.qd.common.utils; import java.io.IOException; import java.io.InputStream; import java.util.NoSuchElementException; import java.util.Properties; import org.apache.commons.io.IOUtils; ...
[ "183865800@qq.com" ]
183865800@qq.com
65226eb2be25ee3e7c7ed61b1795fd5f2c70dc62
893523f6c6d012351cae5ee1a5ed5045a5e78607
/guess-game-server/src/main/java/guess/util/load/CmsDataLoaderFactory.java
e2d9346ad369396afff470145eef1636dae4b18c
[]
no_license
JugruGroup/guess-game
873d494fcba8b3a8c8794b498078bc4badd11c60
8e982353346f6acf3bdc4c524f72e5f4f508a495
refs/heads/master
2023-08-20T11:38:31.608974
2023-08-19T17:22:04
2023-08-19T17:22:04
213,897,239
10
3
null
2023-09-14T10:20:05
2019-10-09T11:14:04
Java
UTF-8
Java
false
false
937
java
package guess.util.load; import guess.domain.source.load.CmsType; import java.time.LocalDate; /** * Factory of CMS data loader. */ public class CmsDataLoaderFactory { private static final LocalDate CONTENTFUL_AND_DATE = LocalDate.of(2022, 1, 1); private CmsDataLoaderFactory() { } static CmsDataLo...
[ "dbelob@users.noreply.github.com" ]
dbelob@users.noreply.github.com
429fda19d25d4ac21c84195398c0274015a36cd3
13e87bedfeecf62a2ee92f7dc81b010178910d47
/ProfessionalAndroid4ApplicationDevelopment/Code Snippets/Chapter 15/PA4AD_Ch15_Intent_Camera/src/com/paad/intentcamera/CameraActivity.java
3209f8eea5dadcbe22fd44d7da9256994f1c5f9c
[]
no_license
longlinht/SourcesFromBook
fc44e4a2f67bb4df3a6866280c562a82ed83b6bd
6eea43041800e843a22d4bb0757222d8064b8716
refs/heads/master
2021-07-18T03:18:57.075712
2021-03-03T07:31:50
2021-03-03T07:31:50
61,864,811
3
1
null
null
null
null
UTF-8
Java
false
false
3,576
java
package com.paad.intentcamera; import java.io.File; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.os.Environment; import android.provider.MediaStore; import android.vie...
[ "longlinht@gmail.com" ]
longlinht@gmail.com
ca696f9e375b3d9743179607483bca34e37a9ac5
64b47f83d313af33804b946d0613760b8ff23840
/tags/dev-3-7-4/weka/src/main/java/weka/gui/beans/ClassAssignerCustomizer.java
f5b26ce0862952d1e732416ce45e99ea7b29b4be
[]
no_license
hackerastra/weka
afde1c7ab0fbf374e6d6ac6d07220bfaffb9488c
c8366c454e9718d0e1634ddf4a72319dac3ce559
refs/heads/master
2021-05-28T08:25:33.811203
2015-01-22T03:12:18
2015-01-22T03:12:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,987
java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
[ "mhall@e0a1b77d-ad91-4216-81b1-defd5f83fa92" ]
mhall@e0a1b77d-ad91-4216-81b1-defd5f83fa92
a86ac209556bd850ef382f7acc0747d5c6db3052
99a8722d0d16e123b69e345df7aadad409649f6c
/jpa/deferred/src/main/java/example/repo/Customer1521Repository.java
e44d48e867574b97f87225bbaad498e13b98c8fc
[ "Apache-2.0" ]
permissive
spring-projects/spring-data-examples
9c69a0e9f3e2e73c4533dbbab00deae77b2aacd7
c4d1ca270fcf32a93c2a5e9d7e91a5592b7720ff
refs/heads/main
2023-09-01T14:17:56.622729
2023-08-22T16:51:10
2023-08-24T19:48:04
16,381,571
5,331
3,985
Apache-2.0
2023-08-25T09:02:19
2014-01-30T15:42:43
Java
UTF-8
Java
false
false
284
java
package example.repo; import example.model.Customer1521; import java.util.List; import org.springframework.data.repository.CrudRepository; public interface Customer1521Repository extends CrudRepository<Customer1521, Long> { List<Customer1521> findByLastName(String lastName); }
[ "ogierke@pivotal.io" ]
ogierke@pivotal.io
ecfb135ddf2281552c2ccc579d9c903815f60e54
cf4e63a3983b4e65b08368e678900b0a56a801a9
/bbb-screenshare/app/src/main/java/org/bigbluebutton/app/screenshare/red5/EventListenerImp.java
d42bdd32d897204c03e9e6fcabd0b57c88650a8f
[]
no_license
Rickib93/bigbluebutton
bdfdd07a1b6b3cceaae41f273f37a9bec1d5fc38
4f4f2a71effc708aa9f8ce76adbfd71b9b0fc7b4
refs/heads/master
2021-01-18T02:56:10.585852
2016-08-15T20:25:05
2016-08-15T20:25:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,961
java
package org.bigbluebutton.app.screenshare.red5; import java.util.HashMap; import java.util.Map; import org.bigbluebutton.app.screenshare.events.IEvent; import org.bigbluebutton.app.screenshare.events.IEventListener; import org.bigbluebutton.app.screenshare.events.ShareStartedEvent; import org.bigbluebutton.ap...
[ "ritzalam@gmail.com" ]
ritzalam@gmail.com
10334fa69faccb2896f2654158344a43abb675e3
eb2c22492d4740a3eb455f2a898f6b3bc8235809
/jnnsBank/kyc-api/src/main/java/com/ideatech/ams/kyc/dto/CarrierOperatorDto.java
32ab259f8de8efc598d4602f809203c1b6e457d5
[]
no_license
deepexpert-gaohz/sa-d
72a2d0cbfe95252d2a62f6247e7732c883049459
2d14275071b3d562447d24bd44d3a53f5a96fb71
refs/heads/master
2023-03-10T08:39:15.544657
2021-02-24T02:17:58
2021-02-24T02:17:58
341,395,351
1
0
null
null
null
null
UTF-8
Java
false
false
479
java
package com.ideatech.ams.kyc.dto; import com.ideatech.common.dto.BaseMaintainableDto; import lombok.Data; @Data public class CarrierOperatorDto extends BaseMaintainableDto { //姓名 private Long id; //姓名 private String name; //手机号 private String mobile; //身份证号码 private String cardno; //查询结果状态(success成功,fail失败) ...
[ "807661486@qq.com" ]
807661486@qq.com
2c06c56126c7188c167b0b02d20702a1f5d89068
c37d2a36312534a55c319b19b61060649c7c862c
/app/src/main/java/com/spongycastle/jcajce/provider/asymmetric/util/DSABase.java
897bbbf4057fffdf99ef8d8edecf650973dc8412
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
trwinowiecki/AndroidTexting
f5626ad91a07ea7b3cd3ee75893abf8b1fe7154f
27e84a420b80054e676c390b898705856364b340
refs/heads/master
2020-12-30T23:10:17.542572
2017-02-01T01:46:13
2017-02-01T01:46:13
80,580,124
0
0
null
null
null
null
UTF-8
Java
false
false
2,799
java
package com.spongycastle.jcajce.provider.asymmetric.util; import java.math.BigInteger; import java.security.SignatureException; import java.security.SignatureSpi; import java.security.spec.AlgorithmParameterSpec; import com.spongycastle.asn1.pkcs.PKCSObjectIdentifiers; import com.spongycastle.asn1.x509.X509ObjectIden...
[ "trw0511@gmail.com" ]
trw0511@gmail.com
e7a0b1b9ef8d910ab972611b59f302dd3bab7332
254fdb8729b639fd0fb9896364d0e89186521b6a
/src/main/java/com/fishercoder/solutions/_740.java
01a859eebfc34ecacfdf34878187c2e50d77abf9
[ "Apache-2.0" ]
permissive
jiangxf/java_interview
99e9601aefa058a2465946803ad348ffb91f804e
1a1794689d7a977464e7e47a994140de67cf56be
refs/heads/master
2020-04-08T14:54:06.386481
2018-12-04T06:03:31
2018-12-04T06:03:31
159,456,451
0
0
null
null
null
null
UTF-8
Java
false
false
1,984
java
package com.fishercoder.solutions; /** * 740. Delete and Earn * <p> * Given an array nums of integers, you can perform operations on the array. * In each operation, you pick any nums[i] and delete it to earn nums[i] points. After, you must delete every element equal to nums[i] - 1 or nums[i] + 1. * You start with...
[ "jiangxiaofeng@simuyun.com" ]
jiangxiaofeng@simuyun.com
cc4ddd3beb0f9f888dd29c1c33a2a7061b790753
9410ef0fbb317ace552b6f0a91e0b847a9a841da
/src/main/java/com/tencentcloudapi/ciam/v20210420/models/ListUserGroupsRequest.java
b62bb9da2fbc949230a397931b31c514be456fdd
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-java-intl-en
274de822748bdb9b4077e3b796413834b05f1713
6ca868a8de6803a6c9f51af7293d5e6dad575db6
refs/heads/master
2023-09-04T05:18:35.048202
2023-09-01T04:04:14
2023-09-01T04:04:14
230,567,388
7
4
Apache-2.0
2022-05-25T06:54:45
2019-12-28T06:13:51
Java
UTF-8
Java
false
false
4,054
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
16f33358b3d81f1ec1c727e4c07a1fe2d5907f65
4c2e8b9d64dce94ec74fa2a4951a926f42db7f7a
/src/by/it/_examples_/jd02_06/p03_abstract_factory/Start.java
3a2df362cab86f22e564c27a1e78e716722b02c0
[]
no_license
NorthDragons/JD2021-02-24
7ffa5d4fc6d0984563a0af192fc34b921327c52a
14bc46e536a1352dca08585ed03309e1e11e52e5
refs/heads/master
2023-04-01T16:44:33.325159
2021-04-23T14:59:25
2021-04-23T14:59:25
344,739,064
1
0
null
null
null
null
UTF-8
Java
false
false
674
java
package by.it._examples_.jd02_06.p03_abstract_factory; import by.it._examples_.jd02_06.p03_abstract_factory.factory.impl.BelorussianFactory; import by.it._examples_.jd02_06.p03_abstract_factory.factory.impl.USAFactory; import by.it._examples_.jd02_06.p03_abstract_factory.factory.interfaces.TransportFactory; public cl...
[ "akhmelev@gmail.com" ]
akhmelev@gmail.com
8b194064124211971ef8956664936934c69d00aa
a33aac97878b2cb15677be26e308cbc46e2862d2
/data/libgdx/HullDesc_getMVertices.java
a0c8f2c65b464ab8e4b00dc4d966c9710322cd12
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
166
java
public btVector3 getMVertices() { long cPtr = LinearMathJNI.HullDesc_mVertices_get(swigCPtr, this); return (cPtr == 0) ? null : new btVector3(cPtr, false); }
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
ea0a93e57841fbb02f3cacd7a4f82403d8b9fb34
6866965eee7057a7d98826fcf96e49c56461f111
/zjp2p-web-cxf/src/main/java/com/zjgt/msg/util/HttpRequest.java
4cc23cd7abd70d94ebe22e39b9e14d02cc8473c8
[]
no_license
Permissions-System/zjparent
c4b8c39de36b07e6d7863827dde65a04fa563187
4bf961785eb06f8b52db5e16b6e37a8e269d264f
refs/heads/master
2020-03-15T04:30:34.791636
2018-05-03T08:52:48
2018-05-03T08:52:48
131,967,240
0
0
null
null
null
null
UTF-8
Java
false
false
4,841
java
package com.zjgt.msg.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.URL; import java.net.URLConnection; import java.util.List; import java.util.Map; public class HttpRequest { /** * 向指定URL发送GET方法的请求 * *...
[ "kaiyun@zillionfortune.com" ]
kaiyun@zillionfortune.com
c04cd89a1026a80dc72d29a16ae868c502cb8bec
fbf95d693ad5beddfb6ded0be170a9e810a10677
/finance/egov/egov-collection/src/main/java/org/egov/collection/integration/models/PaymentInfoChequeDD.java
fe7da6b14944c98cebefca4de6962fd878ef2a81
[ "GPL-1.0-or-later", "GPL-3.0-or-later", "LicenseRef-scancode-proprietary-license", "GPL-3.0-only", "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
egovernments/DIGIT-OSS
330cc364af1b9b66db8914104f64a0aba666426f
bf02a2c7eb783bf9fdf4b173faa37f402e05e96e
refs/heads/master
2023-08-15T21:26:39.992558
2023-08-08T10:14:31
2023-08-08T10:14:31
353,807,330
25
91
MIT
2023-09-10T13:23:31
2021-04-01T19:35:55
Java
UTF-8
Java
false
false
5,104
java
/* * eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency, * accountability and the service delivery of the government organizations. * * Copyright (C) 2017 eGovernments Foundation * * The updated version of eGov suite of products as by eGovernments Foundation * ...
[ "venki@egovernments.org" ]
venki@egovernments.org
dc6489eca0d701da1650955502fce48bac324f5d
50ca020d5dcc4c6ccb717374d4cc2d84b751dd1d
/Shubham/Struts And Hibernate/Day 7-8/a2/WelcomeProject/src/com/uks/shubham/struts/day2/a1/action/UserDataAction.java
22bfafadfb96fc0781a2e9dca9384b2ad2f051d1
[]
no_license
VARADSP/NeedThisCode
16156b7c04040bf823bb8ba128abb326107071d5
19e2c8d1b2c4e91f3d5e0314e5be360ec247f8a8
refs/heads/master
2020-06-23T14:00:20.743123
2019-09-05T17:16:17
2019-09-05T17:16:17
198,641,644
0
0
null
null
null
null
UTF-8
Java
false
false
1,215
java
package com.uks.shubham.struts.day2.a1.action; import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; import java.util.List; import com.uks.shubham.struts.common.extra.DbLogic; import com.uks.shubham.struts.day2.a1.bean.LoginBean; import com.uks.shubham.struts.day2.a1.bean.UserDataBean;...
[ "parlikarvarad@gmail.com" ]
parlikarvarad@gmail.com
a5dec4f8bdaf3837c11ba23e036dfcd263f195c4
25a91c33745c6b4476ea6cc67b8c12d1cf10c472
/TIJ4/src/za/co/coach/learning/tij/interfaces/Adventure.java
d5fcdb1eab7355beecc84174d6bfe866ed0b573b
[]
no_license
kumbirai/Learning
f3148b90c8d532316397d87b3027d5efff801d5e
73573e416acf26c069a5f5240532e940b4a8fafa
refs/heads/master
2021-01-15T17:07:12.084262
2013-01-03T09:31:14
2013-01-03T09:31:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
897
java
package za.co.coach.learning.tij.interfaces; //: za.co.coach.learning.tij.interfaces/Adventure.java // Multiple za.co.coach.learning.tij.interfaces. interface CanFight { void fight(); } interface CanSwim { void swim(); } interface CanFly { void fly(); } class ActionCharacter { public void fight() { } } class...
[ "kumbirai@gmail.com" ]
kumbirai@gmail.com
ae7b2cefef792b3caaf146bbbf17c598d4e08550
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Lang/40/org/apache/commons/lang/text/StrBuilder_appendln_778.java
64237327c1f6899524730943325e0b4468a73fe9
[]
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
4,134
java
org apach common lang text build string constitu part provid flexibl power api string buffer stringbuff main differ string buffer stringbuff string builder stringbuild subclass direct access charact arrai addit method append separ appendwithsepar add arrai valu separ append pad appendpad...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
01bc365b9eced306af67283d88dd2dcfe896bfae
81c4910a6784b3f0b512d972054d33cca75a7cd6
/src/main/java/com/guohuai/mmp/investor/baseaccount/refer/details/InvestoRefErDetailsClientController.java
f747fb15160e968e7d5b9675e8297bb788e27311
[]
no_license
songpanyong/m-boot
0eeef760b87ede204b5d891fd7090315248a0fce
21717db7488daf6bd3f341b677e0424c9fe70b7a
refs/heads/master
2020-03-10T04:46:55.738802
2018-04-12T05:51:13
2018-04-12T05:51:13
129,201,268
0
1
null
null
null
null
UTF-8
Java
false
false
2,872
java
package com.guohuai.mmp.investor.baseaccount.refer.details; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import javax.persistence.criteria.Predicate; import javax.persistence.criteria.Root; import org.springframework.beans.factory.annotation.Autowired; import org...
[ "songpanyong@163.com" ]
songpanyong@163.com