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
00bca87ba6168956999d69ec82814099a00a7116
22ff3bbd229915106d646b31c3598ef3e43a3f7f
/src/main/java/com/samarin/utils/json/MessageDeserializer.java
2b38d03451b0648c7edfdf85da7edcb1487d0b1a
[]
no_license
alexvbg/TestTask
f0c508d6b40b3e74128489e95a597017668ded79
3bd7cccfc1005265e99e382a504d7a383aa79431
refs/heads/master
2020-04-18T02:09:22.628970
2019-01-27T15:05:16
2019-01-27T15:05:16
167,150,161
0
0
null
null
null
null
UTF-8
Java
false
false
749
java
package com.samarin.utils.json; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonParseException; import com.samarin.websocket.model.Message; import java.lang.reflect.Type; public class MessageDeserializer impleme...
[ "samarinalex47@gmail.com" ]
samarinalex47@gmail.com
68484a6f5127867575687a228a6458a7b8813c5b
a4aecdec84415c6920cebc7d941424c2a55e662c
/SMNApi/src/main/java/com/vinhle/smn/api/model/response/UpdateBillReturnedResponse.java
b45dedaa07e1a0295307dce7bd3ef5d573e85b38
[]
no_license
vinhle1001/smn
9e873c1f9b63abb2115aad164f5ed54e5e7e78f9
e5a5bdcc11e08ffcf5247bce4b81109c617c2819
refs/heads/master
2021-03-22T00:12:54.321407
2017-07-12T16:26:47
2017-07-12T16:26:47
95,195,472
0
0
null
null
null
null
UTF-8
Java
false
false
1,032
java
package com.vinhle.smn.api.model.response; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.List; /** * Created by VinhLe on 6/5/2017. */ public class UpdateBillReturnedResponse extends BaseResponse { private List<UpdateBillReturnedDetailResponse> billReturnedDetailResponses; public...
[ "thuatsi01@gmail.com" ]
thuatsi01@gmail.com
7c0424e9851264b86c6a8ca2de15b7a1aff772d8
9d293700ec97033283166f4aa48238c9d9ba6afc
/emptask/src/com/deloitte/empl/beans/Emp.java
450ea42de97db148a9e5458feceaf43a65cfd06e
[]
no_license
ashish001rathod/emptask
65cc000c1f0467bda2ea94505acdb690deb52ded
6fbcd145365b908103f06afe1c484c24e8cff2df
refs/heads/master
2020-12-11T11:16:22.621225
2020-01-14T12:14:15
2020-01-14T12:14:15
233,833,910
0
0
null
null
null
null
UTF-8
Java
false
false
1,494
java
package com.deloitte.empl.beans; public class Emp { private int empno; private String ename; private String job; private int mgr; private String hiredate; private double sal; private double comm; private int deptno; public Emp() { // TODO Auto-generated constructor stub } public Emp(int empn...
[ "noreply@github.com" ]
ashish001rathod.noreply@github.com
c1cffde8d6023fe8de7bbddfa0583d57d30b020b
0ebb62397005bc8e1208ba0f41338a0c1ab7f485
/RoadRushFull/src/kysk/roadrush/full/vehicles/direction/TaxiDirection.java
96bb0ec72a89354822aeaf93ed7aa900fd3afb0d
[]
no_license
vijaykolagani/Sample-Codes
c0cda8b6a9441c676697b283bbb20258c48ece29
01d05508b6b319f38dcbf82217bdb709915d3d7b
refs/heads/master
2021-01-10T01:59:54.958186
2016-03-29T18:14:01
2016-03-29T18:20:22
54,812,736
0
0
null
null
null
null
UTF-8
Java
false
false
4,901
java
package kysk.roadrush.full.vehicles.direction; import kysk.roadrush.full.vehicles.Taxi; import android.graphics.Canvas; public class TaxiDirection implements VehicleDirection { private Taxi taxi; private int track; public TaxiDirection(Taxi taxi, int track) { this.taxi = taxi; this.track = track; } pub...
[ "vijay98480@gmail.com" ]
vijay98480@gmail.com
4812703141a34f7b32d61305646f375edaf76fb4
f24645a466680b28dbea7a1a199c91b1ad132826
/src/com/meer07/qiitamagazine/JsonParse.java
368db4bbadbc788ecf5a0681e2fd663f3ccd658e
[]
no_license
hinaloe/QiitaReader
6e98fa898920337710372b9c581d98b8cd48d929
fc302075208357d7a8166403e0595929ef1b0607
refs/heads/master
2020-12-11T07:21:37.566820
2014-11-13T16:37:10
2014-11-13T16:37:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,763
java
package com.meer07.qiitamagazine; import java.util.List; import android.os.AsyncTask; import android.util.Log; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; // Androidでは非同期通信以外はNG public class JsonParse extends AsyncTask<String, Integer, List<NewPost>>{ private ListAdapter adapter; public...
[ "kaige708@hotmail.co.jp" ]
kaige708@hotmail.co.jp
4f43ef0e2ea5836546cd982e55044decaf9fe99b
5cfefced873b6b1090895017bbb115c0bfa7c464
/Ch03/src/p71/IncreaseDecreaseOperatorExample.java
a0317d0f83ef63ac09ffbdce330cd54c9e1f2c30
[]
no_license
jangbigom91/Java
840ebe406e865747a1b5cb3fc6907b6ecaa6db9a
d166f56b3956f8052f63467a0cb574947b018e53
refs/heads/master
2022-12-31T18:42:43.438781
2020-10-27T01:09:23
2020-10-27T01:09:23
259,795,657
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package p71; public class IncreaseDecreaseOperatorExample { public static void main(String[] args) { int x = 10; int y = 10; int z; System.out.println("---------------"); x++; ++x; System.out.println("x = "+x); System.out.println("---------------"); y--; --y; System.out.println("...
[ "jangbigom91@gmail.com" ]
jangbigom91@gmail.com
bbe1c5f6649d24edbe7235a8482f4e005f7899bc
6f37baf30d68901652ed169e8e3b4cabeef3b3bd
/chapter_010/platformmachines/src/main/java/ru/rzaharov/models/Car.java
b4ec8860f7fbdfe6e32203fed9f8cf6c46a4a6f7
[ "Apache-2.0" ]
permissive
ryslanzaharov/rzaharov
6ded6903a79fa9b0fbd2887d569a086dfa67d49e
f57692ef7a91abbd084e366b63fd17f728f17bbb
refs/heads/master
2022-11-24T10:56:21.357763
2019-12-07T13:28:24
2019-12-07T13:28:24
99,967,792
0
0
Apache-2.0
2022-11-16T10:54:58
2017-08-10T21:53:59
Java
UTF-8
Java
false
false
1,144
java
package ru.rzaharov.models; import lombok.Data; import javax.persistence.*; import java.sql.Timestamp; @Entity @Table(name = "car") @Data public class Car { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "id") private int id; @Column(name = "mark") private String mar...
[ "Ryslan8906137@yandex.ru" ]
Ryslan8906137@yandex.ru
dfd4c3be0f83851b4d8744bfa591054da2da28b5
94f2497ce8b26f7b0c28d225a5e685b6445479c9
/src/functions/performingField/SetShip.java
d6a8e91a0bc9f116822960f2b5e19ae319544f31
[]
no_license
AidarValshin/BattleShipGame
e207a02740d0863424dedd1bb3aa96f8f0e7974a
146b0180c20e7a0e94ae09d5439e3833a5dcdca5
refs/heads/master
2022-12-17T08:14:34.174785
2020-09-05T15:38:05
2020-09-05T15:38:05
293,103,341
0
0
null
null
null
null
UTF-8
Java
false
false
3,105
java
package functions.performingField; import structure.Field; import structure.Ship; public class SetShip { public static boolean setShip(Field field, int x, int y, int axis, Ship ship) { //axis 1 - Field.getVertical(); 2 - gorizontal if (x > -1 && y > -1) { if (x < Field.getSizeField() && y < Fi...
[ "Aidar_V2000@mail.ru" ]
Aidar_V2000@mail.ru
df5c3658b723179699fd1857bd1271e03d28907b
c8df418e292665aebe71a700b37c7f5fc5e0081d
/Test/src/sort/Client.java
71ce4f47ffb2457ef62cc1968e49c1ec79ccbfc0
[]
no_license
ziew323/Design-Pattern
be5cd4dff0f0a4cb183861f9f70acc6606ba85bd
d255de35920753336f722bb3e6e5398594542f49
refs/heads/master
2021-01-10T01:47:56.053882
2017-05-05T10:21:41
2017-05-05T10:21:41
53,837,083
0
0
null
2016-11-21T01:39:00
2016-03-14T07:54:08
Java
UTF-8
Java
false
false
218
java
package sort; public class Client { public static void main(String[] args) { int a[] = { 3, 8, 5, 7, 2, 4, 6, 1 }; SortUtil.print(a); Sort.mergeSort(a); SortUtil.print(a); } }
[ "793124133@qq.com" ]
793124133@qq.com
2b8dafea4b1454f8e8df4889e24f1dfaa5dfac39
3712c486a9106ca759f3c12ed30aea881e01328b
/src/main/java/me/alextur/matlab/model/test/TestQuestion.java
49c525a6eb0e26efe1e538952622f0b0c422163b
[]
no_license
Akirus/octave-web-app
a4096f2a74ad5552320c3c319c5246fcef932a14
d9589f76bb469522046d3cee23812dbd0ee935a5
refs/heads/master
2021-09-14T12:23:48.994023
2018-05-13T19:21:26
2018-05-13T19:27:05
111,212,500
0
0
null
null
null
null
UTF-8
Java
false
false
1,081
java
package me.alextur.matlab.model.test; import com.fasterxml.jackson.annotation.JsonIgnore; import me.alextur.matlab.model.user.StudentGroup; import javax.persistence.*; import java.util.List; @Entity public class TestQuestion { private Test test; private Long id; private List<TestVariant> variants; p...
[ "Akirus@inbox.ru" ]
Akirus@inbox.ru
ef078f862f5624b527b5d03bdddcd0c6b4c170f2
602e8732331f9e3a092cd270f1546511644a38d5
/ws-uprunning/src/main/java/utils/aws/HTTPHeaders.java
bf301043c9e0df38645b4ba1a4f36c865805cfc5
[]
no_license
fabianormatias/web-services-soap
9c8b5a03af544c6c9961c18fd631d9faa65e1aed
86f99513584fd9f9bc3e4c0d94d121182d8ebe02
refs/heads/master
2021-01-09T21:46:52.027934
2015-12-17T18:20:42
2015-12-17T18:20:42
48,174,495
0
0
null
null
null
null
UTF-8
Java
false
false
4,395
java
package utils.aws; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import ja...
[ "fabianormatias@gmail.com" ]
fabianormatias@gmail.com
eb931e9f6fd0f250ce6e7d40b438d98359fd0ece
fc5d0758fc9404e0f74cd48e0965c9721d688e14
/target/tomcat/work/Tomcat/localhost/mall/org/apache/jsp/WEB_002dINF/views/main_jsp.java
c74f1b9b8834d50bada2a6886e79d4a794d951b5
[]
no_license
weathernet/mail
3a36195bdeda0ef024298ecb35edb117fef3b6f8
c1ebcb8af5a8c4adf66697c889b5dd2801cb298c
refs/heads/master
2020-03-18T19:11:12.829105
2018-05-28T09:39:47
2018-05-28T09:39:47
135,139,761
0
0
null
null
null
null
UTF-8
Java
false
false
5,508
java
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.47 * Generated at: 2018-05-28 06:53:38 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. */ packag...
[ "Administrator@SKY-20180527WCX" ]
Administrator@SKY-20180527WCX
89ca91418b8dfbb4027b6eee9230515f137c08b7
900a4bed90756232c19f0dedd5b76ee4685be07d
/src/test/java/org/springbyexample/aspectjLoadTimeWeaving/ProcessorTest.java
9bc6f3c4d82aa829c63180a7e771d981302e6997
[ "Apache-2.0" ]
permissive
karian7/ltw-not-working-since-junit-v4_7
b9aed65ffd1db0e9965f26a1afc863aefbe4dbbd
ee38f4894f54b55333c0cf07e060d36543f621df
refs/heads/master
2021-01-16T19:18:24.079527
2012-05-10T03:36:58
2012-05-10T03:36:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,086
java
/* * Copyright 2002-2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
[ "karian7@gmail.com" ]
karian7@gmail.com
e70cd66f4bcea0c70598d3c3a08a4cc804e1ad52
bf3991df248015702543905add240ac7596efacf
/spring-boot-nacos/nacos-spring/src/main/java/com/hzw/learn/nacos/nacosconfig/NacosConfiguration.java
ebd995338dfd0a4a2e6f0f6eb0581a0484d64516
[]
no_license
ZhengweiHou/spring-boot-parent-hzw
d11d6e2561cdc426a7100ea1f8e7861fc15a962a
980ad8cc94c9b828838dc3b8ec4cfb59a6f6615b
refs/heads/master
2023-08-29T02:39:41.152579
2023-08-08T01:08:15
2023-08-08T01:08:15
121,196,260
1
2
null
2023-02-21T06:20:34
2018-02-12T03:39:47
Java
UTF-8
Java
false
false
1,094
java
package com.hzw.learn.nacos.nacosconfig; import com.alibaba.nacos.api.annotation.NacosProperties; import com.alibaba.nacos.spring.context.annotation.config.EnableNacosConfig; import com.alibaba.nacos.spring.context.annotation.config.NacosPropertySource; import com.alibaba.nacos.spring.context.annotation.config.NacosVa...
[ "916108538@qq.com" ]
916108538@qq.com
fd9e996ace5b542e07aef1f24e5e2955ada8d2f7
35a6cfebd3931c16ea6af650dbbc67c0a25151df
/ribbon/order-consumer/src/main/java/com/huan/study/vo/ProductVO.java
70ec778d429d1e91683de89a1fee782d38421ae9
[ "Apache-2.0" ]
permissive
Lilicheng123/spring-cloud-parent
2f86eaf280161a0643615329655599265912bdd4
1e378eb1d2c19c91ec6a0a1a0438bb9bdd14a008
refs/heads/master
2022-02-13T06:57:53.517635
2018-08-28T09:22:44
2018-08-28T09:22:44
192,892,545
0
0
Apache-2.0
2022-01-21T23:26:04
2019-06-20T09:38:39
Java
UTF-8
Java
false
false
303
java
package com.huan.study.vo; import lombok.Data; import java.math.BigDecimal; /** * 商品实体类 * * @author huan.fu * @date 2018/5/28 - 16:30 */ @Data public class ProductVO { private String productId; private String productName; private BigDecimal productPrice; private Integer status; }
[ "1451578387@qq.com" ]
1451578387@qq.com
ab72c891ed8963b1f339f4d2a9ab7980754e58c7
aa2d83e50224bfbdfca50e179d0df705cefe39c7
/STADT.java
13c1e09a46495f5a2dafd66ca6fec0ce3fd3a4e8
[]
no_license
lisaG63/CS400P2
5fa196af4ee26ac1a2b9e29912bc9eca5183a0c1
43e7dec6ed5e6add7bb639fca7cd48b90aa9e065
refs/heads/main
2023-04-08T12:32:25.433503
2021-03-29T20:13:29
2021-03-29T20:13:29
352,771,465
0
0
null
null
null
null
UTF-8
Java
false
false
6,587
java
import java.util.List; // DO NOT EDIT THIS INTERFACE IN ANY WAY -- DO NOT SUBMIT /** * Defines the additional operations required of student's BST class. * * @author Deb Deppeler (deppeler@cs.wisc.edu) * @param <K> A Comparable type to be used as a key to an associated value. * @param <V> A value associated wi...
[ "noreply@github.com" ]
lisaG63.noreply@github.com
c59adbaa0542a6ed88ef0f2c1a684b2e0c63b14f
1c18616fb66d5d0316beb2df68676029b405c3dd
/src/main/java/students/linda_junkina/lesson_4/level_2/task_5/Task5.java
d9f72699b9ec1ab079ac99a52cad10384c785da0
[]
no_license
Vija-M/jg-java-1-online-spring-april-tuesday-2021
edb4c73cc4a13bdaa132bccca6a1c6d0088b2d5d
49817deb3052f24332442d2454932714915b50ad
refs/heads/main
2023-07-14T03:16:12.145252
2021-08-24T16:20:50
2021-08-24T16:20:50
399,513,003
2
0
null
2021-08-24T15:17:35
2021-08-24T15:17:34
null
UTF-8
Java
false
false
117
java
package students.linda_junkina.lesson_4.level_2.task_5; class Task5 { int firstNumber; int secondNumber; }
[ "linda.junkina@gmail.com" ]
linda.junkina@gmail.com
09e8998fd9d02c3dbb6fd0ba19ce60d9dd4defcc
e70ac110c26b4e2b950e3d877d748a48de03a576
/sdk_core/src/main/java/com/pandaq/appcore/cache/DiskLruCache.java
9930cd432971e1ce187fcf48619098e51cd7978d
[]
no_license
yxj1990/PandaMvp
62182ad4de21be8237880f1cbbae1998489ea2b8
ad228c7d72233aad453ecf625c131dd4f3dbccd5
refs/heads/master
2020-07-07T15:01:55.499844
2019-08-15T02:58:03
2019-08-15T02:58:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
35,168
java
package com.pandaq.appcore.cache;/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except duration compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/L...
[ "panda.h@foxmail.com" ]
panda.h@foxmail.com
99a01ad7b8f499cfb088d702daea9134a61eb936
bd1c198c0fcc44d64127d7fbf41135a5d9ba6b30
/crocodile-main/src/main/java/cn/silently9527/crocodile/core/security/UserService.java
4fd622e25589e933ff3dd04e258ec299188fe578
[ "Apache-2.0" ]
permissive
silently9527/crocodile-mini
448fcbaedee3d9b0bd326c73b5a281c02611f8c8
7e062cd358263300352392a0be3a2e0ca69e7681
refs/heads/master
2023-07-19T06:59:50.547948
2021-09-06T16:03:28
2021-09-06T16:03:28
403,252,956
1
0
null
null
null
null
UTF-8
Java
false
false
2,308
java
package cn.silently9527.crocodile.core.security; import com.baomidou.mybatisplus.core.metadata.IPage; import cn.silently9527.crocodile.repository.databases.entity.User; import com.baomidou.mybatisplus.extension.service.IService; import cn.silently9527.crocodile.core.security.model.AuthUserInfo; import cn.silently9527....
[ "3803033182@qq.com" ]
3803033182@qq.com
09b5347b34f81a03c705cec2cb87e435d75f35bb
ac82c44a91362f66d49c9ffa2f798b9a47e75ab4
/raml-parser-2/src/main/java/org/raml/v2/internal/impl/commons/nodes/TypesNode.java
633cd0195a950ce1d1cab8e0f2be079f8663ec8d
[ "Apache-2.0" ]
permissive
raml-org/raml-java-parser
0d07a5b61211dc4c7b255b3e05094f8577ce3cfb
d2935eb7eec3aee4b5badd644d51f14e09eadb3d
refs/heads/master
2023-08-29T01:04:55.495293
2022-02-12T14:27:47
2022-02-12T14:27:47
11,036,770
148
135
NOASSERTION
2020-06-09T10:37:39
2013-06-28T20:09:34
Java
UTF-8
Java
false
false
1,186
java
/* * Copyright 2013 (c) MuleSoft, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
[ "svacas@gmail.com" ]
svacas@gmail.com
b6fa5c443f1f512e3d3f81feea377a5edc8f5c74
a9e5d7839dd65ca9527b7ce554d1b965ba427ffc
/src/test/java/com/example/msformation/MsFormationApplicationTests.java
8238639f83b046471de9cc3efd6c6c4f99a9a7a8
[]
no_license
laiboumaima/Ms-formation
66ad06490b61bb6ae347a559173cbe27b3dfbb6f
8fa20a0f38ee5af56e2f7cc6a06b894124de93ca
refs/heads/master
2023-06-20T16:30:07.385058
2021-07-28T18:05:09
2021-07-28T18:05:09
390,284,672
0
0
null
null
null
null
UTF-8
Java
false
false
229
java
package com.example.msformation; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class MsFormationApplicationTests { @Test void contextLoads() { } }
[ "o.laib@esi-sba.dz" ]
o.laib@esi-sba.dz
aa3c44368734108ddff17892a448d0bb5db75651
63726a49e4b0719645d8ddf9898df726a274a654
/gulimall-coupon/src/main/java/com/xl/gulimall/coupon/dao/SeckillPromotionDao.java
8b657b1b270247149866776d9a61e8e4ccc207fd
[ "Apache-2.0" ]
permissive
bug10086/gulimall
d2ab2616cf111b5eb5bb2c6e1460a61edd901fd3
efaadd555ca89895e8b77838d32308b070253136
refs/heads/main
2023-04-18T02:16:53.449546
2021-05-04T14:59:37
2021-05-04T14:59:37
353,539,563
0
0
null
null
null
null
UTF-8
Java
false
false
402
java
package com.xl.gulimall.coupon.dao; import com.xl.gulimall.coupon.entity.SeckillPromotionEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 秒杀活动 * * @author xilieao * @email suiyueanhao@gmail.com * @date 2021-04-01 18:16:54 */ @Mapper public inter...
[ "1626053234@qq.com" ]
1626053234@qq.com
471eee91f8f2796cc61aa08baaa81380d2054ad9
e2ad2c2ed02a4a28304da8bd4d3c88e4db1c55f9
/MPlayer/app/src/main/java/com/example/mahmud/mplayer/MainActivity.java
b41527f1a062912330ea2c0bb9292d40444fc6a7
[]
no_license
Mahmud-CSE16/Android-Practices
726c0e41d7df92a8763b45264aa9203cdb3e28f6
5099f10587cfa16cb575400dfc6e2bc242a9c35c
refs/heads/master
2020-05-16T19:08:47.497720
2019-04-24T15:52:21
2019-04-24T15:52:21
183,250,029
1
0
null
null
null
null
UTF-8
Java
false
false
1,440
java
package com.example.mahmud.mplayer; import android.media.MediaPlayer; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.DividerItemDecoration; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.wi...
[ "mahamudul7959@gmail.com" ]
mahamudul7959@gmail.com
1ef15a0ba30987083a34630f4680e7060a18a160
21f6f37c5faab5c734a81051ff845a7e0e9d04b2
/app/src/main/java/com/tochalumni/osat/osat/Person.java
aef1cc1d26020368a31e4a89187871d539abbed2
[]
no_license
NikJoj/OSATapp
179ce2dec19425497b4f639dc21f83f001f82118
cc45c0e163e8acf732fa831aed41e0245d7978fe
refs/heads/master
2021-08-23T04:15:02.601193
2017-12-03T07:28:31
2017-12-03T07:28:31
112,908,282
0
0
null
null
null
null
UTF-8
Java
false
false
1,167
java
package com.tochalumni.osat.osat; /** * Created by joji on 28/11/17. */ class Person { private String fname; private String lname; private String pass; private String stud; private String insti; private String phone; private String email; public String getFname() { return fn...
[ "nikhiljoji07@gmail.com" ]
nikhiljoji07@gmail.com
28b4df36664e73714f36e9801457f304b01097d7
62a90cf15a106eebb35eef11c55a1ab43d2d07e6
/measure/src/main/java/ru/hoticecream/measure/activities/MeasureActivity.java
541d71467b0e9c3186fe8a9b3e8f182267cd1453
[]
no_license
HotIceCream/ViewsSandbox
006585dce9707dc30dc0fde277a4be2c14e0f577
8732b83d4aec20fbacc07fe72a34458a91a30326
refs/heads/master
2021-01-10T17:52:06.547205
2017-01-17T11:20:23
2017-01-17T11:20:23
44,447,232
0
0
null
null
null
null
UTF-8
Java
false
false
442
java
package ru.hoticecream.measure.activities; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import ru.hoticecream.measure.R; public class MeasureActivity extends AppCompatActivity { @Override protected void onCreate(Bundle sav...
[ "italan13@yandex.ru" ]
italan13@yandex.ru
0f349c072ba902f62ae9a025f977ad59e190fc8b
9cc1e0d8167a81e5424d286f0c3810a9b068fa73
/plume-mail/src/test/java/com/coreoz/plume/mail/MailerProviderTest.java
cbc71c7541689d957409c8fb318f6ca398f45125
[ "Apache-2.0" ]
permissive
Coreoz/Plume
8e290180cceb588e7e37a939f53274c09f5d3611
e99e663f5a7f3dbcda50e5ad3559eecff974188a
refs/heads/master
2023-08-30T05:40:32.932549
2023-08-25T11:48:49
2023-08-25T11:48:49
64,226,557
19
8
Apache-2.0
2023-08-03T08:26:18
2016-07-26T14:10:42
Java
UTF-8
Java
false
false
682
java
package com.coreoz.plume.mail; import org.assertj.core.api.Assertions; import org.junit.Test; import com.google.common.collect.ImmutableMap; import com.typesafe.config.Config; import com.typesafe.config.ConfigFactory; public class MailerProviderTest { @Test public void should_generate_well_form_property_file() { ...
[ "amanteaux@coreoz.com" ]
amanteaux@coreoz.com
833795dd98c58d2199d8c965b91a8c5de0278df7
f17370b95a3499f2fa7666d6e9cc43e1decc956f
/src/org/processmining/plugins/tsanalyzer/gui/TSTimeAnnotationGUI.java
76a2fb6ea7701f88098a4a057af366663ff8136e
[]
no_license
keithlow18/TransitionSystems
0349ccac01ced45d9a0bd744e0a1d6b9fcd1967d
87d4fd8c0c360795d31af9682b5f679e278fd36e
refs/heads/master
2021-01-10T08:48:03.203418
2015-11-27T00:47:29
2015-11-27T00:47:29
46,952,336
0
0
null
null
null
null
UTF-8
Java
false
false
14,549
java
/* * Created on July. 02, 2007 * * Author: Minseok Song (c) 2006 Technische Universiteit Eindhoven, Minseok Song * all rights reserved * * LICENSE WARNING: This code has been created within the realm of an STW * project. The question of under which license to publish this code, or whether * to have it publish...
[ "weizhe_1990@hotmail.com" ]
weizhe_1990@hotmail.com
4c0bf9f28d23abf996b994541c98cef9d4a12666
65ba7eef74b5871eda8c376fb5f99762e3ef2bdf
/src/main/java/com/crm/qa/pages/ContactsPage.java
d259d88f13db612317940818335cbc6b886f8078
[]
no_license
vinitmangal/FreeCRMTest
3f020646f0ce8159bdbbeecb6b81618f34ba24f2
072bb5b2393195c334b6b110d3b4eee1099727be
refs/heads/master
2020-05-01T01:17:41.623907
2019-03-22T18:38:51
2019-03-22T18:38:51
177,191,984
0
0
null
null
null
null
UTF-8
Java
false
false
1,725
java
package com.crm.qa.pages; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.CacheLookup; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium...
[ "vinitmangal.agra@gmail.com" ]
vinitmangal.agra@gmail.com
aceac8c746e0d55eb2a8935b4115e88321f9a703
392fbf26e26a86e7ea86a54d60bada004184dd9b
/impl/1.8.9/src/main/java/com/github/glassmc/sculpt/v1_8_9/test/SculptTransformer.java
9b8671443c62e4d0c5701ca52caa0c206609959f
[ "MIT" ]
permissive
bottlemc/sculpt
b788bd3094cc79a00a926996ff55b16ef3755427
50afce3bdfbfe8be359083a0b3b96cd6de2a0e47
refs/heads/main
2023-07-10T20:56:17.603188
2021-08-05T02:06:55
2021-08-05T02:06:55
386,432,698
0
0
null
null
null
null
UTF-8
Java
false
false
5,040
java
package com.github.glassmc.sculpt.v1_8_9.test; import com.github.glassmc.loader.loader.ITransformer; import com.github.glassmc.loader.util.Identifier; import net.minecraft.client.MinecraftClient; import org.objectweb.asm.ClassReader; import org.objectweb.asm.ClassWriter; import org.objectweb.asm.Opcodes; import org.ob...
[ "danterusdev@gmail.com" ]
danterusdev@gmail.com
3cad499bff57f0b2c65c065ae5f764d620790ce6
9ecfc3ed95494305d4f9b3d14cc900797a9a5f4d
/src/LinkedList/StdOut.java
40b2863ad09a0b648e0c7c5c1c8f48a1667ffb3b
[]
no_license
linhnt31/Datastructure-And-Algorithm
3eab8a64c7ab0c24d68d87a633547faafb3b42f9
d4d68ebc9c07642189b1b2c1532879b4d9e48e4f
refs/heads/master
2021-10-23T22:11:05.822722
2019-03-20T11:39:32
2019-03-20T11:39:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,302
java
package LinkedList; /** * * @author alg4 */ /****************************************************************************** * Compilation: javac StdOut.java * Execution: java StdOut * Dependencies: none * * Writes data of various types to standard output. * ****************************...
[ "silverbullet@LinhNT" ]
silverbullet@LinhNT
9c8a819c424f5682741bc970b2d66c90af714017
37470eda05c8eec84dbf7934202824c3597d55d9
/bmsys-service/bmsys-auth-service/src/main/java/com/ld/bmsys/auth/service/controller/MenuController.java
1db2a453684de63592e57bafc25bb2211c8fc472
[]
no_license
LI-DAI/bmsys
4d12ddc05a82cafe8928dbc81da6f80e1ad6dd9e
85c66cb45635118eaae0c06fa6afdfe8a98fcaf6
refs/heads/master
2023-05-02T12:49:09.847204
2021-05-15T04:44:53
2021-05-15T04:44:53
358,865,161
0
0
null
null
null
null
UTF-8
Java
false
false
955
java
package com.ld.bmsys.auth.service.controller; import com.ld.bmsys.auth.api.entity.Menu; import com.ld.bmsys.auth.service.service.MenuService; import com.ld.bmsys.common.entity.Result; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.web.bind.annotation.GetMappin...
[ "352710967@qq.com" ]
352710967@qq.com
af652a5145cf6c7452d90cf6841b6a3521a2bff8
59b47c39aca8e7cd58af0f7af82b1bb6e8ab9d10
/controllers/src/main/java/com/netcracker/ruslan/userDetails/UserDetailsServiceImpl.java
a6d7060ae135df8ef8facacc40c286af92b3c543
[]
no_license
RuslanClay/RUSLAN_SITARIS
70f4c17d8626e0fa346c00eb75da14b08184ea0c
096fbcdf9fcfaf6e0182d18f0f993025f84b6703
refs/heads/master
2023-04-29T11:06:31.697391
2021-05-07T13:16:26
2021-05-07T13:16:26
365,238,054
0
0
null
null
null
null
UTF-8
Java
false
false
870
java
package com.netcracker.denisik.userDetails; import com.netcracker.denisik.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.core.userdetails.UserDetailsService; import org.sprin...
[ "glinistyr@mail.ru" ]
glinistyr@mail.ru
91a165f42d81b5bfbce90efa83787312c31460c2
418804c350e89b4c97f1c5de249fae04913cb64e
/src/main/java/com/fpoly/service/Category_ProductService.java
7704014609ae5ced02ff9dcf08e5eb463e949f8d
[]
no_license
quanghuy2ktm/HNSneaker
e28ce304ecd7dc966b68755d1ebcdd8d20596417
28989fe478abc2c13daf1ffe61c67d7c7d325e6b
refs/heads/master
2023-07-16T15:03:19.759651
2021-07-24T13:38:37
2021-07-24T13:38:37
376,355,010
1
0
null
null
null
null
UTF-8
Java
false
false
498
java
package com.fpoly.service; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.fpoly.model.Category_Product; import com.fpoly.repositories.Category_ProductRepository; @Service public class Category_ProductService { @Au...
[ "huyvubv@gmail.com" ]
huyvubv@gmail.com
e5f38d34aae1a7239df41924a60ecf495bf47c30
d1c0d9d9bf4642ba178a900aff6303f5bdd30abf
/app/src/main/java/com/liutova/avocare/network/AsyncTaskProductFragment.java
59b168149b550cf9f3a7613e48cecfaed955c6f2
[]
no_license
sasha-liutova/Avocare
748e75f58b6605b2b0f1ca264eda15d7ff30a45c
a9d22dbe150c9377ab2e4559a65f2cf21b462005
refs/heads/master
2020-12-31T06:33:04.988840
2017-02-01T19:56:56
2017-02-01T19:56:56
80,655,699
0
0
null
null
null
null
UTF-8
Java
false
false
11,098
java
package com.liutova.avocare.network; import android.content.Context; import android.os.AsyncTask; import android.util.Log; import com.liutova.avocare.helper.CompositionTableRow; import com.liutova.avocare.listener.ProductFragmentListener; import com.liutova.avocare.model.DbProduct; import com.liutova.avocare.model.Db...
[ "sasha.lyutova@gmail.com" ]
sasha.lyutova@gmail.com
a5c40f8f8e64d789f227e3e089f650339d043df7
ca1a8270b02299f1b05171f9bf898af7a9b2099a
/src/com/lib/funsdk/support/utils/CheckNetWork.java
642e61a71c97650e913048ae802e6ca79bd92aff
[]
no_license
PMMOS/Project_TQ3358
892a63ae547bc9088b0729bb4d0cabdef4581509
6f5b8d5dff58f7122f2b93d5ad8557861c27880e
refs/heads/master
2021-01-24T08:06:15.611912
2018-01-23T03:19:42
2018-01-23T03:19:42
93,371,286
1
1
null
null
null
null
UTF-8
Java
false
false
876
java
package com.lib.funsdk.support.utils; import com.lib.SDKCONST.NetWorkType; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; public class CheckNetWork { public static int NetWorkUseful(Context context) { String net_type; ConnectivityManager manage...
[ "qxiaoyong9306@msn.cn" ]
qxiaoyong9306@msn.cn
c53a90d447872d1296f6d82fcc7ad1df4908b22b
252f59b7ee3e17d44c1fd392a0d83e05f17c2022
/app/src/main/java/com/frontinelabs/rxsample/service/ApiUtils.java
58f94f216a22ee7860ed707b32e3f9b54ac9c0ea
[ "MIT" ]
permissive
emjea/RxSample
03f9e45b5431f791d54973f13156988a08047ca1
504d87d06f2678ed31ea6752e1b18449fbdaf794
refs/heads/master
2021-05-08T07:38:13.486270
2017-10-14T08:39:05
2017-10-14T08:39:05
106,777,564
0
0
null
null
null
null
UTF-8
Java
false
false
323
java
package com.frontinelabs.rxsample.service; /** * Created by EBaba on 10/10/2017. */ public class ApiUtils { public static final String BASE_URL = "https://api.stackexchange.com/2.2/"; public static SOService getSOService() { return RetrofitClient.getClient(BASE_URL).create(SOService.class); } ...
[ "jevrieasay10@gmail.com" ]
jevrieasay10@gmail.com
713404890e1fa690b7300b544ffa50c98cbe04e4
d98e1f57f203b482adfbe3cde8c5ecaa621bd62d
/src/main/java/com/url/urlmessage/utils/AccessUtils.java
b6f81a9b100fddef85c3070820192437f2f89732
[]
no_license
wangganghua/urlmessage
63adc86a1f4c04741ecd208a831f76cfdc96a050
c55c9159222b883f91d2f4a43ba017b58c01f0c4
refs/heads/master
2020-04-03T18:29:55.473311
2018-11-09T02:28:44
2018-11-09T02:28:44
155,486,603
2
0
null
null
null
null
UTF-8
Java
false
false
5,160
java
package com.url.urlmessage.utils; import org.springframework.beans.factory.annotation.Value; import org.springframework.core.io.ClassPathResource; import org.springframework.util.ClassUtils; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.sql.*; import java.uti...
[ "3301302874@qq.com" ]
3301302874@qq.com
7b4dcbec1a9c44b346b604b0e58e5407ecdf721e
f649f4cfcb2ed5942567eba9b3fb39431f5c19aa
/MSGameBoard.java
434854863fc35be9441155ae89f8ca330d129b5f
[]
no_license
koldysnk/Mine-Sweeper
74639cad126d11135d096ef39aaa42758cc454dc
a952da956316a3465acea137fb0409d37afecff8
refs/heads/master
2021-07-19T05:56:16.709462
2020-05-27T05:10:48
2020-05-27T05:10:48
169,358,530
0
0
null
2020-05-27T05:04:35
2019-02-06T05:16:31
Java
UTF-8
Java
false
false
9,457
java
import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.*; public class MSGameBoard extends JPanel { private static JButton[][] squares; private static int[][] values; private static ImageIcon bomb,flag, one,two,three,four,five,six,seven,eight,blank,noFlag; private s...
[ "noreply@github.com" ]
koldysnk.noreply@github.com
2f6e6ef4e56b6df0957e896ec0a4e41f31f999f9
1b25d7099f22f050a1110a2f0eb0f16a11136ca9
/basics-servlet/src/main/java/ai/shape/basics/routerservlet/OptionsHandler.java
104b0bdccad062a196e7d7b4bd3b025c750baec9
[ "Apache-2.0" ]
permissive
tombaeyens/basics
ea11875d299ecacaa46c9e89f16b6e3c27fdfd23
d36685cf7e70ff9686af9b7a65eca8fc6c161c02
refs/heads/master
2020-06-01T08:47:41.664512
2019-05-28T19:26:03
2019-05-28T19:26:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,158
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "mail@tombaeyens.be" ]
mail@tombaeyens.be
17cfd64301c8d038fc5d69ea21ae8d621fb13d7f
000e9ddd9b77e93ccb8f1e38c1822951bba84fa9
/java/classes3/com/ziroom/ziroomcustomer/social/b/c.java
741d348ffdfae06085a3b54924f1ddd08ab53bc9
[ "Apache-2.0" ]
permissive
Paladin1412/house
2bb7d591990c58bd7e8a9bf933481eb46901b3ed
b9e63db1a4975b614c422fed3b5b33ee57ea23fd
refs/heads/master
2021-09-17T03:37:48.576781
2018-06-27T12:39:38
2018-06-27T12:41:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,990
java
package com.ziroom.ziroomcustomer.social.b; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.widget.Toast; import com.growingio.android.sdk.agent.VdsAgent; public class c { private static Toast a; private static View b; public static void showToast(...
[ "ght163988@autonavi.com" ]
ght163988@autonavi.com
07257c06a542794816be8c0e0484a83bf923eefc
bfb8af8107bc2095490df2c4db1c45125dba3a54
/src/model/MyFileDAO.java
f7ae09aa415cbeba22df3e643788303c7c831548
[]
no_license
ahn3752/K07JSPServlet
8c564dbe61e3772cd12f23904b68206f46dd4cdb
6b1d45159ce0fe12e1b5cd40f61d187b804d92b5
refs/heads/master
2023-02-12T07:22:43.941305
2021-01-13T09:29:34
2021-01-13T09:29:34
314,505,214
0
0
null
null
null
null
UTF-8
Java
false
false
2,557
java
package model; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.List; import java.util.Vector; import javax.servlet.ServletContext; public class MyFileDAO { Connection con; PreparedStatement psmt; R...
[ "ahn37@192.168.219.104" ]
ahn37@192.168.219.104
6847bd428f180899e9f9e119605ada330ce0fa15
b6ea417b48402d85b6fe90299c51411b778c07cc
/spring-web/src/test/java/org/springframework/http/client/support/InterceptingHttpAccessorTests.java
70c7cf3ca7d266eace17fbb05aa065a8d2f5a85a
[ "Apache-2.0" ]
permissive
DevHui/spring-framework
065f24e96eaaed38495b9d87bc322db82b6a046c
4a2f291e26c6f78c3875dea13432be21bb1c0ed6
refs/heads/master
2020-12-04T21:08:18.445815
2020-01-15T03:54:42
2020-01-15T03:54:42
231,526,595
1
0
Apache-2.0
2020-01-03T06:28:30
2020-01-03T06:28:29
null
UTF-8
Java
false
false
2,872
java
/* * Copyright 2002-2017 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "pengshaohui@markor.com.cn" ]
pengshaohui@markor.com.cn
4be963fb47b48a58fac58fb5145bf991651966bb
05f27a5a8e4d76e582a3846989a9f885ac9da263
/src/test/java/org/jenkinsci/plugins/gitclient/trilead/CredentialsProviderImplTest.java
19d39c8bdaaee215d7f2ce141c30b8f8c21ccdc7
[ "MIT" ]
permissive
jsoref/git-client-plugin
6f3ecd5faaa6e9eec66fe068d21e0e0d0cfddb71
347c9c76978320031fe88367a5f4ded0ab7d2401
refs/heads/master
2020-03-22T11:56:36.961370
2018-07-06T04:07:14
2018-07-06T04:07:14
140,006,238
0
0
MIT
2018-07-06T16:14:26
2018-07-06T16:14:25
null
UTF-8
Java
false
false
5,238
java
package org.jenkinsci.plugins.gitclient.trilead; import com.cloudbees.plugins.credentials.CredentialsDescriptor; import com.cloudbees.plugins.credentials.CredentialsScope; import com.cloudbees.plugins.credentials.common.StandardUsernameCredentials; import hudson.model.TaskListener; import hudson.util.Secret; import hu...
[ "mark.earl.waite@gmail.com" ]
mark.earl.waite@gmail.com
60006e4cbc3ea49e86867b1cbf5dcab60e0653bf
eac756d34ce63a7f39ed196d4e22bec698fb9ae0
/src/main/java/com/sunshine/netty/chat/server/SimpleChatServerHandler.java
eea870aaa0c8d06ce6332b93510e01b5097af35f
[]
no_license
wangtao927/JavaTest
95b1f846ed52e8bf40b0f79238270fff4813f07a
ce26eb5db8463f525323acffc71b9ca61b2ec002
refs/heads/master
2022-12-29T02:07:11.574420
2020-05-31T11:07:39
2020-05-31T11:07:39
117,941,899
0
0
null
2022-12-16T05:58:57
2018-01-18T06:25:56
Java
UTF-8
Java
false
false
2,273
java
package com.sunshine.netty.chat.server; import io.netty.channel.Channel; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; import io.netty.channel.group.ChannelGroup; import io.netty.channel.group.DefaultChannelGroup; import io.netty.util.concurrent.GlobalEventExecutor...
[ "meilin@1216" ]
meilin@1216
aa77c2821807df56852021839b60b83885e2108a
1aca06de76ca6e71f1f8050c756b5d93b38b2bc4
/src/main/java/org/jorge/fin/Direccion.java
8c91ba3a2cee3195a2b4352420474982f83953b3
[]
no_license
jorgezamora95/proyecto-final
a9a2fc00c598b3e97eae3338f9e6b5a74cc84ec2
61ee4a27681d3aeceee85e8cb24b47b58e1db7ae
refs/heads/master
2020-12-02T21:10:13.660902
2017-08-02T02:42:35
2017-08-02T02:42:35
96,265,107
0
0
null
null
null
null
UTF-8
Java
false
false
1,060
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.jorge.fin; /** * * @author T- */ public class Direccion { private String calle; private Stri...
[ "T-@PC198" ]
T-@PC198
94d0b538efade5346043cb42bc14287b614faa22
366a3727e333b94152535401d59807e754aef130
/AndroidLegacy/gen/vn/ce/sale/Manifest.java
3723d0bf555baaf54ab69f45821628ec0e8b6991
[]
no_license
kieunv1102/MyData
60e86477b16e185b223aa30fbf439340e3d15475
267482c107741eecfeb67ac06f217fad952ebe6c
refs/heads/master
2021-01-11T11:25:47.380999
2016-11-03T15:03:15
2016-11-03T15:03:15
72,654,917
0
0
null
null
null
null
UTF-8
Java
false
false
389
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 vn.ce.sale; public final class Manifest { public static final class permission { public static final String MAPS_RECE...
[ "kieu.nv.itfuns@gmail.com" ]
kieu.nv.itfuns@gmail.com
6428653f67d98fae777f6a29d4985e5284842657
c5e04795088464c71f9a23d7d9fc2d2fe35b4cc1
/musicplayer/src/main/java/adrian/example/musicplayer/service/list/UserInformationServiceListImpl.java
8a1a9444d1648ee0ff1fa85c63c0e8fda331c2b0
[]
no_license
bhafelsepaer/MusicPlayer
7b6bc951059f51635c74bb9c9835ddb1f649b4e2
85db53d2a92011825f6d9360dc88a998591683e2
refs/heads/master
2020-05-13T17:01:47.739231
2015-01-12T15:58:57
2015-01-12T15:58:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
888
java
package adrian.example.musicplayer.service.list; import java.util.ArrayList; import java.util.List; import org.springframework.stereotype.Service; @Service("userInformationServiceListImpl") public class UserInformationServiceListImpl implements UserInformationServiceList{ @Override public List<String> getInterest...
[ "dinor913@gmail.com" ]
dinor913@gmail.com
9b357168dc5cc22e91709c601d78ac0e80ac5995
b7e059fcec80340f0d371eb2f387111da9fbdaf1
/zipzap/src/com/monkeysonnet/zipzap/behaviours/DieOnRangeBehaviour.java
66fbbed66c7bb504582cf08d3ad8d1104f7670fb
[]
no_license
felixwatts/zipzap
62412084ceeccd1221ba265260e4fd2ce96133ae
a720c704221464310ba6433f9564b1c77e2e0f92
refs/heads/master
2021-07-21T14:03:46.911690
2017-10-31T13:31:26
2017-10-31T13:31:26
106,736,930
0
0
null
null
null
null
UTF-8
Java
false
false
615
java
package com.monkeysonnet.zipzap.behaviours; import com.monkeysonnet.engine.IEntity; import com.monkeysonnet.zipzap.IOrigin; import com.monkeysonnet.zipzap.Z; public class DieOnRangeBehaviour extends BehaviourBase { private static final float MAX_RANGE_2 = 10000; private static DieOnRangeBehaviour _instance; @Ove...
[ "felixwatts@gmail.com" ]
felixwatts@gmail.com
92090307173b28d9b638b7229a8481cc3fa38c6b
fde5d72b9bfefe28b777f44b1026ce9a32b3e277
/WordSearch.java
d06edc167a4768c4333ffa60ee4075335348d2b1
[]
no_license
sbrink00/MKS21X-WordSearch
bdd30a282ecd1f1a61eeea581db846e2fc424ffd
e3a8a71d878126f386e490c19a576ec75c9dab25
refs/heads/master
2020-04-05T06:12:09.176857
2018-11-19T04:00:17
2018-11-19T04:00:17
156,629,379
0
0
null
null
null
null
UTF-8
Java
false
false
7,071
java
import java.util.*; import java.io.*; public class WordSearch{ private char[][] data; private int seed; private Random randgen; private ArrayList<String>wordsToAdd; private ArrayList<String>wordsAdded; private static String instructions; public static void main(String[]args){ instructions = "This p...
[ "sbrink00@stuy.edu" ]
sbrink00@stuy.edu
ffa5011eca8580d3bb5fdbc7e3fac807ce86fcc7
9a1916ec4086cf71f8c0bccfe19b74e1bb8259e6
/app/src/main/java/ch/hevs/alexpira/viewmodel/PatientViewModel.java
7bade38ea2c05d7e384054618f6806bf651119b7
[]
no_license
alexgrb/PatientIndex
fdb432e500c83acb3feca74dd8701dbddd43537a
0f48eec097ec9c34b4cd80bb740713869f599a87
refs/heads/master
2021-02-18T09:49:58.828780
2020-03-31T20:17:20
2020-03-31T20:17:20
245,183,277
0
0
null
null
null
null
UTF-8
Java
false
false
2,056
java
package ch.hevs.alexpira.viewmodel; import android.app.Application; import androidx.annotation.NonNull; import androidx.lifecycle.AndroidViewModel; import androidx.lifecycle.LiveData; import androidx.lifecycle.MediatorLiveData; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; import ...
[ "piranavanpth@gmail.com" ]
piranavanpth@gmail.com
4808826d92abf5d9bd08fc27b65c3b97831d2046
30e4531588e98674e2a58a3f4cb57c205244cc21
/javaHowToProgram/códigos/Cap 03/firstExample/GradeBookTest.java
dc6a1ca68a586283ec92e18f0ff1fe69e52aa449
[]
no_license
danrleypereira/OO
5b23bb5dabc24a4179277eee3d2a6f0c14aad70e
3ce9398ccd54c369f7acff17f51b1ad1c3d5cc3c
refs/heads/master
2022-06-01T04:48:37.476306
2022-04-13T22:14:15
2022-04-13T22:14:15
53,614,713
0
0
null
null
null
null
UTF-8
Java
false
false
804
java
//Criando um objeto GradeBook e chamando seu método displayMessage. import java.util.Scanner; public class GradeBookTest { public static void main( String[] args) { //Cria Scanner para obter entrada a partir da janela de comando. Scanner input = new Scanner( System.in ); //Prom...
[ "danrleywillian@gmail.com" ]
danrleywillian@gmail.com
415745c857ec5790e3f37db0b39ae98802f702ed
9ae73446e2b5c82403cc69d67153764ae0b6f4cf
/app/src/main/java/github/alex/util/ViewUtil.java
ed52803641265e0d7880c1f55f9147b8f954374a
[]
no_license
893573771/MvpApp
a74066f7e07b5cff6d15c3850a53fd1f98cb2dae
38f4efa5e7de8572d3d349ee3622b9835ef895a6
refs/heads/master
2020-02-26T14:10:33.577100
2016-08-16T09:12:56
2016-08-16T09:12:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,796
java
package github.alex.util; import android.content.Context; import android.graphics.Color; import android.graphics.Rect; import android.graphics.drawable.GradientDrawable; import android.text.TextUtils; import android.util.DisplayMetrics; import android.util.TypedValue; import android.view.TouchDelegate; import android.v...
[ "qwe17911@sina.com" ]
qwe17911@sina.com
2295a1e0ec08d5abc5effb2e513d70d35405cdbe
ea7a8d6d987d4808089961744bb8a139fcef9f5f
/src/gcom/cobranca/NegativCritGerReg.java
951aedf68052dd7040725afc35d0b90b5f809656
[]
no_license
caern/gsan-caern
bd02c6190e9f524cf9598b0afa39d0d6b6062d29
55967181debf311d619aa05df61330435750f684
refs/heads/master
2016-09-10T20:11:06.411053
2014-11-14T12:30:12
2014-11-14T12:30:12
26,600,300
1
0
null
null
null
null
ISO-8859-1
Java
false
false
5,739
java
/* * Copyright (C) 2007-2007 the GSAN - Sistema Integrado de Gestão de Serviços de Saneamento * * This file is part of GSAN, an integrated service management system for Sanitation * * GSAN is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * th...
[ "atendimentogsan@caern.com.br" ]
atendimentogsan@caern.com.br
b991eb46dffa8cdb8aef9587bbdbfd39ab5a7dfa
c3c6ea029647070fc76fc55f5836dd5a8fe69223
/target/qforhashmaps/WEB-INF/classes/com/diwakar/qforhashmaps/util/Utilities.java
6ccc18c0d3035fbb54bf07a052a1843479f2b9d1
[]
no_license
bhardwajdb/qforhashmaps
d6499973905098df4df30dea041fa3631e48a974
9239cb74c04b947c05cf781385ee2a066f8585f7
refs/heads/master
2021-01-21T15:44:07.304859
2017-05-20T00:11:47
2017-05-20T00:11:47
91,853,554
0
0
null
null
null
null
UTF-8
Java
false
false
1,909
java
package com.diwakar.qforhashmaps.util; import com.diwakar.qforhashmaps.domain.Response; import com.diwakar.qforhashmaps.domain.WritablePacket; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import org....
[ "Diwakar.Bhardwaj@go-mmt.com" ]
Diwakar.Bhardwaj@go-mmt.com
35e0d57ae65473c0e6a1e8ff80b921314531e781
a6f4d8a6c8bd1097cd468240bdc8eed241ef9f0e
/executor/src/main/java/com/linkedpipes/etl/executor/execution/model/ExecutionStatus.java
4beebf0c8ab2fd81b352d9f6914807c016120e0d
[ "MIT" ]
permissive
linkedpipes/etl
e9cdb00bd53e8f720dbbfcbac32c8f0d48fd024c
52e904241be27fccd9d9b966b19f03f1ef00b647
refs/heads/develop
2023-08-21T23:49:17.746028
2023-07-20T15:51:02
2023-07-20T15:51:02
49,733,838
139
37
NOASSERTION
2022-07-12T07:51:18
2016-01-15T17:23:57
Java
UTF-8
Java
false
false
534
java
package com.linkedpipes.etl.executor.execution.model; import com.linkedpipes.etl.executor.api.v1.vocabulary.LP_EXEC; public enum ExecutionStatus { QUEUED(LP_EXEC.STATUS_QUEUED), RUNNING(LP_EXEC.STATUS_RUNNING), FINISHED(LP_EXEC.STATUS_FINISHED), CANCELLED(LP_EXEC.STATUS_CANCELLED), CANCELLING(LP_E...
[ "skodapetr@gmail.com" ]
skodapetr@gmail.com
309b484d02c7d1af38472a02a30c7f91725235eb
370072f25dd5a214efceb79c66dfe4f45c31e1e7
/PharosMiddleware/src/playerclient3/structures/simulation/PlayerSimulationPose2dReq.java
74b13d8aefddaad7fa7a359e9da915a84c344af2
[]
no_license
mahyuddin/pharostesbed
e953208ad7884d7f4b56498455a8756e9e183bf0
46cebffb630ad510ddac86b76b474aad74b27412
refs/heads/master
2021-01-10T07:48:39.383057
2012-09-21T01:49:30
2012-09-21T01:49:30
47,845,303
0
0
null
null
null
null
UTF-8
Java
false
false
2,422
java
/* * Player Java Client 3 - PlayerSimulationPose2dReq.java * Copyright (C) 2006 Radu Bogdan Rusu * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or ...
[ "chien-liang@53a56b47-fd32-4597-bdd3-0ed485b86959" ]
chien-liang@53a56b47-fd32-4597-bdd3-0ed485b86959
c43b0082427dce404edbb751ccbc7d4e08872c6a
9f64d1da234cb1c0191b3540f9e309e5f43d354b
/ wai-client-v1 --username voquocduy@gmail.com/wai/src/com/google/android/apps/unveil/history/SearchListener.java
1a37910e39fb238a487dc6a474b32450b3d2559d
[]
no_license
rayvo/wai-client-v1
17123d332fa9cc1878a00b144474d36b29891b3b
0ebfa81c27203253be11b4edfac8927a709e1411
refs/heads/master
2021-01-22T11:58:41.270263
2013-11-02T04:58:30
2013-11-02T04:58:30
33,710,586
0
0
null
null
null
null
UTF-8
Java
false
false
474
java
package com.google.android.apps.unveil.history; public abstract interface SearchListener { public abstract void onSearchCompleted(SearchHistoryQuery.QuerySpec paramQuerySpec, int paramInt); public abstract void onSearchResultsNoResults(int paramInt); } /* Location: C:\apktool\SmaliToJavaTUTKit...
[ "voquocduy@gmail.com@0fd9bcd8-174d-baa1-59d5-a6b515c80f00" ]
voquocduy@gmail.com@0fd9bcd8-174d-baa1-59d5-a6b515c80f00
6431e06244230562c7194bea51f3ea59c86b4c7f
a1cc2619e409597ed17a87326bd3e32f440d6b9c
/app/src/main/java/ru/korniltsev/telegram/chat/adapter/PhotoMessageVH.java
7ddaadbb7a415d97f8c9de84c018b13180823436
[]
no_license
n1n3b1t/tchalange
ebbdab44b7e2de65662fefd135ffd61e21c145e9
2ef8a386506349234414b35defef27ffb9d1d537
refs/heads/master
2021-01-15T12:14:04.797472
2015-07-17T15:50:50
2015-07-17T15:50:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,286
java
package ru.korniltsev.telegram.chat.adapter; import android.view.View; import flow.Flow; import org.drinkless.td.libcore.telegram.TdApi; import ru.korniltsev.telegram.chat.R; import ru.korniltsev.telegram.chat.adapter.view.PhotoMessageView; import ru.korniltsev.telegram.core.rx.RxChat; import ru.korniltsev.telegram.ph...
[ "korniltsev.anatoly@gmail.com" ]
korniltsev.anatoly@gmail.com
ba7f5c9222884c2aab6f8edcdbe88dfdfa5d7e62
03dd6d8a5c6196eca9e7f5334a1377ba2bc5a397
/src/com/github/amlcurran/showcaseview/StandardShowcaseDrawer.java
a317382043a75e08d068b9956e1e7a5f92aba750
[]
no_license
CuongAppable/showcase_lib
a8900f5678014ccbc9e83e6c37b00c16e7b67c7d
6ca9c22abc507826b980dc99122461aa463d05f0
refs/heads/master
2021-01-18T01:20:01.354775
2014-06-10T08:32:17
2014-06-10T08:32:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,225
java
package com.github.amlcurran.showcaseview; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; import android.graphics.drawable.Drawable; /** * Created by c...
[ "cuongnguyen@goappable.com" ]
cuongnguyen@goappable.com
dd7785608cbb4edf07460b6500a20cb3aafd76c7
583eabec20062324f029282db4f964a43dafcd76
/Spring01hibernate/src/main/java/pl/coderslab/controller/PersonController.java
ee94648dd03d391f986b71c2c336306a6842ec1a
[]
no_license
PiotrDawidziuk/Spring01hibernate
ccb1e860ab823260e7fbc4307023e1ad0413591b
52db25756149029c1ec4f64dec2d51ecaec396b9
refs/heads/master
2020-03-13T07:01:23.249708
2018-04-26T13:16:29
2018-04-26T13:16:29
131,016,904
0
0
null
null
null
null
UTF-8
Java
false
false
2,461
java
package pl.coderslab.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org....
[ "piotr.k.dawidziuk@gmail.com" ]
piotr.k.dawidziuk@gmail.com
e99d523314244c4b40ebcd24c8ce5f03261b2dce
9feb5b5ac3abf12b1101a3b57e3131f83c6b4ac1
/Signup/test/jan/signup/services/db/UserAccountRequestServiceImplTest.java
7066eff4bd1b4555fea39535cc649284d291bd1d
[]
no_license
oknw/signup
97c05212afd59b25a4b62ae3e0a340736080f3b2
18826c958a2336057ab85fe48653724321ff6981
refs/heads/master
2021-01-15T18:51:30.116419
2014-11-04T20:00:27
2014-11-04T20:00:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,165
java
package jan.signup.services.db; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotSame; import jan.signup.server.services.db.StatusType; import jan.signup.server.services.db.UAREntity; import jan.signup.server.services.db.UserAccountRequestService; import jan.signup.server.services....
[ "yanosz@gmx.net" ]
yanosz@gmx.net
f7479611999227628c27869e77be1a69e0ce0bdf
be09f83886f2566a7255af48f8a72cbdd649b625
/src/main/java/com/iamlile/jira/burndown/vo/NormalIssue.java
1bc707c83f63523bb66e42df5b06e2a42cd1406e
[]
no_license
iamlile/burndownchart
4d4d25a8f696cda1d2b28fe0f923dfd7d2055314
1606b7272d0c528ee5ef9ed6cea5195afd1bf5fd
refs/heads/master
2021-04-06T04:00:26.789329
2018-04-01T07:39:12
2018-04-01T07:39:12
124,728,038
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.iamlile.jira.burndown.vo; /** * Created by macpro on 2018/3/21. */ public class NormalIssue { private String id; private NormalIssueItem normalIssueItem; public String getId() { return id; } public void setId(String id) { this.id = id; } public NormalIssueIt...
[ "eyesight_11@163.com" ]
eyesight_11@163.com
415d1119fc68ad35f2645096ef2717bf3bdfb2c9
a1adf709d023835a648a3a0e6fdc4ee7bdddaf07
/pedro/src/main/java/up/projeto/pedro/livro/controller/ClienteController.java
1274d73bf8ec881755cdb4fb4e6ea73d070a7d33
[]
no_license
13pneto/crud-tes
9e9d8e014731cb91bbafe005243d668fce6361e1
8915f2cf75e455b6b6721bc73532d332e25a5636
refs/heads/master
2022-11-15T19:55:10.400893
2020-07-08T21:51:01
2020-07-08T21:51:01
276,221,315
0
0
null
2020-07-08T21:51:03
2020-06-30T22:25:15
Java
UTF-8
Java
false
false
1,364
java
package up.projeto.pedro.livro.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; import or...
[ "54824524+13pneto@users.noreply.github.com" ]
54824524+13pneto@users.noreply.github.com
63030158e27c7e7868ad6f977e8af7ff444b62d8
5f03d996e291de912639c32e6b51716fd472b373
/cashloan-rule/src/main/java/com/ajaya/cashloan/rule/model/srule/config/rule/AbstractRule.java
3e6be78e52e2b6ddb62179da7fdac1c3d0fc6605
[]
no_license
jibopeng/cashloan-product-africa-web-app
cba8bb055672425d0b180984c3f3b187f63c78e6
ebfe002843568acbfad39bb4178c9b0f69ef2ace
refs/heads/master
2023-04-13T16:02:48.383530
2021-04-20T09:24:21
2021-04-20T09:24:21
359,663,403
0
2
null
null
null
null
UTF-8
Java
false
false
2,131
java
package com.ajaya.cashloan.rule.model.srule.config.rule; import java.util.List; import java.util.Map; import com.ajaya.cashloan.rule.model.srule.config.condition.Condition; import com.ajaya.cashloan.rule.model.srule.exception.RuleValueException; import com.ajaya.cashloan.rule.model.srule.utils.RulePolicy; /** * Cre...
[ "17600558224@163.com" ]
17600558224@163.com
e662b59e38968e69e65cfdcfd3c78b8062c84e83
c057b4a30e6e04d2fb6836114b32628508d84f97
/sample_recyclerview_pager_2/java/MainActivity.java
0bcff879857ceb6c68a2c503552701b4f39a628c
[]
no_license
nomadlife/android_tutorial
65d8b6e27a3d1351b3a4bda5682d36dbf7748e5b
af95f24105a3f6c062fbce742a5920978b587ef8
refs/heads/master
2020-08-28T22:47:31.775037
2019-11-14T13:25:30
2019-11-14T13:25:30
217,843,294
0
0
null
null
null
null
UTF-8
Java
false
false
1,137
java
package com.example.sample_recyclerview_pager; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import java.util.ArrayList; public class MainActivity extends AppCompatActivity { ...
[ "joonwoo3816@gmail.com" ]
joonwoo3816@gmail.com
014af07cb47d6f0b6e54048f206eaebb7aa7a904
cf8ce47e5f608740169e671625034feffb9260e9
/shopping-api/src/main/java/com/programyourhome/shop/model/PyhBulkProduct.java
cab18a68caaab9f7bcafe79ac20f104bc69fed61
[]
no_license
ewjmulder/program-your-home
a0c98980e7859c29bcb5014238a0542db783959b
ed3f6b64f12d3fd03e38e5dacbb3c049c9a2770a
refs/heads/master
2020-12-20T12:33:18.718302
2017-12-19T11:04:40
2017-12-19T11:04:40
23,797,369
6
0
null
null
null
null
UTF-8
Java
false
false
143
java
package com.programyourhome.shop.model; public interface PyhBulkProduct extends PyhBulkProductProperties { public int getId(); }
[ "ewjmulder@yahoo.com" ]
ewjmulder@yahoo.com
8a84167d2c226fff0a5617a2f3c60c4b5e3df821
028cbe18b4e5c347f664c592cbc7f56729b74060
/v2/appserv-core/src/java/com/sun/jndi/url/corbaname/corbanameURLContext.java
5a1e870fb87ae018992c67d3ad17073c284b798d
[]
no_license
dmatej/Glassfish-SVN-Patched
8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e
269e29ba90db6d9c38271f7acd2affcacf2416f1
refs/heads/master
2021-05-28T12:55:06.267463
2014-11-11T04:21:44
2014-11-11T04:21:44
23,610,469
1
0
null
null
null
null
UTF-8
Java
false
false
3,969
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CDDL")...
[ "kohsuke@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5" ]
kohsuke@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5
5ffc9f922577dc43b4fb20b4898562d8e873b053
da4343f37e638db0752ef6898e8df34bc65af141
/app/src/main/java/com/ayushagarwal96/compass/MainActivity.java
8b9220c1b63dd6843801c99ab8fd43bfb3e93e84
[]
no_license
ayushagarwal96/Compass
9c5b58baa959de6a7c61bf8d4cd24731a62eb3eb
400bfaf76d22cdc0ae0fa2cda6d2cb06305d0827
refs/heads/master
2021-06-25T00:18:40.732881
2017-09-11T05:28:24
2017-09-11T05:28:24
103,093,210
0
0
null
null
null
null
UTF-8
Java
false
false
2,206
java
package com.ayushagarwal96.compass; import android.content.Context; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.ani...
[ "ayushagarwal96@gmail.com" ]
ayushagarwal96@gmail.com
5917c18fc0402ede2e137006624c03a3c0e50468
c70bf1b4c4d5ab2117ffdba7f11d16f632edf3de
/src/ua/artcode/algo/TestFact.java
30bc1779f715cb4113d5ffd0fc7efda47c55610f
[]
no_license
presly808/ACO3
67df45e1d808b0a8f23dd2c14945a5dce845420b
62487eabeaad8205f4c1db4adfa1ffdc6049c3e7
refs/heads/master
2020-12-24T13:53:00.242523
2014-12-24T07:15:34
2014-12-24T07:15:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
package ua.artcode.algo; import java.math.BigInteger; /** * Created by admin on 01.12.2014. */ public class TestFact { public static void main(String[] args) { BigInteger bigInteger = new BigInteger("5"); System.out.println(fact(new BigInteger("11"))); } public static BigInteger fac...
[ "presly808@gmail.com" ]
presly808@gmail.com
a0aaef761a6c4ac565b2e4304d8d1aacb6a6be3f
8a50d66a77ecf245289f23acb2ab7f91be8edddf
/amq/src/main/java/com/ys/service/topic/ProducerTool.java
3e35cc95b1f4e8679f954783190224265f97027f
[]
no_license
yushiwh/BigData
71b472ff97cc50c033464de99b6b5d383e442ad8
c9f538a6d4fe5127021579b5dd0bf31df2b225bf
refs/heads/master
2021-01-22T20:08:50.515942
2017-05-02T10:32:55
2017-05-02T10:32:55
85,287,511
0
0
null
null
null
null
UTF-8
Java
false
false
2,021
java
package com.ys.service.topic; import org.apache.activemq.ActiveMQConnection; import org.apache.activemq.ActiveMQConnectionFactory; import javax.jms.*; public class ProducerTool { private String user = ActiveMQConnection.DEFAULT_USER; private String password = ActiveMQConnection.DEFAULT_P...
[ "yushiwh@126.com" ]
yushiwh@126.com
9c605ffd6852f2813be3a7494cd8269a8229af3b
c1d20e33891deb190d096f5a5ea0cf426b257069
/newserver1/newserver1/src/com/mayhem/core/network/login/Decoder.java
a61d06c5575cd5aaad0635ac8e11ea2fbf0ab271
[]
no_license
premierscape/NS1
72a5d3a3f2d5c09886b1b26f166a6c2b27ac695d
0fb88b155b2abbb98fe3d88bb287012bbcbb8bf9
refs/heads/master
2020-04-07T00:46:08.175508
2018-11-16T20:06:10
2018-11-16T20:06:10
157,917,810
0
0
null
2018-11-16T20:44:52
2018-11-16T20:25:56
Java
UTF-8
Java
false
false
2,178
java
package com.mayhem.core.network.login; /* * This file is part of RuneSource. * * RuneSource is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any lat...
[ "brandon46142@icloud.com" ]
brandon46142@icloud.com
7e7a467fd2ada0ceb127ee06f9634c7ffd891712
42bbdff3f358f0291fed6ee9a2a4c29b484e2fb8
/deployers/src/main/java/org/jboss/jpa/resolvers/strategy/SearchStrategy.java
79a0dd4b95c1380251a442927b7d82f6b54e5dc7
[]
no_license
jboss/jboss-jpa
677ccd88cb81c339967009aa3a22ca2605ef42ba
a2ef4fdec9164d0220314b30852405838efaead4
refs/heads/master
2023-05-29T23:43:42.923281
2011-01-19T12:15:08
2011-08-11T02:20:07
1,177,403
0
1
null
null
null
null
UTF-8
Java
false
false
1,978
java
/* * JBoss, Home of Professional Open Source. * Copyright 2008, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify i...
[ "cdewolf@redhat.com" ]
cdewolf@redhat.com
ca943a7269c2adf6929995ea44a312d5c9e903ff
3eefcf92ac4c73ad8e3839605de64898fb363c47
/src/main/java/com/lh/view/AddUserView.java
41384f3d186c3af808f52cb540cbc9e4e7da8856
[]
no_license
MABIY/UsersManager
05a69c7584b892f742a2695aab9b647caa38802c
3208233d848cf37818c5b30061d8468991b101dc
refs/heads/master
2021-01-25T13:47:01.079344
2018-03-09T05:49:36
2018-03-09T05:49:36
123,610,918
0
0
null
null
null
null
UTF-8
Java
false
false
1,416
java
package com.lh.view; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; public class AddUserView extends HttpServlet { protected void doPo...
[ "jyfc7879@gmail.com" ]
jyfc7879@gmail.com
3eb1d15751706c648072ff41ec5b9b7d2a347624
5e2644e2c04bfdd8781b5f36a908d8fc497bb84f
/src/com/asus/suw/lockscreen/AsusFingerprintEnrollFindSensor.java
146cf68d1369cf902c77de7bba139d54caa00f62
[ "Apache-2.0" ]
permissive
biantao712/Settings
2f61bfb4ce21f29e308afc2d0e6b138b4c8f6fa6
eba1e20cdc131ff4678ba246451fb20796337468
refs/heads/master
2021-07-05T13:23:15.596634
2017-09-26T03:30:01
2017-09-26T03:30:01
105,894,988
1
0
null
2017-10-05T13:44:14
2017-10-05T13:44:14
null
UTF-8
Java
false
false
9,739
java
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "dylan_wang@asus.com" ]
dylan_wang@asus.com
5dc2617bffc6121edb74de42e1ae8859bba2e46f
70b52c0d6fe124ebad7bf2a537c44d864cfd3665
/FaceReplacementSystem/src/frs/curve/BestSideCurves.java
0750d1e3f4868a0a4c241934f220d68d220c6c5a
[]
no_license
projectwork065bct/FaceReplacementSystem
cc68a866f70a56281bd52e913f8bafef8c845dc7
645085ea3317ce4368044e02a58fd13d04598c69
refs/heads/master
2021-06-22T18:55:12.723227
2017-03-30T15:44:34
2017-03-30T15:44:34
4,747,047
6
1
null
null
null
null
UTF-8
Java
false
false
10,682
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package frs.curve; import frs.dataTypes.FeaturePoint; import frs.helpers.ColorModelConverter; import frs.helpers.DeepCopier; import java.awt.Point; import java.awt.geom.GeneralPath; import java.awt.geom.QuadC...
[ "ramsharan@ramsharan-PC" ]
ramsharan@ramsharan-PC
079ebcbd481d58ba569f36de304d9c61c91e0f16
f9baed16714cf2279ae67114d18da4a9815871be
/app/src/main/java/com/zj/reviewknowledgepoints/javaCode/bitmap/MemoryLruCache.java
ed961ac680d5da9ac8e56c84021e0bb87f261de2
[]
no_license
zhangxushi665/ReviewKnowledgePoints
d408b191d2594304e7cc1c55fb87a609c4982ce5
2ea211abc12876553b37de3700dcb10bcabbb6e1
refs/heads/master
2020-04-22T08:07:55.826067
2019-02-21T06:52:49
2019-02-21T06:52:49
170,234,439
0
0
null
null
null
null
UTF-8
Java
false
false
3,949
java
package com.zj.reviewknowledgepoints.javaCode.bitmap; import android.annotation.SuppressLint; import android.graphics.Bitmap; import android.os.Build; import android.text.TextUtils; import android.util.LruCache; import java.lang.reflect.Field; import java.util.Iterator; import java.util.LinkedHashMap; import java.uti...
[ "test" ]
test
32dfb5fa81547ba16ec85f9cac2fc353c6f293c5
bfa58ee4425d4881810cbfd779a966d1f4edf6dd
/src/main/java/tool/XmlTool.java
6c08df0c5b6b6d7ff9f614b7e58c9b6884ef7ece
[]
no_license
libanguo/integrate
eda7f7ed838c9f9ae9101ad046f37ef91ce6d5bc
17789bf82de720dcbd4bd5e7702348e5ac3e50f7
refs/heads/master
2023-05-23T17:05:18.204401
2021-06-08T11:17:36
2021-06-08T11:17:36
373,018,226
0
0
null
null
null
null
UTF-8
Java
false
false
3,684
java
package tool; import org.xml.sax.SAXException; import javax.xml.transform.*; import javax.xml.transform.stream.StreamResult; import javax.xml.transform.stream.StreamSource; import javax.xml.validation.Schema; import javax.xml.validation.SchemaFactory; import javax.xml.validation.Validator; import java.io.*; public c...
[ "1309785201@qq.com" ]
1309785201@qq.com
5951ff0d70849a58c78f9f6f04d2345ac1b30ed3
620df7c944c4e2762aabbedc980d382e9e895e3a
/Lab3/property/House.java
f3a07633a72007b9026f4758d6f9557b5dde834a
[]
no_license
mrr3n3w/Java
cc126a0a082afc9d2c877adf093075223f31f4a9
8f951536c10e9e790b873ad2fa4b07aacfb76dfc
refs/heads/master
2020-05-16T23:21:57.551293
2014-06-04T20:43:18
2014-06-04T20:43:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
623
java
/** * @author Jordan 300219995 */ public class House extends Dwelling { private double yardArea; private String houseType; public House( String address, Zone pZone, double area, int bedrooms, double bathrooms, double monthlyRent, double yardArea, String houseType ) { super(address, pZone, area, bedrooms...
[ "Jordan@Jordans-MacBook-Pro-4.local" ]
Jordan@Jordans-MacBook-Pro-4.local
768fb5495d171f37253ec7d37d2018a05e2d53d8
963599f6f1f376ba94cbb504e8b324bcce5de7a3
/sources/p035ru/unicorn/ujin/view/customViews/dynamic/button/BaseButtonHolder$bindButton$1$1$3$2.java
8e32788d7c94ca883c6bc5d574907c10543815f6
[]
no_license
NikiHard/cuddly-pancake
563718cb73fdc4b7b12c6233d9bf44f381dd6759
3a5aa80d25d12da08fd621dc3a15fbd536d0b3d4
refs/heads/main
2023-04-09T06:58:04.403056
2021-04-20T00:45:08
2021-04-20T00:45:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,152
java
package p035ru.unicorn.ujin.view.customViews.dynamic.button; import android.content.DialogInterface; import kotlin.Metadata; @Metadata(mo51341bv = {1, 0, 3}, mo51342d1 = {"\u0000\u0016\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\u0010\u0000\u001a\u00020\u00012\u000e...
[ "a.amirovv@mail.ru" ]
a.amirovv@mail.ru
1b580153a342a83036c3acabb57520c61d56a166
d029387ac07274968616cb5910fef3396601b0bd
/APL2.1/TP07/exo1/Moto.java
8d13c154a2f6b771a3148b94b7402bdfaca4160d
[]
no_license
vbaron42/Transfert
54ac130d1094ff215166f7887888992a01de179c
5de585c6c3e05d2128f53b56682ad7fc48210392
refs/heads/master
2020-05-03T15:22:22.176629
2019-03-31T15:01:28
2019-03-31T15:01:28
178,702,592
0
0
null
null
null
null
UTF-8
Java
false
false
136
java
public class Moto extends Vehicule { @Override public String sorte() { return("Moto"); } public int nbRoues() { return(2); } }
[ "valentin.baron@etu.u-pec.fr" ]
valentin.baron@etu.u-pec.fr
bd524e6662458b0e3e816e4b4bfd616bc46525ab
3dd022cec8db7537273d511198d43527ad43170c
/src/main/java/resourceater/model/resource/offheap/CreateOffHeapResourceRequest.java
d9d7fdf66735219a113d50fea52f54f3723d63a7
[]
no_license
jonatan-ivanov/resourceater
5713cb7a67217f4de2a31406d994620bdebdee0c
eb7de196ca23627fab0ba086bab0f2c40330deab
refs/heads/main
2023-08-01T08:45:41.400156
2023-07-18T03:15:15
2023-07-18T03:15:15
179,780,173
12
2
null
2022-10-26T06:28:48
2019-04-06T02:33:13
Java
UTF-8
Java
false
false
258
java
package resourceater.model.resource.offheap; import java.time.Duration; import resourceater.model.resource.CreateRequest; /** * @author Jonatan Ivanov */ public record CreateOffHeapResourceRequest(String size, Duration ttl) implements CreateRequest { }
[ "jonatan.ivanov@gmail.com" ]
jonatan.ivanov@gmail.com
ddf69d6cfdd90f51a8a86ecd4fbe6cf61fe96b3e
7f5beb2fdc09edff977005f3f069ac9dee8e15d7
/DistinctSubsequencesDP.java
aac9ce9d1a894c06ae98eb41d94f4f7e54621c62
[]
no_license
breezedu/LeetCode2012
1a759a8402fd50b3d32aca301e875a91f5095542
2a04b2b52f0576c44a5538a51ed04a0c6b5032b9
refs/heads/master
2021-01-01T06:38:42.451967
2017-10-05T12:48:42
2017-10-05T12:48:42
16,752,307
0
0
null
null
null
null
UTF-8
Java
false
false
3,276
java
package leetCode2012; import java.util.Scanner; /****************** * Given a string S and a string T, count the number of distinct subsequences of T in S. * A subsequence of a string is a new string which is formed from the original string * by deleting some (can be none) of the characters without disturbing *...
[ "breeze.du@gmail.com" ]
breeze.du@gmail.com
f12c4d687530c87fbebcbecf50d60fd9496a2b3b
6346188d452745223e0fccd6aa68c9f08e77299c
/FRC/2018/Stealth2018/autoCommands/Position3Path1_2.java
20b2db179ef158d060ac8f90dfa37c8d442b8b37
[]
no_license
JimWright4089/FIRSTWorkshops
6f0fd61095974414fe3cba64e744e3a52c4949a0
12564ee58ecc0abe3a4dbc1dceba915e74f8cfb2
refs/heads/master
2023-01-29T05:02:25.502459
2023-01-12T18:19:31
2023-01-12T18:19:31
103,087,575
0
0
null
null
null
null
UTF-8
Java
false
false
3,775
java
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks...
[ "james@jimwright.org" ]
james@jimwright.org
6d21bcaa42eec875593ecc0a685a490911a62b8c
7ae75d33b16977e9baa1644ebf8f95a1c19af5db
/xxWork/app/src/main/java/com/shengxi/xxwork/network/api/LOLNewsService.java
3393d2d16d889e16f2e09c10b13e9049229bc6d6
[]
no_license
ShengxizzZ/NewsWork
c27b9bd152c1c1644e87c8c43d1759e9afddca04
85616fcbde02f7814cd34346ba2f684458f1c901
refs/heads/master
2020-04-29T22:07:57.474257
2019-03-21T05:53:25
2019-03-21T05:53:25
176,436,277
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
package com.shengxi.xxwork.network.api; import okhttp3.ResponseBody; import retrofit2.http.GET; import rx.Observable; public interface LOLNewsService { @GET("lua/lol_news/recommend?cid=12&areaid=24&reset=false&direction=0&plat=android&version=9854") Observable<ResponseBody> getLolNews(); }
[ "shengxi1994@gmail.com" ]
shengxi1994@gmail.com
f1435adfeb924ba8368395a212c4aa8dddc07328
5e665a179ee1b6dc8c9edc5df9e44775dd4adc04
/src/main/java/com/util/Page.java
329e111b9d18f31d316b6a812d9972d13632776f
[]
no_license
ffreeway233/aya
306bfa5f2449c908613899fc93bae2bf8b104519
4689d6efccc4bc5d0ccd1541bcf5de4eb435e078
refs/heads/master
2020-04-29T21:35:19.118234
2019-03-23T03:03:49
2019-03-23T03:03:49
176,417,601
1
1
null
2019-03-20T08:59:58
2019-03-19T03:40:30
JavaScript
UTF-8
Java
false
false
1,986
java
package com.util; public class Page { private int pageIndex = 1;// 当前页 private int pageCount = 15;// 每页条数 private int totalCount = 0; // 总记录数 private int totalPage = 1; // 总页数 // 显示的页码 private int startPage; private int endPage; /** * 开始记录数 * * @return */ public int getStart() { return (pageIndex ...
[ "13777845003@163.com" ]
13777845003@163.com
f2b71e7eff3c98a567983a5bb57d5fffb8e827bc
00c1d242bf4604e0a3fe07d49541b75bdcc339e6
/lab2/VNull.java
5d1ac56e9c6c35ac593b26f7945c6b9b325d0b09
[]
no_license
Jesperrask/plt-chalmers
e777820d1483158bb2146cb2f3fc3c007ec4da6a
8748e71f556bdfa4031bcc0c3660b892c4e36b42
refs/heads/master
2021-06-11T21:25:14.218460
2017-01-10T23:33:03
2017-01-10T23:33:03
126,058,367
0
1
null
2018-03-20T17:39:00
2018-03-20T17:39:00
null
UTF-8
Java
false
false
110
java
public class VNull extends Value { public boolean equals(Object o) { return (o instanceof VNull); } }
[ "nachivpn@gmail.com" ]
nachivpn@gmail.com
dadbd57c36b9152e5740e64a4028061b1eb871c4
3800cd99fdb7d827b471d2541fa69e74eaa9e6e8
/src/main/java/jb/dao/impl/DiveStoreAddressDaoImpl.java
f7513a113a79810dd91256642d5262f967af61e4
[]
no_license
huanganrang/dive
7183929b807aa3fb3928e8cb8639352f7315797c
07e64e38510fb25bd901cb0ad0a17f71a6732369
refs/heads/master
2020-04-06T06:51:40.546561
2016-07-09T17:09:11
2016-07-09T17:09:11
38,625,923
0
2
null
null
null
null
UTF-8
Java
false
false
281
java
package jb.dao.impl; import jb.dao.DiveStoreAddressDaoI; import jb.model.TdiveStoreAddress; import org.springframework.stereotype.Repository; @Repository public class DiveStoreAddressDaoImpl extends BaseDaoImpl<TdiveStoreAddress> implements DiveStoreAddressDaoI { }
[ "252429711@qq.com" ]
252429711@qq.com
c31aa9ddf216bdf9b561c1d51d05edef780f0979
854e6bad74000e934a3eca8ca9cd72666c8a327a
/src/com/demo/controller/UpdateinfoServlet.java
a749a3805c8b5657c6e92d49f49b2d33c5f88387
[]
no_license
little-swallow/Demo
042389a17eb41a4257e16f3a2d37d9af89ea4f2b
c69972239b566f6c4031aaeb580b7ab18cbc4094
refs/heads/master
2021-05-04T17:09:38.595770
2018-02-18T12:54:50
2018-02-18T12:54:50
120,265,689
0
0
null
null
null
null
UTF-8
Java
false
false
2,236
java
package com.demo.controller; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import ...
[ "walleye0806@163.com" ]
walleye0806@163.com
f48e191c8658b27a3c2c58e4ca41eaa239c06659
429d845b6e9289d36eb857f3ba45a946f5171c46
/GCD of three numbers using functions/Main.java
8f78a9db2272225246c29d7ff8962e1045c3f721
[]
no_license
ABHISYADAV/Playground
f0aedad82fd64edab6da55a65400ce5b9f3ff0c8
c7cf2f55bb141f758f850868d935c81cad78a2c1
refs/heads/master
2020-04-26T20:07:36.274844
2019-06-14T18:40:05
2019-06-14T18:40:05
173,799,311
0
0
null
null
null
null
UTF-8
Java
false
false
474
java
import java.util.Scanner; class Main{ public static void main (String[] args){ // Type your code here Scanner in = new Scanner(System.in); int num1 = in.nextInt(); int num2 = in.nextInt(); int num3 = in.nextInt(); int gcd1=find_gcd(num1,num2); System.out.println(find_gcd(gcd1,num3)); } p...
[ "abhisyadav.1234@gmail.com" ]
abhisyadav.1234@gmail.com
acdf0b2d0a35238e64ce78c8c728301de87b22ac
a304a6f1f87d47d3d788307e07a2b451388fe490
/src/main/java/ch/groovlet/model/resource/SongResource.java
bfc1d316388d17b8e863503b7e034bfc50d0ab2e
[]
no_license
xliquidzz/Groovlet
d6f4e5c9f741762f09decab59739000584a59f5d
1ad0f5a5efb9d55101aeef972bf0edfa7c403942
refs/heads/master
2020-12-24T11:52:32.965921
2015-01-31T21:58:37
2015-01-31T21:58:37
27,779,161
0
0
null
null
null
null
UTF-8
Java
false
false
1,644
java
package ch.groovlet.model.resource; import ch.groovlet.model.App; import ch.groovlet.model.dao.SongDAO; import ch.groovlet.model.representation.Song; import ch.groovlet.model.service.SongService; import org.skife.jdbi.v2.DBI; import javax.ws.rs.*; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; i...
[ "s.klaentschi@gmail.com" ]
s.klaentschi@gmail.com
f02990f9093c2381ac9769a68a26cc6bd951e84c
3f4ff70b478da48afc3eb13cfe74b2821797395b
/app/src/test/java/com/example/castdemo/ExampleUnitTest.java
e7c046b61d5f909e304ea9427f374f7acd681c8b
[]
no_license
EvanZch/CastDemo
d6df0d3a192dadcbb9d45fda705bff4eda07fd9d
2e70daa50aba8f4b3d764652068592b9b8657d27
refs/heads/main
2023-01-04T13:22:39.926326
2020-10-22T08:44:06
2020-10-22T08:44:06
306,275,698
0
0
null
null
null
null
UTF-8
Java
false
false
381
java
package com.example.castdemo; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void a...
[ "627982484@qq.com" ]
627982484@qq.com
f283743ebde8f0a508beb24ce7fa25ee3018ec18
398b791d7b90a7b0bb63c6cb1b3c5dbcd481ffe4
/src_win/org/omg/Dynamic/Parameter.java
75705aacaba31747dc18dd4a748b8992d9ca8400
[]
no_license
wfb0902/openjdk1.8
78fd0e902c0400d0ed4010def1233959471e83a8
1f2cbef22484b47efd8ec9c18084cbf5e176eeb1
refs/heads/master
2020-06-05T15:49:47.729186
2019-06-19T02:52:12
2019-06-19T02:52:12
189,914,200
0
0
null
null
null
null
UTF-8
Java
false
false
695
java
package org.omg.Dynamic; /** * org/omg/Dynamic/Parameter.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/cygwin64/tmp/openjdk-jdk8u-windows-x64-hotspot/workspace/build/src/corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl * Monday, June 3, 2019 9:12:52 PM UTC */ ...
[ "wfb0902@dingtalk.com" ]
wfb0902@dingtalk.com
b33ad8d233daaa09f4a6af31b57b8301b974a89c
e0618cc61097baa4862dd97edac233e2430bc48b
/src/main/java/com/pavlova/service/UniversityClassServiceImpl.java
1be316c51ed0dae704b9370348d7a72ccd2a65b9
[]
no_license
PavlovaMargarita/university
4354be7129142c32694626e0343c61428561fc21
901790d7d2b6f60af4b55e1d15a24d44d725660e
refs/heads/master
2020-04-19T08:46:35.759411
2019-01-29T15:07:00
2019-01-29T15:07:00
168,088,835
0
0
null
null
null
null
UTF-8
Java
false
false
4,060
java
package com.pavlova.service; import com.pavlova.dto.ClassStudentGradeDto; import com.pavlova.dto.UniversityClassDto; import com.pavlova.entity.ClassStudentGradeEntity; import com.pavlova.entity.StudentEntity; import com.pavlova.entity.UniversityClassEntity; import com.pavlova.repository.StudentRepository; import com.p...
[ "ryta.pavlova@godel.first-utility.com" ]
ryta.pavlova@godel.first-utility.com
edbf9b5f9ee1dd370cb0db0750c5ab7749c95696
53ca3e236c717863d9eb36614d6041af22951b1d
/src/main/java/com/springframework/samples/madaja/web/AlquilerValidator.java
518034591c12ffba1c02405b927db98b4c2b6cb3
[]
no_license
anacatcam/dp1-2020-g1-05
2ced09664d3c708414c866ce0aee1756119e31f6
77eec15aca318c8e718278bd60051b9f04e7be91
refs/heads/master
2023-02-28T17:35:23.982780
2021-02-09T22:52:52
2021-02-09T22:52:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,771
java
package com.springframework.samples.madaja.web; import java.time.LocalDate; import org.springframework.validation.Errors; import org.springframework.validation.Validator; import com.springframework.samples.madaja.model.Alquiler; public class AlquilerValidator implements Validator{ @Override public boolean suppo...
[ "manuelperezcarrillo@yahoo.es" ]
manuelperezcarrillo@yahoo.es
19f47e0a02ea6a134603f18a9c4c25508a2eae77
1d796b16f78d3682687adcc1265204e5686de105
/src/test/java/com/mischenkov/controller/BaskedControllerTest.java
2284296dffa2122e282f173ea7bb691a998e8823
[]
no_license
oleg-mischenkov/final_project
1934b6506ea2830cd9cb4985de8993b684ea7df9
f77de40e962f6695aa02bd2de056420f8ba3a885
refs/heads/main
2023-01-01T10:48:11.814347
2020-10-20T01:13:54
2020-10-20T01:13:54
305,129,201
0
0
null
null
null
null
UTF-8
Java
false
false
1,024
java
package com.mischenkov.controller; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.mockito.Mockito; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public class BaskedCo...
[ "mischenkov.oleg@gmail.com" ]
mischenkov.oleg@gmail.com
937a5ae107575f1a2a44fb2acb5c638dde28742b
6879989af6cec7dd6b9d3228b1cfaaa35a2090aa
/SoftDev1/11/Blatt11_VierGewinnt/VierGewinnt.java
d4a85c49967b54b490a11e085ae7abb34a59e37c
[]
no_license
Danzenzo/UniHH
dd991c35b4ad0a0d50ebf8412f9972c620f0ca26
54120388aa701487a96b054e3dab97e415fd4b85
refs/heads/master
2020-12-24T01:05:31.218551
2020-02-18T17:10:24
2020-02-18T17:10:24
237,331,507
0
0
null
null
null
null
UTF-8
Java
false
false
3,079
java
/** * In dieser Klasse ist die Spiellogik von "Vier gewinnt" realisiert. * * Zwei Spieler legen abwechselnd einen Spielstein in einer freien Spalte ab, bis ein Spieler vier * Steine in einer Reihe hat oder das Spielfeld voll ist. * * @author Daniel * @version 2015 */ class VierGewinnt { private...
[ "noreply@github.com" ]
Danzenzo.noreply@github.com
b1c243ece640dcbeb853f3038c46d13af28e32d9
4d25caa54ef3cc5ea6288585e4612268a8815f75
/src/br/com/guikar/netbeans/ufc/poo/ativlab/TestaSistema.java
8d55cebca5811f11987ae276f13b4552e78aa0cf
[]
no_license
GUIKAR741/Codigos-Java
51c2d3f948eae5e0ba9e72b433bd29d22ad09063
d0bb51688e2bc9ae60a4bc7072cd0104c583ed92
refs/heads/master
2020-04-27T08:23:42.164910
2019-03-06T15:34:25
2019-03-06T15:34:25
174,169,566
0
0
null
null
null
null
UTF-8
Java
false
false
1,283
java
package br.com.guikar.netbeans.ufc.poo.ativlab; import java.util.Scanner; public class TestaSistema { public static void main(String[] args) { Scanner s=new Scanner(System.in); String nome,telefone,frase,corFrase,corPlaca,dataEntrega; float altura,largura; System.out.print...
[ "guilhermenepomuceno46@gmail.com" ]
guilhermenepomuceno46@gmail.com
aea153ea771a8d1d38a31a05239ac51539bd9e6f
28139125f0afc23bef2a08b2ed76ce556ba5b58e
/app/src/main/java/com/minlu/fosterpig/util/GsonTools.java
1bdf37f5d5536c76c6661605a3b331c5ba31a3c3
[]
no_license
sfgjys/FosterPig
f39fddf2917cc5bdc141acc41efe3d802b6c511e
a8d2504b91cae29d68061111b3a33b2e5026c6e1
refs/heads/master
2020-06-27T06:55:19.797412
2017-03-02T02:23:02
2017-03-02T02:23:02
74,536,622
1
1
null
null
null
null
UTF-8
Java
false
false
1,210
java
package com.minlu.fosterpig.util; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.util.List; import java.util.Map; public class GsonTools { public GsonTools() { } public static String createGsonString(Object object) { Gson gson = new Gson(); String gsonString = gson.toJso...
[ "sfgjys@sina.com" ]
sfgjys@sina.com
9f1d85c0d83058f1b54dbe65b83e0f5eb9a6d46e
70b7f2da605ac3d7d8e28c4057bf3125088e8ecf
/ArkaPOOB/src/aplicacion/BloqueAmarillo.java
f9f57100fd99dfc98640d6bca433d6e410980bb7
[]
no_license
JuanCe11/ArkaPOOB
178a20c532f236fb97a92c3b6a44dd722bbbf179
b5986d06d88bf7aaf2cc12cf099184a8eddcedf3
refs/heads/master
2023-01-11T12:51:37.262405
2020-11-23T14:46:48
2020-11-23T14:46:48
202,813,794
0
0
null
null
null
null
UTF-8
Java
false
false
705
java
package aplicacion; /** * Al igual que los bloques rosados, son muy inusuales. Y otorgan una vida * extra. Son destruidos con un solo golpe de la bola. Dan 300 puntos. * * @author Juan Sebastian Fr�sica y Juan Sebasti�n G�mez * */ public class BloqueAmarillo extends Bloque { /** * */ private static final...
[ "juancebastian99@gmail.com" ]
juancebastian99@gmail.com
8c77356bbb7f96801247eb03b7854f7bd3ea3e73
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-migrationhuborchestrator/src/main/java/com/amazonaws/services/migrationhuborchestrator/model/transform/DeleteWorkflowStepRequestProtocolMarshaller.java
34a4856a7953e5d8b03d4defa68448905b4b9257
[ "Apache-2.0" ]
permissive
aws/aws-sdk-java
2c6199b12b47345b5d3c50e425dabba56e279190
bab987ab604575f41a76864f755f49386e3264b4
refs/heads/master
2023-08-29T10:49:07.379135
2023-08-28T21:05:55
2023-08-28T21:05:55
574,877
3,695
3,092
Apache-2.0
2023-09-13T23:35:28
2010-03-22T23:34:58
null
UTF-8
Java
false
false
2,735
java
/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]