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
5bf174ec6b1f93fd18f6f4d9b66fdd2ce7db4ab3
6da53d9434a0f2d13eca1b033bc80931147b1b6d
/src/main/java/com/lun/light/component/collectioncomponent/Person.java
b78a00b3f73bdd8cbacf5dee28d4e0e9a74cbe81
[]
no_license
JallenKwong/LearnHibernate
02af1425061818ca7f02299198b4e71852db8299
a83d6739ac2930df8ae9c00bd79262cf6d699c61
refs/heads/master
2022-11-27T14:32:42.319030
2020-02-15T12:52:14
2020-02-15T12:52:14
148,677,523
0
0
null
2022-11-24T04:28:30
2018-09-13T18:02:50
Java
UTF-8
Java
false
false
1,462
java
package com.lun.light.component.collectioncomponent; import java.util.*; import javax.persistence.*; /** * @version 1.0 */ @Entity @Table(name="person_inf") public class Person { @Id @Column(name="person_id") @GeneratedValue(strategy=GenerationType.IDENTITY) private Integer id; private int age; // Map集合元素是组件 ...
[ "jallenkwong@163.com" ]
jallenkwong@163.com
0f6ea10aacb6566a0c58a11697160a306d453c70
df4af740ec42e1771cf11b5412d7201fcb39d80d
/configcenter-spring-boot-starter/src/main/java/org/antframework/configcenter/spring/boot/EnvironmentInitializer.java
4b666b469598fe3ed99eb7cf36f8cadaec8cdac7
[]
no_license
ZhangLe1993/configcenter
0bb20c4e529f03aafa6b269be338f56b2f88ba20
6068ad1efe38388ac39592dc5b834811de0d78d0
refs/heads/master
2020-04-19T02:46:08.994474
2019-01-10T15:13:24
2019-01-10T15:13:24
167,914,087
1
0
null
null
null
null
UTF-8
Java
false
false
3,071
java
/* * 作者:钟勋 (e-mail:zhongxunking@163.com) */ /* * 修订记录: * @author 钟勋 2018-05-03 10:10 创建 */ package org.antframework.configcenter.spring.boot; import org.antframework.configcenter.client.Config; import org.antframework.configcenter.spring.ConfigsContexts; import org.antframework.configcenter.spring.context.Conte...
[ "zhongxunking@163.com" ]
zhongxunking@163.com
cd9255da27f325e7eccd65300a292bd2614d36f0
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/BoilerActuator1733.java
a6810baa6493103153c5a3a28cf92a29ccaef98c
[]
no_license
soha500/EglSync
00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638
55101bc781349bb14fefc178bf3486e2b778aed6
refs/heads/master
2021-06-23T02:55:13.464889
2020-12-11T19:10:01
2020-12-11T19:10:01
139,832,721
0
1
null
2019-05-31T11:34:02
2018-07-05T10:20:00
Java
UTF-8
Java
false
false
267
java
package syncregions; public class BoilerActuator1733 { public int execute(int temperatureDifference1733, boolean boilerStatus1733) { //sync _bfpnGUbFEeqXnfGWlV1733, behaviour Half Change - return temperature - targetTemperature; //endSync } }
[ "sultanalmutairi@172.20.10.2" ]
sultanalmutairi@172.20.10.2
dafa748be6cd8f8b29808552cf87e8b7d6b5d13b
b9b51ae6bb0ca7e423d3e7d94c2cd02ee2708668
/src/main/java/com/experts/core/biller/statemachine/api/jooq/tables/records/TransactionRecord.java
0b65fb59f5a7ed45aadbeede85bc79fe9420ed0e
[]
no_license
expertsleads1987/billers-latest
2be313849c9cfc5aa95a6d4eb51cf275b197f4e1
64b6f5dbeff379a59aded0339a93829d444b6460
refs/heads/master
2022-10-17T09:25:19.921571
2018-09-15T14:07:10
2018-09-15T14:07:10
148,882,161
0
4
null
2022-10-05T19:11:21
2018-09-15T08:00:51
JavaScript
UTF-8
Java
false
true
7,932
java
/* * This file is generated by jOOQ. */ package com.experts.core.biller.statemachine.api.jooq.tables.records; import com.experts.core.biller.statemachine.api.jooq.tables.Transaction; import java.sql.Timestamp; import javax.annotation.Generated; import org.jooq.Field; import org.jooq.Record1; import org.jooq.Reco...
[ "yousef.ataya@experts.ps" ]
yousef.ataya@experts.ps
08557c5774eb3d49bbde692b4d9eb9d06c7476b4
d4028778cc8c83d77b5b90489a90f7e0a7710815
/plugins/org.infai.m3b.visio.emf/src/org/infai/m3b/visio/emf/visiostub/Windows.java
36e9627b0018bdc6622e60c0e8f1aa6c59e9e5fa
[]
no_license
bflowtoolbox/app
881a856ea055bb8466a1453e2ed3e1b23347e425
997baa8c73528d20603fa515e3d701334acb1be4
refs/heads/master
2021-06-01T15:19:14.222596
2020-06-15T18:36:49
2020-06-15T18:36:49
39,310,563
5
7
null
2019-02-05T16:02:49
2015-07-18T19:44:51
Java
UTF-8
Java
false
false
509
java
package org.infai.m3b.visio.emf.visiostub; import org.jawin.*; /** * Jawin generated code please do not edit * * CoClass Interface: Windows * Description: The windows open in a Visio Application or Window. The first Window in a Windows collection is item 1. * Help file: C:\Program Files\Micr...
[ "astorch@ee779243-7f51-0410-ad50-ee0809328dc4" ]
astorch@ee779243-7f51-0410-ad50-ee0809328dc4
533bb40baaa2493dcdec15529a9338541101dac6
516903a7cc62348994527593101ef86164fd21d7
/content/StorageClient/StorageClientSample/src/main/gen/com/example/android/storageclient/Manifest.java
77dc0aceb0726214a1c885aa204353c34215a078
[]
no_license
dmitrykolesnikovich/android-samples
6e2eed839c7d45be34802d90b787b0c24e072f39
4872cf282444bdbff5df26f309f31389a3b19a49
refs/heads/master
2020-05-17T05:33:40.317164
2015-09-24T17:49:54
2015-09-24T17:49:54
22,377,454
0
0
null
null
null
null
UTF-8
Java
false
false
203
java
/*___Generated_by_IDEA___*/ package com.example.android.storageclient; /* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ public final class Manifest { }
[ "kolesnikovichdn@gmail.com" ]
kolesnikovichdn@gmail.com
46ec7378e434a4b86bbde78e3b9a911f5026a568
e21d17cdcd99c5d53300a7295ebb41e0f876bbcb
/22_Chapters_Edition/src/main/java/com/lypgod/test/tij4/practices/Ch7_ReusingClasses/Practice2/Detergent.java
030e142b730ee410a5d9a0383e722e47b17cb6b1
[]
no_license
lypgod/Thinking_In_Java_4th_Edition
dc42a377de28ae51de2c4000a860cd3bc93d0620
5dae477f1a44b15b9aa4944ecae2175bd5d8c10e
refs/heads/master
2020-04-05T17:39:55.720961
2018-11-11T12:07:56
2018-11-11T12:08:26
157,070,646
0
0
null
null
null
null
UTF-8
Java
false
false
1,384
java
package com.lypgod.test.tij4.practices.Ch7_ReusingClasses.Practice2;//: reusing/Detergent.java // Inheritance syntax & properties. class Cleanser { private String s = "Cleanser"; public void append(String a) { s += a; } public void dilute() { append(" dilute()"); } public voi...
[ "lypgod@hotmail.com" ]
lypgod@hotmail.com
b26e9e4e076ee9fe2c97f58c2d38188cf0f3821d
f766baf255197dd4c1561ae6858a67ad23dcda68
/app/src/main/java/com/tencent/mm/u/c/f.java
d33cea260e15c6e1b37a1b05da38740f70e0cfdb
[]
no_license
jianghan200/wxsrc6.6.7
d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849
eb6c56587cfca596f8c7095b0854cbbc78254178
refs/heads/master
2020-03-19T23:40:49.532494
2018-06-12T06:00:50
2018-06-12T06:00:50
137,015,278
4
2
null
null
null
null
UTF-8
Java
false
false
896
java
package com.tencent.mm.u.c; import com.tencent.mm.u.b.d; import com.tencent.mm.u.d.a; import java.util.HashMap; import junit.framework.Assert; import org.json.JSONObject; public final class f { public a doM; public d doX; public g dpa; public f(d paramd, g paramg, a parama) { Assert.assertNotNull(par...
[ "526687570@qq.com" ]
526687570@qq.com
ad9e3d5dd96b9a756a39f553cab86c543ec5d8e7
6dbae30c806f661bcdcbc5f5f6a366ad702b1eea
/Corpus/eclipse.jdt.ui/8578.java
a0f5de969babfb65ef39d4a1a0809e69d1b37a0f
[ "MIT" ]
permissive
SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018
d3fd21745dfddb2979e8ac262588cfdfe471899f
0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0
refs/heads/master
2020-03-31T15:52:01.005505
2018-10-01T23:38:50
2018-10-01T23:38:50
152,354,327
1
0
MIT
2018-10-10T02:57:02
2018-10-10T02:57:02
null
UTF-8
Java
false
false
2,653
java
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
[ "masudcseku@gmail.com" ]
masudcseku@gmail.com
c3e0c698f9e25f1776101346f14db5604b8f8e76
c62ddcd27b0c259fd77c19b2c10af12f832ab5ef
/xungen/src/main/java/com/ruihuo/ixungen/utils/ShareUtils.java
2cd848796c9e882fe75dab6c26a0f809b6878784
[]
no_license
yudonghui/ixungen
f759d0059a4b5d64e877d0518d76c4210980c119
e1e2bd9ae1d5719cd66e91404f206efc060fd25d
refs/heads/master
2020-04-16T18:20:31.172362
2019-01-15T08:48:57
2019-01-15T08:48:57
165,815,142
0
0
null
null
null
null
UTF-8
Java
false
false
6,404
java
package com.ruihuo.ixungen.utils; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.text.TextUtils; import android.util.Log; import com.ruihuo.ixungen.R; import java.util.HashMap; import cn.sharesdk.framework.Platform; import cn.sharesdk.framework....
[ "yudonghui@51caixiang.com" ]
yudonghui@51caixiang.com
dc95fa57c5cd5ade85ebc892b3f89b6fdbe8688b
4c309dfe0c97f20ddefd443c4175f5c39ca9b436
/src/main/java/com/mycompany/tech/client/UserFeignClientInterceptor.java
f5a176a63e63dca616dd33e962cf2ec8a05302c1
[]
no_license
MEJDIGHORRI/tech
a8e37752d3a26b6d990f72fe414b67594caa5fa4
5425108a8031a739df9a98e644536d6854166c98
refs/heads/main
2023-03-02T04:56:44.512707
2021-02-13T11:55:45
2021-02-13T11:55:45
239,346,098
0
0
null
null
null
null
UTF-8
Java
false
false
610
java
package com.mycompany.tech.client; import com.mycompany.tech.security.SecurityUtils; import feign.RequestInterceptor; import feign.RequestTemplate; import org.springframework.stereotype.Component; @Component public class UserFeignClientInterceptor implements RequestInterceptor { private static final String AUTHOR...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
2047903d291bf1d2766d358cbdfb167b3faa3834
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/11/11_5960fbc34544c0269d5d1f1b9f8f6c4cb64f7604/XpandResourceParser/11_5960fbc34544c0269d5d1f1b9f8f6c4cb64f7604_XpandResourceParser_t.java
549e74c87b7095bc072c7bfeb6654afc936c7ddf
[]
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,272
java
/* * Copyright (c) 2005, 2009 Sven Efftinge and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Co...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
3692148a2be1e6ef1a74d6503418cd59f5071731
fd91a17b15285d60a49d67c79a2a5bb199814cb4
/commonui/src/bean/embed/AbstractSalesOrPurchase.java
3733c8f0bdbf7a9b38c3e66b408f6dd1bf6c14c7
[]
no_license
ugurk/aasuite
b27d186b69bca6fc1983c26be515f83d2a17883a
5c3aa229b612b2fc1d791f018c4e421179c0d745
refs/heads/master
2021-01-10T02:24:37.034074
2011-11-11T13:15:34
2011-11-11T13:15:34
55,149,900
0
2
null
null
null
null
UTF-8
Java
false
false
4,567
java
/* * Salesorder.java * * Created on Nov 22, 2007, 6:07:49 PM * * To change this template, choose Tools | Templates * and open the template in the editor. */ package bean.embed; import java.io.Serializable; import java.util.Date; import java.util.List; import javax.persistence.Embeddable; import ...
[ "sales.softlabs@d6e7c0fa-23b8-11df-b9ed-85270ab41615" ]
sales.softlabs@d6e7c0fa-23b8-11df-b9ed-85270ab41615
e06953f5c87035e37199219bc5598eb62a2ec917
d099b49dc23a0af079ae1c172afb1b7b40b9fc30
/src/main/java/org/apache/camel/salesforce/dto/ContentDistributionView.java
b1db76fbbb9c8403e86a7f646e2c770c859a0113
[]
no_license
jorgecanoc/salesforce-demo
a5bea92dd33f7327d0694ebe03eb00987e586b50
5dfa7c1cb1bbbb88cc24dcbdd302006a86ad1d57
refs/heads/master
2021-01-10T09:21:54.522025
2016-03-04T19:29:39
2016-03-04T19:29:39
53,092,243
0
0
null
null
null
null
UTF-8
Java
false
false
1,719
java
/* * Salesforce DTO generated by camel-salesforce-maven-plugin * Generated on: Thu Feb 11 22:46:57 CST 2016 */ package org.apache.camel.salesforce.dto; import com.thoughtworks.xstream.annotations.XStreamAlias; import org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase; import org.codehaus.jackson.anno...
[ "jorge.canoc@gmail.com" ]
jorge.canoc@gmail.com
4d74c5815f1c03b2b99ffd0f3908ea3719aa4112
c31094261c489f7ff94cb181ae7e0a0af5e2a6f9
/src/controller/DangNhapServlet.java
25f784730f4f7b79ecbb7bb53b84fb2033e12850
[]
no_license
vinhtranphuc/Demo_MVC_JspServlet
1b9316e768e9060349e536e024e65753db7ee47a
43f7b7b807a96ebfcb1b6c3ad95528c99766e4d6
refs/heads/master
2020-05-27T21:12:14.369104
2017-03-02T00:43:18
2017-03-02T00:43:18
83,614,339
0
0
null
null
null
null
UTF-8
Java
false
false
1,499
java
package controller; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import model.bo.NguoiDungBO; /** * Servlet implementatio...
[ "you@example.com" ]
you@example.com
800445359454bf9e95ff806293405f74e2e77e8b
7e1511cdceeec0c0aad2b9b916431fc39bc71d9b
/flakiness-predicter/input_data/original_tests/wro4j-wro4j/nonFlakyMethods/ro.isdc.wro.model.resource.processor.decorator.TestBenchmarkProcessorDecorator-shouldInvokeBeforeAndAfterInDebugMode.java
6c9ca7ed78d483df7f2e2ebe062e37fc5d0cb1c1
[ "BSD-3-Clause" ]
permissive
Taher-Ghaleb/FlakeFlagger
6fd7c95d2710632fd093346ce787fd70923a1435
45f3d4bc5b790a80daeb4d28ec84f5e46433e060
refs/heads/main
2023-07-14T16:57:24.507743
2021-08-26T14:50:16
2021-08-26T14:50:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
248
java
@Test public void shouldInvokeBeforeAndAfterInDebugMode() throws Exception { Context.get().getConfig().setDebug(true); victim.process(mockResource,mockReader,mockWriter); Mockito.verify(mockBefore).run(); Mockito.verify(mockAfter).run(); }
[ "aalsha2@masonlive.gmu.edu" ]
aalsha2@masonlive.gmu.edu
0a58e4895857ffcd453c9927b529d63c4b0af625
3fdc23d1f6a30d00fde0f27b883b24acd02dc93e
/kyu8/YesOrNo.java
67a29d6f11dc528eeab36d2d12fe53ad2b877700
[]
no_license
RossHS/CodeWars
e14ebe58c2ce52f65c04b84a11d9163ff99c80b7
ad7327bc21e965d7a272c2bde5203940dd0d6b5b
refs/heads/master
2020-03-12T02:25:13.591643
2019-07-11T13:22:03
2019-07-11T13:22:03
130,402,330
0
0
null
null
null
null
UTF-8
Java
false
false
324
java
package exercises.codewars.kyu8; /** * Complete the method that takes a boolean value and return a "Yes" string for true, or a "No" string for false. * * @author Ross Khapilov * @version 1.0 02.07.2018 */ public class YesOrNo { public static String boolToWord(boolean b) { return b ? "Yes" : "No"; ...
[ "rossxpanteley@gmail.com" ]
rossxpanteley@gmail.com
97f972e98a3b96474fa2914ff48d1f371381d6d9
9c2ee93014f91da3e6eb37bebe9bfd54e9b07591
/models/src/main/java/com/emc/vipr/model/object/datastore/DataStoreRestRep.java
ae7b9de45b62010713f1a03e8574d3cc947f584c
[ "Apache-2.0" ]
permissive
jasoncwik/controller-client-java
c0b58be4c579ad9d748dc9a5d674be5ec12d4d24
b1c115f73393381a58fd819e758dae55968ff488
refs/heads/master
2021-01-18T16:24:57.131929
2014-03-13T15:27:30
2014-03-13T15:27:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,515
java
/** * Copyright (c) 2008-2011 EMC Corporation * All Rights Reserved * * This software contains the intellectual property of EMC Corporation * or is licensed to EMC Corporation from third parties. Use of this * software and the intellectual property contained therein is expressly * limited to the terms and cond...
[ "Christopher.Dail@emc.com" ]
Christopher.Dail@emc.com
7acf986d7b2193c6fc514d9faed86391bcb02718
0ece1d19765c9e7b322972c427861ea4fad516bd
/imsdk/src/main/java/com/qunar/im/ui/presenter/views/IAnnounceView.java
9ab97c170f60237ad0aa311076fc9f6f174e3da4
[ "MIT" ]
permissive
froyomu/imsdk-android
ef9c8308dcf8fe9e9983b384f6bbe0b0519c8036
a800f75dc6653eeb932346f6c083f1c547ebd876
refs/heads/master
2020-04-11T06:42:15.067453
2019-09-25T05:32:32
2019-09-25T05:32:32
161,588,802
0
0
MIT
2018-12-13T05:33:02
2018-12-13T05:33:02
null
UTF-8
Java
false
false
331
java
package com.qunar.im.ui.presenter.views; import com.qunar.im.base.module.IMMessage; import java.util.List; /** * Created by xinbo.wang on 2015/6/8. */ public interface IAnnounceView { void setAnnounceList(List<IMMessage> msgs); void setTitle(String name); void addHistoryMessage(List<IMMessage> historyM...
[ "lihaibin.li@qunar.com" ]
lihaibin.li@qunar.com
6d3fcb3f6a949f12d8ea33f2169f784de8d6c873
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/microgw-20200810/src/main/java/com/aliyun/microgw20200810/models/GetAuthTicketByIdHeaders.java
78602626f5bcbc15be0fa84bbd845301c938dc44
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
1,074
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.microgw20200810.models; import com.aliyun.tea.*; public class GetAuthTicketByIdHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; // cookie @NameInMap("cookie") public...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
d77ec0cd76c93703df87ca89a2407142a6662bf9
3eb360b54c646b2bdf9239696ddd7ce8409ece8d
/lm_terminal/src/com/lauvan/emergencyplan/service/MonitoringWarningService.java
a37774bbb3b22f9222db1ba1ba97d8e4d492dab1
[]
no_license
amoydream/workspace
46a8052230a1eeede2c51b5ed2ca9e4c3f8fc39e
72f0f1db3e4a63916634929210d0ab3512a69df5
refs/heads/master
2021-06-11T12:05:24.524282
2017-03-01T01:43:35
2017-03-01T01:43:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
234
java
package com.lauvan.emergencyplan.service; import com.lauvan.base.dao.BaseDAO; import com.lauvan.emergencyplan.entity.E_Monitoring_Warning; public interface MonitoringWarningService extends BaseDAO<E_Monitoring_Warning> { }
[ "jason.ss.tao@qq.com" ]
jason.ss.tao@qq.com
ae17c85264d4a07956b41a02a850f30167c13216
48e0f257417cfb75a79aa2c1cec4238f6b43de83
/eclipse/plugins/org.switchyard.tools.ui.editor/src/org/switchyard/tools/ui/editor/diagram/implementation/SCADiagramAddImplementationFeature.java
89d4c98e3b5882fe3814064b4762df2f52121788
[]
no_license
bfitzpat/tools
4833487de846e577cf3de836b4aa700bdd04ce52
26ea82a46c481b196180c7cb16fcd306d894987f
refs/heads/master
2021-01-17T16:06:29.271555
2017-10-13T19:14:25
2017-10-19T15:49:41
3,909,717
0
1
null
2017-08-01T09:05:50
2012-04-02T18:38:01
Java
UTF-8
Java
false
false
1,972
java
/******************************************************************************* * Copyright (c) 2012 Red Hat, Inc. * All rights reserved. * This program is made available under the terms of the * Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/le...
[ "rcernich@redhat.com" ]
rcernich@redhat.com
ee7756ee533b85a1b71137bbb77e4bb83d2c7cf9
6392035b0421990479baf09a3bc4ca6bcc431e6e
/projects/spring-data-neo4j-071588a4/curr/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepoScanningTest.java
e5ccf1dfc31f2039847829f1fd197e59c9b395c3
[]
no_license
ameyaKetkar/RMinerEvaluationTools
4975130072bf1d4940f9aeb6583eba07d5fedd0a
6102a69d1b78ae44c59d71168fc7569ac1ccb768
refs/heads/master
2020-09-26T00:18:38.389310
2020-05-28T17:34:39
2020-05-28T17:34:39
226,119,387
3
1
null
null
null
null
UTF-8
Java
false
false
1,966
java
/* * Copyright (c) [2011-2015] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except in compliance with the License. * * This product may include a number of subcomponents w...
[ "ask1604@gmail.com" ]
ask1604@gmail.com
ecca84deba59bb34af14e6f87a06031b0c0fd95e
94d91903819947c4fb2598af40cf53344304dbac
/wssmall_1.2.0/base_module/inf_server/src/main/fiddler/com/zte/cbss/autoprocess/request/PsptCheckRequest.java
f29cedfa4f4d209ab6b537dbd576373cb75ac3d5
[]
no_license
lichao20000/Union
28175725ad19733aa92134ccbfb8c30570f4795a
a298de70065c5193c98982dacc7c2b3e2d4b5d86
refs/heads/master
2023-03-07T16:24:58.933965
2021-02-22T12:34:05
2021-02-22T12:34:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,382
java
package com.zte.cbss.autoprocess.request; import org.apache.http.message.BasicNameValuePair; import org.dom4j.Document; import org.dom4j.DocumentHelper; import org.dom4j.Element; import com.zte.cbss.autoprocess.AbsHttpRequest; import com.zte.cbss.autoprocess.HttpLoginClient; import com.zte.cbss.autoprocess.PageHttpRe...
[ "hxl971230.outlook.com" ]
hxl971230.outlook.com
21dfca5ff61259931d9d7665589f9b268dd174c4
7d701debbd995889d42b52739a08cc70c94dbc3d
/elink-platform/device-gateway/elink-device-protocol-jt8082011-codec/src/main/java/com/legaoyi/protocol/messagebody/encoder/JTT808_8701_MessageBodyEncoder.java
1ea6b62ee500df1134e87fdb63a65b84f844b031
[]
no_license
jonytian/code1
e95faccc16ceb91cefbe0b52f1cf5dae0c63c143
3ffbd5017dda31dab29087e6cdf8f12b19a18089
refs/heads/master
2022-12-11T08:13:52.981253
2020-03-24T03:04:32
2020-03-24T03:04:32
249,597,038
3
2
null
2022-12-06T00:46:44
2020-03-24T02:48:20
JavaScript
UTF-8
Java
false
false
2,417
java
package com.legaoyi.protocol.messagebody.encoder; import org.springframework.stereotype.Component; import com.legaoyi.protocol.down.messagebody.JTT808_8701_MessageBody; import com.legaoyi.protocol.exception.IllegalMessageException; import com.legaoyi.protocol.message.MessageBody; import com.legaoyi.protocol.message.e...
[ "yaojiang.tian@reacheng.com" ]
yaojiang.tian@reacheng.com
a7ac205aea4875ecbe82e3d382cb7b1f3b2f9a96
372e3e07be21f00c121e3bd554d84ae181da655a
/app/src/main/java/com/ariavgroup/aplikasi_pertama_capstone_project/adapter/HomeAdapter.java
f09d979580f52ec81c87aa1b3f02bcbd1ad7b23b
[]
no_license
iavtamvan/CAPSTONE-PROJECT-RECYCLERVIEW-DUMMMY
18df31d7b430f9a22652a56d9f2422506344166c
ba1351878f44fa1b99b47a22d143728ea5029a96
refs/heads/master
2022-12-29T00:04:21.016718
2020-10-02T04:12:28
2020-10-02T04:12:28
300,497,494
0
0
null
null
null
null
UTF-8
Java
false
false
2,638
java
package com.ariavgroup.aplikasi_pertama_capstone_project.adapter; import android.content.Context; import android.content.Intent; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.cardview.wid...
[ "ade.fajr.ariav@gmail.com" ]
ade.fajr.ariav@gmail.com
a67c8251a62b09f9045957dfde798910abfb4aa8
9f8304a649e04670403f5dc1cb049f81266ba685
/common/src/main/java/com/cmcc/vrp/sms/jilin/model/Root.java
262c86795fb4d79b4d8b5b23cc1053e454aa70d9
[]
no_license
hasone/pdata
632d2d0df9ddd9e8c79aca61a87f52fc4aa35840
0a9cfd988e8a414f3bdbf82ae96b82b61d8cccc2
refs/heads/master
2020-03-25T04:28:17.354582
2018-04-09T00:13:55
2018-04-09T00:13:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
480
java
package com.cmcc.vrp.sms.jilin.model; /** * <p>Title: </p> * <p>Description: </p> * @author lgk8023 * @date 2017年4月25日 上午8:45:34 */ public class Root { private Header HEADER; private Body BODY; public Header getHEADER() { return HEADER; } public void setHEADER(Header hEADER) { ...
[ "fromluozuwu@qq.com" ]
fromluozuwu@qq.com
c047b0f67e4e29a3b5ec58602d930fa7e5fe1e4d
f7160c0f0526cc5afc0fe4e6f06d384394059aa1
/fsa/fs-commons/src/api/java/com/fs/commons/api/event/BeforeActiveEvent.java
c128ea55ea9143aa213e36905a2d7f38a800ebae
[]
no_license
o1711/somecode
e2461c4fb51b3d75421c4827c43be52885df3a56
a084f71786e886bac8f217255f54f5740fa786de
refs/heads/master
2021-09-14T14:51:58.704495
2018-05-15T07:51:05
2018-05-15T07:51:05
112,574,683
0
0
null
null
null
null
UTF-8
Java
false
false
377
java
/** * All right is from Author of the file,to be explained in comming days. * Dec 17, 2012 */ package com.fs.commons.api.event; import com.fs.commons.api.Event; /** * @author wu * */ public class BeforeActiveEvent extends Event { /** * @param type * @param source */ public BeforeActi...
[ "wkz808@163.com" ]
wkz808@163.com
17229e9cc40425420260842c1d05fa1674bd2d10
8d4a69e281915a8a68b0488db0e013b311942cf4
/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigureOrder.java
d96f2e2c3c9d7ced5c962f0be35f8b011a2354b6
[ "Apache-2.0" ]
permissive
yuanmabiji/spring-boot-2.1.0.RELEASE
798b4c29d25fdcb22fa3a0baf24a08ddd0dfa27e
6fe0467c9bc95d3849eb2ad5bae04fd9bdee3a82
refs/heads/master
2023-03-10T05:20:52.846557
2022-03-25T15:53:13
2022-03-25T15:53:13
252,902,347
320
107
Apache-2.0
2023-02-22T07:44:16
2020-04-04T03:49:51
Java
UTF-8
Java
false
false
1,717
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...
[ "983656956@qq.com" ]
983656956@qq.com
2037727a795ff568e83964b48760c972fd88158a
6a2f63d971fd5ce988c10cdc2401aae3ba5e0fee
/optifine/CloudRenderer.java
33d6cb7087f490a22be1b7904533f6b1513b7590
[ "MIT" ]
permissive
MikeWuang/hawk-client
22d0d723b70826f74d91f0928384513a419592c1
7f62687c62709c595e2945d71678984ba1b832ea
refs/heads/main
2023-04-05T19:50:35.459096
2021-04-28T00:52:19
2021-04-28T00:52:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,081
java
package optifine; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.GLAllocation; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.entity.Entity; import org.lwjgl.opengl.GL11; public class CloudRenderer { private boolean updated = false; float partialTicks; ...
[ "omadude420@gmail.com" ]
omadude420@gmail.com
8fb6b74f70608230d0a58c7dc7ca2497f5ebe222
874e9ea8775d886b87390575231a5f05572abd5d
/workspace/javase/core/src/io/Serializable/ArrSerDemo.zdq
52a8b454231d6f1b28356d638e39c7237753977f
[]
no_license
helifee/corp-project
f801d191ed9a6164b9b28174217ad917ef0380c8
97f8cdfc72ea7ef7a470723de46e91d8c4ecd8c9
refs/heads/master
2020-03-28T12:10:14.956362
2018-09-13T02:43:01
2018-09-13T02:43:01
148,274,917
2
3
null
null
null
null
UTF-8
Java
false
false
1,051
zdq
package io.Serializable; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; public class ArrSerDemo { public static void main(String[] args) throws Exception { Person[] arr = { new Person("zhangsan", 20), new P...
[ "helifee@gmail.com" ]
helifee@gmail.com
d73667f3537be046e0cb2f11454cbd71c5a670b7
655a57f06492b8f51d286263ed5aae2e8cca1e0d
/src/main/java/com/yqc/annotation/test2/MyAnnotation.java
f52e8f9fc1174bb0d94b132f9227f88c5a4111b5
[]
no_license
ningfei001/java-basic
05d436a1dcc2e917fefe1b389b76c4b9a5ea4618
55ff3e074ecd15b6cf967bb0f7b7eab139269d3c
refs/heads/master
2020-12-30T13:28:23.743091
2017-05-14T03:35:38
2017-05-14T03:35:38
91,216,645
0
0
null
2017-05-14T03:10:55
2017-05-14T03:10:54
null
UTF-8
Java
false
false
399
java
package com.yqc.annotation.test2; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD,ElementType.TYPE}) public @interface MyAnnotation { String...
[ "yangqc_ars@outlook.com" ]
yangqc_ars@outlook.com
b182e09104aefc1cb13b5e40c531aeb8452ce736
ed29778a20ac25b4eda542fcfce449a764a9229c
/ProductRecommendation/src/main/java/com/prime/jax/SM201010PersonalSettings.java
042567bf5e964ca3293bebba08235493cc90b015
[]
no_license
AgilePrimeFighting/2016Semester2Agile
e9b7d7feb84260088d21d85ea2987be3ddafe42b
f12df0183b368838c381a7aa5a83a76a9674f021
refs/heads/master
2020-04-10T21:25:15.717018
2016-10-06T07:29:09
2016-10-06T07:29:09
65,066,545
1
2
null
2016-10-05T05:22:47
2016-08-06T05:24:40
Java
UTF-8
Java
false
false
5,929
java
package com.prime.jax; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for SM201010PersonalSettings complex type. * * <p>The following schema fragment spec...
[ "liu_taichen@hotmail.com" ]
liu_taichen@hotmail.com
452d81db27e09588d7d269a1086ac32dd6757603
6dd79a56d5b04248cc3f3b9eefa5d5de34d0c7a4
/CotizadorProduccion/src/com/qbe/cotizador/model/Session.java
a19f3d8833420b80ce0cd77214587102141cbfec
[]
no_license
luisitocaiza17/Cotizador
7b3de15e0e68bfc4ef8dc4a2266b0f5ff3672a83
973e912254d1422709f696cbc05adc58f6bcf110
refs/heads/master
2021-10-15T09:05:52.576305
2019-02-05T15:49:52
2019-02-05T15:49:52
169,265,091
0
0
null
null
null
null
UTF-8
Java
false
false
1,987
java
package com.qbe.cotizador.model; import java.io.Serializable; import javax.persistence.*; import java.sql.Timestamp; /** * The persistent class for the SESSION database table. * */ @Entity @NamedQueries({ @NamedQuery(name="Session.buscarPorId", query="SELECT c FROM Session c where c.id = :id"), @N...
[ "luisito_caiza17" ]
luisito_caiza17
519a54bc15b98e943e36d87fc754d0e58428444a
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_31bb84522b11c3aa608b4a4d167212076da1e343/J/2_31bb84522b11c3aa608b4a4d167212076da1e343_J_s.java
609f82aa8978e3a83e512c1d2f9af0d8a7af7d5c
[]
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
160
java
package test public class J { public static void main(String[] args) { new S().foo("ahoy"); } public String bar(String s) { return s + s; } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
2ea6db18c6215406615066d8c2954d0bd4247d2f
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/Spring/Spring4675.java
febb13977c01b03fe6f3ce9ae10820efdf3e5a7c
[]
no_license
saber13812002/DeepCRM
3336a244d4852a364800af3181e03e868cf6f9f5
be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9
refs/heads/master
2023-03-16T00:08:06.473699
2018-04-18T05:29:50
2018-04-18T05:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
@Override public UUID generateId() { byte[] randomBytes = new byte[16]; this.random.nextBytes(randomBytes); long mostSigBits = 0; for (int i = 0; i < 8; i++) { mostSigBits = (mostSigBits << 8) | (randomBytes[i] & 0xff); } long leastSigBits = 0; for (int i = 8; i < 16; i++) { leastSigBits = (leas...
[ "Qing.Mi@my.cityu.edu.hk" ]
Qing.Mi@my.cityu.edu.hk
2590f5454a24a3d277aa8059416cdc1752a6cad5
401f4a57e06a3fc372f013fb4633313932c8229a
/com.dh_international.jprestaproduct/src/com/dh_international/jprestaproduct/schemas/AddressesId/IdCustomerElement.java
d7faf72ee88dd041e6fd8a3a0dac6d7a70281aa9
[]
no_license
solidturtle/workspace-tp
49ae3cfe42497933fcf116904d859ccfe7f330d0
568deab542b52cb89763335d62a5e6eea0c554c5
refs/heads/master
2021-01-25T08:54:27.142100
2013-10-30T19:01:18
2013-10-30T19:01:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,405
java
U2FsdGVkX19x4o91wRhYyzSNPYIUgaAYiV3MXspXYmqlmfSVlRC2ogDZapG4Ia3v OU+SK2jUmqIu49Hi+2NFPamBDTii0VekLNslpQN/R/TE8o2HnudMHPFkBgyt751e H25/GgqIu3S3Z7Y37eOVHTJkoFVyQTvoifJRsctRNKaJSkDzu2qHQmJdQTaZPQml ewjKkfgDujPxGgmlMJfeO2Zneka7xjZMIESGCZLRZiX3Nr98I5Y4goqdzV4FVQKq 47wR/ZlRROdI1pw19MvBdfKQGC7kuq1phlrVq5C+HI23ovDl0dR1TfUHPbD5...
[ "guillaume.sorbier@gmail.com" ]
guillaume.sorbier@gmail.com
f8845bda0c21e33ad9deb1e75f1c3896e01dfd9b
bb036aa7789904be16f4a706db96882a19901550
/src/main/java/object_programming/lab3/pacjenci/ChoryNaDyspepsje.java
809daa341bccf4c80e3dafab4ef01035e7085e45
[]
no_license
Av3r/excercise-adrian
0385a03a69a6e5d2782017cc22fb97e2e3f4899c
df1da989b0d27056b57b6044978fb0b6e6c43500
refs/heads/master
2021-06-12T12:54:20.860165
2017-03-19T10:13:36
2017-03-19T10:13:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
341
java
package object_programming.lab3.pacjenci; public class ChoryNaDyspepsje extends Pacjent { public ChoryNaDyspepsje(String name) { super(name); } @Override public String choroba() { return "dyspensja"; } @Override public String leczenie() { return "wę...
[ "michalskidaniel2@gmail.com" ]
michalskidaniel2@gmail.com
f94aae2f6e0dd85c973231b5f161057eaaf3b3ef
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/83/4283.java
02048330f574e433f2da105c3d953fcfcd8e46ea
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154367
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,485
java
package <missing>; public class GlobalMembers { public static int Main() { int[] a = new int[10]; int[] b = new int[10]; int i; int n; double[] g = new double[10]; double[] c = new double[10]; double jidian; double xuefen; float GPA; String tempVar = ConsoleInput.scanfRead(); if (tempVar != nul...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
1c563a99e2ea5f8976a5490fec195c3ae016865b
43ca534032faa722e206f4585f3075e8dd43de6c
/src/com/instagram/android/fragment/cl.java
254a1b40a0855a50666e7796526a76be7b7a899f
[]
no_license
dnoise/IG-6.9.1-decompiled
3e87ba382a60ba995e582fc50278a31505109684
316612d5e1bfd4a74cee47da9063a38e9d50af68
refs/heads/master
2021-01-15T12:42:37.833988
2014-10-29T13:17:01
2014-10-29T13:17:01
26,952,948
1
0
null
null
null
null
UTF-8
Java
false
false
2,504
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.instagram.android.fragment; import android.app.Dialog; import android.content.Intent; import android.os.Bundle; import android.view....
[ "leo.sjoberg@gmail.com" ]
leo.sjoberg@gmail.com
29bd1823e055a52d19fde9f07f62c07e702026e3
139960e2d7d55e71c15e6a63acb6609e142a2ace
/mobile_app1/module372/src/main/java/module372packageJava0/Foo15.java
5aaa01863e0744be2e1ae79de98062a93ff29d47
[ "Apache-2.0" ]
permissive
uber-common/android-build-eval
448bfe141b6911ad8a99268378c75217d431766f
7723bfd0b9b1056892cef1fef02314b435b086f2
refs/heads/master
2023-02-18T22:25:15.121902
2023-02-06T19:35:34
2023-02-06T19:35:34
294,831,672
83
7
Apache-2.0
2021-09-24T08:55:30
2020-09-11T23:27:37
Java
UTF-8
Java
false
false
349
java
package module372packageJava0; import java.lang.Integer; public class Foo15 { Integer int0; Integer int1; public void foo0() { new module372packageJava0.Foo14().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public voi...
[ "oliviern@uber.com" ]
oliviern@uber.com
12e5b62aef8a37bfd4e17bb0c14e6a2e8f465e00
de1f94643567aca0cbf023233eb61f1de871b47d
/calculator/src/scu/edu/ch22Bridge/BridgeMain.java
a18b9b24d52699d2d2c8d25abe07e06d6921273f
[]
no_license
xingyiyang/designpatterns
a54afc6e6a5e5e0a216e9a040f4bd49f437b5b95
5ff8715773e9bd8c83fd15e7c69c285098dcc48d
refs/heads/master
2021-07-09T05:31:15.194351
2017-10-08T04:28:32
2017-10-08T04:28:32
106,149,971
0
0
null
null
null
null
UTF-8
Java
false
false
596
java
package scu.edu.ch22Bridge; public class BridgeMain { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Mobile ab; ab = new MobileM(); ab.SetMobileSoft(new MobileGame()); ab.Run(); ab.SetMobileSoft(new MobileAddrList()); ab.Run(); ab.SetMobileSof...
[ "532956941@qq.com" ]
532956941@qq.com
9b6f1e6ba2b8b0f57f2ca285a230788b02d659f2
a544cb5ab5b1762d720653fa7233b1cfffe5220a
/Exam Preparation/Fast Food/src/main/java/app/exam/domain/dto/json/ItemJSONExportDTO.java
e5a95a83d84f38a4148de71ffbebc096c9a14f57
[]
no_license
AtanasYordanov/JavaDB-Frameworks---Hibernate-Spring-Data
ec2c7954ffed8df767d950a0a4e8aff231c185b4
cecd44ee0a6e20f6ea23c7bec5e9f62796a612a5
refs/heads/master
2021-04-03T10:08:36.875455
2018-06-19T07:42:06
2018-06-19T07:42:06
125,184,186
0
1
null
null
null
null
UTF-8
Java
false
false
737
java
package app.exam.domain.dto.json; import com.google.gson.annotations.Expose; import java.math.BigDecimal; public class ItemJSONExportDTO { @Expose private String name; @Expose private BigDecimal price; @Expose private Integer quantity; public ItemJSONExportDTO() { } public Str...
[ "naskoraist@gmail.com" ]
naskoraist@gmail.com
9440848584f98b21fa62d99dd8756cf881e41749
ebe222e23b4022e29c95ea5823ff7b646ef51d5a
/app/src/main/java/com/runtai/newdexintong/module/homepage/utils/SkipToPointActivityUtil.java
ba9fc9a5d63d7560840bf8f037a23b72a5f9b947
[]
no_license
hailinliu/Dexintong
902a0875bc6060b9031235e7af1d2cff2c062930
abacf20126b79d0f42a67c626634a2c73b97fbf3
refs/heads/master
2021-05-15T04:18:45.814739
2018-02-04T14:53:35
2018-02-04T14:53:35
114,599,643
0
0
null
null
null
null
UTF-8
Java
false
false
4,636
java
package com.runtai.newdexintong.module.homepage.utils; import android.content.Context; import android.content.Intent; import android.widget.Toast; import com.runtai.newdexintong.comment.utils.ToastUtil; import com.runtai.newdexintong.module.fenlei.activity.ProductDetailActivity; import com.runtai.newdexintong.module....
[ "1135231523@qq.com" ]
1135231523@qq.com
7f4c09b28762999662fc305bf22758e92d896574
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/appbrand/jsapi/nfc/HCEEventLogic.java
60b776abc1affd49ceff2cb424c28869ddfbd766
[]
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
2,310
java
package com.tencent.mm.plugin.appbrand.jsapi.nfc; import android.os.Bundle; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.plugin.appbrand.g; import com.tencent.mm.plugin.appbrand.g.c; import com.tencent.mm.plugin.appbrand.ipc.AppBrandMainProcessService; import com.tencent.mm.plugin.a...
[ "172601673@qq.com" ]
172601673@qq.com
cf15c35e6fdb378dd8f86bdf3d7abf4e54470421
252e371bb9041b08f208dd608cde0ab5ddef7918
/src/main/java/com/cropaccounting/repository/FarmerTaskRepository.java
49fe95bfa17a72c83add11e4574f157f20653982
[ "MIT" ]
permissive
wahid-nwr/cropaccounting-spring
d0bd1f1321408ce3a7be7fb0b9d366fd671a1d05
708ae04a5a6bc8c4cf40147f0ab5c1e6b4be82c8
refs/heads/master
2020-03-22T01:54:59.448892
2018-07-04T20:32:30
2018-07-04T20:32:30
139,338,001
0
0
null
null
null
null
UTF-8
Java
false
false
230
java
package com.cropaccounting.repository; import org.springframework.data.repository.CrudRepository; import com.cropaccounting.models.FarmerTask; public interface FarmerTaskRepository extends CrudRepository<FarmerTask, Long> { }
[ "wahid_nwr@yahoo.com" ]
wahid_nwr@yahoo.com
f55b8318d2cb9a95e47f842f020d7c4f69794671
71c826ffa53ac8af9760f4443ba0dc0d78b4a8e9
/src/main/java/oasis/names/specification/ubl/schema/xsd/commonbasiccomponents_2/ResponseTimeType.java
a31830a2cb07a1b4cd1d4db6ae2ac44a4734f917
[]
no_license
yosmellopez/xml-dependencies
5fc4df3b40ea9af6d6815d64a55aa02cbbe2fb45
ad2404c11ae9982e9500692f2173261b2f258796
refs/heads/master
2022-09-25T15:03:45.927106
2020-05-27T03:20:13
2020-05-27T03:20:13
267,195,324
0
0
null
null
null
null
UTF-8
Java
false
false
1,223
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-147 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017...
[ "yosmellopez@gmail.com" ]
yosmellopez@gmail.com
1e16b77371373bd9e1a36e5e466886d905588880
e5431a10d8a82b382fa586724be9f804041fa0fe
/gaia-hadoop/behemoth-crawler-job/src/main/java/com/lucid/crawl/behemoth/DirectAccessCorpusGenerator.java
126d85a94b757cc86ac9a502d3517e396df4ac93
[]
no_license
whlee21/gaia
65ca1a45e3c85ac0a368a94827e53cf73834d48b
9abcb86b7c2ffc33c39ec1cf66a25e9d2144aae0
refs/heads/master
2022-12-26T14:06:44.067143
2014-05-19T16:15:47
2014-05-19T16:15:47
14,943,649
2
0
null
2022-12-14T20:22:44
2013-12-05T04:16:26
Java
UTF-8
Java
false
false
7,356
java
package com.lucid.crawl.behemoth; import com.digitalpebble.behemoth.BehemothConfiguration; import com.digitalpebble.behemoth.util.CorpusGenerator.Counters; import java.io.FileNotFoundException; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import org.apache.common...
[ "whlee21@gmail.com" ]
whlee21@gmail.com
7ccca05ef6b0ca5f245518ff80c385c6157cc7d0
40665051fadf3fb75e5a8f655362126c1a2a3af6
/ibinti-bugvm/654ad9ec920329636929e5981fdea4935039c70b/7899/NSCoreDataErrorUserInfoKey.java
7d7301ec45b7cea98c19857467db85dc446ba0d3
[]
no_license
fermadeiral/StyleErrors
6f44379207e8490ba618365c54bdfef554fc4fde
d1a6149d9526eb757cf053bc971dbd92b2bfcdf1
refs/heads/master
2020-07-15T12:55:10.564494
2019-10-24T02:30:45
2019-10-24T02:30:45
205,546,543
2
0
null
null
null
null
UTF-8
Java
false
false
7,825
java
/* * Copyright (C) 2013-2015 RoboVM AB * * 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...
[ "fer.madeiral@gmail.com" ]
fer.madeiral@gmail.com
b0b1788ea734f0643e28e639efe4751b2fa3f8ec
8759da2b77b1c48ad1e015cdd9737e5566a6f24e
/src/Project/ClassProjeler/TahminEtmeOyunu.java
53bb7519c8aa8f68dc4b140b3a10b793b3b6f771
[]
no_license
Mehmet0626/Java2021allFiles
aa1e55f652476a6538d7e897b90133af37f24e7d
3a84ba2cfc9f966a23597f0bee3bb4b58846803d
refs/heads/master
2023-08-31T05:05:45.057755
2021-10-11T09:06:04
2021-10-11T09:06:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,230
java
package Project.ClassProjeler; import java.util.Random; import java.util.Scanner; public class TahminEtmeOyunu { /* * Sayi tahmin etme oyunu.... * Bilgisayardan rastle(random class kullanilarak) * 0-100 arasinda bir sayi alip kullanicinin tahminini her defasinda * buyuk kucuk yonlendirerek rastgele sayiyi b...
[ "delenkar2825@gmail.com" ]
delenkar2825@gmail.com
5ab85ebf3f5d7a344f659ef853b919c079bf10f8
fb2b27f0638feaa8a435425a563910de48925931
/df_miniapp/classes/com/tt/miniapp/manager/basebundle/handler/CheckBuildInBaseBundleHandler.java
7a7b6cdf47167ac93040e1f0f0c2770d2fd94ad9
[]
no_license
0moura/tiktok_source
168fdca45a76e9dc41a4667e41b7743c54692e45
dc2f1740f1f4adcb16448107e5c15fabc40ed8e5
refs/heads/master
2023-01-08T22:51:02.019984
2020-11-03T13:18:24
2020-11-03T13:18:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,239
java
package com.tt.miniapp.manager.basebundle.handler; import android.content.Context; import android.text.TextUtils; import com.tt.miniapp.event.BaseBundleEventHelper; import com.tt.miniapp.manager.basebundle.BaseBundleDAO; import com.tt.miniapp.manager.basebundle.BaseBundleFileManager; import com.tt.miniapphost.u...
[ "augustgl@protonmail.ch" ]
augustgl@protonmail.ch
398007fb025dcfa219ac572187222054ff0ca6a7
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-2.0.0-M1/transports/axis/src/test/java/org/mule/providers/soap/axis/style/DefaultMessageService.java
ede2cbfae6732d367383782b926c8b7642029030
[]
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
2,891
java
/* * $Id$ * -------------------------------------------------------------------------------------- * Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com * * The software in this package is published under the terms of the MuleSource MPL * license, a copy of which has been included with...
[ "tcarlson@bf997673-6b11-0410-b953-e057580c5b09" ]
tcarlson@bf997673-6b11-0410-b953-e057580c5b09
57f39a1f2be04accb9a069888ea52ad7bcb2d408
90f9d0d74e6da955a34a97b1c688e58df9f627d0
/com.ibm.ccl.soa.deploy.core.ui/src/com/ibm/ccl/soa/deploy/core/ui/actions/AddCapabilityAction.java
872564e427c3fef3ada35e83200099e6e2a87ea3
[]
no_license
kalapriyakannan/UMLONT
0431451674d7b3eb744fb436fab3d13e972837a4
560d9f5d2ba6a800398a24fd8265e5a946179fd3
refs/heads/master
2020-03-30T03:16:44.327160
2018-09-28T03:28:11
2018-09-28T03:28:11
150,679,726
1
1
null
null
null
null
UTF-8
Java
false
false
3,784
java
/*************************************************************************************************** * Copyright (c) 2008 IBM Corporation. All rights reserved. * * Contributors: IBM Corporation - initial API and implementation ************************************************************************************...
[ "kalapriya.kannan@in.ibm.com" ]
kalapriya.kannan@in.ibm.com
73812eaa8eff27a113a4bace0169815abb1d48b8
fd73aa5db00e5bc23367d57fd4b9ef540f363585
/src/test/java/com/citadier/amelie/web/rest/UserJWTControllerIT.java
22dfc30dfdab1534cc909d51ad5841d094813344
[]
no_license
rafreid/amelie
6346da149ab27ce4416df3ce799cd6ef7ea6b8db
b6291f03d40f80b43a56802db764ec48ed219427
refs/heads/master
2022-12-21T10:53:44.424400
2020-02-24T00:37:03
2020-02-24T00:37:03
242,612,342
0
0
null
2022-12-16T05:13:08
2020-02-24T00:09:13
TypeScript
UTF-8
Java
false
false
4,150
java
package com.citadier.amelie.web.rest; import com.citadier.amelie.AmelieApp; import com.citadier.amelie.domain.User; import com.citadier.amelie.repository.UserRepository; import com.citadier.amelie.web.rest.vm.LoginVM; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; imp...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
b793544682e3a4b7e7738c69db18dcb3f55ee18f
d5f09c7b0e954cd20dd613af600afd91b039c48a
/sources/androidx/core/widget/AutoSizeableTextView.java
6b6ebbfe797847d71d712fba4f2b6a651a22d551
[]
no_license
t0HiiBwn/CoolapkRelease
af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3
a6a2b03e32cde0e5163016e0078391271a8d33ab
refs/heads/main
2022-07-29T23:28:35.867734
2021-03-26T11:41:18
2021-03-26T11:41:18
345,290,891
5
2
null
null
null
null
UTF-8
Java
false
false
1,120
java
package androidx.core.widget; import android.os.Build; public interface AutoSizeableTextView { public static final boolean PLATFORM_SUPPORTS_AUTOSIZE = (Build.VERSION.SDK_INT >= 27); @Override // androidx.core.widget.AutoSizeableTextView int getAutoSizeMaxTextSize(); @Override // androidx.core.widge...
[ "test@gmail.com" ]
test@gmail.com
def6986e9aab1508c1a79ff522af8b4af0fc23a1
b0f37c1b45f30f5bdde035b70c5fe025b6610e2a
/src/main/java/com/github/sufbo/stats/LeaveOneOut.java
f31454ff81c9bef683a0260793e662812b0c6dca
[]
no_license
tamada/sufbo
ac5b86131dea854ccd60c24168e767bccaff8fbf
b31f70e6d97ad769e512b9f737aad1b061a2de43
refs/heads/master
2021-03-19T18:51:13.043356
2018-11-16T02:33:26
2018-11-16T02:33:26
86,790,351
0
0
null
2018-11-16T02:33:27
2017-03-31T07:22:48
Java
UTF-8
Java
false
false
5,885
java
package com.github.sufbo.stats; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; import com.github.sufbo.Arguments; import com.github.sufbo....
[ "tamada@users.noreply.github.com" ]
tamada@users.noreply.github.com
bd3e8fa8d8651826ef1732c826acc30383712c72
489390ba13ce6b1d4edcb401c87af42805b1a7a1
/mic-provider/mic-provider-search/src/main/java/com/mic/search/controller/AggregationController.java
2d3d1c97fe48c342f3646b5998ee76a07709ca20
[ "Apache-2.0" ]
permissive
pf-oss/mic-frame
f9a0be25f9212941103740bc7f1fc6357b2e5fac
235a73f0ac15f385bd1d4e103c76a439997d875b
refs/heads/main
2023-03-09T08:32:35.235670
2021-02-03T06:11:20
2021-02-03T06:11:20
328,859,413
4
0
null
null
null
null
UTF-8
Java
false
false
1,205
java
package com.mic.search.controller; import com.mic.search.service.IAggregationService; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.sprin...
[ "pengfei.yao@yunlsp.com" ]
pengfei.yao@yunlsp.com
a41affe9cd6aee87bd3f3dae7a1eb0a8f9e508e8
5b112f41a381320bc81e62e371fc3240a7b20709
/springboot-context-demo/src/main/java/demo/lazybean/LazyBeanService4.java
63aebce15bb5b08e0ca0007303bb36f8cf09b455
[]
no_license
zacscoding/spring-boot-example
1147b5d3203e56b6c4bfaeda253997c6136127e6
48b20a60dd752ee65263503d99d7ef3945072f17
refs/heads/master
2021-11-25T21:43:50.880065
2021-11-07T12:43:39
2021-11-07T12:43:39
114,388,056
3
6
null
2020-03-06T05:35:58
2017-12-15T16:03:35
Java
UTF-8
Java
false
false
424
java
package demo.lazybean; import javax.annotation.PostConstruct; import lombok.extern.slf4j.Slf4j; /** * @author zacconding * @Date 2018-08-28 * @GitHub : https://github.com/zacscoding */ @Slf4j public class LazyBeanService4 { @PostConstruct private void setUp() { logger.info("## Create LazyBeanServ...
[ "zaccoding725@gmail.com" ]
zaccoding725@gmail.com
f6e1cdc18d4c50a598a06e6d04e29c561c2a7252
aaa17f8233980b699ef5dae6010c01232cb9fce9
/Java/834.SumDistancesTree/Solution.java
9bbaba77198a331fcd583aa88eb19762b6d376c4
[]
no_license
mud2man/LeetCode
6aa329a66c4785ecfe550b52b04b5fededdfb814
7f97f9fc0ff1d57d35b67d9d240ac990d66ac5aa
refs/heads/master
2021-12-12T01:40:43.208616
2021-11-21T06:12:13
2021-11-21T06:12:13
63,312,728
2
1
null
null
null
null
UTF-8
Java
false
false
3,007
java
/* DFS + Map: Time:O(n), Space:O(n) * 1. Use getSumAndCount to get node2SuccessorNumber and the sum of distances of node 0 * 2. Vist nodes from node 0 and assign sumOfDistances[curr] with prevSum - successorNumber + predecessorNumber - 1; */ import java.util.*; // Stack public class Solution { private int...
[ "chih-hung.lu@columbia.edu" ]
chih-hung.lu@columbia.edu
1c27e3d82db110b79bea34daed1d30c1b767afd3
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/12/12_313560c3dca34e217515e2179dccfee455a9ffa9/VM/12_313560c3dca34e217515e2179dccfee455a9ffa9_VM_t.java
a9e8f2ce02293aeb3044123224386e707cf80b26
[]
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,564
java
package lua; import lua.io.Closure; import lua.value.LValue; public interface VM { // ================ interfaces for performing calls /** Prepare the VM stack for a new call with arguments to be pushed */ public void newCall(); /** Push an argument or return value onto the stack */ public ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
63d03d5d2e2edaaa4555dbae3c78e9397d772bd9
dfbc143422bb1aa5a9f34adf849a927e90f70f7b
/Contoh Project/video walp/android/support/transition/k.java
8cd115a76650f021c024699190cb89e66ca3f968
[]
no_license
IrfanRZ44/Set-Wallpaper
82a656acbf99bc94010e4f74383a4269e312a6f6
046b89cab1de482a9240f760e8bcfce2b24d6622
refs/heads/master
2020-05-18T11:18:14.749232
2019-05-01T04:17:54
2019-05-01T04:17:54
184,367,300
0
0
null
null
null
null
UTF-8
Java
false
false
840
java
package android.support.transition; import android.animation.Animator; import android.graphics.Matrix; import android.os.Build.VERSION; import android.widget.ImageView; class k { private static final n a = new l(); static { if (Build.VERSION.SDK_INT >= 21) { a = new m(); r...
[ "irfan.rozal44@gmail.com" ]
irfan.rozal44@gmail.com
4058ccbeadbdf5d5fc34978318a7d80d6f731527
e9b0bd0dfa45d3ed3d2dc77412cab1accf637018
/app/src/main/java/com/moemoe/lalala/di/components/PhoneMenuListComponent.java
ce16f2d539743b58b254849392eb30d79f774d24
[ "Apache-2.0" ]
permissive
Pragmatism0220/Kira
81a01a81ddca6978c4a1f53f4d45ede2374811c6
95497149e2e0a5721c91a582105c6558287f692c
refs/heads/master
2021-10-09T17:46:06.228815
2018-07-27T10:49:09
2018-07-27T10:49:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
460
java
package com.moemoe.lalala.di.components; import com.moemoe.lalala.di.modules.PhoneMenuListModule; import com.moemoe.lalala.di.scopes.UserScope; import com.moemoe.lalala.view.fragment.PhoneMenuListFragment; import dagger.Component; /** * Created by yi on 2016/11/27. */ @UserScope @Component(modules = PhoneMenuListM...
[ "hyggexuanyuan@gmail.com" ]
hyggexuanyuan@gmail.com
be9b6b72484d6713cff5bb5c5896fecbd310c004
573b9c497f644aeefd5c05def17315f497bd9536
/src/main/java/com/alipay/api/response/SsdataDataserviceRiskAlixiaohaoQueryResponse.java
8383a4d53d957fbadf47ee6aef792acc43494b02
[ "Apache-2.0" ]
permissive
zzzyw-work/alipay-sdk-java-all
44d72874f95cd70ca42083b927a31a277694b672
294cc314cd40f5446a0f7f10acbb5e9740c9cce4
refs/heads/master
2022-04-15T21:17:33.204840
2020-04-14T12:17:20
2020-04-14T12:17:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
699
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: ssdata.dataservice.risk.alixiaohao.query response. * * @author auto create * @since 1.0, 2020-02-10 16:14:42 */ public class SsdataDataserviceRiskAlixiaohaoQuery...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
aad5ceb9c5d2a085938ef1c6be3a29263ecc7a7d
fdd4cc6f8b5a473c0081af5302cb19c34433a0cf
/src/modules/agrega/publicacion/src/main/java/es/pode/publicacion/negocio/dominio/ActividadDesdeHastaCriteria.java
b8193dd284aa1812dc14b0e662ca2ea3c5159686
[]
no_license
nwlg/Colony
0170b0990c1f592500d4869ec8583a1c6eccb786
07c908706991fc0979e4b6c41d30812d861776fb
refs/heads/master
2021-01-22T05:24:40.082349
2010-12-23T14:49:00
2010-12-23T14:49:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,837
java
// license-header java merge-point // // Attention: Generated code! Do not modify by hand! // Generated by: SearchCriteria.vsl in andromda-spring-cartridge. // package es.pode.publicacion.negocio.dominio; /** * <p> * Este criterio implementa la busqueda de transiciones a un estado * dado que se producen en ...
[ "build@zeno.siriusit.co.uk" ]
build@zeno.siriusit.co.uk
a525b20b6536029f0139f5ee5fe838161c3c0377
6a649709010f35916b58ad639eb24dc9d7452344
/AL-Login/data/scripts/system/database/mysql5/MySQL5TaskFromDBDAO.java
85010b9a57e5a3a8b5721e2580635faff11115a0
[]
no_license
soulxj/aion-cn
807860611e746d8d4c456a769a36d3274405fd7e
8a0a53cf8f99233cbee82f341f2b5c33be0364fa
refs/heads/master
2016-09-11T01:12:19.660692
2014-08-11T14:59:38
2014-08-11T14:59:38
41,342,802
2
2
null
null
null
null
UTF-8
Java
false
false
3,196
java
/* * This file is part of aion-unique <aion-unique.org>. * * aion-unique 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. ...
[ "feidebugao@gmail.com" ]
feidebugao@gmail.com
3e377d7d284da53478692cdf3fe81eac6e979ba5
280ca7e9bc0643e7aec53c2729fb0c65a4e77aef
/src/p06/lecture/p4method/MyClass3.java
3613487baa29612170f95b28579248865ad73714
[]
no_license
ParkSangPil/java20210325
0620701c603a847dd1a71f5272c7406d3fb6a439
2e0e42a1f4324fe8df7d7eed2e7a1532db8ca12d
refs/heads/master
2023-07-11T22:46:59.876381
2021-08-25T03:17:53
2021-08-25T03:17:53
351,269,453
0
0
null
null
null
null
UTF-8
Java
false
false
331
java
package p06.lecture.p4method; public class MyClass3 { int a; void method1() { // int a; System.out.println("a:"+a/* == this.a*/); System.out.println("method1 호출"); /*this. 를 써도 됨*/method2(); System.out.println("method1 진행...."); } void method2() { System.out.println("method2 호출"); } }
[ "kevin01123@naver.com" ]
kevin01123@naver.com
a00d178d84cc31f8ed431ad1a02aaea11e25ac9a
67089a783d4a4385b2c47c2573489c60abc36bc2
/src/main/java/com/samaauto/web/rest/errors/InvalidPasswordException.java
b7b2d7d49bc3cba4880d8e2ead5c0d2a7fd03d05
[]
no_license
SEYE9/samaAutoV1
b9193b17dfdf4719278fdc249b6c882997766445
c2e33cf3d9c13e3cd3e41e3e68cda1d8f9f04396
refs/heads/master
2021-05-12T01:10:06.523806
2018-01-15T13:57:45
2018-01-15T13:57:45
117,552,234
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package com.samaauto.web.rest.errors; import org.zalando.problem.AbstractThrowableProblem; import org.zalando.problem.Status; public class InvalidPasswordException extends AbstractThrowableProblem { public InvalidPasswordException() { super(ErrorConstants.INVALID_PASSWORD_TYPE, "Incorrect password", Stat...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
0fdfed72fb4914624f579dc36e5a3f058a52be00
03d61086047f041168f9a77b02a63a9af83f0f3f
/newrelic/src/main/java/com/newrelic/agent/deps/org/apache/http/client/params/AllClientPNames.java
10c66afc11d64d1b18563f245ca2d800efaf6149
[]
no_license
masonmei/mx2
fa53a0b237c9e2b5a7c151999732270b4f9c4f78
5a4adc268ac1e52af1adf07db7a761fac4c83fbf
refs/heads/master
2021-01-25T10:16:14.807472
2015-07-30T21:49:33
2015-07-30T21:49:35
39,944,476
1
0
null
null
null
null
UTF-8
Java
false
false
842
java
// // Decompiled by Procyon v0.5.29 // package com.newrelic.agent.deps.org.apache.http.client.params; import com.newrelic.agent.deps.org.apache.http.conn.params.ConnRoutePNames; import com.newrelic.agent.deps.org.apache.http.conn.params.ConnManagerPNames; import com.newrelic.agent.deps.org.apache.http.conn.params.C...
[ "dongxu.m@gmail.com" ]
dongxu.m@gmail.com
05ee3b0df3f53aee59e72f602370e57004724a6f
3885f57c43f30e980ffde73ad3dad633c36ad33e
/src/main/java/com/eshipper/repository/BoxPackageTypeRepository.java
51e3044581431ed74d156a71e599e0385b71db3f
[]
no_license
Saikiran7569/eshipper
504c3d1bf1e116aa592153a1d59bed490ec63656
0fb67e29c6b40e738f5e25e21e6756e9723cbde3
refs/heads/master
2022-12-21T14:05:55.549045
2020-05-22T09:14:44
2020-05-22T09:14:44
210,282,419
0
0
null
2022-12-16T05:05:45
2019-09-23T06:40:41
Java
UTF-8
Java
false
false
375
java
package com.eshipper.repository; import com.eshipper.domain.BoxPackageType; import org.springframework.data.jpa.repository.*; import org.springframework.stereotype.Repository; /** * Spring Data repository for the BoxPackageType entity. */ @SuppressWarnings("unused") @Repository public interface BoxPackageTypeRepos...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
8288c256382d2c3dd2a8f8051aaee7a881edf88f
8f322f02a54dd5e012f901874a4e34c5a70f5775
/src/main/java/PTUCharacterCreator/Feats/Dance_Form.java
78eec42defb64e30d4b1ed11f5ae496425865e9f
[]
no_license
BMorgan460/PTUCharacterCreator
3514a4040eb264dec69aee90d95614cb83cb53d8
e55f159587f2cb8d6d7b456e706f910ba5707b14
refs/heads/main
2023-05-05T08:26:04.277356
2021-05-13T22:11:25
2021-05-13T22:11:25
348,419,608
0
0
null
null
null
null
UTF-8
Java
false
false
596
java
package PTUCharacterCreator.Feats; import PTUCharacterCreator.Trainer; import PTUCharacterCreator.Feature; public class Dance_Form extends Feature { { name = "Dance Form"; tags = "[+Speed]"; frequency = "Static"; effect = "Create and learn two Dance Moves, plus one more for each other Dancer Feature you have. ...
[ "alaskablake460@gmail.com" ]
alaskablake460@gmail.com
bf7462f10cb397f9d991a796cfcdd6b669171095
d523206fce46708a6fe7b2fa90e81377ab7b6024
/com/google/android/gms/plus/PlusOneDummyView.java
645b0065bbd36b004822e95e63ee3b0646d1d5ac
[]
no_license
BlitzModder/BlitzJava
0ee94cc069dc4b7371d1399ff5575471bdc88aac
6c6d71d2847dfd5f9f4f7c716cd820aeb7e45f2c
refs/heads/master
2021-06-11T15:04:05.571324
2017-02-04T16:04:55
2017-02-04T16:04:55
77,459,517
1
2
null
null
null
null
UTF-8
Java
false
false
5,392
java
package com.google.android.gms.plus; import android.content.Context; import android.content.pm.PackageManager.NameNotFoundException; import android.content.res.Resources; import android.graphics.Point; import android.graphics.drawable.Drawable; import android.util.DisplayMetrics; import android.util.TypedValue; import...
[ "subdiox@gmail.com" ]
subdiox@gmail.com
34909d479bacba148a7de5862b5b7fc646c6a654
2f25731f9ca9db606083bdec2ec2b42e64f66540
/platform/src/java/com/xcase/salesforce/constant/SalesforceConstant.java
be034bd6761176e24f1e2408d2ace64bf0cba72e
[]
no_license
chg95211/xcase
64f09b76738a6276868be4a8f6dd80966e3385d7
2c37f4f26ae3ecf097524a2a1cbaca4c9da5c1c2
refs/heads/master
2020-04-23T02:05:09.126378
2019-02-08T05:36:16
2019-02-08T05:36:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,474
java
/** * Copyright 2016 Xcase All rights reserved. */ package com.xcase.salesforce.constant; /** * * @author martin */ public class SalesforceConstant { public static final String CONFIG_API_REQUEST_FORMAT_REST = ""; public static final String CONFIG_API_OAUTH_TOKEN_PREFIX = "salesforce.config.a...
[ "martin.gilchrist@intapp.com" ]
martin.gilchrist@intapp.com
32012b440fb40a88a11d13fcd4c4066770c94496
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/com/google/android/gms/tagmanager/zzbv.java
05c71676a0d57df7fab964c4f859117e7f982d84
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
2,180
java
package com.google.android.gms.tagmanager; import com.google.android.gms.internal.gtm.zza; import com.google.android.gms.internal.gtm.zzb; import com.google.android.gms.internal.gtm.zzl; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Map; final class zzbv extends z...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
ee9a9c05f9cebdefbdde2e6e38443d8f967ec17a
e34f983c1b891b73a938137c72176e8065c54a9f
/src/main/java/com/piece/piece/config/CloudDatabaseConfiguration.java
99a1b5c10e47c3d44a476c767301cc019af77eb7
[]
no_license
PIECE-x/PIECE
2c58747b6762f069c30886c86956489a1f505c0d
294fc311dab80908a629c8353bf513a2ca140e87
refs/heads/master
2020-03-19T09:41:09.544516
2018-06-06T09:58:30
2018-06-06T09:58:30
136,309,391
0
0
null
null
null
null
UTF-8
Java
false
false
762
java
package com.piece.piece.config; import io.github.jhipster.config.JHipsterConstants; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.cache.CacheManager; import org.springframework.cloud.config.java.AbstractCloudConfig; import org.springframework.context.annotation.*; import javax.s...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
65373549b7e7e5faecd895ce728c2f7c48d5404d
7b81ddd3280abfbb8c3529e116a2209cbee18c9e
/src/main/java/nc/tab/NCTabs.java
4c0bb56126ad9a2f49937c6064e1f0fc320c9f4f
[ "CC0-1.0" ]
permissive
dizzyd/NuclearCraft
84be0c93cda968e70d86c91ad73712595156fd89
01ab0221462b301be59c6af8bfbae2c3627e4c1e
refs/heads/master
2022-06-24T00:50:46.570414
2020-05-03T18:43:22
2020-05-03T19:04:47
110,978,229
0
0
null
2017-11-16T14:00:29
2017-11-16T14:00:28
null
UTF-8
Java
false
false
826
java
package nc.tab; import nc.config.NCConfig; import net.minecraft.creativetab.CreativeTabs; public class NCTabs { public static final CreativeTabs NUCLEARCRAFT = NCConfig.single_creative_tab ? new TabNuclearCraft() : CreativeTabs.MISC; public static final CreativeTabs MATERIAL = NCConfig.single_creative_tab ? NU...
[ "joedodd35@gmail.com" ]
joedodd35@gmail.com
834d005b7381b50f1b1d140a7f467821a51e7a5b
e32479a53c8ade548fd7e100e6dd4ceba9f92f8e
/experiments/subjects/math_10/fuzzing/src/test/org/apache/commons/math3/distribution/ZipfDistribution.java
a5bf9c3335206531e94414b57bb064180edef2b0
[ "MIT" ]
permissive
yannicnoller/hydiff
5d4981006523c6a7ce6afcc0f44017799359c65c
4df7df1d2f00bf28d6fb2e2ed7a14103084c39f3
refs/heads/master
2021-08-28T03:42:09.297288
2021-08-09T07:02:18
2021-08-09T07:02:18
207,993,923
24
4
null
null
null
null
UTF-8
Java
false
false
7,853
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 ...
[ "nolleryc@gmail.com" ]
nolleryc@gmail.com
2b5fb5620a46fd37a6c2e7e454a432b26e3741f3
c52ba72dfc48b5efceb931585ad0d513bcbf1ea5
/Playground/src/vs/play/exec/Task.java
9536cfbbd25609c89143e099a2a6b79ef55aa46c
[]
no_license
davekessener/VerteilteSysteme
bac9db575db22c1fdb8fd055084e7f38cbd87a5a
1fd65bce4318c57cb802e5ac7e73c7791bf8ea95
refs/heads/master
2020-03-28T22:53:13.036691
2018-12-12T16:51:42
2018-12-12T16:51:42
149,263,813
0
0
null
null
null
null
UTF-8
Java
false
false
155
java
package vs.play.exec; import java.io.Serializable; public interface Task<T extends Serializable> extends Serializable { public abstract T execute( ); }
[ "davekessener@gmail.com" ]
davekessener@gmail.com
b69f563c7f80c9df03c547f30a349ab7b0b1d770
aabc5f7f9796ec0b6bc754e35e26a0cb94333250
/SeleniumEvening/src/basics/WebTableTest3.java
13f16e2a9c6dce57ed76afe00c1c528977f8a201
[]
no_license
nagarjunreddykasu/seleniumtraining
2006b733e9e75fcadd723d98709b6b5c36b6dc1f
e69b80fddae6dce8e65b280cd58bcd72fcd78187
refs/heads/master
2023-06-16T04:40:59.889078
2021-07-09T15:24:56
2021-07-09T15:24:56
345,562,967
0
1
null
null
null
null
UTF-8
Java
false
false
2,718
java
package basics; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.ui.Select; public class WebTableTest3 { public static void ma...
[ "nagarjun.sdet@gmail.com" ]
nagarjun.sdet@gmail.com
f331eb7beaf2447b6f7c9ccea7aab24994504174
54178c4e4b6210f94495a3ec32137440e24b261b
/src/main/java/be/isach/ultracosmetics/cosmetics/gadgets/GadgetChickenator.java
cbb7696d3d69abeb460aeb2eb2107270e8aa7160
[]
no_license
biglooc/UltraCosmetics
dd0cc54351a803058ca3254e61cb9b8204cddc5f
6252d7095ef864a059728839491da1d64910bc78
refs/heads/master
2021-04-15T09:00:01.404805
2016-01-24T12:25:50
2016-01-24T12:25:50
50,338,816
1
0
null
2016-01-25T09:03:59
2016-01-25T09:03:59
null
UTF-8
Java
false
false
3,687
java
package be.isach.ultracosmetics.cosmetics.gadgets; import be.isach.ultracosmetics.Core; import be.isach.ultracosmetics.util.ItemFactory; import org.bukkit.*; import org.bukkit.entity.Chicken; import org.bukkit.entity.EntityType; import org.bukkit.entity.Firework; import org.bukkit.entity.Item; import org.bukkit.event....
[ "sacha.lewin@me.com" ]
sacha.lewin@me.com
c2bd3eb06a45c0c6de94b2a4b1c561c190943453
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/k9mail--k-9/fdb1267cb1e4586b4f7f728c82f69834227652ee/before/Message.java
5a25c0f14a5beb3abea7539c2233fe800d0f3870
[]
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
7,743
java
package com.fsck.k9.mail; import java.util.Date; import java.util.HashSet; import java.util.Set; import java.io.IOException; import android.util.Log; import com.fsck.k9.activity.MessageReference; import com.fsck.k9.mail.filter.CountingOutputStream; import com.fsck.k9.mail.filter.EOLConvertingOutputStream; import c...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
97bd480ebd4f4f98be4247605a54dad3aa9de3ac
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/elastic--elasticsearch/cc83c2f848be69a77f1275fe1ff5363dcdd4c955/after/DeleteByQueryRequestBuilder.java
c4d3f33304982f1179d82525c1d7f77581ff6742
[]
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
5,142
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...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
5eec41c9258f43c3494843ba6f6e9bb7be341c72
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XRENDERING-418-37-7-NSGA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/wysiwyg/server/internal/converter/DefaultHTMLConverter_ESTest.java
db3c347b6f554ec069f93ba55b09ce9de4a1f281
[]
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
590
java
/* * This file was automatically generated by EvoSuite * Wed Apr 01 21:45:14 UTC 2020 */ package org.xwiki.wysiwyg.server.internal.converter; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunW...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
e51b358f33cd41cf0bdfeedaa3f933338e60ca12
52aa753885647b44c60abf691bfb0116be6fca4e
/src/edu/cmu/cs/stage3/alice/authoringtool/util/RenderTargetManipulatorMode.java
fda50e0de83353d1c78e7922a1b0c78f2d250a74
[ "MIT" ]
permissive
ai-ku/langvis
10083029599dac0a0098cdc4cbf77f3e1bdf6d43
4ccd37107a3dea4b7b12696270a25df9c17d579d
refs/heads/master
2020-12-24T15:14:43.644569
2014-03-26T13:43:25
2014-03-26T14:09:03
15,770,922
1
0
null
null
null
null
UTF-8
Java
false
false
2,235
java
/* * Copyright (c) 1999-2003, Carnegie Mellon University. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * ...
[ "emreunal99@gmail.com" ]
emreunal99@gmail.com
5bc1a3e79772e2dad31c102b0b8bc4daa8ab0bea
b2e56ba872d60c9fdafee5a4fec7f4d33710b3d0
/Zadania/StrategiaRabatowa/src/main/devfoundry/price_calculator/princing_strategy/SalePrice.java
646f9d49ee75e31edf1a707b8fab581bae1a9070
[]
no_license
SmallKriszo/WzorceProjektowe
de8382f6f70cc475637cdf224570bbb67bb4a264
5db8b8cd72381e97c297c161d338a9d7d86c2fb8
refs/heads/master
2020-03-22T07:17:19.640893
2018-06-14T12:31:03
2018-06-14T12:31:03
139,691,193
0
0
null
null
null
null
UTF-8
Java
false
false
450
java
package devfoundry.price_calculator.princing_strategy; public class SalePrice implements PricingStrategy { public void calculatePrice(int price, boolean isSignedUpForNewsletter) { if (isSignedUpForNewsletter) { System.out.println("Przecena: " + price / 2 + "zł"); } else { S...
[ "qris70@gmail.com" ]
qris70@gmail.com
2bdb74b0145ee68c3d8fd9c7145437c590804e98
00086e741c3faeb8775e7cdfeede42418f952a08
/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/parser/XmlParserR4Test.java
9be7c175f0c82ca7b6088225fe4d1da774528477
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
chb/hapi-fhir
f4e3f0c58a17294319f30afc2a2632e3f768966f
d6bed58bf027dd7e9a23ff5ecd1054bf632c3a49
refs/heads/master
2019-07-02T05:22:42.741348
2018-01-05T17:20:30
2018-01-05T17:20:30
116,403,114
1
0
null
2018-01-05T16:10:22
2018-01-05T16:10:21
null
UTF-8
Java
false
false
5,486
java
package ca.uhn.fhir.parser; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.util.TestUtil; import com.google.common.collect.Sets; import org.hl7.fhir.r4.model.Bundle; import org.hl7.fhir.r4.model.Patient; import org.junit.AfterClass; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFac...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
6c7e24900ff1d018fe02574b296ac6b1d30f937c
7099faaa76b4df9ad60ee7c878b34d4037ab5fd9
/baselib/src/main/java/com/example/tomasyb/baselib/web/MWebChromeClient.java
4e695a98f2d824cc17e931ccc0585581e903ad77
[]
no_license
loading103/CommonNanNing
655bb57de9dc945d08f665e48fee4e186b024928
0b4362ab67d4909e585b63f7c25e0a1b735b1214
refs/heads/main
2023-07-25T11:11:30.094251
2021-09-06T02:50:24
2021-09-06T02:50:24
403,457,236
0
0
null
null
null
null
UTF-8
Java
false
false
5,919
java
package com.example.tomasyb.baselib.web; import android.graphics.Bitmap; import android.net.Uri; import android.os.Message; import android.support.v7.app.AlertDialog; import android.view.View; import android.view.Window; import android.webkit.JsPromptResult; import android.webkit.JsResult; import android.webkit.Value...
[ "qiuql@daqsoft.com" ]
qiuql@daqsoft.com
e6449052290292e21060fd0d1c10649c86615209
d60e287543a95a20350c2caeabafbec517cabe75
/NLPCCd/Hadoop/9900_2.java
2fc9d52d151e520ba6db509a57cf66a039f31085
[ "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
448
java
//,temp,sample_8792.java,2,18,temp,sample_8793.java,2,17 //,3 public class xxx { public void dummy_method(){ TimelineEntityConverterV2 converter = new TimelineEntityConverterV2(); Collection<JobFiles> jobs = helper.getJobFiles(); if (jobs.isEmpty()) { } else { } for (JobFiles job: jobs) { String jobIdStr = job.getJobId...
[ "sgholami@uwaterloo.ca" ]
sgholami@uwaterloo.ca
e77221977fb27571e0d333a4737bb481f8e12347
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t1_beam_new2/Nicad_t1_beam_new22321.java
950ba6689877a047ee8fe5fed682659c3736cd58
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
566
java
// clone pairs:15335:70% // 17032:beam/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/ApproximateQuantiles.java public class Nicad_t1_beam_new22321 { public boolean equals(Object other) { if (other == this) { return true; } if (!(other instanceof QuantileStateCoder))...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
f75d3c76bfe995055c35ca9bc4319de1a02b97ec
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/6/org/apache/commons/math3/dfp/Dfp_equals_904.java
bc69ffe2b1ad06ff251c6c6bd1f3451b2bd0c0dd
[]
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,333
java
org apach common math3 dfp decim float point librari java float point built radix decim design goal decim math close settabl precis mix number set portabl code portabl perform accuraci result ulp basic algebra oper compli ieee ieee note trade off memori foot print memori repres number per...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
467cea69ea31de800b5aa0d31be4260798072aff
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/smiley/w.java
e6babd8c6436f26a672d07d3ed2e32f5487eca9b
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
1,371
java
package com.tencent.mm.smiley; import com.tencent.matrix.trace.core.AppMethodBeat; import java.util.Iterator; import java.util.List; import kotlin.Metadata; import kotlin.a.p; @Metadata(d1={""}, d2={"Lcom/tencent/mm/smiley/SystemEmojiItem;", "Lcom/tencent/mm/smiley/IEmojiItem;", "codePointList", "", "", "picI...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
21f64bc83a0a13441a5ffe99984080e1d58b789d
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t2_flink/Nicad_t2_flink490.java
db6534cb71d9efe5eec35ae6c6146aaca7b8ca8e
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
943
java
// clone pairs:10215:72% // 11206:flink/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/NetworkEnvironment.java public class Nicad_t2_flink490 { private NetworkEnvironment( ResourceID taskExecutorLocation, NetworkEnvironmentConfiguration config, NetworkBufferPool networkBufferPool, ...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
3cab53bee54504c5f7e1035cd801b4498ec67cfa
5e19c3b375680ec4267db1ad4c43c8b53ac00b99
/app/src/main/java/vn/com/vsc/ptpm/VNPT_DMS/model/request/glab/GlabThemMoiDonHangRequest.java
991e9fb1767981139c9e9bb07ccb36bb7a479f4f
[]
no_license
minhdn7/dms
b478214c2c6dc1c5438232830d8e873d80fa2907
8fde79c7adef24997d186a0cb4354169a4552cf5
refs/heads/master
2020-03-17T13:50:08.844025
2018-05-16T10:21:35
2018-05-16T10:21:35
133,646,559
0
1
null
null
null
null
UTF-8
Java
false
false
3,157
java
package vn.com.vsc.ptpm.VNPT_DMS.model.request.glab; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import lombok.Getter; import lombok.Setter; /** * Created by MinhDN on 1/12/2017. */ public class GlabThemMoiDonHangRequest { @SerializedName("ncc") @Expose ...
[ "minhdn231@gmail.com" ]
minhdn231@gmail.com
575ffcc82fefc8d37e7e13c34a48eb1932241933
17e8438486cb3e3073966ca2c14956d3ba9209ea
/dso/branches/4.0.backup/dso-l2/src/main/java/com/tc/l2/msg/IndexSyncMessageFactory.java
39e409c7be49cbaba2edc3065648e7ea0f1fbfcb
[]
no_license
sirinath/Terracotta
fedfc2c4f0f06c990f94b8b6c3b9c93293334345
00a7662b9cf530dfdb43f2dd821fa559e998c892
refs/heads/master
2021-01-23T05:41:52.414211
2015-07-02T15:21:54
2015-07-02T15:21:54
38,613,711
1
0
null
null
null
null
UTF-8
Java
false
false
1,688
java
/* * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. */ package com.tc.l2.msg; import com.tc.net.NodeID; import com.tc.net.groups.MessageID; public class IndexSyncMessageFactory { public static IndexSyncStartMessage createIndexSyncStartMessage(final long sequenceID) { ...
[ "jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864" ]
jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864
f64f0122175a26b5ac2f432100be6a92815003af
7c4355a36c36e8079e94246e1c4f18aa78442791
/src/main/java/com/sudoplay/joise/mapping/MappingMode.java
f700c7a3d92f001347104572e6fdc43334e33582
[ "Apache-2.0", "Zlib" ]
permissive
Mr00Anderson/Joise
ddacc005f876db09840e75bc617b7785c93ff33c
238bff1573ba9092938273584e6ad6ed6fbf1a3b
refs/heads/master
2020-06-24T03:04:18.095917
2018-10-31T20:43:47
2018-10-31T20:43:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,418
java
/* * Copyright (C) 2016 Jason Taylor. * Released as open-source under the Apache License, Version 2.0. * * ============================================================================ * | Joise * ============================================================================ * * Copyright (C) 2016 Jason Taylor ...
[ "jason@codetaylor.com" ]
jason@codetaylor.com
99d8a68e29c02b06b7ea480a402b2e80000fc305
395fdaed6042b4f85663f95b8ce181305bf75968
/java/e-java/chegg-18/src/SinglyLinkedList.java
4bea69cde8fd729c20dbd64583885f24284accc0
[]
no_license
amitkumar-panchal/ChQuestiions
88b6431d3428a14b0e5619ae6a30b8c851476de7
448ec1368eca9544fde0c40f892d68c3494ca209
refs/heads/master
2022-12-09T18:03:14.954130
2020-09-23T01:58:17
2020-09-23T01:58:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,736
java
import java.util.NoSuchElementException; public class SinglyLinkedList { protected Node start; protected Node end; public int size; /* Constructor */ public SinglyLinkedList() { start = null; end = null; size = 0; } /* Function to check if list is empty */ publ...
[ "=" ]
=
fcfdccf19eb877200a3fd91e51a74f7b9dd64c81
4312a71c36d8a233de2741f51a2a9d28443cd95b
/RawExperiments/DB/Math 3.2 RC4/AstorMain-Math 3.2 RC4/src/variant-829/org/apache/commons/math/analysis/solvers/BrentSolver.java
47a05c8f789b4f3da719f461db3dabb6b0344d13
[]
no_license
SajjadZaidi/AutoRepair
5c7aa7a689747c143cafd267db64f1e365de4d98
e21eb9384197bae4d9b23af93df73b6e46bb749a
refs/heads/master
2021-05-07T00:07:06.345617
2017-12-02T18:48:14
2017-12-02T18:48:14
112,858,432
0
0
null
null
null
null
UTF-8
Java
false
false
6,634
java
package org.apache.commons.math.analysis.solvers; public class BrentSolver extends org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl { private static final java.lang.String NON_BRACKETING_MESSAGE = "function values at endpoints do not have different signs. " + "Endpoints: [{0}, {1}], Values: [{2}...
[ "sajjad.syed@ucalgary.ca" ]
sajjad.syed@ucalgary.ca
85ab76a8316eef9b2f5cb3db85aba5552eb2ec6c
655ba4cd265397d33129638c4d2920898434f6f7
/src/test/java/com/telecom/pycata/web/rest/TestUtil.java
da868106e7103aa5bf02b81ee18841c0c2800ec7
[]
no_license
YannMlr/pycata
f423ef468aa66675e5f544f41b0cd1d5fde862e5
82367efdebabd8ec040f154c3a730f6659154fd7
refs/heads/master
2022-12-21T19:49:55.997771
2020-01-29T11:05:08
2020-01-29T11:05:54
232,591,661
1
0
null
2022-12-16T04:43:17
2020-01-08T15:14:47
Java
UTF-8
Java
false
false
6,048
java
package com.telecom.pycata.web.rest; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import org.hamcrest.Description; import org.hamcrest.TypeSafeDiagnosingMatcher; import org.springframework.format.da...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
99e123aaa4aad31a552dc543c6e8a4a6d5ad763d
24af099955ef23d02ec18a84125cb57db2ac0c3b
/AgenziaDiViaggio/src/voyager/nove/exception/UtenteInesistenteException.java
2f56e85aad3ec5a6cff0dea95f7b22965a70149f
[]
no_license
AndreaNocera/AgenziaDiViaggi
bd626bb39d58f61976d74eb27fcf0289907ac205
c162d848ff37d94ec7846a428b1a1cdcde4c9988
refs/heads/master
2020-12-25T10:13:54.135200
2013-07-21T19:10:54
2013-07-21T19:10:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
431
java
/** * @project WebVoyager * * @package gestioneutenti.exception * * @name UtenteInesistenteException.java * * @description * * @author TEAM 9: Giacomo Marciani, Jesus Cevallos, Ilyas Aboki, Ludovic William * */ package voyager.nove.exception; public class UtenteInesistenteException extends Exception { ...
[ "giacomo.marciani@gmail.com" ]
giacomo.marciani@gmail.com
5496e4d14e33dfdc083e63706719d5e231db96f6
20a11652eb06b3bb16c3d8cd8a23f2f5a22fa2e9
/app/src/main/java/com/guohanhealth/shop/bean/PdrechargeInfo.java
644ff93050adfa3cadad472959610b8b5c452bd1
[]
no_license
majicking/ghdjksc
4d1f45474893ff084956684f64eed6887c56bc47
2fd0bb31368be669057a95d8dc75d4923ba3f332
refs/heads/master
2020-03-17T09:43:01.581634
2018-08-07T09:43:21
2018-08-07T09:43:21
133,450,237
0
0
null
null
null
null
UTF-8
Java
false
false
6,077
java
package com.guohanhealth.shop.bean; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; /** * 预存款日志Bean * <p/> * dqw * 2015/8/25 */ public class PdrechargeInfo { private String id; private String sn; private String memberId; private S...
[ "majick@aliyun.com" ]
majick@aliyun.com
675691b01eb23f0e6986b0f72ce3848ac8e06d9d
83d781a9c2ba33fde6df0c6adc3a434afa1a7f82
/Wallet/Wallet.CreditCard/src/main/java/com/servicelive/wallet/creditcard/Result.java
80b24f063de3e6b97c7d25a164e976d768b2ac9d
[]
no_license
ssriha0/sl-b2b-platform
71ab8ef1f0ccb0a7ad58b18f28a2bf6d5737fcb6
5b4fcafa9edfe4d35c2dcf1659ac30ef58d607a2
refs/heads/master
2023-01-06T18:32:24.623256
2020-11-05T12:23:26
2020-11-05T12:23:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
734
java
package com.servicelive.wallet.creditcard; import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamAsAttribute; /** * This is a generic bean class for storing Result information. * @author Infosys * */ @XStreamAlias("result") public class Result { ...
[ "Kunal.Pise@transformco.com" ]
Kunal.Pise@transformco.com