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
e28619da1b56ab60638b683f018e0854304d5faf
bb05fc62169b49e01078b6bd211f18374c25cdc9
/soft/form/src/com/chimu/form/description/DescriptionPack.java
4332f473ac264cca31e20c14a2ee376d41698b96
[]
no_license
markfussell/form
58717dd84af1462d8e3fe221535edcc8f18a8029
d227c510ff072334a715611875c5ae6a13535510
refs/heads/master
2016-09-10T00:12:07.602440
2013-02-07T01:24:14
2013-02-07T01:24:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,298
java
/*====================================================================== ** ** File: chimu/form/description/DescriptionPack.java ** ** Copyright (c) 1997-2000, ChiMu Corporation. All Rights Reserved. ** See the file COPYING for copying permission. ** ===========================================================...
[ "mark.fussell@emenar.com" ]
mark.fussell@emenar.com
c0066fc9c42c88b33995ae0967b7c7c71238f3ae
d834398d37713784fd79d9ffad6be129eeaa2b61
/src/main/java/com/shop/repository/CartRepository.java
34e57ad0369a91f64cac2f0a6076fb1d3cdee5af
[]
no_license
byeungoo/shop
5bd8edf370206b4e19cf33a14f2e758d39f2cfe5
d540e0e411ce4d7bb505d91d1da4364eab8cef27
refs/heads/master
2023-02-07T18:55:57.995905
2020-12-28T06:22:25
2020-12-28T06:22:25
293,307,609
0
1
null
null
null
null
UTF-8
Java
false
false
234
java
package com.shop.repository; import com.shop.entity.Cart; import org.springframework.data.jpa.repository.JpaRepository; public interface CartRepository extends JpaRepository<Cart, Long> { Cart findByMemberId(Long memberId); }
[ "dksekfldks65@naver.com" ]
dksekfldks65@naver.com
44e146e62db0a1fe3479486d001a0cce75011ad7
6c1097cb3b68f8dd800350a2535c76bc8c5f8187
/executor/src/main/java/org/study/locks/Sync021.java
6bfdf06ba7f5ad759b65c7f36889e07919583649
[]
no_license
db117/study
0955198ea5ba50ba93b42f8418c4e72a7cdb43d3
5da4648e9417846322093231975dca1dbf6831c7
refs/heads/master
2021-07-24T01:33:35.519465
2018-10-12T03:15:14
2018-10-12T03:15:14
152,688,110
1
0
null
2020-04-27T03:43:41
2018-10-12T03:18:16
Java
UTF-8
Java
false
false
1,254
java
package org.study.locks;/* * ━━━━━━如来保佑━━━━━━ *    ┏┓   ┏┓ *   ┏┛┻━━━┛┻┓ *   ┃   ━   ┃ *   ┃ ┳┛ ┗┳ ┃ *   ┃   ┻   ┃ *   ┗━┓   ┏━┛ *     ┃   ┗━━━┓ *     ┃       ┣┓ *     ┃       ┏┛ *     ┗┓┓┏━┳┓┏┛ *      ┗┻┛ ┗┻┛ * ━━━━━━永无BUG━━━━━━ * 图灵学院-悟空老师 * www.jiagouedu.com * 悟空老师QQ:245553999 * * 还没开始 */ public ...
[ "z351622948@163.com" ]
z351622948@163.com
7eaeccfb04f877b6aca535fe6dfe459791727240
9906374567855059c506dde6f76f4090ff3a1baf
/src/main/java/org/xmlcml/norma/grobid/GrobidFigDescElement.java
ca56cca91f6806d14f8bbe43f10e565ec5e7e254
[ "Apache-2.0" ]
permissive
passysosysmas/norma
f70a7b5399ba5d5ccb2e25d99130256377e35eac
e652321bc6238980aa9e83839653c5d1fb093bd3
refs/heads/master
2021-01-19T23:41:10.601951
2017-04-13T07:44:32
2017-04-13T07:44:32
89,010,715
0
0
null
2017-04-21T18:04:46
2017-04-21T18:04:46
null
UTF-8
Java
false
false
379
java
package org.xmlcml.norma.grobid; import org.apache.log4j.Level; import org.apache.log4j.Logger; public class GrobidFigDescElement extends GrobidElement { public static final String TAG = "figDesc"; private static final Logger LOG = Logger.getLogger(GrobidFigDescElement.class); static { LOG.setLevel(Level.DEBUG)...
[ "peter.murray.rust@googlemail.com" ]
peter.murray.rust@googlemail.com
fdd1971629c51cd1682399ba17dba7ad866add76
a30b7feaac08e35a63ab2a17adce6c578ff8b9eb
/aebiz-b2b2c/aebiz-app/aebiz-web/src/main/java/com/aebiz/app/sales/modules/models/Sales_gift_class.java
53d8edf9da0b607dcf328ffb4bee0f89137d6048
[]
no_license
zenghaorong/ntgcb2b2cJar
15ef95dfe87b5b483f63510e7a87bf73f7fa7c4e
ff360606816a9a76e3cccef0d821bb3a4fa24e88
refs/heads/master
2020-05-14T23:27:53.764175
2019-04-18T02:26:43
2019-04-18T02:28:22
181,997,233
1
1
null
null
null
null
UTF-8
Java
false
false
1,183
java
package com.aebiz.app.sales.modules.models; import com.aebiz.baseframework.base.model.BaseModel; import org.nutz.dao.entity.annotation.*; import java.io.Serializable; /** * 赠品分类表 * Created by wizzer on 2017/6/7. */ @Table("sales_gift_class") public class Sales_gift_class extends BaseModel implements Serializable ...
[ "2861574504@qq.com" ]
2861574504@qq.com
e5141e8759e227d634fcb3aab12b0db85c2cb64a
d765d62ee0376f36876ecb0c3bf6677215374918
/IntentActivityForResultCalculator/app/src/main/java/com/anukul/intentactivityforresultcalculator/SecondActivity.java
de2fca994ac5d6d8b00504b72029ac8736dd01e2
[]
no_license
MehtaAnukul/Android-Learn-Tasks
6ecad36313f59c736930c733bfdd933c768c5853
0585aca08a73d01f91615db15df2e5bf392138bd
refs/heads/master
2020-03-27T11:13:00.562876
2019-06-07T06:42:00
2019-06-07T06:42:00
146,472,580
0
0
null
null
null
null
UTF-8
Java
false
false
2,858
java
package com.anukul.intentactivityforresultcalculator; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import android.widget.EditText; public class SecondActivity extends AppCompatActivity implements View....
[ "mehtaanukul@gmail.com" ]
mehtaanukul@gmail.com
f1e5ac33230a5b91b57e9d1940ed4e138cbdcc18
df4d0fb1848774a960ef857bea2f0afd8df20ff3
/gmall-chart/src/main/java/com/demo/controller/IndexController.java
39b3a853f8d73c0f2413843bd6cf77884050e57a
[]
no_license
LyfsGithud/spark-gmall-parent
da2888f43bc20461766b7eba4d979c1c03c54291
2024cf68b209c09aa562349928257f9d5c59d8d4
refs/heads/master
2022-11-11T11:05:27.229034
2020-03-13T02:53:55
2020-03-13T02:53:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,705
java
package com.demo.controller; import javax.servlet.http.HttpServletRequest; import com.demo.utils.GetDate; import com.demo.utils.HttpClientUtil; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.PropertySource; import org.springframework.stereotype.Controller; imp...
[ "codingdebugallday@163.com" ]
codingdebugallday@163.com
b1a0c2b5c66c5393e3435aeb094617ae1805280a
0b0d470c2f5800f61f6f67ec3a30dc376187a9e2
/deeplearning4j-scaleout/deeplearning4j-scaleout-akka-word2vec/src/main/java/org/deeplearning4j/text/sentenceiterator/UimaSentenceIterator.java
365dc6e121454e8340ad71d9e0a3938dafbc1932
[ "Apache-2.0" ]
permissive
lipengyu/java-deeplearning
1311942415cd6489b6cbec00ef2a71ab0c813e11
82d55aeecec08798d7ce48d017f7c282cc0f3ef2
refs/heads/master
2021-01-21T03:59:30.360076
2014-08-30T16:59:55
2014-08-30T16:59:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,787
java
package org.deeplearning4j.text.sentenceiterator; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.apache.uima.analysis_engine.AnalysisEngine; import org.apache.uima.cas.CAS; import org.apache.uima.collection.CollectionReader; import org.apache.uima.fit.factory.AnalysisEngineFa...
[ "agibson@clevercloudcomputing.com" ]
agibson@clevercloudcomputing.com
abfb041e4c39c948e81b53f68c96bcd7551996e6
5f889ef76c02fb43048b9037ea18169130747613
/beehive-design/src/main/java/top/aprilyolies/curator/framework/TransactionExample.java
761ce05e56b8a8996d68ec1f5275efcbb1f66481
[ "MIT", "Apache-2.0" ]
permissive
AprilYoLies/beehive
e3b2728accf57098a372894613d9ded040d5c028
507ede3ace163e1c420aa12755466b96d5699b65
refs/heads/master
2022-12-20T22:57:32.923900
2019-09-16T11:43:32
2019-09-16T11:43:32
190,317,990
0
0
Apache-2.0
2022-12-16T03:20:29
2019-06-05T03:14:42
Java
UTF-8
Java
false
false
2,303
java
package top.aprilyolies.curator.framework; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.api.transaction.CuratorTransaction; import org.apache.curator.framework.api.transaction.CuratorTransactionFinal; import org.apache.curator.framework.api.transaction.CuratorTransactionRes...
[ "863821569@qq.com" ]
863821569@qq.com
a02238cf293f0771c1465041044e8cc1d69f81ed
14b389df8efcde6eb5c043bd9afec6c9772d03dd
/src/day18/Test1_6.java
e6b59d78ac7d61bf53c55419298daea34189dbe1
[]
no_license
if123456/work
3ea03fd5722e2ed125c31f875aa0023848addbec
26258d5563135cee402bef2fd68f98183ac2f498
refs/heads/master
2020-12-11T08:24:24.900033
2020-01-18T09:28:18
2020-01-18T09:28:18
233,799,873
0
0
null
null
null
null
UTF-8
Java
false
false
509
java
package day18; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; public class Test1_6 { public static void main(String[] args) throws IOException { FileInputStream fis=new FileInputStream("D:\\1.jpg"); FileOutputStream fos=new FileOutputStream("D:\\a\\1co...
[ "l" ]
l
afbe1bf8b75449ce2151c0dd21a58cff68c40409
e9da33e1e8795c5f5e8f524858c1a8ce73309c3f
/net/src/main/java/ru/finance2/simplecrmandroid/net/OneWayEntityNetClient.java
a166e326cd80c9a97ceadcde6f568f8cb9759869
[]
no_license
Alexey2FC/SyncExample-android-
985a7e24d22d5fbfd38b0b72e94d89408a1007c6
806a9163594a237747e50440d91b4bb6a20ad19f
refs/heads/master
2020-12-10T03:25:54.222224
2017-06-27T12:07:25
2017-06-27T12:08:31
95,554,071
0
0
null
null
null
null
UTF-8
Java
false
false
821
java
package ru.finance2.simplecrmandroid.net; import com.google.gson.JsonObject; import java.io.IOException; import java.util.List; import retrofit2.Call; public class OneWayEntityNetClient extends BasicNetClient<TwoWaysEntitiesAPI> { public OneWayEntityNetClient(String baseUrl, String token) { super(baseU...
[ "admin@example.com" ]
admin@example.com
e31a5ea2a7cb17b60ffdf29b320d54b3f8c61884
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/hu/akarnokd/rxjava2/operators/BasicMergeSubscription.java
800d2f8db2fda7a7fe4f7822fab0719f60fb0827
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
5,854
java
package hu.akarnokd.rxjava2.operators; import a2.b.a.a.a; import io.reactivex.internal.fuseable.SimpleQueue; import io.reactivex.internal.subscribers.InnerQueuedSubscriber; import io.reactivex.internal.subscribers.InnerQueuedSubscriberSupport; import io.reactivex.internal.subscriptions.EmptySubscription; import io.rea...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
91323178419222735932b8cb324bfeb81d8fcd38
f82bcfb9afe11e2ebad32054c887a2eb524ad006
/dentaku-metadata-service/src/java/org/omg/java/cwm/foundation/datatypes/EnumerationLiteralClass.java
798697be226fc4f0299bd4327305b759d6a48d40
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
codehaus/dentaku
8655e76c29e207156f175fd61360fe270bc528d7
c916d029069b84ee444d3606fa28db79cf5a6ba8
refs/heads/master
2023-07-20T00:36:04.244855
2006-03-18T06:43:18
2006-03-18T06:43:18
36,364,422
1
0
null
null
null
null
UTF-8
Java
false
false
536
java
/* * Java(TM) OLAP Interface */ package org.omg.java.cwm.foundation.datatypes; public interface EnumerationLiteralClass extends javax.jmi.reflect.RefClass { public org.omg.java.cwm.foundation.datatypes.EnumerationLiteral createEnumerationLiteral( java.lang.String _name, org.omg.java.cwm.objectmodel.core.Visibil...
[ "topping@51e4faab-3f0f-0410-8d7f-865566f634a9" ]
topping@51e4faab-3f0f-0410-8d7f-865566f634a9
99fe892d798ae3121972d9053ca739275a270af9
91f7dc07b2c0d07cf02ecee54b8548d42fe2f720
/sources/external/scy-com-ext/ext-impl/src/com/liferay/portlet/messageboards/action/LinkAction.java
319b7b172b76f1d666cb16432fb3fda9ce189577
[]
no_license
yattias/scy
8996a485de7dfef22ac9ae69005cfb12be91dbc3
e80421c7457e5ba27874abeef06668196ed8125a
refs/heads/master
2021-01-10T01:15:04.267584
2013-04-03T09:32:50
2013-04-03T09:32:50
36,696,984
0
0
null
null
null
null
UTF-8
Java
false
false
5,504
java
package com.liferay.portlet.messageboards.action; import javax.portlet.ActionRequest; import javax.portlet.ActionResponse; import javax.portlet.PortletConfig; import javax.portlet.RenderRequest; import javax.portlet.RenderResponse; import org.apache.struts.action.ActionForm; import org.apache.struts.action.A...
[ "mueller.daniel.1981@b2e416e9-8f50-0410-b9aa-47b31ee1ff64" ]
mueller.daniel.1981@b2e416e9-8f50-0410-b9aa-47b31ee1ff64
1331cd8abd25ac2fc7c05c48f5caefc3efb7242b
4da9097315831c8639a8491e881ec97fdf74c603
/src/StockIT-v2-release_source_from_JADX/sources/com/google/android/gms/internal/ads/zzblq.java
bd7f339429f40c778a60e6a425327fcd1578554a
[ "Apache-2.0" ]
permissive
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
refs/heads/main
2023-08-11T06:17:05.659651
2021-10-01T08:48:06
2021-10-01T08:48:06
410,595,708
1
1
null
null
null
null
UTF-8
Java
false
false
238
java
package com.google.android.gms.internal.ads; /* compiled from: com.google.android.gms:play-services-ads@@19.4.0 */ final class zzblq { /* access modifiers changed from: private */ public static final zzbln zzfmn = new zzbln(); }
[ "57108396+atul-vyshnav@users.noreply.github.com" ]
57108396+atul-vyshnav@users.noreply.github.com
57810e04386ab81013c9c65c4d0be05449d0c6b2
c885ef92397be9d54b87741f01557f61d3f794f3
/results/Gson-18/com.google.gson.internal.$Gson$Types/BBC-F0-opt-10/tests/20/com/google/gson/internal/$Gson$Types_ESTest_scaffolding.java
0eb3425c21f2b06a5336e8e05ce409ed4b77e7ce
[ "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
542
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Wed Oct 20 22:50:18 GMT 2021 */ package com.google.gson.internal; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Af...
[ "pderakhshanfar@serg2.ewi.tudelft.nl" ]
pderakhshanfar@serg2.ewi.tudelft.nl
812a75c4aa31f7d4ee0aec72e66cdc9abc94f530
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes5.dex_source_from_JADX/com/facebook/graphql/model/GraphQLFollowUpFeedUnitsConnection$1.java
5661c0d6f73f015cf9599f2ca4e1ce1ec194cdf2
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
530
java
package com.facebook.graphql.model; import android.os.Parcel; import android.os.Parcelable.Creator; /* compiled from: hdAtomSize */ final class GraphQLFollowUpFeedUnitsConnection$1 implements Creator<GraphQLFollowUpFeedUnitsConnection> { GraphQLFollowUpFeedUnitsConnection$1() { } public final Object crea...
[ "son.pham@jmango360.com" ]
son.pham@jmango360.com
3a9e512568d509f71562e4020c8782dfb60e1afb
e1a1c0ecd5f77d1c2ed6ae87436cb38cf37b2190
/src/main/java/org/agilewiki/jasocket/commands/CommandAgent.java
8adace1f25e319a3fbffeb7bcae906b8fdbf9072
[]
no_license
luciendra/JASocket
c79cf216ffa27c6293b74c9ead7ad8c4eababda3
4ec753d23b236b92a66d32e3bd42069e3382107d
refs/heads/master
2020-12-25T01:44:43.045143
2012-12-08T04:26:31
2012-12-08T04:26:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,421
java
/* * Copyright 2012 Bill La Forge * * This file is part of AgileWiki and is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License (LGPL) as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later v...
[ "laforge49@gmail.com" ]
laforge49@gmail.com
e32fdb3e6e4a3b593d60418b8d884d6cc5a522d5
17b2223310983f0252ff58ac3f395cf9503f0fa2
/services/hrdb/src/com/auto_wihrycxpim/hrdb/service/HrdbQueryExecutorServiceImpl.java
11d0005738e69b025db1a23d6e3aef243b4d2229
[]
no_license
wavemakerapps/Auto_wIHRycXPIM
f04cbc215665064a7940409d10f88cf01a16673a
f464925a6b1fd8369b2869feb51b2866d43da1ad
refs/heads/master
2021-08-08T06:59:52.537801
2017-11-09T20:42:51
2017-11-09T20:42:51
110,164,134
0
0
null
null
null
null
UTF-8
Java
false
false
1,053
java
/*Copyright (c) 2016-2017 wavemaker.com All Rights Reserved. This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the source code license agreement you entered into with wavemaker.com*/...
[ "appTest1@wavemaker.com" ]
appTest1@wavemaker.com
ef0036108b2116dc3e3d6729b5e4ecf4faded628
1304e5f703b2fd682603e676a4156ce9e944febc
/xbms/index-server/src/main/java/com/pl/model/ReportJiangxiFamilyPlanning.java
109388266ab471cf905b5e1d074488ef7fdfeaf7
[]
no_license
HuangGuangLei666/xbms
1a726298ae72454bfc8b22c1cbe348aed7387cc1
535952f652fa716e8fce677ccfc29898d9c73dae
refs/heads/master
2022-12-10T10:29:25.975200
2019-11-19T02:57:40
2019-11-19T02:57:40
222,399,619
0
0
null
2022-12-06T00:44:08
2019-11-18T08:32:09
Java
UTF-8
Java
false
false
3,848
java
package com.pl.model; import java.io.Serializable; import java.util.Date; public class ReportJiangxiFamilyPlanning implements Serializable { private Integer id; private Long dialogId; private String phone; private String name; private String medicalExamination; private String free; p...
[ "1144716956@qq.com" ]
1144716956@qq.com
a45b52f068cecefd1a9ad628286021351a4c0c45
f2395c2667f93df09d3e36542562ce2943925662
/src/main/java/wenyu/jca/JCAUsage/SignatureDemo.java
56280e094b7b108ae2c6d4af499a6d9b8aa715fc
[]
no_license
WenyuChang/JCAUsage
089820aa0c343e8947446143f5bce4b8ad91d3e0
62f28737ee1fe8a1c595496fb37b410b37a209fe
refs/heads/master
2021-01-10T21:26:48.793915
2014-10-30T02:43:50
2014-10-30T02:43:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,249
java
package wenyu.jca.JCAUsage; import java.security.PrivateKey; import java.security.PublicKey; import java.security.Signature; import javax.xml.bind.DatatypeConverter; public class SignatureDemo { public static final String algorithm = "SHA512withRSA"; // For demo, pls don't change public PrivateKey privKey; public...
[ "changwy_1987@hotmail.com" ]
changwy_1987@hotmail.com
4be641c62e91227e481c357db0971b5ecfe57950
46cf3cf4b111f78d32cce77631ea4e2be74a11cf
/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Iterable_Test.java
4c657e348961f400fd9a7ecb04a062040de1e5be
[ "Apache-2.0" ]
permissive
KBiron/assertj-core
269c4c1349c88087d3462b696c646f230b80be2f
8940a37eb89e98ca0ffafbc2e6329c9247054077
refs/heads/master
2021-01-17T20:34:25.469725
2013-12-23T13:10:29
2013-12-23T13:10:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,198
java
/* * Created on Apr 27, 2010 * * 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 writ...
[ "joel.costigliola@gmail.com" ]
joel.costigliola@gmail.com
e0522bb3d6461d2f1e940229535cd312971c238d
9b75d8540ff2e55f9ff66918cc5676ae19c3bbe3
/bazaar8.apk-decompiled/sources/j/a/a/f.java
e8cfb23c64692edfb70478d338378657b1931b4e
[]
no_license
BaseMax/PopularAndroidSource
a395ccac5c0a7334d90c2594db8273aca39550ed
bcae15340907797a91d39f89b9d7266e0292a184
refs/heads/master
2020-08-05T08:19:34.146858
2019-10-06T20:06:31
2019-10-06T20:06:31
212,433,298
2
0
null
null
null
null
UTF-8
Java
false
false
487
java
package j.a.a; import java.io.IOException; import k.y; /* compiled from: DiskLruCache */ class f extends i { /* renamed from: c reason: collision with root package name */ public final /* synthetic */ h f15278c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ p...
[ "MaxBaseCode@gmail.com" ]
MaxBaseCode@gmail.com
e30a70c32cea49ff3cef1ae8d178710659686d6e
4d574f5816e3b0e4ce88e7fb9c4e2202dbca2dfa
/jodconverter-local/src/test/java/org/jodconverter/local/process/ProcessManagerTest.java
294012bb62ced687b898e5da7dc438dd07f22504
[ "Apache-2.0" ]
permissive
mexekanez/jodconverter
f5f91c92b9a5fbff5dadc127b8c3a6eb1822b0a7
70096f4136367b920b3c7269dc3cf59924a00a0e
refs/heads/master
2022-07-21T19:55:09.069810
2020-05-16T12:25:17
2020-05-16T12:25:17
264,429,795
0
0
null
2020-05-16T12:16:15
2020-05-16T12:16:15
null
UTF-8
Java
false
false
8,072
java
/* * Copyright 2004 - 2012 Mirko Nasato and contributors * 2016 - 2020 Simon Braconnier and contributors * * This file is part of JODConverter - Java OpenDocument Converter. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
[ "simonbraconnier@gmail.com" ]
simonbraconnier@gmail.com
0abcfed6f047d5e74a11ee76d29b23ebdea684e7
9a95b29692e2c7bae893eb597cfb2b3f87fd9c20
/src/test/java/com/redis/study/RedisStudyApplicationTests.java
19dad3bc26c1ff431143ae987fd374bfc5a3ece0
[]
no_license
whdals7337/redis-study
faebf57c8f33c76bb8768acc7578bdf23f0e2f6b
e80d2d38ff81e564e7d350dd710ff3d6dcc45dc6
refs/heads/master
2023-05-06T19:41:13.766112
2021-05-22T16:24:03
2021-05-22T16:24:03
369,801,137
0
0
null
null
null
null
UTF-8
Java
false
false
211
java
package com.redis.study; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class RedisStudyApplicationTests { @Test void contextLoads() { } }
[ "uok02018496@naver.com" ]
uok02018496@naver.com
66003107c358575fa2d3ed8a588a4fd2ba9c352d
163c9f58cf4a98d7c198eca1381410e405b6004d
/springboot-rabbitmq-learn/src/main/java/com/learn/springbootrabbitmqlearn/listener/InsertOrderRecordListener.java
641db8a93839755f70e7aea332c176d2b4eba2bc
[]
no_license
liman657/springboot_rabbitmq
c2441f5f664f4f703e5af53bd6048b16d4f451d9
54655bee1a1a74a9b9f88264f7d76fb307b9dadf
refs/heads/master
2023-08-08T19:50:49.751247
2019-11-20T12:37:28
2019-11-20T12:41:24
222,933,335
0
0
null
2023-07-22T22:09:10
2019-11-20T12:33:17
Java
UTF-8
Java
false
false
1,624
java
package com.learn.springbootrabbitmqlearn.listener; import com.learn.springbootrabbitmqlearn.entity.OrderRecord; import com.learn.springbootrabbitmqlearn.mapper.OrderRecordMapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeanUtils; import org.springframework.beans.facto...
[ "657271181@qq.com" ]
657271181@qq.com
9e64819fe7e0e15a236d63f0b14f355e03fe3e00
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/19/19_3f8c37e8a08176a12f2b18aef27a8cb53d01a037/DeadlinesController/19_3f8c37e8a08176a12f2b18aef27a8cb53d01a037_DeadlinesController_t.java
2ac4f626ae36f5ec9783c9612df0f2faad8208ac
[]
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
5,775
java
package uk.ac.cam.dashboard.controllers; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.ws.rs.DELETE; import javax.ws.rs.FormParam; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import ja...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
927bd2f66726075eddb06e8d8ef03f96bbf51138
c54ab7d7d7e0161af315d7cbae669b4c52029951
/CoreJava/src/com/techchefs/javaapp/doublecolon/six/Example1.java
479cea71d65b2683cb68b1f15deca30b47055856
[]
no_license
deekshitr/ELF-06June19-TechChefs-DeekshitR
82c6796ad0ec142896e17971f2d9fd73aeb0d1c4
5296cbdddb89b3ef4a529f04f6aba500d474a327
refs/heads/master
2023-01-13T12:33:11.550703
2019-08-22T14:33:09
2019-08-22T14:33:09
192,527,129
0
0
null
2023-01-04T06:58:16
2019-06-18T11:31:00
Rich Text Format
UTF-8
Java
false
false
368
java
package com.techchefs.javaapp.doublecolon.six; import lombok.extern.java.Log; @Log public class Example1 { public static void main(String[] args) { MyProduct mp = Product::new; Product p1 = mp.getProductDetails("Fan", 45646.43); log.info("Product: "+p1); Product p2 = mp.getProductDetails("AirConditioner"...
[ "deekshitr456@gmai.com" ]
deekshitr456@gmai.com
980a4b3be81dd693b3462702eb65c269a0294e7d
87a0ddd63ad59eece0b7964a22a710c43f333ad5
/src/main/java/com/baizhitong/resource/dao/point/sqlserver/PointRuleLotteryOrgDaoImpl.java
e2ed21df96c840fbf0acf1e69ee19f56c7237470
[]
no_license
royxpf/cloud
b41101f87b4edf3e228266f533836d1951768959
84f81431536c11ebe98fc67773e0c8a1223f7b7b
refs/heads/master
2020-06-27T02:13:56.374981
2017-04-25T07:48:42
2017-04-25T07:48:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,928
java
package com.baizhitong.resource.dao.point.sqlserver; import java.util.Date; import java.util.HashMap; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.springframework.stereotype.Service; import com.baizhitong.common.Page; import com.baizhitong.common.dao.jdbc.QueryRule; import com.baizhit...
[ "2636011620@qq.com" ]
2636011620@qq.com
bbc7f03170a218df409fa9114ec92cdd74900009
c6a2ddd0afbdd7fbdab6f121c9dfe00e38ff3434
/src/main/java/com/bs/util/AuthImage.java
fdb609641aa3c8f41e1862eabf9d23a005657310
[]
no_license
huangcz3/rentcar
3c298ea45cfe3dd461092f96afacf2d13240a880
3b33288106dd34e3181828edc623dd92646866bf
refs/heads/master
2020-03-07T21:42:40.650388
2018-05-12T11:17:33
2018-05-12T11:17:33
127,733,562
0
0
null
null
null
null
UTF-8
Java
false
false
1,314
java
package com.bs.util; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import java.io.IOException; /** * AuthImage Description:(验证码) * @author User */ public class AuthImage extends javax.servl...
[ "273514614@qq.com" ]
273514614@qq.com
bbb6b38d7d5a9e43ba76274225b1842814636888
8dc2fc950dc78285f9cbe400ae1bd7db30966b04
/chapter9/pax-exam/src/test/java/camelinaction/PaxExamIT.java
42dd0ff12a74c804b73e61b2929b6b19d9422b99
[ "Apache-2.0" ]
permissive
espre05/camelinaction2
fd8a057cdbc475bb5d0af0898127b15a8f1eb74f
6739b5c82fa7248bba934f402c19a3dea1711e1c
refs/heads/master
2021-07-23T02:38:09.923325
2017-11-02T19:25:39
2017-11-02T19:25:39
109,548,095
1
0
null
2017-11-05T03:15:03
2017-11-05T03:15:02
null
UTF-8
Java
false
false
4,417
java
package camelinaction; import java.io.File; import javax.inject.Inject; import org.apache.camel.CamelContext; import org.apache.camel.ProducerTemplate; import org.junit.Test; import org.junit.runner.RunWith; import org.ops4j.pax.exam.Configuration; import org.ops4j.pax.exam.Option; import org.ops4j.pax.exam.junit.Pax...
[ "claus.ibsen@gmail.com" ]
claus.ibsen@gmail.com
0128a09fcd7a5c032a3668fe6192658e2f9c40da
95270cf9741637fcfc394af8847efea6504f79cf
/src/main/java/de/hpi/interactionnet/enforceability/EnforceabilityChecker.java
ad5ca858dd7ce33239b6a59d7ba63650dd76ca7e
[]
no_license
juyixin/yxxf
5a0f8ec45e3f2941006baea504478dba023e1c41
ff101a3e7436238322099bc2e94be17da5f41a97
refs/heads/master
2020-04-11T21:17:02.190272
2018-12-18T06:13:21
2018-12-18T06:13:21
162,100,650
0
1
null
null
null
null
UTF-8
Java
false
false
3,844
java
package de.hpi.interactionnet.enforceability; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Map; import java.util.Set; import de.hpi.PTnet.Marking; import de.hpi.PTnet.verification.PTNetInterpreter; import de.hpi.interactionnet.InteractionNet; import de.hpi.interactio...
[ "juyx@eazytec.com" ]
juyx@eazytec.com
c23898b726902079a5f2236287d4119d8f6b7cc1
19f8aefc88e856b07bdeeb809cb03b7c39726484
/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/data/neo4j/DataNeo4jTestWithIncludeFilterIntegrationTests.java
77cd76220141dd250c32ddf6d679d6df83b5855a
[ "Apache-2.0" ]
permissive
moving-bricks/spring-boot-2.1.x
8dd7c6ba6e43ca2ec16cc262548245ced41806ab
78ed6ff678b51672abdbc761019edb64de36afde
refs/heads/master
2023-01-07T09:21:31.434984
2019-08-14T11:41:04
2019-08-14T11:41:04
202,248,924
0
1
Apache-2.0
2022-12-27T14:44:14
2019-08-14T01:22:07
Java
UTF-8
Java
false
false
2,543
java
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "810095178@qq.com" ]
810095178@qq.com
b4b7e8d070a6211c3742a1bf21d79fe867754805
7b82d70ba5fef677d83879dfeab859d17f4809aa
/f/cjlgb-cloud-platform/cjlgb-design-common/cjlgb-design-common-upms/src/main/java/com/cjlgb/design/common/upms/entity/SysRole.java
109fe8acab3223ba1d0ba7c0c2eab5b030f1c4a1
[ "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
1,402
java
package com.cjlgb.design.common.upms.entity; import com.baomidou.mybatisplus.annotation.FieldFill; import com.baomidou.mybatisplus.annotation.TableField; import com.cjlgb.design.common.core.bean.BaseEntity; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Getter; import lombok.NoArgsConstructor; impor...
[ "wujun728@hotmail.com" ]
wujun728@hotmail.com
00571eee31bd741a069a3a8f549ab51a4d62c14c
ec4780894cff3531d0c9eb9e78861f060d2bd9cd
/advertising-system/ad-service/ad-sponsor/src/main/java/cn/edu/nju/vo/AdPlanGetRequest.java
8eef975cfa381843fedb0ea3235f3d9a28832917
[]
no_license
Thpffcj/SpringBoot-Project
e2c16b66a781b279ebecbf855bd00a0bac89f64e
1968895a2faff646cdeea5eb9849603220488869
refs/heads/master
2022-12-23T22:54:41.992818
2019-11-04T13:00:52
2019-11-04T13:00:52
107,384,236
2
1
null
2022-12-16T10:32:06
2017-10-18T09:06:15
JavaScript
UTF-8
Java
false
false
465
java
package cn.edu.nju.vo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.util.CollectionUtils; import java.util.List; /** * Created by thpffcj on 2019/8/26. */ @Data @NoArgsConstructor @AllArgsConstructor public class AdPlanGetRequest { private L...
[ "1441732331@qq.com" ]
1441732331@qq.com
7e08474bfe0e11701e142f5cdc95ecbe05cf8c6a
2033a1ab5781ae0762782f5e5b7e4cf05bffb2b7
/Group/DevNightmare/jsdf-dataflowtesting/src/main/java/net/bqc/jsdf/core/model/EntryVertex.java
2dfae05784820a9c9ea0ffaccb1055ffd81fff9d
[]
no_license
truonganhhoang/int3117-2017
17df99d31fcad95b468a96f3882a76ba2a4c83e8
972f6635d2b512a276d2c6f26cd316d62232efa3
refs/heads/master
2021-01-20T09:29:04.977067
2018-01-04T13:41:28
2018-01-04T13:41:28
101,594,242
10
97
null
2018-01-04T13:41:29
2017-08-28T01:59:51
JavaScript
UTF-8
Java
false
false
144
java
package net.bqc.jsdf.core.model; public class EntryVertex extends Vertex { public EntryVertex() { this.type = Type.ENTRY; } }
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
1f51d076f21481f0e90f295dc43639cddff7b587
33cae071de05a68ce026bbbdeaa34780f965fd42
/src/剑指offer/_53表示数值的字符串.java
f157d8ba1f37b192ac2eaefce9afe3f331c330ea
[]
no_license
xiaok1024/AlgorithmWithDesign
85c04ab08f43409b5314fdc21220f0446aa3f2be
80f5fce4d4864a7451534d13cbc9bc83e4b042ef
refs/heads/master
2020-05-01T09:47:53.202394
2019-03-24T12:02:05
2019-03-24T12:02:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,241
java
package 剑指offer; public class _53表示数值的字符串 { /* * 请实现一个函数用来判断字符串是否表示数值(包括整数和小数)。 * 例如,字符串"+100","5e2","-123","3.1416"和"-1E-16"都表示数值。 * 但是"12e","1a3.14","1.2.3","+-5"和"12e+4.3"都不是。 * */ // 思路:逐个字符进行判断,e或E和小数点最多出现一次(无法共存),而e或E的前一个必须是数字,且不能是第一个或最后一个字符, // 符号的前一个字符不能是e或E。也可用正则表达式判断! /* * 思路:定义ecount 和 pcou...
[ "xiaokang136106@163.com" ]
xiaokang136106@163.com
c28af66a3550226c75e788dc12e152de67880712
c7ad128bb722227c7995e58fb3b41e767562357b
/app/src/main/java/com/article/oa_article/view/mobanmanager/ItemTouchHelperAdapter.java
710bf573a0087ee76e252b307128c7da17298253
[]
no_license
sengeiou/oa_article
45bbc650274ab4976c4fcf27f17b91d82be3086a
233a4a4acda90d69a7b961c894714bbfbd950f34
refs/heads/master
2022-03-30T11:20:34.007968
2020-01-14T08:27:02
2020-01-14T08:27:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
247
java
package com.article.oa_article.view.mobanmanager; //先写一个接口 public interface ItemTouchHelperAdapter { void onItemMove(int fromPosition, int toPosition);//移动时方法 void onItemDissmiss(int position);//消失时方法 }
[ "wy19941007" ]
wy19941007
2e854d04162a17b9b551d4d05f96b61d9acd0618
f3a9108db02fa0b01f58e0c1f799be37a8603089
/src/test/java/MyTest.java
1bf5f42b7e632abac8d91c3a876556b52d19eaf2
[]
no_license
lisz1012/mybatis-sql-mapping
7ef214fd3d38e2df64606d50b9c61a5f5b20f205
fd0f43e4b68a84c896f8d2e964d0fb88136b11be
refs/heads/master
2023-02-12T17:26:47.654518
2020-12-31T06:21:50
2020-12-31T06:21:50
325,229,589
0
0
null
null
null
null
UTF-8
Java
false
false
4,644
java
import com.lisz.bean.User; import com.lisz.dao.UserDao; import com.lisz.dao.UserDaoAnnotation; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; import org.junit.Before; impor...
[ "lisz1012@163.com" ]
lisz1012@163.com
e846d23b549e3bef289de1a0d1eabd15594cd411
524968bba3e28288b9fa3d7c9bd2d99c30957858
/src/main/java/com/king/frame/entity/SuperEntity.java
18965c7c4b3a23c446d5a09c429d13d5897fb72e
[]
no_license
ls909074489/stockAdmin
af87e1d89e5fe032233dc4fb9767a1c4016d2718
54b5f88cd76d29aae304a38f0ab5c1de9958d9eb
refs/heads/master
2022-12-21T05:59:07.211881
2019-10-11T05:36:02
2019-10-11T05:36:02
191,016,890
0
0
null
2022-12-16T04:50:21
2019-06-09T14:33:04
JavaScript
UTF-8
Java
false
false
2,914
java
package com.king.frame.entity; import java.util.Date; import javax.persistence.Column; import javax.persistence.MappedSuperclass; import javax.persistence.Temporal; import javax.persistence.TemporalType; import org.apache.poi.ss.formula.functions.T; import com.fasterxml.jackson.annotation.JsonFormat; import com.kin...
[ "909074489@qq.com" ]
909074489@qq.com
745951902fcdc4d6757dd1b1ed57cc83eb426793
9bac6b22d956192ba16d154fca68308c75052cbb
/icmsint-ejb/src/main/java/hk/judiciary/icmsint/model/sysinf/inf/gccij2d/NumericCT.java
8b9a409ee2068bda83a7b15ba81640ddec93bb61
[]
no_license
peterso05168/icmsint
9d4723781a6666cae8b72d42713467614699b66d
79461c4dc34c41b2533587ea3815d6275731a0a8
refs/heads/master
2020-06-25T07:32:54.932397
2017-07-13T10:54:56
2017-07-13T10:54:56
96,960,773
0
0
null
null
null
null
UTF-8
Java
false
false
2,558
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // 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.06.20 at 04:47:...
[ "chiu.cheukman@gmail.com" ]
chiu.cheukman@gmail.com
b068d64fd9e46f2e7ed0595fddd083db2897aa84
f9c94c23839e0451d3c6c09c407d71fb679a524c
/java-client/src/main/java/com/couchbase/client/java/env/ClusterEnvironment.java
e76b8249051392c3c83e3236533047ac4941d537
[]
no_license
plokhotnyuk/couchbase-jvm-clients
6127e97dbb77c9e46854c1f992afdbdee8c4dd8a
e12fe43f5d04f40e1aa3f5d9bd3c2095bccaafff
refs/heads/master
2020-06-10T18:36:18.585785
2019-05-21T09:36:06
2019-06-24T13:44:15
193,707,958
1
0
null
2019-06-25T12:57:23
2019-06-25T12:57:23
null
UTF-8
Java
false
false
2,897
java
/* * Copyright (c) 2018 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
[ "michael@nitschinger.at" ]
michael@nitschinger.at
9be0a1123c891fb780ed12f6073016df590c669b
dcb5e84b676cfa08f7eb7b5c8d80039fc6639c29
/src/main/java/de/flapdoodle/embed/process/types/Wrapped.java
9b6896cc3091a9ad9be151b5029fc9d2b81f65a5
[ "Apache-2.0" ]
permissive
flapdoodle-oss/de.flapdoodle.embed.process
5703b88aec0c2bb78ca0291471a9023a3d1c4a1f
5fc4225ea7a3b1f4a6ecc191a6b17937ae989115
refs/heads/main
2023-07-22T11:25:00.509789
2023-07-16T13:03:27
2023-07-16T13:03:27
5,412,556
224
104
Apache-2.0
2023-09-14T19:36:23
2012-08-14T12:37:01
Java
UTF-8
Java
false
false
1,185
java
/** * Copyright (C) 2011 * Michael Mosmann <michael@mosmann.de> * Martin Jöhren <m.joehren@googlemail.com> * * with contributions from * konstantin-ba@github, Archimedes Trajano (trajano@github), Kevin D. Keck (kdkeck@github), Ben McCann (benmccann@github) * * Licensed under the Apache License, Version ...
[ "michael@mosmann.de" ]
michael@mosmann.de
87d8640cf608a28dd95e0493c1f877bc66b53f3c
7f298c2bf9ff5a61eeb87e3929e072c9a04c8832
/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/SpringJUnitJupiterConstructorInjectionTests.java
bc24e6a68c8b886022a97b9e1e0903a4a9f1af7c
[ "Apache-2.0" ]
permissive
stwen/my-spring5
1ca1e85786ba1b5fdb90a583444a9c030fe429dd
d44be68874b8152d32403fe87c39ae2a8bebac18
refs/heads/master
2023-02-17T19:51:32.686701
2021-01-15T05:39:14
2021-01-15T05:39:14
322,756,105
0
0
null
null
null
null
UTF-8
Java
false
false
3,271
java
/* * Copyright 2002-2018 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...
[ "xianhao_gan@qq.com" ]
xianhao_gan@qq.com
4b6c9c5c32d663dc0fb144d1fc5a0cd548211929
ca217730cff9435b03347587d61d2ef28b478f7e
/old/tileentities/SCPTileEntity076.java
3d6e2494b83df71ffe265edd81b6505751b7cec7
[]
no_license
Ordinastie/SCPCraft
e8c4c78cc86ac0e7f364156058f35ce30adf059d
547a204bb14fc33adefb9926baca2f5188d89421
refs/heads/master
2023-07-18T19:50:59.231189
2014-03-21T23:59:54
2014-03-21T23:59:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,623
java
package SCPCraft.tileentities; import java.util.Iterator; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityList; import net.minecraft.nbt.NBTBase; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.network.packet.Packet; import net.minecraft.network.packet.Packet132TileEntityD...
[ "ntzrmtthihu777@gmail.com" ]
ntzrmtthihu777@gmail.com
522bcc897e328e6925eef32230b8ef8371f97f3e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_cec41acb2a06d66ed1e672c3fc4927242843197e/Main/3_cec41acb2a06d66ed1e672c3fc4927242843197e_Main_s.java
be8397c0088d9474f7bedaf9b8c4778ce2e0aba5
[]
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,956
java
/* * This file is part of Spoutcraft Launcher (http://wiki.getspout.org/). * * Spoutcraft Launcher 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 3 of the License, or * (at...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
521d2f379fef8318848e986d628f87b9ea0f77a8
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_7a64e55ffee1f77e5ef710d2e90dfd0e90510e61/DefaultOptimizer/23_7a64e55ffee1f77e5ef710d2e90dfd0e90510e61_DefaultOptimizer_t.java
12edd87d8ff891370f6b3dae95fb02ae750ef173
[]
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,755
java
package com.shsrobotics.reinforcementlearning.optimizers; import com.shsrobotics.reinforcementlearning.util.DataPoint; /** * Optimize coordinates based on a Pattern Search algorithm. To use this class, * classes must extend it and provide a {@code double f(double[] input)} method. * Method calls should be ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
5dad65955029530ac01eb736cb340fa00aae7422
a1b0d7437af7c1543e313231162b92660217872a
/KKY/xlgLib/src/main/java/com/xlg/library/helper/ResourceIdHelper.java
fe2da6a23397af10cddf5bd0712ff7cb2d6056c7
[]
no_license
KaiKeYi/KKY-Android
3c05f99b36fdfacd0464bfc58dd50036ea5229da
bec87ef2fd3ae1647874fc23822fdf1d7a295dd9
refs/heads/master
2020-03-10T20:42:42.566789
2018-06-15T08:41:00
2018-06-15T08:41:00
129,575,856
0
0
null
null
null
null
UTF-8
Java
false
false
2,585
java
package com.xlg.library.helper; import android.content.Context; /** * @Author: Jason * @Time: 2018/4/20 15:09 * @Description: 根据资源的名字获取其ID值 */ public class ResourceIdHelper { public static int getIdByName(Context context, String className, String name) { String packageName = context.getPackageName();...
[ "1655661337@qq.com" ]
1655661337@qq.com
3120b40ccb996f9eb47e373a54e639fb33c6d433
98ccbb4f41669dbdfcae08c3709a404131f54f05
/암기해둘것/src/누적합/수들의합4.java
200ff1e95cb8fcebf7d4e8c68ffc9f9edf27ee97
[ "MIT" ]
permissive
KimJaeHyun94/CodingTest
fee6f14b3320c85670bdab7e9dbe97f429a31d9c
f153879ac0ac1cf45de487afd9a4a94c9ffbe10d
refs/heads/main
2023-04-22T15:27:46.325475
2021-05-16T15:02:27
2021-05-16T15:02:27
330,885,734
0
0
null
null
null
null
UTF-8
Java
false
false
1,088
java
package 누적합; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashMap; import java.util.StringTokenizer; public class 수들의합4 { static int N, K; static int arr[], sum[]; public static void main(String[] args) throws IOException { BufferedRe...
[ "ru6300@naver.com" ]
ru6300@naver.com
240c858bb5486f2c7d64777cc9b7a183d3e9b5a4
a2df6764e9f4350e0d9184efadb6c92c40d40212
/aliyun-java-sdk-aliyuncvc/src/main/java/com/aliyuncs/aliyuncvc/model/v20200330/CreateUserResponse.java
4f073d557b6162a9e4e4b3fdf4ec0b7e56bc0bdb
[ "Apache-2.0" ]
permissive
warriorsZXX/aliyun-openapi-java-sdk
567840c4bdd438d43be6bd21edde86585cd6274a
f8fd2b81a5f2cd46b1e31974ff6a7afed111a245
refs/heads/master
2022-12-06T15:45:20.418475
2020-08-20T08:37:31
2020-08-26T06:17:49
290,450,773
1
0
NOASSERTION
2020-08-26T09:15:48
2020-08-26T09:15:47
null
UTF-8
Java
false
false
1,963
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
ed94529dec99565d100e4e6d75e18a906394516b
8b04eb64502f63653b2f435e268019d42fd171e1
/core/src/test/java/io/grpc/internal/AbstractReadableBufferTest.java
46a66586d2d1a3cd66e88a49eaff3ad0764b68cd
[ "Apache-2.0" ]
permissive
grpc-nebula/grpc-nebula-java
de553e5d9d77dc28bb0ec78076d7dc5bd8caa41b
04f20585354e1994e70404535b048c9c188d5d95
refs/heads/master
2023-07-19T08:54:45.297237
2022-02-09T13:48:39
2022-02-09T13:48:39
188,228,592
140
63
Apache-2.0
2023-07-05T20:43:37
2019-05-23T12:20:14
Java
UTF-8
Java
false
false
1,720
java
/* * Copyright 2014 The gRPC 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 applicable law or agree...
[ "cozyshu@qq.com" ]
cozyshu@qq.com
5372dc8d65d47841bb7ab879f07f6bf4dfb4a7a8
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/com/facebook/internal/FacebookInitProvider.java
b179874f57f0ad041d269ae7208ab2a817e917cd
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
1,326
java
package com.facebook.internal; import android.content.ContentProvider; import android.content.ContentValues; import android.database.Cursor; import android.net.Uri; import com.facebook.FacebookSdk; public final class FacebookInitProvider extends ContentProvider { public static final String a = FacebookInitProvider...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
08859195db8f3443af9147d9d5a3ad14af195bea
13f937f75987ad2185c51ca4b1cd013d3e647e1e
/DMI/Claim Processing Automation/cpa_v2.0/main/src/com/aghit/task/util/DbcpUtil.java
76f62117437b448f1c445ba4a407812d806c0b84
[]
no_license
hwlsniper/DMI
30644374b35b2ed8bb297634311a71d0f1b0eb91
b6ac5f1eac635485bb4db14437aa3444e582be84
refs/heads/master
2020-03-19T16:44:33.828781
2018-05-22T05:38:52
2018-05-22T05:38:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,591
java
package com.aghit.task.util; import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; import javax.sql.DataSource; import org.apache.commons.dbcp.BasicDataSource; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; ...
[ "33211781+thekeygithub@users.noreply.github.com" ]
33211781+thekeygithub@users.noreply.github.com
47c309643d857adec3bb5f475d18de6f1ee28f11
0bf9879f7e43dc6f69dd7003a833ffe66224abb5
/src/test/java/gov/usgs/wma/waterdata/TSDataTypeFactory.java
ae996e35f7d2b52559b9efedae0fb1e4755a8ef0
[ "LicenseRef-scancode-warranty-disclaimer", "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
usgs/aqts-ts-type-router
d6df88a0fe8cb869bbb9a0fee220d65281850de9
586798449ebd1ab5301724ff4f1208c0ba221995
refs/heads/master
2021-08-19T00:54:23.655841
2021-01-15T15:52:35
2021-01-15T15:52:35
237,274,319
3
6
NOASSERTION
2021-07-28T10:45:19
2020-01-30T18:09:12
Java
UTF-8
Java
false
false
856
java
package gov.usgs.wma.waterdata; import java.sql.Types; import org.dbunit.dataset.datatype.DataType; import org.dbunit.dataset.datatype.DataTypeException; import org.dbunit.ext.postgresql.PostgresqlDataTypeFactory; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class TSDataTypeFactory extends Postgre...
[ "drsteini@contractor.usgs.gov" ]
drsteini@contractor.usgs.gov
c33d891ec3953b144525911e8bc3fcb295e7e2d8
c03a28264a1da6aa935a87c6c4f84d4d28afe272
/Leetcode/src/medium/Q221_Maximal_Square.java
d0bb85eaaf3252b6f940dff33304d9cab8941f4a
[]
no_license
bbfeechen/Algorithm
d59731686f06d6f4d4c13d66a8963f190a84f361
87a158a608d842e53e13bccc73526aadd5d129b0
refs/heads/master
2021-04-30T22:35:03.499341
2019-05-03T07:26:15
2019-05-03T07:26:15
7,991,128
1
1
null
null
null
null
UTF-8
Java
false
false
1,318
java
package medium; public class Q221_Maximal_Square { public static int maximalSquare(char[][] matrix) { if(matrix == null || matrix.length == 0 || matrix[0].length == 0) { return 0; } int m = matrix.length; int n = matrix[0].length; int[][] dp = new int[m][n]; ...
[ "bbfeechen@gmail.com" ]
bbfeechen@gmail.com
c32681cefa8763f37b85954fa43b69fea72e8bd7
6000edbe01f35679b1cf510575d547a6bb5e430c
/core/src/test/java/org/apache/logging/log4j/core/lookup/ContextMapLookupTest.java
4c5672a90f8cd2c5bac62bad7c2e11b6e816f220
[ "Apache-2.0" ]
permissive
JavaQualitasCorpus/log4j-2.0-beta
7cdd1a06e6b786bca3180c1fe1d077d0044b2b40
1aec5ba88965528ce8c3649b5d6f0136dc942c74
refs/heads/master
2023-08-12T09:29:17.392341
2020-06-02T18:02:37
2020-06-02T18:02:37
167,004,977
0
0
Apache-2.0
2022-12-16T01:21:49
2019-01-22T14:08:39
Java
UTF-8
Java
false
false
1,469
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 n...
[ "taibi@sonar-scheduler.rd.tut.fi" ]
taibi@sonar-scheduler.rd.tut.fi
93d92441a2afe8d9adbf74c96ed81b60a46b68db
d2f1bfd51911e9dfd68bbf502eff7db2acb4061b
/cxf-2.6.2/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/ClientAccessToken.java
c3adf604d141d51348e3a84fe8790a100e79e2ed
[]
no_license
neuwerk/jaxws-cxf
fbf06c46ea0682549ff9b684806d56fe36a4e7ed
8dc9437e20b6ac728db38b444d61e3ab6a963556
refs/heads/master
2020-06-03T05:28:19.024915
2019-06-20T15:28:46
2019-06-20T15:28:46
191,460,489
0
0
null
2019-06-11T22:44:47
2019-06-11T22:44:47
null
UTF-8
Java
false
false
1,813
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 m...
[ "tjjohnso@us.ibm.com" ]
tjjohnso@us.ibm.com
d744aab4a7ec637485ef41edb853ece0dfa31a37
baffff1bc6454352780e1262aac507f668853bfb
/src/main/java/com/boubei/tss/dm/DataExport.java
3f556e0e875a14b1b05f240e31fbe6922bf11db1
[ "MIT" ]
permissive
bierguogai/boubei-tss
926c76c9aabef22db3d659488c6adb2d0710b219
9af9b9437f70d86f27026beb1a88215ecef4a893
refs/heads/master
2021-04-09T10:38:15.249177
2018-03-16T06:05:53
2018-03-16T06:06:12
125,503,070
2
0
null
2018-03-16T10:45:16
2018-03-16T10:45:15
null
UTF-8
Java
false
false
8,090
java
/* ================================================================== * Created [2016-3-5] by Jon.King * ================================================================== * TSS * ================================================================== * mailTo:boubei@163.com * Copyright (c) boubei.com, 2015-20...
[ "jinpujun@gmail.com" ]
jinpujun@gmail.com
cc77f06b064ec57b3ab8dcc939849e895552f101
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/Spring/Spring5689.java
62fb133edb640eb92fb903ae3178263dea225b20
[]
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
304
java
private boolean getBooleanValue(ExpressionState state, SpelNodeImpl operand) { try { Boolean value = operand.getValue(state, Boolean.class); assertValueNotNull(value); return value; } catch (SpelEvaluationException ee) { ee.setPosition(operand.getStartPosition()); throw ee; } }
[ "Qing.Mi@my.cityu.edu.hk" ]
Qing.Mi@my.cityu.edu.hk
2f8941e5f22d4ec35609770e80a36a85cf7359bb
834d1c20b9a8e4f5f2763d841eb3f563c3887932
/src/main/java/kfs/kfsDbiStd/kfsOneStringTable.java
88624cf5cf0c0051d7b093da30458d485242b00e
[ "Apache-2.0" ]
permissive
k0fis/kfsWfl
7adec6fcb1027bc0b14e8face25e29012118e145
95e58f7a0df6843071415096e79434a70ff3b777
refs/heads/master
2021-01-22T06:58:14.752816
2014-11-14T08:33:15
2014-11-14T08:33:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,373
java
package kfs.kfsDbiStd; import kfs.kfsDbi.*; /** * * @author pavedrim */ public class kfsOneStringTable extends kfsDbObject { private final kfsString data; public kfsOneStringTable(kfsDbServerType st, String tableName, String colName, int maxLen) { super(st, tableName); int pos = 0; ...
[ "k0fis@me.com" ]
k0fis@me.com
bed7bf97327ede7da3d831b68ddf9038a67d6344
fa1408365e2e3f372aa61e7d1e5ea5afcd652199
/src/testcases/CWE191_Integer_Underflow/s02/CWE191_Integer_Underflow__int_getQueryString_Servlet_sub_17.java
9ec0f3a301dc630dfa7e260674dc14e4c065a35e
[]
no_license
bqcuong/Juliet-Test-Case
31e9c89c27bf54a07b7ba547eddd029287b2e191
e770f1c3969be76fdba5d7760e036f9ba060957d
refs/heads/master
2020-07-17T14:51:49.610703
2019-09-03T16:22:58
2019-09-03T16:22:58
206,039,578
1
2
null
null
null
null
UTF-8
Java
false
false
5,536
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_getQueryString_Servlet_sub_17.java Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-17.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: getQueryString_Servlet Parse id p...
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
8ecbae8ca07b0735fdfca1f165497f20dd62ae72
12a99ab3fe76e5c7c05609c0e76d1855bd051bbb
/src/main/java/com/alipay/api/domain/NetFlowOfferInfo.java
f4c699883dc1ec7d18c3e891adf51f83c4e1ca53
[ "Apache-2.0" ]
permissive
WindLee05-17/alipay-sdk-java-all
ce2415cfab2416d2e0ae67c625b6a000231a8cfc
19ccb203268316b346ead9c36ff8aa5f1eac6c77
refs/heads/master
2022-11-30T18:42:42.077288
2020-08-17T05:57:47
2020-08-17T05:57:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,340
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 流量充值信息 * * @author auto create * @since 1.0, 2020-06-11 14:54:09 */ public class NetFlowOfferInfo extends AlipayObject { private static final long serialVersionUID = 3757586534...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
a2a4ffbfcfe7fddb22e08f5a747551dd6ec4fa52
427b69465523bd39b1fb14b30aa5b13d86addfa7
/sp5-web/ex02/src/test/java/org/zerock/mapper/ReplyMapperTests.java
aec6c23b951810be20e97635bbe14334f7cb2b7f
[]
no_license
hansol4412/project
fb0fa7b816720fcf0bb518b91c7b2f172b3672a6
a7ec872f30844944c83bc801f7b84df200dbaa43
refs/heads/master
2023-03-16T18:55:39.423865
2021-03-06T11:42:52
2021-03-06T11:42:52
313,502,040
0
0
null
null
null
null
WINDOWS-1253
Java
false
false
1,670
java
package org.zerock.mapper; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.zerock.domain.Criteria; impor...
[ "hansol4412@naver.com" ]
hansol4412@naver.com
3411a6164fb4be39d63f4237ef264811cd4b7119
bf812baa4cfd31d22d74ac7ec1a324641a991ede
/kadry/src/main/java/beanstesty/OkresBean.java
3cbe7a27b649b464851cfe224e378e77f15d8e42
[]
no_license
brzaskun/NetBeansProjects
f5d0abc95a29681fab87e6a039a7f925edab3dc6
aa67838735901cc9171c49600348eaea8e35e523
refs/heads/masterpozmianach
2023-08-31T23:32:37.748389
2023-08-30T21:30:09
2023-08-30T21:30:09
40,359,654
0
0
null
2023-03-27T22:22:00
2015-08-07T12:35:43
Java
UTF-8
Java
false
false
3,004
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package beanstesty; import data.Data; import embeddable.Mce; import embeddable.Okres; import entity.Nieobecnosc; import java.io.Serial...
[ "Osito@DESKTOP-DVFG0DI" ]
Osito@DESKTOP-DVFG0DI
2d2913640caacf02bb1b19dc4323d3db3f1b6317
eeb7f2aa90bdb175b3d046f9072fa0cb9b286a5d
/jsonTest/src/cn/com/ths/dbcenter/domain/popularfeelings/PopularFeeling.java
402adbb21139b156375a49047bc6752b8310a816
[]
no_license
longtaoge/jsonTest
abd4d4f4f50185f9fa20e1b69dab6d2768ff43b8
b99075d6b232e08970caf4d33f96768b99df1acf
refs/heads/master
2020-05-28T09:56:09.250672
2014-12-01T05:35:26
2014-12-01T05:35:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,316
java
package cn.com.ths.dbcenter.domain.popularfeelings; import java.io.Serializable; import java.util.ArrayList; import java.util.List; /** * 类名: PopularFeeling</br> * 包名:cn.com.ths.dbcenter.domain.popularfeelings </br> * 描述: 封装舆情页面四个列表数据的数据模型 </br> * 发布版本号:</br> * 开发人员: weiyubiao</br> * 创建时间: 2014-11-28 */ ...
[ "61852263@qq.com" ]
61852263@qq.com
da4b0ec71e487d24f0ef4c88b5ea16db6e191a43
4bdcd866bf6c4a98e813052cf5cd41ac517d65e0
/tuling_springIoc/src/main/java/com/lslnx/springIoc/Hi.java
2351bade479c85e9165fc941db1eb7ff7a49761d
[]
no_license
lslnx0307/tulingDemo
e239a3ec6ac12c7d4642041af8658d2d3a16f1d0
5ea2596edcdaead3bbce8fe990e995758223fa02
refs/heads/master
2020-03-27T15:49:45.080542
2019-02-21T07:26:12
2019-02-21T07:26:12
146,742,199
0
0
null
null
null
null
UTF-8
Java
false
false
296
java
package com.lslnx.springIoc;/** * Created by Administrator on 2018/8/26. */ /** * @author Tommy * Created by Tommy on 2018/8/26 **/ public class Hi { public Hi() { System.out.println("new hi"); } public void sayHi() { System.out.println("hi"); } }
[ "184576454@qq.com" ]
184576454@qq.com
42d10fadc61929f999dff4b310d91371ffcf42a8
7a96414d5b49603238e95a6b1e77809a77143082
/software/ear/src/test/java/gov/nih/nci/firebird/selenium2/pages/sponsor/annual/registration/EditAnnualRegistrationConfigurationPageHelper.java
61b837c7c8c7fcfebd4670b25dff2a96471c0486
[]
no_license
NCIP/nci-ocr
822788379a2bf0a95ee00e1667e365766cc8c794
e36adffb92fdb9833bb8835f87eab4b46594019e
refs/heads/master
2016-09-05T12:40:31.309373
2013-08-28T14:32:45
2013-08-28T14:32:45
12,298,569
2
1
null
null
null
null
UTF-8
Java
false
false
6,343
java
/** * The software subject to this notice and license includes both human readable * source code form and machine readable, binary, object code form. The NCI OCR * Software was developed in conjunction with the National Cancer Institute * (NCI) by NCI employees and 5AM Solutions, Inc. (5AM). To the extent * govern...
[ "mkher@fusionspan.com" ]
mkher@fusionspan.com
5c2a8d4fdade593f1b6df7ee121b3761063d693b
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/LANG-13b-4-1-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/apache/commons/lang3/SerializationUtils$ClassLoaderAwareObjectInputStream_ESTest_scaffolding.java
f9d5ba4c3536800d512662909045e4d4b2ef3697
[]
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
481
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Jan 21 20:37:14 UTC 2020 */ package org.apache.commons.lang3; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Af...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
9f32c2e9421ecc247eeb47915a9d7c214d9a9b96
cb808210aa5bf4f11913e735d59bfa54dd553089
/rabbit-fsh-api/src/main/java/com/rabbit/fsh/api/controller/LocalController.java
f404c97a8c59d1e7df7b417a14cc1d2abe1128ca
[]
no_license
RabbitWFly/spring-cloud-learning
0f113af63fd420ee7567be80afd350071fb58864
e22a377e2507775dd94fcc6346c8c4270032cc00
refs/heads/master
2020-04-27T12:47:58.971153
2019-04-07T14:49:08
2019-04-07T14:49:08
174,344,862
0
0
null
null
null
null
UTF-8
Java
false
false
441
java
package com.rabbit.fsh.api.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; /** * @Author chentao * Date 2019/3/26 * Description **/ @RestController public class LocalC...
[ "chentao@daokoudai.com" ]
chentao@daokoudai.com
727718f45b0ca2ff943116834d6d606ea1e57777
b65cc22c1a5f523520359359d6fee3f700b889aa
/baselibrary/src/main/java/com/wrs/gykjewm/baselibrary/iface/IPresenter.java
2b45957c790979bfadeac1492ebefd3e1362f672
[]
no_license
hxs2mr/Cashier-android
9f53f29106f935cf8aa42dfd337321dd0a0f52c2
00e82a7ba22570bdfd0b96e3d21be82ca9217eef
refs/heads/master
2020-05-17T08:01:42.556462
2019-04-26T09:00:46
2019-04-26T09:00:46
183,594,682
0
1
null
null
null
null
UTF-8
Java
false
false
448
java
package com.wrs.gykjewm.baselibrary.iface; import com.wrs.gykjewm.baselibrary.base.IBaseView; import io.reactivex.disposables.Disposable; /** * description: * <p> * author: josh.lu * created: 11/6/18 下午12:46 * email: 1113799552@qq.com * version: v1.0 */ public interface IPresenter<V extends IBaseView> { ...
[ "1363826037@qq.com" ]
1363826037@qq.com
f7f41479913c29c34c33176ec46717839b51776d
d19a81be996d1f7cdaef3c20079a6ee0c4c92f61
/src/main/java/com/kk/nio/mysql/packhandler/console/Capabilities.java
2f52b1ed2a32bcdccdc7b8a0d137cc840034c341
[]
no_license
kkzfl22/NIO-kk
87df782179aed2b6108949d1b795d508d479f672
b7a2d85e4bd1daba835ed279cc5906f7cb1b4d24
refs/heads/master
2021-01-19T19:03:22.235197
2017-11-22T09:34:18
2017-11-22T09:34:18
83,712,449
0
0
null
null
null
null
UTF-8
Java
false
false
4,394
java
/* * Copyright (c) 2013, OpenCloudDB/MyCAT and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software;Designed and Developed mainly by many Chinese * opensource volunteers. you can redistribute it and/or modify it under the * terms ...
[ "546064298@qq.com" ]
546064298@qq.com
8fec0e3e8aea240483585cd2061227bf35da5498
7eafc6d93781d0e31bb9479cd8b36d3ae7567f44
/org.osate.aadl2/src/org/osate/aadl2/BusAccess.java
d1b4bd86117df54a58b075e5916718bfe434bfe6
[]
no_license
gmcahill/osate2-core
024e10c17ade2cd0e0e11b58bd15e5df29736e5d
a0995e2ae5e958f73d1a1e28e788287f8a5c1192
refs/heads/master
2021-01-17T04:23:42.662623
2011-11-09T15:18:26
2011-11-09T15:18:26
2,180,744
1
0
null
null
null
null
UTF-8
Java
false
false
4,195
java
/** * <copyright> * Copyright 2008 by Carnegie Mellon University, all rights reserved. * * Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth * at http://www.eclipse.org/org/documents/epl-v10.html. * * NO WARRANTY * * ANY INFORMATION, MATERIALS, SERVICES, INT...
[ "lutz.wrage@gmail.com" ]
lutz.wrage@gmail.com
d43ca3f947010acd140bdf8a242382262fe29993
f28dce60491e33aefb5c2187871c1df784ccdb3a
/src/main/java/uk/co/senab/photoview/gestures/VersionedGestureDetector.java
00285b9edbe41541768aee215635d28630176086
[ "Apache-2.0" ]
permissive
JackChan1999/boohee_v5.6
861a5cad79f2bfbd96d528d6a2aff84a39127c83
221f7ea237f491e2153039a42941a515493ba52c
refs/heads/master
2021-06-11T23:32:55.977231
2017-02-14T18:07:04
2017-02-14T18:07:04
81,962,585
8
6
null
null
null
null
UTF-8
Java
false
false
675
java
package uk.co.senab.photoview.gestures; import android.content.Context; import android.os.Build.VERSION; public final class VersionedGestureDetector { public static GestureDetector newInstance(Context context, OnGestureListener listener) { GestureDetector detector; int sdkVersion = VERSION.SDK_INT...
[ "jackychan2040@gmail.com" ]
jackychan2040@gmail.com
27bb6da16d7473646eab8923a67df502de324d0e
2cb7187bcbef4ce4d8dac997e8b6838a5265bb7a
/BetaApplications/src/aplicacion/cliente/corrector/test/_Test.java
0c3bab474febccd322b5acd5a1e559bc287d2c5e
[]
no_license
pjpincheiragr/Catalogos
cc5185e7a22c4a2c4ed1c9ebfd6d42186f996c50
d462cc5bcd740215a01f7684a5ea6cb6086ef3db
refs/heads/master
2021-01-10T06:15:27.738122
2015-12-18T13:05:54
2015-12-18T13:05:54
48,194,633
0
0
null
null
null
null
UTF-8
Java
false
false
355
java
package aplicacion.cliente.corrector.test; import aplicacion.cliente.corrector.constructor.*; import aplicacion.herramientas.conexion.conectores.MsSQL; public class _Test { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub _Constructor CC=new _Constructor(); ...
[ "juli.otero01@gmail.com" ]
juli.otero01@gmail.com
1173e4c86a480620f5a1b7f98c8018eddeb0a564
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/training/com/iluwatar/proxy/WizardTest.java
484d152f06882ba77b6376887a2838b69dcbd12a
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
1,600
java
/** * The MIT License * Copyright (c) 2014-2016 Ilkka Sepp?l? * * 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 * to use, c...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
03bf56967d1ef6ce50ebb920c6ceac594e43b753
a7d2b45e72d745f51db450cc16dc332269a6b5f1
/AlmullaExchange/src/com/amg/exchange/remittance/serviceimpl/HighValueCurrencyServiceImpl.java
039d72f236d607bb7e2990874a0de20c51b2c856
[]
no_license
Anilreddyvasantham/AlmullaExchange
2974ecd53b1d752931c50b7ecd22c5a37fa05a03
b68bca218ce4b7585210deeda2a8cf84c6306ee3
refs/heads/master
2021-05-08T17:48:01.976582
2018-02-02T09:32:22
2018-02-02T09:32:22
119,484,446
1
0
null
null
null
null
UTF-8
Java
false
false
2,053
java
package com.amg.exchange.remittance.serviceimpl; import java.math.BigDecimal; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.amg.exchange.remittance.dao.IH...
[ "anilreddy.vasantham@gmail.com" ]
anilreddy.vasantham@gmail.com
77eb9ef49d4c103c993337f29c2cae5abf722453
f9f1780502d471f9586bf5d2976e24f05ef6d01f
/src/main/java/net/floodlightcontroller/hub/Hub.java
8dc85753830d36e4b943cfdd1d8ff8b69766d91a
[ "Apache-2.0" ]
permissive
vonzhou/floodlightx
6c7f98bb51c6173983a06be28f8936f77809f738
8effab5020b020b9b3e634fd6ce634f826b26672
refs/heads/master
2021-01-17T07:10:32.874346
2016-04-26T04:48:35
2016-04-26T04:48:35
25,626,476
1
0
null
null
null
null
GB18030
Java
false
false
4,271
java
package net.floodlightcontroller.hub; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Map; import net.floodlightcontroller.core.FloodlightContext; import net.floodlightcontroller.core.IFloodlightProviderService; import net.floodlightc...
[ "vonzhou@163.com" ]
vonzhou@163.com
952ef3cfa5c7f8f1915b2ba2849dd2b0be1ae3fa
d64582aa2a32cc0e274bc1422b4e3621c2f91736
/lab-api/src/main/java/ac/cn/saya/lab/api/service/medium/PictureStorageService.java
66a3df4f63b5fbc9b390a84bf5c65904a16fdab9
[ "Apache-2.0" ]
permissive
saya-ac-cn/lab
6ef59e4263774ed88aa6fb59241c42b20c6c5361
034ef9c80b7d2f6462a7c352c351c00bb99e784c
refs/heads/master
2022-07-04T12:24:19.206621
2020-08-26T14:41:14
2020-08-26T14:41:14
234,917,318
0
0
Apache-2.0
2022-06-21T02:54:45
2020-01-19T14:58:16
Java
UTF-8
Java
false
false
1,667
java
package ac.cn.saya.lab.api.service.medium; import ac.cn.saya.lab.api.entity.PictureEntity; import ac.cn.saya.lab.api.tools.Result; /** * @Title: PictureStorageService * @ProjectName lab * @Description: TODO * @Author liunengkai * @Date: 2020-03-13 20:41 * @Description: */ public interface PictureStorageServic...
[ "saya@saya.ac.cn" ]
saya@saya.ac.cn
68d2d83767f92cd4d2faa1e5bc78058f17843bb8
1dd2c51fd68b819af41e06ab1aa8a4418cb531d8
/jaxrs/src/main/java/com/proofpoint/jaxrs/testing/GuavaMultivaluedMap.java
1746f84aab0b66e3006549da85fdd8d06ea188d4
[ "Apache-2.0" ]
permissive
proofpoint/platform
768ba49f00c019f5745892bcd714f73b04db3ce2
c6e9f0444d0fea936453ece83670d970caf43ee3
refs/heads/master
2023-08-25T15:01:42.955632
2023-08-24T17:10:20
2023-08-24T18:50:02
1,384,929
59
78
Apache-2.0
2023-09-14T20:52:50
2011-02-19T01:26:11
Java
UTF-8
Java
false
false
1,779
java
package com.proofpoint.jaxrs.testing; import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.ForwardingMap; import com.google.common.collect.ImmutableList; import com.google.common.collect.ListMultimap; import com.google.common.collect.Multimap; import com.google.common.collect.Multimaps;...
[ "jgmyers@proofpoint.com" ]
jgmyers@proofpoint.com
0c4ba1874a0bef9876595238c5dd1b8d8aa9efe6
b40591ea380eced5360cc9f30e55a766f3a66585
/qunaer/App/src/main/java/com/iflytek/aiui/AIUIEvent.java
80bbdc1234003787f2b2c2d75e493597eef18d3d
[]
no_license
PoseidonMRT/UserfulCodeResource
08935f4155ac7567fc279300a03f80337f9a5516
040dacc22c236fde06f650c46c5cfeb8d52171c0
refs/heads/master
2022-10-09T13:00:48.616694
2019-04-19T02:42:45
2019-04-19T02:42:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
651
java
package com.iflytek.aiui; import android.os.Bundle; public final class AIUIEvent implements Cloneable { public int arg1; public int arg2; public Bundle data; public int eventType; public String info; public AIUIEvent(int i, int i2, int i3, String str, Bundle bundle) { this.eventType =...
[ "1044176601@qq.com" ]
1044176601@qq.com
ad01e20155de0e1fb1d6f94f08ea0e8fae618c41
6d6463ec34aaf362d191ae88f351e236492751b2
/app/src/main/java/com/cretin/www/caipu/eventbus/NotifyRegisterOrLoginSuccess.java
c0f9e54fbde7704fa5f6e96306c71089139ee84b
[]
no_license
MZCretin/Caipu1
7a360ad2f571b3ba4a707b58bced4693a52bd192
2402215fdf87dbadc5e171d24d30116e566bbe68
refs/heads/master
2021-01-22T19:31:08.070143
2017-03-21T13:36:14
2017-03-21T13:36:14
85,207,165
5
0
null
null
null
null
UTF-8
Java
false
false
129
java
package com.cretin.www.caipu.eventbus; /** * Created by cretin on 2017/1/5. */ public class NotifyRegisterOrLoginSuccess { }
[ "mxnzp_life@163.com" ]
mxnzp_life@163.com
f6f5378bf45238a40cb1147ac3afaf846fde8f1c
eab084584e34ec065cd115139c346180e651c1c2
/src/test/java/v1/t1200/T1282Test.java
c4f3d62b6ab1ac931a72f9a363ef126aff90f305
[]
no_license
zhouyuan93/leetcode
5396bd3a01ed0f127553e1e175bb1f725d1c7919
cc247bc990ad4d5aa802fc7a18a38dd46ed40a7b
refs/heads/master
2023-05-11T19:11:09.322348
2023-05-05T09:12:53
2023-05-05T09:12:53
197,735,845
0
0
null
2020-04-05T09:17:34
2019-07-19T08:38:17
Java
UTF-8
Java
false
false
460
java
package v1.t1200; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import java.util.List; import static org.junit.jupiter.api.Assertions.*; class T1282Test { T1282 t; @BeforeEach void setUp() { t = new T1282(); } @Test void test_1() { int[] groupS...
[ "492407250@qq.com" ]
492407250@qq.com
9ef5db4a2b02fa70921855c8f9187a104b4fdd6d
8d1014a3800ec0163bdbae78fc55a466fec64715
/workspace/shop/src/view/ReturnManagerView.java
1275fdbc466fb1c00072a2aeb45917f44de93d4d
[]
no_license
Geend/FHDWGojaShop
23c186a625b141a90f1599f8a24c34ad0c9676f8
1701caa7fa0e76d9b3ef77f2904d2f04bb77da65
refs/heads/master
2021-06-08T14:08:05.356702
2016-12-12T19:19:07
2016-12-12T19:19:07
72,030,711
1
0
null
null
null
null
UTF-8
Java
false
false
742
java
package view; import view.objects.*; import view.visitor.*; public interface ReturnManagerView extends Anything, AbstractViewRoot { public java.util.Vector<ArticleReturnView> getArticleReturn()throws ModelException; public void setArticleReturn(java.util.Vector<ArticleReturnView> newValue) throws ModelE...
[ "git@t-voltmer.net" ]
git@t-voltmer.net
076057e9dfcc8821a684e50ffc608bbe5952d296
39c49b324d0ee9a86229c4f310da9ad7971e9831
/src/main/java/level1/exercise/Array5.java
cf231e0b68b29a41b73fdec78137655446a94226
[]
no_license
zhwei5311/study
e3f9abc3aba5eedaf1e8ed6ae7e9db949e7e7b74
e7b4847684349d596f8d4c9b29d502c47607a13d
refs/heads/master
2022-07-09T09:54:57.948953
2022-06-21T12:55:11
2022-06-21T12:55:11
231,111,954
0
0
null
null
null
null
UTF-8
Java
false
false
458
java
package com.study.exercise; /** * 定义一个数组来存储10个学生的成绩{72,89,65,87,91,82,71,93,76,68},计算并输出学生的平均成绩。 */ public class Array5 { public static void main(String[] args) { int[] arr = new int[]{72, 89, 65, 87, 91, 82, 71, 93, 76, 68}; int sum = 0; for (int i = 0; i < arr.length; i++) { ...
[ "zhwei1228@qq.com" ]
zhwei1228@qq.com
1351f53d9748c51ae5ea80de9dcc0d794c5cfe3a
9bb4cf7e03f137506067062a25167357d577e5bb
/wirez-core/wirez-commons/wirez-client-common/src/main/java/org/wirez/core/client/validation/canvas/CanvasValidatorImpl.java
cc7c3048a510daf994a85c2cfc601d65f1e21168
[]
no_license
pefernan/wirez
78840906c36e4629167b0254e11d88756b948302
537a95790b274e48e0a2d5da86956495f85376c8
refs/heads/master
2021-01-14T14:23:09.756622
2016-08-30T09:26:33
2016-08-30T09:26:33
56,070,487
0
0
null
2016-04-12T14:31:17
2016-04-12T14:31:15
null
UTF-8
Java
false
false
4,439
java
package org.wirez.core.client.validation.canvas; import org.wirez.core.client.canvas.Canvas; import org.wirez.core.client.canvas.CanvasHandler; import org.wirez.core.client.shape.Shape; import org.wirez.core.client.util.ShapeStateUtils; import org.wirez.core.graph.Edge; import org.wirez.core.graph.Element; import org....
[ "roger600@gmail.com" ]
roger600@gmail.com
751fbf9c6484a773b6adfdc3ff8f0ec91d2ce958
319a371ab83c04a9a2466b0ec1e2a67b93fa7f2f
/zj-lzeh/src/main/java/com/apih5/mybatis/dao/ZjLzehProduceTaskPlanItemMapper.java
305175709aaaf987ae869ad2a2c359445045979e
[]
no_license
zhangrenyi666/apih5-2
0232faa65e2968551d55db47fb35f689e5a03996
afd9b7d574fab11410aab5e0465a0bd706bcf942
refs/heads/master
2023-08-01T13:11:51.678508
2021-09-10T05:52:34
2021-09-10T05:52:34
406,647,352
0
0
null
null
null
null
UTF-8
Java
false
false
1,031
java
package com.apih5.mybatis.dao; import java.util.List; import com.apih5.mybatis.pojo.ZjLzehProduceTaskPlanItem; import org.apache.ibatis.annotations.Param; public interface ZjLzehProduceTaskPlanItemMapper { int deleteByPrimaryKey(String key); int insert(ZjLzehProduceTaskPlanItem record); int insertSelect...
[ "2267843676@qq.com" ]
2267843676@qq.com
c461d474eb60403b46866a2bb1f70a41c656d3c0
aaac30301a5b18e8b930d9932a5e11d514924c7e
/framework/seckilldemo/src/main/java/me/maiz/project/highconcurrency/service/impl/ProductServiceImpl.java
c248313f972db86e6d5159af6a74dd5631f8e849
[]
no_license
stickgoal/trainning
9206e30fc0b17c817c5826a6e212ad25a3b9d8a6
58348f8a3d21e91cad54d0084078129e788ea1f4
refs/heads/master
2023-03-14T12:29:11.508957
2022-12-01T09:17:50
2022-12-01T09:17:50
91,793,279
1
0
null
2023-02-22T06:55:38
2017-05-19T10:06:01
JavaScript
UTF-8
Java
false
false
814
java
package me.maiz.project.highconcurrency.service.impl; import me.maiz.project.highconcurrency.model.Product; import me.maiz.project.highconcurrency.dao.ProductMapper; import me.maiz.project.highconcurrency.service.IProductService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springfram...
[ "stick.goal@163.com" ]
stick.goal@163.com
f78c695b26387ee5674b31e7c89ee5ac0e2dd9f2
0a6e41da01e43562e8a5ef6d227e10159fc253b3
/server/acceptpayment/src/main/java/com/spring/exception/BestPayException.java
42b3c287c9340f901fdd73ba3c5208552191883e
[]
no_license
chq347796066/base-interface
917914190be0b487929f38d2cce68f7e396c149e
356aabbdcf827c9a65083d17c3e7ade259801bfd
refs/heads/main
2023-02-26T13:53:26.205433
2021-02-08T10:24:36
2021-02-08T10:24:36
337,037,239
0
0
null
null
null
null
UTF-8
Java
false
false
412
java
package com.spring.exception; import com.spring.enums.BestPayResultEnum; /** * * @author null * @date 2017/2/23 */ public class BestPayException extends RuntimeException { private final Integer code; public BestPayException(BestPayResultEnum resultEnum) { super(resultEnum.getMsg()); code...
[ "chq347796066@126.com" ]
chq347796066@126.com
d5ec5ae2f2c7eb29a35d292bbf5990c1cf2d553a
3abd72fc6e25e11b444d472ee29ac9ef84603b73
/src/main/java/by/creepid/algorithms/basic/uf/UnionFindingFastUnion.java
7ba31816ee3823154d78b9a48c8d36a927ddd50a
[]
no_license
rusakovichma/algorithms-research
3cd0a69d85fdebc1e51dd819da9b9c9d137b65c1
74e43d6eb9e3cd9dcb99aa9ba9025afe13fb240a
refs/heads/master
2021-05-30T17:38:55.354474
2016-03-02T17:08:24
2016-03-02T17:08:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,342
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package by.creepid.algorithms.basic.uf; /** * * @author mirash * * Result structure - tree (id[] - forest trees, binding by parent links) NB: * faster than fast search algorithm fast() - best case: 1 appeal to id[]...
[ "mikhail.complete@gmail.com" ]
mikhail.complete@gmail.com
eaa9e52cd1c4bae3942edce899488e842139b594
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_2b358050f489a2235d90008583f559353e9a8c87/L/3_2b358050f489a2235d90008583f559353e9a8c87_L_s.java
93dca4ab98c6d54520b2bebb2fc4b289f245b712
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
4,688
java
/** * Copyright 2012 Alex Yanchenko * * 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...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
25c485dfa0f002f2f600844cbe511ed4ea8b9f46
27b052c54bcf922e1a85cad89c4a43adfca831ba
/src/android/support/v4/app/ActivityCompat.java
3adf2f7b46cc591d90bde5ed6c03e074f254704e
[]
no_license
dreadiscool/YikYak-Decompiled
7169fd91f589f917b994487045916c56a261a3e8
ebd9e9dd8dba0e657613c2c3b7036f7ecc3fc95d
refs/heads/master
2020-04-01T10:30:36.903680
2015-04-14T15:40:09
2015-04-14T15:40:09
33,902,809
3
0
null
null
null
null
UTF-8
Java
false
false
3,416
java
package android.support.v4.app; import android.app.Activity; import android.content.Intent; import android.os.Build.VERSION; import android.os.Bundle; import android.support.v4.content.ContextCompat; public class ActivityCompat extends ContextCompat { private static ActivityCompat21.SharedElementCallba...
[ "paras@protrafsolutions.com" ]
paras@protrafsolutions.com
95df78599aa963923a1b39f06206ed5c8dabd9aa
40df4983d86a3f691fc3f5ec6a8a54e813f7fe72
/app/src/main/java/com/tencent/stat/event/C1745j.java
7cd434d38c2a906c5168b59ff40b2af04d55f9f9
[]
no_license
hlwhsunshine/RootGeniusTrunAK
5c63599a939b24a94c6f083a0ee69694fac5a0da
1f94603a9165e8b02e4bc9651c3528b66c19be68
refs/heads/master
2020-04-11T12:25:21.389753
2018-12-24T10:09:15
2018-12-24T10:09:15
161,779,612
0
0
null
null
null
null
UTF-8
Java
false
false
1,330
java
package com.tencent.stat.event; import android.content.Context; import com.tencent.stat.NetworkManager; import com.tencent.stat.StatSpecifyReportedInfo; import com.tencent.stat.common.StatCommonHelper; import com.tencent.stat.common.Util; import org.json.JSONObject; /* renamed from: com.tencent.stat.event.j */ public...
[ "603820467@qq.com" ]
603820467@qq.com
d5a3c7f3436e2cef0375b81fb54bbc5d947cb179
c8b19d39165d506c5d455be4bd85a1d40abb2424
/src/main/java/edu/gzhu/its/humanism/web/HumanismController.java
c371333c71deb18956a4d363578a02ffd9143f17
[]
no_license
dinggz1982/DingDing-Tutoring-System
2b21be75cd77afadf70bc20b3f686cf940ea3f34
69c245c0e1e4de3dba3e7de33953383f4892d865
refs/heads/master
2022-07-23T09:40:11.128802
2019-11-27T18:28:45
2019-11-27T18:28:45
202,401,808
0
1
null
2022-06-29T17:34:40
2019-08-14T18:07:56
JavaScript
UTF-8
Java
false
false
782
java
package edu.gzhu.its.humanism.web; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; /** * 人文性知识图谱 入口 * <p>Title : HumanismController</p> * <p>Description : </p> * <p>Company : </p> ...
[ "dgz888@163.com" ]
dgz888@163.com
597f176f31c7e2e58dd1fd37da47a1bd98990460
b218169eb27975819fe771b226430ac0759af53c
/Star Ticket User/src/com/ignite/mm/ticketing/user/PromotionActivity.java
05bb71cbff2bba36235d4c265e167d7268624012
[]
no_license
ignitemyanmar/starticketandroid
23b40ba44040d1ea6bf238f980fc6261a3c666fa
69c8e2ed3172f9d08489bf68cc998ffcafb2d5f9
refs/heads/master
2021-06-12T18:39:09.390898
2017-02-27T10:32:05
2017-02-27T10:32:05
37,309,842
0
0
null
null
null
null
UTF-8
Java
false
false
3,293
java
package com.ignite.mm.ticketing.user; import java.util.ArrayList; import java.util.List; import retrofit.Callback; import retrofit.RetrofitError; import retrofit.client.Response; import android.app.ActionBar; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.s...
[ "suwaiphyo1985@gmail.com" ]
suwaiphyo1985@gmail.com
638b363499dc26c14c3021756a144dfc37b00aa4
23458bdfb7393433203985569e68bc1935a022d6
/NDC-GraphQL-Client/src/generated-sources/java/org/iata/oo/schema/AirShoppingRS/AgencyIDType.java
c9a1561bb5873d213ace8c74b5a08c721a780f77
[]
no_license
joelmorales/NDC
7c6baa333c0285b724e6356bd7ae808f1f74e7ec
ebddd30369ec74e078a2c9996da0402f9ac448a1
refs/heads/master
2021-06-30T02:49:12.522375
2019-06-13T14:55:05
2019-06-13T14:55:05
171,594,242
1
0
null
2020-10-13T12:03:33
2019-02-20T03:29:16
Java
UTF-8
Java
false
false
1,111
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // 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: 2019.03.05 at 04:34:4...
[ "joel.moralesmorales@hotmail.com" ]
joel.moralesmorales@hotmail.com
73b3ef7d9535cc88e75ef2a43a09d4a41845a44d
f2abd88aeb49c0bb58370354b1b06c02896f8190
/src/main/java/iq/kurd/com/exception/MsgException.java
903ad134ad3b4d2594126ed478e766a7cbe6f672
[]
no_license
jinkookjeong/KURD
3b865553175b2f79d25d484732027861d54f9154
a4f83a1602ea12e0df37f9e46e91f2719d54cf82
refs/heads/master
2020-04-09T04:54:27.655479
2018-12-04T11:57:48
2018-12-04T11:57:48
158,838,276
0
0
null
null
null
null
UTF-8
Java
false
false
372
java
package iq.kurd.com.exception; /** * 화면에 에러 메세지 전달용 * @author jwchoi * */ public class MsgException extends Exception { private static final long serialVersionUID = -3029187880941733652L; public MsgException(String msg){ super(msg); } public MsgException(String msg, Throwable cause){ su...
[ "user@user-PC" ]
user@user-PC
e92766da6e5fc10d81985ebeb312b312a3e337be
47e4d883a939b4b9961ba2a9387b1d4616bbc653
/src/org/sxb/mail/mock/MockFetchMailPro.java
b7138ff24c0e37013462cb4e186d21eb7b7271c0
[]
no_license
jeffson1985/sxb
196f5e4e29072bf060467f2f8cd312b76b2af124
addf8debad2449cf1bc5920c7fd7ea87ab0855f0
refs/heads/master
2020-05-29T16:56:44.582291
2015-09-09T01:18:04
2015-09-09T01:18:04
42,148,048
0
0
null
null
null
null
UTF-8
Java
false
false
7,025
java
package org.sxb.mail.mock; import java.util.ArrayList; import java.util.List; import javax.mail.internet.MimeMessage; import org.sxb.log.Logger; import org.sxb.mail.MailException; import org.sxb.mail.NotConnectedException; import org.sxb.mail.fetch.FetchMailPro; import org.sxb.mail.fetch.ReceivedMail; /** * FetchM...
[ "kevionsun@gmail.com" ]
kevionsun@gmail.com
de7ffbf8e8933fc8d8ad5cb4d0f1990912ee47c2
9f1768d88e343aab3c8a351ade5059e7a73af30c
/nfsdb-core/src/main/java/com/nfsdb/journal/column/SymbolTable.java
137d8c58631f1e8e75b048786feea7460dfcbda9
[]
no_license
gitter-badger/nfsdb
46bd260a176139684faf2c81e3a9d591de275f31
67b4cfb8bb39956e1238ee2eae1c58dcc83188c8
refs/heads/master
2021-01-18T00:01:48.128654
2014-12-10T16:14:33
2014-12-10T16:14:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,503
java
/* * Copyright (c) 2014-2015. Vlad Ilyushchenko * * 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 o...
[ "bluestreak@gmail.com" ]
bluestreak@gmail.com
ec32ebc3bc709603126661656dd8d4969248eb1b
1fc6412873e6b7f6df6c9333276cd4aa729c259f
/ThinkingInJava/src/com/thinking4/initialization/Mugs.java
d2f7ec4592fe26f9cf4e26324ee864311dc10c14
[]
no_license
youzhibicheng/ThinkingJava
dbe9bec5b17e46c5c781a98f90e883078ebbd996
5390a57100ae210dc57bea445750c50b0bfa8fc4
refs/heads/master
2021-01-01T05:29:01.183768
2016-05-10T01:07:58
2016-05-10T01:07:58
58,379,014
1
2
null
null
null
null
WINDOWS-1252
Java
false
false
936
java
package com.thinking4.initialization; //: initialization/Mugs.java // Java "Instance Initialization." import static com.thinking4.util.Print.*; // mug n. Á³£»±­×Ó£»¿à¶ÁÕß class Mug { Mug(int marker) { print("Mug(" + marker + ")"); } void f(int marker) { print("f(" + marker + ")"); } } ...
[ "youzhibicheng@163.com" ]
youzhibicheng@163.com
28e355df986db5f761734465c534f9ac806cc041
5e224ff6d555ee74e0fda6dfa9a645fb7de60989
/database/src/main/java/adila/db/zm1_infocus20m808i.java
d2bed4535ec67a74417b1bd5f7a250ec5cc7eae8
[ "MIT" ]
permissive
karim/adila
8b0b6ba56d83f3f29f6354a2964377e6197761c4
00f262f6d5352b9d535ae54a2023e4a807449faa
refs/heads/master
2021-01-18T22:52:51.508129
2016-11-13T13:08:04
2016-11-13T13:08:04
45,054,909
3
1
null
null
null
null
UTF-8
Java
false
false
218
java
// This file is automatically generated. package adila.db; /* * InFocus M808i * * DEVICE: ZM1 * MODEL: InFocus M808i */ final class zm1_infocus20m808i { public static final String DATA = "InFocus|M808i|"; }
[ "keldeeb@gmail.com" ]
keldeeb@gmail.com