blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
8044aecaad1599aafea06bf638c3a07bad63097d
a79b2681476a805f5360e501f33d2bfa9141c8fb
/Chat-Messenger-Java-master/TCPclient/tcpclient/ChatClientThread.java
0292423fc47da31a1a3482c03c54659d7ea29920
[]
no_license
NabidAlam/Chat-Messenger-Java
46003183d88e9d57767845b9bef47b473c30d7c8
784780d9458ee7774a6d756644ab66ce7c7f3ce0
refs/heads/master
2021-01-21T17:14:18.809644
2017-05-21T08:56:24
2017-05-21T08:56:24
91,944,348
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
package tcpclient; import java.net.*; import java.io.*; public class ChatClientThread extends Thread { private Socket socket = null; private TCPclient client = null; private DataInputStream streamIn = null; public ChatClientThread(TCPclient _client, Socket _socket) { client = _client; socket = _socket; op...
[ "msa.nabid007@gmail.com" ]
msa.nabid007@gmail.com
9ced756f16fad62d3b21bfdd92f71734b3f35fcf
fd81823087beec2964c53207c3ba1b295303af07
/app/src/main/java/com/xiaozhu/dome/activity/MainActivity.java
cd463e97447e90d0dbb094bf34a2c9d41782a60d
[]
no_license
liuyi192/XiaoZhu
7e9fd2caaf6c7070f7d4807fbdaee0366c1b5743
f01fe618ab57593edf14e8a5b8c1e3c4338d110d
refs/heads/master
2020-03-18T08:47:18.217481
2018-05-23T07:09:14
2018-05-23T07:09:25
114,745,908
0
0
null
null
null
null
UTF-8
Java
false
false
7,939
java
package com.xiaozhu.dome.activity; import android.content.Intent; import android.support.annotation.NonNull; import android.view.View; import android.widget.Toast; import com.xiaozhu.common.base.activitys.BaseActivity; import com.xiaozhu.common.download.DownloadUtils; import com.xiaozhu.common.download.callback.Simp...
[ "2743569843@qq.com" ]
2743569843@qq.com
6afd93cb02c2face8b50e6a5db6777d70bec50a5
39a6023428ef4a99ba65089e316134eb16629dbf
/app/src/main/java/com/strish/android/test_vrg_soft/fragments/TabFragment.java
64b4451162ffd232ca8f25a8998086309c0bb193
[]
no_license
Strishwork/RoomProject
8c555c2c35bf86eb449214d04da200345161196d
c9ff5eef5f3f5036fdd3021abcd3e57ebc79fcbe
refs/heads/master
2022-12-25T15:50:52.549231
2020-09-17T15:56:10
2020-09-17T15:56:10
296,374,765
0
0
null
null
null
null
UTF-8
Java
false
false
2,634
java
package com.strish.android.test_vrg_soft.fragments; import android.arch.lifecycle.Observer; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v7.widge...
[ "strishwork@gmail.com" ]
strishwork@gmail.com
12be85d68658861cf0e35f51ea4510559274e312
51f6fb95122f5d6ac1e65653bb875223f4fc8228
/library/src/com/lidroid/xutils/db/converter/ByteArrayColumnConverter.java
54b175e824be9cd8b1322d0fc0b7fb1df076643f
[]
no_license
webwlsong/xUtils
46920981a43c829ee1708762ebfd6d58b9c27568
69b66b4375a6afb90569d6d8ac4cd20b3bbae58f
refs/heads/master
2021-01-18T13:30:24.756374
2013-11-23T06:55:33
2013-11-23T06:55:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
634
java
package com.lidroid.xutils.db.converter; import android.database.Cursor; /** * Author: wyouflf * Date: 13-11-4 * Time: 下午10:51 */ public class ByteArrayColumnConverter implements ColumnConverter<byte[]> { @Override public byte[] getFiledValue(final Cursor cursor, int index) { return cursor.getBlob...
[ "wyouflf@gmail.com" ]
wyouflf@gmail.com
327254620209464e31da7ff74cd79f05625e5530
3a2ef0c4226bb504dd1c9271bd43cc7404d1c022
/src/main/java/com/hospital/almenara/controller/ServicioDelegadoController.java
13b52b5df92fd2d61bf1e607f933f3a6c84448ce
[]
no_license
develope915/almenara-dev
f19a4a2ddeaa5d3d168add32651f5437e79e0e82
22fa9287060051afbf67350ecd55c992a1c5da24
refs/heads/master
2023-03-12T16:40:47.072609
2021-02-14T00:36:57
2021-02-14T00:36:57
338,523,872
0
0
null
null
null
null
UTF-8
Java
false
false
964
java
package com.hospital.almenara.controller; import com.hospital.almenara.entity.ServicioDelegado; import com.hospital.almenara.repository.ServicioDelegadoRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework....
[ "jose_antonio_alvino21@outlook.es" ]
jose_antonio_alvino21@outlook.es
03d407207cf06ebda176dfbafc0f517e9c1d1051
bccb412254b3e6f35a5c4dd227f440ecbbb60db9
/hl7/model/V2_6/group/ORDER_OMN_O07.java
a9d30d02b3d681a88de3490bf73c54aec3569827
[]
no_license
nlp-lap/Version_Compatible_HL7_Parser
8bdb307aa75a5317265f730c5b2ac92ae430962b
9977e1fcd1400916efc4aa161588beae81900cfd
refs/heads/master
2021-03-03T15:05:36.071491
2020-03-09T07:54:42
2020-03-09T07:54:42
245,967,680
0
0
null
null
null
null
UHC
Java
false
false
10,547
java
package hl7.model.V2_6.group; import hl7.bean.Structure; import hl7.bean.group.Group; import hl7.bean.message.MessageStructure; import hl7.bean.segment.Segment; public class ORDER_OMN_O07 extends hl7.model.V2_51.group.ORDER_OMN_O07{ public static final String VERSION = "2.6"; public static int SIZE = 7; public St...
[ "terminator800@hanmail.net" ]
terminator800@hanmail.net
87acd806242739263520de340e0481e08a3ffb8b
927a2f0983c7e181ce5ce8f2d2f7cbe79d8e5b0c
/src/pkgFormularios/frmRecuperarContraseña.java
64aed71b028e5fb014964d5db1749dcfcec5be61
[]
no_license
icarloscornejo/2014_Expotecnica_ITR
13bfe2040f2cda3e1754adff53aa3aaf6a16bb26
4c45fd3e0168ed11404787f4fe7fab930eed5ec0
refs/heads/master
2020-06-17T03:29:08.561295
2016-11-29T05:00:33
2016-11-29T05:00:33
75,044,941
0
0
null
null
null
null
UTF-8
Java
false
false
9,721
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 pkgFormularios; import pkgClases.Helper; /** * * @author VAIO1 */ public class frmRecuperarContraseña extends javax.swing...
[ "icarloscornejo@outlook.com" ]
icarloscornejo@outlook.com
75d59f04d3b4ffba33910bbc9f9fb006c272f632
5fcbd4fdaf8251a0842ae86546ec4577f17729f7
/src/main/java/de/wusel/partyplayer/gui/PlaylistTableModel.java
274f424b682938ee46740b89fcc276d0c194f155
[]
no_license
wusel/partyplayer
887b946d56958bda65d0ce7fdb4b526b439f6ec4
5ced6d395d874f6402d06f2574bd56379e231670
refs/heads/master
2020-08-25T06:47:17.179636
2011-01-10T13:04:08
2011-01-10T13:04:08
1,207,975
0
0
null
null
null
null
UTF-8
Java
false
false
2,830
java
/* * Copyright (C) 2010 wusel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed ...
[ "der.wusel@gmail.com" ]
der.wusel@gmail.com
7241db9735038ead06419471067523b671b47a8c
eb4eb4e0628827b1815e9fd888a14aed8e754b52
/permispiste/src/main/java/com/permispiste/service/ServiceMission.java
c1e48b9251ea4fb7dc40d87406840463cce9c941
[]
no_license
SamuelJeune/FREP
e396141cfd56397efc6a49c3f0eefeccceac1c16
17e62e7c1df6cc0983113c6756de8f74d1251add
refs/heads/master
2021-01-20T16:24:45.398161
2017-06-19T11:28:07
2017-06-19T11:28:07
90,838,144
0
0
null
null
null
null
UTF-8
Java
false
false
1,237
java
package com.permispiste.service; import com.permispiste.metier.MissionEntity; import java.util.List; public class ServiceMission extends Services{ public List<MissionEntity> getAll() { List<MissionEntity> missions; String request = "SELECT mission FROM MissionEntity mission"; missions = ...
[ "magnybor@gmail.com" ]
magnybor@gmail.com
2934f659eb266f0d2a804458be83f57b1b859604
4a6bda3fe9e06490ca30b2f9a40b0455f78cd035
/eShopProject/src/main/java/fr/adaming/service/SendMail.java
184dba002ff562425045d005f6b3ef08a2b1e2b5
[]
no_license
FJankowiak/eShopProject
91604572049bce9631dd878df6ee675a5d1bf216
890dd54f1bbe20196b4771ca4fe0cd7867b0413a
refs/heads/master
2020-03-09T11:15:22.899815
2018-04-13T20:07:59
2018-04-13T20:07:59
128,757,329
0
0
null
null
null
null
ISO-8859-1
Java
false
false
2,934
java
package fr.adaming.service; import java.util.Properties; import javax.activation.DataHandler; import javax.activation.DataSource; import javax.activation.FileDataSource; import javax.mail.Authenticator; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Multipart; import jav...
[ "inti0426@DESKTOP-5QL27UL.home" ]
inti0426@DESKTOP-5QL27UL.home
8e067bb3919d16515364414c4a07cfa8b3b822b2
5e4a9ea758b161575637e77ecc2f8887adeea1d0
/三角形/src/g596565656/G596565656.java
8dac4f5961297b61189b1d46a91e9795f46750b9
[]
no_license
AirKuma/Java-Exercise
1301a5b2d6d02c1e18c6ed904ef526f08eec49d2
c5af65f754b3925f0100fc541711b0033e0c5df6
refs/heads/master
2020-09-22T07:12:52.058964
2019-12-01T03:20:59
2019-12-01T03:20:59
225,100,362
0
0
null
null
null
null
UTF-8
Java
false
false
637
java
package g596565656; import java.util.Scanner; public class G596565656 { public static void main(String[] args) { Scanner input = new Scanner(System.in); for(int i = 1; i <= 8; i++) { for(int j = i; j <= 8; j++) { System.out.print(" "); }...
[ "401violet@gmail.com" ]
401violet@gmail.com
f083712fd97683ffa82933ad2f019e4b78df218e
e10175ac43f95cdd21940a5d06526c648e17a5b5
/src/main/java/org/tool/test/TestResultRepository.java
84472045889ba50568d70d130da572ae8d902e05
[]
no_license
pavanpwm/AssessmentTool
b391eb8446144caf62aae1daeac8d790be141db7
030d74eec8bbfb971747e9e2e4e54ad9fe6da228
refs/heads/master
2022-12-29T09:56:49.949800
2020-10-18T12:27:00
2020-10-18T12:27:00
298,513,436
0
0
null
null
null
null
UTF-8
Java
false
false
340
java
package org.tool.test; import java.util.List; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; @Repository public interface TestResultRepository extends CrudRepository<TestResultsEntity, Integer>{ List<TestResultsEntity> findByTestCode(Strin...
[ "pavanpwm@gmail.com" ]
pavanpwm@gmail.com
08676fda02e43500dff03456059aee18a652d49b
4ef431684e518b07288e8b8bdebbcfbe35f364e4
/elastic-tracestore/test-core/src/main/java/com/ca/apm/tests/testbed/MultipleStandAloneTestBed.java
73e69fff39f240990673dac2d6252d8e2173b844
[]
no_license
Sarojkswain/APMAutomation
a37c59aade283b079284cb0a8d3cbbf79f3480e3
15659ce9a0030c2e9e5b992040e05311fff713be
refs/heads/master
2020-03-30T00:43:23.925740
2018-09-27T23:42:04
2018-09-27T23:42:04
150,540,177
0
0
null
null
null
null
UTF-8
Java
false
false
8,166
java
/* * Copyright (c) 2014 CA. All rights reserved. * * This software and all information contained therein is confidential and * proprietary and shall not be duplicated, used, disclosed or disseminated in * any way except as authorized by the applicable license agreement, without * the express written permission o...
[ "sarojkswain@gmail.com" ]
sarojkswain@gmail.com
d66398bb87dd411ca5dbed8944166e37b2f9bc0b
a95ec0054ccbda380d34174092f3291b49231171
/app/src/main/java/com/durov/maks/winestore_02/network/RequestProductListInterface.java
4f47bf21439a41c84de89113b50f2c3fc0726759
[]
no_license
maks45/WineStore_02
aba378c69a1fdd1251a5675d2568953f969bf1b1
6294c78a39ae6df1e07241e653738802de4e156c
refs/heads/master
2020-03-21T01:17:26.580064
2018-07-02T09:41:04
2018-07-02T09:41:04
137,934,446
0
0
null
null
null
null
UTF-8
Java
false
false
453
java
package com.durov.maks.winestore_02.network; import com.durov.maks.winestore_02.model.StoreList; import io.reactivex.Observable; import retrofit2.http.GET; import retrofit2.http.Query; public interface RequestProductListInterface { @GET("lcboapi.com/products?store_id={@store}&page ={@page}") Observab...
[ "maksim.durov45@gmail.com" ]
maksim.durov45@gmail.com
e9d7dcecf05e06525f3b1b30cfbf0919403da2b7
0d768acdc41a9bb571a2f8a6357f50aca69b7274
/src/main/java/de/tuclausthal/submissioninterface/authfilter/authentication/verify/impl/ShibbolethVerify.java
c535124beaeaec563bd0c3b2a86c6aefde6b4806
[]
no_license
csware/si
a176d3c77f811a10c4c2e6150df6e198eeb54a5e
d8f2bf1a3d4cd6b3640f72323851dffa387e6197
refs/heads/master
2023-08-18T13:04:14.349267
2023-08-02T18:35:21
2023-08-02T18:35:21
1,578,315
5
3
null
2020-12-11T10:51:30
2011-04-06T17:41:16
Java
UTF-8
Java
false
false
3,516
java
/* * Copyright 2020-2021 Sven Strickroth <email@cs-ware.de> * * This file is part of the GATE. * * GATE is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * GATE is distributed in the hope th...
[ "email@cs-ware.de" ]
email@cs-ware.de
108feebbec6f3e0047621984f29abf2996584082
5a7676c23289e3f4e67e930b2fc16085c4776f35
/src/test/java/watsapp/TimeResourceTest.java
b9004e8a2f0dd00f995a6a9a66c33ef4417e482f
[]
no_license
aniltegeti03/watsapp
13eb6f12b9de0751a458e459f6e9d7b5a314fb33
9d60222e2cc7f6005b957dd04dc2b27dabdfec2f
refs/heads/master
2023-07-26T00:53:52.678492
2021-09-05T17:25:07
2021-09-05T17:25:07
403,370,841
0
0
null
null
null
null
UTF-8
Java
false
false
898
java
/* * Copyright 2013 ${company}. */ package watsapp; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.nio.charset.StandardCharsets; import javax.inject.Inject; import static org.assertj.core.api.Assertions.assertThat; import org.atteo.moonshine.Moonshine; import or...
[ "aniltegeti@gmail.com" ]
aniltegeti@gmail.com
9d86b84a96fd89ce7ce1bff94206eaff49b89051
bf391142ee36ee4ac9086d5c896c150cad6ea3fa
/src/main/java/com/vi/custom/aspect/annotation/MethodExecutionCalculationAspect.java
8acf4f4d86ad662825f895e7f0f408cd87596c9a
[]
no_license
vixir/Custom-Aspect-Annotation
24ccf139fe7452ac2daa4c3682b4a1bdcddbcacd
0a84914b3e7369f321273e2d106bd8a345b1636c
refs/heads/master
2020-05-21T18:53:05.225117
2019-05-11T14:29:41
2019-05-11T14:29:41
186,141,803
0
0
null
null
null
null
UTF-8
Java
false
false
1,490
java
package com.vi.custom.aspect.annotation; import com.vi.custom.aspect.annotation.performance.*; import lombok.extern.slf4j.*; import org.aspectj.lang.*; import org.aspectj.lang.annotation.*; import org.aspectj.lang.reflect.*; import org.springframework.core.annotation.*; import org.springframework.stereotype.*; import...
[ "vivk274@gmail.com" ]
vivk274@gmail.com
64648156704571df7a68dc1bacf9c8d2288e41c7
57587859b314416bbf7e9e45a9fb073a2b9dc825
/SmartChildren/src/com/ydhl/utils/MyHttpUtils.java
c8d7a25004587cc0dce4d1217e11c2a899d92dcb
[]
no_license
L-value/SmartChildren
058939bb3e614fcf48b38d2249940cbcbd45a52c
c56bdd76a2e059497ff7da64cd8af2298556772b
refs/heads/master
2021-01-01T03:55:16.958925
2016-05-08T06:51:29
2016-05-08T06:54:48
58,030,814
0
0
null
null
null
null
UTF-8
Java
false
false
5,432
java
package com.ydhl.utils; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client.HttpClient; import org.apache.http.client.entity.UrlEncodedFor...
[ "188724563@qq.com" ]
188724563@qq.com
6702a05e008457296807810ff46802a9dd3877a3
219cbfd2b09c8989afbdcdd4198b77dd93799b1e
/develop/server/toolProject/gameTool/src/main/java/com/home/gameTool/app/GameAllToolsApp.java
041ded7f211be1841300fd004b59e36e0d811e34
[ "Apache-2.0" ]
permissive
shineTeam7/tank
2c9d6e1f01ebe6803731b520ce84eea52c593d2b
1d37e93474bc00ca3923be08d0742849c73f1049
refs/heads/master
2022-12-02T01:35:12.116350
2020-08-17T12:09:01
2020-08-17T12:09:01
288,139,019
2
1
null
null
null
null
UTF-8
Java
false
false
193
java
package com.home.gameTool.app; import com.home.commonTool.app.AllToolsApp; public class GameAllToolsApp { public static void main(String[] args) { AllToolsApp.main(args); } }
[ "359944951@qq.com" ]
359944951@qq.com
900835d0ae5e02942b5173434a034550af074581
4a1474e64fff6dbe844e7d9c6f5a7143a16691c2
/src/main/java/com/adventure/uaa/service/InvalidPasswordException.java
718f28c5158e4523eff62c4cfe5909bee2cad237
[]
no_license
Adventure-RPG/adventure-uaa
db5c33028e5e44cb3fe74b429d4e677fde4d2bb1
cd4f7328085a0c1bb134e6ffcb7a82b0e15045d4
refs/heads/master
2022-12-11T16:32:09.262435
2020-01-10T09:58:57
2020-01-10T09:58:57
160,107,323
1
0
null
2022-12-08T09:35:22
2018-12-02T23:38:37
Java
UTF-8
Java
false
false
188
java
package com.adventure.uaa.service; public class InvalidPasswordException extends RuntimeException { public InvalidPasswordException() { super("Incorrect password"); } }
[ "jenkins@jenkins.jenkins.iamborsch.ru" ]
jenkins@jenkins.jenkins.iamborsch.ru
e224f22f5b5b3aac6840206d7bbe659d7f2682cd
0c1867ee79dccc6239b081b69f1ecd5c4eb1899d
/src/main/java/com/crudWithMysql/crudWithMysql/reposatory/inf/UserReposatoryInf.java
7206bf2f9fa03406e4da2017d0590e9a17363a97
[]
no_license
weblearnex/crudWithMysql
5f934e22755617a82a30cbd47fc3033fb654c13a
7072bd89b2476da7481bd218296cef2e0bb01644
refs/heads/master
2022-05-24T09:11:45.890549
2020-04-29T16:56:54
2020-04-29T16:56:54
259,986,656
0
0
null
2022-05-20T21:37:12
2020-04-29T16:54:52
Java
UTF-8
Java
false
false
405
java
package com.crudWithMysql.crudWithMysql.reposatory.inf; import java.util.List; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.crudWithMysql.crudWithMysql.model.entity.User; @Repository public interface UserReposatoryInf extends CrudRepositor...
[ "virendrams2014@gmail.com" ]
virendrams2014@gmail.com
0f4c5c522925161b0f0756a337860e98833d89dd
706afb1e7ed08ad00c6b43c3e2d0c52f25d8d5c7
/TrafficInfo/src/test/java/au/com/sportsbet/traffic/user/inactive/HourCounterTest.java
bd88340f8b87eba2e2fa0d212caa2971adebfe20
[]
no_license
LiuJiang682/sportsbet
f71df47e84b456950211b8e8df15907233ffd6af
5b13f2832f7f2ab577d102649ad416dce088b8bb
refs/heads/master
2021-01-10T16:56:05.270533
2015-06-04T18:45:25
2015-06-04T18:45:25
36,775,875
0
0
null
null
null
null
UTF-8
Java
false
false
2,073
java
package au.com.sportsbet.traffic.user.inactive; import static org.mockito.Mockito.when; import java.util.Iterator; import java.util.List; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import org.powermock.core.classloa...
[ "liujiang682@gmail.com" ]
liujiang682@gmail.com
cd9e826b65708ef659c6b2d129f0c1e78c1d4b87
991d186bc28682251afe21110d33f85087fc7725
/src/com/thebenchwarmers/View/Controller/NotifContoller.java
74f66e17b0c89e895d6293b222317ea6e63d1c4c
[]
no_license
mgafsi/pidev
8d39add33266c6141cb6b2b67fba3fd8b6d8b6b3
611ad548cba66d1b51917f1ff0d360aa2bc8d7a3
refs/heads/master
2020-05-24T05:36:20.164078
2019-05-17T00:42:13
2019-05-17T00:42:13
187,120,445
0
0
null
null
null
null
UTF-8
Java
false
false
7,326
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.thebenchwarmers.View.Controller; import com.jfoenix.controls.JFXListView; import com.thebenchwarmers.utility.CurrentUser;...
[ "mayssa.gafsi@esprit.tn" ]
mayssa.gafsi@esprit.tn
73ad71a9d27c8c5725419aab18c711b4c8ecc530
89afcfd9822ecfef1f696fd62c27218e0f874744
/app/src/main/java/com/whatmedia/ttia/page/main/communication/CommunicationRecyclerViewAdapter.java
c2795f97f768f18bb8de5368951dae670193003f
[]
no_license
ilikekobe0502/Airport
d99647a98abfda4ef42ed10613cdc07b380b943e
a346d59e411377045503d4bd8e48f12aa1461b64
refs/heads/master
2021-01-15T14:28:36.573681
2017-09-29T12:34:44
2017-09-29T12:34:44
99,692,168
0
1
null
2018-02-12T05:17:56
2017-08-08T12:49:42
Java
UTF-8
Java
false
false
2,686
java
package com.whatmedia.ttia.page.main.communication; import android.content.Context; import android.support.v4.content.ContextCompat; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget...
[ "hu.yu.huei@gmail.com" ]
hu.yu.huei@gmail.com
21931c16083828c09d58081456d7cf47eef1c3bb
38171d5439f85c5e6852dfde08ffc1baab3b3d45
/src/main/java/com/example/springsocial/security/TokenProvider.java
9b8672ef1e6cf277449d8806f2bd1917eaf07f96
[]
no_license
pandeyrenu12/POC
9be240717f601c8093f15cb70c6254110e4b9e81
4a035fe1dde76e2737f99a769d1277d8fc562793
refs/heads/master
2020-06-01T16:46:03.746658
2019-06-08T06:53:17
2019-06-08T06:53:17
190,854,773
0
0
null
null
null
null
UTF-8
Java
false
false
2,649
java
package com.example.springsocial.security; import com.example.springsocial.config.AppProperties; import io.jsonwebtoken.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core.Authentication; import org.springframework.stereotype.Service; import java.security.Key; import j...
[ "38316571+RenuPandeyPJI@users.noreply.github.com" ]
38316571+RenuPandeyPJI@users.noreply.github.com
ae43751c23534330e64ac82643493f7047eeb3cb
cb47a69eb202feae227358af2493efe9c35d0cf6
/spring-cloud/springboot-seata/seata-samples-master/seata-spring-boot-starter-samples/samples-account-service/src/main/java/io/seata/samples/integration/account/controller/TAccountController.java
aa4aa71cd34fa4a58e35091c892bf8e373c66d08
[ "Apache-2.0" ]
permissive
WCry/demo
e4f6ee469e39e9a96e9deec2724eb89d642830b5
5801b12371a1beb610328a8b83a056276427817d
refs/heads/master
2023-05-28T14:42:29.175634
2021-06-14T14:06:43
2021-06-14T14:06:43
266,535,701
2
1
Apache-2.0
2020-10-21T01:03:55
2020-05-24T12:24:51
Java
UTF-8
Java
false
false
1,131
java
package io.seata.samples.integration.account.controller; import io.seata.samples.integration.account.service.ITAccountService; import io.seata.samples.integration.common.dto.AccountDTO; import io.seata.samples.integration.common.response.ObjectResponse; import lombok.extern.slf4j.Slf4j; import org.slf4j.Logger; import...
[ "627292959@qq.com" ]
627292959@qq.com
66f2b01c37f1e5f3e313d6fd6e9b75f34fa64f27
aa3d7f0d2ba7f0c997f01352a016340c1f647232
/src/br/com/caelum/financas/dao/MovimentacaoDao.java
1cdbce53a3aa0f5b670a114db8fd1986c9f28247
[]
no_license
alexandregvida/JavaJpaAlura
d97aa3e89ed6695ec905cc99da686a645368bfef
e62fcca7b51808b08162fed0429ba0884af0bf9c
refs/heads/master
2020-06-13T06:41:24.594873
2019-07-22T04:32:33
2019-07-22T04:32:33
194,574,505
0
0
null
null
null
null
UTF-8
Java
false
false
1,319
java
package br.com.caelum.financas.dao; import java.math.BigDecimal; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.Query; import javax.persistence.TypedQuery; import com.sun.xml.internal.stream.Entity; import br.com.caelum.financas.modelo.TipoMovimentacao; import br.com.caelum....
[ "alexandre.vida@valecard.com.br" ]
alexandre.vida@valecard.com.br
b52d050a163d53248219611fdd7c5efa435076eb
f57953264a6ee6a08e5f5d16838bb3338e10c3ab
/api/src/test/java/org/searchisko/api/rest/SearchRestServiceTest.java
a57e4e75e5d85304e5779cc98febff911971d499
[ "Apache-2.0" ]
permissive
bleathem/searchisko
9aa8ef68bed37764875fd75c0c06ab66751baee6
a647df732959ea084379050935ed552c4ae4d23c
refs/heads/master
2020-04-05T23:09:53.726008
2014-04-04T12:02:26
2014-04-04T12:02:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,000
java
/* * JBoss, Home of Professional Open Source * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. */ package org.searchisko.api.rest; import java.io.IOException; import java.util.HashMap; import java.util.logging.Logger; import javax.w...
[ "vlastimil.elias@worldonline.cz" ]
vlastimil.elias@worldonline.cz
bf9a6ba32e838eb56aeaae0fd441f43f446f6005
4c5bc80e39bfec777409440d6c2cb52b2e953c91
/Lab4-1173710107-master/src/debug/TopVotedCandidate.java
86332503b294530569e8d388e459880b80d50594
[]
no_license
1173710107/SoftwareStructure
0cac2a79d7b5968772e1d05b34b7030f52bd1378
2d5157564655e87de3a2147ba53a5409be080a49
refs/heads/master
2022-09-30T10:34:44.669660
2020-06-04T13:22:18
2020-06-04T13:22:18
269,363,874
0
0
null
null
null
null
UTF-8
Java
false
false
2,585
java
/** * In an election, the i-th vote was cast for persons[i] at time times[i]. * * Now, we would like to implement the following query function: * TopVotedCandidate.q(int t) will return the number of the person that was * leading the election at time t. * * Votes cast at time t will count towards our query. In ...
[ "805402160@qq.com" ]
805402160@qq.com
4ba0198854c16b57da183c3c56033e027dbbb1a2
949efa84533f9820c5086b599672808aeb91db57
/src/main/java/osp/security/oauth2/UserEmailAlreadyRegisteredException.java
6e54ff0a22cd62f270ebdac7a85f70fde5cd0d8a
[]
no_license
kingz-slayer/Oauth2-security
691d75bae1e7249201f47cbc11e13197cdee53d5
59fa1b8a70eca65843e57a1f06144f55f010b587
refs/heads/master
2021-01-02T09:44:54.229704
2017-10-28T21:05:55
2017-10-28T21:05:55
99,286,678
0
0
null
null
null
null
UTF-8
Java
false
false
442
java
package osp.security.oauth2; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @SuppressWarnings("serial") @ResponseStatus(HttpStatus.FORBIDDEN) public class UserEmailAlreadyRegisteredException extends RuntimeException { public UserEmailAlreadyRegisteredExce...
[ "franky_venki@yahoo.com" ]
franky_venki@yahoo.com
919e1eac9a9314a46d3c63c8c80fc5ff1af8eeb2
8bf68aead0baea9c9e71005efbebf3a02814675d
/src/main/java/com/demoboot/service/Impl/UserServiceImpl.java
6ed4a2ebd714c8f74875cbaaecf1c2b0c6504d90
[]
no_license
wangkegit/demoboot
c6bd38af537d97bc6796bee96fba07796515d5c7
6def40b5297c1714ba7ddbdf6019fedf778ba17b
refs/heads/master
2021-07-07T02:39:48.738737
2020-11-06T07:33:21
2020-11-06T07:33:21
205,075,878
0
0
null
2020-10-13T18:24:13
2019-08-29T03:50:43
Java
UTF-8
Java
false
false
635
java
package com.demoboot.service.Impl; import com.demoboot.entity.User; import com.demoboot.repository.UserRepository; import com.demoboot.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; @Service public class UserSe...
[ "saibeizouzu@gmail.com" ]
saibeizouzu@gmail.com
4f91c330068f011fc3e80e1e66a6ee449deda57b
25d8e20f75e342661d626a40053aedbcd3ae089f
/test/src/main/java/com/example/test/algorithm/leeCode/string/_回文子串.java
e98912b839d46397111e07f2f1d8d800a5588193
[]
no_license
xiang-leiel/testDemo
60e577075e35d953b78753a13a0a3d5022b03a07
21274c3c00c9ebc2aab9694a3104bcd577e94567
refs/heads/master
2022-08-09T19:36:22.963209
2021-05-08T00:54:36
2021-05-08T00:54:36
230,921,168
0
1
null
2022-07-01T21:25:48
2019-12-30T13:30:14
Java
UTF-8
Java
false
false
570
java
package com.example.test.algorithm.leeCode.string; /** * https://leetcode-cn.com/problems/palindromic-substrings/ * @Description * @author leiel * @Date 2020/8/19 10:59 AM */ public class _回文子串 { public int countSubstrings(String s) { int n = s.length(), ans = 0; for (int i = 0; i < 2 * n - ...
[ "xianglei_family@sina.com" ]
xianglei_family@sina.com
43ec4f6f173b8e2a8dcaab46b38f213c9f6ed216
1fbb4256dd2994bb44c94af5641883165f8609cd
/app/src/main/java/com/maiajam/mymemory/HelperMethodes.java
7c33e4c8cbd52885ccb9a7e13432b66793e863d3
[]
no_license
maiajam/myMemory
25a74e3b1e0c24033bd9d62c6db1611848d65b70
e04aba5025bffacb646fbe46bee3c8f712fce45e
refs/heads/master
2020-07-18T17:52:13.795352
2019-12-12T10:01:16
2019-12-12T10:01:16
206,287,538
1
0
null
null
null
null
UTF-8
Java
false
false
613
java
package com.maiajam.mymemory; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentTransaction; public class HelperMethodes { public static void beginTransaction(FragmentTransaction fragmentTransaction, Fragment fragment, int frameId) { fragmentTransaction.replace(frameId, fragmen...
[ "maiajam88@hotmail.com" ]
maiajam88@hotmail.com
85a7a63bda726fa709b1ae21f52c1abe4d54945c
77a0d65a230c7ad5a7dd74d90417e05bbade9168
/Square.java
bf332568ddfcf5a71c82d50caa7983bbfc451805
[]
no_license
VanLien1503/TH_TrienKhai_Comparator
24d68f2aff83f8c17951a8c3315d07cb493ce2d5
1c624fc1d45d960e25b292dfcc48db0afd02da15
refs/heads/master
2022-06-26T08:20:10.516969
2020-05-07T14:30:07
2020-05-07T14:30:07
262,073,208
0
0
null
null
null
null
UTF-8
Java
false
false
762
java
package TH_TrienKhai_Comparator; public class Square extends Rectangle { public Square() { } public Square(double side){ super(side, side); } public Square(String color, boolean filled, double side){ super(color, filled, side, side); } public double getSide(){ re...
[ "hoanglien89nd@gmail.com" ]
hoanglien89nd@gmail.com
94dea0a79903c816b000dab983e35b6e96369d2d
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
/u-1/u-13/u-13-f9374.java
c2690fb0593fb42df4d32975343a8e5cc7eab6a6
[]
no_license
apertureatf/perftest
f6c6e69efad59265197f43af5072aa7af8393a34
584257a0c1ada22e5486052c11395858a87b20d5
refs/heads/master
2020-06-07T17:52:51.172890
2019-06-21T18:53:01
2019-06-21T18:53:01
193,039,805
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117 3111123589519
[ "jenkins@khan.paloaltonetworks.local" ]
jenkins@khan.paloaltonetworks.local
cf915efb66735b0cec16fb81d0ce135e0d21b581
147cec9d3d3a7842d7d747a79af5ff0e606a526a
/net/minecraft/command/CommandEnchant.java
67ff6ec032a6f58ca7398b50249093fa44218603
[]
no_license
LXisCool1337/Async-Src
3f365c69a12ef61d1192d5a276473106c4c4b067
77ac70ec28e8d2933ea5a554c026c59023ec630d
refs/heads/main
2023-09-02T20:59:38.814117
2021-11-16T19:19:08
2021-11-16T19:19:08
428,784,004
0
0
null
null
null
null
UTF-8
Java
false
false
4,414
java
package net.minecraft.command; import java.util.List; import net.minecraft.enchantment.Enchantment; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagList; import net.minecraft.server.MinecraftServer; import net.minecraft.util.BlockPos; public class C...
[ "77858604+LXisCool1337@users.noreply.github.com" ]
77858604+LXisCool1337@users.noreply.github.com
f5ce6ad3df8fa9bf4764bf53abfa9d9c38b933bf
c5aa86caa1cb6bc922ec81b95ed6f4559fe53d0c
/app/src/main/java/com/example/android/inventoryappstage2/UnknownItemsFragment.java
396d39bc5921a16b3451953e09b199ca38696eda
[]
no_license
abhishekrnc/Inventory_app_stage_2_new_updated
7e1f04c9cd05c5d4bacb187e650fa0447cade1e1
1fe0f1abab7b427d28fdd0afb2aa0b204b3c5c6b
refs/heads/master
2020-03-30T18:00:40.238639
2018-10-06T21:09:56
2018-10-06T21:09:56
151,479,395
0
0
null
null
null
null
UTF-8
Java
false
false
4,822
java
package com.example.android.inventoryappstage2; import android.content.ContentUris; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.LoaderMa...
[ "abhishektupudana@gmail.com" ]
abhishektupudana@gmail.com
39fab975cdf56032839f1e19b356ce916d1e1fc1
258de8e8d556901959831bbdc3878af2d8933997
/utopia-service/utopia-mizar/utopia-mizar-api/src/main/java/com/voxlearning/utopia/service/mizar/consumer/loader/MizarUserLoaderClient.java
c217e8881bf3bc97bab8dfc384627a805efd332a
[]
no_license
Explorer1092/vox
d40168b44ccd523748647742ec376fdc2b22160f
701160b0417e5a3f1b942269b0e7e2fd768f4b8e
refs/heads/master
2020-05-14T20:13:02.531549
2019-04-17T06:54:06
2019-04-17T06:54:06
181,923,482
0
4
null
2019-04-17T15:53:25
2019-04-17T15:53:25
null
UTF-8
Java
false
false
9,764
java
package com.voxlearning.utopia.service.mizar.consumer.loader; import com.voxlearning.alps.annotation.remote.ImportService; import com.voxlearning.alps.core.util.CollectionUtils; import com.voxlearning.alps.core.util.MobileRule; import com.voxlearning.alps.core.util.StringUtils; import com.voxlearning.utopia.service.mi...
[ "wangahai@300.cn" ]
wangahai@300.cn
06ce1a7f50fea82fe92545873a9eeb689d84eddd
2663337e8b03b06bf894da973b038bbb20f90168
/final-project/src/test/java/com/privalia/finalproject/config/RepositoryConfiguration.java
d2def6fce1bc290ae2a0662190be6d3cf9cd18e5
[]
no_license
jmvargas/spring-cloud-zuul-example
10e57d002c4f60cc91c34551c7c38f16e1e83b9f
1008a33c94a3eeedee922922c6553f87eb08ffcd
refs/heads/master
2021-04-09T10:32:37.135003
2018-03-15T17:23:10
2018-03-15T17:23:10
125,399,488
0
0
null
null
null
null
UTF-8
Java
false
false
652
java
package com.privalia.finalproject.config; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.domain.EntityScan; import org.springframework.context.annotation.Configuration; import org.springframework.data.jpa.repository.config.EnableJpaRepositories; imp...
[ "jvargas@ximdex.com" ]
jvargas@ximdex.com
2352ecfe791d303438ef29495eec1a17fc6ea725
0a06b9fa9d3f6460fb432fe0a2365aa549e4f3dc
/core/src/com/openthid/util/FontService.java
a0ae5427ae9ba00ca40616f7e8df00f04284f57c
[ "LicenseRef-scancode-public-domain" ]
permissive
sramsay64/Space-Penguins
6b43c63bdc96d25c5746a972229fc629a3951fc8
ee1823756c9ec4fc13690f02bf801f5a6c86fb44
refs/heads/master
2021-01-19T08:54:47.646612
2016-11-09T06:14:22
2016-11-09T06:14:22
47,063,190
0
0
null
null
null
null
UTF-8
Java
false
false
1,264
java
package com.openthid.util; import java.util.HashMap; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator; import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter; /** * A lazy font system ...
[ "scottramsay64@gmail.com" ]
scottramsay64@gmail.com
942c45936b789566a1c17899800a3efb7711d348
4cd99c11e722adeee607ab1cfbaf977975c7f0ac
/Android/app/src/main/java/com/example/donyoo/smarthome/SplashActivity.java
9a6fcf455bdb74e6df334294646de50089472c38
[]
no_license
DonYoo/SmartHome
d54005871e2e58ba3a9bfe4439eaa9f672b9c40e
6daaf1af08dd9da7cf5b0da26ee811d9e9cb108a
refs/heads/master
2021-01-23T01:08:25.671327
2018-02-04T21:17:03
2018-02-04T21:17:03
85,879,799
0
1
null
null
null
null
UTF-8
Java
false
false
2,782
java
package com.example.donyoo.smarthome; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.v7.app.AppCompatActivity; import android.widget.Toast; import org.json.JSONException; import org.json.JSONObject; public class SplashActivi...
[ "dyoo@semigear.com" ]
dyoo@semigear.com
fc70ae7d5d365914bd4289600d9d7dc51deafd54
06a0e85e54e8d1f084b6cd58089ec31c98b49029
/src/main/java/vn/rin/blog/service/impl/UserEventServiceImpl.java
eb60c997a3e56ccdadee520322d015740b710551
[]
no_license
mindol1004/rblog
ba0d81a8911d3e4f7587f19bfab8f24ce6892c84
3b3a59b6a706a67b34eec95d91627d81d411a27d
refs/heads/master
2022-11-13T20:33:40.464263
2020-07-01T05:03:42
2020-07-01T05:03:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,145
java
package vn.rin.blog.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import vn.rin.blog.common.Constants; import vn.rin.blog.repositories.UserRepo; import vn.rin.blog.service.User...
[ "ducnv521@wru.vn" ]
ducnv521@wru.vn
0f32f8b04fb81a6249f76bb1dd4babefaf0ef341
f0714ff1178a6324884a6fb2207ab38f5a197d8d
/com/ocaj/exam/chapter5/ParentClass.java
66a655fe13ecd94655748bd5d8a9587b52fdc57d
[]
no_license
tim-marwa/Java9
93b7b68e7fdd8aec4061b56096541f4393f606c9
74e1f66f9ba2e42e7aeee2dbaa55e27ae50d7ad2
refs/heads/main
2023-09-05T17:53:56.598233
2021-11-15T11:57:37
2021-11-15T11:57:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package com.ocaj.exam.chapter5; public class ParentClass { //Constructors. One with parameter. One with none public ParentClass(){ System.out.println("ParentClass Constructor"); } public ParentClass(String s){ System.out.println("ParentClass Constructor:" + s); } //Method public String className(){ retu...
[ "timmwita@gmail.com" ]
timmwita@gmail.com
e8253ecfb4b3be63da944ab146c02c90b9e78cfe
711cedfa3914440620aed9ba8832e35cc2c045a7
/src/BankApp/BankCustomer/Customer.java
c76b4583b274617d156d6e62e80d46922ba7d811
[]
no_license
ShathaMAbdo/BankApplication
8fc12288377deca99a02fffe283d9ce7f7d7316c
4b60b94d48a13798870202b87dcf288956f85142
refs/heads/master
2020-04-29T11:24:42.608257
2019-03-17T12:19:50
2019-03-17T12:19:50
176,096,935
0
0
null
null
null
null
UTF-8
Java
false
false
4,039
java
package BankApp.BankCustomer; import BankApp.Exceptions.NotValidation; import BankApp.Exceptions.uncorrectPassword; public abstract class Customer { // Data fields private long personId; private String fname; private String lname; private String address; private String phone; private Custo...
[ "shatha.m.abdo@gmail.com" ]
shatha.m.abdo@gmail.com
a6ef82d2ff6ee1c712e2c8011a00c1d0d60ce867
c84230f41ed9303afed15f7f63930462850d74cd
/day7/BFSTest_Mirro.java
63edc9073328619c6f2094829eb3cc85e6db3275
[]
no_license
sangyoungahn/work_algo
e613f102ee811d5fd38d9f4d3026332840637faf
d4e6fb31acd79999b8b6ac84bc1befe42e88302d
refs/heads/master
2020-06-20T03:41:49.869392
2019-09-15T14:28:18
2019-09-15T14:28:18
196,979,738
0
0
null
null
null
null
UTF-8
Java
false
false
2,079
java
import java.util.LinkedList; import java.util.Queue; public class BFSTest_Mirro { static int[][] map; public static void main(String[] args) { map = new int[][]{ {0,0,1,1,1,1,1,1}, {1,0,0,0,0,0,0,1}, {1,1,1,0,1,1,1,1}, {1,1,1,0,1,1,1,1}, {1,0,0,0,0,0,0,1}, {1,0,1,1,1,1,1,1}, ...
[ "tkddud1237@gmail.com" ]
tkddud1237@gmail.com
6e51ac86ac76d2c62b7e8609b78fdf95076167b8
61bbbf3fb5a241778db9237a6d6caa8a1a7de9f9
/src/main/java/com/example/banking/bank_app/model/Config.java
992a8e4d3cbd2234fa3d771b72623a06b8802f54
[]
no_license
prakash-sivakumar/secure-bank-system
41df6e2b0e05475fc0e1f4f0985aa034a15b5420
c48884aea093c57dc41883366b69370e06c3d0a3
refs/heads/main
2023-01-01T21:57:56.042336
2020-10-25T06:58:15
2020-10-25T06:58:15
307,042,019
0
0
null
null
null
null
UTF-8
Java
false
false
1,413
java
package com.example.banking.bank_app.model; /** * Application constants. */ public final class Config { //Status fields public static final int PENDING = 0; public static final int APPROVED = 1; public static final int DECLINED = 2; //Transaction fields public static final int DEBIT = 1; ...
[ "dsivaku2@asu.edu" ]
dsivaku2@asu.edu
e5e6f6ea59442e06d26a8664a8442a595b06cd6d
4e89d371a5f8cca3c5c7e426af1bcb7f1fc4dda3
/java/data_structure/Stack/Symmetry.java
f6087fd4a741d11c0b2f597fbd7dd56d219ca765
[]
no_license
bodii/test-code
f2a99450dd3230db2633a554fddc5b8ee04afd0b
4103c80d6efde949a4d707283d692db9ffac4546
refs/heads/master
2023-04-27T16:37:36.685521
2023-03-02T08:38:43
2023-03-02T08:38:43
63,114,995
4
1
null
2023-04-17T08:28:35
2016-07-12T01:29:24
Go
UTF-8
Java
false
false
640
java
/** * 验证符号是否平衡对称 */ public class Symmetry { private static SequenceStack ifSymmetry(String args) { SequenceStack ts = new SequenceStack(10); int size = args.length(); for (int i = 0; i < size; i++) { char charset = args.charAt(i); switch (charset) { case '(': case '[': case '{': ts.push(ch...
[ "1401097251@qq.com" ]
1401097251@qq.com
2ff53c90dd54933373f20b522453fb6676c84040
d41b890984cff94203858df8fa87f48ba73f341c
/src/main/java/com/eu/habbo/habbohotel/commands/CommandsCommand.java
7670c42cd8701504a4bb305832888f716c5b5b4b
[]
no_license
Porcellacion/generaalinsoossi
005d90206b6960bfe559d057d82d0500a0b18af2
bf88ccab2af6e65b7c5d9ffde5d3cca3861d110c
refs/heads/master
2021-08-19T14:14:48.039587
2017-11-26T15:51:33
2017-11-26T15:51:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,139
java
package com.eu.habbo.habbohotel.commands; import com.eu.habbo.Emulator; import com.eu.habbo.habbohotel.gameclients.GameClient; import com.eu.habbo.messages.outgoing.generic.alerts.GenericAlertComposer; import com.eu.habbo.messages.outgoing.generic.alerts.MessagesForYouComposer; import java.util.List; public class Co...
[ "pullaboe@gmail.com" ]
pullaboe@gmail.com
317f8b6da73cc7277037fad82fea953ffd0c90f2
f4971fcc72ab7cac487675dbd41dc919fa07d3ad
/app/src/main/java/com/takenzero/sbs/model/UserDetail.java
5b3a80e3da56bc0917c57ad5506797a358ebdde6
[ "MIT" ]
permissive
takenzero/sbs-clientandroid
e9d3fb3335c9fc12e44e02ab203336392f6167ae
8d24d00d34bf9bf0646c87e4057021d688c61f38
refs/heads/master
2020-03-25T18:07:37.574502
2018-08-12T08:39:16
2018-08-12T08:39:16
144,013,880
0
0
MIT
2018-08-12T08:39:17
2018-08-08T12:57:28
Java
UTF-8
Java
false
false
1,130
java
package com.takenzero.sbs.model; import com.google.gson.annotations.SerializedName; public class UserDetail { @SerializedName("id_user") private String idUser; @SerializedName("name") private String fullName; @SerializedName("level_code") private Integer levelCode; @SerializedName("id_u...
[ "mtahir@xl.co.id" ]
mtahir@xl.co.id
06ea025a304ef16f5cd0cf0a8b437541a6a19808
3bcf1fe16c257ebe1f56dd01d56218a9133d251a
/android/Reader/src/main/java/com/agcy/reader/Helpers/ExpandCollapse.java
04baba5da7185a083b899a510943e2719685e48d
[]
no_license
kioltk/RssReaderAndroid
fca362f021072d3bf662bfdf34af986e8dbc5062
8917a816820019aecd07c377057e40ea796d923d
refs/heads/master
2021-01-18T07:47:10.026335
2013-12-21T13:11:09
2013-12-21T13:11:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,649
java
package com.agcy.reader.Helpers; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.ValueAnimator; import android.view.View; import android.view.ViewGroup; /** * Created by kiolt_000 on 10.12.13. */ public class ExpandCollapse { public static ValueAnim...
[ "kioltk@gmail.com" ]
kioltk@gmail.com
92c99b5af7ac38df2499d3e87beef7e3ab5400f2
ac00f9bd1322dc3f226b4ff2ac15f495f745d52a
/app/src/main/java/com/ezparking/com/customview/views/SpiderRadar.java
2c594e3aa55b6ead3ea2a196bb44d639489a2c2b
[]
no_license
PeanutZhang/CustomView
aedf70ba14fd607429859fb988a37f6c385c66e2
931e80bb126baf931c6b97798d54682ee33d1ce6
refs/heads/master
2020-03-26T23:21:34.325369
2018-10-12T10:08:25
2018-10-12T10:08:25
145,534,966
0
0
null
null
null
null
UTF-8
Java
false
false
5,347
java
package com.ezparking.com.customview.views; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.os.Handler; import android.os.Message; import android.support.annotation.Nullable; import android.util.A...
[ "245502345@qq.com" ]
245502345@qq.com
78843480e33c6b9ed5dd51215f012943d8f7ebed
64f0a73f1f35078d94b1bc229c1ce6e6de565a5f
/dataset/Top APKs Java Files/com.changdu.spainreader-com-changdu-zone-sessionmanage-UserLoginActivity.java
52228facb529bf3d91a952771fcaf0a3bc7a9b36
[ "MIT" ]
permissive
S2-group/mobilesoft-2020-iam-replication-package
40d466184b995d7d0a9ae6e238f35ecfb249ccf0
600d790aaea7f1ca663d9c187df3c8760c63eacd
refs/heads/master
2021-02-15T21:04:20.350121
2020-10-05T12:48:52
2020-10-05T12:48:52
244,930,541
2
2
null
null
null
null
UTF-8
Java
false
false
15,953
java
package com.changdu.zone.sessionmanage; import android.content.Context; import android.content.Intent; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.res.Resources; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android....
[ "ibrahimkanj@outlook.com" ]
ibrahimkanj@outlook.com
a92d20a05dcdb01df74e46819d1791007ab5650e
b34404ddb2c04765eb099c58ad8ac614ab84adca
/src/com/cicro/wcm/template/velocity/impl/VelocitySerContextImp.java
d7013cec515e0325a19107f9054997d4afb90591
[]
no_license
373974360/cicroCms
a69f46d0148f948a55c22f4a9b60792b958e5744
7cd9b157253811046ab9db6a3c2aa91be5eadc48
refs/heads/master
2020-12-30T07:42:35.825771
2020-02-07T09:52:20
2020-02-07T09:52:20
238,906,940
0
0
null
null
null
null
UTF-8
Java
false
false
3,065
java
/* */ package com.cicro.wcm.template.velocity.impl; /* */ /* */ import com.cicro.wcm.bean.zwgk.ser.SerCategoryBean; /* */ import com.cicro.wcm.services.control.site.SiteAppRele; /* */ import com.cicro.wcm.services.zwgk.ser.SerCategoryManager; /* */ import com.cicro.wcm.template.velocity.VelocityConte...
[ "373974360@qq.com" ]
373974360@qq.com
d73a94a3911b75daf206f99b37ad2d11dc7bbebe
7ddffcbd5eb437a45617685195d97fba6d005e41
/app/src/main/java/android/example/com/courtcounter/ScoreStorage.java
75ec444c9904146061f5e4f2c360c4c17b457594
[]
no_license
bytetonight/Basketball-Scorekeeper
daba6fa8018ab10d908549e7fc96eb4e05d0c95f
fb08d0e862aaf6141638e290e36795d2fb6ca67c
refs/heads/master
2021-01-17T14:21:18.085354
2017-05-21T10:32:55
2017-05-21T10:32:55
83,582,575
0
0
null
null
null
null
UTF-8
Java
false
false
2,601
java
package android.example.com.courtcounter; import android.os.Parcel; import android.os.Parcelable; /** * A simple Dataholder-Class offering methods to add and retrieve data from Main Activity * for the sake of splitting up logic */ public class ScoreStorage implements Parcelable{ private String id = null; ...
[ "isisteam@web.de" ]
isisteam@web.de
604c9c7b32e4b64ec35c2270f03610624397ac5a
90d4870d9a2c132b7b10b4ff6f5bf78a18ac994b
/com/shaded/fasterxml/jackson/databind/deser/Deserializers.java
590a28c1ce456849f9dca46b8b80bbdad2e713db
[ "Apache-2.0", "MIT" ]
permissive
junpengwang/fire2.5.2
399aa13b6c326d97aa2c9c8dd72bef03464ad6cc
f82ed93de0da5f8d454a9b20c08533a916fc0db4
refs/heads/master
2016-09-13T16:33:27.944146
2016-05-25T12:44:52
2016-05-25T12:44:52
59,662,156
0
0
null
null
null
null
UTF-8
Java
false
false
9,065
java
/* */ package com.shaded.fasterxml.jackson.databind.deser; /* */ /* */ import com.shaded.fasterxml.jackson.databind.BeanDescription; /* */ import com.shaded.fasterxml.jackson.databind.DeserializationConfig; /* */ import com.shaded.fasterxml.jackson.databind.JavaType; /* */ import com.shaded.fas...
[ "wangjunpeng@wilddog.com" ]
wangjunpeng@wilddog.com
7ec8d67fccfbb52c4c0333f8fb23cfdcb81c822f
81ca7d5ca9a812af06c06ba1b9bbf36a4bfebcd7
/src/dao/package-info.java
d89720855c5436885a1cbe1721dab55ed2b211f5
[]
no_license
Judiths/ubir2New
09f54771025dcd519ce5e8632fd6b167e9413534
555d1c2e0ed933e2fbe71c799b4b2b73c1ebdfa5
refs/heads/master
2016-09-05T19:18:04.763829
2015-08-06T04:04:54
2015-08-06T04:04:54
40,283,714
0
0
null
null
null
null
UTF-8
Java
false
false
51
java
/** * */ /** * @author zer0 * */ package dao;
[ "zer0@localhost.localdomain" ]
zer0@localhost.localdomain
5a8afc85d813732300b07ff5ae104d01d8d28bf5
9c7706d94ec96bd7a833d2f47874dd0386aa7c50
/PsDataStore/dashboard/src/main/java/gov/bnl/racf/ps/dashboard/servlets/PsEditObjectServlet.java
3f6bf3eb40d1775c5a00a2de16648087646577b4
[]
no_license
PerfModDash/PerfModDash
dd643a2147f243a159d0dc431500c00099a30967
073d6393f3a6b1d66e69d9ec3ae2735626c73b5d
refs/heads/master
2016-09-05T13:12:02.912937
2013-09-30T17:06:12
2013-09-30T17:06:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,190
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gov.bnl.racf.ps.dashboard.servlets; import gov.bnl.racf.ps.dashboard.data_objects.*; import gov.bnl.racf.ps.dashboard.data_store.PsDataStore; import gov.bnl.racf.ps.dashboard.object_manipulators.JsonConverter; ...
[ "tomw@themistocles.racf.bnl.gov" ]
tomw@themistocles.racf.bnl.gov
feca594976d49c9b4b4e850a4fad318c683b226e
ec5b6eb039d5bedf229a1b01ab98f38922fb1618
/address-book-web-tests/src/test/java/ru/pft/stqa/addressbook/model/Contacts.java
ac639848dcd1b72ddf37ee01bc1693100914f646
[ "Apache-2.0" ]
permissive
qslid/SomeProject
7915c98fd796758f993f75f84836e67909022556
ded091103647a12af026f6012f735792d76c1e71
refs/heads/master
2020-04-20T15:33:18.792651
2019-04-12T16:34:49
2019-04-12T16:34:49
168,933,793
0
0
null
null
null
null
UTF-8
Java
false
false
827
java
package ru.pft.stqa.addressbook.model; import com.google.common.collect.ForwardingSet; import java.util.HashSet; import java.util.Set; public class Contacts extends ForwardingSet<ContactInfo> { private Set<ContactInfo> delegate; public Contacts(Contacts contacts) { this.delegate = new HashSet<Conta...
[ "procyonws@gmail.com" ]
procyonws@gmail.com
20d0dc16c504ac839a625bfed8dc492b91f08545
1ac0da334bc05ec6ed2afbc358f12d1a7b3ea7bb
/src/main/java/com/ethical/ms/repository/RestaurantRepository.java
67880e1cc46eda2ed827f017ba9ea4c307430e50
[]
no_license
amanhbtu/restaurantapi
07178cd5f7f118f82c5976284a5e58099dabf142
12f0e8718b63e7a11b7c69cc0b85efb80b70dcf0
refs/heads/master
2023-05-11T18:09:17.564835
2021-06-01T08:00:37
2021-06-01T08:00:37
372,504,324
0
0
null
null
null
null
UTF-8
Java
false
false
319
java
package com.ethical.ms.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.ethical.ms.model.Restaurant; public interface RestaurantRepository extends JpaRepository<Restaurant,Integer> { Restaurant findByName(String name); Restaurant findById(int id); }
[ "aman.maurya@globallogic.com" ]
aman.maurya@globallogic.com
d9209d02f8f83d4de8d7a4a12c9e01dffe21d91e
f04f5b3e21e434bfaa7b09b6513cffc9b4a18294
/Day08/src/com/atguigu/java/BubbleSortTest.java
8a5e5abd23494432695f8dad89b6e30a7cbe231d
[]
no_license
NeoInHeart/JavaTest
4934170ba10b5775ae9c539975ae0143ac6a9da8
7b72400b15799de5654c8fa35f2659ee99caf3db
refs/heads/master
2020-11-29T17:29:13.435091
2020-01-20T03:16:43
2020-01-20T03:16:43
230,178,338
0
0
null
null
null
null
UTF-8
Java
false
false
804
java
package com.atguigu.java; import java.util.Arrays; public class BubbleSortTest { public static void main(String[] args){ int[] arr=new int[]{22,13,21,2,4,67,88,3}; for (int i=0;i<arr.length;i++){ System.out.println(arr[i]); } //比较两个数组是否相等 int[] arr1=new int[]{1,2,3,4}; int[] arr2=new int[]{1,3,2,4}; ...
[ "1225375277@qq.com" ]
1225375277@qq.com
9a826855dfdd9f362ff5f4da5f3179086f6ea62c
c6859de9a1db20a5ee413c445fc33380958c76a0
/erp/src/main/java/com/flower/father/controller/RawMaterialController.java
e1d06fcda29b202e2f590f174e385cf8ce460e60
[]
no_license
wenyiwu/FlowerFatherErp
5eca4232319bab24dcc2c7fcc7e530910317b7af
b993feb322a8029d7c391f7c98db4841d0c8c3e2
refs/heads/master
2022-05-28T19:39:04.399039
2020-03-15T13:50:59
2020-03-15T13:50:59
247,436,124
0
0
null
2022-05-20T21:30:00
2020-03-15T09:27:59
Vue
UTF-8
Java
false
false
3,023
java
package com.flower.father.controller; import com.flower.father.model.dto.RawMaterialDto; import com.flower.father.model.param.RawMaterialParam; import com.flower.father.model.response.RawMaterialResponse; import com.flower.father.service.RawMaterialCoreService; import org.springframework.beans.factory.annotation.Autow...
[ "wyw181174@alibaba-inc.com" ]
wyw181174@alibaba-inc.com
d983822551cd5125d5b731c008bae84d04e80f7d
12b14b30fcaf3da3f6e9dc3cb3e717346a35870a
/examples/commons-math3/mutations/mutants-BicubicSplineInterpolator/159/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolator.java
377034a50585ca0215ef8e54424339db61ecd42d
[ "BSD-3-Clause", "Minpack", "Apache-2.0" ]
permissive
SmartTests/smartTest
b1de326998857e715dcd5075ee322482e4b34fb6
b30e8ec7d571e83e9f38cd003476a6842c06ef39
refs/heads/main
2023-01-03T01:27:05.262904
2020-10-27T20:24:48
2020-10-27T20:24:48
305,502,060
0
0
null
null
null
null
UTF-8
Java
false
false
5,804
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "kesina@Kesinas-MBP.lan" ]
kesina@Kesinas-MBP.lan
fcd2a6aa9ce68a970686013258f6eafab36bebe4
67a09281feaf32a4be68580ce1cd1e2011ba5804
/Java Fundamental/03. Java-Streams/Java-Streams-Homework/06.Save a Custom Object in a file/src/com/company/Course.java
eec5eb3eb3c1497bed1e35b5153e9f042d06db4d
[]
no_license
IliqnDimitrov/SoftUni-Fundamentals
b73190dfea4a5e2841ba8ca629db18b15f0c60c6
61186a36a21a6207a9e7a6bca9ade1f6e598fe1a
refs/heads/master
2021-01-10T16:29:45.344327
2016-04-09T17:45:24
2016-04-09T17:45:24
54,488,825
0
0
null
null
null
null
UTF-8
Java
false
false
516
java
package com.company; import java.io.Serializable; /** * Created by blade on 21.3.2016 г.. */ public class Course implements Serializable{ private String courseName; private int numberOfStudents; public Course(String courseName, int numberOfStudents) { this.courseName = courseName; this....
[ "blader.92@icloud.com" ]
blader.92@icloud.com
488585c56296803bbcac46de9fb2b2c28e46d0c0
ca553b102e47b0f96ed8aa005e8c21bf17e56779
/src/br/com/netflix/model/ComentarioDao.java
bcb2d70f5225d05c156a6df4ce9a362496f86691
[]
no_license
israelljunnior/atividadeFran
dfdf1c320d812c0ae0bc67ee019096fc02480b76
06b0944627423c5f25eb39ba55b214c43bd7f19a
refs/heads/master
2020-03-20T19:01:10.722595
2018-06-23T12:26:59
2018-06-23T12:26:59
137,617,059
0
0
null
null
null
null
UTF-8
Java
false
false
957
java
package br.com.netflix.model; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; public class ComentarioDao { private static final String PERSISTENCE_UNIT = "netflix"; public void salvar(Comentario comentario) { ...
[ "israelljunnior15987426@hotmail.com" ]
israelljunnior15987426@hotmail.com
f2b591f4b59bea7ed7aa060636c6485b68151b2a
9dbe16cc81b3b3e9daa48cdf5194e878f941e17f
/bobcat/bb-cumber/src/main/java/com/cognifide/qa/bb/cumber/BobcumberListener.java
4cc25f1db41c67319d7f9b156f978d0476b54be9
[ "Apache-2.0" ]
permissive
balakondepudi/bobcat
49aed5707f78fbd42e7a40706c29de04e77ae586
5a085cafa211e1a0c333e5c9fe3cc2bdfc1d2091
refs/heads/master
2020-12-24T09:37:48.217673
2016-10-25T07:53:48
2016-10-25T07:53:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,075
java
/*- * #%L * Bobcat * %% * Copyright (C) 2016 Cognifide Ltd. * %% * 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...
[ "nowszy94@gmail.com" ]
nowszy94@gmail.com
a2beaebb5a7601554ee805c46de735c5246296f3
0e62f4a20f1a3c3befa87c578a69defc4fb9dff3
/src/implementation/UseThreads.java
c551fdcbf0dc031c57d5cc5ec7687dee04814431
[]
no_license
amidshukurov/ThreadProject
81ed1b4f5c58763890dfd2e1c4f34e75b6a76a8f
4103c2ba4649c53f1bda15a2d7d9cd6c2cb92621
refs/heads/master
2022-10-28T09:39:49.675423
2020-06-17T07:15:08
2020-06-17T07:15:08
272,904,430
0
0
null
null
null
null
UTF-8
Java
false
false
1,871
java
package implementation; public class UseThreads { public static void main(String[] args) { System.out.println("My thread is strarting"); MyThread mt = new MyThread("Child# 1"); MyThread mt1 = new MyThread("Child# 2"); MyThread mt2 = new MyThread("Child# 3"); // implementation...
[ "it.amid.shukurov@gmail.com" ]
it.amid.shukurov@gmail.com
9eb719009d08e3cf3d169671a7713bb1e443200b
699a9ac7ac8996db7a9b5fd57a435d7685b5bf1f
/src/main/java/com/wmtrucking/entity/MaPushNotification.java
670914f40e6893cde7cd16846073257dcee280d4
[]
no_license
hetalpatel-technoark/WmTracking_API
134f10d63a47609839b81368826b936e9bd17d3c
7043d62bb1d8aeee5515d8a18ca558404988dfd3
refs/heads/master
2023-04-11T08:34:25.257418
2020-05-07T05:46:46
2020-05-07T05:46:46
224,832,064
0
1
null
2023-03-27T22:18:39
2019-11-29T10:29:37
Java
UTF-8
Java
false
false
3,882
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.wmtrucking.entity; import java.io.Serializable; import java.util.Date; import javax.persistence.Basic; import ja...
[ "peter.barrett@gonenotgone.com" ]
peter.barrett@gonenotgone.com
71efaadb0eac8d037898673c323b5c4c64baa37a
5bfdd3e3e61e046a56f5e4714bd13e4bf0bf359d
/algorithm/src/boj/RecommendCandidate1713.java
3d1e5f4f105c70dff992984f88d23eb328ca203a
[ "MIT" ]
permissive
Oraindrop/algorithm
e40b0c36a6728bc3f3599b7769d581cc3e59e9d8
7081464a4153c307c5ad6e92523b7d6f74fce332
refs/heads/master
2022-01-18T15:11:13.959202
2021-12-30T14:39:17
2021-12-30T14:39:17
146,498,419
0
1
null
null
null
null
UTF-8
Java
false
false
2,511
java
package boj; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.StringTokenizer; public class RecommendCandidate1713 { public static void main(String[] args) throws NumberForma...
[ "chltmdals115@gmail.com" ]
chltmdals115@gmail.com
eedd4451ec09851a3f894a47f79575a30319618b
4a46ff0165eed2360d0b547cff317f13f604862e
/LibraryManagementSystemClient/target/generated-sources/jaxws-wsimport/com/service/DisplayBooks.java
5af37997ab404c1e4c49f704bd8aa384799924ed
[]
no_license
sarbjotrandhawa/LibraryManagementSystem
0138fe5da2300e9a511efa34b6dcad7a4f217c7e
5392646bbe89991fca6fa741f83a92e9219ab5d4
refs/heads/main
2023-07-13T20:05:00.528540
2021-08-26T01:20:48
2021-08-26T01:20:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
743
java
package com.service; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for DisplayBooks complex type. * * <p>The following schema fragment specifies the expected content contained within this...
[ "macbookair@MACBOOKs-MacBook-Air.local" ]
macbookair@MACBOOKs-MacBook-Air.local
285a37b52bec29cbd17479917ca0f3edbf3489f2
6fb4e19b7b085d622aa2292654e332fdbef837ce
/demo/src/main/java/com/tgroy1/demo/StackProjectApplication.java
b76e4e9730f59761d677e1b8a26b8afbef05ab90
[]
no_license
tgroy1/CustomStackProject
d6f5296a646e8ee2e1cc9184fef9b0c9b2a0f253
caa304adde5638c698049c7840bcaaa6da0ecd04
refs/heads/master
2023-08-04T01:11:43.236920
2021-09-19T07:50:14
2021-09-19T07:50:14
408,065,245
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package com.tgroy1.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class StackProjectApplication { public static void main(String[] args) { SpringApplication.run(StackProjectApplication.class, args); } }
[ "tgroy1@gmail.com" ]
tgroy1@gmail.com
32eb504847a7e966794591b3205d00da62fe7b32
be68bcbe1055784dfd723aa47ccca52f310fda5f
/sources/android/support/p007v4/util/LruCache.java
f9ae0eb85ba3d217ab227fbc04f054911659ca42
[]
no_license
nicholaschum/DecompiledEvoziSmartLED
02710bc9b7ddb5db2f7fbbcebfe21605f8e889f8
42d3df21feac3d039219c3384e12e56e5f587028
refs/heads/master
2023-08-18T01:57:52.644220
2021-09-17T20:48:43
2021-09-17T20:48:43
407,675,617
0
0
null
null
null
null
UTF-8
Java
false
false
11,787
java
package android.support.p007v4.util; import java.util.LinkedHashMap; import java.util.Locale; import java.util.Map; /* renamed from: android.support.v4.util.LruCache */ public class LruCache<K, V> { private int createCount; private int evictionCount; private int hitCount; private final LinkedHashMap<K...
[ "nicholas@prjkt.io" ]
nicholas@prjkt.io
7254ab6b7d3ec81c555bd1ad7d1a680014fedc7f
7b82d70ba5fef677d83879dfeab859d17f4809aa
/tmp/sys/user/user-dao/src/main/java/org/konghao/user/dao/IUserDao.java
97195213df24df723ed5211b87bf1bc9804001ab
[]
no_license
apollowesley/jun_test
fb962a28b6384c4097c7a8087a53878188db2ebc
c7a4600c3f0e1b045280eaf3464b64e908d2f0a2
refs/heads/main
2022-12-30T20:47:36.637165
2020-10-13T18:10:46
2020-10-13T18:10:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
119
java
package org.konghao.user.dao; import org.konghao.vo.User; public interface IUserDao { public void add(User user); }
[ "wujun728@hotmail.com" ]
wujun728@hotmail.com
cda5d57f6c6404cfb54ccfc8a26f084603ba928a
eeea20427214baafafdeec01a4779c56df3fb902
/src/main/java/com/waectr/blog/service/impl/TagServiceImpl.java
ebb09dea7db839c65418a6580353f29232e83b75
[]
no_license
waectr/simblog
e75d7ce6bbf1627eb01fabb221f182ae25365902
72f3e184499977b4a9068c2eafd8bf9609cc8bbf
refs/heads/master
2020-11-27T17:03:09.534655
2019-12-22T08:32:50
2019-12-22T08:32:50
229,538,250
0
0
null
null
null
null
UTF-8
Java
false
false
3,461
java
package com.waectr.blog.service.impl; import com.waectr.blog.dao.TagDOMapper; import com.waectr.blog.dao.TypeDOMapper; import com.waectr.blog.dataobject.TagDO; import com.waectr.blog.dataobject.TypeDO; import com.waectr.blog.service.TagService; import com.waectr.blog.service.model.Tag; import com.waectr.blog.service.m...
[ "945764528@qq.com" ]
945764528@qq.com
c070d2496c537d1b4c7f19a995389fb623a6ddb9
cb0e7d6493b23e870aa625eb362384a10f5ee657
/solutions/java/0999.java
3831a784d4d59b4b8f5a94e92c16c7f1d9fd7f4a
[]
no_license
sweetpand/LeetCode-1
0acfa603af254a3350d457803449a91322f2d1a7
65f4ef26cb8b2db0b4bf8c42bfdc76421b479f94
refs/heads/master
2022-11-14T07:01:42.502172
2020-07-12T12:25:56
2020-07-12T12:25:56
279,088,171
1
0
null
2020-07-12T15:03:20
2020-07-12T15:03:19
null
UTF-8
Java
false
false
571
java
class Solution { public int numRookCaptures(char[][] board) { int ans = 0; int i0 = 0; int j0 = 0; for (int i = 0; i < 8; ++i) for (int j = 0; j < 8; ++j) if (board[i][j] == 'R') { i0 = i; j0 = j; } for (int[] d : new int[][] { { 1, 0 }, { 0, 1 }, { -1, ...
[ "walkccray@gmail.com" ]
walkccray@gmail.com
537020943c078e263e3836922a96372fd08ef189
c875b0a6eb9f5e69444f0f19cf43a1b553449219
/src/main/java/com/example/banque/Controller/CompteController.java
bc3a222f8893e0c40564d4bfb2e6183cb2692a52
[]
no_license
amalsikali/Springproject
a88d8ffe0fc6ad4c9ac48e91293569cd4c41b398
e85e71845cfcb7adc59d0e019c1af6c45fcd7cd7
refs/heads/main
2023-05-11T13:29:42.726154
2021-05-29T09:46:46
2021-05-29T09:46:46
371,934,508
0
0
null
null
null
null
UTF-8
Java
false
false
1,786
java
package com.example.banque.Controller; import com.example.banque.model.Banque; import com.example.banque.model.Client; import com.example.banque.model.Compte; import com.example.banque.services.ClientService; import com.example.banque.services.CompteService; import org.springframework.beans.factory.annotation.Autowire...
[ "amalsikali@gmail.com" ]
amalsikali@gmail.com
f6f059e3e226be82631c0d4d4fc83629bbf6fff3
c93e909cfa8a5a0b1a4f5b82956a51e4f06c6303
/Jabref_Beta_2_7_Docear/src/java/net/sf/jabref/PreviewPanel.java
bdd5a7c24f56be1b3fe57c1dcdbed1ebd61e0244
[]
no_license
gaobrian/Desktop
71088da71994660a536c2c29d6e1686dfd7f11a1
41fdbb021497eeb3bbfb963a9e388a50ee9777ef
refs/heads/master
2023-01-13T05:13:46.814353
2014-10-29T05:54:50
2014-10-29T05:54:50
25,906,710
2
0
null
2022-12-26T18:11:07
2014-10-29T05:56:26
Java
UTF-8
Java
false
false
8,740
java
package net.sf.jabref; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.print.PrinterException; import java.beans.PropertyChangeEvent; import java.beans.PropertyVetoException; import java.beans.VetoableChangeListener; import java.io.IOException; import java.io.StringReader; import java...
[ "mueller@docear.org" ]
mueller@docear.org
138228b1eb1284fb508985e21e9f18d0d6332742
a24516f09205cda80a48da1faaeb8b63201282f3
/src/main/java/com/project/stackoverflow/mapper/UserMapper.java
eb8decd9064245755ee7e0ca8ebba3eefc11c7b4
[]
no_license
teodoranemtanu/stackoverflow-java-spring
4be70089ce351fa2675f3442dca65d3354689bcc
6b44cfebe5a4f978cc7708f32c2a9251cbe97625
refs/heads/master
2023-02-18T09:48:43.759123
2021-01-15T10:03:32
2021-01-15T10:03:32
329,115,957
1
0
null
null
null
null
UTF-8
Java
false
false
619
java
package com.project.stackoverflow.mapper; import com.project.stackoverflow.model.UserModel; import org.springframework.jdbc.core.RowMapper; public class UserMapper { public static final RowMapper<UserModel> userMapper = (resultSet, i) -> new UserModel(resultSet.getString("id"), resultSet.getString("fi...
[ "teodoranemtanu@gmail.com" ]
teodoranemtanu@gmail.com
d518d25fb7e94544d9099d90bb274eb3283f7077
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/alibaba--druid/6277b490bdd4dfb0c444f1619d756eb841a4a34f/before/EqualTest_interval_mysql.java
064ac6c278ed3e9bbcb1d7521b5c173f87344aaa
[]
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
1,378
java
package com.alibaba.druid.bvt.sql; import junit.framework.TestCase; import org.junit.Assert; import com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlIntervalExpr; import com.alibaba.druid.sql.dialect.mysql.parser.MySqlExprParser; import com.alibaba.druid.sql.parser.SQLExprParser; public class EqualTest_interval_my...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
1086750f0c2cce430ad156ed039720e68dbec62e
691fec6b1fb0623654452f3f4ca3fad87c0ba8ea
/ScriptCollector/src/com/demo/scriptcollector/model/ScriptCollectorModel.java
1491d693a86ec9ee8ca58473f507f3ddafefe7bb
[]
no_license
tamal2401/Script-Collector
5ae42d97a7d1fd0577b9f48389458b251a750a87
91d702be2ac53fcdb54022f901ee8828f784e294
refs/heads/master
2020-06-16T12:12:16.098608
2018-12-23T12:40:16
2018-12-23T12:40:16
195,568,562
0
0
null
null
null
null
UTF-8
Java
false
false
216
java
package com.demo.scriptcollector.model; /** * @author TAPU * */ public class ScriptCollectorModel extends DomainModel{ public ScriptCollectorModel(String storyNumber) { super(storyNumber); } }
[ "onlyjohn98@gmail.com" ]
onlyjohn98@gmail.com
f97983097694f27d490f8c84928d1cae66123644
63fc677e33f4485c912b2b3cd24e2700016b8fec
/3.JavaMultithreading/src/com/javarush/task/task24/task2412/Solution.java
d5e76e6997e6fc0813de284039ebe625dc33bd18
[]
no_license
Buratinka/JavaRushTasks
91be275f1255f8a23bd1d1ba4814f091793e65cd
2adf050ed9f9b5aa36fb7061faafd4b2b1897706
refs/heads/master
2020-03-14T10:29:08.146188
2018-08-30T08:43:49
2018-08-30T08:43:49
131,439,510
0
0
null
null
null
null
UTF-8
Java
false
false
5,977
java
package com.javarush.task.task24.task2412; import java.text.ChoiceFormat; import java.text.Format; import java.text.MessageFormat; import java.text.SimpleDateFormat; import java.util.*; /* Знания - сила! */ public class Solution { public static void main(String[] args) { List<Stock> stocks = getStocks();...
[ "“oleg.shved.shvets@gmail.com”" ]
“oleg.shved.shvets@gmail.com”
cdc6ff393677ff5bc7df5c2c9bd644b77a4342b4
b13888027d371521f4d31ed15d8a1096627d19fe
/core/OntGDA/src/gda/planner/PlanPositionAttackAirSneak.java
71dd367ccd8493cea425dcc0050b06be935bb446
[ "MIT" ]
permissive
dtdannen/LUiGi-hierarchical-GDA
f6256eb4adcdc62edb4d4c9a32da1a61a0276f3a
6e31f7178a48ffb886475fc59d6469d8262874c9
refs/heads/master
2021-03-30T17:09:48.668396
2019-05-22T14:32:02
2019-05-22T14:32:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,006
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gda.planner; import common.Pair; import gda.GlobalInfo; import gda.GoalType; import gda.components.Expectation; import java.util.ArrayList; import javax.swing.JOptionPane; import ontology.OntologyInfo; /** ...
[ "xig514@lehigh.edu" ]
xig514@lehigh.edu
9c4a91f48df469af988f08d62ce475dee67b8e92
5b8c2dd9fcd176f5c77b959c8357402e7ce0474d
/lambda-core/src/main/java/com/yatop/lambda/core/enums/SystemParameterEnum.java
3256d668a1c29f0ff8df9ff2aa12f34bf7db226c
[]
no_license
ruhengChen/lambda-mls
6cbfc5804193f68bbc98a5900d7e3fa91cf6ef00
2450c25c25c91bb3af1946fbf21206a6636d71d0
refs/heads/master
2020-04-20T05:45:30.853959
2019-02-13T02:36:57
2019-02-13T02:36:57
168,664,310
1
0
null
null
null
null
UTF-8
Java
false
false
3,171
java
package com.yatop.lambda.core.enums; public enum SystemParameterEnum { PR_CACHE_DATA_EXPIRE_DAYS( "PR_CACHE_DATA_EXPIRE_DAYS", "项目管理 | 临时缓存数据表过期天数","21"), WK_FLOW_MAX_NODES( "WK_FLOW_MAX_NODES", "工作流引擎 | 工作流正常节点最大数量","512"), WK_FLOW_SCHEMA_MAX_FIELDS( ...
[ "tomlee714@126.com" ]
tomlee714@126.com
de60dcbe04381b74cee9dd296c023d78739b87ba
c05d7c4fb73f555c6b22428fc751947b981f13db
/app/src/main/java/com/techjini/udacityapp/utility/AppLogger.java
0f13e6d9e062638bbd96a042fe9bf72073cee4c5
[]
no_license
shweta-techjini/udacityProject
576ebb486d681cf15392067ca4aaaf2e6d8a0b30
b61e485f1702121f6b920bd3fc89b570de524d62
refs/heads/master
2021-01-21T13:18:19.249730
2016-05-13T15:06:37
2016-05-13T15:06:37
52,960,759
0
0
null
null
null
null
UTF-8
Java
false
false
1,476
java
package com.techjini.udacityapp.utility; import android.util.Log; /** * Created by Shweta on 2/27/16. */ public class AppLogger { private static String TAG = "Udacity"; private static final boolean LOG_ENABLE = true; private AppLogger() { } public static void v(final Object object, final Stri...
[ "shweta@techjini.com" ]
shweta@techjini.com
d40d20a70f1315248fe967b313101ced68467e6b
0a4a1d5a7f190cb904d3b0c96bc5202d4f431fcc
/aidan-design-pattern-04-singleton/src/main/java/org/aidan/properties/Client.java
1f7f137368f30cf55287608da7c6a2962151ed33
[]
no_license
huxiaoning/aidan-code
02f7ee0250474f5d9acaa84b1aba492138ae8ee5
8f6a0bcc40412e86d56fd7477a0a764f1670580b
refs/heads/master
2020-03-27T09:03:05.222778
2018-12-24T05:44:16
2018-12-24T05:44:16
146,309,921
0
0
null
null
null
null
UTF-8
Java
false
false
526
java
package org.aidan.properties; public class Client { public static void main(String[] args) { AppConfig appConfig = AppConfig.getInstance(); String driver = appConfig.getProperty("driver"); String url = appConfig.getProperty("url"); String user = appConfig.getProperty("user"); ...
[ "huxiaoningsworld@sina.com" ]
huxiaoningsworld@sina.com
502ea83d40afd7ca483039cd07b4913258a88c77
d0d7b939b4c8bd712ba5523fd715bd91ddbdc87c
/AutoUHCHub/src/mc/autouhc/hub/menu/MatchCreatorSetSlotsMenu.java
34db93e898e56202d522fc47e6e1c142df43861b
[]
no_license
xMakerx/GitHubPortfolio
3ce8178352c66985a22fc1abb065b5287b1c265e
3d85ff6e2a0baa8a894833d3a42e2d8492146677
refs/heads/master
2023-02-07T19:29:57.160253
2023-01-27T00:15:53
2023-01-27T00:15:53
189,980,667
0
0
null
null
null
null
UTF-8
Java
false
false
2,275
java
package mc.autouhc.hub.menu; import mc.autouhc.hub.AutoUHCHub; import mc.autouhc.hub.creator.MatchCreator; import mc.autouhc.hub.util.ConfigUtils; import org.bukkit.entity.Player; import org.bukkit.event.inventory.InventoryClickEvent; import org.bukkit.inventory.ItemStack; public class MatchCreatorSetSlotsMenu exten...
[ "maverick.liberty29@gmail.com" ]
maverick.liberty29@gmail.com
b1461c50d3311942ebfc813d97023775a1520ade
67310b5d7500649b9d53cf62226ec2d23468413c
/trunk/modules/testcase-generator-intents/src/Mapping.java
f6c0c63e689ac273e51ef4ec6a4760b3fc4397c0
[]
no_license
csnowleopard/guitar
e09cb77b2fe8b7e38d471be99b79eb7a66a5eb02
1fa5243fcf4de80286d26057db142b5b2357f614
refs/heads/master
2021-01-19T07:53:57.863136
2013-06-06T15:26:25
2013-06-06T15:26:25
10,353,457
1
0
null
null
null
null
UTF-8
Java
false
false
1,680
java
import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; public class Mapping { static HashMap<String, HashSet<Intent>> temp = new HashMap<String, HashSet<Intent>>(); static HashSet<HashMap<Integer, String>> completePath = new HashSet<HashMap<Integer,String>>(); public static void ...
[ "csnowleopard@gmail.com" ]
csnowleopard@gmail.com
e35987d0a500f3e6525a2b4c4f858ec59d6e4186
781e2692049e87a4256320c76e82a19be257a05d
/assignments/java/lab02/full_src/67/DateConverter.java
81df66d9679a3e8fa8dba24a292ed6f4d97faa47
[]
no_license
itsolutionscorp/AutoStyle-Clustering
54bde86fe6dbad35b568b38cfcb14c5ffaab51b0
be0e2f635a7558f56c61bc0b36c6146b01d1e6e6
refs/heads/master
2020-12-11T07:27:19.291038
2016-03-16T03:18:00
2016-03-16T03:18:42
59,454,921
4
0
null
2016-05-23T05:40:56
2016-05-23T05:40:56
null
UTF-8
Java
false
false
1,278
java
import java.io.*; public class DateConverter { // Given a day number in 2008, an integer between 1 and 366, // as a command-line argument, prints the date in month/day format. // Example: java DateConverter 365 // should print 12/30 // The code is missing two assignment statements. public sta...
[ "moghadam.joseph@gmail.com" ]
moghadam.joseph@gmail.com
9331b939bbfbd9f5a75bedeb2fbab33da88a06b8
465adc207b742df720bf4d61f6be59a4c6a3571a
/src/main/java/com/upgrad/Eshop/controllers/ProductController.java
f807d2c0ccd1bab598795db44d951720069fd059
[]
no_license
ajayajju2412/capstone-backend
77ad6d434adaac28d6a28bea9b87559a0e76b57b
af0fed71682f2edbcb5bf52bd27fb811efe38a53
refs/heads/master
2022-12-26T14:26:26.600085
2020-10-06T15:48:59
2020-10-06T15:48:59
300,173,214
0
0
null
null
null
null
UTF-8
Java
false
false
3,726
java
package com.upgrad.Eshop.controllers; import com.upgrad.Eshop.dtos.ProductDTO; import com.upgrad.Eshop.entities.Product; import com.upgrad.Eshop.entities.Users; import com.upgrad.Eshop.exceptions.ProductNotFoundException; import com.upgrad.Eshop.exceptions.UserDetailsNotFoundException; import com.upgrad.Eshop.exceptio...
[ "ajayajju2412@github.com" ]
ajayajju2412@github.com
808c30f9486f49f71de912f958845410fd7dc8b7
9aa8546eb6f738d03916428c4343b8b8537b9ff1
/enki-core/src/main/java/com/github/stcarolas/enki/core/RepoHandler.java
e71fab8d54e6832e0028cd7d62cc2b6295118b0f
[ "Apache-2.0" ]
permissive
DNAlchemist/Enki
f04dbec77435219a3df2efe7da50d8ebd916905b
fe01035c6a106bbcc44c19153beb21b00de06f6c
refs/heads/master
2020-12-22T04:11:15.304938
2019-12-10T10:47:27
2019-12-10T10:47:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
103
java
package com.github.stcarolas.enki.core; public interface RepoHandler { void analyze(Repo repo); }
[ "stcarolas@gmail.com" ]
stcarolas@gmail.com
b6c504d7abaef55c2a8324ffde8ab16e98bcf41e
b2e156ad1a66da5d24170a7eb849f97ec1f03030
/src/java/Model/Materials.java
117a6d47cce6723600c7658aa6e3a59a961cf9f8
[]
no_license
lanwar-prog/Manufacturing_execution_system
839bf6102912b10539ef05d708b85175045a8c10
5c8c5ab439a0db155750eac3112aad8331496f62
refs/heads/master
2023-01-10T22:30:27.155212
2020-11-08T05:52:04
2020-11-08T05:52:04
310,892,348
0
0
null
null
null
null
UTF-8
Java
false
false
1,950
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 Model; public class Materials { private Integer id_material; private String name; private Integer number; ...
[ "lanwar@mail.ru" ]
lanwar@mail.ru
cffcab779a6349273fdc490eab6ff7ca31ff4df1
8d9c24439f31fe0eb2e70326ceb3a3bdd136713d
/airports/AirportData/AirportDataProto.java
1a2c4266ec1ce29893e4772fc52a8af9e45b3d7c
[]
no_license
901/protocol-buffers
d794a28c6b2e120bad0ad501504b08f885bc77ae
24790eff6b94db14fd91e79473874d8b6be9ce2e
refs/heads/master
2021-01-19T04:43:08.470652
2017-04-06T05:01:05
2017-04-06T05:01:05
87,387,632
0
0
null
null
null
null
UTF-8
Java
false
true
57,075
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: airportdata.proto package AirportData; public final class AirportDataProto { private AirportDataProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface AirportOrBuilde...
[ "adgeria@gmail.com" ]
adgeria@gmail.com
ad25e2649bc9020fae8867cb38a19a75db60de33
5b9732ef5cb32bcbb853ff82c19be77fd938573a
/app/src/main/java/com/udacity/bakingapp/data/RecipeAdapter.java
db4fa06a1c6e2229b00a01496f1f93a687d034c8
[]
no_license
jerielng/baking-app
1e070623f4020918e840651c1654ac13a03a19cd
e8061c9e47b09d7f12faaf59ce63fcd9f9a20987
refs/heads/master
2020-03-16T17:55:17.692477
2018-05-21T03:37:03
2018-05-21T03:37:03
132,852,235
1
0
null
null
null
null
UTF-8
Java
false
false
8,300
java
package com.udacity.bakingapp.data; import android.appwidget.AppWidgetManager; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.Gravity; import android.view.View; import a...
[ "jeriel.ng@gmail.com" ]
jeriel.ng@gmail.com
6da9767b85e455400816fc543f37085522465435
0134a8c3dc1264fe71384801194f53d8b3f16383
/src/java/umg/analisisdesistemas1/com/controlador/ControladorCuentasActivo.java
b9400083e7b20707e0a1da63ad206a8066b4e0ea
[]
no_license
amenpunk/COOPO
6f54ce54c9ee05c73444ebb2ac45a338bd79bef8
4e6b9d48fb2ca15516a812bb0a984f7961334710
refs/heads/master
2020-05-29T12:04:43.947966
2019-06-03T15:43:41
2019-06-03T15:43:41
189,123,968
0
1
null
null
null
null
UTF-8
Java
false
false
4,421
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 umg.analisisdesistemas1.com.controlador; import com.google.gson.Gson; import com.google.gson.JsonObject; import java....
[ "ondasycircuitos@gmail.com" ]
ondasycircuitos@gmail.com
d0feaebbefaf10a4512d88f52e5db812f004af7a
55e976c31e2270234a8dd3d6aba61f32e3b2c0da
/src/com/practice/TriangleProblem.java
0347c449cab8dbc79c2aca140e7336915377c9c2
[]
no_license
patnav33/PracticeLI
235fad8a892b4bdb75eae6f8dd00e23f546a328c
1bc514458c3e9f5b4c8b0398d5df27621bf4e72a
refs/heads/master
2021-01-20T00:39:46.992196
2017-04-23T19:02:06
2017-04-23T19:02:06
89,165,935
0
0
null
null
null
null
UTF-8
Java
false
false
966
java
package com.practice; import java.util.Arrays; public class TriangleProblem { public static void main(String args[]){ // int [] array = {1,2,3,4,5,6,7,8,9,10}; int[] array = {10, 5, 3, 7, 4, 1}; getTriangleSides(array); } public static int[] getTriangleSides(int[] arr...
[ "patilnavin33@gmail.com" ]
patilnavin33@gmail.com
bc1eb4b7197c68931f8f1b7ecd199b0f0f866d03
fc865501bf4a35a6276c2e8f467f5f96f836912c
/system/src/main/java/com/ssm/extensible/base/IServiceListener.java
b7fe92cf2ad40c6920258bef7c4568142f0c51df
[]
no_license
meixl528/Project
a8f1298dda50977d8f3074aef1de688a532e5926
12ec0ace43503ffb951206e69fcf01a1cae69054
refs/heads/master
2020-04-05T14:39:00.982290
2017-08-31T02:31:07
2017-08-31T02:31:07
94,721,781
3
0
null
null
null
null
UTF-8
Java
false
false
635
java
package com.ssm.extensible.base; import com.ssm.core.request.IRequest; /** */ public interface IServiceListener<T> { void beforeInsert(IRequest request, T record, ServiceListenerChain<T> chain); void afterInsert(IRequest request, T record, ServiceListenerChain<T> chain); void beforeUpdate(IR...
[ "meixl@sunshinepaper.com.cn" ]
meixl@sunshinepaper.com.cn
1e8688a615ee7cc3b8d1daa8ef678b160d33e9d7
9f9e16053b72d9f490fa1bafcb406cdce1122d3d
/zjb-common/src/main/java/com/zjb/common/po/OrderItem.java
a3fa68ff07192f74ccbbd46e38bd40ec209801fb
[]
no_license
hbxiaobai/ZJB
7f9291abdfe44361eb7077eb8135b26161242263
e629c73683fa9b4a72772689eaae6a3b06f81fc3
refs/heads/master
2020-04-04T19:56:00.180217
2018-11-05T13:59:45
2018-11-05T13:59:45
156,226,538
0
0
null
null
null
null
UTF-8
Java
false
false
1,735
java
package com.zjb.common.po; import java.util.Date; import javax.persistence.Id; import javax.persistence.Table; @Table(name="tb_order_item") public class OrderItem { @Id private String itemId; //通过itemId和OrderId表示订单商品 @Id private String orderId; private Integer num; private String title; priva...
[ "hbxbai@163.com" ]
hbxbai@163.com
95f3f4b4c6681b9c605a459693217fffdbade9ab
b35191cc9ef19ec6cfbff0ab3639864001680bf5
/Discrete math/2 module/Modules.java
e417a1baf170a83dc1eb47e79adab5f6ec6f83bd
[]
no_license
vlad333rrty/BMSTU
81a1ee2bafe21ab02399910ed8f996697a92bc6d
f323d02bcc9a46fec669d32e033752d5feaf586b
refs/heads/master
2023-08-14T21:04:13.893303
2021-09-10T18:32:45
2021-09-10T18:32:45
273,018,174
0
1
null
null
null
null
UTF-8
Java
false
false
9,652
java
import java.util.*; public class Modules { private static Vertex[] vertex = new Vertex[500]; private static int ind; private static int time = 1; private static int count = 1; private static ArrayList<Function> funcs = new ArrayList<>(); private static ArrayList<String> list; private static ...
[ "vlad333rrty90@mail.ru" ]
vlad333rrty90@mail.ru
87fac41b6322a501413e1df6fd3a5d1cc8bebbc6
c444c305864c67fb5bac894da4e54c186c045cbe
/src/leetcode/easy/no26.java
a51da5c6e1946f35dd9b057aeede5cc7ae69c814
[]
no_license
AaronX123/mashibing
fe0beb37f473c7f73489b9beb9ba25ce3d15879b
31981705746fbb18b0a004ccb0cd30fcf52eaabe
refs/heads/master
2023-04-14T07:52:18.198816
2021-04-18T14:15:26
2021-04-18T14:15:26
299,470,690
0
0
null
null
null
null
UTF-8
Java
false
false
858
java
package leetcode.easy; public class no26 { public int removeDuplicates(int[] nums) { int count = 1; for (int i = 0; i < nums.length; ++i) { // 找到后面第一个不同的位置 int j = i + 1; for (; j < nums.length; j++) { if (nums[i] == nums[j]) { ...
[ "739243573@qq.com" ]
739243573@qq.com
217e112ddbd4bb454f06e53b16e5796c7d4d4952
f6bd4e0c99e78215176ad3d399c96a24a8a8bb7b
/BookPrograms/src/bookprograms/GridLabApplet.java
273a4963c45af233922fde502021353cd747e9b7
[]
no_license
imehsans/OOPPractice
d90f9533da9db40dc8a93bc470d4c4149374cb85
d644607891f4e21e25acf54cd74fe5ac2cc281f6
refs/heads/master
2023-01-22T10:07:42.733279
2020-11-22T06:17:53
2020-11-22T06:17:53
303,298,824
0
0
null
null
null
null
UTF-8
Java
false
false
642
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 bookprograms; import java.applet.Applet; import java.awt.*; import java.awt.event.*; /** * * @author Ehsan Jadoon */ public...
[ "mehsanjadoon786@gmail.com" ]
mehsanjadoon786@gmail.com
2b2253fcc5824af9618f975b230ec9daa8bb5c5d
ba8d156d1cabebcaa923c817489f75776d398e9d
/src/test/java/org/punit/framework/domain/PunitTestCaseTest.java
5d8fbbfaf43f219bbc4f95877e437ab512b37ac6
[]
no_license
athulrajeev/punit
2cb39d81c7e9a85034e64b2f9b72b9e34fbffc9b
fff130b0a8715dceaf8375a1e39a8f44409ea04d
refs/heads/master
2021-01-12T09:31:43.242971
2016-12-13T02:23:40
2016-12-13T02:23:40
76,180,705
0
0
null
2016-12-13T02:23:41
2016-12-11T14:52:07
Java
UTF-8
Java
false
false
836
java
package org.punit.framework.domain; import static org.junit.Assert.*; import org.junit.Test; import org.punit.impl.sample.testcase.SampleTestCase6; import punit.framework.domain.PunitTestCase; public class PunitTestCaseTest { @Test public void test_loadTestScenarios_given_junit_test_case_object_then_success() { ...
[ "athul.rajeev@emc.com" ]
athul.rajeev@emc.com