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
3fff7b5271b653d0e3a63d754fbfc2d4986705af
c0fe21b86f141256c85ab82c6ff3acc56b73d3db
/domainservice/src/main/java/com/jdcloud/sdk/service/domainservice/client/ModifyMonitorExecutor.java
b77cbde46605b6b47d1aeaf65ca707b452d64b48
[ "Apache-2.0" ]
permissive
jdcloud-api/jdcloud-sdk-java
3fec9cf552693520f07b43a1e445954de60e34a0
bcebe28306c4ccc5b2b793e1a5848b0aac21b910
refs/heads/master
2023-07-25T07:03:36.682248
2023-07-25T06:54:39
2023-07-25T06:54:39
126,275,669
47
61
Apache-2.0
2023-09-07T08:41:24
2018-03-22T03:41:41
Java
UTF-8
Java
false
false
1,399
java
/* * Copyright 2018 JDCLOUD.COM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:#www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
[ "tancong@jd.com" ]
tancong@jd.com
0deb85cb49ea3f0d08bb01bead4bfe55e9867d3c
10186b7d128e5e61f6baf491e0947db76b0dadbc
/org/apache/http/impl/nio/bootstrap/HttpServer.java
1ca0a0ab1930d48acd61ac9f39e460d266be8b3e
[ "SMLNJ", "Apache-1.1", "Apache-2.0", "BSD-2-Clause" ]
permissive
MewX/contendo-viewer-v1.6.3
7aa1021e8290378315a480ede6640fd1ef5fdfd7
69fba3cea4f9a43e48f43148774cfa61b388e7de
refs/heads/main
2022-07-30T04:51:40.637912
2021-03-28T05:06:26
2021-03-28T05:06:26
351,630,911
2
0
Apache-2.0
2021-10-12T22:24:53
2021-03-26T01:53:24
Java
UTF-8
Java
false
false
5,922
java
/* */ package org.apache.http.impl.nio.bootstrap; /* */ /* */ import java.io.IOException; /* */ import java.net.InetAddress; /* */ import java.net.InetSocketAddress; /* */ import java.util.concurrent.ExecutorService; /* */ import java.util.concurrent.Executors; /* */ import java.util.co...
[ "xiayuanzhong+gpg2020@gmail.com" ]
xiayuanzhong+gpg2020@gmail.com
01b7aff9f5247277d4e0d9d68a13d8f1d397e573
d11fb0d15b73a28742caa97e349dcfbe70d2563f
/server/iih_pub/iih.ci_pub/src/main/java/iih/ci/rcm/contagion/dto/d/ContagiondtoAggDTO.java
ed710e4e6c293bbe1e3a7214a09eeee831f0c860
[]
no_license
fhis/order.client
50a363fd3e4f56d95ccc5aa288e907a0a8571031
56cfa7877f600a10c54fdb30306a32ffa28b8217
refs/heads/master
2021-08-22T20:50:59.511923
2017-12-01T07:10:27
2017-12-01T07:10:27
112,678,072
1
1
null
null
null
null
UTF-8
Java
false
false
1,061
java
package iih.ci.rcm.contagion.dto.d; import xap.sys.appfw.orm.model.agg.BaseAggDO; import xap.mw.core.data.BaseDO; import xap.mw.coreitf.i.IAggDesc; /** * 组件 */ public class ContagiondtoAggDTO extends BaseAggDO { private static final long serialVersionUID = 1L; @Override public EntDto getParentDO() { return ((...
[ "27696830@qq.com" ]
27696830@qq.com
bd77b7df7b0894b99ec1c72c38d4f3952caee108
f16e9171d4dd2dc899205e76c838dbfc7dd974a5
/src/main/java/com/mvc/chapter10/service/JaxWsService.java
a8b24ebc84082d4f0819363001243460a83b7b66
[]
no_license
yhb2010/spring_demo
d031db6b16789f24c738545ca082ad4b697ec645
4e1ec51c7ece01a0b0a02da6adb222e9bc627b4d
refs/heads/master
2020-04-11T01:18:33.758878
2018-12-12T00:36:01
2018-12-12T00:41:35
161,411,311
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package com.mvc.chapter10.service; import javax.jws.WebMethod; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import com.mvc.chapter10.domain.User; @WebService @SOAPBinding(style = SOAPBinding.Style.RPC) public interface JaxWsService { @WebMethod String sayHello(String name); @WebMethod User s...
[ "youtong82@163.com" ]
youtong82@163.com
81c85f49999e57d47f856c6ed517bf1d521fe803
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/20/20_c0cc728a2b7263e8cbcd40781a5d535245c20c90/FAQWebservice/20_c0cc728a2b7263e8cbcd40781a5d535245c20c90_FAQWebservice_s.java
0aff05ed9192694ab7f8f89ced89486122506e4d
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
1,757
java
/** * */ package org.exoplatform.faq.service.ws; import java.io.InputStream; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.CacheControl; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import jav...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
e14ddf0c210c46033117d77ffacbeff77fa0ebff
26183990a4c6b9f6104e6404ee212239da2d9f62
/components/search_builder/src/java/tests/com/topcoder/search/builder/accuracytests/filter/NullFilterAccuracyTest.java
fad90c18f551816f5bd1207f12a587c1c13122c5
[]
no_license
topcoder-platform/tc-java-components
34c5798ece342a9f1804daeb5acc3ea4b0e0765b
51b204566eb0df3902624c15f4fb69b5f99dc61b
refs/heads/dev
2023-08-08T22:09:32.765506
2022-02-25T06:23:56
2022-02-25T06:23:56
138,811,944
0
8
null
2022-02-23T21:06:12
2018-06-27T01:10:36
Rich Text Format
UTF-8
Java
false
false
5,167
java
/* * Copyright (C) 2006 TopCoder Inc., All Rights Reserved. */ package com.topcoder.search.builder.accuracytests.filter; import com.topcoder.search.builder.filter.NullFilter; import com.topcoder.search.builder.ValidationResult; import com.topcoder.util.datavalidator.ObjectValidator; import junit.framework.Te...
[ "pvmagacho@gmail.com" ]
pvmagacho@gmail.com
f85ce86ceda185742b87ce2a49805af642ab9b90
bc1f98c7fdb039b206f491675528ff9d10918932
/swap-fragments/src/test/java/de/alpharogroup/Start.java
680f59ad932083c2708ad0afc426a3d940c5bdaa
[ "MIT" ]
permissive
astrapi69/wicket-examples
3105b1b02c4ab5a94731af1ea38748465ca00765
0c4ec71bc460f72b3e30739f7262a2ff03a37e77
refs/heads/master
2020-12-30T09:49:57.993156
2017-07-07T11:10:30
2017-07-07T11:10:30
20,326,210
4
4
null
2017-07-07T11:10:30
2014-05-30T10:42:38
Java
UTF-8
Java
false
false
2,686
java
package de.alpharogroup; import java.io.File; import org.apache.wicket.protocol.http.ContextParamWebApplicationFactory; import org.apache.wicket.protocol.http.WicketFilter; import org.apache.wicket.util.time.Duration; import org.eclipse.jetty.server.Server; import org.eclipse.jetty.servlet.DefaultServlet; import org....
[ "asterios.raptis@gmx.net" ]
asterios.raptis@gmx.net
edfa168b458104bebaa2e46e21b3f4a7103c2009
597b0daa76ba28adf45359b5aa09cef5886f0e29
/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/AbstractController.java
2a31df924615680a8137933fee9d5a4c6ddcf587
[ "Apache-2.0" ]
permissive
wjmwss-zz/spring
78e579e3ec4abc983aa80a4547fadc2b654ea959
e94eb5efb79fc4bc5336d0b571609c141d35d5cb
refs/heads/master
2023-02-21T09:26:25.768420
2021-01-23T19:04:30
2021-01-23T19:04:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,944
java
/* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "wjmcoo@outlook.com" ]
wjmcoo@outlook.com
78279f7cb9d7adfe4f8d0719bb9b7a056a9df468
e51de484e96efdf743a742de1e91bce67f555f99
/Android/triviacrack_src/src/com/mopub/nativeads/factories/CustomEventNativeFactory.java
d6d08db6c325f762d616f4c6c9a04bff777ea7ca
[]
no_license
adumbgreen/TriviaCrap
b21e220e875f417c9939f192f763b1dcbb716c69
beed6340ec5a1611caeff86918f107ed6807d751
refs/heads/master
2021-03-27T19:24:22.401241
2015-07-12T01:28:39
2015-07-12T01:28:39
28,071,899
0
0
null
null
null
null
UTF-8
Java
false
false
1,231
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.mopub.nativeads.factories; import com.mopub.nativeads.CustomEventNative; import com.mopub.nativeads.MoPubCustomEventNative; import j...
[ "klayderpus@chimble.net" ]
klayderpus@chimble.net
4f42c41395a5a2305e2f5b8339e8d26650537164
6ffc8b7027b5a18d3d367fc6a518c883a3da3d85
/src/weka/classifiers/meta/MultiSchemeTest.java
449cdb4b0ea4608cff3d89008b95701ff9e9af89
[]
no_license
icesky0125/DecisionTreeSmoothing
8aa20b96725a669d71ca9483a87dd58ba92e4e77
fdc2c71e31b0dccdf083bfbb5c07040aeb5b2a7b
refs/heads/master
2021-07-16T20:24:12.448519
2020-05-19T05:41:13
2020-05-19T05:41:13
158,150,516
0
0
null
null
null
null
UTF-8
Java
false
false
1,530
java
/* * 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 program is distributed in the hope that it w...
[ "he.penny.zhang@gmail.com" ]
he.penny.zhang@gmail.com
47cf30e757a1891c8b9998340ac970796725baf1
41bac86d728e5f900e3d60b5a384e7f00c966f5b
/communote/api/src/main/java/com/communote/server/api/core/image/ImageVO.java
3583af884a023703f3f375af46583005024a6512
[ "Apache-2.0" ]
permissive
Communote/communote-server
f6698853aa382a53d43513ecc9f7f2c39f527724
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
refs/heads/master
2021-01-20T19:13:11.466831
2019-02-02T18:29:16
2019-02-02T18:29:16
61,822,650
27
4
Apache-2.0
2018-12-08T19:19:06
2016-06-23T17:06:40
Java
UTF-8
Java
false
false
1,906
java
package com.communote.server.api.core.image; import java.util.Date; /** * @author Communote GmbH - <a href="http://www.communote.com/">http://www.communote.com/</a> */ public class ImageVO implements java.io.Serializable { /** * The serial version UID of this class. Needed for serialization. */ pr...
[ "ronny.winkler@communote.com" ]
ronny.winkler@communote.com
2f3da39641ee57e08f2f7f768ed57306da4d1ff7
4c908f4410c2cba63a8ce58d760474e3afe10a84
/book/code/New Folder/RegExpr4.java
64a8c837ac6e7c9b0ef0d7a1842c1b456ec037e7
[]
no_license
dhirajprakash/Java
932dfe11f6b9e283c13aa853de9d0576ddb9b894
daae451b0d83433415ca4ba6335da8515488a899
refs/heads/master
2021-05-11T14:49:26.083725
2019-11-23T18:42:54
2019-11-23T18:42:54
117,710,001
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
//listing 9 // Use a quantifier. import java.util.regex.*; class RegExpr4 { public static void main(String args[]) { Pattern pat = Pattern.compile("W+"); Matcher mat = pat.matcher("W WW WWW"); while(mat.find()) System.out.println("Match: " + mat.group()); } }
[ "plamen_stilyianov@yahoo.com" ]
plamen_stilyianov@yahoo.com
e1b7c83885dc7a3a9aa8ed018705fd527e61b136
e1e5bd6b116e71a60040ec1e1642289217d527b0
/H5/L2jMaster_org/L2jMaster_org_2019_07_02/L2JMaster_DataPack/dist/game/data/scripts/ai/individual/DrakosWarrior.java
2eb4dfc0f9b25f1e209b364bb1a5416d3aa462ce
[]
no_license
serk123/L2jOpenSource
6d6e1988a421763a9467bba0e4ac1fe3796b34b3
603e784e5f58f7fd07b01f6282218e8492f7090b
refs/heads/master
2023-03-18T01:51:23.867273
2020-04-23T10:44:41
2020-04-23T10:44:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,004
java
/* * Copyright (C) 2004-2019 L2J DataPack * * This file is part of L2J DataPack. * * L2J DataPack 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 you...
[ "64197706+L2jOpenSource@users.noreply.github.com" ]
64197706+L2jOpenSource@users.noreply.github.com
8d617dded852994f5a83ad6c81c08566794bc5b8
be25b2c018dbacd8147a8fbfbc66f257b050ea1f
/languages/languageDesign/generator/languages/templateLanguage/source_gen/jetbrains/mps/lang/generator/behavior/IfMacro_Condition_BehaviorDescriptor.java
268e4542b5cf570f2ef845e16bf24ad33e10c887
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
blutkind/MPS
f5bef8c27c3cb65940ba74a5d1942fdab35ee096
cac72cce91d98dec40bbadf7a049ed9dbbc18231
refs/heads/master
2020-04-08T01:22:10.782234
2011-12-09T20:58:07
2011-12-09T20:58:07
2,950,220
1
0
null
null
null
null
UTF-8
Java
false
false
350
java
package jetbrains.mps.lang.generator.behavior; /*Generated by MPS */ public class IfMacro_Condition_BehaviorDescriptor extends TemplateQueryBase_BehaviorDescriptor { public IfMacro_Condition_BehaviorDescriptor() { } @Override public String getConceptFqName() { return "jetbrains.mps.lang.generator.struct...
[ "Timur.Abishev@jetbrains.com" ]
Timur.Abishev@jetbrains.com
b50e5dd71478ba244462fa61c5d9994a532569e2
68b81db811954a5890ab180e428eb466bcbf6531
/Libraries/Minecraft/BuildTools/1.11.2/work/decompile-22de4839/net/minecraft/server/EntityMinecartMobSpawner.java
339221f7e62ec99c32c685d1e6cac7be10271353
[]
no_license
br45entei/RepoFiles
0aba657229fbe4878e8ccfc8977c44de66722c9b
5748079540b8127cf05048786a7db0d38b5ba46f
refs/heads/master
2020-04-06T04:43:26.372998
2017-03-12T10:33:12
2017-03-12T10:33:12
82,893,180
0
1
null
null
null
null
UTF-8
Java
false
false
2,109
java
package net.minecraft.server; public class EntityMinecartMobSpawner extends EntityMinecartAbstract { private final MobSpawnerAbstract a = new MobSpawnerAbstract() { public void a(int i) { EntityMinecartMobSpawner.this.world.broadcastEntityEffect(EntityMinecartMobSpawner.this, (byte) i); ...
[ "br45entei@gmail.com" ]
br45entei@gmail.com
d0852d3034eb4c54b3b379936503005225a1f9e5
7707b1d1d63198e86a0b8a7ae27c00e2f27a8831
/screens/com.netxforge.netxstudio.common/src/com/netxforge/netxstudio/common/CommonService.java
5d4b73050dbec3148ab51cba59e097e313065ecd
[]
no_license
dzonekl/netxstudio
20535f66e5bbecd1cdd9c55a4d691fc48a1a83aa
f12c118b1ef08fe770e5ac29828653a93fea9352
refs/heads/master
2016-08-04T17:28:38.486076
2015-10-02T16:20:00
2015-10-02T16:20:00
6,561,565
2
0
null
2014-10-27T06:49:59
2012-11-06T12:18:44
Java
UTF-8
Java
false
false
1,449
java
/******************************************************************************* * Copyright (c) May 22, 2011 NetXForge. * * 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, either vers...
[ "dzonekl@gmail.com" ]
dzonekl@gmail.com
7bba5cb3ff2e19031dc1257417f4aca411a69770
7462f9b3d667fad66e6c60432af0d94c28c199bc
/src/main/java/com/helger/peppol/comment/domain/ICommentIterationCallback.java
dd7c17cd76b955dae221e9de3e06eed1bc2e7a9a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
phax/peppol-practical
e969d37ad781a597df040e238b10610abb6756aa
6f6cd02dc24ecc6c35c845d0f86039188a4a4748
refs/heads/master
2023-08-27T20:38:53.770815
2023-08-25T16:17:55
2023-08-25T16:17:55
24,772,884
9
3
Apache-2.0
2021-12-19T15:47:45
2014-10-03T20:35:57
Java
UTF-8
Java
false
false
1,804
java
/* * Copyright (C) 2014-2023 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
[ "philip@helger.com" ]
philip@helger.com
0093bededd725a84bc66b6dfa73c23dd5a36bb98
022980735384919a0e9084f57ea2f495b10c0d12
/src/ext-cttdt/ext-impl/src/com/nss/portlet/thu_tuc_hanh_chinh/service/http/FileDinhKemTTHCServiceHttp.java
d289b72736f05f18efc9fab85aab4c1520c8728f
[]
no_license
thaond/nsscttdt
474d8e359f899d4ea6f48dd46ccd19bbcf34b73a
ae7dacc924efe578ce655ddfc455d10c953abbac
refs/heads/master
2021-01-10T03:00:24.086974
2011-02-19T09:18:34
2011-02-19T09:18:34
50,081,202
0
0
null
null
null
null
UTF-8
Java
false
false
1,388
java
package com.nss.portlet.thu_tuc_hanh_chinh.service.http; /** * <a href="FileDinhKemTTHCServiceHttp.java.html"><b><i>View Source</i></b></a> * * <p> * ServiceBuilder generated this class. Modifications in this class will be * overwritten the next time is generated. * </p> * * <p> * This class provides a HTTP ...
[ "nguyentanmo@843501e3-6f96-e689-5e61-164601347e4e" ]
nguyentanmo@843501e3-6f96-e689-5e61-164601347e4e
c20bba9ff76067b7287079bc17d95f20643e8fc6
f7e7ae1bad707652916c950c1bdb2dd494157e02
/Javabase_Plus/Six/BufferedStream/Demo03BufferedWriter.java
72c6968376e3aaeb65ac5a9c83fe532a7dd16caa
[]
no_license
jacklizekun/Java_Base
811d0eb4304618325d383f970dbd235589e2b597
c35d64f98684ecc61c63142189bd276afde6820c
refs/heads/master
2022-04-10T22:44:07.375468
2020-03-26T06:47:01
2020-03-26T06:47:01
250,180,331
0
0
null
null
null
null
UTF-8
Java
false
false
2,635
java
package BufferedStream; import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; /* java.io.BufferedWriter extends Writer BufferedWriter:字符缓冲输出流 继承自父类的共性成员方法: - void write(int c) 写入单个字符。 - void write(char[] cbuf)写入字符数组。 - abstract void wr...
[ "beike88888888@163.com" ]
beike88888888@163.com
19398280ef99d8f218e0e87afd305abb110bfbed
3a05a8a4ef7dd62620de65ac102d5d450dd1fc81
/yoma-order/src/main/java/com/github/yoma/order/controller/BetonClientController.java
f790d01dc0b05c1703e97f286df4ab257042b7fe
[ "Apache-2.0" ]
permissive
tom-erealm/yoma
6b8dcfe8cd2d8d0c3224260a01ce22d63d5e154e
50b46bccf3e0b2885d451badbeeacf56d4b82777
refs/heads/master
2023-04-04T18:22:30.796790
2021-03-19T09:02:35
2021-03-19T09:02:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,171
java
package com.github.yoma.order.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import com.github.pagehelper.PageInfo; import com.github.yoma.common.persistence.BaseController; import com.github.yoma.common.persistence.BatchDTO; import com.git...
[ "yingwaizhiying@gmail.com" ]
yingwaizhiying@gmail.com
35928d5cfa56dbc2655e07da8fcf9eb464e3bc44
70f7a06017ece67137586e1567726579206d71c7
/alimama/src/main/java/com/ali/user/mobile/register/ProtocolModel.java
e0731938b6e0366c7a2f94bb55c848a2415a9e10
[]
no_license
liepeiming/xposed_chatbot
5a3842bd07250bafaffa9f468562021cfc38ca25
0be08fc3e1a95028f8c074f02ca9714dc3c4dc31
refs/heads/master
2022-12-20T16:48:21.747036
2020-10-14T02:37:49
2020-10-14T02:37:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
206
java
package com.ali.user.mobile.register; import java.util.Map; public class ProtocolModel { public int protocolItemColor; public Map<String, String> protocolItems; public String protocolTitle; }
[ "zhangquan@snqu.com" ]
zhangquan@snqu.com
717561e04f30b43bff2d33023945eb994eb69323
db2c49a189e13554e73713ed2a69ca887a2ad9f0
/org.orbit.infra.model/src/org/orbit/infra/model/extensionregistry/ExtensionItemSetPropertiesRequest.java
ee93ff6b22f3dca5c7261550d342f6a0be23f7aa
[]
no_license
EngineerBarsik/dev
fa501b6ff58e0b6b263d54d6e85c6d69a323f612
81715414de121e1d7cead7d4066d626b095816d6
refs/heads/master
2023-02-11T01:20:29.217287
2021-01-08T01:14:21
2021-01-08T01:14:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,177
java
package org.orbit.infra.model.extensionregistry; import java.util.LinkedHashMap; import java.util.Map; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement public class ExtensionItemSetPropertiesRequest { @XmlElement protected String platformId; @XmlElemen...
[ "yangyang4cs@gmail.com" ]
yangyang4cs@gmail.com
270ea61a0a61f3a40229ed780dcd3091c72410a5
139960e2d7d55e71c15e6a63acb6609e142a2ace
/mobile_app1/module502/src/main/java/module502packageJava0/Foo598.java
de51e111e5db44579874792a6026005fd50d0bc9
[ "Apache-2.0" ]
permissive
uber-common/android-build-eval
448bfe141b6911ad8a99268378c75217d431766f
7723bfd0b9b1056892cef1fef02314b435b086f2
refs/heads/master
2023-02-18T22:25:15.121902
2023-02-06T19:35:34
2023-02-06T19:35:34
294,831,672
83
7
Apache-2.0
2021-09-24T08:55:30
2020-09-11T23:27:37
Java
UTF-8
Java
false
false
820
java
package module502packageJava0; import java.lang.Integer; public class Foo598 { Integer int0; Integer int1; Integer int2; public void foo0() { new module502packageJava0.Foo597().foo15(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(...
[ "oliviern@uber.com" ]
oliviern@uber.com
39de69c738e0d9a5be0e13d7639adedea61414d4
862db3c0e897d966f2b00fecc19c8939f5852c85
/bootstraptoggleclone/src/test/java/com/wimdeblauwe/examples/bootstraptoggleclone/BootstraptogglecloneApplicationTests.java
2f2586fe7a6b1fffee3d8ee39c195238b9c7212c
[]
no_license
wimdeblauwe/blog-example-code
693a935370abffdd1d04eedf8f121305f7f89208
0c58b6409a5230e4f419c72de1baf87a3b9e50d8
refs/heads/master
2023-03-14T11:46:51.963310
2023-02-21T20:41:58
2023-02-21T20:41:58
217,848,577
59
41
null
2022-12-24T08:22:45
2019-10-27T12:01:07
Java
UTF-8
Java
false
false
251
java
package com.wimdeblauwe.examples.bootstraptoggleclone; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class BootstraptogglecloneApplicationTests { @Test void contextLoads() { } }
[ "wim.deblauwe@gmail.com" ]
wim.deblauwe@gmail.com
f654fb20cfc80ba8c7e75c50530873aa98f12c63
9b19c49e7071cdc823a65578a7c855fecf8f6b29
/jOOQ/src/main/java/org/jooq/tools/debug/impl/AbstractDebuggerObject.java
329414ee61e5eaed1da3ba4767cea15c4e3414cd
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
dankosedin/jOOQ
34dfb992cf721df2ab55c339d347f1903df037a6
661eff4df519487a6430627900ec07dbea5625b0
refs/heads/master
2021-01-18T10:11:29.632095
2012-10-03T08:54:47
2012-10-03T08:54:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,769
java
/** * Copyright (c) 2009-2012, Lukas Eder, lukas.eder@gmail.com * Christopher Deckers, chrriis@gmail.com * All rights reserved. * * This software is licensed to you under the Apache License, Version 2.0 * (the "License"); You may obtain a copy of the License at * * http://www....
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
ce924e95841cc349c98f16a4fe93bbecae24e133
08941e7de7f92311692cc2919c504f2585ff28ee
/xmlbeanchange/src/main/java/util/ChangeXmlFormat.java
42d38cdf596f8aad05ff4dd6ac389800d5073ec3
[]
no_license
codergithut/springmvc
32b7727b8028000141792f7e8938d69b325dca4c
9a2f7ea6d779c897d7aa39383aa35f1abdff2524
refs/heads/master
2020-06-15T18:30:24.597289
2017-04-05T14:53:42
2017-04-05T14:53:42
75,271,851
0
0
null
null
null
null
UTF-8
Java
false
false
3,472
java
package util; import entity.BA_QLR; import org.dom4j.*; import org.dom4j.io.SAXReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * @author <a href="mailto:Administrator@gtmap.cn">Administrator</a> * @version 1.0, 2017/3/24 * @description */ public clas...
[ "1731857742@qq.com" ]
1731857742@qq.com
dc09d61fc8d37cfaace2cf58e74f3044fdbf23c4
c37076ae3ed292263a23637157f122aeb78f0fb6
/android/hzti-qry/gen/com/bluestome/hzti/qry/R.java
ef535fe25cfcb4969850552d50419e788f7fbe52
[]
no_license
mo3athBaioud/bluestome
ad1b992775dcebcfc5ed81cfb49e7d29ef9e12fb
7de9ab0ad517f0e1da2a147e9079103824a99af3
refs/heads/master
2021-01-10T06:06:43.903950
2012-11-28T09:36:48
2012-11-28T09:36:48
43,675,743
1
0
null
null
null
null
UTF-8
Java
false
false
5,555
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.bluestome.hzti.qry; public final class R { public static final class array { /** 车辆类型 */ ...
[ "bluestomez@8d0e2b01-6282-6274-ba5d-974b8f8e99e7" ]
bluestomez@8d0e2b01-6282-6274-ba5d-974b8f8e99e7
4a9c8c1da5ac88a241b4fb795f96540d32a5f2eb
199d7f11bc6178a8ea240b5bf6e6e3092e50a214
/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/dbcp/ManagedDataSourceWithRecovery.java
ae314395cb542355d4750c68aa63d102c9fc9cb7
[ "BSD-3-Clause", "W3C-19980720", "CDDL-1.0", "Apache-2.0", "W3C", "MIT" ]
permissive
kdchamil/ASTomEE
31fc4478cc58351d98a298e5849d3a5a72e7ab6e
eaad273b8def8836bb2e82aab04c067662d2f67b
refs/heads/master
2023-01-13T07:31:53.989780
2014-08-07T06:52:32
2014-08-07T06:52:32
19,934,900
0
0
Apache-2.0
2023-01-02T22:04:23
2014-05-19T08:49:01
Java
UTF-8
Java
false
false
1,793
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "kdchamil@gmail.com" ]
kdchamil@gmail.com
fec3ffb1af0625196ebf7a99b9a833f94855d036
57b80eaf1ee7205c750219293f85378a5c9e02c6
/C1908iLeThanhNghi/IASF/17-05-2021/rest-service/src/main/java/com/aptech/springrestapi/restservice/controllers/ProductController.java
1c2b8c97e56b1aed97abcfccd71fa17ef0f6b335
[]
no_license
nghia-lt-2809/Aptech
c7e7c5da6f9701e14f7856bb01c9a07103cf720e
90d4fd2a7c48c002e67e0f11f18136aae79f21a2
refs/heads/master
2023-08-15T03:38:02.543357
2021-09-15T09:57:35
2021-09-15T09:57:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,401
java
package com.aptech.springrestapi.restservice.controllers; import com.aptech.springrestapi.restservice.components.ScheduledTasks; import com.aptech.springrestapi.restservice.models.Product; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.web.bind.annotation.*; import java.util.Array...
[ "sunlight4d@gmail.com" ]
sunlight4d@gmail.com
24dfa43ac8080261e43a518b8bc4eeac4e4334f4
e899120f52f6c89efe81ce5ee824586197453b16
/app/src/main/java/com/netease/nim/uikit/business/session/activity/VoiceTrans.java
bf27fd17cf83ce6f75923f26c47b9cfb9fc1c7c8
[]
no_license
h616016784/similarwx
50a756693d1342b68e42e47df5b550169179ce33
2b0178060c0fadaefbdf7e1e79fdc10e2fe3e8d6
refs/heads/master
2021-04-06T01:47:57.116237
2019-01-15T05:45:17
2019-01-15T05:45:17
125,173,875
1
0
null
null
null
null
UTF-8
Java
false
false
4,875
java
package com.netease.nim.uikit.business.session.activity; import android.app.Activity; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.view.inputmethod.InputMethodManager; import android.widget.ProgressBar; import android.widget...
[ "123456" ]
123456
810f4275b2411f7ae4bc705a7eb799b6bec306c7
cee6d0534a4b4fda056cacd1738fc7c22223ef06
/src/main/java/by/distributionnetwork/config/LocaleConfiguration.java
c0d394e65a93f374c1215b8de05913107ea382c4
[]
no_license
Topolev/DistributionNetwork_2017_05_31
54c0fac9ba8dbdd916dfec27b8348c60d7751840
a083f2bf9a64e7bbfe10ad2ea254c04c35f1d7a2
refs/heads/master
2021-01-23T01:40:32.544847
2017-05-31T15:52:36
2017-05-31T15:52:42
92,882,438
0
0
null
null
null
null
UTF-8
Java
false
false
1,396
java
package by.distributionnetwork.config; import io.github.jhipster.config.locale.AngularCookieLocaleResolver; import org.springframework.context.EnvironmentAware; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.env.Environm...
[ "i.topolev.vladimir@gmail.com" ]
i.topolev.vladimir@gmail.com
d819067627d01574ef87b9dd97dd2d7ce70c8bba
99491debb70866677edc01d9af1bfaadac914978
/src/main/java/com/id/wasta/data/repository/jpa/TIdLandingAddInformationJpaRepository.java
a2606cf7e0c2ebc892cadaba101f30d4c120ecdb
[]
no_license
srnu/wasta
a9dbf4772d6584aacb952b12a4d0e6842d8fa77c
c55498cd42b8114ee0bb9342c9905868632e9ddc
refs/heads/master
2022-12-12T06:54:57.769288
2020-09-13T09:41:53
2020-09-13T09:41:53
295,119,733
0
0
null
null
null
null
UTF-8
Java
false
false
4,503
java
package com.id.wasta.data.repository.jpa; import java.util.Date; import java.util.List; import javax.transaction.Transactional; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.PagingAndSortingRepository; import...
[ "venkatrao@infodynamic.in" ]
venkatrao@infodynamic.in
dda8625aede31f40ad9ea7b7dde4da606a0bf334
559b72223a137ed58c565d9e907a7db089fb2726
/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/SpaceQuotaSnapshotView.java
4bc47b9cddd3d026bfdfb87b9fba8f8548a1cd23
[ "CC-BY-3.0", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-protobuf", "MIT", "BSD-2-Clause" ]
permissive
arshadmohammad/hbase
8ae309a66a0efee24fe2e6285a916a56b8dacbf3
9c8c9e7fbf8005ea89fa9b13d6d063b9f0240443
refs/heads/master
2022-05-13T03:39:12.159691
2022-05-01T14:15:04
2022-05-01T14:15:09
247,534,116
0
2
Apache-2.0
2020-03-15T19:12:17
2020-03-15T19:12:16
null
UTF-8
Java
false
false
2,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 ...
[ "zhangduo@apache.org" ]
zhangduo@apache.org
c78890dbebaf7ad6945d06ee787a33c97dfd945c
d3c305ac3c6a6a14305add8b1407f98bdf608487
/ggglib/src/main/java/com/gigigo/ggglib/device/providers/HandsetProvider.java
1696f4ab6bdf7df881e162b80ceebd6b69c8231c
[ "Apache-2.0" ]
permissive
GigigoGreenLabs/gggUtilsSuite
e6cdc3691568b44348a8f3dfdb702065efb06a2c
82400da007012b0a5d49ea81e21ca1a3b6586081
refs/heads/master
2021-01-12T16:33:44.927882
2017-11-30T12:27:50
2017-11-30T12:27:50
69,975,128
0
2
null
null
null
null
UTF-8
Java
false
false
1,451
java
/* * Created by Gigigo Android Team * * Copyright (C) 2016 Gigigo Mobile Services SL * * 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 *...
[ "nuborisar@gmail.com" ]
nuborisar@gmail.com
98fdc4a512f1fd6249ca33ad89013b37cbf63b3c
3e84ff247d97d8360e65b3e20d62a4b944a6ea62
/base/src/test/java/org/picketlink/test/authorization/AnnotationBasedAuthorizationTestCase.java
01fb8e6b6bfb47996b705f75564a694b762b2bf2
[]
no_license
mposolda/picketlink-tests
c30c518794835187be75e12f7fc5308078f0d7f0
8d51a1c11effb8bcc27518661876f07ee4bdce6a
refs/heads/master
2021-01-16T20:59:41.583887
2014-07-23T22:07:24
2014-07-23T22:07:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,828
java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
[ "pigor.craveiro@gmail.com" ]
pigor.craveiro@gmail.com
52d7c8ddcfb16a004eda197927d0f1316da128c5
1209e2c279b54a6d9e95e717e5e7ead08ec07419
/openapi-generator-utils/treepots/treepots-openapigen-java-okhttp-gson/src/main/java/fr/jmini/openapi/openapitools/okhttpgson/api/IpsumApi.java
efa82ad538f734adf04fbe37b8485adbdff94d9c
[ "Apache-2.0" ]
permissive
chunyenHuang/openapi-experiments
d4f01395781c59161988ad60a446bf6c69ce82eb
b1b78580da62189337708dfd3fb758700dacfddb
refs/heads/master
2020-07-21T10:19:47.658969
2019-08-29T15:41:29
2019-08-29T15:41:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,142
java
/* * OpenAPI Tree Pots * Example spec * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package fr.jmini.openapi.openapitools.okhttpgson.api; i...
[ "dev@jmini.fr" ]
dev@jmini.fr
45f776280aa431647c21e7484f1247302fcc527f
5f6f1f63ef1034c0431d418e32e8e6ab7451f062
/SilVM/src/main/java/org/reldb/ldi/sili/values/ValueInteger.java
074a70b3b36b02265c8e9da80b85a1c2483a467a
[ "Apache-2.0" ]
permissive
DaveVoorhis/LDI
99ecc41680c8d0951f9c8b22684ad74fe02e0c1d
7ec280206adef98590b468a183e19e43b7c794b7
refs/heads/master
2022-10-20T22:28:25.886973
2022-10-09T22:01:13
2022-10-09T22:01:13
78,937,423
1
8
null
null
null
null
UTF-8
Java
false
false
1,780
java
package org.reldb.ldi.sili.values; public class ValueInteger extends ValueAbstract { private static final ValueInteger _zero = new ValueInteger(0); private long internalValue; /* Methods used by XML serialization and nothing else. */ public ValueInteger() { } public long getValue() { return internalValue...
[ "dave@armchair.mb.ca" ]
dave@armchair.mb.ca
90a73913f1badb9b7dd625c670a59660b073d486
1294552da428420f5106c1f705e67ceb44b44058
/think/src/thinkInJava/zyq09/Mouths.java
6ba56a560ac2d1d2420a4a229fd8458ff9a146f9
[]
no_license
xiaodupi-zyq/javaStudy
e0137f4017dfa185b17df16b3ef76fb710c5b2e6
3a906107968b736bc39c2a16e93e20a322e3f7e2
refs/heads/master
2021-06-23T03:20:00.184844
2021-03-13T13:15:14
2021-03-13T13:15:14
198,929,279
1
0
null
null
null
null
UTF-8
Java
false
false
230
java
package thinkInJava.zyq09; public interface Mouths { int JANUARY = 1,FEBRUARY =2; } class Test917{ public static void main(String[] args){ System.out.println(Mouths.JANUARY); // Mouths.JANUARY = 3; } }
[ "741883796@qq.com" ]
741883796@qq.com
94f37ba9b0c3700a2ca14203fbeff7768077c125
0613bb6cf1c71b575419651fc20330edb9f916d2
/CheatBreaker/src/main/java/net/minecraft/world/gen/structure/StructureStart.java
c227b7d2012744e5f11c293ddd3348f6852684b6
[]
no_license
Decencies/CheatBreaker
544fdae14e61c6e0b1f5c28d8c865e2bbd5169c2
0cf7154272c8884eee1e4b4c7c262590d9712d68
refs/heads/master
2023-09-04T04:45:16.790965
2023-03-17T09:51:10
2023-03-17T09:51:10
343,514,192
98
38
null
2023-08-21T03:54:20
2021-03-01T18:18:19
Java
UTF-8
Java
false
false
5,278
java
package net.minecraft.world.gen.structure; import java.util.Iterator; import java.util.LinkedList; import java.util.Random; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.nbt.NBTTagList; import net.minecraft.world.World; public abstract class StructureStart { /** List of all StructureComponents tha...
[ "66835910+Decencies@users.noreply.github.com" ]
66835910+Decencies@users.noreply.github.com
31ec384ea548815c0738302057114a2dfeaae6ce
1db07f5643b062a6f4642428aa5caf307b07f3f3
/drools.indepth.root/kie-server-performance/src/main/java/org/jackzeng/autobean/Bean293.java
851f0617869d5e4a91aca545c74d2e850b265d03
[]
no_license
tracyzhu2014/JavaHub
b6d6c4e95bd1e6ca3849d989e9cd2c1aa53416fb
4b66e2a6ee9f8d3bb433490f259d534ccce67a97
refs/heads/master
2023-05-07T22:23:03.545452
2020-12-18T01:57:44
2020-12-18T01:57:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,900
java
package org.jackzeng.autobean; public class Bean293 { private String field294; private double field295; private boolean field296; private int fild29...
[ "zengxijin@qq.com" ]
zengxijin@qq.com
4f5f3dccebed7a3bdf8d980439c0b04f78f7fc00
a636258c60406f8db850d695b064836eaf75338b
/modules/com.redcarpet.production/src/com/redcarpet/production/ad_process/RCPR_PreventiveOrderMaintenance.java
c73feeacd810364c4fffaf164ba1f79b636806fe
[]
no_license
Afford-Solutions/openbravo-payroll
ed08af5a581fa41455f4e9b233cb182d787d5064
026fee4fe79b1f621959670fdd9ae6dec33d263e
refs/heads/master
2022-03-10T20:43:13.162216
2019-11-07T18:31:05
2019-11-07T18:31:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,397
java
package com.redcarpet.production.ad_process; import com.redcarpet.production.data.RCPR_Machine_ElectricalMaintenance; import com.redcarpet.production.data.RCPR_Machine_Mechanical_Maintenance; import com.redcarpet.production.data.RCPR_PreventiveMaintenanceOrder; import com.redcarpet.production.data.RCPR_Task; import ja...
[ "rcss@ubuntu-server.administrator" ]
rcss@ubuntu-server.administrator
085c7da2016f941db3dccc87114b2b98a7b99e7f
13200e547eec0d67ff9da9204c72ab26a93f393d
/src/com/google/android/apps/nexuslauncher/DynamicDrawableFactory.java
68ea0848b3b4d0525e60fe9105baab6a8bfc53bf
[]
no_license
emtee40/DecompiledPixelLauncher
d72d107eaafb42896aa903b9f0f34f5f09f5a15c
fb954b108a7bf3377da5c28fd9a2f22e1b6990ea
refs/heads/master
2020-04-03T03:18:06.239632
2018-01-19T08:49:36
2018-01-19T08:49:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
929
java
// // Decompiled by Procyon v0.5.30 // package com.google.android.apps.nexuslauncher; import android.os.Process; import com.android.launcher3.FastBitmapDrawable; import com.android.launcher3.ItemInfo; import android.graphics.Bitmap; import android.content.Context; import com.google.android.apps.nexuslauncher.a.c; i...
[ "azaidi@live.nl" ]
azaidi@live.nl
29cbfdf2d99a44f19a7d1c0d90e505d9582cd09f
4a10dc8955f9d4479b783d37155c73634f069a79
/app/src/main/java/com/itislevel/lyl/widget/videorecord/shortvideo/editor/utils/TCEditerUtil.java
d2c7d83d43dbb9178031eb7235b0b77cfe2d0529
[]
no_license
hyb1234hi/yby1
41f2eb123d96f8a55728b11aeaf42271e782cc08
5f106784715ee616ea6bb0e93a5ed214ad5b1352
refs/heads/master
2020-06-19T10:58:08.674182
2018-07-11T11:22:21
2018-07-11T11:22:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,045
java
package com.itislevel.lyl.widget.videorecord.shortvideo.editor.utils; import android.os.Environment; import com.itislevel.lyl.utils.TCConstants; import java.io.File; import java.text.SimpleDateFormat; import java.util.Date; /** * Created by yuejiaoli on 2017/10/11. */ public class TCEditerUtil { /** *...
[ "1363826037@qq.com" ]
1363826037@qq.com
1ddcf539918be29d7e3dc0b4a8bdff1885c94016
a97f1874385d4562adff3800ed617229e2e7b43b
/service-module/form-service/src/main/java/com/liansen/form/resource/FormByteArrayResource.java
aeaa6ba850dadb56d45072d61ffa8759f4d913c0
[]
no_license
chendingying/liasen-workFlow
1cb6420a350e79166ea607e561d8e1b16c1499a2
c25eddd9d716340e4111c652bd6bdbaa0d9c3edc
refs/heads/master
2020-04-02T08:26:27.142789
2018-11-27T07:14:32
2018-11-27T07:14:32
154,244,786
0
0
null
null
null
null
UTF-8
Java
false
false
1,456
java
package com.liansen.form.resource; import com.liansen.common.resource.BaseResource; import com.liansen.form.constant.ErrorConstant; import com.liansen.form.domain.ByteArray; import com.liansen.form.repository.ByteArrayRepository; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import or...
[ "chen@dingying.com" ]
chen@dingying.com
22fc157fd66cb73e73a6ddb33fe17bc501eda0c6
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/31/31_8bb5fda2094b297a1196651a8d362cae6727e008/RPCActivityType/31_8bb5fda2094b297a1196651a8d362cae6727e008_RPCActivityType_t.java
d6ed5825fa758a347920d07ad51bd741ceba1b6d
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
5,703
java
/* * JBoss, Home of Professional Open Source * Copyright 2008-12, Red Hat Middleware LLC, and others contributors as indicated * by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * This copyrighted material is made availab...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
02275fecbbabc2edcb281a65208ef7d4cefa8454
c1444a67b451aacb7d06f3a753a01620ce9a296f
/common/pixelmon/battles/attacks/statusEffects/Flying.java
5b537332c011f9266ad1e57012b0d002567c2671
[]
no_license
patteje479/Pixelmon
34725bf8913a337e820e89f7d4e86ff783021d52
c75be461796a644b2ddd4b43c85f45c77be37325
refs/heads/master
2021-01-16T18:17:44.444335
2012-11-11T02:24:39
2012-11-11T02:24:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
767
java
package pixelmon.battles.attacks.statusEffects; import java.util.ArrayList; import pixelmon.battles.attacks.Attack; import pixelmon.entities.pixelmon.EntityPixelmon; public class Flying extends StatusEffectBase { int turnCount; public Flying() { super(StatusEffectType.Flying, false, false, true); } @Override...
[ "malc.geddes@gmail.com" ]
malc.geddes@gmail.com
35b4181341bc47ca5ace1b8bde0fd62617c5f784
7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b
/Crawler/data/Cattle.java
36885cfaf6a481840e98f8c8c43d3c5ad6808415
[]
no_license
NayrozD/DD2476-Project
b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0
94dfb3c0a470527b069e2e0fd9ee375787ee5532
refs/heads/master
2023-03-18T04:04:59.111664
2021-03-10T15:03:07
2021-03-10T15:03:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
457
java
2 https://raw.githubusercontent.com/wangIQD/GoF23/master/GOF23/DesignPattern/src/com/wz/creational/factorymethod/Cattle.java package com.wz.creational.factorymethod; /** * @author 隔壁老王 * @create 2020-04-27 17:17 * @bilibili https://space.bilibili.com/320299990 * @description */ //具体产品实现:牛 public class Cattle impl...
[ "veronika.cucorova@gmail.com" ]
veronika.cucorova@gmail.com
2fb6358b0927233829361c253628e4e3ddc8c2da
b0a83731bf1e524cce9bdeaa23ac995a5d1d03bb
/src/main/java/com/github/batkinson/jxlsform/common/XLSForm.java
0e0dadc5d373cd2aea54ea9cab5719b29a1de05b
[]
no_license
batkinson/jxlsform
ac878f4e43f8a9fa22d89ca83e0bf8352bbb44c3
20ed5dffd340fb1f112e0dc33c72eac0d3f241f7
refs/heads/master
2020-03-25T08:26:18.214662
2018-09-24T18:20:15
2018-09-24T18:20:15
143,612,328
0
0
null
null
null
null
UTF-8
Java
false
false
1,503
java
package com.github.batkinson.jxlsform.common; import com.github.batkinson.jxlsform.api.XLSFormException; import java.util.Optional; class XLSForm implements com.github.batkinson.jxlsform.api.XLSForm { private final com.github.batkinson.jxlsform.api.Workbook workbook; private final Survey survey; private...
[ "brent.atkinson@gmail.com" ]
brent.atkinson@gmail.com
aefa9299e6698ba3bc1007064b9b72fb4cb90728
47857280bf75b5dd1fdb136ec8c4e28452692a48
/src/main/java/slimeknights/tconstruct/smeltery/block/BlockFaucet.java
fdfe8b0eb619a144ce4fad455b9a953edb52a55e
[ "CC-BY-3.0", "CC0-1.0", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
Drebelak/TinkersConstruct
a1bfd6506989f787a7b012a3b278f4003bc71085
d420aed7a4141c469d901868f5f1e068004fab11
refs/heads/master
2021-01-18T02:57:13.240263
2016-03-14T18:22:45
2016-03-14T18:22:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,840
java
package slimeknights.tconstruct.smeltery.block; import com.google.common.base.Predicate; import net.minecraft.block.Block; import net.minecraft.block.BlockContainer; import net.minecraft.block.material.Material; import net.minecraft.block.properties.PropertyDirection; import net.minecraft.block.state.BlockState; impo...
[ "bernhard.bonigl@gmail.com" ]
bernhard.bonigl@gmail.com
cf2c9abec3bfbf5752f2c7b99640a956850f3d5a
b532f2ccaba302f4e81a559ffbafaf8d2650b703
/app/src/main/java/com/codingwithmitch/daggerpractice/network/main/MainApi.java
fff76028893d27f7fef406e11e1b01a6cbb16d4b
[]
no_license
hardikpansuria/Dagger-Examples
2a2fb118788e6ca73b16f730a09716d7184cbb47
85cc86965c97a20ebabb03cee4a0933d17ed9dfd
refs/heads/master
2020-05-15T12:07:49.835825
2019-04-11T02:50:25
2019-04-11T02:50:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
467
java
package com.codingwithmitch.daggerpractice.network.main; import com.codingwithmitch.daggerpractice.models.Post; import com.codingwithmitch.daggerpractice.models.User; import java.util.List; import io.reactivex.Flowable; import retrofit2.http.GET; import retrofit2.http.Path; import retrofit2.http.Query; public inter...
[ "mitch@tabian.ca" ]
mitch@tabian.ca
0f0d4e62e493d07d00bca6962527026d0e9f3e15
539046c412b2ddf3bfe18dabf1b9f6a54b80b9ea
/src/main/java/com/ltq/jamep/repository/PhysicalDatacenterRepository.java
52ac182c09b6afdab658eed9c7b82dc2a9797ebb
[]
no_license
nubicula/LTQProvisioner
be41f1717b0f73e4f1f554236f9a2dc2b2200447
d91f107637842fe157c76552218cb994b51a2c65
refs/heads/master
2020-03-22T05:25:37.985929
2018-07-04T08:43:23
2018-07-04T08:43:23
139,564,790
0
0
null
2018-07-04T08:43:24
2018-07-03T10:08:09
Java
UTF-8
Java
false
false
394
java
package com.ltq.jamep.repository; import com.ltq.jamep.domain.PhysicalDatacenter; import org.springframework.data.jpa.repository.*; import org.springframework.stereotype.Repository; /** * Spring Data repository for the PhysicalDatacenter entity. */ @SuppressWarnings("unused") @Repository public interface Physical...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
04d025086f916aec296f08bdf586da1cccebfb50
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/yauaa/learning/6359/DefaultANTLRErrorListener.java
699b6fd1afd8ac12ac8687ca821ed500119d97ea
[]
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
1,699
java
/* * Yet Another UserAgent Analyzer * Copyright (C) 2013-2018 Niels Basjes * * 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...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
a7099b658953457c19a4fb8025baeed0363b9576
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/TIME-5b-2-21-Single_Objective_GGA-WeightedSum/org/joda/time/Period_ESTest_scaffolding.java
e16755a9b7db37c334b94308c8faf64e27d3b6f7
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
7,456
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Jan 18 06:26:44 UTC 2020 */ package org.joda.time; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; @EvoS...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
de22d20e2d9fbd5458e4b95b673484181828e817
d8a56f6e10c32f5c644bba969b12f9cf330caadd
/tims/src/java/com/hashthrims/clients/web/vaadin/views/employeelists/demographics/views/MaritalStatusViewPage.java
350208d6bb3d1ad9129b077325cd38563dd43900
[]
no_license
jackba/tims
c2589bcaa3998e51972cde2cec23f0661091c108
0ecb2bbafef59c1c6921ca09a1ceeb7358730853
refs/heads/master
2021-01-10T20:19:02.709255
2013-03-22T09:39:49
2013-03-22T09:39:49
33,372,881
0
0
null
null
null
null
UTF-8
Java
false
false
5,886
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.hashthrims.clients.web.vaadin.views.employeelists.demographics.views; import com.hashthrims.clients.web.vaadin.HashThrimsMain; import com.hashthrims.clients.web.vaadin.data.ClientDataService; import com.hash...
[ "boniface.kabaso@gmail.com@8b2e65b4-2dce-a24f-2858-670329bbfff1" ]
boniface.kabaso@gmail.com@8b2e65b4-2dce-a24f-2858-670329bbfff1
9c26415eccfdfb72ae5d7dbc93b38c5b4a2a1c79
fb4e73b936ed10af52e7e971b7a0a39a805a86a9
/src/main/java/com/angkorteam/fintech/pages/client/client/ClientUndoTransferPage.java
171c10eaf3f20c64d6639c36f25453235e42c172
[ "Apache-2.0" ]
permissive
Nkengnji/fintech
c82b67eea16d4fcc3d8aa6beb99b0fa6b943077d
84131d2fdf1d9e8dd55f5d22c65da45009b11859
refs/heads/master
2023-04-30T16:41:59.851714
2018-06-06T14:03:38
2018-06-06T14:03:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,361
java
package com.angkorteam.fintech.pages.client.client; import java.util.List; import java.util.Map; import org.apache.wicket.authroles.authorization.strategies.role.annotations.AuthorizeInstantiation; import org.apache.wicket.markup.html.form.TextArea; import org.apache.wicket.markup.html.link.BookmarkablePageLink; impo...
[ "pkayjava@gmail.com" ]
pkayjava@gmail.com
95e58962eaace5a4917ce11e304802f14d5e3264
b9861a0fc815b77551d81010fa890ef44e9ba1cc
/common/src/main/java/test/JunitTest/BaseDAOTEST.java
5638e3266e67ae9ec2432ebc50b784c357ceb2e7
[]
no_license
happyjianguo/hwp
6dbc5223bb19534ac9d61b3eae8009038be4e1aa
6bf80e34f3363f48af039e92931fbf3c22daae50
refs/heads/master
2022-12-01T01:57:04.680195
2020-08-09T00:20:00
2020-08-09T00:20:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
871
java
package test.JunitTest; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * */ public class BaseDAOTEST { ClassPathXmlApplicationContext context = null; // 初始化系统环境 public BaseDAOTEST() { context = new ClassPathXmlApplicationContext(new String[]{"classpath:config/spr...
[ "weiliejun@163.com" ]
weiliejun@163.com
f103c7c87a7f0a9c2835e4bef20c5863024e885c
fa1408365e2e3f372aa61e7d1e5ea5afcd652199
/src/testcases/CWE191_Integer_Underflow/s03/CWE191_Integer_Underflow__long_rand_multiply_66b.java
9a4dfbfcfbc71a85031ef6f0992b6bd62a4937a5
[]
no_license
bqcuong/Juliet-Test-Case
31e9c89c27bf54a07b7ba547eddd029287b2e191
e770f1c3969be76fdba5d7760e036f9ba060957d
refs/heads/master
2020-07-17T14:51:49.610703
2019-09-03T16:22:58
2019-09-03T16:22:58
206,039,578
1
2
null
null
null
null
UTF-8
Java
false
false
2,299
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__long_rand_multiply_66b.java Label Definition File: CWE191_Integer_Underflow.label.xml Template File: sources-sinks-66b.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: rand Set data to result of rand() * GoodSou...
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
4febce39a8dbb083b752f997df0f610b7bd40554
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_4ad083a848aa2438b50ed9deb9cec8c4a3f94b45/MoveMetaModule/9_4ad083a848aa2438b50ed9deb9cec8c4a3f94b45_MoveMetaModule_s.java
a85b9bae3978b56f19166b91a45f1d435494ceeb
[]
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
6,085
java
/* * This file is part of the DITA Open Toolkit project hosted on * Sourceforge.net. See the accompanying license.txt file for * applicable licenses. */ /* * (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. */ package org.dita.dost.module; import static org.dita.dost.util.Constants...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
64a98573f43f03a7d5524b119da4976e5b58f1d2
871d4dad5345945adcb8dd2637c68eed279d4ae6
/lib/src/main/java/org/scorpion/calc/montecarlo/PathGenerator.java
a35776d943481fca560e2dc672431a0ad69bdf87
[]
no_license
ScorpionQuant/Scorpio
e03523d67ca9bf5ff4d8aa9b3fd834a753b0fd25
cc80e080dc45d2aadc0a3fed20cc11cebc67b92e
refs/heads/master
2021-09-13T17:15:37.418590
2017-10-28T15:48:04
2017-10-28T17:04:09
105,622,441
1
7
null
2018-04-29T02:03:55
2017-10-03T06:53:53
Java
UTF-8
Java
false
false
153
java
package org.scorpion.calc.montecarlo; import java.util.List; public interface PathGenerator { void generateOneBrownianPath(List<Double> path); }
[ "shohokh@gmail.com" ]
shohokh@gmail.com
23057584007f29cb0bf6bc9ac5929fb4f8f0269e
812da3490c5e9d5f486c3c864e9a2e069e4d6685
/src/main/java/io/github/antalpeti/primefaces/showcase/view/misc/CaptchaView.java
f8bbc3d6b7d51c6136a74b6623f1efbbf4f9da72
[]
no_license
charlyborwn/primefaces-showcase
d4853390849411aecb9fe8780545f0c3591aba38
bc8b3f432dce88e88931b6668a36ad7d77256142
refs/heads/master
2021-01-16T00:28:52.790372
2017-01-09T22:39:30
2017-01-09T22:39:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
448
java
package io.github.antalpeti.primefaces.showcase.view.misc; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.context.FacesContext; @ManagedBean(name = "miscCaptchaView") public class CaptchaView { public void submit() { FacesMessage msg = new FacesMe...
[ "antalpeti@users.noreply.github.com" ]
antalpeti@users.noreply.github.com
75e600c30f6df25d377c93446329c1f3573ed8ca
c43cfbfe0b7cdd6fd7db897a90c445592f2938ed
/dist/gameserver/data/scripts/quests/_10312_AbandonedGodsCreature.java
fdbf8f22a1e7f1fab2d9fc86f735a04eff302e52
[]
no_license
baxadur/ertheia
8485d4393d5090f9490175a6e2b843acfc4abdf4
0134e99e46dd30d3cf7a1dab4da7d90ef86dfd28
refs/heads/master
2020-12-05T13:39:47.747168
2014-12-22T05:08:11
2014-12-22T05:08:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,603
java
package quests; import l2s.gameserver.model.Player; import l2s.gameserver.model.instances.NpcInstance; import l2s.gameserver.model.quest.Quest; import l2s.gameserver.model.quest.QuestState; import l2s.gameserver.scripts.ScriptFile; public class _10312_AbandonedGodsCreature extends Quest implements ScriptFile ...
[ "namlehong@gmail.com" ]
namlehong@gmail.com
215483e419fce320741b2e1cf912517247ea700d
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a171/A171471.java
fe1175049ffb8498bc51aec0190cf3742745c2c9
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
486
java
package irvine.oeis.a171; // Generated by gen_linrec.pl - DO NOT EDIT here! import irvine.oeis.LinearRecurrence; /** * A171471 <code>a(n) = 6*a(n-1)-8*a(n-2)-9</code> for <code>n &gt; 2; a(0) = 35, a(1) = 225, a(2) = 837</code>. * @author Georg Fischer */ public class A171471 extends LinearRecurrence { /** Cons...
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
cc2222372fde76a21afcbc7711c37348ed3197d3
de446b31e18cf4b0ca602fedd96c2171ef232059
/src/main/java/com/huawei/cloudcampus/api/model/SiteStationStatisticInfo.java
653d8720cb7f1b4a093f6e803a9f919aa5177363
[]
no_license
qqfbleach/cloud-campus-sdk
c2b79d194e499704b959c1f4354f9b05ff010918
3f0a17edd852441013696fe2ddb7997c4e248808
refs/heads/master
2022-11-24T01:37:07.757152
2020-02-18T12:08:56
2020-02-18T12:08:56
238,686,821
0
0
null
2022-11-16T09:23:44
2020-02-06T12:43:50
Java
UTF-8
Java
false
false
4,319
java
/* * 设备基础性能数据信息查询 * · 查询设备网络速率历史数据 · 查询站点维度TopN设备或者全部设备的上行流量、下行流量 · 查询站点维度设备连接终端数历史数据 · 查询单设备连接终端数历史数据 · 查询租户维度下设备状态历史数据 · 查询基于站点的站点健康度和设备健康度 · 查询站点下TOP N SSID流量和最近在线用户数 * * OpenAPI spec version: 1.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger...
[ "qianqifeng@hotmail.com" ]
qianqifeng@hotmail.com
e0486de6235630a91d1183748257d9bbe5652a99
2905e6745a67004580aa70a3fa246aa47c0eee97
/netscript/src/jprime/gen/ProbeSessionAlias.java
04b1b3be98e0292da8ed4d58bb2ab7b484c058ee
[]
no_license
summonersRift/primogeni
32cbf949f62e6442d0748258dfdff2dd63199a3b
763cf746dcd7c9c4d3d20d328899cb96efe6da69
refs/heads/master
2020-12-25T00:08:58.727433
2015-01-30T18:13:36
2015-01-30T18:13:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,013
java
/* ------------------------- */ /* ------------------------- */ /* WARNING: */ /* THIS FILE IS GENERATED! */ /* DO NOT EDIT! */ /* ------------------------- */ /* ------------------------- */ package jprime.gen; import jprime.*; import jprime.ModelNodeRecord; import jprime.variable.*; import org.pyth...
[ "obaida007@gmail.com" ]
obaida007@gmail.com
708023b693025032b1b56cba502886d1e0045563
022fa8dcd2fd2068ecbcc60efc812ff1e1c77594
/src/test/java/com/learning/jpa/JpaApplicationTests.java
15d40fab340b40ba56db6c8a45542b074968826d
[]
no_license
Siwoo-Kim/hibernate
c95e491f3d44590d1054800a9881dae8c535f6e2
a28123a9d63f93dcd2839c4686d64e3dcbd15ef0
refs/heads/master
2021-05-11T02:33:54.215864
2018-01-21T21:26:26
2018-01-21T21:26:26
118,367,039
1
0
null
null
null
null
UTF-8
Java
false
false
330
java
package com.learning.jpa; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class JpaApplicationTests { @Test public void contextLoads(...
[ "skim327@myseneca.ca" ]
skim327@myseneca.ca
012e599bf7e830bb00858cb5cd839835a907c3ff
e16284e768aee79ca82fd70e5ac03670810270c6
/src/main/java/br/com/objectos/comuns/base/Hashs.java
ef8b6e85324f08accf4d3ad0db4af91034ebfd6a
[ "Apache-2.0" ]
permissive
cpelissari/way-base
63cef23dfeb091f735591899145dcb883ab8f78e
7874d4da485621bc5bf625ecefafa0d676c71fe5
refs/heads/master
2020-03-29T23:57:04.774394
2013-07-21T15:55:01
2013-07-21T15:55:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,397
java
/* * Copyright 2011 Objectos, Fábrica de Software LTDA. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
[ "marcio.endo@objectos.com.br" ]
marcio.endo@objectos.com.br
41bad7f3b89aea5b5e7db0e5289a80e25483423a
fb6fd361b6b50c524b6d1a7dd890f6bad7514ba0
/lab01/Exercicio05/src/Nota.java
8a338f1ffd406eefa477a6bfacb325de9242299b
[]
no_license
viniciusdenovaes/Unip191LPOO_Lab
f21c820b36fcd4f1f8fcb348271321c9c2495229
412a5ddb03f9572587301be3c968cdb45ef74a94
refs/heads/master
2020-04-22T05:55:32.621871
2019-03-11T04:07:39
2019-03-11T04:07:39
170,172,005
0
0
null
null
null
null
UTF-8
Java
false
false
219
java
public class Nota { public double valor; public Nota(double aValor) { if(aValor < 0.0) { this.valor = 0.0; } else if(aValor > 10.0) { this.valor = 10.0; } else { this.valor = aValor; } } }
[ "viniciusdenovaes@gmail.com" ]
viniciusdenovaes@gmail.com
88765ae3a15cac540654a7fba7cbe86ce484fc72
fe2d69428f8cbf270e2f0a4f043a012c9b933eba
/external-connector/external-connector-asterixdb/src/main/java/edu/uci/ics/external/connector/asterixdb/dataflow/helper/AsterixDBLSMBTreeDataflowHelper.java
14356fe67f56c8153a6834e7a51006a0e3e39988
[ "Apache-2.0" ]
permissive
sigmod/asterixdb-analytics
1026ac7ea6d503a27c96b50c95ba6e0171eeaaf9
d95713e54a689027224d9e05870f64ef4892ca2e
refs/heads/master
2020-12-24T15:50:42.165342
2015-12-10T01:59:48
2015-12-10T01:59:48
37,301,838
0
2
null
2015-11-22T00:46:36
2015-06-12T04:23:40
Java
UTF-8
Java
false
false
3,956
java
/* * Copyright 20092013 by The Regents of the University of California * 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 from * * http://www.apache.org/licenses/LICENSE2.0 * * Unless req...
[ "buyingyi@gmail.com" ]
buyingyi@gmail.com
9ad8b7fdfc1ed91e5bc2d2f1f7a53708b0e2c0f9
07abcad3885092aef8abe76e0d78c2296d7fcd1b
/twoFactorClient/src/ext/org/openTwoFactor/clientExt/org/apache/commons/collections/functors/NOPClosure.java
567d4adc0eef1d42089b8cf3380ec89f68109b7a
[]
no_license
mchyzer/openTwoFactor
df3acfc07f2f385999bd081eeaf2bfc937ee8ff0
6a62b59d176b13a1bc51a0b60a258cef7ea1012c
refs/heads/master
2023-08-28T19:06:16.817966
2023-08-14T17:30:34
2023-08-14T17:30:34
10,210,206
2
2
null
2021-06-04T01:00:06
2013-05-22T02:42:06
JavaScript
UTF-8
Java
false
false
1,906
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...
[ "mchyzer@yahoo.com" ]
mchyzer@yahoo.com
27ba81123f456c7ad600437fc1983e96d1b0b4ff
759e4adb9c04256d00a261148c8d703067540333
/src/main/java/pl/asie/charset/api/wires/IRedstoneEmitter.java
e253605829ec342122fa1749292a268c0a8c139f
[ "MIT" ]
permissive
DiMuRie/CharsetMC
35f428a2e495cacb67a81f88f91f44bcbefdf0b7
c87a019944ddf1a4804d8be700c5c633d8ac996c
refs/heads/master
2021-01-18T12:37:08.295944
2015-12-29T11:17:00
2015-12-29T11:17:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
393
java
package pl.asie.charset.api.wires; import net.minecraft.util.EnumFacing; public interface IRedstoneEmitter { /** * Get the signal strength of a redstone signal emitter. * @param face The face the signal is on. Use null to get the strongest signal emitted in a given direction. * @return The signal strength, 0-1...
[ "asiekierka@gmail.com" ]
asiekierka@gmail.com
79cbcbe816b56c362c8c9d5f5f881124b5e0c3b0
cd3ccc969d6e31dce1a0cdc21de71899ab670a46
/agp-7.1.0-alpha01/tools/base/common/src/main/java/com/android/io/FolderWrapper.java
f8ecb42bfc44ad4c636d612bf1daf9a9abc4e75a
[ "Apache-2.0" ]
permissive
jomof/CppBuildCacheWorkInProgress
75e76e1bd1d8451e3ee31631e74f22e5bb15dd3c
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
refs/heads/main
2023-05-28T19:03:16.798422
2021-06-10T20:59:25
2021-06-10T20:59:25
374,736,765
0
1
Apache-2.0
2021-06-07T21:06:53
2021-06-07T16:44:55
Java
UTF-8
Java
false
false
1,433
java
/* * Copyright (C) 2008 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...
[ "jomof@google.com" ]
jomof@google.com
08b326f1c8cd8c3c60e8f819a4cdfc6ce8416792
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_349ad3b0e012965fbecd62490340e6fd5c4a6b5b/VisualizzaDistintaController/2_349ad3b0e012965fbecd62490340e6fd5c4a6b5b_VisualizzaDistintaController_t.java
5a3c6ebcb829106b3cc7acb6c41a6e6404fb68ff
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
4,247
java
package controller.ui; import java.net.URL; import java.util.ResourceBundle; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.Label; import javafx.scen...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
897ea75a0b6998df1aba8254369a9332ee4015a9
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/LANG-9b-6-17-FEMO-WeightedSum:TestLen:CallDiversity/org/apache/commons/lang3/time/FastDateFormat_ESTest.java
f86a2c71ca193325d1ce8b94e5091d4c89e09ca2
[]
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
570
java
/* * This file was automatically generated by EvoSuite * Mon Jan 20 09:20:55 GMT+00:00 2020 */ package org.apache.commons.lang3.time; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @R...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
0f04e01c7b3b25e6162252f8f8fc2ffe07d1edca
2efce0a208bbf13942e9e8205da44ecfc4055e58
/day_18/src/com/atguigu/jdbc/JDBCTools.java
ba68b2c8ccc722d7d04efc36211ff1c5a73ba1ab
[]
no_license
ZanderYan-cloud/MyProject
8226c7f64469eb98df64b3c5e05c5e96601ad71d
11a451ae3f7bbe03e7ac710fe7c7eee2d1881fe7
refs/heads/master
2021-09-15T11:41:33.401772
2018-05-31T12:59:29
2018-05-31T12:59:29
104,723,868
1
0
null
null
null
null
GB18030
Java
false
false
2,251
java
package com.atguigu.jdbc; import java.io.InputStream; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Properties; /** * 操作 JDBC 的工具类. 其中封装了一些工具方法 Version 1 */ public class JDBCTools { public static void...
[ "913010012@qq.com" ]
913010012@qq.com
fb9b3b6108d576105a5c0d1b0fce328eece7bf8f
d11fb0d15b73a28742caa97e349dcfbe70d2563f
/server/iih.ci/iih.ci.ord/src/main/java/iih/ci/ord/s/bp/assi/impl/CopyContextCiEmsSrvServiceImpl.java
9cdc277d7b8ac8b5b652e093b040a4e7be1246fe
[]
no_license
fhis/order.client
50a363fd3e4f56d95ccc5aa288e907a0a8571031
56cfa7877f600a10c54fdb30306a32ffa28b8217
refs/heads/master
2021-08-22T20:50:59.511923
2017-12-01T07:10:27
2017-12-01T07:10:27
112,678,072
1
1
null
null
null
null
UTF-8
Java
false
false
1,515
java
package iih.ci.ord.s.bp.assi.impl; import iih.ci.ord.ciorder.d.HpBeyondEnum; import iih.ci.ord.ciorder.d.OrSrvSourceFromEnum; import iih.ci.ord.ems.d.CiEmsSrvDTO; import iih.ci.ord.ems.d.CiEnContextDTO; import iih.ci.ord.pub.CiOrdAppUtils; import iih.ci.ord.s.bp.assi.service.AbstractAssiCopy; import xap.mw.core.data.B...
[ "27696830@qq.com" ]
27696830@qq.com
772bca1c58c2ae9c3a6b4b38f74a4cc16d11afef
c56fedd7e617014d917a5d3d18f2d3125113fee7
/common/json-support/src/main/java/org/terracotta/json/ObjectMapperFactory.java
2d6bfbbcbe2c4d414e4351e959255a5265a7980d
[ "Apache-2.0" ]
permissive
rahul-mittal/terracotta-platform
373bb6740ba4a696a918666811019a472e8e2ae7
5a599752f483e051920be161f82eac4a862e1643
refs/heads/master
2021-05-01T18:32:03.028444
2020-07-14T19:24:00
2020-07-15T07:28:32
279,851,143
0
0
Apache-2.0
2020-07-15T11:32:49
2020-07-15T11:32:49
null
UTF-8
Java
false
false
2,887
java
/* * Copyright Terracotta, 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 ...
[ "mathieu.carbou@gmail.com" ]
mathieu.carbou@gmail.com
b13f6333327633b4eac00bb945a8bba6da1634db
003901a6b3d30751d1ac76798007e4c6830ffb74
/rest/src/main/java/com/epam/eco/kafkamanager/rest/config/HttpSecurityConfigurer.java
bfb3c9ed902b4ccb13aa1e42af854fa4ed3e7614
[ "Apache-2.0" ]
permissive
octodemo/eco-kafka-manager
45dce4ffe98366ba4784c9538709a1d98bc0c395
a4c45edb0b2a7baff2f6ce9ac0a1ec517a1f19f6
refs/heads/master
2023-04-19T06:44:18.436606
2020-05-14T19:42:10
2020-05-14T19:42:10
264,008,635
0
0
Apache-2.0
2021-04-26T20:46:19
2020-05-14T19:39:35
Java
UTF-8
Java
false
false
1,761
java
/* * Copyright 2019 EPAM Systems * * 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 ...
[ "Andrei_Tytsik@epam.com" ]
Andrei_Tytsik@epam.com
1ef828c6512bbc7e0ce2502ba74b1676c044e549
3b150be1b781b17495e43c73daab94a940ba1fef
/MainClient/src/main/java/com/fdl/overlayutil/WalkingRouteOverlay.java
18103395782a898ab2ea8cf5af32f6e9a0e27a86
[]
no_license
DreamFly01/SuanNiHen
e43346a86eb156e36b3eb643e176e735811c4024
c10832fb402a011a93923d074d5755b64ccf1d93
refs/heads/master
2022-01-06T21:52:02.597929
2019-08-02T03:06:49
2019-08-02T03:06:49
195,406,683
1
0
null
null
null
null
UTF-8
Java
false
false
6,387
java
package com.fdl.overlayutil; import android.graphics.Color; import android.os.Bundle; import android.util.Log; import com.baidu.mapapi.map.BaiduMap; import com.baidu.mapapi.map.BitmapDescriptor; import com.baidu.mapapi.map.BitmapDescriptorFactory; import com.baidu.mapapi.map.Marker; import com.baidu.mapapi.map.Marker...
[ "y290206959@163.com" ]
y290206959@163.com
734a499df77271d42ae7e15294e471e79c0c59ef
f4fd782488b9cf6d99d4375d5718aead62b63c69
/com/planet_ink/coffee_mud/Commands/Reply.java
5a23f7e49b1f0e7a8cb398f0b449939f92eca7c5
[ "Apache-2.0" ]
permissive
sfunk1x/CoffeeMud
89a8ca1267ecb0c2ca48280e3b3930ee1484c93e
0ac2a21c16dfe3e1637627cb6373d34615afe109
refs/heads/master
2021-01-18T11:20:53.213200
2015-09-17T19:16:30
2015-09-17T19:16:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,072
java
package com.planet_ink.coffee_mud.Commands; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.pla...
[ "bo@zimmers.net" ]
bo@zimmers.net
d08a5e53f18269d0a78eb0d4037c127dfa392a02
3ef55e152decb43bdd90e3de821ffea1a2ec8f75
/large/module1646_public/tests/unittests/src/java/module1646_public_tests_unittests/a/IFoo0.java
720f9e7a90d747ccd5056ac2b308cfbcdd97e743
[ "BSD-3-Clause" ]
permissive
salesforce/bazel-ls-demo-project
5cc6ef749d65d6626080f3a94239b6a509ef145a
948ed278f87338edd7e40af68b8690ae4f73ebf0
refs/heads/master
2023-06-24T08:06:06.084651
2023-03-14T11:54:29
2023-03-14T11:54:29
241,489,944
0
5
BSD-3-Clause
2023-03-27T11:28:14
2020-02-18T23:30:47
Java
UTF-8
Java
false
false
885
java
package module1646_public_tests_unittests.a; import java.nio.file.*; import java.sql.*; import java.util.logging.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo...
[ "gwagenknecht@salesforce.com" ]
gwagenknecht@salesforce.com
58b6c091f0d670be82618b35d6d632c9e8c26b53
fca29d54905a2edd7fd4db82500bba9c43701966
/Java-DB-Fundamentals/DatabasesFrameworks-Hibernate&SpringData/02.OOPOverview/src/P05/Circle.java
d8de3ac670c2b09fd6b47b3531ce5be1863d38ce
[ "MIT" ]
permissive
yangra/SoftUni
4046bd28e445f6cef98d2ee31179ba22892e6589
2fe8ac059fe398f8bf229200c5406840f026fb88
refs/heads/master
2021-01-13T15:16:53.303291
2018-04-22T18:19:58
2018-04-22T18:19:58
78,928,699
0
0
null
null
null
null
UTF-8
Java
false
false
371
java
package P05; /** * Created by Yana on 6/30/2017. */ public class Circle { private int radius; private Point center; public Circle(int radius, Point center){ this.radius = radius; this.center = center; } public int getRadius() { return this.radius; } public Point...
[ "brambazluk@gmail.com" ]
brambazluk@gmail.com
49114a0785dd314fc0a0c3bc3ed6e66aafe2edb4
9acb2dcaac7c7e59c982e4a7c67118e2eccab681
/src/main/java/net/sf/l2j/gameserver/scripting/quests/Q295_DreamingOfTheSkies.java
16d0a95795ce9f4a657dc7bd94e2ae466f80baa6
[]
no_license
denismaster/midnight
d1356bdbb06e56d67afea2c3090fcbca5e3d6b3f
d8832e701d1ba1b8ffadab5ec8e258a34dea2340
refs/heads/develop
2020-03-23T03:46:56.864185
2018-08-26T21:29:46
2018-08-26T21:29:46
141,048,546
1
0
null
2018-08-26T21:29:58
2018-07-15T18:18:40
HTML
UTF-8
Java
false
false
2,252
java
package net.sf.l2j.gameserver.scripting.quests; import net.sf.l2j.commons.random.Rnd; import net.sf.l2j.gameserver.model.actor.Npc; import net.sf.l2j.gameserver.model.actor.instance.Player; import net.sf.l2j.gameserver.scripting.Quest; import net.sf.l2j.gameserver.scripting.QuestState; public class Q295_DreamingOfTh...
[ "denismaster@outlook.com" ]
denismaster@outlook.com
82a3c881c3d98d04bc9f175dbd939a827283d795
16ca74ac57310298f6497a7dd6a8c70be9a4b231
/src/main/java/com/mycompany/myapp/domain/Authority.java
77a128e8c6293ae3acf0d2684bb37e7d99bc70be
[]
no_license
satishtamilan/jhipster-sample
76013c25ff58d3a50378b7388dcba7fed015b1d7
57b63d521d3875965036512852695160551b4319
refs/heads/main
2023-02-17T23:37:55.316191
2021-01-20T09:52:49
2021-01-20T09:52:49
331,262,112
0
0
null
null
null
null
UTF-8
Java
false
false
1,172
java
package com.mycompany.myapp.domain; import java.io.Serializable; import java.util.Objects; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import org.springframework.data.annotation.Id; import org.springframework.data.couchbase.core.mapping.Document; /** * An authority (a secur...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
b6a3a6f3295cb82a611ebee8459f1eea5aee54a7
35ec3751c8b424e23b5d43e1a59cfb01a8143d73
/src/main/java/com/kzsrm/model/Exchange.java
6edc3500eeb43a8b058b7d238c4126f463d0a18f
[]
no_license
yankaics/OlaAcademy_API
d80bedf82844ea2a1d93df9e36a752f92f01d376
46717e6f0f87461a229c2e66fda2ff4b8c392182
refs/heads/master
2021-01-17T09:36:46.457519
2017-02-22T08:11:21
2017-02-22T08:11:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
796
java
/** * 欧拉币兑换 */ package com.kzsrm.model; import java.util.Date; public class Exchange { private int id; private int userId; private int objectId; private String type; // 1 课程 2 模考 private Date createTime; public int getId() { return id; } public void setId(int id) { this.id = id; } public int getUse...
[ "forevertxp@gmail.com" ]
forevertxp@gmail.com
30b9aa3323501aa1193960cfcb49a5ea7e955737
9df75bf8c6e9cb1dd14a760a4b39bdd3318b0ae9
/app/src/main/java/com/fanchen/imovie/jsoup/parser/Dm5Impl.java
139f484003bd33151c8a985191a4c4079ae1b235
[]
no_license
wgb128/Bangumi
cc3807137625d4976978362b101893f2014b7568
24eeee1ffe0147a7f8c0329c4ac34b4d19294ecd
refs/heads/master
2021-04-15T15:39:51.738655
2017-11-26T07:28:04
2017-11-26T07:28:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,105
java
package com.fanchen.imovie.jsoup.parser; import android.text.TextUtils; import com.fanchen.imovie.entity.face.IBangumiMoreRoot; import com.fanchen.imovie.entity.face.IHomeRoot; import com.fanchen.imovie.entity.face.IPlayUrls; import com.fanchen.imovie.entity.face.IVideoDetails; import com.fanchen.imovie.entity.dm5.Dm...
[ "happy1993_chen@sina.cn" ]
happy1993_chen@sina.cn
ca1caad2d71d84a63217075c3d2d1110abb5e2e2
01563cf663b502102e22b73bd3ff6a16dde701d0
/src/main/java/com/jk51/modules/wechat/controller/UserSpecificDiscountController.java
3033805fc4de25db1f126e29a2617900b31524c0
[]
no_license
tomzhang/springTestB
17cc2d866723d7200302b068a30239732a9cda26
af4bd2d5cc90d44f0b786fb115577a811d1eaac7
refs/heads/master
2020-05-02T04:35:50.729767
2018-10-24T02:24:35
2018-10-24T02:24:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,269
java
package com.jk51.modules.wechat.controller; import com.jk51.commons.dto.ReturnDto; import com.jk51.commons.parameter.ParameterUtil; import com.jk51.model.coupon.CouponActivity; import com.jk51.model.promotions.sequence.SequenceParam; import com.jk51.model.promotions.sequence.wechat.WechatSequenceResult; import com.jk5...
[ "gaojie@51jk.com" ]
gaojie@51jk.com
ba00db61e4d7cfe55169d10100a508ffb6450214
da68446ad3fa56c5d5f9a55b4428e21e0f0ed406
/src/main/java/mac/struct/policy_rr_limit.java
f97b7037ce78de8f9b7c18abe2c3c8f0f998e448
[]
no_license
multi-os-engine/moe-mac-core
90d9764ab38807cac004aed70b68ca54c5c8a79b
0ffb7b52af9cdd75f25b33d0c4723903a521d2f7
refs/heads/master
2020-04-06T06:58:01.357013
2016-08-09T18:57:05
2016-08-09T18:57:05
65,319,982
4
2
null
null
null
null
UTF-8
Java
false
false
1,447
java
/* Copyright 2014-2016 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
[ "alexey.suhov@intel.com" ]
alexey.suhov@intel.com
58e79ac5400e39c3955e3f6bb3916420e9b8266e
6edf653a31663a54f330971a481f5750fb8f2b9c
/html-converter/html-j-converter/src/test/java/fr/jmini/asciidoctorj/converter/html/ImageImagesdirTest.java
3d62009ffff38800a261feb2e25c6ca80a85b79e
[ "Apache-2.0" ]
permissive
ryouhei-komatsu/asciidoctorj-experiments
989b3523e73c60aff48a73bd8e042de45fa637e8
80587b51828d9641777e7f22834aa301d6de0b34
refs/heads/master
2023-03-17T14:56:24.692087
2019-02-22T13:41:36
2019-02-22T13:41:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
709
java
package fr.jmini.asciidoctorj.converter.html; import java.util.Map; import org.asciidoctor.ast.Document; import fr.jmini.asciidoctorj.converter.html.testing.AbstractImageImagesdirTesting; /** * Test for {@link fr.jmini.asciidoctorj.testcases.ImageImagesdirTestCase} (mocked AST, java html backend) . */ public clas...
[ "dev@jmini.fr" ]
dev@jmini.fr
7e65ca112e4294f2e13e58a2f2dc710f16c9e6db
26baa6a4f0bde23883e93309d9ad28e2feee23d1
/opennms-dao/src/main/java/org/opennms/netmgt/dao/hibernate/IpRouteInterfaceDaoHibernate.java
0c67b40ceeabd86f17620fe50f6e1fae180ee038
[]
no_license
taochong123456/opennms-1.10.12-1
6532544405fff3dddd96f1250775e48f2aa38f0f
0f4c01a8e80e2144125eb189daac38a4e559421a
refs/heads/master
2020-03-18T12:37:27.510530
2018-09-20T17:00:28
2018-09-20T17:00:28
134,734,970
0
0
null
null
null
null
UTF-8
Java
false
false
4,524
java
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2011-2012 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
[ "2636757099@qq.com" ]
2636757099@qq.com
22f63e91cc5aaa60b24699f018d08a74af615f29
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-2.0.0-RC2/modules/wssecurity/src/main/java/org/mule/extras/wssecurity/config/WsSecurityNamespaceHandler.java
72a8266c2018772a06dc1fa210aef5aa344aef1a
[]
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,243
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 thi...
[ "tcarlson@bf997673-6b11-0410-b953-e057580c5b09" ]
tcarlson@bf997673-6b11-0410-b953-e057580c5b09
bf7e821873827aafce3156d67f3806419265057b
c8cdff97fb4b6ce366bb6ab9adaff866b761a791
/src/test_it_now/Scanner2.java
d26c176869f71841a3325c34eef839e69332587d
[]
no_license
SDET222/java-programmingC
6a50c147f526f60382c8febfe68c1a1c7f2921b2
f6098a8a3ff2412135120efde901ab3ac558c362
refs/heads/master
2023-06-22T00:48:25.451665
2021-07-26T23:51:53
2021-07-26T23:51:53
366,196,266
0
0
null
null
null
null
UTF-8
Java
false
false
330
java
package test_it_now; import java.util.Scanner; public class Scanner2 { public static void main (String [] args) { Scanner scan = new Scanner(System.in); System.out.println("What day is today? :"); String dateToday = scan.next(); System.out.println("Today is: "+dateToday); ...
[ "jkrogers222@gmail.com" ]
jkrogers222@gmail.com
1faa64248201309efccf06cf86ca207d8772d536
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/104/org/apache/commons/math/stat/descriptive/moment/StandardDeviation_clear_119.java
fcb7da1f061169796c4f143e27fccaa5e36d8932
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
941
java
org apach common math stat descript moment comput sampl standard deviat standard deviat posit squar root varianc implement wrap link varianc instanc code bia correct isbiascorrect code properti wrap varianc instanc expos comput sampl standard deviat squar root bia correct sampl varianc popul stand...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
631f769c47697adf755f90e1d21170f9bb625a90
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t1_logging/Nicad_t1_logging157.java
9ef7c7a05a2d78e3c7af5ae8d380c44e3e7f889b
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
477
java
// clone pairs:3114:90% // 1547:logging-log4j2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/Duration.java public class Nicad_t1_logging157 { public boolean equals(final Object obj) { if (obj == this) { return true; } if (!(obj instanceo...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
143187a5947b796048395df2115d403ca22c6460
6ca726ba2467d5360fa4b3d7cf1d86e13461e697
/src/main/java/android/support/p000v4/net/ConnectivityManagerCompat.java
a939f3413f6a9eaf2f97ac8aae9bc8f407923cb3
[]
no_license
DevNebula/android_packages_app_lgcamera
324766642d0d7debd907c5664320c5e17028fd9d
b5ed59a03a0950a31d4f35b3f1802c774de49cd6
refs/heads/master
2020-03-31T05:30:10.682195
2018-10-07T14:12:46
2018-10-07T14:12:46
151,948,692
0
0
null
null
null
null
UTF-8
Java
false
false
4,443
java
package android.support.p000v4.net; import android.content.Intent; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.Build.VERSION; import android.support.annotation.RestrictTo; import android.support.annotation.RestrictTo.Scope; import java.lang.annotation.Retention; import jav...
[ "eliminater74@gmail.com" ]
eliminater74@gmail.com
5aaaedee1ef72beb60bc5c11039941c30cf3570b
762e34937d5a92c7e40e015cb05a7c3aefd49474
/core/src/main/java/dev/morphia/mapping/codec/MorphiaCollectionPropertyCodecProvider.java
e2e1d5ba1487e2d950f03aea2117cec0a7ce4e33
[ "Apache-2.0" ]
permissive
Alex-Zhuo/morphia
bd35d5c77c7336194f089f705d6f8869da419970
d4a1b8e69032dddee43a39b04e369855f436ca3c
refs/heads/master
2023-09-01T13:10:26.344897
2021-10-14T03:55:27
2021-10-14T03:55:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,506
java
package dev.morphia.mapping.codec; import com.mongodb.lang.Nullable; import dev.morphia.mapping.codec.pojo.TypeData; import org.bson.codecs.Codec; import org.bson.codecs.configuration.CodecConfigurationException; import org.bson.codecs.pojo.PropertyCodecRegistry; import org.bson.codecs.pojo.TypeWithTypeParameters; im...
[ "jlee@antwerkz.com" ]
jlee@antwerkz.com
b475d55f7640c288752ac236d584e81e6534f269
ec108631ecb39c9fbaa14d869fc14f9375468460
/chapter_008/src/test/java/ru/job4j/nonblockingcache/OptimisticExceptionTest.java
8799ca6a65f3f986dbecd2358254a70406de8e49
[ "Apache-2.0" ]
permissive
sah-lob/job4j
90b4aafe642c7c05a74930b0b8c62717d5591bb6
a001f65d679fec22b1526a53909c1074c587de8f
refs/heads/master
2022-02-18T16:18:00.775456
2019-08-02T16:10:29
2019-08-02T16:10:29
156,985,093
1
0
Apache-2.0
2022-02-10T17:20:00
2018-11-10T13:44:34
Java
UTF-8
Java
false
false
794
java
package ru.job4j.nonblockingcache; import org.junit.Assert; import org.junit.Test; import java.util.concurrent.atomic.AtomicReference; import static org.hamcrest.core.Is.is; public class OptimisticExceptionTest { @Test public void whenThrowException() throws InterruptedException { AtomicReference<Ex...
[ "Sah-lob@ya.ru" ]
Sah-lob@ya.ru
fccb1ceb34fd72b225e9fb61cbbd1e88d992e54c
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/16/722.java
b6df59118e746ca2c1ccd72d63aab06740e21a44
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154367
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
417
java
package <missing>; public class GlobalMembers { public static int Main() { int n; int i; int j; i = 0; String a = new String(new char[9]); char ch; while ((ch = System.in.read()) != '\n') { a = tangible.StringFunctions.changeCharacter(a, i, ch); i = i + 1; } i = i - 1; while (i >= 0) { ...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
518433502afed9bde24e05f9172954ef7818c2cf
74c4239fd6855e2a197add8ca002fb23003da34f
/springboot-autoconfigur/src/main/java/com/github/service/CalculateService.java
3109182fd182ba25d6e793cb54bbb962bc4fc82e
[]
no_license
changsongyang/boot-cloud
1df15b4fbb27c8964c95d6a5e760899774a4bd56
eaf737abe6d1d2c91f7f9f1a85b041c7c4bc081c
refs/heads/master
2022-11-02T08:29:07.307679
2020-06-18T10:40:06
2020-06-18T10:40:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
216
java
package com.github.service; public interface CalculateService { /** * 从多个整数 sum 求和 * @param values 多个整数 * @return sum 累加值 */ Integer sum(Integer... values); }
[ "870439570@qq.com" ]
870439570@qq.com
0f0276b8ff64200d1cacaae2feed6a6bf60f8167
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a298/A298035.java
ddecc4a0dde5b038caf3a8e0bda69a059c7ff80a
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
448
java
package irvine.oeis.a298; // Generated by gen_pattern.pl - DO NOT EDIT here! import irvine.oeis.GeneratingFunctionSequence; /** * A298035 Coordination sequence of <code>Dual(3.12.12)</code> tiling with respect to a trivalent node. * @author Georg Fischer */ public class A298035 extends GeneratingFunctionSequence {...
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
6ee19b39a95eaa1a1838147cc90fe1258852ed2a
20eb62855cb3962c2d36fda4377dfd47d82eb777
/IntroClassJava/dataset/smallest/af81ffd4bc47e4f84cbf87051d82d15af14833eaba6c57ae82fc503a67eb939f3e6552182124605c38a77a6774f41fac2cc95082320ba5e29d303277c098c4ae/000/mutations/5/smallest_af81ffd4_000.java
cd368469009ea6154e73d732c2b64499262f33e8
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,238
java
package introclassJava; class IntObj { public int value; public IntObj () { } public IntObj (int i) { value = i; } } class FloatObj { public float value; public FloatObj () { } public FloatObj (float i) { value = i; } } class LongObj { public long value; public...
[ "justinwm@163.com" ]
justinwm@163.com