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
1d9a2e3fe0df4aa2c6706a4ce1c2105da5d3174d
4e1c86f91f38bc039b2d6fd605327824dd08c26d
/cz.mzk.recordmanager.server/src/test/java/cz/mzk/recordmanager/server/oai/dao/DedupRecordDAOTest.java
d231b2ed8d8005ea098f8a7b198d9ffc747818da
[]
no_license
paulusova/RecordManager2
78df7dfe35ca119162212664fe392fcc84559610
827edbdd34565c739461770070a42426ff0dd5a8
refs/heads/master
2021-01-21T02:21:45.085793
2015-11-04T08:51:42
2015-11-04T08:51:42
45,531,874
0
0
null
2015-11-04T10:32:14
2015-11-04T10:32:14
null
UTF-8
Java
false
false
470
java
package cz.mzk.recordmanager.server.oai.dao; import org.springframework.beans.factory.annotation.Autowired; import org.testng.annotations.Test; import cz.mzk.recordmanager.server.AbstractTest; import cz.mzk.recordmanager.server.model.DedupRecord; public class DedupRecordDAOTest extends AbstractTest { @Autowired p...
[ "xrosecky@gmail.com" ]
xrosecky@gmail.com
efcb2c088d63a79d5be395a47790784b2dc63853
7bb07f40c5a62e300ae4e83bf789e5aa1f1b70f7
/core/tags/1.5.1/1.3.1/src/com/vividsolutions/jump/workbench/ui/plugin/analysis/SpatialJoinPlugIn.java
d097a22ecd268f313069d1f89d7b924ea69f93a2
[]
no_license
abcijkxyz/jump-pilot
a193ebf9cfb3f082a467c0cfbe0858d4e249d420
3b6989a88e5c8e00cd55c3148f00a7bf747574c7
refs/heads/master
2022-12-18T15:22:44.594948
2020-09-23T10:46:11
2020-09-23T10:46:11
297,995,218
0
0
null
2020-09-23T15:27:25
2020-09-23T14:23:54
null
UTF-8
Java
false
false
7,808
java
/* * The Unified Mapping Platform (JUMP) is an extensible, interactive GUI * for visualizing and manipulating spatial features with geometry and attributes. * * Copyright (C) 2003 Vivid Solutions * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pub...
[ "edso@d6f7b87f-2e33-0410-8384-f77abc8d64da" ]
edso@d6f7b87f-2e33-0410-8384-f77abc8d64da
32a2e1b9ea3d78556555e5c302983d8bc23fc62c
ebce1f3728823245d94b6a06e66a9c4e37801e7e
/src/main/java/com/scheible/es2020parser/util/JavaScriptTransformer.java
ba1b531ba36ce065acdff34fec3bc1d9b8c51f3a
[ "MIT" ]
permissive
janScheible/javascript-es2020-parser
268246f54fbc810be5517456d3d6d11f4e1b9263
7c2435eee07c9bb277eed5779abad71d69e588aa
refs/heads/master
2022-05-28T17:04:45.051354
2022-05-16T19:09:13
2022-05-16T19:09:13
250,891,067
0
0
MIT
2020-10-13T20:43:50
2020-03-28T20:51:48
ANTLR
UTF-8
Java
false
false
2,493
java
package com.scheible.es2020parser.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import static java.nio.charset.StandardCharsets.UTF_8; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.Li...
[ "janScheible@users.noreply.github.com" ]
janScheible@users.noreply.github.com
5bbfc335ef0f826c96b95a6cbaff746dafb04f8a
de05085d86345bd3e1dc399cefbf714cfefca971
/src/priv/wzb/design_pattern/structural_pattern/bridgepattern/classic/ConcreteImplementor.java
20850973d62f00113c7d17b5d4e4bb24865027ea
[]
no_license
luoziling/Design_Pattern
97e432690cb54d32bb1645a96c2c4b2c81ae2dcf
a74d46be514aafd4a1ec9308e9aec3b108f441af
refs/heads/master
2022-08-09T04:55:35.275356
2021-12-22T09:31:06
2021-12-22T09:31:06
207,322,291
3
0
null
2022-07-15T21:10:05
2019-09-09T13:58:21
Java
UTF-8
Java
false
false
296
java
package priv.wzb.design_pattern.structural_pattern.bridgepattern.classic; /** * @author Satsuki * @time 2019/8/13 17:49 * @description: */ public class ConcreteImplementor implements Implementor { @Override public void operationImpl() { //具体业务方法的实现 } }
[ "767218875@qq.com" ]
767218875@qq.com
9181e5ce2c9549cfd70521a8214f3a2fb0058371
06d25e014eaaec5efc7ec058565f28945f851d3e
/nfsdb-examples/src/main/java/org/nfsdb/examples/reporting/DailyPriceAverageExample.java
a64534fc0418ddb2754ab4b2b12be249e377acaf
[]
no_license
gubanov/nfsdb
b8788c49e2b95c2b83fe698ad0f705dc991fde47
8d4010f04eb822d2b0ebc46ba3118b2b00f5c992
refs/heads/master
2021-01-15T16:46:45.775581
2015-09-06T21:29:56
2015-09-06T21:29:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,526
java
/******************************************************************************* * _ _ ___ ___ _ _ * | \| | __/ __| __| | |__ * | .` | _|\__ \/ _` | '_ \ * |_|\_|_| |___/\__,_|_.__/ * * Copyright (c) 2014-2015. The NFSdb project and its contributors. * * Licensed under the Apache License, Version 2....
[ "bluestreak@gmail.com" ]
bluestreak@gmail.com
102aece46fff7596dc2c210d765a3431be8bf94f
44c5ef884143b3f24ca616189edb40833a11ab0b
/src/main/java/WebApp/servlet/StaticServlet.java
7255923d25957a8d099d056b9c921842752d8313
[]
no_license
shahsevil/sevil_homework
1e0a2e140e1c4038298790b617bc1d8a4a5bc198
383c65769fc4b327c6f2e59d9f27a5663dc310c2
refs/heads/master
2023-06-23T22:37:41.955528
2020-04-20T09:26:28
2020-04-20T09:26:28
239,511,669
0
0
null
2023-06-13T22:55:19
2020-02-10T12:55:09
Java
UTF-8
Java
false
false
895
java
package WebApp.servlet; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.OutputStream; import java.nio.file.Files; import java.nio.file.Path; import java....
[ "you@example.com" ]
you@example.com
10df3121a12ca9cc011cf1fdf6c496c6ef02b7c7
7791973ca350994b734557803f91a3fd47ea1c02
/Arrays/ProductSubarray.java
9e42f12382f0c86033339c9350398c1fba8fb4cf
[]
no_license
gupta29470/Practice
4713ae02a5ab84c6783d711d53df227d9060604a
81676b21fbf0191f8ded836d19f0c280b4bda1cd
refs/heads/master
2023-07-03T15:52:49.832892
2021-08-17T08:49:05
2021-08-17T08:49:05
357,317,997
0
0
null
null
null
null
UTF-8
Java
false
false
3,130
java
import java.io.*; class ProductSubarray { // Utility functions to get minimum of two integers static int min(int x, int y) { return x < y ? x : y; } // Utility functions to get maximum of two integers static int max(int x, int y) { return x > y ? x : y; } /* Returns the p...
[ "gupta29470@gmail.com" ]
gupta29470@gmail.com
6a6832a8a81768256efb72ce602f5cbc5a3ad212
83e81c25b1f74f88ed0f723afc5d3f83e7d05da8
/services/core/java/com/android/server/pm/PackageVerificationResponse.java
a9aef6da6d4de34fe1634a84c15b073ac9239dc5
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
Ankits-lab/frameworks_base
8a63f39a79965c87a84e80550926327dcafb40b7
150a9240e5a11cd5ebc9bb0832ce30e9c23f376a
refs/heads/main
2023-02-06T03:57:44.893590
2020-11-14T09:13:40
2020-11-14T09:13:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
921
java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
[ "keneankit01@gmail.com" ]
keneankit01@gmail.com
d0caa16fe88843a7ac4995994babe1fc37652516
2290a47fbbdef8cb893f8477e3230ec5a0cb225c
/src/test/java/de/javagl/common/ui/closeable/test/CloseablePanelTest.java
23875be8cd334a14665c248538f81a049330bc10
[ "MIT" ]
permissive
javagl/CommonUI
06bf903939eac2beee0a0e2a875c94117c617329
d19fd1858877b9a6979839e57b82e0d806455553
refs/heads/master
2022-11-30T14:08:38.715230
2022-11-26T14:33:09
2022-11-26T14:33:09
46,824,622
2
1
null
null
null
null
UTF-8
Java
false
false
2,035
java
package de.javagl.common.ui.closeable.test; import java.awt.Color; import java.awt.Component; import java.awt.GridLayout; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.SwingUtilities; import de.javagl.common.ui.closeable.CloseCallback; import de.javag...
[ "javagl@javagl.de" ]
javagl@javagl.de
17fb77c5603f4aa5ccf830ef1e9b1baff2556ba5
4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849
/aliyun-java-sdk-cloudcallcenter/src/main/java/com/aliyuncs/cloudcallcenter/model/v20170705/QueryNumber400ListResponse.java
a9233b87c10957d413a2b343725e2e02a730b2b9
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-java-sdk
a263fa08e261f12d45586d1b3ad8a6609bba0e91
e19239808ad2298d32dda77db29a6d809e4f7add
refs/heads/master
2023-09-03T12:28:09.765286
2023-09-01T09:03:00
2023-09-01T09:03:00
39,555,898
1,542
1,317
NOASSERTION
2023-09-14T07:27:05
2015-07-23T08:41:13
Java
UTF-8
Java
false
false
2,951
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
4c614de65a4ad762764b2a281e20f6636d405548
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/ui/conversation/a/e.java
5fd26afb07b5265633c1fdfacffa2f233e38fcbe
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,884
java
package com.tencent.mm.ui.conversation.a; import android.content.Context; import com.facebook.appevents.AppEventsConstants; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.model.a.f; import com.tencent.mm.model.a.g; import com.tencent.mm.model.aw; import com.tencent.mm.model.b.b.b; import com...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
bc615f6c500a34467c42d7b708b9c00045e6fcef
5741045375dcbbafcf7288d65a11c44de2e56484
/reddit-decompilada/com/reddit/frontpage/ui/detail/BaseDetailScreen$$Lambda$17.java
45df3e1b0b4d2f4c85e8b921c7863530ed65d207
[]
no_license
miarevalo10/ReporteReddit
18dd19bcec46c42ff933bb330ba65280615c281c
a0db5538e85e9a081bf268cb1590f0eeb113ed77
refs/heads/master
2020-03-16T17:42:34.840154
2018-05-11T10:16:04
2018-05-11T10:16:04
132,843,706
0
0
null
null
null
null
UTF-8
Java
false
false
2,095
java
package com.reddit.frontpage.ui.detail; import android.support.v7.widget.RecyclerView.ViewHolder; import android.view.View; import android.view.View.OnClickListener; import com.reddit.datalibrary.frontpage.data.provider.CommentsProvider; import com.reddit.frontpage.ui.detail.comments.ReplyableTreeNode; final /* synth...
[ "mi.arevalo10@uniandes.edu.co" ]
mi.arevalo10@uniandes.edu.co
840cdb4f8cf787b321da09ac35cc6bca07903fd5
56319e53f4155b0f0ae4ab249b1d3249fc8ddd98
/apache-tomcat-8.0.39/converted/org/apache/tomcat/util/http/MainForTestRequestUtil_testNormalize20.java
97565507554143c4a0295bd89d0d8ad5d58ed557
[]
no_license
SnowOnion/J2mConvertedTestcases
2f904e2f2754f859f6125f248d3672eb1a70abd1
e74b0e4c08f12e5effeeb8581670156ace42640a
refs/heads/master
2021-01-11T19:01:42.207334
2017-01-19T12:22:22
2017-01-19T12:22:22
79,295,183
1
0
null
null
null
null
UTF-8
Java
false
false
409
java
package org.apache.tomcat.util.http; import org.apache.tomcat.util.http.TestRequestUtil; public class MainForTestRequestUtil_testNormalize20 { public static void main(String[] args) { try { TestRequestUtil objTestRequestUtil = new TestRequestUtil(); objTestRequestUtil.testNormalize...
[ "snowonionlee@gmail.com" ]
snowonionlee@gmail.com
b5ea5403547619dd16b46d3ee256c2138886980b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/1/1_d4ced07d6cccab769714daa37772892e8c5044e0/ResourceDescriptorImpl/1_d4ced07d6cccab769714daa37772892e8c5044e0_ResourceDescriptorImpl_t.java
a41cd9d5bd3d1aea5acd712a44b45080306df93f
[]
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
2,441
java
/******************************************************************************* * Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
347521620ddf6f0dd96d43fe6c8b4a4e4e31dbbc
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.browser-base/sources/defpackage/Kw1.java
07a17bd957417da09986c34dc3cc3114777fbb5a
[]
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
3,584
java
package defpackage; import android.content.Intent; import android.text.TextUtils; import java.util.List; import java.util.Map; import org.chromium.chrome.browser.ShortcutHelper; /* renamed from: Kw1 reason: default package */ /* compiled from: chromium-OculusBrowser.apk-stable-281887347 */ public abstract class Kw1 ...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
da167e996eb5c66e405ec7ea5df576be42e4d0a0
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/21/21_6e10ce3441f2b64afa72b1d730984c00a9fdc60c/TableModel/21_6e10ce3441f2b64afa72b1d730984c00a9fdc60c_TableModel_t.java
d347ee027d4ccd33b7b2462041f89e64f23f4689
[]
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
1,265
java
package scenegraph; import java.io.File; import java.io.IOException; import javax.media.opengl.GL; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLException; import com.sun.opengl.cg.CgGL; import com.sun.opengl.util.texture.Texture; import com.sun.opengl.util.texture.TextureIO; p...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
592908cb37025fd48b9ff9a561fb8bbecc4a26e7
10294e36832e897be5205024d429dcee7914d092
/impala/impala-core/src/org/impalaframework/config/LocationModificationStateHolder.java
231414fe338c36456b7b70c4144620b2d328d7d4
[]
no_license
realtimedespatch/impala
8c9241b038e3c0b57eabc0dbaadfbc48647fed08
85c05dbffa47efec6d95ee8565245497d95ffb2e
refs/heads/master
2022-05-16T08:29:22.430871
2022-03-21T16:35:56
2022-03-21T16:35:56
48,985,384
2
2
null
2016-01-04T08:54:47
2016-01-04T08:54:46
null
UTF-8
Java
false
false
3,193
java
/* * Copyright 2007-2010 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 applica...
[ "philzoio@realsolve.co.uk" ]
philzoio@realsolve.co.uk
031995b50c07563f76a2a299c6da695c03d9e043
a741d82fb5ee0203161455353587ffcc902ef351
/aylson-admin/src/main/java/com/aylson/dc/partner/controller/CouponApplyController.java
9ef0283254e826bb261d2474c820e6181fb3afd6
[]
no_license
xiaofeifei321/aylson-parent
b48121272d5e92a1acc4b671ab7af63aa6c06b0b
3749a0f1ef45851b4aa513b324ef23a04e4421d3
refs/heads/master
2022-12-23T20:15:51.598455
2019-08-29T11:30:13
2019-08-29T11:30:13
204,696,341
0
0
null
null
null
null
UTF-8
Java
false
false
3,002
java
package com.aylson.dc.partner.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.spri...
[ "874189630@qq.com" ]
874189630@qq.com
176bcfce2b6ed4c0fd03b72e033aca88b8635672
447520f40e82a060368a0802a391697bc00be96f
/apks/malware/app81/source/com/tencent/android/tpush/service/channel/b/i.java
b978dbe1e83ecc680805c754bf4eb32a1e25b784
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
1,242
java
package com.tencent.android.tpush.service.channel.b; public abstract class i extends f { protected short d; protected int e; protected long f; protected long g; protected short h; protected short i; protected short k; protected short l; protected short m; protected byte[] n = new byte[0]; st...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
4e188c3b01bbf1a5085c5dfdec00066b9cb40320
ef8f74b2e9437cf61c8f9b8de8a422d2a0b7f507
/src/main/java/com/wojciech/gaudnik/spock_test/SpockTestApplication.java
8f5054c460dc7d789a84ca744c157c5414f850ab
[]
no_license
wojciechGaudnik/spock_test
4eabe0d69a4e72a227596dcb542cd96de3fb0d89
6e6556333a7a73024cc7933dc56b18d2f4ef07a6
refs/heads/master
2022-12-23T12:47:24.617269
2020-10-04T20:24:37
2020-10-04T20:24:37
294,956,109
0
0
null
null
null
null
UTF-8
Java
false
false
405
java
package com.wojciech.gaudnik.spock_test; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cache.annotation.EnableCaching; @SpringBootApplication @EnableCaching public class SpockTestApplication { public static void ma...
[ "wojciech.gaudnik@gmail.com" ]
wojciech.gaudnik@gmail.com
83ae45be4487a31c768f9268874278772f1d4037
71505060050f0a9f4e6478e1755280c2bbaccac9
/greenLight/src/main/java/com/suidifu/mq/producer/simple/SimpleTopicProducer.java
17b8c301d39a1e5e9b547522e3466743bad966c6
[]
no_license
soldiers1989/comsui
1f73003e7345946ef51af7d73ee3da593f6151ed
6f5c8a28fb1f58e0afc979a1dd5f2e43cbfa09cc
refs/heads/master
2020-03-27T19:25:33.560060
2018-07-06T06:21:05
2018-07-06T06:21:05
146,988,141
0
1
null
2018-09-01T10:11:31
2018-09-01T10:11:31
null
UTF-8
Java
false
false
548
java
package com.suidifu.mq.producer.simple; import java.util.List; import com.suidifu.mq.config.RabbitMqQueueConfig; import com.suidifu.mq.producer.producerworker.TopicProducer; /** * 例serviceName=table1.*,table2.*|table2.*,table4.*会产生2个队列, * topicProducer.rpc().routingKey("table2.update").sendAsync..会同时往2个队列发数据 * ...
[ "mwf5310@163.com" ]
mwf5310@163.com
4c035cc5db27b9686480c65d46d4dccfa11e277d
33185a0983c7cd0f80e577bdb042fe05465863d0
/src/main/java/uk/ac/ebi/jmzidml/model/mzidml/SpecificityRules.java
23a42a6f691c3de3df4f0b7ec27b0a477de73e5b
[]
no_license
PRIDE-Utilities/jmzIdentML
6f0fe5a80b720296761d8e90d12a69894ccc69cd
1a54a8184b6c7d55edd9ecaf0fc332dd9921a1a3
refs/heads/master
2022-09-13T02:19:09.523338
2022-08-26T15:52:10
2022-08-26T15:52:10
42,942,761
4
6
null
2022-08-26T15:52:11
2015-09-22T15:29:46
Java
UTF-8
Java
false
false
2,385
java
package uk.ac.ebi.jmzidml.model.mzidml; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import uk.ac...
[ "ypriverol@gmail.com" ]
ypriverol@gmail.com
795e13f2041ffa6de833717b00fa38d699fa60bf
fde1dd452fef4a08fbdb097dce90878b3f92f611
/src/mc/alk/arena/util/PermissionsUtil.java
7ae52b7472e4af54d93ecc383d73024ab6d97d5a
[]
no_license
ToxicDeath/BattleArena
3b1e25ffabbc7586449fd2a9f850acc35d22f766
03050fc2d1136b63998284c9a3eac9012763ee43
refs/heads/master
2021-01-18T09:33:10.408239
2012-10-22T16:11:10
2012-10-22T16:11:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,824
java
package mc.alk.arena.util; import mc.alk.arena.BattleArena; import mc.alk.arena.Defaults; import mc.alk.arena.objects.ArenaPlayer; import org.bukkit.entity.Player; public class PermissionsUtil { static final int ticks = 2; public static void givePlayerInventoryPerms(ArenaPlayer p){ givePlayerInventoryPerms(p.get...
[ "alkarin.v@gmail.com" ]
alkarin.v@gmail.com
7b9fa8ca1f2e369c0bf058695003af211c9e3a3e
559ea64c50ae629202d0a9a55e9a3d87e9ef2072
/com/ifoer/expedition/BluetoothOrder/StatisticHelper.java
c953b67ede41a83f397b25c8c09617ddbb3dce3c
[]
no_license
CrazyWolf2014/VehicleBus
07872bf3ab60756e956c75a2b9d8f71cd84e2bc9
450150fc3f4c7d5d7230e8012786e426f3ff1149
refs/heads/master
2021-01-03T07:59:26.796624
2016-06-10T22:04:02
2016-06-10T22:04:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
997
java
package com.ifoer.expedition.BluetoothOrder; public class StatisticHelper { int bytesPerSecond; int deltaBytes; long deltaTimeInMillis; int restTimeInSeconds; public void calcResults(long restBytes, int deltaBytes, long startTime, long endTime) { this.deltaTimeInMillis = endTime - startTim...
[ "ahhmedd16@hotmail.com" ]
ahhmedd16@hotmail.com
345258e1d46b9ddc27bcf16fae32160c290d7269
4480db5f737c02ab52f72a8c1acd9180afd624ee
/net/minecraft/server/NetworkMasterThread.java
b937979bbfe7af4a04932ca95e4b593a3b453d0c
[]
no_license
CollinJ/mc-dev
61850bb8ae68e57b5bef35f847ba5979ce2b66df
3dcb2867b9995dba1f06ec51ffaa31c2f61ee5c1
refs/heads/master
2020-12-25T07:16:56.461543
2011-01-27T03:20:05
2011-01-27T03:20:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
803
java
package net.minecraft.server; class NetworkMasterThread extends Thread { final NetworkManager a; /* synthetic field */ NetworkMasterThread(NetworkManager networkmanager) { super(); a = networkmanager; } public void run() { try { Thread.sleep(5000L); if...
[ "erikbroes@grum.nl" ]
erikbroes@grum.nl
9839d857d4f9d931dbf47c3190d990a441d031f1
96083219d9ec1a9963e5b134ba080f726119b65f
/src/android/media/AudioPatch.java
51da9437953f6eadc2701feefa977b1ef5aee42b
[]
no_license
rajatgupta1998/packages_apps_MusicFX
484d91e01b1a9d2107c4664889ada957430a3607
914cb57a93b5811dd84349d55228aed7beb2bfbe
refs/heads/master
2020-04-22T00:14:16.192475
2019-02-22T17:23:18
2019-02-22T17:23:18
169,972,135
0
0
null
null
null
null
UTF-8
Java
false
false
2,429
java
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "azaidi@live.nl" ]
azaidi@live.nl
319a0b53686a141a24990086c6e421987c7c884b
f3e6a4e6010f76be40e80fa18392ec004507f9f7
/bojha/test/ht/MeMomTest.java
f8530a0e70d7875a024cdfa2f6de4ee7a4a66779
[]
no_license
Fawzy1/allgo
be1008e003e39e32a6f76e3c5fb145c16e6a6fec
3516e52541884f767dc590e3544f1e5291b25d5e
refs/heads/master
2021-01-19T23:24:48.757555
2016-03-08T16:55:21
2016-03-08T16:55:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,117
java
package ht; import org.junit.Assert; import org.junit.Test; public class MeMomTest { @Test public void testSeating() { MeMom me = new MeMom(); MeMom.Bus bus = me.new Bus(new String[]{"3 2","1","2","1 2"}); bus.process(); Assert.assertNotNull(bus); bus.printOccupancy(); ...
[ "debmalya.jash@gmail.com" ]
debmalya.jash@gmail.com
947e4f4516585e3e39864f7a69959ae95dada54b
c54062a41a990c192c3eadbb9807e9132530de23
/solutions/lambdacomparator/src/main/java/lambdacomparator/cloud/Clouds.java
bc2bac79b2280c209e38b184641c80b3f6d91bea
[]
no_license
Training360/strukturavalto-java-public
0d76a9dedd7f0a0a435961229a64023931ec43c7
82d9b3c54437dd7c74284f06f9a6647ec62796e3
refs/heads/master
2022-07-27T15:07:57.915484
2021-12-01T08:57:06
2021-12-01T08:57:06
306,286,820
13
115
null
null
null
null
UTF-8
Java
false
false
939
java
package lambdacomparator.cloud; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; public class Clouds { public CloudStorage alphabeticallyFirst(List<CloudStorage> storages) { return Collections.min(storages, Comparator.comparing(CloudStorage::ge...
[ "viczian.istvan@gmail.com" ]
viczian.istvan@gmail.com
39f4cbf3c9c4f9fb1a84e7da57be25df6a81b311
42e94aa09fe8d979f77449e08c67fa7175a3e6eb
/src/net/s7.java
58f981ee697fda1461db5a4be21e63667940442f
[ "Unlicense" ]
permissive
HausemasterIssue/novoline
6fa90b89d5ebf6b7ae8f1d1404a80a057593ea91
9146c4add3aa518d9aa40560158e50be1b076cf0
refs/heads/main
2023-09-05T00:20:17.943347
2021-11-26T02:35:25
2021-11-26T02:35:25
432,312,803
1
0
Unlicense
2021-11-26T22:12:46
2021-11-26T22:12:45
null
UTF-8
Java
false
false
1,187
java
package net; import com.google.gson.JsonElement; import net.aK7; import net.aRY; import net.aRp; import net.acE; import viaversion.viaversion.api.PacketWrapper; import viaversion.viaversion.api.Via; import viaversion.viaversion.api.remapper.PacketHandler; import viaversion.viaversion.api.type.Type; import viaversion.v...
[ "91408199+jeremypelletier@users.noreply.github.com" ]
91408199+jeremypelletier@users.noreply.github.com
c0425ef733e2af96c9702ef78c621b95a6c9e0eb
e65bd894902324fd9d3ce076aee7db9519d160f9
/commons/business-commons/src/main/java/xyz/yhhu/financial/exception/BusinessException.java
96786a05ec2b0640f374c1185542fdebdca5dc4d
[]
no_license
yhuihu/financial
7128e6ad5577d18990735c2f4dc4825992800299
80d7939322f06f4fb7a37fc3bb65f81d625807bf
refs/heads/master
2022-12-20T00:34:54.755099
2020-09-12T03:31:57
2020-09-12T03:31:57
291,265,682
0
0
null
null
null
null
UTF-8
Java
false
false
589
java
package xyz.yhhu.financial.exception; /** * @author Tiger * @date 2020-06-17 * @see xyz.yhhu.financial.exception **/ public class BusinessException extends RuntimeException { private static final long serialVersionUID = -5691472265585910797L; private Integer code; public Integer getCode() { re...
[ "35516186+yhuihu@users.noreply.github.com" ]
35516186+yhuihu@users.noreply.github.com
a9b9cc6c39a6022001075c28837b72032e18cf1c
6c75bc3f0b09f3d01765f973020b0b2a5af35deb
/sdk_framework/src/main/java/com/enjoy/sdk/framework/view/dialog/BounceEnter/BounceRightEnter.java
a910ca180ed4dfcf3347c1f5991d05f399a91369
[]
no_license
luckkiss/enjoySDK
40d15593b2e31fedcdb7ca18e58381469bbc1037
7ccd4bd4a13ecf7a4376ebe0dc0ef41c7ee67c81
refs/heads/main
2023-08-31T12:34:59.553328
2021-11-08T10:28:00
2021-11-08T10:28:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
636
java
package com.enjoy.sdk.framework.view.dialog.BounceEnter; import android.animation.ObjectAnimator; import android.util.DisplayMetrics; import android.view.View; import com.enjoy.sdk.framework.view.dialog.animation.BaseAnimatorSet; public class BounceRightEnter extends BaseAnimatorSet { public BounceRightEnter() { ...
[ "1628103949@qq.com" ]
1628103949@qq.com
5b84702c5173da3e2e8de2c8525733c55777498c
8f85fedb1f052b2eeb960387f65915350ba75830
/net.certware.argument.aml/src/net/certware/argument/aml/QuestionRelationships.java
eec75c0135eb3067e8c3de71ce07308c300decf7
[ "Apache-2.0" ]
permissive
mrbcuda/CertWare
bc3dd18ff803978d84143c26bfc7e3f74bd0c6aa
67ff7f9dc00a2298bfcb574e2acf056f7b7786b2
refs/heads/master
2021-01-17T21:26:34.643174
2013-08-06T22:01:30
2013-08-06T22:01:30
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
2,049
java
/** * AML metamodel copyright © 2000-2005 SRI International. * Implementation into plugin copyright © 2010-2011 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved. * */ package net.certware.argument.aml; import org.eclipse.em...
[ "mrbarry@kestreltechnology.com" ]
mrbarry@kestreltechnology.com
a6d924643ec0610c0bc21b2a558c9a27fa70010a
77736eef58a2a105ffcd15d30e9beb81226f6398
/array_study/array_study/ArrayTest.java
70237b39bab2db80fc57440ad5461e3640fd1feb
[]
no_license
apaqi/javabase_wpx
e6a1d07a17ef52d081b7060e4aac144ed899ff44
e1c7c129d214968ce919812d3deabd38c98775dd
refs/heads/master
2020-03-18T20:31:37.422651
2018-05-29T00:31:22
2018-05-29T00:31:22
135,221,454
0
0
null
null
null
null
GB18030
Java
false
false
530
java
package array_study; import java.util.Arrays; public class ArrayTest { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int[][] array2 = new int[1][]; System.out.println("Result:"+Arrays.deepToString(array2)); //方式一:申明数组 int[] a = new int[3]; ...
[ "wangpeixuan00@126.com" ]
wangpeixuan00@126.com
fec695ba4883d7a867c9ed841c9a50de9be6bc4e
0108eebefe99ad22beb5e267ea2515f2523203f2
/app/src/main/java/com/sanwenyu/stemplate/ui/zone/bean/User.java
2c315ce4e5dedeb1f5eadf13ced4c38275465a90
[]
no_license
sanwenyulm/STemplate
5439164236600e73db8e53fa517aa2516e8f3b58
4217233dd9ef80ef0e29fed5607c5363ee7d468f
refs/heads/master
2022-04-01T12:33:43.189389
2020-01-28T12:55:29
2020-01-28T12:55:29
236,731,108
0
0
null
null
null
null
UTF-8
Java
false
false
1,662
java
package com.sanwenyu.stemplate.ui.zone.bean; import android.os.Parcel; import android.os.Parcelable; /** * des:发说说者实体类 * Created by xsf * on 2016.07.11:11 */ public class User implements Parcelable { private String id; private String name; private String headUrl; private boolean isOpen=false; public User(Str...
[ "you@example.com" ]
you@example.com
1a71c481c3131e1226d46c5d6932c1b4cfceb2c4
77499ab233b7766e14fffac6ffa698e7cd8650a3
/OSATE-AADL2_projects/osate.tests/src/aadl2/tests/StructuralFeatureTest.java
050e6fc0a2033dd4b5a3feeea07c2e5950009659
[ "MIT" ]
permissive
carduswork/SmartFireAlarm
a15fb2857810742521c6976466f5fdea54143b8b
6085b3998d106cd030974f887ae1f428bdd5d3cd
refs/heads/master
2022-01-09T14:52:42.523976
2019-06-22T06:55:47
2019-06-22T06:55:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,368
java
/** */ package aadl2.tests; import aadl2.StructuralFeature; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Structural Feature</b></em>'. * <!-- end-user-doc --> * <p> * The following features are tested: * <ul> * <li>{@link aadl2.ClassifierFeature#getFeaturingClassifier() <em>Featu...
[ "renangreca@gmail.com" ]
renangreca@gmail.com
b6551aac9bacd260f7f43e6c62a67d365705e274
7c46a44f1930b7817fb6d26223a78785e1b4d779
/store/src/java/com/zimbra/cs/redolog/logger/LogWriter.java
4f339b93ae574b5421be733589730b53ec06ceb3
[]
no_license
Zimbra/zm-mailbox
20355a191c7174b1eb74461a6400b0329907fb02
8ef6538e789391813b65d3420097f43fbd2e2bf3
refs/heads/develop
2023-07-20T15:07:30.305312
2023-07-03T06:44:00
2023-07-06T10:09:53
85,609,847
67
128
null
2023-09-14T10:12:10
2017-03-20T18:07:01
Java
UTF-8
Java
false
false
4,219
java
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2013, 2014, 2016 Synacor, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Softw...
[ "shriram.vishwanathan@synacor.com" ]
shriram.vishwanathan@synacor.com
9623f3514b427835c8e2c0a4d192cb5fb688d7dd
34c3dbe64f7f09a68c72d1a1f191fe6a302c25cb
/August2019/capstone-project/suchana/suchana-api/src/main/java/com/vastika/training/capstone/suchanaapi/controllers/AuthorController.java
542c17b25b74a04a94e75cd316ea3b5d72a54677
[]
no_license
YogenRaii/fullstack-training
f3cced6e404f3a1777259d8d688647ae7f6921fd
7bc7872a88ef4990a39efc8073864e167bdf587c
refs/heads/master
2023-03-10T03:09:44.104238
2023-01-27T04:07:37
2023-01-27T04:07:37
196,441,398
1
3
null
2023-03-01T08:03:31
2019-07-11T17:50:11
Java
UTF-8
Java
false
false
3,900
java
package com.vastika.training.capstone.suchanaapi.controllers; import com.vastika.training.capstone.suchanaapi.exceptions.SuchanaDataException; import com.vastika.training.capstone.suchanaapi.models.Article; import com.vastika.training.capstone.suchanaapi.models.User; import com.vastika.training.capstone.suchanaapi.mod...
[ "yogen.rai.992@gmail.com" ]
yogen.rai.992@gmail.com
b7efda24f02f462e2f54b2490cf6bd3dc7c189b1
c1308d37420a6e1b71376208377bd983ef26b328
/src/main/java/cn/ncut/service/system/sequence/impl/SequenceServiceImpl.java
f506322bb7c68cedcf4d53c3f33be706f8d46def
[]
no_license
ncut-database-lab/dccm
ad830af13f1f99b43e4049f9286d6848a071a3cf
f8d5e523dee0363a735fe226a1e7d1c599504de5
refs/heads/master
2018-10-05T20:38:13.478844
2018-06-17T13:54:53
2018-06-17T13:54:53
117,047,610
1
1
null
2018-01-11T03:55:54
2018-01-11T03:55:54
null
UTF-8
Java
false
false
748
java
package cn.ncut.service.system.sequence.impl; import javax.annotation.Resource; import org.springframework.stereotype.Service; import cn.ncut.dao.DaoSupport; import cn.ncut.entity.Sequence; import cn.ncut.service.system.sequence.SequenceService; @Service("sequenceService") public class SequenceServiceImpl implemen...
[ "690074384@qq.com" ]
690074384@qq.com
a2f77a321ad3bcf3f326d2287608751e1d827aba
9bfd6349899f737a397ebba27b40986baf5f3d8d
/minitheatre-cdi/src/main/java/org/jboss/errai/demo/mobile/client/local/OrientationDetector.java
cb13e089a61f5becca6d648edbf19a5d968498aa
[]
no_license
csadilek/j1-demos
81c8089647e646406ec4efbf4e23038546107fa6
dc82a5a2476ff4f9a35959ab0ff874972677bd25
refs/heads/master
2021-01-19T12:31:06.305821
2013-05-29T15:35:00
2013-05-29T15:35:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,616
java
package org.jboss.errai.demo.mobile.client.local; import javax.enterprise.event.Event; import org.jboss.errai.demo.mobile.client.shared.OrientationEvent; public abstract class OrientationDetector { /** * Don't try to fire a CDI OrientationEvent event more than once every 250ms. * <p> * TODO we should rem...
[ "jfuerth@gmail.com" ]
jfuerth@gmail.com
032f73296a58b3555731cca130fc914de583dd32
167584594f25a20447694a038c902a368f8939a1
/ArrayChallenges/MaxValue/src/com/BryceLooyenga/MaxValue/MaxValue.java
be008668e901707001b90b3f3545178ecfdc29a1
[]
no_license
banthony79/JavaPracticeV2
3748406b7a73e3d993e33a121c6e0c5588f2ed79
ea76036b95c1cedf36c2e98a31cf19af06f5dfe3
refs/heads/master
2023-03-15T22:23:13.677691
2021-03-10T03:03:51
2021-03-10T03:03:51
328,844,720
0
0
null
null
null
null
UTF-8
Java
false
false
997
java
package com.BryceLooyenga.MaxValue; import java.util.Scanner; public class MaxValue { public static Scanner scanner = new Scanner(System.in); public static int[] getIntegers(int number) { int[] numArray = new int[number]; System.out.println("Please enter " + number + " numbers"); fo...
[ "blooyeng@gmail.com" ]
blooyeng@gmail.com
96c89a253a1cacbe20f9f6da48d691794529023c
970791c62e43177f15504d4a36a12f93cf336c72
/tutorial.src/extra/jdbc/basics/RetrieveWarnings.java
e2060228952bc3515cc15de2d9a21332c295340b
[]
no_license
ywendy/JavaLearn
ab36ed915d90e55c06d2dc63d8465ba5787794f8
208645e37b7b583131a61204f911e77c3282115a
refs/heads/master
2021-05-26T19:48:34.295026
2013-03-06T17:22:17
2013-03-06T17:22:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,057
java
package extra.jdbc.basics; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.SQLWarning; import java.sql.Statement; public class RetrieveWarnings { public static void main(String[] args) { Connection con = DriverManagerConnection.getConnection...
[ "jxfzywm@163.com" ]
jxfzywm@163.com
38723ea7a17cca70cdbcd0dbb66453754a527227
7caa31be4d8be2f8ebd15a02b9e212685d7d06e8
/src/main/java/org/trams/hello/bean/jpa/UserPsychologicalFileEntity.java
edceef8eaa549fda7518b180d98c6dd310f5ba2a
[]
no_license
minajsaaa/hello_counselor
60b6d14f8061dacfdffa44a09892a778a6f4c024
869460f8279025c97a39e98324a28191e957b006
refs/heads/master
2023-05-26T05:19:23.079457
2017-12-25T09:51:10
2017-12-25T09:51:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,366
java
/* * Created on 12 Apr 2017 ( Time 16:10:42 ) * Generated by Telosys Tools Generator ( version 2.1.1 ) */ // This Bean has a basic Primary Key (not composite) package org.trams.hello.bean.jpa; import java.io.Serializable; //import javax.validation.constraints.* ; //import org.hibernate.validator.constraints.* ; ...
[ "kennyphong2811@gmail.com" ]
kennyphong2811@gmail.com
9ab74ef5c220fb59237f2166f988c971359df4b7
ae5eb1a38b4d22c82dfd67c86db73592094edc4b
/project435/src/main/java/org/gradle/test/performance/largejavamultiproject/project435/p2175/Production43512.java
3c3255015e2c4f385a4d9ccd541a42e30d80fc3e
[]
no_license
big-guy/largeJavaMultiProject
405cc7f55301e1fd87cee5878a165ec5d4a071aa
1cd6a3f9c59e9b13dffa35ad27d911114f253c33
refs/heads/main
2023-03-17T10:59:53.226128
2021-03-04T01:01:39
2021-03-04T01:01:39
344,307,977
0
0
null
null
null
null
UTF-8
Java
false
false
1,971
java
package org.gradle.test.performance.largejavamultiproject.project435.p2175; public class Production43512 { private Production43503 property0; public Production43503 getProperty0() { return property0; } public void setProperty0(Production43503 value) { property0 = value; } pr...
[ "sterling.greene@gmail.com" ]
sterling.greene@gmail.com
0b8f42a15d0ba9b0a33db18cf41a74f12fd8b3cd
4ef431684e518b07288e8b8bdebbcfbe35f364e4
/fld/tas-tests/test-core/src/main/java/com/ca/apm/systemtest/fld/role/GeolocationLoadRole.java
7a067be7e0f9d07bc16b5658bb39e2a36e6cd2bc
[]
no_license
Sarojkswain/APMAutomation
a37c59aade283b079284cb0a8d3cbbf79f3480e3
15659ce9a0030c2e9e5b992040e05311fff713be
refs/heads/master
2020-03-30T00:43:23.925740
2018-09-27T23:42:04
2018-09-27T23:42:04
150,540,177
0
0
null
null
null
null
UTF-8
Java
false
false
6,476
java
package com.ca.apm.systemtest.fld.role; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import org.eclipse.aether.artifact.DefaultArtifact; import com.ca.apm.automation.action.flow.commandlin...
[ "sarojkswain@gmail.com" ]
sarojkswain@gmail.com
f83cf64325ed7c14f4d3ed35e9990f670b16d1ee
ca97a7318b16c29dfbe81ab621afd1718fa48ad1
/netty-rpc-demo/springboot-websocket/src/main/java/cn/v5cn/springboot/websocket/handler/SendToOneHandler.java
bd32397ca704aa657b7606f81e4a99fdf001db54
[]
no_license
zyw/springcloud-common
61994a9a91d0403098f4118ceaedf093afdc06e2
3c5dbe33844c1009e7ed625a93199effd21f1f20
refs/heads/master
2022-05-20T21:41:50.984381
2022-05-19T01:16:18
2022-05-19T01:16:18
200,951,573
1
2
null
2020-07-02T00:09:19
2019-08-07T01:47:37
Java
UTF-8
Java
false
false
1,222
java
package cn.v5cn.springboot.websocket.handler; import cn.v5cn.springboot.websocket.message.SendResponse; import cn.v5cn.springboot.websocket.message.SendToOneRequest; import cn.v5cn.springboot.websocket.message.SendToUserRequest; import cn.v5cn.springboot.websocket.util.WebSocketUtil; import org.springframework.stereot...
[ "zyw090111@163.com" ]
zyw090111@163.com
8efbba3a533dbac7b6efd47f4ad624e8cc29564a
de3eb812d5d91cbc5b81e852fc32e25e8dcca05f
/tags/3.0.0-r2079/CruxWidgets/src/br/com/sysmap/crux/widgets/client/dynatabs/Tab.java
e9fbee8e2cdda003025f84045fc37f3ecb79a969
[]
no_license
svn2github/crux-framework
7dd52a951587d4635112987301c88db23325c427
58bcb4821752b405a209cfc21fb83e3bf528727b
refs/heads/master
2016-09-06T13:33:41.975737
2015-01-22T08:03:25
2015-01-22T08:03:25
13,135,398
0
0
null
null
null
null
ISO-8859-2
Java
false
false
2,594
java
/* * Copyright 2009 Sysmap Solutions Software e Consultoria Ltda. * * 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 * * Unles...
[ "tr_bustamante@yahoo.com.br@a5d2bbaa-053c-11de-b17c-0f1ef23b492c" ]
tr_bustamante@yahoo.com.br@a5d2bbaa-053c-11de-b17c-0f1ef23b492c
edebea40ebb77eca3deb5713fbd47a458a63419d
c37d0d069fff859767d0f9a5fa9ca860e96d9339
/src/tools/android/java/com/google/devtools/build/android/desugar/langmodel/LangModelHelper.java
9d50b466c03b5ffb3b8f061d6c2cd49e13b560a5
[ "Apache-2.0" ]
permissive
Squadrick/bazel
e759241ce3de4038bc42303250237ac4ba8ad9e5
5a8219ada648bae84d9d342c3dff67a5b6b14be2
refs/heads/master
2020-11-28T12:44:35.135463
2019-12-23T19:25:39
2019-12-23T19:26:30
229,814,062
1
0
Apache-2.0
2019-12-23T19:50:40
2019-12-23T19:50:40
null
UTF-8
Java
false
false
5,136
java
/* * Copyright 2019 The Bazel Authors. 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 required by a...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
26023f5f643ef6476a47aac0cd1829a583ea87c6
8fd949df48f3c3226fea690132a7218b92a86869
/alex-admin/src/main/java/com/alex/alexadmin/mq/DemoQueueConsumer.java
25340373ae4a94daed1f4efcca580949ac0b19bc
[]
no_license
AlexhahahaDrag/kitty-learn
e555c09d1e3f4e2f477e339a7178820ba48fca25
e2581800412956d7990c213906b7746e10e06e1e
refs/heads/master
2022-02-20T04:30:16.085884
2019-12-15T08:52:35
2019-12-15T08:52:35
227,044,010
0
0
null
2022-02-09T22:21:01
2019-12-10T06:21:32
Java
UTF-8
Java
false
false
537
java
package com.alex.alexadmin.mq; import org.springframework.amqp.rabbit.annotation.RabbitHandler; import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.stereotype.Component; @Component @RabbitListener(queues = "demoQueue") public class DemoQueueConsumer { /** *消息消费 ...
[ "734663446@qq.com" ]
734663446@qq.com
3d9e8fcdbd03a153d0324e8f45d5f403631c1f50
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdasApi21_ReducedClassCount/applicationModule/src/test/java/applicationModulepackageJava1/Foo244Test.java
1ec0e07a6dbc6666aeb4b459d64573ceb13af38d
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package applicationModulepackageJava1; import org.junit.Test; public class Foo244Test { @Test public void testFoo0() { new Foo244().foo0(); } @Test public void testFoo1() { new Foo244().foo1(); } @Test public void testFoo2() { new Foo244().foo2(); } @Test public void testFoo3() { ...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
6409e12b1c53625bef82178c151e3d1a1fd9c720
04d13742c89a404661cdac8bdb93a2e7225661aa
/api/src/main/java/com/yuyh/inject/ViewInjector.java
e8d708052650012ea13d9b7c62822da51990f894
[]
no_license
smuyyh/ProcessorDemo
92d09742bcdc9434a9e6e4af2ce3d8a4a00f30e7
615a6a69b694940fef059613e566f09f6a4095b2
refs/heads/master
2021-01-19T18:28:53.470386
2017-08-24T05:01:54
2017-08-24T05:01:54
101,140,697
0
0
null
null
null
null
UTF-8
Java
false
false
152
java
package com.yuyh.inject; /** * @author yuyuhang. * @since 2017/8/22. */ public interface ViewInjector<T> { void inject(T t, Object source); }
[ "352091626@qq.com" ]
352091626@qq.com
084062c414ff1f30df52ec10a092c8c340482c5f
764ce39c1bad590bf7839b4e175539eecbb9584a
/tis-console/src/main/java/com/alibaba/citrus/turbine/Context.java
65e0c8a5ab523e4e941230194e22cce704498eb2
[ "MIT" ]
permissive
GSIL-Monitor/tis-neptune
9b758ec5f6e977d353ce66c7c625537dfb1253e2
28f4d1dc3d4ada256457837ead3249e4addac7c2
refs/heads/master
2020-04-17T11:13:35.969979
2019-01-19T09:55:00
2019-01-19T09:55:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,518
java
/* * The MIT License * * Copyright (c) 2018-2022, qinglangtech Ltd * * 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...
[ "baisui@2dfire.com" ]
baisui@2dfire.com
2df1aa0c07ab2437588f1df48018ac62f4df1055
504d74691a788976f07b792d521da0b5b51d8dfe
/optimise/src/optimise/geters.java
6385c74c810e4ba7403ca559107eea1296696dcf
[]
no_license
hemanth-431/My-JAVA-Codes
e8286d43fa51041e9fffeff4c66b287b9bf38115
96aafbcfd4a0c8603b79055c5d5bc1e6ce4baf80
refs/heads/master
2023-06-18T01:19:28.337254
2021-07-14T17:35:29
2021-07-14T17:35:29
386,028,031
0
0
null
null
null
null
UTF-8
Java
false
false
1,400
java
package optimise; import java.util.Scanner; class hi { Scanner in=new Scanner(System.in); private int age; private String id; private String location; private String name; public int getAge() { return age; } public void setAge(int age) { System.out.println("Enter age"); ...
[ "bandlavhemanth@gmail.com" ]
bandlavhemanth@gmail.com
58b4f1219eae28f0ce6eb873bcd9c3fe0b07b885
47bee068ddb9dacfff94d08341f604ebe97f9fef
/src/main/java/com/smlsnnshn/Lessons/day24_25_26_27_28_29_arrays/Task_90.java
e3a329fe447581055f0c7db7cbecce47c3b40762
[]
no_license
ismailsinansahin/JavaLessons
55686229d946390a52383f5d80e1053f411286e7
768cb63e22462e7c2eef709102df5d19d9c98568
refs/heads/master
2023-07-18T23:10:31.302133
2021-09-14T20:56:35
2021-09-14T20:56:35
360,487,169
2
0
null
null
null
null
UTF-8
Java
false
false
464
java
package com.smlsnnshn.Lessons.day24_25_26_27_28_29_arrays; public class Task_90 { public static void main(String[] args) { String[] cars = {"Toyota", "Honda", "Nissan", "BMW", "Mercedes"}; boolean flag = false; for (int i=0 ; i < cars.length ; i++) { if (cars[i].equals("Honda")) { flag = tru...
[ "ismailsinansahin@gmail.com" ]
ismailsinansahin@gmail.com
e4d2aad408e70639e9a1478a2038735ea815eff1
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-new-fitness/results/XWIKI-13942-1-17-Single_Objective_GGA-WeightedSum-BasicBlockCoverage/org/xwiki/model/internal/reference/ExplicitStringEntityReferenceResolver_ESTest.java
a30d03083878e6ba8f8c398b0bd1981ec45ef9be
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
2,128
java
/* * This file was automatically generated by EvoSuite * Sun May 17 17:14:19 UTC 2020 */ package org.xwiki.model.internal.reference; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosu...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
2b7850ff4eec93715f363b3d3a113df55d10aa88
d1b078f07f4699ff308c04b47b93a8a28d8b39a3
/quarkus-workshop-super-heroes/extensions/extension-fault-injector/deployment/src/main/java/io/quarkus/workshop/superheroes/quack/deployment/QuackProcessor.java
f57631affb27bb611b1871c860a33a3972ff048a
[ "Apache-2.0" ]
permissive
bbvahackathon/quarkus-workshops
dcc7f45ca7523e5b429c4b87f1294d556335e20d
eee54afb85ca9361feb5bb3414a2125263fecb57
refs/heads/master
2023-01-23T19:15:05.899464
2020-11-23T11:21:34
2020-11-23T11:21:34
312,293,958
1
0
Apache-2.0
2020-11-16T14:20:49
2020-11-12T14:01:57
Java
UTF-8
Java
false
false
1,283
java
package io.quarkus.workshop.superheroes.quack.deployment; import io.quarkus.deployment.annotations.BuildProducer; import io.quarkus.deployment.annotations.BuildStep; import io.quarkus.deployment.annotations.ExecutionTime; import io.quarkus.deployment.annotations.Record; import io.quarkus.deployment.builditem.FeatureBu...
[ "clement.escoffier@gmail.com" ]
clement.escoffier@gmail.com
eef5a19f7eb6c314a77197fd4c93b3d15964f077
08b8d598fbae8332c1766ab021020928aeb08872
/src/gcom/gui/cadastro/localidade/ResultadoPesquisaSetorComercialActionForm.java
734fb4ac6c2bb4963d06b1454ed72fc1189fd92a
[]
no_license
Procenge/GSAN-CAGEPA
53bf9bab01ae8116d08cfee7f0044d3be6f2de07
dfe64f3088a1357d2381e9f4280011d1da299433
refs/heads/master
2020-05-18T17:24:51.407985
2015-05-18T23:08:21
2015-05-18T23:08:21
25,368,185
3
1
null
null
null
null
WINDOWS-1252
Java
false
false
3,978
java
/* * Copyright (C) 2007-2007 the GSAN – Sistema Integrado de Gestão de Serviços de Saneamento * * This file is part of GSAN, an integrated service management system for Sanitation * * GSAN is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
[ "Yara.Souza@procenge.com.br" ]
Yara.Souza@procenge.com.br
2f885c0127fe244ab84e23b8112192ea2c131081
23f27a4609c6125a7308117fe0ae9e4e9578ffa4
/src/main/java/duelistmod/actions/unique/DeskbotSevenAction.java
f69576e9890ad6b32e33a7c429b3543c16f7eac8
[ "Unlicense" ]
permissive
ascriptmaster/StS-DuelistMod
269b078b074b4a76828d86d98cf03c7446510995
251c29117779f0e75c3424263e669b720f35ed1a
refs/heads/master
2023-05-26T09:23:07.510791
2021-04-05T05:07:42
2021-04-05T05:14:42
226,347,190
0
0
Unlicense
2019-12-06T14:30:34
2019-12-06T14:30:33
null
UTF-8
Java
false
false
2,046
java
package duelistmod.actions.unique; import com.megacrit.cardcrawl.actions.AbstractGameAction; import com.megacrit.cardcrawl.actions.utility.WaitAction; import com.megacrit.cardcrawl.cards.DamageInfo; import com.megacrit.cardcrawl.dungeons.AbstractDungeon; import com.megacrit.cardcrawl.monsters.AbstractMonster; import c...
[ "nyoxidetwitter@gmail.com" ]
nyoxidetwitter@gmail.com
cd5c5ecdcb38074468c990813e1bcb225cf95948
eb2f2cf1be4f79b2c0e7c1d48e9a9cea14e95299
/nepxion-cots/src/com/nepxion/cots/twaver/gis/TGisOverview.java
50224ace957f0846829974a39757d73da53f942e
[ "Apache-2.0" ]
permissive
Nepxion/Marvel
83e3b26762d807a4685faabfaa0f3aedd3e30a87
51bb477ccbff64067981bd92efcdb9b7b01c6f5f
refs/heads/master
2021-08-16T21:00:03.336975
2021-07-08T23:14:51
2021-07-08T23:14:51
57,598,034
11
2
null
null
null
null
UTF-8
Java
false
false
2,579
java
package com.nepxion.cots.twaver.gis; /** * <p>Title: Nepxion Cots For TWaver</p> * <p>Description: Nepxion Cots Repository</p> * <p>Copyright: Copyright (c) 2010</p> * <p>Company: Nepxion</p> * <p>Announcement: It depends on the commercial software of TWaver, the repository only references the trial version.</p> ...
[ "1394997@qq.com" ]
1394997@qq.com
5b2846e7405aacc35d8f5c29341ff5d0588ce2e7
715d7e5f3f83aa2ac3209401ee6ca4b2975a6d7d
/jtwig-functions/src/main/java/com/lyncode/jtwig/functions/internal/list/Merge.java
d8aee01852df6cd9d53f0a3e9fd141b7fad6a286
[ "Apache-2.0" ]
permissive
msn0/jtwig
c769a76a7282c982dc87ffc0dba60009c18a8994
6c6d4e4b43552fafc4a616605b2c46fd0e5d5f54
refs/heads/master
2023-06-09T19:59:12.748027
2013-12-25T21:47:03
2013-12-25T21:47:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,464
java
/** * Copyright 2012 Lyncode * * 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 ...
[ "jmelo@lyncode.com" ]
jmelo@lyncode.com
2ef41c340d09530fe74991d3d56ec36789ef5492
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.horizon-Horizon/sources/com/facebook/acra/LogCatCollector.java
d2334f40743e87afd05a47e5d91bc4219c3f2367
[]
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
5,689
java
package com.facebook.acra; import X.AnonymousClass0NO; import android.content.Context; import android.util.Base64; import com.facebook.acra.config.AcraReportingConfig; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileRead...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
cb459b374b895aa9d2333091011e34fb58090a3f
fc5d5b69fc8a9c25ce7fbfa493a9bdc45b289846
/src/main/java/com/pzy/controller/SellerController.java
b8f8f90453b1be2db62a5d297e8a6a64b051f355
[]
no_license
zhaoyang0501/ydb
d9e0bc4b177dae06d57cc41869440ac6e7005ca4
ff1bc7d0dc187d7b2d95d0989c9442131549454f
refs/heads/master
2021-01-21T12:58:31.661271
2016-03-29T12:19:57
2016-03-29T12:19:57
53,505,630
0
0
null
null
null
null
UTF-8
Java
false
false
3,231
java
package com.pzy.controller; import java.text.ParseException; import java.util.Date; import java.util.HashMap; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.stereotype.Controller; import org.springfra...
[ "zhaoyang0501@126.com" ]
zhaoyang0501@126.com
0014fdff2e41a4e8b1757cf63a5ee4a8f6f52afc
54e217b86da5a29e5410919b474f8fc532a663c6
/src/main/java/com/anorng/bank/serviceImpl/SecurityServiceImpl.java
c1d4dc688b7ac1b3045b656d721c6d83b5d558d8
[]
no_license
LX1993728/BankSecurity_verdsion1
da18c93f04f07888efeb93972257fa6f7549cbd3
cb0ed4103ee9ea721b88a89a1ab821201954c7db
refs/heads/master
2021-05-11T17:40:06.336431
2018-01-17T07:24:56
2018-01-17T07:24:56
117,800,120
0
1
null
null
null
null
UTF-8
Java
false
false
3,534
java
package com.anorng.bank.serviceImpl; import java.util.Date; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import javax.persistence.TypedQuery; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframew...
[ "2652790899@qq.com" ]
2652790899@qq.com
fa02c61f0e303bc4c1d6f36bd0a2852fd892469f
ad106803ae6b0795f8a4d7e6760db034a1eb30ae
/redis-cluster/src/main/java/com/victor/cache/aop/RedisCacheAspect.java
2a6c8cdf6123d99db583d579c9d89beef52f2d88
[]
no_license
smileszx/distribute-locks
59009df2dc455b2ad2a15a9650a401a813a2b4f8
5fe0ba8a2d16ea9cc2f437d183ef8df96576b266
refs/heads/master
2022-07-03T11:05:44.669426
2019-10-06T14:39:56
2019-10-06T14:39:56
210,149,786
0
0
null
2022-06-21T01:56:55
2019-09-22T13:12:58
Java
UTF-8
Java
false
false
3,311
java
package com.victor.cache.aop; import com.alibaba.fastjson.JSON; import java.lang.reflect.Method; import com.victor.cache.annotation.RedisCache; import com.victor.cache.redis.JedisService; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.Signature; import org.aspectj.lang.annotation.Around; import...
[ "smile.szx@outlook.com" ]
smile.szx@outlook.com
a5669b2f36936014ee1fd0a9d88cee6610469cb3
5781d38136f767ec24caa0ad9906218fad108594
/grib/src/main/java/ucar/nc2/grib/grib2/Grib2Collection.java
7ce8051de6862c990aba187f5a1f2fee446fe13f
[]
no_license
geomatico/thredds
d0b3298e9d2f89b28d5de5f0a509a98aa2f27b2e
8aa40ed816adb40dd5ff12966ed2a9da2dd44e65
refs/heads/master
2021-01-17T13:48:08.277948
2012-01-25T21:30:31
2012-01-25T21:30:31
3,067,861
0
0
null
null
null
null
UTF-8
Java
false
false
6,386
java
/* * Copyright (c) 1998 - 2011. University Corporation for Atmospheric Research/Unidata * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings ...
[ "caron@unidata.ucar.edu" ]
caron@unidata.ucar.edu
a65c05b128556ae72132e97c3b4a46773a42c39b
698a37b38cb074168b2b6d9999dda64e74b8f234
/src/main/java/app/Quartz/QuartzConfiguration.java
edcd9f0beab8e2473d03e2720904f90c43c6f606
[]
no_license
XDwuzhishan/MobileCampus
4c424ec57a20ffdd3eb407d56065de47b354613d
fc54d86076c5b77b43565d3c263688e8c309034e
refs/heads/master
2021-01-25T04:10:10.773883
2017-08-20T14:54:23
2017-08-20T14:54:23
93,403,575
0
0
null
null
null
null
UTF-8
Java
false
false
5,134
java
package app.Quartz; import app.Quartz.jobs.SpiderJobCourse; import app.Quartz.jobs.SpiderJobDynamicNews; import app.Quartz.jobs.SpiderJobLoginInfo; import app.Quartz.jobs.SpiderJobNotice; import org.quartz.CronTrigger; import org.quartz.JobDetail; import org.quartz.spi.JobFactory; import org.springframework.beans.fact...
[ "705083979@qq.com" ]
705083979@qq.com
31b03d00d6898971017a21e48147313c28750e01
d5a96ed0ac1bde7de88679783a8566fa6f60d45c
/src/YearsAlive.java
7ec3c3a1c2df9ae9f5b83f6a9c46cae430a2534f
[]
no_license
League-Level0-Student/level-0-module-3-honeybiscuit15
04c0fc5eb6897438b3eabfef4540187f8296b6db
67ae16da4ddd23cd2041b77f11605c682e41110f
refs/heads/master
2021-05-02T07:50:17.659766
2018-04-13T00:01:50
2018-04-13T00:01:50
120,839,741
0
0
null
null
null
null
UTF-8
Java
false
false
158
java
public class YearsAlive { public static void main(String[] args) { for (int i = 2002; i <= 2018; i++) { System.out.println(i); } } }
[ "leaguestudent@administrator-Inspiron-15-3552" ]
leaguestudent@administrator-Inspiron-15-3552
61a8d676e39746a2fd643abeaa7d2564bc760f63
d65a33196a495aa0001b89e321d02fae23721eb6
/quickcall-admin/src/main/java/com/calf/cn/getui/advancedpushmessage/GetUserTagsDemo.java
4f92455459a8056ee7e49df26e52f8d3e74aa3dc
[]
no_license
zihanbobo/Repository
5c168307848d2639fef7649d4121f37c498a2e7c
db9e91931899f5ef3e5af07722ecee0aa9fb1d02
refs/heads/master
2021-10-10T08:58:19.052522
2018-11-28T13:22:10
2018-11-28T13:22:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
797
java
package com.calf.cn.getui.advancedpushmessage; import com.gexin.rp.sdk.base.IPushResult; import com.gexin.rp.sdk.http.IGtPush; public class GetUserTagsDemo { static String appId = "TxzlIyCcfS9KuENjjP4ux1"; static String appKey = "rAnoicfrNX7915IxPocAL2"; static String masterSecret = "KFDNBNKAVj9bgykw...
[ "liyingtang@xiaoniu.com" ]
liyingtang@xiaoniu.com
e61f674181b98d060f467024112fa7c93c0998c7
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14227-3-12-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/plugin/activitystream/internal/RecordableEventMigrator_ESTest.java
e1e4636802b103c6f8b17240fad23665720b8599
[]
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
597
java
/* * This file was automatically generated by EvoSuite * Mon Jan 20 11:10:20 UTC 2020 */ package com.xpn.xwiki.plugin.activitystream.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.Run...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
23ca2af3cab0ef98b41a285280404e82a390d275
6f36fc4a0f9c680553f8dd64c5df55c403f8f2ed
/src/main/java/it/csi/siac/siacbilser/business/service/allegatoatto/ConvalidaAllegatoAttoPerElenchiMultiploAsyncService.java
b56bd1452a928b03417ba29e5e5b52e80f9a718a
[]
no_license
unica-open/siacbilser
b46b19fd382f119ec19e4e842c6a46f9a97254e2
7de24065c365564b71378ce9da320b0546474130
refs/heads/master
2021-01-06T13:25:34.712460
2020-03-04T08:44:26
2020-03-04T08:44:26
241,339,144
0
0
null
null
null
null
UTF-8
Java
false
false
2,183
java
/* *SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte *SPDX-License-Identifier: EUPL-1.2 */ package it.csi.siac.siacbilser.business.service.allegatoatto; import org.springframework.beans.factory.config.BeanDefinition; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Servic...
[ "barbara.malano@csi.it" ]
barbara.malano@csi.it
34adda631ad531c38a5b41de26c344b9000fcde9
fa32414cd8cb03a7dc3ef7d85242ee7914a2f45f
/app/src/main/java/com/google/android/gms/common/api/CommonStatusCodes.java
5afdd78400d5d4910efebf8088933247622ea9ed
[]
no_license
SeniorZhai/Mob
75c594488c4ce815a1f432eb4deacb8e6f697afe
cac498f0b95d7ec6b8da1275b49728578b64ef01
refs/heads/master
2016-08-12T12:49:57.527237
2016-03-10T06:57:09
2016-03-10T06:57:09
53,562,752
4
2
null
null
null
null
UTF-8
Java
false
false
3,131
java
package com.google.android.gms.common.api; import com.google.android.gms.iid.InstanceID; import org.apache.http.protocol.HttpRequestExecutor; public class CommonStatusCodes { public static final int API_NOT_AVAILABLE = 17; public static final int CANCELED = 16; public static final int DEVELOPER_ERROR = 10...
[ "370985116@qq.com" ]
370985116@qq.com
d4febbdebf6ff3807144e63944a68429e8d70069
805b2a791ec842e5afdd33bb47ac677b67741f78
/Mage.Sets/src/mage/sets/magic2013/FirewingPhoenix.java
fc7f0158e2a97f3ea986fd1f53f1425432df000b
[]
no_license
klayhamn/mage
0d2d3e33f909b4052b0dfa58ce857fbe2fad680a
5444b2a53beca160db2dfdda0fad50e03a7f5b12
refs/heads/master
2021-01-12T19:19:48.247505
2015-08-04T20:25:16
2015-08-04T20:25:16
39,703,242
2
0
null
2015-07-25T21:17:43
2015-07-25T21:17:42
null
UTF-8
Java
false
false
3,014
java
/* * Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, th...
[ "robyter@gmail" ]
robyter@gmail
018a66362ad57bc92764c0f1f115229fe58e73a1
37fdc74bbf8220b4efa3a209a0398dde51f1d57b
/src/main/java/cn/com/rebirth/search/core/script/ScriptException.java
37082a6de7a056e377ceb7793da5c62331f855d9
[]
no_license
dowsam/rebirth-search-core
4c39e7f1b30c78e4dd97380b82af235c72161ee4
ab615cd8e74f318c20137c0f0dd7d740cd0a6bec
refs/heads/master
2016-09-09T18:35:33.145132
2012-09-05T05:58:55
2012-09-05T05:58:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
804
java
/* * Copyright (c) 2005-2012 www.china-cti.com All rights reserved * Info:rebirth-search-core ScriptException.java 2012-7-6 14:29:40 l.xue.nong$$ */ package cn.com.rebirth.search.core.script; import cn.com.rebirth.commons.exception.RebirthException; /** * The Class ScriptException. * * @author l.xue.nong */ p...
[ "l.xue.nong@gmail.com" ]
l.xue.nong@gmail.com
0555436218b70428f49c33aecdf6d5da24b5846a
91a178ecf86b2b23313e04d37d42e542dbbc8124
/src/main/java/booternetes/nativex/KubernetesHints.java
3841b444e5e973d8dca0882297eef661e1ad1be5
[ "Apache-2.0" ]
permissive
ahmedbelli/spring-native-kubernetes
8aaa90134b08e52ebeee323b7714bc14f02089d6
e8cfbeb2db9e6c6f1787dcc6832bd16e39e82d7c
refs/heads/main
2023-04-06T06:36:09.193387
2021-04-18T07:16:25
2021-04-18T07:16:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,222
java
package booternetes.nativex; import org.springframework.nativex.hint.AccessBits; import org.springframework.nativex.hint.TypeHint; import org.springframework.nativex.type.AccessDescriptor; import org.springframework.nativex.type.HintDeclaration; import org.springframework.nativex.type.NativeConfiguration; import org.s...
[ "josh@joshlong.com" ]
josh@joshlong.com
1e6c437cc74687b4ce5c9d4b7b67d56f4eb9b6cf
d2f39db0e322697a3b8f816df47646b9524e5e86
/src/main/java/com/crud/bets/domain/detail/SlipSettleDetails.java
d06f8907812f7378912364a51efac7dacc5c6424
[]
no_license
KrzysiekPrzybylski/Sports-Betting
26a306dcbc4ae453c0cda267d3e77c7e65d61f21
76b29af31511a230eaeb3a071816ba80b3451183
refs/heads/master
2023-07-01T12:15:14.397353
2021-08-03T17:21:00
2021-08-03T17:21:00
387,822,900
0
0
null
null
null
null
UTF-8
Java
false
false
641
java
package com.crud.bets.domain.detail; import com.crud.bets.domain.Slip; import com.sun.istack.NotNull; import lombok.Builder; import lombok.Data; import javax.persistence.*; import java.math.BigDecimal; import java.time.LocalDateTime; @Data @Entity @Builder public class SlipSettleDetails { @NotNull @Id @G...
[ "krzy.przybylski@gmail.com" ]
krzy.przybylski@gmail.com
7bc6677f8ae27cf751c22befaa2ae6601d88cfe8
538414f61a305cf84e00cbd0f2c154e4fa99ccb7
/build/javasqlc/src/org/openbravo/erpCommon/utility/reporting/printing/ToolsData.java
8e75d46e0f67bf5a4a2f1cfb71a066615b832b2c
[]
no_license
q3neeko/openz
4024d007ef2f1094faad8a8c17db8147e689d0f3
050ae0ba7b54ba9276a2fa85ecf5b2ec33954859
refs/heads/master
2020-03-29T21:44:56.783387
2018-09-26T14:34:00
2018-09-26T14:34:00
150,385,120
0
1
null
null
null
null
UTF-8
Java
false
false
3,369
java
//Sqlc generated V1.O00-1 package org.openbravo.erpCommon.utility.reporting.printing; import java.sql.*; import org.apache.log4j.Logger; import javax.servlet.ServletException; import org.openbravo.data.FieldProvider; import org.openbravo.database.ConnectionProvider; import org.openbravo.data.UtilSql; import org.ope...
[ "neeko@gmx.de" ]
neeko@gmx.de
d9d4921a88dc8501e2885030cd2c4f7152c1bff1
b1239455146a9964e218c0a326dfa3d96bd33e20
/Backend/src/main/java/com/unep/wcmc/foodnutrition/security/SecurityConfig.java
01564f6d3a413ea25a258b53046c80fc820868a8
[]
no_license
unepwcmc/Food-Nutrition
a83cfba571b5007378e431482da26285eaa0bcea
82aa4ccd8dc90d9e6e960e1a7fcfa23972af7240
refs/heads/master
2021-01-24T17:50:48.507566
2016-04-07T13:33:24
2016-04-07T13:33:24
51,439,245
1
0
null
null
null
null
UTF-8
Java
false
false
4,359
java
package com.unep.wcmc.foodnutrition.security; import com.unep.wcmc.foodnutrition.security.token.TokenProvider; import com.unep.wcmc.foodnutrition.security.token.XAuthTokenConfigurer; import com.unep.wcmc.foodnutrition.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.spring...
[ "rcandidosilva@gmail.com" ]
rcandidosilva@gmail.com
7be0663c0b31bb25242c8904372cf3e99ac02687
0c11613c21ebe12f48d6cebb6339887e10e72219
/rmidemo/src/main/java/com/ggd543/rmi/impl/FlightImpl.java
8f854f20e289623554406c5ee781bfb3e59c4083
[]
no_license
mustang2247/demo
a3347a2994448086814383c67757f659208368cd
35598ed0a3900afc759420b7100a7d310db2597d
refs/heads/master
2021-05-09T17:28:22.631386
2014-06-10T12:03:26
2014-06-10T12:03:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,077
java
package com.ggd543.rmi.impl; import com.ggd543.rmi.Flight; import java.io.Serializable; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import java.util.Date; /** * Created by IntelliJ IDEA. * User: Administrator * Date: 11-9-11 * Time: 下午7:34 * To change this template use File | Se...
[ "ggd543@gmail.com" ]
ggd543@gmail.com
82c1915dbcbccd0111e86d4512cb47859d38d747
39bef83f3a903f49344b907870feb10a3302e6e4
/Android Studio Projects/bf.io.openshop/src/android/support/v4/view/ViewCompat$ScrollIndicators.java
79a9861c5f2788c91b5d8566c7bb8279d3451d1c
[]
no_license
Killaker/Android
456acf38bc79030aff7610f5b7f5c1334a49f334
52a1a709a80778ec11b42dfe9dc1a4e755593812
refs/heads/master
2021-08-19T06:20:26.551947
2017-11-24T22:27:19
2017-11-24T22:27:19
111,960,738
0
0
null
null
null
null
UTF-8
Java
false
false
140
java
package android.support.v4.view; import java.lang.annotation.*; @Retention(RetentionPolicy.SOURCE) public @interface ScrollIndicators { }
[ "ema1986ct@gmail.com" ]
ema1986ct@gmail.com
fb8c960d9edafcbc17029cf72d7d9a3a510e2a70
58bc2346e334d015961bcb0bf3b65125ce407e8b
/allDocsReader/src/main/java/com/zapps/docsReaderModule/system/beans/CalloutView/CalloutManager.java
e123379bba20b9aa7dcb1572ecd83a7d12e25222
[]
no_license
ZeeshanHayat2020/HtmlViewer
e7eeeb0adc40dd9fed7aa1128d15fdee5718c652
17b81bf0c33d271982dd86eef5f9891c709c0b31
refs/heads/master
2023-04-25T23:18:38.293648
2021-06-09T10:47:08
2021-06-09T10:47:08
350,306,988
0
0
null
null
null
null
UTF-8
Java
false
false
2,178
java
package com.zapps.docsReaderModule.system.beans.CalloutView; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import com.zapps.docsReaderModule.common.PaintKit; import com.zapps.docsReaderModule.constant.MainConstant; import com.zapps.docsReaderModule.system.IControl; imp...
[ "zeeshanhayat61@gmail.com" ]
zeeshanhayat61@gmail.com
293970c59af4865b7fc089cd84997c79c8e27e3b
447520f40e82a060368a0802a391697bc00be96f
/apks/comparison_androart/ro.btrl.pay/source/o/EL.java
5f8a02c9db9d529f65233c3c3e56193082bff107
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
383
java
package o; public class EL { public String cardHolderName; public String cvv; public String expirationDate; public String pan; public EL(String paramString1, String paramString2, String paramString3, String paramString4) { this.cardHolderName = paramString1; this.cvv = paramString2; this.exp...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
3be96f6eb68e9938df6300891e721cf09701c8cc
c94f888541c0c430331110818ed7f3d6b27b788a
/rms/java/src/main/java/com/antgroup/antchain/openapi/rms/models/UpdateStackGeneratedconfigResponse.java
a815317a43e6a2b417c2d2ac6bde03946f68dcc7
[ "MIT", "Apache-2.0" ]
permissive
alipay/antchain-openapi-prod-sdk
48534eb78878bd708a0c05f2fe280ba9c41d09ad
5269b1f55f1fc19cf0584dc3ceea821d3f8f8632
refs/heads/master
2023-09-03T07:12:04.166131
2023-09-01T08:56:15
2023-09-01T08:56:15
275,521,177
9
10
MIT
2021-03-25T02:35:20
2020-06-28T06:22:14
PHP
UTF-8
Java
false
false
1,412
java
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.rms.models; import com.aliyun.tea.*; public class UpdateStackGeneratedconfigResponse extends TeaModel { // 请求唯一ID,用于链路跟踪和问题排查 @NameInMap("req_msg_id") public String reqMsgId; // 结果码,一般OK表示调用成功 @NameInMap(...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
ac5bd87576172997d0e0526afd1555a73ab967d0
d320858fd9f9c420050491750b6871d1cb4646e2
/mapstruct-nested-bean-mappings/src/main/java/org/mapstruct/example/mapper/FishTankMapperExpression.java
17389c3a33205eae01f3a54b4ae2185679c424e6
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
chenxingxing6/mapstruct-examples
a811619992ca8bb89bcc3d74b066b1f570b726fa
362a43dff818c35614a5fe5cc216845e1faff77f
refs/heads/master
2020-05-17T18:31:57.529811
2019-03-23T08:11:40
2019-03-23T08:11:40
183,886,691
1
0
NOASSERTION
2019-04-28T09:27:12
2019-04-28T09:27:11
null
UTF-8
Java
false
false
1,616
java
/** * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not ...
[ "filip.hrisafov@gmail.com" ]
filip.hrisafov@gmail.com
354e5db0f89e10f169c25d1669dec1eb16d78a30
08be78ee28957fe393bea727228fbe13e5c00df1
/modules/rule/modules/data/src/main/java/com/rule/data/engine/functions/time/MONTH.java
d0d84121f81592c077daa6910737df98b3cf42e8
[]
no_license
javachengwc/java-apply
432259eadfca88c6f3f2b80aae8e1e8a93df5159
98a45c716f18657f0e4181d0c125a73feb402b16
refs/heads/master
2023-08-22T12:30:05.708710
2023-08-15T08:21:15
2023-08-15T08:21:15
54,971,501
10
4
null
2022-12-16T11:03:56
2016-03-29T11:50:21
Java
UTF-8
Java
false
false
869
java
package com.rule.data.engine.functions.time; import com.rule.data.engine.functions.Function; import com.rule.data.util.DataUtil; import com.rule.data.exception.RengineException; import com.rule.data.model.vo.CalInfo; import com.rule.data.exception.CalculateException; import com.rule.data.engine.excel.NumberPool; impo...
[ "chengwenchao@cd.tuan800.com" ]
chengwenchao@cd.tuan800.com
57e7e86233c470cc8d36447e55db6f27aa061dd1
0aba3ca0c2da8626bed808155a854858f93b80e0
/services/dds/src/main/java/com/huaweicloud/sdk/dds/v3/model/QuerySessionResponse.java
85592c7f08ca508f0327336a29c3072faacaf85d
[ "Apache-2.0" ]
permissive
LanYus/huaweicloud-sdk-java-v3
5b51e0953f5b1a8a5d38bccbaa7389222a8c0ea7
761a9c43c0ea287a927707891c529389e43e8280
refs/heads/master
2023-05-31T15:46:06.772578
2021-06-10T12:06:03
2021-06-10T12:06:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,679
java
package com.huaweicloud.sdk.dds.v3.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import java.util.function.Consumer; import java.util.Objects; ...
[ "wuchen25@huawei.com" ]
wuchen25@huawei.com
b9242ae70b270d937a2cd1431077c4aa9a8b2f09
5cc01dec9ec1c6dde262d56d42c40dd8acfe2010
/PTSCMC/src/java/com/venus/mc/process/equipment/acceptancetest/AcceptanceTestFormAction.java
18dc6daa05245867245a452cad6bed29e10377ab
[]
no_license
phuongtu1983/mc
6defa0c94a02e2ff5ce9886ee87a219396d54ac0
0966390950a911e9fdb75484701bdede381a3042
refs/heads/master
2020-03-11T11:50:15.387384
2018-04-18T00:42:25
2018-04-18T00:42:25
129,980,464
0
0
null
null
null
null
UTF-8
Java
false
false
4,936
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.venus.mc.process.equipment.acceptancetest; import com.venus.core.util.DateUtil; import com.venus.core.util.StringUtil; import com.venus.mc.bean.AcceptanceTestBean; import com.venus.mc.bean.EmployeeBean; impo...
[ "phuongtu1983@gmail.com" ]
phuongtu1983@gmail.com
8a84f8e2a58dac88c8c2f3845b61efe56597bbef
9a6bbc16b35db8783d2d7fe0a845e92102e881a9
/src/gov/nbcs/rp/common/tree/TreeNode.java
3c922caacb90277ffc29cc0fc0720aa48bb966ba
[]
no_license
mingcheong/RollPrj
7608e05ba21056d2110245213a507f9c533fe935
a3db125f146f743573a5b808b0ba5fd0006b743f
refs/heads/master
2020-05-20T03:12:48.430634
2012-12-31T00:34:48
2012-12-31T00:34:48
null
0
0
null
null
null
null
GB18030
Java
false
false
6,654
java
package gov.nbcs.rp.common.tree; import gov.nbcs.rp.common.MyMap; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; /** * <p> * Title: 树结点的实现类,方法说明见@see com.jsxcsoft.common.tree.Node * </p>...
[ "mingcheong83@gmail.com" ]
mingcheong83@gmail.com
d50ddb54402001463a7de6fadb58b242a4702a5e
258de8e8d556901959831bbdc3878af2d8933997
/utopia-service/utopia-piclisten/utopia-piclisten-impl/src/main/java/com/voxlearning/utopia/service/piclisten/impl/service/AsyncPiclistenCacheServiceImpl.java
8b3d64427b1e96f6a79ddb4459ec00a145b1bae1
[]
no_license
Explorer1092/vox
d40168b44ccd523748647742ec376fdc2b22160f
701160b0417e5a3f1b942269b0e7e2fd768f4b8e
refs/heads/master
2020-05-14T20:13:02.531549
2019-04-17T06:54:06
2019-04-17T06:54:06
181,923,482
0
4
null
2019-04-17T15:53:25
2019-04-17T15:53:25
null
UTF-8
Java
false
false
4,844
java
package com.voxlearning.utopia.service.piclisten.impl.service; import com.voxlearning.alps.annotation.cache.CacheSystem; import com.voxlearning.alps.annotation.remote.ExposeService; import com.voxlearning.alps.annotation.remote.ExposeServices; import com.voxlearning.alps.annotation.remote.ServiceVersion; import com.vo...
[ "wangahai@300.cn" ]
wangahai@300.cn
daa2e52bc9f1dfaeb4ad5326e6a2557cc6b81b96
3ef55e152decb43bdd90e3de821ffea1a2ec8f75
/large/third-party/other/external-module-0369/src/java/external_module_0369/a/Foo0.java
f4069685ba2bab25d3b1db0df775befd017a70af
[ "BSD-3-Clause" ]
permissive
salesforce/bazel-ls-demo-project
5cc6ef749d65d6626080f3a94239b6a509ef145a
948ed278f87338edd7e40af68b8690ae4f73ebf0
refs/heads/master
2023-06-24T08:06:06.084651
2023-03-14T11:54:29
2023-03-14T11:54:29
241,489,944
0
5
BSD-3-Clause
2023-03-27T11:28:14
2020-02-18T23:30:47
Java
UTF-8
Java
false
false
1,304
java
package external_module_0369.a; import javax.net.ssl.*; import javax.rmi.ssl.*; import java.awt.datatransfer.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dol...
[ "gwagenknecht@salesforce.com" ]
gwagenknecht@salesforce.com
5f16e9ae1b66ff001fc8d2c4ecc7bd93651e2764
d383d855e48ee2f5da65791f4052533eca339369
/src/test/java/com/alibaba/druid/bvt/filter/wall/sqlserver/SQLServerWallTest_5.java
4b5a175c71c681e6fc7baba5d8b3153297ebc5db
[ "Apache-2.0" ]
permissive
liuxing7954/druid-source
0e2dc0b1a2f498045b8689d6431764f4f4525070
fc27b5ac4695dc42e1daa62db012adda7c217d36
refs/heads/master
2022-12-21T14:53:26.923986
2020-02-29T07:15:15
2020-02-29T07:15:15
243,908,145
1
1
NOASSERTION
2022-12-16T09:54:44
2020-02-29T05:07:04
Java
UTF-8
Java
false
false
1,395
java
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "jixiaoyi@apexsoft.com.cn" ]
jixiaoyi@apexsoft.com.cn
c9e7f3232cd6e8876e57cadc365a936f7848966f
e70eb4b70b484e1f9f00019f4cbf32488f38d40d
/src/org/refactoringminer/rm2/analysis/EntityMatcher.java
c8be1d15dd70d59d0d507e63c5cc9b1234506b78
[]
no_license
MatinMan/RefactoringMiner
3d4033c53cfcbbca4a23ed0153faa8d0346f4cc5
6d2895ca96ec71394a2bff4d1b6f12eeccddc01e
refs/heads/master
2020-04-08T14:31:20.874512
2016-05-18T14:01:49
2016-05-18T14:01:49
60,316,879
1
0
null
2016-06-03T03:53:19
2016-06-03T03:53:18
null
UTF-8
Java
false
false
5,661
java
package org.refactoringminer.rm2.analysis; import java.util.ArrayList; import java.util.Collections; import org.refactoringminer.rm2.model.RelationshipType; import org.refactoringminer.rm2.model.SDEntity; import org.refactoringminer.rm2.model.SDModel; public class EntityMatcher<T extends SDEntity> { ...
[ "danilofes@gmail.com" ]
danilofes@gmail.com
3927450f0f3702d41a084c19c35ca3b702fe1ce7
d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb
/PROMISE/archives/xalan/2.4/org/apache/xml/utils/BoolStack.java
bb8df0b620b97a18fb4c275bb4ab37bbbafb0316
[]
no_license
hvdthong/DEFECT_PREDICTION
78b8e98c0be3db86ffaed432722b0b8c61523ab2
76a61c69be0e2082faa3f19efd76a99f56a32858
refs/heads/master
2021-01-20T05:19:00.927723
2018-07-10T03:38:14
2018-07-10T03:38:14
89,766,606
5
1
null
null
null
null
UTF-8
Java
false
false
3,578
java
package org.apache.xml.utils; import java.util.EmptyStackException; /** * <meta name="usage" content="internal"/> * Simple stack for boolean values. */ public final class BoolStack implements Cloneable { /** Array of boolean values */ private boolean m_values[]; /** Array size allocated ...
[ "hvdthong@github.com" ]
hvdthong@github.com
d80394857d746c4e5a045cf88e8935f4e9fe4d81
3e519985adc42b000f3888b9ba00e59bfe6ccee9
/mall_system/src/main/java/com/ningpai/system/util/StockWarnSpec.java
61a4ae910076937e0538dad8e46339901b1e3ded
[]
no_license
zhenchai/mall
8475077cf7a5fe5208510a3408502143667e9f17
c6fa070691bd62c53dbaa0b467bcb389bc66a373
refs/heads/master
2020-04-13T10:10:49.514859
2018-11-18T10:45:42
2018-11-18T10:45:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
/* * Copyright 2013 NINGPAI, Inc.All rights reserved. * NINGPAI PROPRIETARY / CONFIDENTIAL.USE is subject to licence terms. */ package com.ningpai.system.util; /** * 货品规格 * @author jiping * @since 2015年8月21日 下午7:37:54 * @version 0.0.1 */ public class StockWarnSpec { //货品的id private Long id;...
[ "wdpxl@sina.com" ]
wdpxl@sina.com
4bf291f7ad304396d85c8909d405d7301754d236
59999d306075d381015f84b7be31cbbf2b509000
/src/main/java/designpattern/proxy/dynamicproxy/Client.java
b0dac7aa5882eb81d202a54d9e8d71b3bfdfea77
[]
no_license
LuckyShawn/studyDemo
dfee6f7bc97e2890a7db683ec22e9522eaa048d9
1c1c4f9e48d44bd50d178f4ee0371b94bd17c8da
refs/heads/master
2022-08-16T04:18:45.777236
2022-08-05T07:46:51
2022-08-05T07:46:51
164,975,245
1
0
null
2022-06-17T03:37:26
2019-01-10T02:32:18
JavaScript
UTF-8
Java
false
false
571
java
package designpattern.proxy.dynamicproxy; import java.lang.reflect.Proxy; /** * @Description 动态创建代理类调用明星唱歌方法 * @Author shawn * @create 2019/3/6 0006 */ public class Client { public static void main(String[] args){ Star star = new RealStar(); StarHandler starHandler = new StarHandler(star); ...
[ "LuckyShawn@foxmail.com" ]
LuckyShawn@foxmail.com
baecc4f30815af50254f839214394a0cfcc85885
5741045375dcbbafcf7288d65a11c44de2e56484
/reddit-decompilada/com/reddit/datalibrary/frontpage/service/api/UploadService$$Lambda$0.java
e8bdeb04bcffd48ec689138cbc0b73d889251f68
[]
no_license
miarevalo10/ReporteReddit
18dd19bcec46c42ff933bb330ba65280615c281c
a0db5538e85e9a081bf268cb1590f0eeb113ed77
refs/heads/master
2020-03-16T17:42:34.840154
2018-05-11T10:16:04
2018-05-11T10:16:04
132,843,706
0
0
null
null
null
null
UTF-8
Java
false
false
586
java
package com.reddit.datalibrary.frontpage.service.api; import java.util.concurrent.Callable; final /* synthetic */ class UploadService$$Lambda$0 implements Callable { private final UploadService arg$1; private final String arg$2; private final String arg$3; UploadService$$Lambda$0(UploadService upload...
[ "mi.arevalo10@uniandes.edu.co" ]
mi.arevalo10@uniandes.edu.co
b940e66e2eb43f2561b362490176c666a00bf233
ea6e3c324cf36d9b59a14598bb619a7a8f14329e
/addons/jobs/automatiko-jobs-api/src/main/java/io/automatiko/engine/jobs/api/Job.java
db800fc76d86528777712a284da781a8d68522a6
[ "Apache-2.0" ]
permissive
automatiko-io/automatiko-engine
9eaf3a8f5945e645ca704aa317c97c32ea4011da
af7e315d73895798b8b8bdd0fa5d7fcce64d289d
refs/heads/main
2023-08-24T21:25:17.045726
2023-08-16T08:20:56
2023-08-16T08:41:53
332,492,696
60
7
Apache-2.0
2023-09-14T00:44:40
2021-01-24T16:06:36
Java
UTF-8
Java
false
false
5,264
java
package io.automatiko.engine.jobs.api; import java.time.ZonedDateTime; import java.util.Objects; import java.util.StringJoiner; /** * Job describes the actual entity that should be scheduled and executed upon * given expiration time. The job requires following information * <ul> * <li>id - unique UUID based iden...
[ "swiderski.maciej@gmail.com" ]
swiderski.maciej@gmail.com
51fb3e2f8341bff321d0fdfac68eea655b28b51c
5e224ff6d555ee74e0fda6dfa9a645fb7de60989
/database/src/main/java/adila/db/fji13_isw13f.java
e5f7ea43ce35c8609fef13817eee53e970826d31
[ "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
227
java
// This file is automatically generated. package adila.db; /* * Fujitsu ARROWS Z ISW13F * * DEVICE: FJI13 * MODEL: ISW13F */ final class fji13_isw13f { public static final String DATA = "Fujitsu|ARROWS Z ISW13F|"; }
[ "keldeeb@gmail.com" ]
keldeeb@gmail.com
43ec633598eeb96cf6746623f2612e7260f12e78
94d0ae644f53f76dabf71d6c29e2b5dfe7698a11
/luban-portal/src/main/java/com/luban/portal/component/trade/alipay/model/hb/PosTradeInfo.java
d97eac933daf7e91fe1d370c94a4d0590d008df3
[]
no_license
Amselx/mall-dcs
c71576c87285c663b08e62647d08c974e3fb6598
3a06d9f4a12dcf736112b38b69d523d3746af1b5
refs/heads/master
2023-05-03T01:54:26.068740
2021-05-14T01:28:39
2021-05-14T01:28:39
367,217,183
0
0
null
null
null
null
UTF-8
Java
false
false
1,326
java
package com.luban.portal.component.trade.alipay.model.hb; public class PosTradeInfo implements TradeInfo { private HbStatus status; private String time; private int timeConsume; private PosTradeInfo() { // no public constructor. } public static PosTradeInfo newInstance(HbStatus statu...
[ "123" ]
123
4e2f71ff2ced4e4ad47d526689d8c0e32d075d0c
75a8892e4be8c81cbebc07153d53ccc379528287
/capitulo2/Exemplo_DoWhile.java
830e542fe7ff2f018fdb28f1820068bffeabdc55
[]
no_license
lfbessegato/Estudos-Java
da2d50c5965eae6b804306fef0457885341f7ac1
d358a777feb967147c125bf10cf302a1e9b96e43
refs/heads/master
2020-08-07T02:04:22.877913
2019-10-06T22:26:50
2019-10-06T22:26:50
213,252,991
1
0
null
null
null
null
UTF-8
Java
false
false
518
java
package course.capitulo2; import java.util.Locale; import java.util.Scanner; public class Exemplo_DoWhile { public static void main(String[] args) { Locale.setDefault(Locale.US); Scanner sc = new Scanner(System.in); char resp; do { System.out.print("Enter a number: "); double n = sc.nextDouble();...
[ "lfrbessegato@gmail.com" ]
lfrbessegato@gmail.com
371dd4d0392310ecedce2389450eb03fecb57be9
1c9589d4e3bc1523ba1e745a2155433e4bd4b85c
/src/com/javarush/test/level10/lesson04/task05/Solution.java
65d1ca4c267fdc63bf615f74247dda52da99e72b
[]
no_license
Adeptius/JavaRushHomeWork
230a7dfd48b063bf7e62d5b50e7fc3f4b529fc0a
ee587724a7d579463d5deb5211b8e2f4bf902fdb
refs/heads/master
2020-05-22T06:42:56.780076
2019-09-12T15:43:25
2019-09-12T15:43:25
65,140,116
0
0
null
null
null
null
UTF-8
Java
false
false
542
java
package com.javarush.test.level10.lesson04.task05; /* Задача №5 на преобразование целых типов Расставьте правильно операторы приведения типа, чтобы получился ответ: c=256 int a = (byte)44; int b = (byte)300; short c = (byte)(b - a); */ public class Solution { public static void main(String[] args) { i...
[ "adeptius@gmail.com" ]
adeptius@gmail.com
c5d2b3931e9d3c8c048d667ff938add103f0a94c
9186ed673d998368c715bd95accd02cda4880342
/src/main/java/org/gwtproject/event/dom/client/ScrollEvent.java
3ff31731f6d03926d958ff20c38468ce389f3555
[ "Apache-2.0" ]
permissive
TDesjardins/gwt-event-dom
82056f5fa6582f8cb853705416953dec2c8fb468
d86b8762218335ee0f56308d6d95a969df872e86
refs/heads/master
2020-11-30T16:39:48.863625
2019-10-17T20:09:07
2019-10-17T20:09:07
230,444,381
0
0
Apache-2.0
2019-12-27T12:57:58
2019-12-27T12:57:58
null
UTF-8
Java
false
false
1,579
java
/* * Copyright 2018 The GWT Project 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 a...
[ "frank.hossfeld@googlemail.com" ]
frank.hossfeld@googlemail.com