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
9ca58a83d2fcd3e6021a685cef9fc794477ab9f1
05d2a1e92090ec35b8be02f4b0fc7ac3695ad2f7
/src/test/java/com/baidu/unbiz/multiengine/transport/DistributedTaskTest.java
29f3bbcf79d323a21f9777516bc682c4a6df5513
[ "Apache-2.0" ]
permissive
lovehoroscoper/multi-engine
e1cec8f80ba9e0482fedd9b9cbbac863420f81e3
8ab36fda46662bf5c5130ec1530286ae756963b6
refs/heads/master
2021-01-11T14:25:39.896985
2017-02-04T03:13:36
2017-02-04T03:13:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,096
java
package com.baidu.unbiz.multiengine.transport; import java.util.List; import java.util.concurrent.CountDownLatch; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.spr...
[ "wangchongjie@baidu.com" ]
wangchongjie@baidu.com
806b551c639506dc56f2860d7d10009c38034de5
27a5c14dc83b3f90ba1262b783d6cc8b01c62dfa
/src/main/java/com/DesignPattern/prototype/prototypeSolution/Client.java
7374ed022454ab32ab3a1bfc613e63db2cd3cf6b
[]
no_license
iadoy/Design-Pattern
5171449d749e26840d02d9129382365a6aa92344
382143a617191d4ec6943316c663bbdb279c83bd
refs/heads/master
2022-12-16T00:34:15.472550
2020-09-08T08:01:34
2020-09-08T08:01:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,879
java
package com.DesignPattern.prototype.prototypeSolution; /** * 原型模式复制对象 */ public class Client { public static void main(String[] args) { //原有的羊 Sheep sheep = new Sheep("lucy", "white"); //复制羊 Sheep sheep1 = sheep.clone(); Sheep sheep2 = sheep.clone(); Sheep sheep3 ...
[ "xcw97@outlook.com" ]
xcw97@outlook.com
6351a25a9c65156f37491e4a43f633643287262e
ded702e7cee7d299e2fa5b009999fef48c0cbd35
/piggymetrics/account-service/src/main/java/com/jsd/piggymetrics/accountserver/account/account/controller/ErrorHandler.java
9315608a11cd538dd87f8fbb357147ca380c3c9f
[]
no_license
leiyu19940711/springcloudpiggymetrics
fc04a261a15aa4033e9f279307d5abc5857fc1cc
4a3f7feee429904e10fc2d1613dd589f86734a51
refs/heads/master
2020-05-28T01:25:44.803060
2019-05-27T12:49:36
2019-05-27T12:49:36
188,842,538
0
0
null
null
null
null
UTF-8
Java
false
false
782
java
package com.jsd.piggymetrics.accountserver.account.account.controller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.spring...
[ "171548730@qq.com" ]
171548730@qq.com
56f1c2227dcfdb47c0abc707aa865741d034a186
bc94646980c9196c81b770908414311f71255e5b
/src/main/java/com/elytradev/davincisvessels/common/network/HelmClientAction.java
029191ace62380332bda14e0477b0d5d2f5330f4
[ "Apache-2.0" ]
permissive
jeffreymeng/DavincisVessels
3a653b64449505a8523203e4f4efd3cc9ac93a09
75022af70b11452e6da6337f6aeabbb323cec9d0
refs/heads/1.12
2021-07-04T06:18:52.070957
2018-05-09T18:15:35
2018-05-09T18:15:35
151,132,148
0
0
Apache-2.0
2018-10-01T17:49:41
2018-10-01T17:49:41
null
UTF-8
Java
false
false
857
java
package com.elytradev.davincisvessels.common.network; public enum HelmClientAction { UNKNOWN, ASSEMBLE, MOUNT, UNDOCOMPILE; public static int toInt(HelmClientAction action) { switch (action) { case ASSEMBLE: return (byte) 1; case MOUNT: return (b...
[ "bk1325@gmail.com" ]
bk1325@gmail.com
0effad6aa32721bda71c985e7e216bd3d2a84de4
6106a672418cbfd8322c4e70a05c26d1379182ac
/src/wts-exam/src/main/java/com/wts/exam/controller/PaperController.java
0c0f0dced81fcbd995d80a2605bc74cf915af19e
[]
no_license
ljb2546313415/OnlineExamWTC
9adbd9e566fe6e3aead32019405764fd4891148b
b6181e41788ee265dbcca17915523e6137ac3f29
refs/heads/master
2023-03-27T06:28:01.394276
2021-03-24T10:02:11
2021-03-24T10:02:11
351,016,343
0
0
null
null
null
null
UTF-8
Java
false
false
18,935
java
package com.wts.exam.controller; import com.wts.exam.domain.ExamType; import com.wts.exam.domain.Paper; import com.wts.exam.domain.RandomStep; import com.wts.exam.domain.ex.WtsPaperBean; import com.wts.exam.domain.ex.PaperUnit; import com.wts.exam.service.ExamTypeServiceInter; import com.wts.exam.service.PaperServiceI...
[ "lijianbin1024@qq.com" ]
lijianbin1024@qq.com
7c7e651e42130b6ed75fee2bac378a17014f4a27
34c0d4baef12bf683a884d00ed82a2a05b605cf4
/addressbook/src/test/java/addressbook/tests/GroupModificationTests.java
f23df1015888944626ffcd6bae0a34216b0aa91d
[ "Apache-2.0" ]
permissive
Sviatlana-Pi/java_pft
0471b70db92f8cdbd108d5a2b260058b0f3df840
5a491cf124946d3f7c07f5b3acc1a98cbc11f722
refs/heads/main
2023-03-17T05:01:36.143833
2021-03-07T17:47:35
2021-03-07T17:47:35
343,521,397
0
0
null
null
null
null
UTF-8
Java
false
false
618
java
package addressbook.tests; import addressbook.model.GroupData; import org.testng.annotations.Test; public class GroupModificationTests extends TestBase { @Test public void testGroupModification(){ app.getNavigationHelper().gotoGroupPage(); app.getGroupHelper().selectGroup(); ...
[ "sviatlana.pinchuk@fortnox.se" ]
sviatlana.pinchuk@fortnox.se
d95fca85d8c4f52eae35febf0d2cd761606a7cd0
53683df8b3f891046fb605dffbc667a038dcb2be
/Web/ProjetPLDL/src/java/entites/ListesdelectureMusiquesPK.java
d947e6842a1bb902cd193b51f1935c3dd1a3c9a6
[]
no_license
jodellevictoria/Projet_Final
7e821b0002b9a3e5063a4d854eb8630adfd9005d
552785ef6538c14bd475c2095ebe2aa7f890434a
refs/heads/master
2021-08-29T23:52:20.007503
2017-12-15T10:17:39
2017-12-15T10:17:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,088
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 entites; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistenc...
[ "jodelleperaltag@gmail.com" ]
jodelleperaltag@gmail.com
8cc91dcf37d2e9501c6bcedd5ded9b59918aff4d
cce05386a9bc9aee91a041cdb5c8144db3248dad
/Backend/src/main/java/com/devglan/assignment/QuestionRepository.java
3e193e804ae69f5e3e14f002565b1b28b853cd28
[]
no_license
spurthyPramod/Assignment
cd5487620be2c0fe78ed32e2257f12f18f559577
cbf70862f73632d3c0ea9c68b6c5fbdcf7706ab2
refs/heads/master
2020-05-05T02:23:48.238245
2019-04-05T07:34:43
2019-04-05T07:34:43
179,636,060
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package com.devglan.assignment; import java.util.List; import org.springframework.data.repository.Repository; public interface QuestionRepository extends Repository<Question, Integer> { void delete(Question question); List<Question> findAll(); Question findOne(int id); Question save(Question quest...
[ "" ]
225d4daab55ec7d8ad006bab652c454b4687b70d
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/aosp-mirror--platform_frameworks_base/0af6fa7015cd9da08bf52c1efb13641d30fd6bd7/before/VoiceInteractionSession.java
76962c5b607ae4282f9c77be5423daa4b8a3970d
[]
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
63,575
java
/** * Copyright (C) 2014 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 ap...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
cccc787a4c46f6289b419e6a65478d1fe42015f8
f35284aaaa276db67690cba8e5bc7f88c3c7a084
/app/src/main/java/cloudchen/dodgeball/WorldRecord.java
2f9d7be967e1a20149a12b9c073bb769b491db46
[ "Apache-2.0" ]
permissive
nlrabbit/Dodgeball
43481d900da44bb6806658cbd7ab75740dc505a4
03175ab20f1a0723fe9df15d0a0c2462419bd2fd
refs/heads/master
2021-01-10T22:58:01.732745
2016-06-06T08:24:59
2016-06-06T08:24:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
530
java
package cloudchen.dodgeball; import cn.bmob.v3.BmobObject; public class WorldRecord extends BmobObject { private String deviceName; private long worldRecord; public String getDeviceName() { return deviceName; } public void setDeviceName(String deviceName) { this.de...
[ "im_sure@163.com" ]
im_sure@163.com
a9fb64c3242a63d03ed8f152a35b604c2836fbe0
e01767aab13e4a5239d39dc2837b4c5ad574870d
/user/src/main/java/com/tdzx/user/utils/ResultStatus.java
c00d37fb8d96039637116185871f4f6dd77febdd
[]
no_license
boom888/xinhualeyu-tdzx-user
6166ec66f008bf0fad75b2e74c15e33dc6dde25f
bb288afa0cc6f8352f4e0dd1cb3f66e9b4cf3e54
refs/heads/master
2022-11-11T17:23:56.370884
2019-12-02T04:59:50
2019-12-02T04:59:50
225,287,089
0
0
null
2022-10-12T20:34:33
2019-12-02T04:43:24
Java
UTF-8
Java
false
false
910
java
package com.tdzx.user.utils; /** * Author:Joker * Date:2018/7/19 * Description: */ public enum ResultStatus implements BaseEnum { /** * 成功 */ SUCCESS(200, "成功"), /** * 注册失败 */ REGFAILD(300, "注册失败"), /** * 错误 */ ERROR(500, "错误"), /** * 异常 */ ...
[ "13065160327@163.com" ]
13065160327@163.com
fd87343d4077b50718dc65bf96fb2b448e9b123d
bc7370cfb5ccc61072444d1dde0701abb7640cb2
/lhitf/src/private/nc/bs/lhitf/bgtask/AutoTransBankAccBgTaskPlugin.java
ef98516f6e23f63438e60bdd5c5a607c48bbdce5
[]
no_license
guowj1/lhprj
a4cf6f715d864a17dcef656cee02965c223777f2
70b5e6fabddeaf1db026591d817f0eab91704b58
refs/heads/master
2021-01-01T19:53:53.324175
2017-09-25T09:14:17
2017-09-25T09:14:17
98,713,984
0
0
null
null
null
null
UTF-8
Java
false
false
1,456
java
package nc.bs.lhitf.bgtask; import nc.bs.lhitf.bgtask.pub.PostDataImp; import nc.bs.pub.pa.PreAlertObject; import nc.bs.pub.taskcenter.BgWorkingContext; import nc.bs.pub.taskcenter.IBackgroundWorkPlugin; import nc.md.persist.framework.IMDPersistenceQueryService; import nc.md.persist.framework.MDPersistenceServi...
[ "guowenjialy@163.com" ]
guowenjialy@163.com
2e323439c168d61ad2fbabae46c995f17ea01331
c8365237a15b7aa005ab75a0f07bd4b87b452692
/Quadratin/app/src/main/java/g4a/quadratin/mx/quadratin/SlidingTabLayout.java
f43ca589b400d6dd30c37b31e341d11d1788c888
[]
no_license
eduardobc88/AndroidStudio
99a6701edc1fdd1be4985c9cd1c0f0685832c712
2649e1aee8d719a96c9fa3dc955655b187ff53d2
refs/heads/master
2021-05-30T14:00:38.076786
2015-05-04T17:10:32
2015-05-04T17:10:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,637
java
package g4a.quadratin.mx.quadratin; /* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
[ "eduardobc.88@gmail.com" ]
eduardobc.88@gmail.com
5646cf23587f347c2f56112c9e1c93a8d4e7089e
6e5a270f4abade7c8f297a84cbfba8d6c8d197c7
/matrixMultiplication.java
e66709bc6405ba795e877433261e23ed12a7bad5
[]
no_license
Helloworldhehe/matrixAddition
f55e7f14eb4a4bf9afec6bddcbb3f66e8e934be7
a00cca38928feb528b3c804f6953f3b2b1a01e46
refs/heads/master
2020-04-03T09:56:26.166030
2016-08-11T01:45:33
2016-08-11T01:45:33
65,365,640
0
0
null
null
null
null
UTF-8
Java
false
false
1,133
java
//Created by Robert Throne //Algorithm to compute multiplication of 2 matrices import java.util.*; public class matrixMultiplication{ public static void main(String[] args){ //Input from user int row1 = new Scanner(System.in).nextInt(); int row2 = new Scanner(System.in).nextInt(); int col1 = new Scanner(Syst...
[ "realisethink@yahoo.com" ]
realisethink@yahoo.com
3b5faa946d0d4129ce8463bfa35c11f80ceb2270
119c27c0ea3bdf54df8824e1054a55e5faa689ea
/src/main/java/part7/quicksort/QuickSorterMedianInsert.java
3bbd7c3bc596054edd997dbb4faf437f3ad34ba1
[]
no_license
malinovskiy-alex/algorithms-java
28a6de6c21a4d94cfc165daeda30d35ab9159d89
3b8fd04a57577e7cd0f97fc5323b837cfb7b4fd4
refs/heads/master
2021-01-23T01:01:20.778649
2017-09-25T07:32:00
2017-09-25T07:32:00
85,861,528
1
0
null
null
null
null
UTF-8
Java
false
false
1,895
java
package part7.quicksort; import array.BasicIntArray; import array.Sorter; public class QuickSorterMedianInsert extends BasicIntArray implements Sorter { public QuickSorterMedianInsert(int elementsCount) { super(elementsCount); } @Override public void sort() { recSort(0, getElementsCount() - 1); ...
[ "amalinovskiy@connecture.com" ]
amalinovskiy@connecture.com
ef3a527e22b4e09bd017c17d6a9a9cd2ec62ca59
ab6b8b220fdb131e5d04e1f358788338884127bf
/test1127-1/src/lzp/CollectionData.java
f1e3f2c98b6719b4e3e73579b33ec61d551fb404
[]
no_license
fadinglzp/java
72a3624a7479a5ebe31a967a28b08247a3fdf603
0a67febedcc87d05e9cbe5e205528afbabbe0cf3
refs/heads/master
2020-05-23T11:32:32.761098
2019-12-16T09:05:23
2019-12-16T09:05:23
186,737,635
0
0
null
null
null
null
UTF-8
Java
false
false
325
java
package lzp; import java.util.*; public class CollectionData<T> extends ArrayList<T> { public CollectionData(Generator<T> gen, int size) { for (; size-- > 0;) add(gen.next()); } public static <T> CollectionData<T> list(Generator<T> gen,int quantity){ return new CollectionData<T>(gen,quantity); ...
[ "lzp@LZP" ]
lzp@LZP
30e7fc97ccff4c60faca9d14c33cafc6f5854256
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/TemperatureController154.java
5d282cb13029bb642daf783a9b915265e10e20a3
[]
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 TemperatureController154 { public int execute(int temperature154, int targetTemperature154) { //sync _bfpnFUbFEeqXnfGWlV2154, 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
b5ade7213008a1de5f26cc1becd4e4c8360b1afb
6cd8d2cf5e9547449a0bb4b5064e6b5e48bbfd05
/core/ui/src/main/java/org/netbeans/cubeon/ui/taskelemet/MoveToDefault.java
54f8ff55195240a2c535f5ec744180236a281121
[ "Apache-2.0" ]
permissive
theanuradha/cubeon
3a8ca9348f1e8733bfa4e46b2f7559cb613815fd
d55ea42a3cd6eb59884dd0b6f9620629395ee63d
refs/heads/master
2020-12-31T00:17:44.572464
2015-11-10T03:34:34
2015-11-10T03:34:34
45,884,253
0
0
null
null
null
null
UTF-8
Java
false
false
2,888
java
/* * Copyright 2008 Anuradha. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
[ "theanuradha@users.noreply.github.com" ]
theanuradha@users.noreply.github.com
2fd8374b6e882cb26664df4c73656f4678ba4031
34f5ab7476ec9c3c1f1e6a8f8dc5efd018210742
/src/main/java/utils/RemoteWebDriverFactory.java
fbefccd83701af689a54dffb8aeb376dfcb2f523
[]
no_license
Starday2009/RCvsWebDriver
c79dc2fe017e2ef9d61e6d23a2318f16bf920a72
54d3d5ab742349f604f29f24172d5676924043ff
refs/heads/master
2021-01-18T12:58:22.866961
2017-08-15T11:20:13
2017-08-15T11:20:13
100,370,008
0
0
null
null
null
null
UTF-8
Java
false
false
1,432
java
package utils; import org.openqa.selenium.WebDriver; import org.openqa.selenium.remote.DesiredCapabilities; import org.openqa.selenium.remote.RemoteWebDriver; import java.net.MalformedURLException; import java.net.URL; public class RemoteWebDriverFactory { public static WebDriver createInstance(String browserNa...
[ "starday2009@mail.ru" ]
starday2009@mail.ru
fb245c64afa79e4de7e8d827b8e2b96e510d1054
af49433ef9e00dfb2b36b19460264579dacd067f
/src/main/java/no/capraconsulting/endpoints/TimeslotEndpoint.java
a5dfe182e67d30116d76e79cc6ccc4c5fcc42be4
[ "Apache-2.0" ]
permissive
capraconsulting/redcross-digital-leksehjelp-backend
a0509abefea37d903cf465e17a554bb903bfdab9
e33712768190b77f15cf2f316fddd2362f4540ed
refs/heads/master
2020-07-25T08:22:20.937069
2020-05-30T20:02:07
2020-05-30T20:02:07
208,228,913
0
0
Apache-2.0
2020-04-29T08:59:16
2019-09-13T08:54:52
Java
UTF-8
Java
false
false
2,410
java
package no.capraconsulting.endpoints; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.ws.rs.Consumes; import javax.ws.rs.Produces; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Re...
[ "sandraskarshaug@gmail.com" ]
sandraskarshaug@gmail.com
bcfcacf0ec8f91662520a61967991f7f46e043a5
f5a023db0eff197215b7a93795025bd463d95f3b
/src/main/java/com/edfer/repository/logistica/AjudanteRepository.java
2e1dc57d1b1e3d34672c9a6d05facbb42408a5f3
[]
no_license
sauloddiniz/edfer_api
25a8955960ce31aac8fdc99fecd40edc5b52d79d
e8ffb4a65aa8150d83b2212c0721bc30b1065410
refs/heads/master
2023-02-09T08:56:53.819303
2020-12-31T18:17:20
2020-12-31T18:17:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
352
java
package com.edfer.repository.logistica; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.edfer.model.logistica.Ajudante; @Repository public interface AjudanteRepository extends JpaRepository<Ajudante, Long>{ List<Ajud...
[ "tuyco10@hotmail.com" ]
tuyco10@hotmail.com
e2921b46b7cef0539208d8b54ec779f2a560f37f
83d6b92f2309c5f99ca17d1806e476bc5d8e8625
/src/main/java/org/demo/guicedemo/server/controller/SpringAwareServletModule.java
e16d8255f1f6f6c73f0dd846168994a8f07c7514
[]
no_license
LeoFaye/guicedemo-spring
3ea45e91918c8d2d770c7e0644baa91aa00945dc
e687ec6699817917bef797a47281d162a3ee4d72
refs/heads/master
2020-05-30T16:02:48.009317
2019-06-25T14:53:26
2019-06-25T14:53:26
189,834,032
0
0
null
null
null
null
UTF-8
Java
false
false
654
java
package org.demo.guicedemo.server.controller; import org.demo.guicedemo.server.persistence.SampleDao; import org.springframework.context.ApplicationContext; import com.google.inject.AbstractModule; import com.google.inject.Provides; import com.google.inject.servlet.ServletModule; public class SpringAwareServletModul...
[ "czt_queent@163.com" ]
czt_queent@163.com
1775f8d2c1edbe9ab676b30b7b9cd104d8676e23
57e0bb6df155a54545d9cee8f645a95f3db58fd2
/src/by/it/tsyhanova/at21/beans/User.java
d916cd7a027061fb819f1262e128aca6812f969c
[]
no_license
VitaliShchur/AT2019-03-12
a73d3acd955bc08aac6ab609a7d40ad109edd4ef
3297882ea206173ed39bc496dec04431fa957d0d
refs/heads/master
2020-04-30T23:28:19.377985
2019-08-09T14:11:52
2019-08-09T14:11:52
177,144,769
0
0
null
2019-05-15T21:22:32
2019-03-22T13:26:43
Java
UTF-8
Java
false
false
1,698
java
package by.it.tsyhanova.at21.beans; import java.util.Date; public class User { private long id; private String username; private String password; private String email; private Date date; //we need empty constructor Code>Generate>Constructor>Select None public User() { } //we need ...
[ "tatsianatsyhanova@yahoo.com" ]
tatsianatsyhanova@yahoo.com
480589185b9c94f00a26a0ed6c5ea4b45fe2c286
f6c08d25310e07cb163497123b00168773daf228
/direct/io-hbase-bindings/src/main/java/cz/o2/proxima/direct/io/hbase/InternalSerializers.java
be85ef9714f40874408b9fdd7a79c087cbc0882c
[ "Apache-2.0" ]
permissive
O2-Czech-Republic/proxima-platform
91b136865cc5aabd157d08d02045893d8e2e6a87
2d5edad54a200d1d77b9f74e02d1d973ccc51608
refs/heads/master
2023-08-19T00:13:47.760910
2023-08-16T13:53:03
2023-08-16T13:53:03
108,869,877
20
7
Apache-2.0
2023-08-01T14:19:51
2017-10-30T15:26:01
Java
UTF-8
Java
false
false
2,136
java
/* * Copyright 2017-2023 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "je.ik@seznam.cz" ]
je.ik@seznam.cz
7bcdba09c70e05c3ed42f2b2a5f73ab8444c8f94
7545a5c84d1edeb90dc636cfcb36e391794bf3ee
/src/test/java/com/revature/services/userFeatures/ProductSelectRunner.java
ffb00d2e3ff9e49e423b5a8e4ef0c72786cc23bc
[]
no_license
210712-Richard/team3.p2
c4b743c5f295190827e7dd7350e6cd5a44083dfb
6dd1ae64d4f33c5e4efdc406bca94ce7a16526ff
refs/heads/main
2023-07-24T02:59:33.862458
2021-09-07T01:43:54
2021-09-07T01:43:54
396,980,264
1
0
null
2021-08-30T00:09:31
2021-08-16T21:32:28
Java
UTF-8
Java
false
false
231
java
package com.revature.services.userFeatures; import com.intuit.karate.junit5.Karate; public class ProductSelectRunner { @Karate.Test Karate testProductSelect() { return Karate.run("ProductSelect").relativeTo(getClass()); } }
[ "siddhant_99@hotmail.com" ]
siddhant_99@hotmail.com
a01f8f14dfba124e32378932c6e26a638bbe7070
604ed3d26c3a501383dc0d3a6cd0db756c7cff7e
/mall-coupon/src/main/java/com/cloud/mall/coupon/service/impl/HomeAdvServiceImpl.java
f027dd96f3575b7d0cc677ceee2d8cf360253889
[ "Apache-2.0" ]
permissive
zhengwilken/mall2021
626ad333ed8697aad5dedbec1d90a7c72d40cf20
210f10c90827348000b586389be56ee11a1dbe9d
refs/heads/main
2023-04-03T15:30:23.888106
2021-04-04T14:25:11
2021-04-04T14:25:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
956
java
package com.cloud.mall.coupon.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.cloud....
[ "56677272+2276089666@users.noreply.github.com" ]
56677272+2276089666@users.noreply.github.com
a8f0e5f3059846b7b2d5893f01a7a5a4eea851a9
27df5f2ae2a3f0d2ec2a1672f48fbacdd7efa888
/src/main/java/io/javavrains/springbootstarter/topic/Topic.java
a57e9f59288dc2e82d9aaafd15a00bf56f606245
[]
no_license
nikitarai1511/course-api
db0099f1635b465b6b9de0dbe26bb0946bf72086
cf08265d1414f44e56470767c8a8e9e234dcdfdc
refs/heads/master
2020-05-20T00:17:10.931355
2019-05-06T23:04:47
2019-05-06T23:04:47
185,283,020
0
0
null
null
null
null
UTF-8
Java
false
false
729
java
package io.javavrains.springbootstarter.topic; import javax.persistence.Entity; import javax.persistence.Id; @Entity public class Topic { @Id private String Id; private String name; private String description; public Topic() { } public Topic(String id, String name, String description) { super(); ...
[ "nikitarai1511@gmail.com" ]
nikitarai1511@gmail.com
ba9da2ee7cc5f2001bac035723bcd72fd92b9f34
9343ec1738f22cfae799e8f8bb5af6d482426c0e
/app/src/main/java/com/example/tm18app/viewModels/OtherUserProfileViewModel.java
d11b0243c7cdb91d739a8d9c467d4d4e63f5f7a1
[]
no_license
sebampuero/android
858114e031c8ad92e8d37e11c5b1594b0d8a03c7
cd5421d61680ca3b63ff78c33df80384736dfbea
refs/heads/master
2020-09-16T22:16:50.520961
2020-02-01T13:10:33
2020-02-01T13:10:33
223,902,095
0
0
null
null
null
null
UTF-8
Java
false
false
893
java
package com.example.tm18app.viewModels; import androidx.lifecycle.LiveData; import com.example.tm18app.constants.Constant; import com.example.tm18app.model.User; import com.example.tm18app.repository.UserRepository; /** * {@link androidx.lifecycle.ViewModel} class for other user's profile UI * * @author Sebastian...
[ "sebatorin@hotmail.com" ]
sebatorin@hotmail.com
db145404113bd1cf2958b4cd62c4f7b5bb933bbf
f136701aa16b2cb33f226ea259c2b807c2dea99c
/src/arrays/reverseArray.java
f6f94f9661188c900904a2b8ac68d7931818fe7c
[ "MIT" ]
permissive
everythingProgrammer/Algorithms
4364de3f0c4bc61290e793bc58a44f9a31a1a2b9
1da043f8b194d487b365f3e247fea02e1e370540
refs/heads/main
2023-04-19T15:15:22.341166
2021-05-01T11:58:19
2021-05-01T11:58:19
315,209,392
0
0
null
null
null
null
UTF-8
Java
false
false
233
java
package arrays; /* https://www.geeksforgeeks.org/write-a-program-to-reverse-an-array-or-string/ */ public class reverseArray { /*Iterative way and recursive way * initialize loop from 0 to n-1 and keep reversing * */ }
[ "ranaabhinav50@gmail.com" ]
ranaabhinav50@gmail.com
a7b0b9cf58a852248e287c192ff9772a9931e099
c38b4a165e9d2d2099a4e0be252316f75ddfe242
/src/main/java/com/bootcamp/TP/entities/IndicateurPerformance.java
8704a42182919f624a487949bfdd87d51b842d8d
[]
no_license
kikigith/gestionProjetRest
247a77294a5c43e86f97c1049b323f6d750d52ce
06e8d73e6d1ea7ece50049fc5968ee2e3f259305
refs/heads/master
2021-07-20T05:56:46.714698
2017-10-28T14:05:20
2017-10-28T14:05:20
107,785,023
0
0
null
null
null
null
UTF-8
Java
false
false
1,563
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.bootcamp.TP.entities; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.En...
[ "aremou1010@gmail.com" ]
aremou1010@gmail.com
d2259905a4238806c6b6a4c1f5e5fdc51e811a11
a472f2bbc57cfa8c07775434e950e3560707d924
/projeto/src/servers/FileServerClientSocket.java
e17cca95af1aa35ded27b92f9cb297bf4fdee449
[]
no_license
luizmoitinho/sistema-distribuido-arquivos
b13c66a194b665043d5dc6a82ae99f47b8ed26ca
4201d394b9a2fadcb76b051e70207f737a9b7c56
refs/heads/master
2023-07-02T02:49:16.864435
2021-07-17T03:23:36
2021-07-17T03:23:36
386,824,537
1
2
null
null
null
null
UTF-8
Java
false
false
1,674
java
package servers; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.net.Socket; import java.nio.file.Path; import java.nio.file.Paths; public class FileServerClientSocket...
[ "luizcarlos_costam@hotmail.com" ]
luizcarlos_costam@hotmail.com
9a08da59ecd3dce77ea409f541b73d1058878345
8f322f02a54dd5e012f901874a4e34c5a70f5775
/src/main/java/PTUCharacterCreator/Moves/Spike_Cannon.java
d6073c2c5480ebdd5db1d6b69c2de0a43d2020b6
[]
no_license
BMorgan460/PTUCharacterCreator
3514a4040eb264dec69aee90d95614cb83cb53d8
e55f159587f2cb8d6d7b456e706f910ba5707b14
refs/heads/main
2023-05-05T08:26:04.277356
2021-05-13T22:11:25
2021-05-13T22:11:25
348,419,608
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package PTUCharacterCreator.Moves; import PTUCharacterCreator.Move; public class Spike_Cannon extends Move { { name = "Spike Cannon"; effect = "--"; damageBase = 3; mDamageBase = 3; AC = 4; frequency = "EOT"; range = "6, 1 Target, Five Strike"; type = "Normal"; category = "Physical"; } public Spike...
[ "alaskablake460@gmail.com" ]
alaskablake460@gmail.com
f5b7c4cb4ec8fb074d5a165998fa9e541945d524
63ada9cff94f06a3131972a3f4f360d9fca95d7b
/BDD/src/test/java/com/epam/szte/bdd/runner/CucumberRunnerTest.java
6a7e1fe26a952eeaec2b8267162e851b57ab79f1
[]
no_license
Norbi1986/szte_university_bdd
42955b9122e7b5bbe32818e647e2052f9acf250e
0ff2552846dc68df47fb040fe0536300dcbee98f
refs/heads/master
2022-05-05T08:19:23.870683
2022-03-26T12:31:25
2022-03-26T12:31:25
177,166,426
0
0
null
2021-03-23T22:26:03
2019-03-22T15:34:54
Java
UTF-8
Java
false
false
447
java
package com.epam.szte.bdd.runner; import org.junit.runner.RunWith; import io.cucumber.junit.Cucumber; import io.cucumber.junit.CucumberOptions; @RunWith(Cucumber.class) @CucumberOptions( features = {"src/test/resources/features"}, glue = {"com.epam.szte.bdd.hooks", "com.epam.szte.bdd.steps"}, plugin = {"html...
[ "norbert_fabian@epam.com" ]
norbert_fabian@epam.com
98a96f590bab0816f8d855ffb6de41dea18d82f2
6722478e2f6ffc34f4f17ac658e65e72840d2ded
/src/main/java/com/tnt/beer/order/repository/BeerOrderRepository.java
67c2411a91dd52154e2567cad5682b29047650f6
[]
no_license
somnath46/tnt-beer-order-service
a2d7a9946fccd585c7f8f212c504a839d6c176d2
363189d7c0a00f755cfb6e34c6451a1c69b76cf9
refs/heads/master
2022-12-27T19:46:04.421726
2020-10-10T15:10:58
2020-10-10T15:10:58
292,618,945
0
0
null
null
null
null
UTF-8
Java
false
false
788
java
package com.tnt.beer.order.repository; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Lock; import com.tnt.beer.order.domain.BeerOrder; import com.tnt.beer.order....
[ "4684.somnath@gmail.com" ]
4684.somnath@gmail.com
47f7e98ce6ab5b4ebcb1117d3a334947d051bad1
a8577246f305a4b62c04661b20280daf3eeebc7e
/src/main/java/com/cherrysoft/bugtracker/service/dto/PasswordChangeDTO.java
e6f78a7051931b81a4bb3affd96509cbb5f73def
[]
no_license
UKirsche/BugTrackerJHipster
317e4b04ead500964c5dd60aabc8e5706152c734
7adc1016cb87822291797dfae9a0eae7c221637d
refs/heads/master
2022-12-21T22:11:15.985835
2019-07-25T11:45:45
2019-07-25T11:45:45
198,821,978
0
1
null
2022-12-16T05:02:33
2019-07-25T11:52:47
Java
UTF-8
Java
false
false
869
java
package com.cherrysoft.bugtracker.service.dto; /** * A DTO representing a password change required data - current and new password. */ public class PasswordChangeDTO { private String currentPassword; private String newPassword; public PasswordChangeDTO() { // Empty constructor needed for Jackson...
[ "ukirschenmann@gmx.de" ]
ukirschenmann@gmx.de
d23fbabd20ddd81aacf7ae9f13ca4f25843bd061
fbd8937cb8a8f83390b4ee94ca29724dc5699735
/src/main/java/com/example/d2z/entity/DataConsole.java
650b3fbe58ad34275f1d7e86cde83ae875507440
[]
no_license
rafikahamed/JpdGlobalService
681f1056c9d1bec31a0ab286a310d15e168840b7
70483827fb40bbd9ef8179f996364a6844853834
refs/heads/master
2020-03-26T19:54:33.906465
2019-01-14T04:17:08
2019-01-14T04:17:08
145,292,705
0
0
null
null
null
null
UTF-8
Java
false
false
3,990
java
package com.example.d2z.entity; import java.io.Serializable; import javax.persistence.*; import java.math.BigDecimal; import java.util.Date; /** * The persistent class for the data_console database table. * */ @Entity @Table(name="data_console") @NamedQuery(name="DataConsole.findAll", query="SELECT d FROM DataCo...
[ "“rahameda@paypal.com git config --global user.email “rahameda@paypal.com" ]
“rahameda@paypal.com git config --global user.email “rahameda@paypal.com
cb6ad58a09555367df1ebbe444628fac20615a38
6a21ee4d759e1e224fe1c402368094423c7c77af
/pmp-domain/src/main/java/com/shenxin/core/control/Enum/StatisticalGradEnum.java
595665a974ddfc6f74acf9958605248500d25024
[]
no_license
baozong-gao/bjui_control_template-
19edff3cbdddd316db3a68fbd9b0680df7696311
9ebe4436b2b7c80a36f7499ad634658e12ad2c3f
refs/heads/master
2021-08-31T17:38:41.621556
2017-12-22T08:05:59
2017-12-22T08:05:59
115,091,944
0
0
null
null
null
null
UTF-8
Java
false
false
590
java
package com.shenxin.core.control.Enum; import java.util.Calendar; //0:日 , 1:月 ,2:all(所有) public enum StatisticalGradEnum { DAY(0,"当天"),MONTH(1,"当月"),ALL(2,"全部"); private int grad; private Calendar time; private String legendName; StatisticalGradEnum(int grad,String legendName){ this.grad = grad; this.l...
[ "gaobaozong@77pay.com.cn" ]
gaobaozong@77pay.com.cn
abb1df0400bc6d44f616dd5dca392d3a740fe26a
722d4949660a79e9a58acb887e42908f418996d5
/zookeeper-action/src/main/java/com/chenxi/zookeeper/basic/zkclient/WriteData.java
4ec4005c136068ffe2fcbbf05d2466a29776f7c1
[]
no_license
chenxi-zhao/frameworks4j-maven
2e896c96008c2a12c1b80b863f10693552237357
0b36f5471698014e8063050ac193692abf93e3b5
refs/heads/master
2021-09-20T22:29:30.165580
2018-04-17T08:20:10
2018-04-17T08:20:10
82,508,655
0
0
null
2021-08-09T20:49:07
2017-02-20T02:35:44
JavaScript
UTF-8
Java
false
false
454
java
package com.chenxi.zookeeper.basic.zkclient; import org.I0Itec.zkclient.ZkClient; import org.I0Itec.zkclient.serialize.SerializableSerializer; public class WriteData { public static void main(String[] args) { ZkClient zc = new ZkClient("192.168.208.128:2181",10000,10000,new SerializableSerializer()); System.out...
[ "zhaochx1@yonyou.com" ]
zhaochx1@yonyou.com
15399474d4ea3a66f8f833966b235f9b61743ccb
bd0d51c6c6e88d39cbf38b7eeb9059632afe5161
/cars/src/main/java/com/lgz/cras/service/impl/UserServiceImpl.java
f353ce1fdb807c026bf6db448f9efb922b7753ab
[]
no_license
18168215586/zhou
c381d869bba85868ce5193a77a124f000f324e89
ce91f4720813dc87998c327a7ff12e092c924554
refs/heads/master
2022-12-24T00:32:15.633181
2019-06-14T09:09:24
2019-06-14T09:09:24
188,986,175
0
0
null
2022-12-16T07:13:59
2019-05-28T08:22:43
HTML
UTF-8
Java
false
false
2,953
java
package com.lgz.cras.service.impl; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.lgz.cras.mapper.UserMapper; import com.lgz.cras.pojo.User; import com.lgz.cras.service.UserService; import com.lgz.cras.util.MD5Util; import com.lgz.cras.util.MyUtils; import com.lgz.cras.util....
[ "592058790@qq.com" ]
592058790@qq.com
1881d84870f5592d7991a0d5963fa5d0975b8ba2
875055e950b13244a6c624e13c2a9feb227f6695
/src/com/wyh/pattern/Customer.java
ee3c1042f117bd11bed53b39f5eb25eeb40c17bc
[]
no_license
wyhuiii/ChainOfResponsibility
e60d67cf32875c087601c1b7354c9eb3b580f102
7887d60a1c8b758f40055c4d42f42dec28450a0e
refs/heads/master
2020-06-16T06:42:50.910394
2019-07-06T09:38:45
2019-07-06T09:38:45
195,504,827
0
0
null
null
null
null
UTF-8
Java
false
false
655
java
package com.wyh.pattern; /** * <p>Title: Customer</p> * <p>Description: 客户实体 * 属性:想要申请的折扣 * 方法:向审批人提出申请(客户不关心该申请经过了哪些级别,也不关心最后由谁批准了) * </p> * @author wyh * @date Jul 6, 2019 */ public class Customer { private float discount; public void setDiscount(float discount) { this.discount = discount; } //在传入审批人...
[ "wyhuii@126.com" ]
wyhuii@126.com
a841eebcf906834fd8e36f7557f03511103dd15e
cd602223060180939d6eb2a02729f1bfa35a4fa5
/app/src/main/java/com/chunsun/redenvelope/app/MainApplication.java
c6a3de38b686b7d72df3834fb4bdb2fdfe47846d
[]
no_license
himon/ChunSunRE
25c351ea2385b9c7c0ef494e5604a09fa315c07e
44cfdec4ad97eaecc9913f48dcec278aba84f963
refs/heads/master
2021-01-18T22:09:20.095786
2016-04-28T14:25:01
2016-04-28T14:25:01
41,711,612
3
0
null
null
null
null
UTF-8
Java
false
false
11,610
java
package com.chunsun.redenvelope.app; import android.app.Application; import android.app.Service; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.os.Build; import android.os.Vibrator; import android.telephony...
[ "258798596@qq.com" ]
258798596@qq.com
bd24bb293fc7b4f8f36a4a4b8625fb9862dff5f4
724dc8749fa3879be920934da8da4427ba2e8dea
/src/main/java/cn/edu/zzia/bookstore/service/IPrivilegeService.java
fdd6b707202903282a8d0d5cbef8e05f3edd73fb
[]
no_license
wangkai93/bookstore
af808a9725c8c47498b4e47c4db9b9a32966ad25
292d87ed014b0609f258e5c5fc19e825c4c54ac4
refs/heads/master
2020-05-24T23:21:19.448852
2017-03-20T07:00:28
2017-03-20T07:00:28
84,890,049
0
0
null
null
null
null
UTF-8
Java
false
false
602
java
package cn.edu.zzia.bookstore.service; import java.util.List; import cn.edu.zzia.bookstore.domain.Page; import cn.edu.zzia.bookstore.domain.Privilege; public interface IPrivilegeService { public static final String SERVICE_NAME = "cn.edu.zzia.bookstore.service.impl.PrivilegeServiceImpl"; /** * 分页查找权限信息 * @p...
[ "carterwang@izmkh.com" ]
carterwang@izmkh.com
4e084d345eb273119b56f8ba70719c1d64065fc7
4353ca274ab5a587af3856d78fdfcba7d0b44bbb
/javatest/src/main/java/com/netty/Share/ReplyMsg.java
72b50454f68e389e9cfaedb4d68f80b0decd9475
[]
no_license
JackDong520/AndroidAppPro
e6aa165f2d9056dc2a311e0abb1c60f363ded3c7
9599a129210174417d88135490b33cbb1c2b767d
refs/heads/master
2022-01-17T06:04:01.774566
2019-07-23T07:33:57
2019-07-23T07:33:57
198,377,403
0
0
null
null
null
null
UTF-8
Java
false
false
351
java
package com.netty.Share; /** * Created by yaozb on 15-4-11. */ public class ReplyMsg extends BaseMsg { public ReplyMsg() { super(); setType(MsgType.REPLY); } private ReplyBody body; public ReplyBody getBody() { return body; } public void setBody(ReplyBody body) { ...
[ "724083996@qq.com" ]
724083996@qq.com
0b810595b21eefc410b2a52c851314b895a19829
db9dabca10a859af1930ce9aad733352502b4177
/app/src/main/java/com/centaurs/tmdbapp/util/NetworkConnectionUtil.java
dfdb3afdc79ac3191b2811f6033e0f92bc3b1730
[]
no_license
zaharij/TMDBApp
4ae4c4181ef4de78745fd72cf5332a0e09d899c1
edd07e14ed7e36389af9b832b4035de11755e08a
refs/heads/master
2021-08-19T21:54:31.312337
2017-11-13T13:45:07
2017-11-13T13:45:07
105,163,524
0
0
null
2017-11-13T13:45:57
2017-09-28T15:09:17
Java
UTF-8
Java
false
false
732
java
package com.centaurs.tmdbapp.util; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import javax.inject.Singleton; @Singleton public class NetworkConnectionUtil { private Context context; public NetworkConnectionUtil(Context context){ this.conte...
[ "zahar.yastrub@gmail.com" ]
zahar.yastrub@gmail.com
d25f9b6dc9c431990cecab4b4f05a0a124689b8d
d9d9d635f25c68cdfe28ee8bd21082b5975f2f61
/review_java/src/main/java/com/unknown/base/io/Practice.java
aed8c685d5b8c2a5f1405e0ca508c89f3a23c7b7
[]
no_license
ArchangelLiang/myHelloWorldProjects
f87b96f29a5b39367e7fb84671612f8bb81b7125
290cb82b417a695c514dfa360d9967400729b8e7
refs/heads/master
2022-12-26T07:03:15.478125
2020-01-30T11:24:58
2020-01-30T11:24:58
235,990,443
0
0
null
2022-12-16T14:52:36
2020-01-24T11:27:50
Java
UTF-8
Java
false
false
1,333
java
package com.unknown.base.io; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.HashMap; public class Practice { public static void main(String[] args) { File file = new File("review_jdbc\\test_io\\zio.txt"); FileReader read = null; HashMap<Strin...
[ "2320322504@qq.com" ]
2320322504@qq.com
19564ccd3386dbbfcea9328bbba9db60bc6cb586
e6f0df9c2e1f2d5eb020f75e160bd358933c923b
/homework7-car-database/src/main/java/com/springcourse/homework7cardatabase/model/Car.java
6673e3acfdfd28ecbd4f0dd82566284bbf0aa9f4
[]
no_license
marcinPluciennik/akademia-springa
6decb1a911bb60d7cd108aec2cf0939e08e583ac
8aca9b5a06d88f93ab55a6cc2b460d5657d48ba3
refs/heads/master
2023-04-02T02:50:42.228744
2021-04-15T12:15:39
2021-04-15T12:15:39
309,067,902
0
0
null
null
null
null
UTF-8
Java
false
false
1,259
java
package com.springcourse.homework7cardatabase.model; public class Car { private long carId; private String mark; private String model; private String color; private int year; public Car(long carId, String mark, String model, String color, int year) { this.carId = carId; this.mark = mark; thi...
[ "marcinpluciennik76@gmail.com" ]
marcinpluciennik76@gmail.com
890de590f0b9b47002a586690f7652d824a5fb7c
7f300f813bc38d625e48ce03f7b695064a0bd116
/BBDJPA/src/javax/persistence/Entity.java
80521fc6cf3f8e36e14f5f88741d90b447465565
[ "Apache-2.0" ]
permissive
microneering/BBD
7c55c462d6df755d08b26c979051012b5ae74d5a
ead95375216eeab07be30d396eff136033603302
refs/heads/master
2020-03-26T22:38:55.753264
2018-09-01T05:02:40
2018-09-01T05:02:40
145,476,582
0
0
null
null
null
null
UTF-8
Java
false
false
343
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package javax.persistence; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * * @author James Gamber */ @Retention(RetentionPolicy.RUNTIME) public @interface Entity { Stri...
[ "MP2E@archlinux.us" ]
MP2E@archlinux.us
5c6110bd12e1a896581d9c46ad02a74545ca6e40
4f085cb2d1f56fb4b01a03efb13e4b36821e50b2
/src/main/java/ChefScheduler.java
34e1ea4bdde63b49afa3463ab9a21823db85bb65
[]
no_license
SankulGarg/Competetive
ed3b9351515bcc71b019a61ab99b438dc8371cd0
b9dcb4abd5d6b790cd90ca67865cd794f0a3df25
refs/heads/main
2023-07-27T11:36:57.896517
2021-09-09T10:22:55
2021-09-09T10:22:55
352,002,005
0
0
null
null
null
null
UTF-8
Java
false
false
2,380
java
import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.stream.Collectors; final public class ChefScheduler { public static ...
[ "sankulgarg93@gmail.com" ]
sankulgarg93@gmail.com
6ee9d8b3ab4e5957d20b3aa9128ae1eedb51731a
dd32e80952925832b417c5fb291d6b4c7c8e714d
/materialList/src/main/java/com/dexafree/materialList/view/WelcomeCardItemView.java
d573eaa3c0af0c692fb53a4aa6e76196c31b20e5
[]
no_license
giovannicolonna/PRIMETIME4U-client
eb7f0a6e502a1958d82edf6cbb1e89b2f421e62a
a55d4fa2bfc4187d4640745e9880afb35b28f330
refs/heads/master
2021-01-23T06:50:23.271083
2015-04-30T10:29:11
2015-04-30T10:29:11
27,669,519
0
1
null
null
null
null
UTF-8
Java
false
false
3,814
java
package com.dexafree.materialList.view; import android.content.Context; import android.graphics.PorterDuff; import android.os.Build; import android.support.v7.widget.CardView; import android.support.v7.widget.MyRoundRectDrawableWithShadow; import android.util.AttributeSet; import android.util.Log; import android.view....
[ "gc240790@gmail.com" ]
gc240790@gmail.com
61e5970820fbf813ee445402d41e6875b0fad23c
dc916f0e5579abfb4d6602d35f3d14cf459d3f6c
/src/main/java/com/volunteer/utils/ExcelUtil.java
3cd816ebde87a97d1e964e2dd6324b2830bd6ddb
[]
no_license
TOmANDJerryz/volunteer
a51264c7836b61b6b2746a6a6a363e64950ab847
ed9fa1aeb7c97d8de4bd6c3a8f4fa9158e41a6ec
refs/heads/master
2020-04-25T01:58:31.517153
2019-02-25T03:35:34
2019-02-25T03:35:34
172,423,811
1
0
null
null
null
null
UTF-8
Java
false
false
9,674
java
package com.volunteer.utils; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.hssf.util.HSSFColor; import org.apache.poi.ss.usermodel.IndexedColors; import org.apache.poi.ss.util.CellRangeAddress; import javax.servlet.http.HttpServletResponse; import java.io.FileOutputStream; import java.io.IOException; ...
[ "243661038@qq.com" ]
243661038@qq.com
cd221f09d206e8b70a14799a9de2e0d0c897c5f2
f1198aee5a975bed23255cf82120904bbd8c07ba
/src/test/java/seedu/address/testutil/DatabaseBuilder.java
a3046e7e3aa0fc4283f907199ed48f25cba2070e
[ "MIT" ]
permissive
duyson98/addressbook-level4
5201865b52d078155feedcf43b222f50dd27e884
2844c79056d7dc4eeca66cf6de01b0cc070bec92
refs/heads/master
2021-09-06T20:19:10.621167
2017-11-20T02:57:31
2017-11-20T02:57:31
105,089,282
0
0
null
2017-09-28T01:48:56
2017-09-28T01:48:56
null
UTF-8
Java
false
false
1,030
java
//@@author cqhchan package seedu.address.testutil; import seedu.address.model.Database; import seedu.address.model.account.ReadOnlyAccount; import seedu.address.model.account.exceptions.DuplicateAccountException; /** * */ public class DatabaseBuilder { private Database database; public DatabaseBuilder() { ...
[ "cqhchan@gmail.com" ]
cqhchan@gmail.com
c85701054bf552566ff6b75b9e94b0789e45e041
a1e49f5edd122b211bace752b5fb1bd5c970696b
/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/xml/AutowireWithExclusionTests.java
7c979316666fbfbe276f7e9e63422bc13926702b
[ "Apache-2.0" ]
permissive
savster97/springframework-3.0.5
4f86467e2456e5e0652de9f846f0eaefc3214cfa
34cffc70e25233ed97e2ddd24265ea20f5f88957
refs/heads/master
2020-04-26T08:48:34.978350
2019-01-22T14:45:38
2019-01-22T14:45:38
173,434,995
0
0
Apache-2.0
2019-03-02T10:37:13
2019-03-02T10:37:12
null
UTF-8
Java
false
false
7,613
java
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "taibi@sonar-scheduler.rd.tut.fi" ]
taibi@sonar-scheduler.rd.tut.fi
e0aab5b314621afb0b7f03a3cc97a8a4789aa92e
1c6ad7fb063db2ae20a0accf1d95857ed766f6d2
/src/main/java/com/zxx/demorepository/test/intercept/annotation/CryptField.java
e0e0fb8816690860f5f9c8af77e45ce763a1afb6
[]
no_license
kamjin1996/DemoRepository
b7857cd98871ccfb05dca69092babe99093d5b54
a87680a6710897f39ebfb7b50f03e2062508be70
refs/heads/master
2023-04-07T02:26:31.684768
2022-12-06T06:46:40
2022-12-06T06:46:40
156,940,034
0
0
null
2023-03-27T22:22:16
2018-11-10T02:29:12
Java
UTF-8
Java
false
false
338
java
package com.zxx.demorepository.test.intercept.annotation; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD}) public @interface CryptField { String value() default ""; boolean encrypt() default true; boolean decrypt(...
[ "tuosen@tsign.cn" ]
tuosen@tsign.cn
8382257ca580dc90546606dab3b2feb84f9d02fa
27835b326965575e47e91e7089b918b642a91247
/src/by/it/malishevskiy/jd01_02/Test_jd01_02.java
2b159efae6081f8abe841d108f30dfc034fe4b66
[]
no_license
s-karpovich/JD2018-11-13
c3bc03dc6268d52fd8372641b12c341aa3a3e11f
5f5be48cb1619810950a629c47e46d186bf1ad93
refs/heads/master
2020-04-07T19:54:15.964875
2019-04-01T00:37:29
2019-04-01T00:37:29
158,667,895
2
0
null
2018-11-22T08:40:16
2018-11-22T08:40:16
null
UTF-8
Java
false
false
18,071
java
package by.it.malishevskiy.jd01_02; import org.junit.Test; import java.io.*; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.Arrays; import static org.junit.Assert.*; @SuppressWarnings("all") //поставьте курсор на следующую строку и нажмите Ctrl+Shift+F10 public class Test_jd01...
[ "3zhenia@mail.ru" ]
3zhenia@mail.ru
04e5fec2162b07e460ac27f81b59e6c3fade69ba
fcd28e246e059e5305ee89931ce7d81edddf8057
/camera/java/camera/logevent_notReadyToTakeImageDataReaderHelper.java
8509bad1f79f815d9fcf26138f200670e6ae84d9
[]
no_license
lsst-ts/ts_sal_runtime
56e396cb42f1204595f9bcdb3a2538007c0befc6
ae918e6f2b73f2ed7a8201bf3a79aca8fb5b36ef
refs/heads/main
2021-12-21T02:40:37.628618
2017-09-14T18:06:48
2017-09-14T18:06:49
145,469,981
0
0
null
null
null
null
UTF-8
Java
false
false
991
java
package camera; import org.opensplice.dds.dcps.Utilities; public final class logevent_notReadyToTakeImageDataReaderHelper { public static camera.logevent_notReadyToTakeImageDataReader narrow(java.lang.Object obj) { if (obj == null) { return null; } else if (obj instanceof camera.l...
[ "DMills@lsst.org" ]
DMills@lsst.org
6e9a7dcd96e33cb235c1e055cfac3cefb9209142
173b64b558857daba1f5f11b6f779aaeb1638e71
/src/main/java/ru/butakov/survey/domain/User.java
9af016a97398272c49df9b35c18cb56b757967df
[]
no_license
mello1984/survey
e9aaad582d05908c4f5c4790a1f5cbe5dcf46caf
25f8c30a36cd05761661380769af5300b83684a4
refs/heads/master
2023-06-19T05:46:59.017689
2021-07-07T09:32:56
2021-07-07T09:32:56
378,266,460
0
0
null
null
null
null
UTF-8
Java
false
false
236
java
package ru.butakov.survey.domain; import lombok.*; import lombok.experimental.FieldDefaults; @Data @NoArgsConstructor @AllArgsConstructor @Builder @FieldDefaults(level = AccessLevel.PRIVATE) public class User { String username; }
[ "abutakov84@gmail.com" ]
abutakov84@gmail.com
c673366a04faecab1f2be6e3ae5d20b3bc878051
760f940c21d77760dbe6ead3f504a3246b8c68cf
/app/src/main/java/com/hrsst/housekeeper/mvp/sdcard/SDCardActivity.java
e336ab77a200c7e008f2c4e392487a0a21cbe217
[]
no_license
vidylin/HouseKeeper
441bb888c3c5576a427a45730773fc70121b7d38
c8524253f587d528a2ee9c54ec84730208971b74
refs/heads/master
2020-12-24T12:13:42.487428
2016-12-20T09:40:43
2016-12-20T09:40:43
73,064,440
1
1
null
null
null
null
UTF-8
Java
false
false
12,519
java
package com.hrsst.housekeeper.mvp.sdcard; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.View;...
[ "1098986730@qq.com" ]
1098986730@qq.com
fb84fed979c900a0f518d5e798b4611a7ccee1d9
a157f0f34ed886bfc9f25454814ef164062f7498
/nodecore-ucp/src/main/java/nodecore/api/ucp/commands/server/MiningSubscribe.java
e631b0b05077dd0ef2b047998ea1497c0f22c3b0
[ "MIT" ]
permissive
xagau/nodecore
d49ea1e6f4835d2fad39d547dfa119cd98240b3c
282f03b4296e71432b183bdfb38d066bc0f575e0
refs/heads/master
2022-12-11T08:28:23.312115
2020-02-24T19:30:18
2020-02-24T19:30:18
257,342,239
0
0
NOASSERTION
2020-04-20T16:35:11
2020-04-20T16:35:10
null
UTF-8
Java
false
false
2,937
java
// VeriBlock NodeCore // Copyright 2017-2019 Xenios SEZC // All rights reserved. // https://www.veriblock.org // Distributed under the MIT software license, see the accompanying // file LICENSE or http://www.opensource.org/licenses/mit-license.php. package nodecore.api.ucp.commands.server; import com.google.gson.Gson;...
[ "JoshuaRack@gmail.com" ]
JoshuaRack@gmail.com
cf171dafeacfbc637330e91536fbe387705e4707
472d7820a5f5d9d5ab2ec150eab0c9bdeb2008c7
/Aries/Sodi/dis/disEnumerations/EntityAppearancePlatformPowerPlantStatusField_1.java
871663be0230ac7180c48936a7eae299f0690670
[]
no_license
slacker247/GPDA
1ad5ebe0bea4528d9a3472d3c34580648ffb670e
fa9006d0877a691f1ddffe88799c844a3e8a669a
refs/heads/master
2022-10-08T07:39:09.786313
2020-06-10T22:22:58
2020-06-10T22:22:58
105,063,261
2
0
null
null
null
null
UTF-8
Java
false
false
4,372
java
/* File: EntityAppearancePlatformPowerPlantStatusField.java CVS Info: $Id$ Compiler: jdk 1.2.2 */ package disEnumerations; import mil.navy.nps.dis.*; import mil.navy.nps.util.*; /** * Entity Appearance Platform Power-Plant Status Field -- Describes the power-plant status of a platform *@version 1.1 *@au...
[ "jeffmac710@gmail.com" ]
jeffmac710@gmail.com
4ca90d62144219a7bdd88ddb0bed3e3b841fdad8
fca85957a02111c5313ca7acb6b6e6c7a26749ed
/src/main/java/pers/jess/template/common/util/StringRandomUtil.java
671dcb2d991fd9d8767cec0b4668bc1a621611b0
[]
no_license
beginsto/jxwx
8bb0b466c6ceb5eb67c5946b547e055567be5b35
9db169a845c15755bf89364de6c566d5f9495f3a
refs/heads/master
2021-09-09T05:27:35.213588
2018-03-14T00:55:59
2018-03-14T00:55:59
125,134,303
0
0
null
null
null
null
UTF-8
Java
false
false
2,593
java
package pers.jess.template.common.util; import java.util.Random; public class StringRandomUtil { private static Random random = new Random(); /** * 随机 纯数字字符串 * @param length 自定义长度 * @return */ public static String numberRandom(int length){ String val = ""; for(int i ...
[ "920227252@qq.com" ]
920227252@qq.com
4de6cb8677e6aa83d722db8a4567a49031e52a21
5eb95c43cdcb69c1c048d66c68cacd14189c8471
/broker-plugins/amqp-0-10-protocol/src/test/java/org/apache/qpid/server/protocol/v0_10/WindowCreditManagerTest.java
a285558ffb6737f6b1a0d876b59e339210a1a710
[ "Apache-2.0", "MIT" ]
permissive
moazbaghdadi/qpid-java-old
eae07c3d7f0e50ef155d195d1ac849224a6352db
b266b647c8525d531b1dfbacd56757977dacd38b
refs/heads/master
2021-01-20T08:37:29.177233
2017-05-03T15:38:07
2017-05-03T15:38:07
90,167,309
0
1
null
null
null
null
UTF-8
Java
false
false
4,310
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"); y...
[ "moazbaghdadi@gmail.com" ]
moazbaghdadi@gmail.com
801e63ccf3894f7fcf2b2c4f4dae591d23dd72c8
1547cb466b4888e5ab7c70020f3f3bac66cb7d0b
/target/.generated/com/google/gwt/editor/client/adapters/TakesValueEditor_com_puglieseweb_test_trms_shared_domain_TaxiOptions_RequestFactoryEditorDelegate.java
f643690d220dda5ac0bc23af0127cc82ffaa28ff
[]
no_license
puglieseweb/TaxiRankMS
2a1b3c10fcc20b6f268eb7fd769e6b09618ad77c
d0c64fb2a141e3170bc713d7045c2c3aa2179252
refs/heads/master
2020-04-10T11:55:35.279594
2011-03-15T13:14:58
2011-03-15T13:14:58
1,482,697
0
0
null
null
null
null
UTF-8
Java
false
false
1,373
java
package com.google.gwt.editor.client.adapters; public class TakesValueEditor_com_puglieseweb_test_trms_shared_domain_TaxiOptions_RequestFactoryEditorDelegate extends com.google.gwt.requestfactory.client.impl.RequestFactoryEditorDelegate { private com.google.gwt.editor.client.adapters.TakesValueEditor editor; prote...
[ "puglieseweb@gmail.com" ]
puglieseweb@gmail.com
ff2d4e816349be248f9e504eda471a17c995ab20
4de7d01600423e57ac446d3d04f6762f61381576
/Java_05/src/com/biz/control/For_05.java
0d410e14b2f91824bd01e89fc3b35e1cbb333ec0
[]
no_license
smskit726/Biz_506_2020_05_Java
332112b3bbe762726c7f27e5334d9f69d7c738c9
0a45a6f3d0eee9f0635828321bf9a1573506126e
refs/heads/master
2022-12-08T11:57:24.082378
2020-09-04T05:57:37
2020-09-04T05:57:37
265,504,163
0
0
null
null
null
null
UTF-8
Java
false
false
2,199
java
package com.biz.control; public class For_05 { public static void main(String[] args) { int num = 0; int sum = 0; for(;;) { num++; sum+=num; //sum = sum + num 의 축약형 명령문 if(num >= 10) { break; } } System.out.println("결과 : " + sum); sum = 0; num = 0; for(;;) { num+...
[ "smskit726@gmail.com" ]
smskit726@gmail.com
6537d0b6179b9d4882bf4da8feae3658fb36a1c7
e3dc5dd135b3f1a2be1130e97292eea14bb904e7
/src/JavaOOP/Lesson2/encapsulation/_1_without_encapsulation/Person.java
ae9f92df6fa14781c32ba426587a856e75e9b8cd
[]
no_license
AnatoliyDeveloper/JavaProg
51fd1d626d2e0879542905ffa88c548cdef48308
daa7e335471451f9b55a99de79cb29f13c01f4c0
refs/heads/master
2020-07-30T20:28:11.918200
2016-11-19T11:01:49
2016-11-19T11:01:57
73,621,142
0
0
null
null
null
null
UTF-8
Java
false
false
169
java
package ua.kiev.prog.javaoop.encapsulation._1_without_encapsulation; /** * @author Bohdan Vanchuhov */ public class Person { String name; // field int age; }
[ "sheroryaru@gmail.com" ]
sheroryaru@gmail.com
9574394507dbe50ce14b13d660c74d8dee69065c
2bf18f00081f9701d45313e205251bb93c291bff
/src/main/java/com/mateusz/project/domain/BookDto.java
b77f94aaf60e69b9b8ba66526afbbece65f4b4fb
[]
no_license
MateuszKupiec/project
9d0839e8ffb454093671fd535c347aa3ce422357
0a653c92595b09044daa7ccbf359738b4a3b1cac
refs/heads/master
2023-08-13T00:25:48.356457
2021-10-12T16:37:50
2021-10-12T16:37:50
416,009,105
0
0
null
null
null
null
UTF-8
Java
false
false
567
java
package com.mateusz.project.domain; public class BookDto { private String title; private String author; public BookDto(String title, String author) { this.title = title; this.author = author; } BookDto() { } public String getTitle() { return title; } pub...
[ "mateusz.kupiec.pl@gmail.com" ]
mateusz.kupiec.pl@gmail.com
5876e2f75dd3307322fa93b0f7352ff20836b43e
f6df9ef80940c3c51688f924cb3d0a6697a88aa6
/JavaProgrammingSpring2019/src/PracticeForAll/Apple.java
270673088ac474c11d16cc52abfc5de3deb5b2ce
[]
no_license
habibisrafilov/java_programming-Spring-2019
7441ba321eeb9abb99afd244561eb8510ceb86f5
79a05275e96f0b6afe9543b88f3e7c76b31de632
refs/heads/master
2020-05-31T20:20:23.099790
2019-06-05T21:52:52
2019-06-05T21:52:52
190,473,456
0
0
null
null
null
null
UTF-8
Java
false
false
212
java
package PracticeForAll; public class Apple extends Shopping { public String shopping(String item , int price) { String word = item; int number = price; return word+" "+number; } }
[ "habib84@mail.ru" ]
habib84@mail.ru
1710bf43f1ccff0c11f1fe38ea4f4121de1bf4bb
e634177d6b3c3ae3830925ba82625c7d12c20bdf
/springcloud-02-shopping-common/src/main/java/com/springcloud/entity/Class1.java
5b19054fb28bc4907178444518d0ab1e20a5ec79
[]
no_license
qfmx/shopping-admin
40a51e426cc7a54811a5f2ef80a0a624efdfe587
9b3dfbc19f8505e4e2da7f22b8ec66a4e6328fb1
refs/heads/master
2022-06-28T08:23:04.518998
2019-06-28T07:24:17
2019-06-28T07:24:17
192,259,547
1
0
null
2022-06-17T02:16:15
2019-06-17T02:11:49
Java
UTF-8
Java
false
false
707
java
package com.springcloud.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * CLASS1表对应的实体类,用于保存表中一行一级类别信息 * @author Ya * */ @Data @NoArgsConstructor @AllArgsConstructor public class Class1 implements java.io.Serializable{ /** * 序列化编号 */ priv...
[ "1125438556@qq.com" ]
1125438556@qq.com
0baa072ee47ab7b92215007a2195576d9cf467f7
f578d80a43fc03d5328b14cf69d067263f06722d
/src/DAO/dao.java
b5c02261b100c6607dd7640652ad09f7c98e6731
[]
no_license
AnggaraAng/Library-App
fe540ad02a92661af3cf7b1342466a24a1c919dd
7d15114fd4a82ed5db79f8dc1a7acb2e1d129f6f
refs/heads/master
2022-10-17T03:29:20.757234
2020-06-19T06:34:42
2020-06-19T06:34:42
273,422,028
0
0
null
null
null
null
UTF-8
Java
false
false
5,536
java
package DAO; import ENTITAS.entitas; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; public class dao {...
[ "anggianggarajr@gmail.com" ]
anggianggarajr@gmail.com
9b7efde516a04f248243f179817023c1a46c8932
40fffc37c379a71c47e45a10f1884ca0b81a4184
/TellMe/app/src/main/java/com/kutztown/tellme/DisplayGuestMain.java
0d596edbfe6181af23279c9784f1eb05d8cf5710
[]
no_license
zkern870/TellMe
32f7ec4b350fc75ea1b7ed84f4bca8d2c40b489b
b1f30b3cfb1ce784281a6d8abb4ba452acc54b72
refs/heads/master
2021-01-10T01:46:41.147060
2016-02-09T00:23:25
2016-02-09T00:23:25
50,141,363
0
1
null
2016-01-22T02:33:55
2016-01-21T22:34:09
null
UTF-8
Java
false
false
1,203
java
package com.kutztown.tellme; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; public cl...
[ "zkern870@live.kutztown.edu" ]
zkern870@live.kutztown.edu
96da45eb029d9bd2dddf0592cd601c9d285134cf
c0dd3ad8a2bda1b8e070d00a15006584e82730bb
/Web-Automation/src/com/sgtesting/testscripts/Assign7.java
abec1f54201b3ab22cfc9e03e60227503163ee25
[]
no_license
RAKESHSHARMAJ/TestAutomation
59d147d59ab82aa69ba29977601c5e95416d15a8
c169a9adb1312926932505be3bdfbbbcedc2d6d5
refs/heads/master
2023-08-25T20:00:37.481851
2021-11-05T16:59:50
2021-11-05T16:59:50
425,008,059
0
0
null
null
null
null
UTF-8
Java
false
false
5,672
java
package com.sgtesting.testscripts; import java.time.Duration; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Assign7 { public static WebDriver oBrowser=null; public static void main(String[] args) { launchBrowser(); navigate()...
[ "sharmadevilliers@gmail.com" ]
sharmadevilliers@gmail.com
2db2df83f43921498b83dc395de39e60803a686f
8f4788ac46f7628509478a3dc7099058ae70d07a
/org-netbeans-api-visualfx/src/test/java/test/lod/LevelOfDetailsTest.java
8f33fe15594d42c5cde42bd97bfed407d061fc7f
[]
no_license
theanuradha/visual-library-fx
8cc29d066f06ad4073b5db91b98bca46587c7683
03b40eca1d7e3d57eeda3dc7a59cc2e936d4a942
refs/heads/master
2021-06-24T05:42:44.100965
2020-10-30T11:01:41
2020-10-30T11:01:41
90,547,495
12
1
null
2020-10-30T11:01:42
2017-05-07T16:50:24
Java
UTF-8
Java
false
false
3,637
java
/* * The contents of this file are subject to the terms of the Common Development * and Distribution License (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at http://www.netbeans.org/cddl.html * or http://www.netbeans.org/cddl.txt. * * ...
[ "theanuradha@gmail.com" ]
theanuradha@gmail.com
1771ecd210e9feb1b21e37b8d472d1e2d595445b
47d0c52d8a73baf2271ec281160c575293821506
/Uebung3_2/src/uebung3_1/Server.java
bc4b1b4b2f55118e416f8370a3da53c1e5c14695
[]
no_license
xchrx/VS2018
54631d4071d4fc5342ea11e67e94cf144b80ef18
e5c57e81cc1213547f75d36f58a6aed64ead4c6f
refs/heads/master
2020-03-19T10:02:00.146512
2018-06-20T15:21:56
2018-06-20T15:21:56
136,337,506
0
0
null
null
null
null
UTF-8
Java
false
false
1,330
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 uebung3_1; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamRe...
[ "Christianjuenger93@gmail.com" ]
Christianjuenger93@gmail.com
9d9647e85ef93e16c4fd58901d9a8f6e28910f95
a9f5b738e2f61019ff13d4c854a1b7b2acf0dc90
/test6/src/main/java/test1/DetailController.java
03a8d8887fd33a0a18a2c0279983209f2e167008
[]
no_license
Duy-Phuong/SPRING-MVC
7ba5f18cef2d4c759f21b58a6695f8875f513ee2
6cc2fe39bf26c2df33734a6ec3a9ccd1a34ccd13
refs/heads/master
2020-03-09T08:36:11.470753
2018-05-17T02:00:50
2018-05-17T02:00:50
128,693,083
0
0
null
null
null
null
UTF-8
Java
false
false
701
java
package test1; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.b...
[ "tranduyphuong20100@gmail.com" ]
tranduyphuong20100@gmail.com
536bb02a1dae21bc76fa8c7ca0ae1e4f6df9054f
ec3c9056ab5e1c8697a996a7fb57baed3a090bfb
/e3-item-web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/commons/header_jsp.java
ec7b81a97236f0451b2c862a6bcb0761ebe9370c
[]
no_license
lhsjohn/e3mall
7192c682aeff983425361b4cf8068103f2d5f6cb
2582c5abecf11b4e0445c39d33bbb8d871ec3015
refs/heads/master
2020-03-27T04:29:46.579862
2018-08-24T05:58:45
2018-08-24T05:58:45
145,945,218
1
0
null
null
null
null
UTF-8
Java
false
false
6,599
java
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.47 * Generated at: 2018-08-23 07:42:02 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
[ "33946278+lhsjohn@users.noreply.github.com" ]
33946278+lhsjohn@users.noreply.github.com
6440318cac9f2c8a51128ca9fd9abeda3d15fdc4
7c58036ce3281636a98ca0c2c449985498e40cfc
/Serialize/Person.java
12bb8a73f1db7284230fe3950d9ef04a7bee27cf
[]
no_license
SweeneyWEI/Test
150e33a18f530243754001bf5e92d2b460080c5d
0a6cfd485d38e5706af8871ef54e317e0270ad95
refs/heads/master
2021-01-20T12:16:21.456365
2017-10-07T12:49:03
2017-10-07T12:49:03
101,706,342
0
0
null
null
null
null
UTF-8
Java
false
false
751
java
package org.Test.Serialize; import java.io.Serializable; /** * Created by weixin on 17-7-30. */ public class Person implements Serializable{ private String name; private String sex; private int age; private int Snumber; public int getSnumber() { return Snumber; } public void se...
[ "1154416503@qq.com" ]
1154416503@qq.com
b39dc7f709083264645a493529467de107307dbe
6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386
/google/cloud/metastore/v1/google-cloud-metastore-v1-java/proto-google-cloud-metastore-v1-java/src/main/java/com/google/cloud/metastore/v1/DeleteBackupRequest.java
529c39e248a1ef3eaf2b2b281cc4630339c93b66
[ "Apache-2.0" ]
permissive
oltoco/googleapis-gen
bf40cfad61b4217aca07068bd4922a86e3bbd2d5
00ca50bdde80906d6f62314ef4f7630b8cdb6e15
refs/heads/master
2023-07-17T22:11:47.848185
2021-08-29T20:39:47
2021-08-29T20:39:47
null
0
0
null
null
null
null
UTF-8
Java
false
true
30,534
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/metastore/v1/metastore.proto package com.google.cloud.metastore.v1; /** * <pre> * Request message for [DataprocMetastore.DeleteBackup][google.cloud.metastore.v1.DataprocMetastore.DeleteBackup]. * </pre> * * Protobuf type {@code g...
[ "bazel-bot-development[bot]@users.noreply.github.com" ]
bazel-bot-development[bot]@users.noreply.github.com
26b9a78f84f26520e0c40462b4cf7ad85bd28cf0
84745d0ad0fdeb70957eacf45c84271c20ebecdc
/HashMapsAndHeaps/FindUniqueElement.java
e90a87c0775fdbfb06efdf92ceda13b19a8efe7d
[]
no_license
AnandKshitij/Java-Codes
1f6c39c882161c360ce9bb5e149311fd4b23696b
f5ca324efd01d214e45c3646c8e878ec7eab99b7
refs/heads/main
2023-01-07T04:51:07.031104
2020-11-05T10:05:01
2020-11-05T10:05:01
310,256,830
0
0
null
null
null
null
UTF-8
Java
false
false
1,227
java
package HashMapsAndHeaps; /* 1. You will be given an Array and its length. 2. You will also be given k, the number of times each element repeats in that array, except ONE element. 3. You need to find that ONE unique element, which does not repeat and return it 4. Input and output is handled for you 5. It is a function...
[ "kshitijanand0512@gmail.com" ]
kshitijanand0512@gmail.com
c1d4eaf9a389e1c18032c94e4d7bc510fca032cd
5dc459ebd5fa612e9c5c8cefdc470eabb77d5641
/src/main/java/com/sforce/soap/partner/fault/ObjectFactory.java
06a792929d43125955351248eeccddfe5ff361eb
[]
no_license
jsuarez-chipiron/audit-trail-extractor
65e043fe6e420aab5fa3c2786d74c21b6e68b218
ff62b5e1da0189e19d016a0598d2bb10f8d31566
refs/heads/master
2021-01-22T03:40:32.930145
2017-05-25T10:54:05
2017-05-25T10:54:05
92,394,046
2
0
null
null
null
null
UTF-8
Java
false
false
8,658
java
package com.sforce.soap.partner.fault; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * ge...
[ "jsuarez@salesforce.com" ]
jsuarez@salesforce.com
453ba4805d4adc5e1a518270c2cf85974b8460fe
114d7cfd55f487b2038344e65a28d47c107b98d5
/src/main/java/cl/awakelab/stsproj/controller/HomeController.java
a99973c7cf0882fb8f1896bfab4a817e7ddbec66
[]
no_license
bguzmanm/stsproj
7656cbf6bee6c14c9d2c6703fff2c6fb8f5ce895
1587fd6932b1aec74d06c24e53bdcaffae6ebdbd
refs/heads/main
2023-07-18T11:15:01.286948
2021-08-26T13:58:07
2021-08-26T13:58:07
397,983,389
0
0
null
null
null
null
UTF-8
Java
false
false
2,025
java
package cl.awakelab.stsproj.controller; import java.util.Map; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.MatrixVariable; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotatio...
[ "brian.guzman@gmail.com" ]
brian.guzman@gmail.com
1fa1c9728c16dcd28d6898060b2675dfe1d6a754
29423f34238795c607a5ecd9de8acad6c5aef583
/src/test/java/hackathon/epam/selfcoop/customwebdrivers/WebDriverWrapper.java
a70d9e2fc3aa2a81902ac1a3a4477373a9e6c042
[ "MIT" ]
permissive
itev4n7/self-coop-hackathon
98d60fde200814bdb46ecefd79eb3dfd8de74155
2d80f031d6b29cfb13e1d6158475bc25a0c9963f
refs/heads/main
2023-08-24T17:23:13.001825
2021-09-19T06:20:32
2021-09-19T06:20:32
407,802,163
1
0
null
null
null
null
UTF-8
Java
false
false
416
java
package hackathon.epam.selfcoop.customwebdrivers; import org.openqa.selenium.WebDriver; public class WebDriverWrapper { private static final ThreadLocal<WebDriver> driver = new ThreadLocal<>(); private WebDriverWrapper() {} public static void setDriver(WebDriver customDriver) { driver.set(custo...
[ "alexeykvasovn7@gmail.com" ]
alexeykvasovn7@gmail.com
132ec1d733a45fb9b9c38b7246264875b19c9bec
88b3628394c545c30e00c23402a4c05449d73cf2
/javaConcurrentInPractice/src/main/java/net/jcip/examples/_11_performanceAndScalability/WorkerThread.java
cf03075d8c4033753e6941a812a4c3493fadc5a7
[]
no_license
cyhbyw/ProjectA
42d61d1696978606592a9ec4e9fb17988fe6c2cd
688c62460e5b828618fbe9b346d1f2cba5f1b4b8
refs/heads/master
2022-07-26T13:07:27.971783
2021-03-26T02:09:09
2021-03-26T02:09:09
119,479,548
1
2
null
2022-06-29T17:02:51
2018-01-30T03:54:37
Java
UTF-8
Java
false
false
668
java
package net.jcip.examples._11_performanceAndScalability; import java.util.concurrent.BlockingQueue; /** * WorkerThread * <p/> * Serialized access to a task queue * * @author Brian Goetz and Tim Peierls */ public class WorkerThread extends Thread { private final BlockingQueue<Runnable> queue; public W...
[ "swust2009cyh@qq.com" ]
swust2009cyh@qq.com
600b87b465197b81d6ff85b5a9a18a1f6d8c4e48
45b3284b991a219633feadff255b915cf0570ae4
/src/runJava/ch04/Ch04Ex09.java
1651a2d3f2fd42c79fac4e9517c3ad50f4f1cb25
[]
no_license
tkillman/runJava
26dc1194a349a7f2801166f3d0dd541a2902bc9b
1525048977220137898fc856c92167507e32914f
refs/heads/master
2022-12-21T04:50:50.943107
2020-09-20T14:02:55
2020-09-20T14:02:55
276,281,167
0
0
null
null
null
null
UHC
Java
false
false
566
java
package runJava.ch04; public class Ch04Ex09 { //*****do while문******* public static void main(String[] args) { int total =0; int i=1; do{ total+=i; i++; //그냥 while문이었다면 i가 1보다 크지 않기 때문에 반복문이 실행되지 않지만 //do while문이기 때문에 반복문이 한번 실행되고 i값이 2가 되면서 //반복문이 실행된다. }while(i>1 && i<10); S...
[ "timekillman@gmail.com" ]
timekillman@gmail.com
8e90f3d436a931ebf01eab73dae0dcc519200f55
bbc40cd27dba2d138fe0f9b56becaaa36cc0272f
/springboot-test/src/test/java/com/busekylin/springboottest/ContextTest.java
2831ca7c0f42fa0c384bdf7ebe88031881f4804e
[]
no_license
zhaoleigege/spring-boot
9ec548f8f7dd7aaac0fa070b58ab3c26d655845c
47c0b6abd0322bea7954451aeea194f466d1f1b9
refs/heads/master
2020-04-12T18:07:14.758042
2019-03-21T10:08:34
2019-03-21T10:08:34
162,669,926
3
0
null
null
null
null
UTF-8
Java
false
false
973
java
package com.busekylin.springboottest; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.context.SpringBootTest; import org.sprin...
[ "1608233137@qq.com" ]
1608233137@qq.com
945953aa988e3470b14a78766c2512d318febe9d
cd4052964b0cecd0439ceae60f76db3bd05b0587
/Task 3/Additional tasks/Task6.java
25f00ec052358ab0fc1342e8f82751e046908e78
[]
no_license
olia0303/JAVA-Test-Automation
f9c9604ba3d018570418229407bd957423783dd3
02ae11991fa3ecb76586e510c780617a7f8a2c14
refs/heads/master
2020-04-19T05:54:42.420720
2019-03-30T19:47:02
2019-03-30T19:49:59
168,002,640
0
0
null
null
null
null
WINDOWS-1251
Java
false
false
894
java
package start; import java.util.Scanner; public class Task6 { public static void main(String[] args) { // пройти по массиву и поменять местами каждые 2 соседних элемента System.out.print("Введите размер массива: "); Scanner scan = new Scanner(System.in); int size_mas = scan.nextInt(); int[] mas = new int[s...
[ "39465668+olia0303@users.noreply.github.com" ]
39465668+olia0303@users.noreply.github.com
d77bc1a28f65984141c04e8b17c35d05d9856852
cd4165438fc5399810da3c9e596c34197c56b8b2
/SpringRestfulWebServices/src/main/java/org/springRestful/services/CountryService.java
633e39ebd0337227af8c22bb79a7fdf05e98452d
[]
no_license
SweetFudge/SpringRestfulWebServices-Example
c266e8d970eaa69c95fb17e901a2ff1dc320c985
4824fb859051943b500c07bef908e2413229b2a3
refs/heads/master
2021-07-24T11:03:59.986794
2017-11-04T20:56:45
2017-11-04T20:56:45
109,529,380
0
0
null
null
null
null
UTF-8
Java
false
false
1,649
java
package org.springRestful.services; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; import org.springRestful.beans.Country; public class CountryService { private static List<Country> countries; public CountryService() { if(countr...
[ "adria@DESKTOP-T14FNQ4.home" ]
adria@DESKTOP-T14FNQ4.home
7b98757aa51e148248f959d83bf2838d43ff9fee
21ed1fb22cabc0c69d463e0acfaec3dc4ec7c180
/src/test/java/com/desilva/record/DayRangeRecordCustomCollectorTest.java
fed346240cfc06f819d8daba9fb467cb74eb40bd
[]
no_license
stevedesilva/addressBook
1f2f6b9d1115478e6d8305a087d3abb3d49a7fd4
47105ad27cf39525242bae3a64f774aeb8908f40
refs/heads/master
2021-01-18T18:01:10.298187
2017-03-31T16:15:32
2017-03-31T16:15:32
86,836,660
0
0
null
null
null
null
UTF-8
Java
false
false
6,120
java
package com.desilva.record; import org.junit.Test; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.function.BiConsumer; import java.util.function.Function; import java.util.function.Supplier; import java.util.stream.Collector; import static com.desilva.record.DayRangeRecordCust...
[ "steve.desilva@nexusalpha.com" ]
steve.desilva@nexusalpha.com
b175970604d3d139df820043a2a57538ffbae0bd
86335cbec1af4aac99b5fe23631f88f9f884ecba
/src/main/java/com/example/catalogue/catalogueservice/service/impl/ManufacturerServiceImpl.java
cc00fcbd4412963491f8a223c9d1f27cd22a5466
[]
no_license
Hydropumpon/catalogue-service
579900b846d2c43b7585f1fd00fc0fac2376186d
dcd334e4169c422553ffef3f1d0307885012e7c3
refs/heads/master
2020-12-26T09:03:37.337614
2020-02-22T14:53:14
2020-02-22T14:53:14
237,457,907
0
0
null
null
null
null
UTF-8
Java
false
false
3,801
java
package com.example.catalogue.catalogueservice.service.impl; import com.example.catalogue.catalogueservice.entity.Manufacturer; import com.example.catalogue.catalogueservice.exception.ErrorMessage; import com.example.catalogue.catalogueservice.exception.NotFoundException; import com.example.catalogue.catalogueservice....
[ "shirokov.aleksander@gmail.com" ]
shirokov.aleksander@gmail.com
1cb9c169a82ceb1205fd803d0924ee0aeefe948e
213c6fd61f9aa2426c2b669f0fca646e407a0b35
/src/core/se/jbee/inject/Typed.java
18e5bbf2c5f1358f8b5faf3a7aaf68aad968a111
[ "Apache-2.0" ]
permissive
CurtainDog/silk
d332e365c635d4f8369e191da49eb4bf7dd298f7
ae08ff6a5bfffe7e9461c4228b2f8f0d3bc79333
refs/heads/master
2021-01-21T00:36:18.609993
2013-03-10T11:09:18
2013-03-10T11:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
530
java
/* * Copyright (c) 2012, Jan Bernitt * * Licensed under the Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0 */ package se.jbee.inject; /** * <i>Has a {@link Type}, is typed</i>. * * @author Jan Bernitt (jan@jbee.se) * * @param <T> * The actual type ({@link Class}) ...
[ "jan.bernitt@gmx.de" ]
jan.bernitt@gmx.de
fd9ade85f51f7a45bf5693e74ca3506fe54663f2
cfaff18751b2b1712b554c04572a7b3175971a37
/Pratice 1/src/AdditionArray.java
d4526ca914d76dc72034fcf3f0f9dddc8d3d4493
[]
no_license
ArangMaa/Mani-Code
651cc334598348f3c37cb922b6754a97f69bc981
3f2ff487c10e8b6c5b4476a5c4114c4fcf46c6aa
refs/heads/master
2023-06-04T23:29:17.449090
2021-06-21T16:19:47
2021-06-21T16:19:47
378,984,831
0
0
null
null
null
null
UTF-8
Java
false
false
687
java
public class AdditionArray { public static void main(String[] args) { int [] a=new int [5]; { for(int i=0; i<a.length;i++){// 1st approach to print all the values System.out.println(i); } } boolean []b= new boolean [3]; { for(boolean bb:b){// second approach to print all the val...
[ "MANITA@DESKTOP-LMJT05L" ]
MANITA@DESKTOP-LMJT05L
b4f2f1cab9a04ee766fed247bedc5f2f7f7ceb34
560268487348149621b6c44f67ad0652276cf5fb
/src/java/billservlet/.svn/text-base/Err.java.svn-base
e0d2e109b30e663c2d6a659a9bf50df1ac126de1
[]
no_license
ruchijindal/OnlineDMS
8e2bdf577d75eecfc231f2cb426d6d20b84deb60
0965e9dbcb4a0cf10d13bf0c29790b8a1071dd46
refs/heads/master
2021-01-18T17:25:41.579283
2013-05-19T12:14:19
2013-05-19T12:14:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
23,989
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package billservlet; import com.itextpdf.text.Document; import com.itextpdf.text.DocumentException; import com.itextpdf.text.Element; import com.itextpdf.text.Paragraph; import com.itextpdf.text.Rectangle; import com.it...
[ "ruchi@knoldus.com" ]
ruchi@knoldus.com
0f02056e9eda3967f097d4da3a3c8de4508450c8
b0f3e88423fe84d4d6966b7351cf741e1659bfc8
/src/c17/NorthwindServlet.java
6cb7f3b799d5e68cde5094346192efd04167e68a
[]
no_license
zhaoxiaoer/csj
4a9381aa52565387a5c32c31777b515319e7ebcc
6f6c8ff889720df690810d2547bdcc86f39b4f9c
refs/heads/master
2020-03-24T22:38:11.961170
2018-10-15T00:31:16
2018-10-15T00:31:16
143,095,425
0
0
null
null
null
null
UTF-8
Java
false
false
2,115
java
package c17; import java.io.*; import java.sql.*; import javax.servlet.*; import javax.servlet.http.*; import util.ServletUtilities; public class NorthwindServlet extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.se...
[ "445774833@qq.com" ]
445774833@qq.com
909ff46ff5dff546a41c6db50e3aaa5253550508
3670a40842738cca302cf7093385db87c8245a9e
/com.nickfirsov.composite_config_plugin/src/com/nickfirsov/composite_config_plugin/LaunchConfigUtils.java
080b78ec51e0e62a24b4f118750de70504872579
[]
no_license
NFirsov/Common_Java
e8d2a89967c9eca02378333b24b43a975d1491df
44e200204ab4b6f881144148458d98885a687b26
refs/heads/master
2021-01-16T00:05:01.561347
2016-09-18T21:30:53
2016-09-18T21:30:53
68,548,010
0
0
null
null
null
null
UTF-8
Java
false
false
1,901
java
package com.nickfirsov.composite_config_plugin; import java.util.ArrayList; import java.util.List; import org.eclipse.core.runtime.CoreException; import org.eclipse.debug.core.ILaunchConfiguration; import org.eclipse.debug.core.ILaunchConfigurationType; import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy; i...
[ "nickfirsov@gmail.com" ]
nickfirsov@gmail.com
10040cfd8e47962f568e420ce27ab9eab318b8dc
4d8aa9979d99d0fad6a384b15c62a54bea0404c8
/app/src/main/java/com/pubnub/sarath/ssw/ui/login/LoginActivity.java
21c96efe0e821945c22fc5069ec609853a0ba035
[]
no_license
sarathpathan/projectSSW
2c6b1be7b9cd72a795a3e0b048a2a5f213fb2f16
2aa88863a449ce2a2fe4d42fcc519b62bdcc5fc7
refs/heads/master
2021-01-05T10:15:11.655097
2020-02-17T00:27:02
2020-02-17T00:27:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,227
java
package com.pubnub.sarath.ssw.ui.login; import android.app.Activity; import androidx.lifecycle.Observer; import androidx.lifecycle.ViewModelProviders; import android.content.Intent; import android.os.Bundle; import androidx.annotation.Nullable; import androidx.annotation.StringRes; import androidx.appcompat.app.AppCom...
[ "bharath.psc@gmail.com" ]
bharath.psc@gmail.com
530f4d592a69557adc139406730b4adb4d73cce0
9c5e10ba39daafd864d52260ea4f98ef5a93fd98
/Algorithms/GeekForGeeks/src/com/christy/arrays/LeftRotateByDPositions.java
d35c04951376a1ac5fbaf415a36b14c03afa4098
[]
no_license
christyjohn/practice
817b1214233224daa6260e5c762ca2b6fce2bc87
60bdcb8e58b3c346df83837fb6ec0cfc7e807a5c
refs/heads/master
2023-04-29T00:50:49.137042
2022-05-16T06:57:45
2022-05-16T06:57:45
95,289,669
0
2
null
2023-04-18T16:54:33
2017-06-24T10:00:02
Java
UTF-8
Java
false
false
1,079
java
package com.christy.arrays; import java.util.Arrays; public class LeftRotateByDPositions { public static void main(String[] args) { int[] arr = { 2, 3, 5, 7, 9 }; int[] arr2 = { 2, 3, 5, 7, 9, 10, 13, 15 }; int d = 3; System.out.println("Array before rotating: " + Arrays.toString(arr)); rotateLeft(arr, ...
[ "christyjohn.crz@gmail.com" ]
christyjohn.crz@gmail.com
a0b243489d949a89e5284a1f14ea5f3efc2676c2
e3935418d2d8426f418f5732dd7448c82fae5ff5
/src/crazyrun/Car.java
7042713435b21b1dcb8d7f2e1b091b894a73410a
[]
no_license
hosseini-sajad/crazy-run
6d9cc2c0b74052c1972f646ba40ab5eee182e779
a356391a348de8bade0da0b896727fd5fbdc7d8d
refs/heads/master
2020-03-13T05:35:33.445189
2018-06-21T15:46:16
2018-06-21T15:46:16
130,987,349
0
1
null
null
null
null
UTF-8
Java
false
false
2,433
java
package crazyrun; import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.Rectangle; import java.net.URL; import javax.swing.ImageIcon; public class Car { private double x; private int y; private int width; private int height; private int xSpeedLeft = 10; priva...
[ "hosseni_sajjad@yahoo.com" ]
hosseni_sajjad@yahoo.com
b72e81aacb1b5cadd89bcf976dafe01715eb7b42
6ba3c8a23348423934c0d7c1173a31f720b40074
/pms/pms-module/pms-core/src/main/java/priv/yzwbblan/pms/base/util/MD5Util.java
e0ae90f8bd4a35e77f3e159e08f210b25d0414d4
[ "Apache-2.0" ]
permissive
ZG0nn71/pms
cdecb2dede68da03018909f66e34b32c373baa14
874e6c3b2c9f818d1ccfe10a0e2dfb8cf50c8f2d
refs/heads/master
2023-05-02T19:51:58.425892
2021-05-26T07:15:53
2021-05-26T07:15:53
363,602,672
1
0
null
null
null
null
UTF-8
Java
false
false
1,122
java
package priv.yzwbblan.pms.base.util; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /** * MD5加密类(封装jdk自带的md5加密方法) * * @author fengshuonan * @date 2016年12月2日 下午4:14:22 */ public class MD5Util { public static String encrypt(String source) { return encodeMd5(source.g...
[ "tanxiu19956@126.com" ]
tanxiu19956@126.com
4b6ac87f4f849ce705429f37a63d57ef2222141b
46e5b636da0580a6d7eddd10538ce507f30bee6c
/portalpack.portlets.genericportlets/src/main/java/org/netbeans/modules/portalpack/portlets/genericportlets/ddapi/impl/PortletXmlHelper.java
ead4a02f07b6a5dfce959b8135da20e81aa7871d
[ "Apache-2.0" ]
permissive
timboudreau/netbeans-contrib
b96c700768cca0932a0e2350362352352b3b91f6
f1e67dbd0f5c6ae596bd9754b5b1ba22cfe8cb8e
refs/heads/master
2023-01-25T00:36:37.680959
2023-01-06T06:07:09
2023-01-06T06:07:09
141,208,493
4
2
NOASSERTION
2022-09-01T22:50:24
2018-07-17T00:13:23
Java
UTF-8
Java
false
false
21,684
java
/* * The contents of this file are subject to the terms of the Common Development * and Distribution License (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at http://www.netbeans.org/cddl.html * or http://www.netbeans.org/cddl.txt. * ...
[ "satyaranjan@netbeans.org" ]
satyaranjan@netbeans.org
93a3b4fb89198ad592bbd7e72bd05455e7ec1c97
a422de59c29d077c512d66b538ff17d179cc077a
/hsxt/hsxt-access/hsxt-access-web/hsxt-access-web-mcs/src/main/java/com/gy/hsxt/access/web/mcs/services/systemmanage/OperatorService.java
89ac208352c8b1297afe1ffa8bc7ca033be062d4
[]
no_license
liveqmock/hsxt
c554e4ebfd891e4cc3d57e920d8a79ecc020b4dd
40bb7a1fe5c22cb5b4f1d700e5d16371a3a74c04
refs/heads/master
2020-03-28T14:09:31.939168
2018-09-12T10:20:46
2018-09-12T10:20:46
148,461,898
0
0
null
2018-09-12T10:19:11
2018-09-12T10:19:10
null
UTF-8
Java
false
false
2,315
java
/* * Copyright (c) 2015-2018 SHENZHEN GUIYI SCIENCE AND TECHNOLOGY DEVELOP CO., LTD. All rights reserved. * * 注意:本内容仅限于深圳市归一科技研发有限公司内部传阅,禁止外泄以及用于其他的商业目的 */ package com.gy.hsxt.access.web.mcs.services.systemmanage; import java.util.List; import java.util.Map; import com.gy.hsxt.access.web.bean.MCSBase; import com.gy....
[ "864201042@qq.com" ]
864201042@qq.com
2d0ef578c1695d161ee3631412e6961a1646776c
6ab6106a023a7f485a9ea1ca37db3fb79ed2e36b
/xremoting-core/src/test/java/com/googlecode/xremoting/core/test/CoolService.java
b52329b87051e20e34d67c48fe4d1c1fedf8be59
[ "Apache-2.0" ]
permissive
rpuch/xremoting
b17de05533327bf4e316f82f276d057fc7e4c790
ddae4ee8c7c03f27794e700b19ca841c87d9ee64
refs/heads/master
2023-04-08T21:02:12.802976
2023-03-25T11:23:33
2023-03-25T11:23:33
32,251,973
1
0
Apache-2.0
2022-06-11T08:03:31
2015-03-15T08:58:31
Java
UTF-8
Java
false
false
455
java
package com.googlecode.xremoting.core.test; public class CoolService implements CoolServiceInterface { public String doCoolStuff(String stringArg, Integer integerArg, int intArg, Class<?>[] classArrayArg) { return stringArg + integerArg + intArg + classArrayArg[0].getSimpleName(); } public void throwing() throw...
[ "roman.puchkovskiy@0f6dab97-b9ee-1a6d-9288-fe3b798723e7" ]
roman.puchkovskiy@0f6dab97-b9ee-1a6d-9288-fe3b798723e7
ecab7695f4d7ea697db90556f7160a2017ac2553
4a35eb46507eb8207f634e6dad23762d0aec94df
/project/MapExplore/jMetal-jmetal-5.1/jmetal-exec/src/main/java/org/uma/jmetal/runner/multiobjective/SMPSOMeasuresRunner.java
7611f0bea43e935fd82426d4ed2063346dbf74c1
[]
no_license
fairanswers/fss16joe
8800ad81c60ab06f90b9643bf601c6c2c9a51107
f5dde87038ec5404a6bb2d9a538b2ceef571ac9d
refs/heads/master
2020-05-22T06:44:32.138162
2016-12-07T19:46:54
2016-12-07T19:46:54
65,820,114
2
1
null
null
null
null
UTF-8
Java
false
false
6,638
java
// NSGAIIRunner.java // // Author: // Antonio J. Nebro <antonio@lcc.uma.es> // // Copyright (c) 2014 Antonio J. Nebro // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, eit...
[ "joe@bodkinconsulting.com" ]
joe@bodkinconsulting.com