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
a2c260f03e17904be36c32fbeac412a6f6f7c359
5fc707b4ef12826faca8ec1c580cb1dcf4cc7dc2
/news-master/service-provider-news/src/main/java/com/kanfa/news/info/biz/AppDeviceBiz.java
91a7b04ddd85e7ff51d8680d751ac567e4727ca7
[]
no_license
MavonCmc/wdw
06597b8aca4054ecc6be7d2062543311da2073c0
814911c723fe6a9a7cd2c13e968776ead71f1b1b
refs/heads/master
2023-03-15T14:49:46.993701
2018-08-29T08:34:42
2018-08-29T08:34:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,753
java
package com.kanfa.news.info.biz; import com.kanfa.news.common.biz.BaseBiz; import com.kanfa.news.common.constant.app.LiveCommonEnum; import com.kanfa.news.info.entity.AppDevice; import com.kanfa.news.info.mapper.AppDeviceMapper; import com.kanfa.news.info.mapper.AppUserMapper; import org.springframework.beans.factory....
[ "wdw.ok@163.com" ]
wdw.ok@163.com
8cbd50d6eba034f52c3fa5a664d0abc349ece7ef
ca7da6499e839c5d12eb475abe019370d5dd557d
/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/RequestMappingInfoHandlerMethodMappingNamingStrategy.java
14eff67b1508dbed9d1c2c7bfd5931cc52aad027
[ "Apache-2.0" ]
permissive
yangfancoming/spring-5.1.x
19d423f96627636a01222ba747f951a0de83c7cd
db4c2cbcaf8ba58f43463eff865d46bdbd742064
refs/heads/master
2021-12-28T16:21:26.101946
2021-12-22T08:55:13
2021-12-22T08:55:13
194,103,586
0
1
null
null
null
null
UTF-8
Java
false
false
1,500
java
package org.springframework.web.servlet.mvc.method; import org.springframework.web.method.HandlerMethod; import org.springframework.web.servlet.handler.HandlerMethodMappingNamingStrategy; /** * A {@link org.springframework.web.servlet.handler.HandlerMethodMappingNamingStrategy * HandlerMethodMappingNamingStrategy...
[ "34465021+jwfl724168@users.noreply.github.com" ]
34465021+jwfl724168@users.noreply.github.com
bb4091249829345cbecd1c1140d6564301bad98d
814169b683b88f1b7498f1edf530a8d1bec2971f
/mall-auth/src/main/java/com/bootx/mall/auth/controller/shop/PasswordController.java
8b193622f9889a502c4fca3d59b81124a2d80b12
[]
no_license
springwindyike/mall-auth
fe7f216c7241d8fd9247344e40503f7bc79fe494
3995d258955ecc3efbccbb22ef4204d148ec3206
refs/heads/master
2022-10-20T15:12:19.329363
2020-07-05T13:04:29
2020-07-05T13:04:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,727
java
package com.bootx.mall.auth.controller.shop; import java.util.Date; import java.util.UUID; import javax.inject.Inject; import com.bootx.mall.auth.common.Results; import com.bootx.mall.auth.common.Setting; import com.bootx.mall.auth.entity.BaseEntity; import com.bootx.mall.auth.entity.Business; import com.bootx.mall...
[ "a12345678" ]
a12345678
bc725fef20ba9f3cdbbf2af03e97e596e259032a
b797dbfcca959eb9f9faa07872f1070fe3fb1e75
/09DAY/src/practice2/Pet.java
05f8f974c8dc9acdedadb76ccc441b3b94bbdc28
[]
no_license
Jack0215/Java_Basic
310a49d1f9ca423a808db245fc339850e109ed5b
3d4605c398fd09e3634994582e4ab5aa41c3ad04
refs/heads/master
2023-02-17T22:35:15.616035
2021-01-15T06:14:08
2021-01-15T06:14:08
329,824,082
0
0
null
null
null
null
UTF-8
Java
false
false
872
java
package practice2; public class Pet { String name; int age; public Pet() { //Pet pet= new Pet(); super(); } //생성자를 작성해 놓으면 5~7라인의 기본생성자를 넣어 주지 않음 //이경우 new Pet(), super() 기본생성자가 없으므로 객체 생성이 안되고 //에러가 남 //즉 생성자를 따로 작성시 new Pet(), super()를 대비 하여 기본생성자를 적어주어야함 public Pet(String name, int...
[ "jaeyoon-lee@naver.com" ]
jaeyoon-lee@naver.com
924757297ac313964f156314bc96612a50920d5d
66bb90104b04b431fc59e62d816bffa4da8d9589
/src/test/java/io/github/jhipster/gateway/web/rest/LogsResourceIntTest.java
c67d878f7bc75147ec4ca913a600bdfc2744a84c
[]
no_license
anklavez/jhipsterSampleGateway51
3699eac4327c40671f31ad87858e995737cabc9b
025d78cd1f4ee75be06490469d07d4fbb6ad811b
refs/heads/master
2020-03-23T09:45:46.182178
2018-07-18T08:42:31
2018-07-18T08:42:31
141,405,443
0
0
null
null
null
null
UTF-8
Java
false
false
2,505
java
package io.github.jhipster.gateway.web.rest; import io.github.jhipster.gateway.JhipsterSampleGateway51App; import io.github.jhipster.gateway.web.rest.vm.LoggerVM; import ch.qos.logback.classic.AsyncAppender; import ch.qos.logback.classic.LoggerContext; import org.junit.Before; import org.junit.Test; import org.junit.r...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
27135dfe62baf2e798bb1a93662824bb8695aaa6
42748c822e85441e06043f8847483bb716d51d98
/java-basic/javalibs/src/main/java/xml/oxm/xstream/persistence/PersistenceArrayListConverter.java
2428fb79133f87d19c11611cf53ebf82bfcf48d4
[ "Apache-2.0" ]
permissive
gdefias/learn-java
1b2ffabfad629b352a0448b0395faa9ac61ebb0b
04a67fba60fa3355d116976da95869f2588bee78
refs/heads/main
2023-01-30T09:09:13.543008
2020-12-11T03:55:38
2020-12-11T03:55:38
320,460,665
0
0
null
null
null
null
UTF-8
Java
false
false
1,611
java
package xml.oxm.xstream.persistence; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.converters.Converter; import com.thoughtworks.xstream.converters.MarshallingContext; import com.thoughtworks.xstream.converters.UnmarshallingContext; import com.thoughtworks.xstream.io.HierarchicalStreamReader;...
[ "yzh87117835@163.com" ]
yzh87117835@163.com
6f6ac0ef37d906645cd87db9ca90a375074bea1b
baa2b30b7003eec034f4d1ada005b40c2e8b61a5
/wx-pubno/src/main/java/com.feagle/bean/BaseMessage.java
1df4aa1aa1e03b7a763f7efe8813ad7f7da8f47e
[]
no_license
adanac/ssm-project
d96270d560bc179ddf0a1ef536bcddc7facff837
b99788f6c4c6925776436a932abfa286edcc90eb
refs/heads/master
2021-05-12T01:13:35.662614
2018-01-15T15:25:08
2018-01-15T15:25:08
117,554,698
0
0
null
null
null
null
UTF-8
Java
false
false
922
java
package com.feagle.bean; /** * 消息父类 */ public class BaseMessage { //接收方微信号 private String ToUserName; //发送方微信号 private String FromUserName; //创建时间 private long CreateTime; //消息类型 private String MsgType; public String getToUserName() { return ToUserName; } public ...
[ "adanac@sina.com" ]
adanac@sina.com
710db8c840b9747208c13e28a090fd7b275d6593
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/30/30_7259fb572c0932444cce25dd0ef6e9445faeac49/SvnCommit/30_7259fb572c0932444cce25dd0ef6e9445faeac49_SvnCommit_t.java
031bf5434c8394c3fb3566d6bf0d29fcd85cab49
[]
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,774
java
package playRepository; import models.User; import java.util.Date; import java.util.TimeZone; import org.tmatesoft.svn.core.SVNLogEntry; public class SvnCommit implements Commit { SVNLogEntry entry; public SvnCommit(SVNLogEntry entry) { this.entry = entry; } private long get...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
9066a27f43d9ee4666f7612e7045c059154f197c
8949086d4a541035bd7bda226c0a07532650661c
/src/main/java/info/beastsoftware/beastfactions/hook/IHookManager.java
fd2e79a74cc000eb2a9918d641330ac7103dd55e
[]
no_license
Tominous/BeastFactionsWiki
9d007e1b8b3e2014f681de4e152ece23d4119cd9
100e11584bf37c3663b6dcf824986ccd82e4831b
refs/heads/master
2020-11-29T10:25:02.134354
2019-09-29T20:00:16
2019-09-29T20:00:16
230,090,324
1
0
null
2019-12-25T11:05:17
2019-12-25T11:05:17
null
UTF-8
Java
false
false
308
java
package info.beastsoftware.beastfactions.hook; public interface IHookManager { boolean isEconomyHooked(); IEconomyHook getEconomyHook(); boolean isEpicSpawnersHooked(); IEpicSpawnersHook getEpicSpawnersHook(); boolean isWorldEditHooked(); IWorldEditHook getWorldEditHook(); }
[ "32720562+daniel097541@users.noreply.github.com" ]
32720562+daniel097541@users.noreply.github.com
537a01ff1d5fe93dcb3f42fccfc5c79156d73139
15448fc168098b8adc44c5905bd861adfd1832b7
/ejbca/modules/cesecore-entity/src/org/cesecore/profiles/ProfileData.java
2ee7f964560ec36a90bd3c86d4d9ca698386b98c
[]
no_license
gangware72/Ejbca-Sample
d9ff359d0c3a675ca7e487bb181f4cdb101c123b
821d126072f38225ae321ec45011a5d72750e97a
refs/heads/main
2023-07-19T22:35:36.414622
2021-08-19T23:17:28
2021-08-19T23:17:28
398,092,842
1
0
null
null
null
null
UTF-8
Java
false
false
7,081
java
/************************************************************************* * * * CESeCore: CE Security Core * * * * This software is...
[ "edgar.gangware@cradlepoint.com" ]
edgar.gangware@cradlepoint.com
6d7d65d781d12ce7cf94cb93ab6239ba7dbc5500
883b7801d828a0994cae7367a7097000f2d2e06a
/python/experiments/projects/RWTH-i5-IDSG-steve/real_error_dataset/1/79/ChargePointHelperServiceImpl.java
84865c14434704ea8eda6bd816087bd6108a4aef
[]
no_license
pombredanne/styler
9c423917619912789289fe2f8982d9c0b331654b
f3d752d2785c2ab76bacbe5793bd8306ac7961a1
refs/heads/master
2023-07-08T05:55:18.284539
2020-11-06T05:09:47
2020-11-06T05:09:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,852
java
package de.rwth.idsg.steve.service; import de.rwth.idsg.steve.ocpp.OcppProtocol; import de.rwth.idsg.steve.ocpp.OcppTransport; import de.rwth.idsg.steve.ocpp.OcppVersion; import de.rwth.idsg.steve.ocpp.ws.AbstractWebSocketEndpoint; import de.rwth.idsg.steve.ocpp.ws.data.SessionContext; import de.rwth.idsg.steve.ocpp.w...
[ "fer.madeiral@gmail.com" ]
fer.madeiral@gmail.com
f7f2944359e2c5b95d42048bb0f4cb29cf5eb1db
b578b314cbd753481f0e16b403a692e73aa9102d
/src/com/common/volley/ResponseDelivery.java
4b001f30b30ff87e488c37dd70f488a5a7239fb6
[]
no_license
leizhiheng/BaoGang
70bd001369a53233648d35f6faf8c54e7bd92f00
0dcf1c5afd4bd8e0874dad6cfb011f9806ab036d
refs/heads/master
2021-01-10T08:38:17.610547
2015-10-16T09:58:23
2015-10-16T09:58:23
44,375,387
0
2
null
null
null
null
UTF-8
Java
false
false
1,209
java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "293575570@qq.com" ]
293575570@qq.com
59f34e449888143c5bda952bc3a10bff764a558d
433f6bc02a886ecdf2e1f02e2823b039c9d5a9f6
/pidome-pidome-client-libraries/pcl-entities/src/main/java/org/pidome/client/entities/plugins/media/MediaData.java
07d3b75e8d8d76fdf98f8dd12e371df3def626b7
[]
no_license
vendor-vandor/pidome-unofficial
58d29895cb21571c7d9a5efb4493c5a475ae5472
d1b15bf85085452a664c2892ffb26260df441007
refs/heads/master
2021-01-10T02:11:03.588741
2016-03-04T01:04:24
2016-03-04T01:04:24
53,095,614
2
0
null
null
null
null
UTF-8
Java
false
false
5,281
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.pidome.client.entities.plugins.media; import java.net.URL; /** * * @author John */ public class MediaData...
[ "vandor319@gmail.com" ]
vandor319@gmail.com
8675cad7cffe244b7af7b1b08ba3ddae40fdf63d
046e2566e62b0e40b622f7d04f00ced723f026a2
/src/main/java/cn/zhang/com/controller/QuestionController.java
7987432db5fcab270a8482ba2703468fa76bbf8a
[]
no_license
ZhangZhengDao/zhang
6c324eee71bb13098e3fbe7ccfedcde45a50dab9
92fd9a6f2455bc34bfc4c7011138cedbc67f7712
refs/heads/master
2022-08-12T16:47:57.540616
2020-02-22T05:22:44
2020-02-22T05:22:44
231,491,488
0
0
null
2022-06-21T02:34:30
2020-01-03T01:51:15
Java
UTF-8
Java
false
false
3,211
java
package cn.zhang.com.controller; import cn.zhang.com.advice.TagCache; import cn.zhang.com.dto.CommentControllerDTO; import cn.zhang.com.dto.QuestionDTO; import cn.zhang.com.dto.TagDTO; import cn.zhang.com.enums.CommentTypeEnum; import cn.zhang.com.exception.CustomizeErrorCode; import cn.zhang.com.exception.CustomizeEx...
[ "=" ]
=
8bfa95635e5021d6e5b27c7536bf2514ab936e7f
aa91f6fae3aca2e93fc06afc43dee9c7985ea733
/teams/frame11_pastrnoise/Util.java
06bc07ba55d90c9c0dc2a01103c088175c1a91a5
[]
no_license
TheDuck314/battlecode2014
6a962a6658c917ed72c15a94c54181d44cadbd9b
7814de854706484ad9025b7532fb3cc7340971b5
refs/heads/master
2016-08-06T16:09:49.119776
2014-02-10T02:59:55
2014-02-10T02:59:55
15,696,204
0
3
null
null
null
null
UTF-8
Java
false
false
3,495
java
package frame11_pastrnoise; import battlecode.common.*; public class Util { public static boolean passable(TerrainTile t) { return t == TerrainTile.NORMAL || t == TerrainTile.ROAD; } public static MapLocation closest(MapLocation[] locs, MapLocation to) { MapLocation ret = null; int bestDistSq = 999999; fo...
[ "gem2128@columbia.edu" ]
gem2128@columbia.edu
6fc07d89d056e65a2a9bc76818a7292085c6835c
db570bdc446904e779fc703dac6ec9d2333aef6f
/src/com/yl/servlet/DoProFunAddServlet.java
b911c4cdfb78a7d8b3cb1335aa00abc76658050d
[]
no_license
YLife/ERP
6774d8896fab0575cb32ee48fd45194250685f1d
b4b0e9a8a0d65cf2eb26303ee443eace297838e6
refs/heads/master
2021-01-22T04:41:15.760187
2017-02-21T11:15:53
2017-02-21T11:15:53
81,573,125
0
0
null
null
null
null
UTF-8
Java
false
false
2,292
java
package com.yl.servlet; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.yl.biz.EmpBiz; i...
[ "359059275@qq.com" ]
359059275@qq.com
f23a328b3ec8a5636b392b093bcb0f96e79477a4
9f8304a649e04670403f5dc1cb049f81266ba685
/common/src/main/java/com/cmcc/vrp/province/model/ChargeRecord.java
46896976854f7b312af44ae0a3ecf57569c38cb2
[]
no_license
hasone/pdata
632d2d0df9ddd9e8c79aca61a87f52fc4aa35840
0a9cfd988e8a414f3bdbf82ae96b82b61d8cccc2
refs/heads/master
2020-03-25T04:28:17.354582
2018-04-09T00:13:55
2018-04-09T00:13:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,270
java
package com.cmcc.vrp.province.model; import java.util.Date; /** * 充值记录类 * * */ public class ChargeRecord { private Long id; private Long prdId; private Long enterId; private Integer typeCode; private Long recordId; private Date chargeTime; private Integer status; pr...
[ "fromluozuwu@qq.com" ]
fromluozuwu@qq.com
733de78b70e3fcd2d2ed5c2fb88b5d4ae5772055
2b8c47031dddd10fede8bcf16f8db2b52521cb4f
/subject SPLs and test cases/BerkeleyDB(5)/BerkeleyDB_P1/evosuite-tests2/com/sleepycat/bind/tuple/TupleBase_ESTest2.java
e36196e13d4c1e6db2adfbe52ab02be4299dd4a0
[]
no_license
psjung/SRTST_experiments
6f1ff67121ef43c00c01c9f48ce34f31724676b6
40961cb4b4a1e968d1e0857262df36832efb4910
refs/heads/master
2021-06-20T04:45:54.440905
2019-09-06T04:05:38
2019-09-06T04:05:38
206,693,757
1
0
null
2020-10-13T15:50:41
2019-09-06T02:10:06
Java
UTF-8
Java
false
false
4,460
java
/* * This file was automatically generated by EvoSuite * Fri Apr 21 23:03:42 KST 2017 */ package com.sleepycat.bind.tuple; import static org.evosuite.runtime.EvoAssertions.assertThrownBy; import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; import org.evosuite.runtime.EvoRunner; impor...
[ "psjung@kaist.ac.kr" ]
psjung@kaist.ac.kr
703ac276cba0bba87115739cef31767b29fb0a61
3af6963d156fc1bf7409771d9b7ed30b5a207dc1
/runtime/src/main/java/apple/corefoundation/CFFileSecurityClearOptions.java
d5e35e038280619e8190071492ef60fc9c48b6c5
[ "Apache-2.0" ]
permissive
yava555/j2objc
1761d7ffb861b5469cf7049b51f7b73c6d3652e4
dba753944b8306b9a5b54728a40ca30bd17bdf63
refs/heads/master
2020-12-30T23:23:50.723961
2015-09-03T06:57:20
2015-09-03T06:57:20
48,475,187
0
0
null
2015-12-23T07:08:22
2015-12-23T07:08:22
null
UTF-8
Java
false
false
1,166
java
package apple.corefoundation; import java.io.*; import java.nio.*; import java.util.*; import com.google.j2objc.annotations.*; import com.google.j2objc.runtime.*; import com.google.j2objc.runtime.block.*; import apple.audiotoolbox.*; import apple.corefoundation.*; import apple.coregraphics.*; import apple.coreservice...
[ "pchen@sellegit.com" ]
pchen@sellegit.com
93e064ae1adc1cb18c1dbec9dbfa10a8a804707d
b02bdd9811b958fb52554ee906ecc3f99b0da4bb
/app/src/main/java/com/jxkj/fit_5a/base/DeviceCourseTypeData.java
009f8315e482d9e8e78a09139d7e00b4d23826ad
[]
no_license
ltg263/5AFit_12
19d29773b9f0152dbc88ccf186b2868af7648039
a7d545ab37a456b42f30eb03d6a6c95efb5b0541
refs/heads/master
2023-07-15T20:46:19.465180
2021-08-17T09:59:57
2021-08-17T09:59:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,299
java
package com.jxkj.fit_5a.base; import java.util.List; public class DeviceCourseTypeData { /** * list : [{"id":3,"deviceTypeId":0,"name":"有氧模式","sort":3,"introduct":"支持脚踏车,飞轮车。5AFit app需要接入您的器材"},{"id":1,"deviceTypeId":0,"name":"热身模式","sort":2,"introduct":"支持脚踏车,飞轮车。5AFit app需要接入您的器材"},{"id":2,"deviceTypeId":...
[ "qzj842179561@gmail.com" ]
qzj842179561@gmail.com
788f9e839107b5fb68218a5c170ca1beb61b0fd4
7e3a7f5d9cd4d98bba4ea68b399fb883d96cd50b
/JavaOOPAdvanced/src/A_InterfacesAndAbstraction_Exercises/E_BorderControl/Robot.java
ca3c61d2238fb14f95f71ab94eb3f0a8513e5a8d
[]
no_license
ISpectruM/Java-fundamentals
9f51b3658dd55326c4b817d9f62b76d001eb3244
ac3ea51a4edf0ca430f23655a37c3417ac9afb95
refs/heads/master
2021-01-21T11:30:08.901909
2017-05-15T14:09:57
2017-05-15T14:09:57
83,553,470
0
0
null
null
null
null
UTF-8
Java
false
false
541
java
package A_InterfacesAndAbstraction_Exercises.E_BorderControl; public class Robot implements Identity{ private String model; private String id; public Robot(String model, String id) { this.model = model; this.id = id; } @Override public String getId() { return this.id; ...
[ "ispectrumcode@gmail.com" ]
ispectrumcode@gmail.com
8becdcc2f5add882a2de0d7fec96d73d9d018399
d38afb4d31e0574dd2086fc84e5d664aecc77f5c
/com/planet_ink/coffee_mud/Abilities/Traps/Bomb_Poison.java
2070209e9c872e55aa817ebf2d281ddd3fb5dc8a
[ "Apache-2.0" ]
permissive
Dboykey/CoffeeMud
c4775fc6ec9e910ff7ff8523c04567a580a9529e
844704805d3de26a16b83bd07552d6ae82391208
refs/heads/master
2022-04-16T07:07:22.004847
2020-04-06T17:55:33
2020-04-06T17:55:33
255,074,559
0
1
Apache-2.0
2020-04-12T12:10:07
2020-04-12T12:10:06
null
UTF-8
Java
false
false
4,125
java
package com.planet_ink.coffee_mud.Abilities.Traps; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import ...
[ "bo@zimmers.net" ]
bo@zimmers.net
af053dc313f07e10e178c2138a3b375104a5ca5e
dfebd5025e611ae30fb052337002c0a24dd94c25
/proxies/com/microsoft/bingads/v13/campaignmanagement/Adapter7.java
2eb873f422fba467e0228c1db1bc15e8a7f6b78b
[ "MIT" ]
permissive
davidcretu/BingAds-Java-SDK
3eacfe7d5328fe5d5261ed3a06241db794539b06
8436bf38d4bdd7d7fe9de87fcf0a90ed2b605c1c
refs/heads/master
2023-01-31T20:15:06.480984
2020-07-08T03:47:09
2020-07-08T03:47:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
645
java
package com.microsoft.bingads.v13.campaignmanagement; import java.util.Collection; import javax.xml.bind.annotation.adapters.XmlAdapter; public class Adapter7 extends XmlAdapter<String, Collection<AdExtensionAdditionalField>> { public Collection<AdExtensionAdditionalField> unmarshal(String value) { ...
[ "qitia@microsoft.com" ]
qitia@microsoft.com
429cc835c5583aca8934379fe92c512227828172
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/88_jopenchart-de.progra.charting.render.StackedBarChartRenderer-0.5-10/de/progra/charting/render/StackedBarChartRenderer_ESTest_scaffolding.java
a8ad226ebb1a82e8adff640cd7ae18c7b636bf1d
[]
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
555
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Oct 29 18:49:01 GMT 2019 */ package de.progra.charting.render; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.A...
[ "pderakhshanfar@bsr01.win.tue.nl" ]
pderakhshanfar@bsr01.win.tue.nl
745d2594b4ce4fd950c4c925bec96c08a94a663e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/6/6_6e7ec817ba7827fe243eaa5184f0dd8218271adb/FacebookProvider/6_6e7ec817ba7827fe243eaa5184f0dd8218271adb_FacebookProvider_s.java
0e457142a9941277ff21cf07be23ce4961d53cce
[]
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,757
java
/** * Copyright 2011 Jorge Aliss (jaliss at gmail dot com) - twitter: @jaliss * * 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 * * ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a2bc74641ed6db3c1ab30f751f0e9c87062a98ad
8e60ba13602952efa24a6ef78bd30310f28166e8
/src/com/homecompany/chapter16/exercise14/PrimitiveArrays.java
25bc3903ab2aede2935e0cd7befab66343a47b07
[]
no_license
Serginiho/myproject-solutions
77e22b403d197d8f58a006206f9a1e145f372efc
b25c09b926f2b9c8f150f2b7232399f7591b0eaa
refs/heads/master
2023-07-13T07:28:12.028304
2021-08-26T12:30:14
2021-08-26T12:30:14
394,315,916
0
0
null
null
null
null
UTF-8
Java
false
false
3,083
java
package com.homecompany.chapter16.exercise14; import util.CountingAndSkipGenerator; import util.Generator; import java.util.Arrays; class PrimitiveArrays { public static boolean[] fillPrimitive(boolean[] in) { Generator<Boolean> g = new CountingAndSkipGenerator.Boolean(); for(int i = 0; i < in.le...
[ "serginiho2985@gmail.com" ]
serginiho2985@gmail.com
e60a5504215ce78cba80e310c00578af0de5bf6d
2f5cd5ba8a78edcddf99c7e3c9c19829f9dbd214
/java/playgrounds/.svn/pristine/e6/e60a5504215ce78cba80e310c00578af0de5bf6d.svn-base
2081c1bbcf1f02ef0ea1bffddc08f8a195deac72
[]
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
5,340
/* *********************************************************************** * * project: org.matsim.* * IntegrationTest.java * * * *********************************************************************** * * ...
[ "htplex@gmail.com" ]
htplex@gmail.com
57471d0acec179c893272fb74dbd2b4a40ffcdf6
bf20002dbe0d348ada950658f2117ceffd9247e5
/fionapet-business-api/src/main/java/com/fionapet/business/service/MedicChemicalexamService.java
60d4df3f5735526fbd34feadb49df86cd0798849
[ "Apache-2.0" ]
permissive
fiona-pet/business
9d17829082bdf36a1a36ab70078b0b8268974b26
777ef06a6a960f61744c23f9aee10141d9c5fa0b
refs/heads/master
2022-12-10T04:46:12.417651
2019-08-11T06:50:53
2019-08-11T06:50:53
72,513,934
1
1
Apache-2.0
2022-11-16T04:27:31
2016-11-01T07:32:25
JavaScript
UTF-8
Java
false
false
289
java
package com.fionapet.business.service; import com.fionapet.business.entity.MedicChemicalexam; import org.dubbo.x.service.CURDService; /** * 化验单明细 * Created by tom on 2016-07-31 16:42:52. */ public interface MedicChemicalexamService extends CURDService<MedicChemicalexam> { }
[ "tom@daoshenggroup.com" ]
tom@daoshenggroup.com
59ebc6222c565a89747f4b068a59682051f92ba4
c6ed09339ff21fa70f154f34328e869f0dd8e394
/java/spring/spring-mvcweb-sample/src/main/java/sample/controller/SampleController.java
b3c731028f6505c0ff437c7e01d489ff66a4026b
[]
no_license
fits/try_samples
f9b15b309a67f7274b505669db4486b17bd1678b
0986e22d78f35d57fe1dd94673b68a4723cb3177
refs/heads/master
2023-08-22T14:35:40.838419
2023-08-07T12:25:07
2023-08-07T12:25:07
642,078
30
19
null
2022-12-28T06:31:24
2010-05-02T02:23:55
Java
UTF-8
Java
false
false
788
java
package sample.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.annotation.RequestM...
[ "wadays_wozx@nifty.com" ]
wadays_wozx@nifty.com
c6cd01a419fa8fc59a6753b0d7d4f5beb2048980
e839cf0bf57bbaf31e3669ea6c78794ea047815e
/src/main/java/com/luomo/wechat/util/QrcodeUtil.java
ee50dcb11e38cf295f2ae469707a92097f46597f
[]
no_license
LuoMo92/wechat
e6cd3132701d940894e1d900fb015b2796525757
42b1dc0075b1578e0c255273a21bb5485cd87f0c
refs/heads/master
2021-01-11T09:40:40.878660
2017-02-14T09:04:03
2017-02-14T09:04:03
77,363,218
0
0
null
null
null
null
UTF-8
Java
false
false
2,888
java
package com.luomo.wechat.util; import com.swetake.util.Qrcode; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io.UnsupportedEncodingException; /** * Created by LiuMei on 2017-02-14. * <p> * Java生成 二维码扫一扫工具类 */ pub...
[ "810754420@qq.com" ]
810754420@qq.com
f27740d7faaac7f7bf4c10cf9c540f6da8ef9513
0830718cc03004986dd9189ca8b91a8da419256a
/src/Jan_24/network/inetAddressEx.java
ed2493ff15f7a7ea589ee6ec9bd4407af5713ef5
[]
no_license
Brilliant-Kwon/JavaEx
3f46dba3ca81df38b2872da68c36de348c69f704
fdc76d9b15e76b2d719b3c7e2be2d5fa7a38d656
refs/heads/master
2020-04-17T02:27:32.978565
2019-03-14T00:41:24
2019-03-14T00:41:24
166,135,514
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
package Jan_24.network; import java.net.InetAddress; import java.net.UnknownHostException; public class inetAddressEx { public static void main(String[] args) { printServerIP("www.naver.com"); printServerIP("www.google.com"); } private static void printServerIP(String hostName){ ...
[ "k1212keun@skuniv.ac.kr" ]
k1212keun@skuniv.ac.kr
07eb48252b177f32aabf0a636095d32e44fc4752
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas_ReducedClassCount/applicationModule/src/test/java/applicationModulepackageJava0/Foo929Test.java
7a1c49abfe6c875d1f8e53754db22de21ac3ec14
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package applicationModulepackageJava0; import org.junit.Test; public class Foo929Test { @Test public void testFoo0() { new Foo929().foo0(); } @Test public void testFoo1() { new Foo929().foo1(); } @Test public void testFoo2() { new Foo929().foo2(); } @Test public void testFoo3() { ...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
1fb9b4e76a0c30f9b8b523975a3abc37ffe44516
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/android/generated/src/main/java/org/openapitools/client/model/OrgApacheHttpProxyconfiguratorInfo.java
b6fd5450bf0cc53b6680d6b55d4e2f8639859319
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
Java
false
false
3,522
java
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
a096e63db5e0dab24c4d54641820fb41552b17c8
a964e65bcf7317e25b5a1cdfaec08a5b3f74dbe0
/src/com/ery/ertc/collect/ui/Handler.java
7d6fe93c95ef732f0f36fc475e34ea68a795ef91
[]
no_license
hans511002/ertc
5ba3ab2afa941f772cc2784b6b18317c20064576
4ffe302b471e18946edb64ba0aa6dd8a870dc16d
refs/heads/master
2021-01-17T05:29:06.829581
2017-11-23T11:18:22
2017-11-23T11:18:22
64,722,832
0
0
null
null
null
null
UTF-8
Java
false
false
1,135
java
package com.ery.ertc.collect.ui; import org.mortbay.jetty.Server; public abstract class Handler implements org.mortbay.jetty.Handler{ @Override public Server getServer() { return null; } @Override public void setServer(Server server) { } @Override public void...
[ "hans511002@sohu.com" ]
hans511002@sohu.com
0045699978e31d16378d67f2ac67a4edf0866288
d18af2a6333b1a868e8388f68733b3fccb0b4450
/java/src/com/google/android/gms/tagmanager/zzcu$1.java
a1ca474933990f20429d9c68d5c66541574f1183
[]
no_license
showmaxAlt/showmaxAndroid
60576436172495709121f08bd9f157d36a077aad
d732f46d89acdeafea545a863c10566834ba1dec
refs/heads/master
2021-03-12T20:01:11.543987
2015-08-19T20:31:46
2015-08-19T20:31:46
41,050,587
0
1
null
null
null
null
UTF-8
Java
false
false
573
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.gms.tagmanager; // Referenced classes of package com.google.android.gms.tagmanager: // zzcu static final...
[ "invisible@example.com" ]
invisible@example.com
4cf28a34a38c921602576fbe73b968b22b15e1f4
385340c9e6ecd942b01d20e335307c1462ecb1b5
/TeraGame/src/main/java/com/angelis/tera/game/network/packet/server/SM_PLAYER_DIALOG_CLOSE.java
9f081b8f343d474dfa31a849f5d18712a816de1a
[]
no_license
simon96523/jenova-project
2beefdff505458df523da94a6fa51b823d6f0186
07169c83790188eb82ad34352a34fb5cb8e7fdf6
refs/heads/master
2021-01-15T23:20:55.970410
2014-07-16T13:31:08
2014-07-16T13:31:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
679
java
package com.angelis.tera.game.network.packet.server; import java.nio.ByteBuffer; import com.angelis.tera.game.models.creature.TeraCreature; import com.angelis.tera.game.network.connection.TeraGameConnection; import com.angelis.tera.game.network.packet.TeraServerPacket; public class SM_PLAYER_DIALOG_CLOSE extends Ter...
[ "mm.chyla@gmail.com" ]
mm.chyla@gmail.com
2af0aeb3122e84bf82b051cf0c4122607ebdc97b
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/45/org/apache/commons/math/util/MathUtils_indicator_1042.java
486dffff84dab9993ed638917fafc72d16d37e4b
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
2,942
java
org apach common math util addit built function link math version math util mathutil ...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
de4e330cfc333e4201bb98b48f8b51ed8ab3ee27
6e2e45683c10f107c7ae6e4e6fc0a9d1d165df3b
/src/main/java/com/nrg/liusen/domain/ProfitLossDataBean.java
0ac7a0a2c08ded471a9d68e98f0e4a69daceb8d9
[]
no_license
nrg-dev/Liuson
e7afcd2a0eff416696ca890332007408580c7451
0a7c9ae36273c4d7e27d7e105393489f82553adb
refs/heads/master
2022-12-23T02:48:15.676893
2019-11-16T10:36:44
2019-11-16T10:36:44
214,111,314
0
0
null
2022-12-16T01:00:04
2019-10-10T07:04:50
Java
UTF-8
Java
false
false
5,778
java
package com.nrg.liusen.domain; import java.io.Serializable; import java.util.Date; import java.util.List; import com.nrg.liusen.shared.Payroll; import com.nrg.liusen.shared.Purchase; import com.nrg.liusen.shared.Sale; import com.nrg.liusen.shared.StockoutManual; import com.nrg.liusen.shared.Transaction; public class...
[ "46997932+alexjeff@users.noreply.github.com" ]
46997932+alexjeff@users.noreply.github.com
39d0a50fd3352ca227bdcf9d82bcc25b1650adc5
aa168494d968c1f6e5fa6981cd3f4c0bc081fa7e
/_src/lesson-2/src/main/java/readlearncode/session2/subsection3/ForLoopSimpleExample.java
e2737d54154ffab9891d3fae1369a4d95cbcf257
[ "Apache-2.0" ]
permissive
paullewallencom/java-978-1-7882-9773-8
42f14fc52e8280df3801f0772e6c0da91c398f85
7c5f2d2ada7c1a4560e271c872e962d985969838
refs/heads/main
2023-02-07T13:57:06.281704
2020-12-28T04:20:30
2020-12-28T04:20:30
319,404,253
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package readlearncode.session2.subsection3; /** * Source code github.com/readlearncode * * @author Alex Theedom www.readlearncode.com * @version 1.0 */ public class ForLoopSimpleExample { public static void main(String ...args){ for (int i = 0; i < 10; i++) { System.out.println(i); ...
[ "paullewallencom@users.noreply.github.com" ]
paullewallencom@users.noreply.github.com
ce6962b11743fbd765926de9dd63f4592b352fc4
9b75d8540ff2e55f9ff66918cc5676ae19c3bbe3
/cab.snapp.passenger.play_184.apk-decompiled/sources/com/b/a/d.java
3a7f3c5b6863ffffa1cfcdfd3f686a22d823c5f1
[]
no_license
BaseMax/PopularAndroidSource
a395ccac5c0a7334d90c2594db8273aca39550ed
bcae15340907797a91d39f89b9d7266e0292a184
refs/heads/master
2020-08-05T08:19:34.146858
2019-10-06T20:06:31
2019-10-06T20:06:31
212,433,298
2
0
null
null
null
null
UTF-8
Java
false
false
6,722
java
package com.b.a; import com.google.gson.e; public final class d implements j { /* renamed from: a reason: collision with root package name */ private final r f1961a; /* renamed from: b reason: collision with root package name */ private final b f1962b; private final e c; private final p d;...
[ "MaxBaseCode@gmail.com" ]
MaxBaseCode@gmail.com
3672ff1d09238bb8e0ec3b8d716f1f5266d69727
edafd7eef6b4d4ae6a4f0d069059db3a823412c0
/blade-velocity/src/main/java/blade/render/VelocityRender.java
9230522cc8ae1698a877e4ca18559865a5c9916a
[ "Apache-2.0" ]
permissive
lichee/blade
3c2020d7046b636acd9ea7b7d0e41d464d8c69dc
aaec1ef653a8f28e99708764f0d6c0c8628c550c
refs/heads/master
2021-01-21T15:23:12.598058
2015-09-27T17:03:45
2015-09-27T17:03:45
43,297,695
0
0
null
2015-09-28T11:43:32
2015-09-28T11:43:32
null
UTF-8
Java
false
false
5,014
java
package blade.render; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.Properties; import java.util.Set; import org.apache.velocity.Template; import org.apache.velocity.VelocityContext; import org.apache.velocity....
[ "biezhi.me@gmail.com" ]
biezhi.me@gmail.com
7e76e5f7d3a398898c832d924555cd394e5ed0d2
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/android_tools/sdk/sources/android-25/android/preference/CheckBoxPreference.java
fee3f0f17dbcdf0581d6c70f5723afbce899ce6f
[ "Apache-2.0", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
Java
false
false
2,693
java
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
5ebb9619863ae091c833b1f6e76518a652832b71
ef280dcfca2ca4fa4fb64bc16f98846552da3301
/4.JavaCollections/src/com/javarush/task/task32/task3213/Solution.java
17df8d0ff40d2173aaf92054818f152165e5c1ee
[]
no_license
sergeyzhirkov/JavaRushTasks
7e785a5224713d64ac0dcffd2abee267ba2d52b7
31e1bafe5bab1f384e6c4e7b7f23a99dad8582c5
refs/heads/master
2023-08-06T23:18:32.031774
2021-10-03T11:46:59
2021-10-03T11:46:59
261,502,947
0
0
null
null
null
null
UTF-8
Java
false
false
762
java
package com.javarush.task.task32.task3213; import java.io.IOException; import java.io.StringReader; /* Шифр Цезаря */ public class Solution { public static void main(String[] args) throws IOException { StringReader reader = new StringReader("Khoor#Dpljr#&C,₷B'3"); System.out.println(decode(reade...
[ "zhirkov_55250@mail.ru" ]
zhirkov_55250@mail.ru
0e6b946585ab3fc49bdc0bfb6f7551f48327414e
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-58b-1-19-SPEA2-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/analysis/function/Gaussian$Parametric_ESTest_scaffolding.java
214be66b2c8a264cc07e1a5b16798c83ea7835bd
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
3,113
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Apr 06 15:33:28 UTC 2020 */ package org.apache.commons.math.analysis.function; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; im...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
b5df027c72fffbca7e54700cf3474d7382766acc
eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3
/tags/2012-05-19/seasar2-2.4.46/s2jdbc-gen/maven-s2jdbc-gen-plugin/src/main/java/org/seasar/extension/jdbc/gen/maven/GenerateServiceTaskMojo.java
7014c81f01f2f949bf19b01abdb48081faf18943
[]
no_license
svn2github/s2container
54ca27cf0c1200a93e1cb88884eb8226a9be677d
625adc6c4e1396654a7297d00ec206c077a78696
refs/heads/master
2020-06-04T17:15:02.140847
2013-08-09T09:38:15
2013-08-09T09:38:15
10,850,644
0
1
null
null
null
null
UTF-8
Java
false
false
6,229
java
/* * Copyright 2004-2011 the Seasar Foundation and the Others. * * 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 ...
[ "koichik@319488c0-e101-0410-93bc-b5e51f62721a" ]
koichik@319488c0-e101-0410-93bc-b5e51f62721a
3fd10353a51228691b19e4584c5a49b71b81bf38
d7f45abed67d3342612c5d38a598efcf1a43dd30
/src/main/java/com/htmlcomponent/domain/model/htmlcomponent/HistoryRepository.java
1644a3b3917c8e1a3bf0d5b194a14eaf1eacc314
[]
no_license
wonyonglee/html-component-ddd
a1471556d63a9d83b98fa6a69e7915ebd37e86d9
9b34d5a9c4319b064279d42efe8167c1331e3e92
refs/heads/main
2023-04-30T10:31:07.418574
2021-05-25T02:21:13
2021-05-25T02:21:13
369,442,833
0
0
null
null
null
null
UTF-8
Java
false
false
255
java
package com.htmlcomponent.domain.model.htmlcomponent; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface HistoryRepository extends JpaRepository<History, Long> { }
[ "root" ]
root
9ca3b160db85ad3fd5bf9eaec82052ffde1bf3cf
629cb4af52d9ec93d518b116578db62057796128
/src/main/java/cache/ShardRedisCache.java
c88ebb4ca0c2c08e6b5f7ef48fba675cfbf924b1
[]
no_license
ShawyerPeng/RedisProject
e670cb2e7dfa82a62234140779e6cfce93253ad1
17c11a605252ef83bb98f9b99e8695d4ab94806d
refs/heads/master
2021-07-07T10:01:41.518372
2017-10-03T13:39:46
2017-10-03T13:39:46
105,655,390
0
0
null
null
null
null
UTF-8
Java
false
false
3,781
java
package cache; import org.apache.commons.lang3.ArrayUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.cache.Cache; import org.springframework.cache.support.SimpleValueWrapper; import org.springframework.data.redis.serializer.RedisSerializer; import org.springframework.data.redi...
[ "patrickyateschn@gmail.com" ]
patrickyateschn@gmail.com
70f4338f680435495896a44d8650754448602b7e
f417dbb7856d987373c1588014b9aed059235015
/spring-core/src/main/java/org/springframework/core/io/buffer/NettyDataBufferFactory.java
9608ad8e9cd2be848298877f8a6c3b9c3b93137f
[ "Apache-2.0" ]
permissive
MonsterCodingJ/spring-framework
975c0bc44247cfbd367bdb35da67146c0d7e3971
5f152cb1530ea88485efef115e0ff05687301792
refs/heads/master
2022-12-05T04:43:08.831380
2020-08-28T00:47:56
2020-08-28T00:47:56
290,420,347
0
0
null
null
null
null
UTF-8
Java
false
false
4,265
java
/* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
[ "459997077@qq.com" ]
459997077@qq.com
e75d82d2b5a3315ae79f9d5526528245e73e557f
f766baf255197dd4c1561ae6858a67ad23dcda68
/app/src/main/java/com/tencent/mm/plugin/game/widget/EllipsizingTextView.java
e2aa5188cafc1e930c1c2a6b7c5116358c4957aa
[]
no_license
jianghan200/wxsrc6.6.7
d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849
eb6c56587cfca596f8c7095b0854cbbc78254178
refs/heads/master
2020-03-19T23:40:49.532494
2018-06-12T06:00:50
2018-06-12T06:00:50
137,015,278
4
2
null
null
null
null
UTF-8
Java
false
false
4,045
java
package com.tencent.mm.plugin.game.widget; import android.content.Context; import android.graphics.Canvas; import android.text.Layout; import android.text.Layout.Alignment; import android.text.StaticLayout; import android.text.TextUtils.TruncateAt; import android.util.AttributeSet; import android.widget.TextView; impo...
[ "526687570@qq.com" ]
526687570@qq.com
748ad65ca48a5576637776ee333d27241d299b19
45b4e49a4d660fc037b80f9a13b4cf8019a596c9
/app/src/test/java/com/pigeon/communication/privacy/ApplicationTest.java
9306e63e11e4b8ba33ca8fdce19f0219e1de3b1d
[]
no_license
2591547538/Pigeon
e746af7e0d04c9c7ed0236eeec87ce5b4b0850a6
5886310b55aa5abe26d18aef452d2ed640047dec
refs/heads/dev
2020-03-21T04:35:06.683083
2018-06-21T04:00:16
2018-06-21T04:00:16
138,116,190
2
0
null
2018-07-06T06:38:43
2018-06-21T03:45:48
Java
UTF-8
Java
false
false
363
java
package com.pigeon.communication.privacy; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() ...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
82431fede7cb48cf6cafbc9d8cacc8f8bc0783ec
e72267e4c674dc3857dc91db556572534ecf6d29
/mybatis-3-master/src/main/java/org/apache/ibatis/type/ByteArrayTypeHandler.java
57207d19f50d65db96fae7b906f9884f2532fd9d
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "BSD-3-Clause" ]
permissive
lydon-GH/mybatis-study
4be7f279529a33ead3efa9cd79d60cd44d2184a9
a8a89940bfa6bb790e78e1c28b0c7c0a5d69e491
refs/heads/main
2023-07-29T06:55:56.549751
2021-09-04T09:08:25
2021-09-04T09:08:25
403,011,812
0
0
null
null
null
null
UTF-8
Java
false
false
1,559
java
/* * Copyright ${license.git.copyrightYears} 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/LICENS...
[ "447172979@qq.com" ]
447172979@qq.com
91633609cdbc649818e17b8488f8431efca3ce73
b02a613529732e5dfe702c2b95ffe491bd34f7d9
/src/net/member/action/MemberFrontController.java
78ef15df873e8d8056b6d943bdaeec269d2fedf1
[]
no_license
cayori/kh18
c98df02f86e1bce224160462db2043a3dc3f62cd
e9f7a8f9b8e8cd0a301a09fb47fe177759e0fa23
refs/heads/master
2021-07-20T09:48:34.311659
2017-10-28T02:34:51
2017-10-28T02:34:51
103,335,461
0
0
null
null
null
null
UTF-8
Java
false
false
3,371
java
package net.member.action; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class MemberFrontController extends HttpServ...
[ "cayori@gmail.com" ]
cayori@gmail.com
a42f9b795d549f7098e0e01499ef68fd22cb585c
349eefb6ef49e509e9cb40fe960f2c5a67f48752
/cas-server-webapp_35/src/main/java/org/gonetbar/ssa/base/entity/ModelRecordStrUtil.java
18a5377e6c7fdee93f44545783dbd999c77dbd7d
[]
no_license
spancer/wsdutil
4b3dc12fcedd21ffc25850fc30188b7e61c12407
c0c5451c319038f837e0ecc7eb0ae3dea8716704
refs/heads/master
2021-01-24T15:44:10.998643
2015-06-12T03:25:08
2015-06-12T03:25:08
46,708,401
0
2
null
2015-11-23T08:59:57
2015-11-23T08:59:57
null
UTF-8
Java
false
false
814
java
package org.gonetbar.ssa.base.entity; /** * * @Description: 用于记录一些字符串常量 * * @author weisd Email:xiyangdewuse@163.com * @date 2011-1-11 下午09:59:12 * @version v1.0 */ public class ModelRecordStrUtil { // 登陆用户的session 保存的 public static final String SESS_LOGIN_USER = "SESS_LOGIN_USER"; public ...
[ "xiyangdewuse@163.com@2a8ee3b2-8dd8-4655-914c-8c2eb951bf61" ]
xiyangdewuse@163.com@2a8ee3b2-8dd8-4655-914c-8c2eb951bf61
9c5b91d29e8c58397a6a2c437cad1f05761b7fb8
4cfda4f1b4d7703e1b460359012082c158103476
/miliconvert/txt2xml/trunk/plugins/org.miliconvert.otg/src/org/miliconvert/otg/service/initialiser/MTFFormatInitialiser.java
200ac02b04ed61c298e0b8165141f5ccb579ad33
[]
no_license
opensourcejavadeveloper/military_xml_project_miliconvert
e62dee54499fdb8abaa76a9d44ed97ace19dc887
bb0276970c243ec3acc07fd4b255673d6d7dd080
refs/heads/master
2022-01-10T18:11:39.021413
2018-08-20T12:45:02
2018-08-20T12:45:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
235
java
package org.miliconvert.otg.service.initialiser; import org.miliconvert.otg.model.MTFFormatDefinition; public interface MTFFormatInitialiser { public void initialize(); public MTFFormatDefinition getFormat(String mtfType); }
[ "you@example.com" ]
you@example.com
0722baa28045a786be08161b1a9c2a88175fea7d
ebd93e10e1ea19cf3d87036ce4961fcaaeab0294
/src/main/java/com/hctxsys/util/ExcelUtil.java
492bb0f05eb0d4022a7de867e8022056c8917a5f
[]
no_license
li-jiangshan/hctxsys
5981bbca5a6071f8774b714c26eeaf5e7c732466
1e774463f905c1df1eabe2a0603735e9a65734ff
refs/heads/master
2020-03-21T01:51:11.981265
2018-06-20T01:54:28
2018-06-20T01:55:13
137,966,262
0
0
null
null
null
null
UTF-8
Java
false
false
1,891
java
package com.hctxsys.util; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.ss.usermodel.HorizontalAlignment; public class ExcelUtil { /** * 导出Excel * * @param sheetName sheet名称 * @param title 标题 * @param values 内容 * @param wb HSSFWorkbook对象 * @return ...
[ "21914439@qq.com" ]
21914439@qq.com
1b9b16ba617936f3f4231c0709ce95b49de121fe
66e2f35b7b56865552616cf400e3a8f5928d12a2
/src/main/java/com/alipay/api/domain/AlipayOverseasTravelRateRateinfoQueryModel.java
f1dd5fb6ef243df6b82dce05eb116a32f5967550
[ "Apache-2.0" ]
permissive
xiafaqi/alipay-sdk-java-all
18dc797400847c7ae9901566e910527f5495e497
606cdb8014faa3e9125de7f50cbb81b2db6ee6cc
refs/heads/master
2022-11-25T08:43:11.997961
2020-07-23T02:58:22
2020-07-23T02:58:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,780
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * demo-跨境游单个汇率查询接口 * * @author auto create * @since 1.0, 2020-03-25 11:37:34 */ public class AlipayOverseasTravelRateRateinfoQueryModel extends AlipayObject { private static fina...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
cb6c4093f3638865ebbb2193f51c0db91b5b8757
f95b79ce3d233a18c48f67220d36dbb70339d049
/src/main/java/com/javashitang/easy/_206_2/Solution.java
c41c3d1ea9a0da8be121a114051d418a4b4aba12
[]
no_license
erlieStar/LeetCode2
464b6c899cdd428f2d70dc2dbefb07a80258435d
62434d52b0a8912117c18570ebcb386b9f4be880
refs/heads/master
2022-05-01T01:11:49.660662
2022-04-13T15:19:12
2022-04-13T15:19:12
122,900,443
0
0
null
2020-10-13T23:05:53
2018-02-26T02:20:12
Java
UTF-8
Java
false
false
395
java
package com.javashitang.easy._206_2; import com.javashitang.easy._21.ListNode; class Solution { public ListNode reverseList(ListNode head) { ListNode dummy = new ListNode(); while (head != null) { ListNode temp = head; head = head.next; temp.next = dummy.next; ...
[ "290059742@qq.com" ]
290059742@qq.com
0618cf2ff1dc935e130372041719f7c51c66376b
99747123c4a1cdb98cfb6b484c5be7e269ced9f5
/project/spring-security/security-parent/a-userpassword-sms/src/main/java/com/example/userpasswordsms/sms/SmsMobileAuthenticationSecurityConfig.java
65854b38381e63200d1ea1306b80610b532e5181
[ "Apache-2.0" ]
permissive
CodingSoldier/java-learn
0dea60617be635d6d028cd3c4302bd2975526dbf
114358e63c41a1884ca660b70e13ed25bc12fbc6
refs/heads/master
2023-05-28T14:46:52.437585
2023-05-12T09:07:34
2023-05-12T09:07:34
113,655,752
27
20
Apache-2.0
2023-05-12T09:10:03
2017-12-09T08:51:50
Java
UTF-8
Java
false
false
2,362
java
package com.example.userpasswordsms.sms; import com.example.userpasswordsms.handler.AuthenticationFailureHandler; import com.example.userpasswordsms.handler.AuthenticationSuccessHandler; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationMana...
[ "tfz9011@163.com" ]
tfz9011@163.com
e48a7bdc72fa11a21347cefab4027c0d08a24db8
1785b17c8dab88283514f1a485837c30975bb949
/src/com/wyx/leetcode/A题库/A57插入区间/InsertV1.java
d9a4bf0e473b93745ed3cd08efc4555ebc080034
[]
no_license
justwyx/wyx-leetcode-demo
0eae8deac3db6e00dd5b623b2e62f5310be4351b
2682ea388a13af5bae2f72c4ecfcf451351e35d2
refs/heads/master
2023-03-21T00:17:44.294795
2021-03-05T11:11:41
2021-03-05T11:11:41
305,613,103
0
0
null
null
null
null
UTF-8
Java
false
false
1,726
java
package com.wyx.leetcode.A题库.A57插入区间; import java.util.ArrayList; import java.util.List; /** * @Description : * 插入区间 * 给出一个无重叠的 ,按照区间起始端点排序的区间列表。 * * 在列表中插入一个新的区间,你需要确保列表中的区间仍然有序且不重叠(如果有必要的话,可以合并区间)。 * * * * 示例 1: * * 输入:intervals = [[1,3],[6,9]], newInterval = [2,5] * 输出:[[1,5],[6,9]] * 示例 2: * * 输入:...
[ "wenyvxiang@iiasaas.com" ]
wenyvxiang@iiasaas.com
e224bc62ea631e5d43cfc748bb58682888d6b552
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/libgdx--libgdx/91ad79fb49bc9a2b5b247105acaafdf27482d1a0/before/AssetLoadingTask.java
0d58b4330887343e8c44974928027d09a07384a6
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
4,866
java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.apa...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
773c673ba5856e60fb6fc70630e828c70afb410e
9a474ca5b0649fbfd510c3c38f344d20e07cd343
/sports-dmp/sports-dmp-web/src/main/java/cn/evake/auth/api/system/SysLogApiController.java
22e5ca6cf363a2e850697d1f271dda00b0d06f6c
[]
no_license
lqdcanty/znty
8c8d1468bbc7d365708c166800e1fdbef464f96b
f2175d9adc823e33b04444b32b526ce82e054273
refs/heads/master
2020-05-13T19:13:45.738087
2019-04-16T09:04:09
2019-04-16T09:04:09
181,652,152
0
0
null
null
null
null
UTF-8
Java
false
false
3,589
java
/** * * Copyright (c) 2004-2018 All Rights Reserved. */ package cn.evake.auth.api.system; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapp...
[ "lqdcanty@163.com" ]
lqdcanty@163.com
6b8eaa2f4d78258c0b8f93fffeaa9adf74a9cb09
54a24781a7a09311456cb685f63f0e6d2bab4bab
/src/l1j/server/server/serverpackets/S_Strup.java
ffbce7a0ea538121a138750832a313e6b9064e79
[]
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,439
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
b903e9ff2154bef20773629c8550cfa938e8183a
243a31a30a60dbf7521e2e0d780177b5851d3b71
/spring-security-modules/spring-security-registration/src/main/java/com/tom/persistence/dao/UserRepository.java
641417f8a7fb7aa822972f7e225fb556058576dd
[]
no_license
tomlxq/tutorials
db6c5524d0324631c4b5d9338ed9e20b9efa87f7
3bd7739e89b6d5dff3e4518c0b8fe98425600809
refs/heads/master
2020-12-19T07:13:42.578910
2020-07-19T16:23:10
2020-07-19T16:23:10
235,655,480
0
0
null
2020-06-13T02:00:22
2020-01-22T20:00:48
Java
UTF-8
Java
false
false
286
java
package com.tom.persistence.dao; import com.tom.persistence.model.User; import org.springframework.data.jpa.repository.JpaRepository; public interface UserRepository extends JpaRepository<User, Long> { User findByEmail(String email); @Override void delete(User user); }
[ "21429503@qq.com" ]
21429503@qq.com
9a640a1d9fb20915c1df5054cce7d48f478f42c7
951a2cebfb3b742a0b9da0dee787f4610505292c
/toq/Misc/JavaSrc/android/support/v4/content/IntentCompatIcsMr1.java
f54f2977ffd682ec259d65aff4b5f4647df5dd3e
[]
no_license
marciallus/mytoqmanager
eca30683508878b712e9c1c6642f39f34c2e257b
65fe1d54e8593900262d5b263d75feb646c015e6
refs/heads/master
2020-05-17T01:03:44.121469
2014-12-10T07:22:14
2014-12-10T07:22:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) fieldsfirst noctor space package android.support.v4.content; import android.content.Intent; class IntentCompatIcsMr1 { public static Intent makeMainSelectorActiv...
[ "marc.lanouiller@gmail.com" ]
marc.lanouiller@gmail.com
7618542cbe3e65f91f466dee43bd282093ff3d1a
d98706ccfb045dbbff393d1f5041ea72b36bdee3
/src/main/java/com/slokam/exam/springboot/ExamSpringBoot/service/ViewService.java
36262a60cb2b66225408d07924e2fc1386792df6
[]
no_license
khadar099/java-project-hcl
497a4fe2174b0ac8fd75b98f054d34906d517f36
72d6696d46204ed8e2eff824d86a080278056e7a
refs/heads/master
2023-08-30T20:24:01.415519
2020-06-19T10:55:26
2020-06-19T10:55:26
423,798,114
0
0
null
null
null
null
UTF-8
Java
false
false
1,009
java
package com.slokam.exam.springboot.ExamSpringBoot.service; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.slokam.exam.springboot.ExamSpringBoot.dao.ViewDao; import com.slokam.exam.springboot.Ex...
[ "bharath.kumar.kristipati@oracle.com" ]
bharath.kumar.kristipati@oracle.com
e2318654464fb41945a5e809cccce792995acc52
f9d9b3d2c913d5aa1674d5215002a667def7b9b4
/core/schema-core/src/main/java/io/aftersound/weave/common/PassThroughValueFunc.java
5b12dab16ae9e052b8aacce778551f36e7d2793e
[ "Apache-2.0" ]
permissive
aftersound/weave
930d5b6e382f61903b575eb4f3f2c55b762416f2
e6f633fe6593f158f2b40d9bc9e3f01c545bcb43
refs/heads/master
2023-06-27T07:59:00.461910
2023-04-14T01:05:54
2023-04-14T01:05:54
217,209,624
15
2
Apache-2.0
2023-06-14T22:19:25
2019-10-24T04:14:45
Java
UTF-8
Java
false
false
333
java
package io.aftersound.weave.common; public final class PassThroughValueFunc implements ValueFunc<Object, Object> { public static final PassThroughValueFunc INSTANCE = new PassThroughValueFunc(); private PassThroughValueFunc() { } @Override public Object apply(Object source) { return sour...
[ "aftersound@gmail.com" ]
aftersound@gmail.com
567b6add35508028620fd47aa39c63d4f6b8f237
1b715780804133e5b8fd58a94809b600fab0b786
/TUMDomain/src/mcel/tump/gateway/util/UserSalesRecord.java
5c1210f6e91dd9f74c341444f6b704152cd4d190
[]
no_license
fatihalgan/TUM
e428f342fbf3aa64f69d5853b8e16b9933e75ae8
ca1a08b17c0008a735177d05b0a76fe586326283
refs/heads/master
2021-06-27T15:51:48.754460
2017-09-14T17:39:19
2017-09-14T17:39:19
103,560,748
0
0
null
null
null
null
UTF-8
Java
false
false
1,059
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package mcel.tump.gateway.util; import java.io.Serializable; import java.util.Date; /** * * @author db2admin */ public class UserSalesRecord implements Serializable { private String edgeDealerId; priva...
[ "fatih.algan@gmail.com" ]
fatih.algan@gmail.com
433aa0d5dd00fe2e22ddf269a5a95dd128b8f079
9664f2bece9c97d7cdfca9ea5c597a22d82d0e68
/Autostat/app/src/main/java/philricciardi/pace/com/autostat/MyCustomerArrayAdapter.java
96e304168dbc8f3df5dc279fdcabd1eee1d8fca8
[]
no_license
philricciardi/autostat
dcebafac455900a7acdfa38e85601173ed8898f9
0ddd28546811f73464765f0c5a60434c8db6865f
refs/heads/master
2020-05-30T18:34:24.524936
2015-02-23T17:18:47
2015-02-23T17:18:47
26,248,177
0
0
null
null
null
null
UTF-8
Java
false
false
1,737
java
package philricciardi.pace.com.autostat; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import philricciardi.pace.com.autostat.entity.Customer; /** * Created by phil on 12...
[ "=" ]
=
36e24e29d3dfa67b97fc57c22e77544670a17a5e
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/dds-20151201/src/main/java/com/aliyun/dds20151201/models/DescribeRunningLogRecordsResponseBody.java
1ea55a33f3b33250c5f02ddf3058303252502659
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
5,663
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.dds20151201.models; import com.aliyun.tea.*; public class DescribeRunningLogRecordsResponseBody extends TeaModel { /** * <p>The database engine.</p> */ @NameInMap("Engine") public String engine; /** * <p>Details ...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
0f85649bfa5ad08dbab0b1775b6846c5e8d1378b
b777c7a10237da84c132238af66a942da563529e
/Rusted/game-lib/com/corrodinggames/rts/game/units/a/class_133.java
95aea4b48bda3490130411118429d70ca97aff1a
[]
no_license
macuser47/SaltyRust
6ce11ffe9a8d6bcd609e3346f6c17f5f580ce4a8
02db02c7dadbd5397367d66e9e39331fe3f438b7
refs/heads/master
2020-04-20T13:09:11.311551
2019-02-02T18:03:02
2019-02-02T18:03:02
168,861,365
0
0
null
null
null
null
UTF-8
Java
false
false
4,925
java
package com.corrodinggames.rts.game.units.a; import com.corrodinggames.rts.game.units.class_24; import com.corrodinggames.rts.game.units.class_39; import com.corrodinggames.rts.game.units.class_44; import com.corrodinggames.rts.game.units.class_81; import com.corrodinggames.rts.gameFramework.class_236; import java.uti...
[ "nichodlofski@gmail.com" ]
nichodlofski@gmail.com
2173ead9af0408eebf301a927759e6a263331872
0bba0d0045828ced35f7faae0d9b0d560f03df36
/DeclareMM.diagram/src/declare/declare/diagram/edit/commands/RespondedExistenceReorientCommand.java
18b3f2fe57e188c9851b4c834a125771c442f74d
[]
no_license
mikevd92/atl2
ff89805089b7a822fd52f8690ec7172ec22b70cb
8d4af51db857138edf2a707d06b319bc7b691688
refs/heads/master
2016-09-05T13:54:41.022052
2015-04-28T11:34:16
2015-04-28T11:34:16
33,773,862
0
0
null
null
null
null
UTF-8
Java
false
false
4,015
java
package declare.declare.diagram.edit.commands; import org.eclipse.core.commands.ExecutionException; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.emf.ecore.EObject; import org.eclipse.gmf.runtime.common.core.command.CommandResult; import org.eclipse.gm...
[ "misuvd92@yahoo.com" ]
misuvd92@yahoo.com
bdd607c841b399cffe727e148ff3f3302cbd06e8
58c1178e7c8008030cabc76b1d544693e01a7a71
/chapter99-8-3/src/main/java/com/goat/A03/EnumSetTest2.java
220157cf2057d773c560b5a7dccb818994607470
[]
no_license
sunhao28256/springboot
a7b3703b688cef48942528c2adeb169c2039497b
57ff783e5b35a6665b5e3533312bbe566be8d814
refs/heads/master
2020-07-13T23:23:29.962369
2019-08-29T12:23:25
2019-08-29T12:23:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
864
java
package com.goat.A03; import java.util.*; /** * Description: * <br/>网站: <a href="http://www.crazyit.org">疯狂Java联盟</a> * <br/>Copyright (C), 2001-2016, Yeeku.H.Lee * <br/>This program is protected by copyright laws. * <br/>Program Name: * <br/>Date: * @author Yeeku.H.Lee kongyeeku@163.com * @version 1.0 */ pu...
[ "34465021+jwfl724168@users.noreply.github.com" ]
34465021+jwfl724168@users.noreply.github.com
f6cba045bea9a1a3823126794d9ffed115b7f704
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/TemperatureController253.java
7711e1a06ecbbc2c7318830845aea078972b8085
[]
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
368
java
package syncregions; public class TemperatureController253 { public int execute(int temperature253, int targetTemperature253) { //sync _bfpnFUbFEeqXnfGWlV2253, behaviour 1-if(temperatureDifference > 0 && boilerStatus == true) { return 1; } else if (temperatureDifference < 0 && boilerStatus == false) ...
[ "sultanalmutairi@172.20.10.2" ]
sultanalmutairi@172.20.10.2
66e2d0b85eca058a828cf200b0880f1de3ac8ebd
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-1.4.4/transports/tcp/src/test/java/org/mule/providers/tcp/integration/CustomSerializationProtocol.java
31073c10c0d5ab306e2720a027fd99ccb6280877
[]
no_license
OrgSmells/codehaus-mule-git
085434a4b7781a5def2b9b4e37396081eaeba394
f8584627c7acb13efdf3276396015439ea6a0721
refs/heads/master
2022-12-24T07:33:30.190368
2020-02-27T19:10:29
2020-02-27T19:10:29
243,593,543
0
0
null
2022-12-15T23:30:00
2020-02-27T18:56:48
null
UTF-8
Java
false
false
1,723
java
/* * $Id$ * -------------------------------------------------------------------------------------- * Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com * * The software in this package is published under the terms of the CPAL v1.0 * license, a copy of which has been included with this...
[ "dirk.olmes@bf997673-6b11-0410-b953-e057580c5b09" ]
dirk.olmes@bf997673-6b11-0410-b953-e057580c5b09
93a928e14fb5c801ecc8164006bdcd8bf0bf794e
4f4ddc396fa1dfc874780895ca9b8ee4f7714222
/src/twng/java/jfreelib/src/gensym/charts/tooltips/MultiLineToolTipUI.java
2d05168ba7ebf5f70e1332a49011396ba281f9c9
[]
no_license
UtsavChokshiCNU/GenSym-Test2
3214145186d032a6b5a7486003cef40787786ba0
a48c806df56297019cfcb22862dd64609fdd8711
refs/heads/master
2021-01-23T23:14:03.559378
2017-09-09T14:20:09
2017-09-09T14:20:09
102,960,203
3
5
null
null
null
null
UTF-8
Java
false
false
2,306
java
package gensym.charts.tooltips; import java.awt.Color; import java.awt.Dimension; import java.awt.FontMetrics; import java.awt.Graphics; import java.util.LinkedList; import java.util.List; import javax.swing.JComponent; import javax.swing.JToolTip; import javax.swing.SwingUtilities; import javax.swing.p...
[ "utsavchokshi@Utsavs-MacBook-Pro.local" ]
utsavchokshi@Utsavs-MacBook-Pro.local
282cd7e60a5a2ebf0c4f404aed3df24d03a18053
55de95d91949317699659cd2c11bbfc921ed11a5
/java-basic/src/main/java/com/wang/basic/crawler/simhash/SimHashDemo.java
f77750b46b34e8be144ba4681389d1ffc77f16f1
[ "Apache-2.0" ]
permissive
Common-zhou/wang-wen-jun
b4d9e30f5112ceeb88de445cb13117cb0f208d8e
c76aa1f276ec97ac551928c6bb1e7e3b1abb83d9
refs/heads/master
2023-08-17T18:58:47.476291
2021-09-17T08:47:25
2021-09-17T08:47:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,884
java
package com.wang.basic.crawler.simhash; import java.math.BigInteger; import java.util.*; /** * @description: * @author: wei·man cui * @date: 2020/11/16 14:39 */ public class SimHashDemo { private String tokens; private BigInteger intSimHash; private String strSimHash; private int hashbits = 64...
[ "daocaoren22222@163.com" ]
daocaoren22222@163.com
6770044df39b8fb8f6164b90f17917ef8558f869
689cdf772da9f871beee7099ab21cd244005bfb2
/classes/com/android/dazhihui/ui/model/stock/LivebarConfigVo$topConfig.java
7bdfe780f47f9020a96ae04e5883a536049012da
[]
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
1,147
java
package com.android.dazhihui.ui.model.stock; public class LivebarConfigVo$topConfig { int countid; int isDisplay; String sName; int type; String url; public LivebarConfigVo$topConfig(LivebarConfigVo paramLivebarConfigVo) {} public int getCountid() { return this.countid; } public int ge...
[ "1776098770@qq.com" ]
1776098770@qq.com
4ffb139845cfc7d815b3396dfc1734e7d2f894ca
b433b7f88f114cbd6d60063ab1b69a65bcaf5ee1
/oppf2-portal/trunk/oppf-portal/src/kr/co/koscom/oppf/spt/myp/cert/service/CertService.java
a434b452b6d7d2e4694a5cc2fd6813e3aa248f75
[]
no_license
videocalls/videocall-1
ca972aa3832e86f33960b2ccb18c820a6e0a1af0
e305309da0be80b14673a97a080b9b11e28f0a2e
refs/heads/master
2020-03-29T11:53:04.746403
2018-09-27T07:50:46
2018-09-27T07:50:46
149,875,389
0
1
null
2018-09-22T12:37:05
2018-09-22T12:37:04
null
UTF-8
Java
false
false
1,066
java
package kr.co.koscom.oppf.spt.myp.cert.service; import org.springframework.transaction.annotation.Transactional; import kr.co.koscom.oppf.spt.usr.mbrReg.service.MbrRegVO; /** * @Project : 자본시장 공동 핀테크 오픈플랫폼 구축 * @FileName : CertService.java * @Comment : [마이페이지:공인인증서]정보관리를 위한 Service 인터페이스 * @author : 포털 이환덕 * @si...
[ "dongbeom.kim@gmail.com" ]
dongbeom.kim@gmail.com
ca80e74c797cee57019c1e1da6570bbc751e69c2
4ea06bd8a5e041c5c70a7685bc57dedca4dfc5c6
/navi-demo-client/src/main/java/com/baidu/beidou/sample/conf/RpcConfig.java
4f6c662b37a7eed816204db4f7cadee414e3a41e
[ "Apache-2.0" ]
permissive
leorian/navi
23cae5852bd4e2400e24777d6bc08c70f6fe3fc7
d37e4b46ef07d124be2740ad3d85d87e939acc84
refs/heads/master
2021-01-21T09:42:24.798458
2015-08-11T05:17:13
2015-08-11T05:17:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,512
java
package com.baidu.beidou.sample.conf; import java.util.Arrays; import javax.annotation.PostConstruct; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import com.baidu.beidou.navi.client.NaviProx...
[ "notyetfish@hotmail.com" ]
notyetfish@hotmail.com
8c2b192949db72abe725b0d700c5fe2edd911064
5f74233ade68c110fddc074f5d64cf18ff287d45
/easyrec-utils/src/main/java/gnu/trove/stack/TCharStack.java
c84e91532821dfc5814b4c1f4de96d4be14fa425
[ "Apache-2.0" ]
permissive
feesa/easyrec-parent
0f0c187884eb773b40794d7d0ac107c5c410e552
a3c6d8911c88abdb4df6662f2d4e0220eda4a16c
refs/heads/master
2022-12-27T12:37:00.204505
2016-12-26T10:47:55
2016-12-26T10:47:55
75,718,347
1
1
Apache-2.0
2022-12-15T23:43:53
2016-12-06T09:57:51
Java
UTF-8
Java
false
false
2,662
java
/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // Copyright (c) 2009, Rob Eden All Rights Reserved. // Copyright (c) 2009, Jeff Randall All Rights Reserved. // // This library is free software; you can redistribute it and/or /...
[ "244328187@qq.com" ]
244328187@qq.com
6f3165d997ae395df77914d341a4234848e54638
57093999eb660d86613ebaaf678bcbad83af00f3
/BYOB/src/fr/byob/client/view/widget/smiley/SmileyGene.java
a632e8be5057879359f816f11c6b423b993b23cc
[]
no_license
geraldpereira/Old
eb875853a26701456cf71eb3ffbd9672f851d367
d77e92f73eae5af470dc85c649814f548e5ab853
refs/heads/master
2020-04-09T17:24:38.289623
2013-02-08T15:31:08
2013-02-08T15:31:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
386
java
package fr.byob.client.view.widget.smiley; import com.google.gwt.core.client.GWT; import com.google.gwt.user.client.ui.AbstractImagePrototype; import com.google.gwt.user.client.ui.ImageBundle; public interface SmileyGene extends ImageBundle { public final static SmileyGene INSTANCE = (SmileyGene) GWT .crea...
[ "kojiro.sazaki@gmail.com" ]
kojiro.sazaki@gmail.com
eef2b06bf44bd5cbd4823f4878c285ddd8bde855
3cd86c28c9ea046de4e27f3b5731c6188aef6ff8
/src/p13findCity/cities/Libreville.java
9aa91fcf2c6b7dad36b55953671300c225ff9238
[]
no_license
chashnikov/idea-efficient-coding-training
a037dbdd36e11081cdcc7223d0a955fe101d67eb
479cc0cd38849ec9b4b7727bb5f027a5e31fa9d4
refs/heads/master
2021-01-22T23:26:09.259224
2013-10-14T11:57:16
2013-10-14T11:57:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
335
java
package p13findCity.cities; import p13findCity.City; public class Libreville implements City { @Override public String getCountry() { return "Gabon"; } @Override public boolean isCapital() { return true; } @Override public boolean isThePerfectPlace() { return ...
[ "Nikolay.Chashnikov@jetbrains.com" ]
Nikolay.Chashnikov@jetbrains.com
ad7becef171c2553eb1c649b0ee6509376213b4a
88b5100819b976f9ac587203c2996ec4da3b58e2
/academy5220/src/by/academy/lesson8/finals/Physics.java
dc5f3bd053f6c02a0ef94b799e468406d4b8bc68
[]
no_license
Ginger150z/academy_5220
ecdc0f190158d1b65f4f99bf795432996c554b4e
6ab9c61251d07195a34aee06c774e0c833e1712e
refs/heads/master
2023-02-05T23:32:30.149199
2020-12-26T12:22:52
2020-12-26T12:22:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
450
java
package by.academy.lesson8.finals; public class Physics { public static final double ACCELERATION = 9.81; public static double potentialEnergy(double mass, double height) { return mass * height * ACCELERATION; } public static double getVelocity(double time) { return time * ACC...
[ "dmitrysc@t480-SchepinD.playtika.local" ]
dmitrysc@t480-SchepinD.playtika.local
36e3260d565f409c8b65f4388dc6ea2680c968d4
67a1248d981248ac9c00861ecc76d822fc637312
/modules/FiltersPlugin/src/main/java/org/gephi/filters/plugin/graph/EgoUI.java
d8caaa9117b43acc666e13c7bf7462359b611e66
[ "Apache-2.0", "CDDL-1.0", "GPL-3.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-free-unknown" ]
permissive
LiXiaoRan/Gephi_improved
186d229e14dfa83caaa3b3c12a7caa832b8107ee
c9d7ca0c9ac00b2519d1b3837ccc732b1cfe33bb
refs/heads/master
2022-09-21T19:12:39.263426
2019-07-01T08:49:13
2019-07-01T08:49:13
174,827,977
0
0
Apache-2.0
2022-09-08T00:59:36
2019-03-10T13:33:43
Java
UTF-8
Java
false
false
2,017
java
/* Copyright 2008-2010 Gephi Authors : Mathieu Bastian <mathieu.bastian@gephi.org> Website : http://www.gephi.org This file is part of Gephi. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright 2011 Gephi Consortium. All rights reserved. The contents of this file are subject to the terms of either th...
[ "997843911@qq.com" ]
997843911@qq.com
dd6c9dd72ce0fa2687f6c4cf1b66ea6282e20ab2
29abeb97e303f580aaccfea02898fb58f07e11df
/app/src/main/java/com/zmyh/r/seek/SeekContentActivity.java
3dfea1e49e3f0b70777538d4fc071b709442cbb5
[]
no_license
Mjh910101/Notepad
16af7cc56818734cb2712eef037463e38081318a
743ad468ef080dc764b1da251e96c870ca30f90d
refs/heads/master
2020-12-24T19:13:34.807198
2016-04-29T02:35:53
2016-04-29T02:35:53
56,480,048
0
0
null
null
null
null
UTF-8
Java
false
false
7,211
java
package com.zmyh.r.seek; import java.util.List; import org.json.JSONArray; import org.json.JSONObject; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.AbsListView; import android.widget.AbsListView.OnScrol...
[ "408951390@qq.com" ]
408951390@qq.com
8b09b8ff32836ecb81c044e75ec1cc13da6d1c17
56456387c8a2ff1062f34780b471712cc2a49b71
/com/google/android/gms/nearby/messages/MessageListener.java
f474b46c6f51fa1661ece81b83608c36d0555ef7
[]
no_license
nendraharyo/presensimahasiswa-sourcecode
55d4b8e9f6968eaf71a2ea002e0e7f08d16c5a50
890fc86782e9b2b4748bdb9f3db946bfb830b252
refs/heads/master
2020-05-21T11:21:55.143420
2019-05-10T19:03:56
2019-05-10T19:03:56
186,022,425
1
0
null
null
null
null
UTF-8
Java
false
false
461
java
package com.google.android.gms.nearby.messages; public abstract class MessageListener { public abstract void onFound(Message paramMessage); public void onLost(Message paramMessage) {} public void zza(Message paramMessage) {} } /* Location: C:\Users\haryo\Desktop\enjarify-master\presensi-enja...
[ "haryo.nendra@gmail.com" ]
haryo.nendra@gmail.com
f0221091a50f9212a3be28f353b2f7526ca3960b
62b2aca6e3b49c858838e100bc1f3aaae6286ad7
/Contacts&Dialer&Tele&SystemUi/Telephony/ext/src/com/mediatek/phone/ext/DefaultCallFeaturesSettingExt.java
3dd664a283b35e03622dae97b83bd40a1e6ee4f6
[ "Apache-2.0" ]
permissive
Atinerlengs/android-demo-liqiang
c5281455316d688957ae34d9250814debc674f16
b56261c45b02cf14962e71a251d49454e47ccdb6
refs/heads/master
2020-04-02T13:05:50.418404
2018-10-24T09:18:31
2018-10-24T09:18:31
154,467,046
2
0
null
null
null
null
UTF-8
Java
false
false
5,219
java
package com.mediatek.phone.ext; import android.content.Context; import android.os.AsyncResult; import android.preference.Preference; import android.preference.PreferenceActivity; import android.preference.PreferenceFragment; import android.util.Log; public class DefaultCallFeaturesSettingExt implements ICallFeature...
[ "liqiang@droi.com" ]
liqiang@droi.com
7d2f3de3bcbdcaa881e6d57d789203e82360ffc6
3ca616a4f6d4957e259822daad7b7e07af4d450f
/1__MyExamples/CompositAndVisitor/src/menu/MenuIterator.java
2ce89041459f50e29a71f29942cf609cdce4ba1f
[]
no_license
ValkSam/patterns-gof
89dfaa940b370533b1597bc4751daed36576a4c8
fe715024baf9574135b3619450ec87206577056c
refs/heads/master
2021-01-12T05:00:02.282697
2017-01-02T10:53:15
2017-01-02T10:53:15
77,826,511
0
0
null
null
null
null
UTF-8
Java
false
false
153
java
package menu; /** * Created by ValkSam on 29.10.2016. */ public interface MenuIterator { boolean hasNext(); Menu next(); void delete(); }
[ "do110473sva@gmail.com" ]
do110473sva@gmail.com
0ffc8f107e111c4d12fef8faf8b92f5a1ece9b75
73661c6adb4cf9a5f5f141f9ff7dfcf3b4d96afb
/eai-portal-domain-crudportlet/src/main/java/de/unioninvestment/eai/portal/portlet/crud/domain/container/DatePickerSupport.java
7661c136a76690f7f6f7e2e44e1b2ea399c400db
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
Union-Investment/Crud2Go
51dd4f72b5b2b7d335e79971185791284fee7700
0d438e7c442970c0f9731c6794fac303ea3f3337
refs/heads/master
2016-09-03T06:54:29.149606
2014-10-22T05:36:47
2014-10-22T05:36:47
4,403,718
2
0
null
null
null
null
UTF-8
Java
false
false
1,492
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 ...
[ "carsten.mjartan@codecentric.de" ]
carsten.mjartan@codecentric.de
fe705e205ab3b6a9aad27120e5b4bedb4aeacbb7
d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb
/PROMISE/archives/log4j/1.2/org/apache/log4j/lf5/viewer/LogFactor5ErrorDialog.java
b3c77aa214253b9408d0db230cff7e04fbfedd81
[]
no_license
hvdthong/DEFECT_PREDICTION
78b8e98c0be3db86ffaed432722b0b8c61523ab2
76a61c69be0e2082faa3f19efd76a99f56a32858
refs/heads/master
2021-01-20T05:19:00.927723
2018-07-10T03:38:14
2018-07-10T03:38:14
89,766,606
5
1
null
null
null
null
UTF-8
Java
false
false
912
java
package org.apache.log4j.lf5.viewer; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /** * LogFactor5ErrorDialog * * @author Richard Hurst * @author Brad Marlborough */ public class LogFactor5ErrorDialog extends LogFactor5Dialog { public Lo...
[ "hvdthong@github.com" ]
hvdthong@github.com
db20607966b854f2a4804c6461fa57154c6933d8
cc16a38859a219a0688ef179babd31160ff0fcd4
/src/count_complete_tree_node/Solution.java
87681386e2103693d2d2e895c86e4d910f8e1859
[]
no_license
harperjiang/LeetCode
f1ab4ee796b3de1b2f0ec03ceb443908c20e68b1
83edba731e0070ab175e5cb42ea4ac3c0b1a90c8
refs/heads/master
2023-06-12T20:19:24.988389
2023-06-01T13:47:22
2023-06-01T13:47:22
94,937,003
0
0
null
null
null
null
UTF-8
Java
false
false
1,234
java
package count_complete_tree_node; import java.util.LinkedList; public class Solution { int lheight(TreeNode root) { int count = 0; TreeNode current = root; while (current != null) { count++; current = current.left; } return count; } int rhe...
[ "harperjiang@msn.com" ]
harperjiang@msn.com
60ee3403f3f24b38e0910e59bb8395768833d98d
7585bbcfad09b1236d00f0d62cd0109b9b27e706
/lishiMobile/src/main/java/com/lis99/mobile/club/model/City.java
fe863d62f2afe1cae88080f1efe78c8265404f0e
[]
no_license
xiaxiao1/Lis99Test
d7c943e25456bf341b43cd9da1a67bfe29fc55b2
43c3b2bb0b53dcee80d990a7ef8b5de44b5e9144
refs/heads/master
2020-06-30T23:44:50.990863
2016-11-21T09:41:37
2016-11-21T09:41:37
74,347,642
0
0
null
null
null
null
UTF-8
Java
false
false
572
java
package com.lis99.mobile.club.model; public class City { int id; String name; String pinyin; public City() { super(); } public City(int id, String name, String pinyin) { super(); this.id = id; this.name = name; this.pinyin = pinyin; } public int getId() { return id; } public void setId(int ...
[ "yangyang@lis99.com" ]
yangyang@lis99.com
4596e4f9a81203648aec731c4aaa148ddb713510
215929504a906946a4ac519655c7c921c6fc3497
/src/main/java/cw10/Test.java
2d870015b9469149a50b97431c7afbd0ea4a0f45
[]
no_license
Eugene1992/java-essential-07
b5b95ba8b2a39c8ffbbaa99c41969dd92089210e
c36acae80b1025d49588cce75e64be9ce6f83fab
refs/heads/master
2020-12-25T14:58:49.351411
2016-10-02T12:53:11
2016-10-02T12:53:11
67,436,761
0
0
null
null
null
null
UTF-8
Java
false
false
671
java
package cw10; import java.util.ArrayList; import java.util.Arrays; public class Test { public static void main(String[] args) { Cat cat1 = new Cat("Barsik", 2, new ChildCat("Baby")); Cat cat2 = new Cat("Barsik", 2, new ChildCat("Baby")); Cat cloneCat = null; try { clone...
[ "deyneko55@gmail.com" ]
deyneko55@gmail.com
277f9c0d08b51a40582dff8732c71d330e8d0ba2
f5f6f6ea1f143462070d472dd39d3327a09bd929
/shopping/src/shop/order/CartMgr.java
cfcfde2e69242f651e251866633b702c1b9e370e
[]
no_license
hrhwbp/Acorn
e6726748e91ed024eb84fad960ea4cd1223b0f75
652b7bff299ef21b0f1f6504b21a7738ee195dcf
refs/heads/master
2020-12-04T18:25:43.257502
2016-08-30T09:10:01
2016-08-30T09:10:01
66,459,644
0
0
null
null
null
null
UTF-8
Java
false
false
1,045
java
package shop.order; import java.util.Hashtable; public class CartMgr { private Hashtable hCart = new Hashtable<>(); public void addCart(OrderBean obean){ String product_no = obean.getProduct_no(); int quantity = Integer.parseInt(obean.getQuantity()); if(quantity > 0){ //동일 상품주문 여부 확인 i...
[ "user@user-PC" ]
user@user-PC
ce0e0094d7a6c4d356821636d4f628b2bf64ad8b
e89dc01c95b8b45404f971517c2789fd21657749
/src/main/java/com/alipay/api/domain/ConstraintInfo.java
85830a871b2c847f8206dd9727f6e8f14dbf6a9c
[ "Apache-2.0" ]
permissive
guoweiecust/alipay-sdk-java-all
3370466eec70c5422c8916c62a99b1e8f37a3f46
bb2b0dc8208a7a0ab8521a52f8a5e1fcef61aeb9
refs/heads/master
2023-05-05T07:06:47.823723
2021-05-25T15:26:21
2021-05-25T15:26:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,342
java
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 活动限制信息 * * @author auto create * @since 1.0, 2019-06-25 19:48:08 */ public class ConstraintInfo exte...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
e90db7314d49bc805bea98859a8a77b92c0cba16
647eef4da03aaaac9872c8b210e4fc24485e49dc
/TestMemory/wandoujia/src/main/java/com/wandoujia/logv3/toolkit/ai.java
1ba2430582aa3e427cf3beffd46abccb281aaa3e
[]
no_license
AlbertSnow/git_workspace
f2d3c68a7b6e62f41c1edcd7744f110e2bf7f021
a0b2cd83cfa6576182f440a44d957a9b9a6bda2e
refs/heads/master
2021-01-22T17:57:16.169136
2016-12-05T15:59:46
2016-12-05T15:59:46
28,154,580
1
1
null
null
null
null
UTF-8
Java
false
false
317
java
package com.wandoujia.logv3.toolkit; import android.support.v4.app.Fragment; public abstract interface ai { public abstract Fragment e(int paramInt); } /* Location: C:\WorkSpace\WandDouJiaNotificationBar\WanDou1.jar * Qualified Name: com.wandoujia.logv3.toolkit.ai * JD-Core Version: 0.6.0 */
[ "zhaojialiang@conew.com" ]
zhaojialiang@conew.com
98e45b0a10b553962c8308a7b6989c2380267697
3dd35c0681b374ce31dbb255b87df077387405ff
/generated/com/guidewire/_generated/productmodel/GenericGL7AdditionalInformationTypeImpl.java
a94948209a78f697b9cb3c2e35d7f7e91e2f0318
[]
no_license
walisashwini/SBTBackup
58b635a358e8992339db8f2cc06978326fed1b99
4d4de43576ec483bc031f3213389f02a92ad7528
refs/heads/master
2023-01-11T09:09:10.205139
2020-11-18T12:11:45
2020-11-18T12:11:45
311,884,817
0
0
null
null
null
null
UTF-8
Java
false
false
1,134
java
package com.guidewire._generated.productmodel; @gw.lang.SimplePropertyProcessing @javax.annotation.Generated(comments = "config/resources/productmodel/policylinepatterns/GL7Line/coveragepatterns/GL7DisclosureOfPremiumEstimatedPremiumCertifiedAct.xml", date = "", value = "com.guidewire.pc.productmodel.codegen.ProductMo...
[ "ashwini@cruxxtechnologies.com" ]
ashwini@cruxxtechnologies.com
e0e4494925ad42c0ed8bda30006cf7fc5d89826f
1a03b844dd1d007bf00dba1baa218ebabdcd0f04
/src/statusModel/EventingState.java
e9d610204817209db40f858aa7e758b3fadb127c
[]
no_license
a1422020484/design-pattern
e5cbe56069c7935ac53c44ebf4eab8ad9c3f959c
65fd165546c806e6ae5f496dbfd65f3f02973199
refs/heads/master
2021-01-11T05:51:37.590309
2020-01-19T01:58:16
2020-01-19T01:58:16
69,099,738
0
0
null
null
null
null
UTF-8
Java
false
false
386
java
package statusModel; public class EventingState extends State { @Override public void WriteProgroam(Work w) { if(w.isFinish()){ w.SetState(new RestState()); w.WriteProgram(); } else { if (w.getHour() < 20) { System.out.println("当前时间" + w.getHour() + "为晚上加班时间"); } else { w.SetState(new SleepSt...
[ "1422020484@qq.com" ]
1422020484@qq.com
23c9a6745f98ed30dc9ec823cea7284f083d1225
b309ead2702d7977282cbcb9abaf57911153db42
/jdk8/src/main/java/com/sun/corba/se/spi/activation/ServerIdsHelper.java
d2013d78c1ad8ab8328f45c3f61b29235d5cad3b
[]
no_license
HenryXi/jdk
5774d9a41d913c71e658d7176ace7033313a04a4
c376402d2d441141e6b0a484ff685a8fc384e489
refs/heads/master
2020-05-04T05:15:07.171421
2019-04-03T01:31:00
2019-04-03T01:35:30
178,982,205
0
0
null
null
null
null
UTF-8
Java
false
false
1,971
java
package com.sun.corba.se.spi.activation; /** * com/sun/corba/se/spi/activation/ServerIdsHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u71/5731/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl * Tuesday, D...
[ "xixiaoyong@xiaomi.com" ]
xixiaoyong@xiaomi.com
e4a765b209a44e1bac63c010f32ad183331e5278
78889ed65b1701d51fe17923ef2ca1a3d6431a43
/xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/src/main/java/org/xwiki/extension/distribution/internal/job/FarmDistributionJobStatus.java
1ed7ab2322317fd43a832360c09ec4d527bd7e5a
[]
no_license
rstavro/xwiki-platform
82dbcc3420127f81284df4ce2589e35c3b9bf45d
7ddd690994b14080ff98e6912ec3172930ca454c
refs/heads/master
2021-01-16T20:53:01.017243
2014-10-30T18:52:58
2014-10-30T18:52:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,612
java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
[ "thomas.mortagne@gmail.com" ]
thomas.mortagne@gmail.com