blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
abb3d7572f821b8dffb4c36e3a068aae6031a932
0587cd1b0c2d1c909a75fc113987d7f37720d455
/src/main/java/challenge/CriptografiaCesariana.java
19cc7cc8342de6eb57289f7af584d23ceb48b0d6
[]
no_license
caioq/criptografia-cesariana
f88fd3f8af4aaf31e7b6c53068840a9969714e0f
cb57085024a44fd4261a3b4ffbe9c95740afb28d
refs/heads/master
2020-04-29T20:38:58.809024
2019-03-19T01:06:43
2019-03-19T01:06:43
176,389,819
0
0
null
2019-03-19T01:06:44
2019-03-19T00:13:40
Java
UTF-8
Java
false
false
2,435
java
package challenge; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.function.Function; import java.util.stream.Collectors; public class CriptografiaCesariana implements Criptografia { @Override public String criptografar(String texto) { if (texto.equal...
[ "caiogqueiroz@gmail.com" ]
caiogqueiroz@gmail.com
5ec60750d41f25710bf42cbe427d95c10551cb14
34241030f5ff5a83ae47d4b8b330a5ac19d4035e
/src/main/java/lesson08/mathoperations/MathOperation.java
7c8c7f1fc9a544de21655bd01065dbf55317e529
[]
no_license
xMAGWAJx/JGBC2020
97a4da45428c583500840327e9aa4f02ea4b567b
df1b95a4a99203b5183bbd5ea7b31c588768de9f
refs/heads/master
2021-01-05T06:28:46.208610
2020-03-24T21:42:52
2020-03-24T21:42:52
240,913,944
0
0
null
null
null
null
UTF-8
Java
false
false
111
java
package lesson08.mathoperations; public interface MathOperation { double execute(double a, double b); }
[ "xmagwajx@gmail.com" ]
xmagwajx@gmail.com
e8ee487e143da6e593f61f4b846d4c26032e1e87
cf05c5d19b990080b1a2671968c5bbe097fa3988
/app/src/main/java/com/nuaa/coolweather/db/Province.java
b308ada52010af7d0476da21cecf5525769ed139
[ "Apache-2.0" ]
permissive
LRQQQ/coolweather
0af08df1470a9d22369f98094c321687512a1f99
19e9f8ee5e170eaee104e81b605107a0439d4fff
refs/heads/master
2020-05-17T23:19:46.354749
2019-04-30T11:59:03
2019-04-30T11:59:03
184,028,841
0
0
null
null
null
null
UTF-8
Java
false
false
728
java
package com.nuaa.coolweather.db; import org.litepal.crud.DataSupport; public class Province extends DataSupport { private int id; //每个实体类中都应该有的字段 private String provinceName; //省名 private int provinceCode; //省代号 public int getId(){ return id; } public void setId(int id){ ...
[ "765844394@qq.com" ]
765844394@qq.com
9c8418a3dca7b62ef7c50af26de8781c736e6854
78973cf9de25cb71228a78d86fb38bc3dd086f16
/RodríguezBaezaJuanAntonioEDA1/.svn/pristine/9c/9c8418a3dca7b62ef7c50af26de8781c736e6854.svn-base
f76bab39a408ba443538b08dc352515c56ff4304
[]
no_license
juanrdzbaeza/eda1
3343629082f2341b6705f23794f0273fbbd1deb2
2d8e5e200bcc1b825edeeec17656fa0552c801d6
refs/heads/master
2016-09-14T03:35:52.283298
2016-05-04T21:35:49
2016-05-04T21:35:49
58,085,415
1
0
null
null
null
null
UTF-8
Java
false
false
18,990
package org.eda1.actividad05; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.*; import java.util.Map.Entry; import org.eda1.estructurasdedatos.ALStack; import org.eda1.estructurasdedatos.Graph; import org.eda1.estructurasdedatos.LinkedQueue; public class Networ...
[ "Juan@DESKTOP-9T3LSBK" ]
Juan@DESKTOP-9T3LSBK
fd122fcbf6ff0edf132b2e3a3b4266599b11152f
ee5af78266c2175a6494dafd43dcee75468fd3ab
/src/test/java/com/springboottesting/springboottesting/controller/controllerIntegrationTest.java
74221752daffc8794b4025a5822983411c92801e
[]
no_license
AmirGHUB/SpringBootTestingExercise
03c87db3348a64531e5e29004f3ff984cda21ab1
b4787eaa8a5999119c9e0183da4bd46a41673130
refs/heads/master
2022-11-29T14:58:37.386752
2020-08-03T08:09:45
2020-08-03T08:09:45
284,640,410
0
0
null
null
null
null
UTF-8
Java
false
false
1,006
java
package com.springboottesting.springboottesting.controller; import com.springboottesting.springboottesting.model.Students; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.sprin...
[ "Main@Amirs-MacBook-Air.local" ]
Main@Amirs-MacBook-Air.local
bdaf9fa7fb57af311c557c4c17c01f420b42eaa8
712fc4069f57b62480231b98ee4b5fef99f91900
/src/Gun8/StringEndsWith.java
2fd89d6277c2a8e3274c631a4cec072dc26f6e01
[]
no_license
satdem/java
d3bb22a0b290f39b53b24e69e0bc8b4458082acd
ccad4a7146153eec3e0746175a5599d5dc70be5b
refs/heads/master
2022-12-11T21:23:03.272568
2020-09-02T10:54:42
2020-09-02T10:54:42
289,756,558
0
0
null
null
null
null
UTF-8
Java
false
false
534
java
package Gun8; public class StringEndsWith { public static void main(String[] args) { // EndsWith: bir sitrinin sonu .... ile bitiyor mu onu kontrol eder.büyük küçük harf ayrımı yapar. String text="Merhaba Dünya"; System.out.println("ya ile bitiyor mu: " +text.endsWith("ya")); System...
[ "69872891+satdem@users.noreply.github.com" ]
69872891+satdem@users.noreply.github.com
85ff478a13ca638269f72cfbf365afe32d3500fa
b05927f7750627488f683b9557bb6f01d5362a5e
/src/nl/esciencecenter/aether/impl/nio/ChannelFactory.java
a974aea413470d1c4124c8ee60a9ecbf03b931b0
[ "Apache-2.0" ]
permissive
jmaassen/AetherNIO
14c7e07331101cf9991acf4239a4f462dc9926b4
7a61a3f5e8fea517adbd68b1ee7cf5a082a64c1f
refs/heads/master
2020-05-18T13:25:47.872768
2013-10-16T14:50:55
2013-10-16T14:50:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,172
java
/* $Id: ChannelFactory.java 11529 2009-11-18 15:53:11Z ceriel $ */ package nl.esciencecenter.aether.impl.nio; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.channels.Channel; import nl.esciencecenter.aether.impl.ReceivePortIdentifier; /** * Creates and recycles/destroys writeable a...
[ "J.Maassen@esciencecenter.nl" ]
J.Maassen@esciencecenter.nl
365f1a8bb2144f87a4cdcee383f31ff69c0ce6d7
c8efcb31941f78ec56812aa43164ee64abb6ff60
/app/src/main/java/com/mingri/future/airfresh/view/dialog/HCHOAlertDialog.java
8f5b09b3069473fb6e765acc21f5a9d621917482
[]
no_license
zhaoyayun199087/MRft
0a992ff798b615b5749fd6d753a102b948ab4646
f962d89f0387ae2d55fc817175930ddf95f589fb
refs/heads/main
2023-02-12T07:48:41.339311
2021-01-14T16:05:30
2021-01-14T16:05:30
309,666,941
1
0
null
null
null
null
UTF-8
Java
false
false
1,019
java
package com.mingri.future.airfresh.view.dialog; import android.content.Context; import android.view.View; import android.widget.TextView; import com.mingri.future.airfresh.R; /** * 耗材重置Dialog * Created by Administrator on 2017/7/7. */ public class HCHOAlertDialog extends BaseDialog{ private TextView tvOk; ...
[ "li.min@intellif.com" ]
li.min@intellif.com
22faf6327e3ae32b6178e76d7fd1f105dc324769
f8426d9766cddc2b6be389add73386a5d9b05e5a
/fluentlenium-integration-tests/src/test/java/org/fluentlenium/pages/Page2.java
c7cb2b51506ca1ca79649df8950a5817a4e340ee
[ "Apache-2.0" ]
permissive
wenceslas/FluentLenium
1876cce26cefaa3ef6c1b1342fa414b041ce7b5a
098586dc06af0ba86bcc0d9f1ce95b598a01f2c5
refs/heads/master
2022-12-05T16:15:20.964069
2020-08-14T13:45:44
2020-08-14T13:45:44
285,835,407
0
0
NOASSERTION
2020-08-07T13:26:57
2020-08-07T13:26:57
null
UTF-8
Java
false
false
438
java
package org.fluentlenium.pages; import static org.assertj.core.api.Assertions.assertThat; import org.fluentlenium.core.FluentPage; import org.fluentlenium.test.IntegrationFluentTest; public class Page2 extends FluentPage { @Override public String getUrl() { return IntegrationFluentTest.PAGE_2_URL; ...
[ "noreply@github.com" ]
noreply@github.com
a6929d910758efe9d483037ce29bc2959479543f
a3d0b8d4f9546c207518181cd043d8d620f3ddb2
/core/plugins/org.csstudio.autocomplete.pvmanager.sys/src/org/csstudio/autocomplete/pvmanager/sys/SysContentType.java
1a33123f3032a67739786d361fd84d5d74164a1f
[]
no_license
jhatje/cs-studio
ed2b42944ab6db6927a33643e687f81bf2cc686f
1d6a9d16c52b16823a236e7e32abad469a334197
refs/heads/master
2020-12-28T21:39:36.020993
2014-01-31T11:17:46
2014-01-31T11:17:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
/******************************************************************************* * Copyright (c) 2010-2013 ITER Organization. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is avail...
[ "frederic.arnaud@iter.org" ]
frederic.arnaud@iter.org
f4fd8646a840a7e51037609ee93fdd5fdabbdee5
776e0ccc10c4c788a02dc54df35fb2f5184e399e
/workspace/EmployeeJSP/src/com/wellsfargo/fsd/controller/ToDoServlet.java
d5fbff6e7c7ba2fb3044d48d7a39ab6de2349ea9
[]
no_license
swapnashetty05/FSD
b4c6d8ad61045247e3cf4dbf6532d4b250ca1040
c5cfc09d930353ed809d5d638a419b364bc9db66
refs/heads/master
2023-05-12T13:50:43.984950
2021-05-27T07:07:13
2021-05-27T07:07:13
285,956,606
0
0
null
null
null
null
UTF-8
Java
false
false
1,854
java
package com.wellsfargo.fsd.controller; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.servlet.RequestDispatcher; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; i...
[ "wellsfargofsd60@iiht.tech" ]
wellsfargofsd60@iiht.tech
e442ac00fdacc45a546e3c0b64779353b2cb21e0
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/12/12_20ca3f3f1174dfce350b4b0c558d28c633db3546/CodeStyleTest/12_20ca3f3f1174dfce350b4b0c558d28c633db3546_CodeStyleTest_s.java
fcef5821231babbfa6b056d012c04d15603572e2
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
15,551
java
/* * Copyright (c) 2002-2008 Gargoyle Software Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7194f13f591791db275680b8f3f07c3167e7126d
8a69c60a9aa659e117b079b3fba94ec8350e905b
/src/java/services/RoleService.java
a5f47477ff8b7e85457df4788c0ce6fa1bb4f4a5
[]
no_license
Hargun-Bajwa/lab09
fb24657208f396961ccfa2570d71801ec7197d35
94e7799f13b54a10a4a9840e00eb432e090f5ae3
refs/heads/master
2023-06-18T23:27:42.890559
2021-07-18T19:35:09
2021-07-18T19:35:09
387,235,029
0
0
null
null
null
null
UTF-8
Java
false
false
265
java
package services; import models.Role; import dataaccess.RoleDB; public class RoleService { public Role get(int roleID) throws Exception { RoleDB roleDB = new RoleDB(); Role role = roleDB.get(roleID); return role; }}
[ "839217@SAIT227287IT.ACDM.DS.SAIT.CA" ]
839217@SAIT227287IT.ACDM.DS.SAIT.CA
4ff42a9538f77f7ddce757b879afb74670468084
b69a092c775780b725c90e1699c12f6d4ddc3f3b
/datarouter-storage/src/main/java/io/datarouter/storage/node/adapter/counter/physical/PhysicalMapStorageReaderCounterAdapter.java
c39c23f6f708269a2d126d8f8f74c465b0646c98
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hoolatech/datarouter
a035e84e9dd5d79a5515f1015b10366a469fcb48
2ecc7e803895fbe8c5acffe875d4ddec24e7d14c
refs/heads/master
2020-04-12T00:08:08.762832
2018-12-13T00:39:58
2018-12-13T00:39:58
128,131,618
0
0
Apache-2.0
2018-12-17T21:02:20
2018-04-04T22:52:13
Java
UTF-8
Java
false
false
1,613
java
/** * Copyright © 2009 HotPads (admin@hotpads.com) * * 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 applicabl...
[ "cbonsart@hotpads.com" ]
cbonsart@hotpads.com
943e492520d8e8b8f12d566fd1a2c8ed76a71036
8397554fcdba3cdd7ef5683789fca3c683c005be
/app/src/main/java/com/austinabell8/studyspace/activities/Tutor/SearchActivity.java
ef0ea5a303abffbf72e9c174a03cd1c0a223402a
[]
no_license
austinabell/Studyspace
033e602fb14becd509c4b7f47e29694e1d40833e
99f450a38d4736c585c37ad2d8a9e105e77fec29
refs/heads/master
2021-03-27T19:57:49.738102
2018-02-14T16:22:21
2018-02-14T16:22:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,197
java
package com.austinabell8.studyspace.activities.Tutor; import android.app.Activity; import android.content.Intent; import android.support.v4.app.ActivityCompat; import android.support.v4.app.ActivityOptionsCompat; import android.support.v4.util.Pair; import android.support.v4.widget.SwipeRefreshLayout; import android.s...
[ "austinabell8@gmail.com" ]
austinabell8@gmail.com
edf200d075176a39677b3f8a4bc9c67ebb7c7d5d
14cb30eea8d1904928ddf782f0ddf504e7dca48c
/client/app/src/main/java/pl/wroc/uni/ii/kokodzambocar/Api/Measurement.java
da5cb3248870714064c227416332a9a6a1829973
[]
no_license
mzapotoczny/KokodzamboCar
2f140dd70904d95a2fd47a83a55101e476705a5c
2088b8ea896f5b00a7785c768af9aea61634c990
refs/heads/master
2021-06-17T23:30:21.581277
2015-01-27T19:08:42
2015-01-27T19:08:42
93,996,751
0
0
null
null
null
null
UTF-8
Java
false
false
467
java
package pl.wroc.uni.ii.kokodzambocar.Api; import com.google.gson.annotations.SerializedName; /** * Created by michal on 25.01.15. */ public class Measurement { @SerializedName("pid_id") public Integer pid; @SerializedName("session_id") public Integer session; public String value; public Me...
[ "mzapotoczny@gmail.com" ]
mzapotoczny@gmail.com
6d46e853e7abb3e7789c779909a8c8c8e614bb0f
03b5b6d74abf2367313d0c30e8b0d0bc729fc54e
/src/main/java/com/coolchatting/springbootwebchat/service/serviceImpl/VideoServiceImpl.java
b7a7da95166f1d33e7c01b4eeb7fdf80b7d477d0
[]
no_license
zhongliudizhu/springboot-webchat
06b8acb68dae7ef1b9b23fb43d29a39ffca1daa9
73e8889e938472a1a24e75adad262c6e835564fc
refs/heads/master
2020-05-05T13:30:37.256643
2019-04-08T10:46:24
2019-04-08T10:46:24
180,081,119
2
0
null
null
null
null
UTF-8
Java
false
false
1,089
java
package com.coolchatting.springbootwebchat.service.serviceImpl; import com.coolchatting.springbootwebchat.domain.Video; import com.coolchatting.springbootwebchat.mapper.VideoMapper; import com.coolchatting.springbootwebchat.service.VideoService; import org.springframework.beans.BeansException; import org.springframewo...
[ "15596186979@163.com" ]
15596186979@163.com
c0f2a0c277360a24b88e791340733ffd8b9ed603
77e75da30e50e5e711885f44ea2ca898fe3835c4
/order/server/src/main/java/com/zhang/order/enums/OrderStatusEnum.java
058559f049fa07e706d02bea30ce9a8998c8ead5
[]
no_license
codingxin/springcloud-sell
b8875dbfc799a5cae200535a7873ff3eff8cd7f7
1fea814de695c46cd3ca8d9a1cc02efbe0170b2e
refs/heads/master
2022-04-05T06:31:49.394162
2020-02-21T11:15:33
2020-02-21T11:15:33
239,296,615
3
1
null
null
null
null
UTF-8
Java
false
false
350
java
package com.zhang.order.enums; import lombok.Getter; @Getter public enum OrderStatusEnum { New(0, "新订单"), FINISHED(1, "完结"), CANCEL(2, "取消"), ; private Integer code; private String message; OrderStatusEnum(Integer code, String message) { this.code = code; this.message = ...
[ "994683607@qq.com" ]
994683607@qq.com
3da55a27d3520f03bd9f29071bc511f110a73602
fd7409fc5bc3d16207eef4abf5df64c290ef4082
/CollectionDemo1.java
a98ef76f11068c228a36d591c6cde94b31785ffa
[]
no_license
devya212/signup
ca66dfa88999c5d6c2b449240409f0e8f48312a7
9902572f2c4334d5f6459dae9cf3e795ba13755c
refs/heads/master
2020-06-19T20:41:47.709435
2019-07-30T11:37:07
2019-07-30T11:37:07
196,864,540
0
0
null
null
null
null
UTF-8
Java
false
false
835
java
package coll; import java.util.*; import java.util.ArrayList; import java.util.List; public class CollectionDemo1 { public static void main(String[] args) { List list=new ArrayList(); list.add("hello"); list.add("hi"); list.add(12); Student s1 = new Student(1,"devyani"); list.add(s1.toString());...
[ "noreply@github.com" ]
noreply@github.com
21f86366421c139406e28c0d926a37f75de2ae5d
a1e49f5edd122b211bace752b5fb1bd5c970696b
/projects/org.springframework.core/src/main/java/org/springframework/util/xml/TransformerUtils.java
7c615ade5de620538912c751605f179b26d8e8ca
[ "Apache-2.0" ]
permissive
savster97/springframework-3.0.5
4f86467e2456e5e0652de9f846f0eaefc3214cfa
34cffc70e25233ed97e2ddd24265ea20f5f88957
refs/heads/master
2020-04-26T08:48:34.978350
2019-01-22T14:45:38
2019-01-22T14:45:38
173,434,995
0
0
Apache-2.0
2019-03-02T10:37:13
2019-03-02T10:37:12
null
UTF-8
Java
false
false
3,290
java
/* * Copyright 2002-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "taibi@sonar-scheduler.rd.tut.fi" ]
taibi@sonar-scheduler.rd.tut.fi
2ad4c5c4fd98d3d10cf2396882db3ec4bbd916f3
9b631783a0f96ef9b05ed8320d06cf3ad4075f76
/src/localhost/CancelaCFDI.java
43aff19dc50b66bbb1454ad35c41855444ac52ec
[]
no_license
njmube/adobe
cde61b9676ab999b9a0457f62acd8c202fef8e1c
af4b0cc023ce4a443d54f2f6f4e0407d5eb2d139
refs/heads/master
2022-11-14T18:39:36.007072
2019-09-19T15:46:17
2019-09-19T15:46:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,847
java
package localhost; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Clase Java para anonymous complex type. * * <p>El siguiente fragmento de esquema espe...
[ "33291536+dangelix@users.noreply.github.com" ]
33291536+dangelix@users.noreply.github.com
2c42b168467df139adc121ebdcc77711f4221eb4
04808b03cf6a4b4d3635a358d78b0653c07954cb
/src/gui/tests/NodesDeploy/dn_installation_option_rewrite_firmware_lin.java
7e2e0b6277c2f24f0fc7dc800f935734408f762e
[]
no_license
avishekdt/gui_automation
920824b3dfe1142c6820129286f3ac6ccc2ef7bf
a90016bb54e5001176ee309f550f9fddb3b743a4
refs/heads/master
2021-01-20T06:12:38.657626
2016-08-11T10:39:58
2016-08-11T10:39:58
89,855,410
0
0
null
null
null
null
UTF-8
Java
false
false
5,283
java
package gui.tests.NodesDeploy; import gui.common.base.BaselineLibrary; import gui.common.base.CommonHpsum; import gui.common.base.Nodes; import gui.common.util.ErrorUtil; import gui.common.util.TestUtil; import org.testng.SkipException; import org.testng.TestException; import org.testng.annotations.Test; // //Assert...
[ "avishek.datta@hpe.com" ]
avishek.datta@hpe.com
20e9e7efc9b07176d4cd5fa074f12c6ba67f1957
8569b3e8515aa41acf60f43f707cd4cd13ee3d05
/src/models/encoder/encoders/InternalEncoder.java
fb08ad74b346ad8b0a090b0f1765166f782dbf88
[]
no_license
chrispiech/refactoredEncoder
90b7ed9dd76ffe8b68d466e65f0c734acbcbfe1c
aecf007f467ae140fbfe2d131cd2f84716ec39f6
refs/heads/master
2020-05-31T22:14:32.054269
2015-01-30T00:19:04
2015-01-30T00:19:04
26,612,725
0
0
null
null
null
null
UTF-8
Java
false
false
2,924
java
package models.encoder.encoders; import java.util.ArrayList; import java.util.List; import models.encoder.ClusterableMatrix; import models.encoder.EncoderParams; import models.encoder.NeuronLayer; import org.ejml.simple.SimpleMatrix; import util.MatrixUtil; import util.NeuralUtils; public class InternalEncoder imp...
[ "cpiech@stanford.edu" ]
cpiech@stanford.edu
0067b15cd7f6bd7f9a6e20cfae3dc9617b088a22
cc4af268130f2f297f922e2ebae1c767325c6249
/src/com/target11/java8/lymbdaexpression/Demo9_StreamDemo.java
a1fff611183b4d719b87fe6b60875848e94f0fa4
[]
no_license
mandeep4202/Skill-Sharpning
2dc078100c1315e1ff69015ffa8989ebaff9659b
0a4f1cf4435ebf5213fa96037ab2d2c337c38d13
refs/heads/master
2021-03-24T05:03:40.987648
2020-03-15T18:17:24
2020-03-15T18:17:24
247,519,276
0
0
null
null
null
null
UTF-8
Java
false
false
2,267
java
package com.target11.java8.lymbdaexpression; import java.util.ArrayList; import java.util.List; import java.util.stream.Stream; public class Demo9_StreamDemo{ public static void main(String args[]) { // Initialization of Collection List<Order> orderBook = new ArrayList<>(); Order buyGoogle = new Order("GOOG....
[ "mandeep4202@gmail.com" ]
mandeep4202@gmail.com
7bed3357d10905f8f741d53abd1cd5b1fe16fab6
07530af940cbf9150e4018cbf99fd7e168bc598d
/src/sort/methods/Selectionsort.java
da82b641607e963554eb56e0ce6b9b700f928d91
[]
no_license
Gizeland/Laboratorium_IP_Strategia
4710f87335146b18156583656cfd80004df45339
087e3cba559f80c3b7137d9feb5ab8e53f77addd
refs/heads/master
2023-06-05T10:47:54.053961
2021-06-17T11:04:33
2021-06-17T11:04:33
377,719,588
0
0
null
null
null
null
UTF-8
Java
false
false
697
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 sort.methods; /** * * @author LeopardProMK */ public class Selectionsort { private static int tablica[]; private st...
[ "dominika.giza@onet.com.pl" ]
dominika.giza@onet.com.pl
6b1f52efca4ad5e2fd372b3609b20aa5c12523f7
bf5ff01bd7f3c7f9f1d56d99be46548797424a42
/SampleProjects/04/SampleCallIntent/app/src/androidTest/java/org/mochakim/samplecallintent/ExampleInstrumentedTest.java
ae0f0505c456d1382042bc20ec30ee197b074cbb
[]
no_license
mocha-kim/Do-it-android
b1feb9f5c597d6539309e2b82da1236872b1c04b
5d261dd44cd90740fb0f5cb8bae46a525843680e
refs/heads/master
2022-12-10T11:03:20.985883
2020-09-10T12:44:27
2020-09-10T12:44:27
281,077,060
0
0
null
null
null
null
UTF-8
Java
false
false
774
java
package org.mochakim.samplecallintent; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will exec...
[ "jsg2804@gmail.com" ]
jsg2804@gmail.com
d8eaf80185da667a1518b44889de8e906c1b1346
18fcaed613b55f4b05f0209edc2f7820dbe35a09
/java/workspace/class0905/src/ByMyself/信号报告.java
e2d331471b7dff7ee9d7d40bbee683d5b7182243
[]
no_license
lonmiss/TheSeconedNote
cb54a1dac7e33bf305e60cb63240330ff8fb9eb9
72077a6b1f86e4b24332107f4e41c0c9ad4f5e69
refs/heads/master
2020-07-19T12:05:36.566769
2019-11-22T06:02:47
2019-11-22T06:02:47
206,445,263
0
0
null
null
null
null
UTF-8
Java
false
false
711
java
package ByMyself; import java.util.Scanner; public class 信号报告 { public static void main(String[] args) { String[] R={"unreadable","barely readable, occasional words distinguishabl","readable with considerable difficulty","readable with practically no difficulty","perfectly readable"}; String[...
[ "1796887546@qq.com" ]
1796887546@qq.com
254e86ee511b86717850493be682e1abb431679b
ae521bf7fb27ea0955d585e12c1c513261f9f47d
/Seance1AA/src/ex5/Doodle.java
9a973f62071cbf5a9f45a19487fb0f1f5933cc4f
[]
no_license
JonasBerx/Algo_2_IPL
b1e727fa3d2b139f631315fc49d3ec7207ffa39f
2889d098ffd563f936c6d9f0b74e4efb7938a5cd
refs/heads/master
2023-03-06T23:17:32.568981
2021-02-18T00:15:43
2021-02-18T00:15:43
336,614,760
0
0
null
null
null
null
ISO-8859-1
Java
false
false
2,147
java
package ex5; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; public class Doodle { public PlageHoraire[] plages; // a compléter public Map<String, boolean[]> available; public Doodle(PlageHoraire... plages) { this.plages = plages; this.available = new HashMap<>...
[ "jonas.berx1@student.ucll.be" ]
jonas.berx1@student.ucll.be
2d457255ad4d3ddaec8634e515c3609022c9a313
2b057532b5b668757961b91708b13b0150b35ecf
/src/main/java/resource_proxy_demo/service/CRUDApi.java
d55c9df79205622caaac3bc137f601a278dca145
[]
no_license
iamxbg/resource_proxy_demo
29bb6021acf89504a682dd4e497f74aff23f491e
673c26988fd714c0e47cc0b5207648e151dfaa42
refs/heads/master
2020-04-07T23:13:24.933729
2018-11-23T08:33:44
2018-11-23T08:33:44
158,803,374
0
0
null
null
null
null
UTF-8
Java
false
false
246
java
package resource_proxy_demo.service; import java.util.List; public interface CRUDApi <T>{ public void add(T t); public void del(T t); public void update(T t); public List<T> find(T t); public T findById(int id); }
[ "m@m-PC" ]
m@m-PC
14048efef995b93366e16bd120669623a82247b5
7a58a2688596f76b825d179489215dfc2ee00dc8
/app/src/main/java/com/example/dinoyesport/HighScore.java
ef014028792f5084a23ecb19e14c60ff2dcb3dbe
[]
no_license
arcreane/android-app-yesport
cf7e1b734a4a224780b8f52861d9e504f165aa53
694ac63825a84a28ddbfd9da88c24b9690d55ba9
refs/heads/master
2023-06-01T00:46:24.974939
2021-06-24T21:28:02
2021-06-24T21:28:02
369,242,403
0
0
null
null
null
null
UTF-8
Java
false
false
148
java
package com.example.dinoyesport; /** * */ public class HighScore { /** * Default constructor */ public HighScore() { } }
[ "edarouj@hotmail.com" ]
edarouj@hotmail.com
3562ea4f69bcc4d52672318d2c69df173d1173bd
f69d625b31f0c01b2163951c355af2794e6d3a88
/src/test/java/com/nokia/netguard/adapter/test/base/TestTracer.java
d3b5b71a26c94e3dda3b7971babde6950eebe347
[]
no_license
himpan007/Java-AdapterConfig
e6fbd9ef2888d97daf2ddeee5f4dd53c1797f528
91e1875288f208ff154c21bf0497ae3119cd9184
refs/heads/master
2022-12-06T07:25:40.342764
2020-08-25T19:26:34
2020-08-25T19:26:34
289,688,359
0
0
null
null
null
null
UTF-8
Java
false
false
1,402
java
package com.nokia.netguard.adapter.test.base; import org.junit.rules.TestWatcher; import org.junit.runner.Description; import com.nakina.adapter.api.shared.util.Trace; public class TestTracer extends TestWatcher { private NE ne; public TestTracer(NE ne) { this.ne = ne; } @Override protected void starting(...
[ "himanshu.1.pant.ext@nokia.com" ]
himanshu.1.pant.ext@nokia.com
e128f9634fe80849daceddecbc3776147ccd3636
f15357c76bfa5340a52e94d3fea304ad8cdabec8
/mobilesearch/src/test/java/com/jamal/mobilesearch/MobilesearchApplicationTests.java
bed46fea196b3ae7d5a978670de9b2b31beb173e
[]
no_license
sarfarazjamal/ecommerce-mobile
f1b988ec0e0b6d426f4b78c2defde473c7aa06f3
cae7b01cec681bd9b44209de8817b634297203ab
refs/heads/master
2022-12-18T05:01:55.872976
2020-09-28T15:02:14
2020-09-28T15:02:14
299,019,680
0
0
null
null
null
null
UTF-8
Java
false
false
220
java
package com.jamal.mobilesearch; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class MobilesearchApplicationTests { @Test void contextLoads() { } }
[ "jamalsarfaraz@gmail.com" ]
jamalsarfaraz@gmail.com
6f1f148a64f265d04346012e7650f4cad2841f1e
4d4123dd737ebf0b2b8f7abb4a467eb92b247de7
/Nihar_Cls/WHILE_LOOP/WHILE_1.java
dfa9aa4537bbaad76d67864a9818db999a695602
[]
no_license
iamNihar07/SmallJavaSnippets
d101fe3425b9e0ca2520636874dc395cc1d98850
346f36d10c1be4c579798404a1301d37976a9dcf
refs/heads/master
2020-12-19T23:30:17.376924
2020-01-23T20:58:14
2020-01-23T20:58:14
235,883,676
0
0
null
null
null
null
UTF-8
Java
false
false
183
java
package WHILE_LOOP; public class WHILE_1 { void main() { int i=1; while(i>=10) { System.out.println(i); i++; } } }
[ "31829255+iamNihar07@users.noreply.github.com" ]
31829255+iamNihar07@users.noreply.github.com
b0588d8b4aca365ca306b76830d210e20d31340c
b4b325edc79bc88aa472a869ee4eb867c4dd9294
/src/main/java/cn/neyzoter/module/proxy/Fruit.java
f8cc38612df562ec1b45b8a04c5a0567d3b8a221
[ "MIT" ]
permissive
Neyzoter/oj
dd78c5573ceac790bff5624cff1457b9ce1b7c1e
7817a07a3a626a260eb480c62d5d18ba33e8abc2
refs/heads/master
2022-10-20T19:34:36.642450
2021-02-09T12:09:02
2021-02-09T12:09:02
216,972,368
0
2
MIT
2022-10-04T23:58:55
2019-10-23T05:06:56
Java
UTF-8
Java
false
false
212
java
package cn.neyzoter.module.proxy; /** * interface * @author Charles song * @date 2020-5-9 */ public interface Fruit { /** * get fruit name * @return fruit name */ String getName(); }
[ "sonechaochao@gmail.com" ]
sonechaochao@gmail.com
5a5ddd489936633de273a5cb6fc50a8629444907
5215a610c9de7bf2758ffb18909730a9502872de
/src/com/jm/sort/UserPriceAdapter.java
195ee59e16bdc7f1309940f39378136c695f6b03
[]
no_license
githubzoujiayun/faxingwu
6059a74a5352c1379c78373cc504db57cb3ce95a
31a26788863afb200aa7e5ef901871d9b57e6ce7
refs/heads/master
2020-04-05T18:59:03.569793
2014-10-13T19:54:13
2014-10-13T19:54:13
26,966,399
1
0
null
null
null
null
GB18030
Java
false
false
3,996
java
package com.jm.sort; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Button; import android...
[ "233061987@qq.com" ]
233061987@qq.com
81f95c21b3e406e6d49c1dd4b5c1c7f23a20ea42
9254e7279570ac8ef687c416a79bb472146e9b35
/sofa-20190815/src/main/java/com/aliyun/sofa20190815/models/QueryLinkeBahamutIterationaddunitResponse.java
b3738cb31a31949e95eb330e4908c860005fab90
[ "Apache-2.0" ]
permissive
lquterqtd/alibabacloud-java-sdk
3eaa17276dd28004dae6f87e763e13eb90c30032
3e5dca8c36398469e10cdaaa34c314ae0bb640b4
refs/heads/master
2023-08-12T13:56:26.379027
2021-10-19T07:22:15
2021-10-19T07:22:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,224
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.sofa20190815.models; import com.aliyun.tea.*; public class QueryLinkeBahamutIterationaddunitResponse extends TeaModel { @NameInMap("headers") @Validation(required = true) public java.util.Map<String, String> headers; @NameInMap...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
7684f500f1c4a7bbf8ea68a27dcdff74279d8223
2366c58a85cd87b636dcc099cf20b1a9ce9a3a7f
/src/tech/jiangchen/multiThread/swapPrint/Kaola.java
af52cb95aac1de90166c702d0501fe970f90f6b0
[]
no_license
Jlif/newcoder-algs
7fc3d10e4d02ab724114447744fda1a4711318b8
d82b83c1eb222996d0fb25eb8b05f5860c4f0756
refs/heads/main
2023-06-24T20:41:04.357158
2021-07-26T16:39:19
2021-07-26T16:39:31
329,533,660
0
0
null
null
null
null
UTF-8
Java
false
false
1,236
java
package tech.jiangchen.multiThread.swapPrint; /** * 两个不同的线程将会共用一个Kaola实例,其中一个线程将会调用kao()方法,另一个线程将会调用la()方法。 * 请修改以下的类,确保 "kaola" 被输出 n 次。 * * @author jiangchen * @date 2021/7/26 */ public class Kaola { private int n; private boolean flag = false; private Kaola kaola; public Kaola(int n) { ...
[ "jiangchen23@qq.com" ]
jiangchen23@qq.com
ed3f9dc58807099011a559547295c60e778a68df
41fdf9d9623a4ac496cc0f2e506469a2b44c0721
/src/google/codejam/no6234486/MainC.java
68e5574b58ce60d40277a905707199efb36597e8
[]
no_license
COFFEE-ZJU/OnlineJudge
67ac39f074c73a4320b1c944331611035d43e807
61d0760e788e002b03573d564259e2ed0f4be3c8
refs/heads/master
2020-05-21T20:23:58.465379
2016-10-21T15:24:05
2016-10-21T15:24:05
65,429,689
0
0
null
null
null
null
UTF-8
Java
false
false
1,098
java
package google.codejam.no6234486; import google.codejam.CodejamUtils; import java.io.IOException; import java.io.Writer; import java.util.Scanner; /** * Created by zkf on 3/24/16. */ public class MainC { public static final String fileName = "C-small-practice-2"; public static void main(String[] args) throws IO...
[ "zhangkf92@gmail.com" ]
zhangkf92@gmail.com
51cbe8bf6bd74acff7110d3fc96775ef6b75e358
e59a44c827390c415951091cf5665bc6ff56cf77
/app/src/main/java/com/example/tapiwa/collegebuddy/Main/Tasks/Task.java
b892f26f91e16ed78a5abab8c537ef57310e2331
[]
no_license
Tapszvidzwa/Collabo
7af3b6fd2a5850ad77f9357c49e28694281d467c
ab2929cc483b33907fa948318bb03b4c81d0a87d
refs/heads/master
2021-01-23T03:59:37.073672
2018-03-29T15:56:09
2018-03-29T15:56:09
89,055,020
2
1
null
null
null
null
UTF-8
Java
false
false
581
java
package com.example.tapiwa.collegebuddy.Main.Tasks; /** * Created by tapiwa on 10/21/17. */ public class Task { private String task; private String status; public Task() { } public Task(String task, String status) { this.task = task; this.status = status; } public Str...
[ "zvidzwat@grinnell.edu" ]
zvidzwat@grinnell.edu
f8c944e98349c2cc599a3370233997f15336b084
15213a461caaa43ba07bf206d6dd474cf3f6c52e
/jimovel-web/src/br/com/igordev/servlet/HelloServlet.java
e101c4906691ff025e97f2a3acc6f3ee8d8a3b7b
[]
no_license
tlima1011/Imoveis-web
9c6ed6516d0fbd09d90102c8f5ad0749c866c442
59e3c76bad5d77fb112b92f5a0ea06c9e1f73cc7
refs/heads/master
2020-05-02T15:28:10.698672
2019-03-27T17:20:44
2019-03-27T17:20:44
178,041,773
0
0
null
null
null
null
UTF-8
Java
false
false
674
java
package br.com.igordev.servlet; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class HelloServlet extends HttpServlet{ ...
[ "noreply@github.com" ]
noreply@github.com
cfb3861a8d0de5a107cfc71cd39f4277e3078e27
e1d3559593cbbb5b8cb067157059ddd271ae191c
/common/src/main/java/gnnt/mebs/common/RouteMap.java
996d71bb33572da306cc5dff5eb8129f16abb025
[]
no_license
armysman/MVVMFramework
ef8db397cbdd6b5f58c9ad782b530cd90f732a21
b0bff8f8089bf460ee38dcf0a3ce7b1f426fedf1
refs/heads/master
2020-05-14T14:21:45.126519
2019-07-23T05:40:14
2019-07-23T05:40:14
181,831,179
1
0
null
2019-04-17T06:32:48
2019-04-17T06:32:47
null
UTF-8
Java
false
false
1,315
java
package gnnt.mebs.common; /******************************************************************* * RouteMap.java 2018/12/13 * <P> * 路由表<br/> * <br/> * </p> * * @author:zhoupeng * ******************************************************************/ public interface RouteMap { interface SimpleDemo { ...
[ "472250569@qq.com" ]
472250569@qq.com
03d853d46e4fb42826ba30c7c9d9b9d95d2a2749
11d621322c36602ddd6e2aad164c54fc2c12d602
/workFaceSurvey/src/com/web/entity/Search_record.java
eaa8f0d5ef1c80a37c6b859fd45cee190cacadda
[]
no_license
mr-pajamas/wf-questionnaire
781beca30bbc57da2b043f5ab37d5e4358bca5e8
cbfa9c4fb6f7900e074341dcb8ccc6550e7ad094
refs/heads/master
2021-03-12T20:00:54.667374
2015-08-15T06:16:05
2015-08-15T06:16:05
39,540,727
0
1
null
null
null
null
UTF-8
Java
false
false
5,014
java
package com.web.entity; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "search_...
[ "735181886@qq.com" ]
735181886@qq.com
af5dffeb72b589cee9e99197c10df7dfdf5a3faa
f85e75d3c26465a2d58d2d5fb9d1716557107be7
/app/src/main/java/com/surampaksakosoy/ydig/handlers/ServerHandler.java
b3c1c89bde9478de611e4616433094fbb541470a
[]
no_license
zolandhole/YDIG2
0531291d90898fd99f5981fd293c27ad89136625
362234304ceef46b547b765f09eaaa4a521f761b
refs/heads/master
2020-05-22T00:35:11.821106
2019-07-20T10:09:04
2019-07-20T10:09:04
186,174,897
0
0
null
null
null
null
UTF-8
Java
false
false
3,792
java
package com.surampaksakosoy.ydig.handlers; import android.content.Context; import android.util.Log; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.Response; import com.android.volley.VolleyError; import com.android.volley.toolbox.StringRequest; import com.android....
[ "zolandhole@gmail.com" ]
zolandhole@gmail.com
03668608042ec2f8656761222a9661d1d4244567
c703cc3c41b52a4d03d734c06cc4ba2b2dd76a63
/leyou-auth/leyou-auth-service/src/main/java/com/leyou/auth/controller/AuthController.java
f98de0716335e8a81c4fa6be15ab722d9cee91a8
[]
no_license
wuheshidao1/LeyouShopping
e7971e0a13c5c1364457ea1c53f6fee1138162dd
64305219b302919b6c4164569ed3a845823e9cc7
refs/heads/main
2023-06-19T09:31:18.307984
2021-07-19T03:31:17
2021-07-19T03:31:17
387,205,452
0
0
null
null
null
null
UTF-8
Java
false
false
3,119
java
package com.leyou.auth.controller; import com.leyou.auth.config.JwtProperties; import com.leyou.auth.service.AuthService; import com.leyou.common.pojo.UserInfo; import com.leyou.common.utils.CookieUtils; import com.leyou.common.utils.JwtUtils; import com.netflix.client.http.HttpResponse; import org.apache.commons.lang...
[ "78697748+wuheshidao1@users.noreply.github.com" ]
78697748+wuheshidao1@users.noreply.github.com
7ebef1e0a8dd9b2a98e23af7904afb7a90c9bd5e
1729ee7557eb2b4fbf6529265e28f117653569da
/src/main/java/com/worldgdp/client/api/CountryLanguageAPIController.java
c2ef6a8f432c48d3a22226a8eaa283fef1d2fe92
[]
no_license
tboydv1/WorldCoutriesGDP_project
6b56fbbb3a7601c74a13d18160832c032e9e58f3
41eff751fea4236fb03fdc86b278e34a77b65b7b
refs/heads/master
2021-08-22T16:40:12.456663
2021-07-19T00:24:31
2021-07-19T00:24:31
241,243,169
0
0
null
null
null
null
UTF-8
Java
false
false
2,949
java
package com.worldgdp.client.api; import com.worldgdp.models.CountryLanguage; import com.worldgdp.repository.CountryLanguageRepository; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org.springframework.data.dom...
[ "tboydv1@gmail.com" ]
tboydv1@gmail.com
142020eddf181dde0fb2d85d8a917b3ad7389d4c
98a8957cf82df80acdf7694785063421e9a8d720
/twitter/src/main/java/com/bhtwitter/twitter/exception/RestExceptionHandler.java
4bfadcf6142f014b610cb7a18f714071e061d3b4
[]
no_license
ojasva22/Twitter
10f8a9e4dbfd803e9379232d003b413d193e4437
e5139cb52b93334073353568945dcd5b60f0f53b
refs/heads/master
2022-09-09T22:04:58.933981
2020-06-01T14:16:52
2020-06-01T14:16:52
266,166,255
0
0
null
null
null
null
UTF-8
Java
false
false
4,975
java
package com.bhtwitter.twitter.exception; import java.time.LocalDateTime; import javax.validation.ConstraintViolationException; import org.springframework.dao.DataIntegrityViolationException; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.h...
[ "ojasva22@gmail.com" ]
ojasva22@gmail.com
ae776eb770037cf6fbf7502cd771448e54b3b735
c24e883bba5235840239de3bd5640d92e0c8db66
/product/src/main/java/com/smart/website/product/PmsProductEntity.java
5cd08ac60bd1eddb579e22b14ec09fa24a44a392
[]
no_license
hotHeart48156/mallwebsite
12fe2f7d4e108ceabe89b82eacca75898d479357
ba865c7ea22955009e2de7b688038ddd8bc9febf
refs/heads/master
2022-11-23T23:22:28.967449
2020-01-07T15:27:27
2020-01-07T15:27:27
231,905,626
0
0
null
2022-11-15T23:54:56
2020-01-05T11:14:43
Java
UTF-8
Java
false
false
26,031
java
package com.smart.website.product; import javax.persistence.*; import java.math.BigDecimal; import java.sql.Timestamp; @Entity @Table(name = "pms_product", schema = "product1", catalog = "") public class PmsProductEntity { private long id; private Long brandId; private Long productCategoryId; private ...
[ "2680323775@qq.com" ]
2680323775@qq.com
839d1a52a540eed2a4d25176766dbec7391f8d9c
3ad941eabe20aa3d247cafc26b8dc54642c93fca
/Algorithms/src/BinaryTree/Queue.java
e88d3a10e57428a4eebef865e9acb5334277e86c
[]
no_license
Bmacs/JavaWorkspace
0e046dd3aed7a2bb67e3650aec5a9acb17a3bc95
72196638dad865582aa78914cb2bd6009c8bda4c
refs/heads/master
2021-03-27T14:11:29.540489
2017-09-15T20:56:42
2017-09-15T20:56:42
98,073,677
0
0
null
null
null
null
UTF-8
Java
false
false
568
java
package BinaryTree; public class Queue { private java.util.LinkedList<Object> queue = new java.util.LinkedList<Object>(); public Queue() { } public void clear() { queue.clear(); } public boolean isEmpty() { return queue.isEmpty(); } public Object firstEl() { ...
[ "BrendancMcNamara@yahoo.com" ]
BrendancMcNamara@yahoo.com
629f0ceb952321aba4ff6e76d555af135ddd5ace
9500eb97abf12bebc21a0ac7e35e741fff23a843
/app/src/main/java/com/epumer/aaronswartzsimulator/HistorialRecyclerView.java
30f957d5fa9aec98b41ce64b3052b2d1ab612c13
[]
no_license
eiribarren/AaronSwartzSimulator
68f91e210e9fb91c8f8bbf50390b661e62af3832
20e77a900f67fc68e7fffa4e7000fa968e471f88
refs/heads/master
2020-03-29T06:59:01.777319
2018-12-13T19:42:06
2018-12-13T19:42:06
149,648,650
0
0
null
null
null
null
UTF-8
Java
false
false
1,830
java
package com.epumer.aaronswartzsimulator; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TableRow; import android.widget.TextV...
[ "informatico@barcelonaled.com" ]
informatico@barcelonaled.com
f46b85e469aa7f31714705d46a3cae027d4399a8
2a38d45cc37c30f6d7f5de5408b765fb18b2b932
/05339 콜센터/src/Main.java
547fe79a597c32e2fce9bbed45c65808b15c6a52
[]
no_license
insulatir/repo-for-baekjoon
5ac5db622ccb066d920d30ae872cc65b08516cb5
7cad30d7cde320d40883ba3bca024e92c44e4077
refs/heads/master
2020-12-01T05:46:50.611198
2020-11-11T11:22:12
2020-11-11T11:22:12
230,568,210
1
0
null
null
null
null
UTF-8
Java
false
false
319
java
public class Main { public static void main(String[] args) { System.out.println(" /~\\\n" + " ( oo|\n" + " _\\=/_\n" + " / _ \\\n" + " //|/.\\|\\\\ \n" + " || \\ / ||\n" + "============\n" + "| |\n" + "| |\n" + "| |"); } }
[ "s42415466@gmail.com" ]
s42415466@gmail.com
cd8f1ebff44d4ff4e97569e824d5ed814b2645d6
1646921d4ad3154aa4315b6da680f9c6224f3690
/src/com/ums/bean/CourseMyExample.java
9fccb215f582fc7457f670d9cb6c2463bb46a34a
[]
no_license
lzl525898/ssm_ums
6210cb98825458340920af2d26692eae0c1598f3
8ed5234041fe593fdf6d8a413b0faa647fd90932
refs/heads/master
2021-04-03T08:57:49.407659
2018-03-30T08:52:56
2018-03-30T08:52:56
124,857,497
0
0
null
null
null
null
UTF-8
Java
false
false
27,093
java
package com.ums.bean; import java.util.ArrayList; import java.util.List; public class CourseMyExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public CourseMyExample() { oredCriteria = new ArrayList<Criteria>(); }...
[ "luckyforlei@163.com" ]
luckyforlei@163.com
3c7c50042ac901d737ff75323e7d54035eeba25d
a74bcf1c0f9e047afd46d4a7b9ad264e27946081
/Java/Android/OpenGLES/source/core/src/loon/core/resource/Resources.java
04cc1d71372ef7f7a313e6fa2121b4052d4245fc
[ "Apache-2.0" ]
permissive
windows10207/LGame
7a260b64dcdac5e1bbde415e5f801691d3bfb9fd
4599507d737a79b27d8f685f7aa542fd9f936cf7
refs/heads/master
2021-01-12T20:15:38.080295
2014-09-22T17:12:08
2014-09-22T17:12:08
24,441,072
1
0
null
null
null
null
UTF-8
Java
false
false
9,727
java
package loon.core.resource; import java.io.BufferedInputStream; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.HashMap; import java.util.Iterato...
[ "longwind2012@hotmail.com" ]
longwind2012@hotmail.com
84f7c0aad1356b8e6e4b163e09f2656bd486bcf3
42c416edd01aa30206968c7ce9af98576f5add08
/Languages/Java/classes/ExampleClassName.java
56f41ebc80391e76305229a72d32b6d39219824a
[]
no_license
Alpenglow88/Useful_Code_stuff
6387a2a7b9a0677693810d6a04f705acd09ecc99
eedcbef0ce5d06441ec9517921f493329bfce000
refs/heads/master
2023-04-28T02:46:14.870755
2023-04-12T09:28:48
2023-04-12T09:28:48
233,573,772
1
0
null
2023-08-24T09:07:41
2020-01-13T10:51:31
Ruby
UTF-8
Java
false
false
161
java
package Languages.Java.classes; public class ExampleClassName { public static void main(String arg[]){ System.out.println("Hello World"); } }
[ "ian.goddard@theculturetrip.com" ]
ian.goddard@theculturetrip.com
8f083daf7e3c867980efc460d2fc9b330c26c071
9955880c73670d0edcb7982dc61ca2534126a41e
/src/test/java/com/everyflavormusic/song/SongsApplicationTests.java
c281aa3b8bb4c3388bb40209cc279a987b3b1155
[]
no_license
jjschurk30/Song-Webpage-Backend
1d7b1815f3989c143141bc9722534b2b647f1217
777730b3c44b089b3c106ef187d8fdd55754cfc0
refs/heads/master
2020-09-13T13:21:22.044547
2019-11-19T21:56:19
2019-11-19T21:56:19
222,795,573
0
0
null
null
null
null
UTF-8
Java
false
false
216
java
package com.everyflavormusic.song; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SongsApplicationTests { @Test void contextLoads() { } }
[ "johnschurk@yahoo.com" ]
johnschurk@yahoo.com
f2ceae352ef88129e3390620dbbee4097bf6bcef
8ccf94d1088610185bbb2b096eb06e2f2d2d37cb
/src/main/java/csc/zerofoureightnine/conferencemanager/messaging/MessageController.java
8db5e24d625110fe3f289f13530acd25a63a2e8e
[]
no_license
AnnieZha99/conferenceManagerJava
05378ca27fb714face15e5ea7ace61ebef1fa5a5
49df6fac7fcaa654e083ceeec2e6d0652f1667f7
refs/heads/main
2023-02-12T22:53:48.415543
2021-01-13T15:36:33
2021-01-13T15:36:33
329,350,093
0
0
null
null
null
null
UTF-8
Java
false
false
11,471
java
package csc.zerofoureightnine.conferencemanager.messaging; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.UUID; import csc.zerofoureightnine.conferencemanager.events.EventManager; import csc.zerofoureightnine.conferencem...
[ "noreply@github.com" ]
noreply@github.com
e73eb5cba810382f64bab4d956c05555e0863a01
0a4f87b9e8666ab994cc6aad4e716f25e8a71aca
/Views/AdminGUI/AdminDashBoardAddTestDetailsGUI.java
d3198cf9f796303ffb9d074a7c865e426763f90d
[]
no_license
gourango-modak/ODLRMS
28a1303f612a7a3a699882cba368c68909ccc791
508f1db11e4fae4c3875f4c8aa79dcd05e811c60
refs/heads/master
2022-09-19T14:10:40.230621
2020-05-31T17:20:42
2020-05-31T17:20:42
268,326,240
0
0
null
null
null
null
UTF-8
Java
false
false
10,895
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 Views.AdminGUI; import Database.DBConnection; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.R...
[ "noreply@github.com" ]
noreply@github.com
9f6bbd553dee766033b17303ca43a87d2371b23d
c1b19409739946b28ef1f22da197c40b9ff6c56a
/src/MessageQueue.java
a8902e3bf706181f04416d5bf54e19232cc3e484
[]
no_license
christianfp/adsadasfa
0b0e3474255c4f5f51ac1dd9af8ea96f9a3c8ff6
3ccfb8eba36e2a3b09780a6e6d7bda876642a4ba
refs/heads/master
2020-03-19T06:53:08.331028
2018-06-04T17:59:41
2018-06-04T17:59:41
136,063,441
0
0
null
null
null
null
UTF-8
Java
false
false
588
java
import java.util.ArrayList; public class MessageQueue { private ArrayList<Message>queue; public Message peek() { if (queue.size() == 0) return null; else return queue.get(queue.size()-1); } public MessageQueue() { queue = new ArrayList(); } public Message remove() { ...
[ "christian_flores995@hotmail.com" ]
christian_flores995@hotmail.com
a1a18dabc692f18d2b8bbfc31ac70f24a2a96568
915761b284c7e66b5dc1bc9d4865107f3427d47b
/src/comportamentales/responsability/descrScooter7.java
f338950d4745d28303e9135ab8146120a3679a12
[]
no_license
ChristianGalindo10/ProyectoFinalModelos
c5eb4ebf7984946a3687e40d239200d5226803a5
c9d702ad74e6288adb128fe6b837ac43686749fb
refs/heads/master
2022-05-05T05:40:39.994334
2022-04-26T16:18:30
2022-04-26T16:18:30
249,746,181
0
0
null
null
null
null
UTF-8
Java
false
false
945
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 comportamentales.responsability; import javax.swing.JLabel; /** * * @author sebas */ public class descrScooter7 implements...
[ "cygc1@hotmail.com" ]
cygc1@hotmail.com
c19fd3107a5be2a44f1b795d9a9c0608a2c14654
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/com/alibaba/baichuan/android/trade/C1214b.java
47e044c89633bab4436456f55f5c1cfe19d8ad86
[]
no_license
Phantoms007/zhihuAPK
58889c399ae56b16a9160a5f48b807e02c87797e
dcdbd103436a187f9c8b4be8f71bdf7813b6d201
refs/heads/main
2023-01-24T01:34:18.716323
2020-11-25T17:14:55
2020-11-25T17:14:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,683
java
package com.alibaba.baichuan.android.trade; import android.text.TextUtils; import android.webkit.URLUtil; import com.alibaba.baichuan.trade.biz.context.AlibcTradeContext; import com.alibaba.baichuan.trade.biz.context.AlibcTradeTaokeParam; import com.alibaba.baichuan.trade.biz.core.taoke.AlibcPidTaokeComponent; import ...
[ "seasonpplp@qq.com" ]
seasonpplp@qq.com
dfdb87f08e9fbd0bbb942535e931266732adf750
0a5b047ab7e6a5e00b6e1a9b4ef5f54bbda71512
/JavaFxx/src/com/javafxx/models/EmployeManutention.java
ec534aba91d49689601dfeb6284e0bd5748527c5
[]
no_license
SanaaSaadoune/Manage_employeesFx
b16054c86433bdae81d46052dcf13459b115fef8
1c596a8607dedff7e1f44a54de2fd2a1b2a9d4e5
refs/heads/master
2023-02-11T06:25:41.076342
2021-01-06T15:51:03
2021-01-06T15:51:03
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,526
java
package com.javafxx.models; import java.sql.Date; import java.text.SimpleDateFormat; public class EmployeManutention extends Employe { private int heuresTravail; public int getHeuresTravail() { return heuresTravail; } public void setHeuresTravail(int heuresTravail) { this.heuresTravail = heuresTravail; } ...
[ "sanaasdn@hotmail.com" ]
sanaasdn@hotmail.com
b5f3a84ec4993bff9b4fb933b52760fdf434b3ed
9810f48356a1641c4a4178bd9b1505dd97276f50
/CICDapp/src/main/java/applicationPackage/Appsource.java
269c6567a08973f8e33f56f34d3603b4ffbfb2a7
[]
no_license
pramoth57/CICDapp
1adc59001475084ab3bc1e66483051fecb98a593
22798d1657a0168b7cecde7f0f59cc68334f5d45
refs/heads/master
2020-03-14T18:50:12.659061
2018-05-01T18:45:58
2018-05-01T18:45:58
131,750,132
0
0
null
null
null
null
UTF-8
Java
false
false
313
java
package applicationPackage; import org.testng.Assert; import org.testng.annotations.Test; public class Appsource { @Test public void verifysum(){ int a=50,b=80,c; c=a+b; System.out.println("***********************************"); Assert.assertEquals(c, 130); } }
[ "pramothkumar57@gmail.com" ]
pramothkumar57@gmail.com
8df2e0d2e2171439714f21c9cefe166f770cb8cf
38a1c29c18e12eb58ba901d87669b7fe7a051422
/ecomm/src/main/java/com/roberto/ecom/domain/Payment.java
8ac4642ed3094d7d5a0314e2bdf171367d62d783
[]
no_license
rrocharoberto/spring-training
851008ecc9356ac26abdb70c36899e690e0b2c02
fc297688893fb3b24c8f0f1aa483351bb116b342
refs/heads/main
2023-08-30T12:24:40.998901
2021-10-27T12:38:00
2021-10-27T12:38:00
421,812,486
1
0
null
null
null
null
UTF-8
Java
false
false
1,523
java
package com.roberto.ecom.domain; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Inheritance; import javax.persistence.InheritanceType; import javax.persistence.JoinColumn; import javax.persistence.MapsId; import javax.persistence.OneToOne; import c...
[ "rrocha.roberto@gmail.com" ]
rrocha.roberto@gmail.com
4316ac08c0b265665a7a6cd384dfb35b91f1eb32
8d3a4a4b11081245913b6369068e8607e78c0ecf
/src/org/dimigo/inheritance/Animal.java
4255cdd992fb7cb43b6ebe385e598c24f31a005a
[]
no_license
nate2402/JavaClass
6f999b3ae983bf4f82bb181b856be7daf84abf60
3a968cd4a9048d593f5d2e4900440233bb4f798a
refs/heads/master
2020-06-17T00:54:42.081913
2019-07-08T06:18:48
2019-07-08T06:18:48
195,748,735
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package org.dimigo.inheritance; public class Animal { protected String name; public Animal(String name) { this.name = name; } public void eat() { System.out.println("냠냠"); } public void sleep() { System.out.println("쿨쿨"); } public void bark() { System...
[ "nate2402@naver.com" ]
nate2402@naver.com
571a424dd4977c78eeecd0bf3220bde5a9775253
c020ac56daef1d978ce0e298eade7584f18aec27
/Java/03-链表/src/com/zeng/AbstractList.java
6addecbc6984e4cb190ce038949ff3c22fed2286
[ "Apache-2.0" ]
permissive
yiyezhiqiu1024/DataStructure-Algorithms
d964a5a41494fe42bace363e82766f2f7b3c101b
e6247a46b32fe10a4c03e7b1e0a07c962fb0c23f
refs/heads/master
2022-11-20T14:02:40.085823
2020-07-10T11:09:27
2020-07-10T11:09:27
182,192,095
1
0
null
null
null
null
UTF-8
Java
false
false
746
java
package com.zeng; public abstract class AbstractList<E> implements List<E> { /** * 元素的数量 */ protected int size; @Override public int size() { return size; } @Override public boolean isEmpty() { return size == 0; } @Override public boolean contains(E element) { return indexOf(element) != ELE...
[ "zeng@AmassdeMac-mini.local" ]
zeng@AmassdeMac-mini.local
9ecd52d734d8fe42470ed34254ec160524029380
2a0b5df31c675070761dca0d3d719733fc2ea187
/java/oreilly/Java_practice/GUI1/PicPanelTest.java
47376223a09b4e714317e255da5a7abe3f70b134
[]
no_license
oussamad-blip/bookcode-compile-lang
55ff480d50f6101fd727bbfedb60587cb9930b60
87a959cf821624765df34eff506faf28ae429b4c
refs/heads/master
2023-05-05T00:05:49.387277
2019-02-17T10:08:17
2019-02-17T10:08:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
import javax.swing.*; import java.awt.*; public class PicPanelTest { public static void main (String[] args) { JFrame frame = new JFrame(); MyPicPanel pic = new MyPicPanel(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.getContentPane().add(pic); frame.s...
[ "jimagile@gmail.com" ]
jimagile@gmail.com
8105ac6f7ef0af5d73cca8ff58ff9c89a31d82ac
1ab5524843672abcdc620eb17656e01e228ae704
/src/main/java/com/xy/dev/ResourceWrapper.java
d8fa8b83107be85367258a2fa7a8e7210bb5425c
[]
no_license
yuanyi1989/droolsDemo
4b9b05eca6329c5d3f91f4ce55a27b34cb0af701
b733aed51929fbff3b52482a4921a7277237b6c2
refs/heads/master
2021-01-12T01:27:11.786997
2017-01-09T08:38:00
2017-01-09T08:38:00
78,386,589
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package com.xy.dev; import org.kie.api.io.Resource; /** * Created by 袁意 on 2017/1/6. */ public class ResourceWrapper { private Resource resource; private String targetResourceName; public ResourceWrapper(Resource resource, String targetResourceName) { this.resource = resource; this.tar...
[ "mireator@126.com" ]
mireator@126.com
dfc2ee42b5ef22904cc969f96e5cc899faa37fdd
a44a3392fea160f997038c34ab2898591c280322
/src/designmodemy/Bridging.java
c1688206dca2cbff6bee378caa4391628edda1e6
[]
no_license
ZLATAN211/java_example
634da13f1d0a291420c913aa2cab9a06b477f050
5e0444d8f17eadcd90a659a215c36ffb963aa3ab
refs/heads/master
2023-06-24T20:48:06.928229
2021-07-23T06:42:34
2021-07-23T06:42:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,156
java
package designmodemy; //电脑品牌接口 interface Brand { void sale(); } //创建电脑品牌 class Lenovo implements Brand { @Override public void sale() { System.out.println("联想"); } } class Dell implements Brand { @Override public void sale() { System.out.println("戴尔"); } } //电脑集成品牌 class ...
[ "2428784410@qq.com" ]
2428784410@qq.com
9787a84b1411408cefdf6ec70d3ab470e9bc3850
5b82e2f7c720c49dff236970aacd610e7c41a077
/QueryReformulation-master 2/data/processed/EclipseProjectConfigurator.java
1a489a1223578947740acfe22e43152d7d01d028
[]
no_license
shy942/EGITrepoOnlineVersion
4b157da0f76dc5bbf179437242d2224d782dd267
f88fb20497dcc30ff1add5fe359cbca772142b09
refs/heads/master
2021-01-20T16:04:23.509863
2016-07-21T20:43:22
2016-07-21T20:43:22
63,737,385
0
0
null
null
null
null
UTF-8
Java
false
false
2,427
java
/***/ package org.eclipse.ui.internal.wizards.datatransfer; import java.io.File; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFolder; import org.eclipse.core....
[ "muktacseku@gmail.com" ]
muktacseku@gmail.com
709f60ee6eab1a061601d86fe479669bb72cff6d
838fe21048f4da4ba6a2ec1679e2a9e3aff188c9
/Calix-android/app/src/main/java/com/calix/calixgigamanage/utils/PatternMatcherUtil.java
31255c36b0e8b0ea4f7daa9d58d6527cafa3e080
[]
no_license
PrithivDharmarajan/Projects
03b162e0666dc08888d73bd3c6fa7771525677c7
1548b60025adc4f7a0570d51950c144a1cacce3a
refs/heads/master
2020-03-30T22:36:22.465572
2018-11-12T16:39:01
2018-11-12T16:39:01
151,672,600
0
0
null
null
null
null
UTF-8
Java
false
false
524
java
package com.calix.calixgigamanage.utils; import java.util.regex.Pattern; public class PatternMatcherUtil { /*to Check if the string is the mail ID or not*/ public static boolean isEmailValid(String email) { return android.util.Patterns.EMAIL_ADDRESS.matcher(email).matches(); } /*to Check if ...
[ "prithiviraj@smaatapps.com" ]
prithiviraj@smaatapps.com
75bd0038c821f0d76229dbbc3d0df0513de1ede7
18e21abf2fb48247d8b835133b11476e877c911f
/app/src/main/java/com/blockchain/ipfs/util/FileReaderUtil.java
74c0998a398378cdea0681cd5eb97f6a7d0d5ead
[ "MIT" ]
permissive
rogerlzp/IPFS_Android
c2db71ae6323002418306c81ab183d7673181370
6af110468c0844f57694382ecfcc0735d77e757e
refs/heads/master
2020-03-20T19:25:58.586593
2019-11-16T03:30:02
2019-11-16T03:30:02
137,637,280
1
0
null
null
null
null
UTF-8
Java
false
false
858
java
package com.blockchain.ipfs.util; import android.util.Log; import com.socks.library.KLog; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.IOException; public class FileReaderUtil { public static String...
[ "rogerlzp@gmail.com" ]
rogerlzp@gmail.com
5a1571f8a35182706ee8297dc87cbecd6ccc9e45
5be44f022a14d3a1587f557958d64d6958cfe9c3
/aws/springcloudrds/src/main/java/io/pratik/springcloudrds/ApplicationConfiguration.java
ade9eb53025b51dd6ee28c8dba7a65a9a063ebdb
[ "MIT" ]
permissive
thombergs/code-examples
4608b7d9ea3201ffa26d305f24d1ac1aa77f2c08
ca500ac4d4a0e501565e30dcdea37bb17d4d26e7
refs/heads/master
2023-09-04T23:14:37.811206
2023-08-14T21:04:33
2023-08-14T21:04:33
98,801,926
2,492
2,710
MIT
2023-09-10T20:42:50
2017-07-30T14:12:24
Java
UTF-8
Java
false
false
699
java
/** * */ package io.pratik.springcloudrds; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import io.awspring.cloud.jdbc.config.annotation.RdsInstanceConfigurer; import io.awspring.cloud.jdbc.datasource.TomcatJdbcDataSourceFactory; /** * @author pr...
[ "pratikd2000@gmail.com" ]
pratikd2000@gmail.com
144c29e22751085e076dad39a3b7f49137b5f3d5
8fd840e0f5829b1e735ca5b5fbab944a216a4a2a
/src/main/java/com/memo/assist/data/models/Feedback.java
68913929137d0cd279a82bfdefa0d6c2ec3c2a17
[ "MIT" ]
permissive
kantjessica/try-to-remember
30728e7af2b9b00968ee0585ee84f3bea2464a45
7891089aaacad871b2dfdc3ead8d978e56f2e2dd
refs/heads/master
2021-01-18T23:49:58.949094
2016-07-27T20:53:47
2016-07-27T20:53:47
44,995,001
0
0
null
null
null
null
UTF-8
Java
false
false
477
java
package com.memo.assist.data.models; /** * Created by dhuiying on 14.07.16. */ public class Feedback { private Repetition repetition; private Grade grade; public Repetition getRepetition() { return repetition; } public void setRepetition(Repetition repetition) { this.repetition...
[ "kant1981@gmail.com" ]
kant1981@gmail.com
1b1e5a34ec770bc317a98c2f4b175ace4000164d
db01eb79f2608459b43bf883947bc1c4b846b8f8
/src/edu/jhu/cs/pl/group18/CurseOfMalphamond/Exception/PlayerFullException.java
e16cba943676f3b229f18fc831ed67f68da924d7
[]
no_license
kaikulimu/CurseOfMalphamond
d730c4ef7e16a94936d99a16c37d490f5edc997e
2382cb7419356f94cf0f385089255a96ec50a2b0
refs/heads/master
2020-02-26T15:42:04.765534
2016-10-12T22:01:30
2016-10-12T22:01:30
70,745,845
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
/** * */ package edu.jhu.cs.pl.group18.CurseOfMalphamond.Exception; /** * Call this exception when player number reaches maximum. * @author Yunlong * */ public class PlayerFullException extends Exception { /** * */ private static final long serialVersionUID = 1L; @Override public S...
[ "kaikulimu@gmail.com" ]
kaikulimu@gmail.com
c448b659fad5d5676531861a8ab7f01efcfe0938
d8a7e7a700cc587d89107a6a2cd8ffb9baddc116
/app/src/main/java/com/example/paturrachman/oceanwise4u/_sliders/SliderPagerAdapter.java
468c07f86df0de4da2650e72e84df61d08700730
[]
no_license
paturrachman/oceanwise4u
ebe8e5567ce29c596c88f25721e0381e2728c71e
5a67853aa181f01d40dc31bfbe3d827634dcf23f
refs/heads/master
2021-06-28T22:04:47.373094
2017-09-15T17:59:22
2017-09-15T17:59:22
103,234,089
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
package com.example.paturrachman.oceanwise4u._sliders; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; import java.util.ArrayList; import java.util.List; /** * Created by bagicode on 12/04/17. */ public class SliderPag...
[ "patur0857@gmail.com" ]
patur0857@gmail.com
f76efb0d06db41136237192e918bcf265596d9aa
37645ba4feec75e74fbd8d6940b644d840d56f54
/trunk/src/gtdmanager/gui/TreeView.java
ee00f9f86f41b05e20f9bbe670cd5d552d1109e7
[]
no_license
BackupTheBerlios/gtdm-svn
4ca3cb31b4bd01c7f9acdd453b3a7c8b0dac38dc
c4e6d23e9ff0525fa4b719e9f278537589671e1c
refs/heads/master
2016-09-11T11:58:24.287479
2005-07-14T11:26:15
2005-07-14T11:26:15
40,607,694
0
0
null
null
null
null
UTF-8
Java
false
false
3,542
java
/* gtdmanager/gui/TreeView * * {{{ package / imports */ package gtdmanager.gui; import gtdmanager.core.*; import javax.swing.JTree; import javax.swing.JComponent; import javax.swing.tree.*; import javax.swing.event.*; import java.util.*; /* }}} */ /** * <p>Title: TreeView class</p> * * <p>Description: </p> * ...
[ "viljettv@a0056d20-8df8-0310-9d4a-ada3a0c07b49" ]
viljettv@a0056d20-8df8-0310-9d4a-ada3a0c07b49
e6e56eb1cc5171f8ecc40e2ba0fc6f80061f00fe
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/spring-projects--spring-framework/47e141675f7a46f308beb606d8948475250b0528/after/HandshakeInfo.java
21b388f4c987957c2849ceeebb49ca5911ad0650
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
2,053
java
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
b893ca0c45c7daaf92c8acf91dda794a8ce2931a
53145fc1f675bca06c3357b43276bfcbc17c37d2
/06知识分享/2017年2月28日-程龙-简单爬虫实现/pac/src/LinkFilter/LinkFilter.java
d5086d3391bc7fe55d9952327af9945ccf0ae180
[]
no_license
yapengsong/documet
65bd65f5ae0c5501830e407484445182dc3f967c
1789f0a60b8b49d06b56f24d0467c7995d534773
refs/heads/master
2021-01-19T21:44:18.087576
2017-04-19T03:05:00
2017-04-19T03:05:00
88,694,060
1
0
null
null
null
null
UTF-8
Java
false
false
99
java
package LinkFilter; public interface LinkFilter { public Boolean accept(String url); }
[ "yapeng.song@eayun.com" ]
yapeng.song@eayun.com
6d378ad690810de28389850e2858277694b9bfa0
8714ee0d6de1c14d9e6e39f5e57b53fc8c308037
/ejb/src/main/java/com/ivan/nc/shortenedlinksservice/interfaces/StatisticsService.java
6f186f8e8de5956321616b60fa0b0bd7d44ef52f
[]
no_license
Imaisen17/NC_Project
30e3de27088d49838d6c029a378e5a7f9c7af6ee
2a1a8309af82ac09dbe19f13dbb56267fac75b40
refs/heads/master
2023-04-19T04:50:59.794410
2021-03-30T21:04:46
2021-03-30T21:04:46
362,824,604
0
0
null
null
null
null
UTF-8
Java
false
false
513
java
package com.ivan.nc.shortenedlinksservice.interfaces; import com.ivan.nc.shortenedlinksservice.entity.Statistics; import java.sql.SQLException; import java.util.Date; import java.util.List; public interface StatisticsService { List<Statistics> getAllStatByAuthorId(int authorId) throws SQLException; List <Sta...
[ "ivan.maiseyenka@gmail.com" ]
ivan.maiseyenka@gmail.com
e94016aa19f0eef1551fa76c3909f914966cbe9b
6984dee463823432317a437a57142ffa02f0e186
/Code/WeddingTracker/src/main/java/com/defrainphoto/weddingtracker/model/Location.java
28ec097b70e9a57abb3cedc84acbf56572788395
[]
no_license
paulsbunion/WeddingTracker
3d440a8a590f1999663197d5c332e8a6560e47e8
a99369848ca984659a1111a716d778ae389c8c02
refs/heads/master
2021-01-01T18:31:31.716967
2017-09-29T02:43:09
2017-09-29T02:43:09
98,356,402
0
0
null
null
null
null
UTF-8
Java
false
false
2,453
java
package com.defrainphoto.weddingtracker.model; import java.io.Serializable; import javax.validation.constraints.Size; import org.hibernate.validator.constraints.NotEmpty; //import javax.validation.constraints.NotNull; public class Location implements Serializable{ private String locationId; @NotEmpty private St...
[ "defrain.3@gmail.com" ]
defrain.3@gmail.com
267df1470877c304b50fd5b0c51fba21f345404c
792da67479197475488b508e6a5ab525f4772c1d
/14_spring_security/baitap/bai1/src/main/java/com/codegym/services/impl/CategoryService.java
1e0e440dd24b601729e5b67e94829c72bad58846
[]
no_license
wanerbros9/C0421G1_NguyenThanhLam_Module4
18905840f2b8bc6fece5b3b3a107c8da4370362e
1ec22201b2fae6c1c421f12886cfbb25736b13b7
refs/heads/main
2023-08-14T18:17:11.108511
2021-09-28T02:07:30
2021-09-28T02:07:30
397,881,490
0
0
null
null
null
null
UTF-8
Java
false
false
706
java
package com.codegym.services.impl; import com.codegym.model.Category; import com.codegym.repository.CategoryRepository; import com.codegym.services.ICategoryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import javax.transaction.Transactional; im...
[ "49389939+wanerbros9@users.noreply.github.com" ]
49389939+wanerbros9@users.noreply.github.com
e95df595607da2199a05a0df72a4d9c1650f0876
1201987943b0c83260b6fe0f17ed6a2eb4c4183d
/dal-jdbc/src/main/java/org/unidal/dal/jdbc/test/TableSchemaBuilder.java
da80649ff1a65a250b37b8df73557fbd7596b657
[]
no_license
yiming187/frameworks
0e51835b33729a43da7adf2c10482c96e047c17f
5b0d09b9705d316caeaa7fe5eb40a63badafadef
refs/heads/master
2023-06-27T19:04:34.033136
2022-06-26T02:10:57
2022-06-26T02:10:57
49,052,791
0
0
null
2016-01-05T08:32:52
2016-01-05T08:32:52
null
UTF-8
Java
false
false
3,629
java
package org.unidal.dal.jdbc.test; import java.util.ArrayList; import java.util.List; import org.unidal.dal.jdbc.test.meta.entity.EntityModel; import org.unidal.dal.jdbc.test.meta.entity.MemberModel; import org.unidal.dal.jdbc.test.meta.entity.PrimaryKeyModel; import org.unidal.dal.jdbc.test.meta.transform.BaseVisitor...
[ "qmwu2000@gmail.com" ]
qmwu2000@gmail.com
7b2302043761dcb18dafd486d85d4d7f09043863
419a9860a9a1f07a4073141f9cfc32feb60aa9f3
/apidoclet-core/src/main/java/org/apidoclet/core/spi/http/HttpRequestBodyResolver.java
3ca04de20520b9bd97599539c8d90ad6b8310542
[]
no_license
hwtl/apidoclet
01efbbf3c2a73fbf069da8fba4839449b362a807
f111210eb3e8e0a00618c61db7c364e1d459e6ec
refs/heads/master
2021-01-24T08:33:37.255940
2017-06-05T02:34:48
2017-06-05T02:34:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
734
java
package org.apidoclet.core.spi.http; import org.apidoclet.core.ApiDocletOptions; import org.apidoclet.model.RequestBody; import com.sun.javadoc.Parameter; /** * 解析方法参数的PathVariable */ public interface HttpRequestBodyResolver { /** * 是否支持此种参数的解析 * * @author huisman */ boolean support(Parameter par...
[ "potent6@aliyun.com" ]
potent6@aliyun.com
2c718a571e64fcfe8aab2e68d09fc2ebbbe31859
282224fefee490bca121542382b0b2fea8ccc6fa
/src/com/leetcode/threeFourHundred/reverseVowelsOfString/TestReverseVowelsString.java
32f8768bdafb468b96394e1f55d850888879b5b4
[]
no_license
wanhao838088/Leetcode
4f40a7b9246454e4feecb412b8f5943660dd12f2
6197167b19c38e00b4911d25b6c905def65663ef
refs/heads/master
2021-07-20T12:52:40.026973
2020-06-29T02:41:22
2020-06-29T02:41:22
186,771,264
0
1
null
null
null
null
UTF-8
Java
false
false
2,569
java
package com.leetcode.threeFourHundred.reverseVowelsOfString; import java.util.Arrays; import java.util.List; /** * Created by LiuLiHao on 2019/6/27 0027 下午 03:25 * @author : LiuLiHao * 描述: *编写一个函数,以字符串作为输入,反转该字符串中的元音字母。 * * 示例 1: * * 输入: "hello" * 输出: "holle" * 示例 2: * * 输入: "leetcode" * 输出: "leotcede" ...
[ "838088516@qq.com" ]
838088516@qq.com
f6c2fb0594815cc1dcee78ce3b87a2b334fb0a1e
7afb137677473c0b9719da1b9e1a07b2929aee82
/branches/pre-0.3/src/main/java/org/javageek/katalogo/dao/impl/AbstractBasicHibernateDao.java
ed968f814fcb4238f8e45f5bbdc5e2dd4ff6043b
[]
no_license
javageek/katalogo
3bb3a2f7a40e13eef7ef1d6cacd949d09b09fd34
fad5b7a4406b3100e241cb9a520b8782306686ff
refs/heads/master
2021-01-19T05:38:50.305617
2006-08-24T23:20:28
2006-08-24T23:20:28
32,344,159
0
0
null
null
null
null
UTF-8
Java
false
false
2,518
java
package org.javageek.katalogo.dao.impl; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.SessionFactory; public class AbstractBasicHibernateDao<T> { private static final Log l...
[ "guillermo.castro@1400c883-9719-0410-8cb2-bf74317c8d72" ]
guillermo.castro@1400c883-9719-0410-8cb2-bf74317c8d72
caf89ecdffad2505bfc461f007f437acf670be04
bba23b735621be5f5ca65b4de5f09be787f22cce
/src/java/arch/actions/ros/RetryInitServices.java
0cda9bbd2e7252fdf1f0324a8abbb2f8cd930ce8
[]
no_license
LAAS-HRI/MuMMER_supervisor
c3d099a9dc65c9cc92cdea871985ec87721227ac
a2b54522ac2a9d7546444d3577251fbdec777ef2
refs/heads/master
2020-12-26T05:14:57.978659
2020-01-17T17:00:21
2020-01-17T17:00:21
237,396,232
0
0
null
null
null
null
UTF-8
Java
false
false
1,581
java
package arch.actions.ros; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Map.Entry; import java.util.Set; import arch.actions.AbstractAction; import arch.agarch.AbstractROSAgArch; import jason.asSemantics.ActionExec; import jason.asSemantics.Unifier; import jason.asSyn...
[ "15892716+amdia@users.noreply.github.com" ]
15892716+amdia@users.noreply.github.com
d196616a9aaa7d43d22e2152698745ee8d5dd960
3d5b73cd1f2f124a27fb0e156eb1ee2dddc4b881
/app/src/androidTest/java/com/example/ankit/powwow/ExampleInstrumentedTest.java
a9ec2a9b068ac0490d273d061ac4131239adf3e7
[]
no_license
ankit5000/powwow
b5b25d2a875524817d009691e02636b81fd012fc
f8fb1477d88517b54c298f54fc3f29ac854ba8b8
refs/heads/master
2021-03-27T10:34:40.447553
2017-03-31T12:50:55
2017-03-31T12:50:55
84,988,723
1
0
null
null
null
null
UTF-8
Java
false
false
752
java
package com.example.ankit.powwow; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an And...
[ "ankit5000@ymail.com" ]
ankit5000@ymail.com
7fb37bdf7631931f537a0fee25cb72eba202ef2c
1cc41aef9bd36b7ff3245faac79adb569c65a0cf
/java/hibernate/spring-hibernate/src/main/java/org/javabrains/koushks31/projections_and_query_by_example/UserDetails.java
b3c1cfcd2e0d6c6b7e02d20479a8fd1f2638ea7d
[]
no_license
seungbeomi/development
fca4d350b31fefd56a9517bcc8c49ea39d6af19e
11c1c6c9f2ec522ce9e90808e1b0876eff5039df
refs/heads/master
2023-03-10T17:57:07.819034
2022-02-16T15:18:39
2022-02-16T15:18:39
1,160,501
2
3
null
2023-03-07T09:08:19
2010-12-12T08:10:56
Java
UTF-8
Java
false
false
440
java
package org.javabrains.koushks31.projections_and_query_by_example; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import lombok.Data; @Data @Entity @Table(name="USER_DETAILS") public class...
[ "seungbeomi@gmail.com" ]
seungbeomi@gmail.com
9979052ac843f9a0936ab10500ef449c32b95867
f68d2b3cd28f549e2702edcb31e6f8cd4fddd504
/src/ims/crawler/cache/ApplicationContextFactory.java
86fcda9140a808f411278a264d42351dfdce4d5b
[]
no_license
Ailab403/iiimmsNLPerModule
c850817908433ed917643e6646ef00df81633aa8
cfd9ece03b704705a45229310b45c6dfeb17e689
refs/heads/master
2016-09-10T15:29:19.491942
2014-09-29T13:14:58
2014-09-29T13:14:58
null
0
0
null
null
null
null
GB18030
Java
false
false
439
java
package ims.crawler.cache; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class ApplicationContextFactory { // 全局通用的applicationContext public static ApplicationContext appContext; // 静态程序块一次性初始化 static { appC...
[ "AiLab_superhy@superhy-PC" ]
AiLab_superhy@superhy-PC
445456234c4c20c450c62e5db9f46a571e0c2c36
1a24c61136a19c0677f73a27eae11752a0072e5c
/SpringBootApplication/src/main/java/com/demo/dto/Constants.java
072476270aaf9857663d3f64318bf3768e3b9e58
[]
no_license
JaeTutorials/ReactJS_SpringBoot2
05571b7342dbe420f50cddba901ce873d5581e49
b667cf67caf0715de1a579bd1f33ee0a34e570fb
refs/heads/main
2023-01-01T01:34:49.064740
2020-10-18T16:29:33
2020-10-18T16:29:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
306
java
package com.demo.dto; public class Constants { public static final long ACCESS_TOKEN_VALIDITY_SECONDS = 5 * 60 * 60; public static final String SIGNING_KEY = "devglan123r"; public static final String TOKEN_PREFIX = "Bearer "; public static final String HEADER_STRING = "Authorization"; }
[ "noreply@github.com" ]
noreply@github.com
627b666de10bf3aeeb2a72ee6a0076281102a644
6829b3fa032014e0f0dde844676b51d44671ced8
/文档/oop/JO02/上课案例/src/com/c/Math.java
7df59c3b2ffad73e0b46631602c2476c00e6c928
[]
no_license
whyza/JavaLearning
da7076b2d39b2ae3c45cb3c41e118a677e35b3fc
656bd6cde896b0e242076a59dd82dcad18392fd0
refs/heads/master
2021-09-09T07:38:53.299736
2018-03-14T08:44:43
2018-03-14T08:44:43
112,844,640
0
0
null
null
null
null
UTF-8
Java
false
false
313
java
package com.c; public class Math { public int add(int a,int b){ return a+b; } public double add(){ return 0; } public int add(int a){ return 0; } public double add(double a,double b){ return a+b; } public void fuck(String a,int b){ } public void fuck(int a,String b){ } }
[ "892903912@qq.com" ]
892903912@qq.com
4b8a2b721c8a1fd0993241666d868e174b93ba14
eadbd6ba5a2d5c960ffa9788f5f7e79eeb98384d
/src/com/tinder/views/m.java
8f9d6ed04584bc4a5e63eaadfc6a885c5cde0067
[]
no_license
marcoucou/com.tinder
37edc3b9fb22496258f3a8670e6349ce5b1d8993
c68f08f7cacf76bf7f103016754eb87b1c0ac30d
refs/heads/master
2022-04-18T23:01:15.638983
2020-04-14T18:04:10
2020-04-14T18:04:10
255,685,521
0
0
null
2020-04-14T18:00:06
2020-04-14T18:00:05
null
UTF-8
Java
false
false
3,225
java
package com.tinder.views; import android.view.MotionEvent; import android.view.VelocityTracker; import android.view.View; import android.view.View.OnTouchListener; import com.tinder.utils.q; public class m implements View.OnTouchListener { private a a; private VelocityTracker b; private float c; private flo...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
cb3c0ad9a97fc6166dc7cb148f720dfa88de309c
4181dc0348a00fb97b7e13ebfc299fd0847c3e24
/src/AccountManagerUtil/src/test/java/org/cote/accountmanager/util/TestWTPAType.java
639c18729c68fcee8f5f9939cf31abd6204869a0
[]
no_license
fuyunkh/AccountManager
185592c41b6ae77d3fe1621c43ddf4208cf9f770
1d1f504b602933a67df30c8427e675e699c6cc13
refs/heads/master
2020-12-30T12:22:57.286588
2017-02-25T20:14:05
2017-02-25T20:14:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,858
java
package org.cote.accountmanager.util; import static org.junit.Assert.assertTrue; import java.security.Security; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.cote.accountmanager.beans.SecurityBean; import org.cote.accountmanager.factory.SecurityFactory; import org.co...
[ "Steve@cotedesk.local" ]
Steve@cotedesk.local
4577bca5270f500606eb1587edcf2c1f14a7ff54
168b6a85fccfcc79b307acb25e0e1448050de564
/src/main/java/com/itstyle/seckill/web/SeckillController.java
24dbe15d59361f8ba84d4bb38cce0cf8c804af69
[ "Apache-2.0" ]
permissive
neocxf/spring-boot-seckill
7578f22741a1e5d74eb14ecaa70ca83889fe853f
0e1f8bff4bb1ef9168d4469e5a27d3ece9118587
refs/heads/master
2022-07-04T14:33:38.835068
2020-01-21T03:08:51
2020-01-21T03:08:51
235,245,422
0
0
Apache-2.0
2022-06-17T02:53:47
2020-01-21T03:08:24
Java
UTF-8
Java
false
false
9,689
java
package com.itstyle.seckill.web; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import java.util.concurrent.CountDownLatch; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; import org.slf4j.Logger; i...
[ "345849402@qq.com" ]
345849402@qq.com
3cb3e09da870ec57af19a71d969ebb137d54a709
93e0d425be720ee47c69a5761afe4a0444b1c978
/app/src/main/java/com/opennetwork/secureim/DummyActivity.java
6aa2e89f1f0c686ad89d021d54d211952128c4ad
[]
no_license
opennetworkproject/secure-im-android
98904aedd2e5f2bd596a5ed48e90afd5de57491f
72351ad2823aace65922c1aea7e97568ebfce184
refs/heads/master
2021-05-10T18:53:05.059352
2018-01-30T14:38:27
2018-01-30T14:38:27
118,136,259
1
0
null
null
null
null
UTF-8
Java
false
false
336
java
package com.opennetwork.secureim; import android.app.Activity; import android.os.Bundle; /** * Workaround for Android bug: * https://code.google.com/p/android/issues/detail?id=53313 */ public class DummyActivity extends Activity { @Override public void onCreate(Bundle bundle) { super.onCreate(bundle); ...
[ "slmono@outlook.com" ]
slmono@outlook.com
63d28e4fb5587af04a8a3dc67829e6247401d4c4
21cc2a0bca082cd45fdf62cc413a8666bdb7b2c8
/app/src/main/java/com/android/mobile/ArticleFragment.java
3cd061eac26b833a6ba343bf82618562f8d101c1
[]
no_license
pramodrapolu/Retrofit
0eeff99518fd02424ab4eed62c16656190a0cae1
a004f21740e36c504a1aa11ed46f023d0e054493
refs/heads/master
2020-12-24T08:39:48.175748
2016-11-08T20:55:46
2016-11-08T20:55:46
73,225,326
0
0
null
null
null
null
UTF-8
Java
false
false
1,636
java
package com.android.mobile; import android.app.Fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup...
[ "Pramod.Rapolu@Staples.com" ]
Pramod.Rapolu@Staples.com
3c3f0193e93985aa1531ff3da84b3086c11c7507
e175962b3a9eeb25e3d22eb67705edb4104dd693
/wqh006/app/src/main/java/com/example/wqh006/util/FileUtil.java
852c81d41ea8956342f8b335f0feb7303e5bf5b7
[]
no_license
wangquanhao/HomeWork-Finally-
3f584b170e79d490e924294830c0af8fbc3456bc
dd9d55fb6b730f8fc4bbd996ab9d5458b30608c9
refs/heads/master
2023-02-06T17:50:17.438868
2020-12-19T03:26:33
2020-12-19T03:26:33
306,825,540
0
0
null
null
null
null
UTF-8
Java
false
false
4,759
java
package com.example.wqh006.util; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.FilenameFilter; import java.util.ArrayLi...
[ "1559169807@qq.com" ]
1559169807@qq.com
d85bbde209bd1b538d20e22680cc2d75f74131bc
8e56cd78ba1a5555993a9bcf11e29770b6ddd2cb
/src/main/java/com/dmetal/ems/controller/LoginController.java
339598442732a1c62060564c8ffcde10fdfc7873
[]
no_license
hlmetal/spring-login
f53d90bd806af34d4b5c12385a97b86420202200
0c1d61b3724f31a6d2f0cfaf0e38521b5a3533c6
refs/heads/master
2023-02-25T21:20:27.317732
2018-06-18T03:47:51
2018-06-18T03:47:51
null
0
0
null
null
null
null
GB18030
Java
false
false
3,767
java
package com.dmetal.ems.controller; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.OutputStream; import java.util.Random; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; i...
[ "NiCo@DESKTOP-AM8PV3A.mshome.net" ]
NiCo@DESKTOP-AM8PV3A.mshome.net
e9a932bc8a13ae7735529f852566eeb6c21077b8
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_3263974c19bf80000e85d593a9605a5e072e5f75/PropertyDescriptor/2_3263974c19bf80000e85d593a9605a5e072e5f75_PropertyDescriptor_s.java
9e783e3edb1822cd2b4fff362eae0eaa421e9095
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,146
java
/******************************************************************************* * Copyright (c) 2010 Oobium, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available a...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
85a5925e33b0d1b374c3e5d7062cd3b05a6adf5e
14a6c900c09f206b5acebb12409d70ad477f7bfd
/VRChatAiNpcMain/src/test/java/com/vrchat/ai/npc/VrChatAiNpcMainApplicationTests.java
06bef050f63e6fe0a5bdfca7dadf29204ce3a236
[ "MIT" ]
permissive
bopopescu/VRChatAINpc
6d8ae39a1bddd391d211f7e71c9c58453160d5e3
6da5ecd3010ed09e07503711e39afedcce0af44a
refs/heads/master
2022-11-23T12:41:36.841387
2020-05-08T09:03:38
2020-05-08T09:03:38
281,640,699
0
0
MIT
2020-07-22T09:58:09
2020-07-22T09:58:08
null
UTF-8
Java
false
false
218
java
package com.vrchat.ai.npc; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class VrChatAiNpcMainApplicationTests { @Test void contextLoads() { } }
[ "kimrie2@naver.com" ]
kimrie2@naver.com
6cd2ff64b11481d3dbde25fe4597c521ca290365
97e3b3bdbd73abe9ba01b5abe211d8b694301f34
/源码分析/spring/spring-framework-5.1.5.RELEASE/spring-context/src/main/java/org/springframework/instrument/classloading/WeavingTransformer.java
d09d87aaacb568a545b127cd11711a71a09399e4
[ "Apache-2.0", "MIT" ]
permissive
yuaotian/java-technology-stack
dfbbef72aeeca0aeab91bc309fcce1fb93fdabf0
f060fea0f2968c2a527e8dd12b1ccf1d684c5d83
refs/heads/master
2020-08-26T12:37:30.573398
2019-05-27T14:10:07
2019-05-27T14:10:07
217,011,246
1
0
MIT
2019-10-23T08:49:43
2019-10-23T08:49:42
null
UTF-8
Java
false
false
3,860
java
/* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "626984947@qq.com" ]
626984947@qq.com