blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
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
689M
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
131 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
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
b98e39c281886218ea52e136f2bdf59475bf0799
7e5f790fb8af040cbec89c38063c43c7958c0786
/restful-api/src/main/java/com/bokal/restfulapi/payroll/employeeComponent/EmployeeRepository.java
323b20bda926b13ab0188d7a70d0d8ccadf2c01e
[]
no_license
naushad0625/spring-boot-rest-service
4fd37c5475a4a4f0bbb1aff6118ce9c1743e8e50
f4924e71678729ee49bdee40d362ca6d3335df55
refs/heads/master
2022-12-13T18:13:38.440743
2020-08-29T05:53:25
2020-08-29T05:53:25
288,726,608
0
0
null
null
null
null
UTF-8
Java
false
false
199
java
package com.bokal.restfulapi.payroll.employeeComponent; import org.springframework.data.jpa.repository.JpaRepository; public interface EmployeeRepository extends JpaRepository<Employee, Long> { }
[ "naushad.hossain@leads-bd.com" ]
naushad.hossain@leads-bd.com
b74944aa20df52abea9438900262414298072114
059e8e578c49b1ef3337e1b6a16e0f8b01c12a88
/open-falcon4j-common/src/main/java/com/lingchaomin/falcon/common/dao/IDao.java
943917061ff892a1d2f038b7fbeae608a24a9277
[ "Apache-2.0" ]
permissive
yudingchu/open-falcon4j
266fa84f20dc7810760daeceda8ae67862efbfb1
65a0e6476c2d91e070abb32a0e209a1338904543
refs/heads/master
2021-05-04T16:51:44.312356
2017-04-23T07:56:48
2017-04-23T07:56:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
397
java
package com.lingchaomin.falcon.common.dao; import java.util.List; /** * IDao * * @author : lizhong.chen * @version : 1.0 * @since : 16-3-29.下午7:57 */ public interface IDao<T> { Long countAll(); T selectById(Long id); Long insert(T t); Long insertBatch(List<T> list); Long updateById(T t)...
[ "738509878@qq.com" ]
738509878@qq.com
f0a6cb96b9edf49e893e5794017eb3323f6d3501
329990bebabb23ab9e982362b49fac26fb292b61
/gateway/src/main/java/com/mygglo/jhipster/gateway/service/dto/package-info.java
d2da21d8c01ce4a1bb9b13b1ff1c9fdc2c159544
[]
no_license
wassimz/jhipster-labs
44c00b83177f6041ce982233afc454e8ea906e01
fbc1141a66dca32fbbf5c246b7695fcb50546658
refs/heads/master
2021-06-27T12:52:40.419832
2017-08-29T12:21:29
2017-08-29T12:21:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
83
java
/** * Data Transfer Objects. */ package com.mygglo.jhipster.gateway.service.dto;
[ "jgaglo@peopleinput.com" ]
jgaglo@peopleinput.com
5542f6da668e4eb37ad49f29d4ddd9280058cf6f
89a05a8991b13080c84a719a7bb28ce714060530
/SpringBoot-Redis/src/main/java/com/adonai/controller/TestRedisSessionController.java
2c7351c8697ca1353b1062f0bf74a108677698c0
[]
no_license
androidbestis/springbootpro
6d1164176bb6839d4c90ab4ae883ef27390b5248
9de6f55f3709a26da3fe60d98280274a23431a77
refs/heads/master
2020-03-28T20:20:38.878126
2018-09-17T03:03:38
2018-09-17T03:03:38
149,061,409
0
0
null
null
null
null
UTF-8
Java
false
false
1,242
java
package com.adonai.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import javax.servlet.http.HttpSession; import java.util.UUID; /** * 测试Redis Session */ @RestController public class TestRedisSessionController { @Request...
[ "m15871692767@163.com" ]
m15871692767@163.com
0c2d6dd76dd2f65aa02cb192fa92ce4fd51423f5
5b3168a38c718017773df479ece0f8bb4617a823
/JUDDI_TEST/src/Publish.java
d26223f7fc98e86ef3a63b2f959a5a9c2ec738fb
[]
no_license
juyingnan/Java_Workspace
88ded7cfbc3e8071976e2cdde7b98d9c78a203ca
b6e1d82c1b562977689d838057f8230bef8dc62a
refs/heads/master
2020-04-16T07:14:21.210183
2013-05-04T14:30:54
2013-05-04T14:30:54
9,855,114
0
0
null
null
null
null
GB18030
Java
false
false
5,324
java
import java.io.IOException; import junit.framework.Assert; import org.apache.juddi.v3.client.config.UDDIClerkManager; import org.apache.juddi.v3.client.transport.Transport; import org.uddi.api_v3.AccessPoint; import org.uddi.api_v3.AuthToken; import org.uddi.api_v3.BindingTemplate; import org.uddi.api_v3.BindingTemplat...
[ "bunny_gg@hotmail.com" ]
bunny_gg@hotmail.com
684c685361ad7c59dbe9f75dab91cb2aad427bbe
c32657606d799f6d69862de5bea9d3adc094b9ae
/LintCode/TwoDArrayIterator.java
7f1337371abeaf0f04ad388daffbc0ac0349bed5
[]
no_license
SeanQinSolver/X
f2ccb91e11376ce5eab431378cf1cb775de09074
1ab008a3c680ac1866f993e50064cd65d9da2e6b
refs/heads/master
2021-10-25T07:30:59.105949
2019-04-02T16:38:18
2019-04-02T16:38:18
49,651,873
0
0
null
null
null
null
UTF-8
Java
false
false
271
java
public class TwoDArrayIterator { int[][] array; final int[] dx = {1, 0, 0, -1}; final int[] dy = {0, 1, -1, 0}; public TwoDArrayIterator(int[][] array) { this.array = array; } public boolean hasNext() { } public static void main(String[] args) { } }
[ "xiaotiaq@amazon.com" ]
xiaotiaq@amazon.com
0c74eaeeed32955844f6ccfac8226bb62ff4e861
8c234cbd090479e6bde0d1b122f04ca95d067550
/playground/src/main/java/com/huawei/nlz/snippets/playground/trywithresources/package-info.java
2abab23fd244a8aeab883112fcebfdf5f8b9596d
[]
no_license
nju-Nicko/Snippets
04e83078b96a7821cb02eec75570c78383957a33
80082a69459bdd5ae0e90c3b55fda3cdfc3fa529
refs/heads/master
2022-12-22T02:50:38.294885
2020-05-26T07:29:48
2020-05-26T07:29:48
167,773,673
0
0
null
2022-12-16T04:37:18
2019-01-27T05:31:12
Java
UTF-8
Java
false
false
98
java
/** * Java 7 try-with-resources */ package com.huawei.nlz.snippets.playground.trywithresources;
[ "1585288467@qq.com" ]
1585288467@qq.com
e9d9704ab76c9ca7f819eb87a9258d785ab686e2
affb9f880b48504292c8c2785f9ccecb817ca109
/ni/ni.java
9371db8b784dae281d075ff6f9d2cc91df1c68ef
[]
no_license
apribadi/practicum
84c5f2ca023f720e0570155f912774ed814925da
73e7ce4ed565f05aaa9aea3d14a3fe30731912f0
refs/heads/master
2021-01-25T08:43:26.839772
2011-04-04T13:27:25
2011-04-04T13:27:25
496,053
0
0
null
null
null
null
UTF-8
Java
false
false
54
java
class Ni { static void main(String args[]) { } }
[ "apribadi@knuth.cs.hmc.edu" ]
apribadi@knuth.cs.hmc.edu
3f812e1e5aa76e159f4038b89bc428b057ec8016
2d2ef0bd12cdaecb73b261ab69aa50e5d02d0c9b
/src/main/java/th/co/appman/product/dto/ProductDetail.java
14869e92d01695fc91869674bb61bdafd243022c
[ "MIT" ]
permissive
jayz-chaiwat/product-service
aae61d47d6cf1a87f4c3a8fb981ba9fc85e2cbd3
92a5061500fa478eee1576627fe157fc1ea9381e
refs/heads/master
2023-02-20T01:34:07.386109
2020-08-23T05:54:32
2020-08-23T05:54:32
288,622,163
0
0
MIT
2020-09-08T06:54:45
2020-08-19T03:17:29
Java
UTF-8
Java
false
false
297
java
package th.co.appman.product.dto; import lombok.Data; import java.io.Serializable; import java.util.List; @Data public class ProductDetail implements Serializable { private Long id; private String productName; private String productDesc; private List<DetailResponse> details; }
[ "chaiwat.k@appman.co.th" ]
chaiwat.k@appman.co.th
467f1e66a6092198365f969abb2778e1d8f82b9a
4f43015f6949fa1401dd14616e92d8d6dcf0653f
/pet-clinic-data/src/main/java/com/jafton/sfgpetclinic/services/map/VisitMapService.java
1bd8d4ce4ca6088b458f6bbc6846c5bcd4ea7a0e
[]
no_license
Farrukhbek00/sfg-pet-clinic
cb8e08c35f24ad42d84a2a3ab41c43248a8e268f
7ab0e3619136b34123811f5b9946c0c8b92d9718
refs/heads/master
2021-01-03T22:15:48.241568
2020-02-27T10:46:29
2020-02-27T10:46:29
240,256,662
0
0
null
null
null
null
UTF-8
Java
false
false
1,095
java
package com.jafton.sfgpetclinic.services.map; import com.jafton.sfgpetclinic.model.Visit; import com.jafton.sfgpetclinic.services.VisitService; import org.springframework.context.annotation.Profile; import org.springframework.stereotype.Service; import java.util.Set; @Service @Profile({"default", "map"}) public clas...
[ "farruhzokirov00@gmail.com" ]
farruhzokirov00@gmail.com
104a2a5ddace67f874f4b9f05803221616eaaa89
60268810236cfd5fd2257679610fab227b1289ee
/src/main/java/com/atos/customer/service/CustomerService.java
92f53003a64804f1a6ea2856e449ee3e5574e764
[]
no_license
Vlucrecia/Customer
da54f5ea684450e5e710fe841bd5d9a9e4dbe823
5fb75768ffaa03be15cc931e5b900aef8dd3837e
refs/heads/master
2020-03-29T01:41:47.131180
2018-09-19T08:13:03
2018-09-19T08:13:03
149,401,582
0
0
null
null
null
null
UTF-8
Java
false
false
385
java
package com.atos.customer.service; import java.util.List; import com.atos.customer.model.Customer; public interface CustomerService { public Customer addCustomer(Customer customer); public List<Customer> listCustomer(); public void deleteCustomerById(long customerId); public Customer getCustomerById(long cus...
[ "vino.arumai@gmail.com" ]
vino.arumai@gmail.com
bc27a5f3e5e3024d5ad772414d9ebc5f47c64dfe
679a751d8b200e71db15d17f47ce82565d72c89b
/proj_HDP/src/main/java/com/toptal/blog/dao/PartsDao.java
4e2a1fdf54ace62b351f3d08ee842321bf2e6919
[]
no_license
ankitbarfa/DropWizardTest
cb45a05a0e6a785d3a20b1db6459db2a7d5f7762
43d788851c0f8a95b008e44d70fb57a7f9684037
refs/heads/master
2023-01-11T18:22:22.776523
2020-11-10T08:52:44
2020-11-10T08:52:44
311,573,932
0
0
null
null
null
null
UTF-8
Java
false
false
1,061
java
package com.toptal.blog.dao; import java.util.List; import org.skife.jdbi.v2.sqlobject.Bind; import org.skife.jdbi.v2.sqlobject.BindBean; import org.skife.jdbi.v2.sqlobject.SqlQuery; import org.skife.jdbi.v2.sqlobject.SqlUpdate; import org.skife.jdbi.v2.sqlobject.customizers.RegisterMapper; import com.toptal.blog.ma...
[ "ankit.barfa26@gmail.com" ]
ankit.barfa26@gmail.com
3edc2c5e9990bc23cbeb46345d8d54adeef11d78
c11afc8d75306cdf29f766f03c7a001608922685
/src/main/java/com/brewconsulting/masters/FeedSchedules.java
27696044c51b29e269d8f69b74b44ac1f31f285d
[]
no_license
Nazima-Mansuri/clapi
fbd08952a880de6cc09495f4b8f8de754a7eb5d8
692b3934b616ae41f181962586e4733fa7ff42b7
refs/heads/master
2021-08-08T01:42:10.695538
2017-11-09T09:32:08
2017-11-09T09:32:08
110,096,218
0
0
null
null
null
null
UTF-8
Java
false
false
12,728
java
package com.brewconsulting.masters; import com.brewconsulting.DB.masters.Feed; import com.brewconsulting.DB.masters.FeedSchedule; import com.brewconsulting.DB.masters.LoggedInUser; import com.brewconsulting.DB.masters.UserViews; import com.brewconsulting.login.Secured; import com.fasterxml.jackson.databind.JsonNode; i...
[ "ldeveloperl1985@gmail.com" ]
ldeveloperl1985@gmail.com
7599dfba30811fe92239d7d805bca7e7ac2b4558
409889a352248d143b879d6f8078d6ea32f11dc7
/src/main/java/com/haui/demo/models/requests/AdminRq.java
2ea049c2d8aa511f157f55dd513f36ad3f9333e8
[]
no_license
PoGreen/Haui-2021-Dao-A
ecd41ee7def7c73ad9fde814bb467ed42a7175b1
054a39c0a7aaf21811ed91e8c31cba8620f5d6ff
refs/heads/master
2023-03-19T14:56:03.065460
2021-03-08T16:02:12
2021-03-08T16:02:12
345,596,535
0
0
null
2021-03-08T16:04:49
2021-03-08T09:16:02
Java
UTF-8
Java
false
false
1,623
java
package com.haui.demo.models.requests; import com.haui.demo.annotations.PhoneNumber; import javax.validation.constraints.NotBlank; public class AdminRq { @NotBlank private String userName; @NotBlank private String password; @NotBlank private String fullName; @PhoneNumber private Strin...
[ "trandaogrey@gmail.com" ]
trandaogrey@gmail.com
1b686ff5600d81783d99f0caab8d174595a81954
bb2c908667eaaa48916f2fb3d754905adcd6f66c
/src/main/java/com/accenture/abts/spring/controllers/GraderController.java
da7ef094a519e28530dbc8922161c39cc7b2cce3
[]
no_license
xottabi4/accenture-bootcamp-test-system
d5d382645f64b95d8e5b4613e697d1be9f8ca49f
cb55bad6b926223ad5e0b618cfa899a46de296b4
refs/heads/master
2020-12-24T11:17:10.965238
2016-07-11T13:50:10
2016-07-11T13:50:10
62,226,225
1
1
null
null
null
null
UTF-8
Java
false
false
1,372
java
package com.accenture.abts.spring.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springfr...
[ "arturs.anohins@gmail.com" ]
arturs.anohins@gmail.com
5addaa00fe4f10ff4123f878259897dfe1a0d081
ad0f1fdab63041e791a5eab5cc9734ebe0c86d5d
/src/main/java/com/imooc/sell/handle/ExceptionHandle.java
1357dbf2d1e77a7278faa34c819b8409e8bf7503
[]
no_license
Grayson-liuz/sell
fef9fa294796789bba955dcb83737aaa73f93e5b
5067f41e19a65e2a808e1b0d2aee8a3d92a3c0de
refs/heads/master
2021-08-15T04:00:12.007099
2017-11-17T09:30:10
2017-11-17T09:30:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
831
java
package com.imooc.sell.handle; import com.imooc.sell.dataobject.Result; import com.imooc.sell.exception.SellException; import com.imooc.sell.utils.ResultUtil; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web...
[ "strive_xz@163.com" ]
strive_xz@163.com
72d4312f82b08ce1382bf78d3dfa9ef6dfdfb1a3
2e76ff4c030c796e17740484f3badf573ae1397b
/chpl/chpl-service/src/test/java/gov/healthit/chpl/TestingUsers.java
8e92c85709ec1563029a2805bba9d8755f5fd9f1
[ "BSD-3-Clause", "BSD-2-Clause-Views" ]
permissive
drbgfc/chpl-api
3cb1e7d2af0aa54ee0ee8905d5fd2f7f9ffe4ce9
01a6c2efccb4f7eb180c8b92209d168158c30b9f
refs/heads/master
2021-07-22T04:57:42.778692
2020-06-15T17:14:37
2020-06-15T17:14:37
200,303,146
0
0
NOASSERTION
2020-04-17T13:14:02
2019-08-02T22:06:44
Java
UTF-8
Java
false
false
4,049
java
package gov.healthit.chpl; import org.mockito.Mockito; import org.springframework.security.core.context.SecurityContextHolder; import gov.healthit.chpl.auth.permission.GrantedPermission; import gov.healthit.chpl.auth.user.JWTAuthenticatedUser; import gov.healthit.chpl.permissions.ResourcePermissions; public class Te...
[ "noreply@github.com" ]
drbgfc.noreply@github.com
205423dab4633729715890cffb2e6ca19e017005
030d15ce96a72a4915ccf7f26e94cf310c7ec05b
/app/build/generated/source/r/debug/com/google/android/gms/appstate/R.java
1e6a091b7643c314c2f7a506218b71365e357c04
[]
no_license
sushiliu/AugmentedMap
96a62a6136528deabea079fdb7d9033e8d809d60
7f5ce1fc477bf6d10f6341811c3d1733465dacf4
refs/heads/master
2021-01-22T05:15:17.397291
2015-04-17T09:48:09
2015-04-17T09:48:09
34,106,379
0
0
null
null
null
null
UTF-8
Java
false
false
15,078
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.google.android.gms.appstate; public final class R { public static final class attr { public static final int adSize = 0x7f0...
[ "sushi@ZiqiLIUs-MacBook-Pro.local" ]
sushi@ZiqiLIUs-MacBook-Pro.local
ca119e9c4773d58a517ef85f2a457509032c1009
58d9997a806407a09c14aa0b567e57d486b282d4
/com/planet_ink/coffee_mud/Commands/AutoInvoke.java
c8a75957d1be6361e7b2663c0a8c677c00c523dc
[ "Apache-2.0" ]
permissive
kudos72/DBZCoffeeMud
553bc8619a3542fce710ba43bac01144148fe2ed
19a3a7439fcb0e06e25490e19e795394da1df490
refs/heads/master
2021-01-10T07:57:01.862867
2016-03-17T23:04:25
2016-03-17T23:04:25
39,215,834
0
0
null
null
null
null
UTF-8
Java
false
false
6,557
java
package com.planet_ink.coffee_mud.Commands; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_in...
[ "kirk.narey@gmail.com" ]
kirk.narey@gmail.com
09e1d5a299b79aa430cd572044c72bfcb43a63ad
b46163a750c39c88944c20365ea9c7ef7c0d2b05
/src/main/java/org/verzhbitski/ui/MainWindowController.java
70b34ae2ee16bcfae6c392e629bbf0c6039546a0
[]
no_license
verzhbitski/notes
bfc5a3c8373d2b82fc05be29aa06e08f29945d2c
8df658d6c09178c35a39090d2a165bf1c4c6cbbf
refs/heads/master
2021-09-06T22:24:49.897861
2018-02-12T14:45:50
2018-02-12T14:45:50
121,258,071
0
0
null
null
null
null
UTF-8
Java
false
false
1,463
java
package org.verzhbitski.ui; import javafx.fxml.FXML; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.scene.control.TableColumn; import javafx.scene.control.TableView; import javafx.stage.Stage; import org.verzhbitski.database.DataRetriever; import org.verzh...
[ "verzhbitski@gmail.com" ]
verzhbitski@gmail.com
f743692369da82581e668a3865de61e181b4a6f1
19614a3d3a1c8296a24de252c501b58f0540b528
/src/test/java/SampleGradle/AppTest.java
c034e28bb5e25b081725a530a72de825b79f363d
[]
no_license
DavidLopezIBM/BasicGradle
47d97b28e2df97e6369fc2b56f50fa42a4ee1c15
e84d0dbccbaf923dcf8d5fc895c2577c86e376b6
refs/heads/main
2023-06-13T00:55:24.856088
2021-04-13T18:25:07
2021-04-13T18:25:07
357,651,044
0
1
null
2021-07-15T18:08:07
2021-04-13T18:24:22
Java
UTF-8
Java
false
false
354
java
/* * This Java source file was generated by the Gradle 'init' task. */ package SampleGradle; import org.junit.Test; import static org.junit.Assert.*; public class AppTest { @Test public void testAppHasAGreeting() { App classUnderTest = new App(); assertNotNull("app should have a greeting", class...
[ "david.lopez@ibm.com" ]
david.lopez@ibm.com
675ecb774d77ca59775d3b796f023c92df34d867
d1935324cee4af9672f6bcfe6147e61f6baa0af3
/src/main/java/com/example/demo/vo/KlinePic.java
2401ee483629cb27ec4c838de1bfc29a8e08962b
[]
no_license
382185606/demo
dea1bc279ce5569e7123efd42064cafcb2b9cffb
5fc50ae6fc4834921f6afe24a7947132c2f42e44
refs/heads/master
2022-06-21T20:39:26.253238
2020-04-27T02:49:14
2020-04-27T02:49:14
259,186,861
0
0
null
2022-06-17T03:06:45
2020-04-27T02:44:23
Java
UTF-8
Java
false
false
1,290
java
package com.example.demo.vo; import com.alibaba.fastjson.annotation.JSONField; /** * @author Askyi */ public class KlinePic { private String minute; @JSONField(ordinal = 1) private String open; @JSONField(ordinal = 2) private String close; @JSONField(ordinal = 3) private String min; ...
[ "382185606@qq.com" ]
382185606@qq.com
84898566a2c804544b85ac3341a4f348af5fc13c
a0b313b6066b1cdbee54000b483c717b77cf25aa
/Starbuzz/app/src/main/java/com/hfad/starbuzz/DrinkActivity.java
2e9dbbaee6b441697614947a5cb54797f1c36ad8
[]
no_license
miller7777777/HeadFirst_Android
8c10cf6ed63ab374a79c4163971c0b65e55b85fb
039397eb6d5d963976fe47890d192c1154dd504c
refs/heads/master
2021-01-20T19:40:16.150133
2016-08-18T01:30:37
2016-08-18T01:30:37
64,707,730
0
0
null
null
null
null
UTF-8
Java
false
false
4,480
java
package com.hfad.starbuzz; import android.app.Activity; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import android.database.sqlite.SQLiteOpenHelper; import android.os.AsyncTask; import android.suppo...
[ "miller777@mail.ru" ]
miller777@mail.ru
7bd39e96a37e0626426cc40e97410ed5950f6da8
1bfc8dbf7957a4c507123f049eafb76ac1cc254c
/src/main/java/hello/core/HelloLombok.java
9778698920f2e9324dea4508f3d012f3dbeaf52d
[]
no_license
seokjinjeong-cod/Spring-Core-Principles
c124b0703eb61eeecc103a920b8c3fc809f0e706
a0d20aac5e9393779f8d2a88e83e358395b0d543
refs/heads/main
2023-06-16T16:37:16.088689
2021-07-17T09:02:35
2021-07-17T09:02:35
385,124,597
0
0
null
null
null
null
UTF-8
Java
false
false
396
java
package hello.core; import lombok.Getter; import lombok.Setter; import lombok.ToString; @Getter @Setter @ToString public class HelloLombok { private String name; private int age; public static void main(String[] args) { HelloLombok helloLombok = new HelloLombok(); helloLombok.setName("as...
[ "jsj961@naver.com" ]
jsj961@naver.com
db0c76d451e8ae8977f70ccd776957e2b8de106b
24efde845bb5362ea83b6cfa87bf796c559942d1
/AlgoritmoOrdenamientoBurbuja/src/AlgoritmoOrdenamientoBurbuja.java
1d3b09b9cbfef705bdf9aa14fcf952d01ad0f929
[]
no_license
carminalizbeth98/AlgoritmoBurbuja
1805cde75cdfe7bff460c79f06736726c9fe21de
1f9af09f26abea54d96e01e617c9948d3223d371
refs/heads/master
2021-08-22T11:36:21.102122
2017-11-30T04:37:22
2017-11-30T04:37:22
112,564,957
0
2
null
null
null
null
UTF-8
Java
false
false
1,459
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. */ /** * * @author Carmina Lizbeth Flores Solano */ public class AlgoritmoOrdenamientoBurbuja { int i, j, temporal; ...
[ "noreply@github.com" ]
carminalizbeth98.noreply@github.com
3f519c39be96cff2f28469faa435f524ec15f2a1
6cc2abf99b21998fb45cb04fef5e1f83faed59f9
/serviceport/src/main/java/com/wxf/serviceport/service/UserService.java
5e0ceac5181c91e97e0884dbc7257251f00e012e
[]
no_license
fengdian/accountbook
f7af4c4f70ae45af52220cbfb0d2fe3d9557406e
4bb337c63b461d36ccc701f17b66d31e5f951f4d
refs/heads/master
2021-09-21T01:57:12.897821
2018-08-19T02:23:43
2018-08-19T02:23:43
115,069,859
5
0
null
null
null
null
UTF-8
Java
false
false
2,612
java
package com.wxf.serviceport.service; import android.text.TextUtils; import android.util.Log; import com.wxf.serviceport.dao.UserDao; import com.wxf.serviceport.entry.Password; import com.wxf.serviceport.util.DateFormat; import com.wxf.serviceport.util.UUIDUtil; import java.util.Date; import java.util.HashMap; import...
[ "29147001@qq.com" ]
29147001@qq.com
0646c979952cebdc7a9e239dd311d84fe71e3208
f908d61ec94bcb273498e3590a5412219b724676
/Assignment8.2/src/main/java/com/bookclub/service/impl/RestBookDao.java
9cdfe75cdc802b2df7551efccd6aafbd38c07a11
[]
no_license
twbennet-bellevue/CIS530
98ba9eb64f5d2342e3ffdbcdb47050de4ded5401
083555f9c3437395ffc2fbd7420a68d8c83b7765
refs/heads/main
2023-09-04T17:40:29.092261
2021-11-18T10:05:31
2021-11-18T10:05:31
403,201,629
0
0
null
null
null
null
UTF-8
Java
false
false
3,093
java
package com.bookclub.service.impl; import java.util.ArrayList; import java.util.List; import com.bookclub.model.Book; import com.bookclub.service.dao.BookDao; import com.jayway.jsonpath.Configuration; import com.jayway.jsonpath.JsonPath; import org.springframework.http.HttpEntity; import org.springframework.http.Ht...
[ "twbennet@my.bellevue.edu" ]
twbennet@my.bellevue.edu
9a7875979b9486e51257405e356107c004e06efd
263b9556d76279459ab9942b0005a911e2b085c5
/src/main/java/com/alipay/api/response/SsdataDataserviceRiskDeviceidentityQueryResponse.java
73a58305851b7b7eb236a527db1f1538c3cdd2ea
[ "Apache-2.0" ]
permissive
getsgock/alipay-sdk-java-all
1c98ffe7cb5601c715b4f4b956e6c2b41a067647
1ee16a85df59c08fb9a9b06755743711d5cd9814
refs/heads/master
2020-03-30T05:42:59.554699
2018-09-19T06:17:22
2018-09-19T06:17:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,883
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: ssdata.dataservice.risk.deviceidentity.query response. * * @author auto create * @since 1.0, 2017-12-14 10:15:49 */ public class SsdataDataserviceRiskDeviceidentityQueryResp...
[ "liuqun.lq@alibaba-inc.com" ]
liuqun.lq@alibaba-inc.com
17af706e969e14aadf8f378697b57099f124c9c4
dc801a8180c889f95b750ef27b5d959d33106a4a
/src/org/concordiacraft/redrealms/advancements/RedAdvancementManager.java
eeec1ccb4ec8c9aaeea490cd057696f4def3f46b
[]
no_license
Theorenter/RedRealms
abc669c64604c156f268ce19cae336c6e2a1bedd
a44771c50d50d2d3e5d56aecdf3db1c5c8fc594c
refs/heads/master
2023-06-04T18:06:07.170473
2021-06-17T07:41:26
2021-06-17T07:41:26
284,438,397
0
1
null
null
null
null
UTF-8
Java
false
false
986
java
package org.concordiacraft.redrealms.advancements; import eu.endercentral.crazy_advancements.manager.AdvancementManager; import org.bukkit.Bukkit; import org.bukkit.GameRule; import org.bukkit.World; import org.concordiacraft.redrealms.main.RedRealms; /** * @author Theorenter * Advancements Manager */ public final...
[ "tovarishodmen@gmail.com" ]
tovarishodmen@gmail.com
7d172b6afcb6235b51218c5632ebd23ee04f5dc4
763f7cc4cb4a9b6c444fe0263119acbb82dafc97
/src/main/java/com/generic/hibdao/dao/EmployeeDao.java
bd52a9b6af043ede7b740f9d72f6d52502c1285b
[]
no_license
amal2004/Spring-Hibernate-GenericDAO
c85d9a4bbf666a1530978f8d045918d819c8dacb
b879789c00d86277c807ac9a29042cc2e5a16039
refs/heads/master
2021-05-04T19:23:55.716081
2017-10-13T04:58:55
2017-10-13T04:58:55
106,779,795
0
0
null
null
null
null
UTF-8
Java
false
false
170
java
package com.generic.hibdao.dao; import com.generic.hibdao.model.Employee; public interface EmployeeDao extends GenericDao<Employee> { Integer getMaxSalary(); }
[ "Amal@Amal-PC" ]
Amal@Amal-PC
b893ee4b4f54bc85a18eaf0e525bfaec7fe86293
e4d5fb2ad0ea69e8ad71f7649a90d389e94a2fe8
/src/main/java/com/eltosheva/sporthouse/jobs/JobRestController.java
66670daa7ab390d850544878e756ba108a32aba1
[]
no_license
Eltosheva/SportHouse-SpringAdvancedFinalProject
a0542c9b4748c477acde40753487c9a9d73c89e2
b2fbae9850eb1da938c01420a99b52c95bf90dab
refs/heads/master
2023-04-05T01:56:05.893210
2021-04-18T06:50:07
2021-04-18T06:50:07
354,052,168
0
0
null
null
null
null
UTF-8
Java
false
false
1,469
java
package com.eltosheva.sporthouse.jobs; import com.eltosheva.sporthouse.jobs.Info.ScheduleJob; import com.eltosheva.sporthouse.utils.ResponseMsg; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; @RestController() @RequestMapping(path = "/api/schedule") public class JobR...
[ "elisaveta.tosheva@gmail.com" ]
elisaveta.tosheva@gmail.com
eda139cbb3f5f3b5d55c0501bbfb82951d3bb35d
99a9d063175d24b6c7a29c5419e8078057327f8b
/spring-boot-springbatch/src/main/java/com/sl/conditional/Conditional.java
264e67271e7b12ab9e9eccd8df11bd2f6abb6196
[]
no_license
FadeHub/spring-boot-learn
4fce4f17229434583526a8aa903abb29b5c5ecaa
5df5333e9c6e0c5721d9389bcc98b5669b8f92fb
refs/heads/master
2022-10-13T14:18:52.842687
2022-10-04T09:09:53
2022-10-04T09:09:53
196,712,086
33
48
null
2022-10-04T09:10:48
2019-07-13T11:06:26
Java
UTF-8
Java
false
false
517
java
package com.sl.conditional; /** * @author shuliangzhao * @Title: Test * @ProjectName spring-boot-learn * @Description: TODO * @date 2020/12/16 20:18 */ public class Conditional { private String user; private Boolean enable; public void setUser(String user) { this.user = user; } pu...
[ "809894780@qq.com" ]
809894780@qq.com
e058b9fefd2972e485b15e197949ab61acdd10c7
59cce7b0ab9b92cc76185fdf8efd985bf3206eed
/src/main/java/com/interview/library/config/WebConfigurer.java
84b2fa647a0f6ba399ccec430f15b8c6599920d6
[]
no_license
davidtabadi/Docker-Project
e77b5af8beb96b7d515026a28945e05f420b796e
58e8468b61d521bab8b553e5740ad29bf82dd6bc
refs/heads/master
2021-06-28T12:59:36.954871
2018-10-21T09:12:07
2018-10-21T09:12:07
153,990,348
0
1
null
2020-09-18T07:31:18
2018-10-21T09:04:30
Java
UTF-8
Java
false
false
7,321
java
package com.interview.library.config; import io.github.jhipster.config.JHipsterConstants; import io.github.jhipster.config.JHipsterProperties; import io.github.jhipster.web.filter.CachingHttpHeadersFilter; import com.codahale.metrics.MetricRegistry; import com.codahale.metrics.servlet.InstrumentedFilter; import com.c...
[ "davidtabadi@outlook.com" ]
davidtabadi@outlook.com
6be38a879630f1a4c6d7cd46764dbfbd826c7753
44092ff931dfb9bea6d5209de90c9f4ddcbef9e7
/Sem07/EurekaLib/src/pe/egcc/app/service/CuentaService.java
cc138a12f75519a7a49b75228c8a31f72f9a8c79
[]
no_license
gcoronelc/UCH_ING-SOFT-III_2016-2
ebcf4e41876373318693e7cd0c1821df89226a5e
bd1c02867e94d290599a74f48a9368cd991525b3
refs/heads/master
2020-05-22T01:34:09.215832
2016-11-17T01:37:27
2016-11-17T01:37:27
65,856,185
0
1
null
null
null
null
UTF-8
Java
false
false
5,382
java
package pe.egcc.app.service; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import pe.egcc.app.db.AccesoDB; public class CuentaService { public void registrarRetiro(String c...
[ "docente@soporteuch.pe" ]
docente@soporteuch.pe
8766980d66c4e8aba4d03fac5c9ead2072a690c1
c94fd9ab9a6873ed97764d50801d27ebc7057e0b
/mybatis-02/src/com/company/test/Main.java
7da2ea5b2ab93b499de954db3f2564c1d96bab9d
[]
no_license
purple910/SSH
9c540a8134ba05cae72b269fae542db932d88afc
cd0c264f6854de845ae7460105d607af1c59f9ca
refs/heads/master
2021-06-27T20:39:10.983470
2020-10-12T08:35:02
2020-10-12T08:35:02
196,489,494
0
0
null
2020-01-24T00:42:18
2019-07-12T01:46:12
Java
UTF-8
Java
false
false
4,939
java
package com.company.test; import com.company.entity.Student; import com.company.mapper.StudentMapper; import com.github.pagehelper.Page; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.ExecutorType; import org.apach...
[ "2018077362@qq.com" ]
2018077362@qq.com
3fc21641b5cfd7ba9cc0ad323524cb2149d3ed40
d55ffa952a639ed68b9fb4ba634bd5fe7ab2d503
/app/src/main/java/com/aabv78/happyweather/WeatherDataModel.java
cb051981d493b615e599a0ed1cefd0422995c189
[]
no_license
aabv78/HappyWeather
d74a41fcaf8b3eff93ebbe64e5f61a8f9fb1ca1a
9a4cbb874e3e467f43214ce6e67c07d3296865bf
refs/heads/master
2020-04-07T05:48:06.848040
2018-11-18T17:47:18
2018-11-18T17:47:18
158,110,601
0
0
null
null
null
null
UTF-8
Java
false
false
2,459
java
package com.aabv78.happyweather; import org.json.JSONException; import org.json.JSONObject; public class WeatherDataModel { private String weatherTemperature; private String weatherCity; private String weatherIcon; private int weatherCondition; public static WeatherDataModel fromJson(JSONObject...
[ "42255299+aabv78@users.noreply.github.com" ]
42255299+aabv78@users.noreply.github.com
cd07570c73aabf04dc7f9fce1b26da615d19b58d
489b9ac15a2447f710c641dd021c89a28468abbf
/2ejaar(2019-2020)/2e semester/Webontwikkeling 3/Dennis/proefExamen2/src/ui/controller/Controller.java
6360fdc9fffd3592675dd588877b609ed9d771ad
[]
no_license
pietergmail/school
d2fa47f897079c498956cd982f79730dfa750542
fda4ce328b5d0d79018188ba6a385778e8addfe9
refs/heads/master
2022-11-18T18:00:36.561022
2021-08-13T14:00:07
2021-08-13T14:00:07
182,574,979
1
2
null
2022-11-16T12:19:42
2019-04-21T19:37:56
HTML
UTF-8
Java
false
false
2,610
java
package ui.controller; import domain.model.ProductService; import domain.model.Role; import javax.servlet.RequestDispatcher; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServ...
[ "33780619+pietergmail@users.noreply.github.com" ]
33780619+pietergmail@users.noreply.github.com
659214ecf057c9a7dd10fcbc386515775386cf05
e9fc1a86a5396cb936a402013a9f9a1e07b3580d
/src/main/java/dev/dreameh/backend/rest/ApiController.java
0cde814c8747645190e5e49a4cf5342b8495ce39
[]
no_license
Dreameh/backend-test
487ec835bafef148159696ed0468c7791e800e90
3fd0415bd1e1bd0568f4f874b34261c22db77eef
refs/heads/main
2023-05-09T19:08:24.667473
2021-05-02T20:52:35
2021-05-02T20:52:35
349,446,372
0
0
null
null
null
null
UTF-8
Java
false
false
1,123
java
package dev.dreameh.backend.rest; import dev.dreameh.backend.rest.converter.ProjectConverter; import dev.dreameh.backend.rest.v1.api.ProjectsApi; import dev.dreameh.backend.rest.v1.api.dto.Project; import dev.dreameh.backend.service.ProjectService; import org.springframework.beans.factory.annotation.Autowired; import ...
[ "kyusaki1@gmail.com" ]
kyusaki1@gmail.com
f55866705260eb5dd2c1712e86fccdbc1e855a7a
9839a4e72fe9455a24fe8a7606b957ace7ced1b9
/src/main/java/com/gzdx/test/spring/springboot/SpringbootApplication.java
1b649ce34a8ee6d6b3ad93369e5c934968fe8e7e
[]
no_license
leijiangnan/springboot
0553dac4c60f0811d2c1b18030d3071a65896ee5
0bd59f21ebb42a8e61ebae1f681dd0462e58ff9a
refs/heads/master
2020-03-25T03:45:51.717529
2018-08-03T00:51:53
2018-08-03T00:51:53
143,359,096
0
0
null
null
null
null
UTF-8
Java
false
false
547
java
package com.gzdx.test.spring.springboot; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.servlet.ServletComponentScan; import org.springframework.context.annotation.PropertySource; @SpringBootApplication @Servl...
[ "leijiang@jd.com" ]
leijiang@jd.com
d90802d7d2a9f1064af281470ecc8b10953b09e3
fb3f91fb6c18bb93c5d51b58d13e201203833994
/Trabajos/Sernanp/sources/SernanpApp/SernanpAppDao/src/main/java/sernanp/app/dao/query/mapper/RpPadronTrabajadoresQueryMapper.java
b0f1909c9204046a8efbf4faaa541cac47f52f7e
[]
no_license
cgb-extjs-gwt/avgust-extjs-generator
d24241e594078eb8af8e33e99be64e56113a1c0c
30677d1fef4da73e2c72b6c6dfca85d492e1a385
refs/heads/master
2023-07-20T04:39:13.928605
2018-01-16T18:17:23
2018-01-16T18:17:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
897
java
package sernanp.app.dao.query.mapper; import java.util.List; import java.util.Map; import org.apache.ibatis.session.RowBounds; import sernanp.app.dao.query.domain.RpPadronTrabajadoresQuery; import sernanp.app.dao.query.domain.RpPadronTrabajadoresQueryCriteria; public interface RpPadronTrabajadoresQueryMapper { ...
[ "raffo8924@gmail.com" ]
raffo8924@gmail.com
ad23b71dfb654defc6d546905a3a793051af57fd
67e1c3063d2f0e68a59f28e451d2c35da62de03c
/HTML-day05-login/src/com/heima/service/impl/UserServiceImpl.java
ecc47c275eb036affccad558cf0fdeaf7a47c8c5
[]
no_license
layaBegin/JavaBase
79cfd0e0f603fc54c47f031eba9d8e656999a16f
bc544ca3d0c92b2258fc8c36fc3e7ba6690c9049
refs/heads/main
2023-08-29T12:40:47.939924
2021-10-26T09:24:44
2021-10-26T09:24:44
378,316,522
0
0
null
null
null
null
UTF-8
Java
false
false
542
java
package com.heima.service.impl; import com.heima.dao.UserDao; import com.heima.dao.impl.UserDaoImpl; import com.heima.entity.User; import com.heima.service.UserServie; //业务层 public class UserServiceImpl implements UserServie { UserDao userDao = new UserDaoImpl(); /** * 登录的功能 * * @param username...
[ "maweiphilippines@gmail.com" ]
maweiphilippines@gmail.com
7743a6c5bf3ba0359ee56aae1ec2597c91958ffe
3a3971a3932d8bf33e969997e873338c546facf0
/src/com/j2/abstractFactory/ThickCrustDough.java
7815808c179980b3416d2782f9c219b32eeb1c37
[]
no_license
yeslhh13/j2
c0640a97e0fb53ed7bf05b21af33911288810f43
02a7764f83e4675df651b790f41939c92a701bdf
refs/heads/master
2021-01-01T05:35:18.409734
2015-12-04T10:16:17
2015-12-04T10:16:17
41,779,784
0
0
null
null
null
null
UTF-8
Java
false
false
178
java
package com.j2.abstractFactory; public class ThickCrustDough implements Dough { public String toString() { return "ThickCrust style extra thick crust dough"; } }
[ "gowonkid@naver.com" ]
gowonkid@naver.com
bd2f9df13a8bc7ec824c321e2476fab7c8748188
4b2f7848959ac64b9be08fcc0334d4b96736b5ce
/src/main/java/core/impl/UserImpl.java
be010740484a34e57330dc452926b388c7c6f9b5
[]
no_license
AlexGrey/webApp
ac9e7e3f37049049886c5fb5bedbac38ab7ccf33
78c05f6585c58cc9912e09ebd57b410551d11ff4
refs/heads/master
2016-09-01T14:49:18.236959
2015-11-28T19:50:17
2015-11-28T19:50:17
46,750,030
0
0
null
null
null
null
UTF-8
Java
false
false
1,671
java
package core.impl; import core.base.Pet; import core.base.User; /** * Created by Zver on 24.11.2015. */ public class UserImpl implements User { private int id; private String name; private Pet pet; /** * @param name имя клиента * @param petName имя питомца */ public UserImpl(...
[ "ilyareznik91@gmail.com" ]
ilyareznik91@gmail.com
9df3a819057af9deb9400442ab019ba9222fe7d6
457a9231385f3dc7a466c9988d537dc5fee37d9d
/src/main/java/com/eludika/app/ws/exceptions/ImpossivelDeletarRegistroExceptionMapper.java
c990c28efa034df58382a601871b75d6d9972563
[]
no_license
lohanmamede/eludika_webservices
59b5411ae0cd80952e4af766940dffce7c653921
0378afce95ac32635bc1ec75c2a8bf64b0c7d02f
refs/heads/master
2020-04-27T12:41:12.195517
2019-03-08T08:02:43
2019-03-08T08:02:43
174,340,497
0
0
null
null
null
null
UTF-8
Java
false
false
852
java
package com.eludika.app.ws.exceptions; import com.eludika.app.ws.ui.models.response.MensagemDeErroResponseModel; import com.eludika.app.ws.ui.models.response.MensagensDeErro; import javax.ws.rs.core.Response; import javax.ws.rs.ext.ExceptionMapper; /** * * @author eres */ public class ImpossivelDeletarRegistroExce...
[ "lohanmamede@gmail.com" ]
lohanmamede@gmail.com
447b320b36aab54ccea6552e1c1d5435d7302485
ba26f82166035f26e23079944a018fff9ccd9ea5
/src/homeworks/HW/plain/CountryDeparture.java
07ea7a202ff713f0e9ce21c855ce993cec0cb711
[]
no_license
tantmut/Java
7f27fb628b70d7fb304488351297ff25dce4ba12
e81e7373329476cf38d75bbab8cdbc51320bd10d
refs/heads/master
2020-03-27T21:13:03.481101
2018-11-19T21:08:45
2018-11-19T21:08:45
147,125,339
0
0
null
null
null
null
UTF-8
Java
false
false
172
java
package homeworks.HW.plain; /** * Created by nazar on 3/20/2017. */ public enum CountryDeparture { UKRAINE, POLAND, MOLDOVA, HUNGURY, SPAIN, FRANCE, ITALY }
[ "ynazar123@gmail.com" ]
ynazar123@gmail.com
28e13eb6bbdef183c49f6d9030d7d2bb32178dd2
a0ffccf237a01d5fe866d614177eae29f35f2770
/src/ty/TreeNode.java
4bed393132e9f5df5377a48d191129fdcc09c0b2
[]
no_license
chiguozi666/primerschool
fab4559d6f5b9aa26daeb7d2192069c4ed1f1f98
e57072d900fcca80283f86be3a0559b0bf8f885e
refs/heads/master
2022-12-26T01:17:45.641491
2020-10-12T08:57:31
2020-10-12T08:57:31
303,168,009
0
0
null
null
null
null
GB18030
Java
false
false
4,122
java
package ty; import java.util.Arrays; import java.util.LinkedList; import java.util.Queue; import java.util.Stack; public class TreeNode { TreeNode left; TreeNode right; String str; static boolean isSwitch = false; public TreeNode(String str) { this.str = str; } public void printA...
[ "1060020877@qq.com" ]
1060020877@qq.com
3fe7d5d9fa4091bee4a08e812a41acf3891766f7
c1114e6161f98b20e161851cd219c06f6d7d9fe5
/TP7_8_ChasseAuxPokemons/src/tp7/Jouet.java
893edc9f4dea85520417d91959b4b818a8557a00
[]
no_license
NunesClement/TP7-8Chasse_Aux_Pokemons
0f26ac9429bd737412bee65f4ac27baae50f8de0
825fe764548892d48d64ff799a647c89f834fc15
refs/heads/master
2020-03-08T04:12:04.709565
2018-04-03T15:08:36
2018-04-03T15:08:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
760
java
package tp7; import AncienTP.Joueur; public class Jouet extends Item implements Utilisable, Modifiable{ private int apportAppetit; private int apportSatisfaction; private int apportLoyaute; @Override public void modifier() { } public Jouet(String nom, int frequence, int utilisations, int ap...
[ "noreply@github.com" ]
NunesClement.noreply@github.com
b0b1bad5bd8f5d0868a023892785344f8e88d8d9
1a142b6850228d44fa3d80cca61f43a39ce06862
/src/com/javaex/ex19_1/ShapeApp.java
d06a046d8bd33ec64e9487b97a8931efe00b5ade
[]
no_license
younghotkim/chapter02
c2b0ef77a491366795c5bd97d6b56f2641299273
af8e6d0764d30f705f91802a55a60c7404bb0113
refs/heads/master
2023-05-31T12:57:49.336979
2021-06-11T08:45:21
2021-06-11T08:45:21
374,384,532
0
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
package com.javaex.ex19_1; public class ShapeApp { public static void main(String[] args) { //배열을 만든다. Shape[] sArray = new Shape[3]; //도형을 만든다 Shape sr01 = new Rectangle("빨강", "검정", 10, 10); Shape sc01 = new Circle("주황", "검정", 5); Shape st01 = new Triangle("노랑", "검정", 30, 30); ...
[ "younghotkim@gmail.com" ]
younghotkim@gmail.com
328d673856c2f56abf3f5950d0309e01a50f414e
d794a805fe316a38468dd7e0861ab533ef35c2b2
/src/main/java/com/pipi/Interview/RandomSetTest.java
73872fd2d77d69c1314e25b2921b83e40b04b2a5
[]
no_license
gongpipi/javabase
b2c0cee3b85d92f4cdae5c30e2dc7c5393a9dff5
d885fd2365322182cd3e03c8644e67913f5545ad
refs/heads/master
2021-01-20T05:25:26.249579
2018-08-15T02:41:07
2018-08-15T02:41:07
89,777,072
0
0
null
null
null
null
UTF-8
Java
false
false
815
java
package com.pipi.Interview; import java.util.HashMap; import java.util.Map; import java.util.Random; /** * Created by pipi on 2017/7/5. */ public class RandomSetTest { public static void main(String args[]){ int key = 0; Map<Integer,String> map = new HashMap<Integer, String>(); map.pu...
[ "1446560082@qq.com" ]
1446560082@qq.com
8065444fdfe5571749c46ff0caa5b43b73b60fc5
574afb819e32be88d299835d42c067d923f177b0
/src/net/minecraft/client/gui/inventory/GuiBrewingStand.java
4f8372ed10008df4702bd1e2c28d1f09f400ac0f
[]
no_license
SleepyKolosLolya/WintWare-Before-Zamorozka
7a474afff4d72be355e7a46a38eb32376c79ee76
43bff58176ec7422e826eeaf3ab8e868a0552c56
refs/heads/master
2022-07-30T04:20:18.063917
2021-04-25T18:16:01
2021-04-25T18:16:01
361,502,972
6
0
null
null
null
null
UTF-8
Java
false
false
2,575
java
package net.minecraft.client.gui.inventory; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.ContainerBrewingStand; import net.minecraft.inventory.IInventory; import net.minecraft.util.ResourceLocation; import net.minecraft.util.mat...
[ "ask.neverhide@gmail.com" ]
ask.neverhide@gmail.com
2c07c34d8dc0f28ba4c26e6adb965e4273c63602
b08eda35d93924881f6c64b0ea0e5450e969d3b8
/src/main/java/com/example/Valorant/components/DataLoader.java
f1172b2fae368e368cefcdba082953b728cd76ff
[]
no_license
StefanieVW/Valorant-API
2388e0c02a669d52043bf9fc542d04334435ca11
167c6bc37afcf5a981185821a649d860dd01fb16
refs/heads/master
2023-05-18T11:43:29.943506
2021-04-24T12:41:50
2021-04-24T12:41:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,396
java
package com.example.Valorant.components; import com.example.Valorant.models.Agent; import com.example.Valorant.models.Arsenal; import com.example.Valorant.models.Map; import com.example.Valorant.repository.AgentRepository; import com.example.Valorant.repository.ArsenalRepository; import com.example.Valorant.repository...
[ "cpearson3140@gmail.com" ]
cpearson3140@gmail.com
459413d745569d11647325e682506132d1415d18
2ba4d3ad99cf83e6b07615168bd242112d9ed2b5
/src/main/java/main/Pair.java
2cb62d556054fa62aa206c1396dc543f5696974a
[]
no_license
michelmenega/developerSort
d98e2ec310193170bc79298c778655be747a08c4
dbd0805ecf8c584eb19e74990f077920886a9d4d
refs/heads/master
2021-01-13T01:31:12.618738
2011-08-01T00:55:51
2011-08-01T00:55:51
2,064,101
0
0
null
null
null
null
UTF-8
Java
false
false
717
java
package main; public class Pair{ Developer developerA; Developer developerB; public Pair(Developer developer, Developer developer2) { setDeveloperA(developer); setDeveloperB(developer2); } public Developer getEligibleToMove() { if(getDeveloperA().getLastTimeMoved().toLocalDate().compareTo(getDeveloperB...
[ "nathanferracini@gmail.com" ]
nathanferracini@gmail.com
5a91b845c9636febfe336a9d4f75653fdc2ac908
1d133144c0a68ce053965acf083c7a0eaba7cd59
/Chapter06/src/main/java/com/jay/chapter06/persistence/MemberRepository.java
e5cae7e29fa9c3ae73149976c6d14149d449fc99
[]
no_license
2jerry/springboot
1cf372ea52bfcf4bcc0b6d055d50bd0a34c179ce
592f0b90288bae3c36456f90d98261b2b924a44f
refs/heads/master
2023-01-10T09:23:39.007345
2019-09-02T08:16:04
2019-09-02T08:16:04
198,931,796
0
0
null
2023-01-04T08:45:39
2019-07-26T02:25:54
Java
UTF-8
Java
false
false
216
java
package com.jay.chapter06.persistence; import com.jay.chapter06.domain.Member; import org.springframework.data.repository.CrudRepository; public interface MemberRepository extends CrudRepository<Member,String> { }
[ "user@AD01467367.local" ]
user@AD01467367.local
9d615a4d5a754292bada6d427bc67ec3b522fcbe
1dec13cd52ae5976826ac69f494151788980ccf9
/src/test/java/guru/springframework/converters/UnitOfMeasureCommandToUnitOfMeasureTest.java
fca87e308abdc20211f141bccb2bb8f7d4ed6caa
[]
no_license
LetTheFreedomRing/spring5-recipe-app
7d6b61aa65927236fdfdcf7c64aa180647aea6c8
4d37df79522d7ecd06a8aa936cec711ef32bc9dc
refs/heads/master
2020-09-10T08:10:38.201336
2019-12-19T09:05:52
2019-12-19T09:05:52
221,696,369
0
0
null
2019-11-14T12:48:27
2019-11-14T12:48:26
null
UTF-8
Java
false
false
1,033
java
package guru.springframework.converters; import guru.springframework.commands.UnitOfMeasureCommand; import guru.springframework.model.UnitOfMeasure; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class UnitOfMeasureCommandToUnitOfMeasureTest { UnitOfMeasureCommandToUnit...
[ "pavlo.kolesnichenko@gmail.com" ]
pavlo.kolesnichenko@gmail.com
c5c02f3d1b90649763e3f32a44b8cac84ec52df5
0cca6536fdeb7d531a38c6af37bd3213b58a9494
/src/main/java/com/orbitz/consul/SessionClient.java
3ee406f8203780b8cc7630634e1cc0c23b55824b
[ "Apache-2.0" ]
permissive
happymap/consul-client
2e91e759609e104ee22c3a57e1458dba2a658b22
0ee07825123c6e65e1a67a26c2e945b3be8ddd31
refs/heads/master
2021-01-14T14:34:58.408451
2015-05-20T22:53:26
2015-05-20T22:53:26
34,532,934
0
0
null
2015-05-14T00:33:57
2015-04-24T17:46:31
Java
UTF-8
Java
false
false
4,166
java
package com.orbitz.consul; import com.google.common.base.Optional; import com.orbitz.consul.model.session.SessionInfo; import com.orbitz.consul.option.QueryOptions; import com.orbitz.consul.util.ClientUtil; import javax.ws.rs.client.Entity; import javax.ws.rs.client.WebTarget; import javax.ws.rs.core.GenericType; imp...
[ "vasco@vas.io" ]
vasco@vas.io
57de4d848b9c39ccc1dbe5cb185e0ed2bb26e812
b16ecc80a3a84439d92ef55ec68882f06396a1c4
/src/Formula1/Main.java
1172526e6787077ad344eaf8316ef7db20360d2f
[]
no_license
inspire95/formulaapp
abc47b76af0d9c83bf864aa85e14c62d33cd4353
558de05597d0bcd48dacd892bde79010aaab80de
refs/heads/master
2020-03-17T14:03:51.137161
2018-05-16T11:37:10
2018-05-16T11:37:10
133,656,359
0
0
null
null
null
null
UTF-8
Java
false
false
896
java
package Formula1; import java.io.File; import java.util.Optional; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; /** * * @author Dawid */ public class Main extends Application { @Override ...
[ "noreply@github.com" ]
inspire95.noreply@github.com
356e3bba029522cafc71631f9cacb03ec25f1481
d905012ce89e14611434a2ac5069c3abcd5d67b9
/2dFightFormer/src/player/PlayerHandler.java
214889e7d63206d7c6aa10ba5bd98a09b80d9b03
[]
no_license
Astrinaar/2dPlatformer
adf44313ef663d3775bd316b35a20d9bb30b37a2
68c4c7ef0287f2d49b4c9e334e635d92836fdbac
refs/heads/master
2021-01-19T14:57:07.838333
2015-09-11T06:32:23
2015-09-11T06:32:23
23,242,485
0
0
null
null
null
null
UTF-8
Java
false
false
3,304
java
package player; import extendables.SlickClass; import helpers.ImgArchive; import helpers.MathTool; import org.newdawn.slick.Animation; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; import org.newdawn.slick.Image; import org.newdawn.slick.SlickException; import org.newdawn.slick.state.State...
[ "7h380x@gmail.com" ]
7h380x@gmail.com
ba06f8b9274ec4e6d826b32b020c7dc7ec9922a8
36e8edb79e67a23c8266924ce984972079a4ca8c
/src/java/com/ropr/modelCo/MsgPack.java
61c4f4417b35806403147d01fdc583d79dbf746c
[]
no_license
lazik16/Server-application
7c783b9e5827e1c19ec0b4602aa3baa8a33ebe91
3f3038aabe227c9e7d277468ef8e5a440e53996e
refs/heads/master
2020-04-09T21:22:38.293470
2015-02-24T18:05:51
2015-02-24T18:05:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,185
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.ropr.modelCo; import com.google.gson.annotations.Expose; /** * * @author Dominik */ public class MsgPack<T> { @Ex...
[ "xransomx@gmail.com" ]
xransomx@gmail.com
cae49deebc7a6b6049320e520b9808a81323eb9e
d6757d64dbddd11d6e34485ac6ccd57141a54006
/src/main/java/com/xxx/application/util/FileTypeHelp.java
53199c42edc0f727cec945d536c883dbdae4d8d4
[]
no_license
chrnyuan/springboot-imgVerify
cbd3da81b49f1fd337ef1e2743a134bad6e5b836
69227ce5d2222759f3205adb2e86ba02f9a8fc15
refs/heads/master
2022-11-05T15:22:52.125334
2019-08-16T08:08:01
2019-08-16T08:08:01
199,790,362
0
0
null
2022-10-12T20:30:22
2019-07-31T06:07:10
TSQL
UTF-8
Java
false
false
6,193
java
package com.xxx.application.util; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry...
[ "1367085661@qq.com" ]
1367085661@qq.com
e806ee12fbb628f51231053d10f0185331667f09
bfaac0c12e6833d0ad163c24ab3db9ae05d84cf9
/app/src/main/java/com/codermonkeys/sampleapp/adapters/CartAdapter.java
5f60bbf227d23fe6ff1c96c3c3e64906377661e6
[]
no_license
gajendrapandeya/SampleApp
331f87450cf2b4de79d4c89fd40a818408254bd3
5916899371060481afacbe538c84a05bfd47d429
refs/heads/master
2022-09-10T02:40:53.284113
2020-05-29T14:56:33
2020-05-29T14:56:33
263,603,593
0
0
null
null
null
null
UTF-8
Java
false
false
8,683
java
package com.codermonkeys.sampleapp.adapters; import android.annotation.SuppressLint; import android.app.Dialog; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; import android.widg...
[ "gajendrapandeya6@gmail.com" ]
gajendrapandeya6@gmail.com
f985fb5d119b0d78cf4713f465b15e1b4a7c1a88
56852a3692b9190c1e70b66312a0330a3693d3a0
/src/main/java/net/dries007/ccmv/cmd/CommandPos.java
6d4ec8006cf624cc880e1aa6cb00f5461e881fff
[]
no_license
dries007/ccmv
f111d08f68b600d5af5b8ce6e3120f50cbfdbc0d
7ee10f5b020f91eef22da7e45657ebe042c74f8c
refs/heads/master
2020-04-23T08:34:44.705373
2019-02-16T19:16:10
2019-02-16T19:16:10
171,041,865
0
0
null
null
null
null
UTF-8
Java
false
false
3,050
java
/* * Copyright (c) 2014-2016, Dries007 & DoubleDoorDevelopment * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
[ "admin@dries007.net" ]
admin@dries007.net
9174efabfbf10cd85fce0c8a13cdc1864a4cb99c
8988c615731e17d042c2962aa9396da195e99a5f
/src/com/aba/service/area/AreaDao.java
14b0e93fb9ba4fc5072cbe7356d3fcc7214eedd1
[]
no_license
dyjava/MyAndroid
6f1fbd7602588c538212a6f46769505be0779008
709fce382fd0f9af59eba5ee421de040dac45282
refs/heads/master
2020-06-04T15:08:21.645558
2015-03-05T06:34:41
2015-03-05T06:34:41
30,061,186
0
0
null
null
null
null
UTF-8
Java
false
false
275
java
package com.aba.service.area; import com.aba.service.area.domain.AreaRequest; import com.aba.service.area.domain.AreaResult; public interface AreaDao { public AreaResult findAreaById(AreaRequest request) ; public AreaResult findAreaByParentId(AreaRequest request) ; }
[ "dyong525@163.com" ]
dyong525@163.com
d844b372bf88027acd601212aae0933faddf795f
0a8b3605f6daa32d781f84e9b29bbac6bbf3fb9a
/src/test/java/com/oracle/peoplesoft/bass2/qe/testcase/ParameterTest.java
1e188202eb7062c8ff22bac4f8c8c0601cb48d5d
[]
no_license
gushisong/BASS2Demo
6e77dd42ba9c5068ac9e1a0de83cd5ea600e8046
014ff19459ef2e403d89c1effa5a499d1c97e0f4
refs/heads/master
2020-03-22T07:17:52.783465
2018-07-12T06:29:31
2018-07-12T06:29:31
139,691,892
0
0
null
null
null
null
GB18030
Java
false
false
1,075
java
package com.oracle.peoplesoft.bass2.qe.testcase; import static org.junit.Assert.*; import java.util.Arrays; import java.util.Collection; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.junit.runner.RunWith; imp...
[ "xiaolei.song@oracle.com" ]
xiaolei.song@oracle.com
522e11d5885f90772933e9ad35f65069b59bfe61
fc997d353efe85c04f64e1b28dfc8830332568de
/jasmine-ui/src/main/java/jasmine/imaging/core/Jasmine.java
4db940f34a46e3d77dd3dea68929e72f6de19b8a
[]
no_license
ollyoechsle/jasmine
e28f3a5b0bad37abed1d54c8bf2fa29134824c2f
b7bae48cf322e0c31014e40e60fda0633deac725
refs/heads/master
2020-03-30T01:01:04.690625
2012-06-14T18:36:36
2012-06-14T18:36:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
70,661
java
package jasmine.imaging.core; import jasmine.classify.ICSListener; import jasmine.classify.ICSListenerGraphical; import jasmine.classify.classifier.Classifier; import jasmine.gp.Evolve; import jasmine.gp.Individual; import jasmine.gp.interfaces.GraphicalListener; import jasmine.gp.multiclass.ClassResult; import jasmi...
[ "owksley@gmail.com" ]
owksley@gmail.com
b3a48264ab1ec79d2a9a2150be63a45ba6d558b9
f0d3fe0ac281c8e4c35fc9f52a17174e47999288
/lion-api/src/main/java/com/lancq/lion/api/event/UserOnlineEvent.java
eb8b2b2cc399b5b07d6677ddc1c3d450b5fbcff2
[]
no_license
lanchunqiu/lion
fc03f6dfa956ff7d2def069ea8a3a854dabbc5c1
69e24657fd64a0048ce864f3856765ad440cae9c
refs/heads/master
2020-04-18T18:59:45.322672
2019-01-28T01:25:02
2019-01-28T01:25:02
167,700,804
2
4
null
null
null
null
UTF-8
Java
false
false
555
java
package com.lancq.lion.api.event; import com.lancq.lion.api.connection.Connection; /** * @Author lancq * @Description * @Date 2019/1/26 **/ public final class UserOnlineEvent implements Event { private final Connection connection; private final String userId; public UserOnlineEvent(Connection connect...
[ "1046582540@qq.com" ]
1046582540@qq.com
952983795a7072102c3d09836fefe2b3b6b66541
68a19507f18acff18aa4fa67d6611f5b8ac8913c
/slfx/slfx-jp/slfx-jp-domain/src/main/java/slfx/jp/domain/model/policy/JPPlatformPolicy.java
9f6dce533a94cb136ce9332e6dc507650b433b25
[]
no_license
ksksks2222/pl-workspace
cf0d0be2dfeaa62c0d4d5437f85401f60be0eadd
6146e3e3c2384c91cac459d25b27ffeb4f970dcd
refs/heads/master
2021-09-13T08:59:17.177105
2018-04-27T09:46:42
2018-04-27T09:46:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,355
java
package slfx.jp.domain.model.policy; import hg.common.component.BaseModel; import hg.common.util.UUIDGenerator; import java.text.SimpleDateFormat; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinColum...
[ "cangsong6908@gmail.com" ]
cangsong6908@gmail.com
71f7d287ee83316255e60acac6b2f66a2de95ede
16262f288323b62327fe93baf4ffeae8f279d109
/src/main/java/petshop/ssm/service/PetService.java
d64f210a92ba86869ee51370001e9012a75d2557
[]
no_license
setfre/pet
04991412c8b15758cf2e86bed937c613bf18cd2e
02bd3b1a844f2149b1373f96318a1a2cee70593a
refs/heads/master
2022-12-21T13:47:23.357387
2019-09-30T03:59:53
2019-09-30T03:59:53
211,770,578
0
0
null
2022-12-16T05:05:55
2019-09-30T03:49:38
Java
UTF-8
Java
false
false
665
java
package petshop.ssm.service; import org.springframework.web.servlet.ModelAndView; import petshop.ssm.pojo.Pagination; import petshop.ssm.pojo.Pet; import petshop.ssm.pojo.PetType; public interface PetService { Pagination<Pet> retrievePetPage(Integer currentIndex,Integer recordShowSize); void updatePet(Pet pet); ...
[ "18243145291@163.com" ]
18243145291@163.com
ffa4e3cc14f74a08174ebce9aafa2e6a74fe7706
8a1769ecbe4d678b3b38cf40c83235273dc0fcd3
/src/main/java/com/aci/jd2015/model/New.java
cd285a10130c92e59ef10d5cf9531e924a214f18
[]
no_license
ZAlbina/LogParserACI
d82fedb5c5c9ea3a90645c5f7774a7113abaa31f
e38924ca4c56744038ad770788cd0c45d60b6268
refs/heads/master
2021-01-11T00:37:37.128181
2016-10-10T17:13:08
2016-10-10T17:13:08
70,508,570
0
0
null
2016-10-10T16:48:32
2016-10-10T16:48:31
null
UTF-8
Java
false
false
137
java
package com.aci.jd2015.model; public class New { public static void main(String[] args) { // TODO Auto-generated method stub } }
[ "dfsfdgrrrrrreghth@mail" ]
dfsfdgrrrrrreghth@mail
98f80b3852cf216407d337639c5055a040c7df12
95e4bdaf5d168bacb44c20951d89716417f672a6
/Principal.java
6ca3e2a4efc63fa329f203853d2deb619f249f52
[]
no_license
vapjunior/perceptronJava
a3af6fe3b285c4039feca940df00b1de5a181eab
1000f3cd94c434e91a86557bd2b20762ec6e54b0
refs/heads/master
2023-06-10T16:29:32.842120
2017-04-18T00:39:06
2017-04-18T00:39:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,801
java
import java.util.Scanner; public class Principal { public static void main(String args[]) { Scanner reader = new Scanner(System.in); int opProblem = 0; System.out.println("Qual problema deseja treinar?\n1 - AND\n2 - Letras"); opProblem = reader.nextInt(); System.out.println(opProblem); if(o...
[ "valdir.a.junior@gmail.com" ]
valdir.a.junior@gmail.com
3ba80ca74da621c7345f2d1a5a0017018358c93b
cc2124ee54550674e9ffebc92544997e4c9bea1a
/tsm/src/main/java/com/trkj/tsm/controller/AttendanceController.java
9b2f71f39e0a25773830b8874d01bf181821a37e
[]
no_license
Jiang-LiWen/Tsm
24cae27e238b8e902b86c3dfb6d0bd77ed706567
75fbe20fbf5f396d7167fc887226088008ba578c
refs/heads/main
2023-06-06T07:50:30.010580
2021-07-01T00:57:19
2021-07-01T00:57:19
372,496,125
0
0
null
null
null
null
UTF-8
Java
false
false
2,879
java
package com.trkj.tsm.controller; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.trkj.tsm.service.AttendanceService; import com.trkj.tsm.vo.AjaxResponse; import com.trkj.tsm.vo.AttendanceVo; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation...
[ "85155916+xxxx999@users.noreply.github.com" ]
85155916+xxxx999@users.noreply.github.com
0e4062b270bbe7939062bcb121ce578f9547a2e0
8a12437d5c4ef36b71242de55dbd6a218c3afa8b
/src/main/java/com/carlospavao/github/personapi/dto/request/PhoneDTO.java
05325f7fe87fe739ee301470a68f13dd4806eb8b
[ "MIT" ]
permissive
CarlosPavao/personapi
43b951e23cbc752a7d6a434e2265f844187278cb
c069d7e249f3d3e3af431bf69bb4586736cb5ca1
refs/heads/main
2023-07-25T20:20:13.568025
2021-08-29T23:29:26
2021-08-29T23:29:26
400,545,128
0
0
null
null
null
null
UTF-8
Java
false
false
620
java
package com.carlospavao.github.personapi.dto.request; import com.carlospavao.github.personapi.enums.PhoneType; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.validation.c...
[ "carlos.henrique93@msn.com" ]
carlos.henrique93@msn.com
bafc4f3f11ffb5e917cfdae1b3ee6c0d77bcad49
7fc179608a7421096b450ba749b745d3161a093e
/src/main/java/com/org/woody/woodylibrary/view/photoview/Compat.java
13310f028252740bb78e96915488115f89c2848a
[]
no_license
woodygithub/woodylibrary
dc067239cce9cbad1351a2de213605d274175f3d
9df6b4cbd89ad6e2acbd03458cb0cb3891d67a76
refs/heads/master
2021-01-10T21:04:41.019364
2014-11-07T07:52:53
2014-11-07T07:52:53
26,309,409
1
0
null
null
null
null
UTF-8
Java
false
false
470
java
package com.org.woody.woodylibrary.view.photoview; import android.os.Build.VERSION; import android.os.Build.VERSION_CODES; import android.view.View; public class Compat { private static final int SIXTY_FPS_INTERVAL = 1000 / 60; public static void postOnAnimation(View view, Runnable runnable) { if (VERSION.SDK...
[ "woody.fire@aliyun.con" ]
woody.fire@aliyun.con
860877e88dc0407ee37eb00f43bfb301f05269b9
76e2ca6220ec44d186c117856224b526c24f7b46
/day0928/DecimalOctalHexaBinary.java
70bdba6428e624ca6dafd88df7b9d6ec0c1537f3
[]
no_license
JUNGJAYOUNG/javaStudy
a9a2c66b67ffb0b34ae4f18fd160e586f678c266
326211726295f34299b96c2dee1a688dc9b7928d
refs/heads/main
2023-08-23T16:21:33.794441
2021-10-17T03:42:46
2021-10-17T03:42:46
411,869,931
0
0
null
null
null
null
UHC
Java
false
false
706
java
class DecimalOctalHexaBinary { public static void main(String[] args) { int a = 12; int b = 014; //10진수 앞에 0붙이면 8진수 int c = 0xC; //표시하려는숫자 앞에 0x 붙이면 16진수 int d = 0b1100; //2진수로 표현하려면 앞에 0b 붙이기 System.out.println(a); System.out.println(b); System.out.println(c); System.out.println(); } } /* 8진수 1...
[ "jayoung1222@naver.com" ]
jayoung1222@naver.com
49419417176b043272f40d46b8390a16603b81d0
15a80e058ac6e24d854bed60d04b2710d5489a93
/EDD_Drive/src/EDD/NodoArchivo.java
a0754a9c8f0bf698cc84934320f3a9d2b0801993
[]
no_license
Angcelo/EDD_2S2019_PY2_201701020
bea21e7400befe662ce7b30673db10775dc38fef
e63b49f19fca7781c059b0636a104698197f6bd8
refs/heads/master
2020-08-28T06:01:19.179359
2019-11-18T04:59:08
2019-11-18T04:59:08
217,615,989
0
0
null
null
null
null
UTF-8
Java
false
false
680
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 EDD; /** * * @author angel */ public class NodoArchivo { public String nombre,extension,contenido,fecha; public int...
[ "43527563+Angcelo@users.noreply.github.com" ]
43527563+Angcelo@users.noreply.github.com
f530feba6ba6591623747ed576129acc86f95d10
b3c22d2b26180e9fa5b535e02a12108c28df549e
/ttms3.0/src/main/java/cn/tedu/ttms/common/exception/BaseExceptionHandler.java
853a4ad3cd577469b3f54feb6056fee803774e60
[]
no_license
kenyim001/Eclipse
bef78193911a34d023da62dcf7ef0b5d39475eaa
0df890550d3e7a639cc8f9e8fa55e1f856abd0ab
refs/heads/master
2020-03-14T11:17:47.693826
2018-04-30T10:36:49
2018-04-30T10:36:49
131,587,793
0
0
null
null
null
null
UTF-8
Java
false
false
514
java
package cn.tedu.ttms.common.exception; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseBody; import cn.tedu.ttms.util.JsonResult; @ControllerAdvice public class BaseExceptionHandle...
[ "38854212+kenyim001@users.noreply.github.com" ]
38854212+kenyim001@users.noreply.github.com
67b8243fd2341b911f1814a00e156d0a5e902714
d9ecff17a5bb51d49963e0bd6f0135c86e067dcb
/ReactImport/src/blurock/core/Hierarchy.java
87466b97a8c2496b46cb88d7d09011988f507319
[]
no_license
blurock/webReaction
edcd5e28d0f42e0afa949b32f1a0b3abd0083b66
7a443d30ba48d343da3ee2a30bb011c30b9dbbe8
refs/heads/master
2020-05-17T08:49:41.755387
2019-04-30T20:13:05
2019-04-30T20:13:05
183,616,837
0
0
null
null
null
null
UTF-8
Java
false
false
6,323
java
/* * Hierarchy.java * * Created on May 8, 2001, 2:48 PM */ package blurock.core; import blurock.coreobjects.*; import java.util.*; import javax.swing.*; import javax.swing.tree.*; import java.awt.event.*; import javax.swing.event.*; /** * * @author reaction * @version */ public class Hierarchy extends javax...
[ "edward.blurock@gmail.com" ]
edward.blurock@gmail.com
bca2a6291edf19202d0b6256e7c553886ca8165c
f37dee64053c4967c0b893045637ae68e3670807
/E-Commerce [J2SE]/Application Files/src/com/myntra/user/UsernameException.java
9d945bd410d33a30519439dab1ecf27312e6c30c
[]
no_license
theShaibaz/cool-projects
ff320b0857c9ffab350feb2881cbd324a5b46450
92cf5736e3cf6cb146bcaafa615ed984fb4e0467
refs/heads/master
2020-09-04T02:12:57.365361
2020-06-09T09:14:32
2020-06-09T09:14:32
260,655,657
1
0
null
null
null
null
UTF-8
Java
false
false
165
java
package com.myntra.user; public class UsernameException extends Exception{ @Override public String getMessage() { return "\nINCORRECT USERNAME FORMAT\n"; } }
[ "57229589+theShaibaz@users.noreply.github.com" ]
57229589+theShaibaz@users.noreply.github.com
ccd16d77eec05b516a53d861cabf6d36be6e219c
dcdb8fd99781263d9f8c2d967d35ccd705839b8b
/src/main/java/com/example/demo/Utils/ImageUtils.java
c66439150a1947c5c6abaf4b1260170b9dc9e22b
[]
no_license
villegasda/test-service
ccb5e34748ef84d6397837a5af7cbf24a6e9dc74
6c5fe8e03af2f4732c5cd9a3cbefe627c81e048f
refs/heads/master
2021-02-13T22:29:57.351847
2020-03-28T01:12:21
2020-03-28T01:12:21
244,739,822
0
0
null
null
null
null
UTF-8
Java
false
false
492
java
package com.example.demo.Utils; import org.springframework.util.StreamUtils; import java.io.IOException; import java.io.InputStream; public class ImageUtils { public static Byte[] inputStreamToByteArray(InputStream file) throws IOException { byte[] fileBytes = StreamUtils.copyToByteArray(file); ...
[ "danpinch@gmail.com" ]
danpinch@gmail.com
24f33d82979d5c3d1fc959d0fd5c3cba4b6a4b79
136b2a3d1e9e5a57906bfdc2167c96ee05b8764c
/项目后台/服务器端/Turings/src/org/turings/index/school/service/SchoolService.java
dae7113404d40ae9bf617f4edfb868ea0676a976
[]
no_license
Wangshuang11/AndroidTraining
726809b62cda33679c2a06a1006df5f83c111a75
a00c973ca573c78c9415e9fc676e2e09862ee6ab
refs/heads/master
2021-07-03T10:36:11.732587
2021-01-21T02:46:43
2021-01-21T02:46:43
217,285,868
3
3
null
2019-11-07T01:30:42
2019-10-24T11:46:24
null
UTF-8
Java
false
false
1,038
java
package org.turings.index.school.service; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.turings.index.entity.School; import org.turings.index.school.dao.SchoolMapper; import net.sf.j...
[ "2960095374@qq.com" ]
2960095374@qq.com
d4c8ef1118856ed65ab772ce3032089c08e84a2b
ca49f8f06cec590c5b58e70bfc10287c554a1d56
/src/naum/asafov/com/PathSumII113/Main.java
d8454f2bee8f0ef99b1a00ef6c608688d423cbba
[]
no_license
naum43312016/LeetCodeProblems
20ccb83dcafd7e4b612874dd32e9d2b852fb7621
0361606a4b88db989969b9cf60f2730f375f5d38
refs/heads/master
2020-09-16T03:26:40.468090
2019-11-23T18:40:47
2019-11-23T18:40:47
223,636,330
1
0
null
null
null
null
UTF-8
Java
false
false
2,100
java
package naum.asafov.com.PathSumII113; import java.util.ArrayList; import java.util.List; /* Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum. Note: A leaf is a node with no children. Example: Given the below binary tree and sum = 22, 5 / \ 4 8 / ...
[ "naum43312016@gmail.com" ]
naum43312016@gmail.com
651b62f085afe8cbf1f75baa4b1b564df8991011
339f7a7b7e3a27a9da05f7a269c2b5b78549b97a
/yours-dev-jenkins/mvp-ms-web/src/main/java/com/hsb/mvpmsweb/model/payload/SendSMSResponseData.java
7a2037996dc869e73613e0ecf80dab49fb8d8a66
[]
no_license
tangchaolibai/mvp
131f84784fc533b31e5f4e5220536a9dbe13c774
56a83e409a4477655e131008ebc806d51dcdb3d0
refs/heads/master
2023-04-15T03:57:12.190617
2021-04-21T13:50:38
2021-04-21T13:50:38
360,185,381
0
0
null
null
null
null
UTF-8
Java
false
false
568
java
package com.hsb.mvpmsweb.model.payload; import com.fasterxml.jackson.annotation.JsonProperty; import io.swagger.annotations.ApiModel; import lombok.Data; import lombok.ToString; import lombok.experimental.Accessors; @ApiModel(description = "This entity is used to send SMS for invitation response data.") @Data @Acces...
[ "heweiqing@formssi.com" ]
heweiqing@formssi.com
d0b3217f9b91ab7b553ba47f6e36767b911748ae
00e8c7329b29623402ad7ca5857f29fc5bb86842
/src/main/java/pl/camoleo/videoapp/DAO/VideoCassetteRepo.java
f1be4b3d408b7502bb0f7b86588bae28e2438c04
[]
no_license
camoleo/videoCassetteAppSpring
2b9549a64e2066da74c4c33759315901cb500bd5
b1ca3c04068a63f2d716761391d744e97fc93660
refs/heads/master
2023-01-19T06:55:03.525585
2020-12-02T08:45:45
2020-12-02T08:45:45
317,798,264
0
0
null
null
null
null
UTF-8
Java
false
false
294
java
package pl.camoleo.videoapp.DAO; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import pl.camoleo.videoapp.DAO.entity.VideoCassette; @Repository public interface VideoCassetteRepo extends CrudRepository<VideoCassette, Long>{ }
[ "kamilagraczyk@onet.eu" ]
kamilagraczyk@onet.eu
2b96246d3973ffedb2e33c3fd8525f11af8dd0cb
ca0ef043e026e1816f405ca3f1b5bb32f48e8dfb
/lizhihao--cms/src/main/java/com/lizhihao/cms/service/impl/UserServiceImpl.java
850d26e9e4b6de15c35e1ebd80aa76b93c998171
[]
no_license
lizhihao414/1710f-lizhihao-cms
854cf5a93ba5cff8429b4b2a988358dba3357dee
67cf3262da8c2f6e73a5aac95bed03885036cbf3
refs/heads/master
2022-12-22T19:04:11.228761
2020-01-12T08:05:26
2020-01-12T08:05:26
233,358,124
0
0
null
2022-12-16T04:54:26
2020-01-12T08:02:07
JavaScript
UTF-8
Java
false
false
1,833
java
package com.lizhihao.cms.service.impl; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.lizhihao.cms.common.CmsMd5Util;...
[ "2565733762@qq.com" ]
2565733762@qq.com
93b80aaa33c909f7700dd8ff62e79155ed8cbf5c
d97a98fb55e2675094e19d93d1744362ef8dd428
/gsm0348/gsm0348-api/src/main/java/ru/tapublog/lib/gsm0348/api/model/PoRProtocol.java
df729d48cca3dfee738acf38381c076ebd3318b8
[]
no_license
gangbanlau/gsm0348
3fee54940bfb6d1012b3f756ef517b0374322366
413540da60aa4ef1786559bd8e451ed26dc16384
refs/heads/master
2021-01-21T18:11:34.035974
2017-07-10T07:14:42
2017-07-10T07:14:42
92,023,124
1
0
null
2017-05-22T07:15:33
2017-05-22T07:15:33
null
UTF-8
Java
false
false
1,200
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: ...
[ "tapumail@ea7530ee-56cc-4271-9235-8ac10e78199d" ]
tapumail@ea7530ee-56cc-4271-9235-8ac10e78199d
7a01a1e60f1acbe71cdc18171b2a879bba4baaa7
9490430bcf21d615cce1a186a4227c6427db1394
/libam/src/main/java/com/hades/libam/updata/StorageUtils.java
75d0fef052335619f69fa046e9a1839cebdc74f8
[]
no_license
coolhades/CloudProject
6b74a8787da9841ee0ec71824a87013441803fe6
2fddff73fbfd92980325cfd98505e32d5869fb9d
refs/heads/master
2020-06-19T03:04:42.738501
2016-10-31T06:00:27
2016-10-31T06:00:27
74,925,003
0
0
null
2016-11-28T01:56:04
2016-11-28T01:10:15
Java
UTF-8
Java
false
false
3,250
java
/******************************************************************************* * Copyright 2011-2013 Sergey Tarasevich * <p> * 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 * <p> * htt...
[ "723760950@qq.com" ]
723760950@qq.com
c6f2a25554966bdbcd86addbd27cc1274d6f1bb6
8cd6ded4696820e7a79fe91efcee72e8ac0bb7ae
/Ejercicios4POO/src/IESVBBank/IESVBBank.java
fb9da0c28f16d43e9ff81451b0dc04cdfd433e14
[]
no_license
gitDGM/ejercicios-clase
00dec0ee62a327cf10780e349f7716482ba0a5f7
f05f7b01be8ffeadb9da009b217459179849eec1
refs/heads/master
2023-05-05T11:54:49.122657
2021-06-01T18:36:34
2021-06-01T18:36:34
331,340,396
0
0
null
null
null
null
UTF-8
Java
false
false
4,406
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 IESVBBank; import java.util.ArrayList; import java.util.regex.Pattern; /** * * @author alumno */ public class IESVBBank { ...
[ "dgomezmo99@gmail.com" ]
dgomezmo99@gmail.com
2420bb7b2d8d42db4d164eb4712243298045ce2e
cb90f4e57eef1bdebbafd201382f28a10375f26f
/Fiches et Rendues/Fiche 4/Module 2 _ Graphique/ProjetJava/src/jeu/Carte.java
7f6e237ad5515692e1c4e841d7dfb28a8b90c26c
[]
no_license
Managarmre/Projet-java-The-Caterpillar-Quest
2df7250a63cd32487cc088a5d4206cd9bf5bf59f
c6d4460d0ce21b4deaaa4f86218d2e604ff574b7
refs/heads/master
2020-05-26T03:56:28.633196
2015-06-12T15:54:52
2015-06-12T15:54:52
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
11,242
java
package jeu; import java.util.ArrayList; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; import org.newdawn.slick.SlickException; import elementsGraphiques.Cerise; import elementsGraphiques.Element; import elementsGraphiques.ElementFixe; import elementsGraphiques.ElementRamassable; import ...
[ "maxime.nicolas2@hotmail.fr" ]
maxime.nicolas2@hotmail.fr
c36804162a4e31a14f27bf50eac1350eff92a51a
20775483f4b6aabce24abf9305752997ced58ada
/register/src/main/java/com/lti/controller/EMIController.java
c04dd8c38d55663389f72b1fd2641ffcd8ea49a1
[]
no_license
gautamelectronicschaitanya/Finance-Management-System
584d4112351378059e133850a157f0ac0d91500a
10f26dc9f941e3c821c0e376d0eca70a80e429a9
refs/heads/master
2022-12-24T05:50:56.677188
2019-11-26T12:42:51
2019-11-26T12:42:51
222,249,335
0
1
null
2022-12-16T04:47:24
2019-11-17T13:06:28
Rich Text Format
UTF-8
Java
false
false
462
java
//package com.lti.controller; // //import org.springframework.beans.factory.annotation.Autowired; //import org.springframework.stereotype.Controller; // //@Controller //public class EMIController { // // @Autowired // private EMIService emiservice; // // @RequestMapping(path="emiDetails.lti", method=Request...
[ "noreply@github.com" ]
gautamelectronicschaitanya.noreply@github.com
094655f24f2c1ca047e73866f1b8c954dc28f4fd
497c837840f89ea72d1bd65e3637c779831aadb1
/baselibrary/src/main/java/com/android/module/baselibrary/http/progress/body/ProgressRequestBody.java
cedd25db0f453d72d52cd0699f5479c628ac5fac
[]
no_license
shangchunfa/BaseLibrary
4bf82328d4c8d7eed8ef6692bdc10c50be9b68c1
b592720af88080063b55c2724d531027389b8042
refs/heads/master
2021-05-18T12:24:56.244855
2020-03-30T14:12:19
2020-03-30T14:12:19
251,242,410
0
0
null
null
null
null
UTF-8
Java
false
false
4,780
java
/** * Copyright 2015 ZhangQu Li * <p/> * 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 * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by applicable law or...
[ "shangchunfa@cchaintech.com" ]
shangchunfa@cchaintech.com
7a5fa3f02ca0121f2c28f9bbac3a411af8b22686
a0e3b8106dcbfd58d9070454b91655f36ed378c0
/src/main/java/domain/Receipt.java
1371e7dad34fa44b0a03df17cf1e73792052fd7c
[]
no_license
fredySanabria/CoffeeShopChallenge
70aacaecbc0a9023ddcf73c637e054595f335596
a389eb8c339ab70acde0ba7b406dacb0271086db
refs/heads/main
2023-03-21T03:34:40.398479
2021-03-13T21:29:17
2021-03-13T21:29:17
345,856,228
0
0
null
null
null
null
UTF-8
Java
false
false
1,929
java
package domain; import application.DiscountFactory; import java.util.List; public class Receipt { private int clientDNI; private List<Product> productList; private static final int FREE_BEVERAGE_COUNT = 5; public Receipt(List<Product> productList) { this.productList = productList; } ...
[ "sanabria.fredy@gmail.com" ]
sanabria.fredy@gmail.com
f4e1c03276ab6f43bb5b565646a4aa35cc3a0779
6899ac75ed4bd1794e4a142af73a739c2254d389
/web-crawler-selenium/src/main/java/saaadel/linkedin/crawler/web/selenium/CrawlerWorker.java
cfc874aa42fdf627b5861927979c4a57f1789a17
[ "MIT" ]
permissive
saaadel/linkedin-crawler
936c415689112c626d22d8c3a088e59e0185d1df
2c3e5652090b7e0d563f8c15d91e6e3d795ebe6f
refs/heads/master
2021-01-23T01:01:49.169020
2017-03-29T23:42:45
2017-03-29T23:42:45
85,865,307
0
0
null
null
null
null
UTF-8
Java
false
false
2,216
java
package saaadel.linkedin.crawler.web.selenium; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.openqa.selenium.WebDriver; import saaadel.linkedin.crawler.model.dao.CompanyDao; import saaadel.linkedin.crawler.model.dao.EmployeeDao; import saaadel.linkedin.crawler.model.ent...
[ "saaadel@gmail.com" ]
saaadel@gmail.com
fcba706ce01e06d1d8aa4e24682a6094449a439a
47fa1c7e8367f1900a5e161d35467287bdf222dd
/tableItineraire/TableItineraires.java
7d9cb208303d4d0cb1471bb8889c28c0c7c8108b
[]
no_license
Antho95/BE_ROBOT_IA_2018
1f78602bf37c22d241ed6d58b8d303700848305f
947f846cfd7e691f205401c4bd808de77ccf137c
refs/heads/master
2020-03-09T13:32:08.616809
2018-06-04T14:22:30
2018-06-04T14:22:30
128,813,625
0
0
null
null
null
null
UTF-8
Java
false
false
1,032
java
package tableItineraire; import terrain.GrapheTerrain; public class TableItineraires { private Itineraire[][] tableItineraire; public TableItineraires(GrapheTerrain gt){ int nbSommet = gt.getNbSommet(); tableItineraire = new Itineraire[nbSommet][nbSommet]; for (int i = 0; i < nbSommet; ++i){ ...
[ "noreply@github.com" ]
Antho95.noreply@github.com
c7f59de2a4a8a5df3bd7f63477b1b36d46a106f1
a8430a5c6ed3792ff21f980e20a9403defa7e85a
/hero-common/src/main/java/com/hero/common/utils/number/NumberUtil.java
352e74d20502c5678114a88b8d081791ae7d65a7
[]
no_license
hevze/hero
c496c5222b50951fad1300fd19c047d8f488324a
74b9d559513d728efa22c9bc035ab7b8570acf8a
refs/heads/master
2020-05-23T13:07:55.768201
2019-05-16T06:36:51
2019-05-16T06:36:51
186,769,701
0
0
null
null
null
null
UTF-8
Java
false
false
6,004
java
package com.hero.common.utils.number; import org.apache.commons.lang3.math.NumberUtils; import java.math.BigDecimal; /** * * @描述: Object值转为不同类型的数值. * @作者: WuShuicheng. * @创建: 2014-9-29,下午4:31:41 * @版本: V1.0 * */ public class NumberUtil { /*** 舍 */ public final static int SCALETYPE = Bi...
[ "“wendonghuiaimeng@163.com" ]
“wendonghuiaimeng@163.com
b3de98d54cc6d162182364d614d1974ac827e3d1
e308fb3a7c49a9fda6e43cc0c2cf33738eaa912a
/app/src/main/java/cloud/antelope/lingmou/mvp/contract/DevicesContract.java
0ce2ce0d33a8d325396e4df360d9f3b88b3a224c
[ "Apache-2.0" ]
permissive
allenzhangfan/Lingmou2
1d37cbe5484ea15438c73037558343f96ee97223
c22d5f1b6ea5e325f1c2b5d8836dcba0ce53e325
refs/heads/master
2020-04-26T01:58:57.205750
2019-01-23T01:40:32
2019-01-23T01:40:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,828
java
package cloud.antelope.lingmou.mvp.contract; import com.jess.arms.mvp.IModel; import com.jess.arms.mvp.IView; import java.util.List; import cloud.antelope.lingmou.mvp.model.entity.CameraNewStreamEntity; import cloud.antelope.lingmou.mvp.model.entity.GetKeyStoreBaseEntity; import cloud.antelope.lingmou.mvp.model.enti...
[ "yeguoqiang6@outlook.com" ]
yeguoqiang6@outlook.com
a121dc34ac361d6815f75826fffb6ad5a3bee0bb
ed55dd654101daed09276d8f50866ba0e72bfc97
/BBDD_JBDC/src/pruebaBBDD/PrimerIntentoContectaEmpleJavi.java
f2e12ce41ae55a9159b6ed3677fbd367d4bdf889
[]
no_license
javierbarbe/bbddPRogramacion
052e8415d21954c2cb3edd2797871bc9257bcb49
c1c6bd6cb55b385c5ff065cce0618b2e2681c98b
refs/heads/master
2022-11-11T19:27:45.951221
2020-06-29T19:46:19
2020-06-29T19:46:19
264,747,561
0
0
null
null
null
null
UTF-8
Java
false
false
2,066
java
package pruebaBBDD; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class PrimerIntentoContectaEmpleJavi { public static void main(String[] args) { // TODO Auto-generated method stub try { C...
[ "Javi@Javi-PC" ]
Javi@Javi-PC
2b4b5117f7f794a266b842a954f258cf04d1b29f
0d177ef4070381f5bcd5c7aa455439e3bbd98ff1
/analytics/src/main/java/com/wadpam/open/analytics/google/GoogleAnalyticsTrackerBuilder.java
b8d03afaff40c0339a38c5eabc98b814a3d02e84
[]
no_license
sosandstrom/open-server
e0801baac115ffad9de1590c789ebae04f560ce7
d14e8c348b373d15f6ea03e96adc189a97660ca4
refs/heads/master
2016-09-07T23:13:52.114649
2014-02-05T17:52:45
2014-02-05T17:52:45
5,378,785
2
1
null
2014-01-21T14:52:23
2012-08-11T09:43:31
Java
UTF-8
Java
false
false
7,084
java
package com.wadpam.open.analytics.google; import com.wadpam.open.analytics.google.config.Application; import com.wadpam.open.analytics.google.config.Device; import com.wadpam.open.analytics.google.config.Property; import com.wadpam.open.analytics.google.config.Visitor; import com.wadpam.open.analytics.google.dispatche...
[ "mattias.levin@gmail.com" ]
mattias.levin@gmail.com
4920df22334421350a88af8ea6da7dc6df14fdbb
fee80e730c0a9d2ede2721d4441970bafaaaa646
/web/org/ace/insurance/web/common/Validator.java
56eaced2285aceba63ba892b5de092080d4379ca
[]
no_license
LifeTeam-TAT/GGLI-Core
242360ba9a6dd7cb3841fa495f9124a327df8450
d000f3068b863a581775f5cd7b78b2bfd06b378f
refs/heads/master
2023-03-29T06:26:44.456523
2021-04-02T15:03:18
2021-04-02T15:03:18
354,049,682
0
0
null
null
null
null
UTF-8
Java
false
false
116
java
package org.ace.insurance.web.common; public interface Validator<T> { public ValidationResult validate(T dto); }
[ "lifeteam.tat@gmail.com" ]
lifeteam.tat@gmail.com
8a4ec348e6a9374ab679a366a6dd1d9c40043778
718fbb688172f2a0f1d817448cdb1c32760abf8a
/src/receivers/DisplayLevel.java
810391cc54974828668cceb7e6a373d0076e9a77
[]
no_license
reemfu/soko-reem
d675f226ce2d8413883fea9f3a70625ebe35e186
2633219d3f7a74495a28f27e19ed8052c09ec72d
refs/heads/master
2020-05-23T10:22:27.922183
2017-01-30T14:43:09
2017-01-30T14:43:09
80,428,628
0
0
null
null
null
null
UTF-8
Java
false
false
377
java
package receivers; import java.util.ArrayList; import elements.*; import levels.*; public class DisplayLevel { Level level = null; public DisplayLevel(Level level) { this.level = level; } public void display() { for (ArrayList<Element> a : level.getBoard()) { for (Element el : a) System.out.pr...
[ "reemfu@gmail.com" ]
reemfu@gmail.com
ffd1aec1d81f06781c5bc0876dc4c18dea668e39
ca3b2bf6ecd9f5b8ecab4013d57c646406eed4f2
/metodos en java/src/metodos/en/java/SumarDosNumeros.java
c43d7f96d61eaac33ba549702a39c3b825064bda
[]
no_license
CristianCaviggia/himno
2701791f6771a0b049b259ca473a8ec9c4b15bb9
e108a2d9c06474a99792ca9ed20bc83cdde0c7ca
refs/heads/master
2020-09-09T21:27:49.481301
2019-11-14T00:33:05
2019-11-14T00:33:05
221,575,666
0
0
null
null
null
null
UTF-8
Java
false
false
508
java
// package SumarDosNumeros.java; import java.util.Scanner; public class SumarDosNumeros { public static void main(String[] args) { Scanner teclado = new Scanner (System.in); int numero1= teclado.nextInt(); int numero2=teclado.nextInt(); int resultado= sumar(...
[ "cristiancaviggia11@gmail.com" ]
cristiancaviggia11@gmail.com
308162c7c0a1f9cbefbd1517dce0666fa870d0b3
c602edfcdbf32122a07706b1e1788fbf62b8d57d
/arch-design/src/main/java/com/github/opensharing/archdesign/pattern/observer/CryEvent.java
a0dab0abb6297236ff604fee32f76e5623865300
[ "Apache-2.0" ]
permissive
w304807481/learning-plan
f00e49eac859f75e09d7dcb0d6b366ff869c98f6
baefddfd72ea822d282bf2e022d9133d9c2a56fa
refs/heads/master
2023-06-23T00:59:16.808883
2020-11-15T06:10:29
2020-11-15T06:10:29
245,796,546
2
0
Apache-2.0
2023-06-14T22:29:54
2020-03-08T10:46:58
Java
UTF-8
Java
false
false
121
java
package com.github.opensharing.archdesign.pattern.observer; /** * 小孩哭事件 */ class CryEvent extends Event { }
[ "304807481@qq.com" ]
304807481@qq.com