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
7e0ec75e022bad283d6e9e454195602529634085
b74ced03fae6fbe125c980d3de5f85feee7ace87
/src/com/yidao/jdbc/designpattern/mediator/PersistentFile.java
7b90a2985c800ff4e6a574020515c76bf6403818
[]
no_license
hanks7/JavaWebLearn
f1749734d2bac9fd658c0841a1ccb7c81e0aedd6
808582fe3bc7d98b3eb0b6a843aadbf15947b4b2
refs/heads/master
2021-07-06T01:00:10.694566
2020-09-10T02:32:36
2020-09-10T02:32:36
166,959,565
0
1
null
null
null
null
UTF-8
Java
false
false
436
java
package com.yidao.jdbc.designpattern.mediator; //具体同事 public class PersistentFile implements IPersistent{ private Object data; @Override public void getData(Object data, Midiator midiator) { getData(data); midiator.notifyOther(this, data); } @Override public void saveData() { System.out.println(data + " 已保存...
[ "474664736@qq.com" ]
474664736@qq.com
6e03cdaea7e514a5a9aaaaba1c7c2e58f0969fba
e4cb4b84c7742b21622103945f390bdaaf82617e
/trunk/zuigoo/src/com/jemmyee/framework/utils/DBUtils.java
d6c670e84711cdd47b921b28292ba04c25e21416
[]
no_license
BGCX262/zuigoo-svn-to-git
aeec71bafdd7662726859ba2676095c26cc81f33
ea60f620d968281b2ae3847fdf24ebba95f5279f
refs/heads/master
2021-01-13T01:49:11.481786
2015-08-23T06:49:40
2015-08-23T06:49:40
41,259,580
0
0
null
null
null
null
UTF-8
Java
false
false
1,238
java
package com.jemmyee.framework.utils; import com.jemmyee.framework.web.Constants; /** * @Description:数据库操作相关的工具类 * @author:jemmyee@gmail.com * @date:2011-3-30 * @version:v1.0 */ public class DBUtils { /** * @Description:根据实体名得到表名 * @author:jemmyee@gmail.com * @date:2011-3-30 */ public sta...
[ "you@example.com" ]
you@example.com
2d588eab13dc825960a764ec3a3d0819b392ff77
abca99fffaa50a279609fba197867c89f0e8779e
/src/test/java/com/lethanh98/performance/tpscount/MainTestTpsCountMultiple.java
bdb2afeb5b598faf2b9f855f3cc39c7c981f9f7f
[]
no_license
solitarysp/tps-performance-spring-boot
1ca4b0956240ebdbd505ddf25f550455175e9bd3
1007a58bf041f91d81c5f6eb09383514ad906592
refs/heads/master
2023-02-10T04:58:56.249473
2020-12-25T11:01:45
2020-12-25T11:01:45
323,390,354
0
0
null
null
null
null
UTF-8
Java
false
false
995
java
package com.lethanh98.performance.tpscount; import com.lethanh98.performance.Main; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.context.ApplicationContext; i...
[ "lethanh9398@gmail.com" ]
lethanh9398@gmail.com
5748adaff57e566ee77c807bc01b9d41cda191e0
4ef602cd041411e7d4324517a5e6e43a1df4d21a
/factory-supplier-service/src/main/java/com/wode/factory/supplier/dao/ProductSpecificationValueDao.java
d8aec53fef57e43e73d81eaed0e0bc8cc0e6c003
[]
no_license
beijingwode/myFactory
08d847d5c35a8900d7374227a67078a2bd0f78b8
43795f28318b8c9a7f37c407621134490c37d649
refs/heads/master
2021-05-11T00:24:22.127891
2018-01-26T06:39:22
2018-01-26T06:39:22
118,300,323
0
0
null
null
null
null
UTF-8
Java
false
false
1,415
java
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2015 */ package com.wode.factory.supplier.dao; import java.util.List; import java.util.Map; import cn.org.rapid_framework.page.Page; import com.w...
[ "gyj@wo-de.com" ]
gyj@wo-de.com
0c23438fdb1e790180410c36af9e27b79b4d94e5
36ba7792e0cccfe9c217a2fe58700292af6d2204
/in_dev_npc_combat_b/Zombie24_62Combat.java
88b891ae233cbe3a6c9ae27e42a41fec5badac12
[]
no_license
danielsojohn/BattleScape-Server-NoMaven
92a678ab7d0e53a68b10d047638c580c902673cb
793a1c8edd7381a96db0203b529c29ddf8ed8db9
refs/heads/master
2020-09-09T01:55:54.517436
2019-11-15T05:08:02
2019-11-15T05:08:02
221,307,980
0
0
null
2019-11-12T20:41:54
2019-11-12T20:41:53
null
UTF-8
Java
false
false
5,536
java
package script.npc.combat; import java.util.Arrays; import java.util.List; import com.palidino.osrs.io.cache.NpcId; import com.palidino.osrs.model.npc.combat.NpcCombatDefinition; import com.palidino.osrs.model.npc.combat.NpcCombatDrop; import com.palidino.osrs.model.npc.combat.NpcCombatDropTable; import com.palidino.o...
[ "palidino@Daltons-MacBook-Air.local" ]
palidino@Daltons-MacBook-Air.local
209555c30f863abb9ee7b954aa3952e32ebdb29b
b4411446333338ca76273283a8bd2a20a89e0f9f
/app/src/main/java/com/razerdp/demo/PagerTransformer.java
168db177990ac7b1753521e2a4b6d52209648b06
[ "Apache-2.0" ]
permissive
fossabot/AnimatedPieView
e521cf69d304c46a139fb9d5d1f5a5c4358c73ea
bbc5327f28e57c1d02e0e5896879661b68825659
refs/heads/master
2022-12-22T21:03:13.831776
2020-09-25T12:43:22
2020-09-25T12:43:22
298,569,822
0
0
Apache-2.0
2020-09-25T12:43:22
2020-09-25T12:43:21
null
UTF-8
Java
false
false
957
java
package com.razerdp.demo; import android.support.v4.view.ViewPager; import android.view.View; /** * Created by 大灯泡 on 2019/2/15. */ public class PagerTransformer implements ViewPager.PageTransformer { private static final float MAX_SCALE = 1f; private static final float MIN_SCALE = 0.85f; @Override ...
[ "razerdp123@gmail.com" ]
razerdp123@gmail.com
d76d6d9f4a5f3c474012c517b8690b8eacd2ea9b
00f13802a6f6923ace91beefb0632fa70f89a0b2
/01-teach-spring/src/main/java/com/imooc/spring/aop/schema/advice/biz/AspectBiz.java
f1c4a3f01bb13337db63d39c9044274a1d4d2c6c
[]
no_license
wxzt-IT/study-imooc
90d6bfcc02b1485314e9dfd6772476be73c5cc4f
07e166cd636693e5841289e729cefadc993d681b
refs/heads/master
2021-01-01T04:46:43.998293
2017-07-13T15:07:43
2017-07-13T15:07:43
97,240,953
2
0
null
2017-07-14T14:13:24
2017-07-14T14:13:24
null
UTF-8
Java
false
false
298
java
package com.imooc.spring.aop.schema.advice.biz; public class AspectBiz { public void biz() { System.out.println("AspectBiz biz."); // throw new RuntimeException(); } public void init(String bizName, int times) { System.out.println("AspectBiz init : " + bizName + " " + times); } }
[ "zccoder@aliyun.com" ]
zccoder@aliyun.com
9b51538e70ffe57ad5ea6feab1d2a8c7245b5437
6fc69fcdf2b1cb41ae2804e1a0a7a519ea10455c
/android/support/design/widget/FloatingActionButtonImpl.java
2586c48fcdbb4bf3878cfe5cd96246daa4f6842c
[]
no_license
earlisreal/aPPwareness
2c168843f0bd32e3c885f9bab68917dd324991f0
f538ef69f16099a85c2f1a8782d977a5715d65f4
refs/heads/master
2021-01-13T14:44:54.007944
2017-01-19T17:17:14
2017-01-19T17:17:14
79,504,981
1
0
null
null
null
null
UTF-8
Java
false
false
6,603
java
package android.support.design.widget; import android.content.res.ColorStateList; import android.content.res.Resources; import android.graphics.PorterDuff.Mode; import android.graphics.Rect; import android.graphics.drawable.Drawable; import android.graphics.drawable.GradientDrawable; import android.support.annotation....
[ "earl.savadera@lpunetwork.edu.ph" ]
earl.savadera@lpunetwork.edu.ph
faeb7a44ce7506fdef810a83b0bb3c93daf19e8e
0f113a0ce22286fc312a462c12544f38b0c52a24
/h2/src/main/org/h2/value/CompareModeDefault.java
9bae995cf29ef1fa4594747bc5dd4556fc5d502c
[ "Apache-2.0" ]
permissive
andersonbisconsin/tradutor
e488c408a2f87a57b1033b0a4721775cfb2accd8
b33aebfedb1c175c59f303649612c6be0655cd8a
refs/heads/master
2021-07-11T00:17:59.723945
2020-03-13T16:51:13
2020-03-13T16:51:13
247,068,521
0
0
Apache-2.0
2021-06-07T18:42:25
2020-03-13T12:40:44
Java
UTF-8
Java
false
false
2,243
java
/* * Copyright 2004-2019 H2 Group. Multiple-Licensed under the MPL 2.0, * and the EPL 1.0 (https://h2database.com/html/license.html). * Initial Developer: H2 Group */ package org.h2.value; import java.text.CollationKey; import java.text.Collator; import org.h2.engine.SysProperties; import org.h2.message.DbExcepti...
[ "ander@LAPTOP-FND853L8" ]
ander@LAPTOP-FND853L8
f719327ad21a91a27c3efd6e608bde5efa762147
d485ff113a05e3d23f545c03f0e1fe7efb5b4a24
/wssec_samsung_snb/target/generated-sources/cxf/org/onvif/ver10/schema/DynamicDNSInformation.java
9e9d1364a799e1888725a7d2e12cd2591fca5600
[]
no_license
raghunaik2009/itce-team8-2012
4692d487facee59e5fcae6952f42d15294aa83b9
6fffd0358de888f2da03693a834732b89fb8cae1
refs/heads/master
2021-01-10T04:54:17.635220
2013-08-09T06:21:06
2013-08-09T06:21:06
36,277,080
1
1
null
null
null
null
UTF-8
Java
false
false
4,743
java
package org.onvif.ver10.schema; import java.util.HashMap; import java.util.Map; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.Xml...
[ "hiepnh.vtt@gmail.com@120febe0-a655-af85-dc0f-037a25d1ef83" ]
hiepnh.vtt@gmail.com@120febe0-a655-af85-dc0f-037a25d1ef83
c5c87cdc0dcf45b13b10e6f2c21e31fbffefef28
e6d7727f309768b5987bc3976f9a4f60c79833a2
/BriskBenchmarks/src/main/java/brisk/queue/MPMCController.java
46fa2a2a6af1a95a8b1d501cb299d11d3d34f3d8
[ "Apache-2.0" ]
permissive
aqifhamid786/briskstream
2eab0b2c5789b1978c5bffb8e821dbf1a21e30d2
05c591f6df59c6e06797c58eb431a52d160bc724
refs/heads/master
2023-05-09T21:53:46.263197
2019-06-23T15:24:44
2019-06-23T15:24:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,058
java
package brisk.queue; import applications.util.OsUtils; import brisk.execution.ExecutionNode; import org.jctools.queues.MpmcArrayQueue; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.HashMap; import java.util.Queue; /** * Created by shuhaozhang on 11/7/16. * There's one PC per pair of "do...
[ "IDSZS@nus.edu.sg" ]
IDSZS@nus.edu.sg
15dc062db234de7bf48213451318e8e70710a9ca
01d4416163c2c8beace93930a8e7c3c7281cbc36
/The Source Engine/src/projects/slimeVolleyBall/client/MessageHandler.java
23de8c90d1e304f340c15efca45e1646c9edb3e3
[]
no_license
cubeman99/old-eclipse-workspace
639c7a6540545b68b4068159872c3986f81925d0
e6001ce0e9e657abfbe8e8ec5fb9e3d956251d39
refs/heads/master
2020-08-03T08:03:01.258280
2019-09-29T14:41:31
2019-09-29T14:41:31
211,675,002
0
0
null
null
null
null
UTF-8
Java
false
false
1,123
java
package projects.slimeVolleyBall.client; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.Socket; import projects.slimeVolleyBall.common.Message; public class MessageHandler extends Thread { static Socket socket; static String name; public static DataIn...
[ "jordand95@gmail.com" ]
jordand95@gmail.com
bea732e652eaa79308b36f8a24174086989284e5
446a56b68c88df8057e85f424dbac90896f05602
/support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/token/BaseOidcJwtCipherExecutor.java
ce211ab838fa83922af667f168979eabfedef9e7
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
apereo/cas
c29deb0224c52997cbfcae0073a4eb65ebf41205
5dc06b010aa7fd1b854aa1ae683d1ab284c09367
refs/heads/master
2023-09-01T06:46:11.062065
2023-09-01T01:17:22
2023-09-01T01:17:22
2,352,744
9,879
3,935
Apache-2.0
2023-09-14T14:06:17
2011-09-09T01:36:42
Java
UTF-8
Java
false
false
3,970
java
package org.apereo.cas.oidc.token; import org.apereo.cas.oidc.issuer.OidcIssuerService; import org.apereo.cas.oidc.jwks.OidcJsonWebKeyCacheKey; import org.apereo.cas.oidc.jwks.OidcJsonWebKeyUsage; import org.apereo.cas.util.cipher.BaseStringCipherExecutor; import org.apereo.cas.util.cipher.BasicIdentifiableKey; impor...
[ "mm1844@gmail.com" ]
mm1844@gmail.com
cee5b54828f7c1b4c0f9d9bf11fc1aeb2c3811a8
51ecf85d14d660373720d5ec1179caa7b6ae8dc1
/src/main/java/com/commafeed/frontend/model/request/FeedInfoRequest.java
9da780e607c0939b1440d2b239da15cb9b8dac22
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
ojhunt/commafeed
464247b4a9a6f071178646222028490e5113350e
e8ba4cfe7a664de28d85221bae624d441d22058d
refs/heads/master
2021-01-18T09:52:59.074540
2013-09-04T23:31:00
2013-09-04T23:31:00
10,673,146
1
0
null
null
null
null
UTF-8
Java
false
false
421
java
package com.commafeed.frontend.model.request; import java.io.Serializable; import lombok.Data; import com.wordnik.swagger.annotations.ApiClass; import com.wordnik.swagger.annotations.ApiProperty; @SuppressWarnings("serial") @ApiClass("Feed information request") @Data public class FeedInfoRequest impleme...
[ "jeremiepanzer@gmail.com" ]
jeremiepanzer@gmail.com
b74d387d1c7f7977105143d07536f545daaae419
2288357cf540728af8a4dd4758b55fb208cecf2f
/Kippin_Ocr/src/main/java/com/kippin/performbook/adapter/CurrencyAdapter.java
8e1b3cb5f5b26df5e83bd4669a0bd26be4e84178
[]
no_license
NTRsolutions/KippinProduction
d74951678246f368eb92cd6b50da52a54eb08686
31f789577aaf83390f90be3d64f034bf18a6b327
refs/heads/master
2020-03-27T08:46:31.514866
2018-08-18T10:25:24
2018-08-18T10:25:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,273
java
package com.kippin.performbook.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import com.kippin.kippin.R; import com.kippin.webclient.model.ModelCurrency...
[ "amit@ucreate.co.in" ]
amit@ucreate.co.in
cc16d457797dacc4077ea876c5efaefd25528b1a
094dfea97886b09bdf8365e5e766cb1a3d31231f
/app/src/main/java/com/example/qyh/joe/theme/attr/SkinView.java
a71c3a7f45822d09aecfefc6dc12f23b775d124e
[]
no_license
xiongzhuo/MvpBase-master
101128d96c31798be46c213e2f74dfdbdafc4a67
666fb3c1c468b7dd6d7c002cf164e928a8cad29d
refs/heads/master
2020-12-02T21:21:14.002172
2017-07-05T09:05:56
2017-07-05T09:05:56
96,299,212
0
0
null
null
null
null
UTF-8
Java
false
false
519
java
package com.example.qyh.joe.theme.attr; import android.view.View; import java.util.List; public class SkinView { // SoftReference<View> viewRef; View view ; List<SkinAttr> attrs; public SkinView(View view, List<SkinAttr> skinAttrs) { this.view = view; this.attrs = skinAttrs; ...
[ "15388953585@163.com" ]
15388953585@163.com
efb9db9f2a1d25dc1131ed8b89aabf3b5aa3b928
01ee7172ed0a95c38abe1714d42306fb2da0c6f1
/src/main/java/com/ltsllc/miranda/node/ConversationMessage.java
0bddcfdf8b5a4a21e93814e3b1b1025844d52912
[ "Apache-2.0" ]
permissive
pbj23000/miranda
c61d9513e2228d32b40b75e70db30941bb8b2f55
679d305f8e2c6806222873696bf98e06086b95ad
refs/heads/master
2021-06-22T14:41:54.602461
2017-08-21T21:24:58
2017-08-21T21:24:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,370
java
package com.ltsllc.miranda.node; import com.ltsllc.miranda.Message; /** * A decorator that adds a key to a message. * * <p> * This class marks a message as being part of a {@link Conversation} by * adding a key to the message. Interested parties send a {@link com.ltsllc.miranda.node.messages.StartConver...
[ "clark.hobbie@gmail.com" ]
clark.hobbie@gmail.com
ee191788af6a0a8d1224a3eca47a855afc655222
f54180f9b04404117f1ab7726e7155268a5bb0fd
/src/ua/artcode/algo/rec/intro/RecIntro.java
4e6ded10349895fc2f0453833e9ad196da5758f0
[]
no_license
VladyslavTaran/ACO11
005b6d84d71e580752ce074fccb51e4765a0902d
3e0caea89a8a1b60249dd194d17c2bd8af5d20f1
refs/heads/master
2021-01-18T05:45:54.247685
2016-02-07T14:26:45
2016-02-07T14:26:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
594
java
package ua.artcode.algo.rec.intro; /** * Created by serhii on 07.02.16. */ public class RecIntro { public static void main(String[] args) { int res = fibb(6); } public static void foo(){ foo(); } public static int iter(int i){ if(i == 11){ return i; ...
[ "presly808@gmail.com" ]
presly808@gmail.com
d29fa4a5a2bdc43b9bac6a65ad27fb9947ebb9ee
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/training/com/google/common/jimfs/AclAttributeProviderTest.java
3692d1b9d1b1b089135fcd9af4052a3d58eca0b1
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
3,414
java
/** * Copyright 2013 Google 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...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
e86e6a4ee559c1338be291dda2d8b3d6b578a125
a00326c0e2fc8944112589cd2ad638b278f058b9
/src/main/java/000/132/473/CWE191_Integer_Underflow__long_rand_sub_54c.java
275d9c76bc1dc8d53770090ac5edbf00880d3465
[]
no_license
Lanhbao/Static-Testing-for-Juliet-Test-Suite
6fd3f62713be7a084260eafa9ab221b1b9833be6
b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68
refs/heads/master
2020-08-24T13:34:04.004149
2019-10-25T09:26:00
2019-10-25T09:26:00
216,822,684
0
1
null
2019-11-08T09:51:54
2019-10-22T13:37:13
Java
UTF-8
Java
false
false
1,313
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__long_rand_sub_54c.java Label Definition File: CWE191_Integer_Underflow.label.xml Template File: sources-sinks-54c.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: rand Set data to result of rand() * GoodSource: A hardcod...
[ "anhtluet12@gmail.com" ]
anhtluet12@gmail.com
151c24cb5047d4531e734252b8fbcb571d845a86
2b675fd33d8481c88409b2dcaff55500d86efaaa
/radargun/framework/src/main/java/org/radargun/btree/DistCallable.java
b660bee3a9f6fb23dc9d8e9b8a74efa9725a2a82
[ "Apache-2.0" ]
permissive
nmldiegues/stibt
d3d761464aaf97e41dcc9cc1d43f0e3234a1269b
1ee662b7d4ed1f80e6092c22e235a3c994d1d393
refs/heads/master
2022-12-21T23:08:11.452962
2015-09-30T16:01:43
2015-09-30T16:01:43
42,459,902
0
2
Apache-2.0
2022-12-13T19:15:31
2015-09-14T16:02:52
Java
UTF-8
Java
false
false
1,358
java
package org.radargun.btree; import java.io.Serializable; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Random; import java.util.concurrent.Callable; import java.util.concurrent.Future; import org.radargun.CacheWrapper; import org.radargun.Cal...
[ "nmld@ist.utl.pt" ]
nmld@ist.utl.pt
0fe45ca4672f61b9bb9a8ab170e6b4070a6e8ca4
0214aadd5265a9a280c73e7e5a0950104e9c5ecb
/template-maven/ums365/app/tiaotiaogift-common-dal/src/test/java/com/tiaotiaogift/common/dal/test/DocTest.java
c91e4f1e96c1ae47fee42431c0482f7f5343596d
[]
no_license
foodoon-guda/guda
d78d7375895cc7e0edfa2496d3f2df986cceaf30
df7fd7eaa50b0d610b050d588455aeb120b85aed
refs/heads/master
2016-09-05T12:25:23.620070
2014-07-28T05:14:00
2014-07-28T05:14:00
21,302,564
0
2
null
null
null
null
UTF-8
Java
false
false
1,077
java
/** * zoneland.net Inc. * Copyright (c) 2002-2012 All Rights Reserved. */ package com.tiaotiaogift.common.dal.test; import java.util.List; import java.util.UUID; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.transaction.TransactionConf...
[ "foodoon@qq.com" ]
foodoon@qq.com
8ad2aee26ea2e621a740022a163666b2bbf658cb
171cb57eb0b4b1f37da86ff3a191fa1af76d6ee9
/src/AcessingOtherclassVariablesandMethods/Getotherclassandmethods.java
e993ff5cfd343134c74777a2941bc42753981fe4
[]
no_license
VeeraPrathapSelenium/Seleniun_-15Batch
fbfa653f6f3b7ec90f066dd70ccb4cb12e587e5a
bb00714802bc636c7f9f294a7bd9e98e5816e394
refs/heads/master
2021-01-18T20:48:31.261135
2017-09-29T03:04:39
2017-09-29T03:04:39
100,551,838
0
0
null
null
null
null
UTF-8
Java
false
false
389
java
package AcessingOtherclassVariablesandMethods; import Methods.InstanceMethodWithParameters; public class Getotherclassandmethods { public static void main(String[] args) { // TODO Auto-generated method stub InstanceMethodWithParameters obj=new InstanceMethodWithParameters(); System.out.prin...
[ "prathap.ufttest@gmail.com" ]
prathap.ufttest@gmail.com
2af3a49b5f702e5a9e7d142da733b3932b30fedc
7b73756ba240202ea92f8f0c5c51c8343c0efa5f
/classes6/ijl.java
64f960424128246aa333880257e8b5bf4b88ded6
[]
no_license
meeidol-luo/qooq
588a4ca6d8ad579b28dec66ec8084399fb0991ef
e723920ac555e99d5325b1d4024552383713c28d
refs/heads/master
2020-03-27T03:16:06.616300
2016-10-08T07:33:58
2016-10-08T07:33:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,331
java
import android.os.SystemClock; import android.text.TextUtils; import com.tencent.biz.common.util.ZipUtils; import com.tencent.biz.qqstory.base.download.DownloadProgressListener; import com.tencent.biz.qqstory.base.download.Downloader; import com.tencent.biz.qqstory.base.download.DownloaderImp; import com.tencent.biz.qq...
[ "1776098770@qq.com" ]
1776098770@qq.com
fa0b583c760522c8f22f3d08900032f1e5ccd33b
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/com/avito/android/remote/parse/adapter/OrderMessageDeserializer.java
1cbf5db44e3513779197bf667ebcc5f773cc1382
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
3,852
java
package com.avito.android.remote.parse.adapter; import a2.b.a.a.a; import com.avito.android.deep_linking.links.DeepLink; import com.avito.android.remote.model.Action; import com.avito.android.remote.model.OrderMessage; import com.facebook.share.internal.ShareConstants; import com.google.gson.JsonDeserializationContext...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
0ec08da20d0dd1564dfacb2aa306006731a3936b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_7d43fea9c0c25371561224b045f7f93e0e178c43/PixMindGame/5_7d43fea9c0c25371561224b045f7f93e0e178c43_PixMindGame_s.java
8774f62e64850dc41bfba7c280c752dbe5b49c9d
[]
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,755
java
package com.pix.mind; import com.badlogic.gdx.Game; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Screen; import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.scenes.scene2d.ui.Skin; import com.pix.mind.levels.FirstLevel; import com.pix.mind.levels.SecondLevel; import com.pix....
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
9dcc4f153c980d5a376afd29be51de3a540377f4
1730530528a2ae03abb48a97d5b7452517bf2cba
/drooms-game-impl/src/main/java/org/drooms/impl/DefaultEdge.java
953e61c9a60ad364b0feefde52aec8334fde59e1
[ "Apache-2.0" ]
permissive
triceo/drooms
f026715a0226c88ad04cedd3bcf8e492d2e9661c
68bb7dafd48e1742b571ec7628e3def63a823490
refs/heads/master
2020-06-09T00:59:48.378300
2015-09-28T10:49:19
2015-09-28T10:49:19
6,524,231
0
0
null
2015-08-09T11:31:28
2012-11-03T21:12:22
Java
UTF-8
Java
false
false
2,691
java
package org.drooms.impl; import org.drooms.api.Edge; import org.drooms.api.Node; class DefaultEdge implements Edge { @Override public Node getFirstNode() { return firstNode; } @Override public Node getSecondNode() { return secondNode; } private final Node firstNode, seco...
[ "lpetrovi@redhat.com" ]
lpetrovi@redhat.com
69f61db8815f19e17e3d179266f21ab1244d74c4
dc25b23f8132469fd95cee14189672cebc06aa56
/frameworks/base/packages/SystemUI/extcb/com/mediatek/systemui/statusbar/extcb/ISignalClusterInfo.java
a1f02971f48779f3565c067512f496654447026d
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
nofearnohappy/alps_mm
b407d3ab2ea9fa0a36d09333a2af480b42cfe65c
9907611f8c2298fe4a45767df91276ec3118dd27
refs/heads/master
2020-04-23T08:46:58.421689
2019-03-28T21:19:33
2019-03-28T21:19:33
171,048,255
1
5
null
2020-03-08T03:49:37
2019-02-16T20:25:00
Java
UTF-8
Java
false
false
886
java
package com.mediatek.systemui.statusbar.extcb; /** * SignalCluster common Info to support ISignalClusterExt. */ public interface ISignalClusterInfo { /** * Whether wifi indicators is visible. * * @return true If wifi indicators is visible. */ boolean isWifiIndicatorsVisible(); /** ...
[ "fetpoh@mail.ru" ]
fetpoh@mail.ru
5acff54273c6340cb7e7ee97261365211429f79f
e4d553ac65f9d3968ca848b2fccb91cf306240ae
/flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/ArchivedExecutionGraphStore.java
f5c1c16c9ee45678ec84bc20d60845bb99b6e970
[]
no_license
cshang2017/myread
57ad6e6012ea234109b71d4f3b75d7fdb41b121a
7c510bdc1144931a7a08ae74483d6ee3ead27bea
refs/heads/main
2023-05-07T04:05:24.938688
2021-05-27T01:40:17
2021-05-27T01:40:17
362,284,939
0
1
null
null
null
null
UTF-8
Java
false
false
1,973
java
package org.apache.flink.runtime.dispatcher; import org.apache.flink.api.common.JobID; import org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph; import org.apache.flink.runtime.messages.webmonitor.JobDetails; import org.apache.flink.runtime.messages.webmonitor.JobsOverview; import javax.annotation.Null...
[ "shangcs@yahoo.com" ]
shangcs@yahoo.com
ce46db896aa7fc842aead8993e04bb1d57ba782f
a40103c44d81bb6afb163a546adeaf87263c012a
/experiments/readwrite/ana/jnicopy/JNICopy.java
4433c4dadbc76b8ba3f71b3a9581cff2551c0b5e
[ "Apache-2.0" ]
permissive
songweijia/hdfsrs
05551d39bd26424e255213cecfbd73a3524cf893
94cf078c3fbd1b84cf1acd3816e206ceb7327b66
refs/heads/master
2021-01-18T20:49:44.367691
2018-12-13T09:59:54
2018-12-13T09:59:54
25,851,102
2
0
null
null
null
null
UTF-8
Java
false
false
280
java
public class JNICopy{ static byte arr[]=new byte[1<<28]; static{ System.loadLibrary("JNICopy"); } static native void javatoc(byte [] arr); static native void ctojava(byte [] arr); public static void main(String args[]){ ctojava(arr); javatoc(arr); } }
[ "ws393@cornell.edu" ]
ws393@cornell.edu
4d178b4feaef4cdc3549a428a00230e53d38779b
84abf44f04e7e19cc07eb4b8c8fe14db1ccb9b22
/trunk/src/main/java/healthmanager/modelo/service/Via_ingreso_contratadasService.java
e0d74bff10de14dcccc7c3a1e5eea46261637e4f
[]
no_license
BGCX261/zkmhealthmanager-svn-to-git
3183263172355b7ac0884b793c1ca3143a950411
bb626589f101034137a2afa62d8e8bfe32bf7d47
refs/heads/master
2021-01-22T02:57:49.394471
2015-08-25T15:32:48
2015-08-25T15:32:48
42,323,197
0
1
null
null
null
null
UTF-8
Java
false
false
2,875
java
/* * AdminServiceImpl.java * * Generado Automaticamente . * Tecnologos: Ferney Jimenez Lopez Luis Hernadez Perez Dario Perez Campillo */ package healthmanager.modelo.service; import healthmanager.exception.HealthmanagerException; import healthmanager.modelo.bean.Via_ingreso_contratadas; import healthmanager...
[ "you@example.com" ]
you@example.com
d7de6dbd78d5c768b51d395b06777d8a369f13fb
74fa4023d7846a0dab608b00f9b6f0974130340e
/ecs-20140526/java/src/main/java/com/aliyun/ecs20140526/models/AuthorizeSecurityGroupRequest.java
bb1291888e2b85b701a975b55a493da342245b29
[ "Apache-2.0" ]
permissive
plusxp/alibabacloud-sdk
b36811a6df7d5697800ae0f7be22b73bd43d203e
3b7dcc63434bf6df6342c54fcd2ae933486a1c92
refs/heads/master
2023-03-10T10:05:44.907699
2021-02-28T11:28:00
2021-02-28T11:28:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,641
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.ecs20140526.models; import com.aliyun.tea.*; public class AuthorizeSecurityGroupRequest extends TeaModel { @NameInMap("RegionId") @Validation(required = true) public String regionId; @NameInMap("SecurityGroupId") @Validatio...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
f772894de736913bf5ab18e9eb10d9a00d7e8251
c428e8318ad9af03758b227af3475cd210a753cd
/src/exceptions/DynamicFields.java
338c5642d7c02bbaa32a43336d1dfcaec2869e5e
[]
no_license
McLoy/thinkingInJava
f42d8b33c8e462e4c25828b12d993cceccbce96c
6bc550e93944e251026a232bd5c2cecefc674ef3
refs/heads/master
2021-01-10T16:17:10.433786
2016-03-11T14:42:09
2016-03-11T14:42:09
45,954,594
0
0
null
null
null
null
UTF-8
Java
false
false
3,098
java
package exceptions; /** * Created by Ostin on 20.11.2015. */ class DynamicFieldsException extends Exception{} public class DynamicFields { private Object[][] fields; public DynamicFields(int initialSize){ fields = new Object[initialSize][2]; for (int i = 0; i <initialSize; i++) ...
[ "tkachenko.vlad@hotmail.com" ]
tkachenko.vlad@hotmail.com
fd2eeaf112f5d988e422786fafa8060696ed0754
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/mapstruct/learning/7769/SourceRHS.java
1665506c3f601cbe00f5230076cd34d7582bbab9
[]
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,726
java
/* * Copyright MapStruct Authors. * * Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package org.mapstruct.ap.internal.model.common; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Set; import java.util.st...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
4d6eba07b33be6a4e208775a6c47f36988214014
689cdf772da9f871beee7099ab21cd244005bfb2
/classes/com/android/dazhihui/ui/screen/stock/a/u.java
c8c8229c5cf9abbc048f50f3f179bea0aaa34a0d
[]
no_license
waterwitness/dazhihui
9353fd5e22821cb5026921ce22d02ca53af381dc
ad1f5a966ddd92bc2ac8c886eb2060d20cf610b3
refs/heads/master
2020-05-29T08:54:50.751842
2016-10-08T08:09:46
2016-10-08T08:09:46
70,314,359
2
4
null
null
null
null
UTF-8
Java
false
false
3,165
java
package com.android.dazhihui.ui.screen.stock.a; import android.content.res.Resources; import android.support.v4.app.FragmentActivity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import com.android.dazhih...
[ "1776098770@qq.com" ]
1776098770@qq.com
a282dec3b6826b4d51c6519e59631e6a6efa0fdb
aa15f9df4b59e733b3e7aaf666f4d61311a0d5d1
/src/leetcode/algorithms/SortColors.java
dda6f2c080b039b0c17596cf10e7c0237b76b830
[]
no_license
ifhuang/Problems
7a7343b0bb0d2b4af94d35f3b978b2c81b71026b
36fd59f159f416bd9104c1d7f1d250c5bc7f32b8
refs/heads/master
2021-01-17T09:30:08.102953
2016-05-14T12:36:29
2016-05-14T12:36:29
23,748,984
1
1
null
null
null
null
UTF-8
Java
false
false
830
java
package leetcode.algorithms; // https://leetcode.com/problems/sort-colors/ public class SortColors { // time O(n), space O(1) public void sortColors(int[] nums) { int[] c = new int[3]; for (int num : nums) { c[num]++; } for (int i = 0; i < nums.length; i++) { if (c[0] > 0) { num...
[ "ifhuang91@gmail.com" ]
ifhuang91@gmail.com
50fb1819a2517526bd45208c621437abd2f7c863
9769b86196e5ee363cda278988ab3e5c2fe748d0
/src/com/vz/hackathon/MainActivity.java
ada778c505a1b568c13fe9813cc30e5f638bcce1
[]
no_license
sebastinnaveen/Mobilecode
98d55ccbddf758052b38d79e64c8174a5e622ed3
c540739d76bea6e5329fe8c291190de6a7570383
refs/heads/master
2021-01-10T04:55:24.571244
2015-11-14T17:08:27
2015-11-14T17:08:27
46,183,455
0
0
null
null
null
null
UTF-8
Java
false
false
6,075
java
package com.vz.hackathon; import java.io.IOException; import java.util.ArrayList; import java.util.Map; import com.google.android.gms.gcm.GoogleCloudMessaging; import android.support.v7.app.ActionBarActivity; import android.content.Context; import android.content.Intent; import android.content.IntentFilte...
[ "Admin@Admin-PC" ]
Admin@Admin-PC
71f80b135fac8d896d7d39058de2656041b16204
71975999c9d702a0883ec9038ce3e76325928549
/src2.4.0/src/main/java/defpackage/OOO000o.java
1daf74f54b54f6c98ea75af719a48cc2fd6d23fa
[]
no_license
XposedRunner/PhysicalFitnessRunner
dc64179551ccd219979a6f8b9fe0614c29cd61de
cb037e59416d6c290debbed5ed84c956e705e738
refs/heads/master
2020-07-15T18:18:23.001280
2019-09-02T04:21:34
2019-09-02T04:21:34
205,620,387
3
2
null
null
null
null
UTF-8
Java
false
false
719
java
package defpackage; import android.os.Handler; import defpackage.OOO00Oo.O000000o; /* compiled from: BitmapPreFiller */ /* renamed from: OOO000o */ public final class OOO000o { private final OO0OOo0 O000000o; private final OO000OO O00000Oo; private final Handler O00000o; private final O0O0O...
[ "xr_master@mail.com" ]
xr_master@mail.com
78d5fef4e2cb20c99db60040d4f1cf18c9cf6c19
4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849
/aliyun-java-sdk-aiccs/src/main/java/com/aliyuncs/aiccs/model/v20191015/TransferCallToSkillGroupResponse.java
34acc5915c4b59380d3a2fee65b7ac33e0bbef6a
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-java-sdk
a263fa08e261f12d45586d1b3ad8a6609bba0e91
e19239808ad2298d32dda77db29a6d809e4f7add
refs/heads/master
2023-09-03T12:28:09.765286
2023-09-01T09:03:00
2023-09-01T09:03:00
39,555,898
1,542
1,317
NOASSERTION
2023-09-14T07:27:05
2015-07-23T08:41:13
Java
UTF-8
Java
false
false
1,815
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
84d66845a1f553e9b90bd9fb3ede05ba051cdd24
c16ea32a4cddb6b63ad3bacce3c6db0259d2bacd
/google/cloud/dataproc/v1beta2/google-cloud-dataproc-v1beta2-java/proto-google-cloud-dataproc-v1beta2-java/src/main/java/com/google/cloud/dataproc/v1beta2/ListClustersResponseOrBuilder.java
9e4326bbed4722a2ca3a02872be61c662b4b067d
[ "Apache-2.0" ]
permissive
dizcology/googleapis-gen
74a72b655fba2565233e5a289cfaea6dc7b91e1a
478f36572d7bcf1dc66038d0e76b9b3fa2abae63
refs/heads/master
2023-06-04T15:51:18.380826
2021-06-16T20:42:38
2021-06-16T20:42:38
null
0
0
null
null
null
null
UTF-8
Java
false
true
2,717
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/dataproc/v1beta2/clusters.proto package com.google.cloud.dataproc.v1beta2; public interface ListClustersResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.dataproc.v1beta2.ListClustersResponse) ...
[ "bazel-bot-development[bot]@users.noreply.github.com" ]
bazel-bot-development[bot]@users.noreply.github.com
efa383259b4ecf5f6f02d84b657e826850103156
5f8109fa4637634b458c196967e0a8d9a0bb2c3c
/workspace_08_13/jdbc_backup/src/test/test09_DeptDao.java
8bf0f5a97d5fdec042268878e97fed9165d2dfe0
[]
no_license
mini222333/mini
72e7a9f2126dfdd0b5dde551cfaa4d375c0256d2
787b02e0d4db27a208a3e2cac652711898ed2cbe
refs/heads/master
2020-07-29T09:31:16.776045
2019-09-20T08:54:40
2019-09-20T08:54:40
209,746,612
0
0
null
null
null
null
UTF-8
Java
false
false
327
java
package test; import dao.DeptDao; public class test09_DeptDao { public static void main(String[] args) { DeptDao dao = new DeptDao(); dao.getDeptRec().forEach(i->System.out.println(i)); System.out.println("------------------------------"); dao.getDeptRec(1,3).forEach(i->System.out.println(i)); }...
[ "user@DESKTOP-V882PTR" ]
user@DESKTOP-V882PTR
dfed581400b00b6972bcdde014982783d5bcb5c7
4312a71c36d8a233de2741f51a2a9d28443cd95b
/RawExperiments/Math/math97/2/AstorMain-math_97/src/variant-226/org/apache/commons/math/analysis/BrentSolver.java
81794ad5eadae10fa9eff1159a77484eef1327f5
[]
no_license
SajjadZaidi/AutoRepair
5c7aa7a689747c143cafd267db64f1e365de4d98
e21eb9384197bae4d9b23af93df73b6e46bb749a
refs/heads/master
2021-05-07T00:07:06.345617
2017-12-02T18:48:14
2017-12-02T18:48:14
112,858,432
0
0
null
null
null
null
UTF-8
Java
false
false
5,293
java
package org.apache.commons.math.analysis; public class BrentSolver extends org.apache.commons.math.analysis.UnivariateRealSolverImpl { private static final long serialVersionUID = -2136672307739067002L; public BrentSolver(org.apache.commons.math.analysis.UnivariateRealFunction f) { super(f, 100, 1.0E...
[ "sajjad.syed@ucalgary.ca" ]
sajjad.syed@ucalgary.ca
6d173670586b8d4225f630561769dee07b395353
28e60263224c399aa084f9222460d563275e3960
/bus-image/src/main/java/org/aoju/bus/image/metric/internal/xdsi/ExternalLinkType.java
76a0c534f686012518cac9f04a65b2c12d7626bf
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lonpo/bus
b2bda2ab641c637b8a24888194548710cb2e82fa
4d4d4e762fa0654211ca97c62b286869b514b7d3
refs/heads/master
2022-07-15T09:40:43.298138
2020-05-15T04:12:59
2020-05-15T04:12:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,572
java
/********************************************************************************* * * * The MIT License * * ...
[ "839536@qq.com" ]
839536@qq.com
e8e945a73e86b5efd303a1415952cd785039e3be
96342d1091241ac93d2d59366b873c8fedce8137
/java/com/l2jolivia/gameserver/engines/items/DocumentItem.java
7e990f89d20502b49e0d48a4ceed7c329195030d
[]
no_license
soultobe/L2JOlivia_EpicEdition
c97ac7d232e429fa6f91d21bb9360cf347c7ee33
6f9b3de9f63d70fa2e281b49d139738e02d97cd6
refs/heads/master
2021-01-10T03:42:04.091432
2016-03-09T06:55:59
2016-03-09T06:55:59
53,468,281
0
1
null
null
null
null
UTF-8
Java
false
false
5,246
java
/* * This file is part of the L2J Olivia project. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This p...
[ "kim@tsnet-j.co.jp" ]
kim@tsnet-j.co.jp
0b12079c21546d7a9ba05e97f99f22d3f070d108
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/XWIKI-13377-3-27-Single_Objective_GGA-WeightedSum/com/xpn/xwiki/objects/classes/BaseClass_ESTest.java
7d179128efe2e878cd0a1304d351e22eab4d3275
[ "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
554
java
/* * This file was automatically generated by EvoSuite * Mon Mar 30 20:38:02 UTC 2020 */ package com.xpn.xwiki.objects.classes; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
a24b96ba6808febc8ea8823a6e7f6576c3117d4e
70e16d746b9a3c6ec2628bff7c986c9ea4ccf0df
/lib_zbar/src/main/java/net/sourceforge/zbar/Symbol.java
8caa60a2c36d976b355245d079d9838287ada94c
[]
no_license
66668/FastQrcode3
9e1020bdfe4c17fb92dd401c9ade1a96e171c2fa
d2bbc751349cf2b9e887de68ec2891ed4af1e4fb
refs/heads/master
2020-06-29T21:23:32.503807
2019-08-08T04:12:08
2019-08-08T04:12:08
200,628,505
0
1
null
null
null
null
UTF-8
Java
false
false
6,400
java
/*------------------------------------------------------------------------ * Symbol * * Copyright 2007-2010 (c) Jeff Brown <spadix@users.sourceforge.net> * * This string_b is part of the ZBar Bar Code Reader. * * The ZBar Bar Code Reader is free software; you can redistribute it * and/or modify it under th...
[ "sjy0118atsn@163.com" ]
sjy0118atsn@163.com
7b78570d0593b3c69923202eb83a5b000254ffe1
ee4cbc27087d3b7f4da7de2a36c39a2ebf381f79
/eis-yqfs-parent/eis-yqfs-facade/src/main/java/com/prolog/eis/model/pd/PdTaskDetail.java
2412ef24c82186fe8d70d80739bf0181a264eb44
[]
no_license
Chaussure-org/eis-yq-plg
161126bd784095bb5eb4b45ae581439169fa0e38
19313dbbc74fbe79e38f35594ee5a5b3dc26b3cb
refs/heads/master
2023-01-02T08:27:57.747759
2020-10-19T07:22:52
2020-10-19T07:22:52
305,276,116
0
1
null
null
null
null
UTF-8
Java
false
false
4,275
java
package com.prolog.eis.model.pd; import java.util.Date; import com.prolog.framework.core.annotation.AutoKey; import com.prolog.framework.core.annotation.Column; import com.prolog.framework.core.annotation.Id; import com.prolog.framework.core.annotation.Table; import io.swagger.annotations.ApiModelProperty; @Table("...
[ "chaussure@qq.com" ]
chaussure@qq.com
0c38a8840308c5741d8b5c5199ef80a77617f3cd
5be2a68d3f6e5cc49b5fce7ed361ffd127498d5a
/panda-framework/src/main/java/org/panda_lang/framework/language/architecture/type/array/ArrayClassTypeFetcher.java
74f5d8221f865bc4f1ebaaf71edf77dbf1b2715b
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
jofrantoba/panda
51c4a92403a9352987abf94ca0ad0957fcdc6352
b31547c8441406922714d629f2283a3d9d322872
refs/heads/master
2022-11-14T16:41:14.643470
2020-07-07T23:00:44
2020-07-07T23:00:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,474
java
/* * Copyright (c) 2020 Dzikoysk * * 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...
[ "dzikoysk@dzikoysk.net" ]
dzikoysk@dzikoysk.net
85aced9725065f27a7da04a5c0e3a5cf422b3220
cdc9a334996b0c933269b7aa8b39357c97176ca5
/java/service-oa/src/main/java/com/suneee/eas/oa/model/Demo.java
655f03661e1c2400b36f12af6aa22ef3f8cf5c18
[]
no_license
lmr1109665009/oa
857c2729398f08f2094f47824f383cfa4d808ae6
21cf4bac10ab72520a1f0dfdd965b9378081823c
refs/heads/master
2020-05-16T10:39:51.316044
2019-04-23T10:13:26
2019-04-23T10:13:26
182,986,352
2
3
null
null
null
null
UTF-8
Java
false
false
1,032
java
package com.suneee.eas.oa.model; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.suneee.eas.common.component.jackson.LongJsonDeserializer; import com.suneee.eas.common.component.jackson.LongJsonSerializer; import org.apache.ib...
[ "lmr1109665009@163.com" ]
lmr1109665009@163.com
08e2569debb5318f5b15c746671c304a4c0a6f99
9743e5ddca02b4aadb54c917e2b18ce66763f6dd
/src/main/java/br/com/fws/certificado_digital/dao/CustomerDao.java
d5650eb84f808c76a6e453b8f7f1fb3d2f91193b
[]
no_license
fwfurtado/prac-certificados-digitais
fa42aef78574efecfbc7a5d0f549778e40df5f1b
b66e9e50146fd0d16241a91eb79aedfc9c8570c0
refs/heads/master
2021-06-09T11:49:04.274499
2016-11-28T14:15:51
2016-11-28T14:15:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,513
java
package br.com.fws.certificado_digital.dao; import java.io.Serializable; import javax.persistence.EntityManager; import javax.persistence.NoResultException; import javax.persistence.PersistenceContext; import br.com.fws.certificado_digital.models.customer.Customer; public class CustomerDao implements Serializable {...
[ "feh.wilinando@gmail.com" ]
feh.wilinando@gmail.com
ef1b317bd9019efbc3f7d18cdb76e1b100326c54
18689b77b32bd6557d6b82b3f483e934bcd17511
/ShopBook/src/main/java/com/tampro/dto/CategoryDTO.java
7dedd3ebd0ce5a29cafcca0a9701c1518c27fc84
[]
no_license
xomrayno1/ShopBook
47faf3511ace260b353d33689494f43f4e2e838a
097700d4fcd4d4741230fba11eee9aeb8e9bf914
refs/heads/master
2022-12-29T06:49:27.748072
2020-10-19T17:49:36
2020-10-19T17:49:36
297,365,374
0
0
null
null
null
null
UTF-8
Java
false
false
2,009
java
package com.tampro.dto; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.List; import org.springframework.web.multipart.MultipartFile; public class CategoryDTO extends Base{ private int id; private int idParent; private String code; private String name; private Stri...
[ "xomrayno5" ]
xomrayno5
4b1fe081b992ccd3893b83b9d15f607d3228eaec
f2497f7c5dd0de11b63e0beff552fe24ba6eff83
/API/IOAPI.java
8b26889e7f888ccdc23f78fbd8ae4dd2df5797b3
[]
no_license
riking/RotaryCraft
b851011fdd3bd80ee4c5e8eaff2004b641c629fe
fe1716b65a13577ed7342287babf9e29d82844e1
refs/heads/master
2021-01-19T07:20:01.698369
2015-01-06T09:16:58
2015-01-06T09:16:58
28,856,270
0
1
null
2015-01-06T09:30:45
2015-01-06T09:30:44
null
UTF-8
Java
false
false
2,330
java
/******************************************************************************* * @author Reika Kalseki * * Copyright 2015 * * All rights reserved. * Distribution of the software in any form is only allowed with * explicit, prior permission from the owner. ****************************************************...
[ "reikasminecraft@gmail.com" ]
reikasminecraft@gmail.com
d2dff54a53024d61a5c4c40a528f6c91bb316357
680b891b4c724b0e84a64fee47e5901ed60fc44b
/src/main/java/com/casic/accessControl/core/spring/ApplicationContextHolder.java
0504646bb45b7d8652e11da39dc6f583616d97a8
[]
no_license
predatorZhang/EMS
e662e9114dafcae7ae5368bb683b60e0606df476
e44042197a7c2e4e2e8723237d269ff06e01ecd2
refs/heads/master
2021-01-01T06:06:53.556966
2017-07-16T03:34:10
2017-07-16T03:34:10
97,357,624
1
0
null
null
null
null
UTF-8
Java
false
false
1,009
java
package com.casic.accessControl.core.spring; import org.springframework.context.ApplicationContext; /** * 保存ApplicationContext的单例. */ public class ApplicationContextHolder { /** instance. */ private static ApplicationContextHolder instance = new ApplicationContextHolder(); /** ApplicationContext. */ ...
[ "zhangfan1212@126.com" ]
zhangfan1212@126.com
0ad88ad95961dcd37ee9c3e0e787af5aea368469
edeb76ba44692dff2f180119703c239f4585d066
/libRemoteServices/src/org/gvsig/remoteClient/taskplanning/retrieving/RetrieveQueue.java
ad6018c8c259e3c8c3c16bf56a36d4cc7c671a6f
[]
no_license
CafeGIS/gvSIG2_0
f3e52bdbb98090fd44549bd8d6c75b645d36f624
81376f304645d040ee34e98d57b4f745e0293d05
refs/heads/master
2020-04-04T19:33:47.082008
2012-09-13T03:55:33
2012-09-13T03:55:33
5,685,448
2
1
null
null
null
null
UTF-8
Java
false
false
2,557
java
/* * Created on 01-oct-2005 */ package org.gvsig.remoteClient.taskplanning.retrieving; import java.util.Date; import java.util.Vector; import org.gvsig.remoteClient.taskplanning.FIFOTaskPlanner; import org.gvsig.remoteClient.taskplanning.IQueue; import org.gvsig.remoteClient.taskplanning.IRunnableTask; i...
[ "tranquangtruonghinh@gmail.com" ]
tranquangtruonghinh@gmail.com
e47587c47796dd417777aedc7c259add0805184f
54a24781a7a09311456cb685f63f0e6d2bab4bab
/src/l1j/server/server/clientpackets/C_DeleteBookmark.java
91f240160a6215b939920c83368e62991b56a791
[]
no_license
crazyidol9/L1J-KR_3.80
b1c2d849a0daad99fd12166611e82b6804d2b26d
43c5da32e1986082be6f1205887ffc4538baa2c6
refs/heads/master
2021-08-16T13:50:50.570172
2017-11-20T01:20:52
2017-11-20T01:20:52
111,041,969
0
0
null
2017-11-17T01:24:24
2017-11-17T01:24:24
null
UTF-8
Java
false
false
1,510
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 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WIT...
[ "wantedgaming.net@gmail.com" ]
wantedgaming.net@gmail.com
8308659509c54d94a14a56fca0d7d13290751871
6dc254f640f720fd6f1d581cc9c47452e6904083
/src/server/maps/MapleExtractor.java
8f2e93f8d49de6877b7de18399b803520f773d56
[]
no_license
ronancpl/judoms
5fb9077afd7715207d360e1816e8083775b4dc67
6d1c0dc225b934edfa227d5497a178811edacb2b
refs/heads/master
2021-01-16T23:14:45.927216
2015-07-12T21:55:21
2015-07-12T21:55:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,249
java
package server.maps; import client.MapleCharacter; import client.MapleClient; import java.awt.Point; import tools.packet.CField; public class MapleExtractor extends MapleMapObject { public int owner, timeLeft, itemId, fee; public long startTime; public String ownerName; public MapleExtr...
[ "msroed@gmail.com" ]
msroed@gmail.com
c40d9030ed9488a3b2cdeb7bff7460d824a4c6ba
744819ca0ddb00b1705b31b611298a9155aa640e
/java/src/main/java/org/shoban/java/collections/interfaces/OysterMonths.java
21455abb942263054a279bb19d73f3a2c16d2bde
[]
no_license
shobancs/javario
4dcff83c565fe6fdc737ad9c67ea7ff34eac4bb8
2055f9e0bd86a61bca2523ba69e5f525ba3cb60f
refs/heads/master
2022-12-22T00:03:39.846763
2020-07-09T16:44:39
2020-07-09T16:44:39
66,690,745
0
1
null
2022-12-16T03:39:43
2016-08-27T02:11:16
Java
UTF-8
Java
false
false
2,622
java
package org.shoban.java.collections.interfaces; /* * Copyright (c) 1995, 2008, Oracle and/or its affiliates. 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 sourc...
[ "scheekur@cisco.com" ]
scheekur@cisco.com
11cc80eed1d16ebf371276fcd0dc1bb03f8a442c
c43b364d2ec620ab89d5eb419e7b60290b6d5866
/src/com/massivecraft/creativegates/zcore/persist/EM.java
ea3652ba9dd804cba4dac24b626b9908917b31ed
[]
no_license
Scrik/CreativeGates
6e10badad5f888ab6eb0c19d54ded7fc73636489
22c1d7f7774a3f88ca63522b7e22d4201dec3792
refs/heads/master
2021-01-17T11:26:21.210482
2013-09-27T17:31:47
2013-09-27T17:31:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,264
java
package com.massivecraft.creativegates.zcore.persist; import java.util.*; import com.massivecraft.creativegates.zcore.persist.Entity; import com.massivecraft.creativegates.zcore.persist.EntityCollection; public class EM { public static Map<Class<? extends Entity>, EntityCollection<? extends Entity>> class2Entities ...
[ "Shev4ik.den@gmail.com" ]
Shev4ik.den@gmail.com
626bb8068fc91c0657e714a1aaf87a804388e741
14d083e172837377a0bc3e9b2b031c058e75a4aa
/src/Physics/Smoothing/Ease_Out_Interpolation/CEase_In_Out_Interpolation.java
b4f7d2621c130b4e1b8e998a59a505ea3a7d26dd
[]
no_license
wgres101/NECROTEK3Dv2
478b708936b4dcfd9aa7f9b949e23bfa3e61bd43
4f57b5f56fc2fa6406d2ce6ed5fdce21964fd483
refs/heads/master
2020-12-18T18:58:42.660286
2017-08-10T23:23:29
2017-08-10T23:23:29
235,483,578
0
0
null
null
null
null
UTF-8
Java
false
false
880
java
package Physics.Smoothing.Ease_Out_Interpolation; public class CEase_In_Out_Interpolation { float _value; float _target; float _speed; float _acceleration; float _remainingTime; float totalTime; public boolean Setup(float from, float to, float time) { _value = from; _target = to; _speed = 0.0f; ...
[ "ted_gress@yahoo.com" ]
ted_gress@yahoo.com
b66421cc85ac87e4e63462388d44972a1dc027f5
b94b3bfdccaf132e091bd88206169ef701d50456
/2003/BOA_new/src/com/boa/eagls/government/taglib/pagedList/NextButtonTag.java
c4f05cd6c2f95c0aca6a346af7bef1de5679adcf
[]
no_license
ildar66/WSAD5_BOA
f6b87c0bbd2db40b410b657e819f99ec40f7c792
a8a8e3bd80f2660676c6fb0a7d91b483db4840ca
refs/heads/master
2020-12-02T09:58:51.906254
2017-07-09T07:18:34
2017-07-09T07:18:34
96,667,614
0
0
null
null
null
null
UTF-8
Java
false
false
2,674
java
package com.boa.eagls.government.taglib.pagedList; import com.boa.eagls.government.exceptions.system.EaglsDAOError; import com.boa.eagls.government.util.pagedList.ValueListIterator; import org.apache.log4j.Logger; import javax.servlet.jsp.JspException; import javax.servlet.jsp.tagext.TagSupport; import javax.servlet....
[ "ildar66@inbox.ru" ]
ildar66@inbox.ru
36eae467a93a676d03fd3f8bc1ccac4f6a742a14
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/7/7_e0a8750f5d2b6edbef1946bf1494c6df991a4f35/SchemaLocationSection/7_e0a8750f5d2b6edbef1946bf1494c6df991a4f35_SchemaLocationSection_t.java
349a3603ebfcbfa4ee55c981480bf333e77bb43a
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
7,873
java
/******************************************************************************* * Copyright (c) 2001, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distributio...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7649c3be8051bedf40736c79c49673c02028770e
08d971a00c30e0771cb82d0e03edc183acedccb0
/app/src/main/java/pumpkin/org/angrypandarxjava/rx/ObservableWindow.java
5904832cd76f4ccc4715ba16c33022f110060319
[]
no_license
MMLoveMeMM/AngryPandaRxJava
c27bf6443c75bb0c18e85188ec17c67de50f006c
2386d1cc1768645245e72b1e026d6aae4d172416
refs/heads/master
2020-06-21T23:30:32.121851
2019-09-26T11:24:41
2019-09-26T11:24:41
197,578,889
0
0
null
null
null
null
UTF-8
Java
false
false
1,780
java
package pumpkin.org.angrypandarxjava.rx; import android.support.annotation.NonNull; import android.util.Log; import java.util.concurrent.TimeUnit; import io.reactivex.Observable; import io.reactivex.android.schedulers.AndroidSchedulers; import io.reactivex.functions.Consumer; import io.reactivex.schedulers.Scheduler...
[ "liuzhibao@xl.cn" ]
liuzhibao@xl.cn
04e76369caa27bbcc65b6b02bbedd5038cb2b2e4
27ba059d23f01e7c9bbd5554b428c7dfb5256d50
/core/org.ebayopensource.vjet.core.jsgenshared/src/org/ebayopensource/dsf/jsgen/shared/validation/vjo/semantic/validator/VjoObjLiteralValidator.java
d9313799c23581ee41ede07cc649ded33ad7ca58
[]
no_license
arv100kri/vjet
3ebecd93446e4c60d7a771dc10b575ed4a86b5c2
fb302d0954c205a566540d7e607e088faf15dc85
refs/heads/master
2020-12-24T17:45:28.531344
2012-01-07T01:25:41
2012-01-07T01:25:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,111
java
/******************************************************************************* * Copyright (c) 2005-2011 eBay Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
[ "pwang@27f4aac7-f869-4a38-a8c2-f1a995e726e6" ]
pwang@27f4aac7-f869-4a38-a8c2-f1a995e726e6
45dcfde83e6488d333dd3e28b985e20534d65d49
11b9a30ada6672f428c8292937dec7ce9f35c71b
/src/main/java/com/sun/org/apache/xerces/internal/impl/dv/xs/AnyURIDV.java
69462b45a5710dfc103a8661cfdfd9c00fa8a1b7
[]
no_license
bogle-zhao/jdk8
5b0a3978526723b3952a0c5d7221a3686039910b
8a66f021a824acfb48962721a20d27553523350d
refs/heads/master
2022-12-13T10:44:17.426522
2020-09-27T13:37:00
2020-09-27T13:37:00
299,039,533
0
0
null
null
null
null
UTF-8
Java
false
false
7,042
java
/***** Lobxxx Translate Finished ******/ /* * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the...
[ "zhaobo@MacBook-Pro.local" ]
zhaobo@MacBook-Pro.local
23c4b2c01149a98e18c47dc75c74e883f886c9f0
95c043d5d606147e98aefacc4023f4d318609bc2
/OSM_CLIENT/src/main/java/it/nextworks/osm/auth/OAuthFlow.java
64efa60763b945aa9ca9d598f1740cc423dd69d1
[ "Apache-2.0" ]
permissive
nextworks-it/nfvo-drivers
0b82d167e3778b3d075f3481a3bc9b818aa340eb
32821abaf369575e2e3877d4f105e80f6d39b80e
refs/heads/master
2022-12-21T19:25:37.688993
2021-05-06T12:03:23
2021-05-06T12:03:23
210,298,021
0
1
Apache-2.0
2019-12-16T10:04:53
2019-09-23T08:03:23
Java
UTF-8
Java
false
false
828
java
/* * OSM NB API featuring ETSI NFV SOL005 * This is Open Source MANO Northbound API featuring ETSI NFV SOL005. For more information on OSM, you can visit [http://osm.etsi.org](http://osm.etsi.org). You can send us your comments and questions to OSM_TECH@list.etsi.org or join the [OpenSourceMANO Slack Workplace](https...
[ "j.brenes@nextworks.it" ]
j.brenes@nextworks.it
cc927c2c308cd24261b770f1de128013b2d47f7e
71b919749069accbdbfc35f7dba703dd5c5780a6
/learn-spring-example/small-spring-all/src/main/java/org/learn/spring/beans/factory/InitializingBean.java
d1922281dd472678b1937fbe37e55df0230e89bc
[ "MIT" ]
permissive
xp-zhao/learn-java
489f811acf20649b773032a6831fbfc72dc4c418
108dcf1e4e02ae76bfd09e7c2608a38a1216685c
refs/heads/master
2023-09-01T03:07:23.795372
2023-08-25T08:28:59
2023-08-25T08:28:59
118,060,929
2
0
MIT
2022-06-21T04:16:08
2018-01-19T01:39:11
Java
UTF-8
Java
false
false
274
java
package org.learn.spring.beans.factory; /** * Bean 初始化接口 * * @author zhaoxiaoping * @date 2023-2-7 */ public interface InitializingBean { /** * Bean 属性填充后调用 * * @throws Exception */ void afterPropertiesSet() throws Exception; }
[ "13688396271@163.com" ]
13688396271@163.com
7de9228cb446421c7138d78e56b4e9ebeb3a17d4
31b98c799f9d878eeb2a5f75e6a19f7d73e69e64
/김성기 교수님의 도움/exampleMore/src/example11_2_person_mgmt/Ex11_4_8_StorePerson_NotUsingGeneric.java
81da4865d66e86ef5cbbfaff13c545c26873504a
[]
no_license
DongGeon0908/Java
228e49e4c342489130d7975f025dcb3d2fb260af
b97cbd80f0a489a781a6c1f84a4a961a088061d1
refs/heads/master
2023-04-27T19:11:13.900318
2021-05-19T03:21:59
2021-05-19T03:21:59
326,665,026
0
0
null
null
null
null
UHC
Java
false
false
4,194
java
package example11_2_person_mgmt; import java.util.Vector; /** * [ storePerson_NotUsingGeneric ]: * 제네릭 클래스의 타입매개변수 생략 가능함 보이는 예제(Vector의 타입 매개변수를 생략하여 원소들을 저장하고 꺼내는 작업을 보이는 예) * * o 타입 매개변수를 생략한 Vector 클래스의 객체 생성과 참조 * - Vector 클래스는 제네릭 클래스이므로 * << vector<원소클래스> 객체참조변수 = new Vector<원소클래스)(...
[ "wrjssmjdhappy@gmail.com" ]
wrjssmjdhappy@gmail.com
b273f8f0e9c49c62ee5ddd6268633d96143db54e
98bd09233229554d0824b89feff9448d58b6f3c4
/hs-listener/src/main/java/com/huashi/listener/controller/SmsSendbackController.java
faac38135e2f272c6e3ab9487d57f8ed80aca73f
[]
no_license
arraycto/hspaas
6cb308c76a4e77bd06106c686f98d20fba685505
29c2ecf904f3fcc7b2965edb5b74a11908a25c49
refs/heads/master
2020-12-10T14:18:40.245824
2019-07-05T08:45:47
2019-07-05T08:45:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,971
java
package com.huashi.listener.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annota...
[ "ying1_zheng@bestsign.cn" ]
ying1_zheng@bestsign.cn
e92934a62c6d77403516d3a471482c1f3e61e754
19f7e40c448029530d191a262e5215571382bf9f
/decompiled/instagram/sources/p000X/C12290gV.java
8f1d53f6c9df5003c874f72326d24447ceec40a7
[]
no_license
stanvanrooy/decompiled-instagram
c1fb553c52e98fd82784a3a8a17abab43b0f52eb
3091a40af7accf6c0a80b9dda608471d503c4d78
refs/heads/master
2022-12-07T22:31:43.155086
2020-08-26T03:42:04
2020-08-26T03:42:04
283,347,288
18
1
null
null
null
null
UTF-8
Java
false
false
3,290
java
package p000X; import org.json.JSONObject; /* renamed from: X.0gV reason: invalid class name and case insensitive filesystem */ public final class C12290gV { public int A00 = 0; public int A01; public int A02 = 0; public int A03 = 0; public int A04; public int A05 = 0; public int A06 = 0;...
[ "stan@rooy.works" ]
stan@rooy.works
8a0af42fe7da2984ddbd590442669d2b64107323
776720ee8c667e72f2f0649cb8288b9e49a7b64c
/core/cas-server-core-services-api/src/main/java/org/apereo/cas/services/DefaultRegisteredServiceServiceTicketExpirationPolicy.java
92d4c39461f2927bef1cd99335f86c94b7d70953
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
C4n4rd0/cas
42e6f2aef9aabdac2863e96b41ea81a30b8340ad
f368237a44beb56e083680e99b7b6f3207cc155f
refs/heads/master
2022-12-23T06:21:36.803662
2020-09-24T14:29:21
2020-09-24T14:29:21
292,857,943
0
0
Apache-2.0
2020-09-04T13:41:44
2020-09-04T13:41:43
null
UTF-8
Java
false
false
875
java
package org.apereo.cas.services; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonTypeInfo; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; /** * Thi...
[ "mm1844@gmail.com" ]
mm1844@gmail.com
2947c02d322a3d460694fef0e917dd0eef5ca47f
9254e7279570ac8ef687c416a79bb472146e9b35
/nbftestpop-20210916_103600223/src/main/java/com/aliyun/nbftestpop20210916_103600223/models/AddResponseBody.java
623380634062fb3e579c978508ed9a505c80a865
[ "Apache-2.0" ]
permissive
lquterqtd/alibabacloud-java-sdk
3eaa17276dd28004dae6f87e763e13eb90c30032
3e5dca8c36398469e10cdaaa34c314ae0bb640b4
refs/heads/master
2023-08-12T13:56:26.379027
2021-10-19T07:22:15
2021-10-19T07:22:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
589
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.nbftestpop20210916_103600223.models; import com.aliyun.tea.*; public class AddResponseBody extends TeaModel { @NameInMap("sum") public Integer sum; public static AddResponseBody build(java.util.Map<String, ?> map) throws Exception ...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
26818849db0a2e1ed5a03d174a9b63b211e1dfa7
9d93eadf80abc6f6e441451bbc1594161eedced6
/src/java/hrms/model/master/OfficeBean.java
dc009bfb93e3cdd65e6d83585d2cf2942b075a3b
[]
no_license
durgaprasad2882/HRMSOpenSourceFor466anydesk
1bac7eb2e231a4fb3389b6b1cb8fb4384a757522
e7ef76f77d7ecf98464e9bcccc2246b2091efeb4
refs/heads/main
2023-06-29T16:26:04.663376
2021-08-05T09:19:02
2021-08-05T09:19:02
392,978,868
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package hrms.model.master; public class OfficeBean { private String offCode = null; private String offName = null; public String getOffCode() { return offCode; } public void setOffCode(String offCode) { this.offCode = offCode; } public String getOffName() { r...
[ "dm.prasad@hotmail.com" ]
dm.prasad@hotmail.com
2ea89ba6cd4367a80f7319786fcd117c6200956c
39f2dc7f250cf6d9e132cda8a328e62f1ebd61fd
/offer_book_reading/src/main/java/cn/offer2020/pbj/book_reading/JVM/jvmdemo/ReentrantLockDemo2.java
249da646c90abf7f32ca973be3609afa8f952292
[ "Apache-2.0" ]
permissive
peng4444/offer2020
0c51a93202383ef8063cc624d96ab0b26ddc8189
372f8d072698acbb03e1bb569a20e6cda957e1af
refs/heads/master
2021-05-17T07:33:28.950090
2020-11-17T13:21:14
2020-11-17T13:21:14
250,697,652
7
0
Apache-2.0
2021-03-31T21:57:55
2020-03-28T02:32:57
Java
UTF-8
Java
false
false
1,173
java
package cn.offer2020.pbj.book_reading.JVM.jvmdemo; import org.junit.Test; import java.util.concurrent.locks.ReentrantLock; /** * @ClassName: ReentrantLockDemo2 * @Author: pbj * @Date: 2020/5/13 18:32 * @Description: TODO ReentrantLock可指定是公平锁还是非公平锁,而synchronized只能是非公平锁。 */ public class ReentrantLockDemo2 { ...
[ "pbj@qq.com" ]
pbj@qq.com
69ef7c474de1112d4a14e9fc2703c8811f65404f
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/commons-lang/learning/2795/TimeZones.java
21188aa91a5a1b4d8d23eb6accdf02e4e85cf334
[]
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,165
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 ...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
b505ed7f5d7e4fc0ec23388ae45e937c9a8f11f2
7a4d0f4f9a0daf028965ab48369acba074ab6fdd
/yunchu/module_user_mine/src/main/java/com/example/mineorder/staysendgoods/StaySendGoodsFragment.java
cb1994193d48f0dcec630a9d6a3f7630d62cb677
[]
no_license
majiaxue/yunchu
d1186c8e5d61ebc831f0e59355a298458e156c3f
31ae1fd330926b4c3fc0d08b0823035f6020c637
refs/heads/master
2022-09-02T21:02:49.016339
2020-05-21T05:12:24
2020-05-21T05:12:24
257,544,515
0
1
null
null
null
null
UTF-8
Java
false
false
2,008
java
package com.example.mineorder.staysendgoods; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import com.example.mineorder.adapter.MineOrderParentAdapter; import com.example.module_user_mine.R; import com.example.module_user_mine.R2; import com.example.mvp.BaseFragm...
[ "ellliot_zhang_z@163.com" ]
ellliot_zhang_z@163.com
b5ab68b1399a785c398964e6fc8933bb6e6b43ec
b5ddf0811dd91ab26776d8b792b09a4b2373bf36
/src/main/java/javax0/workflow/simple/ParametersBuilder.java
7b88ef9824a1f52405cb7d974ff10c4f8e04eb91
[]
no_license
verhas/WorkTotalFlow
b7ad34389aa43bfc3220891c301cdf3e2b9c08fc
281ce226b41d0a7b2f0970ea8f21f86bdda10e9e
refs/heads/master
2021-06-01T21:29:18.984809
2019-12-12T08:15:10
2019-12-12T08:15:10
7,664,042
0
0
null
2020-10-13T01:35:48
2013-01-17T10:15:06
Java
UTF-8
Java
false
false
5,640
java
package javax0.workflow.simple; import java.util.HashMap; import java.util.Map; /** * Builder classes that support parameter addition extend this class. * * @param <CLASS> should be the actual class that extends this abstract class. This type is used as the return type * of the fluent functions. It ...
[ "peter@verhas.com" ]
peter@verhas.com
b2cfa769d984cbd1427f16b4f5b77bc480919d1c
728c82b77121495db54dfcb670175090c4c5597f
/vertx-gaia/vertx-up/src/main/java/io/vertx/up/micro/ZeroHttpWorker.java
bb9e87942b3cdb20650afbbb3d91a4a4fa5be00d
[ "Apache-2.0" ]
permissive
jdami/vertx-zero
adb23e4cb9c6cf5c01847d0771ff25f523a68744
7aa7be709e0717eaac29a31e8235aa09960777dd
refs/heads/master
2021-05-01T14:38:39.304874
2018-02-10T16:23:30
2018-02-10T16:23:30
121,089,722
1
0
null
2018-02-11T05:46:57
2018-02-11T05:46:57
null
UTF-8
Java
false
false
3,154
java
package io.vertx.up.micro; import io.vertx.core.AbstractVerticle; import io.vertx.core.eventbus.EventBus; import io.vertx.up.annotations.Worker; import io.vertx.up.atom.Envelop; import io.vertx.up.atom.worker.Receipt; import io.vertx.up.func.Fn; import io.vertx.up.log.Annal; import io.vertx.up.micro.follow.Invoker; im...
[ "silentbalanceyh@126.com" ]
silentbalanceyh@126.com
8507dcdf24981ac0dfde5b7927b167436ce8623e
3d323f1b05587218c8e8264bd2ec7cfcaf7a5afc
/modules/coq/src/main/java/com/ivo/modules/coq/repository/validate/ValidateMachineRepository.java
4dd108273559b9d950dbb9e5f19f0b18aaf2e374
[]
no_license
wangjian93/activitispringboot
2ea3c30427daa4114df53110a71fddccc5a981fe
3eaa93a7b3630e720281bc56c69fba18b2792477
refs/heads/master
2022-09-19T13:57:58.792055
2019-10-20T18:49:45
2019-10-20T18:49:45
187,170,223
0
0
null
2022-09-01T23:07:37
2019-05-17T07:40:36
JavaScript
UTF-8
Java
false
false
407
java
package com.ivo.modules.coq.repository.validate; import com.ivo.modules.coq.domain.validate.ValidateMachine; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; /** * @Author: wj * @Date: 2019-09-08 18:41 * @Version 1.0 */ public interface ValidateMachineRepository extends JpaRep...
[ "1556879688@qq.com" ]
1556879688@qq.com
2226119eaaf0880d78d11210dc3fa19801af41a1
148100c6a5ac58980e43aeb0ef41b00d76dfb5b3
/sources/com/google/android/gms/internal/ads/zzaju.java
48975b42101fd0cdd4ecce259b51ee2a9946038e
[]
no_license
niravrathod/car_details
f979de0b857f93efe079cd8d7567f2134755802d
398897c050436f13b7160050f375ec1f4e05cdf8
refs/heads/master
2020-04-13T16:36:29.854057
2018-12-27T19:03:46
2018-12-27T19:03:46
163,325,703
0
0
null
null
null
null
UTF-8
Java
false
false
379
java
package com.google.android.gms.internal.ads; import android.content.Context; import java.util.Collections; import java.util.Map; import java.util.Set; @zzaer public final class zzaju implements zzaka { /* renamed from: a */ public final zzapi<Map<String, String>> mo2328a(Context context, Set<String> set) { ...
[ "niravrathod473@gmail.com" ]
niravrathod473@gmail.com
e2bda73d58be209d711d052554db6445bbab23e7
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_cb84b71b478750db26fb7ce1af7f49b5e5c37d38/ViewUserAgentsAction/3_cb84b71b478750db26fb7ce1af7f49b5e5c37d38_ViewUserAgentsAction_t.java
11156877d330e72d24b61aa697e8af1c5b66328a
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
3,531
java
/* * Copyright (c) 2003-2006, Simon Brown * 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 * noti...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
5c49613016a0b9869bbeb6bd584494df0c84b38d
047241bdd3aa490c9b623dd5c3dcdb5775abc885
/practicas/lab03/TiendaElectronica/src/org/cursofinalgrado/uapajava/java/ICalcularPrecio.java
82f04d7ccc7c8bf14a031549d85e6a6c712db2e0
[]
no_license
uniabierta-cursofinal/introduccion-java
751625d838985f9a0452f879b451ca272c7e3dbe
13a8691b54fe4434409833de1d2dfcf92d10d4c6
refs/heads/master
2016-09-06T13:31:25.358295
2015-06-06T21:16:53
2015-06-06T21:16:53
29,449,324
1
9
null
null
null
null
UTF-8
Java
false
false
323
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 org.cursofinalgrado.uapajava.java; /** * * @author ecabrerar */ public interface ICalcularPrecio { double getPrecio();...
[ "eudris@gmail.com" ]
eudris@gmail.com
847ff85f6458601327fe284ef97f1336c8d5bcc3
8a245dd5ba9701f523415cda3805bea6c60830e4
/src/org/greatfree/dsf/p2p/message/ChatNotification.java
2f154ed04004f93daf227e12f78e86c8a28a0ff2
[]
no_license
ATM006/Programming-Clouds
93e762fff5fa12929fdc61abd2354924fd73abb0
569f30bdf9f8a956e47dcc4ae3514761520124eb
refs/heads/master
2022-12-21T06:48:32.171800
2020-09-14T12:55:50
2020-09-14T12:55:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
939
java
package org.greatfree.dsf.p2p.message; import org.greatfree.chat.message.ChatMessageType; import org.greatfree.message.ServerMessage; import org.greatfree.util.UtilConfig; // Created: 05/02/2017, Bing Li public class ChatNotification extends ServerMessage { private static final long serialVersionUID = -4180547758940...
[ "bing.li@asu.edu" ]
bing.li@asu.edu
ca23b68dcbe96137e94fc98a8b6bb499bed72eb1
a88404e860f9e81f175d80c51b8e735fa499c93c
/hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/utils/IGHelper.java
1d279d3972a2c2d0f0231e6946dd93c9d1957a9e
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
sabri0/hapi-fhir
4a53409d31b7f40afe088aa0ee8b946860b8372d
c7798fee4880ee8ffc9ed2e42c29c3b8f6753a1c
refs/heads/master
2020-06-07T20:02:33.258075
2019-06-18T09:40:00
2019-06-18T09:40:00
193,081,738
2
0
Apache-2.0
2019-06-21T10:46:17
2019-06-21T10:46:17
null
UTF-8
Java
false
false
1,484
java
package org.hl7.fhir.r4.utils; import org.hl7.fhir.r4.model.ImplementationGuide.GuideParameterCode; import org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionComponent; import org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionParameterComponent; public class IGHelper { ...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
5d65604fa524d532e2b875f900acf048dbda0d58
0c21777557f347ae4ac1b3197d1f7c28e05aed1b
/com/google/android/gms/auth/api/credentials/internal/zza.java
6441a4936f56480a0b79c531389471f78fe0a7e7
[]
no_license
dmisuvorov/HappyFresh.Android
68421b90399b72523f398aabbfd30b61efaeea1f
242c5b0c006e7825ed34da57716d2ba9d1371d65
refs/heads/master
2020-04-29T06:47:34.143095
2016-01-11T06:24:16
2016-01-11T06:24:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
690
java
package com.google.android.gms.auth.api.credentials.internal; import com.google.android.gms.auth.api.credentials.Credential; import com.google.android.gms.common.api.Status; public class zza extends ICredentialsCallbacks.zza { public void onCredentialResult(Status paramStatus, Credential paramCredential) { ...
[ "michael@MJSTONE-MACBOOK.local" ]
michael@MJSTONE-MACBOOK.local
547bf909c463f7a85c8fbfb7dc64e2e07e1f3da6
5da5f8bba90a33f2e74e89f031e3092a4a27e976
/anchorcms-web/src/main/java/com/anchorcms/icloud/dao/supplychain/SRepairInquiryDao.java
beb7823bcb5ea4fb25301866a59fe8dcbc151308
[]
no_license
hanshuxia/nmggyy
3700210e6f1421d67e7bbf2c004a479ea2faef00
75665cac07c74e972753874a9f28077a7b649fee
refs/heads/master
2020-03-27T02:32:23.219385
2018-08-24T02:37:17
2018-08-24T02:37:17
145,797,102
0
0
null
null
null
null
UTF-8
Java
false
false
2,143
java
package com.anchorcms.icloud.dao.supplychain; import com.anchorcms.common.page.Pagination; import com.anchorcms.icloud.model.payment.SSupplychainOrder; import com.anchorcms.icloud.model.supplychain.SRepairInquiry; import com.anchorcms.icloud.model.synergy.SDeviceInquiry; import java.sql.Date; import java.util.List...
[ "605128459@qq.com" ]
605128459@qq.com
656ebc5f9d6e11d4c0b480fe86bb6273cad33db7
2b2fcb1902206ad0f207305b9268838504c3749b
/WakfuClientSources/srcx/class_1196_alB.java
6add2853104413977c4b08e824b3e4a0b78b5f4c
[]
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
423
java
final class alB implements dgE { private final bjI dmw; alB(bjI parambjI) { this.dmw = parambjI; } public final boolean k(int paramInt, byte paramByte) { int i = this.dmw.uK(paramInt); if ((i >= 0) && (g(paramByte, this.dmw.get(paramInt)))) { return true; } return false; } p...
[ "music_inme@hotmail.fr" ]
music_inme@hotmail.fr
da59cd7f5e160309b5521d9ffba8ea86cba0752c
730d0e683845e261b14691f5a3c733a3f0cd4816
/javaBasic/src/lambdaExpressions/FunctionExample2.java
b20abcb222002907ad485b8007f42f6038efeda7
[]
no_license
JoongSeokD/javaBasic
542e1f6e215b295f7f467550d9578bb61b3f6b87
adab1515cd5f5fe095a14d2e056bcafc9d235294
refs/heads/master
2020-11-24T06:46:09.802114
2019-12-23T10:31:33
2019-12-23T10:31:33
228,015,343
0
0
null
null
null
null
UHC
Java
false
false
972
java
package lambdaExpressions; import java.util.Arrays; import java.util.List; import java.util.function.Function; import java.util.function.ToIntFunction; public class FunctionExample2 { private static List<Student> list = Arrays.asList( new Student("홍길동", 90, 96), new Student("일지매", 95, 93) ); public static vo...
[ "ljseokd@gmail.com" ]
ljseokd@gmail.com
52142827b8b1fa8c207438fa1ba8e7431aeabc38
3cee619f9d555e75625bfff889ae5c1394fd057a
/app/src/main/java/org/tensorflow/lite/examples/imagesegmentation/judi/com/kottlinbase/p274ui/p276b/C7229d.java
61cd70909a31d34e14ea416b5f02be240d41ab87
[]
no_license
randauto/imageerrortest
6fe12d92279e315e32409e292c61b5dc418f8c2b
06969c68b9d82ed1c366d8b425c87c61db933f15
refs/heads/master
2022-04-21T18:21:56.836502
2020-04-23T16:18:49
2020-04-23T16:18:49
258,261,084
0
0
null
null
null
null
UTF-8
Java
false
false
2,458
java
package org.tensorflow.lite.examples.imagesegmentation.judi.com.kottlinbase.p274ui.p276b; import android.content.Context; import android.os.Bundle; import android.widget.TextView; import com.judi.emojiphoto.R; import judi.com.kottlinbase.C7191b.C7192a; import p073b.C3218m; import p073b.p079e.p081b.C1489j; @C3218m(mo1...
[ "tuanlq@funtap.vn" ]
tuanlq@funtap.vn
c7c8f2d0dff035fcc9f653ee281201610d785c0e
8191bea395f0e97835735d1ab6e859db3a7f8a99
/f737922a0ddc9335bb0fc2f3ae5ffe93_source_from_JADX/java_files/ape$1.java
69b6fe8b98ae6837b9ef5ddd013dce907033e76a
[]
no_license
msmtmsmt123/jadx-1
5e5aea319e094b5d09c66e0fdb31f10a3238346c
b9458bb1a49a8a7fba8b9f9a6fb6f54438ce03a2
refs/heads/master
2021-05-08T19:21:27.870459
2017-01-28T04:19:54
2017-01-28T04:19:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
216
java
class ape$1 extends InheritableThreadLocal<ape> { protected /* synthetic */ Object initialValue() { return j6(); } ape$1() { } protected ape j6() { return new ape(null); } }
[ "eggfly@qq.com" ]
eggfly@qq.com
8bf984e6bce435380eb5f82fa045c19f77309c6e
bc541f0e686034bcd8693a37cbb0e9cb40474047
/springboot-mybatisplus/src/test/java/com/example/mp/SpringbootMybatisplusApplicationTests.java
134523a7adc140292fe20cd38fc97e7903d9cbc5
[]
no_license
zhupeng0521/springboot-collections
847d95cc36f8424b64eb88368ee972248c87fbf8
d0def11b6f7d3924a2b26d925bd3198d7a49590c
refs/heads/master
2021-05-16T18:28:56.797977
2020-02-10T06:41:03
2020-02-10T06:41:03
250,419,692
0
1
null
2020-03-27T02:15:24
2020-03-27T02:15:24
null
UTF-8
Java
false
false
355
java
package com.example.mp; 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 SpringbootMybatisplusApplicationTests { @Test pub...
[ "1763124707@qq.com" ]
1763124707@qq.com
8fd85f87cb1edeec75e70e4fea20a1ae74c2f4a1
5d95c6ff69fc659e90865ff9f8f0955c710d46fd
/泛型2/src/com/test/泛型擦除.java
5d8e9ddb7a98018b62f9cbbfb172b6f73bd2dac1
[]
no_license
alexlzl/JavaDemo8
838cb0265b77699293552d3f8b93180023a8f0ec
f71a17c4f06f7b1eba3ca1f96b26d92de64fa86a
refs/heads/master
2020-03-25T16:56:30.496319
2018-12-26T02:52:09
2018-12-26T02:52:09
143,955,164
0
0
null
null
null
null
UTF-8
Java
false
false
3,041
java
package com.test; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; /** * Created by liuzhouliang on 2018/8/24. * <p> * 我们现在可以下结论了,在泛型类被类型擦除的时候,之前泛型类中的类型参数部分如果没有指定上限, * 如 <T> 则会被转译成普通的 Object 类型,如果指定了上限如 <T extends String> 则类型参数...
[ "525688067@qq.com" ]
525688067@qq.com
34e00d6ea58bd18560f5cfdab0235a67d2a9f9c4
82262cdae859ded0f82346ed04ff0f407b18ea6f
/366pai/zeus-core/core-service/src/main/java/com/_360pai/core/condition/payment/ReleaseDepositActionCondition.java
0e0ce8a834ead9b53f99f45d5d201e5e5b25fbb6
[]
no_license
dwifdji/real-project
75ec32805f97c6d0d8f0935f7f92902f9509a993
9ddf66dfe0493915b22132781ef121a8d4661ff8
refs/heads/master
2020-12-27T14:01:37.365982
2019-07-26T10:07:27
2019-07-26T10:07:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
529
java
package com._360pai.core.condition.payment; import com._360pai.arch.core.abs.DaoCondition; /** * <p>用于封装查询条件</p> * <p>默认条件下仅生成数据表字段的查询条件,更多条件,请自行添加</p> * @author Generator * @date 2018年08月10日 17时37分19秒 */ public class ReleaseDepositActionCondition implements DaoCondition{ /** * */ private String id; ...
[ "15538068782@163.com" ]
15538068782@163.com
19710afa7b020ccc14dd87f8fbbb2e529e2675ac
8294bbedd27c50a99bae00eccc83a87ac9232875
/lib_common_ui/src/main/java/com/imooc/lib_common_ui/widget/CircleProgressButton.java
41d0e01dd5bca6bb739cffe09a19c65c67bef08d
[]
no_license
99kyuu/NeteaseCloudMusic-MVVM
c3ff6a40a73422b268763793905962951dd51897
a6c1b07ff283e3977b5b23eb7655168b85bbba7c
refs/heads/master
2022-12-03T16:54:02.497873
2020-08-24T02:39:44
2020-08-24T02:39:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,785
java
package com.imooc.lib_common_ui.widget; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.RectF; import androi...
[ "1025618933@qq,com" ]
1025618933@qq,com
5e194f131337bbbf4853920b0740c1918613e5bd
01f378d5c407a5c3db6e4fb7c89dc04a8b702416
/src/main/java/com/whc/relation_udf/udaf/aggMap/AggMapKd.java
c232e62572a5b4d17ab5a52923a56b44cf88a70f
[]
no_license
xiaoyaowang18/udf-whc
98e4b92899fee81d93ee252983f344f3ae91089e
b9d9c02f521490217de14321a875985b4290a9c0
refs/heads/master
2023-06-06T23:06:15.964170
2021-06-30T14:48:17
2021-06-30T14:48:17
357,855,730
0
0
null
null
null
null
UTF-8
Java
false
false
3,363
java
package com.whc.relation_udf.udaf.aggMap; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import com.alibaba.fastjson.JSONObject; import com.aliyun.odps.io.Text; import com.aliyun.odps.io.Writable; import com.aliyun.odps.udf.Aggregator; import com.aliyun.odps.udf.UDFException; import ...
[ "=" ]
=
0e09fbbb9ef8b528e11c00fe2fbac486ce493f53
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_31a56a55e8cd989d740c3c15af09b1aaf669b2bb/TimeWindowMaker/9_31a56a55e8cd989d740c3c15af09b1aaf669b2bb_TimeWindowMaker_s.java
e8b1894d1f3bec5357fe981722b76e8291249f4f
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
2,214
java
package com.guseggert.sensorloggerfeatureextractor.data; import java.util.Observable; import com.guseggert.sensorloggerfeatureextractor.DataInstance; import com.guseggert.sensorloggerfeatureextractor.DataReader; import com.guseggert.sensorloggerfeatureextractor.DataWriter; import com.guseggert.sensorloggerfea...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
70c11d41931adcb50c4922ddd582d3a5ff676fb0
d3dc7cce3026141d4d706b7b915e6ab62c9ffdb3
/src/minecraft/net/minecraft/src/SaveHandler.java
b850c1dd02c0bbe066feb1981a7b0786158a6147
[]
no_license
Rob4001/UMC-Client
eec49225f15224cda910fd7850878b3e594913d2
ab93ea52a7f0e36ec22ea50d096e209000cd3d78
refs/heads/master
2016-09-06T01:58:30.770379
2012-03-04T16:18:49
2012-03-04T16:19:12
3,112,848
0
0
null
null
null
null
UTF-8
Java
false
false
6,831
java
package net.minecraft.src; import java.io.*; import java.util.List; import java.util.logging.Logger; public class SaveHandler implements ISaveHandler { private static final Logger logger = Logger.getLogger("Minecraft"); /** The path to the current savegame directory */ private final File saveDirectory; ...
[ "robert.wilson1717@gmail.com" ]
robert.wilson1717@gmail.com
a802ff384428af8238acb6b757b881c3260d9399
7ce60ae831a4afcefe30b149ad5aa2a01c61280d
/Test Data/Comp401F16/Assignment12/Correct, Stub(stubs)/Submission attachment(s)/Assignment12Stubs/Assignment12Stubs/src/grail/tokenBeans/QuoteToken.java
3e8d53ec69df54fd1265d86dd899a607a7bed16b
[]
no_license
pdewan/Comp401AllChecks
ed967cb535f1bf8c6d7777b7ca53bd6e810e5ba1
86d995defcdde2766329a6db37fdb7a54c70da4a
refs/heads/master
2023-06-26T13:01:27.009697
2023-06-12T06:05:01
2023-06-12T06:05:01
66,742,312
0
0
null
2022-06-30T14:43:42
2016-08-28T00:49:37
Java
UTF-8
Java
false
false
348
java
package grail.tokenBeans; import util.annotations.EditablePropertyNames; import util.annotations.StructurePattern; import util.annotations.StructurePatternNames; import util.annotations.Tags; @Tags({"Quote"}) @StructurePattern(StructurePatternNames.BEAN_PATTERN) @EditablePropertyNames({"Input"}) public class QuoteTok...
[ "avitkus7@gmail.com" ]
avitkus7@gmail.com
db9ed4d54c3e91ec9b34e103adc50126cd1fc728
0ea271177f5c42920ac53cd7f01f053dba5c14e4
/5.3.5/sources/com/google/android/gms/internal/zzedy.java
7c374c3a04400ace508eee2f931bac922c679ed7
[]
no_license
alireza-ebrahimi/telegram-talaeii
367a81a77f9bc447e729b2ca339f9512a4c2860e
68a67e6f104ab8a0888e63c605e8bbad12c4a20e
refs/heads/master
2020-03-21T13:44:29.008002
2018-12-09T10:30:29
2018-12-09T10:30:29
138,622,926
12
1
null
null
null
null
UTF-8
Java
false
false
1,240
java
package com.google.android.gms.internal; import java.util.Comparator; public final class zzedy<K, V> implements zzedz<K, V> { private static final zzedy zzmyr = new zzedy(); private zzedy() { } public static <K, V> zzedy<K, V> zzbvx() { return zzmyr; } public final K getKey() { ...
[ "alireza.ebrahimi2006@gmail.com" ]
alireza.ebrahimi2006@gmail.com
1c0f92b56de52eec2a3768c58247b8f4afb88083
0bd46abe6f88285fdd466955352169209b96962e
/src/main/java/com/zhi/common/GeneratorDisplay.java
21b82e68759728f48269d43644d3ec46c73dcdd2
[]
no_license
lkp7321/rongzhi
7481b4a1e7471ee3c30ee2784132a527b051809d
d5c5f334a3c8d5a8c84c40080796bece304876fd
refs/heads/master
2020-04-15T14:45:28.522054
2019-01-14T02:28:46
2019-01-14T02:28:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,229
java
package com.zhi.common; import org.mybatis.generator.api.MyBatisGenerator; import org.mybatis.generator.config.Configuration; import org.mybatis.generator.config.xml.ConfigurationParser; import org.mybatis.generator.internal.DefaultShellCallback; import java.io.File; import java.util.ArrayList; import java.util.List;...
[ "lz13037330@163.com" ]
lz13037330@163.com
b7d3ffc4537996b367858476476dfc424925c936
6dc818eac00d33bb873402b40f2828090800b0c4
/JSP 폴더/JSP Files/210503_sourcecode/webStudy04_springMVC_Sem/src/main/java/kr/or/ddit/login/LoginCheckController.java
0f2f33a43493611971551f324ce18b821cf25d92
[]
no_license
JeonghoonWon/ddit
0df0d29db4a2a1e15a7754adddb6fb5ef87935be
478812565f3c2ed297e80bc69a5699c58c1dfdb8
refs/heads/master
2023-06-01T18:42:04.310131
2021-06-29T07:48:42
2021-06-29T07:48:42
342,758,724
0
0
null
null
null
null
UTF-8
Java
false
false
2,800
java
package kr.or.ddit.login; import javax.annotation.PostConstruct; import javax.inject.Inject; import javax.servlet.ServletContext; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org....
[ "expedition1205@gmail.com" ]
expedition1205@gmail.com