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
04749fb41742ea8244e0de898fcdc60724a5087a
3c9fd716bb9f0a2aa0952b1765a20068b5c3b499
/src/main/java/com/hacker/service/IShippingService.java
d000de9c4a7cee816174d4d8c4557f914a457116
[]
no_license
UncleCatMySelf/SSM_To_Mall
fd57116316060a0d1c9e1f5056f5b41580687e34
c11be8ef383ada88ab8448cce4848883ef906b76
refs/heads/master
2020-03-26T14:23:59.359856
2018-08-16T12:36:31
2018-08-16T12:36:31
144,985,755
2
0
null
null
null
null
UTF-8
Java
false
false
598
java
package com.hacker.service; import com.github.pagehelper.PageInfo; import com.hacker.common.ServiceResponse; import com.hacker.pojo.Shipping; /** * Created by 这个程序员有纹身 on 12/12/17. */ public interface IShippingService { ServiceResponse add(Integer userId, Shipping shipping); ServiceResponse<String> del(In...
[ "awakeningcode@126.com" ]
awakeningcode@126.com
006c8cbecc61601001ee4a615f470fb3e9c89640
f5f5d836c9a2fb7636d02283ccc6753678c273ad
/Enox Server/src/com/rs/game/player/dialogues/OsmanDialogue.java
5790936569c1123e7c8bb193d53a88c3fddccef9
[]
no_license
gnmmarechal/EnoxScapeReloaded
3a48c1925fef1bfb7969230f4258a65ae21c7bf2
ae9639be756b4adb139faa00553adf3e26c488fe
refs/heads/master
2020-04-22T12:54:40.777755
2019-06-28T20:46:34
2019-06-28T20:46:34
170,389,675
0
0
null
null
null
null
UTF-8
Java
false
false
6,176
java
package com.rs.game.player.dialogues; import com.rs.game.player.Skills; import com.rs.game.player.dialogues.Dialogue; public class OsmanDialogue extends Dialogue { private int npcId; @Override public void start() { npcId = (Integer) parameters[0]; if (player.getInventory().containsOneItem(10848, 10849,...
[ "mliberato@gs2012.xyz" ]
mliberato@gs2012.xyz
8675b3d195d76d35d3cf12f4026c91bd09417ee9
de325819e931c79b25fde0ec5db511e6235e98bd
/src/main/java/net/sagebits/tmp/isaac/rest/api1/data/logic/RestLiteralNodeInstant.java
09f0eca00a9b2170ae213702d883b20ec97f4dab
[ "Apache-2.0" ]
permissive
Sagebits/uts-rest-api
d5f318d0be7de6b64801eb3478abc6911973ac88
65c749c16b5f8241bea4511b855e4274c330e0af
refs/heads/develop
2023-05-11T07:37:57.918343
2020-05-18T06:49:48
2020-05-18T06:49:48
157,817,215
0
0
Apache-2.0
2023-05-09T18:06:40
2018-11-16T05:29:17
Java
UTF-8
Java
false
false
3,378
java
/* * Copyright 2018 VetsEZ Inc, Sagebits LLC * * 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...
[ "daniel.armbrust.list@gmail.com" ]
daniel.armbrust.list@gmail.com
87f5142aa1999d070c4470584ec0ad296652f585
09a353c0dee6c67a3a2ea38bbb5b2a8c60ae5ca0
/src/br/com/unipampa/remoa/conexaoHTTP/Logar.java
96c59e7ea3224d80c3c22a085ac5bf2d62408555
[]
no_license
adminremoa/remoav2.1
13f71beef3cb9a1b35f9aa5577e57498a5212bd1
00ee76ecfe2eced6d93d9d9f4fc36334371e2575
refs/heads/master
2021-01-21T12:43:28.650982
2012-08-08T14:22:57
2012-08-08T14:22:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
531
java
package br.com.unipampa.remoa.conexaoHTTP; import java.io.IOException; import java.util.HashMap; import java.util.Map; public class Logar { private final String url; public Logar(String url) throws IOException{ this.url = url; } public boolean logar(String sen, String login) { Map params = new...
[ "=" ]
=
e74ec0c3ad9bef4f5a5b28f2a3c3170e67c52407
01340816f7165798fd857f33b4b4414fa9bf192c
/src/main/java/leetcode/Nine/reverseOnlyLetters/Solution.java
f064c70016760e22651412c4ad411d3cac15636f
[]
no_license
EarWheat/LeetCode
250f181c2c697af29ce6f76b1fdf7c7b0d7fb02c
f440e6c76efb4554e0404cacf137dc1f6677e2e1
refs/heads/master
2023-08-31T06:25:35.460107
2023-08-30T06:41:10
2023-08-30T06:41:10
145,558,499
2
1
null
2023-06-14T22:51:49
2018-08-21T12:05:56
Java
UTF-8
Java
false
false
1,523
java
package leetcode.Nine.reverseOnlyLetters; import java.util.Arrays; /** * @author :liuzhaolu * @description:917. 仅仅反转字母 * @prd : https://leetcode-cn.com/problems/reverse-only-letters/ * @date :2022/2/23 11:33 上午 * @Modification Date Author Description * ------------------------------------------...
[ "2636965138@qq.com" ]
2636965138@qq.com
a2b86e5d0e58a89c77307038d1ba36c166a38a9e
f40c5613a833bc38fca6676bad8f681200cffb25
/extensions/istio/examples/src/main/java/io/fabric8/istio/api/examples/v1beta1/ServiceEntryExample.java
018a2192b87815de9ab497b96447e24f63b24c13
[ "Apache-2.0" ]
permissive
rohanKanojia/kubernetes-client
2d599e4ed1beedf603c79d28f49203fbce1fc8b2
502a14c166dce9ec07cf6adb114e9e36053baece
refs/heads/master
2023-07-25T18:31:33.982683
2022-04-12T13:39:06
2022-04-13T05:12:38
106,398,990
2
3
Apache-2.0
2023-04-28T16:21:03
2017-10-10T09:50:25
Java
UTF-8
Java
false
false
2,337
java
/** * Copyright (C) 2015 Red Hat, 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...
[ "marc@marcnuri.com" ]
marc@marcnuri.com
5f4ad0625488dc4a300aba372afb30cafab4bf8c
7040527ed67d9046a98d802b98bd449002d66d1c
/travisjr/src/main/java/com/lonepulse/travisjr/TravisJrException.java
35ede13ecac7a88e433f685af8e078169fd45674
[ "Apache-2.0" ]
permissive
wvengen/Travis-Jr
ca1a45b4aee52d1762d8bdd79632b9f952c6cdd8
41f3c9a94221435b12ffc552c9a6b677e43df563
refs/heads/master
2021-01-15T20:33:11.734589
2014-07-18T20:53:27
2014-07-18T20:53:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,663
java
package com.lonepulse.travisjr; /* * #%L * Travis Jr. * %% * Copyright (C) 2013 Lonepulse * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
[ "lahiru@lonepulse.com" ]
lahiru@lonepulse.com
08bcf73bd9af7a2fd0319fb809ad1aedd78e8b31
1d0601ba9c4ff00e0d2772804dc36e49fc9d869f
/src/mit/introduction_to_computer_science/problem_set_five/WordTrigger.java
30d342fc5133a4bf82111866b931660c21a03c26
[ "Giftware" ]
permissive
CiroDeLeon/mit
914cfbdc915706df81799bd827bb94a635ef0ad5
60d46df61b91ed0ef160e636f8693faebefedd95
refs/heads/master
2021-01-14T09:55:03.917104
2017-02-15T01:16:56
2017-02-15T01:16:56
82,005,850
1
0
null
null
null
null
UTF-8
Java
false
false
1,053
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 mit.introduction_to_computer_science.problem_set_five; /** * * @author Usuario1 */ public class WordTrigger im...
[ "Usuario1@Usuario" ]
Usuario1@Usuario
10641f999d9a4ab29768f97446c68a4a15cd8646
e6be1c458851a19b5f53e86e8505fe07bc5c6014
/Ghidra/Framework/Docking/src/main/java/docking/widgets/GenericDateCellRenderer.java
7a65b1d9a0ae9ef57921300496d31b7a498d7fec
[ "Apache-2.0", "GPL-1.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
penhoi/ghidra-decompiler
6a950ad56acc467fa4fd771097d068d9785d36e0
151133f957e8fb4172cd6f0f4b750b5948df4c95
refs/heads/master
2020-05-19T16:46:36.863144
2019-07-26T01:17:19
2019-07-26T01:17:19
185,118,431
17
7
Apache-2.0
2019-07-10T10:16:13
2019-05-06T03:36:43
Java
UTF-8
Java
false
false
1,762
java
/* ### * IP: GHIDRA * * 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 writin...
[ "46821332+nsadeveloper789@users.noreply.github.com" ]
46821332+nsadeveloper789@users.noreply.github.com
8af192e5c797b9afe0493f2ff976ff73a744514d
aa9b39c681f65079d36d072abfb43a12dc686efa
/jsoagger-jfxcore-engine/src/main/java/io/github/jsoagger/jfxcore/engine/components/security/UIContext.java
5bbb2e543a8c079bf5e2b6f2d5330df1145129ee
[ "Apache-2.0" ]
permissive
HuyaAuto/jsoagger-fx
1da426f4bbd864fcc302b472c94db1dc4a2ef2cd
97012d09e58ea2486c68762f121dc9fcd52e5e9d
refs/heads/master
2023-04-18T06:12:09.741134
2020-04-25T12:03:14
2020-04-25T12:03:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,610
java
/*- * ========================LICENSE_START================================= * JSoagger * %% * Copyright (C) 2019 JSOAGGER * %% * 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 * * ...
[ "rmvonji@gmail.com" ]
rmvonji@gmail.com
e0e98f7a42b1aa00f6f85382f9c2e92e5bb42450
c37d2a36312534a55c319b19b61060649c7c862c
/app/src/main/java/com/spongycastle/cms/CMSRuntimeException.java
7cd9857ccc89d9e46eaebfa69489eb32bb3bb92f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
trwinowiecki/AndroidTexting
f5626ad91a07ea7b3cd3ee75893abf8b1fe7154f
27e84a420b80054e676c390b898705856364b340
refs/heads/master
2020-12-30T23:10:17.542572
2017-02-01T01:46:13
2017-02-01T01:46:13
80,580,124
0
0
null
null
null
null
UTF-8
Java
false
false
476
java
package com.spongycastle.cms; public class CMSRuntimeException extends RuntimeException { Exception e; public CMSRuntimeException( String name) { super(name); } public CMSRuntimeException( String name, Exception e) { super(name); this.e =...
[ "trw0511@gmail.com" ]
trw0511@gmail.com
0187becad91be76b482dc8861f937edd0f77064d
faea9e6e294eb4546a548249e1ad698765a332f4
/Client(using Fragment)/AnimalsShelter/app/src/main/java/com/app/animalsshelter/content/get_list_animals/GetListAnimalsFragment.java
6199e2558e44e1d7a8226af4c98db73cf30a2150
[]
no_license
jintoga/Client-Server-animal-shelter
9e777e760d28dabe45ebfbbbeaf33bc4533e8de2
6f5a2b2366c02238dd445a85354556282df354e8
refs/heads/master
2021-01-10T09:10:11.940235
2015-08-18T17:20:09
2015-08-18T17:20:09
36,151,224
0
0
null
null
null
null
UTF-8
Java
false
false
6,418
java
package com.app.animalsshelter.content.get_list_animals; import android.app.FragmentTransaction; import android.content.Intent; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android....
[ "jintoga123@yahoo.com" ]
jintoga123@yahoo.com
f450f7b0ea6077a90fc90506803c4f274c86d45b
f6899a2cf1c10a724632bbb2ccffb7283c77a5ff
/glassfish-4.1.1/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIConstants.java
b4fb79af77fe0b4b08f73a0997f3756c8149184d
[]
no_license
Appdynamics/OSS
a8903058e29f4783e34119a4d87639f508a63692
1e112f8854a25b3ecf337cad6eccf7c85e732525
refs/heads/master
2023-07-22T03:34:54.770481
2021-10-28T07:01:57
2021-10-28T07:01:57
19,390,624
2
13
null
2023-07-08T02:26:33
2014-05-02T22:42:20
null
UTF-8
Java
false
false
5,258
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
[ "fgonzales@appdynamics.com" ]
fgonzales@appdynamics.com
2a86a8318065ae468ec6df2938104f8c720f9e67
82a8f35c86c274cb23279314db60ab687d33a691
/duokan/reader/ui/reading/rw.java
2d9ff193256b93c25907b2935f5a21649c086e55
[]
no_license
QMSCount/DReader
42363f6187b907dedde81ab3b9991523cbf2786d
c1537eed7091e32a5e2e52c79360606f622684bc
refs/heads/master
2021-09-14T22:16:45.495176
2018-05-20T14:57:15
2018-05-20T14:57:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
824
java
package com.duokan.reader.ui.reading; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.drawable.Drawable; public class rw extends Drawable { final /* synthetic */ qh a; protected rw(qh qhVar) { this.a = qhVar; } publ...
[ "lixiaohong@p2peye.com" ]
lixiaohong@p2peye.com
6b48b9aba7d2ec535929edaca9b5723b6663d1ef
1880559c0770b9c0587a175e0cb416736e677c71
/agent-plugins/agent-plugin-mysql-commons/src/main/java/com/yametech/yangjian/agent/plugin/mysql/commons/druid/sql/dialect/mysql/ast/clause/MySqlIterateStatement.java
0ca2f484c32be06a5484462766a01afd23940bac
[ "Apache-2.0" ]
permissive
hbkuang/yangjian
09589f27fb9f6659b56a40a7fd603517a1ac8a5d
a13042cfa467fe7913064d3d86c010584648ec1e
refs/heads/master
2023-08-03T20:10:40.389648
2021-03-01T02:29:55
2021-03-01T02:29:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,336
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...
[ "liming.d.pro@gmail.com" ]
liming.d.pro@gmail.com
ef9ee0ceddee57b0e828b4cd0e0be3a4776ee250
6de2301bbc9048d1a363d44231273f3db9da4ec6
/bitcamp-java-basic/src/step21/ex3/Exam04_6.java
feff3150bfbaf9e8ca1c09d4aa1521ca26e40b39
[]
no_license
sunghyeondong/bitcamp
5265d207306adec04223dd0e0d958661334731fa
c4a7d0ba01b0d6b684c67004e6c487b61c6656d6
refs/heads/master
2021-01-24T10:28:52.267015
2018-10-24T01:32:45
2018-10-24T01:32:45
123,054,630
0
0
null
null
null
null
UTF-8
Java
false
false
1,004
java
// 던지는 예외 받기 - 다형적 변수의 특징을 이용하여 여러 예외를 한 catch에서 받을 수 있다. package step21.ex3; import java.io.IOException; import java.sql.SQLException; public class Exam04_6 { static void m(int i) throws Exception, RuntimeException, SQLException, IOException { if (i == 0) throw new Exception(); ...
[ "tjdgusehd0@naver.com" ]
tjdgusehd0@naver.com
cb8640e1cbd7505ca115610a9bb867956446e94e
ca87f2c2e46be07c54f5579b0bec802fa0daba49
/src/main/java/com/demo/api/entity/SysUser.java
a96e96193e9ad14227ddbe247476ef128394dd9f
[]
no_license
wanghws/SpringBootMVC
81f338c01f436b59f2b6e8161e1af0c9a84e888d
9e9d6d550f187500114c4b103c446c830c46df53
refs/heads/master
2020-05-20T11:16:48.341745
2019-05-08T07:50:58
2019-05-08T07:50:58
185,546,224
0
0
null
null
null
null
UTF-8
Java
false
false
2,801
java
package com.demo.api.entity; import com.baomidou.mybatisplus.annotation.TableField; import com.demo.api.commons.entity.BaseEntity; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml...
[ "wanghws@gmail.com" ]
wanghws@gmail.com
6069a4a4661029c451fa3626c780d4ed05d826c4
2e98a39e61db1e5da89a71607b13082af4ddca94
/flexwdreanew/src/com/flexwm/server/op/PmSupplierBankAccount.java
2110626663d677391f62639df0c27963df78bcd2
[]
no_license
ceherrera-sym/flexwm-dreanew
59b927a48a8246babe827f19a131b9129abe2a52
228ed7be7718d46a1f2592c253b096e1b942631e
refs/heads/master
2022-12-18T13:44:42.804524
2020-09-15T15:01:52
2020-09-15T15:01:52
285,393,781
0
0
null
null
null
null
UTF-8
Java
false
false
1,258
java
/** * SYMGF * Derechos Reservados Mauricio Lopez Barba * Este software es propiedad de Mauricio Lopez Barba, y no puede ser * utilizado, distribuido, copiado sin autorizacion expresa por escrito. * * @author Mauricio Lopez Barba * @version 2013-10 */ package com.flexwm.server.op; import com.symgae.server.PmO...
[ "ceherrera.symetria@gmail.com" ]
ceherrera.symetria@gmail.com
feba432a76fd0d5fc9e7a92fff64169b3245f687
352163a8f69f64bc87a9e14471c947e51bd6b27d
/bin/ext-integration/sap/core/sapcore/src/de/hybris/platform/sap/core/configuration/global/impl/package-info.java
3677e0bae7ca2e4c7619ae9a82be085f4002e0d1
[]
no_license
GTNDYanagisawa/merchandise
2ad5209480d5dc7d946a442479cfd60649137109
e9773338d63d4f053954d396835ac25ef71039d3
refs/heads/master
2021-01-22T20:45:31.217238
2015-05-20T06:23:45
2015-05-20T06:23:45
35,868,211
3
5
null
null
null
null
UTF-8
Java
false
false
560
java
/* * [y] hybris Platform * * Copyright (c) 2000-2014 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of t...
[ "yanagisawa@gotandadenshi.jp" ]
yanagisawa@gotandadenshi.jp
b6479d7f0769a94fe8139edb804ea44b95d82737
6ed973a3d7de6e384a6aaa11492923cb1ae23d19
/platform/com.netifera.platform.core/com.netifera.platform.tasks/src/com/netifera/platform/tasks/internal/Task.java
960b3b0eac9ea77838badc0a84365cb37b4a3f1a
[]
no_license
juli/netifera
e598445a11109e0d0dac48577befcef3835fa4c6
d70fcaa92bfbe299b924314a10991d4445d96cd0
refs/heads/master
2020-12-25T08:19:23.881797
2009-07-15T01:03:08
2009-07-15T01:03:08
180,060
1
0
null
null
null
null
UTF-8
Java
false
false
5,337
java
package com.netifera.platform.tasks.internal; import java.io.PrintWriter; import java.io.StringWriter; import com.netifera.platform.api.dispatcher.IMessenger; import com.netifera.platform.api.log.ILogger; import com.netifera.platform.api.tasks.ITask; import com.netifera.platform.api.tasks.ITaskMessenger; import com.n...
[ "bruce@netifera.com" ]
bruce@netifera.com
9ce96d60b1132774186120d3fa0554c15340d198
db97ce70bd53e5c258ecda4c34a5ec641e12d488
/src/main/java/com/alipay/api/domain/AlipaySecurityRiskCustomerriskQueryModel.java
de14d2c821bd0e9787766ff8f1d842368a3d92cf
[ "Apache-2.0" ]
permissive
smitzhang/alipay-sdk-java-all
dccc7493c03b3c937f93e7e2be750619f9bed068
a835a9c91e800e7c9350d479e84f9a74b211f0c4
refs/heads/master
2022-11-23T20:32:27.041116
2020-08-03T13:03:02
2020-08-03T13:03:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,114
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-03-19 20:39:24 */ public class AlipaySecurityRiskCustomerriskQueryModel extends AlipayObject { private static final long ser...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
04107a03f8e849c9fcaf40a00afd80078c17bab6
40665051fadf3fb75e5a8f655362126c1a2a3af6
/eclipse-milo/8b6ca0d837a6767f07ffb9c454a641870eb16094/885/AbstractNodeManager.java
e0c00e37a667762ded2cf85da9f5117631212210
[]
no_license
fermadeiral/StyleErrors
6f44379207e8490ba618365c54bdfef554fc4fde
d1a6149d9526eb757cf053bc971dbd92b2bfcdf1
refs/heads/master
2020-07-15T12:55:10.564494
2019-10-24T02:30:45
2019-10-24T02:30:45
205,546,543
2
0
null
null
null
null
UTF-8
Java
false
false
3,549
java
/* * Copyright (c) 2019 the Eclipse Milo Authors * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.milo.opcua.sdk.serve...
[ "fer.madeiral@gmail.com" ]
fer.madeiral@gmail.com
5ddf14cc14e02eda13b25b4256094e6f13484ff4
134fca5b62ca6bac59ba1af5a5ebd271d9b53281
/build/stx/libjava/tests/mauve/java/src/gnu/testlet/java/io/OutputStreamWriter/jdk11.java
f7fc22889c304f31531a6acbe5d0c822d2429116
[ "MIT" ]
permissive
GunterMueller/ST_STX_Fork
3ba5fb5482d9827f32526e3c32a8791c7434bb6b
d891b139f3c016b81feeb5bf749e60585575bff7
refs/heads/master
2020-03-28T03:03:46.770962
2018-09-06T04:19:31
2018-09-06T04:19:31
147,616,821
3
2
null
null
null
null
UTF-8
Java
false
false
3,148
java
// Test for OutputStreamWriter methods // Written by Daryl Lee (dol@sources.redhat.com) // Elaboration of except.java by paul@dawa.demon.co.uk // This file is part of Mauve. // Mauve is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the F...
[ "gunter.mueller@gmail.com" ]
gunter.mueller@gmail.com
b1fbd3ececc0973049a9991ea33e97f215c13a39
5272ea9b2c0679a5ba5ef4b7cabcf75a30634ee2
/spring-messaging/src/test/java/org/springframework/messaging/simp/user/UserRegistryMessageHandlerTests.java
c74c720182e0d015e9b85f33e7104860682bf344
[ "Apache-2.0" ]
permissive
whvixd/spring4-note
ad3fa3a79fc0a23b8f6bc5e27770b3eaa09c0593
1f37db9f25bdadb09f417ce84f6266921c308dee
refs/heads/master
2022-12-30T16:36:20.729963
2020-10-21T03:47:10
2020-10-21T03:47:10
269,893,579
0
0
null
null
null
null
UTF-8
Java
false
false
6,286
java
/* * Copyright 2002-2015 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...
[ "wangzhx@fxiaoke.com" ]
wangzhx@fxiaoke.com
8a969217e960295f352915915a3846c910468f46
a2158de9ea231b4433ef32a7e98f1072b2eae4a6
/lib/src/main/java/com/d/lib/taskscheduler/schedule/Schedulers.java
4b2e9643390d947dcfbbb1c95f5ea03bbd924c92
[ "Apache-2.0" ]
permissive
Dsiner/TaskScheduler
bde1c2735aa7d7ff2f051f3a5c69e75fc42aa8ee
2ec38923137adae528f85c4a14c0edfea463a2a8
refs/heads/master
2021-06-19T21:08:44.885924
2020-12-24T13:29:10
2020-12-24T13:29:10
133,646,662
6
2
null
null
null
null
UTF-8
Java
false
false
1,896
java
package com.d.lib.taskscheduler.schedule; import android.os.Looper; import android.support.annotation.IntDef; import android.support.annotation.NonNull; import com.d.lib.taskscheduler.TaskScheduler; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionP...
[ "s90789@outlook.com" ]
s90789@outlook.com
70b0f6ce377042e7d7c9bf2c157ac19fc450bd47
4abd603f82fdfa5f5503c212605f35979b77c406
/html/Programs/hw4-diff/r04522627-208-10/Diff.java
b6dd6e765fed3e9bb156e72646dc1e0376d8d196
[]
no_license
dn070017/1042-PDSA
b23070f51946c8ac708d3ab9f447ab8185bd2a34
5e7d7b1b2c9d751a93de9725316aa3b8f59652e6
refs/heads/master
2020-03-20T12:13:43.229042
2018-06-15T01:00:48
2018-06-15T01:00:48
137,424,305
0
0
null
null
null
null
UTF-8
Java
false
false
5,322
java
import java.util.Iterator; import java.util.NoSuchElementException; public class Deque<Item> implements Iterable<Item> { private int N; // number of elements on queue private Node<Item> first; // beginning of queue private Node<Item> last; // end of queue // helper lin...
[ "dn070017@gmail.com" ]
dn070017@gmail.com
ef46ca5fdc09b3e02cd4951c3899590aea56651c
942b915c089e0a97cd57bbdaac40ea5f1c9688c2
/src/main/java/com/liangxunwang/unimanager/dao/ScoreRuleDao.java
5699febe034e629bfc1b8a77f4e87d95b85d7681
[]
no_license
eryiyi/LbinsManager
86e8648804b391beed69cab085a43f1ea6ee59c7
05f9f745178da26ac3e78fe6add37e56f02ecbde
refs/heads/master
2021-01-10T11:50:40.649724
2016-04-02T02:33:38
2016-04-02T02:33:38
55,196,053
0
1
null
null
null
null
UTF-8
Java
false
false
439
java
package com.liangxunwang.unimanager.dao; import com.liangxunwang.unimanager.model.ScoreRule; import org.springframework.stereotype.Repository; import java.util.List; /** * Created by liuzwei on 2015/2/4. */ @Repository("scoreRuleDao") public interface ScoreRuleDao { public void save(ScoreRule scoreRule); ...
[ "826321978@qq.com" ]
826321978@qq.com
b2288961b4e151e8813b9f9360ad677fafd07c06
b02d70f6d23cbfe3cc9424e6c08369bfc29ad6bc
/li.strolch.service/src/main/java/li/strolch/command/AddResourceCollectionCommand.java
e3c15b5fa23eb0a59fdae738807d730a2ba5f27a
[ "Apache-2.0" ]
permissive
garunjp/strolch
d7df3f4d07f412e92d1907fce36b2afd435050af
e44094d861ac1efcc5ba99c0779568e850b7c555
refs/heads/master
2020-12-27T15:00:47.586870
2015-03-02T13:03:02
2015-03-02T13:03:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,405
java
/* * Copyright 2013 Robert von Burg <eitch@eitchnet.ch> * * 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...
[ "eitch@eitchnet.ch" ]
eitch@eitchnet.ch
493e97072de3a2012f466c91dca80fa09d0ec470
8dadce08a76ce387608951673fc0364feaa9a06a
/flexodesktop/generators/flexocodegenerator/src/test/java/org/openflexo/generator/AllCGTests.java
53dca37faa1c10478b36bdd179acff0885235c1c
[]
no_license
melbarra/openflexo
b8e1a97d73a9edebad198df4e776d396ae8e9a09
9b2d8efe1982ec8f64dee8c43a2e7207594853f3
refs/heads/master
2021-01-24T02:22:47.141424
2012-03-12T00:15:57
2012-03-12T00:15:57
2,756,256
0
0
null
null
null
null
UTF-8
Java
false
false
1,242
java
/* * (c) Copyright 2010-2011 AgileBirds * * This file is part of OpenFlexo. * * OpenFlexo is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any late...
[ "guillaume.polet@gmail.com" ]
guillaume.polet@gmail.com
b819d74a12e3366f0482adc2ca83751bba4bb491
6cef34a322f0e0b9cfc2d995321edcf068e69cc5
/HelloSpring/src/test/java/hello/HelloSpring/repository/MemoryMemberRepositoryTest.java
efa8222cb7cbed0010f15e3defbbbb248cf695d6
[]
no_license
ev15963/IntelliJ_Spring
1b3e302259c95c6cee47cc9e4701d5a378b8cf1f
a9f4e385e4eca3b73ffbcfe5cf647d6d39b5c402
refs/heads/master
2023-09-04T07:14:24.897944
2023-08-30T22:33:50
2023-08-30T22:33:50
254,678,085
0
0
null
2020-10-14T00:13:22
2020-04-10T16:06:48
Java
UTF-8
Java
false
false
1,595
java
package hello.HelloSpring.repository; import hello.HelloSpring.domain.Member; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import java.util.List; import static org.assertj.core.api.Assertions.assertThat; class MemoryMemberRepositoryTest { M...
[ "ev15963@hs.ac.kr" ]
ev15963@hs.ac.kr
e7e0c496a7404763eebebf23805abeb425177e2a
a52a0ccc2cc1ee565a67c670bd6849ae65688b3e
/app/src/main/java/uinbdg/developer/surveriorapps/DashboardActivity.java
78bac88733cdcd17ab622557a434aea30ad600fb
[]
no_license
NikkoES/Surverior
bb804768c11ff2ded2669f586f916b99ad8810ff
58e231c71cf9d121ffa25423f4157557273b45de
refs/heads/master
2021-05-01T14:31:20.053766
2018-02-11T06:56:33
2018-02-11T06:56:33
121,086,952
0
0
null
null
null
null
UTF-8
Java
false
false
5,281
java
package uinbdg.developer.surveriorapps; import android.support.annotation.ColorRes; import android.support.v4.content.ContextCompat; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.aurelhubert.ahbottomnavigation.AHBottomNavigation; import com.aurelhubert.ahbottomnavigation.AHBott...
[ "nikkoeka04@gmail.com" ]
nikkoeka04@gmail.com
0575e6f25b1f0258db27f0b4985d0de95a6a30bd
5f67a36915a67c07fda935215883517d933d8021
/src/cf529d3/D.java
0641654254d9aeedcdd41b701d91667670262640
[]
no_license
joedurie/java
79679ea3b3e2da979fe85e3e3fec2e0a7e06ff83
9abb2d86a8a4b7a2ff0e933e0b1ba81b758cb311
refs/heads/master
2020-07-27T14:04:31.261585
2019-09-17T18:07:14
2019-09-17T18:07:14
209,116,065
0
0
null
null
null
null
UTF-8
Java
false
false
687
java
package cf529d3; import java.util.*; public class D { public static void main(String[]args){ Scanner sc=new Scanner(System.in); int n=sc.nextInt(); HashMap<Integer,TreeSet<Integer>>map=new HashMap<Integer,TreeSet<Integer>>(); for(int i=1;i<=n;i++) map.put(i,new TreeSet<Integer>()); for(int i=1;i<...
[ "45380849+joedurie@users.noreply.github.com" ]
45380849+joedurie@users.noreply.github.com
60431dcfb32569143695d66e067441d9f0315947
69c00032e21079eb41b86c2085d38b8ba3e6e5cb
/Development_library/05Coding/安卓/andr_b/src/cn/suanzi/baomi/shop/activity/BillDetailActivity.java
83f20a2b86b111d66bc791e46937dcaed92d3a2c
[]
no_license
qiaobenlaing/coupon
476b90ac9c8a9bb56f4c481c3e0303adc9575133
32a53667f0c496cda0d7df71651e07f0138001d3
refs/heads/master
2023-01-20T03:40:42.118722
2020-11-20T00:59:29
2020-11-20T01:13:28
312,522,162
0
0
null
null
null
null
UTF-8
Java
false
false
390
java
package cn.suanzi.baomi.shop.activity; import android.app.Fragment; import cn.suanzi.baomi.base.SingleFragmentActivity; import cn.suanzi.baomi.shop.fragment.BillDetailFragment; /** * 账单详情 * @author wensi.yu * */ public class BillDetailActivity extends SingleFragmentActivity{ @Override protected Fragment create...
[ "980415842@qq.com" ]
980415842@qq.com
feb9a0e72b128ff9969a26a87a56383b9c62739d
01b23223426a1eb84d4f875e1a6f76857d5e8cd9
/icefaces3/scratchpads/ice-6600/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/menuBar/MenuBarClick.java
4e269e6350aa104242bd06f8edd9c586435fb5cd
[ "Apache-2.0" ]
permissive
numbnet/icesoft
8416ac7e5501d45791a8cd7806c2ae17305cdbb9
2f7106b27a2b3109d73faf85d873ad922774aeae
refs/heads/master
2021-01-11T04:56:52.145182
2016-11-04T16:43:45
2016-11-04T16:43:45
72,894,498
0
0
null
null
null
null
UTF-8
Java
false
false
2,748
java
/* * Copyright 2004-2012 ICEsoft Technologies Canada Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the * License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
[ "ted.goddard@8668f098-c06c-11db-ba21-f49e70c34f74" ]
ted.goddard@8668f098-c06c-11db-ba21-f49e70c34f74
0b7ce1a572522a9bf47061f2c192351b15b9ee23
b49d56ae4b22eba2f5b04b7f16b6db8d18022fe8
/ScheduledRequest/src/main/java/com/appzoneltd/lastmile/microservice/scheduledrequest/OAuth2ResourceServerConfig.java
609a0d27ede98ec40808b015a0bcdffecc890091
[]
no_license
hashish93/last-mile-backend
15259d7bbeadcf6c1b10fde4917279cd208b30cf
b15f29ac6aea277941b386e7ba8019d0ecf206ab
refs/heads/master
2020-04-07T14:31:54.409913
2018-11-20T21:15:09
2018-11-20T21:15:09
158,450,997
0
1
null
null
null
null
UTF-8
Java
false
false
839
java
package com.appzoneltd.lastmile.microservice.scheduledrequest; import org.springframework.context.annotation.Configuration; import org.springframework.security.access.expression.method.MethodSecurityExpressionHandler; import org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity...
[ "m.hashish93@gmail.com" ]
m.hashish93@gmail.com
08ff4e9bb7cdc4e3fdb3fc66e05ca9f7884c5d6a
573a66e4f4753cc0f145de8d60340b4dd6206607
/JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/363862/ij120-src/source/ij/plugin/PGM_Reader.java
ccfec35a578a3d49bdb349578787b5a07002114c
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mkaouer/Code-Smells-Detection-in-JavaScript
3919ec0d445637a7f7c5f570c724082d42248e1b
7130351703e19347884f95ce6d6ab1fb4f5cfbff
refs/heads/master
2023-03-09T18:04:26.971934
2022-03-23T22:04:28
2022-03-23T22:04:28
73,915,037
8
3
null
2023-02-28T23:00:07
2016-11-16T11:47:44
null
UTF-8
Java
false
false
4,999
java
package ij.plugin; import java.awt.*; import java.awt.image.*; import java.io.*; import ij.*; import ij.io.*; import ij.process.*; /** This plug-in opens PGM (portable graymap) format images. The portable graymap format is a lowest common denominator grayscale file format. The definition is as follo...
[ "mmkaouer@umich.edu" ]
mmkaouer@umich.edu
8b91bfd9869b274e287d577632bf9f57d8a2ab8f
c705c7b80b19a9f769490293e8b0f5517e6d2237
/src/main/java/com/codefountain/security/entity/Post.java
ec5d268302a828d35b6d0b60b11e5af73ed23df6
[]
no_license
musibs/bitcoin-portfolio-spring-security
a330b5656a26d9f558478e9431738a0591b76eed
c027614415101d09a355f0d9a79f6ae5055ab1a8
refs/heads/master
2022-07-05T03:13:34.515737
2020-05-21T04:20:00
2020-05-21T04:20:00
265,756,869
0
0
null
null
null
null
UTF-8
Java
false
false
530
java
package com.codefountain.security.entity; import org.bson.types.ObjectId; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.ToString; @Getter @ToString @EqualsAndHashCode public class Post { private String id; private final String userName; private final String content; private final long tim...
[ "musib.somnath@gmail.com" ]
musib.somnath@gmail.com
315061a1b694655d2251a653cf9c40391dd5b1dd
e7b92be503ff0ff8303e866fecad137a0937ed85
/back-end/hub-codegen/src/test/resources/OpenApi2JaxRsTest/_expected-nzdax/generated-api/src/main/java/org/example/api/beans/TradeResponse.java
0453f7ef0710857f8d36e6643973868df0721f58
[ "Apache-2.0" ]
permissive
anniyanvr/apicurio-studio
2a2a6a82ce50aecdfc58ea41a85673ab1d63af6a
8be546683a72efec1258fe72c28badd625085539
refs/heads/master
2023-08-16T18:08:36.453778
2021-04-21T07:23:21
2021-04-21T07:23:21
135,623,068
0
0
Apache-2.0
2021-04-28T20:09:30
2018-05-31T18:48:46
Java
UTF-8
Java
false
false
4,397
java
package org.example.api.beans; import java.util.Date; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyDescription; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @JsonInclude(JsonInclude.Include...
[ "eric.wittmann@gmail.com" ]
eric.wittmann@gmail.com
84b519d219a4375c06f20995340140afad5523d2
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_bf21f5a1e362ded0a801240b5c0cf603d3f903d1/ArchetypeIDTest/9_bf21f5a1e362ded0a801240b5c0cf603d3f903d1_ArchetypeIDTest_t.java
fb8a253d68d014de20dcfcceab5a73d11de9260f
[]
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,973
java
/* * component: "openEHR Reference Implementation" * description: "Class ArchetypeIDTest" * keywords: "unit test" * * author: "Rong Chen <rong@acode.se>" * support: "Acode HB <support@acode.se>" * copyright: "Copyright (c) 2004 Acode HB, Sweden" * license: "See notice at bot...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a4b013c715702315da6fbca70ecda9f6be13f44d
873ba033d4c470f88512544bbaeab2a5dbfbf7a6
/Java/CS-316-PrincipleOfProgrammingLanguage-master/Parser/src/Parenthesized.java
019d1ba2034abc398324a032261a53f2c979d289
[]
no_license
derickh93/School-Code
a888c88d8cf1270865b84867c4ed4dcaee619613
fea2081956ceb9941f3ceb58e04fbe8f5b7b4f23
refs/heads/main
2023-05-27T04:41:42.522130
2021-06-10T05:22:04
2021-06-10T05:22:04
301,509,770
0
0
null
null
null
null
UTF-8
Java
false
false
261
java
class Parenthesized extends Primary { Expr expr; Parenthesized(Expr e) { expr = e; } void printParseTree(String indent){ IO.displayln(indent + indent.length() + " <primary> "); String indent1 = indent + " "; expr.printParseTree(indent1); } }
[ "derickhansraj@ymail.com" ]
derickhansraj@ymail.com
4277a4bfab4dc782bd96a3aec4c64a4423a405b6
d3381a70a8c4ac7b35276dee803ee57aff0e60c6
/src/main/java/org/minions/devfund/noemiguzman/battleship/Ocean.java
3d9d4751028d52fd4d465341d0b01c85ae172581
[]
no_license
Cristhian-4237/devfund-h
49c8441e7d531aafbc01714f38d5e2cb587e9519
ea081bc5e689d882ea24a333387b4bbee6071a22
refs/heads/develop
2020-04-02T23:45:59.798185
2018-10-22T01:23:44
2018-10-22T01:23:44
154,878,786
0
0
null
2018-10-26T18:55:44
2018-10-26T18:33:51
Java
UTF-8
Java
false
false
5,224
java
package org.minions.devfund.noemiguzman.battleship; import java.util.HashMap; import java.util.Map; import java.util.Random; /** * Ocean class. */ public class Ocean { private static final int SIZE_OCEAN = 20; private static final int NRO_SHIPS = 13; private static final int BATTLESHIP_NUMBER = 1; p...
[ "carledriss@gmail.com" ]
carledriss@gmail.com
6c214235151c2c8a54e331a594341f9fb60729d4
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/50/org/apache/commons/math/stat/descriptive/SummaryStatistics_getGeometricMean_274.java
cff8a04569c95bb43a514dcc5495b3e22bae6b1e
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
1,598
java
org apach common math stat descript comput summari statist stream data valu ad link add addvalu add addvalu method data valu store memori comput statist larg data stream link storeless univari statist storelessunivariatestatist instanc maintain summari state comput statist configur...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
3b44ed6e8567bfd52cc27437a995019a56209ffe
b9852e928c537ce2e93aa7e378689e5214696ca5
/hse-app-phone-res/build/generated/source/buildConfig/androidTest/debug/com/hd/hse/app/phone/res/test/BuildConfig.java
8f0e897d057814df463ef10e6110d59ad520de14
[]
no_license
zhanshen1373/Hseuse
bc701c6de7fd88753caced249032f22d2ca39f32
110f9d1a8db37d5b0ea348069facab8699e251f1
refs/heads/master
2023-04-04T08:27:10.675691
2021-03-29T07:44:02
2021-03-29T07:44:02
352,548,680
0
2
null
null
null
null
UTF-8
Java
false
false
463
java
/** * Automatically generated file. DO NOT MODIFY */ package com.hd.hse.app.phone.res.test; public final class BuildConfig { public static final boolean DEBUG = Boolean.parseBoolean("true"); public static final String APPLICATION_ID = "com.hd.hse.app.phone.res.test"; public static final String BUILD_TYPE = "de...
[ "dubojian@ushayden.com" ]
dubojian@ushayden.com
cef00f9b2d7b3366b586fddc2612adadcd486afa
0af8b92686a58eb0b64e319b22411432aca7a8f3
/api-vs-impl-small/core/src/main/java/org/gradle/testcore/performancenull_39/Productionnull_3876.java
5ec46e8e42bc3820692d9f14dc8b7d4000e25f9e
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
589
java
package org.gradle.testcore.performancenull_39; public class Productionnull_3876 { private final String property; public Productionnull_3876(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getP...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
9a6dfbed9ce0f8690e3e49ea5aabf41d055c2857
125af5bae85eba5fa8368c4111cc26f3e43ab6c8
/app/src/main/java/com/xlg/android/LoginChannel.java
86d6d551c5eee41b87b2fe89a8037bc50e8c44bd
[]
no_license
jackycaojiaqi/LihaoVV
a3779e45f71f84e2c82b193fd4fa3e7d63ea426d
ea819f460f5202ac0a6f89bc09cbcf62cff9c973
refs/heads/master
2021-01-23T11:33:27.609769
2017-07-10T08:49:45
2017-07-10T08:49:45
93,148,307
0
2
null
null
null
null
UTF-8
Java
false
false
4,401
java
package com.xlg.android; import com.xlg.android.protocol.Header; import com.xlg.android.protocol.Hello; import com.xlg.android.protocol.LogonError; import com.xlg.android.protocol.LogonRequest; import com.xlg.android.protocol.LogonResponse; import com.xlg.android.protocol.Message; import com.xlg.android.protocol.Regis...
[ "353938360@qq.com" ]
353938360@qq.com
166fc26c617ef94edeee7a92e1367597497e7956
56adea945b27ccaf880decadb7f7cb86de450a8d
/importexport/ep-importexport/src/main/java/com/elasticpath/importexport/exporter/exporters/impl/StoreAssociationExporter.java
30025e761035af18aa9b98180e686a1099a7f736
[]
no_license
ryanlfoster/ep-commerce-engine-68
89b56878806ca784eca453d58fb91836782a0987
7364bce45d25892e06df2e1c51da84dbdcebce5d
refs/heads/master
2020-04-16T04:27:40.577543
2013-12-10T19:31:52
2013-12-10T20:01:08
40,164,760
1
1
null
2015-08-04T05:15:25
2015-08-04T05:15:25
null
UTF-8
Java
false
false
3,166
java
package com.elasticpath.importexport.exporter.exporters.impl; import java.util.ArrayList; import java.util.List; import com.elasticpath.common.dto.store.StoreAssociationDTO; import com.elasticpath.domain.store.Store; import com.elasticpath.importexport.common.adapters.DomainAdapter; import com.elasticpath.importexpor...
[ "chris.gomes@pearson.com" ]
chris.gomes@pearson.com
eeda59c8af391b759eaff5acabc797ac29f67d3d
dd789c809afaffc8ee0d59eb621dcaf172f6168a
/jgami-courses/src/main/java/jgami/courses/backend/CourseInfoConverter.java
95307f25a7868de4e8d5623c23d8f4d935d0ba4b
[]
no_license
vicziani/jgami-servlet24
c09d6e32af424e90022078c8e7f8646f4c5db52e
d0d999dcf3853a92bfc588f73a3a30d1dccd90c5
refs/heads/master
2021-01-11T01:50:16.154184
2016-10-13T21:39:26
2016-10-13T21:39:26
70,850,395
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package jgami.courses.backend; import jgami.core.courses.CourseInfo; import org.springframework.core.convert.converter.Converter; public class CourseInfoConverter implements Converter<Course, CourseInfo> { @Override public CourseInfo convert(Course course) { return new CourseInfo(course.getId(), cour...
[ "viczian.istvan@gmail.com" ]
viczian.istvan@gmail.com
f7e4f4b42bec04de64275b5e62f184941b5e8afb
93a82eebc89db6e905bb52505870be1cc689566d
/android_news_mvvm/news/src/main/java/top/zcwfeng/news/homefragment/newslist/NewsListModel.java
cb5e5e51238e19e724b8fa76f5a366c45ca991f7
[]
no_license
zcwfeng/zcw_android_demo
78cdc86633f01babfe99972b9fde52a633f65af9
f990038fd3643478dbf4f65c03a70cd2f076f3a0
refs/heads/master
2022-07-27T05:32:09.421349
2022-03-14T02:56:41
2022-03-14T02:56:41
202,998,648
15
8
null
null
null
null
UTF-8
Java
false
false
2,364
java
package top.zcwfeng.news.homefragment.newslist; import com.xiangxue.network.TecentNetworkApi; import com.xiangxue.network.observer.BaseObserver; import java.util.ArrayList; import java.util.List; import top.zcwfeng.base.customview.customview.BaseCustomViewModel; import top.zcwfeng.base.customview.mvvm.model.BaseMvvm...
[ "zcwfeng@126.com" ]
zcwfeng@126.com
9013357961dda3e25d8644f775a03b69a0a39ae7
b48ceeccd61da07a45ee1fdc68c1b3f4310e4739
/src/basic/com/huateng/ebank/business/customer/getter/IndPbocScoreQueryGetter.java
3388e2dde8b5424b6df36f9703b5d495d65404c9
[]
no_license
chenshibi/IBSCORE
0a8f66560c10b8ae49d94e513359074904e5f4ad
effb4f25a4c3b5e21f34df0cadf8f8b39f2bbd98
refs/heads/master
2022-04-22T16:27:36.702522
2020-04-17T10:47:14
2020-04-17T10:47:14
256,475,829
0
2
null
null
null
null
UTF-8
Java
false
false
3,257
java
/* * ================================================================== * The Huateng Software License * * Copyright (c) 2004-2005 Huateng Software System. All rights * reserved. * ================================================================== */ package com.huateng.ebank.business.customer.getter; import j...
[ "chensibiy@163.com" ]
chensibiy@163.com
c109d5bc04f777fdb933fdc9636c99b480ef5f98
6c102dc10f9185ba47c39a32a1d0f9bb34c6992b
/app/src/main/java/com/shrinktool/rule/ssc/SpecialNumberRuleSet.java
bc240d03fbb5a33afa31f114a0c79db19382f4a1
[]
no_license
azbjx5288/ShrinkTool
646d170bc330078c4da9cc0fa737f1e3c1e4244b
3421b6609b21626d3a007579c71f707c48b1c1ed
refs/heads/master
2021-09-17T18:31:54.061944
2018-07-04T11:32:05
2018-07-04T11:32:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,409
java
package com.shrinktool.rule.ssc; import com.shrinktool.rule.Path; import com.shrinktool.rule.RuleObject; import com.shrinktool.rule.RuleSet; import java.util.ArrayList; /** * 胆码 * Created by Alashi on 2016/5/30. */ public class SpecialNumberRuleSet extends RuleSet { private int type = RuleSet.TYPE_0_9_SXZX; ...
[ "429533813@qq.com" ]
429533813@qq.com
9c829b9d29f144e410a34f4338ea9d89abeec923
78cc0dff55fb2ade8b776390f83a79188157cf57
/DingTalk/com/dingtalk/api/request/OapiOpenencryptEncryptboxStatusUpdateRequest.java
1c6e6d2155199ddce5f6111adbe8561c8b4b06f2
[]
no_license
carlvine500/taobao-sdk-java
e6b3c0f20dd6e7f0d1895d0e2f569046777d71f9
4a49208e4a11d23e9c0a7ca132437671bce0325f
refs/heads/master
2021-07-15T00:15:03.905983
2021-06-28T09:35:41
2021-06-28T09:35:41
247,893,296
0
0
null
2020-03-17T06:12:14
2020-03-17T06:12:14
null
UTF-8
Java
false
false
3,993
java
package com.dingtalk.api.request; import com.taobao.api.internal.mapping.ApiField; import com.taobao.api.TaobaoObject; import java.util.Map; import java.util.List; import com.taobao.api.ApiRuleException; import com.taobao.api.BaseTaobaoRequest; import com.dingtalk.api.DingTalkConstants; import com.taobao.api.Constant...
[ "tingfeng.liu@successchannel.com" ]
tingfeng.liu@successchannel.com
2e61380474d1c706c73743d49c99be1b808a77e0
c24c66e6a95847c234322cee75af9a1c91f6cda8
/plugin/vip/src/main/java/org/zstack/network/service/vip/VipCascadeExtension.java
d74fc5fa52b7d9e429783d5c347b8f2b47280afd
[ "Apache-2.0" ]
permissive
Matrix-lk/zstack
547d66d1357b728158f9627bcddc207fe96b0107
3c60d54d4f56b92aa735d699b9a19f8ad5e1c7eb
refs/heads/master
2021-01-25T13:17:34.083292
2018-02-28T07:55:04
2018-02-28T07:55:04
123,546,870
1
0
null
2018-03-02T07:40:01
2018-03-02T07:40:01
null
UTF-8
Java
false
false
5,754
java
package org.zstack.network.service.vip; import org.springframework.beans.factory.annotation.Autowired; import org.zstack.core.cascade.AbstractAsyncCascadeExtension; import org.zstack.core.cascade.CascadeAction; import org.zstack.core.cascade.CascadeConstant; import org.zstack.core.cloudbus.CloudBus; import org.zstack....
[ "xuexuemiao@yeah.net" ]
xuexuemiao@yeah.net
a3d4ba0624ecb5d9c87d0942e88eb85cedbd3354
bc794d54ef1311d95d0c479962eb506180873375
/kerencourrier/kerencourrier-dao/src/main/java/com/keren/courrier/dao/ifaces/courrier/CourrierDepartDAORemote.java
16e4ee949629efe2863667b55e9b0165716a9070
[]
no_license
Teratech2018/Teratech
d1abb0f71a797181630d581cf5600c50e40c9663
612f1baf9636034cfa5d33a91e44bbf3a3f0a0cb
refs/heads/master
2021-04-28T05:31:38.081955
2019-04-01T08:35:34
2019-04-01T08:35:34
122,177,253
0
0
null
null
null
null
UTF-8
Java
false
false
268
java
package com.keren.courrier.dao.ifaces.courrier; import javax.ejb.Remote; /** * Interface remote de la DAO * @since Wed Jul 18 13:37:32 GMT+01:00 2018 * */ @Remote public interface CourrierDepartDAORemote extends CourrierDepartDAO { }
[ "bekondo_dieu@yahoo.fr" ]
bekondo_dieu@yahoo.fr
d117785827d82214ad339a2b94c3b4527182f6a6
7f52c1414ee44a3efa9fae60308e4ae0128d9906
/core/src/test/java/com/alibaba/druid/bvt/sql/mysql/insert/MySqlInsertTest_27_str_concat.java
794b0d864ab23737708c77312966345ca561bdd1
[ "Apache-2.0" ]
permissive
luoyongsir/druid
1f6ba7c7c5cabab2879a76ef699205f484f2cac7
37552f849a52cf0f2784fb7849007e4656851402
refs/heads/master
2022-11-19T21:01:41.141853
2022-11-19T13:21:51
2022-11-19T13:21:51
474,518,936
0
1
Apache-2.0
2022-03-27T02:51:11
2022-03-27T02:51:10
null
UTF-8
Java
false
false
4,787
java
/* * Copyright 1999-2017 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "szujobs@hotmail.com" ]
szujobs@hotmail.com
635fb59fe377eb5cdc7d407cef332ed67bad4e3b
66fa0ab7de46d9cf9cb32e654a8c35127a87943a
/src/main/java/com/wondertek/core/util/Algorithms/Merge.java
1a39c54173d3b6d8806f4718a91b93e0d4ac9fb5
[]
no_license
zbcstudy/commons-util
b8f3c4730f865c0bdc3bbc78c8cdad0c65ef4ba7
afd0f6a3eb6ad5afb0ea6e5eebb3ffb19bc59a6a
refs/heads/master
2020-04-23T15:49:49.697195
2019-04-01T15:02:23
2019-04-01T15:02:23
171,277,858
0
0
null
null
null
null
UTF-8
Java
false
false
7,078
java
/****************************************************************************** * Compilation: javac Merge.java * Execution: java Merge < input.txt * Dependencies: StdOut.java StdIn.java * Data files: https://algs4.cs.princeton.edu/22mergesort/tiny.txt * https://algs4.cs.princeton.edu/22me...
[ "1434756304@qq.com" ]
1434756304@qq.com
7231bcbb13fa64e9019fe0d6d6d026777589b3ae
2527ba0ca293ac24c212deff64a361fa9e4119cf
/app/src/main/java/com/lq/im/service/listener/Listener.java
2176caac09209544cccfe39b2880026a053f9028
[]
no_license
1352101891/android_mina_client
2eea59ce92b9634464998bc4ef1274a8534a20a7
92faf4c6e8db83e84eff943af5d7befc814e1cab
refs/heads/master
2021-06-26T20:33:51.825813
2021-02-12T15:40:32
2021-02-12T15:40:32
212,015,696
0
0
null
null
null
null
UTF-8
Java
false
false
143
java
package com.lq.im.service.listener; public interface Listener<T> { void process(T t); boolean shouldProcess(T t); void clear(); }
[ "1352101891@qq.com" ]
1352101891@qq.com
58a76f21bf944ea470a6f5cc9471a02a43744a30
eaec4795e768f4631df4fae050fd95276cd3e01b
/src/cmps252/HW4_2/UnitTesting/record_4920.java
68aecb304bc290b429a0ab1cd812285447f93ee5
[ "MIT" ]
permissive
baraabilal/cmps252_hw4.2
debf5ae34ce6a7ff8d3bce21b0345874223093bc
c436f6ae764de35562cf103b049abd7fe8826b2b
refs/heads/main
2023-01-04T13:02:13.126271
2020-11-03T16:32:35
2020-11-03T16:32:35
307,839,669
1
0
MIT
2020-10-27T22:07:57
2020-10-27T22:07:56
null
UTF-8
Java
false
false
2,453
java
package cmps252.HW4_2.UnitTesting; import static org.junit.jupiter.api.Assertions.*; import java.io.FileNotFoundException; import java.util.List; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import cmps252.HW4_2....
[ "mbdeir@aub.edu.lb" ]
mbdeir@aub.edu.lb
1f4e491dc296066c1d13d7dbbd30bd0067328579
c498cefc16ba5d75b54d65297b88357d669c8f48
/commons/src/main/java/ru/catssoftware/configurations/PropertyTransformer.java
9ed78078c6c66f75b669303404340a06a6a9610d
[]
no_license
ManWithShotgun/l2i-JesusXD-3
e17f7307d9c5762b60a2039655d51ab36ec76fad
8e13b4dda28905792621088714ebb6a31f223c90
refs/heads/master
2021-01-17T16:10:42.561720
2016-07-22T18:41:22
2016-07-22T18:41:22
63,967,514
1
2
null
null
null
null
UTF-8
Java
false
false
1,404
java
/* * This file is part of aion-emu <aion-emu.com>. * * aion-emu is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * aion-emu is...
[ "u3n3ter7@mail.ru" ]
u3n3ter7@mail.ru
f6b16706acb7c28c473c9d1118f516f68b8e6f38
0c0f7d6b46b9830ff4baf4a7ae52d6ea74e16248
/xauth/src/main/java/com/github/haozi/service/dto/DepartmentCriteria.java
a6dcfdce29e31bacb31fadf9ec37bccfc136c9c2
[]
no_license
haoziapple/hello-world
e4b76c1447613f55eff36ca65d1cf62bb6113fb1
945d20701749592ae2ed9de25b22d688f7a3bec2
refs/heads/master
2023-01-31T22:51:23.500400
2019-07-12T03:09:41
2019-07-12T03:09:41
52,886,890
3
0
null
2023-01-11T22:17:36
2016-03-01T15:21:52
Java
UTF-8
Java
false
false
4,730
java
package com.github.haozi.service.dto; import java.io.Serializable; import java.util.Objects; import io.github.jhipster.service.filter.BooleanFilter; import io.github.jhipster.service.filter.DoubleFilter; import io.github.jhipster.service.filter.Filter; import io.github.jhipster.service.filter.FloatFilter; import io.gi...
[ "haozixiaowang@163.com" ]
haozixiaowang@163.com
12bea398df240a770072586cde521f6de883ec20
684f50dd1ae58a766ce441d460214a4f7e693101
/common/src/main/java/com/dimeng/p2p/S60/entities/T6048.java
f45043d37bf9de443905b149171c778781fc0e3a
[]
no_license
wang-shun/rainiee-core
a0361255e3957dd58f653ae922088219738e0d25
80a96b2ed36e3460282e9e21d4f031cfbd198e69
refs/heads/master
2020-03-29T16:40:18.372561
2018-09-22T10:05:17
2018-09-22T10:05:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
315
java
package com.dimeng.p2p.S60.entities; import com.dimeng.framework.service.AbstractEntity; /** * 邮件内容表 */ public class T6048 extends AbstractEntity { private static final long serialVersionUID = 1L; /** * 邮件ID,参考T6047.F01 */ public int F01; /** * 内容 */ public String F02; }
[ "humengmeng@rainiee.com" ]
humengmeng@rainiee.com
6a052669cfb5708b53fc0e8eaa885d63fbd954a3
1ca86d5d065372093c5f2eae3b1a146dc0ba4725
/jackson-modules/jackson/src/test/java/com/surya/jackson/dtos/MyDto.java
e7a3ba7ca5a783efdd24ddcda0787288f2338d9d
[]
no_license
Suryakanta97/DemoExample
1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e
5c6b831948e612bdc2d9d578a581df964ef89bfb
refs/heads/main
2023-08-10T17:30:32.397265
2021-09-22T16:18:42
2021-09-22T16:18:42
391,087,435
0
1
null
null
null
null
UTF-8
Java
false
false
1,138
java
package com.surya.jackson.dtos; public class MyDto { private String stringValue; private int intValue; private boolean booleanValue; public MyDto() { super(); } public MyDto(final String stringValue, final int intValue, final boolean booleanValue) { super(); this.str...
[ "suryakanta97@github.com" ]
suryakanta97@github.com
3fcb3ca8411d11f23311b2e47d29a253f609ceb0
21f553e7941c9e2154ff82aaef5e960942f89387
/lang_interface/java/com/intel/daal/algorithms/neural_networks/layers/convolution2d/Convolution2dForwardBatch.java
705a72febb62151b22601749773b9100697954ef
[ "Apache-2.0", "Intel" ]
permissive
tonythomascn/daal
7e6fe4285c7bb640cc58deb3359d4758a9f5eaf5
3e5071f662b561f448e8b20e994b5cb53af8e914
refs/heads/daal_2017_update2
2021-01-19T23:05:41.968161
2017-04-19T16:18:44
2017-04-19T16:18:44
88,920,723
1
0
null
2017-04-20T23:54:18
2017-04-20T23:54:18
null
UTF-8
Java
false
false
7,947
java
/* file: Convolution2dForwardBatch.java */ /******************************************************************************* * Copyright 2014-2017 Intel Corporation * * 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 co...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com
b665bab25c39964d1b7450eba43f458805a85816
d99e6aa93171fafe1aa0bb39b16c1cc3b63c87f1
/stress/src/main/java/com/stress/sub0/sub2/sub3/Class722.java
2b3bf7b261a610be53c63d39d88aa4b4b894ff0f
[]
no_license
jtransc/jtransc-examples
291c9f91c143661c1776ddb7a359790caa70a37b
f44979531ac1de72d7af52545c4a9ef0783a0d5b
refs/heads/master
2021-01-17T13:19:55.535947
2017-09-13T06:31:25
2017-09-13T06:31:25
51,407,684
14
4
null
2017-07-04T10:18:40
2016-02-09T23:11:45
Java
UTF-8
Java
false
false
386
java
package com.stress.sub0.sub2.sub3; import com.jtransc.annotation.JTranscKeep; @JTranscKeep public class Class722 { public static final String static_const_722_0 = "Hi, my num is 722 0"; static int static_field_722_0; int member_722_0; public void method722() { System.out.println(static_const_722_0); } public vo...
[ "soywiz@gmail.com" ]
soywiz@gmail.com
8be2c004b514b17f5381b1b7a4d4c5db505c8f79
cfb6a37d986ceef219c4dd87e27c1babd6e54cd9
/GoldenMango/app/src/main/java/com/goldenmango/lottery/data/UserInfo.java
e85bd6a9d5f1b47472cb968c1ecb6982c43d6e7e
[]
no_license
azbjx5288/shangjia
3d975b0924bb0e3d7b1b6c1e7402f3d314d1ae3d
9af270fc94bcd60a5f33399c0ab3ad71c384c803
refs/heads/master
2021-09-22T15:43:00.720327
2018-09-11T12:58:48
2018-09-11T12:58:48
139,444,560
0
1
null
null
null
null
UTF-8
Java
false
false
5,662
java
package com.goldenmango.lottery.data; import com.google.gson.annotations.SerializedName; /** * Created by Alashi on 2016/1/7. */ public class UserInfo { /** * id : 306 * is_agent : 1 * username : amostest * parent_id : null * forefather_ids : * parent : * forefathers : ...
[ "429533813@qq.com" ]
429533813@qq.com
22888ddc3951d1faf7d00038d9da5cb3bdf45dd3
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Chart/15/org/jfree/chart/plot/PiePlot_getLabelOutlineStroke_1682.java
29616572ae6b04b6e7c827ef18ca29529d975888
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
3,573
java
org jfree chart plot plot displai data form pie chart data link pie dataset piedataset special note star...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
c5b200ce23442431b866c724a351bfb86478e547
c1042b007ea283256441066020f8e4a9208c1f2c
/src/main/java/cn/ms/gateway/common/log/LoggerFactory.java
23e8b23de3706e580e2cdfd93e7e7e8ed1c6561f
[ "MIT" ]
permissive
tomdev2008/ms-gateway
3265a5ccc5bdc087e593c4cc7b2acef4e8db1f3d
f553a96d32808699fc92b71d04ec4b7b284766e3
refs/heads/master
2020-07-29T12:02:27.238560
2016-11-13T08:23:03
2016-11-13T08:23:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,168
java
package cn.ms.gateway.common.log; import cn.ms.gateway.common.log.impl.JdkLoggerFactory; public class LoggerFactory { public static interface InternalLoggerFactory { Logger getLogger(Class<?> clazz); Logger getLogger(String name); } private static InternalLoggerFactory factory; static { initDefaultFacto...
[ "595208882@qq.com" ]
595208882@qq.com
5b69bfacc941418cdcfd4f2da5b4c1e2a0a0fd14
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14626-5-3-NSGA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiHibernateBaseStore_ESTest_scaffolding.java
6eb5fc79e2bfb1bf613bb17b431eabe1c0efc9e1
[]
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
447
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Apr 03 07:53:10 UTC 2020 */ package com.xpn.xwiki.store; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; ...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
8baf8f706095be83df833156b89f6c6f680953fb
4c6adf0ce6ef3f02dcef9c345e0e5e4ff139d886
/Common/FO/fo-jar/fo-order/src/main/java/com/pay/fo/order/service/batchpayment/BatchPaymentToAcctReqDetailService.java
4b55b9d7ece0f36be0eb811c09b5917aae2666e6
[]
no_license
happyjianguo/pay-1
8631906be62707316f0ed3eb6b2337c90d213bc0
40ae79738cfe4e5d199ca66468f3a33e9d8f2007
refs/heads/master
2020-07-27T19:51:54.958859
2016-12-19T07:34:24
2016-12-19T07:34:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,565
java
/** * */ package com.pay.fo.order.service.batchpayment; import java.util.List; import com.pay.inf.exception.AppException; import com.pay.fo.order.dto.batchpayment.BatchPaymentReqBaseInfoDTO; import com.pay.fo.order.dto.batchpayment.BatchPaymentToAcctReqDetailDTO; import com.pay.fo.order.dto.batchpayment.RequestDet...
[ "stanley.zou@hrocloud.com" ]
stanley.zou@hrocloud.com
0aee01645351de4632f5ff4e0e4e64a68c5b2321
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/plugin/finder/live/viewmodel/a$$ExternalSyntheticLambda0.java
cb59ed37201b87aa3a1bf598b210581012700fbd
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
481
java
package com.tencent.mm.plugin.finder.live.viewmodel; import android.view.View; import android.view.View.OnClickListener; public final class a$$ExternalSyntheticLambda0 implements View.OnClickListener { public final void onClick(View arg1) {} } /* Location: L:\local\mybackup\temp\qq_apk\co...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
169133337b249a04b817022f3b10581a9aee3058
3a5985651d77a31437cfdac25e594087c27e93d6
/ojc-core/databasebc/databasebcimpl/test/org/glassfish/openesb/databasebc/extensions/JDBCExtSerializerTest.java
017bdfffb3fcd71eb4ee0250c516490a7aa18d53
[]
no_license
vitalif/openesb-components
a37d62133d81edb3fdc091abd5c1d72dbe2fc736
560910d2a1fdf31879e3d76825edf079f76812c7
refs/heads/master
2023-09-04T14:40:55.665415
2016-01-25T13:12:22
2016-01-25T13:12:33
48,222,841
0
5
null
null
null
null
UTF-8
Java
false
false
8,040
java
/* * BEGIN_HEADER - DO NOT EDIT * * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the "License"). You may not use this file except * in compliance with the License. * * You can obtain a copy of the license at * https://open-jbi-components.dev.java....
[ "bitbucket@bitbucket02.private.bitbucket.org" ]
bitbucket@bitbucket02.private.bitbucket.org
83950ad1c156596139a49ed4e22e5ffc1eca9970
e0d52bbf5d1b657afb07795bf456e8e680302980
/App/TwoAdw/src/twoadw/wicket/website/productmanufacturer/EntityDisplaySlidePage.java
560d9d86d5e0b8294bd53c7b149fdf4e33ec06ab
[]
no_license
youp911/modelibra
acc391da16ab6b14616cd7bda094506a05414b0f
00387bd9f1f82df3b7d844650e5a57d2060a2ec7
refs/heads/master
2021-01-25T09:59:19.388394
2011-11-24T21:46:26
2011-11-24T21:46:26
42,008,889
0
0
null
null
null
null
UTF-8
Java
false
false
1,897
java
/* * Modelibra * * 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...
[ "dzenanr@c25eb2fc-9753-11de-83f8-39e71e4dc75d" ]
dzenanr@c25eb2fc-9753-11de-83f8-39e71e4dc75d
3fe9050c3d745f2aa1d79cd95bc7a15f8710fe0c
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/61/org/apache/commons/math/genetics/GeneticAlgorithm_getCrossoverPolicy_181.java
d3c940223e327c164f40b12be8be71576ba9255a
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
511
java
org apach common math genet implement genet algorithm factor govern oper algorithm configur specif problem version revis date genet algorithm geneticalgorithm ...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
429ea1ad79d7d79becf5ae4780d12716d00b2744
f0d25d83176909b18b9989e6fe34c414590c3599
/app/src/main/java/com/tencent/midas/oversea/api/request/IProductInfoCallback.java
aca4eea3a00cf3ee4f8e41dc7dc02e0becb88921
[]
no_license
lycfr/lq
e8dd702263e6565486bea92f05cd93e45ef8defc
123914e7c0d45956184dc908e87f63870e46aa2e
refs/heads/master
2022-04-07T18:16:31.660038
2020-02-23T03:09:18
2020-02-23T03:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
130
java
package com.tencent.midas.oversea.api.request; public interface IProductInfoCallback { void onProductInfoResp(String str); }
[ "quyenlm.vn@gmail.com" ]
quyenlm.vn@gmail.com
1b323910e0647735d47a023930a06894d47b5ff0
b2f07f3e27b2162b5ee6896814f96c59c2c17405
/javax/xml/transform/stream/StreamResult.java
034e6fb694fef9a86d1c5de5dce004b485b0bc95
[]
no_license
weiju-xi/RT-JAR-CODE
e33d4ccd9306d9e63029ddb0c145e620921d2dbd
d5b2590518ffb83596a3aa3849249cf871ab6d4e
refs/heads/master
2021-09-08T02:36:06.675911
2018-03-06T05:27:49
2018-03-06T05:27:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,232
java
/* */ package javax.xml.transform.stream; /* */ /* */ import java.io.File; /* */ import java.io.OutputStream; /* */ import java.io.Writer; /* */ import java.net.URI; /* */ import javax.xml.transform.Result; /* */ /* */ public class StreamResult /* */ implements Result /* ...
[ "yuexiahandao@gmail.com" ]
yuexiahandao@gmail.com
1bc1ffdf955bab968b4a4aa40bd2f6bd8a472fa9
859963903d96ed693575636c207a27e7d7d858d5
/poo/ejemplos/src/main/java/co/edu/sena/poo/ejemplo05metodos/Ejemplo01.java
9ea9517c5c7ec92f609c8e4e84e0853d819488cd
[]
no_license
yibethpachon24198/1803182G1-Trimestre-2
456c94380f7f7ba80d8f4786caa9bdf8327e3dad
a4209eb13120429f8540d4ac36e59ad30fafd819
refs/heads/master
2020-08-07T14:20:36.015460
2019-08-15T12:02:32
2019-08-15T12:02:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
363
java
package co.edu.sena.poo.ejemplo05metodos; public class Ejemplo01 { public static void main(String[] args) { Calculadora calculadora = new Calculadora(); calculadora.sumar(1,2); calculadora.sumar(2,4.6F); calculadora.sumar("4.6", "7.9"); int a=15; int b=15; ...
[ "hemoreno33@misena.edu.co" ]
hemoreno33@misena.edu.co
b19ae18a0f9a8cca33c591e8b3051d0858931741
2a9dd6077aab664cf4733738799981bf27caf079
/ahpucampus-core/src/main/java/com/stylefeng/guns/core/exception/GunsExceptionEnum.java
1411311d2e851ab539368cba42c5171a2c37a38c
[ "Apache-2.0" ]
permissive
itxiaojian/ahpucampusadmin
45a50c38bda692f4f63e92e1ed5096ba68ee79fb
bc4b4a9a533fb8b179f59df391cb8974a7b4d7c5
refs/heads/master
2020-04-09T10:08:01.214096
2019-03-05T15:19:36
2019-03-05T15:19:36
160,259,463
0
1
null
null
null
null
UTF-8
Java
false
false
979
java
package com.stylefeng.guns.core.exception; /** * Guns异常枚举 * * @author fengshuonan * @Date 2017/12/28 下午10:33 */ public enum GunsExceptionEnum implements ServiceExceptionEnum{ /** * 其他 */ WRITE_ERROR(500,"渲染界面错误"), /** * 文件上传 */ FILE_READING_ERROR(400,"FILE_READING_ERROR!"), FILE_NOT_FOUND(400,"FILE...
[ "2629690209@qq.com" ]
2629690209@qq.com
563801d46289e07d810c02aa503405e002c58f1d
a160e717506a2b6babd9b95500bb017297db7f71
/src/main/java/ch07/instructions/comparisons/ifcond/IFGE.java
4ab899782d489ebf9c08b9a9d1a0b4bd1fc9b414
[]
no_license
zhaohan6357/JVM_java
cb93455143d9f0b879c766a8dec593934be3dc9b
fe7b1b3fde1fe4e4b9098b4f3ae86e02b68adca1
refs/heads/master
2020-03-22T10:41:04.897568
2018-08-09T02:17:11
2018-08-09T02:17:34
139,919,863
0
0
null
null
null
null
UTF-8
Java
false
false
653
java
package ch07.instructions.comparisons.ifcond; import ch07.instructions.base.branch_logic.branch_logic; import ch07.instructions.base.instruction.BranchInstruction; import ch07.rtda.Frame; public class IFGE extends BranchInstruction { /* type IFEQ struct{ base.BranchInstruction } func (self *IFEQ) Execute(fra...
[ "zhaohan6357@163.com" ]
zhaohan6357@163.com
1f770b7435b2109e34b894587371c363ae69667e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/8/8_4665c53fe53a3f22cc1f6e9cbd7688392bfdc398/MainAppFrame/8_4665c53fe53a3f22cc1f6e9cbd7688392bfdc398_MainAppFrame_s.java
55dfe58eb751a354ac43fed1f16bd51942f996c0
[]
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,392
java
package interiores.presentation.swing.views; import interiores.business.events.room.RoomCreatedEvent; import interiores.business.events.room.RoomLoadedEvent; import interiores.core.presentation.SwingController; import interiores.core.presentation.annotation.Listen; import interiores.core.presentation.swing.Swin...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
511acdaf8ecadc590ea3e02d806e596d9f38973f
890af51efbc9b8237e0fd09903f78fe2bb9caadd
/general/report/com/hd/agent/report/model/FundsCustomerReturnReport.java
1c865fdbf9c52169a20cd9b5e7094aaa7954e9ba
[]
no_license
1045907427/project
815fb0c5b4b44bf5d8365acfde61b6f68be6e52a
6eaecf09cd3414295ccf91454f62cf4d619cdbf2
refs/heads/master
2020-04-14T19:17:54.310613
2019-01-14T10:49:11
2019-01-14T10:49:11
164,052,678
0
5
null
null
null
null
UTF-8
Java
false
false
7,779
java
/** * @(#)FundsCustomerReturnReport.java * @author chenwei * 版本历史 * ------------------------------------------------------------------------- * 时间 作者 内容 * ------------------------------------------------------------------------- * Jul 20, 2013 chenwei 创建版本 */ package com.hd.agent.report.model; import java.io.S...
[ "1045907427@qq.com" ]
1045907427@qq.com
35ed7504bbaff822004f293768d8c2a9b0d1a5c3
8b05a92e2d1a2661751818bbb817da919be2a8c5
/test/com/ming/CommandVOTest.java
e9a631aea7bd1144579c24d2842b5008678f474e
[]
no_license
mySoul8012/Move-the-unix-command
fc7eabc8a838b7b8eeb8f9894afdac67793a9c54
f693706f0c55ce8cc69360ca4f49c9a1117dde83
refs/heads/master
2020-04-18T19:48:55.886534
2019-01-29T17:55:59
2019-01-29T17:55:59
167,721,724
0
1
null
2019-02-23T04:41:02
2019-01-26T18:09:32
Java
UTF-8
Java
false
false
492
java
package com.ming; import junit.framework.TestCase; public class CommandVOTest extends TestCase { public void setUp() throws Exception { super.setUp(); String ls = "ls"; CommandVO commandVO = new CommandVO(ls); } public void tearDown() throws Exception { } public void tes...
[ "mingming@mingming.email" ]
mingming@mingming.email
52eb44fbe50a9d4ab242333a738f6982879e3322
122287275ec1666cc27a6b6d06bab4f8b1c4ff33
/实验生成的中间数据/毕设_log/tmp/2021_05_10_08_27_06/EvoSuiteWrapper_45.java
42b03483a022b351f6c87cb37b934a3e766d4d9d
[]
no_license
NJUCWL/symbolic_tools
f036691918b147019c99584efb4dcbe1228ae6c0
669f549b0a97045de4cd95b1df43de93b1462e45
refs/heads/main
2023-05-09T12:00:57.836897
2021-06-01T13:34:40
2021-06-01T13:34:40
370,017,201
2
0
null
null
null
null
UTF-8
Java
false
false
1,483
java
import static tardis.compile.path_condition_distance.DistanceBySimilarityWithPathCondition.distance; import static java.lang.Double.*; import static java.lang.Math.*; import tardis.compile.path_condition_distance.*; import tardis.logging.Level; import tardis.logging.Logger; import java.util.ArrayList; import java.ut...
[ "48467952+NJUCWL@users.noreply.github.com" ]
48467952+NJUCWL@users.noreply.github.com
f35ad30c98c1c29c3fc731b106d76d793acf79b0
02a087e8de0a7d0cfed9dba60e8cff5be4ae3be1
/Research_Bucket/Completed_Archived/ConcolicProcess/oracles/Bellon/bellon_benchmark/sourcecode/j2sdk1.4.0-javax-swing/src/text/html/OptionComboBoxModel.java
eb0cb3071f129ff864bc1b0cf13aeb1e14620113
[]
no_license
dan7800/Research
7baf8d5afda9824dc5a53f55c3e73f9734e61d46
f68ea72c599f74e88dd44d85503cc672474ec12a
refs/heads/master
2021-01-23T09:50:47.744309
2018-09-01T14:56:01
2018-09-01T14:56:01
32,521,867
1
1
null
null
null
null
UTF-8
Java
false
false
1,267
java
/* * @(#)OptionComboBoxModel.java 1.6 01/12/03 * * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package javax.swing.text.html; import javax.swing.*; import javax.swing.event.*; import java.io.Serializable; /** * OptionComboBo...
[ "dxkvse@rit.edu" ]
dxkvse@rit.edu
0524b12bee0e7ddd78dcb0a39bb922f345a00937
db65addba08664383d6ff3424f568b32738b5630
/src/main/java/com/era/utilities/excel/rows/KitExcelRow.java
d4590f51eaee17fdbd80e3da4ce2eb013cc031db
[]
no_license
davidtadeovargas/era_utilities
4c4db1ea95bf3863d2257c3a42236ed0b9bf50ea
cf76261579f676afe01710d5ae499d57a8e00c75
refs/heads/master
2023-01-13T05:55:16.407826
2020-11-13T23:35:12
2020-11-13T23:35:12
245,112,906
0
0
null
null
null
null
UTF-8
Java
false
false
1,867
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 com.era.utilities.excel.rows; import com.era.utilities.excel.rows.models.KitExcelRowModel; import org.apache.poi.ss.usermodel....
[ "coritocorito@hotmail.com" ]
coritocorito@hotmail.com
7883c594c7911d972307cee7825ee9464b99f28d
cea3fe1ae551bf2f81b431876d15563d6347119b
/case 0 All Parent/common-lib/src/main/java/com/gang/study/utils/CommonStringUtils.java
b6068187017020c3110dd0e3f46006f5921bd45b
[]
no_license
black-ant/case
2e33cbd74b559924d3a53092a8b070edea4d143d
589598bb41398b330bc29b2ca61757296b55b579
refs/heads/master
2023-07-31T23:22:51.168312
2022-07-24T06:15:53
2022-07-24T06:15:53
137,761,384
86
26
null
2023-07-17T01:03:21
2018-06-18T14:22:01
Java
UTF-8
Java
false
false
3,287
java
package com.gang.study.utils; import com.alibaba.fastjson.JSONObject; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * @Classname StringUtils * @Description TODO * @Date 2019/12/28 14:10 * @Created by zengzg */ public final class CommonStringUtils { private static...
[ "1016930479@qq.com" ]
1016930479@qq.com
fa01e753e303bfc5d92b738c81f6d458aa6fa817
08b8d598fbae8332c1766ab021020928aeb08872
/src/gcom/gui/atendimentopublico/ordemservico/AutorizarServicoAssociadoHelper.java
44ef4f472038011e4803a31e4a5af18dcc16d689
[]
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
6,665
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
de5b17a4815d6d4fd94e284c84ed3c41742a0cc0
17079fa276050a5a7b5994d7fae541d7d0cfa3b3
/yxw-stats/src/main/java/com/yxw/task/collect/RedisTestCollector.java
85e6a6b0dba46664813ee1c78c4788d54c6fb83a
[]
no_license
zhiji6/yxw
664f6729b6642affb8ff1ee258b915f8d1ccf666
7f75370fcd425cda11faf3d2c54e6119ecc7d9fd
refs/heads/master
2023-08-17T00:12:03.150081
2019-12-04T07:33:45
2019-12-04T07:33:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,215
java
package com.yxw.task.collect; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.UUID; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.FutureTask; import java.util.concurrent.TimeUnit; import org.apache.commons.c...
[ "279430985@qq.com" ]
279430985@qq.com
8b9ca5bd6d4d56d02141218379cea9caa4da0b8f
4d41728f620d6be9916b3c8446da9e01da93fa4c
/src/main/java/org/bukkit/material/PistonExtensionMaterial.java
d491753d311f0281be1b580b69d842f9c53d24a2
[]
no_license
TechCatOther/um_bukkit
a634f6ccf7142b2103a528bba1c82843c0bc4e44
836ed7a890b2cb04cd7847eff2c59d7a2f6d4d7b
refs/heads/master
2020-03-22T03:13:57.898936
2018-07-02T09:20:00
2018-07-02T09:20:00
139,420,415
3
2
null
null
null
null
UTF-8
Java
false
false
2,014
java
package org.bukkit.material; import org.bukkit.Material; import org.bukkit.block.BlockFace; /** * Material data for the piston extension block */ public class PistonExtensionMaterial extends MaterialData implements Attachable { /** * @deprecated Magic value */ @Deprecated public PistonExtensionMaterial(final...
[ "alone.inbox@gmail.com" ]
alone.inbox@gmail.com
0745f840f6a42de637486f5454d029c38df34aaa
fcfcfccc2db5cc08c2e634c0bdd055fe1fd2699c
/log/pyx-log-gwt/src/main/java/com/pyx4j/log4gwt/client/AppenderFirebug.java
0968a461abf5cfdc029f0913b347ddc2f5de53cc
[]
no_license
michaellif/pyx4j
45ae006e8785e5a245a619ad9b43d5c9946a86d4
cc8699d5d70ba618ec812b963e338d4bbe39df20
refs/heads/master
2020-03-26T06:10:36.655951
2016-04-29T05:25:25
2016-04-29T05:25:25
144,593,106
0
1
null
null
null
null
UTF-8
Java
false
false
2,773
java
/* * Pyx4j framework * Copyright (C) 2008-2010 pyx4j.com. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
[ "vlads@propertyvista.com" ]
vlads@propertyvista.com
bfcdcdb79cd080dfc975c949e1b14e7916449179
e4b363f3d0cc837aef9a8a0f24bda39e8a2309ab
/src/main/java/com/alam/tokokitagate/service/util/RandomUtil.java
6fb8c5e3c47fdc53282f2032bd59786bf0139fd0
[]
no_license
rizkiisroi/tokoKitaGate
8200b3b65e84820ce81aac32f0e4290691af4839
48145a43af37a460f901245022162f24feaaebad
refs/heads/master
2022-12-21T13:05:15.408025
2019-11-11T02:50:35
2019-11-11T02:50:35
220,888,202
0
0
null
2022-12-16T04:41:45
2019-11-11T02:50:21
Java
UTF-8
Java
false
false
1,231
java
package com.alam.tokokitagate.service.util; import org.apache.commons.lang3.RandomStringUtils; import java.security.SecureRandom; /** * Utility class for generating random Strings. */ public final class RandomUtil { private static final int DEF_COUNT = 20; private static final SecureRandom SECURE_RANDOM;...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
658ffb614781aa0cd2e21e4f5ffd5568fc52479a
541c2d6c2f5f4338147ae78802232171785898a6
/src/main/java/org/docksidestage/dbflute/bsbhv/loader/LoaderOfProduct.java
e27ced49203ec2cada68f62603bcd46360993630
[ "Apache-2.0" ]
permissive
lastaflute/lastaflute-example-paradeplaza
10082eebd8bcbccf64be12f777e31ba84492f010
05b8b0c79376a51b58b50cc8106f9c40708db3f3
refs/heads/master
2020-04-02T05:03:54.568333
2018-11-29T21:20:53
2018-11-29T21:20:53
154,050,759
0
1
Apache-2.0
2018-10-28T15:45:00
2018-10-21T20:47:14
Java
UTF-8
Java
false
false
6,686
java
/* * Copyright 2015-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 app...
[ "dbflute@gmail.com" ]
dbflute@gmail.com
149397028a28b278d55d28ba50c6a0c74f04867f
d4d59d2528493451e1e352b39af097d13e88ce14
/plugins/org.emftext.term.propositional.expression.resource.expression/src-gen/org/emftext/term/propositional/expression/resource/expression/debug/ExpressionSourceLocator.java
d8740379f8ad6e2be622cd94b08c71f2c67a3a3a
[]
no_license
extFM/extFM-Tooling
19daf7ba1b454c471700e9f1e050283d85c5aebd
46d6d261234c4a34e7d3f0150b2ac6d388f531d3
refs/heads/master
2021-03-12T21:18:36.828945
2014-02-03T17:56:53
2014-02-03T17:56:53
5,505,989
2
1
null
null
null
null
UTF-8
Java
false
false
273
java
/** * <copyright> * </copyright> * * */ package org.emftext.term.propositional.expression.resource.expression.debug; public class ExpressionSourceLocator { // The generator for this class is currently disabled by option // 'disableDebugSupport' in the .cs file. }
[ "julia.schroeter@sap.com" ]
julia.schroeter@sap.com
0aab43e3ffb417045781aa893606d7a52f59272c
8506f836b7e3ccf4ff8b487d9c14c2892b53e625
/service/src/main/java/com/rishiqing/common/exception/RsqUpdateNotExistsException.java
1cd2b23acf701bdc089cfbe22a13c4897a39f040
[]
no_license
ZhaoYu1105/qywx-isv-access
b21150b738e86111d4225e43ce0bcfde49d85627
ef73ffe4d0f57b4391ebd003e819ba488f9a7326
refs/heads/master
2021-01-03T05:48:58.984112
2019-02-19T09:28:02
2019-02-19T09:28:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
728
java
package com.rishiqing.common.exception; public class RsqUpdateNotExistsException extends RuntimeException { private long errcode; private String errmsg; public RsqUpdateNotExistsException() { super(); } public RsqUpdateNotExistsException(String message) { super(message); } ...
[ "maowenqiang0752@163.com" ]
maowenqiang0752@163.com
9e4f6b7364f7880e31969b50d7350515a64f3101
f5434bd02b3ccfd3a7cf5d53cbfdf8ed2979cc2f
/java/N-Series/DynamicProgramming/WordBreak.java
98dfa2a78f94b0d5bfeae9d7f6b73d0bb5c6de68
[]
no_license
WChCh/my-algorithm-training
9d3fa2d7780765f6c6414dba583fdf4557db8fc1
808304bcac5fe7330b5dddfcd41ccbad013f8ccd
refs/heads/master
2021-05-07T15:57:06.761804
2017-09-18T11:17:41
2017-09-18T11:17:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,734
java
/** * Given a string s and a dictionary of words dict, * determine if s can be break into a space-separated sequence of one or more dictionary words. * Example * Given s = "lintcode", dict = ["lint", "code"]. * Return true because "lintcode" can be break as "lint code". * * * */ package chapter5; import j...
[ "laujunbupt0203@163.com" ]
laujunbupt0203@163.com
64bb6e19d439a629820d29cff4227035449b5b2c
ecf7974f2a63ae7a04e0c13f794384252bc08aa7
/src/com/excellentsystem/TokoEmasPadi/View/Dialog/PengaturanUmumController.java
c7d7148f541772cf4ad94267e7e4010301f25617
[]
no_license
vonn89/TokoEmasPadi
b49fefd5bc24868e09ef59e890ab3d8b24b747e7
e4de7e9a0aaaab66c513af31eb5e64ce2ef26062
refs/heads/master
2023-02-27T16:37:54.977270
2021-01-31T12:39:28
2021-01-31T12:39:28
334,651,982
0
0
null
null
null
null
UTF-8
Java
false
false
6,294
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 com.excellentsystem.TokoEmasPadi.View.Dialog; import com.excellentsystem.TokoEmasPadi.DAO.SistemDAO; import com.excellentsyste...
[ "vonn89@gmail.com" ]
vonn89@gmail.com
e877c9ea60286c0dde311ed62b28860f93b3b2ac
ab2a601f3703b5555c364ed4157040036568936b
/core/src/com/perl5/lang/perl/idea/run/debugger/PerlDebuggerProgramRunner.java
0c86fce6db45660ca37b6723d963cfb6c7334885
[ "Apache-2.0" ]
permissive
ikenox/Perl5-IDEA
72aa2d8b622004654d6f0e9a078e5a08b617181c
f37df01dde8558a44beadcbc2066e8debe33ce64
refs/heads/master
2022-01-17T12:57:19.096014
2019-04-21T18:58:42
2019-04-21T18:58:42
148,667,285
0
0
NOASSERTION
2018-12-11T14:11:27
2018-09-13T16:35:53
Java
UTF-8
Java
false
false
2,524
java
/* * Copyright 2015-2018 Alexandr Evstigneev * * 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...
[ "hurricup@gmail.com" ]
hurricup@gmail.com
7d8a05e7d37413343eb8bf56fe21e45f5c0c7b04
3ef55e152decb43bdd90e3de821ffea1a2ec8f75
/large/third-party/other/external-module-0929/src/java/external_module_0929/a/IFoo0.java
28b68b87af9e623675a5a7909f656840f76f5234
[ "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
852
java
package external_module_0929.a; import java.util.logging.*; import java.util.zip.*; import javax.annotation.processing.*; /** * 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 jus...
[ "gwagenknecht@salesforce.com" ]
gwagenknecht@salesforce.com
7ac38200ae5560f8fe1a8e900e31541be749f106
937169c7c2e1b003a853421c9bae90fedf23d246
/violin-test/src/main/java/com/wolf/test/redis/inaction/Chapter04.java
1c3206263e8275bede8369ef07164143bf7b1b36
[ "Apache-2.0" ]
permissive
liyork/violin
7edc4ce113b4b229ad7698a8fe5f3ad2f6031e14
53ca1869e614e7940e9097f3ef3f45f755c78345
refs/heads/master
2023-08-07T01:10:08.932970
2023-07-24T08:51:06
2023-07-24T08:51:06
101,621,643
0
2
Apache-2.0
2022-12-14T20:22:45
2017-08-28T08:30:21
Java
UTF-8
Java
false
false
7,743
java
package com.wolf.test.redis.inaction; import redis.clients.jedis.Jedis; import redis.clients.jedis.Pipeline; import redis.clients.jedis.Transaction; import redis.clients.jedis.Tuple; import java.lang.reflect.Method; import java.util.List; import java.util.Map; import java.util.Set; public class Chapter04 { publi...
[ "lichao27270891@163.com" ]
lichao27270891@163.com
2c6a296748f1592b1f66cd2c8cfdf985adb60889
69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e
/methods/Method_1002954.java
f84da84cc0119677a2be6be8d95a04520ab6834c
[]
no_license
P79N6A/icse_20_user_study
5b9c42c6384502fdc9588430899f257761f1f506
8a3676bc96059ea2c4f6d209016f5088a5628f3c
refs/heads/master
2020-06-24T08:25:22.606717
2019-07-25T15:31:16
2019-07-25T15:31:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
281
java
private Supplier<Mono<Void>> execute(Supplier<HttpRequest> supplier){ return () -> Mono.defer(() -> { assert request == null : request; request=supplier.get(); future.complete(client.execute(request)); return Mono.fromFuture(request.completionFuture()); } ); }
[ "sonnguyen@utdallas.edu" ]
sonnguyen@utdallas.edu
39c7aed1551c6257013a2ea221a5d734ac3715f5
79595075622ded0bf43023f716389f61d8e96e94
/app/src/main/java/android/annotation/InterpolatorRes.java
45c1b4235092ef85f0a9d8d6f62252280b5803ce
[]
no_license
dstmath/OppoR15
96f1f7bb4d9cfad47609316debc55095edcd6b56
b9a4da845af251213d7b4c1b35db3e2415290c96
refs/heads/master
2020-03-24T16:52:14.198588
2019-05-27T02:24:53
2019-05-27T02:24:53
142,840,716
7
4
null
null
null
null
UTF-8
Java
false
false
388
java
package android.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Documented @Target({ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD}) @Rete...
[ "toor@debian.toor" ]
toor@debian.toor
03200ed403e5d7aa439a1ec664b4642f0bfc6d15
84572d5d682bd7e6973b8105fb921b0c448ff1f7
/projects/BouncyCastle/src/org/sandrob/bouncycastle/crypto/engines/ElGamalEngine.java
6ad52abaa11626ebccd5e53fccc3844d741254e8
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
liang47009/sandrop
806169c72a516b3191aae07c234a225db5343888
28045e53cec0f043d3aaf426f7055fbf8ca38a76
refs/heads/master
2020-04-13T18:24:58.767107
2018-12-28T09:32:53
2018-12-28T09:33:14
163,373,426
0
0
null
2018-12-28T06:15:22
2018-12-28T06:15:22
null
UTF-8
Java
false
false
7,046
java
package org.sandrob.bouncycastle.crypto.engines; import org.sandrob.bouncycastle.crypto.AsymmetricBlockCipher; import org.sandrob.bouncycastle.crypto.CipherParameters; import org.sandrob.bouncycastle.crypto.DataLengthException; import org.sandrob.bouncycastle.crypto.params.ElGamalKeyParameters; import org.sandrob.boun...
[ "supp.sandrob@gmail.com" ]
supp.sandrob@gmail.com