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
06c18f47259434add9e5da92b3fc69ee804c7cbb
5d46c85dd07cd0f8d866300dee3d7f9ed09ff344
/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p4beta1/stub/AssetServiceStubSettings.java
064be401ac0970e8552c81c70138df9a2c146e8f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
richard-vu/java-asset
cb8b6ca3333d3664793b4527e03cd24d519ae959
cb12f9cdb58234a026f54338ef8c0f060c30115e
refs/heads/master
2023-04-25T05:58:05.247904
2021-05-14T02:10:25
2021-05-14T02:10:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
15,987
java
/* * Copyright 2021 Google LLC * * 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 applicable law or agreed to...
[ "noreply@github.com" ]
noreply@github.com
f85b9e94e7afe29da4858a932e15d4fa0d4ba96f
e4fbc3522688bceef74c39f63aa619bed7916248
/src/blogDao/AboutMe.java
0eb06723cc9de79cc9add665c8e06657596f6c97
[]
no_license
AsukiOkikiki/13blog
5fb0f7ef522e41ba6f7241a8294c93fc72e375c4
d62b1bf690501eb83b3c25979ea07cfdc019c164
refs/heads/master
2020-03-27T23:33:30.619342
2018-09-04T10:49:44
2018-09-04T10:49:44
147,327,801
0
0
null
null
null
null
UTF-8
Java
false
false
423
java
package blogDao; public class AboutMe { private String text; private String id; public String getText() { return text; } public void setText(String text) { this.text = text; } public String getId() { return id; } public void setId(String id) { this.id = id; } public AboutM...
[ "Administrator@USER-EJJO09NLUM" ]
Administrator@USER-EJJO09NLUM
6f5525f810ee0ce7c3ace9e3e3c7e6185f20bed0
c2e8142a9c06bc798dc4aecb161ea12e442e54e7
/src/main/java/clase6/linkedlist/ObjetosBasicosLinkedList.java
2d2c60efdfe18b1a565194d6aaa37c9ef5ea3646
[]
no_license
miguelangeldg/cursos
9b0f6337539e3a9a703093ebaa6d286af8be6faa
62ef796746c471db3bb82abef80de9765b260889
refs/heads/main
2023-06-19T16:40:47.671220
2021-07-21T19:07:46
2021-07-21T19:07:46
385,952,262
0
0
null
null
null
null
UTF-8
Java
false
false
2,062
java
package clase6.linkedlist; import java.util.AbstractList; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.ListIterator; public class ObjetosBasicosLinkedList { public static void main(String[] args) { List<String> nombresA = new LinkedList<>(); AbstractList<Strin...
[ "dgmiguelangel@gmail.com" ]
dgmiguelangel@gmail.com
6d74e0212b4e43c1ab6b96c1fe6b107070ab604a
96f6cc327581521b4e400a85a31f3cde1625e24b
/eureka_consumer/src/main/java/com/cloud/start/BootApplication.java
28956caa8f01d3007904765e5869e27953b78aa1
[]
no_license
funliangiii/spring-cloud-git-demo
3b5ab8bfbd11abdf3e68a66149724a2ade0fa341
d3b7599ce68d12c0170926d053887664548f202a
refs/heads/master
2020-11-28T17:50:05.764889
2020-06-11T02:55:12
2020-06-11T02:55:12
229,885,306
2
0
null
null
null
null
UTF-8
Java
false
false
649
java
package com.cloud.start; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.loadbalancer.LoadBalanced; import org.springframework.context.annotation.Bean; import org.springframework.web.client.RestTemplate; @S...
[ "justdoitliang@foxmail.com" ]
justdoitliang@foxmail.com
651cc4c3722d129c599a4d8830bc4e7660eb9415
acb632c03d6f42c44bb2325c85dafa9a67a06bcf
/DetailActivity.java
94b818fc26ade46803159ef0308513520091f474
[]
no_license
kkh610/ALl
323c8b028b88546e89ff954087705d1f990741d9
06fb9f54156e82ae606ef6be7974b92c09c8116b
refs/heads/master
2020-09-17T00:33:00.590221
2019-11-25T11:35:31
2019-11-25T11:35:31
223,933,431
0
0
null
null
null
null
UTF-8
Java
false
false
5,758
java
package halla.icsw.kkhproject11_18; import android.content.Intent; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android.os.Bundle; import android.speech.tts.TextToSpeech; import android.widget.Te...
[ "noreply@github.com" ]
noreply@github.com
805ffaa372c417d8ce70491e6be15167cf4f9bc3
2c111223ea96cd6d94bf32b0f34fc8198b002825
/src/inaction/generator/SequenceGenerator.java
1f27a089d0edb19da40ff72fb8d5a71e4b472dee
[]
no_license
daybreaksnow/hibernateSample
8dabb58fee0d2d6667ece48e030b5ebceee1a872
d5e4d449ef4f7a09b8b6808fa771b9bf64fed532
refs/heads/master
2021-01-25T05:35:26.353898
2013-04-17T09:36:34
2013-04-17T09:36:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
846
java
package inaction.generator; // Generated 2013/01/14 1:11:15 by Hibernate Tools 3.4.0.CR1 /** * SequenceGenerator generated by hbm2java */ public class SequenceGenerator implements java.io.Serializable { private long id; private Long version; private String value; public SequenceGenerator() { } ...
[ "daybreaksnow@gmail.com" ]
daybreaksnow@gmail.com
9024048692305ebd80e0a9f127351eb29c8f8ceb
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/eclipseswt_cluster/12168/tar_1.java
e397365b974075fe1678e13884898e4114e7545a
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
90,731
java
/******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and...
[ "375833274@qq.com" ]
375833274@qq.com
71f86d094bc03f4deb8e1f30c06fc03fb6bf7703
06cf3528a03b6c679188f51012984e7663512dc1
/src/main/java/com/syncleus/ferma/annotations/Adjacency.java
65b195b49bf9f162d240a74931eefde224aafccb
[]
no_license
the-ntf/Ferma
764b7c4b765b4363e96f1ad25d70790fda32d1fa
66d4a1df6348532f9a9b196097efea3b6dfa9d3d
refs/heads/master
2020-07-10T04:07:30.812195
2015-10-17T15:11:08
2015-10-17T15:11:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,983
java
/** * Copyright: (c) Syncleus, Inc. * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. * There should be a copy of the license included with this ...
[ "jeffrey.freeman@syncleus.com" ]
jeffrey.freeman@syncleus.com
6d9915d848374b272a4bdd0f062c504d17af0155
9c81dfb1cb9b65a3fad6ce7cdf63437a84fc0b50
/demo210124-shiro-test/src/main/java/com/guoyw/demo210124/shirotest/config/MyExceptionHandler.java
bde590bfbd3b04b90ef49b6f2b35fe8b22766fc0
[]
no_license
guoyaweiCode/springboot-demo
8006a3afd9876e6ff2770f75a4536a119edd546b
1b54bacc8528f040a9e33bce1025c44e6522ea8c
refs/heads/master
2023-02-28T23:50:22.741232
2021-01-24T10:51:26
2021-01-24T10:51:26
326,628,502
0
0
null
null
null
null
UTF-8
Java
false
false
603
java
package com.guoyw.demo210124.shirotest.config; import lombok.extern.slf4j.Slf4j; import org.apache.shiro.authz.AuthorizationException; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; /** * @className: MyExceptionHandler * @descrip...
[ "435945337@qq.com" ]
435945337@qq.com
c3536df392b2813daa8119cd4abee1a237ae59d8
d861c84f19fc7eec8fc6323131a64fa89c05c719
/wms/src/main/java/com/zsc/pojo/SysRoleExample.java
32fcdc46be3da06f7e93c0b428f01910b82e5837
[]
no_license
lw965616295/ssm-java
b5cd172044c14cfb6d454ecf18b4f6da1430fc24
2c657bcb6c3e5d13958085cff05bf1a2c8d12ad9
refs/heads/master
2020-04-06T09:02:09.289038
2018-11-13T05:46:04
2018-11-13T05:46:04
149,591,436
0
0
null
null
null
null
UTF-8
Java
false
false
11,460
java
package com.zsc.pojo; import java.util.ArrayList; import java.util.List; public class SysRoleExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public SysRoleExample() { oredCriteria = new ArrayList<Criteria>(); } public voi...
[ "965616295@qq.com" ]
965616295@qq.com
84238d97eefed23f4aee9a75785db804daddcd9b
99f670be61c1c5dcb700154c0b126ab07707c6d4
/service/src/main/java/com/parking/spring/recognition/vision/DeepVisionPreview.java
cbe8b3aa86ff867f77df51f689f6f33132879e3b
[]
no_license
andreigaevsky/parking-backend
77d442cf590d2e3d789cc691b035ffd0f9212246
0338a1772a5c80c6482934d27b1e14b1519fa215
refs/heads/master
2023-04-29T21:13:06.676414
2020-09-15T05:49:03
2020-09-15T05:49:03
295,549,184
0
0
null
null
null
null
UTF-8
Java
false
false
282
java
package com.parking.spring.recognition.vision; import com.parking.spring.recognition.vision.dependency.Repository; import processing.core.PApplet; public class DeepVisionPreview extends DeepVision { public DeepVisionPreview(PApplet sketch) { super(sketch); } }
[ "ahayeuski@exadel.com" ]
ahayeuski@exadel.com
4912b67bee270eb1a89682d387ef0b5ba0e2098b
d00530e85f1178a17eaa8c97637084170e87361e
/Ghidra/Debug/Framework-TraceModeling/src/main/java/ghidra/trace/database/guest/DBTracePlatformManager.java
f9a05376be05452942ef7555ff2c80fa87f124e9
[ "Apache-2.0", "GPL-1.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gareth8118/ghidra
f68bbbd35f83c9ed7ec07a0ba19c1e34301d7b2b
2536099c0eb2683ee0e416a127f8a8795f8de853
refs/heads/master
2022-09-12T05:53:26.586319
2022-08-26T18:13:00
2022-08-26T18:13:00
186,974,979
0
0
Apache-2.0
2019-05-16T07:27:20
2019-05-16T07:27:16
null
UTF-8
Java
false
false
11,068
java
/* ### * IP: GHIDRA * * 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 agreed to in writin...
[ "46821332+nsadeveloper789@users.noreply.github.com" ]
46821332+nsadeveloper789@users.noreply.github.com
4607f410101cea509e90528dac595cda9bbb8b33
2af99472082c5daee51d5db428d9787cc2621329
/runelite-client/src/main/java/net/runelite/client/plugins/zulrah/overlays/ZulrahOverlay.java
0df7095d2b3ec4ea88c04f586640994787c825ea
[ "BSD-2-Clause", "LicenseRef-scancode-free-unknown" ]
permissive
KenAdams5/runelite
cecfa403ee3f812d94bce51f2ee031042baa272c
853b5d53749df458c185f7cb403d1728da7cf059
refs/heads/master
2020-03-27T18:51:39.096022
2018-08-31T22:55:05
2018-08-31T22:55:05
146,455,283
0
0
BSD-2-Clause
2018-08-28T13:55:10
2018-08-28T13:55:09
null
UTF-8
Java
false
false
7,564
java
package net.runelite.client.plugins.zulrah.overlays; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Dimension; import java.awt.FontMetrics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Polygon; import java.awt.image.BufferedImage; import javax.annotation.Nullable; ...
[ "noreply@github.com" ]
noreply@github.com
4794d8ba1223ed86848b0f6fcb55acf5bf9751ec
2f3e81442a14142089d8fcfd97503c7d6a61c5e8
/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coordinatorlayout/R.java
27290515f7b4ebf30480247fcb90f24a65d879c5
[]
no_license
esegebart/SnakeGame1-Master
9665da053694b10dfd899a455505ae075334e57e
ad1678af9d0b0e74394a8cbd33ba25b9fdd03ce7
refs/heads/master
2020-07-10T21:24:16.850073
2019-08-28T23:53:01
2019-08-28T23:53:01
204,374,723
0
0
null
null
null
null
UTF-8
Java
false
false
12,406
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.coordinatorlayout; public final class R { private R() {} public static final class attr { priv...
[ "36378900+esegebart@users.noreply.github.com" ]
36378900+esegebart@users.noreply.github.com
5295879676ce0a1cdf00f9e5a5c2585f8062dc4f
1d5d6f298aad8242f0c4c0f86a666b7e2033d196
/sharding-jdbc/310/sharding-core-3.1.0-sources/io/shardingsphere/api/config/rule/ShardingRuleConfiguration.java
11d8ddc1628e98e78a579081e71b41e639180799
[ "Apache-2.0" ]
permissive
kongq1983/opensourcecode
b0a2c951e24220c22dae3136d1cc5ed7e5230ed9
96242fe545e65c41b1a1a3bc9230e49792fa348b
refs/heads/master
2023-03-06T08:35:13.730272
2022-11-15T15:14:57
2022-11-15T15:14:57
193,943,067
0
0
Apache-2.0
2023-02-22T07:31:30
2019-06-26T16:42:03
Java
UTF-8
Java
false
false
1,690
java
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "king@qq.com" ]
king@qq.com
98fdb830582db72d6aacb5d69e920a5a31c7daba
82feb0c1928b2af1bb05550c4a302d4b5093ea23
/src/cn/erpreport/it/privilege/vo/UserVO.java
f0148149ca34add6e3fb928eebe9e98a9b402672
[]
no_license
liuhao0813/csmdemo
1f335661fdeab4f4547a26c122bfd0cdc9d3f9a9
2e0f51f8c6da11b7b13bd7b11476e7a2f205289b
refs/heads/master
2021-01-23T18:00:16.846014
2018-07-03T23:50:14
2018-07-03T23:50:14
19,441,905
6
5
null
null
null
null
UTF-8
Java
false
false
2,751
java
package cn.erpreport.it.privilege.vo; import java.util.List; import cn.erpreport.it.common.BaseVO; /** * 用户VO */ public class UserVO extends BaseVO{ private static final long serialVersionUID = 1L; /** * 用户ID */ private Integer userId; /** * 用户名 */ private String userName; /** ...
[ "liu_hao0813@foxmail.com" ]
liu_hao0813@foxmail.com
daf3b4d06d3de72574c5edb5519bb3a2f0359370
0631ecb02d269218a6388376f3af87952ed4cb5e
/src/controler/ShowEditFormServlet.java
d1217e5de2b2c23dfaa9ed3c86fbf183d64c74a1
[]
no_license
di-nethra/Online-Drug-Ordering-jsp_servlet
c0b085caa43f92204cd5878490473d15f196c92d
0d8614791703104b91a4f1a529e0782601353d15
refs/heads/master
2023-05-11T11:42:23.040484
2021-05-28T07:46:56
2021-05-28T07:46:56
363,976,014
2
1
null
null
null
null
UTF-8
Java
false
false
1,586
java
package controler; import java.io.IOException; import javax.servlet.RequestDispatcher; 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 model.Se...
[ "anjana.dinethra@gmail.com" ]
anjana.dinethra@gmail.com
9afaf3de38a48fd8b7623bf9686fc67aaffb38a5
81967a168d763cdfce589496cb60dd88fcc4fe1f
/src/main/java/com/thrift/client/ThriftClient.java
2887949647152947ee32b62f1cccb53dcab71978
[]
no_license
lebron374/thriftDemo
0132e6a10d6bb7d68020de01dd03e305b47f999b
932860b30e2d1229065cdd252732b4ef7aac3e83
refs/heads/master
2021-05-07T23:08:50.433655
2017-10-18T11:14:34
2017-10-18T11:14:34
107,397,059
2
0
null
null
null
null
UTF-8
Java
false
false
1,254
java
package com.thrift.client; import com.alibaba.fastjson.JSON; import com.thrift.rpc.Operation; import com.thrift.rpc.input; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TProtocol; import org.apache.thrift.transport.TSocket; import org.apache.thrift.transport.TTransport; /** * C...
[ "zhi.wang@husor.com" ]
zhi.wang@husor.com
3e3464705510a451779c6872acb52fc5c1c51d01
ec31812fa9658cd77ae6d06e4da1d625fa66ee49
/PXL_DIGITAL_JAAR_1/Java Essentials/Oplossingen/H10/oefening2/VliegtuigReis.java
36ab561417e9d00e41fa421c5cb6f569c365f96a
[ "MIT" ]
permissive
MatthiasWillemsPXL/PXL-DIGITAL
a69e40e3fcbd82eea5f78368d0568521ee937bc3
fe8440145a4cb75b66aaaa8e74a92cac0d58dcc8
refs/heads/master
2023-03-08T03:12:04.971764
2021-02-22T20:29:10
2021-02-22T20:29:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
917
java
package oefening2; public class VliegtuigReis extends Reis { private String vluchtnummer; private final int MINPRIJS = 25; public VliegtuigReis(String bestemming) { this(bestemming, 0, bestemming.substring(0, 1).concat("999")); } public VliegtuigReis(String bestemming, double prijs, String vluchtnummer) { s...
[ "dj-joa@hotmail.be" ]
dj-joa@hotmail.be
245ef42b78f7f6c3fe81af3d3ebd97042c38cbbd
b8f82e098fc0ad45122c3d946db2e7a655bee1d9
/src/main/java/bruce/jvminjava/rtda/OperandStack.java
c2f8188ac414b57dc90e99ee188d05f2478c8411
[]
no_license
BruceYuan1993/jvminjava
620bb6ecbfcfd197b1378557a517cdcacacaa890
ce62e41910dd0148ad74fbd3905da6e83a6baa23
refs/heads/master
2021-06-24T17:36:25.154085
2019-07-16T07:26:22
2019-07-16T07:26:22
142,538,793
2
0
null
2020-10-13T09:04:20
2018-07-27T06:46:26
Java
UTF-8
Java
false
false
1,980
java
package bruce.jvminjava.rtda; import bruce.jvminjava.rtda.heap.Object; public class OperandStack { public Slot[] slots; int size; public OperandStack(int size){ if (size > 0){ slots = new Slot[size]; for (int i = 0; i< size; i++){ slots[i] = new Slot(); } } } public void pushInt(int val){...
[ "bruceyuan@augmentum.com.cn" ]
bruceyuan@augmentum.com.cn
71531c8ff878822ceaf26ed6e068bc5c242c7418
8adffe03f0bf072b985e12763fb2bb2d36c83dd5
/businessDelegatePattern/src/services/BusinessService.java
42b1e16ba13d9b6c7907a65f69e716b2f721a782
[]
no_license
LakruwanPathirage/businessDelegatePattern
6165228802bf0b81797b33082e99c1f9bf864e2a
05d6701ed1ed56364c630457d283e9e01e1348b8
refs/heads/master
2021-03-16T02:30:15.379962
2020-03-12T17:39:54
2020-03-12T17:39:54
246,896,351
0
0
null
null
null
null
UTF-8
Java
false
false
87
java
package services; public interface BusinessService { public void process(); }
[ "lakruwanpathirage01@gmail.com" ]
lakruwanpathirage01@gmail.com
ba4bf1ff5223b6767f8c265f1ba96c0e45300ac6
9bd64ab4f1bad1aa3f06cabcc7386b216b8e70bb
/src/main/java/com/forquality/crud/config/LiquibaseConfiguration.java
b61eab062100d29820f8432c6857498590e84880
[]
no_license
BulkSecurityGeneratorProject/crud-universidade
cf3332823c119ac09cdcdfda7d6d18feb3c2703d
6f31d0b8732e30f246aba441856f16343e376140
refs/heads/master
2022-12-18T02:37:56.660855
2020-03-02T21:05:45
2020-03-02T21:05:45
296,570,861
0
0
null
2020-09-18T09:07:14
2020-09-18T09:07:13
null
UTF-8
Java
false
false
2,154
java
package com.forquality.crud.config; import javax.sql.DataSource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties; import org.springframework.cache.CacheManager; import or...
[ "johnatanbrayan1@gmail.com" ]
johnatanbrayan1@gmail.com
f767de4798b012c084bb24e48176ccd697c5550c
1d80aa0f29971a0e0806cdc20701c8f2b1119742
/src/main/java/cn/tomoya/module/index/controller/IndexController.java
384a4ea6621d124f3f3b00068618bb5c4b67bc67
[ "MIT" ]
permissive
songxx1989/pybbs
184e001e1cb6710a5351f9713d523d33f66d96f0
1c5cc65e6a7508b02904e28f047bbc62f9d051ed
refs/heads/master
2021-01-12T10:41:13.236249
2016-11-01T09:17:50
2016-11-01T09:17:50
72,609,878
1
0
null
2016-11-02T06:17:29
2016-11-02T06:17:29
null
UTF-8
Java
false
false
4,668
java
package cn.tomoya.module.index.controller; import cn.tomoya.common.BaseController; import cn.tomoya.common.config.SiteConfig; import cn.tomoya.exception.Result; import cn.tomoya.module.topic.entity.Topic; import cn.tomoya.module.topic.service.TopicService; import cn.tomoya.module.user.entity.User; import cn.tomoya.mod...
[ "liuyangyang@ichefeng.com" ]
liuyangyang@ichefeng.com
8ccd198574e544270a43d9bdb6b9ba5d5a9b024f
ae5ca62bc5bc6b73f6888818c921a0e6c999b116
/app/src/main/java/com/felix/travel/fragment/TravelViewPager.java
ca78ff06c65679bc6c7433ce8c6cd739f2af26bf
[]
no_license
photolife168/FelixTravel
45e3977c1efa7608c4b7b749c39ab0f6ff12906f
a209bde083686877b9091db41a29843e73f05f6a
refs/heads/master
2020-07-02T23:59:23.061581
2017-04-06T15:14:26
2017-04-06T15:14:26
74,211,294
0
0
null
null
null
null
UTF-8
Java
false
false
1,182
java
package com.felix.travel.fragment; import android.content.Context; import android.support.v4.app.Fragment; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.MotionEvent; import java.util.ArrayList; import java.util.List; /** * Created by felixlin on 2016/11/20. */ publ...
[ "runafter400d@gmail.com" ]
runafter400d@gmail.com
ab2e4c41afe737d883b3f776af56abf1cc8988eb
db93a8f232103c763ffb9b958a9ab28d1fb883ba
/bundles/eclipseworkbench.compability/src/org/eclipse/ui/texteditor/DeleteLineAction.java
a7a2c097aee6e0b477db2b1e369db1c9609f83de
[]
no_license
Lulle74/Eclipse3-Workbench-Mock-Facade
f021c0caae284775b8d3bd42dcff151e60caae9e
0190fb8ecb167e76c1b5f2d5cc73aa3912f6c7d2
refs/heads/master
2021-04-09T11:39:54.665409
2019-10-09T13:07:33
2019-10-09T13:07:33
125,486,624
0
0
null
null
null
null
UTF-8
Java
false
false
6,564
java
/******************************************************************************* * Copyright (c) 2000, 2009 IBM Corporation and others. * 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...
[ "erik.lundstrom@solme.se" ]
erik.lundstrom@solme.se
e4cad0ce143c768ceb534fce00beea4916ef4279
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes6.dex_source_from_JADX/com/facebook/zero/DefaultZeroDeltaHandler.java
35570d83dd65d0784d2a2c6a1d68bdfad9bb7c7d
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
299
java
package com.facebook.zero; import com.facebook.inject.InjectorLike; /* compiled from: com.facebook.platform.extra.FRIENDS */ public class DefaultZeroDeltaHandler { public static DefaultZeroDeltaHandler m28832a(InjectorLike injectorLike) { return new DefaultZeroDeltaHandler(); } }
[ "son.pham@jmango360.com" ]
son.pham@jmango360.com
134d38eb4d62d64f0ac1dd4092a77dc601c31ed6
920fae6ee19e08b1819b219511b2e5cda0a7338e
/src/org/rlcommunity/environments/octopus/config/TargetSpec.java
9c816e11e7db883da3332f346b0f661530a26b02
[]
no_license
bradknox/tamerproject
f3855f6d7654664b0451049b7bc87da016376f60
37c54815504c9df5361cd756f259b3142198a2ab
refs/heads/master
2021-01-02T23:07:32.111505
2018-10-18T15:31:51
2018-10-18T15:31:51
32,704,868
3
6
null
null
null
null
UTF-8
Java
false
false
2,777
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b26-ea3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2006.05.02 ...
[ "wbradleyknox@gmail.com@211e96c9-e30a-a9fb-192c-a0af1cbd6eb3" ]
wbradleyknox@gmail.com@211e96c9-e30a-a9fb-192c-a0af1cbd6eb3
5dbbc095614718a65fcecf6e8033dba04169e5de
4482bb07aaae0f901fa48f74127f416ddbcf56f9
/projects/org.eclipse.epsilon.evl.engine.distributed.crossflow/src-gen/org/eclipse/epsilon/evl/distributed/crossflow/ConfigConfigTopicConsumer.java
0e053e7ba47f5e7df8dcd39fcc0b53ca96fb82f8
[]
no_license
SMadani/PhD
931add010375b6df64fd4bf43fba0c8c85bc4d3b
18c44b0126d22eb50a4dad4719a41e025402a337
refs/heads/master
2023-02-18T04:55:53.011207
2021-01-20T19:38:17
2021-01-20T19:38:17
275,636,801
0
0
null
null
null
null
UTF-8
Java
false
false
427
java
/** This class was automatically generated and should not be modified */ package org.eclipse.epsilon.evl.distributed.crossflow; import javax.annotation.Generated; @Generated(value = "org.eclipse.scava.crossflow.java.Steam2Consumer", date = "2019-11-30T17:04:27.022703400Z") public interface ConfigConfigTopicCons...
[ "sinadoom@googlemail.com" ]
sinadoom@googlemail.com
5cb64d9ca5c08788c8aed54634c6579c92a502c9
2b6cef034bc00b084dcabd187a56bb00b4bc291b
/src/ui/ShopManagementApplication.java
fc8c05ee311b1445bcfaf8ec627df4b2a596f986
[]
no_license
JessieDing/ShopManagement
612a5be288aedef538ee81d6d9bbb5a1e3a08b09
89d0c853fb9069c1ab5b6b40eaffa72c959cebd3
refs/heads/master
2020-05-20T20:23:11.754628
2017-07-07T14:33:38
2017-07-07T14:33:38
84,519,153
0
1
null
null
null
null
GB18030
Java
false
false
5,397
java
package ui; import business.Goods; import business.Provider; import business.TransFactory; import business.Transaction; import database.DatabaseOperator; import java.text.ParseException; import java.util.Calendar; import java.util.Scanner; public class ShopManagementApplication { public static void main(String[...
[ "nathalie.ding@gmail.com" ]
nathalie.ding@gmail.com
a0f4112c49fc0f1735101d8d3671cb942fec9283
92036cf2581f38acc58ee12c4ad53d4d70368a10
/src/DidadasStiefel.java
748f03a8ffd9ec6793366f35d1e393880076147c
[]
no_license
JuliaZamaitat/Info3-Uebung3
6e7748ed164fda53e50d4c779a683a361a114981
59c06eb80f9ab3dc535f89dba5e7a4fc2f808b93
refs/heads/master
2020-05-20T11:13:10.914748
2019-05-09T16:06:38
2019-05-09T16:06:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
164
java
public class DidadasStiefel implements AbstrakterStiefel { private final String TYP = "DidadasStiefel"; public String getTyp(){ return TYP; } }
[ "j.zamaitat@gmail.com" ]
j.zamaitat@gmail.com
5967a089cdd8d9bdbd0f0b92f82f5bd163b293ef
6ba3dbf3dee59c5722f324cda78664f84feb8622
/src/main/java/de/aktienmathematik/config/CloudDatabaseConfiguration.java
8244bbfbbf7e1ee2f95fe7de619d1983df3f1892
[]
no_license
ChristopherWy/aktienmathematik
a74f5e64820736f927af9c6ad0d8707e184eaf21
7b271c50626368e6dffed9c4cfdf6f5cd49227f4
refs/heads/master
2022-12-21T15:05:15.144437
2020-07-06T12:52:51
2020-07-06T12:52:51
243,520,979
0
0
null
2022-12-16T05:13:17
2020-02-27T13:03:53
Java
UTF-8
Java
false
false
932
java
package de.aktienmathematik.config; import io.github.jhipster.config.JHipsterConstants; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.cloud.config.java.AbstractCloudConfig; import org.springframework.context.annotation.*; import javax.sql.DataSource; import org.springframework.b...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
6bc7671ed8b44258ae8edfcbeec5baa15ce70ab9
80ee991ff203c83c0d3fb7acc5adfe486d5bcf85
/mvc-dubbo/mvc-dubbo-web/src/main/java/com/loserbird/curator/utils/DistributedLock.java
75c04787bfe54e89412c4b96c28fc5125106c185
[]
no_license
loserbird/dubbo-demo
ef9d8dd776dd08a6485bc42b6c3a1f6d31d67aee
28ba38bda9dd92788378964faa9f971bfa8aaf8c
refs/heads/master
2020-03-12T23:02:37.281098
2018-04-24T13:34:00
2018-04-24T13:34:00
130,858,078
0
0
null
null
null
null
UTF-8
Java
false
false
3,700
java
package com.loserbird.curator.utils; import java.util.concurrent.CountDownLatch; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.recipes.cache.PathChildrenCache; import org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent; import org.apache.curator.framewo...
[ "15626140150@163.com" ]
15626140150@163.com
2288568473462d8884d54f2cd16003b0cb0c9304
91835831d8e2ab7a9d3f63ae4925fbfe5e7d52ad
/Sr_Blog_Svc/src/main/java/com/sr/blog/service/rest/WrappingExceptionMapper.java
7b6388865f8d8f1249ecc3967840f43bf53eb2e4
[]
no_license
qbaze/rest-blog-service
6b7fc6b5097f395f6bdcebaf33fb18a33b84e06e
a7c629884ab008dacd2435845a6c3a2d97244fda
refs/heads/master
2022-08-30T21:29:03.919909
2013-10-02T14:16:22
2013-10-02T14:16:22
13,248,046
0
0
null
null
null
null
UTF-8
Java
false
false
849
java
package com.sr.blog.service.rest; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Response; import javax.ws.rs.ext.ExceptionMapper; import javax.ws.rs.ext.Provider; import com.sr.blog.error.ResourceNotFoundException; import com.sr.blog.model.ErrorInfo; @Provider public class WrappingExceptionMapp...
[ "elmo@qube" ]
elmo@qube
24ed8f4b99ec2070e6886f6ffc1525d506005c7d
29e601095b602e28664f35ccbb443a9b097bf468
/src/main/java/com/ston/cursomc/resources/PedidoResource.java
0dc4398fb2e5f7c1f939ec1716c81465e50c192f
[]
no_license
aempinto02/cursomc
05def5b815399edcc63f9b4fb8c30d010b07389e
709586019eb3b1959809db8ae1e7504a6095fbdc
refs/heads/main
2023-04-08T17:49:26.580825
2021-04-19T13:13:20
2021-04-19T13:13:20
355,197,232
0
0
null
null
null
null
UTF-8
Java
false
false
1,952
java
package com.ston.cursomc.resources; import java.net.URI; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.PathVariable; import org.s...
[ "aempinto02@gmail.com" ]
aempinto02@gmail.com
c56685d615f8cb68c4cf465f70edd552bfbebf76
9ff08a955c7661b35e90d6f822d0843bdf12c507
/Chapter03/src/main/java/it/vige/businesscomponents/persistence/Topic.java
148d0cbb46529d34d25f80c93c19f9e9ee6da243
[ "MIT" ]
permissive
PacktPublishing/Mastering-Java-EE-Development-with-WildFly
db5cca03f852767e5eecb2ad32c9c3eda61410e3
619c0e94defd0249c778a10776dae4acafe56616
refs/heads/master
2023-02-06T08:04:33.128572
2023-01-30T08:32:56
2023-01-30T08:32:56
94,743,961
13
17
null
null
null
null
UTF-8
Java
false
false
8,663
java
package it.vige.businesscomponents.persistence; import static javax.persistence.CascadeType.REMOVE; import static org.hibernate.search.annotations.Index.YES; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.persistence.Column; import javax.persistenc...
[ "murtazat@packtpub.com" ]
murtazat@packtpub.com
1045c0ac9a2888a2b1f093115e9b6ba170f820a4
fd431c99a3cefebe3556fa30ce3768f904128496
/PlatformBase/src/com/system/constant/Constant.java
33cead92bfd68fdfb67a9304766ca62982056f52
[]
no_license
liushengmz/scpc
d2140cb24d0af16c39e4fef4c0cd1422b144e238
f760bf2c3b1ec45fd06d0d89018a3bfae3c9748c
refs/heads/master
2021-06-19T15:49:59.928248
2018-10-16T08:24:18
2018-10-16T08:24:18
95,423,982
2
4
null
2017-06-28T02:35:14
2017-06-26T08:13:22
null
UTF-8
Java
false
false
445
java
package com.system.constant; public class Constant { public static int PAGE_SIZE = 20; public static String CONSTANT_REPLACE_STRING = "CONSTANT_REPLACE_STRING"; /** * 点播类型数据查询 */ public static final int MR_SUMMER_QUERY_NORMAL = 0; /** * IVR数据类型查询 */ public static final int MR_SUMMER_QUERY_IVR = 2; /...
[ "liushengmz@163.com" ]
liushengmz@163.com
8f96a60e3258f0f99c953e6b631a288dc690fe79
9d948b76a27de875f956b94049452d1775c11637
/server/src/main/java/com/tvshowtracker/service/Service.java
1c879cf909bdbdbeb6af7028a6aa0eb9a151aa6d
[]
no_license
igorflyunt/TvShowTracker
b708e74867b9a8dd25705ea6a263a8a17afd22a6
458a69b8556294993d909baa54df88dffec90f02
refs/heads/master
2020-03-14T17:27:16.786068
2018-05-01T19:19:07
2018-05-01T19:19:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
316
java
package com.tvshowtracker.service; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; public interface Service<T, ID, R extends JpaRepository<T, ID>> { void delete(T entity); void save(T entity); T findById(ID id); List<T> findAll(); R getRepository(); }
[ "igflyunt@gmail.com" ]
igflyunt@gmail.com
f1566f7384425225b71f0d1322ca95a675376f72
445c9900e346f86acd6ae2523d161cdff853a491
/part1/chapter09/IFTest.java
d021693757c10cf186269ff495d24ff6afdde32a
[]
no_license
Sasakin/Shildt
4fccae12ecdc0fc554d00449da960203c392ca99
320cdabeee48ba820cb505aca1532a1f47b4c97a
refs/heads/master
2020-04-12T08:05:15.112648
2017-08-17T14:40:22
2017-08-17T14:40:22
63,973,965
0
0
null
null
null
null
UTF-8
Java
false
false
1,487
java
// Реализация интерфейса IntStack для стека фиксированного размера class FixedStack implements IntStack { private int stck[]; private int tos; // выделить память и инициалезировать стек FixedStack(int size) { stck = new int[size]; tos = -1; } // разместить элемент в стэке void...
[ "max_to_day@Mail.ru" ]
max_to_day@Mail.ru
7b3f01496fd39992cb0fc644094ce34e5583e257
bb2239a78330ac5f64d4d87a494c393c6d96b3f3
/app/src/main/java/com/universl/realestate/utils/ItemData.java
a439294365fb03d3cbe24b84ed3903c7fa77319b
[ "MIT" ]
permissive
rayanprasanna/property-app-new
7b70ad5604c8f10613c23133a54833264d303fa8
7e43494a366c7cde6fb210b9c9f7a1af30b0e5dd
refs/heads/master
2020-12-28T12:54:26.144223
2020-02-05T01:03:28
2020-02-05T01:03:28
238,339,832
1
0
null
null
null
null
UTF-8
Java
false
false
434
java
package com.universl.realestate.utils; public class ItemData { private String text; private Integer image_id; public ItemData(String text, Integer image_id) { this.text = text; this.image_id = image_id; } public ItemData(String text) { this.text = text; } public S...
[ "rayanprasanna224@gmail.com" ]
rayanprasanna224@gmail.com
23b80cc7cb81c362632d9009f56b3e59fec14611
c90c5357d78da457365cfc4d05879c1b8a90398a
/app/src/main/java/com/ican/ilkercan/utils/UtilsUI.java
65a97af6df058b964591dd398e2402248be859b5
[]
no_license
ilkerican/Places
cdc2f08ac56e9f5dbc2dc951b3c391f7e50e7141
f407eddf1f54ef64d5e0653d6a5fc1e0caa9ec8b
refs/heads/master
2020-04-07T06:42:18.029927
2018-03-07T07:16:41
2018-03-07T07:16:41
124,189,991
0
0
null
null
null
null
UTF-8
Java
false
false
1,976
java
package com.ican.ilkercan.utils; import android.app.ProgressDialog; import android.content.SharedPreferences; import android.graphics.drawable.ColorDrawable; import android.preference.PreferenceManager; import android.support.v7.app.AppCompatActivity; import android.widget.Toast; import com.ican.ilkercan.places.R; /...
[ "ilkercan@ilkers-MacBook-Pro.local" ]
ilkercan@ilkers-MacBook-Pro.local
3319e844ab41dc236242957d51f6f3b1f2972b17
865cfcd68357d640ee812aaf503228f779620c9d
/android/app/build/generated/source/buildConfig/debug/com/android/BuildConfig.java
62108e812d086bd40718316eb789919e6a34dc64
[]
no_license
hamzasclone2/UDKFrontend
05a7d83c59df153ed273bcade191960606679118
0a03c200be015ceadfd276e6a0e6a670e114b668
refs/heads/master
2023-05-13T22:18:49.178842
2023-04-27T21:21:21
2023-04-27T21:21:21
172,108,537
0
1
null
2022-12-03T11:29:57
2019-02-22T17:39:54
Java
UTF-8
Java
false
false
429
java
/** * Automatically generated file. DO NOT MODIFY */ package com.android; public final class BuildConfig { public static final boolean DEBUG = Boolean.parseBoolean("true"); public static final String APPLICATION_ID = "com.android"; public static final String BUILD_TYPE = "debug"; public static final String F...
[ "alejandro.melgar38@gmail.com" ]
alejandro.melgar38@gmail.com
6fa9cba6add913561e2a6ff97a9cec8cc3ce48ce
41ae418e54303c7cc63fcaa1e49c9582c6171c77
/src/buss/Configuration.java
f6325c6c836ed9433bffcb3ac69d62169d371aeb
[]
no_license
dragomirthesorrow/buss
3d5a45a2ad33368bfb07139df313b0b7ef5232da
167dc1df8e9eae99fbe5988ba9f04c62d2b51b98
refs/heads/master
2021-01-21T21:05:27.134187
2017-05-24T14:48:20
2017-05-24T14:48:20
92,303,497
0
0
null
null
null
null
UTF-8
Java
false
false
7,147
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 buss; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import j...
[ "oadm@ubuntu.corp.digital-grass.ru" ]
oadm@ubuntu.corp.digital-grass.ru
e378c6276e78dd7781802b624650c104913f9b34
5a13f24c35c34082492ef851fb91d404827b7ddb
/src/main/java3/com/alipay/api/response/AlipayCommerceCityfacilitatorVoucherGenerateResponse.java
a805613a033dbe118d712661054fd20ff7b0d29d
[]
no_license
featherfly/alipay-sdk
69b2f2fc89a09996004b36373bd5512664521bfd
ba2355a05de358dc15855ffaab8e19acfa24a93b
refs/heads/master
2021-01-22T11:03:20.304528
2017-09-04T09:39:42
2017-09-04T09:39:42
102,344,436
1
0
null
null
null
null
UTF-8
Java
false
false
1,204
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.commerce.cityfacilitator.voucher.generate response. * * @author auto create * @since 1.0, 2016-08-03 16:10:34 */ public class AlipayCommerceCityfacilitato...
[ "zhongj@cdmhzx.com" ]
zhongj@cdmhzx.com
392e93c1eee0b7c6669070bb4005913fed2db6b3
4611ba9c852bcc03b330ca00e98884746082e57f
/Libraries/http/htmlparser1_6/src/src/org/htmlparser/lexerapplications/thumbelina/Thumbelina.java
d19984206b5f78e4d254be5a7ec9045f67a007fd
[ "LGPL-2.1-or-later", "LGPL-2.1-only", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-or-later", "Apache-2.0" ]
permissive
sami-sari/cezmi
374ddb4606586282613e0abef04fc70e2550c97d
6042b566fb8598b60faef0dcf8671b819d2e4f0a
refs/heads/master
2021-07-02T12:26:13.707009
2020-12-01T02:45:08
2020-12-01T02:45:08
193,400,687
0
0
Apache-2.0
2020-12-01T02:45:09
2019-06-23T22:18:44
HTML
UTF-8
Java
false
false
46,122
java
// HTMLParser Library $Name: v1_6 $ - A java-based parser for HTML // http://sourceforge.org/projects/htmlparser // Copyright (C) 2003 Derrick Oswald // // Revision Control Information // // $Source: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/thumbelina/Thumbelina.java,v $ // $Author: derrickos...
[ "sari@alumni.bilkent.edu.tr" ]
sari@alumni.bilkent.edu.tr
3f9b3b40a215e53b68f878c00f7d986246725852
a04faaa74800504f272178cd9de7d0d66ae9d130
/JavaScript/src/main/java/userdb/dao/UserDAOImpl.java
dc1090fc55ecc19a0f5b0463e44431fa4f7bb1da
[]
no_license
PukanBOOM/NR
e56ab4c6343473819dce12d4648c3a6b4db6e683
42113fedfe2179d3f9aa003161a5574f8345b726
refs/heads/main
2023-03-06T06:22:01.728752
2021-02-20T23:47:02
2021-02-20T23:47:02
319,016,449
0
0
null
null
null
null
UTF-8
Java
false
false
1,982
java
package userdb.dao; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import org.springframework.transaction.annotation.Transactional; import userdb.model.User; import javax.persistence...
[ "noreply@github.com" ]
noreply@github.com
5c8fc58053517aedf59785370dc926bf3bf0b608
4a398180edddc9656087ea97c9d0eec5ac4b0da1
/app/src/main/java/com/example/viet/weatherapp/di/module/NetModule.java
fbb77d8c90db222239df78d58cddad1d824c2893
[]
no_license
vietcoscc/WeatherApp
8cfbbdd6f63cb7e763ac82f39ddf77272a0d3989
dbc4b2fd18e3645fbc78489b81d044e4ff3fa9fe
refs/heads/master
2021-01-20T04:04:51.063555
2017-08-29T06:57:19
2017-08-29T06:57:19
101,380,250
0
0
null
null
null
null
UTF-8
Java
false
false
777
java
package com.example.viet.weatherapp.di.module; import com.example.viet.weatherapp.ui.main.MainMvpView; import com.example.viet.weatherapp.ui.main.MainPresenter; import javax.inject.Singleton; import dagger.Module; import dagger.Provides; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory...
[ "vietcoscc" ]
vietcoscc
f3d477dd8602186b4e606d17d0fc1ee1abff969b
d3101bdf9d98f867dc98ad3088028abe0142c65b
/app/src/main/java/com/batteria/gldroid/utils/BufferUtil.java
1170b168078db3e1de95d774ef43c05a3ff0295e
[]
no_license
BubbleDomain/GLdroid
688523428715ca30a40d31ecc5ac8a7d83e68e04
7c574ca3c05870d096831e2742fbd422b973350b
refs/heads/main
2023-06-30T05:46:49.648258
2021-08-05T11:38:08
2021-08-05T11:38:08
390,914,515
0
0
null
null
null
null
UTF-8
Java
false
false
788
java
package com.batteria.gldroid.utils; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.IntBuffer; /** * @author: yaobeihaoyu * @version: 1.0 * @since: 2021/7/29 * @description: */ public class BufferUtil { public static FloatBuffer floatToBuffer(float[] input)...
[ "yaobeihaoyu@bilibili.com" ]
yaobeihaoyu@bilibili.com
a6549a2cc06a09ffb157769fa4c6ce4938c842ca
480175305d7cb4c959c0ad81f64bbe695ee36a2d
/src/test/java/congye6/HotelBooking/test/bl/transaction/TransactionTest.java
141bc3092093d72707caa153bfe9cf1d3584710f
[]
no_license
congye6/HotelBooking
2794fd24f4e5895afea7efb794eb53e5d26cfacb
9cb440c66c65a1c98db168de1e472813550f4a6d
refs/heads/master
2021-01-12T06:52:54.874885
2017-02-07T09:16:44
2017-02-07T09:16:44
76,854,733
0
0
null
null
null
null
UTF-8
Java
false
false
976
java
package congye6.HotelBooking.test.bl.transaction; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.sprin...
[ "244053679@qq.com" ]
244053679@qq.com
28c7fe4719ad5de141c21b4998bc278410475808
7f298c2bf9ff5a61eeb87e3929e072c9a04c8832
/spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceWebHandler.java
37c6029dbd1103e38dde18c65898c2a395f97b59
[ "Apache-2.0" ]
permissive
stwen/my-spring5
1ca1e85786ba1b5fdb90a583444a9c030fe429dd
d44be68874b8152d32403fe87c39ae2a8bebac18
refs/heads/master
2023-02-17T19:51:32.686701
2021-01-15T05:39:14
2021-01-15T05:39:14
322,756,105
0
0
null
null
null
null
UTF-8
Java
false
false
17,624
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...
[ "xianhao_gan@qq.com" ]
xianhao_gan@qq.com
ea78e24f2aa341be6fcf79651e65416c88f04144
b036f8c1381585753bfddb8c3d2d248af8dd11ee
/CustomPlayerModels/src/shared/java/com/tom/cpm/shared/model/PlayerPartValues.java
00d5da8c1a2c91b6d5a94344222d9166bf4683aa
[ "MIT" ]
permissive
Skinforge/CustomPlayerModels
661e33a6d5c862397f4486237ae0c1135e723d26
6c81155d564acd005c00ab47f0cb6f0e7c894d2b
refs/heads/master
2023-08-28T05:13:16.755688
2021-10-03T17:32:49
2021-10-03T17:32:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,081
java
package com.tom.cpm.shared.model; import com.tom.cpl.math.Vec2i; import com.tom.cpl.math.Vec3f; import com.tom.cpm.shared.editor.util.PlayerSkinLayer; public enum PlayerPartValues implements PartValues {// px, py, pz, ox, oy, oz, sx, sy, sz, u, v, u2, v2, [type] HEAD (PlayerModelPart...
[ "tom5454a@gmail.com" ]
tom5454a@gmail.com
31f5b5872eab1ebc26ad5c6486846df25833e26d
43bef70b21eb72f2d30ad4840d2dbc42466a0cfc
/src/starsrus/Customer.java
9dc17f086cbcc0298b039a752dce2ac518d816fd
[]
no_license
Kevcheezy/databaseProject
9d557e3afae29d0ff5f3f7dae6f9c0d7b71adc2a
3902c97258d1cbf05922e87a879a7acb65d29317
refs/heads/master
2021-08-24T15:23:02.162858
2017-12-10T07:00:34
2017-12-10T07:00:34
113,241,341
0
0
null
null
null
null
UTF-8
Java
false
false
32,954
java
package starsrus; import java.sql.*; import java.util.*; public class Customer { // User information String username, password; // SQL info public static final String HOST = "jdbc:mysql://cs174a.engr.ucsb.edu:3306/kevinchanDB"; public static final String USER = "kevinchan"; public static final String PWD = ...
[ "kevinchan@umail.ucsb.edu" ]
kevinchan@umail.ucsb.edu
e4b33f3bf51745d11539ad710f3e1b2a7ac6c966
e89d45f9e6831afc054468cc7a6ec675867cd3d7
/src/main/java/com/microsoft/graph/models/extensions/AccessPackageResourceRequest.java
8f090e6536a31a9260cfac1e7bb7472e8b59f84f
[ "MIT" ]
permissive
isabella232/msgraph-beta-sdk-java
67d3b9251317f04a465042d273fe533ef1ace13e
7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8
refs/heads/dev
2023-03-12T05:44:24.349020
2020-11-19T15:51:17
2020-11-19T15:51:17
318,158,544
0
0
MIT
2021-02-23T20:48:09
2020-12-03T10:37:46
null
UTF-8
Java
false
false
3,760
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "GraphTooling@service.microsoft.com" ]
GraphTooling@service.microsoft.com
b40547a44afe68ccac37335c9520799f8c18cd31
a1e5fa028f9b933d54b3edfbd7d087f0be34474a
/src/Database/Models/Priority.java
e511bb4efb18a4de03ddb5e0cb7e216649c2dc82
[]
no_license
yz201906/Hostpital-database-and-java-application-project
f596000a48fe1e142a173d565e75d5fbfabe7a98
1351148b9653af2eedbd8fcd7a50199a1872f345
refs/heads/master
2021-05-17T03:52:36.803252
2020-05-25T03:39:35
2020-05-25T03:39:35
250,609,119
0
0
null
null
null
null
UTF-8
Java
false
false
1,603
java
package Database.Models; import java.sql.*; import java.util.ArrayList; import java.util.List; import Database.DBConnection; public class Priority { static Connection conn = DBConnection.getConnection(); private int PriorityID; private String Type; Priority(int PriorityID, String Type) { this.PriorityID = Pr...
[ "yinzhou1989@gmail.com" ]
yinzhou1989@gmail.com
9d07d591808c2a8befe90dd14398f92598f18316
875ccbf7baf53b03d41579d656098512459520a5
/patt11.java
a76a6a94c6a48335f8861626b024e70937e7ebf4
[]
no_license
SaarthShah/Blue-J-Programs
a6aeb3a9acd949b143b5dac5b9511cbe2c7986ab
94df50719f457d8cb7a8e031bef8f22f76504118
refs/heads/master
2023-01-08T23:57:53.608057
2020-11-09T19:27:32
2020-11-09T19:27:32
311,443,259
0
0
null
null
null
null
UTF-8
Java
false
false
390
java
import java.util.Scanner; public class patt11 { public static void main(String args[]) { Scanner sc=new Scanner(System.in); System.out.println("Enter the number of terms"); int n=sc.nextInt(); int sum=2,q=2; for(int i=2;i<=n;i++) { q=q*10+2; ...
[ "69341449+SaarthShah@users.noreply.github.com" ]
69341449+SaarthShah@users.noreply.github.com
ce0fccc5f68857d35b8ed4f4b1dcded911a05dba
74f292e5a24df903411dcf0e25ad5b44631b2a63
/util/src/main/java/org/metachart/Version.java
3550e596d7418bb9c50a8ad44a2b9b8dcd9801b3
[]
no_license
aht-group/metachart
bc555320d490b13c553855d68b355bd3ce0ce928
dc03ee01fe9618b06b721c938ecffa10e205d5ce
refs/heads/master
2023-07-19T23:59:25.069797
2023-07-08T13:37:04
2023-07-08T13:37:04
8,525,666
0
1
null
2023-04-06T17:47:11
2013-03-02T19:22:01
JavaScript
UTF-8
Java
false
false
446
java
package org.metachart; public class Version { public static final String jeeslUtil = "org.jeesl:jeesl-util:"; public static final String jeeslXml = "org.jeesl:jeesl-xml:"; public static final String jeeslEjb = "org.jeesl:jeesl-ejb:"; public static final String jeeslInterfaces = "org.jeesl:jeesl-interfaces:"; publ...
[ "t.kisner@web.de" ]
t.kisner@web.de
b0e5e47df7a99476f45c6568ef9b642adf6542da
a1b4926c306328c91b0979fa28a950ce148dd2fb
/target/generated-sources/groovy-stubs/test/life/qbic/portal/domain/ListWorkflowRunsSpec.java
13aff1377267e2eafcbfce823c556585649db388
[ "MIT" ]
permissive
Steffengreiner/my-workflow-dashboard-portlet
4ee89716dc901f310e3448b76fb472c934f16449
6d3305a04dd09d0a536906ad3711a67c3b8e67da
refs/heads/master
2021-07-09T22:15:14.275006
2020-01-08T16:29:24
2020-01-08T16:29:24
232,336,939
0
0
MIT
2021-03-31T21:44:05
2020-01-07T14:02:41
Java
UTF-8
Java
false
false
974
java
package life.qbic.portal.domain; import java.lang.*; import java.io.*; import java.net.*; import java.util.*; import groovy.lang.*; import groovy.util.*; public class ListWorkflowRunsSpec extends spock.lang.Specification implements groovy.lang.GroovyObject { ; @groovy.transform.Generated() @groovy.transform.In...
[ "Steffen.Greiner@gmx.de" ]
Steffen.Greiner@gmx.de
667740357c73fde3eceda6a215c3bdb66ddd18bf
12a37e0689d0c21f7f524bfc3f1c8571cac51aef
/app/src/main/java/f/star/iota/milk/ui/tngou/ClassifyBean.java
3ecea613c94ec9603d83a71316ab814f386fef4b
[]
no_license
bugnull404/milk-fresco
c18c1eb291b19fd2a57e1255c72d5ab069c4f8f7
87a87611d8c544a290d112d4487eddb1b4cde556
refs/heads/master
2023-03-15T17:09:59.837523
2017-08-31T08:18:54
2017-08-31T08:18:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,068
java
package f.star.iota.milk.ui.tngou; import com.google.gson.annotations.SerializedName; import java.util.List; import f.star.iota.milk.base.BaseBean; class ClassifyBean { @SerializedName("status") private boolean status; @SerializedName("tngou") private List<TngouBean> tngou; public boolean isSt...
[ "iota.9star@foxmail.com" ]
iota.9star@foxmail.com
de9995d2e7067183db303bd85a9347547d021e36
3cb35e2574b9374f28da7f70d6a7cff5d1573081
/src/main/java/com/proyecto/demo/modelo/control/ITp000001Logic.java
eda1985a4bf736fd57ea0b462d0f15bc1e6b1416
[]
no_license
ingenieriaproyecto/proyecto
99b320ac1c241b4f03ad11fc53b941e02d57c5ca
75794691b222325b71e9e8d1108bba5dff0406ce
refs/heads/master
2021-08-26T04:43:03.681385
2017-11-21T16:50:04
2017-11-21T16:50:04
111,355,869
0
1
null
2017-11-21T01:55:24
2017-11-20T03:12:15
Java
UTF-8
Java
false
false
1,596
java
package com.proyecto.demo.modelo.control; import com.proyecto.demo.modelo.Tp000001; import com.proyecto.demo.modelo.Tp000001Id; import com.proyecto.demo.modelo.dto.Tp000001DTO; import java.math.BigDecimal; import java.util.*; import java.util.Date; import java.util.List; import java.util.Set; /** * ...
[ "Jairo@SONYVAIO-PC" ]
Jairo@SONYVAIO-PC
2397c8fc0e3cebbecc5383189518b8ccc6a8f869
6a7d06b6b9093e0ac936f52861ebfc436c725d05
/clase7/Impresora.java
a19a76dd26e70b48b31e726b654633980054dd73
[]
no_license
locchiato/clases-poo
5dc03bc0587422486560417d84603e9738d938e7
796a0b7fb7fc6dd1ce3dcaeb0fc0c03fde1140e3
refs/heads/master
2023-06-24T16:05:21.696598
2021-08-01T02:32:59
2021-08-01T02:32:59
372,693,375
0
0
null
null
null
null
UTF-8
Java
false
false
545
java
package clase7; import java.util.Date; public class Impresora { private String modelo; private String tipoConexion; private Date fechaFabricacion; private int cantHojas; public static void main(String[] args) { Impresora epson = new Impresora("Epson"); } private void imprimir(St...
[ "leandro.occhiato@gmail.com" ]
leandro.occhiato@gmail.com
2a37205d87d9cd284d8ebeda064a68d1d6045324
0a0044773085a45f915039190e8eb3f80342be45
/app/src/main/java/cn/gxy/mydagger2/di/UserModule.java
c0b7984d5ecd348b6ab5005eb6c084cdee1e48ba
[]
no_license
zhudaihao/MyDagger2
133f13aacf6feea933069af675210a6ed65c1cc2
a0b171768afc932bf6d24f42982b380a0fb91000
refs/heads/master
2020-07-24T19:03:51.385721
2019-09-12T09:49:04
2019-09-12T09:49:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
250
java
package cn.gxy.mydagger2.di; import cn.gxy.mydagger2.object.UserObject; import dagger.Module; import dagger.Provides; @Module public class UserModule { @Provides public UserObject providerUser() { return new UserObject(); } }
[ "zhudaihao@wswtz.com" ]
zhudaihao@wswtz.com
933e8a21205134e419d205e8e3b4414428593bf9
01e0779440510220a21e6440a46bab32486a4a1b
/src/main/java/net/dongliu/apk/parser/struct/AndroidConstants.java
7cc0b71edddef6d33055c1fa3286e6ac5b34064e
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
bincker/apk-parser
aa764489a1ed00e45647513be19ae39a0824537a
03e12149de177817608380ad13aaf85acd289f47
refs/heads/master
2021-01-15T08:10:18.620340
2014-07-07T22:16:31
2014-07-07T22:16:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
778
java
package net.dongliu.apk.parser.struct; /** * android system file. * * @author dongiu */ public class AndroidConstants { public static final String RESOURCE_FILE = "resources.arsc"; public static final String MANIFEST_FILE = "AndroidManifest.xml"; public static final String DEX_FILE = "classes.dex"; ...
[ "dongliu@wandoujia.com" ]
dongliu@wandoujia.com
3c41597cefd3c07a707b6e120ba97a18b71b4dca
e81fa1e373914b0e81aa60d536651329b037acee
/employee-service/src/main/java/com/samokha/takeaway/employeeservice/events/EventBus.java
079120c4a7c603a34a15682d7c582b18f206405a
[]
no_license
vansickle/TakeawayCodingChallenge
0798e11a66b14b5e3444983f69bf960c2242fa48
411eda76e3046474e35310667297bb631fb19402
refs/heads/master
2020-05-03T10:40:11.751587
2019-04-01T22:15:37
2019-04-01T22:15:37
178,584,801
0
0
null
null
null
null
UTF-8
Java
false
false
961
java
package com.samokha.takeaway.employeeservice.events; import com.samokha.takeaway.employeeservice.EmployeeServiceApplication; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.stereotype.Component; import java.util.UUID; /** * Encapsulates operations with events */ @Component p...
[ "pavel@samokha.com" ]
pavel@samokha.com
bb8ed0d4ed539644d684dc1b0921cfe24f090846
812224241b357dca8adcd2359fdd0f3e4ad0c9dc
/src/main/java/serviceMixFirstApp/Bean.java
aa10a9e1cef8f2b9dbb6b3f5bb616f226b10766c
[]
no_license
kfolwarczny/serviceMixFirstApp
8b0b5236e910b8e03aeabe840754a5a537875d80
9e1acec283b179e9448cca07dae622bac651d344
refs/heads/master
2016-09-06T11:34:58.050246
2014-01-07T22:28:17
2014-01-07T22:28:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
79
java
package serviceMixFirstApp; public interface Bean { boolean isABean(); }
[ "kfolwarczny@gmail.com" ]
kfolwarczny@gmail.com
a2a76d6e67609d12a7e02f4b1a30cdf4145f8376
e178b51423aed8dff403a2006fd6684c5edce2d7
/src/main/java/chen/entity/OrderItemExample.java
e415b054467929e317b904e8ce6a64a698b94f82
[]
no_license
allen0010910/tmallCopy
caa3b7f38142b4fd685d14f9ada58303ffd74fe5
a21a0cfe0075de0d4f22879d473f8a2a24751104
refs/heads/master
2022-12-22T23:10:41.673956
2018-10-19T14:52:42
2018-10-19T14:52:42
201,160,191
0
0
null
2022-12-16T08:45:03
2019-08-08T02:11:56
TSQL
UTF-8
Java
false
false
14,629
java
package chen.entity; import java.util.ArrayList; import java.util.List; public class OrderItemExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public OrderItemExample() { oredCriteria = new ArrayList<Criteria>(); } public ...
[ "ai6547778@vip.qq.com" ]
ai6547778@vip.qq.com
a293d6e53d8588a964d35ad6a7361bb128d0ae2a
fcbdaa36e7da3b285253e1b4f080f602baf7dea9
/workflow-manager-api/src/main/java/com/sixliu/workflow/runtime/worker/ApprovalWorker.java
0ec4daf1e761e5ee114de7e7133d2fb50a8c77eb
[ "Apache-2.0" ]
permissive
scanry/workflow-manager
5918bfc736480fa96032c7fa0216b574b2d82cff
72f283a6f9b0da11a56d6140edf56228edf8a7b4
refs/heads/master
2020-04-06T19:06:54.824716
2018-11-29T07:04:27
2018-11-29T07:04:27
157,726,190
0
0
null
null
null
null
UTF-8
Java
false
false
324
java
package com.sixliu.workflow.runtime.worker; import com.sixliu.workflow.runtime.dto.TaskProcessResult; /** *@author:MG01867 *@date:2018年11月23日 *@email:359852326@qq.com *@version: *@describe //TODO */ @FunctionalInterface public interface ApprovalWorker { TaskProcessResult process(String taskId); }
[ "359852326@qq.com" ]
359852326@qq.com
531568fb9c4472c8adf9e22164dc304a601d0266
b82ac609cb6773f65e283247f673c0f07bf09c6a
/week-07/day-1.5/src/main/java/spring/sql/connections/repository/TodoRepository.java
4da96b796e25c5091fc2a40c7efe26be9cc79beb
[]
no_license
green-fox-academy/scerios
03b2c2cc611a02f332b3ce1edd9743446b0a8a12
f829d62bdf1518e3e01dc125a98f90e484c9dce4
refs/heads/master
2020-04-02T22:36:36.470006
2019-01-07T16:38:20
2019-01-07T16:38:20
154,839,007
0
0
null
null
null
null
UTF-8
Java
false
false
402
java
package spring.sql.connections.repository; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import spring.sql.connections.model.Todo; import java.util.ArrayList; @Repository public interface TodoRepository extends CrudRepository<Todo, Long> { ArrayList<To...
[ "89.t.robert@gmail.com" ]
89.t.robert@gmail.com
6dfc31835d7422a76daf7e9105adee02e0edfe24
55ffb414b0fc70f087aa90feb24484688bc059c0
/cfacq/backend/controllers/EmployeurControlleur.java
8d9a2a331205685b212e036272adf05e57b2c8f8
[]
no_license
SvitlanaMelnyk/App-cfacq
129188c2f06706b1b485378241fe14403a76ccd8
19e1ec4e63b72957de2f19da1681d7c7cd6dd045
refs/heads/master
2020-05-01T23:56:16.459398
2019-03-25T21:42:23
2019-03-25T21:42:23
177,668,813
0
0
null
null
null
null
UTF-8
Java
false
false
729
java
package sitecfacq.web.controllers; import ca.attsoft.web.framework.annotations.*; import sitecfacq.domaine.Employeur; import sitecfacq.services.EmployeurService; import sitecfacq.web.interceptors.HistoryInterceptor; import sitecfacq.web.interceptors.ValidationInterceptor; import javax.inject.Inject; import javax.inte...
[ "svetmelnyk@gmail.com" ]
svetmelnyk@gmail.com
4e9e4b40f6aadc6cc1697ac04f92009b0a83c80b
15ed08f4ca5c0f783573a846b4444a3431b83e97
/xm-commons-scheduler/src/main/java/com/icthh/xm/commons/scheduler/adapter/SchedulerChannelManager.java
dcec251e50a84ce73802b15e7f26c118a9f29681
[ "Apache-2.0" ]
permissive
shukia/xm-commons-unsafe
0486e12c81d5b2f6a583604fd3f7eee8b84e044d
30b9ac3076687e3c6507ed00aca4749067b5879b
refs/heads/master
2023-02-04T15:03:26.874101
2020-12-23T15:31:02
2020-12-23T15:31:02
323,937,711
0
1
Apache-2.0
2020-12-23T15:31:46
2020-12-23T15:30:33
Java
UTF-8
Java
false
false
14,259
java
package com.icthh.xm.commons.scheduler.adapter; import static com.icthh.xm.commons.config.client.repository.TenantListRepository.TENANTS_LIST_CONFIG_KEY; import static com.icthh.xm.commons.config.client.repository.TenantListRepository.isSuspended; import static java.nio.charset.StandardCharsets.UTF_8; import static ja...
[ "shuki.avraham@whitesourcesoftware.com" ]
shuki.avraham@whitesourcesoftware.com
2840ebc7122ca3b39205f09e87344240bae6305a
27d176357b928e975eab5d4430a174d17e30b45a
/AcostaMejia-cop3330-ex01/src/main/java/org/example/App.java
18951623a941ee7b359d50722233a04a4e5dcef9
[]
no_license
lacostamejia/AcostaMejia-cop3330-ex01
0f38ddddd6fe1589725b814bef8886a18cd065df
b6ec8d480733ec48c4c228bd6621450533b167f2
refs/heads/main
2023-06-25T04:39:54.993561
2021-07-24T22:46:11
2021-07-24T22:46:11
372,032,640
0
0
null
null
null
null
UTF-8
Java
false
false
465
java
package org.example; import java.util.Scanner; //Homework 1. public class App { public static void main( String[] args ) { Scanner name_input = new Scanner(System.in); // Create a Scanner object System.out.print("What is your name?"); String name = name_input.nextLine(); // Read u...
[ "lacostamejia@knights.ucf.edu" ]
lacostamejia@knights.ucf.edu
52ea1f295a50d74263a4f7ebc9e4af6a07dc0cd3
0f996667eeb5bf330978ec5166e9fe4d4ccd3ba0
/src/main/java/com/hrh/kmanual/sys/controllers/DictionaryController.java
3ca4c4bca65312d72d6f8507000def9934bab00a
[]
no_license
zhengzhixiong/KnowledgeManual
949f5c159bc01cfdf60f23a18560c4115e9c4185
3740da24430b49229d91bbcc204a87ade9ef01f3
refs/heads/master
2020-05-30T14:41:13.434051
2018-10-11T12:34:55
2018-10-11T12:34:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,214
java
package com.hrh.kmanual.sys.controllers; import com.hrh.kmanual.commons.utils.HttpJsonUtils; import com.hrh.kmanual.sys.config.DictionaryConfig; import com.hrh.kmanual.sys.dao.entities.Dictionary; import com.hrh.kmanual.sys.dao.jpas.DictionaryRepository; import com.hrh.kmanual.sys.dto.form.DictionaryAddForm; import co...
[ "916812040@qq.com" ]
916812040@qq.com
bb23edefabe5850865065ef7f9b4f76f42cf51f9
058141a02bf1fadffcb06584b651a519e827c3e0
/src/com/liulian/chatuidemo/applib/model/HXNotifier.java
3eb7d802fd2973f49ae452dca41ebd36e1430adf
[ "Apache-2.0" ]
permissive
tingxingge1234/liulian
d6afa66068360743190afa10ea0b2d3ccbeab304
5af6d7f8c4d490fb191333e06de836fcba2c4a89
refs/heads/master
2020-04-02T06:07:22.316634
2016-06-08T09:31:55
2016-06-08T09:31:55
60,312,509
0
0
null
null
null
null
UTF-8
Java
false
false
14,697
java
/************************************************************ * * EaseMob CONFIDENTIAL * __________________ * Copyright (C) 2013-2014 EaseMob Technologies. All rights reserved. * * NOTICE: All information contained herein is, and remains * the property of EaseMob Technologies. * Dissemination of this info...
[ "88075728@qq.com" ]
88075728@qq.com
38e1065eeca6b161d2f1c01cb2f79349ab2e48e2
2d1b180935fa52cb83cbc3ebd3858d8a4160942c
/src/main/java/ua/kiev/prog/daoImpl/GroupDAOImpl.java
4e6bef277b1e73a389c838c4cdd50139fa711a6a
[]
no_license
OksanaKilianchuk/SpringSecurityMVC
dafaed6cb3d62fd502ed99d1a667fa374a1a7884
a0c78bba6d2f5156ac9eceb4620713f46320242d
refs/heads/master
2021-01-18T01:29:26.176683
2016-09-20T08:40:33
2016-09-20T08:40:33
68,691,576
0
0
null
null
null
null
UTF-8
Java
false
false
917
java
package ua.kiev.prog.daoImpl; import org.springframework.stereotype.Repository; import ua.kiev.prog.dao.GroupDAO; import ua.kiev.prog.entity.Group; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import java.util.List; @Repository public class Grou...
[ "oksanakilyanchuk@gmail.com" ]
oksanakilyanchuk@gmail.com
d1f7c4ff0428949f6658dadc8fe8ab41138aad63
e84059c54c48228e831cd905463989cd8734feb5
/orderMeal/OrderMeal/src/com/java1234/view/LogOnFrm.java
1dcda231db9696b942fee8513468d9bf24baa6ea
[]
no_license
ljh-712/javacode
5c89b7e7a2c14c03e1e42978367985932d552561
c5430fbb12a85e088effa9113c325fd94a87be96
refs/heads/master
2021-07-10T13:53:25.128861
2020-11-24T02:18:05
2020-11-24T02:18:05
211,501,085
1
0
null
null
null
null
UTF-8
Java
false
false
9,998
java
/* * LogOnFrm.java * * Created on __DATE__, __TIME__ */ package com.java1234.view; import java.awt.Font; import java.sql.Connection; import javax.swing.JOptionPane; import javax.swing.UIManager; import com.java1234.dao.UserDao; import com.java1234.model.User; import com.java1234.util.DbUtil; import com.java1234...
[ "l15991864531@163.com" ]
l15991864531@163.com
2cd576dacedd291e443c13d8c576f4d3bdb1bf00
f3f50f50a590837405c5f151b9a13b2b44b7f191
/tubesPBO/src/tubespbo/Pesanan.java
dd4fcc4395495b8b6f420676e5f61455bdb41d49
[]
no_license
gilangtama/tubesPBO
87e70285be05b5598700e07e44d5f5bdd1f770e7
8489f39518d347fe0ea34a132806b4221e92d39e
refs/heads/master
2021-01-22T01:43:27.627774
2016-03-18T08:31:02
2016-03-18T08:31:02
54,101,188
0
0
null
2016-03-17T08:27:56
2016-03-17T08:27:56
null
UTF-8
Java
false
false
720
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 tubespbo; /** * * @author asd */ public class Pesanan { private String origin; private String destination...
[ "asd@10.5.248.39" ]
asd@10.5.248.39
6da6e45b8f95ce010709c6ee6fe8e52874ea0538
adda7e6d2e0ff3e8d985bd0ee1034328de1755f1
/raj/leetcode/google/GuessTheWord.java
d2649d05aae0963046b5eafb69b04e62ec94b4c4
[]
no_license
that-engineer/dsa
d976263c917e67f37ca442f42cb868a0f7c11b6d
73e93adbf6c7bf29cae63f9f7b58734d61096266
refs/heads/master
2021-10-12T00:49:14.352791
2019-01-31T05:57:15
2019-01-31T05:57:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,866
java
package com.raj.leetcode.google; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; /** * * @author Raj * This problem is an interactive problem new to the LeetCode platform. We are given a word list of unique words, each word is 6 letters ...
[ "passionatecoderraj@gmail.com" ]
passionatecoderraj@gmail.com
9fa3c696745a3a645589a0e91f3cedec8c1a2849
07d104539f8689e522c3549beed827d25a59dddc
/src/main/java/com/example/Actorep/model/ActiviteModel.java
3ce35ca0f75dc6c0d63d3a4640472dd72f0f1810
[]
no_license
ezmr/Actorep
7ae5deec155b72fc18892360f200c57852475e41
32573334546cb90b2260d8c72627a145a5a4bad3
refs/heads/main
2023-04-19T02:44:22.635260
2021-05-10T02:35:36
2021-05-10T02:35:36
365,896,251
0
0
null
null
null
null
ISO-8859-1
Java
false
false
707
java
package com.example.Actorep.model; public class ActiviteModel { private String libelleActivite; private String descriptionActivite; public ActiviteModel() { } public ActiviteModel(String libelle, String description) { this.libelleActivite = libelle; this.descriptionActivite = description; }...
[ "83933532+ezmr@users.noreply.github.com" ]
83933532+ezmr@users.noreply.github.com
696fb72e35ad7595ed83a021d84f6e03931bbc75
9e0aaedd8421a19d77a7a417d9555fa7e4c204da
/bubbleSortTest.java
79bed1b180598c3ded97eaa8f2b12040218dbb05
[]
no_license
BGordon419/CISS110
e54ebcce5131c635c5e3df4ea91dd5706448b762
599c6c0844ae16ee6b719366f3b46a455b86bf4d
refs/heads/master
2021-01-24T21:25:22.688714
2014-12-03T15:40:30
2014-12-03T15:40:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,250
java
import java.util.Random; public class bubbleSortTest { public static void main(String[] args) { Random rand = new Random(); int[] sorted, array = new int[1000]; // Fill array with random numbers for(int x=0;x<array.length;x++) { array[x] = rand.nextInt(array.length)+1; S...
[ "BGordon419@gmail.com" ]
BGordon419@gmail.com
73b70ac9f03745de75bd7ca1b85412aedd22b5c0
4b29481223e0975b7674cbc6022944d68f53a270
/ActionBarSherlock-Library/.evosuite/best-tests/com/actionbarsherlock/widget/ShareActionProvider_ESTest_scaffolding.java
6f37db38029cb9ae81747f0c299cd13862a55110
[]
no_license
filipegl/Calculadora-de-Tributos-PJ
ab621df09101f27d982d0726a40ea95ac55b2eea
07b36cbfde6242899c367ecf6c65db10cf96ab7b
refs/heads/master
2020-04-04T21:24:03.585630
2018-11-06T01:58:26
2018-11-06T01:58:26
156,284,561
0
0
null
2018-11-05T21:20:31
2018-11-05T21:20:30
null
UTF-8
Java
false
false
32,296
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Nov 05 22:39:31 GMT 2018 */ package com.actionbarsherlock.widget; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.juni...
[ "jose.thiago.silva@ccc.ufcg.edu.br" ]
jose.thiago.silva@ccc.ufcg.edu.br
66817094494223c40668dd11362cef71d2e0d92d
16b5d51ab0409cbb5a1da9eacb9948a54acd6258
/app/src/main/java/com/haoche51/checker/util/HCActionUtil.java
37344b5f3bd54b542addf8f3eaafa4707079cf9c
[]
no_license
liyq1406/haochebang
c3405a537d4f695ca51cb26d7889e952c6965eea
12727fcca80c85aa9586bd58fe9b16c98fa1bf5b
refs/heads/master
2021-01-17T21:20:31.261785
2017-02-28T04:52:06
2017-02-28T04:52:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,981
java
package com.haoche51.checker.util; import android.content.Context; import android.content.Intent; import android.os.Bundle; import com.haoche51.checker.entity.Serializable.SerializableMap; import java.io.Serializable; import java.util.Iterator; import java.util.Map; public class HCActionUtil { public static...
[ "pengxianglin@haoche51.com" ]
pengxianglin@haoche51.com
bd4b8a0ebd8fa334a2ad6d349ea77d50b312de3a
2a8697a6ec0bdbf98ccc9a37da0bef8750ab7e49
/src/gateway/controllers/MultimediaController.java
582307c10fe1cbdb97c91abe52afcc2494533d7c
[]
no_license
Oshanwick/Student-Management-System
8927908fff1b058d29f32fa1ee3ffb0c1ae56494
2a59d8f2e43414799fad605f354d2c30ff7e7fe6
refs/heads/master
2021-01-26T04:39:32.879920
2018-03-06T11:12:43
2018-03-06T11:12:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,353
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 gateway.controllers; import gateway.dbconnection.DBConnection; import java.sql.Connection; import java.sql.ResultSet; import j...
[ "peshalarandima@gmail.com" ]
peshalarandima@gmail.com
d79a3d3ec260c591dbc554e2a09195c362e0e9f4
3e176296759f1f211f7a8bcfbba165abb1a4d3f1
/gosu-core/src/main/java/gw/internal/gosu/ir/compiler/bytecode/expression/IRBooleanLiteralCompiler.java
a7d89597a64a0f6612a25b526a0c728ee9797885
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
gosu-lang/old-gosu-repo
6335ac90cd0c635fdec6360e3e208ba12ac0a39e
48c598458abd412aa9f2d21b8088120e8aa9de00
refs/heads/master
2020-05-18T03:39:34.631550
2014-04-21T17:36:38
2014-04-21T17:36:38
1,303,622
1
2
null
null
null
null
UTF-8
Java
false
false
606
java
/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.gosu.ir.compiler.bytecode.expression; import gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler; import gw.internal.gosu.ir.compiler.bytecode.IRBytecodeContext; import gw.lang.ir.expression.IRBooleanLiteral; import gw.internal.ext.org.o...
[ "smckinney@guidewire.com" ]
smckinney@guidewire.com
f328ff6d59a480257dbcc32b0558c683728ff5b0
323d70c048bb00a3f17270816fe11eedfabdc8e9
/app/src/main/java/com/example/kevin/androidproject/ExpandableListAdapter.java
681252869378dcf2ac373674000391f6b6ef563b
[]
no_license
Rodtsl/AndroidProject
406d53c18a41e48336b50f402386deec724699f9
a12815c6199f6885d3235c4caa102791d6c27c27
refs/heads/master
2021-01-11T16:04:45.978654
2017-04-01T14:38:26
2017-04-01T14:38:26
80,000,390
0
1
null
2017-02-16T11:34:39
2017-01-25T09:31:45
Java
UTF-8
Java
false
false
3,416
java
package com.example.kevin.androidproject; /** * Created by leopold.rodts on 08/02/2017. */ import android.content.Context; import android.graphics.Typeface; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseExpandableListAdapter; import an...
[ "kevin-cornu@hotmail.fr" ]
kevin-cornu@hotmail.fr
dfefaf8e8db86831be1f7d0fff03e957cd569f0e
06b3367e38037e3922d1c9f1444a468ea7fd1751
/spring-cloud-config/config-client/src/main/java/com/liuxz/config/ConfigClientApplication.java
0afd841c60118c3639a0333ce6da54f94707c86f
[]
no_license
KerenAce/springcloud
6d41d8fbd1dcc6070c2fbfe4b57e5ad2a27110e6
ad76096cfcca4b627ba418cf81c55ee72c0b46eb
refs/heads/master
2023-03-16T17:53:10.962649
2020-08-24T02:11:13
2020-08-24T02:11:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
331
java
package com.liuxz.config; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ConfigClientApplication { public static void main(String[] args) { SpringApplication.run(ConfigClientApplication.class, args...
[ "1510822551@qq.com" ]
1510822551@qq.com
27ba1ca27e926b46b581654a07a54d747c872fec
f6edb997b5df3e3516992002c071fd6b77a47248
/app/src/main/java/com/sifa/muslimstore/DoaHarian.java
20dbd9adcf61b0370707349433cfab3792b957da
[]
no_license
Sifafat/MuslimStore19
4665bb0de0743595a1e2b6c369e510ea434cd749
00a8f028f15d80447f995ab7bf1a35c2da829ea6
refs/heads/master
2020-07-08T23:34:53.275622
2019-08-22T14:29:24
2019-08-22T14:29:24
203,811,955
0
0
null
null
null
null
UTF-8
Java
false
false
1,572
java
package com.sifa.muslimstore; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ListView; import java.util.ArrayList; import java.util.Collect...
[ "sifabae95@gmail.com" ]
sifabae95@gmail.com
6de861ecb03751643d4a1432f5a2b94dd4576288
88d1e3895650a40def90304b634d0f80db826ba6
/src/main/java/fr/wati/yacramanager/utils/JqgridFilter.java
af0e362e8eaa3b4b35b99d375d6e506920881168
[]
no_license
newbare/yacramanager
7ccc2403c65fddee747024d961bfbc885e0b97e6
deac24d33e71d9af51c89723832deb28f7b3db44
refs/heads/master
2020-12-01T01:03:08.660518
2015-08-21T15:26:39
2015-08-21T15:26:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,736
java
package fr.wati.yacramanager.utils; import java.util.ArrayList; /** * A POJO that represents a jQgrid JSON requests {@link String}<br/> * A sample filter follows the following format: * <pre> * {"groupOp":"AND","rules":[{"field":"firstName","op":"eq","data":"John"}]} * </pre> */ public class JqgridFilter { p...
[ "rachid.outtara-ext@natixis.com" ]
rachid.outtara-ext@natixis.com
b061097226b5248e64bff39c8638bb9b59ac2e99
eac0b43bd7bf55f9c59c6867cc52706f5a8b9c1c
/eshop-v3/eshop-wms/src/main/java/com/zhss/eshop/wms/mapper/PurchaseInputOrderPutOnItemMapper.java
ac17bc787146e8e5b3b923a8534cb555c02cc424
[]
no_license
fengqing90/Learn
b017fa9d40cb0592ee63f77f620a8a8f39f046b9
396f48eddb5b78a4fdb880d46ea1f2b109b707e4
refs/heads/master
2022-11-22T01:44:05.803929
2021-08-04T03:57:26
2021-08-04T03:57:26
144,801,377
0
3
null
2022-11-16T06:59:58
2018-08-15T03:29:15
Java
UTF-8
Java
false
false
2,341
java
package com.zhss.eshop.wms.mapper; import java.util.List; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Options; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Result; import org.apache.ibatis.annotation...
[ "fengqing@youxin.com" ]
fengqing@youxin.com
81e15c7a1d405fc716fcf62631ff14cf223c6c9d
ba72e405062510a1efc950c4565d9b99c5163009
/src/Practice/Chuong4/GreatestCommonDivisor.java
515251592c05924b932ed0fde4e4c07c09b47e4c
[]
no_license
Minhnhat21/JavaCoBan
1819cb4bf7abb2973aa3409b0a6f29defcaf4fb6
15ee67fa90ef6e482bc7e68fa2d27da75c96605c
refs/heads/master
2023-08-21T02:11:53.918169
2021-11-03T09:39:41
2021-11-03T09:39:41
402,272,956
0
0
null
null
null
null
UTF-8
Java
false
false
791
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 Practice.Chuong4; /** * * @author nguye */ import java.util.Scanner; public class GreatestCommonDivisor { public static...
[ "nguyenhuuminhnhatasus@gmail.com" ]
nguyenhuuminhnhatasus@gmail.com
639eff218bebcdbc14116e65ee6520b29e91760d
f42d7da85f9633cfb84371ae67f6d3469f80fdcb
/com4j-20120426-2/samples/speech/build/src/speech/types/ISpeechVoice.java
3fda86ef10450c2e2826cb7b42a7a55f3a038a51
[ "BSD-2-Clause" ]
permissive
LoongYou/Wanda
ca89ac03cc179cf761f1286172d36ead41f036b5
2c2c4d1d14e95e98c0a3af365495ec53775cc36b
refs/heads/master
2023-03-14T13:14:38.476457
2021-03-06T10:20:37
2021-03-06T10:20:37
231,610,760
1
0
null
null
null
null
UTF-8
Java
false
false
11,454
java
package speech.types ; import com4j.*; /** * ISpeechVoice Interface */ @IID("{269316D8-57BD-11D2-9EEE-00C04F797396}") public interface ISpeechVoice extends Com4jObject { // Methods: /** * <p> * Status * </p> * <p> * Getter method for the COM property "Status" * </p> * @ret...
[ "815234949@qq.com" ]
815234949@qq.com
4b4720729aa964eac3bf19d339fb7d4b45d0339e
5142a8986e7a80420357a7f1b1bbfdf94ad02767
/hybris-commerce-suite-5.5.1.2/hybris/bin/ext-addon/assistedservicestorefront/acceleratoraddon/web/src/de/hybris/platform/assistedservicestorefront/security/impl/AssistedServiceAgentLoginStrategy.java
5b83e1e9b29d06d0e7fecff4a04f47a93a96a6f3
[]
no_license
gerardoram/research1
613ef2143ba60a440bb577362bcf1ce2a646664b
2a4515e3f8901f0b3b510653d61dac059c6521a8
refs/heads/master
2020-05-20T17:04:39.574621
2015-06-23T17:53:26
2015-06-23T17:53:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,523
java
/* * [y] hybris Platform * * Copyright (c) 2000-2015 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * li...
[ "thaisonnguyenbt@gmail.com" ]
thaisonnguyenbt@gmail.com
c12826757180cf9f6787409eafc1db56a305907d
e08b1cb47603f6b33b803f55cb57073d2acfef6c
/src/main/java/com/util/RefreshTest.java
7c587d7f3e5a17b1d7b288f92adee8d96e69adcb
[]
no_license
sri595/onforcedeploymenttool
82ed80a767c2473dbc80571f6f0fe7ccd1b49719
5e0c52106f03a7a50becfe5eca0bd8c542b647ef
refs/heads/master
2021-01-15T12:19:12.684055
2017-01-13T10:16:24
2017-01-13T10:16:24
78,838,463
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package com.util; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Properties; public class RefreshTest { public static void main(String[] args) throws IOException { InputStream input; try { input = new FileInputStr...
[ "skrishna@infrascape.com" ]
skrishna@infrascape.com
48361a4d98f8a8beffddacdd6dbd08e695a1136b
2cb499e4be6ce34054bf854793f0c34716180359
/module4/case_study/src/main/java/com/example/case_study/dto/CustomerDto.java
387bcb9ef4aa51aaf3c188ca2c3c9b71e751d4ae
[]
no_license
nhutam123/C0221G1-le-nhu-tam
3b1398583e778cec1c232ce72a562daf1778398e
549304e82500a5094a91e332dc8a23213ffca80b
refs/heads/main
2023-07-12T01:06:09.316138
2021-08-11T10:35:45
2021-08-11T10:35:45
342,120,462
0
0
null
null
null
null
UTF-8
Java
false
false
2,579
java
package com.example.case_study.dto; import com.example.case_study.model.entity.CustomerType; import com.fasterxml.jackson.annotation.JsonFormat; import org.aspectj.apache.bcel.ExceptionConstants; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; import javax.validation.constra...
[ "soledad.guitarist@gmail.com" ]
soledad.guitarist@gmail.com
4b52ed8886982451012c3ed8e51065cb699cdaac
1a9c92ca71ec754ba23dddb332c3eda13adf8ee7
/src/main/java/inventorysetups/InventorySetupsDisplayAttributes.java
77f0b2a71356d1796fc4ed41a65e610f2cb95ac0
[ "BSD-2-Clause" ]
permissive
dillydill123/inventory-setups
6768395384caa7ba7df2c2cec89181007edf717a
fb7d9d5814887785e8debcdfb201ae7af09c7a09
refs/heads/master
2023-08-12T00:05:52.342625
2023-07-25T00:47:14
2023-07-25T00:47:14
230,001,906
56
26
BSD-2-Clause
2023-04-01T15:24:02
2019-12-24T20:47:21
Java
UTF-8
Java
false
false
1,662
java
/* * Copyright (c) 2022, dillydill123 <https://github.com/dillydill123> * 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 co...
[ "" ]
b56fed1e67cec2ead1daace304411a230c89288a
96a04dce0f712e2d06a10b57cd7056427f79a55f
/src/cn/sharesdk/tpl/SignupPage.java
c7e9c6016cddfefd666270844c1f37cc0828c744
[]
no_license
tianrenz2/whoknows
ccce20ac2603af3ac1624f92ec2b3824e6a58837
21548538a092f65e90176724eb65dfc84d855efe
refs/heads/master
2018-12-26T02:46:10.042921
2018-10-19T19:10:53
2018-10-19T19:10:53
46,835,884
0
0
null
null
null
null
UTF-8
Java
false
false
14,172
java
//package cn.sharesdk.tpl; // //import java.io.File; //import java.io.FileNotFoundException; //import java.io.FileOutputStream; //import java.io.IOException; //import java.net.URL; // //import com.qiadao.iknow.R; // //import android.app.Activity; //import android.app.Dialog; //import android.content.Intent; //import an...
[ "tianrenz@uci.edu" ]
tianrenz@uci.edu
fd54f2ff2dc8a3f238621df2f979238d549fa7bc
cf1458eb4140394ea52e1f1f1426677cc520f6ca
/JAVA2/ATM/src/Transaction.java
60a2c8e8c1b66fbbc821fbad75918e4c1a2f8f54
[]
no_license
nazarethk/Java-Projects
e87dbd889b753351c4f23355ae1781f9ff431b6c
475c489dded25f74403e741e0c685f5fc39daa19
refs/heads/master
2023-04-03T00:08:29.561364
2019-01-31T22:41:49
2019-01-31T22:41:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,938
java
/*Name: Nazareth H. Keshishian *Date Last Modified: 7/04/2018 *Associated files:Account.java, Accounts.java, Node.java, Person.java, Queue.java, ATM.java. *Program Description: ATM Machine program, that runs from 9am till 6pm and puts every transaction in the queue after 6pm. */ public class Transaction { p...
[ "nazareth.keshishian@lau.edu" ]
nazareth.keshishian@lau.edu
05baed4b560a24739d2833a74dd3a0743aa80b42
376c41d4ee6e45a0eec40f1542e7b8bca8b525c9
/esiee-hmi-base/src/com/esiee/mbdaihm/tps/TP03.java
c5f0ee90f5558e95bb4551bd63393cab2e0958a9
[]
no_license
KevinBordier/IHM_MBDA2
a8b7ea0f2e77b3f9bdc5d0f837197847c012340c
624e8108944d90d1404ba2e516d2834408e49168
refs/heads/master
2021-05-15T22:20:12.597845
2017-11-12T15:38:39
2017-11-12T15:38:39
106,660,259
0
0
null
2017-11-12T15:38:40
2017-10-12T07:35:41
Java
UTF-8
Java
false
false
2,117
java
package com.esiee.mbdaihm.tps.solution; import java.awt.*; import java.awt.geom.AffineTransform; import java.awt.geom.GeneralPath; import javax.swing.*; /** * Use of Java2D API. */ public class TP03 { private final JFrame frame; private final DrawingPanel panel; public TP03() { frame = new...
[ "kev.bor.77@gmail.com" ]
kev.bor.77@gmail.com
c39e7e5dfeff6e1d29e035720ef0809dc2766177
7f785f2396aed44aa740647cc84622bcfd917b9b
/app/src/test/java/com/domgarr/android/volleyballscorekeeper/ExampleUnitTest.java
7fe261d42de9a0a805ecf1b1c811320fee36c268
[]
no_license
domgarr/Volleyball-ScoreKeeper
12d012c21088e019e858330dfaded816677a13ff
f0b31c3d1951ec5e36a5538fa1b53fd2c5e8f63e
refs/heads/master
2022-02-25T07:54:20.380978
2019-10-04T18:50:39
2019-10-04T18:50:39
104,024,361
0
0
null
null
null
null
UTF-8
Java
false
false
419
java
package com.domgarr.android.volleyballscorekeeper; 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 { @T...
[ "garreffd@uwindsor.ca" ]
garreffd@uwindsor.ca
d0de348df5c7a143bb461eb3821b15951d1b9eea
bc639d15bcc35b6e58f97ca02bee2dc66eba894b
/src/com/vmware/vim25/LicenseRestricted.java
280d1760d544a6aa31251b58b0af60ecf3ae24d7
[ "BSD-3-Clause" ]
permissive
benn-cs/vijava
db473c46f1a4f449e52611055781f9cfa921c647
14fd6b5d2f1407bc981b3c56433c30a33e8d74ab
refs/heads/master
2021-01-19T08:15:17.194988
2013-07-11T05:17:08
2013-07-11T05:17:08
7,495,841
1
0
null
null
null
null
UTF-8
Java
false
false
1,826
java
/*================================================================================ Copyright (c) 2012 Steve Jin. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must re...
[ "sjin2008@3374d856-466b-4dc9-8cc5-e1e8506a9ea1" ]
sjin2008@3374d856-466b-4dc9-8cc5-e1e8506a9ea1
58cf3568139d534b6257fc6262ea596df9148815
027f2fa5f481175b3865b840a583378e42a9b7d4
/src/main/java/com/login/service/MicrinLoginServiceApplication.java
3e3621a2c1cb809f115b8016afc6156dd861af2a
[]
no_license
kevinore/Micrin-login-service
a4cc3521fcd2f413d013c91abc74c6d91da90c80
8835b04a6b2bd3555f43b64a869041af0b1ae1e2
refs/heads/master
2022-12-28T01:52:32.551917
2020-06-08T00:32:52
2020-06-08T00:32:52
243,998,831
2
0
null
null
null
null
UTF-8
Java
false
false
336
java
package com.login.service; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class MicrinLoginServiceApplication { public static void main(String[] args) { SpringApplication.run(MicrinLoginServiceApplication.clas...
[ "kevinaldana51@gmail.com" ]
kevinaldana51@gmail.com
a0ac51f33a9e0f4864d97882ac187405be221b40
7762b5ecb44f4c3b08d25f58c210bfa97c6dcefc
/src/main/java/com/example/task/springSchedule/TestSchedule.java
8bfb49b8bb7ac9a530350fdd101b703c98a910dc
[]
no_license
wuqingyanjava/javademo
f247b5028e33f724e3f9026bb4712081aefeb346
9122ecfb2f97bb7f5435e76059c3a99de3499b28
refs/heads/master
2022-11-03T22:43:50.487684
2020-01-07T03:54:33
2020-01-07T03:54:33
190,150,260
0
0
null
null
null
null
UTF-8
Java
false
false
650
java
package com.example.task.springSchedule; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; /** * 只需要在springboot的启动类上加上@EnableScheduling * 一旦某个任务在执行过程中抛出异常,则整个定时器生命周期就结束,以后永远不会再执行定时器任务 * @Author wuqingyan * Date 2019/9/29 15:44 * Modify Log **/ @Componen...
[ "wqy@56join.com" ]
wqy@56join.com
fb0103ec8167bbde798567011eb34e4f91f442d7
3b22a684e1540d58d07bc6a12ab09584884c273d
/hybris/bin/ext-content/cmsfacades/src/de/hybris/platform/cmsfacades/pagescontentslots/service/impl/DefaultPageContentSlotConverterType.java
667e7545560d047cfba01188131b06a8d6ff2aae
[]
no_license
ScottGledhill/HYB
955221b824b8f0d1b0e584d3f80c2e48bc0c19d9
0c91735fe889bc47878c851445220dbcae7ca281
refs/heads/master
2021-07-25T20:00:36.924559
2017-10-27T14:17:02
2017-10-27T14:17:02
108,548,668
0
0
null
null
null
null
UTF-8
Java
false
false
1,572
java
/* * [y] hybris Platform * * Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the ter...
[ "ScottGledhill@hotmail.co.uk" ]
ScottGledhill@hotmail.co.uk