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
ea0477c2c142ea95c8259ad3604f985f103704b4
6eb010ece91f1b2ef6b4a48c0f078f67401ccacd
/app/src/main/java/com/yapin/shanduo/model/GroupListLoadModel.java
c2b13dcdeaa0bc54945df6b7c5b26ee0356549c3
[]
no_license
CQ173/ShanDuo
d29cbc31e7cd2be1f3490f59c64b9fd7b8a97107
0ae5aad9571c7d2d5b27cbf5d26b3ff7e0457155
refs/heads/master
2020-04-01T17:04:04.284143
2018-10-17T07:12:59
2018-10-17T07:12:59
130,808,255
0
0
null
null
null
null
UTF-8
Java
false
false
317
java
package com.yapin.shanduo.model; import com.yapin.shanduo.model.entity.IMGroupInfo; import com.yapin.shanduo.presenter.OnLoadListener; import java.util.List; /** * 作者:L on 2018/6/16 0016 11:42 */ public interface GroupListLoadModel { void load(OnLoadListener<List<IMGroupInfo.GroupInfo>> listener); }
c2635ff1365f6c5a06e2687af73f3b97a3fc0e75
eef372565ca7a8ed8a9a0faeb79338a4edc8f094
/PTN_Client(2015)/src/com/nms/model/ptn/path/protect/ProtectRorateInfoService_MB.java
4bbb96d642708ca4f63a7470f1c9eba274224c50
[]
no_license
ptn2017/ptn2017
f42db27fc54c1fe5938407467b395e6b0a8721f7
7090e2c64b2ea7f38e530d58247dfba4b2906b9a
refs/heads/master
2021-09-04T08:12:08.639049
2018-01-17T07:24:44
2018-01-17T07:24:44
112,810,000
0
0
null
null
null
null
UTF-8
Java
false
false
1,241
java
package com.nms.model.ptn.path.protect; import java.util.List; import org.apache.ibatis.session.SqlSession; import com.nms.db.bean.ptn.path.protect.ProtectRorateInfo; import com.nms.db.dao.ptn.path.protect.ProtectRorateInfoMapper; import com.nms.model.util.ObjectService_Mybatis; import com.nms.ui.manager.ExceptionMa...
e1b51d82ad45ddf94f6cf952224400514f0645c0
a36dce4b6042356475ae2e0f05475bd6aed4391b
/2005/julypersistenceEJB/ejbModule/com/hps/july/persistence/PIEDocNriHome.java
a9cd85510cb2d66d71d4c23d50ef0c3345c6e8c5
[]
no_license
ildar66/WSAD_NRI
b21dbee82de5d119b0a507654d269832f19378bb
2a352f164c513967acf04d5e74f36167e836054f
refs/heads/master
2020-12-02T23:59:09.795209
2017-07-01T09:25:27
2017-07-01T09:25:27
95,954,234
0
1
null
null
null
null
UTF-8
Java
false
false
1,365
java
package com.hps.july.persistence; /** * This is a Home interface for the Entity Bean */ public interface PIEDocNriHome extends javax.ejb.EJBHome { /** * * @return com.hps.july.persistence.PIEDocNri * @param argIdrecdoc int * @param argQuery int * @param argTypeDocNri short * @param argOwner int * @exception...
74e35878626a5ba5a7a9c6f3c41835f2f4f5956c
5ebfe7bb05c0bf9a1f957eeb53b9d925038df0b7
/lightning-quarkus-examples/src/main/java/example/AppConfigLoader.java
f8f58dff166b5777aa4b1f4cab33123bca10c182
[ "MIT" ]
permissive
aoberoi/java-slack-sdk
0c0fba0f57fabbd1f5095176e7548649bede6435
807f4c12799326fe406e452532178f269f142a29
refs/heads/master
2020-12-22T05:02:15.520881
2020-01-27T21:36:39
2020-01-27T21:36:39
236,676,613
0
0
MIT
2020-01-28T06:59:53
2020-01-28T06:59:52
null
UTF-8
Java
false
false
1,012
java
package example; import com.slack.api.lightning.AppConfig; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.stream.Collectors; p...
7fb18db97849ace0a249a1aca47e7e16702ccacb
eb2690583fc03c0d9096389e1c07ebfb80e7f8d5
/src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02188.java
232496a71f5fcafc4973da70463330defa1b456d
[]
no_license
leroy-habberstad/java-benchmark
126671f074f81bd7ab339654ed1b2d5d85be85dd
bce2a30bbed61a7f717a9251ca2cbb38b9e6a732
refs/heads/main
2023-03-15T03:02:42.714614
2021-03-23T00:03:36
2021-03-23T00:03:36
350,495,796
0
0
null
null
null
null
UTF-8
Java
false
false
3,617
java
/** * OWASP Benchmark Project v1.2 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The OWASP Benchmark is free software: you can redistribute i...
36ccd7a3bf7168a0e58458dfcaa52816e87bce4e
2a317cd5006075eeb8e9b282de69734aa6e2daf8
/com.bodaboda_source_code/sources/com/google/android/gms/drive/realtime/internal/zzf.java
82a2597b4733a220b244ab946c82159e05c793ea
[]
no_license
Akuku25/bodaapp
ee1ed22b0ad05c11aa8c8d4595f5b50da338fbe0
c4f54b5325d035b54d0288a402558aa1592a165f
refs/heads/master
2020-04-28T03:52:04.729338
2019-03-11T08:24:30
2019-03-11T08:24:30
174,954,616
0
0
null
null
null
null
UTF-8
Java
false
false
4,167
java
package com.google.android.gms.drive.realtime.internal; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; import com.google.android.gms.common.api.Status; import com.google.android.gms.common.data.DataHolder; public interfac...
b41765544601c0aeb45f93da29ffe2aac6ff3961
81f05cb51f809174c13024a7220e947017a27af4
/simple/javasource/src/main/java/com/ask/base/componet/params/MixtureParam.java
2e9d4ba97a69161bea1b08a9b5498004eb5aeaf3
[]
no_license
SuperRookieMam/askProject
210d73a9579172d669fd29f421c3a1935ce9534f
1edd95cd1feacc676772dc468df3742804019b46
refs/heads/master
2023-01-11T12:23:41.690525
2019-09-18T13:21:18
2019-09-18T13:21:18
195,639,877
0
0
null
2023-01-04T03:52:34
2019-07-07T10:49:28
Java
UTF-8
Java
false
false
423
java
package com.ask.base.componet.params; import lombok.Getter; import lombok.Setter; import java.io.Serializable; import java.util.List; @Getter @Setter public class MixtureParam implements Serializable{ private static final long serialVersionUID = 2994955292681520883L; //指定 and or String type; List<Fl...
95b803b7026f633463271cec8d7d92ea45526b5d
89f3af52f5634bce05aaecc742b1e4bb0a009ff2
/trunk/fmps-web/src/main/java/cn/com/fubon/fo/customernewcarlicence/service/CustomerNewCarLicenceService.java
9861840b8c1f5b571f13c828efd5f2a74d6ac45d
[]
no_license
cash2one/fmps
d331391b7d6cb5b50645e823e1606c6ea236b8a2
b57c463943fec0da800e5374f306176914a39079
refs/heads/master
2021-01-21T06:42:45.275421
2016-06-21T12:47:46
2016-06-21T12:47:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
935
java
package cn.com.fubon.fo.customernewcarlicence.service; import java.util.List; import java.util.Map; import org.jeecgframework.core.common.service.CommonService; public interface CustomerNewCarLicenceService extends CommonService { /** * 从 ORACLE 数据库 查询新车列表 */ List<Map<String, Object>> getCustomerNewCarLice...
acfdb69db8cf36f48c66ad552a1b50e2e98f726a
58c361819489eeb34411ff84a7de089809f1a646
/communication-message-protocol/src/main/java/com/tigerjoys/communication/protocol/message/MessageEncoder.java
3e4c147835c2b054df88715e862085a0165e9d92
[]
no_license
qugemingzizhemefeijin/communication-frame
24d3f2d2dd696012c39438eb6d97f46c5e84ef78
353bfe64fa1cfbc3adc1fc8faf243492334c0e00
refs/heads/master
2023-04-01T00:09:06.529114
2021-04-09T13:15:59
2021-04-09T13:15:59
356,218,750
1
0
null
null
null
null
UTF-8
Java
false
false
692
java
package com.tigerjoys.communication.protocol.message; import com.tigerjoys.communication.protocol.Protocol; import com.tigerjoys.communication.protocol.ProtocolConst; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.MessageToByteEncoder; public class Messag...
11461abfa9b96b568c56f09b6f0f3c2cc51492b6
64d8ec4256a5d2a020440c3312c005bb47f65a5d
/app/src/main/java/wai/wk/deliver/view/IMainFragView.java
6c9c2a113b54545816e695a51f2f4abb091b1bf9
[]
no_license
Finderchangchang/WKDeliver
b8a94bcf77d43bf4c2f684ca389b000b34fe93bf
e2a2c87801b7a68ad6d3606f7978b4e65d7bb9b6
refs/heads/master
2021-01-22T20:25:34.678461
2017-03-23T09:53:14
2017-03-23T09:53:14
85,320,217
0
0
null
null
null
null
UTF-8
Java
false
false
700
java
package wai.wk.deliver.view; import java.util.List; import wai.wk.deliver.model.ListModel; import wai.wk.deliver.model.OrderModel; /** * Created by Administrator on 2016/10/14. */ public interface IMainFragView { /** * 刷新后返回数据 * * @param list */ void refreshOrder(List<OrderModel> list)...
b385d9bfcaf0bf8a03cde6f7c7536c7a525d1cde
7b73756ba240202ea92f8f0c5c51c8343c0efa5f
/classes/com/tencent/mobileqq/activity/aio/item/SystemItemBuilder.java
66a158156f1c78e4c3d355d55c52979df03ad2a5
[]
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
2,009
java
package com.tencent.mobileqq.activity.aio.item; import android.content.Context; import android.view.View; import android.widget.BaseAdapter; import com.tencent.mobileqq.activity.aio.BaseBubbleBuilder; import com.tencent.mobileqq.activity.aio.BaseBubbleBuilder.ViewHolder; import com.tencent.mobileqq.activity.aio.BaseCh...
8ac5c1f2c5b159366351a25801e796bfbd258843
d736fc72b21e648a287869c0d67e0b1b96cb1475
/Ex24FileInputOutput/src/StringInputOutput.java
a1fa607f6f8fc33470434388e37fc0f341d5ce95
[]
no_license
saythename17/Java
6653c2970d60f4e7d415344866ae1490e5be92fd
d05a94cc54a98316e0d05140ce4a62ae9573cd0c
refs/heads/master
2022-12-11T07:05:14.074425
2020-08-28T08:43:09
2020-08-28T08:43:09
290,993,434
0
0
null
null
null
null
UHC
Java
false
false
4,073
java
import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Scanner; public class StringInputOutput { public static void main(String...
7143e844c0e631a5a4d341f041cd7e138b96f174
037a8221604a4291e0d1c1a9686d4b3bdbd4b876
/20170103/src/demo/TestNumber.java
d84c6eb98f6023c6c2fb197afbdfdf3169297364
[]
no_license
ltt19921124/Learningjavaworkspace
e3822744031a9896807bc3d2e8fcae3e875aab25
6e81c000fc6bbb05313c8049e9a827898dc062ea
refs/heads/master
2021-04-29T10:47:58.613099
2017-04-13T08:26:41
2017-04-13T08:26:41
77,837,535
0
0
null
null
null
null
GB18030
Java
false
false
363
java
package demo; public class TestNumber { /** * @param args * 这是打印出100到200所有的素数 * */ public static void main(String[] args) { for (int i = 100; i < 201; i++){ boolean b = false; for (int j = 2; j < i; j++) { int k = i % j; if(k == 0){ b = true; } } if(!b){ System.out.printl...
483e354fad281b99c2de80ca593d9e0bbb391576
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-1.2/mule/src/java/org/mule/umo/TransactionException.java
ba2891279800642d3e770d830c71d5b80c969039
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-symphonysoft" ]
permissive
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,270
java
/* * $Header$ * $Revision$ * $Date$ * ------------------------------------------------------------------------------------------------------ * * Copyright (c) SymphonySoft Limited. All rights reserved. * http://www.symphonysoft.com * * The software in this package is published under the terms of the BSD * ...
[ "(no author)@bf997673-6b11-0410-b953-e057580c5b09" ]
(no author)@bf997673-6b11-0410-b953-e057580c5b09
0feedce7057aed8d8e4c892b71ebd929fbde01ef
14dfa130aa3ccf86a0c91da844151091c038065a
/examples/src/main/java/es/uc3m/programacion/bucles/anidados/ArbolNavidad.java
1deac6da56c06360deb26e82197adbff068907fc
[]
no_license
chemaar/java-programming-course
c67972dc7e06aa62c3d77d463b7b3e5337d45a5a
477a9a1a7e2156fb311794ee4125257cf753e9ed
refs/heads/master
2021-01-10T13:36:15.534190
2015-12-11T13:42:13
2015-12-11T13:42:13
43,778,283
1
0
null
null
null
null
UTF-8
Java
false
false
1,170
java
package es.uc3m.programacion.bucles.anidados; import java.io.IOException; import java.util.Scanner; /** * Escribir un programa para mostrar por pantalla la siguiente figura. * * * * *** ***** ******* ********* *********** ************* *************** *** ...
9eb8168a73d9c3be85f760d91fe8e96b2ef015be
6be39fc2c882d0b9269f1530e0650fd3717df493
/weixin反编译/sources/com/tencent/mm/plugin/remittance/ui/RemittanceResultUI.java
b4fee573317244003f6ca74d3b8e7f0c1d354304
[]
no_license
sir-deng/res
f1819af90b366e8326bf23d1b2f1074dfe33848f
3cf9b044e1f4744350e5e89648d27247c9dc9877
refs/heads/master
2022-06-11T21:54:36.725180
2020-05-07T06:03:23
2020-05-07T06:03:23
155,177,067
5
0
null
null
null
null
UTF-8
Java
false
false
6,950
java
package com.tencent.mm.plugin.remittance.ui; import android.os.Bundle; import android.widget.Toast; import com.tencent.mm.ad.k; import com.tencent.mm.f.a.fl; import com.tencent.mm.plugin.remittance.model.n; import com.tencent.mm.plugin.wallet_core.model.Orders; import com.tencent.mm.plugin.wallet_core.model.Orders.Com...
0810437ce9b68667c6bd0122a4dd030f1d4af136
88d3adf0d054afabe2bc16dc27d9e73adf2e7c61
/jcs/src/main/java/org/apache/jcs/admin/JCSAdminBean.java
864bd21af8a24834ba760b99dd1ced08bd0264e2
[ "Apache-2.0" ]
permissive
nntoan/vietspider
5afc8d53653a1bb3fc2e20fb12a918ecf31fdcdc
79d563afea3abd93f7fdff5bcecb5bac2162d622
refs/heads/master
2021-01-10T06:23:20.588974
2020-05-06T09:44:32
2020-05-06T09:44:32
54,641,132
0
2
null
2020-05-06T07:52:29
2016-03-24T12:45:02
Java
UTF-8
Java
false
false
6,908
java
package org.apache.jcs.admin; /* * 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, Versi...
0f0015e4bd6a53ba18fde35ae8c804c2870a7019
10c908df688f63bb50d54e523f97530bc5d11d39
/demos/spring-boot-demo/demo-dynamic-datasource/src/main/java/com/xkcoding/dynamic/datasource/config/MyMapper.java
13700d36707354859374c7370068b58a20854e4c
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
xinlc/elasticsearch-learning
4a97287b3b0685dc1f0128c5fc3d6ec703497feb
9269b7c613b95ba0866f199f20b8fd5e4b635984
refs/heads/master
2023-01-24T04:11:13.593418
2021-03-13T09:54:56
2021-03-13T09:54:56
238,639,635
4
1
MIT
2023-01-06T19:11:04
2020-02-06T08:19:33
HTML
UTF-8
Java
false
false
398
java
package com.xkcoding.dynamic.datasource.config; import tk.mybatis.mapper.annotation.RegisterMapper; import tk.mybatis.mapper.common.Mapper; import tk.mybatis.mapper.common.MySqlMapper; /** * <p> * 通用 mapper 自定义 mapper 文件 * </p> * * @author yangkai.shen * @date Created in 2019-09-04 16:23 */ @RegisterMapper pub...
d08ebbc27dd7158914a2ad3747edac8e6606ce4f
caefb3add4fb574553b47f4c0b669a0de4273ef2
/kie-wb-common-screens/kie-wb-common-project-explorer/kie-wb-common-project-explorer-client/src/main/java/org/kie/workbench/common/screens/explorer/client/widgets/BranchSelectorViewImpl.java
2cdb50e5ee153cda10ef30050a15d374f8459e70
[]
no_license
marcobattaglia/kie-wb-common
ed2549f3c067564667571e27b6d3ceaf49ef3408
9aef6ee5e6eefa1a33277a0c14ec103191d94e0f
refs/heads/master
2020-12-11T07:46:46.718559
2014-09-29T00:38:34
2014-09-29T00:38:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,578
java
/* * Copyright 2014 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
b7bb1343b41be71e07f5370ab4b55cafed3a14bd
f8d52411b492576de89fbf5198f2091146e49f4e
/Mina_service/src/sendMsg/getJson.java
a7dacb27f2b42a3edf9c6e118664e6f804f2de97
[]
no_license
supercoeus/Mina
19c349696a44c8198ae94877a76a3194ea858ef7
f6ae74521a4ab69cdd082b14679aad6d89227489
refs/heads/master
2023-03-18T05:16:36.170936
2016-12-24T18:26:28
2016-12-24T18:26:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
914
java
package sendMsg; import org.json.JSONException; import org.json.JSONObject; import code.GetCode; public class getJson { public static String getMsg(String action,String from,String to,String msg,String type){ JSONObject jsonObject=new JSONObject(); try { jsonObject.put("action", action); jsonObject.put("f...
c03feaf6b5f7ef1b815adb82745ecababdd9a9b8
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
/ast_results/TCA-Team_TumCampusApp/app/src/test/java/de/tum/in/tumcampusapp/activities/RoomFinderActivityTest.java
0e0f9419aafff621eb0dee7873bb06f8a9e28d51
[]
no_license
cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
d90c41a17e88fcd99d543124eeb6e93f9133cb4a
0564143d92f8024ff5fa6b659c2baebf827582b1
refs/heads/master
2020-07-13T13:53:40.297493
2019-01-11T11:51:18
2019-01-11T11:51:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
565
java
// isComment package de.tum.in.tumcampusapp.activities; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotation.Config; import de.tum.in.tumcampusapp.TestApp; @RunWith(RobolectricTestRunner.class) @Config(application = TestApp.class) publ...
946b9ce51b6553a4ab1e7e8d5a2bbdc4ccbfc78e
df755f1ad9f30e2968faaf65d5f203ac9de8dcf1
/mftcc-platform-web-master/src/main/java/app/component/eval/feign/AppPropertyFeign.java
33f2216b5f20708e94104fdafd3fa3631db52455
[]
no_license
gaoqiang9399/eclipsetogit
afabf761f77fe542b3da1535b15d4005274b8db7
03e02ef683929ea408d883ea35cbccf07a4c43e6
refs/heads/master
2023-01-22T16:42:32.813383
2020-11-23T07:31:23
2020-11-23T07:31:23
315,209,391
0
0
null
null
null
null
UTF-8
Java
false
false
3,083
java
package app.component.eval.feign; import java.util.List; import java.util.Map; import app.component.eval.entity.EvalScenceConfig; import org.springframework.cloud.netflix.feign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; impor...
0963c4983e15b1456d5da915656783e1097faa37
46d032112ccd547f0cbb6db17b8b1545b829911f
/cqhttp-spring-boot-starter/src/main/java/org/devefx/spring/boot/cqhttp/event/request/FriendRequestEvent.java
c4398d48e6fbc2c87b317ae669aa76aae730bfa5
[ "Apache-2.0" ]
permissive
devefx/spring-boot-starters
cb8833a30ae15c985b6aaf87a323a56b52f9eeab
d2f0a3ac7cefec852e96955ac70ed2bec6ea7e51
refs/heads/master
2022-07-20T05:00:58.539035
2022-07-01T14:01:47
2022-07-01T14:01:47
163,935,217
0
0
null
null
null
null
UTF-8
Java
false
false
288
java
package org.devefx.spring.boot.cqhttp.event.request; import lombok.ToString; import org.devefx.spring.boot.cqhttp.event.request.reply.FriendRequestReply; /** * 加好友请求 */ @ToString(callSuper = true) public class FriendRequestEvent extends RequestEvent<FriendRequestReply> { }
7923829b5cbbfe08e0bef0e63bfb8c7c89be9604
d099b49dc23a0af079ae1c172afb1b7b40b9fc30
/src/main/java/org/apache/camel/salesforce/dto/QueryRecordsTaskStatus.java
dd32380ae19f290594bd690bc22ea2714c84a947
[]
no_license
jorgecanoc/salesforce-demo
a5bea92dd33f7327d0694ebe03eb00987e586b50
5dfa7c1cb1bbbb88cc24dcbdd302006a86ad1d57
refs/heads/master
2021-01-10T09:21:54.522025
2016-03-04T19:29:39
2016-03-04T19:29:39
53,092,243
0
0
null
null
null
null
UTF-8
Java
false
false
687
java
/* * Salesforce Query DTO generated by camel-salesforce-maven-plugin * Generated on: Thu Feb 11 22:46:57 CST 2016 */ package org.apache.camel.salesforce.dto; import com.thoughtworks.xstream.annotations.XStreamImplicit; import org.apache.camel.component.salesforce.api.dto.AbstractQueryRecordsBase; import java.util....
d5c925b2dca0276cb3b09fb42332475f5f95bbcd
573a66e4f4753cc0f145de8d60340b4dd6206607
/JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/817694/guavav16/guava-16.0/guava/src/com/google/common/io/Closeables.java
e1d6dc303828b603976f1098f43d86c73178016a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mkaouer/Code-Smells-Detection-in-JavaScript
3919ec0d445637a7f7c5f570c724082d42248e1b
7130351703e19347884f95ce6d6ab1fb4f5cfbff
refs/heads/master
2023-03-09T18:04:26.971934
2022-03-23T22:04:28
2022-03-23T22:04:28
73,915,037
8
3
null
2023-02-28T23:00:07
2016-11-16T11:47:44
null
UTF-8
Java
false
false
2,787
java
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
edc2cf0811f7395987a0efdafe88dcbfecc72b74
db2ca48fffaf6689c9db439abaf9d98729548e0b
/zrp-service-trading/zrp-service-trading-consumer/src/main/java/com/ziroom/zrp/service/trading/valenum/ContractIsModifyEnum.java
ccfb92c59479d9de676336b283969f10ca74c24e
[]
no_license
majinwen/sojourn
46a950dbd64442e4ef333c512eb956be9faef50d
ab98247790b1951017fc7dd340e1941d5b76dc39
refs/heads/master
2020-03-22T07:07:05.299160
2018-03-18T13:45:23
2018-03-18T13:45:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
783
java
package com.ziroom.zrp.service.trading.valenum; /** * <p>合同是否可修改枚举</p> * <p> * <PRE> * <BR> 修改记录 * <BR>----------------------------------------------- * <BR> 修改日期 修改人 修改内容 * </PRE> * * @author lusp * @version 1.0 * @Date Created in 2017年11月1日 18:02 * @since 1.0 */ public enum Contr...
[ "068411Lsp" ]
068411Lsp
ffc80ee9ef6834735fd5fb6b197abc4b4dc9e53e
8380b5eb12e24692e97480bfa8939a199d067bce
/FlexiSpy/Android/1.00.1/_build/source/process-main/build/src/com/vvt/phoenix/prot/command/GetActivationCode.java
66096f74ea68175f395e05707ab070a934263cd3
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
RamadhanAmizudin/malware
788ee745b5bb23b980005c2af08f6cb8763981c2
62d0035db6bc9aa279b7c60250d439825ae65e41
refs/heads/master
2023-02-05T13:37:18.909646
2023-01-26T08:43:18
2023-01-26T08:43:18
53,407,812
873
291
null
2023-01-26T08:43:19
2016-03-08T11:44:21
C++
UTF-8
Java
false
false
195
java
package com.vvt.phoenix.prot.command; public class GetActivationCode implements CommandData{ @Override public int getCmd() { return CommandCode.REQUEST_ACTIVATION_CODE; } }
c0fdd05b7b981e60c320f6b3273bda459247a737
59e42688b277575a055cc5eff968a64d76a8ba28
/src/bus/uigen/introspect/ABeanInfoProxy.java
dcc8effe091b9bd1162b56a73f103f738c27b288
[]
no_license
pdewan/ObjectEditor
2dbd5bc6f4d4373fdf49945b51ca7b9e2d144261
71b4d1ebf931b125244f672e8e34660c5abb28f7
refs/heads/master
2022-05-01T17:44:42.368544
2022-03-23T22:43:26
2022-03-23T22:43:26
16,308,895
1
0
null
null
null
null
UTF-8
Java
false
false
5,707
java
package bus.uigen.introspect; import java.beans.BeanInfo; import java.beans.IndexedPropertyDescriptor; import java.beans.MethodDescriptor; import java.beans.PropertyDescriptor; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.ut...
8929dbbf73549df60c7358d561dd8a29529df41f
badb58980b6b36f98c8172a20b61da94a6bdd3f7
/site/src/main/java/com/mootly/wcm/components/PollComponent.java
d907c9c69ffcf49c74516ff0a86255dca16c0d09
[]
no_license
runitmalik01/git
d246f415178ee717721b3265ff1e4b3654a9bd70
6b67cb7605f00a5bf516b216dafabef21a7a2302
refs/heads/master
2020-04-01T16:34:40.174723
2014-03-31T04:34:09
2014-03-31T04:34:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,641
java
/** * Copyright (C) 2010 Hippo B.V. * * 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 ...
dd52b2052adba410aed85647545d068f228e767f
cf5ff8e0bbd93e0d3110169bc7f89e2a2b2be60d
/yzim-easeui-SDK_3.1.3/src/com/yz/im/ui/fragment/FindUserFragment.java
3482d39af36b3650e054c5a3a6732d89809a8921
[ "Apache-2.0" ]
permissive
yaolu0311/ThinkcooRefactor-2016526
993c09b50719322d9d89621f2d991e4687ab81f8
bfe011a0650ca0c80932dc45c2e60868966afda6
refs/heads/master
2020-09-26T05:30:24.155465
2016-09-05T07:12:13
2016-09-05T07:12:13
67,396,724
0
0
null
null
null
null
UTF-8
Java
false
false
2,002
java
package com.yz.im.ui.fragment; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.RelativeLayout; import com.h...
0e76460a09c309356fb39470566b5061b414e4b5
3c4763922cda3f3a990b74cdba6f8a30b07467de
/src/main/java/students/vitaly_porsev/lesson_6/level_1/tasks/WhileDefinition4.java
444a8c193e7e0772d58d697da2658e7c684c7518
[]
no_license
VitalyPorsev/JavaGuru1
07db5a0cc122b097a20e56c9da431cd49d3c01ea
f3c25b6357309d4e9e8ac0047e51bb8031d14da8
refs/heads/main
2023-05-10T15:35:55.419713
2021-05-15T18:48:12
2021-05-15T18:48:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
243
java
package students.vitaly_porsev.lesson_6.level_1.tasks; class WhileDefinition4 { public static void main(String[] args) { int i = 1; while (i <= 100) { System.out.println(i); i++; } } }
7e051671868afd28431094707d3e7583f8c81949
ebd1c86225b7f8d463d992549085966eacb109f1
/gwfsecurityapp/src/main/java/com/gwf/security/app/SpringSocialConfigurerPostProcessor.java
7dc0c9abceb0c167d8bbcfc5bf2527cdbb5a932d
[]
no_license
walabank/gwfSecurity
66686a19a598960de706e0be6838ae3889b3cfd2
63d6dd8d82ed44c6cfc8356486de323dc25ce938
refs/heads/master
2020-03-18T00:56:57.498358
2018-05-15T11:12:18
2018-05-15T11:12:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,347
java
package com.gwf.security.app; import com.gwf.security.core.social.GwfSpringSocialConfigurer; import org.apache.commons.lang.StringUtils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; import org.springframework.context.annotation.Bean; import org.spr...
949e8e4f07bb56a9b7f1f31ee24d4cc217ce7c3e
755da35585bd16e66430289a19eb994d01ed16ef
/src/main/java/ch/ethz/idsc/retina/util/math/ParametricResample.java
5b8ed44bcef1e5a14cf1e1949770b3598b0b01c7
[]
no_license
datahaki/retina
001f0ebe89d23a461ee95c946d93c3ba35bbdf25
b01b72aae54cca859b1f845748f70aa2c765f947
refs/heads/master
2020-09-01T08:32:54.658322
2019-10-27T12:25:36
2019-10-27T12:25:36
103,564,223
1
0
null
2018-10-20T02:02:24
2017-09-14T17:54:32
Matlab
UTF-8
Java
false
false
2,608
java
// code by jph package ch.ethz.idsc.retina.util.math; import java.io.Serializable; import java.util.LinkedList; import java.util.List; import ch.ethz.idsc.tensor.RealScalar; import ch.ethz.idsc.tensor.Scalar; import ch.ethz.idsc.tensor.Scalars; import ch.ethz.idsc.tensor.Tensor; import ch.ethz.idsc.tensor.Tensors; im...
5f8f45cfff0d8ace5e3a5a32ae0cd169ee6f4e4f
f77e8ce3033e35f962b3a0068476bc0d559f2a95
/02.DefiningClasses-Exercise/src/p02_creating_constructors/Main.java
95dd3b9734ca6a9ef7cb075a0e10b753024b45de
[]
no_license
CarlitoBG/JavaOOP-Basics
020b903f77d3370e37aa0d0ffb89f3152fc6cd92
a3939fb7f4ba461b8e4df7987388d227c339ccd3
refs/heads/master
2020-03-25T12:12:00.349138
2018-08-06T18:22:08
2018-08-06T18:22:08
143,763,987
0
0
null
null
null
null
UTF-8
Java
false
false
1,193
java
package p02_creating_constructors; import java.io.BufferedReader; import java.io.InputStreamReader; import java.lang.reflect.Constructor; public class Main { public static void main(String[] args) throws Exception { InputStreamReader isr = new InputStreamReader(System.in); BufferedReader reader = ...
1c199b43d5016bcf4ee9cb9c4cd9bf8edfa33a38
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/util/MRBuilderUtils.java
d21a4a29e9910a36af9b08803d998cb98907a69a
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
Java
false
false
735
java
package org.apache.hadoop.mapreduce.v2.util; import java.util.List; import org.apache.hadoop.mapreduce.v2.api.records.AMInfo; import org.apache.hadoop.mapreduce.v2.api.records.JobId; import org.apache.hadoop.mapreduce.v2.api.records.JobReport; import org.apache.hadoop.mapreduce.v2.api.records.JobState; import org.apach...
770b12093220a1a1f35de0500709c81d67ecbaba
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/25/25_642834c49a50e8a23b229b0ef65437a3a4126a5e/Settings/25_642834c49a50e8a23b229b0ef65437a3a4126a5e_Settings_s.java
b2ba6c92087ea40e5977c335e925470cef8ec64c
[]
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,737
java
package neuralNets.matlab; import java.util.HashMap; /** * Represents settings for the program. * Used to modify how the program run from MATLAB. * @author Maarten Slenter */ public class Settings { /** * The settings */ private final HashMap<String, Object> settings = new HashMa...
118e00745ceed1f3bdccb031fc984e7c7dc4669d
092c76fcc6c411ee77deef508e725c1b8277a2fe
/hybris/bin/ext-addon/cisclienttest/src/com/hybris/cis/client/constants/CisclienttestConstants.java
519c2a43c59c2651d3d59e207a0bf86e1b978594
[ "MIT" ]
permissive
BaggaShivanshu2/hybris-bookstore-tutorial
4de5d667bae82851fe4743025d9cf0a4f03c5e65
699ab7fd8514ac56792cb911ee9c1578d58fc0e3
refs/heads/master
2022-11-28T12:15:32.049256
2020-08-05T11:29:14
2020-08-05T11:29:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
834
java
/* * [y] hybris Platform * * Copyright (c) 2000-2014 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * li...
e30f50d961064562276526c96d9542fb001f21c1
a58c59e2b0317ddb85bf32996ecf765a1888658f
/filter/src/com/hfm/filter/HelloFilter.java
babc56ce397b5f0d38e5cc88234e9ea2f1aaf80d
[]
no_license
hfming/java_web
5c9403a6fe5c18d138b408e6ca5af8ce8e220f87
2246d9f2aa24112128b62da5881e1b3e8de1904e
refs/heads/master
2023-08-30T18:33:27.705276
2021-10-09T12:32:56
2021-10-09T12:32:56
286,909,469
1
0
null
null
null
null
UTF-8
Java
false
false
1,159
java
package com.hfm.filter; import javax.servlet.*; import java.io.IOException; /** * @author [email protected] * @version 1.01 2020-08-29 15:33 * @Description 实现 Filter 接口方式开发 Filter 过滤器 * @date 2020/8/29 */ public class HelloFilter implements Filter { @Override public void init(FilterConfig filterConfig)...
8d270b1d6aebb779ef7b5cfc82b5bd68c504c77a
058d78c27d6f0213b919fd07421afbe070823260
/src/main/java/coding4fun/Problem47.java
fc855163c9a0323e85b78aa83da00b82e0bb4781
[ "MIT" ]
permissive
fredyw/coding4fun
2aff0cd80aebde692651cbf3a46c2485f6d10188
d97b41508fd1ef72bd2d634be3a187bc64d3aac4
refs/heads/master
2021-01-17T00:24:33.282258
2019-07-08T05:08:41
2019-07-08T05:08:41
17,426,611
1
1
null
null
null
null
UTF-8
Java
false
false
2,245
java
package coding4fun; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Finds the longest increasing subsequence. * * <pre> * Input : [2, 4, 4, 5, 6, 1, 2, 7, 6, 10] * Output: [2, 4, 5, 6, 7, 10] * * Inp...
37f21df924189bdb872a4ed1b3f4ce594a122f1f
af302744fa016cedfe50c0a38771d2a78a1fe4b5
/src/test/java/com/example/bay01/employee/EmployeeControllerSpringBootTest.java
26f41767d84bdb93d860443911940db8d4d46c13
[]
no_license
up1/demo-springboot-testing
d93629a9787612177c6a7902e7e846f7174fc1d9
741417cec156b68aaf420230917e20415d212b5c
refs/heads/master
2020-07-04T05:02:13.564479
2020-01-27T09:38:26
2020-01-27T09:38:26
202,165,113
1
0
null
null
null
null
UTF-8
Java
false
false
1,244
java
package com.example.bay01.employee; 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.boot.test.mock.mockito.MockBean; import org.springframework.boot.test.web.cl...
c3868071d9081babf8198455fcf6592cad29c3ca
8d9293642d3c12f81cc5f930e0147a9d65bd6efb
/src/main/java/net/minecraft/world/level/block/TntBlock.java
67f591b61bda5d3083dcdbab23ac1bef22007375
[]
no_license
NicholasBlackburn1/Blackburn-1.17
7c086591ac77cf433af248435026cf9275223daa
fd960b995b33df75ce61865ba119274d9b0e4704
refs/heads/main
2022-07-28T03:27:14.736924
2021-09-23T15:55:53
2021-09-23T15:55:53
399,960,376
5
0
null
null
null
null
UTF-8
Java
false
false
5,400
java
package net.minecraft.world.level.block; import javax.annotation.Nullable; import net.minecraft.core.BlockPos; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.stats.Stats; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; im...
d5dee78a2a8f5d392c38610186906322c280ec25
33e8de3929d7b8f04c21acdde7762ea394f10d77
/mybatisdemo/src/main/java/com/example/mybatisdemo/config/MybatisConfiguration.java
425d627aa20f3268e1d23e81bd007b9823e3e32a
[]
no_license
lonelyCoder-jrbing/springCloud_dev
4aaee8bd243fd1f916789396f31dd3938b37bf4e
3dd9719d9bd4e09728bb3de8db83c978d8d72822
refs/heads/master
2022-12-20T20:06:54.968267
2020-03-12T09:00:35
2020-03-12T09:00:35
205,824,153
0
0
null
2022-12-16T05:08:14
2019-09-02T09:35:37
Java
UTF-8
Java
false
false
2,084
java
package com.example.mybatisdemo.config; import com.example.mybatisdemo.intercepters.page.PageInterceptor; import com.example.mybatisdemo.intercepters.sqlExecuteTimeCount.SqlExecuteTimeCountInterceptor; import com.example.mybatisdemo.intercepters.sqlExecuteTimeCount.SqlExecuteTimeCountInterceptor2; import org.apache.i...
1c3d54119f420180b7af58dc35904dc3ba4e3ab1
975945cf2c76b20d5d4448b89f7057e33d1a9ebc
/customer/src/main/java/com/shareshenghuo/app/user/network/response/HomeDataResponse.java
cdadce994bb8d2342e96f87d53cd924d7f77dacb
[]
no_license
gy121681/Share
aa64f67746f88d55e884e5ae48b3789422175f8f
031286dc1d2ce4ebe7fe2665ebd525d1946ad163
refs/heads/master
2021-01-15T12:02:34.908825
2017-08-08T03:01:07
2017-08-08T03:01:07
99,643,530
3
0
null
null
null
null
UTF-8
Java
false
false
431
java
package com.shareshenghuo.app.user.network.response; import java.util.List; import com.shareshenghuo.app.user.network.bean.ProdInfo; import com.shareshenghuo.app.user.network.bean.ShopInfo; public class HomeDataResponse extends BaseResponse { public HomeData data; public class HomeData { public List<ProdInfo...
ad9257acf1ae55e9e8495a9ab28fa0c340ce2b93
6319bdd51bbc8ef99ac270ec1c59569f569d40ba
/app/src/main/java/app/groceryapp/data/model/api/response/category/Category.java
a699f2dd2c6b62cdd16e9faeacaaa8f8fa65b048
[]
no_license
satishru/8874u4554_hKhhf_GrocShop
841dfde11d53bd141ec54bb3ccd0a057fe455c88
9314de50404a551e32b28a2bfe1f45a9960cabbf
refs/heads/master
2022-11-20T03:00:34.707184
2020-07-13T04:40:49
2020-07-13T04:40:49
274,701,813
0
0
null
null
null
null
UTF-8
Java
false
false
2,107
java
package app.groceryapp.data.model.api.response.category; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; public class Category { @SerializedName("category_id") @Expose private Integer categoryId; @SerializedName("category_name") ...
f350e5c80c62dd5e51b4619b4adf772ba92771a6
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_149/Testnull_14846.java
1ff234078dded2883ba617ba256ce889bfc8dd4a
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
308
java
package org.gradle.test.performancenull_149; import static org.junit.Assert.*; public class Testnull_14846 { private final Productionnull_14846 production = new Productionnull_14846("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
0fd208293098bf5be4d7e499f41def0fa580d8df
ab648832da99f0153fe538949b2a45cab37a81e2
/src/main/java/com/vmware/vim25/mo/TaskHistoryCollector.java
fb32072c332694ba534c83a5120e4f34520e3256
[ "BSD-3-Clause" ]
permissive
stephenc/vijava
9429d3a0cce8f1a2ed533201160be55017a202ed
2148e00360796f13f24b8a2d8df1142c29024325
refs/heads/master
2023-06-15T23:25:06.777827
2015-02-17T11:38:59
2015-02-17T11:38:59
30,876,379
1
2
null
2015-03-10T11:26:33
2015-02-16T16:18:02
Java
UTF-8
Java
false
false
2,616
java
/*================================================================================ Copyright (c) 2008 VMware, Inc. 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 ...
e9f4c95ee8543b08e46b539894de7fdab229600c
c5c1abf66986941bf7eb3c7ac2f795dac0d9ae34
/src/test/java/org/thoriumlang/compiler/ast/nodes/MethodSignatureTest.java
58180aadfa7ee64cbbccdc42c4213419561743b1
[ "Apache-2.0" ]
permissive
thoriumlang/thc
a6cc1713ac7d3a2e50ba6d7881cb14bd614ad211
89e0ffe8bd22d6934304a9425b167ec19839f405
refs/heads/master
2023-08-31T16:10:41.625307
2021-06-04T20:21:51
2021-06-04T20:21:51
194,316,129
2
1
Apache-2.0
2023-06-14T23:33:23
2019-06-28T18:16:23
Java
UTF-8
Java
false
false
7,687
java
/* * Copyright 2019 Christophe Pollet * * 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 agre...
729a834ad125b6f8c120c70b119f6f6dfee4f094
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes5.dex_source_from_JADX/com/google/common/collect/Iterables$9.java
6095e0116c798b9222f30fa931668a3d30356c2b
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.google.common.collect; import java.util.Iterator; import java.util.List; /* compiled from: button_icon_image */ final class Iterables$9 extends FluentIterable<T> { final /* synthetic */ List f7359a; final /* synthetic */ int f7360b; Iterables$9(List list, int i) { this.f7359a = list; ...
f9d98fd302571fc1dea9873db91d0d3430cd9cb1
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/32/32_5ed4ae346ee91e1f58bb604355ecef74dd33cb01/GeneralFragmentActivity/32_5ed4ae346ee91e1f58bb604355ecef74dd33cb01_GeneralFragmentActivity_t.java
1974486dae4314d1f47d2db7acc727918d17c8c9
[]
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,122
java
/* * Copyright (C) 2011 The CyanogenMod 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 a...
b655d9e8802bc5f4e55a88d52aecc48bef56fb67
52acbc630e80cf76a8a7c7b7c320b7e18d02c580
/src/main/java/sonar/logistics/server/address/Environment.java
9bb55d9bb85048f8927219d455ebed74cbc77bd9
[]
no_license
SonarSonic/Practical-Logistics-3
2f8d11a9a86545726182dc2121f459332f9c0215
bfd78dee190fef0964470549c3e023ddff3a2a61
refs/heads/master
2021-06-13T03:30:38.550886
2021-05-26T14:51:30
2021-05-26T14:51:30
254,422,436
2
0
null
null
null
null
UTF-8
Java
false
false
1,925
java
package sonar.logistics.server.address; import net.minecraft.block.BlockState; import net.minecraft.entity.Entity; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.Direction; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import sonar.logistics.common.multiparts.network...
b08f23b4378715a3173c4bd098e77cc9615a3969
f1ffd11f81393fc626c9789a92154953b96f788d
/org.carewebframework.ui-parent/org.carewebframework.ui.core/src/main/java/org/carewebframework/ui/dialog/DialogResponse.java
c2efad146f6ebce04876e2768689a2961e057981
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-fujion-exception-to-apache-2.0" ]
permissive
carewebframework/carewebframework-core
4358a7c7d1daa06874aa779ebc0961ae7467966f
fa3252d4f7541dbe151b92c3d4f6f91433cd1673
refs/heads/master
2020-04-03T20:51:52.574637
2018-06-13T18:23:55
2018-06-13T18:23:55
8,866,638
4
4
null
2017-07-05T12:53:55
2013-03-18T23:30:59
Java
UTF-8
Java
false
false
5,356
java
package org.carewebframework.ui.dialog; import static org.carewebframework.ui.dialog.DialogConstants.LABEL_ID_CANCEL; import static org.carewebframework.ui.dialog.DialogConstants.LABEL_ID_OK; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang.ArrayUtils; import org.apache.commons.lang....
6a2fadaca0285e4e21a9baa59c204efbbba813f7
73fd919211583d7adeeb8db0071a18b1a92a179d
/gmall-pms-interface/src/main/java/com/atguigu/gmall/pms/entity/SkuImagesEntity.java
020014ebded81a03bebd0803473358eb32f4fcb7
[ "Apache-2.0" ]
permissive
ksabu00/gmall
2dffae1d13b10050e8b1046590e53397556145db
ef98a49709adaebd4c7b610c38b48dc2cbc3d801
refs/heads/master
2022-12-20T10:32:47.505796
2019-11-16T16:08:30
2019-11-16T16:08:30
218,021,317
0
0
Apache-2.0
2022-12-16T14:50:33
2019-10-28T10:27:22
JavaScript
UTF-8
Java
false
false
1,146
java
package com.atguigu.gmall.pms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * sku图片 ...
7e54e0a7aa3056f3ef6e7b3bef7b4e8bbf5b9b44
14fec7d48aa2bd28ecbeb87e4e1d8aeb23e20635
/src/main/java/com/mht/service/impl/AppPartUpdateUserServiceImpl.java
c8480642c26561c7099eafccd4feb30d426ec8a2
[]
no_license
haoqiunie/api1
352a2d75ee77b98ff09f7e5a43bfc4f6cab98294
37bf9c55edda5e9b7a70a85f0851472dd8306280
refs/heads/master
2022-06-27T18:22:03.203863
2019-08-12T03:02:11
2019-08-12T03:02:11
201,601,048
0
0
null
2022-06-17T02:25:39
2019-08-10T08:17:18
Java
UTF-8
Java
false
false
526
java
package com.mht.service.impl; import com.mht.entity.AppPartUpdateUser; import com.mht.mapper.AppPartUpdateUserMapper; import com.mht.service.IAppPartUpdateUserService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** * <p> * 服务实现类 * </p> * * ...
38838d46356f5073e59fcba6f1ae97916f2462e8
51fa3cc281eee60058563920c3c9059e8a142e66
/Java/src/testcases/CWE89_SQL_Injection/s04/CWE89_SQL_Injection__URLConnection_executeBatch_54a.java
4d7a122324582d0f422d5e38d97f25ce26363af7
[]
no_license
CU-0xff/CWE-Juliet-TestSuite-Java
0b4846d6b283d91214fed2ab96dd78e0b68c945c
f616822e8cb65e4e5a321529aa28b79451702d30
refs/heads/master
2020-09-14T10:41:33.545462
2019-11-21T07:34:54
2019-11-21T07:34:54
223,105,798
1
4
null
null
null
null
UTF-8
Java
false
false
6,002
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE89_SQL_Injection__URLConnection_executeBatch_54a.java Label Definition File: CWE89_SQL_Injection.label.xml Template File: sources-sinks-54a.tmpl.java */ /* * @description * CWE: 89 SQL Injection * BadSource: URLConnection Read data from a web server with URLConnection...
af7e8efc88d829efc94ee5f1185efd1b185486ec
7fbc568f5f502eb0ae405022f7f34c79e0c49234
/baifei-logistics/src/main/java/org/baifei/modules/entity/request/dhl/DhlConsigneeAddress.java
6b0a97e475db1d670bb7b131ae171ac9d2e43e57
[ "MIT" ]
permissive
yourant/logistics
c6271bae3e2d6add20df0ee7c815652f423e50de
3989d2f7b3213c6973bc76e7031248b8643ab5b1
refs/heads/master
2023-03-23T16:44:34.938698
2020-07-03T04:42:31
2020-07-03T04:42:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
451
java
package org.baifei.modules.entity.request.dhl; import lombok.Data; @Data public class DhlConsigneeAddress { private String name; private String address1; private String address2; private String city; private String state; private String district; private String country; private ...
527a4b0e1b3ec9ba07c33bb81e3585ce3a55f907
164d7a4a9126bbfeecf851717192a038fb198900
/user-server-consumer-feign-customizing/src/main/java/com/xuliugen/springcloud/controller/UserController.java
c15d8f0de43af9ace1f553f74cbe728d198884a0
[]
no_license
tangyj5004/springcloud-demo
c7b70f42483f504ab320711c3317072fbb5bae33
7e6335e9f6eedfd57cccc2df17ea5a656dd562f4
refs/heads/master
2020-04-24T08:00:35.574034
2017-09-01T05:15:25
2017-09-01T05:15:25
171,817,009
0
0
null
null
null
null
UTF-8
Java
false
false
1,355
java
package com.xuliugen.springcloud.controller; import com.xuliugen.springcloud.bean.User; import com.xuliugen.springcloud.client.UserFeignClient; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cloud.client.ServiceInstance; import org.springframework.cloud.client.loadbalancer.Lo...
bae1b7df47fe281ba96c7006adf434e224b78cc9
f79556e9a4cdace2b24d68a27328a1629e085530
/教务管理系统/school/src/com/sevenEleven/javaBean/CMethod.java
d8a93eb82c52730d762a6f6f2503a55a1003c5db
[]
no_license
X-lun/Java-web
3274b5f4e1536573d70c4b515c96efcd8233cf90
f21b76d6b690d68a53366622a859551e1ebc0b40
refs/heads/master
2022-04-15T08:21:53.094414
2019-04-21T07:20:08
2019-04-21T07:20:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,599
java
package com.sevenEleven.javaBean; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; public class CMethod { private Connection conn; private ResultSet res; public CMethod() { connection(); // TODO Auto-generated constructor stub } public vo...
04cd4b9fdecb1a07a418aa5d0c743e1003c1a4c4
60563395b404723b1263bf7abc59ea1612dcab35
/java-in-action/wicket-test/src/main/java/com/test/web/HomePage.java
151fde29d6a8b8cd65ba4eed95e3b5b81c03a56c
[]
no_license
jayailluminated/Study
afc58f7715434ece86e9fab226974cba6525401a
6d078c8815f2f54ec5e51ca19dbe1ea128a0d989
refs/heads/master
2020-04-06T09:35:35.596588
2012-02-05T12:25:26
2012-02-05T12:25:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
685
java
package com.test.web; import org.apache.wicket.PageParameters; import org.apache.wicket.markup.html.basic.Label; import org.apache.wicket.markup.html.WebPage; /** * Homepage */ public class HomePage extends WebPage { private static final long serialVersionUID = 1L; // TODO Add any page properties or variables h...
5c0aaedf7b8948db606eab72cec2a13096307f5c
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/MOCKITO-10b-4-24-Single_Objective_GGA-WeightedSum/org/mockito/internal/creation/MockSettingsImpl_ESTest.java
273740ee5eb231b3607e7f33856c98a486d9aecc
[ "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
568
java
/* * This file was automatically generated by EvoSuite * Tue Mar 31 12:20:36 UTC 2020 */ package org.mockito.internal.creation; 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...
342908de8a6cefcf974647a6b4f99f3dac258bd3
074fc577a27d039c8e8bd7b218716e434de46bc2
/app/src/main/java/com/zhiyu/quanzhu/ui/adapter/OrderConfirmRecyclerAdapter.java
28c9aba1b02008c677379822012dcec64927004f
[]
no_license
leon6611wang/PinTaiHui
941d1844ffb1c8912d59b530af788610c2879350
20bb8af19789f50e34c7e83796a1039b0dd2388a
refs/heads/master
2020-12-18T20:58:50.265795
2020-08-07T05:40:46
2020-08-07T05:40:47
235,515,563
1
0
null
null
null
null
UTF-8
Java
false
false
7,705
java
package com.zhiyu.quanzhu.ui.adapter; import android.content.Context; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.text.Editable; import android.text.TextWatcher; import android.view.LayoutInflater; import android.view.View; import android.view.Vie...
4593e10f937d225b41d48d5d63031b82b8c4a8bc
b21d13e05d144bf46e3b0f764378fc12d6bf55e6
/core/transport/src/main/java/hera/util/TransportUtils.java
9503a506e53c8d565db2b83ffa3d62d60fe74e10
[ "MIT" ]
permissive
aergoio/heraj
557ffda977598be6bc2fc613f9dd5a9d8860d9ce
7a3b3d5a54d654235419b44a6c64b7ee2d2ce5f4
refs/heads/develop
2022-09-23T07:24:53.788548
2022-06-16T02:17:19
2022-06-19T12:34:21
142,944,814
23
8
MIT
2023-09-04T09:39:29
2018-07-31T01:10:55
Java
UTF-8
Java
false
false
4,964
java
/* * @copyright defined in LICENSE.txt */ package hera.util; import static hera.util.NumberUtils.byteArrayToPositive; import static hera.util.NumberUtils.positiveToByteArray; import com.google.protobuf.ByteString; import hera.annotation.ApiAudience; import hera.annotation.ApiStability; import hera.api.model.Aer; i...
2c7a21b44fe3b2297785f4188d7a2efd3f47d5cd
03e38ebc5c1cb0663c000073a26602ea8e812494
/src/main/java/org/oddjob/rest/actions/FormAction.java
a431ea3a13237f5c3fa8ed9e1de5884d675456ae
[ "Apache-2.0" ]
permissive
robjg/oj-web
ea5fa0ada90397376f788640bfa574ab5208f472
e0910c22c710662d65313db5ac35f6141ce784d1
refs/heads/master
2023-07-05T20:21:10.421336
2023-06-26T06:37:22
2023-06-26T06:37:22
29,576,992
0
0
Apache-2.0
2023-06-13T23:12:23
2015-01-21T07:16:29
Java
UTF-8
Java
false
false
365
java
package org.oddjob.rest.actions; import java.util.Properties; import org.oddjob.rest.model.WebAction; abstract public class FormAction extends BaseAction implements WebAction<Properties> { @Override public Properties castParams(Object params) { return (Properties) params; } @Override public Class<?> getPa...
2b2c6bc2ded184a6f0eb9e39dd79fde0272dfd40
3c5f5789f16213b197f2e58da1d1c695d02c9ff4
/loginAuth_v3.0/src/test/java/com/cyan/authentication/tests/LoginTest.java
581f1c15364c470dcf1b58049ecc90ab65ee096b
[]
no_license
Mahnazshamissa/QA--Test-Automation-
4319c9e1d8f55e57ea71d2024b1ae38c58512b07
96986f511998e45b897e6d14144e325828f41433
refs/heads/main
2023-03-11T12:19:35.850005
2021-03-04T14:38:49
2021-03-04T14:38:49
337,232,910
0
0
null
null
null
null
UTF-8
Java
false
false
1,804
java
package com.cyan.authentication.tests; import com.cyan.authentication.common.Browser; import com.cyan.authentication.pages.Login; import org.openqa.selenium.WebDriver; import org.testng.Assert; import org.testng.annotations.AfterSuite; import org.testng.annotations.BeforeSuite; import org.testng.annotations.Test; pub...
278cbde244314c224510ee698882e509430a791f
1c99931e81886ebecb758d68003f22e072951ff9
/alipay/api/domain/TemplateColumnInfoDTO.java
832c511d7e360efa4508fc36552bcb0c827bbfa7
[]
no_license
futurelive/vscode
f402e497933c12826ef73abb14506aab3c541c98
9f8d1da984cf4f9f330af2b75ddb21a7fff00eb9
refs/heads/master
2020-04-08T06:30:13.208537
2018-11-26T07:09:55
2018-11-26T07:09:55
159,099,314
0
0
null
null
null
null
UTF-8
Java
false
false
2,904
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 模板栏位信息 * * @author auto create * @since 1.0, 2018-03-22 14:17:06 */ public class TemplateColumnInfoDTO extends AlipayObject { private static final long serialVersionUID = 744959219224624232...
2e7b9215475dd4cf22f05ac27d370e8f3df3ef68
732ac04a2f64fb72c16408b8b980260ad806a74d
/src/com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.java
519f059f25443fdde944d452716ab7c19ff5088c
[ "Apache-2.0" ]
permissive
Golde-nchow/jdk1.8-source-analysis
bb45a4d659ab02de37422b2fefbf452712de3b9e
e30ab95df7f147c261cc2f0c5723b6c530197ad2
refs/heads/master
2022-07-03T01:29:57.438319
2022-06-12T14:20:25
2022-06-12T14:20:25
210,581,079
0
0
Apache-2.0
2019-09-24T11:00:27
2019-09-24T11:00:26
null
UTF-8
Java
false
false
2,843
java
package com.sun.corba.se.spi.activation; /** * com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u151/9699/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl *...
90c34aaf8784853928eae22a41216ca3deec18fd
1e109337f4a2de0d7f9a33f11f029552617e7d2e
/modules/jcatapult-user-module/tags/1.0-RC13/src/java/test/integration/org/jcatapult/module/user/BaseIntegrationTest.java
1d470f1415bdbdae6a85482a85a887dba04fcd78
[]
no_license
Letractively/jcatapult
54fb8acb193bc251e5984c80eba997793844059f
f903b78ce32cc5468e48cd7fde220185b2deecb6
refs/heads/master
2021-01-10T16:54:58.441959
2011-12-29T00:43:26
2011-12-29T00:43:26
45,956,606
0
0
null
null
null
null
UTF-8
Java
false
false
4,285
java
/* * Copyright (c) 2001-2007, JCatapult.org, All Rights Reserved * * 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 ...
[ "bpontarelli@b10e9645-db3f-0410-a6c5-e135923ffca7" ]
bpontarelli@b10e9645-db3f-0410-a6c5-e135923ffca7
c745a42be3287a1d43ed21a90f4bded4aebbf98f
7d1609b510e3c97b2f00568e91cd9a51438275c8
/Java/Java Fundamentals/03.Java OOP Advanced - July 2018/01.02.Gernerics Exercises/src/p0709CustomList/Constants.java
9a51d6f4c6ce34aa204c43d9c7b26645442a6687
[ "MIT" ]
permissive
mgpavlov/SoftUni
80a5d2cbd0348e895f6538651e86fcff65dcebf5
cef1a7e4e475c69bbeb7bfdcaf7b3e64c88d604c
refs/heads/master
2021-01-24T12:36:57.475329
2019-04-30T00:06:15
2019-04-30T00:06:15
123,138,723
1
1
null
null
null
null
UTF-8
Java
false
false
596
java
package p0709CustomList; public final class Constants { public static final String TERMINATE_COMMAND = "END"; public static final String ADD = "Add"; public static final String MAX = "Max"; public static final String MIN = "Min"; public static final String GREATER = "Greater"; public static fin...
cd2bd796ed4443dacfbb0be84b36231c165b8a1b
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/88_jopenchart-de.progra.charting.model.JDBCPlotter-0.5-4/de/progra/charting/model/JDBCPlotter_ESTest_scaffolding.java
b3bf6ba9a36b14ee67a1ad410ac05a96c63c2f06
[]
no_license
tigerqiu712/evosuite-model-seeding-empirical-evaluation
c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6
11a920b8213d9855082d3946233731c843baf7bc
refs/heads/master
2020-12-23T21:04:12.152289
2019-10-30T08:02:29
2019-10-30T08:02:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
542
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Oct 29 12:25:30 GMT 2019 */ package de.progra.charting.model; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Af...
9273784766ec108f0da3c4f3e9e9c1387af445c3
f9c637ab9501b0a68fa0d18a061cbd555abf1f79
/test/import-data/ImportDataRedis/src/com/adr/bigdata/indexingrd/models/impl/WarehouseProductItemMappingModel.java
601a70c61f93a46611bc918f385aaa42fe8a79b3
[]
no_license
minha361/leanHTMl
c05000a6447b31f7869b75c532695ca2b0cd6968
dc760e7d149480c0b36f3c7064b97d0f3d4b3872
refs/heads/master
2022-06-01T02:54:46.048064
2020-08-11T03:20:34
2020-08-11T03:20:34
48,735,593
0
0
null
2022-05-20T20:49:57
2015-12-29T07:55:48
Java
UTF-8
Java
false
false
1,177
java
package com.adr.bigdata.indexingrd.models.impl; import com.adr.bigdata.indexingrd.models.RdCachedModel; public class WarehouseProductItemMappingModel extends RdCachedModel { public static final String WH_PI_MAPPING_ID = "id"; public static final String WH_PI_MAPPING_WH_ID = "warehouseId"; public static final Strin...
688a16f3708856c83ac4020f4b41decf2359bf74
7b99a17947eef936b018efc452e3db1d8a3fdc41
/1907-java/src/f_inheri/BankApp.java
0a0821eed0e1bc18941a090ddc7e95086b3d5d13
[]
no_license
choi-hakgeun/1907-java
ff9ac3c91d815d7ef1922eb9a4b648b3fd848e1b
dc7fcd736c3a624735e4235ce97dafd293320886
refs/heads/master
2022-04-10T06:36:36.777594
2020-03-13T08:15:39
2020-03-13T08:15:39
null
0
0
null
null
null
null
UHC
Java
false
false
4,239
java
package f_inheri; import java.awt.BorderLayout; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.border.EmptyBorder; import javax.swing.JMenuBar; import javax.swing.JMenu; import javax.swing.JMenuItem; import java.awt.event.ActionListener; import java.aw...
[ "JHTA@JHTA-PC" ]
JHTA@JHTA-PC
0428483f8d7ef4119ecccee3f520e38b5ed28db2
e471c3990167e8674a943ad519cf33b3ef7a5c0f
/network/com/ankamagames/dofus/network/messages/game/inventory/items/ObjectsDeletedMessage.java
929e43a68ce677f7496e5309392d0ab7effbef5e
[]
no_license
Romain-P/Dofus-2.44.0-JProtocol
379f4008acc5a15cd536ce2a23458f5a57348215
db79dab05c3bacc6ec67b40d83741a16328a1fae
refs/heads/master
2021-05-15T17:33:24.510521
2017-10-20T08:24:03
2017-10-20T08:24:03
107,510,404
0
0
null
null
null
null
UTF-8
Java
false
false
1,257
java
// Created by Heat the 2017-10-20 01:53:26+02:00 package com.ankamagames.dofus.network.messages.game.inventory.items; import org.heat.dofus.network.NetworkType; import org.heat.dofus.network.NetworkMessage; import org.heat.shared.io.DataWriter; import org.heat.shared.io.DataReader; import org.heat.shared.io.BooleanByt...
81f2d676887591079a7307546f1887dcd8e50441
9b9b19971e805a9bd69aad7960b430b45d4670bb
/app/src/main/java/com/sofar/widget/recycler/cell/CityCell.java
703aab841a3a1f02ec084b7eb461c053c3382a9b
[]
no_license
hustersf/Sofar
edee609a12f6f51969d4f36a23776ea341f282bf
f3afdfb5cf0717a97d0436bae5adf7d850e4a562
refs/heads/master
2023-06-23T11:31:47.260784
2023-06-18T12:24:47
2023-06-18T12:24:47
220,133,278
0
0
null
null
null
null
UTF-8
Java
false
false
1,162
java
package com.sofar.widget.recycler.cell; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import com.sofar.R; import com.sofar.widget.recycler.adapter.expand.ExpandableCell; ...
b2f5e1497c2e58ef55595d03237743337e885661
50baf46a384bae0c291aee25428cb1b180a4ba5f
/android/vida-research/app/src/main/java/com/heaven7/vida/research/utils/ExceptionVerifier.java
6f040d2a700d82905920c4f82fd96368fde18c86
[ "Apache-2.0" ]
permissive
LightSun/research-institute
9c84b5e6bb3005614cc923007ef436c621d33190
48eb3500a00b69bca78242fd648cc1f818b394b0
refs/heads/master
2021-05-15T00:24:18.066470
2019-09-07T07:35:29
2019-09-07T07:35:29
103,363,180
2
1
null
null
null
null
UTF-8
Java
false
false
2,097
java
package com.heaven7.vida.research.utils; /** * the class can help us to verify if VerifyException occurs or not. * * @param <Param> the param used to verify * @param <Result> the verify result, if verify success. */ public abstract class ExceptionVerifier<Param, Result> { /** * verify the exception . a...
61a5f33c04e1d5d31719842821c47b64dd921b8d
0f0603535d370ee0377a27f04f2735a4e305e88f
/_BitManipulation/SmallestPowerOf2GreaterThanOrEqualToNum.java
8736a08c46fce1ef235e57f79b2a8ecc31767b7e
[]
no_license
ishu2/DS-and-Algorithms
a35f6983222f15c3273328bf74bfe79ff3261b96
3b400915ed011144e8d577e95a485e0a23f1e90c
refs/heads/master
2022-01-16T11:08:51.979218
2017-10-10T06:26:34
2017-10-10T06:26:34
106,179,778
0
0
null
null
null
null
UTF-8
Java
false
false
637
java
package GeeksForGeeks_BitManipulation; import java.util.Scanner; public class SmallestPowerOf2GreaterThanOrEqualToNum { public static int findNumber(int num) { if(num==0 || num==1) { return 1; } int i=1; int count=0; while(i<num) { count++; i=i<<1; } return count; } public static vo...
1263b0a5fb6dc730b8c805482314313dafddede7
2ab3272a5676eac57d0c10dfdec44a11e2446342
/bankProject_v2.1/src/bank/view/BankMenu.java
ce0a2d88171f1791247232212965bf9652158f7c
[]
no_license
godsungsoo/DongUk
bc128fbbce6416dfd090fcfa7426dc8d54ce4a10
b9a774914a318000f1f35098091238dca56889a7
refs/heads/master
2020-04-18T19:11:36.901220
2019-02-06T09:35:50
2019-02-06T09:35:50
167,706,227
0
0
null
null
null
null
UTF-8
Java
false
false
6,487
java
package bank.view; import java.util.ArrayList; import java.util.Scanner; import bank.controller.BankController; import bank.model.vo.Bank; public class BankMenu { //DI private Scanner sc = new Scanner(System.in); private BankController bController = new BankController(); public BankMenu() {} public void disp...
8901540b9f1d2945b940eb81f888c6811fb51086
3b1a022b4e36227aa5f8a784289e44994ad87a0b
/src/me/fromgate/reactions/TpLoc.java
b4daf23a10f4c206955eb60ed9aa9c2088bba815
[]
no_license
wolfwork/ReActions
9d1bc0c1e6d7ade96727ee7ddc4d7e8550ac3d4f
f8f8fbc0f7eafb4bcd790c8af8ef466e350a8f60
refs/heads/master
2021-01-22T18:38:39.874231
2014-03-26T16:29:33
2014-03-26T16:29:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,331
java
/* * ReActions, Minecraft bukkit plugin * (c)2012-2013, fromgate, [email protected] * http://dev.bukkit.org/server-mods/reactions/ * * * This file is part of ReActions. * * ReActions is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Lice...
dd0f5ccde82e5198987391f92b2fa23b82054cad
8025ab860e2f78883b2edd52039de766a99ff4f4
/Client/Class113.java
bc1522cd1d0c34a695245ee08549c66b0ffc3dcb
[ "Beerware" ]
permissive
Phynvi/CodeUSA-Deob
6198642937b1d2603de191197f4d7aec87e5bdaf
d4cc1e853f34158710d4b46d9dcc2ffdb9a60391
refs/heads/master
2020-12-06T04:11:01.504157
2018-06-24T11:03:36
2018-06-24T11:03:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,375
java
/* Class113 - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ final class Class113 { static int anInt950; static int[] anIntArray951 = { 0, -1, 0, 1 }; static int anInt952; static Class143 aClass143_953; static long aLong954; int anInt955; static final Class85[] method2143(int i) { ...
a5ee4b439614aee9055832675571ff24df989862
edea7ce5177e587980f6ad783310d566e90b3995
/FunnyTrip/src/jdbc/vo/GuideVO.java
22f5d068061a0cb8b541fcfb9ae5b9b5c1614a71
[]
no_license
hezekiah320/Hezekiah
7220c50dadabb4833ff53fdede94559aee537b6f
2416bec4cd7b1fec1d3847fc9f7b3c049feba3c5
refs/heads/master
2020-03-28T18:36:07.086983
2018-11-21T01:24:28
2018-11-21T01:24:28
148,894,750
0
0
null
null
null
null
UTF-8
Java
false
false
1,428
java
package jdbc.vo; public class GuideVO { Integer guideNumber, guideCount; String id, pw, name, gender, message, imgSrc,regDate; //regDate도 String으로 받는다. public GuideVO() { } /* guideNumber : seq , guideCount : default 0 , redDate : sysdate */ public GuideVO(String id, String pw, String name, Str...
[ "soldesk@soldesk-PC" ]
soldesk@soldesk-PC
937e69eabb0ff9a0c3ebe129564e23e4750e7e2f
95bca8b42b506860014f5e7f631490f321f51a63
/dhis-2/dhis-api/src/main/java/org/hisp/dhis/expression/package-info.java
9067265f766d1b77eddd9542ca08cebc1eeaf9ba
[ "BSD-3-Clause" ]
permissive
hispindia/HP-2.7
d5174d2c58423952f8f67d9846bec84c60dfab28
bc101117e8e30c132ce4992a1939443bf7a44b61
refs/heads/master
2022-12-25T04:13:06.635159
2020-09-29T06:32:53
2020-09-29T06:32:53
84,940,096
0
0
BSD-3-Clause
2022-12-15T23:53:32
2017-03-14T11:13:27
Java
UTF-8
Java
false
false
1,976
java
/* * Copyright (c) 2004-2012, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * list of ...
39dca35b5901c7cf2da4aa54b4089016b43e5a6b
872147bec4452dbdc6786cc04010a1455e08590d
/JavaBase/Practice/src/基础语法练习/多线程/基本使用/Runable实现/Test.java
8232a7953c52233a022d45c2a358b41627131b66
[]
no_license
yuanyyb/JavaStudy
f3eb26bf0383c9f8a327322987bd711cd7544319
5595b7ad893d11212a59e5c6c2d5ce12d0e91a3f
refs/heads/master
2022-12-02T00:42:21.787688
2020-07-30T10:15:10
2020-07-30T10:15:10
283,765,631
0
0
null
null
null
null
UTF-8
Java
false
false
292
java
package 基础语法练习.多线程.基本使用.Runable实现; public class Test { public static void main(String[] args) { MyThread mt = new MyThread(); Thread tr = new Thread(mt); tr.start(); Thread tr2 = new Thread(mt); tr2.start(); } }
7316aff1c5a51c5c211c98b47b975f94e3be813b
ba0657f835fe4a2fb0b0524ad2a38012be172bc8
/src/main/java/designpatterns/hf/creational/factory/pizzastylebystore/store/NYPizzaStore.java
1e772c21c1ccfff22865f1a3f9c58c3708a59d41
[]
no_license
jsdumas/java-dev-practice
bc2e29670dd6f1784b3a84f52e526a56a66bbba2
db85b830e7927fea863d95f5ea8baf8d3bdc448b
refs/heads/master
2020-12-02T16:28:41.081765
2017-12-08T23:10:53
2017-12-08T23:10:53
96,547,922
0
0
null
null
null
null
UTF-8
Java
false
false
914
java
package designpatterns.hf.creational.factory.pizzastylebystore.store; import designpatterns.hf.creational.factory.pizzastylebystore.pizza.NYStyleCheesePizza; import designpatterns.hf.creational.factory.pizzastylebystore.pizza.NYStyleClamPizza; import designpatterns.hf.creational.factory.pizzastylebystore.pizza.NYStyle...
5426b01dad7ef901f261607b5dbf158161b38bbf
4c19b724f95682ed21a82ab09b05556b5beea63c
/XMSYGame/java2/server/web-manager/src/main/java/com/xmsy/server/zxyy/manager/modules/manager/userriskconfig/service/impl/UserRiskConfigServiceImpl.java
75afcdb67b133ae3299c44ce40c92b3e88662394
[]
no_license
angel-like/angel
a66f8fda992fba01b81c128dd52b97c67f1ef027
3f7d79a61dc44a9c4547a60ab8648bc390c0f01e
refs/heads/master
2023-03-11T03:14:49.059036
2022-11-17T11:35:37
2022-11-17T11:35:37
222,582,930
3
5
null
2023-02-22T05:29:45
2019-11-19T01:41:25
JavaScript
UTF-8
Java
false
false
740
java
package com.xmsy.server.zxyy.manager.modules.manager.userriskconfig.service.impl; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.xmsy.server.zxyy.manager.modules.manager.userriskconfig.dao.UserRiskConfigDao; import com.xmsy.server.zxyy.manager.module...
3823fc0ca0abd92a001690bdae46e8324fb7d97a
112a579bcf27a2d63c367bf476b34fcf2faeb707
/base/src/main/java/prosayj/thinking/spring/_09_cglib_proxy/CglibProxyTest.java
03fcd15377668b46577c3c34315fc84ec4f4b708
[]
no_license
ProSayJ/think-in-spring
78b4a7d0b4f0e08bf42c16fcda48c451fcb41165
507a2bacd16af92b1320781fc4d1739118c8323d
refs/heads/main
2023-06-22T16:58:36.037144
2021-07-21T07:20:34
2021-07-21T07:20:34
332,664,184
0
0
null
null
null
null
UTF-8
Java
false
false
2,236
java
package prosayj.thinking.spring._09_cglib_proxy; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.cglib.proxy.Enhancer; import org.springframework.cglib.proxy.MethodInterceptor; import org.springframework.cg...
181dba46ef53fb39f2f476295acd5535c457b1ab
0ac69eee3e890f9980fe9985dbd78b2402c3a08e
/20170413/src/yichang/ExceptionDemo3.java
32b604afaa29d272023896ecba831428a0c258e9
[]
no_license
ltt19921124/learnjava
f14f6c61139ea5ae1e15f6f596ec99aee16ef20b
4122013e8d75874fbd00009f684ac45e4c89c1ef
refs/heads/master
2021-01-19T14:29:13.925023
2017-05-24T10:48:31
2017-05-24T10:48:31
88,137,154
0
0
null
null
null
null
GB18030
Java
false
false
2,149
java
package yichang; /* * * 负数角标异常在java总并没有定义过 * 就按照java异常的创建思想,面向对象,将负数角标进行自定义描述,并封装成对象 * * 注意:让一个类称为异常类,必须继承异常体系,因为只有成为异常体系的子类才具有可抛性 * 才可以被两个关键字所操作 * * * 异常的分类: * 1,被检测异常:只要是Exception和其子类都是,除了特殊子类RuntimeException体系 * 这种问题出现,希望在编译时就进行检测,让这种问题有对应的处理方式 * * 2,编译时不检测异常(运行时异常):就是Exception中的RuntimeExcept...
7832c06f02e53bf8db5c71c7393dc4e45fafdaad
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/TemperatureController1089.java
1058397ccff6d8c02cd3438bcef1d6b1d7d74248
[]
no_license
soha500/EglSync
00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638
55101bc781349bb14fefc178bf3486e2b778aed6
refs/heads/master
2021-06-23T02:55:13.464889
2020-12-11T19:10:01
2020-12-11T19:10:01
139,832,721
0
1
null
2019-05-31T11:34:02
2018-07-05T10:20:00
Java
UTF-8
Java
false
false
371
java
package syncregions; public class TemperatureController1089 { public int execute(int temperature1089, int targetTemperature1089) { //sync _bfpnFUbFEeqXnfGWlV1089, behaviour 1-if(temperatureDifference > 0 && boilerStatus == true) { return 1; } else if (temperatureDifference < 0 && boilerStatus == fals...
3f7ca6c4e7c891a95c89bac100c1aeecd99576d6
bf5d614b4731e00e1ced41a1e0b193fd7e39d32a
/src/com/axp/model/AbstractProxyZones.java
93c0441f005777f3663c0f6dc0136dca759a58cc
[]
no_license
sengeiou/dailyAI
7ecb9589a79c9297b1390bc5f1a07e5dc1479b66
8056240d213c7294ef5961dbae3ededc32e1565c
refs/heads/master
2021-10-19T07:15:59.303598
2019-02-19T03:12:36
2019-02-19T03:12:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,119
java
package com.axp.model; /** * AbstractProxyZones entity provides the base persistence definition of the * ProxyZones entity. @author MyEclipse Persistence Tools */ public abstract class AbstractProxyZones implements java.io.Serializable { // Fields private Integer id; private String name; private Boolean isva...
9dbfa93e3b9dcb459ebea9cdcd3a9843363cb236
e709ec9e5cf6e9732b53e1d0d0e9f9eca3f23eb3
/core/src/main/java/com/yinmimoney/web/p2pnew/dto/base/BaseDto.java
61691274c9ecb508c1101c2bbd1e9e90257ce009
[]
no_license
OrmFor/coc
0ebeab287508c64ff6aec354c2388471bfcc19b4
970d3d2838be73395e630938ab6efa2abaf41ae4
refs/heads/master
2022-12-22T05:01:32.558308
2019-10-25T01:45:47
2019-10-25T01:45:47
217,427,407
0
0
null
2022-12-16T03:16:12
2019-10-25T01:39:11
JavaScript
UTF-8
Java
false
false
715
java
package com.yinmimoney.web.p2pnew.dto.base; /** * * @Description 基础参数 * @author wzq * @date 2018年8月16日 下午5:29:42 */ public class BaseDto { private Integer page = 1;// 某页,默认1 private Integer pageSize = 10;// 每页大小,固定10 private Integer beginIndex = 0;// sql,limit起始下标 public Integer getPage() { return page; ...
c8c36fa507e9976fc374d1f445df6060a9fa35fd
e65722e4ef1eaba22b0197cb0af3bcac68775b84
/networking/java_net_url_example/src/org/academiadecodigo/porto/Main.java
49b28e7254b79d5c16de613a68be194d1c7c8563
[]
no_license
martimdLima/java-fundamentals
80aafd1f1745a0f8959146dcd8313c1dbfd3bb16
382d5f781665dd6514a0cb4fea014450b0160463
refs/heads/main
2022-12-29T03:24:14.523452
2020-10-13T00:02:49
2020-10-13T00:02:49
303,540,755
0
0
null
null
null
null
UTF-8
Java
false
false
2,627
java
package org.academiadecodigo.porto; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.util.Scanner; public class Main { private static void getContentFromUrl(String url) { String line; URL url2; InputStream urlStream; DataInputStream html; ...
9e71142c7f75188a35648fb990d0179e876b0c5d
8022511ad71cf4b1eccbc4ce6ce6af1dd7c88bec
/oim-fx/src/test/java/com/oim/test/ui/WindowFrameTest.java
ba3ebe7fe3fa7abd5f08c4b3c0f7f4f9de3abdc1
[]
no_license
softfn/im-for-pc
f5411d88c172adbda75099582ae70dcd18e08958
e34a62c337e1b7f0c0fd39286353a8c71d5864ad
refs/heads/master
2020-07-16T23:53:31.585700
2016-11-17T01:59:15
2016-11-17T01:59:15
73,938,576
1
1
null
null
null
null
UTF-8
Java
false
false
587
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.oim.test.ui; import javafx.application.Application; import javafx.stage.Stage; /** * * @author Only */ public class Wi...
cb83fb7ad65098d7f448d977538adc03ac4894af
3bc62f2a6d32df436e99507fa315938bc16652b1
/tapestry/src/test/testData/AbstractComponent.java
72f916e3f60d761724c39197a6db6a261743876a
[ "Apache-2.0" ]
permissive
JetBrains/intellij-obsolete-plugins
7abf3f10603e7fe42b9982b49171de839870e535
3e388a1f9ae5195dc538df0d3008841c61f11aef
refs/heads/master
2023-09-04T05:22:46.470136
2023-06-11T16:42:37
2023-06-11T16:42:37
184,035,533
19
29
Apache-2.0
2023-07-30T14:23:05
2019-04-29T08:54:54
Java
UTF-8
Java
false
false
206
java
package com.testapp.base; import org.apache.tapestry5.annotations.Parameter; import java.text.DateFormat; public class AbstractComponent { public String getText() { return getInheritedText(); } }
45b05ae9d732e9eb25c310ccb90890a7c273c415
1cae4b6b150f0e72c8fc0dc2a60d9cd63c6273df
/src/main/java/com/jeeplus/modules/monitor/utils/SystemInfo.java
4f71b4f20609ba0c58dc0ad03e002d5113b78f9f
[]
no_license
huangzhibing/softwareComponents
fb5f6752c46c5d2b0d502e4fed93c761a3ecdae7
df6351b7851a4c4fdf36a32935c9a564ff1d8605
refs/heads/master
2020-04-25T22:23:50.345700
2019-03-04T08:12:16
2019-03-04T08:12:16
173,110,129
1
2
null
null
null
null
UTF-8
Java
false
false
1,849
java
package com.jeeplus.modules.monitor.utils; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; public class SystemInfo { public static Map SystemProperty() { Map<String, Co...
46b5a97b3a8cd4588724cb4ba4ce062e4d3c5095
81be6755cff2e3166e45f3827dbb998e69bebb53
/src/main/java/com/CIMthetics/jvulkan/Wayland/Enums/WlSeatCapability.java
1e804e23bb293249c4eb96c2878ce09796669561
[ "Apache-2.0" ]
permissive
dkaip/jvulkan
a48f461c42228c38f6f070e4e1be9962098e839a
ff3547ccc17b39e264b3028672849ccd4e59addc
refs/heads/master
2021-07-06T23:21:57.192034
2020-09-13T23:04:46
2020-09-13T23:04:46
183,513,821
0
0
null
null
null
null
UTF-8
Java
false
false
1,199
java
/* * Copyright 2019-2020 Douglas Kaip * * 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 agree...
5834ed3a10a62b1b4dfb25bfeda0a616760ba89a
ee711e756dc4472cf6780d2e05bced2cc753a98b
/GameEngine/src/main/java/com/devefx/edge/math/Mat4.java
4dc5504f9496946cd3f1803b712e4a5b1e7584ba
[]
no_license
devefx/tempSite
e4ec6561cf0c13820e5d2ae93bdde044dc7eeb73
a43d15ae483bc521d48b79d70c50cc3269254a9a
refs/heads/master
2020-12-24T22:29:12.607796
2016-12-15T10:28:58
2016-12-15T10:28:58
56,752,535
0
0
null
null
null
null
UTF-8
Java
false
false
5,732
java
package com.devefx.edge.math; import com.devefx.edge.base.types.Vec3; public class Mat4 { public float[] m = new float[16]; public Mat4() { loadIdentity(); } public Mat4(Mat4 mat) { set( mat.m[0], mat.m[1], mat.m[2], mat.m[3], mat.m[4], mat.m[5], mat.m[6], mat.m[7], mat.m[8], mat.m[9], ma...
a5ca7bc73b03bb098be9a388ed8105fc7e427f40
7f298c2bf9ff5a61eeb87e3929e072c9a04c8832
/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/CheckboxTag.java
e52e6d112fc18c3e170d8c679edda980dc6f4604
[ "Apache-2.0" ]
permissive
stwen/my-spring5
1ca1e85786ba1b5fdb90a583444a9c030fe429dd
d44be68874b8152d32403fe87c39ae2a8bebac18
refs/heads/master
2023-02-17T19:51:32.686701
2021-01-15T05:39:14
2021-01-15T05:39:14
322,756,105
0
0
null
null
null
null
UTF-8
Java
false
false
7,978
java
/* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
d550aee96895f01f073f7906dc621bf6c9134579
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/p2189io/reactivex/p2210d/p2215e/p2221f/SingleResumeNext.java
3162acc7a1a179fe5bd5b097465d8dfb0e3f3a4f
[]
no_license
Phantoms007/zhihuAPK
58889c399ae56b16a9160a5f48b807e02c87797e
dcdbd103436a187f9c8b4be8f71bdf7813b6d201
refs/heads/main
2023-01-24T01:34:18.716323
2020-11-25T17:14:55
2020-11-25T17:14:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,270
java
package p2189io.reactivex.p2210d.p2215e.p2221f; import java.util.concurrent.atomic.AtomicReference; import p2189io.reactivex.Single; import p2189io.reactivex.SingleObserver; import p2189io.reactivex.SingleSource; import p2189io.reactivex.disposables.Disposable; import p2189io.reactivex.p2208b.C31732b; import p2189io.r...
0092cf65b72b800d299eae55fe5ec4b57fbdef7a
553ef1329bd05860cbc413919120e912576d4a7c
/nebua/src/main/java/com/nebula/view/recyclerview/progressindicator/indicators/LineSpinFadeLoaderIndicator.java
e86b7d5885c73473187ccf5c197fe0cb99370cf8
[]
no_license
qydq/nebula
a7b1a9610c076012ed306ef056a08160596c79e9
e4e9dd91c1d59e09004e162cddc33d6b5f26f211
refs/heads/master
2020-03-15T20:47:11.273363
2018-05-06T13:39:14
2018-05-06T13:39:14
132,340,938
0
0
null
null
null
null
UTF-8
Java
false
false
931
java
package com.nebula.view.recyclerview.progressindicator.indicators; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.RectF; /** * Created by Jack on 2015/10/24. * Email:[email protected] */ public class LineSpinFadeLoaderIndicator extends BallSpinFadeLoaderIndicator { @Over...
e94c8e865b653b2a5b21eb668b3c4ec0d941d6c9
971e9494b26bdf04c0bd3e48ff2c2644534a603f
/neverpile-commons-condition/src/test/java/com/neverpile/common/condition/Config.java
c13ea8047e3b103ca52d16348ccdd6e7f05a85c4
[ "Apache-2.0" ]
permissive
levigo/neverpile-commons
05ada6e545e7c957c51a7fc44ad1e9d97b262404
186cc8f9e6c23d7a132ef0b70457b4832541d763
refs/heads/master
2023-08-28T09:31:17.923931
2023-07-12T16:35:15
2023-07-12T16:35:15
244,644,015
0
1
Apache-2.0
2023-09-07T14:01:59
2020-03-03T13:32:12
Java
UTF-8
Java
false
false
931
java
package com.neverpile.common.condition; import org.springframework.boot.SpringBootConfiguration; import org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Import; import com.fasterxml.j...
719a73999e17fa43c4418131f089b84af1a7dea8
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_b933956d6c3432634e1fb42af3e4c5064aeb5b5b/JSStringTransformer/2_b933956d6c3432634e1fb42af3e4c5064aeb5b5b_JSStringTransformer_s.java
18680f3f62b1bd13732a84bfd5f572855b2b453e
[]
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,732
java
/* * This file is part of the Wayback archival access software * (http://archive-access.sourceforge.net/projects/wayback/). * * Licensed to the Internet Archive (IA) by one or more individual * contributors. * * The IA licenses this file to You under the Apache License, Version 2.0 * (the "Lic...
aaf4bf19979abe7536e4c5af34c75febdb0d400b
2f5cd5ba8a78edcddf99c7e3c9c19829f9dbd214
/java/playgrounds/.svn/pristine/aa/aaf4bf19979abe7536e4c5af34c75febdb0d400b.svn-base
255c022fbc1ea01cfd85b036569e8366591a416a
[]
no_license
HTplex/Storage
5ff1f23dfe8c05a0a8fe5354bb6bbc57cfcd5789
e94faac57b42d6f39c311f84bd4ccb32c52c2d30
refs/heads/master
2021-01-10T17:43:20.686441
2016-04-05T08:56:57
2016-04-05T08:56:57
55,478,274
1
1
null
2020-10-28T20:35:29
2016-04-05T07:43:17
Java
UTF-8
Java
false
false
4,751
/* *********************************************************************** * * project: org.matsim.* * * * *********************************************************************** * * ...
5fdb48098b1680da8d7da23c35be497bb1256d88
806f76edfe3b16b437be3eb81639d1a7b1ced0de
/src/com/google/android/gms/common/internal/aw.java
b926c982302ec6066b8a2c7b024de89edfcc1319
[]
no_license
magic-coder/huawei-wear-re
1bbcabc807e21b2fe8fe9aa9d6402431dfe3fb01
935ad32f5348c3d8c8d294ed55a5a2830987da73
refs/heads/master
2021-04-15T18:30:54.036851
2018-03-22T07:16:50
2018-03-22T07:16:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,765
java
package com.google.android.gms.common.internal; import android.os.Bundle; import android.os.IBinder; import android.os.Parcel; import android.os.RemoteException; class aw implements au { private IBinder f423a; aw(IBinder iBinder) { this.f423a = iBinder; } public void mo1768a(int i, Bundle bu...