blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
0ff8a98125d022cd875b389bd709324ac9d4092c
6bd60729d32540828f888a2c88ba0f7e91fcc2c4
/Android/CS8803-Mobile-Appplications-and-Services/app/src/main/java/com/jluo80/amazinggifter/model/Gift.java
3937aeddab65c45762f682f589d3a384d2a2d105
[]
no_license
TongzheZhang/CodeWork
2dcd41efad673e60dad519290c311b5edec10eb0
8934f7d4645b2555a9f85ebb36a75c7bb3cdc211
refs/heads/master
2020-06-29T13:26:41.028747
2018-05-07T02:11:13
2018-05-07T02:11:13
74,423,259
1
0
null
null
null
null
UTF-8
Java
false
false
3,160
java
package com.jluo80.amazinggifter.model; /** * Created by Jiahao on 7/2/2016. */ public class Gift { private String unique_key; private String category; private String due_date; private String initiator_id; private String item_id; private String item_url; private String name; private S...
[ "richard10ztz@gmail.com" ]
richard10ztz@gmail.com
45f3293a3e53166b6bfe6758afa031f40f94cc67
0a826107a0cc2af2a76fdf21a123bf675b781af5
/src/com/p1/mobile/p1android/ui/listeners/OnViewMeasuredListener.java
8d7d0c786d42a5d7472ba097cfb681a86fe3b368
[ "Apache-2.0" ]
permissive
cuipengpeng/p1-android
a8855b44d14f4d047694c30d272c07fde3d91694
60b3d6c06bc02a223590bc694889da8e55b62219
refs/heads/master
2021-01-15T11:48:51.290257
2013-08-07T08:37:23
2013-08-07T08:37:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
264
java
package com.p1.mobile.p1android.ui.listeners; public interface OnViewMeasuredListener { /** * This method is generally called multiple times. It should doublecheck with old values or only contain light logic. */ public void onViewMeasured(); }
[ "451192425@qq.com" ]
451192425@qq.com
c422774191a75d30859a3704c7608a8422e52b76
b493cc74e82640b8518548e8cfc7c489d22ab814
/src/main/java/com/grich/hsnp/model/user/VlabUser.java
2d5ee66ca5e22607f897fc127c353f522f1cfc47
[]
no_license
haigemsa/NETTY-HSNP
79c546b76792b2ba7ec4c60290dd3eeef8496ac2
c668b43eb65619061b798c3cb2e9434f9e12d148
refs/heads/master
2023-07-01T13:21:03.051952
2021-08-01T15:30:18
2021-08-01T15:30:18
389,393,910
1
0
null
null
null
null
UTF-8
Java
false
false
2,919
java
package com.grich.hsnp.model.user; import com.fasterxml.jackson.annotation.JsonIgnore; import io.swagger.annotations.ApiModelProperty; import java.math.BigDecimal; import java.util.Date; import javax.persistence.*; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstr...
[ "haigemsa@qq.com" ]
haigemsa@qq.com
db0e312ab80172784d983dda3ccb1de1f3e7d59b
05c69e981dc513f72c06c8bdeeeba1cd574f1ffc
/Programmr/Strings/sumNumber_Completed/Challenge.java
92c7b30446075d26830c33f0218281033a1bda6d
[]
no_license
Koaja/Programmr
90316963a60027a241ad1c01c4ba48443d5145d0
6cd268501179f0e23b4ec718fffa136af52732c6
refs/heads/master
2021-01-18T22:09:20.664522
2016-06-15T12:57:33
2016-06-15T12:57:33
46,869,453
0
0
null
null
null
null
UTF-8
Java
false
false
590
java
package sumNumber_Completed; import java.util.Scanner; class Challenge { public static void main(String args[]) { Scanner scanner = new Scanner(System.in); System.out.println("Enter a string:"); String string = scanner.nextLine(); System.out.println("Sum:" + sumNumbers(string)); } /// {write your code her...
[ "balea.cristian90@gmail.com" ]
balea.cristian90@gmail.com
654e6fc2a21dca741f34fab1ded5b14b74a95a27
60b3aa0ae501058f26326b77bc5292e1c3a72859
/ClassDemo/genericTest/src/genericTest/InterImpl2.java
23d7859a0c85757ac577d1436c5a22ccd677ce65
[]
no_license
puyanLiu/javaAndAndroidDemo
36ea3538ded86be3ad70202f09276e324b4ba173
b4c1b8623f6c25fb80c4a1f405c9664f5b399baa
refs/heads/master
2021-09-28T20:12:23.145754
2018-11-20T02:33:13
2018-11-20T02:33:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
210
java
package genericTest; /** * @author liupuyan * 还不确定什么类型 * @param <T> */ public class InterImpl2<T> implements Inter<T> { @Override public void show(T t) { System.out.println(t); } }
[ "814168332@qq.com" ]
814168332@qq.com
876082bafa495f19eefbee2f75bcc9ca70db81ab
0712d8fc8ed8d967888a7a98d152dc48ce8a2033
/3bgogiOpera/src/main/java/com/gogi/proj/orders/vo/IrregularOrderVO.java
05ac99dc40773e60d98e112565217e041fd9ccde
[]
no_license
CptgodKi/3bgogiShereOpera
f1ec0fd745cd905ae27ca59b07a892650f0fa51d
d4c26c1a9ebd2610f7cc2e37e499325b39104bcb
refs/heads/master
2023-08-29T16:14:35.271703
2021-11-01T07:53:24
2021-11-01T07:53:24
289,178,114
0
0
null
null
null
null
UTF-8
Java
false
false
2,164
java
package com.gogi.proj.orders.vo; import java.sql.Timestamp; //주문서 입력 후 구매자 체크사항 public class IrregularOrderVO { private int iroPk; //고유값 private int ssFk; // 스토어 구분 private String iroName; //구매자명 private String iroPhoneNumber; //구매자 핸드폰 번호 private String iroDetail; //확인 할 사항 private boolean iroFlag...
[ "bicroid@gmail.com" ]
bicroid@gmail.com
f0de830f938e51d0d41b26873d2e0ac4e78cf34b
a1d39b88c346b00dfeb4506e9a7a863f879eb53d
/src/com/leetcode/LRUCache.java
8c9be17bc4a3380ba306da5c581b84378542d72f
[]
no_license
xiaohanchen/AlgorithmTraining
09c3ea6baff4dac6bb47bac1bdf4be136cb6c7e7
19e83da3df413a2ec4e4816fe261c0d8681460dc
refs/heads/master
2021-09-14T05:54:35.119408
2018-05-08T23:42:27
2018-05-08T23:42:27
114,456,063
0
0
null
null
null
null
UTF-8
Java
false
false
1,280
java
package com.leetcode; public class LRUCache { //age of DLinkedNode head; DLinkedNode tail; int capacity; int count; public LRUCache(int capacity) { this.capacity = capacity; this.count = 0; } public int get(int key) { return -1; } public void put(i...
[ "cxhdtcvvv@gmail.com" ]
cxhdtcvvv@gmail.com
b65079921032377a93d30e24846c18157d8de3e9
b2fc3c814bbff3c3820b4033231a560ec0ec930d
/Vinculacion I-E/Proceso vinculacion I-E/src/main/java/Domain/Converters/CriteriosAdapter.java
e8eed50c7d7c85e4fdc4593b969a89c43d8c22b1
[]
no_license
dprez8/GestionDeContabilidad
9a8304880ca4c61ac286a9562a98db440f99f379
e44882dcc3a353d11c6323eae9b1fefe6bc93ae5
refs/heads/master
2023-02-11T12:41:55.931756
2021-01-08T02:45:05
2021-01-08T02:45:05
327,776,760
0
0
null
null
null
null
UTF-8
Java
false
false
1,976
java
package Domain.Converters; import Domain.Entities.Criterios.*; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import com.google.gson.stream.JsonWriter; import java.io.IOException; import java.util.ArrayList; import java.util.List; public class C...
[ "lautarorobles_oro@hotmail.com" ]
lautarorobles_oro@hotmail.com
8cc32d42a5ad5ae4776ec97cf82ec8a6807ad642
1f0be937904dec7b51c6de99a3cc58ab0da35e81
/portlet/catalog/catalog-portlet-service/src/main/java/org/nterlearning/datamodel/catalog/service/ExternalLinkLocalServiceClp.java
94b25bf069f8177495af93f83571e79b12425cbe
[]
no_license
sbreidba/nter.portal-core-devel
032b5ee0f918e3d662db1e5d2c1e6f412853003b
1900a8e6122d63c1eff81a0bbf1c83d62e603cc7
refs/heads/master
2022-08-20T15:00:13.207226
2014-01-31T20:17:01
2014-01-31T20:17:01
37,631,560
0
0
null
2022-03-21T20:31:16
2015-06-18T01:56:54
Java
UTF-8
Java
false
false
26,453
java
package org.nterlearning.datamodel.catalog.service; import com.liferay.portal.kernel.util.ClassLoaderProxy; import com.liferay.portal.kernel.util.MethodHandler; import com.liferay.portal.kernel.util.MethodKey; public class ExternalLinkLocalServiceClp implements ExternalLinkLocalService { private ClassLoaderProxy...
[ "l.moulder.sri@localhost" ]
l.moulder.sri@localhost
f3eb7957973fe2a1e097b48aa65e607704325619
9a7eb90b964835399d47d58e71bca8ad3ef7fb84
/GraficoBasico/src/ejercicio_3/MiniEncuestaApp.java
dcd7aa3637838ec15736234cb5db63b5cf1348a6
[]
no_license
abmedinas/Expo_prueba
71fbfc1044ed6075d7e519700a1561b3e261f36c
9e1860af242d44954393b146f34d45b3d94b8980
refs/heads/master
2020-09-25T14:01:35.657447
2019-12-06T00:03:02
2019-12-06T00:03:02
226,018,778
0
0
null
null
null
null
UTF-8
Java
false
false
11,537
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 ejercicio_3; import javax.swing.ButtonGroup; import javax.swing.JCheckBox; import javax.swing.JOptionPane; import javax.swing...
[ "anggie_medina@hotmail.es" ]
anggie_medina@hotmail.es
5506b24df155ae7c3703874f09a39a5db740cafb
ff3ac89fe8c02b64eadd4049fe4f1aee41297963
/buri-core-test/src/test/java/org/escafe/buri/engine/processor/impl/NadejyakoBuriTest.java
36201f4430b6d90483d3b76dbda86f589d297e79
[]
no_license
seasarorg/s2buri
9402125ade5b4d7c38f2a766dd468a5556356922
fbaf32dd3ec2a815dfe3f4426f10d6b0ce53547d
refs/heads/master
2021-01-23T07:15:30.961379
2013-10-04T05:03:42
2013-10-04T05:03:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,541
java
package org.escafe.buri.engine.processor.impl; import java.math.BigDecimal; import java.util.Date; import org.escafe.buri.engine.BuriEngine; import org.escafe.buri.engine.processor.BuriProcessorInfo; import org.escafe.buri.engine.processor.SimpleBuriProcessor; import org.escafe.buri.entity.AcquisitionType; i...
[ "j5ik2o@gmail.com" ]
j5ik2o@gmail.com
59eb043fbd81c7552a69b83a564e70f4555a3493
c04f06755278d084cc7653b7efe9afe1e9caf168
/marknode-integration-test/src/test/java/org/marknode/integration/BoundsIntegrationTest.java
ac4519989d22dfecc7c3ae05c1d9b9890c40f2cb
[ "BSD-2-Clause", "Apache-2.0" ]
permissive
nickhristov/marknode
54f44cd11061ebea60b489b5c9ec54e777264014
fbfd9e19874af5e02efa0c66b424a0e4de9e54a4
refs/heads/master
2021-05-01T08:14:36.047793
2016-03-19T07:56:58
2016-03-19T07:56:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,518
java
package org.marknode.integration; import org.marknode.node.Node; import org.marknode.parser.Parser; import org.marknode.spec.SpecExample; import org.marknode.spec.SpecReader; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import java.util.List; import static org.testng.Assert.assertN...
[ "delight.wjk@gmail.com" ]
delight.wjk@gmail.com
0bc5624b7f10f23912ab557f6bc84851b87da7e1
eb5cf4ab43912940e26758b00a8a82c02a18adff
/src/main/java/com/xmage/dm01/utils/RSAUtil.java
5edccb934ebc7532793294e57a369cea1ca4b55f
[]
no_license
ahmachan/bootDm01
1105633075d99b14da37e2499993a4b236258c99
162a3feb94d0b593cec5ba4afe615ee17cd57a31
refs/heads/master
2020-04-07T23:34:38.655774
2018-11-30T10:44:03
2018-11-30T10:44:03
158,817,766
0
0
null
null
null
null
UTF-8
Java
false
false
10,043
java
package com.xmage.dm01.utils; //import sun.misc.BASE64Decoder; //import sun.misc.BASE64Encoder; import org.apache.commons.codec.binary.Base64; import java.security.*; import java.security.interfaces.RSAPrivateKey; import java.security.interfaces.RSAPublicKey; import java.security.spec.PKCS8EncodedKeySpec; import java...
[ "chenxm@koalac.com" ]
chenxm@koalac.com
e709df2e6fab15947e4c10f4cd95ce382ff86f3d
8809f22b1afd8dc87d5d2e9e3c1440a6affc2bcc
/spring_learn/src/cn/spring/spring_proxy/dao/xml_spring_aop/Person.java
f04c53d977550b7a3d85942d609182bfadf3a07a
[]
no_license
vicTheo/Java_Learning
5100eacea3a2274519e225048e5f73155d693b6b
b073c5b6363f84f90de94f00e5448e8d635fdfb8
refs/heads/master
2021-01-10T02:10:26.778061
2015-06-18T13:02:10
2015-06-18T13:02:10
36,284,174
0
0
null
null
null
null
UTF-8
Java
false
false
409
java
package cn.spring.spring_proxy.dao.xml_spring_aop; public class Person { private String pname; private Integer pid; public Person(String pname,Integer pid){ this.pname=pname; this.pid=pid; } public String getPname() { return pname; } public void setPname(String pname) { this.pname = pname; } public Int...
[ "1029207824@qq.com" ]
1029207824@qq.com
0d5af6ddc37381d7dba4665bb935958fb515e71d
4cba9c30a002f7894ad42c9abc95ae3d329761e1
/javabase-multithreading/src/main/java/守护线程.java
f8ad1a19ef93c3be9b2f8b3166a6bdb92a1ac62f
[]
no_license
lafeier888/learn
d9fa10461f975b73d52ad438cbcd8538e2823ce2
2e5876221ad3c4720accd2bf5072584e9d752466
refs/heads/master
2020-06-01T00:05:04.401548
2019-06-06T09:03:27
2019-06-06T09:03:27
190,549,980
0
0
null
null
null
null
UTF-8
Java
false
false
82
java
public class 守护线程 { public static void main(String[] args) { } }
[ "812747475@qq.com" ]
812747475@qq.com
6ee78d0d683521ce9213baa79a85e0d0eaa2ff1a
00ce956e611a4b1d214a9d54ca538469359484f9
/hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBufferPool.java
e528f028f81d0cd9abe6d792a43de98c85e9ccda
[ "Apache-2.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-protobuf", "CC-BY-3.0" ]
permissive
enis/hbase-sal
35cecd7917dacae7f5445b971cf009bd9f5a3271
4c122ced6e025805dcb2af07ac60f83482f51a5a
refs/heads/master
2021-01-12T17:53:52.459692
2016-10-22T01:54:01
2016-11-07T22:24:42
71,297,613
1
2
Apache-2.0
2023-03-20T11:56:29
2016-10-18T22:44:52
Java
UTF-8
Java
false
false
6,248
java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
[ "anoopsamjohn@gmail.com" ]
anoopsamjohn@gmail.com
96a983ad05b166c0e0b3039d5edd812eec506f8c
a354b8264b50a47f81361543966a567b8601a94e
/project1227/src/p0103/ChatC.java
0992981b3a59ac1767b0940721cefd1c62576958
[]
no_license
myungjae18/JavaSE
bce6b898c0797512fc2d160bb6e1604b3955db81
d21556280c5d5845b6ebe1cf0afa886049d78db8
refs/heads/master
2020-05-20T09:20:11.341301
2019-05-08T12:59:56
2019-05-08T12:59:56
null
0
0
null
null
null
null
UHC
Java
false
false
542
java
package p0103; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class ChatC extends JFrame{ //앞으로 개발 시 필요한 건 보유(필요 객체를 has a 관계로 갖자) JTextArea area; JScrollPane scroll; JPanel p_south; JTextField t_input; public ChatC(){ area=new JTextArea(); scroll=new JScrollPane(area); p_south=...
[ "01087153603a@gmail.com" ]
01087153603a@gmail.com
bd77c5afd567284e77d62fda6c1091989a62d70a
aa605322921bea5d68d55ef8b7b83dab48fb3319
/src/test/java/com/example/ConsumingRestApplicationTests.java
75e7014fb7432ac12bb15e8d0f060da4296b1ae0
[]
no_license
atropose/consuming-rest
8e434811c26c9b6a24c8b8d340e640f252298bf0
e3d5cfeb246a2b7013803e23f96dc32064cd330d
refs/heads/master
2023-04-11T03:30:18.819155
2021-04-04T22:03:48
2021-04-04T22:03:48
354,653,892
0
0
null
null
null
null
UTF-8
Java
false
false
210
java
package com.example; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ConsumingRestApplicationTests { @Test void contextLoads() { } }
[ "atropose76@gmail.com" ]
atropose76@gmail.com
09ae73bb6ab7af6d5a9ea8fd718fcbaf96372677
57069d9ea11c77f61ec65b6a687b139e161a2aec
/src/main/java/me/jiaojian/domain/Catalog.java
2227ffac94f521fc4c380806b4642b822e37e638
[]
no_license
JiaoJian1221/ibook-web
dd861435d265863f17673c89b0b99677fa47bd4e
c534568134579a0ac98000e7c5c7cc6d2e5637f5
refs/heads/master
2021-09-05T21:19:40.015026
2018-01-31T03:24:43
2018-01-31T03:24:43
119,628,634
0
0
null
null
null
null
UTF-8
Java
false
false
1,034
java
package me.jiaojian.domain; import javax.persistence.*; import java.util.List; /** * Created by jiaojian on 2018/1/4. */ @Entity public class Catalog { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String name; @ManyToOne @JoinColumn(name = "channel_id") private C...
[ "riz.jiao@gmail.com" ]
riz.jiao@gmail.com
c8348e9ad7638744097a7fa4daf00a6368aa7320
26dd66af1b87c5a6424ee614c4e2be00151edcf8
/src/org/usfirst/frc/team321/robot/commands/subsystems/manipulator/UseIntakeJoystick.java
98deefbcb9a8f30a5eb86e7b7970abfae1f13e2c
[]
no_license
RoboLancers/FRC_2018
6a62e55794e3fb0b01ac91141c480d2983e00f63
6da40a390544c6c32f7ce40591fbeba1aaa4d01e
refs/heads/master
2021-03-27T10:04:00.365632
2018-05-04T16:09:56
2018-05-04T16:09:56
116,182,328
0
0
null
null
null
null
UTF-8
Java
false
false
1,296
java
package org.usfirst.frc.team321.robot.commands.subsystems.manipulator; import org.usfirst.frc.team321.robot.Robot; import edu.wpi.first.wpilibj.command.Command; public class UseIntakeJoystick extends Command { double power; boolean rumble = false; boolean wasIntaking = false; public UseIntakeJoyst...
[ "brianchen0810@gmail.com" ]
brianchen0810@gmail.com
892eb61e06f33201467b47177b0644249a4d7354
25cb67f4d7ffd89258fd6fe4e51be0e9eaf57e95
/src/main/java/com/zjw/jdk/xml/convert/utils/JSONPointerException.java
8be4ed5a27eb77da534a79abb3f937e5d8862824
[]
no_license
zhouminsen/jdk
f9b58a20c9dc873622c7d164063e65b2930a5a2a
234b90fb862761fb3868aeb05daeae064743fde2
refs/heads/master
2022-12-22T12:02:25.317531
2020-05-22T03:04:45
2020-05-22T03:04:45
116,328,867
1
0
null
2022-12-16T03:28:05
2018-01-05T02:07:31
Java
UTF-8
Java
false
false
1,632
java
package com.zjw.jdk.xml.convert.utils; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mo...
[ "weijia1992427" ]
weijia1992427
41db315fd1113b1017ccbae1f1314f0627bc961d
d603c031019ae27128a04e8d0fc1597fb3b749f3
/app/src/main/java/com/zinios/dealab/api/APIURLHelper.java
690ebac1dbb29eea70c03ae97f3e83663171738d
[]
no_license
vihangayw/dealab-android
a1fade9271f966006c79a039653474b159b0c971
af878e7885cb707542a7c34a13ee2563e63a3717
refs/heads/master
2023-07-09T23:37:39.601267
2018-11-03T06:25:07
2018-11-03T06:25:07
396,614,172
0
0
null
null
null
null
UTF-8
Java
false
false
963
java
package com.zinios.dealab.api; public class APIURLHelper { private static final String BASE_URL = "http://192.168.8.102:9000/v1/deal"; private static final String ALL_LOCATIONS = "/map-all"; private static final String NEAR_LOCATIONS = "/map-boundary-all"; private static final String DEAL_TODAY = "/all-today"; ...
[ "vyasith@gmail.com" ]
vyasith@gmail.com
4f587656f60f9b3737a5f9599783f830df175472
17a33488736d3f6b84beaacbfcdc15dc43261a9e
/support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/jwks/generator/OidcJsonWebKeystoreModifiedEvent.java
c1057ce2f9bde99cbc60e3fa8d65b4ecee53d51d
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-free-unknown" ]
permissive
hdeadman/cas
68fa815d55ccc36a31b5037f500a8e827b6a566d
6d3cf1b64b2d4f9ab1ba07ab1105c9b7c77e8870
refs/heads/pr-puppeteerwin2
2023-08-06T05:59:12.248532
2022-03-16T00:32:45
2022-03-16T00:32:45
80,761,455
1
1
Apache-2.0
2022-03-22T00:15:11
2017-02-02T19:38:09
Java
UTF-8
Java
false
false
629
java
package org.apereo.cas.oidc.jwks.generator; import org.apereo.cas.support.events.AbstractCasEvent; import lombok.Getter; import lombok.ToString; import java.io.File; /** * This is {@link OidcJsonWebKeystoreModifiedEvent}. * * @author Misagh Moayyed * @since 6.5.0 */ @ToString(callSuper = true) @Getter public c...
[ "mm1844@gmail.com" ]
mm1844@gmail.com
41a3dc2d9604c36e25f1792c161412c8d70cd23e
9410ef0fbb317ace552b6f0a91e0b847a9a841da
/src/main/java/com/tencentcloudapi/tcss/v20201101/models/DescribeReverseShellWhiteListDetailRequest.java
7c9814e5a85f4c745971b0ccf4bb1be8067a978f
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-java-intl-en
274de822748bdb9b4077e3b796413834b05f1713
6ca868a8de6803a6c9f51af7293d5e6dad575db6
refs/heads/master
2023-09-04T05:18:35.048202
2023-09-01T04:04:14
2023-09-01T04:04:14
230,567,388
7
4
Apache-2.0
2022-05-25T06:54:45
2019-12-28T06:13:51
Java
UTF-8
Java
false
false
2,138
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
8b218dda6d70ab26ea1c4ce890a43c89db520bb7
3d6082261fcdd8121b615e589982c9601faca2f6
/app/src/main/java/com/example/reem/eventmaker/EventsAvailable.java
bf62063dc06f95aaee146ad5e4c46a1ddf32354c
[]
no_license
TareqElgafy/EventMakerApp
a41599b6341bcc6cb5004e24892706ff58f37cc5
37dbfba64a1193140320ac95161a5302d2ffc5a4
refs/heads/master
2016-08-12T11:40:18.252903
2015-10-04T17:09:05
2015-10-04T17:09:05
43,644,478
0
0
null
null
null
null
UTF-8
Java
false
false
3,557
java
package com.example.reem.eventmaker; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.AutoCompleteTextView; import android.widget.Button; import android.widget.Tex...
[ "tarekkzero@gmail.com" ]
tarekkzero@gmail.com
9ff3c063f5dc04a852a87029a3c638b3856d33d3
d6df0692aa0b048c059ec0b47b53885e8180513c
/src/main/java/com/gl365/member/mq/producer/JPushProducer.java
45b4cddff34d3dc91977d9cdf07b3eb028760898
[]
no_license
pengjianbo3478/member
9c4d02d2694060d93fefaa29e7f7272b8f20e555
51a4082253adb49eecb10629a2a166fac2abd2ed
refs/heads/master
2020-03-13T19:36:01.067895
2018-04-27T06:43:52
2018-04-27T06:43:52
131,256,654
0
0
null
null
null
null
UTF-8
Java
false
false
955
java
package com.gl365.member.mq.producer; import javax.annotation.Resource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Component; import com.gl365.aliyun.ons.OnsProducer; import com.gl365.member.common.JsonU...
[ "DEKK@DESKTOP-D6KV7VG" ]
DEKK@DESKTOP-D6KV7VG
e88bbfa275ed6e17ec23c95d2cd714b49dbb154d
69474017e51115048103f5775dbf14d4070eb8ce
/src/main/java/com/uptc/desingMatch/controllers/DraftController.java
f6a50aeb8c99d90721ec8b7fb64dd4f310b0e217
[]
no_license
felipGonzalez/BackenDesing-Match
bd8d0bcf1b8938468c6516880b86857e0cb6969a
d0b8422099d9f808d6a636152f3d722d9cfa15af
refs/heads/master
2021-06-16T11:53:22.870843
2019-07-23T17:12:57
2019-07-23T17:12:57
194,929,144
0
0
null
2021-04-26T19:19:22
2019-07-02T20:18:00
Java
UTF-8
Java
false
false
2,956
java
package com.uptc.desingMatch.controllers; import java.io.File; import java.util.List; import java.util.Optional; import javax.servlet.ServletContext; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.we...
[ "afelipgb@gmail.com" ]
afelipgb@gmail.com
f96271b1e69c070c861a1fadbdc69be64b482153
12ae3500b57ffb09f9d1418a0ecacf3bca425a19
/core/src/main/java/com/github/weisj/darklaf/ui/tabbedpane/TabButtonContainer.java
af0b64a3a110d80bd5cde9cb0b02bee410f53ab1
[ "MIT" ]
permissive
x4e/darklaf
67ce92eab2eaa078e5a47fab43af49ae2a86e862
8de4f56c00b6752d6306c815d9bbd63de924f825
refs/heads/master
2023-01-02T14:33:31.642357
2020-10-16T21:12:39
2020-10-16T21:12:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,934
java
/* * MIT License * * Copyright (c) 2020 Jannis Weis * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify,...
[ "weisj@arcor.de" ]
weisj@arcor.de
39ec6d0932855753ce5c55ac8b7357ba30048e08
d74c2ca437a58670dc8bfbf20a3babaecb7d0bea
/SAP_858310_lines/Source - 963k/js.webcontainer.service/dev/src/_tc~je~webcontainer/java/com/sap/engine/services/servlets_jsp/server/qos/wcerdresourceprovider.java
45c9f83462c066dba3e3f51b08f2d5174c251f27
[]
no_license
javafullstackstudens/JAVA_SAP
e848e9e1a101baa4596ff27ce1aedb90e8dfaae8
f1b826bd8a13d1432e3ddd4845ac752208df4f05
refs/heads/master
2023-06-05T20:00:48.946268
2021-06-30T10:07:39
2021-06-30T10:07:39
381,657,064
0
0
null
null
null
null
UTF-8
Java
false
false
2,466
java
package com.sap.engine.services.servlets_jsp.server.qos; import com.sap.engine.lib.rcm.Constraint; import com.sap.engine.lib.rcm.Notification; import com.sap.engine.lib.rcm.Resource; import com.sap.engine.lib.rcm.ResourceContext; import com.sap.engine.lib.rcm.ResourceManager; import com.sap.engine.lib.rcm.ResourcePro...
[ "Yalin.Arie@checkmarx.com" ]
Yalin.Arie@checkmarx.com
890e2d8284995231d2a15325d0385e3ec459cbd0
b0607996d57abfd6d4f057cd65772a14a03ee938
/cache2k-jcache/src/main/java/org/cache2k/jcache/provider/JCacheJmxSupport.java
85aeebb3810a79d62d998eaace18972c8725bcb1
[ "Apache-2.0" ]
permissive
cache2k/cache2k
447328703ca7e4a77487a8063881e33998c29669
0eaa156bdecd617b2aa4c745d0f8844a32609697
refs/heads/master
2023-08-01T03:36:51.443163
2022-11-01T08:25:04
2022-11-01T08:25:04
15,289,581
684
88
Apache-2.0
2023-04-17T17:40:48
2013-12-18T17:25:04
Java
UTF-8
Java
false
false
3,681
java
package org.cache2k.jcache.provider; /*- * #%L * cache2k JCache provider * %% * Copyright (C) 2000 - 2022 headissue GmbH, Munich * %% * 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 *...
[ "jw_github@headissue.com" ]
jw_github@headissue.com
854c88d979d0bf42cc06846ff6dd1a6c52dd02f6
62ddade93fbe9682df9d71f684d5270c4a691323
/ch04-aop-aspectj/src/main/java/com/ywt/ba03/MyAspect.java
2dc2dd5ce58006e968b1b9b89d3a9ef79102bfae
[]
no_license
xxxdrawayne/SpringTest
0c1d8852e4c9135d5787b2d33d991dfbaf3107a9
bc7c149e3fa041558b6a5e6718f05cec3a32d7ab
refs/heads/master
2023-03-27T04:17:09.323164
2021-03-26T13:00:34
2021-03-26T13:00:34
351,781,939
0
0
null
null
null
null
UTF-8
Java
false
false
2,192
java
package com.ywt.ba03; import com.ywt.ba02.Student; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.AfterReturning; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.springframework.stereotype.Component; import java.util.Date; /** * @auth...
[ "1912297235@qq.com" ]
1912297235@qq.com
3348c45861b7b0323d6c714fbf6b85704c03ae75
f10dafcd4cad941de4a52f93859a29ea73d7c776
/app/src/main/java/com/georgeadaimi/scoutguide/NthLebList.java
130c3de00143ceeb77340c5f93fdb1d466df412d
[]
no_license
george-adaimi/ScoutGuide
5d92a37b3b74a0c002475320d30ef1624695d7d7
72160d1919eed117cd991eddd28289d9329faa17
refs/heads/master
2021-01-20T19:59:40.683189
2016-07-24T05:34:41
2016-07-24T05:34:41
64,050,359
0
0
null
null
null
null
UTF-8
Java
false
false
6,002
java
package com.georgeadaimi.scoutguide; import java.net.MalformedURLException; import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.SettableFuture; import com.microsoft.windowsazure.mobileservices.MobileServiceClient; import com.microsoft.windowsazure.mobileservices.MobileSe...
[ "George Adaimi" ]
George Adaimi
397f0868c0a8905c49fe0202db479889696d2461
042a45380fb482d86d53623cb809649f7f26868b
/hc-pd-dao/src/main/java/com/hc/scm/pd/dao/mapper/PdWorkProcessCategoryMapper.java
f617a918fa9eb0dfa939714ee0703034a594138c
[]
no_license
lijinxi/hc-pd
61aa35fd55a0b99b69a029ab8293af930a28a6ba
216a231be5e1b46c05c95ccf75b37bd598509172
refs/heads/master
2021-01-10T08:42:58.019295
2015-12-17T07:35:20
2015-12-17T07:35:20
47,649,522
0
0
null
null
null
null
UTF-8
Java
false
false
467
java
package com.hc.scm.pd.dao.mapper; import com.hc.scm.common.base.mapper.BaseCrudMapper; /** * Description: 请写出类的用途 * All rights Reserved, Designed By hc* Copyright: Copyright(C) 2014-2015 * Company: Wonhigh. * @author: Administrator * @date: 2015-04-29 17:34:08 * @version 1.0.0 */ public ...
[ "1767270730@qq.com" ]
1767270730@qq.com
000ecfaf4aa697c962ddef2d13d3ff621cfcbe14
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_2c5ad38166ecdf5916bbdb345437a6f60b580880/AdministradorOrdenesDespachoBean/9_2c5ad38166ecdf5916bbdb345437a6f60b580880_AdministradorOrdenesDespachoBean_t.java
b6eeb4c86bfd61c5ccaebc59afc787e9f6bbf8f8
[]
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
1,245
java
package despacho.backend.administradores; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import despacho.backend.entities.*; @Stateless public class AdministradorOrdenesDespachoBean implements AdministradorOrdenesDe...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a52f01343e7bad603ab9798b6111a996d9390e5f
87912046ca1a6e204d87d5fd06361738b4a11027
/src/main/java/com/async/metrics/module/AspectsModule.java
2ded9aebd4bf4ad0fe4a005ff08ccd536ceeb8b1
[]
no_license
dalalsunil1986/async-metrics-codahale
0537d93edff323764fd81ff65193ee7aed668110
70bee68f4efa406ae92bfdfebe0298e498941fcf
refs/heads/master
2020-12-14T12:34:56.623546
2019-09-29T20:38:15
2019-09-29T20:38:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
948
java
package com.async.metrics.module; import com.async.metrics.aspect.AsyncExceptionMeteredAspect; import com.async.metrics.aspect.AsyncTimedAspect; import com.codahale.metrics.MetricRegistry; import com.google.inject.AbstractModule; import com.google.inject.Provides; import com.google.inject.Singleton; import org.aspectj...
[ "amangargcse@outlook.com" ]
amangargcse@outlook.com
e920e2fb0ffe3ae73a84a9e6a745d24e4d6522ad
f283c18843cd0f4f54f64957b88160d48c0cb7d9
/Weartry/mobile/src/main/java/com/example/admin/weartry/MyService.java
8d4d203dd21df439d93173a113030e5549e8aeaa
[]
no_license
furyjack/Andorid-Tutorials
99aba4d4706a2234702555ed560c659236a3bb5b
7ca2e84605f30fb283a413eb1dcfbb71524c55e3
refs/heads/master
2021-01-12T04:21:31.323166
2016-12-29T08:04:26
2016-12-29T08:04:26
77,594,789
0
0
null
null
null
null
UTF-8
Java
false
false
1,255
java
package com.example.admin.weartry; import android.content.Intent; import com.google.android.gms.wearable.DataEvent; import com.google.android.gms.wearable.DataEventBuffer; import com.google.android.gms.wearable.DataMap; import com.google.android.gms.wearable.DataMapItem; import com.google.android.gms.wearable.Wearabl...
[ "lakshaytaneja26@gmail.com" ]
lakshaytaneja26@gmail.com
a0e19613c619d5e3525db45fce4ce4a6ed2c8d50
c5a7bb4a54a7e16d4b6e53b234981f984d54b901
/src/main/java/com/yts/art/DemoClass.java
c482615c5a2957122061048b6ea4bc2234c1fb62
[]
no_license
ashwinnigam/testrepo
00dafeee04eb9f4093f203d833e9d9768fae984d
c01aa97c8f36eef365f3d139e02a0465ba9266a8
refs/heads/master
2021-01-09T13:47:59.235815
2020-02-23T13:33:54
2020-02-23T13:33:54
242,324,859
0
0
null
2020-02-23T13:33:55
2020-02-22T10:51:14
Java
UTF-8
Java
false
false
138
java
package com.yts.art; public class DemoClass { public static void main(String[] args) { System.out.println("some code"); } }
[ "ashwin.nigam91@gmail.com" ]
ashwin.nigam91@gmail.com
12498d4f4f613ab64bbc441a86644c96bd946fb8
9998e826df8ba268cd62238f2b428f821a78359c
/src/main/java/com/organization/bo/EmployeeBOImpl.java
77458b085c82b78514fc4107690483ba4d5a8f51
[]
no_license
metallicatony/EmpGeoMongoWebapp
c170beb8f43738b719aa9f839c282c56cf8d6144
44b86750f23ba005b8ef19d304406c7780de7a13
refs/heads/master
2016-09-06T15:52:35.390109
2015-05-15T06:02:12
2015-05-15T06:02:12
35,656,366
0
0
null
null
null
null
UTF-8
Java
false
false
4,158
java
package com.organization.bo; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.data.mongodb.core.query.Update; import org.springframework.stereot...
[ "metallicatony@gmail.com" ]
metallicatony@gmail.com
ce793828ed9af60355206c0b38594675412dac39
2e7da7b4a945ad9d713712ec944700def43006c5
/playground/src/battleship/Ship.java
dc0e4f8703bc5aa2067df633c0a818aab139ef41
[]
no_license
cnewmiller/se350_projects
cd8243e23d5711112945bb076a0676fa675e073c
f9082f0c3ce51a80a7cd18fa9bb6d476dff66f20
refs/heads/master
2021-01-23T17:42:57.986227
2017-11-19T21:31:01
2017-11-19T21:31:01
102,774,124
0
1
null
null
null
null
UTF-8
Java
false
false
795
java
package battleship; public class Ship { public enum Orientations{Horizontal, Vertical}; int x, y; //the top left corner int len; String name; Orientations orientation; Ship(int x1, int y1, int len, Ship.Orientations or){ this.x = x1; this.y = y1; this.len = len; this.name = (5 == len ? "carrier...
[ "cnewmiller@gmail.com" ]
cnewmiller@gmail.com
f19f21986bc627eed48007a639f1645756662499
5e14786bb9d356a7735985bc0adc4acc7b4ecdcf
/src/main/java/com/jeecg/empchangewf/controller/EmpChangeWfController.java
1d7cf7f423a7b8d39c51f79d29962f1ff0753e4d
[]
no_license
zskang/jeecg-humSystem
bc3db30cca3cdcebd30910a8ccc663d86804ae00
a524bedd77dcd551e40a876780f8ebb3a48bdede
refs/heads/master
2020-12-25T15:17:51.864453
2016-09-12T11:49:48
2016-09-12T11:49:48
66,537,154
0
0
null
null
null
null
UTF-8
Java
false
false
14,090
java
package com.jeecg.empchangewf.controller; import com.jeecg.empchangewf.entity.EmpChangeWfEntity; import com.jeecg.empchangewf.service.EmpChangeWfServiceI; import java.util.ArrayList; import java.util.List; import java.text.SimpleDateFormat; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSer...
[ "253479240@qq.com" ]
253479240@qq.com
64ba57bf72541488eb42702f9ab007b00bf83930
7927344fbe02af07ef137a3b3453a9891c586238
/net/minecraft/tileentity/TileEntityCommandBlock.java
f3cde59db041036aa62f9150870dbde8c3e1eb4c
[ "MIT" ]
permissive
Hexeption/How-to-code-an-advanced-hacked-client-for-1.9
a9d4df9c1254402c5ccf47912dbd8c6e1d9894c3
f23beceb4b2996e0de24b2822aae940dae1fc88e
refs/heads/master
2021-01-18T22:41:13.800852
2016-12-11T18:25:26
2016-12-11T18:25:26
53,270,980
9
19
null
2016-06-05T07:24:26
2016-03-06T19:04:09
Java
UTF-8
Java
false
false
6,314
java
package net.minecraft.tileentity; import io.netty.buffer.ByteBuf; import net.minecraft.block.Block; import net.minecraft.block.BlockCommandBlock; import net.minecraft.block.state.IBlockState; import net.minecraft.command.CommandResultStats; import net.minecraft.entity.Entity; import net.minecraft.init.Blocks; import n...
[ "minecraftfun201@gmail.com" ]
minecraftfun201@gmail.com
b34b8ef740707a7d08e9935a0471d564bd97d13f
dd276cd187a30367f3ae7fae52aa982db7233188
/src/java/entity/mpm/PontosFortesInternos.java
d524d5c79c7a1fcc083d1d2ada1d59c3f209eb7e
[]
no_license
tenclar/sgcn
7b4320df7e8c6cddb3326e2f08c19c63ccdf0a15
8486cac62d1f857403b16ccc6480e9fe5e633155
refs/heads/master
2021-09-08T11:28:24.477425
2015-03-13T16:04:10
2015-03-13T16:04:10
13,866,831
0
0
null
null
null
null
UTF-8
Java
false
false
1,708
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package entity.mpm; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.ManyToOne; import javax.persistence.Table;...
[ "tenclarvalus@gmail.com" ]
tenclarvalus@gmail.com
7e7dc7c3bcedc37a8b353c1cd2a8554daec872c6
0f1b156c646af5bb9b4ac3feaec65c0f4199d043
/backend/src/main/java/com/mygroup/project/model/dto/specialized/OpinionFormDTO.java
e8066a869c3ffded3a0b99f817fdfaeb22871f2e
[]
no_license
I-AzraeL-I/Projekt-Kompetencyjny-GRUPA2
8015ef81169ced00b5010169b0559e2e09031394
aea39bdeab12925f5ee5476c2bd58092cb6e45a1
refs/heads/main
2023-02-21T20:59:22.790721
2021-01-28T12:45:26
2021-01-28T12:45:26
304,338,599
0
0
null
null
null
null
UTF-8
Java
false
false
559
java
package com.mygroup.project.model.dto.specialized; import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.Length; import javax.validation.constraints.Max; import javax.validation.constraints.Min; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull;...
[ "Durmix@users.noreply.github.com" ]
Durmix@users.noreply.github.com
c78ad18e1056b0eeaa4e674dd05db0496dad1d99
61e2d1fbf4edfac1f8e2bd37608a8fa59b38c858
/src/heritagePackage/Vehicle.java
c58d4ccc33343f33da72a62850ff705b895ab373
[]
no_license
Luiso88/GenericTypes
7d6ff788ae6b8ba43621a7b37c051ce14f576ef4
359fc70ed1194a21a4c8e2fa4c9e1b5141377610
refs/heads/master
2022-04-24T11:59:58.187520
2020-04-26T10:46:54
2020-04-26T10:46:54
255,138,553
0
0
null
null
null
null
UTF-8
Java
false
false
1,223
java
package heritagePackage; public abstract class Vehicle { private int wheels; public Vehicle(int newWheels, String newDriver, String newColour, int newSpeed, double newPositionX) { this.wheels = newWheels; this.driver = newDriver; this.colour = newColour; this.speed = newSpeed; this.positionX = newPosition...
[ "lcastillo770@gmail.com" ]
lcastillo770@gmail.com
5a8d4bc858b0c9206b82646c17ca2cbf3b1a48a2
ef3f0863342b140d93d05c584b7c7ed1a773abef
/src/test/java/com/springbot/phapdinh/github/web/springbootwebapplication/TodoServiceTests.java
59094c04c5a3a79498d553815eef94b5272d307b
[]
no_license
phapdinh/springbot
3fff27d2191fed07cc15312e9b701eac3efd50e9
e34c03332c9df225622062cf8a6246a2787e29bf
refs/heads/master
2021-06-20T02:14:30.553949
2020-12-11T02:43:58
2020-12-11T02:43:58
146,522,254
0
0
null
2020-12-11T02:43:59
2018-08-29T00:27:28
Java
UTF-8
Java
false
false
710
java
package com.springbot.phapdinh.github.web.springbootwebapplication; import static org.junit.Assert.assertEquals; import java.util.Date; import com.springbot.phapdinh.github.web.springbootwebapplication.model.Todo; import com.springbot.phapdinh.github.web.springbootwebapplication.service.TodoService; import org.juni...
[ "centralparkloop@yahoo.com" ]
centralparkloop@yahoo.com
d30baa38474ed0a6b19858895e42846d33b50dd4
38f2f5d6a05f1c733af019dec2befc65383d806d
/src/com/pm/order/busin/OrderFromBusin.java
17d9c5f8516f00178f3755d6f9db6fc6af0451d2
[]
no_license
guanzihao/pm
374cb27249fe5a273b088b903f8a8834c65921ab
60a57e3bb2505ca9ad12ba267454c744354352ce
refs/heads/master
2021-01-18T09:55:51.308939
2017-08-15T09:15:40
2017-08-15T09:15:40
100,359,341
0
0
null
null
null
null
UTF-8
Java
false
false
4,693
java
package com.pm.order.busin; /** * 订单的业务接口 * @author Administrator * */ import java.util.Date; import java.util.List; import com.pm.order.bean.BgEcExpDomain; import com.pm.order.bean.BgIcExpDomain; import com.pm.order.bean.CcEcExpDomain; import com.pm.order.bean.CcIcExpDomain; import com.pm.order.bean.DingdanAddti...
[ "guanzihao568@163.com" ]
guanzihao568@163.com
fc507b3280045fd8af30990f01835545040e9f93
71d31a10b8569a84cee9bdb426f8fb11e0068114
/src/com/company/Model/Golden.java
480d56f95ed52d4d5d82c82c65afcae477a1caa1
[]
no_license
proton2/generics
135f24bcd6b46094ad6b572f5a093f42ffd5e7ae
eb7cbc524aae89134be767662d4ae1e068d3ce5a
refs/heads/master
2021-05-05T13:36:07.152498
2017-09-28T10:20:28
2017-09-28T10:20:28
105,058,487
0
0
null
null
null
null
UTF-8
Java
false
false
301
java
package com.company.Model; import com.company.Model.Apple; /** * Created by b.yacenko on 27.09.2017. */ public class Golden extends Apple { public Golden() { } public Golden(String aName) { super(aName); } public Golden(String aName, String aSort) { super(aName, aSort); } }
[ "b.yacenko@bftcom.com" ]
b.yacenko@bftcom.com
a01633b0997edd3724af78955611d9302d7a99e2
6aab36022e31063b609479bbdbdd7d0817c0cd39
/src/main/java/com/zeal/shiyulin/common/utils/excel/ImportExcel.java
b9d39bd978426321f2cca3967355064159ee653a
[]
no_license
GodLikeZeal/autocode
f7c5a7329da6f613453d86b41561631dd612c5d7
10ecfddb57485219ac0f163031a2a6facfb0b5dd
refs/heads/master
2020-03-13T07:12:35.473189
2018-04-25T15:41:12
2018-04-25T15:41:18
131,020,899
0
0
null
null
null
null
UTF-8
Java
false
false
10,949
java
package com.zeal.shiyulin.common.utils.excel; /** * Copyright &copy; 2012-2014 zealAll rights reserved. */ import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.Collections; impor...
[ "zhangleifor@163.com" ]
zhangleifor@163.com
11cf15cea0ce58ac0bef697974107a27f6148537
fc989dccaeba788c599ee0fc5cd0505dd8908f94
/cci/urlify.java
97614242a7f819ef998aabc1ec3c1b5fec412647
[]
no_license
arthurdamm/algorithms-practice
fec4425b955e70dba0c60ae658efe13098b7ae06
2a4a4c625bdf68b5ce1f24c894640069be8fa29f
refs/heads/master
2022-03-11T13:43:30.061612
2022-03-11T04:20:06
2022-03-11T04:20:06
216,130,117
2
0
null
null
null
null
UTF-8
Java
false
false
1,374
java
/* Cracking the Code Interview 1.3 * checks if str1 is a permutation of str2 */ import java.util.*; public class urlify { public static void main(String[] args) { System.out.println("example: [" + urlifyBrute("Mr John Smith ", 13) + "]"); System.out.println("example: [" + urlifyBrute("Mr John...
[ "indigoarthur@gmail.com" ]
indigoarthur@gmail.com
f72eebea885e402568d656f1d569da1e750f93ce
d2df2e68ee1d0bb84243add5dcfd8920fb790333
/modules/distribution-service-aws-s3/src/main/java/org/opencastproject/distribution/aws/s3/PresignedUrlMediaPackageSerializer.java
f2de22bd49804f56a42cdc9ebea006693723149b
[ "LicenseRef-scancode-free-unknown", "ECL-2.0", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-unknown" ]
permissive
rfharokh/Opencast
ec5603939759c9cc05acb4bd82b378761b9652b8
971702a4bbfafda9dfa1aeb0d3723b878bb693b7
refs/heads/develop
2021-06-18T14:43:21.193592
2021-01-26T08:17:30
2021-01-26T08:17:30
166,364,821
1
1
ECL-2.0
2019-03-01T08:26:15
2019-01-18T07:40:53
Java
UTF-8
Java
false
false
2,725
java
/** * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * * The Apereo Foundation licenses this file to you under the Educational * Community License, Version 2.0 (the ...
[ "gaojun@fudan.edu.cn" ]
gaojun@fudan.edu.cn
bf246876a8da4177cbc028729bb6c6305e6f3f2d
62a85772d935e6b58c5abd28f4ca2b561e52a19d
/src/test/java/testesRepositorioClientes/BDDTest.java
623873924b833d4e220d7903108ecf098bb9c5fe
[]
no_license
jeancarlos2015/servicocontrolepedidos
4f93ea1f64593620b23ebee2f29aa5b4ffbba689
5f0c7d4960147473be4145835e8ace4af3339cf8
refs/heads/master
2021-05-07T15:12:50.645904
2017-12-13T01:09:49
2017-12-13T01:09:49
109,979,817
0
0
null
null
null
null
UTF-8
Java
false
false
272
java
package testesRepositorioClientes; import cucumber.api.CucumberOptions; import cucumber.api.junit.Cucumber; import org.junit.runner.RunWith; @RunWith(Cucumber.class) @CucumberOptions(features = "src/main/resources/featuresRepositorioClientes") public class BDDTest { }
[ "jeancarlospenas28@gmail.com" ]
jeancarlospenas28@gmail.com
d71d62ffc9c6bcf3ace914753509057aac7af0a2
8a6dfcd056e104a7e0ad5fb516690120d4d469e7
/commontools/src/main/java/com/cccts/helpers/Log4jHelper.java
f596a09aa02dbc7bbb23904be521c192f8caee55
[]
no_license
ewsq/gateway808
0847b6237f4c7dd59287165e67f6738f649ab2f0
ff1e0fcb145fad94186199cbf2ed2cc78fa597c8
refs/heads/master
2022-01-25T01:02:51.045617
2019-07-01T00:21:43
2019-07-01T00:21:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,324
java
package com.cccts.helpers; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.core.config.ConfigurationSource; import org.apache.logging.log4j.core.config.Configurator; import java.io.File; import java.io.FileInputStream; public final class Log4jHelper...
[ "98346@sina.com" ]
98346@sina.com
dcdeb64bed085c8d79871626d7acfeb9ae945494
13423c5c9ec11b1c14c4477ba22f41f3627812b9
/web/src/main/java/com/socialworld/web/entity/Chat.java
86c794ab4dde65d74998d3bffbb76047c1e07e4f
[]
no_license
Stoyanov22/SocialWorld
099eda740453de6c5f3fac1dddf8534932418dd6
ea221353221b87b72e25511ad31328902963064e
refs/heads/master
2021-01-16T09:41:36.006213
2020-10-09T19:22:29
2020-10-09T19:22:29
243,065,209
0
0
null
null
null
null
UTF-8
Java
false
false
2,178
java
package com.socialworld.web.entity; import java.util.Date; import java.util.Objects; public class Chat { private String id; private String content; private Date timestamp; private String fromUserId; private String toUserId; public Chat(){ } public Chat(String id, String content...
[ "iliyan.stoyanov.22@gmail.com" ]
iliyan.stoyanov.22@gmail.com
0864e3830298aa73167cc93ab4704405e57f049e
6d5ebe72b9001e67eab8d5082f9ec5760608e27d
/MyFirstProject/src/boris/teams/Week1.java
bf865a144e50f14c7d2d80a572f9a7f1444eec25
[]
no_license
bgoetz22/git-test
3e56b9d29cdad2dc7f3e0425ee3dd0a791d2aaa8
ae5b97e7fdb3aa070bd90e7a7db2de9cb60d01d5
refs/heads/master
2023-08-04T00:04:56.465104
2021-09-24T19:16:19
2021-09-24T19:16:19
408,982,979
0
0
null
null
null
null
UTF-8
Java
false
false
952
java
package boris.teams; public class Week1 { public static void main(String[] args) { // TODO Comment whatever I want int age = 34; String firstName = "Boris"; String lastName = "Goetz"; String wholeName = firstName + " " + lastName; double accountBalance = 23.70; char middleinitial = 'V'; System...
[ "boris.geotz@gmail.com" ]
boris.geotz@gmail.com
a0d213837b5894f7458b9741735b51150c2e7032
6aca25c0e9152b7d4f37d4ac2474dd4c222007b3
/app/src/main/java/com/isaacsmobiledevelopment/lehmanit17/budgetapplication/DataBackend.java
ba7f2cf763c67bcbab41c4289c285a782ad4b7d5
[]
no_license
IsaacLehman/BudgetApplication
aee352bcdb762f5af0e8ad3bcf5a7d60a1c4860f
faec5aae8c342755e92b1a1cf8cbc996a51e42d3
refs/heads/master
2020-09-12T20:21:17.442720
2019-11-18T20:51:09
2019-11-18T20:51:09
222,542,092
0
0
null
null
null
null
UTF-8
Java
false
false
1,417
java
package com.isaacsmobiledevelopment.lehmanit17.budgetapplication; import android.content.Context; import java.io.IOException; import java.util.ArrayList; /** * Gets all the file data on open and writes all the file data upon close * @author LEHMANIT17 * */ public class DataBackend extends ExpenceOperations{ CS...
[ "Pizza123#" ]
Pizza123#
1c2f885011669b42cd57e74290e3f43b4c0e47eb
5e57cab79834229d5057803d6f4209d9b4d0c9b9
/Liste/src/liste/ElemBidir.java
0606282889ad744e5659c4b9e86cb92fbcbed83d
[]
no_license
NickBodliev/Liste
f7e7c8f01920cfce18daf56248984ee6fedc2473
d7c2b85d104c2d7a289816d5b0135f07c9097127
refs/heads/main
2023-01-31T07:19:17.600950
2020-12-18T12:50:20
2020-12-18T12:50:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package liste; public class ElemBidir { int inf; ElemBidir prev; ElemBidir next; public ElemBidir(){ inf = 0; prev = null; next = null; } public ElemBidir(int info, ElemBidir p, ElemBidir n){ inf = info; prev = p; next = ...
[ "noreply@github.com" ]
NickBodliev.noreply@github.com
47d6381b741e87e76ca031f53e4c688e12121524
44abee7981ec47704f59d0cb9345efc4b909ad4f
/src/chap18/textbook/s180504/PrintStreamExample.java
0e9af22397a89213ceaa69121072ce892a6840b8
[]
no_license
hyojjjin/java20200929
ad24e96c2c3837f695951be783c59418559eceee
8a2d7b34bc814465c83ae0efa0bd59f29205c738
refs/heads/master
2023-03-11T22:56:51.890496
2021-03-02T01:08:15
2021-03-02T01:08:15
299,485,576
0
0
null
null
null
null
UTF-8
Java
false
false
517
java
package chap18.textbook.s180504; import java.io.FileOutputStream; import java.io.PrintStream; public class PrintStreamExample { public static void main(String[] args) throws Exception { FileOutputStream fos = new FileOutputStream("file.txt"); PrintStream ps = new PrintStream(fos); ps.println("[프린터 보조 스트림");...
[ "hjjin2_@naver.com" ]
hjjin2_@naver.com
6ac8ae41a0fc60beadfa7418ee2cfb5dadf83070
7c07cba0cede271f05c5a5ef70cd33efab6cebc8
/src/com/topone/powerreader/RecordListAdapter.java
51cba8e269750b21aeeff40875cb30066bcf194c
[]
no_license
yanshen6/powerreader
bccb429012d050419def26df445659a217b0bf5b
faf6caa29ec20bca4c799e59dd106c55bf32e5ef
refs/heads/master
2021-04-30T18:22:13.766616
2017-01-29T15:15:51
2017-01-29T15:15:51
80,351,201
0
0
null
null
null
null
UTF-8
Java
false
false
10,331
java
package com.topone.powerreader; import java.util.List; import com.topone.powerreader.R; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.RelativeLayout; import an...
[ "noreply@github.com" ]
yanshen6.noreply@github.com
179896fb07759d38b637ffa5205207981def2037
dc7bf4e3217f820b6c161cade8184b32f18cb85d
/1.OOP/2.Learn_OOP_In_Java/oop_design/interface_segregation/transaction/CustomerTransaction.java
c98994054caaaced81e051e08d5e5d35de3ce145
[]
no_license
Hopw06/Software_Design
a777802c6668290d7f1ef3cc011e54a311ba678a
27c4095b029408ea40b3224bdbaf4e676b741fb5
refs/heads/master
2023-02-24T13:52:07.330485
2021-01-29T12:21:04
2021-01-29T12:21:04
312,309,692
0
0
null
null
null
null
UTF-8
Java
false
false
1,785
java
package com.company.oop_design.interface_segregation.transaction; import com.company.oop_design.interface_segregation.model.Customer; import com.company.oop_design.interface_segregation.model.Product; import java.util.Date; import java.util.List; /* This principle state that no client should be forced t...
[ "vuxuanphong06@gmail.com" ]
vuxuanphong06@gmail.com
9287135457670cda08ce77127249d59495de3063
7fe40170bdb9620f51887ec52df2430defd94345
/src/main/java/com/ultracart/admin/v2/models/GiftCertificatesResponse.java
5669bd24b94efa955ff42e3293a9c85771f6e3ab
[ "Apache-2.0" ]
permissive
UltraCart/rest_api_v2_sdk_java
15878b91beef97843f2938f3048a7010e7328127
bfecb94bb931dfe190d98663d8b1593c6f9dfabb
refs/heads/master
2023-02-08T13:38:03.769682
2023-01-31T20:48:35
2023-01-31T20:48:35
67,046,576
0
2
Apache-2.0
2022-06-23T01:46:12
2016-08-31T14:48:01
Java
UTF-8
Java
false
false
5,352
java
/* * UltraCart Rest API V2 * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.ultra...
[ "perry@ultracart.com" ]
perry@ultracart.com
4ac73733ffdb153f70e976aafb2f9a0b0d56cd79
5e1313cfd708eb29e5baae1d21b9b3c737d33f23
/camera/src/com/commonsware/cwac/camera/ImageCleanupTask.java
26f28f1cb33ba426f2c6205f37a29e453dd759a7
[ "Apache-2.0" ]
permissive
nilsymbol/cwac-camera
dc725c65606c98ce6b211b7e517f5ff6b4d906f2
9e61fd085e55830b52abdc26ad2ab156be1dbdc1
refs/heads/master
2021-05-29T06:42:29.218456
2014-02-08T22:11:02
2014-02-08T22:11:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,914
java
/*** Copyright (c) 2013-2014 CommonsWare, 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
[ "mmurphy@commonsware.com" ]
mmurphy@commonsware.com
c566c6a0ffbc27e29e78719e5ef30ade20f7e861
4a9283ac8e992d9db217822e025262f9be4a1b46
/core/src/com/averyduffin/spaceexplorer/box2d/UserData.java
deb21ec859f460c69695b459ee8e03530cff47cb
[]
no_license
averyduffin/SpaceExplorer
97e1fdbc8bc511f5117648ac5b524ffd629af93e
e90c75770f076c235cfc33d33ecdaebc79bc073f
refs/heads/master
2020-05-25T09:29:48.316104
2015-04-17T05:55:43
2015-04-17T05:55:43
33,576,507
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package com.averyduffin.spaceexplorer.box2d; import com.averyduffin.spaceexplorer.enums.UserDataType; public abstract class UserData { protected UserDataType userDataType; protected float width; protected float height; public UserData(){ } public UserData(float width, float height) { ...
[ "averyduffin@gmail.com" ]
averyduffin@gmail.com
6371cd5260da120dfa0d119590766e003d3d06f0
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/24/24_97ccd658bd9f2fce35c1d7ed18bd23908c918b8d/PostgresPointService/24_97ccd658bd9f2fce35c1d7ed18bd23908c918b8d_PostgresPointService_s.java
ae2f580c9cb1a05d6e6581a16f739e9fb52d0b45
[]
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
29,833
java
/** * Copyright (C) 2014 * by 52 North Initiative for Geospatial Open Source Software GmbH * * Contact: Andreas Wytzisk * 52 North Initiative for Geospatial Open Source Software GmbH * Martin-Luther-King-Weg 24 * 48155 Muenster, Germany * info@52north.org * * Licensed under the Apache License, Vers...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
bdc6900a6fcff14b5b16665ab69cdd77c2cc0962
a40f60e31f0df49c375543156632063491936985
/TestProject02/TestProject02/src/syakyo/Syakyo1.java
c49c5b8c13457b2de9dab7b218d3e7256a510752
[]
no_license
tatsuhitomoriya/backup
c93ce47d596dc4605eff63c4545c4aa807646ac4
5d4e760cc9b875f47027e7c4e4f9de0995255e70
refs/heads/master
2021-09-06T04:18:53.947473
2018-02-02T09:04:55
2018-02-02T09:04:55
114,627,161
0
0
null
null
null
null
UTF-8
Java
false
false
198
java
package syakyo; public class Syakyo1 { public static void main(String[] args) { // ここにコードを挿入 String abc = "山田"; System.out.println(abc + "さん"); } }
[ "noreply@github.com" ]
tatsuhitomoriya.noreply@github.com
147b99043d36a0ace8b53b3a4c3a4082e146ebe0
319324796ca587e78cc96de7e039630300ef9f0e
/codeforces/StoneOnTheTable.java
38786a534751325e953a22fa167b6cc938c856f7
[]
no_license
RhythmAgg/java-Problems
1bc96c78a5f6b1e6e0e8ba5d26884113bbb91f7e
ae7529ae25d542f6c2ea8f444eb8a160cc77e8ba
refs/heads/master
2023-09-03T09:10:50.624371
2021-11-22T12:29:41
2021-11-22T12:29:41
430,695,421
0
0
null
null
null
null
UTF-8
Java
false
false
436
java
package codeforces; import java.util.Scanner; public class StoneOnTheTable { public static void main(String[] args) { Scanner sc=new Scanner(System.in); sc.nextLine(); String s=sc.nextLine(); sc.close(); int count=0; for(int i=0;i<s.length()-1;i++){ if(s.c...
[ "aggarwalrhythm2211@gmail.com" ]
aggarwalrhythm2211@gmail.com
f44987012c4a5597b3b82a6383de5bbda86853c0
a11ba1b53c0e1e978b5f4f55a38b4ff5b13d5e36
/ui/src/main/java/org/apache/hop/ui/trans/steps/dimensionlookup/DimensionLookupDialog.java
24332ad8c717dd64d2fcfa97e5724ee79d0917df
[ "Apache-2.0" ]
permissive
lipengyu/hop
157747f4da6d909a935b4510e01644935333fef9
8afe35f0705f44d78b5c33c1ba3699f657f8b9dc
refs/heads/master
2020-09-12T06:31:58.176011
2019-11-11T21:17:59
2019-11-11T21:17:59
222,341,727
1
0
Apache-2.0
2019-11-18T01:50:19
2019-11-18T01:50:18
null
UTF-8
Java
false
false
72,669
java
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2018 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
[ "mattcasters@gmail.com" ]
mattcasters@gmail.com
f3f1a07c04cb8919b233576d11618eb841c2cfc6
235829b735c56b1bdc80769b11e7f34929853151
/src/br/common/utils/XmlResponse.java
b4d629b0cdcf019bf46a2bdcea4acb86b1a73b81
[]
no_license
gwenu/BookRegister
6809db9c626b3ae1f2ce83c7ac820b9b2d7c4da7
48712b7866c40b1867de15564774792b52c90f2f
refs/heads/master
2021-01-02T08:34:25.706527
2015-04-21T19:50:14
2015-04-21T19:50:14
22,175,044
0
0
null
null
null
null
UTF-8
Java
false
false
288
java
package br.common.utils; import java.io.OutputStream; public class XmlResponse<T> { public String xmlToString(T obj) { OutputStream os = new XmlWriter<T>(obj).writeToXml(); String responseXml = StreamUtil.convertStreamToString(os); return responseXml; } }
[ "poluektova.ol@gmail.com" ]
poluektova.ol@gmail.com
e0c2ea29162f20b4322fcfe9b0281816eed6512c
0d157968ecd484d880d26d9c52f47755548f1680
/src/main/java/com/ifuture/adonline/web/rest/errors/ErrorConstants.java
ee3df41fe862515d65ac59b1021808486d536794
[]
no_license
yongchongwu/adonline
43a7cc1015ecf194ed4049f0d562ef3e1d3ccbd9
7ac8fbf6b12d01778894ee1cc8f06b3422bc9eae
refs/heads/master
2021-05-08T17:37:28.962803
2018-01-30T03:56:16
2018-01-30T03:56:16
103,366,712
0
0
null
null
null
null
UTF-8
Java
false
false
525
java
package com.ifuture.adonline.web.rest.errors; public final class ErrorConstants { public static final String ERR_CONCURRENCY_FAILURE = "error.concurrencyFailure"; public static final String ERR_ACCESS_DENIED = "error.accessDenied"; public static final String ERR_VALIDATION = "error.validation"; public...
[ "yongchongwu@126.com" ]
yongchongwu@126.com
b281e908aa0aa17d95041b77991f9c95bf23a498
db83fd79662bb15f7c89e2e2589cf2881a2faa8f
/src/wget/WgetTest.java
eda739c465c8772d13270e50569cd8fca229dd71
[]
no_license
liuwm/wget
f885e1f4788acf8d09932a735267d84ee67f55a7
e1e69b9c50a22a65ae780bd8af0fdf1e23d420c5
refs/heads/master
2021-01-10T08:12:33.932910
2015-05-21T05:42:52
2015-05-21T05:42:52
35,993,392
0
0
null
null
null
null
UTF-8
Java
false
false
929
java
package wget; import java.util.Arrays; import java.util.Collection; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; @RunWith(Parameterized.class) public class WgetTest { private String input; ...
[ "John@192.168.7.201" ]
John@192.168.7.201
b706f8458b6feb1d1e3c2f6f84e500d564eabcca
3c82999aab38b057ac137e5c1980f139150c9665
/src/main/java/com/dognessnetwork/customer/dto/User.java
d7013c4f360b077f6f96716788ffa3524a8f28c0
[]
no_license
XiaoXiongPotter/customer
1285bdb6a8644b0e4bd392b16f5902007541688b
4243919af1941917493fefab3a8a8d9f1ade2281
refs/heads/master
2020-03-29T18:10:26.154234
2018-08-24T09:55:13
2018-08-24T09:55:13
150,197,890
0
0
null
null
null
null
UTF-8
Java
false
false
2,428
java
package com.dognessnetwork.customer.dto; import java.util.Collection; import java.util.Set; import org.springframework.roo.addon.dto.annotations.RooDTO; import org.springframework.roo.addon.javabean.annotations.RooJavaBean; import org.springframework.security.core.GrantedAuthority; import com.fasterxml.jack...
[ "Dogness@DESKTOP-AIKF84U" ]
Dogness@DESKTOP-AIKF84U
94a15b53999a4c0948029c59950856fe01c95e19
eee908a695990d1aa27951365fe79111b81d0712
/Bozze/Implementazione/Tutto_Elettronica/src/it/unisa/control/ModificaRuoloControl.java
d50c872a2ad2bf28022c80077ed27e9e414c0c76
[]
no_license
gaeta987/ProgettoIngegneriaDelSoftware-TuttoElettronica
c859e48735fc8db843e86cfb50680488b241a82a
896d5a31df1d98b83946011f1c1f11fae655a993
refs/heads/master
2020-06-18T04:25:49.091756
2019-02-13T19:00:30
2019-02-13T19:00:30
196,162,745
1
0
null
null
null
null
UTF-8
Java
false
false
2,015
java
package it.unisa.control; import java.io.IOException; import java.sql.SQLException; 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 it.unisa.be...
[ "43777589+ger716@users.noreply.github.com" ]
43777589+ger716@users.noreply.github.com
ef2affaae2192937d92c1aa03a5103ecaaf4fc82
84e156edb40800866b625d3541119e970acad1e1
/bitcamp-java-application4-server/src/main/java/com/eomcs/lms/service/BoardService.java
c142c61abb914bb549d799137927f6302242897b
[]
no_license
Hecklebot/bitcamp-java-20190527
c063803b02015ca0a45ef590b3d5ca1c25201285
c22f695c788ab8da21f7148aa09ec477c57b2a50
refs/heads/master
2020-06-13T20:15:46.420583
2019-10-21T08:12:55
2019-10-21T08:12:55
194,775,337
2
0
null
2020-04-30T11:58:11
2019-07-02T02:41:01
Java
UTF-8
Java
false
false
462
java
package com.eomcs.lms.service; import java.util.List; import com.eomcs.lms.domain.Board; // 역할: // => 게시물 관리 업무를 수행 // => 트랜잭션 제어 // => 여러 페이지 컨트롤러가 사용한다. public interface BoardService { List<Board> list() throws Exception; Board get(int no) throws Exception; void insert(Board board) throws Exception; void up...
[ "iuehakdrk@gmail.com" ]
iuehakdrk@gmail.com
d7db963a7cf597586fc161229241210d21063a1a
e5e439c4faa2b3981926a7c66a3a009483161443
/src/main/java/cn/choleece/rpc/demo/provider/ServerBootStrap.java
fd3d8d73f8fcb8f08c1e632a931ca6fbafd363cf
[]
no_license
choleece/rpc-demo
1e81485253513b7df4bb4bc90e6e193a75ba331c
6193a5f16a0c3d7a1f187fc730ff360ec4bbafe0
refs/heads/master
2020-04-24T23:39:42.017133
2019-02-24T15:06:09
2019-02-24T15:06:09
172,352,013
0
0
null
null
null
null
UTF-8
Java
false
false
269
java
package cn.choleece.rpc.demo.provider; import cn.choleece.rpc.demo.netty.NettyServer; /** * Created by choleece on 2019/2/22. */ public class ServerBootStrap { public static void main(String[] args) { NettyServer.startServer("localhost", 8088); } }
[ "choleece@163.com" ]
choleece@163.com
8be11f6d306a154c736f1960530a3f662a90fa7b
9dcb43e37096b6928a545c4148793af0c0102ced
/src/main/java/pages/ForgotPasswordPage.java
b061eb8c08750a2a700d5920428a934673bfc823
[]
no_license
ardaytam/PractisePageObjetModel
90aa24bd1e2ce6f60bebf49bb7c9d06698e13d28
6cd9580c8da17608d5dcb8c151a5309fb96cb9d1
refs/heads/master
2023-06-21T07:36:39.231339
2021-08-02T18:18:24
2021-08-02T18:18:24
390,846,106
0
0
null
null
null
null
UTF-8
Java
false
false
635
java
package pages; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; public class ForgotPasswordPage { private WebDriver driver; private By emailField = By.id("email"); private By retrievePasswordButton = By.cssSelector("#form_submit"); public ForgotPasswordPage(WebDriver driver) { ...
[ "ardayt@gmail.com" ]
ardayt@gmail.com
81f2789d3d04f0dc146db8754ba83a2a2401e0bd
04074d3f457c2f2a3058071e2a253b4eb321f512
/ACD_android-Session4-assignment1/Android_Session4_assignment1/app/src/test/java/com/android/vicky/listviewexample/ExampleUnitTest.java
7449f381c69bf833f7d52d7ac3a79f65d773fffd
[]
no_license
u174762/ACD_Android_Session4_Assignment1
70c9983940bc6b864550fb8c1ad879af00166030
e775ee979bf081525679662b99cd59189ec171e8
refs/heads/master
2021-01-13T16:29:59.275731
2016-09-25T18:23:06
2016-09-25T18:23:06
69,182,012
0
0
null
null
null
null
UTF-8
Java
false
false
326
java
package com.android.vicky.listviewexample; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); ...
[ "noreply@github.com" ]
u174762.noreply@github.com
04b9292fd00f84a79864380b72d9473d24a69890
8e43aec43bfb980868f9dd12b253b0ea144c7e88
/src/DataStructures/JavaList.java
a7bc82fabe927a1227f7b3a6fcaa410567acb41c
[]
no_license
daniloJava/Puzzle-Hackerrank
e68db3e3341d5eb7f366bbeb96b04c21109f8861
f6ea13386284f6d4cc26ffc398cc2428661d47c5
refs/heads/master
2021-01-20T20:08:51.305229
2019-04-03T03:04:57
2019-04-03T03:04:57
63,831,827
1
0
null
null
null
null
UTF-8
Java
false
false
709
java
package DataStructures; import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class JavaList { public static void main(String[] args) { Scanner in = new Scanner(System.in); int size = in.nextInt(); List<Integer> numbers = new ArrayList<>(); for (int i = 0; i < size; i++) { ...
[ "dmanoel@magnasistemas.com.br" ]
dmanoel@magnasistemas.com.br
2dffe4b99d0055dac73f736ac0caa6cdfee25c89
fe8a74de25385e942385611d096851bcb2a3953d
/junit3/src/test/java/org/guiceyfruit/testing/junit3/example/EdamModule.java
e4728ccbaee29e4487d26b51a4a2f62e24486cde
[]
no_license
realityforge/guiceyfruit
91b8b36c2df1065e6748ad221d92fff9b9534eda
114c64ca3e51b493a249de57b4005d4931df887b
refs/heads/master
2020-04-01T06:58:31.884331
2011-08-27T07:28:57
2011-08-27T07:28:57
2,255,575
1
0
null
null
null
null
UTF-8
Java
false
false
1,052
java
/** * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
[ "james.strachan@gmail.com" ]
james.strachan@gmail.com
473f6d623e544a1ac6971830e33463bb41bd63c4
d4c1e2d83b100e77c045f82f9b449353841dbf1d
/src/main/java/com/cg/main/model/SensorNodeDiscover.java
ebc031f16fdd1175d249dca0cb51fc6a671b2556
[]
no_license
nilpatid/CG-Parking
3a050835b1791cc585c7d94820adadc6d9c4f6c0
e70821b07947f00a11afedde88d08a2d9e2f26e1
refs/heads/master
2021-06-27T02:07:57.731819
2017-09-12T10:38:07
2017-09-12T10:38:07
103,257,056
0
0
null
null
null
null
UTF-8
Java
false
false
1,051
java
package com.cg.main.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.UniqueConstraint; @Entity @Table public class SensorNodeDiscover { public String ipAdd...
[ "nilesh.patidar87@gmail.com" ]
nilesh.patidar87@gmail.com
42ff5ff4311bc41c280109d14811a0c31ea86e9e
3f037bcaf39ac6e07dcf67e613695e2bb4629978
/spring-security-oauth/src/main/java/com/springsecurityoauth/entities/Role.java
1ebff30d467682f5073f0ad5fc123f68262af7ee
[]
no_license
poojapathak0001/microservice
ff6dc4cabcafdaff191b81ad7a5851c22ec73fc0
37691a1b7991f18cae5a4f934821cb25d6119a0d
refs/heads/master
2021-04-12T08:57:21.903351
2018-03-27T02:18:00
2018-03-27T02:18:00
126,841,714
0
0
null
null
null
null
UTF-8
Java
false
false
453
java
package com.springsecurityoauth.entities; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity public class Role { @Id @GeneratedValue private Long id; String name; Role() {} public Role(String name) { this.name = name; }...
[ "poojapathak0001@gmail.com" ]
poojapathak0001@gmail.com
6d3182711e78476ddd7c9232dfcecac2194a3ca8
4a866cb2b9830ccfec0e3ff191b91ecff3bc52d9
/src/Bar/Business/LoginController.java
60ae81c0f7d570781890a001d04ee3b1a7e413b0
[]
no_license
juliocos/exercicio-bar
9c6664bd5c19d892ad9e0931013b79a8a52490b3
1e11183a1f319b7c07fe23988c055ebfaaa15c02
refs/heads/master
2020-03-09T13:06:35.124634
2018-04-09T16:33:35
2018-04-09T16:33:35
128,802,099
0
0
null
null
null
null
UTF-8
Java
false
false
1,297
java
package Bar.Business; import Bar.Main; import Bar.Persistence.Customer; import Bar.Persistence.Member; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.scene.control.Button; import javafx.scene.control.RadioButton; import javafx.scene.control.TextField; import javafx.scene.control.To...
[ "juliosantos@juliocesar@systemhaus.com.br" ]
juliosantos@juliocesar@systemhaus.com.br
e95d58883ce7c1da91bcdbb55116b6cd86655a47
bf2966abae57885c29e70852243a22abc8ba8eb0
/aws-java-sdk-lightsail/src/main/java/com/amazonaws/services/lightsail/model/transform/CreateContactMethodRequestMarshaller.java
b931d747ef511f580e43a4c479445696e488ea37
[ "Apache-2.0" ]
permissive
kmbotts/aws-sdk-java
ae20b3244131d52b9687eb026b9c620da8b49935
388f6427e00fb1c2f211abda5bad3a75d29eef62
refs/heads/master
2021-12-23T14:39:26.369661
2021-07-26T20:09:07
2021-07-26T20:09:07
246,296,939
0
0
Apache-2.0
2020-03-10T12:37:34
2020-03-10T12:37:33
null
UTF-8
Java
false
false
2,398
java
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
4dba366966e9b9d33a7c843f234db824d89d97e7
1bb848a6cf46b3019d86a1426a554b2a3e7e540a
/src/java/LoginServlets/LoginServlet.java
8f128a1f07e382b1050783897ab70f66421857a3
[]
no_license
Hades-999/Project2
df897042d0aaeaceed209bdb88afd66633302dca
18d6eb9b52a5018a63032c842fcd04d2488b3004
refs/heads/master
2020-11-24T01:53:13.508088
2019-12-13T19:58:59
2019-12-13T19:58:59
227,912,130
0
0
null
null
null
null
UTF-8
Java
false
false
3,704
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 LoginServlets; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; import java.sql.D...
[ "noreply@github.com" ]
Hades-999.noreply@github.com
1ac0734d2d5c478fbd28ebe0fd9e2dc8e8342e3c
13c7e0e6c823909285599f2ac1fe980f03b47e5e
/springcloud-service-feign/src/main/java/com/pci/hystric/SchedualServiceHiHystric.java
777c7a1e9e66f0fe7f482c1f05becb2b3cb2eaaa
[]
no_license
jason-zyf/springcloud-learn
536b83a732bea5ec811fa11454325a77adb67d9b
5f944e4670e9e5d25bd329e9da2ca3b840cf2d39
refs/heads/master
2020-11-25T19:22:36.716355
2020-08-10T11:03:14
2020-08-10T11:03:14
228,810,048
0
0
null
null
null
null
UTF-8
Java
false
false
397
java
/* package com.pci.hystric; import com.pci.service.SchedualServiceHi; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component public class SchedualServiceHiHystric implements SchedualServiceHi { @Autowired public String sayHiFromFeignOne(Stri...
[ "jason@163.com" ]
jason@163.com
fcc5c092ea3a516c98456ca535fa96ef8e207a8f
59c10e176981f8e80a42336f712eb03b5b607f87
/wefr/src/webApplication/xml/TypeOfECI.java
9df61ec0f925e62e9f13e9d6e0f7c997a2067602
[]
no_license
UTL/psi
f8e9ef70689bb79299a3f34033c8b9bf26ea1494
12bba4c02bc395e444c5a4e39cc87c88370e6f2e
refs/heads/master
2016-09-06T14:13:01.014234
2011-12-16T18:03:32
2011-12-16T18:03:32
2,006,504
2
0
null
null
null
null
UTF-8
Java
false
false
1,588
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // 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: 20...
[ "cpll.andrea@gmail.com" ]
cpll.andrea@gmail.com
fa9eb38ec7fc9a51a0fbf00f45fce31cdf45947b
b3294ca8fc9fccc82b31be1be0ee3eb3dd3602ff
/pet-clinic-data/src/main/java/com/springproject/learningpetclinic/services/VisitService.java
0369cefcac86eaf4a6e9ba87dbe1dbd1de0ee3c0
[]
no_license
MariaDn/learning-pet-clinic
e5c627b100fbfb3de31555939d270c1014f67fe2
9ee677de768e6d159ce32d8ab99362ca79f73848
refs/heads/master
2020-03-28T13:05:51.983260
2018-11-23T10:14:03
2018-11-23T10:14:03
148,365,629
0
0
null
null
null
null
UTF-8
Java
false
false
179
java
package com.springproject.learningpetclinic.services; import com.springproject.learningpetclinic.model.Visit; public interface VisitService extends CrudService<Visit, Long> { }
[ "mariadonenko@gmail.com" ]
mariadonenko@gmail.com
b526e62b51b09025fc2e7631081c673585345c60
6a545c68460bbb4757e502f5d9d649e15cdf2376
/common_parent03/portal/src/main/java/com/vincent/bos/fore/web/action/CustomerAction.java
231bedb8b516700e567eb9452bb1d59c4f2242e0
[]
no_license
SanMaoTaGe/BOS_SUYUN
c6514ff8f8997f77bf26bc897aa356a3587bd9f0
f8d54b9aecb84927148d0da8f12c13dd6916dbd7
refs/heads/master
2021-04-09T13:26:23.485795
2018-04-01T12:43:09
2018-04-01T12:43:09
125,701,838
3
0
null
null
null
null
UTF-8
Java
false
false
6,888
java
package com.vincent.bos.fore.web.action; import com.opensymphony.xwork2.ActionSupport; import com.opensymphony.xwork2.ModelDriven; import com.vincent.bos.fore.domain.Customer; import com.vincent.utils.MailUtils; import org.apache.commons.lang.RandomStringUtils; import org.apache.commons.lang.StringUtils; import org.ap...
[ "956619097@qq.com" ]
956619097@qq.com
fdf8826ccc3a38ad4b1faacdec829e82bbb6e30e
a363c46e7cbb080db2b3a69a70ebf912195e25c7
/ls-modules/ls-webservice/src/main/java/cn/lonsun/webservice/vo/indicator/IndicatorVO.java
a05b56460adec471f47592a68ada41caa1e58acd
[]
no_license
pologood/excms
601646dd7ea4f58f8423da007413978192090f8d
e1c03f574d0ecbf0200aaffa7facf93841bab02c
refs/heads/master
2020-05-14T20:07:22.979151
2018-10-06T10:51:37
2018-10-06T10:51:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,413
java
package cn.lonsun.webservice.vo.indicator; import cn.lonsun.core.base.entity.AMockEntity; /** * 指示器 * * @author xujh * */ public class IndicatorVO extends AMockEntity { /** * serialVersionUID */ private static final long serialVersionUID = 1L; public enum Type { Shortcut, // 快捷方式 Menu, // 菜单项 To...
[ "2885129077@qq.com" ]
2885129077@qq.com
2e4c855c5b932cf84a006de56e85e66190cd9415
4172f8a054df556aa0c08c598292b3471e15473b
/PartnerApp/app/src/main/java/com/tatx/partnerapp/adapter/HelpListAdapter.java
7d5c9641482057d6a3b7a130e038f668e2851e81
[ "Apache-2.0" ]
permissive
qbizns/Android-Uber-Clone
ca65e3a6a91dc9245a2c94d8b7d21ec56ee7af1e
85c85f5edf518da2ccc3d63f1ceb148e52698b2e
refs/heads/master
2020-08-23T06:56:31.167334
2019-10-21T12:46:26
2019-10-21T12:46:26
216,564,505
0
0
null
null
null
null
UTF-8
Java
false
false
2,204
java
package com.tatx.partnerapp.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import java.util.List; import com.tatx.partnerapp.R; import com.tatx.partner...
[ "Ahmed N. Galal@DESKTOP-EP5BBFO" ]
Ahmed N. Galal@DESKTOP-EP5BBFO
d5ca8690bfe3c21ffe8e9a1dfb016fca3c7a1e33
e24c6c940689c19fdcc2e39dd80a5061e0b0b326
/org.eclipse.emf.refactor.refactorings.uml24.henshin/src/org/eclipse/emf/refactor/refactorings/uml24/renameattribute/RefactoringGuiHandler.java
3fd3db2c37c1c2486081a4d1f45e16844cab399f
[]
no_license
ambrusthomas/MeDeR.refactor.examples
63cf443045be9907d237d543db3df93e93175752
66a35d6f9b2924f7c1172c0fff857badd0e41b8e
refs/heads/master
2021-01-22T19:09:18.404936
2017-03-29T16:24:23
2017-03-29T16:24:23
85,169,831
0
0
null
null
null
null
UTF-8
Java
false
false
2,051
java
/** * <copyright> * </copyright> * * $Id: RefactoringGuiHandlerHenshin.javajet,v 1.2 2012/11/26 15:39:38 tarendt Exp $ */ package org.eclipse.emf.refactor.refactorings.uml24.renameattribute; import java.util.List; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.refactor.refactoring.core.Ref...
[ "tarendt" ]
tarendt
9cc11da71edf196d14c730e1a859b653226b99e8
df1fcd8156f02ceb47d9e3445f68e07ee7a446e4
/PrintAncestorOfNode/src/main/java/org/learn/Client/App.java
f1ef7e59a7723a720549495ab42712f3a17562e7
[]
no_license
sjkhullar/PrintAncestorOfNode
b7b5c55ea1089cab916c014f35ed96b8f3b3a049
3b4546943bb74f3542c12c06eedddf888368b9fe
refs/heads/master
2021-01-10T03:18:59.649540
2016-02-21T15:23:36
2016-02-21T15:23:36
46,807,776
0
0
null
null
null
null
UTF-8
Java
false
false
998
java
package org.learn.Client; import org.learn.Question.Node; import org.learn.Question.PrintAncestorOfNode; public class App { public static void main(String[] args) { // root level 0 Node A = Node.createNode(100); // Level 1 Node B = Node.createNode(50); Node C = Node.createNode(150); // Level 2 Node D =...
[ "geeks2champ@gmail.com" ]
geeks2champ@gmail.com
6ae316c59d3fa1334a317dbbcc208eb65f67ab72
b85f16dadef1e4118a86b074d11f4508792239c2
/src/test/java/com/redhat/cajun/navy/responder/message/serialization/QuotedStringDeserializerTest.java
d8d28dfbd5289e5b39dacbe7da22d40b62627305
[]
no_license
cgruver-erdemo/responder-service
e8a6e1b6b49950b921b97991e26f7729cd10f9dd
e00d929fcf31810b2973e2cf074341126bab6b4b
refs/heads/master
2022-12-07T12:15:41.143663
2020-07-28T12:14:30
2020-07-28T12:14:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,858
java
package com.redhat.cajun.navy.responder.message.serialization; import org.hamcrest.CoreMatchers; import org.hamcrest.MatcherAssert; import org.junit.Test; public class QuotedStringDeserializerTest { @Test public void testUnquoted() { String json = "{\"messageType\":\"IncidentReportedEvent\"," + ...
[ "bernard.tison@gmail.com" ]
bernard.tison@gmail.com
9aa8f25a53eade27f2d34ea178fcde7483c9e4a7
c88a5291b258e3a1bac42fead6f0ca790e279189
/app/src/main/java/com/thebestgroup/io/donkeymoney_io/utils/model/LoginResponse.java
131fbb1302f68d5aea921b63bcfdbadf6637614f
[]
no_license
sher04lock/DonkeyMoneyMobile
f1a5ec2d45df4e9b25f178d7904587a88cbdfbd4
1b501910317ce8394e1e0f2f506d4e5f2dcc6143
refs/heads/master
2020-04-07T17:37:19.245749
2018-01-24T17:28:08
2018-01-24T17:28:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,585
java
package com.thebestgroup.io.donkeymoney_io.utils.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class LoginResponse { @SerializedName("access_token") @Expose private String accessToken; @SerializedName("instance_url") @...
[ "zosia.franczyk@gmail.com" ]
zosia.franczyk@gmail.com
927e9f55d80ab3041ef9ba59d6b76e00a49dd3b3
02507a5e6c42af839370c63870be8ada9599a941
/skin/src/main/java/com/easy/skin/SkinFactory.java
e34169067dfc3a56e67c7c01782dbf427a30406c
[]
no_license
EasyDevWork/EasyAndroid2
42128245c2a1c3f4e483f8e83e101e7dd2130c20
8e70ef7389805f7504525a23aadcb8fda020aee3
refs/heads/master
2021-04-04T16:45:36.535233
2021-02-26T02:51:02
2021-02-26T02:51:02
248,472,146
0
1
null
null
null
null
UTF-8
Java
false
false
2,027
java
package com.easy.skin; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.lang.reflect.Constructor; import java.util.HashMap; import java.util.Observable; ...
[ "caishuxing@linggan.com" ]
caishuxing@linggan.com
fe870f122a50e57bbc7b6e147efebbd2d4b71289
b894e7feec5ef4711e9d5f00bffc3effc1294143
/src/by/it/gerasimov/calc/ReportBuilder.java
5c4a79bbdf658ac83ba602ca65da2e124a81a085
[]
no_license
Vladislav7776/JD2020-01-20
877e311bfa2be42152424f5f4963deb1b718e7e3
2f977ee26b79a97fa37bd1053756c91f344c5757
refs/heads/master
2020-12-22T21:37:24.187529
2020-03-12T20:22:51
2020-03-12T20:22:51
236,938,743
6
0
null
2020-01-29T08:46:59
2020-01-29T08:46:58
null
UTF-8
Java
false
false
1,685
java
package by.it.gerasimov.calc; import by.it.gerasimov.calc.translate.Globalization; import by.it.gerasimov.calc.translate.Messages; import by.it.gerasimov.calc.translate.ResMan; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.Deque; import java.util.LinkedList; ab...
[ "herasimau.jahor@gmail.com" ]
herasimau.jahor@gmail.com
d0e36ca7828e2ef34cc0eee8777300fd211fc1fa
3dddbe8d199f28d2c18a7782ac49b7b416cbc264
/app/src/main/java/movie/bw/com/movie/net/PMCallback.java
aec261ae286d3f6e076e317aa4abc06880be73d9
[]
no_license
hollewsq/Movie
f8417f18ad5d770dd5d06b84fd899b64a5dfd35b
b3f9e2e7b707b2382ddde18ca3f945829e84b61f
refs/heads/master
2020-05-16T02:02:53.141888
2019-04-19T10:43:22
2019-04-19T10:43:26
182,618,321
0
0
null
null
null
null
UTF-8
Java
false
false
126
java
package movie.bw.com.movie.net; public interface PMCallback { void onFail(String msg); void onSuccess(Object reg); }
[ "1469408383@qq.com" ]
1469408383@qq.com
4d8654c9106181a40726adc0750e1c1e9d1c08a6
08192e0e593398f42abaf5dc8f51d7726d830839
/cqzqjg-services/src/main/java/cn/roilat/cqzqjg/services/system/sevice/impl/SysMenuServiceImpl.java
f2dcc01576988da0cd509b58ca0e00e2077f08d7
[]
no_license
roilat/zqjg
10ffb767ab8af298ca0fc08f2daac79c52aad31d
a4630b9b11fe533400a2d9eee0ed91f61604479a
refs/heads/master
2022-06-29T18:55:50.084405
2020-02-29T08:49:54
2020-02-29T08:49:54
229,590,120
0
1
null
2022-06-17T02:49:35
2019-12-22T15:36:55
Java
UTF-8
Java
false
false
3,229
java
package cn.roilat.cqzqjg.services.system.sevice.impl; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import cn.roilat.cqzqjg.services.system.constants.SysConstants; import cn.roilat.cqzqjg.services.syste...
[ "123456" ]
123456
7fce591c53b848be4f22c402f3299acec4c18c4a
b069c68ba6827618a98babc719d29a4ecbe78164
/client/LibraryClient/src/com/libraryclient/connection/requests/BookInfo.java
d41456336ca1876daa4403dbfec1950c006aac2c
[]
no_license
minthanthtoo/bookaholic
59993315c42548770e6e0bfd8ffe51e74cb506cd
65e0981005612852998aa95949b604b8dc6eeb13
refs/heads/master
2021-01-10T21:36:10.823094
2013-08-24T17:11:52
2013-08-24T17:11:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
422
java
package com.libraryclient.connection.requests; import com.libraryclient.connection.Request; public class BookInfo extends Request { public BookInfo(String requestData) { this(Requests.BookInfo.REQUEST_CODE, requestData); } private BookInfo(int requestCode, String requestData) { super(requestCode, requestData)...
[ "minthanthtoo1994@gmail.com" ]
minthanthtoo1994@gmail.com
49713199a3af8f104712e0209ace4bfac377935d
b405a6f7a3358c9008f7a7b30046201647de988d
/Technical/Code/business-card/src/test/java/com/edexer/service/UserServiceManagerImplTest.java
ac100bbe2ab1177b5b7300d69a79efecd13444d8
[]
no_license
edexcompany/edexer
1b9fb02ec4839406ff7c9f448986785b0a873ab7
74621fd172d52948c1878a2c299e941f2bfea0e8
refs/heads/master
2016-09-06T13:12:31.104932
2015-06-04T22:25:00
2015-06-04T22:25:00
35,110,101
0
0
null
null
null
null
UTF-8
Java
false
false
5,743
java
package com.edexer.service; import java.util.ArrayList; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Set; import junit.framework.TestCase; import org.hibernate.Hibernate; import org.hibernate.Query; import org.hibernate.Session; import org.junit.Test; import org.junit.runn...
[ "y.radwan@edex.co" ]
y.radwan@edex.co
03244bde6f46c2f664a4f6263c6b73445f4f83c4
50d1bd7343009a5d7f4bc3c5995144c1aa9d5c7f
/SpringBootJFX/src/main/java/com/billing/controller/ViewSalesReturnController.java
e679943daf5712e02797b8dffcc7aac59977c459
[]
no_license
kumbharvish/SpringBootJavaFX
ea3731512ffd92bcde48261bc29905a47cce9967
c55dbfbd2a835f138af946e60eeb8284bb70afee
refs/heads/master
2023-08-17T05:21:39.164031
2023-04-09T17:08:15
2023-04-09T17:08:15
193,374,232
0
0
null
null
null
null
UTF-8
Java
false
false
8,077
java
package com.billing.controller; import java.io.IOException; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import com.billing.dto.ItemDetails; import com.billing.dto.Produ...
[ "VISHAL@HP" ]
VISHAL@HP
1020ce70fbc98a0bdc8b82a27ad6121fb23ce8e5
0571d934e56edba1833662bc52415683f07b94a3
/src/main/java/logik/NoValidSettingsFileException.java
26f6102d1417fbd2bc85dc9f52c400b2887bfcaf
[ "BSD-3-Clause" ]
permissive
art-r/Java-Intelligent-SnakeProject
1ad9b822264c69d97932856982071be73d305d6f
60f69cc7e95c46868e6ff2005d918c1190a15acc
refs/heads/main
2023-07-27T01:28:34.419935
2021-09-15T14:06:27
2021-09-15T14:06:27
364,915,556
4
1
BSD-3-Clause
2021-05-26T08:57:29
2021-05-06T13:13:07
Java
UTF-8
Java
false
false
248
java
package logik; //Exception that we need while checking our custom settings file public class NoValidSettingsFileException extends Exception{ //we only need a constructor without any message! public NoValidSettingsFileException() { } }
[ "ay@local.com" ]
ay@local.com