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
ee811a31478939d8edd8c1f12849057baaf34c8d
b47ff5c1d105cd3c9866cd299f75634cbe7c2d71
/src/main/java/net/sourceforge/jenesis4java/Import.java
04ee6abb515b1ae7897b148e1e06453fb08eac51
[]
no_license
andyglick/jenesis4java
3ac70b791fd6108e298a33cc8686c8be4b183890
ddfe78d64df818b3c6ca865dc0e9d7166af50920
refs/heads/master
2023-08-15T16:09:33.695138
2015-11-16T06:31:47
2015-11-16T06:31:47
52,171,705
0
5
null
2022-11-09T20:57:55
2016-02-20T19:37:28
Java
UTF-8
Java
false
false
2,242
java
package net.sourceforge.jenesis4java; /* * #%L * Jenesis 4 Java Code Generator * %% * Copyright (C) 2000 - 2015 jenesis4java * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ...
[ "ritchie@gmx.at" ]
ritchie@gmx.at
5cdc4ccc8d2e5a1f752f75585ee7adf072ef56e6
7f95b0c2d6e1922aeb64d0ba0a52698d17b6a5f2
/product-service/admin/src/main/java/com/gemini/business/admin/AdminApplication.java
02cbb9cef353f908baa6f6f7f64e20ddb513dbf2
[]
no_license
xiaominglol/product-cloud
35cb8cc50748d1748e0e64737d5ab1b95ecf53ef
a0227879f92cc85a72839d34530ea5514bf3ed5e
refs/heads/master
2020-11-25T21:44:39.903145
2020-03-30T06:34:30
2020-03-30T06:34:30
228,858,639
0
0
null
null
null
null
UTF-8
Java
false
false
670
java
package com.gemini.business.admin; //import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.sprin...
[ "474345633@qq.com" ]
474345633@qq.com
6e22a5bd6816fa4e5d37d3167bec843152fb6732
3c7ffe2cdfa881b96399ab06348aae73989bcbfd
/java_designMode/src/main/java/proxy/dynamicProxy/soundCode/InvocationHandler.java
3aec4e063748420d2720b0ac69d464ddb20e5d38
[]
no_license
chen159jin/designmode_note
2ae9f72d7bd2c7c26fce10e64ef0276c9ea629d3
e938c66cd352bdffc104ed0dc0bc650dc5bc1fb9
refs/heads/master
2021-10-08T00:15:50.006887
2018-12-06T08:21:13
2018-12-06T08:21:13
103,944,255
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package proxy.dynamicProxy.soundCode; import java.lang.reflect.Method; /** * @author Jin * @Title: InvocationHandler * @ProjectName designmode_note * @Description: TODO * @date 2018/12/6/00610:42 */ public interface InvocationHandler { public Object invoke(Object proxy, Method method, Object[] args) ...
[ "123@163.com" ]
123@163.com
6fdf842f50ab770ae17e62f2709100c3babf6e84
9e246d2294f2ce18aa13110f5d6fa53546643b6a
/src/main/java/io/github/mcdoc/application/service/mapper/UserMapper.java
c77ed9649e8de41ad2001b51243a60ee42669d93
[]
no_license
wissem-haouari/mcdoc-application
19f92562567cd8cd50b967862239c55c02de9519
29b7b468aae1c83d7d818c08d645f2b188308153
refs/heads/master
2021-07-11T03:38:38.282618
2019-04-12T16:22:18
2019-04-12T16:22:18
181,044,097
0
1
null
2020-09-18T14:16:36
2019-04-12T16:22:09
Java
UTF-8
Java
false
false
2,489
java
package io.github.mcdoc.application.service.mapper; import io.github.mcdoc.application.domain.Authority; import io.github.mcdoc.application.domain.User; import io.github.mcdoc.application.service.dto.UserDTO; import org.springframework.stereotype.Service; import java.util.*; import java.util.stream.Collectors; /** ...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
19f6bdae646d40a11e9812604285735097115e70
d765d62ee0376f36876ecb0c3bf6677215374918
/GalleryRecyclerview/app/src/main/java/com/anukul/galleryrecyclerview/ItemClickListener.java
0002d4c0f8ae6a7bbf05366b49cbe163d8c04967
[]
no_license
MehtaAnukul/Android-Learn-Tasks
6ecad36313f59c736930c733bfdd933c768c5853
0585aca08a73d01f91615db15df2e5bf392138bd
refs/heads/master
2020-03-27T11:13:00.562876
2019-06-07T06:42:00
2019-06-07T06:42:00
146,472,580
0
0
null
null
null
null
UTF-8
Java
false
false
136
java
package com.anukul.galleryrecyclerview; public interface ItemClickListener { public void onItemClick(GalleryModel galleryModel); }
[ "mehtaanukul@gmail.com" ]
mehtaanukul@gmail.com
76e8f06a717e215a68741bbc21356886a1db142f
d0094eec897f6cf935fae911d85366d6da216535
/src/main/java/com/vmware/vim25/RemoveDiskMappingRequestType.java
b5b5f08ae39fd2f718d4617a99398869d0d20c32
[ "BSD-3-Clause" ]
permissive
darkedges/vijava
9e09798f8cfc61ec28a7a214e260f464c26e4531
c65a731a25aa41d96e032271496f2464a8aa6fe9
refs/heads/main
2023-04-20T10:41:43.931180
2021-05-22T00:03:58
2021-05-22T00:03:58
369,026,457
0
0
null
null
null
null
UTF-8
Java
false
false
3,931
java
package com.vmware.vim25; 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; /** * <p>Java class for RemoveDiskMappingRequestType ...
[ "nirving@darkedges.com" ]
nirving@darkedges.com
bfc10c4212a75f74fd45784efc91ebeea278638e
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/no_seeding/8_gfarcegestionfa-fr.unice.gfarce.interGraph.SupprRespAction-1.0-8/fr/unice/gfarce/interGraph/SupprRespAction_ESTest_scaffolding.java
1ff5e701bc2be72f14273ab2554f51fa5d84f389
[]
no_license
tigerqiu712/evosuite-model-seeding-empirical-evaluation
c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6
11a920b8213d9855082d3946233731c843baf7bc
refs/heads/master
2020-12-23T21:04:12.152289
2019-10-30T08:02:29
2019-10-30T08:02:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
548
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Oct 28 21:44:29 GMT 2019 */ package fr.unice.gfarce.interGraph; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit....
[ "pderakhshanfar@bsr01.win.tue.nl" ]
pderakhshanfar@bsr01.win.tue.nl
a332d1a1bb4d13934e1d60e177830f38499cdced
884557ac73eff99ccb985febe0ed1c5a46a9969c
/Platforms/BM/src/main/java/com/smilecoms/bm/unitcredits/filters/AllowBasedOnSectorTownFilterClass.java
548284c888c8996297fd6c0b60def649274d273b
[]
no_license
vikaspshelar/SMILE
732ef4b80655f246b43997d8407653cf7ffddad0
7ffc19eafef4d53a33e3d4bc658a1266b1087b27
refs/heads/master
2023-07-17T14:21:28.863986
2021-08-28T07:08:39
2021-08-28T07:08:39
400,570,564
0
0
null
null
null
null
UTF-8
Java
false
false
3,414
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.smilecoms.bm.unitcredits.filters; import com.smilecoms.bm.charging.IAccount; import com.smilecoms.bm.db.model.ServiceInstance; import com.smilecoms.bm.db.model.UnitCreditInstance; import com.smilecoms.bm.db....
[ "sbaranwal@futurerx.com" ]
sbaranwal@futurerx.com
e42d4b8e2ada73e15c493ccd247640cf6bcfb0ba
986fbc8d16bd8011e16c4cdc1fcb950981348049
/src/main/java/cn/guanmai/open/impl/delivery/OpenDeliveryServiceImpl.java
7273148d0bbcd6216263d40863d19b1ad035f0bb
[]
no_license
wdkimsea/test_station
9a47e7df6756621d624e818555c0409fdfe2cb8d
9607c321a3f9aa45d8c2fef328b917cc72183b72
refs/heads/master
2023-01-19T00:47:59.028105
2020-11-22T01:16:36
2020-11-22T01:16:36
314,933,825
0
0
null
null
null
null
UTF-8
Java
false
false
7,484
java
package cn.guanmai.open.impl.delivery; import java.util.HashMap; import java.util.List; import java.util.Map; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import cn.guanmai.okhttp.RequestType; import cn.guanmai.open.bean.delivery.OpenCarModelBean; import cn.guanmai.open.bean.deliver...
[ "yangjinhai@guanmai.cn" ]
yangjinhai@guanmai.cn
553a69299cac30d5ea5363766830bb18d891e326
f9817d637c17d5e6a71f154b9ad9e90f2d63ad91
/236LowestCommonAncestorOfABinaryTree.java
05ae0f23d4fd0069df11f2e90625b92eb658e472
[]
no_license
samuelyo/Leetcode
b5710612013da8c939f659222d9ed340ae480285
19533a8d5fadce65a0d225c2309eaf2381fdc482
refs/heads/master
2021-01-19T10:31:46.544133
2019-12-23T15:58:19
2019-12-23T15:58:19
87,869,193
0
0
null
null
null
null
UTF-8
Java
false
false
2,342
java
package com.leetcode.LowestCommonAncestorOfABinaryTree; import java.util.ArrayList; import java.util.List; public class LowestCommonAncestorOfABinaryTree { public static void main(String[] args) { // TreeNode root = new TreeNode(3); // TreeNode node5 = new TreeNode(5); // TreeNode node1 = new TreeNode(1); // T...
[ "1120780416@qq.com" ]
1120780416@qq.com
6212c5eda9fdffce4bf9480e449c24d0b252626f
53f5a941261609775dc3eedf0cb487956b734ab0
/com.samsung.accessory.atticmgr/sources/com/google/android/gms/common/util/SharedPreferencesUtils.java
820d2670e706ac4afa0d935cfb46adf6eb1f0209
[]
no_license
ThePBone/BudsProAnalysis
4a3ede6ba6611cc65598d346b5a81ea9c33265c0
5b04abcae98d1ec8d35335d587b628890383bb44
refs/heads/master
2023-02-18T14:24:57.731752
2021-01-17T12:44:58
2021-01-17T12:44:58
322,783,234
16
1
null
null
null
null
UTF-8
Java
false
false
774
java
package com.google.android.gms.common.util; import android.content.Context; import android.content.SharedPreferences; import java.io.File; public class SharedPreferencesUtils { private SharedPreferencesUtils() { } @Deprecated public static void publishWorldReadableSharedPreferences(Context...
[ "thebone.main@gmail.com" ]
thebone.main@gmail.com
01ab9a9adaf1b18c5a206020a4b6fbfe0b51bcce
bd7ec3a3cee7bbfbd1ef126037d92f8cf2fbee0c
/solifeAdmin/src/com/cartmatic/estore/core/view/RedirectView301.java
bff6e09c96f5d51d80e94ad0ab7a127c23b44da1
[]
no_license
1649865412/solifeAdmin
eef96d47b0ed112470bc7c44647c816004240a8d
d45d249513379e1d93868fbcebf6eb61acd08999
refs/heads/master
2020-06-29T03:38:44.894919
2015-06-26T06:53:37
2015-06-26T06:53:37
38,095,812
2
3
null
null
null
null
UTF-8
Java
false
false
1,928
java
package com.cartmatic.estore.core.view; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.web.servlet.view.RedirectView; /** * 默认使用301永久重定向来处理请求。 * 扩展Spring MVC原来的RedirectView. * * @author Liu Jiayang */ public c...
[ "1649865412@qq.com" ]
1649865412@qq.com
d3dc278af98a70b6a0224373821d301fb06d4796
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project2/src/test/java/org/gradle/test/performance2_2/Test2_198.java
2e84b18157aa90ca08bc9a0993f90e824e2aa3ea
[]
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
288
java
package org.gradle.test.performance2_2; import static org.junit.Assert.*; public class Test2_198 { private final Production2_198 production = new Production2_198("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
6e64a30cb6b5954198bda267bb85612d9c548020
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/cts/tests/tests/view/src/android/view/cts/ActionModeTest.java
e28173de90bede83af4f17f7855db7f1f67179b0
[]
no_license
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
Java
false
false
6,335
java
/* * Copyright (C) 2015 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...
[ "997530783@qq.com" ]
997530783@qq.com
4ca91bc5ed2b90fb1a3234cef8b10d615cc9308c
6f36fc4a0f9c680553f8dd64c5df55c403f8f2ed
/src/main/java/it/csi/siac/siacfinser/integration/entity/SiacDRelazEntitaFin.java
f97cb0f72294cdf84adacc6a741da0615b5ab576
[]
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,320
java
/* *SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte *SPDX-License-Identifier: EUPL-1.2 */ package it.csi.siac.siacfinser.integration.entity; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.OneToMany; import javax.pers...
[ "barbara.malano@csi.it" ]
barbara.malano@csi.it
9610fd362d72eb72dffb49d6481c5d04a6c1618c
6504352f86c2e4f7ef16cea3f5b7cc00bba96a33
/WmesWeb/src/com/fsll/wmes/crm/vo/CrmClientForIfaVO.java
2562662ca228df7ba4874515d0a50aafdd796653
[]
no_license
jedyang/XFAWealth
1a20c7b4d16c72883b27c4d8aa72d67df4291b9a
029d45620b3375a86fec8bb1161492325f9f2c6c
refs/heads/master
2021-05-07T04:53:24.628018
2017-08-03T15:25:59
2017-08-03T15:25:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,778
java
package com.fsll.wmes.crm.vo; import com.fsll.wmes.entity.MemberBase; public class CrmClientForIfaVO { private String id; private String memberId; private MemberBase member; private String iconUrl; private String nickName; private String contact; private String email; private String totalAssetStr; private d...
[ "549592047@qq.com" ]
549592047@qq.com
6c7060cc7cbbb8ecc7cfcf9afbbedc7b99472732
0adb936c478c6c7618cbfe0d16850030ab7dde1b
/src/main/java/com/arraybase/shell/cmds/ExecuteVariable.java
4412ba376505b53e1a72ad60940eb23d9f9bf0b7
[]
no_license
milton900807/arraybase
f4c613205125a0de0d8bbe2c4f080073c382f247
11ac473089877b15aae437f476502b2d65291f75
refs/heads/master
2023-06-05T02:09:31.541576
2021-07-03T18:02:03
2021-07-03T18:02:03
382,672,229
0
0
null
null
null
null
UTF-8
Java
false
false
683
java
package com.arraybase.shell.cmds; import com.arraybase.GB; import com.arraybase.GBPlugin; import com.arraybase.GBV; import com.arraybase.modules.UsageException; public class ExecuteVariable implements GBPlugin { public String exec(String command, String variable_key) throws UsageException { String[] t = com...
[ "JMilton@ionisph.com" ]
JMilton@ionisph.com
ec97ce5567ddfff708b96015918a7ca8a020823a
17ace4f3fdbcc7b1b6883b92e5caa0252b1a753c
/app/src/main/java/com/dzbkq/myapplication/task/DummyPointListLoadTask.java
2d8ae8d76eea45055713264f35a5f0f47c5f7731
[]
no_license
hotstu/baidumap-cluster-java
efc35a74b1103cf8d75d7373c11961920306178c
2280b9e74c0591a222a5fb68948c7e48ab51b259
refs/heads/master
2021-01-10T10:06:43.690176
2018-03-19T15:14:01
2018-03-19T15:14:01
49,374,969
1
0
null
null
null
null
UTF-8
Java
false
false
351
java
package com.dzbkq.myapplication.task; import com.dzbkq.myapplication.model.PointList; /** * @date 2015-9-25 上午8:43:53 * */ public class DummyPointListLoadTask implements IPointLoadTask { public DummyPointListLoadTask() { } @Override public PointList call() { return new PointList(); } @Override publi...
[ "hgleifeng@foxmail.com" ]
hgleifeng@foxmail.com
74ecaa449d6081b71f971bf0bd9bd02d2f0dd1b2
f617d7ed61f4d0632827ea792fdf773e9e87d6d9
/ch15/ex15-27.Member.java
92d9141f130f9ac0a6ed5ed68d9efa1a687ab706
[]
no_license
freebz/JPA-Programming
e796f3d3868913775068f31d86020ded8ddd737e
a52637cba47fa46dfdab9330361d1f8f4bfe5866
refs/heads/master
2020-09-15T09:24:35.035143
2019-11-22T12:09:56
2019-11-22T12:09:56
223,409,858
1
0
null
null
null
null
UTF-8
Java
false
false
252
java
// 예제 15.27 @Fetch 적용 @Entity public class Member { ... @org.hibernate.annotations.Fetch(FetchMode.SUBSELECT) @OneToMany(mappedBy = "member", fetch = FetchType.EAGER) private List<Order> orders = new ArrayList<Order>(); ... }
[ "freebz@hananet.net" ]
freebz@hananet.net
411b788e1057d233c6c692492c988f1710c35932
9f6d3b6fbd5c061322cbb34ec251b0b173ebf2ec
/rmhub/traffic-logger-module/src/main/java/rmhub/mod/trafficlogger/service/TrafficMeasurementDetailService.java
24fcbca1637fbeb864399a9683160ce7f61fe326
[]
no_license
HoangHieuBK/RMHub-BE
618349c64071e095be089f871f40ddb4c741dd90
9f4742e57ebf24c5555f1a1b60c9635cb00a6ac1
refs/heads/master
2023-04-12T19:45:33.063465
2020-05-14T04:07:00
2020-05-14T04:07:00
263,811,534
0
0
null
2021-04-26T20:16:33
2020-05-14T04:05:51
Java
UTF-8
Java
false
false
464
java
package rmhub.mod.trafficlogger.service; import java.util.List; import rmhub.mod.trafficlogger.entity.TrafficMeasurementDetail; public interface TrafficMeasurementDetailService { TrafficMeasurementDetail create(TrafficMeasurementDetail tlMeasurementDetail); TrafficMeasurementDetail update(TrafficMeasurementDeta...
[ "hoanghieubk1996@gmail.com" ]
hoanghieubk1996@gmail.com
268126c3532e358fd4ba2b7e47fb62cf493811bf
9bac6b22d956192ba16d154fca68308c75052cbb
/icmsint-ejb/src/main/java/hk/judiciary/icmsint/model/sysinf/inf/gdnid2j/SODVariableSelectionV10CT.java
290f5dc139b3e9795c9f3a7f1ed22434d8a9015e
[]
no_license
peterso05168/icmsint
9d4723781a6666cae8b72d42713467614699b66d
79461c4dc34c41b2533587ea3815d6275731a0a8
refs/heads/master
2020-06-25T07:32:54.932397
2017-07-13T10:54:56
2017-07-13T10:54:56
96,960,773
0
0
null
null
null
null
UTF-8
Java
false
false
2,583
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.06....
[ "chiu.cheukman@gmail.com" ]
chiu.cheukman@gmail.com
94c5a5fafb4fc2bafddeff0126535920f882037d
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-13303-5-13-NSGA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/display/internal/DefaultDocumentDisplayer_ESTest.java
aa70e0b29c178749bffb56a96a9f51c44708ad76
[]
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
581
java
/* * This file was automatically generated by EvoSuite * Wed Apr 01 16:43:56 UTC 2020 */ package org.xwiki.display.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(Ev...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
2434562ba1fa29592c241407599bf1b769eecda0
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/google/android/exoplayer2/i/v$1.java
c81989f1147d22b34384653a014376ca00235f95
[]
no_license
0jinxing/wechat-apk-source
544c2d79bfc10261eb36389c1edfdf553d8f312a
f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d
refs/heads/master
2020-06-07T20:06:03.580028
2019-06-21T09:17:26
2019-06-21T09:17:26
193,069,132
9
4
null
null
null
null
UTF-8
Java
false
false
652
java
package com.google.android.exoplayer2.i; import com.tencent.matrix.trace.core.AppMethodBeat; import java.util.concurrent.ThreadFactory; final class v$1 implements ThreadFactory { v$1(String paramString) { } public final Thread newThread(Runnable paramRunnable) { AppMethodBeat.i(95952); ...
[ "172601673@qq.com" ]
172601673@qq.com
0c4defdf858e6c99242e4da66311a1663d7d5c36
4694851aea67f99c617642c7e78bd5d8d29591d1
/app/src/main/java/fragement/Viewpager2.java
1eecd900ec04678931c2c9e9b23bedab16d9fc78
[]
no_license
wsdesignuiux/Uiuxecommercelab_screen23
3ae0ff304ecec55c9448d94be8fd6fc72ef12223
465cbc064418b48e7a32b14f9eb527bb97369fcc
refs/heads/master
2020-04-15T21:50:13.184597
2019-01-10T11:35:52
2019-01-10T11:35:52
165,048,880
0
0
null
null
null
null
UTF-8
Java
false
false
618
java
package fragement; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.example.vaibhav.screen23.R; public class...
[ "info.wsdesignuiux@gmail.com" ]
info.wsdesignuiux@gmail.com
ee60cd378a339f1156db4d400359b936dff6576d
4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849
/aliyun-java-sdk-codeup/src/main/java/com/aliyuncs/codeup/model/v20200414/UpdateGroupMemberResponse.java
df21c64880c4bc02ccafc6365fdf7f349f9b18a6
[ "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
3,097
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
1199da419826d01c3581b79c9394b24c17d8fc9d
96342d1091241ac93d2d59366b873c8fedce8137
/java/com/l2jolivia/tools/dbinstaller/util/mysql/MySqlConnect.java
95bacab8861454658ed191327bfc9b74cc1ade56
[]
no_license
soultobe/L2JOlivia_EpicEdition
c97ac7d232e429fa6f91d21bb9360cf347c7ee33
6f9b3de9f63d70fa2e281b49d139738e02d97cd6
refs/heads/master
2021-01-10T03:42:04.091432
2016-03-09T06:55:59
2016-03-09T06:55:59
53,468,281
0
1
null
null
null
null
UTF-8
Java
false
false
2,768
java
/* * This file is part of the L2J Olivia project. * * 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 Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This p...
[ "kim@tsnet-j.co.jp" ]
kim@tsnet-j.co.jp
072178cf0319d217b3a9f911a643b99e6469e60c
3a0daddf58bea9edf2f001a3cf1b0e8e810274f2
/mpesa-api/src/main/java/com/ngangavictor/mpesa/api/C2BSettings.java
a4dfa24f086ed7d127ee327fb7e324519bd23a66
[]
no_license
danielmsd1/AndroidMpesaAPI-1
41bed787a7059b11fac0b6f28ab5a9dfc4e4390b
cd93de288ccefeec0a919314f6b7f7df5da91c6f
refs/heads/master
2022-03-27T04:13:36.584738
2019-12-17T13:05:51
2019-12-17T13:05:51
269,332,718
0
1
null
2020-06-04T10:44:02
2020-06-04T10:44:02
null
UTF-8
Java
false
false
1,291
java
package com.ngangavictor.mpesa.api; public class C2BSettings { public static String shortCode; public static String commandId; public static String amount; public static String MSISDN; public static String billRef; public static String c2bUrl; public static String getShortCode() { ...
[ "ngangavictor10@gmail.com" ]
ngangavictor10@gmail.com
deedb564449be4705c40b70d239ba81a397ea0d7
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/android_webview/glue/java/src/com/android/webview/chromium/CookieManagerAdapter.java
67773883c4a1efb9707797df38596343cbc8f61e
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
Java
false
false
5,065
java
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package com.android.webview.chromium; import android.net.ParseException; import android.net.WebAddress; import android.webkit.CookieManager; import andro...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
7f015f398203bf0993573f7fbcbb491c8afff838
8727b1cbb8ca63d30340e8482277307267635d81
/PolarServer/src/com/game/pet/handler/ReqGotPetHandler.java
475d81649a78a26594c6430d2f9e10ef75bd0588
[]
no_license
taohyson/Polar
50026903ded017586eac21a7905b0f1c6b160032
b0617f973fd3866bed62da14f63309eee56f6007
refs/heads/master
2021-05-08T12:22:18.884688
2015-12-11T01:44:18
2015-12-11T01:44:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
567
java
package com.game.pet.handler; import org.apache.log4j.Logger; import com.game.command.Handler; import com.game.pet.manager.PetOptManager; import com.game.pet.message.ReqGotPetMessage; import com.game.player.structs.Player; public class ReqGotPetHandler extends Handler{ Logger log = Logger.getLogger(ReqGotPetHandler...
[ "zhuyuanbiao@ZHUYUANBIAO.rd.com" ]
zhuyuanbiao@ZHUYUANBIAO.rd.com
81cde4efb1b805837b4f0226aba0ee1f04b17d6c
841e0b3f06342f16079e283ce144f3957321580e
/src/test/java/org/apache/sling/cassandra/test/data/populator/CassandraDataAddLoadTest.java
0c5489821115961e66450db5eb8a676a1731e79f
[ "Apache-2.0" ]
permissive
apache/sling-org-apache-sling-cassandra
9f62293a7f92344f0a189a8e0628642744b9db9c
05d1d9ea9402701680aded5e34846e4c68aef331
refs/heads/master
2023-08-25T17:25:13.964921
2023-04-04T21:12:55
2023-04-04T21:12:55
107,434,503
3
5
Apache-2.0
2022-11-03T23:02:27
2017-10-18T16:30:21
Java
UTF-8
Java
false
false
5,080
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "bdelacretaz@apache.org" ]
bdelacretaz@apache.org
baba586d45446927a4193d67f2e7de1184df69c5
2f7dd846d7f828aef4affeffc8d72195e38a9217
/src/main/java/healthcares/spring/dao/TypeSyncDao.java
9ad774c8f19b0cc71d2ee65b95faa28969db460d
[]
no_license
maxgame112/farm3
92d392a84f2032561136f99d5b21ea5c62046ebc
c297e49913cb3089959be472d9c8773355de6965
refs/heads/master
2021-08-28T12:35:32.353491
2017-12-12T08:42:23
2017-12-12T08:42:23
111,078,263
0
0
null
null
null
null
UTF-8
Java
false
false
357
java
package healthcares.spring.dao; import java.util.List; import healthcares.spring.model.TypeSync; public interface TypeSyncDao { public void add(TypeSync typesync); public void edit(TypeSync typesync); public void delete(int Id); public TypeSync getTypeSync(int Id); public List getAllTypeSync(); public List g...
[ "you@example.com" ]
you@example.com
f20cf5ecee612f4aaa50d65c0ff482d332aa0d66
ad32344c4c016cdf06ebb47af43ddaa5c6e2ac39
/alipay-service/alipay-service-3rdparty/src/main/java/com/alipay/api/response/AlipayDaoweiOrderRefundResponse.java
2cef56649a7acc371331c1b96a36bb89f0572300
[]
no_license
leijuan1014/ljj-project
96f4bcded39ab3ff422ddf3cd515c38511d7524d
dda018e182c4c1229d5392d6d2ed16b0c7001fbd
refs/heads/master
2021-01-20T23:47:32.854069
2017-10-09T07:10:31
2017-10-09T07:10:31
101,843,379
0
0
null
null
null
null
UTF-8
Java
false
false
364
java
package com.alipay.api.response; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.daowei.order.refund response. * * @author auto create * @since 1.0, 2017-03-20 14:02:08 */ public class AlipayDaoweiOrderRefundResponse extends AlipayResponse { private static final long serialVersion...
[ "leijuan1014@163.com" ]
leijuan1014@163.com
c7f1d6a89242bc5cfd05296f4529c7bf2250ff54
30ce31989513fe03ca0736555adf6e8b80b1c093
/src/com/cisco/axl/api/_8/XUserGroup.java
156bec3d16d68558101539465af04806fd6be87b
[]
no_license
axenlarde/Woot
21374d0c29e9d6e0b6f0f91f2cbb455f2e2a875e
447728a2793f42530884bb0f3f388d33b3708bc1
refs/heads/master
2022-04-09T19:19:33.826592
2020-02-07T10:36:55
2020-02-07T10:36:55
115,440,477
4
1
null
null
null
null
UTF-8
Java
false
false
7,749
java
package com.cisco.axl.api._8; 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.XmlType; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind....
[ "Alexandre@NANALENO" ]
Alexandre@NANALENO
887bd0803524a264445eeb2a6836a1e962497ee9
784420293504203e0485674947e252b9a884f9cf
/asciidoctor-editor-plugin/src/main/java/de/jcup/asciidoctoreditor/diagram/plantuml/PlantUMLContentTransformer.java
fa4871864e2f76b0dec460a384153b6d29abbdba
[ "Apache-2.0" ]
permissive
de-jcup/eclipse-asciidoctor-editor
db5515421613e8ccfec749318fb6366b1f838e76
5dbbb4fdeac0634eec94c1cb6773246457ac2c3f
refs/heads/master
2023-02-16T00:20:39.858165
2023-02-10T21:52:39
2023-02-10T21:52:54
125,332,958
49
18
NOASSERTION
2022-08-21T23:26:15
2018-03-15T08:06:29
Java
UTF-8
Java
false
false
2,711
java
/* * Copyright 2018 Albert Tregnaghi * * 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 i...
[ "albert.tregnaghi@gmail.com" ]
albert.tregnaghi@gmail.com
25cde379c28459d3ef507613f1101eab62fda4d5
f2b3f0970d1b8c52a9cec82be4107ffe1f33a8a2
/lei20_21_s4_2dk_03/base.app.servidor/src/main/java/eapli/base/app/servidor/escalonadores/assignartarefasacolaboradores/AtribuidorDeTarefasFCFS.java
7ef04c8c3e1fe502eee880ae5d1fa24a557f1427
[ "MIT" ]
permissive
antoniodanielbf-isep/LAPR4-2021
b98ed96809e4726957ede0904b4265825a1083c6
f665064e65cc4f917514c10950af833f053c9b3b
refs/heads/main
2023-05-31T14:29:45.364395
2021-06-20T17:55:26
2021-06-20T17:55:26
378,706,704
0
0
null
null
null
null
UTF-8
Java
false
false
1,337
java
package eapli.base.app.servidor.escalonadores.assignartarefasacolaboradores; import eapli.base.atividade.domain.AtividadeManual; import eapli.base.clientusermanagement.domain.Colaborador; import eapli.base.equipa.domain.Equipa; /** * The type Atribuidor de tarefas fcfs. */ public class AtribuidorDeTarefasFCFS imple...
[ "1190402@isep.ipp.pt" ]
1190402@isep.ipp.pt
dcfa3d55e95ae15d6132c82d2f21a33d1ca6c8d5
201de1906e9498baa6df7423296c43ce1c04d6b6
/.history/src/main/java/com/example/ManagerProject/Controller/ProjectController_20190807184404.java
dd7a3250223c7271f360d376441fabd0a54f4f2b
[]
no_license
Isamae/Project-Estratego
822e9782e94444df8beb2afc736e808ce52fe58f
0429245ff8cc2c5cc4d442cc1d09516ea67ac779
refs/heads/master
2022-12-12T00:34:23.736293
2020-03-27T19:23:22
2020-03-27T19:23:22
200,688,183
0
0
null
2022-11-28T22:21:50
2019-08-05T16:06:52
Java
UTF-8
Java
false
false
2,283
java
package com.example.ManagerProject.Controller; import net.sf.mpxj.ProjectFile; import net.sf.mpxj.Day; import net.sf.mpxj.DayType; import net.sf.mpxj.ProjectCalendar; import net.sf.mpxj.reader.ProjectReader; import net.sf.mpxj.reader.UniversalProjectReader; import java.util.List; import java.io.File; import java.util...
[ "diego.ismael.montesdeoca@gmail.com" ]
diego.ismael.montesdeoca@gmail.com
6d6f05b2e68857b22980cce2fb4cbb6a4e1c3960
aaf8f512d7a792bcdaf01f37783e3052c3d2726b
/Observer/src/co/edu/unbosque/model/Subject.java
ef09e6550871a55a507d2b397aa75b8931e82dd1
[]
no_license
uebprogramacion1/program-patrones
75be6b9abdd8e4fd0569cfc7b4a0d581003fe36d
36619a1b5c11e91cede00a5719546ebf0200895d
refs/heads/master
2023-06-01T23:15:39.563846
2021-06-20T14:46:50
2021-06-20T14:46:50
378,553,457
0
0
null
null
null
null
UTF-8
Java
false
false
604
java
package co.edu.unbosque.model; import java.util.ArrayList; public class Subject { private ArrayList<Observador> observadores = new ArrayList<Observador>(); private int estado; public Subject() { // TODO Auto-generated constructor stub } public int getEstado() { return estado; } public void setEstado(in...
[ "rcamargol@unbosque.edu.co" ]
rcamargol@unbosque.edu.co
bbc407c9a5756b1aa651edcc2595a806bb38662b
718e7e2358354c41e29e1d70527f62d5edd023c4
/src/main/java/io/fintechlabs/testframework/ui/ServerInfoUIController.java
d9bd4028286d773161570c8139d877fd36cff0fe
[ "MIT" ]
permissive
hkj123/ob-security-conformance-suite-deprecated-master
f4071183d614bcc7abee9a0d067a9f3fc9768cbc
afa57d7d4d1399a6f869cf3dca08a0464b48a616
refs/heads/master
2022-06-06T15:41:03.902881
2019-12-10T02:53:51
2019-12-10T02:53:51
226,053,989
0
0
NOASSERTION
2022-05-20T21:17:26
2019-12-05T08:34:23
Java
UTF-8
Java
false
false
800
java
package io.fintechlabs.testframework.ui; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframework.web...
[ "190916516@qq.com" ]
190916516@qq.com
1f5d345ead05adb835321fb3f3b8b8466167b1cf
930c207e245c320b108e9699bbbb036260a36d6a
/BRICK-RDF4J/generatedCode/src/main/java/brickschema/org/schema/_1_0_2/Brick/IIsolation_Valve.java
e79575afe114da94d61b6964506cf6359023eac7
[]
no_license
InnovationSE/BRICK-Generated-By-OLGA
24d278f543471e1ce622f5f45d9e305790181fff
7874dfa450a8a2b6a6f9927c0f91f9c7d2abd4d2
refs/heads/master
2021-07-01T14:13:11.302860
2017-09-21T12:44:17
2017-09-21T12:44:17
104,251,784
1
0
null
null
null
null
UTF-8
Java
false
false
402
java
/** * This file is automatically generated by OLGA * @author OLGA * @version 1.0 */ package brickschema.org.schema._1_0_2.Brick; import java.util.ArrayList; import java.util.List; import org.eclipse.rdf4j.model.IRI; import org.eclipse.rdf4j.model.vocabulary.RDF; import brickschema.org.schema._1_0_2.Brick.IValve; ...
[ "Andre.Ponnouradjane@non.schneider-electric.com" ]
Andre.Ponnouradjane@non.schneider-electric.com
31aa0761225045d7cb083b927e1aaba7320914fd
17dc7d12a28bc45deed6e78f848d24d49ae60791
/Functional_Programming_in_Java/src/test/java/FunctionalProgrammingInJavaBook_Chapter_2/MyFunction.java
261d9e1447b723826ab10ce76da976d0ead61865
[]
no_license
kenparker/JavaCodeExamples
efc415cb3b46d4a3daa2141db84e15c1f33cb053
4e4c2478f14f604818049f5e1744a29e1eedd9d1
refs/heads/master
2021-12-29T01:55:18.431281
2019-07-17T12:44:12
2019-07-17T12:44:12
25,960,022
0
0
null
2021-12-14T21:13:14
2014-10-30T07:42:51
Java
UTF-8
Java
false
false
1,102
java
package FunctionalProgrammingInJavaBook_Chapter_2; public interface MyFunction<T,U> { U apply(T arg); static <T> MyFunction<T, T> identity() { return t -> t; } static MyFunction<Integer, Integer> composeAnonymus(MyFunction<Integer, Integer> f1, MyFunction<Integer, Integer> f2) { retu...
[ "magangde@yahoo.de" ]
magangde@yahoo.de
50363f305d13914a92b6ddccca7a197e3e0fe0e1
ae8dba96dde64894acdb8bf6cd6e76d7e8b3358c
/solr-client/src/main/java/org/kuali/ole/indexer/SolrInputDocumentAndDocumentMap.java
27af9ebe4c30a802dae3ff256c2366e936a38b62
[]
no_license
rajeshgnanam/ole_soas_integaration
d4722b2e1721908a03355f39cea3816288d2fef6
ed168a404e306870d90d2a197799ecba639ff72e
refs/heads/develop-solr-client
2021-06-05T00:07:20.756843
2018-11-09T07:01:09
2018-11-09T07:01:09
115,091,975
0
1
null
2019-01-21T11:02:11
2017-12-22T07:59:56
Java
UTF-8
Java
false
false
788
java
package org.kuali.ole.indexer; import org.apache.solr.common.SolrInputDocument; import java.util.Map; /** * Created by sheiks on 28/10/16. */ public class SolrInputDocumentAndDocumentMap { private SolrInputDocument solrInputDocument; private Map map; public SolrInputDocumentAndDocumentMap(SolrInputDoc...
[ "sheiksalahudeen.m@kuali.org" ]
sheiksalahudeen.m@kuali.org
4fbb89f93fcfc89082193d81e06058378e073e05
d60e287543a95a20350c2caeabafbec517cabe75
/LACCPlus/Camel/2627_1.java
74fa25127b5591380dce3327b3d361b6f2115cd1
[ "MIT" ]
permissive
sgholamian/log-aware-clone-detection
242067df2db6fd056f8d917cfbc143615c558b2c
9993cb081c420413c231d1807bfff342c39aa69a
refs/heads/main
2023-07-20T09:32:19.757643
2021-08-27T15:02:50
2021-08-27T15:02:50
337,837,827
0
0
null
null
null
null
UTF-8
Java
false
false
3,456
java
//,temp,BacklogDebuggerTest.java,254,328,temp,BacklogDebuggerTest.java,98,174 //,3 public class xxx { @SuppressWarnings("unchecked") @Test public void testBacklogDebuggerRemoveBodyAndHeader() throws Exception { MBeanServer mbeanServer = getMBeanServer(); ObjectName on = new ObjectName( ...
[ "SHOSHIN\\sgholamian@shoshin.uwaterloo.ca" ]
SHOSHIN\sgholamian@shoshin.uwaterloo.ca
a677ae07aee31b5515ae402bba9126f894adc8f0
31453f27f10c4396ba5b17dee4356f2be551e3f0
/app/src/main/java/com/example/zhujia/dx_shop/Tools/wheelview/adapter/WheelViewAdapter.java
5e8e3a657092870b0c32dffde3f30113d8704b61
[]
no_license
zhujiammy/Dx_Shop
b14f6076c8501b73874065890699d881cf9a710c
c228d7b860173e6f5446c4bfd67f3bb75c80b926
refs/heads/master
2020-03-17T23:23:37.468529
2018-08-28T03:13:03
2018-08-28T03:13:03
134,042,667
0
0
null
null
null
null
UTF-8
Java
false
false
2,065
java
/* * Copyright 2011 Yuri Kanivets * * 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...
[ "945529210@qq.com" ]
945529210@qq.com
d7d7736d38db57ce0fcfd9e45689ae9e7ce133e7
799cce351010ca320625a651fb2e5334611d2ebf
/Data Set/Manual/After/after_1094.java
5133f6a5e5f865cceb4d0e733e6df254bd1ca56c
[]
no_license
dareenkf/SQLIFIX
239be5e32983e5607787297d334e5a036620e8af
6e683aa68b5ec2cfe2a496aef7b467933c6de53e
refs/heads/main
2023-01-29T06:44:46.737157
2020-11-09T18:14:24
2020-11-09T18:14:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
506
java
public class Dummy{ @Override public int deleteFacility(int id) { int result = -1; String query = "DELETE FROM Facility WHERE id= '?'"; System.out.println("Delete query: " + query); try { PreparedStatement stmt = con.prepareStatement(); stmt.setQueryTimeout(5); stmt.setObject(1,i...
[ "jahin99@gmail.com" ]
jahin99@gmail.com
5dae88e82d2a1c62cdf50922e254a6d410017060
d8772960b3b2b07dddc8a77595397cb2618ec7b0
/rhServer/src/main/java/com/rhlinkcon/payload/esocial/EsocialRequest.java
36bb92b3162bba870fd77c46672bc1c803ec4b9d
[]
no_license
vctrmarques/interno-rh-sistema
c0f49a17923b5cdfaeb148c6f6da48236055cf29
7a7a5d9c36c50ec967cb40a347ec0ad3744d896e
refs/heads/main
2023-03-17T02:07:10.089496
2021-03-12T19:06:05
2021-03-12T19:06:05
347,168,924
0
1
null
null
null
null
UTF-8
Java
false
false
459
java
package com.rhlinkcon.payload.esocial; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; public class EsocialRequest { private Long id; @NotBlank @NotNull private String descricao; public Long getId() { return id; } public void setId(Long id) { this.id = id; } ...
[ "vctmarques@gmail.com" ]
vctmarques@gmail.com
c7cf90c715a2f6425cdafbc5c2a996f8ecb85815
69c1256baec48b66365b5ec8faec5d6318b0eb21
/Mage.Sets/src/mage/sets/onslaught/Demystify.java
f3b366113448a15c4472668d321d42fe0789eb0a
[]
no_license
gbraad/mage
3b84eefe4845258f6250a7ff692e1f2939864355
18ce6a0305db6ebc0d34054af03fdb0ba88b5a3b
refs/heads/master
2022-09-28T17:31:38.653921
2015-04-04T22:28:22
2015-04-04T22:28:22
33,435,029
1
0
null
2022-09-01T23:39:50
2015-04-05T08:25:58
Java
UTF-8
Java
false
false
2,143
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
7bafe52b1e9ac0dc682ff25a4607a7f44d471575
de3cc32c392bda4cbc33903259f99194c78bf4d7
/src/main/java/io/github/jhipster/application/service/FreeSpanSupportQueryService.java
d9754c043fd9a5e963bab09ceaffd15bbda4e70a
[]
no_license
Orvas/jhipster-sample-application
526d4a05098dd508ee66d478b2e419f9b65af96d
86da109ed1f76fc89370d9d3428d5cbc09ace482
refs/heads/master
2022-12-22T21:07:49.001252
2019-05-31T14:25:34
2019-05-31T14:25:34
189,054,767
1
0
null
2022-12-16T04:52:31
2019-05-28T15:24:59
Java
UTF-8
Java
false
false
5,696
java
package io.github.jhipster.application.service; import java.util.List; import javax.persistence.criteria.JoinType; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.domain.Specific...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
7d3a550ae123e52be2627fcab2f1606d2b8429db
765dab7f9b1834cb0693929c0c30032770b390b2
/src/ru/progwards/java2/lessons/gc/heap/Heap.java
f93a82aa1113a30f4731c4c4cd145f81d40811cf
[]
no_license
Massimilian/antispam
74dc9accbe880c0c0e883150c3ef4c29540f4e1c
3af9a536aef5e1e034b705b5544a2df8dd0d5ff5
refs/heads/master
2022-12-28T07:50:56.495532
2020-09-22T08:22:58
2020-09-22T08:22:58
284,681,830
0
0
null
2020-10-14T00:08:59
2020-08-03T11:27:15
Java
UTF-8
Java
false
false
5,185
java
package ru.progwards.java2.lessons.gc.heap; import java.util.ArrayList; import java.util.Collections; import java.util.stream.Collectors; public class Heap { private boolean hasHole = false; private boolean checked = true; private byte[] bytes; private int position = 0; private final byte point = ...
[ "vasalekmas@gmail.com" ]
vasalekmas@gmail.com
f99a44685dd3fd437685d7340e689eeb09593565
a43d4202628ecb52e806d09f0f3dc1f5bab3ef4f
/src/main/java/pnc/mesadmin/entity/PickInfo.java
9941b4d6be0f33ed619eca43afbf14262bfdfa7a
[]
no_license
pnc-mes/base
b88583929e53670340a704f848e4e9e2027f1334
162135b8752b4edc397b218ffd26664929f6920d
refs/heads/main
2023-01-07T22:06:10.794300
2020-10-27T07:47:20
2020-10-27T07:47:20
307,621,190
0
0
null
null
null
null
UTF-8
Java
false
false
2,754
java
package pnc.mesadmin.entity; import pnc.mesadmin.entity.base.BasePickOutModel; import java.util.Date; /** * Created by PNC on 2017/8/30. */ public class PickInfo implements BasePickOutModel{ private int ruid; private String guid; private String pickCode; private String assSource; private String...
[ "95887577@qq.com" ]
95887577@qq.com
16b13d6f67ddd32a70767b42d51f2b69968a4a3d
8354721597f9969776bdb3b5d6c1635a0d9de9a7
/src/main/java/javautils/json/JSONUtil.java
7f71fcea56bea319e9bfcc38429e3c4489db2e6f
[]
no_license
changsha136/lotteryCapture
ccf5756c8a038363e1db76a1dc1e55d509074c11
860479c52c35459f98bc03996e98b93342ce0d75
refs/heads/master
2022-12-06T02:48:48.134343
2019-07-13T02:19:29
2019-07-13T02:19:29
195,943,251
2
1
null
2022-11-24T03:32:54
2019-07-09T06:07:16
Java
UTF-8
Java
false
false
276
java
package javautils.json; import net.sf.json.JSON; import net.sf.json.xml.XMLSerializer; public class JSONUtil { public static JSON toJSONString(String xml) { XMLSerializer xmlSerializer = new XMLSerializer(); JSON json = xmlSerializer.read(xml); return json; } }
[ "11111111" ]
11111111
0b8a3a551667890055e551c8db47323c4bda42e6
c337294844845f6d6b736d664f5a71efe720d65b
/site/src/site-ear/resources/generated/org/reverse/Bloque.java
147dd18d4b3d0e22820779eb9f73b59f4ba9fe81
[]
no_license
MGDevelopment/site-jrun
25ad663b4a9d0b9b07cf0a3d4ef436594976ad5b
0547d837bbd1ed7328b4e8d775adf9defd622981
refs/heads/master
2020-06-05T02:28:11.102960
2013-09-10T13:12:27
2013-09-10T13:12:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,686
java
package org.reverse; // Generated Oct 20, 2010 10:21:56 AM by Hibernate Tools 3.4.0.Beta1 import java.util.Date; /** * Bloque generated by hbm2java */ public class Bloque implements java.io.Serializable { private int idBloque; private String nombre; private String dia; private String hora; ...
[ "mgoldsman@gmail.com" ]
mgoldsman@gmail.com
2ca9707a112a4bbf11b0779b101fd275cc48a9de
3ad4df3278f55d029e66359eba20d9bb777a5cee
/src/main/java/ru/halt/practice/security/zzz/TokenService.java
a172a22bb50147daf888a41bd91bb74833cd47b8
[]
no_license
MrFractal/practice
45dac23b7044b63057f0c036adaa3f30f45cf0be
1ae23c5a14651ed884165380d637c3e38af0eb92
refs/heads/master
2021-01-10T16:25:42.820555
2016-02-25T14:50:35
2016-02-25T14:50:35
51,912,516
0
0
null
null
null
null
UTF-8
Java
false
false
1,320
java
package ru.halt.practice.security.zzz; import net.sf.ehcache.Cache; import net.sf.ehcache.CacheManager; import net.sf.ehcache.Element; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.security.core.Authentication; import ja...
[ "fr@bekker.com.ua" ]
fr@bekker.com.ua
db9d2c229b25747f6bb20a6479cbfbc84ecf2e20
2766ef7d24edccbde6c3b0e662f8744762bc648e
/app/object_models/QuatityList.java
00129820b0f6aa600553c387615ee91cdaabc0ba
[]
no_license
nikks-tu/OME_NEW
d33e420b158c10c0c7d0d3e15085979a087303f4
e0ee55b40a9ec4c8523c0e6af593b74a5ec13201
refs/heads/master
2022-07-04T21:04:32.490115
2020-05-07T05:13:33
2020-05-07T05:13:33
261,955,465
0
0
null
null
null
null
UTF-8
Java
false
false
477
java
package com.example.ordermadeeasy.object_models; public class QuatityList { private Integer quantity; public QuatityList(Integer quantity) { this.quantity = quantity; } public QuatityList() { } public Integer getQuantity() { return quantity; } public void setQuanti...
[ "nikita@vishwakarma7@gmail.com" ]
nikita@vishwakarma7@gmail.com
a91236a1ff1dd27a7967b627f04690fa58103d74
cacd87f8831b02e254d65c5e86d48264c7493d78
/pc/new/backstage/src/com/manji/backstage/vo/logger/SmsLogVo.java
ad4ba0c7691f7bf2481af4933f0257a507209393
[]
no_license
lichaoqian1992/beautifulDay
1a5a30947db08d170968611068673d2f0b626eb2
44e000ecd47099dc5342ab8a208edea73602760b
refs/heads/master
2021-07-24T22:48:33.067359
2017-11-03T09:06:15
2017-11-03T09:06:15
108,791,908
0
3
null
null
null
null
UTF-8
Java
false
false
349
java
package com.manji.backstage.vo.logger; import com.manji.backstage.model.logger.SmsLog; public class SmsLogVo extends SmsLog{ int index; /** * @return the index */ public int getIndex() { return index; } /** * @param index the index to set */ public void setIndex(int index) { th...
[ "1015598423@qq.com" ]
1015598423@qq.com
9ee7df233bf0dacd3d94afa140b7549edd0f9461
83ed1f4070ee69e7ce1fe0877deda7c9016828a2
/15_shiro/shiroStd/src/main/java/com/opslab/crm/common/util/ParameterUtil.java
ce9d88330a848c7764aa02bc730a3aa2bc6a1223
[]
no_license
BaronND/opslabJava
78f5c5d5549cab3e0619a6070a10429874098d7c
f3749a3e3cc78b886e5af526625a0dd469f1f9c3
refs/heads/master
2021-05-06T10:02:20.800676
2017-11-01T14:38:49
2017-11-01T14:38:49
114,087,392
1
0
null
2017-12-13T07:15:45
2017-12-13T07:15:44
null
UTF-8
Java
false
false
1,828
java
package com.opslab.crm.common.util; import org.springframework.ui.ModelMap; import javax.servlet.http.HttpServletRequest; import java.util.HashMap; import java.util.Map; /** * 用于处理http请求参数 */ public class ParameterUtil { /** * 将Map<String, String[]>类型的请求参数转换为Map<String,Object>的参数 * @par...
[ "909070781@qq.com" ]
909070781@qq.com
95e46d22b832fc5ee2de1628f525268e2ba32229
ce4606ea5229a418ce6aceee1e46fdb65c1f3b81
/src/main/java/fr/lps2ima/contact/dao/IContactDao.java
62ebf9c3dbb5b054f708ce811e3a37d908dc04e2
[]
no_license
eloMc/LicencePro
001455787fd6ebde37f6bfb162a13f6ab5d3c733
840b486a9957de0547479e317b61a11a4ab23649
refs/heads/master
2020-03-28T22:42:01.873881
2018-09-18T10:20:20
2018-09-18T10:20:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
251
java
package fr.lps2ima.contact.dao; import java.util.List; import fr.lps2ima.contact.model.Contact; public interface IContactDao { List<Contact> readAll(); Contact findByName(String name); void add(Contact contact); void remove(String name); }
[ "you@example.com" ]
you@example.com
3ecddaea10ba8ca158ab7be932678e11bb42973b
31a59acf0a8f0cb46612d10d436188fe33d5efa0
/src/main/java/com/yz/jvm/queue/ValueEvent.java
b1137f2983c7fb4fea94d16abe7a09c08919dbaf
[]
no_license
leopard5/yz-tech-exploration
145f0c87a9bea6ed41d1da77e75d6cc3445858e2
e1f7769ceda965f880adc58fe817621ad5603a78
refs/heads/master
2023-01-09T19:09:58.484119
2022-02-25T13:00:04
2022-02-25T13:00:04
93,637,384
5
1
null
2022-12-27T14:42:53
2017-06-07T13:18:18
Java
UTF-8
Java
false
false
453
java
package com.yz.jvm.queue; import com.lmax.disruptor.EventFactory; public class ValueEvent { private String value; public String getValue() { return value; } public void setValue(String value) { this.value = value; } public final static EventFactory<ValueEvent> EVENT_FACTORY ...
[ "qiyazhong@163.com" ]
qiyazhong@163.com
78f772979fdd7e6406a871675595f05a092cc912
b8ab8c96dd7776aaaf522b04173a9646e5e28ab4
/src/crs-core/src/main/java/pl/nask/crs/documents/exception/WrongFileSizeException.java
ff9144d57b99ee874159751420edc549d58f12e5
[]
no_license
srirammails/iedr
f7638717a62b5b12add24fb70515e982a0a687c6
848c2560e9e0c73d93b40e31ce0d0ce2453969d1
refs/heads/master
2023-02-18T21:51:23.701880
2017-08-22T08:17:24
2017-08-22T08:17:24
101,394,020
0
0
null
null
null
null
UTF-8
Java
false
false
185
java
package pl.nask.crs.documents.exception; public class WrongFileSizeException extends DocumentGeneralException { public WrongFileSizeException(String s) { super(s); } }
[ "admin@work-vm.localdomain" ]
admin@work-vm.localdomain
690df93f154a8041304f5078044b5e700817d6c4
64ef3dbe10742d8476c37c9bfb036b5c5001d349
/fr.mleduc.mmlang.ui/xtend-gen/fr/mleduc/ui/contentassist/MMLangProposalProvider.java
2f04525cbff99982cfc474767ec45cf7149676db
[]
no_license
manuelleduc/workspace-cold-gemoc
a60be6a96e2bb99bd7aa60004fcae8aeaa979e05
ba7fde347d7a5ed006a8f6076295e417b0ef05aa
refs/heads/master
2021-08-11T07:53:23.318434
2017-11-13T10:30:54
2017-11-13T10:30:54
110,127,733
0
0
null
null
null
null
UTF-8
Java
false
false
387
java
/** * generated by Xtext 2.10.0 */ package fr.mleduc.ui.contentassist; import fr.mleduc.ui.contentassist.AbstractMMLangProposalProvider; /** * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist * on how to customize the content assistant. */ @SuppressWarnings("all") public class...
[ "manuel.leduc@inria.fr" ]
manuel.leduc@inria.fr
c9bdc87ea7fdf55a19915c89a86483030e675f26
aa3e1682edf7e3e69c562c9cc76573e247ab49ba
/src/main/java/org/tyaa/spring/rest/hibernate/payment/controller/PaymentController.java
39c23821fecffafc4a5c3806f59df8e2a8dfec12
[]
no_license
YuriiTrofimenko/SpringRESTHibernatePayment_3
d553fc091a5a6b2a68f451adde60cbe706daf904
17fa94e062538831c17ecb976b23fe54cccadbbc
refs/heads/master
2020-04-01T20:17:16.409215
2018-10-27T08:15:22
2018-10-27T08:15:22
153,597,028
0
1
null
null
null
null
UTF-8
Java
false
false
1,108
java
package org.tyaa.spring.rest.hibernate.payment.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; import org.spring...
[ "tyaa@ukr.net" ]
tyaa@ukr.net
2edb48af07e085a479d8ee8abcd84d7d29d629b6
edbbd99d587782824288ae5125f56cee7e4ce30f
/src/main/java/jpa/model/Trainee.java
4b0c0e335b2790b89f18e30fb6b01ad05387c5cf
[]
no_license
ujko/java26jdbc
b55575bb46db21b15686caad6ead718698c578df
4afc2aa4ae371d6731bb7baf592595ee38860aa0
refs/heads/master
2022-12-17T04:55:24.121135
2020-09-27T13:07:53
2020-09-27T13:07:53
298,803,607
0
0
null
null
null
null
UTF-8
Java
false
false
765
java
package jpa.model; import javax.persistence.*; @Entity @Table(name = "trainee") @SecondaryTable(name = "phone") public class Trainee { @Id @GeneratedValue @Column(name = "id") private int id; @Column(name = "name") private String name; @Column(name = "phone_number", table = "phone") ...
[ "uio6398@gmail.com" ]
uio6398@gmail.com
28c847098615baf86c1266e41037ce9eaaf342b1
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/androidannotations--androidannotations/88ebcd50542ef7e6dc3f8b8ef1249e0527d8a3e0/before/AbstractTrackingTouchProcessor.java
d5ae8d78d5f08382605c5bc3d7beafee50bed4df
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
3,250
java
/** * Copyright (C) 2010-2012 eBusiness Information, Excilys Group * * 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 ...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
b46966c9072391376d7da8597132a9ad1a305de2
6925337bc74e9f80527859651b9771cf33bc7d99
/input/code-fracz-645/sources/Class00000210Better.java
a51c23f0bd04f85d00f407e63f7140087d629fb2
[]
no_license
fracz/code-quality-tensorflow
a58bb043aa0a6438d7813b0398d12c998d70ab49
50dac5459faf44f1b7fa8321692a8c7c44f0d23c
refs/heads/master
2018-11-14T15:28:03.838106
2018-09-07T11:09:28
2018-09-07T11:09:28
110,887,549
0
0
null
null
null
null
UTF-8
Java
false
false
178
java
// original filename: 00030055.txt // after public class Class00000210Better { public static Operator fromString(String op) { return valueOf(op.toUpperCase(Locale.ROOT)); } }
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
76e05fe46a0f37f1a6030b7294eec01280841ffa
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/10/10_2ffb5c22790f4c9b1dc8f391eccc9119f46279a1/PvP/10_2ffb5c22790f4c9b1dc8f391eccc9119f46279a1_PvP_t.java
4fdc36749eb4ed328013a15b77d4a1fe840bb73c
[]
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,133
java
package me.Travja.HungerArena; import org.bukkit.entity.Entity; import org.bukkit.entity.Player; import org.bukkit.entity.Projectile; import org.bukkit.entity.Skeleton; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.Listener; import org.bukkit.event.entit...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
dad1b163ba4ce1a84b5166cb71d186719a696b97
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_3c74357bbb3252227898d064159661c9e0e9b414/AbstractWebServiceClient/5_3c74357bbb3252227898d064159661c9e0e9b414_AbstractWebServiceClient_s.java
00044d539dccc471bfc2698c46f667602da168d8
[]
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,973
java
/* Copyright (c) 2006, 2007, The Cytoscape Consortium (www.cytoscape.org) The Cytoscape Consortium is: - Institute for Systems Biology - University of California San Diego - Memorial Sloan-Kettering Cancer Center - Institut Pasteur - Agilent Technologies This library is free software; you can redis...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
fccf12605edec404c8079d62d11ccc8af0094d02
131b59d1dca6605343ebfd7e6a4cbcc80273344b
/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web/authentication/OAuth2AuthorizationCodeAuthenticationConverter.java
8e695519f1eaab096df9e62ec56ca8f2832879a6
[ "Apache-2.0" ]
permissive
bibibiu2017/spring-authorization-server
5a35b1517f46694bc116f27123cd3bbb9f4adb32
09935f3ce614b4e9667854895b6ac12066ed8a0c
refs/heads/main
2023-07-07T09:55:59.454542
2021-08-05T19:20:00
2021-08-05T19:20:00
386,096,513
2
0
Apache-2.0
2021-07-14T22:55:27
2021-07-14T22:55:27
null
UTF-8
Java
false
false
4,009
java
/* * Copyright 2020-2021 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...
[ "jgrandja@vmware.com" ]
jgrandja@vmware.com
acd87e7276b81d3f5b45f9009066e45538fe207a
947fc9eef832e937f09f04f1abd82819cd4f97d3
/src/apk/com/touchin/vtb/f/b/ba.java
bc21445efd7a28aea09f68e1b6d3f3a98d3efff1
[]
no_license
thistehneisen/cifra
04f4ac1b230289f8262a0b9cf7448a1172d8f979
d46c6f4764c9d4f64e45c56fa42fddee9b44ff5a
refs/heads/master
2020-09-22T09:35:57.739040
2019-12-01T19:39:59
2019-12-01T19:39:59
225,136,583
1
0
null
null
null
null
UTF-8
Java
false
false
1,052
java
package com.touchin.vtb.f.b; import com.touchin.vtb.api.BaseResponse; import com.touchin.vtb.api.SessionIdBody; import e.b.b; import e.b.c.g; import e.b.d; import kotlin.e.b.h; import ru.touchin.roboswag.core.observables.storable.i; import ru.touchin.roboswag.core.utils.ShouldNotHappenException; /* compiled from: Use...
[ "putnins@nils.digital" ]
putnins@nils.digital
4d1c9f72c4c2cf770113767b68cf5e30c91e1c96
f49bdb7eddb533cd39e6d6f158c2c58ebef59504
/open-metadata-implementation/frameworks/open-connector-framework/src/main/java/org/odpi/openmetadata/frameworks/connectors/properties/AssetConnections.java
74d760ea584e9861257f084c45320d43832a4e2a
[ "CC-BY-4.0", "Apache-2.0" ]
permissive
animeshinvinci/egeria
51e33f382d5ebddb01049072c223d94e614d7e7d
92e113518d1b040b71511afedcf8963c66adfdc6
refs/heads/master
2021-04-23T08:56:19.953757
2020-03-24T18:21:48
2020-03-24T18:21:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,104
java
/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.frameworks.connectors.properties; import org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode; import org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException; import j...
[ "mandy_chessell@uk.ibm.com" ]
mandy_chessell@uk.ibm.com
5d388136e515036f57fb91b87e413ae027b4f606
7c3d78ccb78c265fc38c36a81e7749cb56154120
/src/main/java/io/vertx/ext/shell/ShellServer.java
90548fb17dc84bc7539c6e8181303c7e98291162
[ "Apache-2.0" ]
permissive
vietj/vertx-shell
a617a23422ed681251b816b76bd505b2936d8413
ca324034e9020f46d3c3ee5ac026b22df8438895
refs/heads/master
2020-04-03T15:37:52.710213
2019-06-17T16:25:40
2019-06-17T16:25:40
151,731,102
0
1
Apache-2.0
2018-10-05T14:14:48
2018-10-05T14:14:48
null
UTF-8
Java
false
false
4,685
java
/* * Copyright 2015 Red Hat, Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * * The Eclipse Public License is available at * http://www.eclipse.o...
[ "julien@julienviet.com" ]
julien@julienviet.com
f4cfe34e2cd5beacecd1d0e88613e7a9b0f50a7a
05ebbe1e4bb057a971040c8614e348b34cb95d86
/springboot-03/src/main/java/com/happy/service/impl/EmpInfoServiceFourImpl.java
94ddfb274db3e1bea1cff6b98372267d98f0ea63
[]
no_license
weilengdeyu/Y2167New
e297454083d2b114a3d42ebe7b918c3b80e8206d
6b86bc411f47b9c7f6cfbbd1f5bd2459d977a92c
refs/heads/master
2021-01-24T08:42:23.425332
2018-07-13T08:37:41
2018-07-13T08:37:41
122,988,691
0
0
null
null
null
null
UTF-8
Java
false
false
790
java
package com.happy.service.impl;/** * Created by Happy on 2018-06-30. */ import com.happy.dao.IEmpInfoDAOFour; import com.happy.entity.EmpInfo; import com.happy.service.IEmpInfoServiceFour; import org.springframework.stereotype.Service; import javax.annotation.Resource; import java.util.List; /** * 作者:微冷的雨 * * @...
[ "yymqqc@126.com" ]
yymqqc@126.com
792519fb636256f90b7a66896a5bc70011b20cff
1a83a3737292b48cd16158d2aa6a8389d6c4f38e
/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/DeliveryModeDao.java
3425005a5e2ed0d45d07672098d3c459a664788c
[]
no_license
NathanKun/Hybris123
026803ba53302a1e56f2e4c79dec33948021d24c
7b52d802856bd265403548924f40cff1ed8d9658
refs/heads/master
2021-01-25T00:48:23.674949
2018-03-01T10:41:30
2018-03-01T10:41:30
123,303,717
0
1
null
null
null
null
UTF-8
Java
false
false
1,615
java
/* * [y] hybris Platform * * Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the te...
[ "nathanhejunyang@gmail.com" ]
nathanhejunyang@gmail.com
7543fb16d9bfb4387f175335a3fa8374d05442ec
609fe3dc39c6a7f4bf20f94c6cf865ddd6d481e6
/vshop-common/src/test/java/com/veli/vshop/seckill/util/ZkLockUtilsTest.java
8555cbb18e15ca626cf6a325647a7d1533856ab8
[]
no_license
icoding168/vshop-seckill
803cd28b69852d1489e8f0864c2de5c76282fcfe
0772aa61c88be4261554678bc0423ce25e46e598
refs/heads/master
2023-06-21T12:37:46.719505
2021-08-03T14:18:35
2021-08-03T14:18:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,543
java
package com.veli.vshop.seckill.util; import lombok.extern.slf4j.Slf4j; import org.junit.Before; import org.junit.Test; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; /** * @author yangwei * @date 2021-02-28 15:06 */ @Slf4j public class ZkL...
[ "897900564@qq.com" ]
897900564@qq.com
450211995d9db29d63e566e60a168bf4ce767179
5a474f4bb0bf3981d3b282e6c028ef6b2472f170
/node-plugin/node-plugin-attains/src/main/java/com/windsor/node/plugin/attains/fixeddomain/OrganizationIdentifierDataType.java
9a95ed9c6d20800dbdf8ec73dd6c4190c47269e8
[]
no_license
jhulick/opennode2-java
deaf72b954516590a38e33953e2025759c33e6ae
37618871d4124c510887acef1cd1e17228d91ab2
refs/heads/master
2021-07-12T04:48:22.245571
2017-10-11T14:20:48
2017-10-11T14:20:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,854
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.04.09 at 07:20...
[ "twitch@nervestaple.com" ]
twitch@nervestaple.com
687c8ffa7c67868bfa01657aa32717653a5cdf3f
22e6bf275fdf02a7ff2046e7c37282dde85bb43e
/plugins/shiro/src/test/java/plugin/shiro/OtherRealm.java
9d571d7db9b775b1fc4c08ea4f47ac505dc12503
[]
no_license
ybz216/juzu
05206904eb7099abaa5a477224e4dcb4de9ed4c2
37612ff8b031ec55523fa4654546ab4c2536fc2c
refs/heads/master
2022-05-11T10:50:40.699471
2020-01-14T14:18:50
2020-01-29T18:27:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,259
java
/* * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * This software is distributed in the hope that it will b...
[ "julien@julienviet.com" ]
julien@julienviet.com
a7bb44c6beec6faed53f457cc0e91592ee859ebf
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/neo4j/2016/8/StoreCopyFinishedResponseDecoder.java
4752c3184297dc3cb6d57aa27551fa9413cb39e1
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
1,310
java
/* * Copyright (c) 2002-2016 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Fo...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
10d24381b26880391ddfb4d8c39f9319a68824b5
ba498f825f8de95fefda39528066968d99080fbe
/pl/best241/ccguilds/guildevents/events/GuildMemberKickEvent.java
b53aadc691d807889156f2a2a1799b4c7854033a
[]
no_license
rachciachose/ccGuilds
0dbf02d67aaeeb682e14cd87ff7e47fb55cc3e7c
8adf5f6827a6c87983ce1f3b80658fccdddab88b
refs/heads/master
2022-04-13T20:29:28.398993
2020-04-06T08:05:36
2020-04-06T08:05:36
253,433,921
0
0
null
null
null
null
UTF-8
Java
false
false
552
java
// // Decompiled by Procyon v0.5.30 // package pl.best241.ccguilds.guildevents.events; import pl.best241.ccguilds.guildevents.EventType; import java.util.UUID; import pl.best241.ccguilds.guildevents.EventData; public class GuildMemberKickEvent extends EventData { private UUID who; private UUID byWhom; ...
[ "63228513+rachciachose@users.noreply.github.com" ]
63228513+rachciachose@users.noreply.github.com
eefd5ba3dcfeef502dbef2eed256b41b43984c7d
e0c2efe94dad5f0cf240f4f388b1f462f2f13a5f
/20200701-자바배열/src/자바배열_용도2.java
c898b17680e3ad5ff608212199d26f01d692ad05
[]
no_license
achoon91/JavaStudy
ace03c868006c6dd53c24d9dac69bfaf17cc49ea
4d54caab346ccf8e77f04e5949a096fe8152b1ca
refs/heads/master
2023-02-25T05:55:38.283189
2021-02-12T23:19:08
2021-02-12T23:19:08
273,409,447
0
0
null
null
null
null
UTF-8
Java
false
false
2,602
java
/* * ========= * 3 6 9 * ========= int[] com={3,6,9}; * * ====== 결과 ===== * S: ●●● * B: * ================ * 3 9 6 * 3 6 9 * * 3 8 7 * ====== 결과 ===== * S: ● * B: * ================ * * 8 7 3 * ====== 결과 ===== * S: * B: ● * ...
[ "achoon91@gmail.com" ]
achoon91@gmail.com
9149e36198045ac62f71306df66ec1d21efdafaf
4ffef4b1e3214dfb42dc079aacc7a9df83b4e8df
/third_party/galago/core/src/main/java/org/lemurproject/galago/core/parse/stem/Stemmer.java
8db5a61256b3f606dc0ca8e753c18cb7f7159d31
[ "BSD-3-Clause" ]
permissive
jjfiv/irene
55145fc6118dfac6ad449419ac342a41a96a129a
8713a97600cc939bddb1d66fa3bf04658c035db3
refs/heads/main
2021-08-16T18:33:51.336630
2021-06-15T20:23:45
2021-06-15T20:23:45
130,254,789
6
0
BSD-3-Clause
2021-04-03T01:53:18
2018-04-19T18:13:44
Kotlin
UTF-8
Java
false
false
3,617
java
/* * BSD License (http://lemurproject.org/galago-license) */ package org.lemurproject.galago.core.parse.stem; import java.io.IOException; import java.util.HashMap; import java.util.List; import org.lemurproject.galago.core.parse.Document; import org.lemurproject.galago.tupleflow.error.IncompatibleProcessorException...
[ "johnf@middlebury.edu" ]
johnf@middlebury.edu
cee782bea59cf706e88953a5a6d94e5d9af3a90f
74acea1b7f2a3a509b9ead48f186c9349bf55cc8
/framework/src/main/java/com/enjoyf/platform/text/JsonItemProcessStragy.java
6718daaa7f32a8bdd333ada7371efaa59e7eaee2
[]
no_license
liu67224657/besl-platform
6cd2bfcc7320a4039e61b114173d5f350345f799
68c126bea36c289526e0cc62b9d5ce6284353d11
refs/heads/master
2022-04-16T02:23:40.178907
2020-04-17T09:00:01
2020-04-17T09:00:01
109,520,110
1
1
null
null
null
null
UTF-8
Java
false
false
262
java
package com.enjoyf.platform.text; /** * @Auther: <a mailto="EricLiu@staff.joyme.com">Eric Liu</a> * Create time: 13-9-27 下午3:38 * Description: */ public interface JsonItemProcessStragy { public TextJsonItem processorText(TextJsonItem jsonItem); }
[ "ericliu@staff.joyme.com" ]
ericliu@staff.joyme.com
fed57afad5750514616b3a68e7b8d6177b6cc770
d492576b6d452f1f4bc8c4f4ffc1b054f5cc5eff
/CargaArchivosExcel/src/co/gov/ideam/sirh/archivos/model/FuniasUnidadGeologicaConverter.java
58fb5dfc9ffc6df47b7997ea7d3ef6e3945e7273
[]
no_license
Sirhv2/AppSirh
d5f3cb55e259c29e46f3e22a7d39ed7b01174c84
6074d04bc0f4deb313e7f3c73a284d51e499af4d
refs/heads/master
2021-01-15T12:04:12.129393
2016-09-16T21:09:30
2016-09-16T21:09:30
68,330,584
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
2,416
java
package co.gov.ideam.sirh.archivos.model; import co.gov.ideam.sirh.parametros.business.ParametrosEJB; import co.gov.ideam.sirh.parametros.model.Lista; import co.gov.ideam.sirh.usuarios.agua.business.UsuariosAguaEJB; import co.gov.ideam.sirh.usuarios.agua.model.Captacion; import co.gov.ideam.sirh.usuarios.agua.model.Ca...
[ "jfgc1394@gmail.com" ]
jfgc1394@gmail.com
632780e140c9a6bc33bc5e5c614e4e49444ff202
7c377882e4789809de9a72dd54c2b0581c418474
/roncoo-education-system/roncoo-education-system-service/src/main/java/com/roncoo/education/system/service/biz/ApiSysMenuRoleBiz.java
99ced97861c89ccc6dd486c979ec19f78c95b445
[ "MIT" ]
permissive
husend/roncoo-education
bcc06f177f0d369507de19e342855fb1248ffcd4
8a5ecc3a61bf8c5c0cfc641b4dc76532f77f23e4
refs/heads/master
2022-09-10T14:11:16.542139
2019-11-07T10:27:14
2019-11-07T10:27:14
220,208,745
0
0
MIT
2022-06-17T02:37:16
2019-11-07T10:19:18
Java
UTF-8
Java
false
false
202
java
package com.roncoo.education.system.service.biz; import org.springframework.stereotype.Component; /** * 菜单角色关联表 * * @author wujing */ @Component public class ApiSysMenuRoleBiz { }
[ "1175674846@qq.com" ]
1175674846@qq.com
952904d064b3ff0cfa05b7e64ee19159562dfed9
9dc45ba24a53d879e4a9fe90f4120997eab1c8b0
/aek-data-service/src/main/java/com/aek/ebey/data/mapper/QcInspectionDataMapper.java
2ff5705b0f363be7ecde8ac7549cb126455c4a4d
[]
no_license
honghuixixi/aek-data-service
aa465ca06fd626c64bb7ab250350923f7d6e5781
315079173ad06a12d82cf689023ca8e0478d0567
refs/heads/master
2020-03-21T06:50:02.720008
2018-06-22T02:24:53
2018-06-22T02:24:53
138,244,585
0
0
null
null
null
null
UTF-8
Java
false
false
278
java
package com.aek.ebey.data.mapper; import com.aek.common.core.base.BaseMapper; import com.aek.ebey.data.model.QcInspectionData; /** * Mapper接口 * * @author Honghui * @since 2018-04-16 */ public interface QcInspectionDataMapper extends BaseMapper<QcInspectionData> { }
[ "honghui@aek56.com" ]
honghui@aek56.com
a4e4684f13fef706b566f873a351de4cb6306306
7c56c1a84fd207a00e70c784df0e79b837075837
/AdapterViewExam/src/main/java/com/example/adapterviewexam/MainActivity.java
95d6d22c8f7dcd23c76e7e4fe9d4d8b63318f78e
[]
no_license
mingi502/android-first-book
00e3859bd1a5c561c38240c430df1d3c6fe5a73e
8e3f4ead202ab7b6b878749f9cc7ed0c279cdd83
refs/heads/master
2023-08-24T08:24:20.879357
2021-10-19T16:29:29
2021-10-19T16:29:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,371
java
package com.example.adapterviewexam; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.ListView; import java.util.ArrayList; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCre...
[ "a811219@gmail.com" ]
a811219@gmail.com
7783e812ceafbc1f9d34d0802c4e416a7f172a75
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes9.dex_source_from_JADX/com/facebook/adinterfaces/protocol/FetchAdPreviewFeedUnitMethod.java
838fa87bdbb62cb5a78452cfe8c5bf47020655e6
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
1,886
java
package com.facebook.adinterfaces.protocol; import com.facebook.adinterfaces.error.AdInterfacesErrorReporter; import com.facebook.adinterfaces.model.CreativeAdModel; import com.facebook.adinterfaces.protocol.AdInterfacesAdPreviewQueryModels.AdInterfacesAdPreviewFeedUnitQueryModel; import com.facebook.common.callercont...
[ "son.pham@jmango360.com" ]
son.pham@jmango360.com
11e2c4f2a1c97c71015bd3f9b10ca6e6fa6201ff
565f95f207f49d987bdc372cd80942be95451731
/java/ejb/net/spy/consult/Consultant.java
df1076116006821173428223e2facc38924690fc
[]
no_license
dustin/snippets
76724c2131546bddd35a80da16921a44a49e2262
5be535890f9e71e298fec601d55c469c542ea330
refs/heads/master
2023-08-18T22:01:39.546961
2022-12-29T07:39:40
2022-12-29T07:39:40
18,840
18
4
null
2013-01-06T08:10:39
2008-05-22T07:58:19
C
UTF-8
Java
false
false
741
java
// Copyright (c) 2000 Dustin Sallings <dustin@spy.net> // // $Id: Consultant.java,v 1.1 2000/01/22 09:45:15 dustin Exp $ package net.spy.consult; import javax.ejb.*; import java.rmi.RemoteException; public interface Consultant extends EJBObject { // Name public String firstName() throws RemoteException; public ...
[ "dustin@spy.net" ]
dustin@spy.net
d0b4e9379b9e869a712805ae2deaa5560c92aca0
cca87c4ade972a682c9bf0663ffdf21232c9b857
/com/tencent/mm/plugin/accountsync/model/c.java
bd64efcd448c514d91a7a2a96483a1de9e87fb17
[]
no_license
ZoranLi/wechat_reversing
b246d43f7c2d7beb00a339e2f825fcb127e0d1a1
36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a
refs/heads/master
2021-07-05T01:17:20.533427
2017-09-25T09:07:33
2017-09-25T09:07:33
104,726,592
12
1
null
null
null
null
UTF-8
Java
false
false
1,050
java
package com.tencent.mm.plugin.accountsync.model; import com.tencent.mm.network.j; import com.tencent.mm.network.p; import com.tencent.mm.protocal.c.axy; import com.tencent.mm.protocal.c.axz; import com.tencent.mm.y.b; import com.tencent.mm.y.b.a; import com.tencent.mm.y.e; import com.tencent.mm.y.k; public final clas...
[ "lizhangliao@xiaohongchun.com" ]
lizhangliao@xiaohongchun.com
664b73d586c5c30ddcfbc542bbd3d75b39da128c
ca72e2e7966ee58db893ca4807bf716806be5c04
/java框架/springboot框架/untitled/itcast-eureka/src/main/java/cn/itcast/eureka/ItcastEurekaApplication.java
88b22512bed254534e60674850ce364f2c7ca50a
[]
no_license
qwd1998/repo-framework
83ad660cfccb9e1becdb62a60e12322ff9bb802e
66de9654f0fdc9a7cb2fe4fada511cb260252b5b
refs/heads/main
2023-03-24T03:58:01.884524
2021-03-16T05:37:19
2021-03-16T05:37:19
321,057,001
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
package cn.itcast.eureka; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; @SpringBootApplication @EnableEurekaServer public class ItcastEurekaApplication { public static...
[ "641770222@qq.com" ]
641770222@qq.com
f6e6edf2e35676af3b5d58de0749fcebf656251e
a90cc77fd5dbce39ebb643e41fa6dc1f4ebfb04f
/src/task/task06/task0611/StringHelper.java
c434d337cc430503ecc5298a45766c5a103b3bbe
[]
no_license
Borislove/JavaRush
e8b6e43ece6b18323dff75086d845f18f33894a5
76600418cf8e590f6c96493e02b71769a9fcab52
refs/heads/master
2021-05-26T10:20:30.262452
2020-06-17T18:41:54
2020-06-17T18:41:54
254,093,677
0
0
null
null
null
null
UTF-8
Java
false
false
1,626
java
package task.task06.task0611; /*Сделать класс StringHelper, у которого будут 2 статических метода: String multiply(String s, int count) - возвращает строку повторенную count раз. String multiply(String s) - возвращает строку повторенную 5 раз. Пример: Амиго -> АмигоАмигоАмигоАмигоАмиго Требования: • Программа не дол...
[ "abirme@yandex.ru" ]
abirme@yandex.ru
ff51743605d4923416da5c778d8e79c5fea66863
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-13-21-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/api/Document_ESTest.java
361810c1c573aed40c4b493dbda80939d70b0c86
[]
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
540
java
/* * This file was automatically generated by EvoSuite * Sun Apr 05 03:55:22 UTC 2020 */ package com.xpn.xwiki.api; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.c...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
4e2eed64fb4e65e454cc0c7546b0544a8ba5b6cb
f82c3abfa98d8363aaa8806f3fa75c74c44e3b39
/src/main/java/domain/listen/entity/SchoolEntity.java
9df20aea542203644a46e0da366c696eca896b6e
[]
no_license
jsyunzhan/WeChatgyjyjtkxt
122f6a2da75268c73f04e659f9fc573d74eaeea5
49d35a972808529a05c9e0032fb1b947703b165e
refs/heads/master
2020-03-17T16:59:54.211384
2018-06-13T07:45:11
2018-06-13T07:45:11
133,770,784
0
0
null
null
null
null
UTF-8
Java
false
false
475
java
package domain.listen.entity; import domain.base.entity.AbstractEntity; import lombok.Getter; import lombok.Setter; /** * 学校实体类 */ @Getter @Setter public class SchoolEntity extends AbstractEntity{ //学校类型ID private Long schoolTypeId; //学校类型名称 private String schoolTypeName; //街道ID private L...
[ "chen@qq.com" ]
chen@qq.com
ef991bc679717666323b307393b2f31d26504c31
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/13/13_a26443665f644c9131de695e6f0b836c3f5ab494/CreateAccountHandler/13_a26443665f644c9131de695e6f0b836c3f5ab494_CreateAccountHandler_t.java
0ff82ee01ef698780d819748078f0d55ff4455d6
[]
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,019
java
package il.technion.ewolf.server.jsonDataHandlers; import static il.technion.ewolf.server.EWolfResponse.RES_BAD_REQUEST; import static il.technion.ewolf.server.EWolfResponse.RES_GENERIC_ERROR; import org.apache.commons.configuration.ConfigurationException; import il.technion.ewolf.server.EWolfResponse; impo...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ace812ae4d3fec4124c434a4bb051d8a73be5b0c
6dcaefc38e6b6c16578ff5e68702ceb7da21dfb0
/bansystem-bungeecord/src/main/java/ch/dkrieger/bansystem/bungeecord/BungeeCordNetwork.java
a7e5375a5fd217f716f72d54f1d74cf3181faada
[ "Apache-2.0" ]
permissive
JustinSGD/DKBans
0c110eb533b0a9d8b803cd5cc1c8376523e5dcc9
b9928ed9887fc8236f198909c86fdc8a62566d5f
refs/heads/master
2020-04-19T00:56:48.434957
2019-01-27T16:06:00
2019-01-27T16:06:00
167,859,870
0
0
Apache-2.0
2019-01-27T21:18:49
2019-01-27T21:18:49
null
UTF-8
Java
false
false
5,534
java
/* * (C) Copyright 2018 The DKBans Project (Davide Wietlisbach) * * @author Davide Wietlisbach * @since 30.12.18 14:39 * @Website https://github.com/DevKrieger/DKBans * * The DKBans Project is under the Apache License, version 2.0 (the "License"); * you may not use this file except in compliance with the Licens...
[ "davide.wietlisbach@icloud.com" ]
davide.wietlisbach@icloud.com
2ac1d5686433124fbc5e3f48bf6d61089a920034
46e3415499f5823445c0314b774343ac9cc99c74
/gulimall-search/src/main/java/com/whut/gulimall/search/vo/SearchParam.java
d90795becec438e09e4df7b9956777cb98d9b39a
[]
no_license
fyun123/gulimall
8bd5b53bd0dd6baa290216d20c44d9e5e8c3b2c8
7b68865c0cef10d77f77e299337982de3c8dbc15
refs/heads/main
2023-04-16T08:20:37.190500
2021-04-08T05:34:56
2021-04-08T05:34:56
331,545,895
0
0
null
null
null
null
UTF-8
Java
false
false
854
java
package com.whut.gulimall.search.vo; import lombok.Data; import java.util.List; /** * 封装页面所有可能 */ @Data public class SearchParam { private String keyword; //全文匹配关键字 private Long catalog3Id;//三级分类id /** * sort=saleCount_asc/desc * sort=skuPrice_asc_desc * sort=hotScore_asc_desc */...
[ "1184384017@qq.com" ]
1184384017@qq.com
4d21f330de1aec4ab30bf7b454a2abe21299d254
df5d6a911400cbc26a990349891310f2ee118ef1
/smoothcsv-swing/src/main/java/com/smoothcsv/swing/gridsheet/model/GridSheetCell.java
334d0d82803738b8bccfe5d612b05306b6cd1eb5
[ "Apache-2.0" ]
permissive
k-hatano/smoothcsv
8df0eb4a9d66e24e08b547f5aa20d6cbb2b8254c
ab37ddd2c9f45d05872c8bf1d43ff49e3de2c18a
refs/heads/master
2022-05-22T17:35:16.465561
2020-06-06T01:28:18
2020-06-06T01:39:45
204,708,583
1
0
null
2019-08-27T22:24:14
2019-08-27T13:24:13
null
UTF-8
Java
false
false
830
java
/* * Copyright 2016 kohii * * 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, s...
[ "kohii.git@gmail.com" ]
kohii.git@gmail.com
dc070f0e7c61f8c58e3a177f70fee9ae72107b6a
3efa417c5668b2e7d1c377c41d976ed31fd26fdc
/src/br/com/mind5/business/orderStatusChange/model/action/OrdugeVisiNodePartnerL1.java
50781d47fd78d6c5ee4761791dd9dceebaec2a69
[]
no_license
grazianiborcai/Agenda_WS
4b2656716cc49a413636933665d6ad8b821394ef
e8815a951f76d498eb3379394a54d2aa1655f779
refs/heads/master
2023-05-24T19:39:22.215816
2023-05-15T15:15:15
2023-05-15T15:15:15
109,902,084
0
0
null
2022-06-29T19:44:56
2017-11-07T23:14:21
Java
UTF-8
Java
false
false
900
java
package br.com.mind5.business.orderStatusChange.model.action; import java.util.List; import br.com.mind5.business.orderStatusChange.info.OrdugeInfo; import br.com.mind5.business.orderStatusChange.model.decisionTree.OrdugeNodePartnerL1; import br.com.mind5.model.action.ActionVisitorTemplateAction; import br.com.mind5....
[ "mmaciel@mind5.com" ]
mmaciel@mind5.com
d154d0e7184c1978fb5ea08576afdfa02d7d64fc
dc4497107e1e5750b4f64380fbde4cb0df4b273d
/Workspace/src/workspace/service/server/web/SrvServerCommand.java
a96a13f0271dcfd66f3a795cbfd92018a31055d7
[]
no_license
M6C/workspace-neon
2c28ed019a8f9b3fbf1a30799ff2007dcf63ffef
23ea1b195dbd32eee715dac3ac07f6dada1b9e09
refs/heads/master
2022-10-24T16:23:40.743804
2022-10-18T14:37:26
2022-10-18T14:37:26
67,446,351
0
0
null
null
null
null
UTF-8
Java
false
false
3,421
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) // Source File Name: SrvServerCommand.java package workspace.service.server.web; import framework.beandata.BeanGenerique; import framework.ressource.util.UtilString; ...
[ "david.roca@free.fr" ]
david.roca@free.fr
45b174dc16e0263086574436a315ea2b623e7159
a7b61632de3d80ca7c29a25d5eb0cbfa17fa01d9
/src/main/java/com/watson/mandlovutakeaways/restclient/pizzas/SteakPizzaController.java
366713059fc958f09343e93d6cc3052d213fa38e
[]
no_license
Watson9023/Mandlovu_Takeaways_App
1e491699b96586efd7750b4e678c203bb9e22d90
5fab71f4cb107162abd00d1292967a71ea644813
refs/heads/master
2021-06-23T20:02:08.109146
2017-08-14T18:03:56
2017-08-14T18:03:56
100,290,257
0
0
null
null
null
null
UTF-8
Java
false
false
3,386
java
package com.watson.mandlovutakeaways.restclient.pizzas; import com.watson.mandlovutakeaways.domain.pizzas.SteakPizza; import com.watson.mandlovutakeaways.services.pizzas.SteakPizzaService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframe...
[ "matunhirewendy@gmail.com" ]
matunhirewendy@gmail.com
e4a3a35cb5770aaf870692f046f7a70f3b7abf4a
4cfdf239af078f5dd8f8f3c224b74f842043626e
/Java/JavaChatB07/src/MultiClient5.java
547a0e10919b9a939c0b85678fc08601d826dbfa
[]
no_license
WalkingWhale/Practices
f8a37d46a015fc959c9809da10b9fe09d4fa901e
eb4031950b109ec1189d4ad37dbe9768054cc2fb
refs/heads/master
2020-09-11T02:56:00.361074
2019-11-15T14:51:43
2019-11-15T14:51:43
221,917,953
0
0
null
null
null
null
UTF-8
Java
false
false
1,160
java
/*콘솔 멀티채팅 클라이언트 프로그램 ver3*/ /*쓰래드 사용*/ import java.io.*; import java.net.*; import java.util.Scanner; public class MultiClient5 { public static void main(String[] args) throws UnknownHostException, IOException { System.out.println("이름을 입력해 주세요."); Scanner sc = new Scanner(System.in)...
[ "taejun4001@gmail.com" ]
taejun4001@gmail.com
b88f12ac6b2f3cdf4f9a21ef16c19e5298db0aa9
43893769c7fb594f0e199f7fec482fced2e205a6
/src/main/java/com/aek56/microservice/auth/AuthApplication.java
62d72f89539b941c764a584613970369343fbd60
[]
no_license
honghuixixi/zbzx-auth-service
4314158e24f820772db229ae0c0a14b1993b60af
5d35b4f475bc5cd9c445961f3b761858c13b42ce
refs/heads/master
2020-03-21T06:59:21.262644
2018-06-22T04:16:15
2018-06-22T04:16:15
138,253,863
1
2
null
null
null
null
UTF-8
Java
false
false
769
java
/**u * */ package com.aek56.microservice.auth; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; import org...
[ "honghui@aek56.com" ]
honghui@aek56.com
9bb50f804ef35a4cb6b1759c65ebb3f8328f0d84
eb2e3de02e7fc8846bc3c0ec70bf442a46ea0dbb
/testbili/app/src/main/java/bili/bl/bye.java
ccc380bb287525882a34b27b16b2f493a9e65c37
[]
no_license
aheadlcx/myapp
54ded518fa703145bb7093f110b36e457ce77fa3
53b4090e961bc50877a9447e7da367527f6c1ff7
refs/heads/master
2020-03-17T18:22:37.666462
2018-06-12T12:19:27
2018-06-12T12:19:27
133,820,582
0
0
null
null
null
null
UTF-8
Java
false
false
1,500
java
package bili.bl; import android.support.annotation.NonNull; import com.bilibili.bilibililive.followingcard.api.entity.OriginalUser; import com.bilibili.bilibililive.followingcard.api.entity.cardBean.MusicCard; /* compiled from: BL */ public class bye implements bws<MusicCard> { public /* synthetic */ OriginalUser...
[ "ahead2008@gmail.com" ]
ahead2008@gmail.com