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
91f162af08c81b457c2bc3979794f4ba5191686b
5900df45dea704ae8ab3cdc0d1af0535014b2ae2
/Fabulous/src/main/java/com/fabulous/www/model/memo/dto/MemoDTO.java
43da22ec8d9e5c7136f245a53d314156d6ab2489
[]
no_license
bokhyunsoo/Fabulous
580b60a1eaf3a0bb77350a462b91b6061e21d469
310891a953e19e883f13d742064ff72df62b2c1e
refs/heads/master
2020-03-26T23:01:54.394059
2018-09-27T06:40:16
2018-09-27T06:40:16
145,504,771
0
0
null
null
null
null
UTF-8
Java
false
false
773
java
package com.fabulous.www.model.memo.dto; import java.util.Date; public class MemoDTO { private int idx; private String writer; private String memo; private Date post_date; public int getIdx() { return idx; } public void setIdx(int idx) { this.idx = idx; } public String getWriter() { return writer; } ...
[ "bok_0120@naver.com" ]
bok_0120@naver.com
8fe1a71717533c24ba550ee8c862f5383f9c8cdb
5e9024c33ba28c618847d756306ea15208ea1e18
/implementation/src/main/java/io/smallrye/reactive/streams/utils/FlowableCollector.java
2b7a5bab0fa89cded1e325a0c43804fa333412e6
[ "Apache-2.0" ]
permissive
hutchig/smallrye-reactive-streams-operators
8cbfbac55d7270b6e3c6da3803ee035514b78739
801f9621d52d055ebe5bdc07409b9c2faa31a5a4
refs/heads/master
2020-04-08T15:24:23.111592
2019-01-24T14:18:05
2019-01-24T14:18:05
159,477,281
0
0
Apache-2.0
2018-11-28T09:34:29
2018-11-28T09:34:29
null
UTF-8
Java
false
false
1,460
java
package io.smallrye.reactive.streams.utils; import io.reactivex.Flowable; import io.reactivex.internal.subscriptions.EmptySubscription; import org.reactivestreams.Publisher; import org.reactivestreams.Subscriber; import java.util.function.BiConsumer; import java.util.function.Function; import java.util.stream.Collect...
[ "clement.escoffier@gmail.com" ]
clement.escoffier@gmail.com
834897152b460a737cf30774e4db985f6ffe6b15
b4b161c350ad7381e8d262312098fae81a08ace4
/ch-server-product/src/main/java/com/zifangdt/ch/product/service/ProviderService.java
98f037565fcf27764d8e9020fe0ddcde43e695d2
[]
no_license
snailhu/CRM
53cfec167ddd4040487bdbb6e5b73554c80865a1
e481fed1be654959b8ab053bd34ef79bbd2a79f9
refs/heads/master
2020-03-09T22:59:03.040725
2018-04-11T07:06:53
2018-04-11T07:07:01
129,047,954
0
0
null
null
null
null
UTF-8
Java
false
false
1,629
java
package com.zifangdt.ch.product.service; import com.github.pagehelper.Page; import com.github.pagehelper.PageHelper; import com.zifangdt.ch.base.api.UaaServerApi; import com.zifangdt.ch.base.dto.product.entity.Provider; import com.zifangdt.ch.base.dto.uaa.User; import com.zifangdt.ch.base.service.BaseService; import c...
[ "snailhu@yahoo.com" ]
snailhu@yahoo.com
8f7ffa1729861f5853d85f1099a645113403513d
9c4450e31bbd822c3d5af2f76ae734c85f2129da
/src/main/java/com/aurospaces/neighbourhood/service/CustomerServiceImpl.java
658f4122e10d263dba1843f551e604703d8cf642
[]
no_license
kotaiahandraju/School
9f074879a353fd4fe3af0bc4514fbd687b2bbcb7
61d132f0c4ba5a806ef95db9855793adc37989bc
refs/heads/master
2021-04-29T11:42:35.653978
2018-07-19T10:17:22
2018-07-19T10:17:22
121,827,789
1
0
null
null
null
null
UTF-8
Java
false
false
3,751
java
/** * */ package com.aurospaces.neighbourhood.service; import java.util.List; import javax.servlet.ServletContext; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.datasource.DataSourceTransactionManager; import org.springframework.stereotype.Service; import org.sprin...
[ "a.kotaiah12@gmail.com" ]
a.kotaiah12@gmail.com
cef94c8b441540c614d2d8645bfb91b897cef3ca
c18d1250daaaf5a98390afe2774dd50d29f1b9f1
/src/com/xj/impl/DateSpecificationDaoImpl.java
56fe277fec7a40de5acfa080328412b135959eff
[]
no_license
kakahezuile/manageweb
42ba89a7915edd85d55894cef5e1fc8eee92f75e
3674ca13f8cf32fa510eec65206f64efec37fb52
refs/heads/master
2022-12-23T23:29:57.373832
2019-08-26T16:32:40
2019-08-26T16:32:40
201,966,883
0
0
null
null
null
null
UTF-8
Java
false
false
1,709
java
package com.xj.impl; import java.util.ArrayList; import java.util.List; import org.springframework.stereotype.Repository; import com.xj.bean.DateSpecification; import com.xj.dao.DateSpecificationDao; import com.xj.httpclient.utils.DaoUtils; import com.xj.httpclient.vo.MyReturnKey; @Repository("dateSpecificationDao"...
[ "SFSF" ]
SFSF
73d25f1ae4234b4f5d94b694157c1e2d22a8a61d
0d976f95b8c5f426af6abb0571d8e77ff53f2e2b
/spring-project/spring-cloud-project/imooc-ad-spring-cloud/imooc-ad-service/ad-search/src/main/java/com/imooc/ad/mysql/dto/ParseTemplate.java
3a8999961d7b970b73c445a67273fe7197d6f60c
[]
no_license
hzmartin/java-netty-demo
3dd8f1851b4e66c212eabf88cbd3fa2cd60feafb
9063640dcf8107a4cafa2e76701600475f597551
refs/heads/master
2022-05-13T04:27:54.179102
2019-11-23T09:44:48
2019-11-23T09:44:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,866
java
package com.imooc.ad.mysql.dto; import com.imooc.ad.mysql.constant.OpType; import lombok.Data; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Supplier; /** * @Author: HASEE * @Description: 解析template.json 模板 * @Date: Created in 22:29 20...
[ "1356971566@qq.com" ]
1356971566@qq.com
1aebb326bbf03566345df179967e36c49b06923b
3b6fea151cf77200b21af6e9362393c14085c280
/Glava1/src/MoonMass.java
61206371b23066ce8b22117b620c38bcff62d6b0
[]
no_license
IvanOsyanin/SchildtBook
3f8ee320abd40b5843429e0b22cff52bf98955cc
707808a7f0b8fda40d51d711405f0ade84f5bdb0
refs/heads/master
2023-03-16T21:21:46.407976
2018-01-12T05:52:31
2018-01-12T05:52:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
425
java
/** * Created by Taly on 09.12.2016. * Вычисление веса на Луне */ public class MoonMass { public static void main(String[] args) { double massToMoon, massToEarch; massToEarch = 83; massToMoon = 83 * 17 / 100; System.out.println("Ваша земная масса " + massToEarch + " кг. на Луне ...
[ "talyrus@gmail.com" ]
talyrus@gmail.com
d8a303e53058022ba17f9d0db14ae18158d23203
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/neo4j/learning/7018/StatementLocksFactorySelectorTest.java
13e3b1ffd4c543e0151c19d2faea3588aede0f4a
[]
no_license
ASSERT-KTH/synthetic-checkstyle-error-dataset
40e8d1e0a7ebe7f7711def96a390891a6922f7bd
40c057e1669584bfc6fecf789b5b2854660222f3
refs/heads/master
2023-03-18T12:50:55.410343
2019-01-25T09:54:39
2019-01-25T09:54:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,246
java
/* * Copyright (c) 2002-2018 "Neo4j," * Neo4j Sweden AB [http://neo4j.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 General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
e863f03920013cc03ea74df9058bc1b972b4c18c
9573f936174ccbcda704e1b83d596a3f093f727c
/OPERAcraft New/temp/src/minecraft/net/minecraft/src/StringUtils.java
984e968e993ab0e9e3475ba6dce086c49ae63a4c
[]
no_license
operacraft/Minecraft
17466d8538be6253f4d689926d177614c6accf5b
89c4012b11cf5fa118cd5e63b0f51d03ee1ddc09
refs/heads/master
2021-01-10T05:54:10.056575
2016-02-24T15:54:29
2016-02-24T15:54:49
51,405,369
1
2
null
null
null
null
UTF-8
Java
false
false
535
java
package net.minecraft.src; import java.util.regex.Pattern; public class StringUtils { private static final Pattern field_76339_a = Pattern.compile("(?i)\\u00A7[0-9A-FK-OR]"); public static String func_76337_a(int p_76337_0_) { int var1 = p_76337_0_ / 20; int var2 = var1 / 60; va...
[ "operacraft@googlegroups.com" ]
operacraft@googlegroups.com
c2ed59e5a85078227b993a9ab2edd9f714c613c1
1db831322ada4862eaf53077acbbadb52dca94b6
/commons-jsymbol/src/main/java/io/onedev/commons/jsymbol/java/symbols/CompilationUnitSymbol.java
d6e227a4bb1c05f5e2114c55df4225ede924271a
[ "MIT" ]
permissive
theonedev/commons
511bbada0c4d5d40b6bd2d9a60ac04f1bfc6039c
2247856c60f363496cd7e229537d5ed3a7fa4eac
refs/heads/main
2023-08-31T09:15:45.385466
2023-08-28T01:58:33
2023-08-28T01:58:33
175,148,890
2
12
MIT
2023-06-14T22:34:09
2019-03-12T06:27:32
Java
UTF-8
Java
false
false
1,479
java
package io.onedev.commons.jsymbol.java.symbols; import org.apache.wicket.Component; import org.apache.wicket.behavior.AttributeAppender; import org.apache.wicket.markup.html.basic.Label; import org.apache.wicket.markup.html.image.Image; import org.apache.wicket.request.resource.PackageResourceReference; import io.one...
[ "robin@pmease.com" ]
robin@pmease.com
b2a9345549ff4343c73d2dbec34721005890109a
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/webview/ui/tools/game/i$15.java
8b061e9f25d2a03439bd07c08f9215112b577b7d
[]
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
865
java
package com.tencent.mm.plugin.webview.ui.tools.game; import android.content.DialogInterface; import android.content.DialogInterface.OnCancelListener; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.pointers.PBool; final class i$15 implements DialogInterface.OnCancelListener { i...
[ "172601673@qq.com" ]
172601673@qq.com
a8f0b5256f3615d8ce2ecefc65c705207751b2f9
bf5cd2ad1edeb2daf92475d95a380ddc66899789
/study-day01/design-pattern/src/com/microwu/cxd/adapter/AudioPlayer.java
414184b78c548ffd68941460041c39fdc13dc266
[]
no_license
MarsGravitation/demo
4ca7cb8d8021bdc3924902946cc9bb533445a31e
53708b78dcf13367d20fd5c290cf446b02a73093
refs/heads/master
2022-11-27T10:17:18.130657
2022-04-26T08:02:59
2022-04-26T08:02:59
250,443,561
0
0
null
null
null
null
UTF-8
Java
false
false
843
java
package com.microwu.cxd.adapter; /** * Description: * Author: Administration chengxudong@microwu.com * Date: 2019/4/4 10:35 * Copyright 北京小悟科技有限公司 http://www.microwu.com * Update History: * Author Time Content */ public class AudioPlayer implements ...
[ "18435202728@163.com" ]
18435202728@163.com
435347f1a4206d2a540a30c0a7a8f25eea291034
9f127cd00455d665f6cea0897cbf4c8f5db6e8c3
/DaWae/chapter1/section3/Exercise42_CopyStack.java
3d46c5628d4012224715538bbb79f681439a39e1
[ "MIT" ]
permissive
NoticeMeDan/algo-exercises
9d1a218270dd47872bcc48d2ed1847a62b0a30eb
c97c4a61b19c1e75dae5f6c815bf12bbd22e1e7d
refs/heads/master
2021-09-13T11:47:51.979263
2018-04-29T10:36:25
2018-04-29T10:36:25
119,688,592
2
1
null
null
null
null
UTF-8
Java
false
false
1,551
java
package chapter1.section3; import edu.princeton.cs.algs4.Stack; import edu.princeton.cs.algs4.StdOut; import java.util.StringJoiner; /** * Created by Rene Argento on 8/23/16. */ public class Exercise42_CopyStack<Item> extends Stack<Item> { public Exercise42_CopyStack(Stack<Item> stack) { Stack<Item> t...
[ "im.arnild@gmail.com" ]
im.arnild@gmail.com
6e9fd552bf898bb2de73b728435aa53d30cbf502
5a027c7a6d9afc1bbc8b2bc86e43e96b80dd9fa8
/workspace_movistar_wl11/zejbVpiStbBa/ejbModule/co/com/telefonica/atiempo/vpistbba/actividades/df/instalacion/ejb/sb/ADesinstalarDTHMasivoBean.java
2be5c9252c84c176978a99369b3c9cda11640f29
[]
no_license
alexcamp/ArrobaTiempoGradle
00135dc6f101e99026a377adc0d3b690cb5f2bd7
fc4a845573232e332c5f1211b72216ce227c3f38
refs/heads/master
2020-12-31T00:18:57.337668
2016-05-27T15:02:04
2016-05-27T15:02:04
59,520,455
0
0
null
null
null
null
UTF-8
Java
false
false
3,973
java
package co.com.telefonica.atiempo.vpistbba.actividades.df.instalacion.ejb.sb; import java.util.ArrayList; import co.com.telefonica.atiempo.actividades.ActividadEJBDTO; import co.com.telefonica.atiempo.vpistbba.comun.business.InfoComunColombiaBusinessDelegate; import co.com.telefonica.atiempo.vpistbba.comun.business.I...
[ "alexander5075@hotmail.com" ]
alexander5075@hotmail.com
f73d93829605ff278fd187403e04089e1800778a
6437240eddd7c33372fccab081395d4c6d45aa92
/ConsultoraNaturaAntigo2/consultoraNatura2/src/main/java/repcom/servico/multimidia/impl/DispositivoUsuarioServicoMultimidia.java
9c52750dd3a293632031b4899a5025a63f250ae4
[]
no_license
paulofor/projeto-android-aplicacao
49a530533496ec4a11dcb0a86ed9e9b75f2f9a4a
2aa9c244a830f12cf120f45727d7474203619c59
refs/heads/master
2021-01-05T06:04:29.225920
2020-02-16T14:45:25
2020-02-16T14:45:25
240,908,240
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package repcom.servico.multimidia.impl; import repcom.servico.multimidia.base.DispositivoUsuarioServicoMultimidiaBase; public class DispositivoUsuarioServicoMultimidia extends DispositivoUsuarioServicoMultimidiaBase { }
[ "paulofore@gmail.com" ]
paulofore@gmail.com
ab19ca373dc451e5a96d1f06a58ffbe87235fbff
4c214a6fdbc4334d5f386f48529f644398e09a1e
/Chapter07/PostgreSQL/Maven/Binding/ProgrammaticInetBinding/jooq-code-generator/src/main/java/com/classicmodels/jooq/config/JooqConfig.java
684a39c73369f9cfa15f49499f86483155de9c53
[ "MIT" ]
permissive
PacktPublishing/jOOQ-Masterclass
3dfcebe369f6b080b6df987eb1536673f6f2073b
410b7c63c5b018a6f6ae40285de12d2c591d4a9f
refs/heads/master
2023-01-23T00:50:14.726939
2023-01-18T10:13:15
2023-01-18T10:13:15
295,348,949
27
17
null
null
null
null
UTF-8
Java
false
false
3,155
java
package com.classicmodels.jooq.config; import org.jooq.codegen.GenerationTool; import org.jooq.meta.jaxb.Configuration; import org.jooq.meta.jaxb.Database; import org.jooq.meta.jaxb.ForcedType; import org.jooq.meta.jaxb.Generate; import org.jooq.meta.jaxb.Generator; import org.jooq.meta.jaxb.Jdbc; import org.jooq.meta...
[ "leoprivacy@yahoo.com" ]
leoprivacy@yahoo.com
be3b53ee743c2e8ead2c99bb6bfdfe3491672a6e
d668398f1bb3fe77a508893e8db70ff7bf32ac8e
/src/main/java/pathfinding/Dijkstra.java
f960b403b45571ca7c29c1f24ab70ce545a85d2b
[ "MIT" ]
permissive
hampusadamsson/apexwars
f810296b1fbb1a0416dcc90b95e27dd11b88adcf
44cac08b39c9bc18c3db5a3ba8d98e20fca0cc2b
refs/heads/master
2023-01-30T23:26:50.853707
2020-12-13T12:04:55
2020-12-13T12:04:55
321,046,874
0
0
null
null
null
null
UTF-8
Java
false
false
1,124
java
package pathfinding; import domain.general.Pid; import domain.terrain.Map; import domain.terrain.cells.Cell; import domain.terrain.cells.Position; import domain.unit.Unit; import java.util.*; public class Dijkstra { public static Set<Position> getPossibleMoves(Map map, Position source, Unit u) { HashSet...
[ "you@example.com" ]
you@example.com
e5d526b045bb244c11f82dc71a109bccf0eb3f3d
cc70f0eac152553f0744954a1c4da8af67faa5ab
/PPA/src/examples/BrokenHash/class_926.java
c8c2d789810785d02c933a80d3e0083f906f50ef
[]
no_license
islamazhar/Detecting-Insecure-Implementation-code-snippets
b49b418e637a2098027e6ce70c0ddf93bc31643b
af62bef28783c922a8627c62c700ef54028b3253
refs/heads/master
2023-02-01T10:48:31.815921
2020-12-11T00:21:40
2020-12-11T00:21:40
307,543,127
0
0
null
null
null
null
UTF-8
Java
false
false
687
java
package examples.BrokenHash; public class class_926 { public static String md5(String string) { byte[] hash; try { hash = MessageDigest.getInstance("MD5").digest(string.getBytes("UTF-8")); } catch (NoSuchAlgorithmException e) { throw new RuntimeException("Huh, MD5 should be supported?", e...
[ "mislam9@wisc.edu" ]
mislam9@wisc.edu
49960bf460d2edbb0fbc32e9233e28d6b68f0fa5
55ea35d3be9dc8bbf5a8957dd424bc103858fe11
/src/main/java/dao/TbFingerDao.java
ca06466f789b97647ef38bfb53d2c9e9e82b448b
[]
no_license
chenyaoming/Iot
a9940caa882b8481aa883544fa64a5c50e4584a8
c6a2f782f451a08206f5dc6e7343604fa2b6507c
refs/heads/master
2022-07-06T15:50:39.068129
2019-11-24T11:25:40
2019-11-24T11:25:40
210,811,961
0
0
null
2022-06-29T17:40:20
2019-09-25T09:55:01
Java
UTF-8
Java
false
false
1,576
java
package dao; import bean.TbFinger; import bean.TbUser; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.handlers.ScalarHandler; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import uitl.CommonDbUtil; import java.sql.Connection; import java.sql.SQLException; import java.util....
[ "goodMorning_pro@atguigu.com" ]
goodMorning_pro@atguigu.com
69840e2c51411779548810745d7a71b6e2c4bba5
fd431c99a3cefebe3556fa30ce3768f904128496
/LuLuPlayer/app/src/main/java/com/lulu/player/utils/NetWorkUtils.java
4ec2d80b04be1ac9f286252ea9f6664250022f66
[]
no_license
liushengmz/scpc
d2140cb24d0af16c39e4fef4c0cd1422b144e238
f760bf2c3b1ec45fd06d0d89018a3bfae3c9748c
refs/heads/master
2021-06-19T15:49:59.928248
2018-10-16T08:24:18
2018-10-16T08:24:18
95,423,982
2
4
null
2017-06-28T02:35:14
2017-06-26T08:13:22
null
UTF-8
Java
false
false
2,490
java
package com.lulu.player.utils; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.telephony.TelephonyManager; /** * @author zxc * @time 2016/9/26 0026下午 7:18 */ public class NetWorkUtils { //WiFi是否打开 public static boolean isWifiEnabled(Co...
[ "liushengmz@163.com" ]
liushengmz@163.com
5d4bfaeba25ba9635c00b4ab8efa9f0f0457db31
b9c27fd24be992cde75c4ec1bf61fdf2d5ac11b5
/platform-camel/ihe/atna/src/main/java/org/openehealth/ipf/platform/camel/ihe/atna/util/CamelAuditMessageQueue.java
34bf62abca6b4e11351c9198ed0ec6ccf793fb8c
[ "Apache-2.0" ]
permissive
JurrianFahner/ipf
5d7affbc9abc41d56e5875bd0786a3810873373b
ddc1e3c2166c0d04038984d9c7dfd63fe91bdb76
refs/heads/master
2021-03-16T14:53:49.424251
2020-03-09T15:28:07
2020-03-09T15:28:07
146,447,201
0
0
Apache-2.0
2018-08-28T12:53:31
2018-08-28T12:53:30
null
UTF-8
Java
false
false
3,572
java
/* * Copyright 2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
[ "christian.ohr@gmail.com" ]
christian.ohr@gmail.com
04fdf1e6cf02d226f5f1f84594b96aacdb8a671f
6b3040734f41809e284655a7dd8746f95050df40
/src/main/java/old/_1200_1299/_1272.java
86675aeb44039d8c9327e911aa2378672083a162
[]
no_license
yu132/leetcode-solution
a451e30f6e34eab93de39f7bb6d1fd135ffd154d
6a659a4d773f58c2efd585a0b7140ace5f5ea10a
refs/heads/master
2023-01-28T08:14:03.817652
2023-01-14T16:26:59
2023-01-14T16:26:59
185,592,914
0
0
null
null
null
null
UTF-8
Java
false
false
2,869
java
package old._1200_1299; import java.util.ArrayList; import java.util.List; /** * @ClassName: _1272 * * @Description: TODO(这里用一句话描述这个类的作用) * * @author 余定邦 * * @date 2020年4月14日 * */ public class _1272 { class Solution { public List<List<Integer>> removeInterval(int[][] intervals, int[]...
[ "876633022@qq.com" ]
876633022@qq.com
1ab790d15b9d76a4af9e7e5817a55c170a69cf85
e5baa5ba65c5cb80b38203b28c064a475aa63693
/src/cn/edustar/jitar/ui/ShowTagAction.java
5e448f304b3c1ed6f8ab86a58ab3ca9706b89843
[]
no_license
yxxcrtd/jitar2012
bbe00b1eb2e505400dcfec396201752c3888199c
ccae07ff44a3cb9dc3d0b75673cbca699fa66b80
refs/heads/master
2020-05-31T15:26:40.107486
2019-06-05T08:05:22
2019-06-05T08:05:22
190,352,419
0
0
null
null
null
null
UTF-8
Java
false
false
2,014
java
package cn.edustar.jitar.ui; import cn.edustar.jitar.JitarContext; import cn.edustar.jitar.PythonAction; import cn.edustar.jitar.pojos.Tag; import cn.edustar.jitar.service.TagService; /** * 系统页面, 显示指定标识的标签. * * URL: showTag.action?tagId=$tagId, ?tagName=$tagName * */ public class ShowTagAction exte...
[ "yxxcrtd@gmail.com" ]
yxxcrtd@gmail.com
2ac0595dedfeade1a7d6c966554a2180f960bd6a
13cbb329807224bd736ff0ac38fd731eb6739389
/javax/xml/transform/stream/StreamResult.java
de42e7a36a67cc6d8ee10ab511cb58f9c1625540
[]
no_license
ZhipingLi/rt-source
5e2537ed5f25d9ba9a0f8009ff8eeca33930564c
1a70a036a07b2c6b8a2aac6f71964192c89aae3c
refs/heads/master
2023-07-14T15:00:33.100256
2021-09-01T04:49:04
2021-09-01T04:49:04
401,933,858
0
0
null
null
null
null
UTF-8
Java
false
false
1,507
java
package javax.xml.transform.stream; import java.io.File; import java.io.OutputStream; import java.io.Writer; import javax.xml.transform.Result; public class StreamResult implements Result { public static final String FEATURE = "http://javax.xml.transform.stream.StreamResult/feature"; private String systemId; ...
[ "michael__lee@yeah.net" ]
michael__lee@yeah.net
8d0060406c4e2db318f11e77b30907f6d938516d
6866965eee7057a7d98826fcf96e49c56461f111
/zjp2p-mgr/src/main/java/com/zjgt/p2p/manage/news/InformationController.java
41eca29854ad7bdf3800f4cd93764d45ee315bbc
[]
no_license
Permissions-System/zjparent
c4b8c39de36b07e6d7863827dde65a04fa563187
4bf961785eb06f8b52db5e16b6e37a8e269d264f
refs/heads/master
2020-03-15T04:30:34.791636
2018-05-03T08:52:48
2018-05-03T08:52:48
131,967,240
0
0
null
null
null
null
UTF-8
Java
false
false
3,551
java
package com.zjgt.p2p.manage.news; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; im...
[ "kaiyun@zillionfortune.com" ]
kaiyun@zillionfortune.com
f08dddda8330d5be8747d75b36aa8a50a69704f6
09534c278861e04441712475790c08fe0b92f279
/app/src/main/java/com/walktour/gui/data/dialog/BaseView.java
bcdb8b4cc331b28cf74def3a1beff6486ec5389b
[]
no_license
copslock/Walktour4
077eee3500387abd9a8b74727dd3c5727cc11384
46b7e77e2a5e54c4f2a83f23448f7031c8b37537
refs/heads/master
2023-07-17T13:05:58.825418
2019-08-20T07:12:35
2019-08-20T07:12:35
397,678,508
1
0
null
null
null
null
UTF-8
Java
false
false
1,089
java
package com.walktour.gui.data.dialog; import android.content.Context; import android.content.SharedPreferences; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import com.walktour.gui.data.model.DBManager; import java.util.Locale; public class BaseView impleme...
[ "15015912346@163.com" ]
15015912346@163.com
326641b450993914082ae3f1876676a02da3a0ae
74ae24d049cfcab4f477dde92367094890aec688
/src/java/main/com/topcoder/direct/services/view/action/specreview/SpecCommentType.java
0e7f6da85ba0a5d0e321063bae14293099868cb8
[]
no_license
appirio-tech/direct-app
8fa562f769db792eb244948f0d375604ac853ef1
002aa5e67064a85ed9752d651d86403b1268cf38
refs/heads/dev
2023-08-09T20:01:29.514463
2022-12-21T01:19:53
2022-12-21T01:19:53
23,885,120
21
78
null
2022-12-21T01:41:11
2014-09-10T17:49:11
Java
UTF-8
Java
false
false
138
java
package com.topcoder.direct.services.view.action.specreview; public enum SpecCommentType { REVIEWER_COMMENT, USER_COMMENT }
[ "mashannon168@fb370eea-3af6-4597-97f7-f7400a59c12a" ]
mashannon168@fb370eea-3af6-4597-97f7-f7400a59c12a
8d780d29a5e1615a1a27427f7f78b2d33c894b43
776f7a8bbd6aac23678aa99b72c14e8dd332e146
/src/com/upsight/android/marketing/UpsightBillboardHandlers$1.java
8b5727b43bfacba5a5888129646870af78a73bfd
[]
no_license
arvinthrak/com.nianticlabs.pokemongo
aea656acdc6aa419904f02b7331f431e9a8bba39
bcf8617bafd27e64f165e107fdc820d85bedbc3a
refs/heads/master
2020-05-17T15:14:22.431395
2016-07-21T03:36:14
2016-07-21T03:36:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
234
java
package com.upsight.android.marketing; class UpsightBillboardHandlers$1 {} /* Location: * Qualified Name: com.upsight.android.marketing.UpsightBillboardHandlers.1 * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
1d2230949d52b32db265603cac66ffa59664c13f
1d17da0194897dc9e8e3dc18c9b3178a5836ecaf
/src/main/java/com/ykh/tang/agent/message/ChangeUserRoleMsgResult.java
a021485633f9736f12cbd70b229e8878598964f1
[]
no_license
AntShakeTree/yhk_cms
a28fd492f4340d3ddd3472789b100d525a806193
89994edc47ed5d16aedba0f29c33a28e1685cd6d
refs/heads/master
2016-09-10T08:08:58.134331
2015-09-23T06:46:13
2015-09-23T06:46:13
41,133,363
0
1
null
2015-09-04T13:28:30
2015-08-21T03:51:10
Java
UTF-8
Java
false
false
1,331
java
package com.ykh.tang.agent.message; import java.util.ArrayList; import java.util.List; /** * 40.改变用户角色成功消息,0x000100d2 * * @author xianchao.ji */ public class ChangeUserRoleMsgResult extends BaseConfMsgResult implements IMessageHandler { int userID; // 操作者ID int type;// 操作类型(1增加,2删除,3替换) L...
[ "ant_shake_tree@163.com" ]
ant_shake_tree@163.com
6fd2af7e96635da6ad3d5877eb0893d5c66b3989
a422de59c29d077c512d66b538ff17d179cc077a
/hsi/hsi-lc/hsi-lc-client/src/main/java/com/gy/hsxt/kafka/test/TestProduce.java
8ac74c0823b695b91cac6d08b440750dba7ef8b5
[]
no_license
liveqmock/hsxt
c554e4ebfd891e4cc3d57e920d8a79ecc020b4dd
40bb7a1fe5c22cb5b4f1d700e5d16371a3a74c04
refs/heads/master
2020-03-28T14:09:31.939168
2018-09-12T10:20:46
2018-09-12T10:20:46
148,461,898
0
0
null
2018-09-12T10:19:11
2018-09-12T10:19:10
null
UTF-8
Java
false
false
1,428
java
package com.gy.hsxt.kafka.test; import java.util.Map; import java.util.Properties; import org.apache.kafka.clients.producer.KafkaProducer; import org.apache.kafka.clients.producer.Producer; import org.apache.kafka.clients.producer.ProducerRecord; public class TestProduce extends KafkaProducer<String, String> { pub...
[ "864201042@qq.com" ]
864201042@qq.com
158f280c609543c36eaaf17e60bd6a5aefc048cf
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-84-30-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest.java
df62f0943488ac9d7fe24103f75a6fc55da4d7ba
[]
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
584
java
/* * This file was automatically generated by EvoSuite * Sat Apr 04 06:01:19 UTC 2020 */ package com.xpn.xwiki.internal.template; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWi...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
f3a1e6c3f884b47ea5a4dbd2036ebe3563c79d46
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/google/android/gms/wearable/internal/zzaz.java
81f130a87384884c363b3af16c0d8530d3ac627a
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
880
java
package com.google.android.gms.wearable.internal; import com.google.android.gms.common.api.Api.AnyClient; import com.google.android.gms.common.api.GoogleApiClient; import com.google.android.gms.common.api.Result; import com.google.android.gms.common.api.Status; import com.tencent.matrix.trace.core.AppMethodBeat; fina...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
4b4fca06f677823d01c4247416c73c464c973673
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/com/huawei/hms/core/aidl/IAIDLCallback.java
bf95d76ffc3af6fb95be33d4537a941137da78f6
[]
no_license
Phantoms007/zhihuAPK
58889c399ae56b16a9160a5f48b807e02c87797e
dcdbd103436a187f9c8b4be8f71bdf7813b6d201
refs/heads/main
2023-01-24T01:34:18.716323
2020-11-25T17:14:55
2020-11-25T17:14:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,113
java
package com.huawei.hms.core.aidl; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; /* renamed from: com.huawei.hms.core.aidl.d */ /* compiled from: IAIDLCallback */ public interface IAIDLCallback extends IInterface { /*...
[ "seasonpplp@qq.com" ]
seasonpplp@qq.com
0798da1ca8e00e1d6aacea3f0bec7a30c6775359
9cdf4a803b5851915b53edaeead2546f788bddc6
/machinelearning/5.0/drools-templates/src/main/java/org/drools/template/parser/RuleTemplate.java
c2c6401a698d90a3006a272d762a510fa3369ddc
[ "Apache-2.0" ]
permissive
kiegroup/droolsjbpm-contributed-experiments
8051a70cfa39f18bc3baa12ca819a44cc7146700
6f032d28323beedae711a91f70960bf06ee351e5
refs/heads/master
2023-06-01T06:11:42.641550
2020-07-15T15:09:02
2020-07-15T15:09:02
1,184,582
1
13
null
2021-06-24T08:45:52
2010-12-20T15:42:26
Java
UTF-8
Java
false
false
3,507
java
package org.drools.template.parser; /* * Copyright 2005 JBoss 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 * ...
[ "gizil.oguz@gmail.com" ]
gizil.oguz@gmail.com
2e2151aca766304ab6316ef29aba304a1815f478
74dd63d7d113e2ff3a41d7bb4fc597f70776a9d9
/timss-facade/src/main/java/com/timss/operation/service/PatrolService.java
63a86b451ed545de2d40291f86a2268bd819ab81
[]
no_license
gspandy/timssBusiSrc
989c7510311d59ec7c9a2bab3b04f5303150d005
a5d37a397460a7860cc221421c5f6e31b48cac0f
refs/heads/master
2023-08-14T02:14:21.232317
2017-02-16T07:18:21
2017-02-16T07:18:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,309
java
package com.timss.operation.service; import java.util.HashMap; import java.util.List; import java.util.Map; import com.timss.operation.bean.Jobs; import com.timss.operation.bean.Patrol; import com.yudean.itc.dto.Page; /** * * @title: 点检日志service * @description: {desc} * @company: gdyd * @className: PatrolServi...
[ "londalonda@qq.com" ]
londalonda@qq.com
ff151f9cd9f5c17d93cd70f3935c38140a5eda3c
d7130fdaf51db9b45347aeb77188c1ee26d8e56e
/Tweaksandroidx/script/src/main/java/com/salt/script/SysUtils.java
b45c6ab881a89ba4c8f1e4bb9f5cc743dd0ca8cd
[]
no_license
FusionPlmH/Fusion-Project
317af268c8bcb2cc6e7c30cf39a9cc3bc62cb84e
19ac1c5158bc48f3013dce82fe5460d988206103
refs/heads/master
2022-04-07T00:36:40.424705
2020-03-16T16:06:28
2020-03-16T16:06:28
247,745,495
2
0
null
null
null
null
UTF-8
Java
false
false
1,719
java
package com.salt.script; import android.util.Log; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public class SysUtils { public static String executeCommandWithOutput(boolean root, String command) { ...
[ "1249014784@qq.com" ]
1249014784@qq.com
f29fbdfd0cbcc52b96be3c3e0dfbfb95f771a6a4
16bd4e214cccbb931d32d610490214aee017b5eb
/bridge/src_test/com/sri/pal/TypeDef_Test.java
5015cec975c94dc1591f270bf3b912638d0ef4d0
[ "Apache-2.0" ]
permissive
SRI-SAVE/ESE
df081e0f974fc37c1054f0a6d552d3fbf69fe300
e06ec5cd47d69ee6da10e0c7544787a53189a024
refs/heads/master
2021-01-10T15:31:33.086493
2016-07-26T17:05:01
2016-07-26T17:05:01
54,749,142
0
0
null
null
null
null
UTF-8
Java
false
false
5,994
java
/* * Copyright 2016 SRI International * * 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 t...
[ "christian.jones@sri.com" ]
christian.jones@sri.com
950409d535d44faaaa1e55ccd173d51d9d436c5f
f38a9694817f9bf8e99cc42244497608148ec48a
/kie-dmn-feel/src/test/java/org/kie/dmn/feel/runtime/FEELExpressionsTest.java
5a413f8ab0cca44499590016da19e65d127463d5
[ "Apache-2.0" ]
permissive
mouachan/kie-dmn
8f95f7359d2256680cf7f375b545f095105c7395
0d7fd186edb69e385b6f0f65ce758bc8f3d442c0
refs/heads/master
2021-05-02T04:20:02.099565
2016-12-12T21:58:46
2016-12-12T21:58:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,905
java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * 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...
[ "ed.tirelli@gmail.com" ]
ed.tirelli@gmail.com
562e4249b9c8f0fac14864f028ea1d80e275963e
574ca6a57daadc9dfe623aa5d1a3e54f662db284
/spring-boot-cxf-client-ch11/src/main/java/com/mk/service/UsesrServiceImpl.java
1dd2a7e6da53c5f55fcafcb0686b0372f854745b
[]
no_license
kekesam/kekespringboot
7258c2dec423081c82b0f1e09ae489c6c7690c83
d293c92b2fa5f7e4e347eb56d0af5af0fa64d169
refs/heads/master
2021-08-30T20:20:46.801518
2017-12-19T09:22:54
2017-12-19T09:22:54
110,570,109
0
0
null
null
null
null
UTF-8
Java
false
false
805
java
package com.mk.service; import org.apache.cxf.endpoint.Client; import org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory; import org.springframework.stereotype.Service; @Service public class UsesrServiceImpl implements IUserService { public Object getUser(Integer id) { // 创建动态客户端 JaxWsDynami...
[ "xuchengfeifei@163.com" ]
xuchengfeifei@163.com
60ebd237cbc1794e780913f1cd22cb3e4525aa9c
3c73a700a7d89b1028f6b5f907d4d0bbe640bf9a
/android/src/main/kotlin/lib/org/bouncycastle/crypto/generators/MGF1BytesGenerator.java
365adaff51e8164445ba2c9dd083590c185e5ac8
[]
no_license
afterlogic/flutter_crypto_stream
45efd60802261faa28ab6d10c2390a84231cf941
9d5684d5a7e63d3a4b2168395d454474b3ca4683
refs/heads/master
2022-11-02T02:56:45.066787
2021-03-25T17:45:58
2021-03-25T17:45:58
252,140,910
0
1
null
null
null
null
UTF-8
Java
false
false
2,879
java
package lib.org.bouncycastle.crypto.generators; import lib.org.bouncycastle.crypto.DataLengthException; import lib.org.bouncycastle.crypto.DerivationFunction; import lib.org.bouncycastle.crypto.DerivationParameters; import lib.org.bouncycastle.crypto.Digest; import lib.org.bouncycastle.crypto.OutputLengthException; im...
[ "princesakenny98@gmail.com" ]
princesakenny98@gmail.com
ca48bb8593e4b818f12791a61f5b328fe83e94e2
6e8b460032de5cd9ef0e107db6d97c6ea63843ba
/support/cas-server-support-reports/src/test/java/org/apereo/cas/web/report/AbstractCasEndpointTests.java
b115c577f670408236bef9861d81ed12b270402a
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
Halvra/cas
9a225f8bc56db92abbb994aa411b6c43e862422f
faf11bb5d40bbe7ecc4567c6a5f141952df5a5aa
refs/heads/master
2022-04-05T19:39:09.819728
2020-02-26T18:37:56
2020-02-26T18:37:56
242,992,849
0
0
Apache-2.0
2020-02-25T12:20:29
2020-02-25T12:20:28
null
UTF-8
Java
false
false
6,101
java
package org.apereo.cas.web.report; import org.apereo.cas.AbstractCentralAuthenticationServiceTests; import org.apereo.cas.audit.AuditTrailExecutionPlan; import org.apereo.cas.audit.AuditTrailExecutionPlanConfigurer; import org.apereo.cas.audit.spi.MockAuditTrailManager; import org.apereo.cas.audit.spi.config.CasCoreAu...
[ "mm1844@gmail.com" ]
mm1844@gmail.com
9408786091292559504a6861f63676d1943d73a6
1c5e8605c1a4821bc2a759da670add762d0a94a2
/easrc/pm/base/app/AbstractSupEvaluateTemplateEditUIHandler.java
b8d90c2283265840c8076b40ada0186e98765d2d
[]
no_license
shxr/NJG
8195cfebfbda1e000c30081399c5fbafc61bb7be
1b60a4a7458da48991de4c2d04407c26ccf2f277
refs/heads/master
2020-12-24T06:51:18.392426
2016-04-25T03:09:27
2016-04-25T03:09:27
19,804,797
0
3
null
null
null
null
UTF-8
Java
false
false
397
java
/** * output package name */ package com.kingdee.eas.port.pm.base.app; import com.kingdee.bos.Context; import com.kingdee.eas.framework.batchHandler.RequestContext; import com.kingdee.eas.framework.batchHandler.ResponseContext; /** * output class name */ public abstract class AbstractSupEvaluateTemp...
[ "shxr_code@126.com" ]
shxr_code@126.com
202de5c32d49caf18bcec1e8ff7715f3c02ca6f9
e05b7af2cd6b8b3d1293772003a98ab6e334e441
/plugins/org.ops4j.coro.ui.score.editor/src/org/ops4j/coro/ui/score/editor/features/MeasureAddFeature.java
a169152b90b26883a5f0c68f5931f73baef0fea1
[]
no_license
hwellmann/org.ops4j.coro
c8a9c47d683d23730240462748d5343d96369437
84a8a3d43098fcfac50558e26b624632692fe2d8
refs/heads/master
2016-09-11T03:16:05.276888
2013-07-23T18:12:42
2013-07-23T18:12:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,243
java
package org.ops4j.coro.ui.score.editor.features; import org.eclipse.emf.ecore.EObject; import org.eclipse.graphiti.features.IFeatureProvider; import org.eclipse.graphiti.features.context.IAddContext; import org.eclipse.graphiti.features.impl.AbstractAddShapeFeature; import org.eclipse.graphiti.mm.algorithms.MultiText;...
[ "harald.wellmann@gmx.de" ]
harald.wellmann@gmx.de
55ddca5e4abd579bb204cc9ce5efc1e87c54c340
8001628c09ce84931115f5961baa82bc94736463
/src/com/xwkj/shopping/dao/SendeeDao.java
405ebcc5a333b37e2e7c96f2a36d35385787aaa3
[]
no_license
lm2343635/Shopping
dda1e7ac1878a3b976c2cb597bce55faadd5699a
e8c14b5c1a765d0a5fe99dd3c9821a73b115dc04
refs/heads/master
2021-05-01T11:57:44.539899
2016-10-01T07:26:50
2016-10-01T07:26:50
44,818,927
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package com.xwkj.shopping.dao; import com.xwkj.shopping.domain.Sendee; public interface SendeeDao { Sendee get(String sid); String save(Sendee sendee); void update(Sendee sendee); void delete(Sendee sendee); /** * 根据用户id查询收货人 * @param uid * @return */ Sendee findByUid(String uid); }
[ "lm2343635@126.com" ]
lm2343635@126.com
654e44088d4d4335d0a846c937cd1355f033b2ac
e455b112a11a44e17914f5177328b62c952a8fe3
/flood-job/flood-xxl-job/flood-xxl-job-client/src/main/java/cn/flood/job/config/XxlJobAutoConfiguration.java
a58ea5d416c2f86e8727212a68c00cace1b95a8f
[ "Apache-2.0" ]
permissive
mmdai/flood-dependencies
97035978179228efe740dc8712996a8b5188b51a
586fa0db96dcfdd7bbdec064922f213df3250d21
refs/heads/master
2023-09-02T00:47:29.496481
2023-08-01T03:26:23
2023-08-01T03:26:23
203,513,950
5
3
Apache-2.0
2023-03-01T09:04:21
2019-08-21T05:39:54
Java
UTF-8
Java
false
false
3,200
java
package cn.flood.job.config; import cn.flood.job.core.executor.impl.XxlJobSpringExecutor; import cn.flood.job.properties.XxlExecutorProperties; import cn.flood.job.properties.XxlJobProperties; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.autoconfigure.AutoConfiguration; impo...
[ "daiming123.happy@163.com" ]
daiming123.happy@163.com
618974910b7333d450180c2a008396743c71723b
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/pluginsdk/g/a/a/k.java
bc9ff2d8f15c5e52da615c813b47f0c208a3edc1
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,769
java
package com.tencent.mm.pluginsdk.g.a.a; import com.google.android.gms.common.api.Api.BaseClientBuilder; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.g.a.bg; import com.tencent.mm.pluginsdk.g.a.a.b.c; import com.tencent.mm.pluginsdk.g.a.c.f; import com.tencent.mm.pluginsdk.g.a.c.f.d; import...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
ff4850d77b6f654fb7beb8b6ecf4bcf088d5ab0e
1bdcbecb5f6aea980de377b8cbb71887c2200f74
/storm/storm-app/src/main/java/storm/starter/trident/TridentReach.java
39f1d92cca7517ae248d1471246141acf1529e06
[]
no_license
lilijiangnan/bigdata
d9c8e3ebc5efa48e05463772c89c3782ad88f27a
d54f5886e706e96fc793a0426a39415c3e413c0c
refs/heads/master
2021-04-09T10:18:39.289089
2016-11-07T03:26:19
2016-11-07T03:26:19
125,361,007
1
0
null
2018-03-15T12:02:01
2018-03-15T12:02:01
null
UTF-8
Java
false
false
5,892
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...
[ "zqhxuyuan@gmail.com" ]
zqhxuyuan@gmail.com
71fbb738c4ec5d48b38556eeb350d3e52a18b9e9
100c63ef668b81dfca8d5fa8695f53780ba86f90
/src/lesson_3_Collections_and_Regular_expressions/collectionsTask/CollectionsTaskWorkWithArray.java
6855ccd844510e03d6871a838b0fcf01b365c406
[]
no_license
AntonyGlim/gb_3_java_core_advanced_level
0c3896e989d95225749ebe3e45bf0663a275c454
8fcbdd8c315d8aed8cbff27b4a8afa22cee92caa
refs/heads/master
2020-04-21T20:26:00.303650
2019-08-21T15:34:11
2019-08-21T15:34:11
169,844,264
0
0
null
null
null
null
UTF-8
Java
false
false
3,046
java
/** * 1. Создать массив с набором слов (10-20 слов, среди которых должны встречаться повторяющиеся). * Найти и вывести список уникальных слов, из которых состоит массив (дубликаты не считаем). * Посчитать, сколько раз встречается каждое слово. * */ package lesson_3_Collections_and_Regular_expressions.collection...
[ "Antony.Glim@gmail.com" ]
Antony.Glim@gmail.com
95afc09daa536c8f8659f07afa5218372f71e630
8dea0c3f985414133d248c6314bfa89a48b5e597
/photon-ctrl/src/main/java/org/lpw/photon/ctrl/Interceptor.java
668d25340fbcf5f153060bb5e99c5ec65f7babed
[ "MIT" ]
permissive
heisedebaise/photon
1afe182ddf305588cc41e72d0168f80bc8a1dcf3
1991ddd464c33a820e410525d495a0764b19b8f1
refs/heads/master
2023-09-05T00:24:51.808431
2023-08-18T03:04:20
2023-08-18T03:04:20
247,466,804
0
1
MIT
2022-12-12T06:31:37
2020-03-15T12:59:06
Java
UTF-8
Java
false
false
475
java
package org.lpw.photon.ctrl; /** * 控制层拦截器。 */ public interface Interceptor { /** * 获得拦截器的执行顺序。执行顺序小的优先执行。 * * @return 执行顺序。 */ int getSort(); /** * 执行拦截器调用。 * * @param invocation 执行调用。 * @return 执行结果。 * @throws Exception 运行期异常。 */ Object execute(Invo...
[ "heisedebaise@hotmail.com" ]
heisedebaise@hotmail.com
ba45db0fd27c5cb1867a656a5bc691df9ca4f957
ea444d0e4b345033be00edb365aa7168434651b7
/Saturn-2.0/src/main/java/external/TicketMasterDaoImpl.java
c825cc35a452cdcd699274abf8d4699ade376f5e
[]
no_license
lisz1012/Saturn-2.0
ed171005916dc54439526479e07bd640aeeec7c4
6a21c91e038cdff791345b60cfeb7b2e964619e2
refs/heads/master
2020-04-14T04:49:20.832539
2019-01-01T07:39:04
2019-01-01T07:39:04
163,646,392
2
0
null
null
null
null
UTF-8
Java
false
false
3,890
java
package external; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.util.ArrayList; import java.util.HashSet; import java.util.List; im...
[ "lisz1012@163.com" ]
lisz1012@163.com
25784b81e0db92d5184ff3ad464b35660e92b26c
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/36_schemaspy-net.sourceforge.schemaspy.view.DotNode-1.0-6/net/sourceforge/schemaspy/view/DotNode_ESTest_scaffolding.java
a392182ffb60fc050ad1276821c9b2945315c0df
[]
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
544
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Oct 25 21:08:59 GMT 2019 */ package net.sourceforge.schemaspy.view; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.ju...
[ "pderakhshanfar@bsr01.win.tue.nl" ]
pderakhshanfar@bsr01.win.tue.nl
fe574c2fd48af52a6b36ec56dfc2e47b2407add2
adb073a93ec2ceae65756d9e6f2f04478d6c74aa
/web-java/week2/9.Web-application-overview/practice/java-web-simple-dictionary-servlet/src/DictionaryServlet.java
509db7798bce86cb0bceb7de3b149fbee5da854c
[]
no_license
nhlong9697/codegym
0ae20f19360a337448e206137d703c5c2056a17b
38e105272fca0aecc0e737277b3a0a47b8cc0702
refs/heads/master
2023-05-12T17:18:14.570378
2022-07-13T09:07:52
2022-07-13T09:07:52
250,012,451
0
0
null
2023-05-09T05:40:08
2020-03-25T15:12:34
JavaScript
UTF-8
Java
false
false
1,295
java
import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; import java.util.HashMap; import java.util.Map; ...
[ "n.h.long.9697@gmail.com" ]
n.h.long.9697@gmail.com
550b20e2baea79429c8f9f8e92f7859e1eae6754
36aadb3aab5f83a8f01f4bc392054efb1cc8d091
/JAXWS/JAXWSWeek3/src/ws/service/OrderWSImpl.java
371bb37eefdcc202996be4a45c6598a13eac1b31
[]
no_license
huseyinsaglam/JAXWS
88542c7b59ea5e35be62db8e2aaf994355dab7ca
68d36567c7902527d9a4a7da9f359e3a8136a4f4
refs/heads/master
2020-04-07T20:24:22.580350
2018-11-22T11:05:57
2018-11-22T11:05:57
158,686,426
1
0
null
null
null
null
UTF-8
Java
false
false
682
java
package ws.service; import javax.annotation.Resource; import javax.jws.WebService; import javax.xml.ws.WebServiceContext; import ws.exception.OrderWSException; import ws.inmemory.MemoryData; import ws.model.Order; @WebService(endpointInterface = "ws.service.OrderWS") public class OrderWSImpl implements OrderWS { ...
[ "hsaglam001@gmail.com" ]
hsaglam001@gmail.com
43c7e6002ae143c73681520638a5c07f6e323416
5947cfe58348f6cdf30588b8e411ebf55ec50e05
/anjbo-credit3-provider-third-api/.svn/pristine/88/88d56f06bce3320d56ed02274f6703d215a9c40b.svn-base
5937dccd60e4845a9be9528d61d49ebe55b8f031
[]
no_license
superJack2222/work-credit
197de8c94df3691f0d1e249ea431c526ca6f3867
4d6dfdabe92d8fee2b49de96fc08e281763a31ba
refs/heads/master
2023-04-28T05:09:40.511601
2020-07-21T00:43:07
2020-07-21T00:43:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
932
/* *Project: ANJBO Generator **************************************************************** * 版权所有@2018 ANJBO.COM 保留所有权利. ***************************************************************/ package com.anjbo.service.sgtong.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframew...
[ "395859675@qq.com" ]
395859675@qq.com
c9af501c00bf3cb96c6d6178786c0e0b083857ac
d45d9111e4e5736c7bb7eebef27bfef7bc27b3b8
/projects/Java/src/com/chronoxor/enums/EnumUInt16.java
04291e12fe6b7a221283d3104157a2f7a978ce2e
[ "MIT" ]
permissive
museghost/FastBinaryEncoding
0c0b4b4d6ae1004f13810fd1db0bb761116106cf
7e8425552d4c42cd78162dbe0dedab796808ae78
refs/heads/master
2023-01-02T08:47:52.223902
2020-10-16T10:53:09
2020-10-16T10:53:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,449
java
// Automatically generated by the Fast Binary Encoding compiler, do not modify! // https://github.com/chronoxor/FastBinaryEncoding // Source: enums.fbe // Version: 1.4.0.0 package com.chronoxor.enums; public final class EnumUInt16 implements Comparable<EnumUInt16> { public static final EnumUInt16 ENUM_VALUE_0 = n...
[ "chronoxor@gmail.com" ]
chronoxor@gmail.com
85b52d03fc870d7258669c233a4ba151b7d7cb40
1dca714bd101ccdeb8b70a3f3289f846810cedd5
/main/java/com/ruoyi/datasync/mapper/VirtualMachineMapper.java
72b4e27eb01eb39f77caaed3bc5a5a1b9cefc494
[]
no_license
glf134/ruoyi
a2e1ca782b5337b18bc84390b424d4efd3e31909
d0a08cc0bc53d87d008e6bb35f71d7fa3de2a6fa
refs/heads/master
2023-04-10T18:48:37.453508
2021-04-18T06:16:05
2021-04-18T06:16:05
359,041,648
0
0
null
null
null
null
UTF-8
Java
false
false
1,362
java
package com.ruoyi.datasync.mapper; import java.util.List; import com.ruoyi.datasync.domain.VirtualMachine; /** * 虚拟机资源Mapper接口 * * @author ruoyi * @date 2021-04-18 */ public interface VirtualMachineMapper { /** * 查询虚拟机资源 * * @param id 虚拟机资源ID * @return 虚拟机资源 */ public VirtualM...
[ "1347665919@qq.com" ]
1347665919@qq.com
d7f5469cf4a8e3c4c04cd54b6437bc7420fd3180
de75c58f6513c0f78921e5a0879a523c5d528d9c
/build.properties/src/wsl/mdn/dataview/NoJoinTransferStrategy.java
f892758ecd699a724fa5d187c6778f913d9154ce
[]
no_license
Prinz2109/mobiledatanow
679af56e1809736ee283439db9b74cfa25512ab0
a792a11b228a85a476c16127aac2a98fdc500cd1
refs/heads/master
2021-01-17T13:20:11.589335
2009-02-04T04:49:30
2009-02-04T04:49:30
33,274,021
0
1
null
null
null
null
UTF-8
Java
false
false
5,808
java
package wsl.mdn.dataview; // imports import java.util.Vector; import java.util.Hashtable; import wsl.fw.util.Util; import wsl.fw.resource.ResId; import wsl.fw.gui.WslProgressClient; import wsl.fw.gui.WslProgressPanel; import wsl.fw.gui.GuiManager; import wsl.fw.datasource.*; /** * Title: * Description: * Copyright...
[ "nick.mobiledatanow@95061b60-9fd8-11dd-a887-7ffe1a420f8d" ]
nick.mobiledatanow@95061b60-9fd8-11dd-a887-7ffe1a420f8d
e7f4e582e3798b4a89d72cd2e465005438a7ad63
1930d97ebfc352f45b8c25ef715af406783aabe2
/src/main/java/com/alipay/api/response/AlipayEbppInstserviceIdentityInitializeResponse.java
a8d06b5986515ca5f8d40fc3b2a30be7e2f2bb42
[ "Apache-2.0" ]
permissive
WQmmm/alipay-sdk-java-all
57974d199ee83518523e8d354dcdec0a9ce40a0c
66af9219e5ca802cff963ab86b99aadc59cc09dd
refs/heads/master
2023-06-28T03:54:17.577332
2021-08-02T10:05:10
2021-08-02T10:05:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
934
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.ebpp.instservice.identity.initialize response. * * @author auto create * @since 1.0, 2021-07-14 10:12:30 */ public class AlipayEbppInstserviceIdentityInit...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
014b1b001af26cce551d851495788764bb1cf758
ad2563d56f4581bf5ac73890360fafb0fc900d66
/iwsn-gateway/src/main/java/de/uniluebeck/itm/tr/iwsn/gateway/netty/NettyClientFactory.java
c9f1a541aeb900e262459711fc839aec869bbd07
[ "BSD-3-Clause" ]
permissive
newtonmwai/testbed-runtime
b1c73a07c3791ac1593354e48aad728291a0b9c7
0f3fd9ccaa93410bd9ba3b007fd25d801bcdd035
refs/heads/master
2021-05-28T20:56:48.592750
2015-04-21T13:42:24
2015-04-21T13:42:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
270
java
package de.uniluebeck.itm.tr.iwsn.gateway.netty; import org.jboss.netty.channel.ChannelPipelineFactory; import java.net.SocketAddress; public interface NettyClientFactory { NettyClient create(SocketAddress remoteAddress, ChannelPipelineFactory pipelineFactory); }
[ "daniel@bimschas.com" ]
daniel@bimschas.com
e95a3cdf424194dafdee67f372cb067479ba5e5b
cd93fd6f1cc4b051e575372e030188d575ffb7f3
/BinaryFileProcessor/src/main/java/edu/iu/dsc/spidal/constant/Constant.java
2ae577d409d37a110eea1a6370fcd14855c79741
[ "Apache-2.0" ]
permissive
vibhatha/BinaryFileProcessor
4af6dd36fb37668c44fc64d5e40051768d3c79cc
6009292b83c721544c962051300a0a35e9236312
refs/heads/master
2020-03-23T15:10:28.849614
2018-08-01T15:14:38
2018-08-01T15:14:38
141,727,996
0
0
null
null
null
null
UTF-8
Java
false
false
330
java
package edu.iu.dsc.spidal.constant; public class Constant { public static final String DISTANCE_MATRIX = "/home/vibhatha/github/dsc-spidal-forks/applications/fungi-gene-sequence/data/distance-matrix.bin"; public static final String DUMMY_DISTANCE_MATRIX = "/home/vibhatha/Sandbox/bio/distance_matrices/dummy/dum...
[ "vibhatha@gmail.com" ]
vibhatha@gmail.com
db5bfabb8b66e4659f45fac832e3ae2428bbf5c3
9892dcbf85a70b4c09281a54472c6815df7848e8
/optaplanner-core/src/main/java/org/optaplanner/core/impl/solver/AbstractSolverFactory.java
cb407f8d53d5bb8746e1c0c5bee46c8f4fac729d
[ "Apache-2.0" ]
permissive
vidya-iyengar/optaplanner
c8ec18effdfbae6984f4ff2500b56012b50f325e
f8926abd847b553a031c087593c8edeae559e6e6
refs/heads/master
2021-01-22T14:38:46.099182
2016-03-14T11:53:05
2016-03-14T11:53:05
46,541,935
0
0
null
2015-11-20T05:39:17
2015-11-20T05:39:16
null
UTF-8
Java
false
false
2,216
java
/* * Copyright 2015 JBoss 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 agreed to i...
[ "gds.geoffrey.de.smet@gmail.com" ]
gds.geoffrey.de.smet@gmail.com
0940f489c5f0eea832865bf68b837334d46b8053
659f2dfa9e5efcb6619aa5bdc087ed127f8c93e4
/sources/libraries/config/model/src/main/java/com/minsait/onesait/platform/config/ConfigDbEntitiesStarterAutoConfig.java
f39e79841cb94a8acd36926b62b05b9d9108d114
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
onesaitplatform/onesaitplatform-revolution-the-minspait-crowd
cdb806cbcf5d38d9301a955a88b1e6f540f1be05
09937b4df0317013c2dfd0416cfe1c45090486f8
refs/heads/master
2021-06-17T10:53:26.819575
2019-10-09T14:58:20
2019-10-09T14:58:20
210,382,466
2
1
NOASSERTION
2021-06-04T02:20:29
2019-09-23T14:55:26
Java
UTF-8
Java
false
false
3,586
java
/** * Copyright Indra Soluciones Tecnologías de la Información, S.L.U. * 2013-2019 SPAIN * * 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...
[ "danzig6661@gmail.com" ]
danzig6661@gmail.com
7b6eb79cd8ee3ad6141e55e47541f7bca2d7eed9
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/ant_cluster/893/src_0.java
0c28a4c61a4fde31193bfa5197ccf4dedcf3fae7
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,209
java
/* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.myrmidon.components.converter; import org.apac...
[ "375833274@qq.com" ]
375833274@qq.com
66031f948dd439169036cce6b1e947b4a17f47b6
ded3f993b2af67abef1fa62cd09017e0cba74721
/IOC/Lab41/src/com/avishek/spring/Lab41.java
0c45d2c3e5ef279320270af888461422de59ab87
[]
no_license
imavishek/Spring-Framework-Examples
ab6216fdb6a2717fe19faeb581abb4976ad13126
5dfb315c472f713b67106f8b111d770bc03f632c
refs/heads/master
2021-07-13T01:10:32.555069
2017-10-10T03:56:01
2017-10-10T03:56:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
672
java
package com.avishek.spring; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.context.support.ResourceBundleMessageSource; public...
[ "avishek.akd@gmail.com" ]
avishek.akd@gmail.com
1e9925a609a61830da0c4e86d6c8ebdad70bac13
2c319d505e8f6a21708be831e9b5426aaa86d61e
/web/webunit/src/main/java/leap/webunit/client/THttpRequest.java
84c3427a374dd24304d05c1672578861bb09080d
[ "Apache-2.0" ]
permissive
leapframework/framework
ed0584a1468288b3a6af83c1923fad2fd228a952
0703acbc0e246519ee50aa9957f68d931fab10c5
refs/heads/dev
2023-08-17T02:14:02.236354
2023-08-01T09:39:07
2023-08-01T09:39:07
48,562,236
47
23
Apache-2.0
2022-12-14T20:36:57
2015-12-25T01:54:52
Java
UTF-8
Java
false
false
5,828
java
/* * Copyright 2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "live.evan@gmail.com" ]
live.evan@gmail.com
5f070f9c3f2e0a771bea22753780feb0edd95248
2ca2e6fc90f6151a1a5b9edf27098ae3510e79d9
/Hello.java
b7d064229bd83c419f3ba5add0cef391fa6787b9
[]
no_license
jw182400/AllTest
4dbbda748f7936e1d676f263018bc6ff033af030
d1f877b7b91b00cbcdb3e8180e7688d752d76598
refs/heads/master
2020-03-28T20:21:29.443556
2018-09-17T03:39:13
2018-09-17T03:39:13
149,062,410
0
0
null
null
null
null
UTF-8
Java
false
false
276
java
public class Hello{ public static void main(String[] args) { System.out.println("Hello GIT"); System.out.println("Hello New World."); System.out.println("Hello China"); System.out.println("Hello nihao"); System.out.println("直接提交到版本库"); } }
[ "root@qq.com" ]
root@qq.com
15a1b18d4ab0ee0aa7f9f8af7294504b5b3ad398
9333f700b605dc851f985d2cf3e11cec03afc149
/src/com/bit2015/multithread/AlphabetRunnableImpl2.java
ad53f8f9ae59a76f4de2368aade83b9a9ae4bd88
[]
no_license
chuska/network
eabeabe77bb4747ece19810c81da2596fc0bcc5b
9c0caf83c0e4a5939177c32b9c68438f45e048de
refs/heads/master
2021-01-10T13:41:57.298939
2015-10-07T11:57:08
2015-10-07T11:57:08
43,731,553
0
0
null
null
null
null
UTF-8
Java
false
false
209
java
package com.bit2015.multithread; public class AlphabetRunnableImpl2 extends Alphabet implements Runnable { @Override public void run() { // TODO Auto-generated method stub print(); } }
[ "bit-user@bit" ]
bit-user@bit
dad49044b6ce81803b6cf660503aa135c321b3af
b448a263b9644bc6ecc58193d38c654e4e23b3b1
/ole-app/olefs/src/main/java/org/kuali/ole/spring/batch/processor/MarcStreamingProcesssor.java
6a0ffc87e403ae27fe2fe17caa203a05adc92446
[]
no_license
premkumarbalu/ole
57c418456949f1535d5f1be1ac2e101d56184c02
0bd8e322c4119f3d280a5d9144fd5402e12ebe8d
refs/heads/develop
2020-04-05T17:35:59.808546
2017-02-17T13:41:08
2017-02-17T13:41:08
47,693,858
1
0
null
2015-12-09T13:44:59
2015-12-09T13:44:59
null
UTF-8
Java
false
false
5,461
java
package org.kuali.ole.spring.batch.processor; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.commons.io.IOUtils; import org.kuali.ole.constants.OleNGConstants; import org.kuali.ole.converter.MarcXMLConverter; import org.kuali.ole.docstore.common.pojo.RecordDetails; import org.ku...
[ "sheiksalahudeen.m@kuali.org" ]
sheiksalahudeen.m@kuali.org
8dddd24a6425d39d5c53d8f17fd68b3443a49baa
a1de9cd2a3dee055e8baaf58515fbbb0b78776e3
/support/cas-server-support-saml-idp-metadata-jpa/src/test/java/org/apereo/cas/support/saml/idp/metadata/OracleJpaSamlIdPMetadataGeneratorTests.java
23676570de0c0433063e702859d38732964c7249
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-free-unknown" ]
permissive
bhubert/cas
21927acf9a5dd0123314002b7bce78c444bd2823
9d417ab06bd0e6c1e0a93c1d0783fb94e0f0e5a9
refs/heads/master
2023-03-05T09:40:22.302417
2021-02-22T18:08:49
2021-02-22T18:08:49
259,693,459
1
0
Apache-2.0
2020-04-28T16:33:37
2020-04-28T16:33:36
null
UTF-8
Java
false
false
886
java
package org.apereo.cas.support.saml.idp.metadata; import org.apereo.cas.util.junit.EnabledIfPortOpen; import org.junit.jupiter.api.Tag; import org.springframework.test.context.TestPropertySource; /** * This is {@link OracleJpaSamlIdPMetadataGeneratorTests}. * * @author Misagh Moayyed * @since 6.0.0 */ @TestProp...
[ "mm1844@gmail.com" ]
mm1844@gmail.com
8f4518d065a29ae1149a042afaf422f93b742f97
1d228941086d5acefb4f1ef924a305513848ff44
/src/main/java/pe/gob/mimp/ms/seguridad/converter/TipoPersonaCast.java
557829009a689f30838c9911f83d9910be6c3e67
[]
no_license
blindsight21/ms-seguridad-backend
826525dae85bbb3b08c70e4c52f52fde3961b3c4
7716aab6d3321588bd227f748dc6f038f8acf2ed
refs/heads/master
2023-01-01T04:58:57.140779
2020-10-23T03:59:45
2020-10-23T03:59:45
305,976,481
0
0
null
null
null
null
UTF-8
Java
false
false
1,879
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 pe.gob.mimp.ms.seguridad.converter; import pe.gob.mimp.ms.seguridad.bean.entidades.TipoPersonaBean; import pe.gob.mimp.segurid...
[ "ocollado@canvia.com" ]
ocollado@canvia.com
5dd8fc6a1d6d827f6bf8663058949ddd6f42c323
e37de6db1d0f1ca70f48ffc5eafc6e43744bc980
/ba/fly-component/src/main/java/com/flywet/platform/bi/component/resolvers/container/FLYTabViewResolver.java
56667197224f3216356bf3b6b0bee0bb6e521bad
[]
no_license
cnopens/BA
8490e6e83210343a35bb1e5a6769209a16557e3f
ba58acf949af1249cc637ccf50702bb28462d8ad
refs/heads/master
2021-01-20T16:38:38.479034
2014-11-13T00:44:00
2014-11-13T00:44:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,409
java
package com.flywet.platform.bi.component.resolvers.container; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import com.flywet.platform.bi.component.components.tab.FLYTabViewMeta; import com.flywet.platf...
[ "panbasten@126.com" ]
panbasten@126.com
d4654eadd384734536fc5c7c99c6a714aeab2e7b
a0caa255f3dbe524437715adaee2094ac8eff9df
/HOLD/sources/defpackage/cfh.java
d01cba09dfea4945e4a529de84fb00321c696435
[]
no_license
AndroidTVDeveloper/com.google.android.tvlauncher
16526208b5b48fd48931b09ed702fe606fe7d694
0f959c41bbb5a93e981145f371afdec2b3e207bc
refs/heads/master
2021-01-26T07:47:23.091351
2020-02-26T20:58:19
2020-02-26T20:58:19
243,363,961
0
1
null
null
null
null
UTF-8
Java
false
false
239
java
package defpackage; import com.google.android.tvlauncher.R; /* renamed from: cfh reason: default package */ /* compiled from: PG */ public final class cfh { public static final int[] a = {R.attr.bar_separation, R.attr.bar_width}; }
[ "eliminater74@gmail.com" ]
eliminater74@gmail.com
55dbc9cec9a2db4dfc41674a5bd776c6cca21513
7c7f34050ccaee1cea7459fbbf7604ab2edbc605
/subsys/keycloak/src/main/java/org/commonjava/indy/subsys/keycloak/conf/KeycloakSecurityBindings.java
13b1f3cab62e305b910d313b316e3cb12c469506
[]
no_license
bxf12315/indy
fd9b5cb4a71cebd6476d67ad482c233b3bf9a273
282ec93bdedabdb808523a0866f91f7f88776123
refs/heads/master
2020-05-27T02:01:38.085578
2017-06-26T07:40:24
2017-06-26T07:40:24
82,521,437
0
0
null
2017-02-20T05:47:31
2017-02-20T05:47:31
null
UTF-8
Java
false
false
1,151
java
/** * Copyright (C) 2011 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
[ "jdcasey@commonjava.org" ]
jdcasey@commonjava.org
41f8bb05ac2f92df74e4a9b3455df38d6485fafd
2b2fcb1902206ad0f207305b9268838504c3749b
/WakfuClientSources/srcx/class_4352_bOF.java
940f008202d29216bae546cfaf7c6957b90e62d9
[]
no_license
shelsonjava/Synx
4fbcee964631f747efc9296477dee5a22826791a
0cb26d5473ba1f36a3ea1d7163a5b9e6ebcb0b1d
refs/heads/master
2021-01-15T13:51:41.816571
2013-11-17T10:46:22
2013-11-17T10:46:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,292
java
import java.awt.Insets; import java.util.Stack; public class bOF implements aTK { private uk W; private Stack X = new Stack(); public void a(cpa paramcpa, uk paramuk, dOc paramdOc) { this.W = paramuk; this.X.push(paramcpa); cpa localcpa = (cpa)this.X.peek(); dOc localdOc1 = paramdOc; cuR...
[ "music_inme@hotmail.fr" ]
music_inme@hotmail.fr
8eb870394f04998070d04a76a945b928db75578b
995f73d30450a6dce6bc7145d89344b4ad6e0622
/P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/com/android/systemui/shared/recents/utilities/RectFEvaluator.java
483f8eb3c09a029fda2c85dc59b6c8d6d4f8ba51
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package com.android.systemui.shared.recents.utilities; import android.animation.TypeEvaluator; import android.graphics.RectF; public class RectFEvaluator implements TypeEvaluator<RectF> { private final RectF mRect = new RectF(); public RectF evaluate(float fraction, RectF startValue, RectF endValue) { ...
[ "dstmath@163.com" ]
dstmath@163.com
8dd89623650f9acf7bab8e3651abc7888d2a3893
f0352a890049b16e2835e9f4d6ef991910f1dc2a
/protostuff-json/src/test/java/com/dyuproject/protostuff/AbstractJsonRuntimeMapTest.java
db6273a4696d88206100e5ae17c7ebbb8cdb6b46
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
dyu/protostuff-1.0.x
967b24521b038a71dfb8ff19114861ce4a5a6101
d7c964ec20da3fe44699d86ee95c2677ddffde96
refs/heads/master
2023-03-17T14:42:43.783630
2016-10-29T11:57:26
2016-10-29T11:57:26
59,306,509
1
0
null
null
null
null
UTF-8
Java
false
false
3,863
java
//======================================================================== //Copyright 2007-2011 David Yu dyuproject@gmail.com //------------------------------------------------------------------------ //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance wit...
[ "david.yu.ftw@gmail.com" ]
david.yu.ftw@gmail.com
64550b25f7a6b0a2bdec90b6e7c106cc9963d3a9
9cf29da65b935b21f52d9bf5cb32b3309464d429
/contact-center/app/src/main/java/com/chatopera/cc/app/persistence/impl/AgentUserService.java
6391c886f076017a9552b46d5ff49ffdf90665c8
[ "Apache-2.0" ]
permissive
zhulong2019/cosin
6e8375debd35f7300b680cb37720aa42e5090790
324fc427ceeed244598aab9a23795ff0b4296c1c
refs/heads/master
2022-09-04T23:37:32.361714
2020-02-26T10:18:50
2020-02-26T10:18:50
243,154,653
1
0
Apache-2.0
2022-09-01T23:20:42
2020-02-26T02:57:32
Java
UTF-8
Java
false
false
1,520
java
/* * Copyright (C) 2017 优客服-多渠道客服系统 * Modifications copyright (C) 2018 Chatopera Inc, <https://www.chatopera.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...
[ "842909231@qq.com" ]
842909231@qq.com
9e5e0c091edcbe6e1b50bd0af0a6cabfa7b22525
431e20054556329579e96a45a83b7bfe8c0e2118
/src/main/java/s065/Initialize.java
d75994355b17f80c66ce1f9e7687210f797d1242
[]
no_license
mslrsl92c41f158l/mpjp
0ae36233708ec8765de1e63e433cf453c80549f0
9d01b59a3ac09c80954b5e50620f8b046b75e0de
refs/heads/master
2020-09-25T22:40:33.900366
2020-01-28T16:34:39
2020-01-28T16:34:39
226,103,029
1
0
null
2019-12-05T12:59:25
2019-12-05T12:59:24
null
UTF-8
Java
false
false
342
java
package s065; public class Initialize { private int i; // 0 private boolean flag; // false private String t; // null public void f() { int i = 42; String s = new String("Hello"); System.out.println(s + i); } public void g() { System.out.println(t + ", " + i + ...
[ "egalli64@gmail.com" ]
egalli64@gmail.com
d5b91fa689d6d59feaf4a21cb1466d2b667631a9
571a55f2346e97ed090d92a556e1e888caeb8ade
/src/org/cocktail/dt/server/metier/EOVTypeCredit.java
eefe1b00cf0cd4d0955c1a758d67bf0e943ac76d
[]
no_license
cocktail-office/DT3
e7dcda669557253887bf48a22499a3fd86fb6c08
8564e9928b78d43585094466e895b0c9684bd996
refs/heads/master
2020-03-30T12:54:11.482816
2012-03-21T15:56:44
2012-03-21T15:56:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,984
java
/* * Copyright Cocktail, 2001-2008 * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, * modify and/or redistribute the software under the terms of the CeCILL * license as circulated by CEA, CNRS and INRIA at the followi...
[ "emmanuel.geze@cocktail-office.com" ]
emmanuel.geze@cocktail-office.com
863ca3217e1bf655bbfa4d13456cb004f2dd8b86
63a7c84904049c23ee9a31fdfa5a8f650ca3e0e6
/src/champions/Info__73.java
b4ec6f7a2ada4a37d5521c3a180ad89295b83598
[]
no_license
Cangr3j0/PicksyBans
b2e80c8136401c0a4b87b60598f21d718c98c7e5
d588fa885b30dbb166243cccdd958b9b75083bb1
refs/heads/master
2023-04-03T02:51:35.735229
2021-04-17T22:24:05
2021-04-17T22:24:05
358,987,791
1
0
null
null
null
null
UTF-8
Java
false
false
4,124
java
package champions; import java.util.HashMap; import java.util.Map; import com.google.gson.annotations.SerializedName; public class Info__73 { @SerializedName("attack") private Integer attack; @SerializedName("defense") private Integer defense; @SerializedName("magic") private ...
[ "Cangr3j0@users.noreply.github.com" ]
Cangr3j0@users.noreply.github.com
28604fec45cba10d8781035826156f0583aef9ef
7014f3f6068b7cc9955ac0e259e156a847ec41b3
/cdsp-bindings/src/com/hp/concentra/bindings/input/schema/support/SymptomDetails.java
892724f4694c833f68fbbf79d3b0083846b41e6e
[]
no_license
radhakrishnabalineni/cdsplus
60c0a0d6d83efdf3891ad1d7153c44fbd8091a64
40e5115ddefb17133213ca3544a30bc429735845
refs/heads/master
2021-08-16T08:57:13.144537
2017-11-19T12:26:19
2017-11-19T12:26:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,358
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.1-b01-fcs // 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: 2016.02.1...
[ "naidubra@CABRTF4CHN.asiapacific.hpqcorp.net" ]
naidubra@CABRTF4CHN.asiapacific.hpqcorp.net
56d81c12cdc68481e338d3544b2284955610db19
81ae03175fa4708a57fac059bdcc3669232a9021
/RedXXIWeb/src/net/ciespal/redxxi/web/datamanager/home/ArgosVisorDataManager.java
c9284f435c124373bd92a98f29d8d55aa36adca0
[]
no_license
Idonius/rsp
0889965b83b0adaff0a9a0406ab60db9672500ee
bb7dbbcad047fd2cf1c2e4a07e3c1135f555534a
refs/heads/master
2020-04-25T12:21:30.005604
2015-08-22T00:43:11
2015-08-22T00:43:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
551
java
package net.ciespal.redxxi.web.datamanager.home; import java.io.Serializable; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; @SessionScoped @ManagedBean(name = "argosVisorDataManager") public class ArgosVisorDataManager implements Serializable{ /** * */ private stat...
[ "fensefernando@gmail.com" ]
fensefernando@gmail.com
d484d48ae3bd443396fa9e0b06aecea92a91bbf7
8be8f7db33a458e68675fa9e7620db0a6e411f24
/src/main/java/me/fm/service/impl/OpenServiceImpl.java
9e6f250c3e02faf78495d6652e9e8c3f491a5476
[ "Apache-2.0" ]
permissive
Michael-Z/fm-cloud
f024e1232fd37a19529c9a22692632bc02a281ed
f51a18387f45c00c05b42520bb8497aa78d07f89
refs/heads/master
2021-01-16T20:47:56.177753
2014-11-06T06:11:59
2014-11-06T06:11:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,294
java
package me.fm.service.impl; import me.fm.cloud.model.Open; import me.fm.cloud.model.User; import me.fm.service.OpenService; import org.apache.log4j.Logger; import org.unique.ioc.annotation.Service; import org.unique.plugin.dao.SqlBase; import org.unique.plugin.db.exception.UpdateException; @Service publi...
[ "biezhi.me@gmail.com" ]
biezhi.me@gmail.com
b1a33427b720e19ec7aacd298e333da37e587239
d5f09c7b0e954cd20dd613af600afd91b039c48a
/sources/com/coolapk/market/widget/recyclerviewdivider/manager/tint/DefaultTintManager.java
32d1fef4be353c27b5a77268dc45bb0f4b9927cb
[]
no_license
t0HiiBwn/CoolapkRelease
af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3
a6a2b03e32cde0e5163016e0078391271a8d33ab
refs/heads/main
2022-07-29T23:28:35.867734
2021-03-26T11:41:18
2021-03-26T11:41:18
345,290,891
5
2
null
null
null
null
UTF-8
Java
false
false
1,179
java
package com.coolapk.market.widget.recyclerviewdivider.manager.tint; import kotlin.Metadata; @Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\u0005\u0018\u00002\u00020\u0001B\u000f\u0012\b\b\u0001\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u...
[ "test@gmail.com" ]
test@gmail.com
aa056709ed4c4dbe0fc22e157b61fb8083f9142f
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.minihd.qq/assets/exlibs.2.jar/classes.jar/com/tencent/mobileqq/activity/aio/item/MarketFaceItemBuilder$Holder.java
4fadbcf16dfe7878a4a7b7dfe8d98781f20b1cb3
[]
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
879
java
package com.tencent.mobileqq.activity.aio.item; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.ProgressBar; import com.tencent.mobileqq.activity.aio.BaseBubbleBuilder.ViewHolder; import com.tencent.mobileqq.emoticonview.PicEmoticonInfo; public class MarketFaceItemBui...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
8a5f10634892559803e8b871e3285752be73ec49
0dc7b5884df384709a2704a8bd7995058f039a4b
/tesuto-rules-services/tesuto-rules-core/src/main/java/org/cccnext/tesuto/rules/qa/DefaultApplicationService.java
6b6757aa715c0f73ed4369f08c797ca4ebede05d
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "EPL-1.0" ]
permissive
apereo-tesuto/tesuto
b1672fc2ebbd4b5d4647ee15e3e4285c8e3dc0be
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
refs/heads/master
2021-10-08T01:02:49.098929
2021-09-24T21:22:52
2021-09-24T21:22:52
218,090,150
4
3
Apache-2.0
2021-09-24T21:22:53
2019-10-28T16:08:04
null
UTF-8
Java
false
false
1,832
java
/******************************************************************************* * Copyright © 2019 by California Community Colleges Chancellor's Office * * 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 * o...
[ "jstanley@unicon.net" ]
jstanley@unicon.net
edbc5a8a5438662cab420b75acc3be0c130ddd35
a6933a8bfb4d07fba48cc9cae2b1a2e4987b7ea1
/metamodel/metamodel/src/metamodel/mmaemilia/DataType/Record.java
5af239a0d6de6f0930cb6348fe98d26affce3fa3
[]
no_license
SEALABQualityGroup/panda-aemilia
a5020d6bdf50dba0f2b8f2296930d0561729407a
db4693d221d7322cd30ed105245c11be1adaf60b
refs/heads/master
2021-01-23T08:10:09.179742
2017-10-11T09:13:28
2017-10-11T09:13:28
86,479,157
1
0
null
null
null
null
UTF-8
Java
false
false
1,194
java
/** * <copyright> * </copyright> * * $Id$ */ package metamodel.mmaemilia.DataType; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Record</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported:...
[ "dipompeodaniele@gmail.com" ]
dipompeodaniele@gmail.com
c7ad348b7622510814e68b8cade10480f8b06381
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/25/25_9cc78d3e11eb8de339f235716bd4d00aac858d52/VagueJson/25_9cc78d3e11eb8de339f235716bd4d00aac858d52_VagueJson_s.java
c158ded2951986eaed62813a2b4748a96a868b15
[]
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
771
java
package models.vagues.json; import java.util.ArrayList; import java.util.List; import models.vagues.*; public class VagueJson { public Long id; public String subject; public String preview; public List<VagueletteJson> vaguelettes; public Long creationDate; ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
d46478fc499a88b807a507735c6ae762834beac5
b0aa7d5267bb98ba4102be8969f190dbd10ed831
/platform.core.processor/src/main/java/com/anthem/oss/nimbus/core/domain/definition/Model.java
0205b4a2a1e9b126807890bcbe180c80d72a7688
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
srikanthk17/nimbus-core
35d65955764ad8a4443648335ad1b9a8533ee2bb
7e04e506a4f8224ebb42ad05398e0e66dd2a0b00
refs/heads/master
2021-04-27T01:34:02.767104
2017-12-06T02:38:02
2017-12-06T02:38:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,443
java
package com.antheminc.oss.nimbus.core.domain.definition; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.util.List; import com.antheminc.oss.nimbus.core.d...
[ "charles.russell@webteks.com" ]
charles.russell@webteks.com
620c14dd7a34fdd83f0bc7f9d39fcb4dbb85e269
91f43a1cbb6bf2caa7774635288ac0d7624b4434
/resourcemirror/src/main/java/uk/co/alt236/resourcemirror/reflectors/RawReflector.java
29e0228d49020cece38c2fea7a9ca9335fb6e28c
[ "Apache-2.0" ]
permissive
rameshvoltella/Resource-Mirror---Android
0c8bb4f498cca3fdfa3494f09e2a899e0877e69f
117c35ed0feaa67e24555cd3cd18d47865a32405
refs/heads/master
2021-08-15T16:46:12.610521
2017-11-17T17:27:24
2017-11-17T23:56:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,272
java
/* * Copyright 2015 Alexandros Schillings * * 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 ...
[ "aschillings@gmail.com" ]
aschillings@gmail.com
e837602a369e65e9e5fd899eba8a54bf494824c3
44d8aa309f709422f32d4815490a3eec05544489
/build/src/main/java/com/mypurecloud/sdk/v2/model/PhoneChangeTopicEdgeReference.java
8a8f98e09ce32c0b2a19b25a2db6958d4f2117a8
[ "MIT" ]
permissive
MyPureCloud/platform-client-sdk-java
a25146f15a0ef96f5c0c4655af3dc8aa77e48843
250d47418a9642fce5c7d6697f87d978ec39a257
refs/heads/master
2023-08-17T01:42:17.287918
2023-08-15T07:03:28
2023-08-15T07:03:28
86,601,855
7
14
MIT
2023-02-27T14:26:49
2017-03-29T15:56:50
HTML
UTF-8
Java
false
false
3,126
java
package com.mypurecloud.sdk.v2.model; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml....
[ "purecloud-jenkins@ininica.com" ]
purecloud-jenkins@ininica.com
ef9d177fe0f616410979f493588288d686241a56
32ca9c255ddc5636a37b609f23b1e087d911512e
/knowheart3/src/main/java/cn/id5/gboss/businesses/validator/service/app/QueryValidatorServicesProxy.java
f69295e524ca802da3cf8bacdaabfcf930cc8c0c
[]
no_license
cosmoMars/qubaopen
f7d45f86c0e4bab1b6a34923fb363a711c0ded4c
4dd7fa2a3c5374f56f32752898de9096f6494e10
refs/heads/master
2020-05-16T22:36:53.872627
2015-06-18T06:47:07
2015-06-18T06:47:07
22,283,359
0
2
null
null
null
null
UTF-8
Java
false
false
2,482
java
package cn.id5.gboss.businesses.validator.service.app; public class QueryValidatorServicesProxy implements cn.id5.gboss.businesses.validator.service.app.QueryValidatorServices { private String _endpoint = null; private cn.id5.gboss.businesses.validator.service.app.QueryValidatorServices queryValidatorServices ...
[ "cosmo_mars@outlook.com" ]
cosmo_mars@outlook.com
8392f7acaf2dde26d6dc2eb1a3c45d0dc64338cd
c3a040404912172ca92ed2096836978947275442
/examples/MODELS/minifsm.timed/src/tfsmprinting/main/Main.java
f8fcb6a6e462b5eb0703af3081104eb73365d88b
[]
no_license
manuelleduc/ale-compiler-benchmarks
c7f632f5556e5bac171ca2bb8a84dbbda514d278
6e4a2c13ec35f5598fed57bd3eeff74e86e05b03
refs/heads/master
2021-01-20T02:01:57.243459
2017-07-08T14:15:54
2017-07-08T14:15:54
89,361,724
0
3
null
null
null
null
UTF-8
Java
false
false
1,168
java
package tfsmprinting.main; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.resource.ResourceSet; import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; import org.eclipse.emf.ecore.xmi.impl.XMIResourceFacto...
[ "degueule@cwi.nl" ]
degueule@cwi.nl
ef428d663dabd93e64f5446dafa6f671d12d978d
dcd5ddee66a024732c68dab8b94878c29156fe12
/interlok-aws-kms/src/main/java/com/adaptris/aws/kms/VerifySignatureService.java
0f705248bbeb7a3fe47d698598c61982c0f69014
[ "Apache-2.0" ]
permissive
adaptris/interlok-aws
c99eb7ba8bc0d5460b1b1995121efe5b999b1b1b
b44f571c52634be7f7fde39ade70d2b4e33d4172
refs/heads/develop
2023-09-03T19:59:20.797329
2023-08-28T06:20:15
2023-08-29T00:45:28
136,147,983
1
0
Apache-2.0
2023-09-12T00:37:50
2018-06-05T08:47:31
Java
UTF-8
Java
false
false
3,929
java
package com.adaptris.aws.kms; import java.nio.ByteBuffer; import javax.validation.Valid; import javax.validation.constraints.NotNull; import com.adaptris.annotation.AdapterComponent; import com.adaptris.annotation.ComponentProfile; import com.adaptris.annotation.DisplayOrder; import com.adaptris.core.AdaptrisMessage; ...
[ "lewin.chan@adaptris.com" ]
lewin.chan@adaptris.com
b4ab59d58c0905bd7c1140bb9588411c7ff2c78d
1673b6208bffeefa9912b827cfc7370c2db9d0f4
/src/main/java/Controller/PlayerController/CurrentUserRecentTrack/Cursors.java
994b53279f6cc80897641f1070913d9019e8f3fe
[]
no_license
SimpleappRed/Java-Spotify-API
385cfb4b9f7290a59b38e3049c9aac2025fc6d7c
30986b44de741a92b7575d937f94a7dae1d3b099
refs/heads/master
2023-05-26T21:46:28.644626
2021-05-11T10:40:33
2021-05-11T10:40:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
597
java
package Controller.PlayerController.CurrentUserRecentTrack; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class Cursors { @SerializedName("after") @Expose private String after; @SerializedName("before") @Expose private String before; ...
[ "cthacker@udel.edu" ]
cthacker@udel.edu
f070ae3c0d40a57528c58b19ec91885310b50010
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-2.0.2/tests/functional/src/test/java/org/mule/config/spring/parsers/AbstractBadConfigTestCase.java
663e091b3091bb10cacebc67b4035822ce0b20ea
[]
no_license
OrgSmells/codehaus-mule-git
085434a4b7781a5def2b9b4e37396081eaeba394
f8584627c7acb13efdf3276396015439ea6a0721
refs/heads/master
2022-12-24T07:33:30.190368
2020-02-27T19:10:29
2020-02-27T19:10:29
243,593,543
0
0
null
2022-12-15T23:30:00
2020-02-27T18:56:48
null
UTF-8
Java
false
false
1,670
java
/* * $Id$ * -------------------------------------------------------------------------------------- * Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com * * The software in this package is published under the terms of the CPAL v1.0 * license, a copy of which has been included with this...
[ "dfeist@bf997673-6b11-0410-b953-e057580c5b09" ]
dfeist@bf997673-6b11-0410-b953-e057580c5b09
f25dfc04ad04a38fe5eab29a6a0c82f7218ce5d1
2cc5dc0b24446b79fa4056fc3a902a42ded72975
/src/main/java/org/owasp/PolicyFileLoader.java
2eaea1bf1e95bd8e9c924b0a34a7fcd196decfea
[]
no_license
born2snipe/antisamy-filter
8fe1ecb93cb3039edb459b4b160ff01bc84e2def
d1ddddc0e2abd21ff2c8c4a8a7ad613d11e51e5a
refs/heads/master
2021-01-19T18:11:41.809620
2010-05-21T04:40:31
2010-05-21T04:40:31
676,566
3
0
null
null
null
null
UTF-8
Java
false
false
1,883
java
/** * Copyright to the original author or authors. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, this list...
[ "born2snipe@gmail.com" ]
born2snipe@gmail.com
0e9d0557a49ba9f37999bad5a145cc1561efe3f6
f3ae9a3db8a4271fb01da7d044d841b77f4ff66a
/notice-admin-x/src/main/java/com/stylefeng/guns/modular/system/service/impl/WxUserServiceImpl.java
0609fd0b186093c2eccb704adfdea03dce401e43
[]
no_license
626560574/notice
b99c7e70201e102093b84a80044313ea7c3444cb
59d14c9386df533ef1ea504bf6cbf47e2bd64d9a
refs/heads/master
2022-11-03T02:32:47.338096
2019-05-22T16:00:21
2019-05-22T16:00:21
245,969,455
0
0
null
2022-10-12T20:37:28
2020-03-09T07:26:08
JavaScript
UTF-8
Java
false
false
6,554
java
package com.stylefeng.guns.modular.system.service.impl; import com.alibaba.fastjson.JSONObject; import com.fasterxml.jackson.databind.ObjectMapper; import com.giveu.notice.common.vo.MonitorRecVo; import com.giveu.notice.common.vo.ResultModel; import com.stylefeng.guns.modular.system.service.IWxUserService; import jodd...
[ "20207075@qq.com" ]
20207075@qq.com
06915c64cac70a468488d1f27234ec04d68c43b1
ce242282792a235dd269c2946a6b47e57c6a2df9
/src/main/java/org/wildfly/extension/elytron/EmptyResourceDefinition.java
891d3af2aff8ad36d9b4118c1644b0f7737d9e2a
[ "Apache-2.0" ]
permissive
fjuma/elytron-subsystem
f7ba24b6c29c48b5a7024f0a5d07b610869e3c81
898f89623e2378b859d5bc68e078f297467a7f83
refs/heads/master
2021-01-18T08:39:19.767590
2015-09-04T16:10:55
2015-09-04T16:10:55
42,605,980
0
0
null
2015-09-16T18:32:33
2015-09-16T18:32:32
null
UTF-8
Java
false
false
4,489
java
/* * JBoss, Home of Professional Open Source. * Copyright 2015 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
[ "darran.lofthouse@jboss.com" ]
darran.lofthouse@jboss.com
81b58cd91ed3215895755390b0a7bf95287e0071
2f26ed6f6dac814ebd04548b2cd274246e8c9326
/WEB-INF/src/com/yhaguy/gestion/comun/ReservaDTO.java
cc84178294e32a47970cb2d919dbd45948a26bc3
[]
no_license
sraul/yhaguy-baterias
ecbac89f922fc88c5268102025affc0a6d07ffb5
7aacfdd3fbca50f9d71c940ba083337a2c80e899
refs/heads/master
2023-08-19T05:21:03.565167
2023-08-18T15:33:08
2023-08-18T15:33:08
144,028,474
0
0
null
null
null
null
UTF-8
Java
false
false
1,691
java
package com.yhaguy.gestion.comun; import java.util.ArrayList; import java.util.Date; import java.util.List; import com.coreweb.dto.DTO; import com.coreweb.util.MyArray; import com.coreweb.util.MyPair; @SuppressWarnings("serial") public class ReservaDTO extends DTO { private Date fecha = new Date(); private String ...
[ "sraul@users.noreply.github.com" ]
sraul@users.noreply.github.com