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
db8547e61d00df0944f047cbc202350e35f62d19
650612dc6eb7adb4725589b735e97c22e238688d
/APPGestionLogistica/src/com/oscasistemas/appgestionlogistica/Expediciones/ConsultaClientes.java
d5bfe1313cf6eda2441e3a7ba6ba350919a7cd6c
[]
no_license
josnick93/AppLogisticaAlmacen
4ca94d8be6060a80b70c7889b008682ec485f548
b036505c6fd5a4c46a558ebafb86bb408f2e1df9
refs/heads/master
2021-09-08T07:16:09.536015
2018-03-08T09:02:50
2018-03-08T09:02:50
124,035,564
0
0
null
null
null
null
UTF-8
Java
false
false
2,247
java
package com.oscasistemas.appgestionlogistica.Expediciones; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.LinkedHashMap; import android.app.Activity; import android.os.AsyncTask;...
[ "josecaudevilla93@gmail.com" ]
josecaudevilla93@gmail.com
353b45dca83e1cebcab4854d908bb27b0d4b1db7
f40f1e11a415cfbb36b9c8d47cfe8a789e798276
/plugin/src/test/java/com/stratio/cassandra/lucene/schema/mapping/builder/BigDecimalMapperBuilderTest.java
4238a981da04d04aee067b9e15e0ad0f921a3ac6
[ "Apache-2.0" ]
permissive
forumjava/cassandra-lucene-index
f326688ac559b130a99c4f925bde00b424051e7b
d592f460061811d875c4096cc9ea084657a1cfaa
refs/heads/master
2021-01-21T23:58:09.714058
2015-07-15T07:42:00
2015-07-15T07:42:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,108
java
/* * Copyright 2015, Stratio. * * 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 wri...
[ "a.penya.garcia@gmail.com" ]
a.penya.garcia@gmail.com
d8d8cfdd6ce26d43d9c44bb09933b46ed8e30728
bab3327562d43f1a8082cf30888409163cc7601c
/src/main/java/com/sissi/protocol/iq/vcard/field/muc/Activate.java
bc4a79f8522800cfbddb56b46e5e931bf1a094d5
[ "Apache-2.0" ]
permissive
wzl4022561/sissi
e451386447ff79e3963aa4a749b3e0f60e3316d6
7b3a2bb73c8da058dd8118811b4ad76d93b89d33
refs/heads/master
2021-01-13T15:18:39.560354
2015-05-21T01:22:51
2015-05-21T01:22:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
package com.sissi.protocol.iq.vcard.field.muc; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlValue; import com.sissi.field.Field; import com.sissi.field.Fields; import com.sissi.io.read.Metadata; import com.sissi.protocol.iq.vcard.VCard; /** * @author kim 2014年2月10日 */ @Metad...
[ "sjw_job@126.com" ]
sjw_job@126.com
8d04f4f5e2555f5d0bf005b3af0d48f6fe56411d
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/34/2683.java
ee084620fdf31e95540bb6fd856a297105c5cd0d
[ "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
631
java
package <missing>; public class GlobalMembers { ///#include<string.h> public static int change(int n) { int x; if (n == 1) { x = 1; } else { if ((n % 2) == 0) { x = n / 2; System.out.printf("%d/2=%d\n",n,x); } else { x = n * 3 + 1; System.out.printf("%d*3+1=%d\n",n,x); ...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
f33e6818bc376073fdc8b347dbea93c9fba4768e
65e8643b58205f92cd56fad16d421115a188a1a3
/com.mymoney/src/qm.java
558f12c4bcc7fffa6ad19950411cf390b1e29f60
[]
no_license
goodev/liudongbaoproject
f2b0b0a22a1fd8c2ab5611ad0279e26b998c4e3d
72e585884d0a6f5765383f20f388303b11a1f0ad
refs/heads/master
2021-01-10T10:47:33.250578
2012-06-03T10:11:51
2012-06-03T10:11:51
50,891,250
0
0
null
null
null
null
UTF-8
Java
false
false
1,531
java
import android.os.AsyncTask; import android.widget.TextView; import com.mymoney.ui.setting.CategoryListViewAdapter; import com.mymoney.ui.setting.SettingFirstLevelCategoryActivity; import java.util.List; public class qm extends AsyncTask { List a; public qm(SettingFirstLevelCategoryActivity paramSetting...
[ "liudongbaollz@gmail.com" ]
liudongbaollz@gmail.com
7cf64fad92c59a7b63764324e737ca541520f91c
d8b52a783f9b225461893126ba8ecd8f181ff224
/src/com/gargoylesoftware/htmlunit/attachment/Attachment.java
7a5bde2304520fd18950e9a29ddf6ed56240df6d
[]
no_license
dawenzi80/test
8df7478a03692d98503f4d493a7a8a280a158634
3748f0bc73841807654e9e7aee3526c4b410bedb
refs/heads/master
2016-08-11T12:37:10.652652
2016-01-26T09:53:25
2016-01-26T09:53:25
50,418,503
0
0
null
null
null
null
UTF-8
Java
false
false
2,961
java
/* * Copyright (c) 2002-2013 Gargoyle Software 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 applica...
[ "liuxw@liuxw-PC-win7" ]
liuxw@liuxw-PC-win7
ce2295e797a5a2f8872d6e3c9f5e5801eef04804
e0e2b50412bdc5742af17607688df722f2359891
/7.2/tutorials/CustomerProjectType/src/org/customer/project/samples/customer3/CustomerSample3WizardIterator.java
40cc8213fe13da509c901abffa2a3976e4f40124
[]
no_license
redporrot/nbp-resources
faf4b4662779d038bc8770d3cea38b4f1653d70c
ef8a41ae6ab18dd1cd1460fa99a52757bf98916b
refs/heads/master
2020-04-01T17:24:22.481434
2015-06-12T21:37:01
2015-06-12T21:37:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,068
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.customer.project.samples.customer3; import java.awt.Component; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.Input...
[ "doriancuentas@gmail.com" ]
doriancuentas@gmail.com
6530aa9821da39e5bbd1a6aafb5ad775c7489887
a52d6bb42e75ef0678cfcd291e5696a9e358fc4d
/af_webapp/src/main/java/org/kuali/kfs/vnd/batch/VendorMatchStep.java
ebaf5fa59b19b9d2f2c2d24c4639e79631fc6d5d
[]
no_license
Ariah-Group/Finance
894e39cfeda8f6fdb4f48a4917045c0bc50050c5
ca49930ca456799f99aad57e1e974453d8fe479d
refs/heads/master
2021-01-21T12:11:40.987504
2016-03-24T14:22:40
2016-03-24T14:22:40
26,879,430
0
0
null
null
null
null
UTF-8
Java
false
false
1,208
java
/* * Copyright 2011 The Kuali Foundation. * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl2.php * * Unless required by app...
[ "code@ariahgroup.org" ]
code@ariahgroup.org
dcbce5a11d43d0acd43a0f72d1611de0b3483033
8f098a9d289e492e5737537aada45e792de6ea9f
/src/com/example/nationstyle/ViewDualCards.java
4726d61092a72578d8e04b586cfff3630caf628d
[]
no_license
goouttoplayno/Planning
c1867978f237f6608ac39e95cd437da66e2dd6de
98ff8d63064ede02754b79d2b3ab87a2c21c159a
refs/heads/master
2020-05-02T12:50:30.954429
2019-03-27T10:40:06
2019-03-27T10:40:06
177,968,852
0
0
null
null
null
null
UTF-8
Java
false
false
5,220
java
package com.example.nationstyle; /* Copyright 2012 Aphid Mobile 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 ...
[ "you@example.com" ]
you@example.com
b88d08b4bb7e6dc89c23a565bd7a8a6e33c92068
f567f3e0c50cc174d2ed3c48066d23867b19d3b6
/app/src/main/java/com/example/sid_fu/blecentral/utils/BitmapUtils.java
a8ea4de30b70e922e7d40082c194b0e22723eaab
[]
no_license
zhoumcu/BleCentral
e5f0e127f318470d4d8da661b7a4660b095d9daf
161e9e5754129b59e21f58d3e4770173dee37ec7
refs/heads/master
2021-01-20T20:28:49.079227
2016-08-23T09:42:53
2016-08-23T09:42:53
65,785,591
0
0
null
null
null
null
UTF-8
Java
false
false
4,023
java
package com.example.sid_fu.blecentral.utils; import android.content.Context; import android.content.res.AssetManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import android.widget.ImageView; impo...
[ "1032324589@qq.com" ]
1032324589@qq.com
f6dec974839fd4ef0537b592d87724cb15cc5181
97386b00aa112044a46b55db632c6be1195ed79d
/src/main/java/com/adpf/PageDemo/entity/monitoringTrack.java
18af14b155dcd6533d9e891d904bebdf141a347b
[]
no_license
mayongcan/adpf
8f1a036c05afdb8978730eebaa5860b5bc56219e
69d3be034e4270501f56da5a3ac3a82825c4aac9
refs/heads/master
2022-07-09T21:57:35.733201
2020-01-20T07:04:48
2020-01-20T07:04:48
255,856,674
0
0
null
2022-06-29T18:04:31
2020-04-15T08:43:22
Java
UTF-8
Java
false
false
1,367
java
/* * Copyright(c) 2018 gimplatform(通用信息管理平台) All rights reserved. */ package com.adpf.PageDemo.entity; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence....
[ "1571638094@qq.com" ]
1571638094@qq.com
df208ebfbed296488bc1e966d92f8f5eb37bc8ae
455da884cdbaa9c09f5b9d6a7a010a6611415bba
/java/com/zd/vpn/checker/CheckTerminalStatusPost.java
16a4d6ff5c9b8fee650c5c5485407c9390b54a96
[]
no_license
zhanght86/ics-sslvpn-android-sm2
51480ca4878966ae7cd60e2cf2f0ca576eaf51ab
611a581b86a24d1f4b97f09f4054fcbdb1198bce
refs/heads/master
2021-06-13T08:24:31.586688
2017-03-20T02:47:07
2017-03-20T02:47:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,703
java
package com.zd.vpn.checker; import android.content.Context; import android.os.Handler; import android.util.Log; import com.zd.vpn.util.ReturnObject; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMethod; import org.apache.commons.httpclient.params.HttpMethodParams; ...
[ "465805947@QQ.com" ]
465805947@QQ.com
443a5bfc3577365609b368360ce5dd3fd1cc0e16
482c9f4123a19e8164203edd92fc32033b78e17b
/MGB code/WestLB_RMSC_MGB/Java Source/de/westlb/mgb/client/mask/model/shared/NewInstrumentInfoModel.java
579f0f5ff33fff7ab33e649b80f499799fe97d5e
[]
no_license
Dilip96407/Dilip
54b405f29dd4f78fc653202e9c709cc96c1ac72a
feb245229e90195776b0113bc62ed5da2422d321
refs/heads/master
2022-12-22T13:27:19.320244
2019-11-13T09:37:12
2019-11-13T09:37:12
218,457,904
0
0
null
2022-12-14T05:26:38
2019-10-30T06:27:45
HTML
UTF-8
Java
false
false
2,207
java
package de.westlb.mgb.client.mask.model.shared; import java.rmi.RemoteException; import de.westlb.mgb.client.server.MgbServiceFactory; import de.westlb.mgb.client.server.vo.InstrumentSearchResultEntryVo; import de.westlb.mgb.client.ui.tablemodel.TableModel; import de.westlb.mgb.client.ui.tablemodel.TableModelFactory;...
[ "dgagre15@in.ibm.com" ]
dgagre15@in.ibm.com
1921467054051f537d49db7336538544de4f95bb
37183c5b978cc28004514542b622e3e90be58a95
/Items/ItemSlide.java
ccef7fe5ffd239033c96e32149bd35ce2b19aa33
[]
no_license
ruki260/RotaryCraft
4ae81ce65396965fbab641f054d2f275fb1f0e68
9fa1cbd03bbe2a0793d8a28d8d41de77b1b16fb4
refs/heads/master
2021-01-22T01:50:55.229160
2013-11-16T07:07:01
2013-11-16T07:07:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,300
java
/******************************************************************************* * @author Reika Kalseki * * Copyright 2013 * * All rights reserved. * Distribution of the software in any form is only allowed with * explicit, prior permission from the owner. ****************************************************...
[ "reikasminecraft@gmail.com" ]
reikasminecraft@gmail.com
019e2f83426ecbf6b3221a9fcda305d9d2e02e6a
8f4ac74a4a678c460d3be4c41c670e96cd0b8e65
/src/main/java/com/shevtsou/system/service/impl/CountryServiceImpl.java
cbb19875a4855eae3c630600f66fc0d642cdd0ca
[]
no_license
shevtsou/system-projects-3
6dca8da09140e3258ade21210b8706a4f2f8a9b9
3d83d8f1113162d5ff96477fac446506280406fe
refs/heads/master
2020-05-02T20:44:59.374602
2019-03-28T12:45:49
2019-03-28T12:45:49
178,200,722
0
0
null
2019-03-28T12:45:50
2019-03-28T12:38:39
Java
UTF-8
Java
false
false
1,822
java
package com.shevtsou.system.service.impl; import com.shevtsou.system.service.CountryService; import com.shevtsou.system.domain.Country; import com.shevtsou.system.repository.CountryRepository; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import java.util.Lis...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
874ef5bb6e04a07bad8605456538dd4666958d6c
b66bdee811ed0eaea0b221fea851f59dd41e66ec
/src/com/grubhub/AppBaseLibrary/android/order/cart/GHSCartFragment$4.java
ba4a3ca37db7b33c2882a0bb46ade4161de4fdd5
[]
no_license
reverseengineeringer/com.grubhub.android
3006a82613df5f0183e28c5e599ae5119f99d8da
5f035a4c036c9793483d0f2350aec2997989f0bb
refs/heads/master
2021-01-10T05:08:31.437366
2016-03-19T20:41:23
2016-03-19T20:41:23
54,286,207
0
0
null
null
null
null
UTF-8
Java
false
false
645
java
package com.grubhub.AppBaseLibrary.android.order.cart; import android.support.v4.app.q; import com.grubhub.AppBaseLibrary.android.GHSBaseActivity; import com.grubhub.AppBaseLibrary.android.dataServices.a.i; class GHSCartFragment$4 implements i { GHSCartFragment$4(GHSCartFragment paramGHSCartFragment) {} publ...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
6c28e48ddaa7ccef544e52af7d95b76aa59eed48
2ba768606b826e66abc77c438b0bfeadf730e002
/org.xtext.example.fml.parent/org.xtext.example.fml.idea/src-gen/org/xtext/example/mydsl/idea/AbstractFmlIdeaModule.java
f08427718b9b989982ce912a8d655c568da527e6
[]
no_license
FAMILIAR-project/familiar-language
f700e7794543bc5db407b02b7187a9d4223af649
6a5804ea1c98d199bc4e88c8d7c2c1b352a715d8
refs/heads/master
2023-05-23T08:50:42.610348
2021-10-19T12:12:39
2021-10-19T12:12:39
8,090,870
3
3
null
2020-10-13T07:21:02
2013-02-08T09:36:18
Java
UTF-8
Java
false
false
3,929
java
/* * generated by Xtext 2.9.1 */ package org.xtext.example.mydsl.idea; import com.google.inject.Binder; import com.google.inject.name.Names; import com.intellij.facet.FacetTypeId; import com.intellij.lang.ParserDefinition; import com.intellij.lang.PsiParser; import org.eclipse.xtext.ide.LexerIdeBindings; import org....
[ "mathieu.acher@irisa.fr" ]
mathieu.acher@irisa.fr
e1a99dc4c3fae0e8254d65aeca7f2a33a00df17f
269bce0bf0e23f5e5f7b5d31167c8a804b62ae52
/comparator-tools/modagame/MODAGAME_hppc_0.6.1/src.main.java/com/carrotsearch/hppc/CharIndexedContainer.java
3e9b8c01d15180dea49e5d2c1ec5568f0dd85d95
[]
no_license
acapulco-spl/acapulco_replication_package
5c4378b7662d6aa10f11f52a9fa8793107b34d6d
7de4d9a96c11977f0cd73d761a4f8af1e0e064e0
refs/heads/master
2023-04-15T17:40:14.003166
2022-04-13T08:37:11
2022-04-13T08:37:11
306,005,002
3
1
null
2022-04-11T17:35:06
2020-10-21T11:39:59
Java
UTF-8
Java
false
false
3,805
java
package com.carrotsearch.hppc; import java.util.List; import java.util.RandomAccess; /** * An indexed container provides random access to elements based on an * <code>index</code>. Indexes are zero-based. */ @javax.annotation.Generated(date = "2014-09-08T10:42:29+0200", value = "HPPC generated from: CharIndexedCo...
[ "daniel_str@gmx.de" ]
daniel_str@gmx.de
a388d528e961ee674bea1f7fabccbc63bb0afa50
829cb3e438f4b7a5c7e6649bab30a40df115d267
/cmon-app-portlet/docroot/WEB-INF/service/org/oep/cmon/dao/report/model/Role2TTHCModel.java
5d291b2d5188d693ab04d0f20b3ec6a8ebbdbcc1
[ "Apache-2.0" ]
permissive
doep-manual/CMON-App
643bc726ca55a268fb7e44e80b181642224b2b67
17007602673b0ecffbf844ad78a276d953e791a7
refs/heads/master
2020-12-29T00:29:01.395897
2015-06-29T08:00:58
2015-06-29T08:00:58
38,224,623
0
0
null
2015-06-29T02:56:41
2015-06-29T02:56:41
null
UTF-8
Java
false
false
4,293
java
/** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later...
[ "giang@dtt.vn" ]
giang@dtt.vn
93b3497a21c8345123be961fe15e30f84763cc47
55e396a43a0ac8e97d5140eb74c6b5293db99088
/factory-method/src/main/java/org/ko/factorymethod/FEVideoFactory.java
a1d5a8b88807ab301c836d90094c953e953f9aea
[]
no_license
exmyth/design-pattern
c0a6b3ac894213999abc09cd0ed2ce2c143597fd
8628b943e22609e4e40a9dcf2748ac9783440686
refs/heads/master
2020-08-31T13:40:56.189977
2019-10-21T13:51:42
2019-10-21T13:51:42
218,702,595
0
1
null
2019-10-31T06:51:39
2019-10-31T06:51:37
null
UTF-8
Java
false
false
166
java
package org.ko.factorymethod; public class FEVideoFactory extends VideoFactory { @Override public FEVideo getVideo() { return new FEVideo(); } }
[ "ko.shen@hotmail.com" ]
ko.shen@hotmail.com
42efdea470ccc1bd7cf5a6218b30dcba14925749
c856326a42e5a46494f6f8e1199de214053ae8f8
/src/UpTo300/Problem280.java
d95bd692b397e5bf98aadb876a38343b868d871f
[]
no_license
siyile/leetcode
548f3a3ad3cf2590bd271c0f2b5977287793f87c
8d2ec581f9966b0ca19eec20e86b77c39eb1e840
refs/heads/master
2021-06-16T21:30:46.303987
2021-02-19T03:50:35
2021-02-19T03:50:35
165,610,794
1
0
null
null
null
null
UTF-8
Java
false
false
582
java
package UpTo300; import java.util.Arrays; public class Problem280 { public void wiggleSort(int[] nums) { for (int i = 1; i < nums.length; i++) { if (i % 2 == 1) { if (nums[i - 1] > nums[i]) { swap(nums, i - 1, i); } } else { ...
[ "seayahh@outlook.com" ]
seayahh@outlook.com
d05ddcd0da6121ef064d41d9c448a47dc8367407
ebfcf186b788ec7502e1cc9bad5c08f4224b26e0
/releases/broadleaf/static/BroadleafCommerce-broadleaf-1.5.3-GA/admin/broadleaf-open-admin-platform/src/main/java/org/broadleafcommerce/openadmin/server/service/persistence/datasource/SandBoxDataSource.java
a87077198af7d5c0728907628519ac5f5da766d6
[]
no_license
klagithub1/static_antipattern_analyzer
06eb3bf0b15faa392a7d815d928ac6d4b18afd20
a8764b307b6531b8ad715e8f621e1a5c8c6f951b
refs/heads/master
2023-01-13T21:13:36.703932
2017-05-07T06:03:07
2017-05-07T06:03:07
90,512,339
0
0
null
2023-01-02T21:53:08
2017-05-07T06:02:38
Java
UTF-8
Java
false
false
7,170
java
/* * Copyright 2008-2009 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...
[ "klajdi@live.ca" ]
klajdi@live.ca
b185432b479802c0fc35721cd81267e9b80539e3
138c5dd54e57f498380c4c59e3ddabf939f1964a
/lcloud-reader/lcloud-lendbuy-service/src/main/java/com/szcti/lcloud/lendbuy/repository/LendBuyDao.java
f86365c2114220b2ea123b9f73d6c13c9676266a
[]
no_license
JIANLAM/zt-project
4d249f4b504789395a335df21fcf1cf009e07d78
50318c9296485d3a97050e307b3a8ab3e12510e7
refs/heads/master
2020-03-31T12:40:36.269261
2018-10-09T09:42:36
2018-10-09T09:42:36
152,225,516
1
0
null
null
null
null
UTF-8
Java
false
false
4,595
java
package com.szcti.lcloud.lendbuy.repository; import com.szcti.lcloud.lendbuy.entity.vo.LendBuyBookVO; import com.szcti.lcloud.lendbuy.entity.vo.LendBuyOrderVO; import org.apache.ibatis.annotations.CacheNamespace; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.uti...
[ "mrkinlam@163.com" ]
mrkinlam@163.com
e84f0bbe0790c363e3c98eab9bcf07214f6469a8
2fcf003ad28385752ea8c2efdc60f6e3d606c360
/src/test/java/io/github/carrillo/accounting/web/rest/errors/ExceptionTranslatorIT.java
8749638596d344a8497ceba82ce722e4bc9ff2c3
[]
no_license
BulkSecurityGeneratorProject/carrillo-smart-accounting-gateway
65c6a5fb07a6e102a3438f7d8d3186e3aafdd85d
cc246484a9ab4d669d003a2cf63e2bfc15b85690
refs/heads/master
2022-12-16T13:36:43.671342
2019-07-29T19:55:21
2019-07-29T19:55:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,568
java
package io.github.carrillo.accounting.web.rest.errors; import io.github.carrillo.accounting.SmartaccountinggatewayApp; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; ...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
88d719717ccda56e3225903bb787c4a4bb7e1c55
141e2c950f1585fbd185aa225d6e673309d4919d
/Day1/.metadata/.plugins/org.eclipse.core.resources/.history/a6/f09b6d6dceb100191d54a3b3dd964fb8
3eec257878bf4a48d0534fe816482a064caa041b
[]
no_license
priyas35/Mode1-Training
bf619f34c7758c0d9cbac39f68c521fae4e52395
ac9c50ecd95beaab957626d0dcdce7b4073552da
refs/heads/master
2022-12-31T20:10:30.751017
2019-09-27T06:52:23
2019-09-27T06:52:23
212,010,111
0
0
null
2022-12-15T23:31:07
2019-10-01T04:08:36
JavaScript
UTF-8
Java
false
false
361
package com.hcl.java; public class Prime { public void check(int n){ boolean flag=true; int i=2; while(i < n/2){ if(n%i==0){ flag=false; } i++; } if(flag==true){ System.out.println("Prime.."); }else{ System.out.println("Not Prime.."); } } public static void main(String[] args) { i...
[ "priyaharisubi@gmail.com" ]
priyaharisubi@gmail.com
602ed8c94a0eaeb636fb40badc324faf44df728e
635162ba17786e6f366f712cb8c31ffb42633554
/project/securities-manager/src/main/java/cn/hzstk/securities/member/mapper/AuthRealnameMapper.java
565279be053c8cc45b7a71e329f55e9eadd595d3
[]
no_license
macrogoal/wwh.stock
19aeed117f57acc1f22f3ed0caf34e481f00eb9c
8847a4bc6707dd881ea28133b621cf81431d845b
refs/heads/master
2020-04-17T05:51:47.771160
2018-04-04T06:21:15
2018-04-04T06:21:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
263
java
package cn.hzstk.securities.member.mapper; import cn.hzstk.securities.member.domain.AuthRealname; import tk.mybatis.mapper.common.Mapper; /** * @description: * @author: autoCode * @history: */ public interface AuthRealnameMapper extends Mapper<AuthRealname>{ }
[ "wwzero@hotmail.com" ]
wwzero@hotmail.com
94320b82bc369e99750d91899a5c7a6b825665bb
eace11a5735cfec1f9560e41a9ee30a1a133c5a9
/AMT/experiment/lab/ERS/Mutant/ExpenseReimbursementSystem(old,unusable)/traditional_mutants/double_calculateReimbursementAmount(java.lang.String,double,double,double,double)/ROR_4/ExpenseReimbursementSystem.java
82b6cb91bf7f36a5ca30406e1bf1a663d22e4731
[]
no_license
phantomDai/mypapers
eb2fc0fac5945c5efd303e0206aa93d6ac0624d0
e1aa1236bbad5d6d3b634a846cb8076a1951485a
refs/heads/master
2021-07-06T18:27:48.620826
2020-08-19T12:17:03
2020-08-19T12:17:03
162,563,422
0
1
null
null
null
null
UTF-8
Java
false
false
3,699
java
// This is a mutant program. // Author : ysma import java.util.Scanner; public class ExpenseReimbursementSystem { private java.lang.String levelOfSalesStaff; private double allowableMileage; private double costPerKilometer; public double calculateReimbursementAmount( java.lang.String stafflevel,...
[ "daihepeng@sina.cn" ]
daihepeng@sina.cn
c22750866b0d624939456f34b32536aa7acb4252
354da9c86e852ce170280acaad5581b0a3698614
/Reflection/src/com/wuhen/java/NewInstanceTest.java
d606e3e8b714c489ed7bc5e1f6aaaf47ecb9626c
[]
no_license
291663174/JavaSeniors
dc035e9cf4d1d30da642c54115cadc6e4056d211
13ff59983833949e5a31ae9687777c2bd5842d4e
refs/heads/master
2023-01-30T12:31:42.137400
2020-12-09T14:48:05
2020-12-09T14:48:05
304,288,629
0
0
null
null
null
null
UTF-8
Java
false
false
2,294
java
package com.wuhen.java; import com.wuhen.java1.Person; import org.junit.Test; import java.util.Random; /** * @author Wuhen * @Description 通过发射创建对应的运行时类的对象 * @date 2020-10-13 16:22 **/ public class NewInstanceTest { @Test public void test1() throws IllegalAccessException, InstantiationException { ...
[ "email@example.com" ]
email@example.com
fed9d86b01a3778cc6b5e277b4f5d6adaf2776e3
ec2bd4ec310a4f9fbf0b61e427ef50b6686b18b5
/guanglian/gl-core/src/main/java/com/kekeinfo/core/business/last/dao/MonitLastDao.java
ebc7ccf37231a802b9d4e40f637b4229b52d1d77
[]
no_license
kingc0000/privatefirst
58d0089a91f2fb26e615bf00f5c072d9036c8ab3
72b37f40d0f16b69466127b60434fbccfc5a6b50
refs/heads/master
2020-03-15T21:22:08.487027
2018-05-16T15:41:56
2018-05-16T15:41:56
132,353,516
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package com.kekeinfo.core.business.last.dao; import java.util.List; import com.kekeinfo.core.business.generic.dao.KekeinfoEntityDao; import com.kekeinfo.core.business.last.model.MonitLast; public interface MonitLastDao extends KekeinfoEntityDao<Long, MonitLast> { List<MonitLast> getByUserID(long userid); }
[ "v_xubiao@baidu.com" ]
v_xubiao@baidu.com
11785aec1418b5952869f20deacc6ebfccc62476
a2188e295eea25ab083805896cf9cfce9351a539
/model/DeviceDefinitionSpecialization.java
ed79e5b410145d5828901a613c2606ec70a15703
[]
no_license
tkalatz/hl7_FHIR_entity_objects
f10f2b4cdeead51251c74a5aa0de408c8ec5931f
d9fd5b699be03fad71e6cf376620351f23f1025c
refs/heads/main
2023-02-23T06:30:37.743094
2021-01-10T18:03:23
2021-01-10T18:03:23
320,611,784
0
0
null
null
null
null
UTF-8
Java
false
false
2,560
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // 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: 2020.12....
[ "tkalatz@gmail.com" ]
tkalatz@gmail.com
b8e82fc02853696b65432885c7417e22cc6e2b70
7a6651b2b33875bbff96a939b15d10576750a4c5
/common-parent/tuple/src/test/java/com/speedment/common/tuple/TuplesOfNullablesExtraTest.java
5d16225e6b8ed1e76b214bce5565f48707818ee2
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-unknown-license-reference" ]
permissive
moomdate/speedment
c6947c53a3d050c1d9ab51335dbae66e3a7ff17d
bba2363d9457c4592ac8cc58289162e05dc6d904
refs/heads/master
2021-02-10T00:33:59.111532
2020-02-24T20:54:28
2020-02-24T20:54:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,268
java
/* * * Copyright (c) 2006-2019, Speedment, Inc. 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 * * Unless requi...
[ "minborg@speedment.com" ]
minborg@speedment.com
0b03faf4d7a4f486948811908b0b7c0b67ff940f
7d31ae3dec88240b4c5209c3381a897d873caf03
/papabear-product-service/src/main/java/com/papabear/product/dao/ProductCommentPicDao.java
da339219692121fc080a89c08914e9d617fe66ed
[]
no_license
hansq-rokey/h5
1ce063f730a7631c333130ceb2028d1443d8dbc1
8235dc4649ac9b31603a9da766c20f6b34972d00
refs/heads/master
2021-01-18T03:38:53.628069
2017-03-22T08:32:48
2017-03-22T08:32:48
85,803,330
0
0
null
null
null
null
UTF-8
Java
false
false
788
java
package com.papabear.product.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.papabear.product.entity.ProductCommentPic; public interface ProductCommentPicDao { int deleteByPrimaryKey(Long id); int insert(ProductCommentPic record); Long insertSelective(ProductCommentP...
[ "hanshuaiqi@ibaixiong.com" ]
hanshuaiqi@ibaixiong.com
f7198aeb34e2a66cd10ea82162c4bb4bb77ef858
1900a47a03dc0bfb3e533b318d1c86305dd0d55a
/src/main/java/com/adanac/tool/rageon/service/sfunc/IdCardImpl.java
5785cc4758255060aa3eae529cc5e7b07dd7bfd0
[]
no_license
adanac/rageon-service
e8e8dd3bf0e026820f7ed80dca4c21f5e1d64488
2e532c77c321f4d024a02801bbeb589925d5b1a9
refs/heads/master
2020-05-29T16:39:19.490239
2016-09-07T09:18:35
2016-09-07T09:18:35
58,634,658
0
1
null
null
null
null
UTF-8
Java
false
false
3,909
java
package com.adanac.tool.rageon.service.sfunc; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java...
[ "adanac@sina.com" ]
adanac@sina.com
fb9a06045e34a00e5f77d282d63b32fefa31980e
0a39a02f8896be931d135cebdf6deaf44fa7d2f8
/src/org/dmfs/tasks/EditTaskActivity.java
8e51bd353fdd60bdd88d7ddf20a0ecfd5964b442
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nixprosoft/tasks
bff2a0a3c835513afd9e964625ce37a916184451
eed79983090f42884e6e1edc8a6b51f73bdd4f33
refs/heads/master
2021-01-20T22:04:46.919071
2013-08-15T12:28:38
2013-08-15T12:28:38
12,398,613
2
0
null
null
null
null
UTF-8
Java
false
false
2,818
java
/* * Copyright (C) 2013 Marten Gajda <marten@dmfs.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 appli...
[ "marten@dmfs.org" ]
marten@dmfs.org
c24ccec44682c579b567f23c03a86ab1cd34c407
5e6abc6bca67514b4889137d1517ecdefcf9683a
/Server/src/main/java/plugin/activity/zulrah/ZulrahCombatSwingHandler.java
a6856e5d5ecb38c0949c8aee1649f1a56967e08e
[]
no_license
dginovker/RS-2009-317
88e6d773d6fd6814b28bdb469f6855616c71fc26
9d285c186656ace48c2c67cc9e4fb4aeb84411a4
refs/heads/master
2022-12-22T18:47:47.487468
2019-09-20T21:24:34
2019-09-20T21:24:34
208,949,111
2
2
null
2022-12-15T23:55:43
2019-09-17T03:15:17
Java
UTF-8
Java
false
false
1,095
java
package plugin.activity.zulrah; import org.gielinor.game.node.entity.combat.CombatStyle; import org.gielinor.game.node.entity.combat.CombatSwingHandler; /** * Represents the {@link org.gielinor.game.node.entity.combat.CombatSwingHandler} for the Zulrah NPC. * * @author <a href="https://Gielinor.org">Gielin...
[ "dcress01@uoguelph.ca" ]
dcress01@uoguelph.ca
273d9bde48128656b6f33d85c0463d64b3c258ba
b755a269f733bc56f511bac6feb20992a1626d70
/model/model-util/src/main/java/com/qiyun/type/ChaseType.java
b3dae6f7ad83be3b753e2722931f98800366dc3e
[]
no_license
yysStar/dubbo-zookeeper-SSM
55df313b58c78ab2eaa3d021e5bb201f3eee6235
e3f85dea824159fb4c29207cc5c9ccaecf381516
refs/heads/master
2022-12-21T22:50:33.405116
2020-05-09T09:20:41
2020-05-09T09:20:41
125,301,362
2
0
null
2022-12-16T10:51:09
2018-03-15T02:27:17
Java
UTF-8
Java
false
false
877
java
package com.qiyun.type; import com.qiyun.hibernate.IntegerBeanLabelItem; import java.util.ArrayList; import java.util.List; public class ChaseType extends IntegerBeanLabelItem { protected ChaseType(String name, int value) { super(ChaseType.class.getName(), name, value); } public static ChaseType getItem(int v...
[ "qawsed1231010@126.com" ]
qawsed1231010@126.com
803a7f9a21e94ba0a251e8ffd7d8f78b77b558a6
afc11731cc963f28984323d8ea308a0d7afa6f86
/src/main/java/io/github/templatejhipster/application/security/DomainUserDetailsService.java
b6a308708de43f65170b00b8af10603e1bf9df77
[]
no_license
amadoux/template-jhipster
c5cb0fb2485a308563f9e5a9ff0c15cc5219fd8e
ebc906e08d2937c7f1e9f010cb39e3ba29e20711
refs/heads/master
2022-12-22T07:25:00.662784
2019-07-25T16:22:48
2019-07-25T16:22:48
198,865,371
0
0
null
2022-12-16T05:02:28
2019-07-25T16:22:34
Java
UTF-8
Java
false
false
2,730
java
package io.github.templatejhipster.application.security; import io.github.templatejhipster.application.domain.User; import io.github.templatejhipster.application.repository.UserRepository; import org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator; import org.slf4j.Logger; import org.slf4j.LoggerFa...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
0edec70a1215acf7c18409a7126e405c34e4d4b8
39f2dc7f250cf6d9e132cda8a328e62f1ebd61fd
/offer_java_basis/src/main/java/cn/offer2020/pbj/javabasis/java/basis1/java5_27/TestForeach.java
12b0353372ab281d5d10d0ae92be60530799c540
[ "Apache-2.0" ]
permissive
peng4444/offer2020
0c51a93202383ef8063cc624d96ab0b26ddc8189
372f8d072698acbb03e1bb569a20e6cda957e1af
refs/heads/master
2021-05-17T07:33:28.950090
2020-11-17T13:21:14
2020-11-17T13:21:14
250,697,652
7
0
Apache-2.0
2021-03-31T21:57:55
2020-03-28T02:32:57
Java
UTF-8
Java
false
false
408
java
package cn.offer2020.pbj.javabasis.java.basis1.java5_27; //Java新特性,foreach循环 public class TestForeach { public static void main(String[] args) { int data[] = new int[] {1,2,3,4,5}; for(int x : data) {//循环次数由数组长度决定 //每一次循环实际上都表示数组的角标增长,会取得一个数组的内容,并且将其设置给x System.out.println(x); } } }
[ "pbj@qq.com" ]
pbj@qq.com
06bdc500d4b6c12e49a3cd9b934f3a89a99c4663
5d5cab801692913205cd51705154723f695dc9ba
/xultimate-toolkit/xultimate-context/src/main/java/org/danielli/xultimate/context/chardet/cpdetector/InputStreamCharsetDetector.java
a89cf853c290fa56c7b55e70d958eca88492f452
[]
no_license
RenMingNeng/xultimate-resource
2463caedbf211087b4e3fb27bf4318f3f7786c59
63604eb3ebe1114a916b47c2a2463bd13c0ee8f0
refs/heads/master
2021-08-31T13:17:26.274512
2017-12-18T03:28:31
2017-12-18T03:28:31
114,590,216
0
0
null
null
null
null
UTF-8
Java
false
false
1,691
java
package org.danielli.xultimate.context.chardet.cpdetector; //import info.monitorenter.cpdetector.io.ASCIIDetector; //import info.monitorenter.cpdetector.io.ByteOrderMarkDetector; //import info.monitorenter.cpdetector.io.CodepageDetectorProxy; //import info.monitorenter.cpdetector.io.JChardetFacade; //import info.monit...
[ "395841246@qq.com" ]
395841246@qq.com
8c1061a065b1d54c951690d9849e1a6b0d0ab625
38883d3e5d0f88730a2154d1da4faa4409eabe7b
/metamer/ftest/src/test/java/org/richfaces/tests/metamer/ftest/a4jCommandLink/TestResetValues.java
615381c184848d5ff494ee7251e26733849e62a3
[]
no_license
VRDate/richfaces-qa
fe32c428d02c19c5dd021bf5b1ae0df8449debc8
b17722025b0f8ff0ab83c3a16a5442abbc2d443e
refs/heads/master
2020-06-14T00:21:56.022194
2016-07-07T13:57:53
2016-07-07T13:58:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,131
java
/* * JBoss, Home of Professional Open Source * Copyright 2010-2016, Red Hat, Inc. and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of ...
[ "jstefek@redhat.com" ]
jstefek@redhat.com
517f6fb6d35575044e91d1c61723294d02af7cf2
69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e
/methods/Method_55480.java
e04eef90b9904d59d0c9ff512aba73b4c5e6be76
[]
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
307
java
/** * Ensures that the specified pointer is not {@code NULL} (0L). * @param pointer the pointer to check * @throws NullPointerException if {@code pointer} is {@code NULL} */ public static long check(long pointer){ if (pointer == NULL) { throw new NullPointerException(); } return pointer; }
[ "sonnguyen@utdallas.edu" ]
sonnguyen@utdallas.edu
8ff384112c229a2724a5c78085b98a97c0d8ae43
83665baa7232e7ce23c5d3dcd8985fa8a979e855
/effective-java/src/main/java/com/effective/java/chapter2/item2/hierarchicalbuilder/PizzaTest.java
d32c2a076bba53a716e94bf0fe1e8d8a1f869485
[]
no_license
hippalus/effective-java-3
32820dd09bfec56298ed7acd7a056d0256c304eb
321470147ba13a5aebed74be15c100b13f5c9511
refs/heads/master
2020-07-07T09:19:17.209943
2019-08-21T11:41:18
2019-08-21T11:41:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
661
java
package com.effective.java.chapter2.item2.hierarchicalbuilder; import static com.effective.java.chapter2.item2.hierarchicalbuilder.NyPizza.Size.SMALL; import static com.effective.java.chapter2.item2.hierarchicalbuilder.Pizza.Topping.*; // Using the hierarchical builder (Page 16) public class PizzaTest { public st...
[ "habiphakan.isler@gmail.com" ]
habiphakan.isler@gmail.com
0749d69ad738efe42032b75713cf81d12c4d47cc
e5a3b0a88097e40b844000fb06e8fac3c8da453e
/src/main/java/org/neo4j/ogm/benchmark/entityscan/entities/SimpleEntity846.java
f01b060decec443f31c5fdb0b2e7911cadfa6c1f
[]
no_license
nmervaillie/neo4j-ogm-jmh-performance-benchmark
473fba908aec8df71b397b65170f15ee2189210b
d85281080e0495143da4f3bd98199ff40f094612
refs/heads/master
2020-12-30T14:44:23.214665
2017-10-06T07:50:15
2017-10-06T07:50:15
91,077,827
0
1
null
2017-10-06T07:50:16
2017-05-12T09:59:17
Java
UTF-8
Java
false
false
940
java
package org.neo4j.ogm.benchmark.entityscan.entities; import java.util.List; import org.neo4j.ogm.annotation.NodeEntity; import org.neo4j.ogm.annotation.Relationship; /** * Template for single entity * * Run src/main/resouces.copy.sh to create copies in sources directory. * * @author Frantisek Hartman */ @NodeE...
[ "frant.hartm@gmail.com" ]
frant.hartm@gmail.com
f71c1cc5b092a3e5fdd33228f44c4a391a1d0196
2cf9cbafdfd5df582a9a46dcf85e5162901ef337
/ocl-core/src/main/java/uk/ac/kent/cs/ocl20/semantics/model/types/TypeType.java
edc2cac8f3e9d465a1e8c246acc1cf35deb29c9d
[ "Apache-2.0" ]
permissive
opatrascoiu/jmf
918303cf7ff6a5428157ea5deedc863386f457fb
be597da51fa5964f07ee74213640894af8fff535
refs/heads/master
2022-02-28T08:57:39.220759
2019-10-17T08:48:14
2019-10-17T08:48:14
110,419,420
0
0
null
null
null
null
UTF-8
Java
false
false
805
java
/** * * Class TypeType.java * * Generated by KMFStudio at 09 May 2003 17:47:13 * Visit http://www.cs.ukc.ac.uk/kmf * */ package uk.ac.kent.cs.ocl20.semantics.model.types; import uk.ac.kent.cs.ocl20.semantics.SemanticsElement; import uk.ac.kent.cs.ocl20.semantics.bridge.Classifier; public interface TypeType...
[ "opatrascoiu@yahoo.com" ]
opatrascoiu@yahoo.com
a7fe758fdacd04671283a940557759bf2c63108c
7b82d70ba5fef677d83879dfeab859d17f4809aa
/_part2/bboss-rpc/src-jgroups/bboss/org/jgroups/blocks/GridInputStream.java
acd01aeb1a285c3a12b5e89988d355c0981376a9
[ "Apache-2.0" ]
permissive
apollowesley/jun_test
fb962a28b6384c4097c7a8087a53878188db2ebc
c7a4600c3f0e1b045280eaf3464b64e908d2f0a2
refs/heads/main
2022-12-30T20:47:36.637165
2020-10-13T18:10:46
2020-10-13T18:10:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,004
java
package bboss.org.jgroups.blocks; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import bboss.org.jgroups.annotations.Experimental; import bboss.org.jgroups.logging.Log; import bboss.org.jgroups.logging.LogFactory; /** * @author Bela Ban * @version $Id: GridInputStrea...
[ "wujun728@hotmail.com" ]
wujun728@hotmail.com
8d246b7494630803ad59f014d09c1e619b1cb3b2
9d41d6a281058f00554e94cf5b438dd32297d886
/fillringbutton/src/main/java/com/anwesome/ui/fillringbutton/MovementController.java
68d8aa9ab721d8737e70c045fa8aec81c52659d7
[]
no_license
pranavlathigara/AmazingCustomWidgets
cfab0b44b9e23cbb676698d71ecb67402458466e
4036c53630287f0816fc6da79cf2c5e964f7215b
refs/heads/master
2020-03-28T16:57:49.867044
2017-07-21T12:32:35
2017-07-21T12:33:22
148,745,387
2
0
null
2018-09-14T06:28:46
2018-09-14T06:28:47
null
UTF-8
Java
false
false
1,401
java
package com.anwesome.ui.fillringbutton; /** * Created by anweshmishra on 23/04/17. */ public class MovementController { private int mode = 0; private float l = 0,a = 0,deg = 0,dir = 0,finalL; public MovementController(float w) { this.finalL = w/Constants.L_SCALE; } public float getL() { ...
[ "anweshthecool0@gmail.com" ]
anweshthecool0@gmail.com
bdee6b37425e3c16ac7193a4853d9828e9d3d705
36ab1307d1d1573f5bfb87b687ae1d52015ee418
/src/main/java/com/tfsc/ilabs/selfservice/action/models/ActionType.java
b11a98592f0563965b378e36c2defc0e1b8a97fb
[]
no_license
Girish027/assist-selfserve-be
84f83f158c7871b719f2125b66e609f0c9094c67
f3df20349acf665e52815a62723b6e0bcc2b2c41
refs/heads/main
2023-08-25T18:00:51.006117
2021-10-18T21:04:47
2021-10-18T21:04:47
418,667,318
0
0
null
null
null
null
UTF-8
Java
false
false
138
java
package com.tfsc.ilabs.selfservice.action.models; /** * Created by ravi.b on 31-05-2019. */ public enum ActionType { REST,KAFKA }
[ "41387899+Girish027@users.noreply.github.com" ]
41387899+Girish027@users.noreply.github.com
eec244d63c73c2bdb1a20636cfc8af3297df0186
daab099e44da619b97a7a6009e9dee0d507930f3
/rt/jdk/internal/org/xml/sax/SAXNotSupportedException.java
96a9a646d94a6e22216732ea0701a33d2fb2e6b4
[]
no_license
xknower/source-code-jdk-8u211
01c233d4f498d6a61af9b4c34dc26bb0963d6ce1
208b3b26625f62ff0d1ff6ee7c2b7ee91f6c9063
refs/heads/master
2022-12-28T17:08:25.751594
2020-10-09T03:24:14
2020-10-09T03:24:14
278,289,426
0
0
null
null
null
null
UTF-8
Java
false
false
1,211
java
/* */ package jdk.internal.org.xml.sax; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* *...
[ "xknower@126.com" ]
xknower@126.com
8f76ac9a8e29205b70711dd64f64e4245b6071d6
0f5124795d0a7e16040c9adfc0f562326f17a767
/netty-restful-server/src/main/java/com/steven/netty/demo/bo/AlbumInfo.java
29fa54a8e29f383855fa50215a19f0d3acfe40df
[]
no_license
frank-mumu/steven-parent
b0fd7d52dfe5bab6f33c752efa132862f46cea54
faca8295aac1da943bd4d4dd992debef6d537be7
refs/heads/master
2023-05-27T00:17:44.996281
2019-10-24T05:59:35
2019-10-24T05:59:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
445
java
package com.steven.netty.demo.bo; import com.steven.netty.demo.entity.Album; import com.steven.netty.nettyrest.response.Info; /** * Created by zhoumengkang on 5/1/16. */ public class AlbumInfo extends Info { private Album album; public Album getAlbum() { return album; } public void setAlb...
[ "918273244@qq.com" ]
918273244@qq.com
1965e2f2f85c424d6082672719b6c02ccf44d92f
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/apache--cassandra/a991b64811f4d6adb6c7b31c0df52288eb06cf19/after/SetSerializer.java
921a4ee47282a22785c65bea8288dc71261bfec7
[]
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,895
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 ...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
3082b536f6e6452baaf983bb3259a944fddadd48
fdd4cc6f8b5a473c0081af5302cb19c34433a0cf
/src/modules/agrega/auditoria/src/main/java/es/pode/auditoria/negocio/servicios/pool/PoolBuscarException.java
e336641b3520b2aa0f29dec2e5f8401cab704035
[]
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
WINDOWS-1252
Java
false
false
1,789
java
/* Agrega es una federación de repositorios de objetos digitales educativos formada por todas las Comunidades Autónomas propiedad de Red.es. Este código ha sido desarrollado por la Entidad Pública Empresarial red.es adscrita al Ministerio de Industria,Turismo y Comercio a través de la Secretaría de Estado de Telecomuni...
[ "build@zeno.siriusit.co.uk" ]
build@zeno.siriusit.co.uk
06f4d4a479be9936fa9a96587b725213efeefbdd
a836fb4715396f82f91a919effc644c873e9b8b2
/skWeiChatBaidu/src/main/java/com/vkzwbim/chat/bean/EventRoomNotice.java
538b87759b0909740b4cd371381d0b2dca305c0c
[]
no_license
iuvei/zhongixn
a4a459cca817a748189efb13f7d8b03ddce0bbf0
c3953350d2d30b16361a87ba06cb1d83ef8fc68f
refs/heads/master
2023-03-17T12:59:11.192586
2020-08-13T07:34:43
2020-08-13T07:34:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
223
java
package com.vkzwbim.chat.bean; public class EventRoomNotice { private String text; public EventRoomNotice(String text) { this.text = text; } public String getText() { return text; } }
[ "cheng3099@126.com" ]
cheng3099@126.com
887b6fbe4d3dcd201299c7f101c97c3b26e15e9b
83d56024094d15f64e07650dd2b606a38d7ec5f1
/sicc_druida/fuentes/java/RecParamNmperTransactionQuery.java
2a693f534b5dc71b156e1fbdfc2e6c249578967f
[]
no_license
cdiglesias/SICC
bdeba6af8f49e8d038ef30b61fcc6371c1083840
72fedb14a03cb4a77f62885bec3226dbbed6a5bb
refs/heads/master
2021-01-19T19:45:14.788800
2016-04-07T16:20:51
2016-04-07T16:20:51
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
6,156
java
/* INDRA/CAR/mmg $Id: RecParamNmperTransactionQuery.java,v 1.1 2009/12/03 18:39:43 pecbazalar Exp $ DESC */ import java.util.*; import es.indra.utils.*; import es.indra.druida.belcorp.MMGDruidaHelper; import es.indra.druida.belcorp.MMGDruidaTransaction; import es.indra.druida.belcorp.MMGException; import...
[ "hp.vega@hotmail.com" ]
hp.vega@hotmail.com
5081d947dd69fcb6a840b852f64b5706ef32b04f
e5bb4c1c5cb3a385a1a391ca43c9094e746bb171
/WeiXin/trunk/zhaocaixing/src/main/java/com/hzfh/weixin/facade/customer/ActivityExperienceGoldFacade.java
33532829282471ad346b7b6e5c4d3c445207aa2a
[]
no_license
FashtimeDotCom/huazhen
397143967ebed9d50073bfa4909c52336a883486
6484bc9948a29f0611855f84e81b0a0b080e2e02
refs/heads/master
2021-01-22T14:25:04.159326
2016-01-11T09:52:40
2016-01-11T09:52:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,550
java
package com.hzfh.weixin.facade.customer; import com.hzfh.api.customer.model.ActivityCondition; import com.hzfh.api.customer.model.ActivityExperienceGold; import com.hzfh.api.customer.model.query.ActivityExperienceGoldCondition; import com.hzfh.api.customer.service.ActivityExperienceGoldService; import com.hzframework....
[ "ulei0343@163.com" ]
ulei0343@163.com
76ccd3414ce44c1422c227d5aae35244dfa9942f
79f38f93cfcd47711fe9db76b2b56ef37f18bf92
/telegraph/cq/core-app/core-app-commons/src/main/java/uk/co/telegraph/core/commons/travel/apollo/impl/api/DefaultApolloHotelService.java
ad3406ec8ff27c9405edbd1fda0044a71f50cb21
[]
no_license
jsdelivrbot/ionic4-angular6
3a6361bce9db129fbc841ee31fc029abe14ea273
0c67b344397c1ce276a808388f602ea68becaf2e
refs/heads/master
2020-04-10T13:58:48.155725
2018-12-09T12:53:32
2018-12-09T12:53:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,613
java
package uk.co.telegraph.core.commons.travel.apollo.impl.api; import java.util.List; import com.google.common.cache.LoadingCache; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Properties; import org.apache.felix.scr.annotations.Property; import org.apache.felix.scr.annotati...
[ "d15_1_89@msn.com" ]
d15_1_89@msn.com
07fd2a7c05433a78eb1b738350f24cea04ecf135
55821b09861478c6db214d808f12f493f54ff82a
/trunk/java.prj/ITSMCSharp2Java/Fusion.Foundation/Fusion/IPromptSettings.java
18191363123a2637e99d4232b4c644b1b161b465
[]
no_license
SiteView/ECC8.13
ede526a869cf0cb076cd9695dbc16075a1cf9716
bced98372138b09140dc108b33bb63f33ef769fe
refs/heads/master
2016-09-05T13:57:21.282048
2012-06-12T08:54:40
2012-06-12T08:54:40
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
967
java
package Fusion; /** * @author Administrator * @version 1.0 * @created 20-ËÄÔÂ-2010 14:33:53 */ public interface IPromptSettings { /** * * @param strQueryPromptId */ public void ClearQueryPromptSettings(String strQueryPromptId); /** * * @param strQueryPromptId * @param strQueryP...
[ "136122085@163.com" ]
136122085@163.com
6e7e46bf0f25b48581f1d292e514921e47c10ed7
4192d19e5870c22042de946f211a11c932c325ec
/j-hi-20110703/src/org/hi/i18n/model/original/LanguageStrAbstract.java
71ab20d89bd9c5c66ff3656ec55c1d89746c46b4
[]
no_license
arthurxiaohz/ic-card
1f635d459d60a66ebda272a09ba65e616d2e8b9e
5c062faf976ebcffd7d0206ad650f493797373a4
refs/heads/master
2021-01-19T08:15:42.625340
2013-02-01T06:57:41
2013-02-01T06:57:41
39,082,049
2
1
null
null
null
null
GB18030
Java
false
false
4,586
java
package org.hi.i18n.model.original; import java.io.Serializable; import java.sql.Timestamp; import java.util.Date; import java.util.List; import org.hi.framework.model.BaseObject; import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; import org.apach...
[ "Angi.Wang.AFE@gmail.com" ]
Angi.Wang.AFE@gmail.com
f8242543bd438c44b293e52faa24c815d72433d8
995f73d30450a6dce6bc7145d89344b4ad6e0622
/Honor5C-7.0/src/main/java/dalvik/bytecode/OpcodeInfo.java
f2af7c1c1333ae060ed10f7e17be362c75938a34
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,646
java
package dalvik.bytecode; public final class OpcodeInfo { public static final int MAXIMUM_PACKED_VALUE = 0; public static final int MAXIMUM_VALUE = 0; static { /* JADX: method processing error */ /* Error: jadx.core.utils.exceptions.DecodeException: Load method exception in method: dalvik.b...
[ "dstmath@163.com" ]
dstmath@163.com
adc9fab33cfebf494bbc13d0b537703f9cfa6aef
750d26eef421463a1f8e8cb4e825808d419adb21
/bakk/OOP WS08/src/aufgabe5/flo/List.java
f9a4d45fe94e91299ae65f692a9846797860e3fa
[ "Apache-2.0" ]
permissive
dzena/tuwien
d5e47e8441058e4845f39cac019dff3024b670c9
80bfb4cf2f3ee2cc1761930465b776a0befccd4b
refs/heads/master
2021-01-18T17:20:13.376444
2013-11-01T19:45:39
2013-11-01T19:45:39
59,845,669
28
0
null
2016-05-27T15:43:56
2016-05-27T15:43:56
null
UTF-8
Java
false
false
1,020
java
package aufgabe5.flo; /** * @author GEMEH, FLRAU, PAFAV * * Creates a simple List * */ public class List<A> implements Collection<A> { protected Node head = null; protected Node tail = null; /** * Subclass Node */ protected class Node { A elem; Node next = null; Node (A elem) {this.elem = elem;}...
[ "patrick.favrebulle@gmail.com" ]
patrick.favrebulle@gmail.com
a3adf8188f73d2057170e8eeb9598069a765dbe4
d5c5cfe894ae5833918bd396c5bd01fc8a1a8ffa
/bump-fitlibrary-eclipse-workspace/FitLibrary20091020/src/fitlibrary/specify/exception/NoNullaryConstructor.java
08cc8d96f7d178d6a69db956e163c53786533132
[]
no_license
afamee/DbFit-deps
80db2fc3919c30b900c01012788d293ea5e1c07c
2610dfc6f4573e3eda3a8c68369d23b4571547da
refs/heads/master
2020-04-02T18:28:37.519147
2015-07-11T13:55:42
2015-07-11T13:55:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
322
java
/* * Copyright (c) 2006 Rick Mugridge, www.RimuResearch.com * Released under the terms of the GNU General Public License version 2 or later. * Written: 19/08/2006 */ package fitlibrary.specify.exception; public class NoNullaryConstructor { @SuppressWarnings("unused") public NoNullaryConstructor(int i) { // } ...
[ "mark_matten@hotmail.com" ]
mark_matten@hotmail.com
aea00ddbdcbc7b3393b5898aaec3d560a42af786
2cb5bc6510e3b16b220015cd044168f955a8f49d
/src/Server.java
fa84b18ddc74bc2aa7b3ff2966b0b8c574e05795
[]
no_license
religious23/MyTomcat
fd363e4688dd54740970974b98d4de6a0bc3a8b6
8011c21be999fe2f9ca43e886feaed8deee95a6f
refs/heads/master
2023-04-24T04:10:19.260415
2021-05-07T11:33:15
2021-05-07T11:33:15
312,271,960
0
0
null
null
null
null
UTF-8
Java
false
false
2,635
java
//import filter.FilterChain; import filter_upgrade.FilterChain; import io.Request; import io.Response; import servlet.Servlet; import java.io.InputStream;// 磁盘IO import java.io.OutputStream;// 网络IO BIO --NIO AIO import java.net.ServerSocket; import java.net.Socket; /** * @author 王文 * @date 2020/11/13 * @motto 恢弘志...
[ "myqq@qq.com" ]
myqq@qq.com
7a40c87140e9c6b8e384dbd76c711784328e4301
642057b61201fedcf895584175e47572bc6f53fd
/src/main/java/io/geekshop/types/search/SinglePrice.java
0a411b8dae73adf5c46e5485382145823f7741b1
[ "MIT" ]
permissive
jjnnzb/geekshop
cd27eb6c42cbad3225f5c0582b0b25cfd944029e
1cbc352b78de89f3a1db9e9c730b82dff850ea93
refs/heads/main
2023-02-12T15:59:49.326677
2021-01-12T10:01:38
2021-01-12T10:01:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
287
java
/* * Copyright (c) 2020 GeekXYZ. * All rights reserved. */ package io.geekshop.types.search; import lombok.Data; /** * The price value where the result has a single price * * Created on Nov, 2020 by @author bobo */ @Data public class SinglePrice { private Integer value; }
[ "bobo@spring2go.com" ]
bobo@spring2go.com
5dffcda7e1d6cc9d6469bc3708556e85a082c20a
97fd02f71b45aa235f917e79dd68b61c62b56c1c
/src/main/java/com/tencentcloudapi/tcss/v20201101/models/ResetSecLogTopicConfigRequest.java
df2a6438b8e93547d681cd72e063d27e3ff2468f
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-java
7df922f7c5826732e35edeab3320035e0cdfba05
09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec
refs/heads/master
2023-09-04T10:51:57.854153
2023-09-01T03:21:09
2023-09-01T03:21:09
129,837,505
537
317
Apache-2.0
2023-09-13T02:42:03
2018-04-17T02:58:16
Java
UTF-8
Java
false
false
2,698
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
37fe70738ff40b6c7b640ab8bc0622f07c70b305
0fd72486b3997aba7aeb915e78787e6af3ecf7e3
/app/src/main/java/com/tapc/platform/model/tcp/ClientOutputThread.java
a909696ad0e896dfb1573329ec53f697b4fc00cd
[]
no_license
dylan-zwl/device
f99c70ec2850c473645aeea344d8ad491678626b
36d4f67021fce49b09f5c52fa19bb13fb9ad9a3f
refs/heads/master
2021-01-21T12:50:23.656339
2018-06-29T11:00:40
2018-06-29T11:00:40
102,101,101
1
1
null
null
null
null
UTF-8
Java
false
false
1,512
java
package com.tapc.platform.model.tcp; import android.util.Log; import java.io.IOException; import java.io.OutputStream; import java.net.Socket; public class ClientOutputThread extends Thread { private Socket mSocket; private OutputStream mOutputStream; private boolean isStart = true; private byte[] mD...
[ "294598356@qq.com" ]
294598356@qq.com
9c7ae89b9387b1e0006436d5c78ef79081d4f1da
eaadbbf75cefd3896ed93c45f23c30d9c4b80ff9
/sources/android/support/coreui/C0004R.java
3f8c790af5f5fb48af012674e0482cc2174afabb
[]
no_license
Nicholas1771/Mighty_Monkey_Android_Game
2bd4db2951c6d491f38da8e5303e3c004b4331c7
042601e568e0c22f338391c06714fa104dba9a5b
refs/heads/master
2023-03-09T00:06:01.492150
2021-02-27T04:02:42
2021-02-27T04:02:42
342,766,422
0
0
null
null
null
null
UTF-8
Java
false
false
6,963
java
package android.support.coreui; import com.Azzuri.MightyMonkey.C0174R; /* renamed from: android.support.coreui.R */ public final class C0004R { /* renamed from: android.support.coreui.R$attr */ public static final class attr { public static final int buttonSize = 2130771971; public static fin...
[ "nicholasiozzo17@gmail.com" ]
nicholasiozzo17@gmail.com
ee27a154ea7b8dbb6c3a7b4d64f97155617c93b2
ac72641cacd2d68bd2f48edfc511f483951dd9d6
/opscloud-service/src/main/java/com/baiyi/opscloud/mapper/jumpserver/PermsAssetpermissionMapper.java
8b301e1cdfd179d45826f2d666753847ad30f644
[]
no_license
fx247562340/opscloud-demo
6afe8220ce6187ac4cc10602db9e14374cb14251
b608455cfa5270c8c021fbb2981cb8c456957ccb
refs/heads/main
2023-05-25T03:33:22.686217
2021-06-08T03:17:32
2021-06-08T03:17:32
373,446,042
1
1
null
null
null
null
UTF-8
Java
false
false
248
java
package com.baiyi.opscloud.mapper.jumpserver; import com.baiyi.opscloud.domain.generator.jumpserver.PermsAssetpermission; import tk.mybatis.mapper.common.Mapper; public interface PermsAssetpermissionMapper extends Mapper<PermsAssetpermission> { }
[ "fanxin01@longfor.com" ]
fanxin01@longfor.com
c2e10e7891708bb4df7fe414a4f60c09064bec94
37abbb3bc912370c88a6aec26b433421437a6e65
/fucai/japp_ticket_winning/src/main/java/com/cqfc/ticketwinning/testClient/RestartCalBDPrizeTest.java
6bd485cb1db25611523db550efe1fc3288f8deb4
[]
no_license
ca814495571/javawork
cb931d2c4ff5a38cdc3e3023159a276b347b7291
bdfd0243b7957263ab7ef95a2a8f33fa040df721
refs/heads/master
2021-01-22T08:29:17.760092
2017-06-08T16:52:42
2017-06-08T16:52:42
92,620,274
3
0
null
null
null
null
UTF-8
Java
false
false
766
java
package com.cqfc.ticketwinning.testClient; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import com.cqfc.common.zookeeper.InitZooKeeperBean; import com.cqfc.ticketwinning.service.impl.RestartCalPrizeServiceImpl; public class RestartC...
[ "an__chen@163.com" ]
an__chen@163.com
26e16592566bb4d5a32ac0deaf1185197bcaa1b7
eb2921775c53c0ee2ddc89e8f744242d9d9f6793
/EBC_SoftwareEngineeringProject/src/example/calc/controller/ExitApplicationController.java
8d73281e4a91b7fa9d300f00185c60ef03e43edb
[]
no_license
heineman/ebc-example
adcbc878ba03eec74c98775864a574754101dfd9
c29c1caf12d84f8048ec7f1b5aff54996bb85475
refs/heads/master
2023-09-05T03:31:40.506099
2021-11-10T16:00:42
2021-11-10T16:00:42
289,161,797
3
1
null
2020-12-08T13:30:48
2020-08-21T02:48:46
Java
UTF-8
Java
false
false
481
java
package example.calc.controller; import javax.swing.JOptionPane; import javax.swing.JFrame; /** * Controller to confirm request to exist application. */ public class ExitApplicationController { JFrame app; public ExitApplicationController(JFrame app) { this.app = app; } public void process() { int c = JO...
[ "heineman@cs.wpi.edu" ]
heineman@cs.wpi.edu
1b01ef1c69a997d76d63502355057fab0314bc4a
634ca91ae18cb0bb3268e40779ad34c18cf365a9
/runescape-client/src/main/java/class231.java
92a7152b269801045def537c3cef7022a1ad607c
[ "BSD-2-Clause" ]
permissive
Adam200214/runelite
bbb1426cab7a321263408d3043eace0b95363ed5
d13bc058d53b4f3e2e7d99c0a0839fe969acedef
refs/heads/master
2022-12-24T21:36:33.911880
2020-10-01T16:04:22
2020-10-01T16:04:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,416
java
import net.runelite.mapping.Export; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("hm") public class class231 { @ObfuscatedName("o") @ObfuscatedSignature( descriptor = "Lic;" ) @Export("ItemDefinition_archive") static AbstractArchive ItemDefinition_...
[ "thatgamerblue@gmail.com" ]
thatgamerblue@gmail.com
be33138d572118a7a068daadf6fdfb36d02d8d8d
ee1fc12feef20f8ebe734911acdd02b1742e417c
/android_sourcecode/app/src/main/java/com/ak/pt/bean/AreaStudyBean.java
13b5ac34e8d4495c13a8dada9f5f77cb1394e9fb
[ "MIT" ]
permissive
xiaozhangxin/test
aee7aae01478a06741978e7747614956508067ed
aeda4d6958f8bf7af54f87bc70ad33d81545c5b3
refs/heads/master
2021-07-15T21:52:28.171542
2020-03-09T14:30:45
2020-03-09T14:30:45
126,810,840
0
0
null
null
null
null
UTF-8
Java
false
false
7,198
java
package com.ak.pt.bean; import java.io.Serializable; import java.util.List; /** * Created by admin on 2019/5/27. */ public class AreaStudyBean implements Serializable{ /** * study_id : 2 * study_no : QYPX2019052789332 * staff_id : 113 * staff_name : 二哥 * department_name : 南方营销中心 ...
[ "xiaozhangxin@shifuhelp.com" ]
xiaozhangxin@shifuhelp.com
0846702d064cb3445f1f550725c02d32fd78b3ac
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/13/13_9e16ebf272525781586990994c4f11e5c4357460/MenuBar/13_9e16ebf272525781586990994c4f11e5c4357460_MenuBar_s.java
a10a4c843de4117f2e1bc8b4666be072f0964a92
[]
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
614
java
package jDistsim.ui; import jDistsim.ui.form.DesignerForm; import javax.swing.*; /** * Author: Jirka Pénzeš * Date: 24.9.12 * Time: 21:22 */ public class MenuBar extends JMenuBar { private DesignerForm designerForm; public MenuBar() { this(null); } publ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
25e2b9a4b45698ff554f3c566f7ef8c4b9836425
3171702d22be1ea7c5a84b09aa9e89a8b035ceae
/no.hal.learning/no.hal.sharing.parent/no.hal.sharing/src/no/hal/sharing/AbstractSharingTransport.java
e461704ec242c173cef957b3da55445b0f21a919
[]
no_license
hallvard/jexercise
345b728a84b89e43632eb95d825e9d86ea4cec58
0e6a911ea31d8f7f7dc0f288122214e239d9d5eb
refs/heads/master
2021-05-25T09:19:30.421067
2020-12-14T15:57:44
2020-12-14T15:57:44
1,203,162
5
17
null
2020-10-13T10:16:03
2010-12-28T15:06:53
Java
UTF-8
Java
false
false
2,439
java
package no.hal.sharing; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Map; import org.eclipse.emf.ecore.resource.ResourceSet; import no.hal.sharing.util.Util; public abstract class AbstractSharingTransport implements SharingTransport { private Map<String, Coll...
[ "hal@ntnu.no" ]
hal@ntnu.no
cdf2a53c4951ce162f534441ff070327ecf3ceaa
adddfae434c0280a3aa959b0bf0eb9b309eebbea
/sl-mall/slmall-module/slmall-portal/src/main/java/com/cycloneboy/springcloud/slmall/module/portal/controller/UserController.java
dfe169193dc66bf123dc6c83eb9ce87e410c1010
[]
no_license
CycloneBoy/springcloud-learn
957ec212d05e1aa281354f10d25ec23fa26132da
821815806c36d2936c8ba40631bd685938e416ef
refs/heads/master
2022-06-28T02:51:16.648319
2020-01-22T07:45:52
2020-01-22T07:45:52
224,870,793
1
0
null
2022-06-17T02:44:05
2019-11-29T14:37:07
JavaScript
UTF-8
Java
false
false
1,530
java
package com.cycloneboy.springcloud.slmall.module.portal.controller; import com.cycloneboy.springcloud.common.domain.BaseResponse; import com.cycloneboy.springcloud.slmall.common.base.BaseXCloudController; import com.cycloneboy.springcloud.slmall.module.portal.entity.User; import com.cycloneboy.springcloud.slmall.modul...
[ "xuanfeng1992@gmail.com" ]
xuanfeng1992@gmail.com
4f98516a8af96099353034fbe91d3f925019fb61
c24272aa5e6c367ec8694126657d5fa8410ae1b0
/src/test/java/com/mindberry/javaapp/security/jwt/JWTFilterTest.java
466f211e5732b2ac910adf88c8010c2a9e37262c
[]
no_license
dharasudipta/MyBackendApp
3ce1aad4dcd7b031ccd75cf81ca9c60217614afa
9733f52623fd2fdc451432ad2cf9284a1b2586f3
refs/heads/main
2023-05-13T07:02:52.148277
2021-05-31T18:48:30
2021-05-31T18:48:30
372,600,934
0
0
null
null
null
null
UTF-8
Java
false
false
5,583
java
package com.mindberry.javaapp.security.jwt; import static org.assertj.core.api.Assertions.assertThat; import com.mindberry.javaapp.security.AuthoritiesConstants; import io.jsonwebtoken.io.Decoders; import io.jsonwebtoken.security.Keys; import java.util.Collections; import org.junit.jupiter.api.BeforeEach; import org....
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
194892c3502a56653218c71e6ae14a1ffa7ef153
b530af769bb496cdbadb4d1c14b81d6c53e2e36f
/oracledbStorage/src/test/java/io/github/factoryfx/factory/datastorage/oracle/DatabaseTest.java
6fa9b3a988fe87d4f277bdfe0f76aeceae15a999
[ "Apache-2.0" ]
permissive
factoryfx/factoryfx
ab366d3144a27fd07bbf4098b9dc82e3bab1181f
08bab85ecd5ab30b26fa57d852c7fac3fb5ce312
refs/heads/master
2023-07-09T05:20:02.320970
2023-07-04T15:11:52
2023-07-04T15:11:52
59,744,695
12
3
Apache-2.0
2023-03-02T15:11:26
2016-05-26T11:22:59
Java
UTF-8
Java
false
false
1,712
java
package io.github.factoryfx.factory.datastorage.oracle; import io.github.factoryfx.factory.jackson.ObjectMapperBuilder; import io.github.factoryfx.factory.storage.migration.MigrationManager; import io.github.factoryfx.factory.testfactories.ExampleFactoryA; import org.h2.tools.Server; import org.junit.jupiter.api.After...
[ "henning.brackmann@scoop-software.de" ]
henning.brackmann@scoop-software.de
02bcc8d4fd49a8095aa40c4a0f29ca8994abd309
adc596a481ab7eeb589942ddb0d38eb026a92f92
/src/edu/stanford/smi/protegex/owl/model/OWLIntersectionClass.java
decf1d929293aedb88a91100576c720921f38a40
[]
no_license
SteveChe/protege-owl-src-3.4.8
dadfddd8c8d9269decc05de47084c7425509ac7e
f56d3400345725991a6164d3678a9717d4c8456e
refs/heads/master
2016-09-08T01:54:33.269768
2013-06-28T06:11:09
2013-06-28T06:11:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,348
java
/* * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an ...
[ "chexinshuai669@gmail.com" ]
chexinshuai669@gmail.com
d51041ea7937f83122e67478f9d9557ca09db3f0
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.environment.prod.bubbles-EnvironmentBubbles/sources/android/support/v7/view/menu/MenuPopup.java
9eae386f6bdd9db31956372222dc2061dce23936
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
4,447
java
package android.support.v7.view.menu; import android.content.Context; import android.graphics.Rect; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import and...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
d59f095c763aaa148b24699afe4942d1c500225d
4edce2a17e0c0800cdfeaa4b111e0c2fbea4563b
/net/minecraft/src/GuiScreenPendingInvitationINNER3.java
a56d533d0a0baf8ea160d9f5769b2dea9f900e9f
[]
no_license
zaices/minecraft
da9b99abd99ac56e787eef1b6fecbd06b2d4cd51
4a99d8295e7ce939663e90ba8f1899c491545cde
refs/heads/master
2021-01-10T20:20:38.388578
2013-10-06T00:16:11
2013-10-06T00:18:48
13,142,359
2
1
null
null
null
null
UTF-8
Java
false
false
946
java
package net.minecraft.src; class GuiScreenPendingInvitationINNER3 extends Thread { final GuiScreenPendingInvitation field_130131_a; GuiScreenPendingInvitationINNER3(GuiScreenPendingInvitation par1GuiScreenPendingInvitation) { this.field_130131_a = par1GuiScreenPendingInvitation; } public ...
[ "chlumanog@gmail.com" ]
chlumanog@gmail.com
7d94d82e990ed7190dc0fde6f4d98a108c201a6c
88252dad1b411dd2a580f1182af707d0c0981841
/JavaSE210301/day14/src/com/atguigu/java3/USBTest.java
9b2eb90aec5a3983b0c68a8de3c961aa985d556e
[]
no_license
FatterXiao/myJavaLessons
37db50d24cbcc5524e5b8060803ab08ab3b3ac0c
fa6ff208b46048527b899001561bd952f48bbe15
refs/heads/main
2023-04-20T09:18:06.694611
2021-04-29T10:18:30
2021-04-29T10:18:30
347,562,482
0
1
null
null
null
null
UTF-8
Java
false
false
1,156
java
package com.atguigu.java3; /** * * 体会接口的规范! * * 接口,也存在多态性! * * @author shkstart * @create 16:42 */ public class USBTest { public static void main(String[] args) { Printer printer = new Printer(); operate(printer); operate(new KeyBoard()); } public static void operate(USB ...
[ "xuweijunxinlan@yeah.net" ]
xuweijunxinlan@yeah.net
a9bb53f1ce450c9c54832c12183cb7ef870c26c8
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/Cli-36/org.apache.commons.cli.OptionGroup/BBC-F0-opt-90/15/org/apache/commons/cli/OptionGroup_ESTest_scaffolding.java
1305baa9d347bb3526f655d4befcab018633a7c9
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
3,704
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Wed Oct 20 23:28:35 GMT 2021 */ package org.apache.commons.cli; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Afte...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
21063501ffbfdf77f3cdb60f5af1588dc361c561
e68539b0251bda9573c35ffe875b92db16e8a682
/phoss-smp-backend/src/main/java/com/helger/phoss/smp/smlhook/IRegistrationHook.java
713c8f04595a6e2a79c9b7d0b5c28ee864fb037b
[]
no_license
phax/phoss-smp
d8f42782b6d30e5b2701abc76bd44f7b86f94917
df21195224520298658e6300c9920001fb159f53
refs/heads/master
2023-08-27T20:40:54.072704
2023-08-25T13:42:28
2023-08-25T13:42:28
32,790,911
73
21
null
2023-04-29T15:26:27
2015-03-24T10:11:42
Java
UTF-8
Java
false
false
1,884
java
/* * Copyright (C) 2015-2023 Philip Helger and contributors * philip[at]helger[dot]com * * The Original Code is Copyright The Peppol project (http://www.peppol.eu) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file...
[ "philip@helger.com" ]
philip@helger.com
d49609b6ac7b42e2aeba1a2a151582c3c158cd7d
aa375b3e62405c8d8407c491dcb2ea0132c2673c
/test/src/main/java/hooq/SignUp.java
9c0bb5528066359e27e8ec53490627f20d40b9db
[]
no_license
canrosinabutar/QA_Engineer_Test
836e63320c2fad82cfd81f66bb2d27061acbe5be
8b13cce894fb7e997586281976d358b863a24ea4
refs/heads/master
2020-03-18T00:24:08.532033
2018-11-12T14:59:21
2018-11-12T14:59:21
134,092,032
0
0
null
null
null
null
UTF-8
Java
false
false
4,947
java
package hooq; import basepage.BasePage; import io.qameta.allure.Step; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.Select; public class SignUp extends BasePage { public SignUp(WebDriver webDriver) { super(webDriver...
[ "john@sample.com" ]
john@sample.com
81ec766f72375d024115d3651a99d0fbbefcad82
fe6ecbf29b0130662ae415d3b66af97af7094a70
/Code/Work/FF/Decomp/C_100500_abe.java
10287f56df723fdd14ca1e8e8ad513623df4794a
[]
no_license
joshuacoles/MineCraft-Patch-On-Launch-Client-old
272db752d5bc94b02bb14c012276c92047b0b0c4
28055c66ecf3d3236155521e988acc3b7f0b08e6
refs/heads/master
2016-09-05T21:03:36.361801
2012-11-17T07:42:26
2012-11-17T07:42:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,954
java
import java.util.Random; public class C_100500_abe extends C_100562_aan { private int field_107973_a; public C_100500_abe(int var1) { this.field_107973_a = var1; } public boolean func_107965_a(C_100873_xe var1, Random var2, int var3, int var4, int var5) { if(var1.func_109352_c(var3, var4, ...
[ "josh@coles.to" ]
josh@coles.to
e3bced78523e321151f95221415be180e166856a
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/17/17_596199b8c62f51abf0b1970d846053243b12c4b0/FlexResourceStore/17_596199b8c62f51abf0b1970d846053243b12c4b0_FlexResourceStore_s.java
9314b73dd4001dacb32d10d454e23a964a283a5d
[]
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,552
java
package org.archive.wayback.resourcestore; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import org.archive.format.gzip.zipnum.ZipNumBlockLoade...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7279037cc6e619c26f117f5ad723a3f679de9c74
b857c0a9f29b7ff8d3aa177734526e97d3358f38
/app/src/main/java/com/lxyg/app/customer/activity/LoginActivity.java
510a5cce1ab69ccf7dd640e2921fb3607508ae91
[]
no_license
mirror5821/LXYG
a133d68b93901a375d1fef47710683c9c93cc953
d2be2366b41b5301d1d5c6bba6e0c5bbb25521e5
refs/heads/master
2021-01-21T13:41:20.864539
2016-05-05T06:50:58
2016-05-05T06:50:58
47,088,931
0
0
null
null
null
null
UTF-8
Java
false
false
8,238
java
package com.lxyg.app.customer.activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.telephony.SmsMessage; import android.text.Tex...
[ "mirror5821@163.com" ]
mirror5821@163.com
9cde770ffe1687263053d3d10a6b20f51e13b900
d40231597f41daf3315fe2b3963c9fe3edb3fca8
/Open Access Room/pki/modules/ejbca-ejb-cli/src/org/ejbca/ui/cli/keybind/BaseInternalKeyBindingCommand.java
35c75271bf625608c9b1f4647e87bf5a993169c8
[]
no_license
bopopescu/code-1
15cf1778849773ab5250f9863ccd9f31e141ae67
8def42ea30b989407e5d71204d2a135a645e0e41
refs/heads/master
2021-05-27T21:14:50.544894
2014-09-29T09:46:04
2014-09-29T09:46:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,487
java
/************************************************************************* * * * EJBCA: The OpenSource Certificate Authority * * * * This software is...
[ "Panagiotis.Hasapis@intrasoft-intl.com" ]
Panagiotis.Hasapis@intrasoft-intl.com
f331281b31aab1ca2fccbdead32a2d9e84ed0379
3c2d2c06d85abb9c7a1a84fefe9b72399c201f85
/phloc-css/src/main/java/com/phloc/css/decl/CSSKeyframesRule.java
e24ca6d090895bdb05b9daeb337c990a70f14c68
[]
no_license
phlocbg/phloc-css
2240754f778d06fa95be411abf21544ecb0ac768
215a945f4ec585b0d24d65a5f39666fb8a67e124
refs/heads/master
2022-07-16T02:04:41.954879
2019-08-22T23:10:14
2019-08-22T23:10:14
41,243,652
1
0
null
2022-07-01T22:17:57
2015-08-23T09:27:32
Java
UTF-8
Java
false
false
7,554
java
/** * Copyright (C) 2006-2015 phloc systems * http://www.phloc.com * office[at]phloc[dot]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/license...
[ "bg@phloc.com" ]
bg@phloc.com
ce75f1544a170db8cd7435ab570e174ba4c03192
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/nostra13--Android-Universal-Image-Loader/73bbec14113cec378905978f18b66b960661e27f/after/ImageDecoder.java
cd52497fc09ac7694eb9ac1e465d94be75758471
[]
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,219
java
package com.nostra13.universalimageloader.core; import java.io.IOException; import java.io.InputStream; import java.net.URL; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.BitmapFactory.Options; import com.nostra13.universalimageloader.core.assist.DecodingType; import ...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
08a8544d78400455c8be5ae6ba2f8b986b2a8e9a
32f0d9e3ea7e4c753c8d0b5ded5902ab08fa42bb
/oldataservice/src/main/java/com/sbm/module/partner/tianyancha/rest/baseinfo/domain/BaseInfo.java
78e07e441913232f67228dc9bb53efd2f58eb695
[]
no_license
superbrandmall/oldataservice
8c30a746369b636c3f700109b35cfbe01f5e59f0
8749b32973300bff2f0aac1ef50c067923936f41
refs/heads/master
2018-12-25T01:06:23.913911
2018-10-18T01:25:42
2018-10-18T01:25:42
115,701,195
0
0
null
null
null
null
UTF-8
Java
false
false
1,093
java
package com.sbm.module.partner.tianyancha.rest.baseinfo.domain; /*****************************************************************************/ /** * Project Name:onlineleasing<br/> * Package Name:com.sbm.module.partner.tianyancha.rest.baseinfo.domain<br/> * File Name:BaseInfoVo.java<br/> * * 作成日 :2017-8-30 上午9:...
[ "295322187@qq.com" ]
295322187@qq.com
c6aceb9030b8ebad51ffde9b65969b961d964d1c
3a65b8241586fda0c2fee4256d38918d8ee5ee8f
/java-basic/src/main/java/bitcamp/java100/ch11/ex1/Test1.java
09076c582ae7ea34c2477e52119985bb21901670
[]
no_license
KIMMIAE/bitcamp
1319f49df3cc3c4e8c5af6655b554d116d9c8678
ea9d17c38a889ad79b5eae2529457a259bcb4e14
refs/heads/master
2021-10-21T17:52:06.080521
2019-03-05T12:58:09
2019-03-05T12:58:09
104,423,475
0
0
null
null
null
null
UTF-8
Java
false
false
258
java
// 상속 : specialization package bitcamp.java100.ch11.ex1; public class Test1 { public static void main(String[] args) { Car c = new Car(); c.model = "티코"; c.cc = 900; c.run(); c.stop(); } }
[ "kma613@naver.com" ]
kma613@naver.com
736f9ebf94b3fdd86ca4ccccbc5bb684e20842ee
1043c01b7637098d046fbb9dba79b15eefbad509
/entity-view/testsuite/src/test/java/com/blazebit/persistence/view/testsuite/collections/subview/model/variations/PersonForCollectionsMapListSetMasterView.java
a3bab7b5034bd7a758f99e7edcef981d1d77e840
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ares3/blaze-persistence
45c06a3ec25c98236a109ab55a3205fc766734ed
2258e9d9c44bb993d41c5295eccbc894f420f263
refs/heads/master
2020-10-01T16:13:01.380347
2019-12-06T01:24:34
2019-12-09T09:29:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,239
java
/* * Copyright 2014 - 2019 Blazebit. * * 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...
[ "christian.beikov@gmail.com" ]
christian.beikov@gmail.com
57b5dfcea5bcc26c2bf0d895575371944eaae095
82a0c3f367d274a2c5a791945f320fc29f971e31
/src/main/java/com/somoplay/artonexpress/fedex/Rate/SmartPostShipmentProcessingOptionType.java
1743419abd2083dec3b841a0c5e0255127cda6e6
[]
no_license
zl20072008zl/arton_nov
a21e682e40a2ee4d9e1b416565942c8a62a8951f
c3571a7b31c561691a785e3d2640ea0b5ab770a7
refs/heads/master
2020-03-19T02:22:35.567584
2018-05-20T14:16:43
2018-05-20T14:16:43
135,623,385
0
0
null
null
null
null
UTF-8
Java
false
false
2,911
java
/** * SmartPostShipmentProcessingOptionType.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.somoplay.artonexpress.fedex.Rate; public class SmartPostShipmentProcessingOptionType implements java.io.Serializable { private jav...
[ "lmywilks@hotmail.com" ]
lmywilks@hotmail.com
1e84576f1fa1822a708567e9539a1995009e9fb5
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/35/35_fc46fa539e026713b5655bc046cd106d53e002b7/AsyncReplTest/35_fc46fa539e026713b5655bc046cd106d53e002b7_AsyncReplTest_s.java
907d05aeb840195f2457eb5c2b75a8ac3e9e702a
[]
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,322
java
/* * * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.infinispan.replication; import org.infinispan.Cache; import org.infinispan.commands.write.PutKeyValueCommand; import org.infinispan.config.Configuration; import org.infin...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
3f795112c7e62c74524853ccd54de9fc8690f5ec
4de728352967dc4f5ccf7ce2f9412ac3f458e6f4
/tests/org.jboss.tools.modeshape.ui.bot.test/src/org/jboss/tools/modeshape/ui/bot/test/suite/ModeshapeSuite.java
54511f9451cf7b3fef31a4fd445492b65b882f59
[]
no_license
lfabriko/jbosstools-integration-stack-tests
5df872459fef7e120dde297d3e0e9f3ad1b4e25a
36ff22e62c8b00d16093431b26429e321b76472b
refs/heads/master
2020-11-30T11:54:44.742082
2014-05-05T08:35:45
2014-05-05T08:35:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,376
java
package org.jboss.tools.modeshape.ui.bot.test.suite; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Properties; import org.jboss.reddeer.junit.runner.RedDeerSuite; import org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot; import org.j...
[ "vpakan@redhat.com" ]
vpakan@redhat.com
a64d987666514e599a2ee3e34a8360fe94e084bb
e3162d976b3a665717b9a75c503281e501ec1b1a
/src/main/java/com/alipay/api/response/AlipayOpenMiniInneraccountPidQueryResponse.java
cc9fb1c5790ee9ac87325db18539f62bec4acb36
[ "Apache-2.0" ]
permissive
sunandy3/alipay-sdk-java-all
16b14f3729864d74846585796a28d858c40decf8
30e6af80cffc0d2392133457925dc5e9ee44cbac
refs/heads/master
2020-07-30T14:07:34.040692
2019-09-20T09:35:20
2019-09-20T09:35:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
611
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.mini.inneraccount.pid.query response. * * @author auto create * @since 1.0, 2019-01-07 20:51:15 */ public class AlipayOpenMiniInneraccountPidQueryRes...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
272e8666284ffedf647b04c0f063960c368c2936
98e5b3aec60935f6768cb4e2a24b21da0b528b6d
/applayer/tactics/src/main/java/com/waben/stock/applayer/tactics/security/jwt/JWTAuthenticationFilter.java
741d7205ba98268caa2cba2aac24692cf8360685
[]
no_license
sunliang123/zhongbei-zhonghang-zhongzi-yidian
3eb95a77658d7ad9de1cdf9c3f85714ee007a871
54fed94b9784f5e392b4b9517cb5fe19c1b34443
refs/heads/master
2020-03-29T05:26:02.515289
2018-09-20T09:11:48
2018-09-20T09:11:48
149,582,090
1
5
null
null
null
null
UTF-8
Java
false
false
4,749
java
package com.waben.stock.applayer.tactics.security.jwt; import java.io.IOException; import java.util.Date; import java.util.List; import java.util.Map; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servle...
[ "sunliang_s666@163.com" ]
sunliang_s666@163.com
f974af5b79092f9138098674316422851c14b11c
bbdd6382b7a5b321dd4820894695476703b98444
/yuimarl-lib/src/main/java/jp/yuimarl/qualifiers/ValidDate.java
1d805217a217c44f4a67000f6426318222abb1b9
[ "MIT" ]
permissive
making/yuimarl
61bac162e67327e548e1f8b45b0375dc51f4cdaf
52727f59633473849a1974769c31270f8611fabd
refs/heads/master
2021-01-18T19:22:06.195448
2014-11-27T04:05:10
2014-11-27T04:05:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,280
java
/* * The MIT License (MIT) * * Copyright (c) 2014 BitFarm Corporation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
[ "makingx@gmail.com" ]
makingx@gmail.com
354ad26bf5797fd0463d61469c33f3ba767a26c7
53bdf2073b1907a2d8e34eb631ac8258f62fe89b
/src/main/java/science/mengxin/jhipster/application/web/rest/UserJWTController.java
85c255c35c04938e4ad089399d945afe1e574182
[]
no_license
xmeng1/jhipsterSampleApplication
e020a7ea84d3464d4840a83029b2b2ac105a22dd
aa78364b0fa42b31151be38d8ba20243d6ef5fc8
refs/heads/master
2020-03-21T10:49:55.879435
2018-06-24T10:39:26
2018-06-24T10:39:26
138,349,097
0
0
null
null
null
null
UTF-8
Java
false
false
2,610
java
package science.mengxin.jhipster.application.web.rest; import science.mengxin.jhipster.application.security.jwt.JWTConfigurer; import science.mengxin.jhipster.application.security.jwt.TokenProvider; import science.mengxin.jhipster.application.web.rest.vm.LoginVM; import com.codahale.metrics.annotation.Timed; import c...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
d2e13c5df55ed290fe635b0b3b3cda9f5d145790
13176999a9a384eb29cf3da235ebca8fd7ef0dea
/server-spi/src/main/java/org/keycloak/policy/NotUsernamePasswordPolicyProvider.java
54634e670c1cf69fe9a3c578fa17aea455299f05
[ "Apache-2.0" ]
permissive
imransashraf/keycloak
521314c4602f00507598ae768ec143f684a43e79
d138b19adb51418f81d2f60b04297eeefef7612a
refs/heads/master
2023-08-17T14:25:30.598407
2016-08-24T07:53:29
2016-08-24T07:53:29
66,573,949
0
0
NOASSERTION
2023-06-28T04:02:24
2016-08-25T16:14:29
Java
UTF-8
Java
false
false
1,703
java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
[ "stianst@gmail.com" ]
stianst@gmail.com
150c46e0a8bac33929d294b5e135ffaa6d209206
0b4844d550c8e77cd93940e4a1d8b06d0fbeabf7
/JavaSource/dream/asset/loc/goal/dao/oraImpl/MaLnGoalListDAOOraImpl.java
669e2a92beca017893b179a72259fa8041d06699
[]
no_license
eMainTec-DREAM/DREAM
bbf928b5c50dd416e1d45db3722f6c9e35d8973c
05e3ea85f9adb6ad6cbe02f4af44d941400a1620
refs/heads/master
2020-12-22T20:44:44.387788
2020-01-29T06:47:47
2020-01-29T06:47:47
236,912,749
0
0
null
null
null
null
UHC
Java
false
false
4,490
java
package dream.asset.loc.goal.dao.oraImpl; import java.util.List; import common.bean.User; import common.spring.BaseJdbcDaoSupportOra; import common.util.QueryBuffer; import dream.asset.loc.goal.dao.MaLnGoalListDAO; import dream.asset.loc.goal.dto.MaLnGoalCommonDTO; /** * 목록 dao * @author * @version...
[ "HN4741@10.31.0.185" ]
HN4741@10.31.0.185