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
50a2dabdb5288a26fedc6bfd83da704a2baf843c
028cbe18b4e5c347f664c592cbc7f56729b74060
/external/modules/derby/10.10.2.0/java/engine/org/apache/derby/iapi/services/io/FileUtil.java
060a3a42abf84d9a7584eb0ad03917a94bea60a7
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-generic-export-compliance" ]
permissive
dmatej/Glassfish-SVN-Patched
8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e
269e29ba90db6d9c38271f7acd2affcacf2416f1
refs/heads/master
2021-05-28T12:55:06.267463
2014-11-11T04:21:44
2014-11-11T04:21:44
23,610,469
1
0
null
null
null
null
UTF-8
Java
false
false
31,256
java
/* Derby - Class org.apache.derby.iapi.services.io.FileUtil 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 y...
[ "snjezana@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5" ]
snjezana@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5
6594c8af5ab06747a7224ed9bfdc1e9915bfb2df
b9d42da2e746f3acafb9841ee3deb1905b1706d0
/app/src/test/java/com/example/chern007/calculadoraprimos/ExampleUnitTest.java
dbba83dd9340d65c29a44a61ee09490d1932b393
[]
no_license
chern007/calculadoraPrimos
95a51cbb42bbed5a6edf210962c2b68cce03f196
b9d3871d6775c6b039b8dd698459c6cec6845f2c
refs/heads/master
2021-07-24T01:54:14.536194
2017-11-02T12:01:07
2017-11-02T12:01:07
108,549,892
1
0
null
null
null
null
UTF-8
Java
false
false
416
java
package com.example.chern007.calculadoraprimos; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test...
[ "carlos.hernandez_crespo@nokia" ]
carlos.hernandez_crespo@nokia
07c818828d4ce2347fae3c1cd92c5fbbc28bdf12
8bd339799bc8427a23c2cdd2e61a2c17dd19f842
/yuu-rpcframework-project/yuu-rpcframework-core/src/main/java/com/yuu/registry/registryanddiscovery/zk/util/CuratorUtils.java
04b8b8bad11b349da7596b6c28746708875e88c0
[]
no_license
zhangshuyuz/yuu-rpcframework
5ef712bdd3dac37373de7ae2c6c8ce6e8c617830
cea493f4be81b45b9356916bb929f2d998f6a818
refs/heads/master
2023-06-19T18:42:07.826516
2021-07-22T11:12:23
2021-07-22T11:12:23
388,431,860
0
0
null
null
null
null
UTF-8
Java
false
false
6,067
java
package com.yuu.registry.registryanddiscovery.zk.util; import com.yuu.common.enums.RpcConfigEnum; import com.yuu.common.utils.PropertiesFileUtil; import lombok.extern.slf4j.Slf4j; import org.apache.curator.RetryPolicy; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.CuratorFr...
[ "2245376379@qq.com" ]
2245376379@qq.com
8967fbb90dcb65466498d84832faf596ecf3774a
5bb8ddea6fd25b53071cdc7b41ad0a3cfebd57f8
/Learn_Object-Oriented_Java_the_Hard_Way/learn-oo-java-files/SquareRootTester.java
f2329b2b119e1cf94f62075773a6f608b6af62c7
[]
no_license
josephbrockw/continued_education
5c561b5f699226424346330d0396c69b70b5e103
34b943a542a98343665bc81ca1bbfd8efa2d9f66
refs/heads/master
2020-03-29T04:07:44.933937
2018-09-29T15:47:43
2018-09-29T15:47:43
149,516,821
0
0
null
null
null
null
UTF-8
Java
false
false
686
java
public class SquareRootTester { public static void main( String[] args ) { SquareRootFinder sqrt = new SquareRootFinder(); double max = 0, maxN = 0; double fakeroot, realroot, diff; System.out.print("Testing square root algorithm... "); for ( double n = 0; n<=2000; n += 0.01 ) { sqrt.setNumbe...
[ "me@thejoewilkinson.com" ]
me@thejoewilkinson.com
5fa4ae2eff204d403e38e6cd5022b101758ff532
ce8361b6742549a94359e6ad204d6299bf40a585
/apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/PropertyResolverTest.java
65ac928382e27498481e27b6d76874471e7248e8
[ "Apache-2.0" ]
permissive
leusonmario/apollo
dbdadfdbee40db2152220fa528cbec6708b2df2c
ea8406986d717e7100a36aa049ec601f624aa0a9
refs/heads/master
2021-07-11T11:45:58.950581
2016-06-30T06:18:50
2016-06-30T06:18:50
106,391,141
0
0
null
2017-10-10T08:41:25
2017-10-10T08:41:25
null
UTF-8
Java
false
false
4,600
java
package com.ctrip.framework.apollo.portal; import com.ctrip.framework.apollo.core.dto.ItemChangeSets; import com.ctrip.framework.apollo.core.dto.ItemDTO; import com.ctrip.framework.apollo.core.exception.BadRequestException; import com.ctrip.framework.apollo.portal.service.txtresolver.ConfigTextResolver; import org.j...
[ "ledou.zhang@dianping.com" ]
ledou.zhang@dianping.com
45ca1650ee62f95c2a53e39eb61fdcde976664b1
1e65fd20b52c1b60bab9814ca0016f6063f56567
/src/main/java/com/test/shardingsphere/service/TestService.java
4e8260199f44e14e957760a39e60bf4be1a036a8
[ "Apache-2.0" ]
permissive
cy18cn/orch-sharding-ms
b250e6891edb3f3dfd7cb72edd24fd79db84d655
f7b45288d0a2026132eecd901595649050933229
refs/heads/master
2021-07-22T11:01:22.569344
2019-12-06T09:55:11
2019-12-06T09:55:11
223,922,630
0
1
Apache-2.0
2020-10-13T17:43:31
2019-11-25T10:33:09
Java
UTF-8
Java
false
false
915
java
/* * Copyright © 2019 Airparking HERE <ryan.cao@airparking.cn> * * 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 ...
[ "ryan.cao@airparking.cn" ]
ryan.cao@airparking.cn
f8ace09ad332875feb4c43da4ab93a521e30cba9
8116e2b93b079a703ed2cd5315e4c5989e896569
/module4/10_session_cookie/exercises/b03_add_product_to_cart/src/main/java/com/example/b03_add_product_to_cart/B03AddProductToCartApplication.java
56c9ff945366247b4145d8947e8c0ee4989a1e36
[]
no_license
PhanGiaKhanh/C0221G1-CodeGym.
657e451e21d2c43d9b4018cc617c5eb5c94a8f4c
d28288850f4ace937146df2d556a40bdf71ada7a
refs/heads/main
2023-08-19T20:02:22.677147
2021-09-29T09:52:26
2021-09-29T09:52:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
366
java
package com.example.b03_add_product_to_cart; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class B03AddProductToCartApplication { public static void main(String[] args) { SpringApplication.run(B03AddPr...
[ "phangiakhanh90@gmail.com" ]
phangiakhanh90@gmail.com
1305d58ebc2d590446f320a6cd222838d30e7257
b5d69ac40421c94fb07511d544242bf4a4ff0246
/src/main/java/com/hibernate/crud/operations/idao/ITeacherDAO.java
bf605bde90c73f4a22f8a50c2ab3cbe956aa26ef
[]
no_license
MaksimYudin/TimeControl_SpringBootVersion
598de6bcc02f0e9f7eac3c2808c59b800cb06c23
974dacf515dbb52978b6b71cff32e7425975e02e
refs/heads/master
2022-07-09T09:25:04.626057
2019-12-27T13:46:06
2019-12-27T13:46:06
230,450,829
0
0
null
2022-02-10T01:33:55
2019-12-27T13:42:34
Java
UTF-8
Java
false
false
316
java
package com.hibernate.crud.operations.idao; import org.russianfeature.model.Teacher; import java.util.List; import java.util.Map; public interface ITeacherDAO extends IGenericDAO<Teacher, Integer> { Teacher findByName(String name, String surname); List<Teacher> getDoubles(Map<String, String> params); }
[ "metalman@inbox.ru" ]
metalman@inbox.ru
0f685163cc47c6e465f157feab924aa1b50f2ad0
ee2e56b3a4ea4cedf51ed04cd5928c73f1140fb0
/java/shop/src/gen-old/java/de/epages/ws/orderdocument4/model/TGetInvoices_Return.java
4fb3733175eff0439dba9458fb9ed775ee16e8c1
[ "Apache-2.0" ]
permissive
ePages-de/soapclient
75efbd786e8c74d42fa24f9d56b29e79a347d444
bbcb74b38bdf6629266bbb3d0fe1a19dee4b58b8
refs/heads/dev
2023-07-12T05:35:53.333154
2023-06-23T08:10:21
2023-06-23T08:10:21
14,296,539
2
18
null
2023-06-23T08:10:23
2013-11-11T09:28:51
Java
UTF-8
Java
false
false
6,728
java
/** * TGetInvoices_Return.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package de.epages.ws.orderdocument4.model; /** * a single return value of a getInvoices() call. * The Order will be always returned. * The error...
[ "otrosien@epages.com" ]
otrosien@epages.com
248b5c4a6be7fb87d5bdfbee37d6b2e70c21dd48
056334778e609dcfdcaafccdf977b75b8d83d589
/basico/src/com/vetor/VetoresW.java
017e25d4c3f25b0c2a6cc226c91d58f64864660f
[]
no_license
gilbertogi/aula1-github
c5196a5dfa03df18d5a416ec048e296511440b6d
424d2679bd51d5cbeacf897c518952eb3f8975a2
refs/heads/master
2020-06-14T14:27:16.147566
2019-07-03T10:09:20
2019-07-03T10:09:20
195,026,430
0
0
null
null
null
null
UTF-8
Java
false
false
2,026
java
package com.vetor; import java.util.Scanner; public class VetoresW { public static void main (String [] args) { Scanner scan = new Scanner (System.in); String nome=""; int idade=0; double salario=0; String sexo=""; String estadoCivil=""; boo...
[ "gilbertogimbi@yahoo.com" ]
gilbertogimbi@yahoo.com
6379c155f2d37db26aa6dfce0f77bfe1a93ddf46
ea4f669d92128d32eb71a9473f9f80e4acc43bd9
/src/getdata/AppGet.java
d24f07196661bb00de39f35f701987911dcac787
[]
no_license
lananh1909/oop_group_19
77f9657e299871b3b46efb55a716b236381ead66
49a88f26ff5087f17feb165c27c237689e30e4e0
refs/heads/master
2022-10-09T13:00:51.146280
2020-06-11T14:57:11
2020-06-11T14:57:11
263,094,526
0
0
null
null
null
null
UTF-8
Java
false
false
465
java
package getdata; import java.io.IOException; public class AppGet { public static void main(String[] args) { try { new GetDataHNX("HNX", "data//10062020//HNX-1006.txt").getData(); new GetDataHNX("HNX30", "data//10062020//HNX30-1006.txt").getData(); new GetDataHOSE("HOSE", "data//10062020//HOSE-1006.txt")...
[ "lananha1k17@gmail.com" ]
lananha1k17@gmail.com
b253d3a14f150a84e241d8d7c7626bcc068d6268
1e6d00fb0b454ccf690e571a0bfda456c21329f7
/src/main/java/com/reimia/xmlResolve2/ICommand.java
125b9c70d8b09b6bf8f346f09ec4622e1dd7a256
[]
no_license
Reimia/mdzz
b24bcc6c072aacf964674a14d3bad6bb97d37bf4
9932235b2719ee073e327e0d15f813c5a18e6630
refs/heads/master
2022-06-30T10:59:52.848579
2021-04-20T02:57:27
2021-04-20T02:57:27
216,738,268
0
0
null
2022-06-17T02:47:09
2019-10-22T06:23:51
Java
UTF-8
Java
false
false
857
java
package com.reimia.xmlResolve2; import com.reimia.convert.IDevice; /** * @author cwang */ public interface ICommand { /** * 获取上下文 ID,这个 ID 一般用来在异步交互中进行数据匹配 * * @return */ String getContextID(); /** * 设置上下文 ID,这个 ID 一般用来在异步交互中进行数据匹配 */ void setContextID(String contextID); /** * 获取命令所属设备 * *...
[ "zhangsiyu@zjft.com" ]
zhangsiyu@zjft.com
74330e3b8db782885d6fc082bb4231985990e6d0
97bc205956012589e099a5b36ccc75a0f1c08046
/src/main/java/team/ruike/imm/entity/EventDetails.java
743d85f4daa111ae6e8af218cee0a929ea6da255
[]
no_license
baron2050/IMM
c6e7112db479e95f4d9862c54750afd4bb358670
a5d20e2c803d7faf674806baca9678cdb24e688e
refs/heads/master
2020-06-19T23:20:43.504260
2017-11-24T05:58:23
2017-11-24T05:58:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
955
java
package team.ruike.imm.entity; /** * @author 索志文 * @versrion 2.0 * 活动详情 */ public class EventDetails { /** * 活动编号 */ private Integer eventDetailsId; /** * 活动详情 */ private String eventDetailsName; /** * 是否已删除 */ private Integer eventDetailsState; public Int...
[ "1050320769@qq.com" ]
1050320769@qq.com
a059de5b6126b053a66d35b9032cdd80102572ff
245684b5207087050130e0e7c50949a08a699bed
/PhoneBook/src/SQLiteModel.java
bf25f19e3a1d14979c4d2b068a33487cb0dc35c9
[]
no_license
Brothre23/Software-Engineering-HW1
5ff98f1f785531633664ac6e9b6823823444b2ba
cde6f09617e715c5e878a5f02287c1e66fd18643
refs/heads/master
2020-04-09T16:58:56.254487
2018-12-05T05:51:28
2018-12-05T05:51:28
160,467,735
3
0
null
null
null
null
UTF-8
Java
false
false
2,725
java
import java.io.IOException; import java.sql.*; import java.util.Enumeration; import java.util.Hashtable; public class SQLiteModel extends PhoneBookModel { public SQLiteModel(PhoneBookView view) throws IOException{ phonebookview = view; phoneBook = new Hashtable(); try{ ...
[ "noreply@github.com" ]
Brothre23.noreply@github.com
e60ce8ba0a1201ecbb9ceb21f9aa121e24be0471
fb6d45e32e8bebc850d95a7013223dd3de10c15f
/RockMobile/src/org/church/rockmobile/SeriesFragment.java
17de854336d4771523d0c3bd7bbcc63447032de8
[]
no_license
skysoftkgs/RockMobile-Android
0877b4d60bbae48c4e6836ff5a1dd6be3d9b8a03
73d7a475297f50d9c15ee5bceb10e80f596e6e56
refs/heads/master
2020-07-09T04:06:38.228399
2019-08-22T21:06:02
2019-08-22T21:06:02
203,871,356
1
0
null
null
null
null
UTF-8
Java
false
false
3,946
java
package org.church.rockmobile; import java.util.HashMap; import java.util.List; import java.util.Map; import org.church.rockmobile.adapter.SeriesListAdapter; import org.church.rockmobile.common.Constants; import org.church.rockmobile.common.AppManager; import org.church.rockmobile.model.SeriesModel; import org.church...
[ "archen97@gmail.com" ]
archen97@gmail.com
bd7e9ebe73a5eef4726cc8a38f5c279b43fa3748
ee520a34cdcd59b746843f97b65a0faf15ec94ea
/src/regstudent.java
f390729c7fae95152d14552b8742fba241e71fe3
[]
no_license
ShrabantiRimi/student_moderating_system
371f9666a8257ede304ecbedaa2e612a79ef51ad
b65aa8a32654025c776b715cf932720762bcb30d
refs/heads/master
2020-05-04T20:50:16.947555
2019-04-04T08:20:09
2019-04-04T08:20:09
179,452,950
0
0
null
null
null
null
UTF-8
Java
false
false
34,907
java
import java.sql.*; import javax.swing.*; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class regstudent extends javax.swing.JFrame { public regstudent() { initComponents(); } @SuppressWarnings("unche...
[ "RimiPc@DESKTOP-HV8ORFT" ]
RimiPc@DESKTOP-HV8ORFT
fc7ddcaba7b6503e50710cb3fd2ea0ccd9840e39
efc9e3c400100c1bdbca92033e488937fb750fda
/3.JavaMultithreading/src/com/javarush/task/task29/task2913/Solution.java
c59906634f7ec437c35b1385674c215f85161be6
[]
no_license
Nikbstar/JavaRushTasks
289ffea7798df2c1f22a0335f1e8760f66dac973
9b86b284a7f4390807a16e1474e2d58a2be79de0
refs/heads/master
2018-10-21T03:02:45.724753
2018-08-31T06:48:34
2018-08-31T06:48:34
118,357,131
0
0
null
null
null
null
UTF-8
Java
false
false
871
java
package com.javarush.task.task29.task2913; import java.util.Random; /* Замена рекурсии */ public class Solution { private static int numberA; private static int numberB; public static String getAllNumbersBetween(int a, int b) { String result = ""; if (a > b) { for (int i = a...
[ "nikbstar@gmail.com" ]
nikbstar@gmail.com
c3da4c7996376f7b72fc730e4eb2be6acd73bd60
53970e56478bbfd6f3cc308841696639e3e24518
/src/com/saraiva/Main.java
149acc651c17baa623d732a80aa6eed5c55a0943
[]
no_license
dsaraiva/mietium-crpt
51172cfbb1b53b707adfb5edc6b114b54617e117
d81923d096d9e9c7a08639fb4970e453b4a406a5
refs/heads/master
2021-01-15T18:04:23.386421
2015-12-17T11:32:00
2015-12-17T11:32:00
42,727,412
0
0
null
2015-10-16T14:58:30
2015-09-18T14:32:04
Java
UTF-8
Java
false
false
5,102
java
package com.saraiva; import javax.crypto.*; import javax.crypto.spec.SecretKeySpec; import java.io.*; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; public class Main { public static void main(String[] args) throws NoSuchPaddingExceptio...
[ "saraiva.racing@gmail.com" ]
saraiva.racing@gmail.com
41385702f2cb84706577ef19359badfb6cdc335b
1ad91fbcd36e6e440aa1c2da375082c8dee0dcd6
/src/test/java/stepDifinitions/LoginPageSteps.java
5e9bd01151af81582efb79dc1b19231250d1c73b
[]
no_license
nguyenthithuy8497/CUCUMBER_MAVEN_THUYNT
5ec3c4fd69cff2313903d0e6b8a35f4b14dd1f42
4f5e1358019056edaf57bdf75d4935cf39d66401
refs/heads/master
2020-05-03T13:53:52.694619
2019-04-04T04:55:56
2019-04-04T04:55:56
178,663,666
0
0
null
null
null
null
UTF-8
Java
false
false
2,164
java
package stepDifinitions; import java.util.List; import java.util.Map; import java.util.Random; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.s...
[ "nguyenthithuy8497@gmail.com" ]
nguyenthithuy8497@gmail.com
fbeaae402f5dccf6fcc02c5ad7f654115dace993
b935d4cf3cc9259a11f2f2102a952da882776fc7
/springboot-upload/src/main/java/com/wei/springboot/upload/utils/FileInfoProperties.java
87a7ef632f71ee7c3423905e06175c00f82bd44f
[]
no_license
meiyuan1633/springboot-demo
d9b7dd2e0e78371ec795b9a58cef926a900ef62a
0d0badfc8abece725c936616a52319e3b5764a24
refs/heads/master
2023-03-06T22:48:26.350466
2019-12-09T05:52:24
2019-12-09T05:52:24
226,795,001
1
0
null
2023-02-22T07:38:15
2019-12-09T05:52:02
Java
UTF-8
Java
false
false
399
java
package com.wei.springboot.upload.utils; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @Component @ConfigurationProperties("fileupload") @Data public class FileInfoProperties { private String rootPath; private ...
[ "1633670876@qq.com" ]
1633670876@qq.com
61e0b69acad7f1278f85eb5ffc83925dc138e368
02b2a4833406476155b322a39767208d2f5aa1de
/src/main/java/com/interview/test/sfl/restourant/model/ProductInOrder.java
39c4f57852d745ca072bc7648d725ecab501bdfe
[]
no_license
Nerses83/restourant-sfl
1c18832cba3c309f90a64b232ee4dc779e4244e0
a6d50da23dc0530c7114926666d172bb4b59bd33
refs/heads/master
2020-03-07T18:34:43.016917
2018-04-02T04:51:05
2018-04-02T04:51:05
127,644,148
0
0
null
null
null
null
UTF-8
Java
false
false
1,866
java
package com.interview.test.sfl.restourant.model; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonManagedReference; import com.interview.test.sfl.restourant.model.converter.OrderStatusConverter; import com.inte...
[ "remark07" ]
remark07
462b414fbb68579678698657b36f62eeb6304005
2cd40418f8462dccc4c0fb2afe8631e8b61e79b2
/app/src/main/java/com/firestudio/projectwordfinding/modals/Word.java
f8bbf51f50811a2a5cc2df144f9728bc5d1de5bb
[]
no_license
manish25pro/project-word-finding
6ae6696d1ea5574e06a9597e1a0ecd2f9f43d151
2b0ae2a71c69b8f5c8f40a8e0fb9b7f3915b6eb1
refs/heads/master
2023-05-28T17:33:38.297500
2021-06-17T14:21:31
2021-06-17T14:21:31
377,856,206
0
0
null
null
null
null
UTF-8
Java
false
false
599
java
package com.firestudio.projectwordfinding.modals; import java.util.List; public class Word { private String word; private Integer score; private List<String> tags = null; public String getWord() { return word; } public void setWord(String word) { this.word = word; } ...
[ "manishsingal88@gmail.com" ]
manishsingal88@gmail.com
8610f82f70471f8b5092a44789a3568058dd1749
bc8d97308cb8baecfacbceacf123f629bd2f3ec4
/AndyDemo/src/main/java/com/andy/demo/analysis/bean/MyIdInitResult.java
511188ebfea5587150dff8cb6c4682bd6a63d396
[]
no_license
Chanven/IDroid
9dcdbc47f3e2d248e53810dc3ec48873df356628
4f6ee52d72bf16d3c01729a5b79e9436d7b5f1a7
refs/heads/master
2021-01-21T23:34:06.634764
2019-03-06T08:19:52
2019-03-06T08:19:52
14,129,534
1
0
null
null
null
null
UTF-8
Java
false
false
163
java
package com.andy.demo.analysis.bean; public class MyIdInitResult { public String appId; public String seqId; public String random; public String qrCodeUrl; }
[ "chanven0127@gmail.com" ]
chanven0127@gmail.com
95bf5c75774d1dda64a679240edc7f3f1f10f4dd
5216a783f27e05a48664197ca1b7a00d41b47397
/src/main/java/com/jaguarcode/guestbook/dto/PageRequestDTO.java
a8bd81fea6a612ff3569969f68a7b83a3c6357e3
[]
no_license
jaguarcode/guestbook-springboot-webservice
a376dee132c83a41e92fe1257ac698ff09c967a5
a54ec1d585b943f65c2ade91add420ca79d0ccd2
refs/heads/master
2023-03-24T03:58:01.091726
2021-03-19T10:55:10
2021-03-19T10:55:10
349,282,549
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package com.jaguarcode.guestbook.dto; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Sort; @Builder @AllArgsConstructor @Data public class PageReque...
[ "behonz@gmail.com" ]
behonz@gmail.com
4f1ebeefec169c6e48325ad06920b3c3a8c517c8
2783da2050e6ac93265f7e4b695832aa86cf03b9
/guns/src/main/java/com/example/tool/util/ImageUtil.java
dc576cdf344277eae0454290aeae28d4c9c22c5a
[]
no_license
dignjun/FooTest
f49f7bf6e4a8e36bb0df4ee8321a826d7dfce580
c4f66472ae100bb2ef2b33a44c479cbf6dc5bec4
refs/heads/master
2022-11-26T22:07:25.921259
2020-05-07T15:08:08
2020-05-07T15:08:08
172,705,687
0
0
null
2022-11-24T03:47:43
2019-02-26T12:17:21
JavaScript
UTF-8
Java
false
false
66,833
java
package com.example.tool.util; import com.example.tool.codec.Base64; import com.example.tool.convert.Convert; import com.example.tool.exceptions.UtilException; import com.example.tool.img.Img; import com.example.tool.io.FileUtil; import com.example.tool.io.IORuntimeException; import com.example.tool.io.IoUtil; import ...
[ "dingjun@chinatvpay.com" ]
dingjun@chinatvpay.com
79357513bdec3dd3761a35e7c9a650e99e3d5222
6c4d7f85fe9a868d14d78b21192eccf910086483
/NewBoston/src/main/java/Arithmetic.java
5668736adcb590794f88df0fb935f87e6e7abb2c
[]
no_license
rohit-r-ganthade/my_git_repo
5ee165bc653adb87f018d5688bc436959d4fcd9b
cbc7dc09a885063e2f93057a307c90013e87150a
refs/heads/master
2021-05-12T06:58:49.929286
2018-01-28T11:37:32
2018-01-28T11:37:32
117,231,933
0
0
null
null
null
null
UTF-8
Java
false
false
3,057
java
import java.io.IOException; import java.util.LinkedHashMap; import java.util.Map; /** * Created by rohit on 03/09/17. */ public class Arithmetic { public static void main(String args[]) throws IOException { // Scanner scanner = new Scanner(System.in); // double fnum, snum, answer; // // Sy...
[ "rohit.ganthade@gmail.com" ]
rohit.ganthade@gmail.com
e612ea364d6729f38208fd5d1f64eb73045474b9
c8f6b4b4a643e9aeacecc50bebea7102cd4132e7
/Android/Ujoolt/src/com/fgsecure/ujoolt/app/utillity/LoadJoltTask.java
fb5fc72a425eb38e3202731143a5ef78f49583bb
[]
no_license
paulomcnally/visva
c475a5c166662f7a2ac05413aec01021582a226e
e7bbf0559ffd77f7abcb6ba96fae9606a6e4876c
refs/heads/master
2021-01-22T10:21:43.082568
2015-07-05T18:08:58
2015-07-05T18:08:58
40,391,742
0
0
null
null
null
null
UTF-8
Java
false
false
1,363
java
package com.fgsecure.ujoolt.app.utillity; import android.util.Log; import com.fgsecure.ujoolt.app.screen.MainScreenActivity; import com.google.android.maps.GeoPoint; public class LoadJoltTask implements Runnable { MainScreenActivity mainScreenActivity; public LoadJoltTask(MainScreenActivity mainScreenAc...
[ "kieuducthang@gmail.com" ]
kieuducthang@gmail.com
b25c0ad664b7bfe4a87482774f391a2a802f5ec0
968b0f949fd91451b82e5c000ce80ee6fb66e999
/jt-manage-1/src/main/java/com/jt/vo/EasyUIList.java
8ca365b19b611990081f59f154b26cffd1f28ce2
[]
no_license
Admin-k/STS-JT-1
5077145da68e31aa9681743511d82d3ed4a253e9
9cde0137bbcf0fdfc8255565ddcd4ade058996e7
refs/heads/master
2020-05-18T08:53:30.276612
2019-04-30T17:55:31
2019-04-30T17:55:31
184,308,545
3
0
null
null
null
null
UTF-8
Java
false
false
404
java
package com.jt.vo; import java.util.List; import lombok.Data; import lombok.experimental.Accessors; @Data @Accessors(chain=true) public class EasyUIList { private Integer total; //记录总数 private List<?> rows; //保存商品信息 public EasyUIList(){ } public EasyUIList(Integer total, List<?> rows) { ...
[ "3215673330@qq.com" ]
3215673330@qq.com
fc060a01df23c4391fea03bfba8f110f4ec3bea5
5dfadf842bdf166c604cdeecae309f45fe3f1a79
/src/com/msbinfo/expresslync/rct/valuation/impl/CalculationResultImpl.java
cb8aab6d08b6242412bcc2bd78cedf7479692227
[]
no_license
JB2001216/MSBValuationClient
a9d86260ffbf16bd82216b60498704bb42259083
e2cf9299a8482ffdcc807c84fc3bd0ce6a83b0c8
refs/heads/master
2023-02-23T22:11:50.951025
2021-01-27T13:48:39
2021-01-27T13:48:39
333,434,368
0
0
null
null
null
null
UTF-8
Java
false
false
27,931
java
/* * XML Type: CalculationResult * Namespace: http://msbinfo.com/expresslync/rct/valuation * Java type: com.msbinfo.expresslync.rct.valuation.CalculationResult * * Automatically generated - do not modify. */ package com.msbinfo.expresslync.rct.valuation.impl; /** * An XML CalculationResult(@http://msbi...
[ "amymadden@fulldiscourse.com" ]
amymadden@fulldiscourse.com
9ce7da9a5e347f5d6187c3faf7d0789302f8900d
e3c2722c5095d35fa95d3b73f10e95c830393fe6
/Javabasic/src/c_control/Ex05_while연습.java
7b4a0fa9bc02bd1693c67b983e1014b348546dd4
[]
no_license
kwon64/web1
685bdb81c325c54992a552c59a3b412a57719198
484750018e507b39aeb669059b755664ea8fc3cb
refs/heads/master
2020-11-24T12:51:15.522690
2020-03-30T09:25:39
2020-03-30T09:25:39
228,152,651
0
0
null
null
null
null
UTF-8
Java
false
false
719
java
package c_control; public class Ex05_while연습 { public static void main(String[] args) { // 3 6 9 게임 // for(int i = 1; i<40; i++) { // int su=i; // boolean su369 = false; // // while(su !=0) { // int na = su % 10; // // if(na==3 | na==6| na==9 ) { // System.out.print("짝"...
[ "Canon@DESKTOP-PL2F7PK" ]
Canon@DESKTOP-PL2F7PK
ac5964ea3c7c01d2a2c08cba9e23c8e3bbb7e3a0
e534b67f68d67a1201ed273262c89de910a1794b
/app/src/main/java/com/example/gabriel/seatreservation/SeatActivity.java
d1a5d6dc1b0c4ada4514afc67d1c06d05f40c11e
[]
no_license
gabrielzheng31/SeatReservation
7d11b82927bf0fb4ac3ea11ec299c4aca87a4016
af4b323471c43aa9f660d9cf42b28bae14ebf97e
refs/heads/master
2021-09-03T06:08:33.849002
2018-01-06T06:28:50
2018-01-06T06:28:50
112,686,791
0
0
null
null
null
null
UTF-8
Java
false
false
13,201
java
package com.example.gabriel.seatreservation; import android.app.TimePickerDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.app.AlertDialog; import android.support.design.widget.Snackbar; import android.os.Bundle; import android.text.TextUtils...
[ "gabrielzheng31@163.com" ]
gabrielzheng31@163.com
24cd1a663877b22c0f3205eea11b3ce0e004c44d
58f54e534ee8c600bdad9cc8821913db7bde5d83
/Intervals/erco_test/hedc/EDU/oswego/cs/dl/util/concurrent/SyncCollection.java
7553db82e2a8cb436b0a5087ce7a4d09ba9ae1ee
[ "MIT" ]
permissive
nikomatsakiseth/eth-intervals-java
c7b1c2b645ba24e94e174d0a20b9dac711a66ff8
0130f596c5c87e0858f14e4f7d367eff5432c569
refs/heads/master
2021-01-25T03:49:16.238220
2010-11-07T14:13:50
2010-11-07T14:13:50
381,446
2
0
null
null
null
null
UTF-8
Java
false
false
13,810
java
/* File: SyncCollection.java Originally written by Doug Lea and released into the public domain. This may be used for any purposes whatsoever without acknowledgment. Thanks for the assistance and support of Sun Microsystems Labs, and everyone contributing, testing, and using this code. History: Date ...
[ "niko@alum.mit.edu" ]
niko@alum.mit.edu
331381849bc59fdc9694afd56e0ea4772331c201
82144434e1d95da01a63beba1e285ad36382ad14
/jcart-store-back/src/main/java/io/mqs/jcartstoreback/dto/out/OrderHistoryListOutDTO.java
56c4fca29b5eeb01886a28de2d3559e524161a92
[]
no_license
mengqisong/GitTest
fd4d57dff577809a9a9f95e65cd68b478035bf8e
e9b4e451bdfd2bd836e264ac25c92803496bbd87
refs/heads/master
2022-07-01T13:37:21.136072
2020-03-20T13:45:04
2020-03-20T13:45:04
242,697,777
0
0
null
2022-06-17T02:59:15
2020-02-24T09:41:30
JavaScript
UTF-8
Java
false
false
638
java
package io.mqs.jcartstoreback.dto.out; public class OrderHistoryListOutDTO { private Long timestamp; private Byte orderStatus; private String comment; public Long getTimestamp() { return timestamp; } public void setTimestamp(Long timestamp) { this.timestamp = timestamp; } ...
[ "1160510138@qq.com" ]
1160510138@qq.com
5128d9cd298201dd7356d569e2b65dc963ab30bb
8e686812073fcc41b5a14676eb0870f79e541009
/app/src/main/java/com/enggemy22/matajer2/Main/model2.java
89917255a2543e768d40d32d171ea2e7f8d9d908
[]
no_license
mohamedgemy22/mtajer
07a3d83624476a4a9f950c1e22f131f27f62dfa7
3b278a9fa584bb5e71f17dfae10e20cb955ef400
refs/heads/master
2020-09-08T21:05:45.563747
2019-11-12T14:53:18
2019-11-12T14:53:18
221,241,204
0
0
null
null
null
null
UTF-8
Java
false
false
465
java
package com.enggemy22.matajer2.Main; public class model2 { String name; String id; int imageRecource; public model2(String name, String id, int imageRecource) { this.name = name; this.id = id; this.imageRecource = imageRecource; } public String getName() { retu...
[ "eng22mohamed10gemy20@gmail.com" ]
eng22mohamed10gemy20@gmail.com
aae50d9bc57aa4f48b91f9edf7f9e99ceeaa9e05
6c1775660e770cf2a97c015181b1b6ea9131ccbc
/app/src/main/java/com/example/quanylysinhvien/database/DBHeplper.java
19f017a1b89298d4bb86ba18b4aef8b42489f591
[]
no_license
lehuuquockhanh/120THLTDD01
a0789320e5983e5e752a593538b79896913b82d4
2a9868f432e9ea45b21aa1957b082cc241c404de
refs/heads/master
2023-02-01T11:59:53.968624
2020-12-14T15:07:12
2020-12-14T15:07:12
321,380,739
0
0
null
null
null
null
UTF-8
Java
false
false
2,357
java
package com.example.quanylysinhvien.database; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import androidx.annotation.Nullable; import com.example.quanylysinhvien.R; import com.example.quanylysinhvien.m...
[ "you@example.com" ]
you@example.com
b652010deecfe13d7e06825b6f13f6a1615fa447
5c04b381f3ccf5e75000ca4dcac868f693a96f80
/classes/android/support/v4/h/o.java
455fde70290ae4bb0022ab40ca49b1e5ed03528f
[]
no_license
BoUnCe587/IrataJaguar
7ce3e16cd821dc3f470ccdef63a19ebdb421e2db
b2a46d0f761439119cc7e3fffd8a8a6b83266d2d
refs/heads/master
2020-11-28T01:34:46.869006
2019-12-23T04:13:08
2019-12-23T04:13:08
198,387,252
0
0
null
null
null
null
UTF-8
Java
false
false
489
java
package android.support.v4.h; import android.view.View; class o { public static int a(View paramView) { return paramView.getMinimumHeight(); } public static void a(View paramView, Runnable paramRunnable) { paramView.postOnAnimation(paramRunnable); } public static void a(View paramView, Runnable paramRunna...
[ "James_McNamee123@hotmail.com" ]
James_McNamee123@hotmail.com
35aa75329132abd8956fd9112a6410361fc62adb
8eaae5d589e94da4ace9981e44ff5f6475e0391a
/src/main/java/com/lazooo/example/Main.java
b5d118ce9248336de6c49cf18a3e9b08f6c0b23e
[ "MIT" ]
permissive
giok57/async-servlet
5d3e0797156ec2b202ec3e59cf448bd5cfacd08c
44a637d282ed7d5489b1117392416a333d4ea00f
refs/heads/master
2020-05-05T02:38:01.570084
2013-12-04T01:52:45
2013-12-04T01:52:45
14,887,700
1
0
null
null
null
null
UTF-8
Java
false
false
1,913
java
package com.lazooo.example; /** The MIT License (MIT) Copyright (c) 2013 Lazooo 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 ...
[ "gioelemeoni@gmail.com" ]
gioelemeoni@gmail.com
41746ad8520ac9d704088c9c37b778b7b81eca8f
4d41728f620d6be9916b3c8446da9e01da93fa4c
/src/main/java/org/bukkit/permissions/PermissionAttachment.java
2972d99a817a5d6c257a0b23adfacd674982af42
[]
no_license
TechCatOther/um_bukkit
a634f6ccf7142b2103a528bba1c82843c0bc4e44
836ed7a890b2cb04cd7847eff2c59d7a2f6d4d7b
refs/heads/master
2020-03-22T03:13:57.898936
2018-07-02T09:20:00
2018-07-02T09:20:00
139,420,415
3
2
null
null
null
null
UTF-8
Java
false
false
3,644
java
package org.bukkit.permissions; import org.bukkit.plugin.Plugin; import java.util.LinkedHashMap; import java.util.Map; /** * Holds information about a permission attachment on a {@link Permissible} * object */ public class PermissionAttachment { private PermissionRemovedExecutor removed; private final Map<Strin...
[ "alone.inbox@gmail.com" ]
alone.inbox@gmail.com
147bbee6445b58fa3b8eb7caa74a79be8ba75646
f2e773d7a75bb24d104784ed9377c7634128e9da
/Powitalny.java
763828dbb079e112fbaa58116dcd98a00c7c4bf3
[]
no_license
PiotrWrona/Sssnake
a2f7b5c93b5bcde7cc3b3cc93a12e7947a5f1f73
8fd39655193a5e77ef4c9cce9789232cd0caeccf
refs/heads/master
2021-01-10T20:22:41.662266
2015-03-16T15:30:15
2015-03-16T15:30:15
32,329,686
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
2,908
java
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.ButtonGroup; import javax.swing.JButton; import javax.swing.JCheckBox; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JRadioButton; /** * Tworzy ekran powitalny w grze, gdzie możemy wybrać: * <ul> ...
[ "vincit@interia.pl" ]
vincit@interia.pl
da2fae33d7d9cdaa8093e31e5ac73af32c432f15
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.5.1/sources/com/iqoption/chat/viewmodel/UserInfoViewModel$loadUserInfo$2.java
9408325e1f6cf92c07d80e8c0d0d2d8833c81943
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
1,261
java
package com.iqoption.chat.viewmodel; import kotlin.i; import kotlin.jvm.a.b; import kotlin.jvm.internal.Lambda; import kotlin.jvm.internal.h; import kotlin.l; @i(aXC = {1, 1, 11}, aXD = {"\u0000\u000e\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u0003\n\u0000\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u00...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
83841913098ed143a40c2059d22915bb10bb8f80
9948394677a548ca62b3fc25f0363aa872c50710
/src/com/mliddy/calcengine/CalculateBase.java
d1ddf1a035362ca24de1164891ef1c29cd8316b1
[]
no_license
mliddy/Calcengine
3014fe2bc360ab22ce86617ac8935b4cc1950cf4
b34b48789f61b01b01fc3f68eb2342f391db8481
refs/heads/master
2022-11-11T18:34:27.574183
2020-06-26T08:29:01
2020-06-26T08:29:01
275,110,940
0
0
null
null
null
null
UTF-8
Java
false
false
805
java
package com.mliddy.calcengine; public abstract class CalculateBase { private double leftVal; private double rightVal; private double result; public CalculateBase(){}; public CalculateBase(double leftVal, double rightVal) { this.leftVal = leftVal; this.rightVal = rightVal; } ...
[ "mliddy@gmail.com" ]
mliddy@gmail.com
46305679b7c7e1b60448540d46a5372c26ad7efa
14574d374fd8907d8a8e339e25e3b0bbfe8303e3
/src/main/java/org/example/enums/Permission.java
1fbf5d08787abf87835128548580383443992cb8
[]
no_license
mKostsov24/graduation_project
b5c790aa053c1a745ed7ab492b0f3cc32282fff4
62fa83344d45d54d971875411a3ac3ade7b65a3a
refs/heads/master
2023-08-16T05:32:22.039091
2021-10-11T16:31:10
2021-10-11T16:31:10
366,181,716
0
0
null
null
null
null
UTF-8
Java
false
false
293
java
package org.example.enums; public enum Permission { USER("user:write"), MODER("user:moder"); private final String permission; Permission(String permission) { this.permission = permission; } public String getPermission() { return permission; } }
[ "dubok24@yandex.ru" ]
dubok24@yandex.ru
a420caf2aed130c29a05df539f0eba819e92c67a
fb71f4802819b0f9e5eb2f71bfe356258b8d1f57
/ontrack-ui-support/src/main/java/net/nemerosa/ontrack/ui/resource/ResourceDecorationContributorServiceImpl.java
3c72f1504819f7247e52325492d2ee1d022f53da
[ "MIT" ]
permissive
nemerosa/ontrack
c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3
de5ae2ebd9d9a30dce4c717f57e4604da85f0b51
refs/heads/master
2023-08-31T11:02:35.297467
2023-08-28T17:59:07
2023-08-28T17:59:07
19,351,480
111
35
MIT
2023-08-31T13:21:53
2014-05-01T17:08:33
Kotlin
UTF-8
Java
false
false
2,497
java
package net.nemerosa.ontrack.ui.resource; import net.nemerosa.ontrack.model.structure.NameDescription; import net.nemerosa.ontrack.model.structure.ProjectEntity; import net.nemerosa.ontrack.model.structure.ProjectEntityType; import net.nemerosa.ontrack.model.support.ApplicationLogEntry; import net.nemerosa.ontrack.mod...
[ "damien.coraboeuf@gmail.com" ]
damien.coraboeuf@gmail.com
41236c984220a39d2f481891c48431344b1edf4f
0175a417f4b12b80cc79edbcd5b7a83621ee97e5
/flexodesktop/GUI/flexo/src/main/java/org/openflexo/components/OpenProjectComponent.java
1fe941bbf3dbe6ba724e1091f3faa49180314cb2
[]
no_license
agilebirds/openflexo
c1ea42996887a4a171e81ddbd55c7c1e857cbad0
0250fc1061e7ae86c9d51a6f385878df915db20b
refs/heads/master
2022-08-06T05:42:04.617144
2013-05-24T13:15:58
2013-05-24T13:15:58
2,372,131
11
6
null
2022-07-06T19:59:55
2011-09-12T15:44:45
Java
UTF-8
Java
false
false
2,311
java
/* * (c) Copyright 2010-2011 AgileBirds * * This file is part of OpenFlexo. * * OpenFlexo is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any late...
[ "guillaume.polet@gmail.com" ]
guillaume.polet@gmail.com
3c352228b6300d01263227363df0c09402bd0a37
c381f5be286e80336ada8968ad17593b1c59ff49
/NumberShapes/src/NumberShape.java
8ad03a8dd28c90cacb5cefddfc1917b41d7b3713
[]
no_license
nagesh1805/NumberShapes
ff2078122b23cb38ac5c7b8dba30902d3437ab6b
cb2b737cdb4b0d900de9eef08056bd19e3112e56
refs/heads/master
2023-06-16T11:51:40.247184
2021-07-15T21:58:09
2021-07-15T21:58:09
381,561,298
0
0
null
null
null
null
UTF-8
Java
false
false
2,346
java
import java.applet.Applet; import java.applet.AudioClip; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; import java.net.URL; import javax.swing.JButton; import javax.swing.JComponent; import javax.swing.JFrame; import javax.swi...
[ "nageshmath@gmail.com" ]
nageshmath@gmail.com
0260cb5f8cee6ed686bad748d0c1bac64c6fed3d
a2df6764e9f4350e0d9184efadb6c92c40d40212
/aliyun-java-sdk-rds/src/main/java/com/aliyuncs/rds/model/v20140815/DescribeInstanceKeywordsRequest.java
6c40fa80c899c025de528dcf6c9379a928f94f82
[ "Apache-2.0" ]
permissive
warriorsZXX/aliyun-openapi-java-sdk
567840c4bdd438d43be6bd21edde86585cd6274a
f8fd2b81a5f2cd46b1e31974ff6a7afed111a245
refs/heads/master
2022-12-06T15:45:20.418475
2020-08-20T08:37:31
2020-08-26T06:17:49
290,450,773
1
0
NOASSERTION
2020-08-26T09:15:48
2020-08-26T09:15:47
null
UTF-8
Java
false
false
2,805
java
/* * 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 writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
b96e2c590b8aef17f61cc139aced4d6197080a10
aed8ff67a899f53cbefc33eef5e4bd158e6997fe
/BCGameJam2018Resolution/feature/src/main/java/com/bcgamejam2018/resolution/bcgamejam2018resolution/feature/EndingActivity.java
baea1692a965aa39ca12f7cd1448b88197028da1
[ "MIT" ]
permissive
kessris/New-Year-s-Resolution
d62ab55a2a8ccff85b0ec4bd6417f61f33d700c9
2d568ddf0f900f2b5aff7b51c0a997e6f8c44bb6
refs/heads/master
2021-04-30T06:54:38.904347
2018-02-14T01:44:56
2018-02-14T01:44:56
121,458,116
3
0
null
null
null
null
UTF-8
Java
false
false
2,317
java
package com.bcgamejam2018.resolution.bcgamejam2018resolution.feature; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ImageButton; import android.content.Intent; import java.util.ArrayList; public class EndingActivity extends AppCom...
[ "noreply@github.com" ]
kessris.noreply@github.com
90bec1c8ee38c9ed848150f61d87fb58fd674e51
54552ef1323a9d757c8b4867ed5eddd70252da90
/src/main/java/com/example/james/wordsearch/WordDB.java
95e1e3f21c7fed489bc23cac5dc774b77bcb01ca
[]
no_license
jamesover87/wordSearch3
f017670e6095781132d701a5c919d95ba9e51692
74495d868e2d33c365dd5dd49ead3382179677c3
refs/heads/master
2021-01-17T12:59:05.529555
2016-08-07T21:02:14
2016-08-07T21:02:14
65,153,899
0
0
null
null
null
null
UTF-8
Java
false
false
41,245
java
package com.example.james.wordsearch; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import android.content.ContentValues; import android.content.Context; import android.content.res.AssetManager; import andr...
[ "noreply@github.com" ]
jamesover87.noreply@github.com
1a05872e83d2903ff5b01f8e7c923a2e6c22ef5c
7f20b1bddf9f48108a43a9922433b141fac66a6d
/core3/support/tags/support-parent-3.0.0-alpha6/taglets/src/main/java/org/cytoscape/taglets/compatibility/AbstractApiTaglet.java
263d1c36f79eb62045516f630068611210cf156b
[]
no_license
ahdahddl/cytoscape
bf783d44cddda313a5b3563ea746b07f38173022
a3df8f63dba4ec49942027c91ecac6efa920c195
refs/heads/master
2020-06-26T16:48:19.791722
2013-08-28T04:08:31
2013-08-28T04:08:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,353
java
package org.cytoscape.taglets.compatibility; import com.sun.tools.doclets.Taglet; import com.sun.javadoc.Tag; import java.util.Map; /** * An abstract taglet for specifying the Cytoscape API documentation * taglet. */ abstract class AbstractApiTaglet implements Taglet { private final String name; pri...
[ "mes@0ecc0d97-ab19-0410-9704-bfe1a75892f5" ]
mes@0ecc0d97-ab19-0410-9704-bfe1a75892f5
7689a5a24db5f28736c231197029c1d1b613b5bd
e60fbead478d517698543e7dc76bd105af284935
/intranet/src/com/stxnext/management/android/ui/dependencies/PopupItem.java
a7a1bd8e6dcc45e23ec1d6256d0f1a5f8d7c0ddb
[]
no_license
stxnext/stxnext-intranet-android
e8bedf962a993dd382fe774ba334983d75b53d4f
a8f387d8da4b7479727d78e457ba01779368b7be
refs/heads/master
2021-01-22T16:53:22.148313
2014-04-16T11:58:53
2014-04-16T11:58:53
13,984,374
0
0
null
null
null
null
UTF-8
Java
false
false
1,003
java
package com.stxnext.management.android.ui.dependencies; import android.view.View; import com.stxnext.management.android.R; public class PopupItem { private String titleText; private Object content; private View layout; private boolean selected; public PopupItem(String titleText, Object content)...
[ "pawel.luczak@stxnext.pl" ]
pawel.luczak@stxnext.pl
b0853183cabfbf84047b3837dabae6e1a2b12f4a
9b901d84169b032b48cf0f4f4f200b4bb6f64fe4
/struts/src/com/helloweenvsfei/struts/action/DispatchAction.java
abcc037d388970afb52e619855f6fba7098554a0
[]
no_license
a0248327/JavaBuch
9160ae2342e2f96d5a41e51ae44939c3fb6d0594
83b64a6314df0f2932e0feafc2b7ddbae86e0a4a
refs/heads/master
2016-09-07T18:41:58.357977
2015-03-11T13:43:48
2015-03-11T13:43:48
29,740,865
0
0
null
null
null
null
GB18030
Java
false
false
1,935
java
/* * Generated by MyEclipse Struts * Template path: templates/java/JavaClass.vtl */ package com.helloweenvsfei.struts.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForw...
[ "muxin_email@hotmail.com" ]
muxin_email@hotmail.com
25bfaa9281c3f8109ec560d69eb437c4a1be3f65
44898589036c36664fb6ebabadae69910ee0206a
/src/Suspended.java
877967394539c6e1cd9d2eb01184cedf805e1c11
[]
no_license
SSP16SCM59S/Model-Driven-Architecture
c1419cabbbc27192853e9c26b9f9fba2635d21a3
2b9397902ab0ac212fc81236e5e7e81bf75d2d6a
refs/heads/master
2020-12-24T18:51:04.307957
2016-05-03T01:47:26
2016-05-03T01:47:26
57,872,515
0
0
null
null
null
null
UTF-8
Java
false
false
407
java
import java.io.*; import java.util.*; public class Suspended extends States { public Suspended(EFSM e,AbstractFactory a,Datastore d) { super(e,a,d); } public void close() { obj.newState(9);//state is changed to Idle obj1.close(); } public void balance() { obj1.displayBalance();// Balance is Displa...
[ "sshanka5@hawk.iit.edu" ]
sshanka5@hawk.iit.edu
c227d43ef8dc09ebf2c70e1cd4e1e1f555da25fe
13b13a4fb642b864a7e6204fa054b6b722bc9242
/src/main/java/patterns/behavioral/strategy/validate/ValidationStrategy.java
7c5e072cc21f31877be5fc5681a2e7bffc5aa44a
[]
no_license
FTLturtle/Java-Examples
cc5c07f69a8090036123b391196abb6224544d97
f2104e7199feeef5ba7f57797974e167bf5e9c56
refs/heads/master
2020-05-04T03:45:31.789772
2019-04-02T20:09:54
2019-04-02T20:09:54
178,952,777
0
0
null
2019-04-01T21:52:47
2019-04-01T21:52:47
null
UTF-8
Java
false
false
641
java
package patterns.behavioral.strategy.validate; public abstract class ValidationStrategy { public abstract boolean isValid(CreditCard creditCard); protected boolean passesLuhn(String ccNumber){ int sum = 0; boolean alternate = false; for(int i = ccNumber.length() - 1; i >=0; i--){ ...
[ "froilan.miranda@gmail.com" ]
froilan.miranda@gmail.com
f838c7a4b22951038cdbe75882a6f18f4f8f646a
fabcfdebc9c80435d9876626453bf4742185071e
/android/src/main/java/com/niki/jpush/IntentPackage.java
8e0013b59663cf6b5fd0ae4b690c8c7f891809ef
[]
no_license
NikiLee2016/jpush-react-native-helper
70bba472541fdb36a62d199c8c2691b2056569f5
805f244eb29091f8120ff4975ae145a5565e87c6
refs/heads/master
2020-04-11T20:56:09.403227
2019-02-22T17:56:07
2019-02-22T17:56:07
162,088,891
5
0
null
null
null
null
UTF-8
Java
false
false
696
java
package com.niki.jpush; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.ViewManager; import java.util.Arrays; import java.util.Collections; import java.util.List; public class IntentPa...
[ "m13296644326@163.com" ]
m13296644326@163.com
4e8c06d80f3735cc5a23f3c0b63ad6a5dc705bdd
6732378a0c1dad6d0af758905eb2b5193e403525
/src/day2/D2Task2.java
ba7f897a2e71e44a91785573ba971386d808f9db
[ "MIT" ]
permissive
AirbornePanda/AdventOfCode2017
5aa56a30b34f1fe85877c884124f913dd38f0ee8
2fe6cce96b719e6a170568720ea36db259249e09
refs/heads/master
2021-05-01T20:47:19.057495
2018-02-15T22:40:22
2018-02-15T22:40:22
120,965,418
0
0
null
null
null
null
UTF-8
Java
false
false
1,645
java
package day2; import util.InputReader; import java.io.IOException; import java.net.URISyntaxException; import java.util.Arrays; public class D2Task2 { public static void main(String[] args) throws IOException, URISyntaxException { final long startTime = System.currentTimeMillis(); int[][] input ...
[ "julian.sauer@outlook.com" ]
julian.sauer@outlook.com
2120efa27b16f0ee3020001b37bd9c2572768746
54d7e285c794534f480bcd402522dffabd4998f9
/Runner/src/com/ku/runner/DetectedActivitiesIntentService.java
a15a7543a6c31123c130ebba0c946cb89a984ac1
[]
no_license
RafflesiaKhan/RunwithRunner
09ea01d003ee6387460050c183f14d6e43fb1fe5
60e1d6119ccdbb645c5900f59a29d70b22f5cea6
refs/heads/main
2023-04-19T09:58:30.807304
2021-04-29T03:32:18
2021-04-29T03:32:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,334
java
package com.ku.runner; import android.annotation.SuppressLint; import android.app.IntentService; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.TaskStackBuilder; import android.content.Context; import android.content.Intent; import android.support.v4.content.LocalBroadcast...
[ "rafflesiakhan.nw@gmail.com" ]
rafflesiakhan.nw@gmail.com
20f8c80673d7de3cb7907df2185bb0e9b0026dc1
73154608ecedb7c34b59575c55177929579c4cb3
/StudentDetails.java
fe97d986665ed1c844cdbf4be69d0a80c1f852f5
[]
no_license
parthbathia/Java_Session6Assignment4
645b490be27ba2f560da8f0382feb29a436838a6
a5963a5fefcf5c9220d24467f30c371ac683d6c9
refs/heads/master
2021-01-20T19:57:32.647501
2016-06-06T07:13:18
2016-06-06T07:13:18
60,003,871
0
0
null
null
null
null
UTF-8
Java
false
false
120
java
public abstract class StudentDetails { String studentName = null; int studentRollNo; int studentRegNo; }
[ "parthbathia@gmail.com" ]
parthbathia@gmail.com
fa21f01b46977d01ab0eedefeff41cc4fd513282
21e092f59107e5cceaca12442bc2e90835473c8b
/bacore/src/main/java/com/basoft/core/ware/wechat/domain/msg/NewsMsg.java
79d86417b6b999de8077969a3af16b9096e22552
[]
no_license
kim50012/smart-menu-endpoint
55095ac22dd1af0851c04837190b7b6652d884a0
d45246f341f315f8810429b3a4ec1d80cb894d7f
refs/heads/master
2023-06-17T02:52:01.135480
2021-07-15T15:05:19
2021-07-15T15:05:19
381,788,497
0
0
null
null
null
null
UTF-8
Java
false
false
2,158
java
package com.basoft.core.ware.wechat.domain.msg; import java.util.ArrayList; import java.util.List; import net.sf.json.JSONObject; /** { "touser":"OPENID", "msgtype":"news", "news":{ "articles": [ { "title":"Happy Day", "description":"Is Really A Happy Da...
[ "kim50012@naver.com" ]
kim50012@naver.com
717848e72985d96ff40fbd7a083b4dce6d92053f
720dd4f50c1e103c9782fd3ad432f8d1f1c31f26
/LeetCode/src/KthElement.java
1f77a09029d3a3acf0a70e74c55768f1261a1f1b
[]
no_license
kwang108/coding
a4d934416fb6345035f278e2af5f46f070bce8b0
db67ed19061f4c3e63388ed732676a28c7a58629
refs/heads/master
2020-04-12T23:04:28.165586
2014-10-07T01:57:03
2014-10-07T01:57:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,502
java
/** * Created by kkwang on 7/15/14. */ public class KthElement { /** * Find the k-th Smallest Element in the Union of Two Sorted Arrays A and B. * * At index i, there are i elements smaller than A[i]. For example, {1, 3, 5, 7} and i=2, there are two numbers smaller * than A[2]=5. Similarly, at...
[ "kangwang1982@gmail.com" ]
kangwang1982@gmail.com
d115c8f4603a235628ac36043ef97c2d8d4bd292
d914b758adb3e069a92dc1cfc0335d0dff1c4eae
/magick-core/src/main/java/com/gemserk/games/magick/systems/PhysicsTransformationSystem.java
95898235867c080bb50402f27c9f3ca34347b3dc
[]
no_license
rgarat/magick
347593169af7c0de83f48843aaf2a4352c0a38c0
b952cc3b28e4b602db39eee73b1cac8929be7461
refs/heads/master
2021-01-15T16:15:10.338984
2011-05-21T00:49:54
2011-05-21T00:49:54
1,523,169
0
0
null
null
null
null
UTF-8
Java
false
false
1,019
java
package com.gemserk.games.magick.systems; import com.artemis.ComponentMapper; import com.artemis.Entity; import com.artemis.EntityProcessingSystem; import com.badlogic.gdx.math.Vector2; import com.gemserk.artemis.components.ComponentMapperInitHelper; import com.gemserk.games.magick.components.BodyComponent; import com...
[ "ruben.garat@gemserk.com" ]
ruben.garat@gemserk.com
20b791b3d6ec4924b72a6d1722433f5b14f34b90
7d0ed9cacf4e48baf0aa25d4a8d2de4af6387b33
/android/view/accessibility/AccessibilityRecord.java
d407a7ca88edc2502903a468f7638b51676d71db
[ "Apache-2.0" ]
permissive
yuanliwei/Monkey-Repl
fba5a773fcc88c5de48436a5c2529686ece40e33
381bd7da3591d83628a54ea7d1760712cbe0ad13
refs/heads/master
2022-07-05T09:45:17.077556
2022-06-24T01:16:40
2022-06-24T01:16:40
195,626,675
7
3
null
null
null
null
UTF-8
Java
false
false
6,534
java
package android.view.accessibility; import java.util.ArrayList; import java.util.List; import android.os.Parcelable; import android.view.View; public class AccessibilityRecord { protected static final boolean DEBUG_CONCISE_TOSTRING = false; boolean mSealed; int mBooleanProperties = 0; long mSourceN...
[ "891789592@qq.com" ]
891789592@qq.com
d2eaca3de9af02950ee393d30693c50929ead91c
8d15368052fb30921efe82afe3c30f4b9dbc3b80
/ex06/src/main/java/com/jzheng/core/SimpleContextLifecycleListener.java
a486e87533706cf6913aa7736dbb387a72e7a18d
[]
no_license
jack-zheng/how-tomcat-works
b68a87caec1e63392c481b5f11deeff75704eb88
e068fc29ff69273c43f7b741ca42717f08f249cf
refs/heads/main
2023-08-11T14:42:41.921957
2021-09-20T11:52:54
2021-09-20T11:52:54
384,414,094
0
0
null
null
null
null
UTF-8
Java
false
false
784
java
package com.jzheng.core; import org.apache.catalina.Lifecycle; import org.apache.catalina.LifecycleEvent; import org.apache.catalina.LifecycleListener; import java.util.logging.Logger; public class SimpleContextLifecycleListener implements LifecycleListener { private final Logger logger = Logger.getLogger(this....
[ "jiabin.zheng01@sap.com" ]
jiabin.zheng01@sap.com
a17bc93aa78bf700062305576f7973191721b295
0504f6e33b7438183b86a11e62d0bf0e5648df91
/src/main/java/com/examples/config/MultipartConfig.java
5cc6d06545b98e9074d3c7f3cd7025842afec1dd
[]
no_license
designreuse/spr-mvc-java-config
83b3ed88d7ccafeaf262d094f55a8cc5a8a2b734
24dde1dcca017cca3f6fe612f0cfefc4557f53bd
refs/heads/master
2020-12-03T00:37:48.267829
2015-12-17T17:19:14
2015-12-17T17:19:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
610
java
package com.examples.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.multipart.MultipartResolver; import org.springframework.web.multipart.commons.CommonsMultipartResolver; @Configuration public class MultipartConf...
[ "mono.chapagai@gmail.com" ]
mono.chapagai@gmail.com
2e3f006b5bc1c9429e8cc571bd867c55a20610c7
d44e9604c3383de330e6aaba935b4142d00bce0a
/pi4jPro/src/raspi/server/LEDThread.java
1067f3457fad65763c7b18329efeff2aa6eec93b
[]
no_license
chaj00/raspberry
d57e671f0a8099e7c6cbbbcb6d3281adf5ecf391
6a8299538ec102da081a08c09bab0bd4eb16fd6f
refs/heads/master
2020-04-02T03:29:27.047787
2016-07-25T04:58:51
2016-07-25T04:58:51
64,100,612
0
0
null
null
null
null
UHC
Java
false
false
1,636
java
package raspi.server; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.Socket; import java.net.SocketAddress; import com.pi4j.io.gpio.GpioController; import com.pi4j.io.gpio.GpioFactory; import com.pi4j.io.gpio.GpioPinDigitalOutput; import com.pi4j.io.gpi...
[ "CHA@CHA-PC" ]
CHA@CHA-PC
668ab2668b67be4156ed70faac8b44ff0c727bf1
c383e57b000ff3152acf7ae3678d6c7e7bff1ed7
/src/main/java/io/github/jaychoufans/cms/service/SystemRolePermissionService.java
ea2075bdf0aa7f6c97655060e342b910f814fc14
[ "Apache-2.0" ]
permissive
ly641921791/ContentManagementSystem
22a15eec3c3e89156699db0eae853eaf18183c4e
27677361b4b8a1e25db4103b3fb7c3982833c638
refs/heads/master
2023-06-26T06:32:25.828835
2020-10-19T14:55:15
2020-10-19T14:55:15
264,962,875
0
0
null
null
null
null
UTF-8
Java
false
false
255
java
package io.github.jaychoufans.cms.service; import com.baomidou.mybatisplus.extension.service.IService; import io.github.jaychoufans.cms.model.SystemRolePermission; public interface SystemRolePermissionService extends IService<SystemRolePermission> { }
[ "641921791@qq.com" ]
641921791@qq.com
4a33bfc2b88238c5228eeaad165461cd713430b7
22502066dd1ca547f6e7b5de7970ae4e2e9c1349
/app/libs/example/com/icbc/api/FundBalancequeryTestV1.java
60ba10e1e3c61d28d3e706814c86d0fe5508e6bc
[]
no_license
springwindyike/QrcodePay
1a1bf7f101ae00bdd609157e712eed792adf3ae0
8d17a177e519cd8190c9b237ce637d60de22a530
refs/heads/master
2022-11-14T17:32:48.481572
2020-07-14T00:47:20
2020-07-14T00:47:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,474
java
package com.icbc.api; import org.junit.Test; import com.icbc.api.internal.util.internal.util.fastjson.JSONObject; import com.icbc.api.request.FundBalancequeryRequestV1; import com.icbc.api.request.FundBalancequeryRequestV1.FundBalancequeryRequestV1Biz; import com.icbc.api.response.FundBalancequeryResponseV1; public ...
[ "595379642@qq.com" ]
595379642@qq.com
d91a5d1c99d02047d39bb5be2cad43f7c034e60a
edfb435ee89eec4875d6405e2de7afac3b2bc648
/tags/selenium-2.21/java/client/test/org/openqa/selenium/ExecutingAsyncJavascriptTest.java
46ef63e7d1f5fe80f1e1fc3d8f55db16c06f0723
[ "Apache-2.0" ]
permissive
Escobita/selenium
6c1c78fcf0fb71604e7b07a3259517048e584037
f4173df37a79ab6dd6ae3f1489ae0cd6cc7db6f1
refs/heads/master
2021-01-23T21:01:17.948880
2012-12-06T22:47:50
2012-12-06T22:47:50
8,271,631
1
0
null
null
null
null
UTF-8
Java
false
false
14,624
java
package org.openqa.selenium; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertThat; import static org.junit.Assert.assertTrue; import static org.junit.As...
[ "kristian.rosenvold@gmail.com@07704840-8298-11de-bf8c-fd130f914ac9" ]
kristian.rosenvold@gmail.com@07704840-8298-11de-bf8c-fd130f914ac9
7e318494a5ce4df2466a2ac02e9f9b19294d0e06
2fa69fe0521364032aa9c44ec3f0391e94ef8c9f
/src/main/java/com/alibaba/Test.java
bb44b0a8337d88873a22795d2944820ae482bcb3
[]
no_license
zhyn456128/MultiThreadTest
4437b019a368ac3d3e1ebb7d4f7ac24a810abcf6
1183962592a6537b0756dc021b38a05c85d36678
refs/heads/master
2020-06-22T16:13:48.945382
2019-07-19T09:25:57
2019-07-19T09:25:57
197,743,551
0
0
null
null
null
null
UTF-8
Java
false
false
1,316
java
package com.alibaba; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; /** * 一、用于解决多线程安全问题的方式: * 1.同步代码块 synchronized 隐式锁 * 2.同步方法 synchronized 隐式锁 * 3.同步锁Lock (jdk1.5以后) 显示锁 * 注意:显示锁,需要通过lock()方式上锁,必须通过unlock()方式进行释放锁 */ public class Test { public static void main(Str...
[ "zhaoyanan@zhaoyanandeMacBook-Pro.local" ]
zhaoyanan@zhaoyanandeMacBook-Pro.local
834fb9c1e4fb390f5dc1b11def2e480e79907751
e6a4fc9daf1d7cdbc2b8c9cfe16031e94c3b9cc4
/src/main/java/com/example/demo/domain/OfficeLocation.java
02d79a795b3f2147e60b5eba298c7f44a4e91fa6
[]
no_license
blueswebber/db_project
4201a679787e58d6dcca91b4db49b111852d6dfa
70dca52c3df5d1059da2e0d3646e092410f09680
refs/heads/master
2023-02-02T23:17:20.919761
2020-12-15T08:09:30
2020-12-15T08:10:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
808
java
package com.example.demo.domain; import com.example.demo.domain.support.State; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import java.util.ArrayList; import java.util.List; @Entity @Table(name = "OFFICE_LOCATION") @Getter @Setter public class OfficeLocation extends BaseModel{ @Colum...
[ "ventusxu0905@gmail.com" ]
ventusxu0905@gmail.com
24e57c7886ed8bfe9a2c368cba7d067f319805f1
a3b5d19f1d616ed6677d4279aa344171a5f6a720
/src/main/java/com/bp/bll/ThreadMonitor.java
2cbaa9efc140821ef2a80971db01a1a7c78d6a45
[]
no_license
hongyingJake/BPAnalisysServer
a907a992041d4d8f10de9b947e50e711cf64f353
c8d41eedaf9676cffc64a46e4828491adea36de6
refs/heads/master
2020-03-17T13:47:50.902645
2018-05-16T09:52:47
2018-05-16T10:03:28
133,644,915
1
0
null
null
null
null
GB18030
Java
false
false
8,079
java
package com.bp.bll; import java.io.File; import java.io.FileInputStream; import java.util.List; import java.util.Map; import java.util.Scanner; import com.bp.common.*; import com.bp.msgfactory.*; import com.bp.msginterface.*; /** * @author zyk * @version 创建时间:2017年8月7日 下午4:10:46 * Web 服务线程监视工具 (监视消息队列服务器是否正常工作)类说明 */...
[ "zhang731610067@163.com" ]
zhang731610067@163.com
8d76a76f98792527334aacb4050d9711a2b545db
06cf20254b125e5a421fafccca1b18e0b9346b98
/libraries/network/src/main/java/com/szy/lib/network/Retrofit/factory/CustomGsonResponseBodyConverter.java
e01def3b12c07c6eae442f0cc27ccf1587d2ce8a
[]
no_license
songzhiyin/kotlinDemo
16121386d8f3115814af640d19cb5d07f8190472
4c53005df8631ac745b0d2e53fc2c9f56f37587c
refs/heads/master
2022-11-07T13:43:20.828952
2020-06-28T07:02:24
2020-06-28T07:02:24
267,467,470
0
0
null
null
null
null
UTF-8
Java
false
false
1,572
java
package com.szy.lib.network.Retrofit.factory; import com.google.gson.Gson; import com.google.gson.JsonIOException; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import java.io.IOException; import java.io.Reader; import java.io.StringReader; im...
[ "916924575@qq.com" ]
916924575@qq.com
06c653c6cb82adac437e009057ba9046592c3c94
c06a78393b952d6ad09b9ce4b445388176422337
/src/com/hyr/hubei/polytechnic/university/competition/system/domain/Article.java
feb675512e65bd1578b165134d89c937a4f04779
[]
no_license
huangyueranbbc/CompetitionSystem
aab44d8b95ba724565c6341c78e77d55decfa03c
be45f9ecd45c224a621bbbe2fe648b0f9b4ad4bf
refs/heads/master
2023-05-06T03:28:52.816449
2021-05-31T05:58:42
2021-05-31T05:58:42
72,910,311
0
0
null
null
null
null
UTF-8
Java
false
false
1,095
java
package com.hyr.hubei.polytechnic.university.competition.system.domain; import java.util.Date; /** * 2016-11-4 21:25:37 * * @category 文章 回复和主题的父类 * @author 黄跃然 */ public class Article { /** id主键 */ private Long id; /** 作者 */ private User author; /** 发表时间 */ private Date postTime; /...
[ "huangyueran@DESKTOP-U61RP8O" ]
huangyueran@DESKTOP-U61RP8O
7415e223a70228e4a61ff9ff2f37311c6d500462
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_ad16fc34f2f70a71f8dd0f626465d1c3ec0736b9/ExpressionTransformer/5_ad16fc34f2f70a71f8dd0f626465d1c3ec0736b9_ExpressionTransformer_s.java
f91ab704b42f65d6d1e3f03f24662215c8187179
[]
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
85,789
java
/* * Copyright Red Hat Inc. and/or its affiliates and other contributors * as indicated by the authors tag. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
04ab9b9347a426f2ace15872fe2fa0a7e910b61e
563722ced7f6b875ca044aeb5e07e3ecfb48c982
/HealthCare_Android/app/src/test/java/com/ivan/healthcare/healthcare_android/ExampleUnitTest.java
c4784e2cbab61685aecc6591c2c9d8dc36f90916
[]
no_license
victoriamx/HealthCare
1b632059404145964471fbc89e97be46f689aa1c
5c1c2d7e4782d8b4a9cdb4dc33c4d5ce7205aecc
refs/heads/master
2020-04-05T00:19:00.501403
2016-05-29T05:47:28
2016-05-29T05:47:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
331
java
package com.ivan.healthcare.healthcare_android; 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 + ...
[ "475176416@qq.com" ]
475176416@qq.com
0b2f1a2cc3e38766b0525cfdfeb70e442475801d
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-appmesh/src/main/java/com/amazonaws/services/appmesh/model/IpPreference.java
9981671d6c2d3ff54ed4271b5269d145d1273a17
[ "Apache-2.0" ]
permissive
aws/aws-sdk-java
2c6199b12b47345b5d3c50e425dabba56e279190
bab987ab604575f41a76864f755f49386e3264b4
refs/heads/master
2023-08-29T10:49:07.379135
2023-08-28T21:05:55
2023-08-28T21:05:55
574,877
3,695
3,092
Apache-2.0
2023-09-13T23:35:28
2010-03-22T23:34:58
null
UTF-8
Java
false
false
1,849
java
/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
92fe6c27cf079880eb3610b221045e26ee6b6c65
68650b353b8b39203fdcb5145fec6c8d0dd48c86
/app/src/main/java/org/ihsan/android/noline/QueuedState.java
5423c7db6df664aef01b120aef9ae9de529c87cf
[]
no_license
myihsan/NoLine
e1e4e8dfe12afbc20ab23f73fd41467be234315c
804acf7a74ea05c715ddfa4145b3942297b1ca2b
refs/heads/master
2016-09-02T02:48:33.363795
2015-05-18T08:10:48
2015-05-18T08:10:48
34,046,273
0
0
null
null
null
null
UTF-8
Java
false
false
3,245
java
package org.ihsan.android.noline; import org.json.JSONException; import org.json.JSONObject; /** * Created by Ihsan on 15/5/4. */ public class QueuedState { private int mNumber; private String mQueueName; private String mSubqueueName; private String mInTime; private String mOutTime; private ...
[ "ihsan.lee@gmail.com" ]
ihsan.lee@gmail.com
13f4ce9cb655ea866c9bf4b262f9e86e491eda48
77f32e0a0708f6c5cb94109c45216dbca1791361
/Spark-service/service-uum/src/main/java/com/lyc/spark/service/uum/mapper/AuthClientMapper.java
68b30f76cb17533d26d27f6e06a33549cbf3794d
[]
no_license
Mamba0000/Spark
91917e818a1c44d8206b35bd1ae266b7eb436f4b
642bd9d7ad39fc55f542a1495da90ed74aaa4800
refs/heads/master
2023-06-27T13:04:52.312933
2021-08-01T06:20:21
2021-08-01T06:20:21
334,805,247
0
0
null
null
null
null
UTF-8
Java
false
false
251
java
package com.lyc.spark.service.uum.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.lyc.spark.service.uum.entity.AuthClient; /** * Mapper 接口 * */ public interface AuthClientMapper extends BaseMapper<AuthClient> { }
[ "306702227@qq.com" ]
306702227@qq.com
52dc95207be0a297d76ac64c5ce415b43bf84377
3671bec0bf1f42acec53aafaa5936bc596606efd
/src/main/java/de/nikos410/ina/webshop/model/RegisterRequest.java
9c14ca4f2981536e53012b3601469ee0fb3d48b7
[]
no_license
Nikos410/ina1-exam
521c0a98393da7e44c9cf14c868581936f72348f
7055ad1037a15f80bf12074db88b0e3b9cf3fe81
refs/heads/master
2023-06-21T23:36:19.748417
2021-07-25T12:04:11
2021-07-25T12:04:11
387,735,242
0
0
null
null
null
null
UTF-8
Java
false
false
146
java
package de.nikos410.ina.webshop.model; public record RegisterRequest(String username, String password, String fullName, String emailAddress) { }
[ "nikos.epping@protonmail.com" ]
nikos.epping@protonmail.com
abc21bba329fb5434bbacd49e2b8c4d4c4ed63ce
bceb7f77071b10ef935e706b02b94e3f57604e43
/src/main/java/com/jiujun/voice/modules/apps/user/userinfo/service/impl/UserAlbumServiceImpl.java
3c03d194f1fe02cf3190c15ecd07e1f2811d21cb
[]
no_license
OnlyJJ/yuyin
bde4a58acb87ae24cf857b4d455edfe29b8f9b98
56f470b3fd18f1e3f4bf4cefc0aca3992c67cc74
refs/heads/master
2020-05-04T05:25:57.491586
2019-04-02T02:42:20
2019-04-02T02:42:20
178,985,022
3
3
null
null
null
null
UTF-8
Java
false
false
1,272
java
package com.jiujun.voice.modules.apps.user.userinfo.service.impl; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.jiujun.voice.common.enums.ErrorCode; import com.jiujun.voice.common.exception.CmdException; import com.jiujun.voice.modules.a...
[ "370083084@qq.com" ]
370083084@qq.com
65a4366c14b6546440d06a3ea39e4482cca17b6a
af9eb8041cd78b17b6929f6ee79c59df40a1bbb2
/terraform-generator-aws/src/main/java/com/anthunt/terraform/generator/aws/command/CommonArgs.java
866a56110c4f6cf7eea03aff8280165409198fbc
[ "Apache-2.0" ]
permissive
syllogy/AWS2Terraform
aa3df11ef57aa8b319446bc94340a4dfb849f8df
4ebaecb9a30e40e6f3e62a791faf02edb9ba51be
refs/heads/master
2023-07-03T18:58:30.570338
2021-07-07T02:34:40
2021-07-07T02:34:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,909
java
package com.anthunt.terraform.generator.aws.command; import com.beust.jcommander.Parameter; import lombok.Data; @Data public class CommonArgs { private static final String DEFAULT_PROFILE = "default"; private static final String PROFILE_HELP = "aws profile name by ~/.aws/credentials and config ex) default"; ...
[ "anthunt01@gmail.com" ]
anthunt01@gmail.com
a320b93bad2f330716037d81cb9887ad2fcf0516
9d14214cc986ae372f5511cb5d45611cc91220b6
/Java/Algorithms/TuringMachineApplet/TuringMachineApplet.java
faf60e2cc7ddcaa6b94c9c0050d8f7d6c263e26b
[]
no_license
una1veritas/Workspace
6849309b908810042756640e3b02ad6716c3dc9c
32de11bec1755fdbe94885cd12688c3977c65d3a
refs/heads/master
2023-08-31T05:58:16.708401
2023-08-24T07:11:36
2023-08-24T07:11:36
5,622,781
2
0
null
2017-09-04T11:31:25
2012-08-31T00:31:33
C
UTF-8
Java
false
false
3,297
java
// Decompiled by Jad v1.5.7d. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) // Source File Name: xTuringMachineApplet.java //package tm; import java.applet.Applet; import java.awt.*; import java.net.Malf...
[ "una.veritas@icloud.com" ]
una.veritas@icloud.com
6e85ae0ea8115e21614dbc22f06b90440c18f540
0501a01388f9e7a860445deffcda745a3da2286a
/core/src/com/singaporetech/eod/CollisionEngine.java
0d3aa9968a5a12d178c6dc84f72d554e40984571
[]
no_license
TheDarkMew/eod
232c84fa7a50457078283a81c2298c35ab0183ea
501155000f4f52518fd7477d9ffd7335659eb31d
refs/heads/master
2023-03-21T19:05:27.465611
2021-03-19T04:06:05
2021-03-19T04:06:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,151
java
package com.singaporetech.eod; import com.badlogic.gdx.math.Vector2; import com.singaporetech.eod.components.collision.Collidable; import com.singaporetech.eod.components.collision.Collider; import java.util.LinkedList; import java.util.List; /** * Created by mrboliao on 24/1/17. * NOTE THAT THIS IS LEGACY CODE TH...
[ "chek@gamesstudio.org" ]
chek@gamesstudio.org
ab1697c3b6d64c817ad49f8e07262b930337b5f0
6803987319036e73f92429e357aa3ab8b49c3392
/struts2/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/simple/CheckboxListHandler.java
42807777722b90f5a9e3cec5919e921379748aa4
[]
no_license
oliverswan/OpenSourceReading
8705eac278c3b73426f6d08fc41d14e245b3b97c
30f5ae445dc1ca64b071dc2f5d3bb5b963a5e705
refs/heads/master
2022-10-27T20:34:16.228853
2012-11-03T01:18:13
2012-11-03T01:18:13
5,302,570
0
1
null
2022-10-04T23:36:00
2012-08-05T10:19:28
Java
UTF-8
Java
false
false
4,270
java
/* * $Id: CheckboxListHandler.java 1292705 2012-02-23 08:40:53Z lukaszlenart $ * * 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 licen...
[ "li.fu@agree.com.cn" ]
li.fu@agree.com.cn
808881545c93a3bedca16fac63d5defa9e8a96d6
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_4150a9a63b905c1e366e45fdd069c297614bc2fb/HulaConditionalTree/23_4150a9a63b905c1e366e45fdd069c297614bc2fb_HulaConditionalTree_t.java
a2cdab6a7a0c4708bdcc525fa16e239e075dc586
[]
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
14,533
java
// $ANTLR 3.5 com/hula/lang/conditional/HulaConditionalTree.g 2013-04-11 11:05:23 package com.hula.lang.conditional; import com.hula.lang.runtime.RuntimeConnector; import java.math.BigDecimal; import org.antlr.runtime.*; import org.antlr.runtime.tree.*; import java.util.Stack; import java.util.List; ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
68cd9d644fb02a82efa8b57a9224f6f54f973c27
a126cd20139144ffd734f4f6f159893c30290374
/src/tests/CAUnitModelTest.java
582bbd8d8865019c039a80cdc7a25d3c2fadf9ba
[]
no_license
bchappet/dnfsim
02bb1b4a4d5f0daa41625e698edb6fd332b6f38b
d3d15c6f4d3af8b6b2d03352fb84c73dbe08e2a4
refs/heads/master
2021-01-11T03:59:21.962144
2016-10-18T16:19:41
2016-10-18T16:19:41
71,267,847
1
0
null
null
null
null
UTF-8
Java
false
false
2,320
java
package tests; import static org.junit.Assert.assertTrue; import java.util.Arrays; import junit.framework.TestCase; import maps.Leaf; import maps.Map; import maps.Matrix; import maps.NeighborhoodMap; import maps.UnitLeaf; import maps.Var; import neigborhood.Neighborhood; import neigborhood.V4Neighborhood2D; import...
[ "benoit.chappet-de-vangel@inria.fr" ]
benoit.chappet-de-vangel@inria.fr
74c73d19a820081febd0ed235f8bca0476bca9a5
1b50b2c191905b0225413c8725ecdf6260f2bb86
/src/com/flying/xiao/fragment/CommunityFragment.java
ff80eebad03e4a2e0e3dec368fcd2fe799be5e68
[ "Apache-2.0" ]
permissive
02110917/Xiao
53c1f43f1668a8756baf85ca02bdd4170c8cc5f6
3fda0df34bdb40f47cf0f0d0e7c94d8c056cb1ea
refs/heads/master
2020-12-30T11:14:50.276480
2014-08-04T15:22:04
2014-08-04T15:22:04
22,347,732
0
1
null
null
null
null
WINDOWS-1252
Java
false
false
3,246
java
package com.flying.xiao.fragment; import java.util.ArrayList; import java.util.List; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.view.ViewPager; import android.support.v4.view.ViewPager.OnPageChangeListener; import android.view.LayoutInflater; import android.view.View; ...
[ "546107362@qq.com" ]
546107362@qq.com
2bd62fff197b562c0e74f5a6eb7dee771b3e4d7e
5a8dc007eea999546d1c403ad95a8edfc7b9bc3c
/DesignPattern/src/main/java/orz/an/design/pattern/base/lsv/Handgun.java
c0e1b03e163d61eb8c8b283e2b5edcb722f577f0
[]
no_license
anzhiyi1988/MyCode
2800259c8a711fc0d7ae2f54b049914664db07d4
2d38dca4ba82a811a89be426ce08e9778d6b972b
refs/heads/master
2023-01-08T22:57:46.992941
2022-12-20T10:56:43
2022-12-20T10:56:43
116,620,677
0
0
null
2023-01-05T05:19:05
2018-01-08T02:45:38
JavaScript
UTF-8
Java
false
false
193
java
package orz.an.design.pattern.base.lsv; /** * @author anzhy * @version 1.0 * @created 07-8��-2018 11:52:56 */ public class Handgun extends AbstractGun { public void shoot() { } }
[ "anzhiyi1988@163.com" ]
anzhiyi1988@163.com
ca1474f373f0d61c22d9e075bc942b444611d9e7
2061f0c6f38cf95390cdadc30465382e123ac911
/project_salesforce/TC4EditCampaignView.java
d81e46f06b8c616eca8150fbbae263751fc34993
[]
no_license
bala8290/src
afafb9ca4aef8bf2e9b8f8cc786026ff276fe2f9
ceee3e72c4fe26a802770fa16fef54fb7dfbee3b
refs/heads/master
2021-01-19T05:39:27.879959
2014-01-07T16:41:30
2014-01-07T16:41:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
632
java
package project_salesforce; import java.io.IOException; import javax.xml.parsers.ParserConfigurationException; import javax.xml.transform.TransformerException; import jxl.read.biff.BiffException; import jxl.write.WriteException; public class TC4EditCampaignView { public TC4EditCampaignView(String testcasename,Str...
[ "balacyno@gmail.com" ]
balacyno@gmail.com
b9a528786ebdb12f438f93ddaa79cd8803ba38ce
4ecd637d750d155cc98b8c59ad733a2ea2969a4a
/apps/Mezzmo-ejb/src/be/home/mezzmo/domain/dao/jdbc/MezzmoAlbumArtistDAOImpl.java
156fa0f103633064af6821b1c3f7fc6fde98cc2d
[]
no_license
ghyssee/Home
0a6e6a96880321b9874b15916f389a8e6ab3d726
e624cd6a7966d6312add25986a6ba57888b0926b
refs/heads/master
2023-08-17T02:32:06.816172
2023-08-12T21:05:01
2023-08-12T21:05:01
56,686,794
2
0
null
2023-05-23T20:15:38
2016-04-20T12:56:18
Java
UTF-8
Java
false
false
2,841
java
package be.home.mezzmo.domain.dao.jdbc; import be.home.mezzmo.domain.model.MGOAlbumArtistTO; import be.home.mezzmo.domain.model.MGOFileAlbumCompositeTO; import be.home.mezzmo.domain.model.Result; import java.util.List; /** * Created by Gebruiker on 12/03/2017. */ public class MezzmoAlbumArtistDAOImpl extends Mezzm...
[ "eric.ghyssens@hotmail.nl" ]
eric.ghyssens@hotmail.nl
2873e46cbfea4f088f9edd63a716e13508c8e512
de752b1dab1d9ed20c44e30ffa1ff887b868d2b0
/base/commons/src/main/java/com/gapache/commons/jvm/classloader/MyTest10.java
3be0b096bba95eed976e5a60f97e8d6f67aa822b
[]
no_license
KeKeKuKi/IACAA30
33fc99ba3f1343240fe3fafe82bee01339273b80
6f3f6091b2ca6dd92f22b1697c0fbfc7b9b7d371
refs/heads/main
2023-04-07T21:18:49.105964
2021-04-08T08:41:57
2021-04-08T08:41:57
352,832,814
3
0
null
null
null
null
UTF-8
Java
false
false
946
java
package com.gapache.commons.jvm.classloader; /** * @author HuSen * create on 2020/1/21 15:23 */ public class MyTest10 { public static void main(String[] args) throws ClassNotFoundException { // 调用ClassLoader类的loadClass方法加载一个类,并不是对类的主动使用,不会导致初始化 ClassLoader classLoader = ClassLoader.getSystemClas...
[ "2669918628@qq.com" ]
2669918628@qq.com
f0088b9b1950e22af298308388a7c9d96460af71
38933bae7638a11fef6836475fef0d73e14c89b5
/magma-func/src/main/java/eu/lunisolar/magma/func/function/to/LTieSrtFunction.java
c6fc38ee0a90c41139b52a16b9dbf67330a9403e
[ "Apache-2.0" ]
permissive
lunisolar/magma
b50ed45ce2f52daa5c598e4760c1e662efbbc0d4
41d3db2491db950685fe403c934cfa71f516c7dd
refs/heads/master
2023-08-03T10:13:20.113127
2023-07-24T15:01:49
2023-07-24T15:01:49
29,874,142
5
0
Apache-2.0
2023-05-09T18:25:01
2015-01-26T18:03:44
Java
UTF-8
Java
false
false
33,289
java
/* * This file is part of "lunisolar-magma". * * (C) Copyright 2014-2023 Lunisolar (http://lunisolar.eu/). * * 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.o...
[ "open@lunisolar.eu" ]
open@lunisolar.eu
14f1ffd090c4f8807834b9d47fba8cfc3f537843
5fa2e8ac23f9a2279c76772672406aa57803a22d
/src/main/java/com/academy/project/demo/service/AuthService.java
94ee431ee71754e8d69684c7a5c93a1e2b1e0fbf
[]
no_license
Bodia1999/main-project-java
4fbe64ab5b091fc17772a321a0b2b8be4a11c9fa
523d954a1879f01655147c92dbe7570f7836309c
refs/heads/master
2022-06-24T07:14:39.442227
2019-08-18T12:24:32
2019-08-18T12:24:32
200,051,119
0
0
null
2022-05-20T21:05:04
2019-08-01T12:58:27
Java
UTF-8
Java
false
false
4,052
java
package com.academy.project.demo.service; import com.academy.project.demo.dto.response.JwtAuthenticationResponse; import com.academy.project.demo.dto.request.LoginRequest; import com.academy.project.demo.dto.request.SignUpRequest; import com.academy.project.demo.entity.Role; import com.academy.project.demo.entity.Rol...
[ "92782560bodia" ]
92782560bodia
ab3be3f5a4489b5020c2bd8e1f3a82f0d14a7df6
2544a78d47c799b2a51714515536541dd4cc8af8
/src/main/java/com/example/demo/model/Employee.java
e7f4fc213d8dc128e5e01b81e192203e16ab9e2f
[]
no_license
SarraSakouhi/demo
1a2991db8b9fdb7f60b7de39a8bcc3387cffcf29
e1f0410673d68057e70a550889efa57bb1de31c9
refs/heads/main
2023-02-01T03:19:03.434408
2020-12-18T05:10:19
2020-12-18T05:10:19
322,493,283
0
0
null
null
null
null
UTF-8
Java
false
false
1,207
java
package com.example.demo.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name="employees") public class Employee { @Id @GeneratedValu...
[ "sarrasakouhi93@gmail.com" ]
sarrasakouhi93@gmail.com
0491b4dc5f8b9e6f9a6a7b125f122fd7802aff7d
2e75a1670e06d6762c0e673474e3dd94ca415340
/ponglab/act4 - bo/Pong.java
24d391fb9bde0bdf2b0abd9797e4e983057bfbf1
[]
no_license
ChristinaWooden/apa-woodenc5571
7078793d7a179b6bd5d654d9929df7f2b67ad0e9
903591e82245fba7273751fe0144271942352f32
refs/heads/master
2020-04-25T18:54:47.028702
2019-05-13T20:17:34
2019-05-13T20:17:34
173,000,796
0
0
null
null
null
null
UTF-8
Java
false
false
4,566
java
//(c) A+ Computer Science //www.apluscompsci.com //Name - import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Canvas; import java.awt.event.ActionEvent; import java.awt.event.KeyListener; import java.awt.event.KeyEvent; import static java.lang.Character.*; import java.awt.image...
[ "cmwooden@gmail.com" ]
cmwooden@gmail.com
c980f1c1cc27d1e6c3208d5a4b49219aab05ffe4
30a3074c8b9e388e242c414d9f7241c1728f7809
/learn-shop-core-product/src/main/java/com/billow/product/api/GoodsSpuDetailApi.java
16036bf96c7a26a427918a2936cd14b8dbe42c85
[ "Apache-2.0" ]
permissive
kangtsang/learn
a40157f054aa8ca6a8fd1458164e2c11623f9dcb
580fa6f7018f7807a5f2008efc96edd1c7a1f61b
refs/heads/master
2023-07-15T01:26:46.874098
2021-08-25T00:49:08
2021-08-25T00:49:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,606
java
package com.billow.product.api; import com.billow.product.pojo.vo.GoodsSpuDetailVo; import org.springframework.web.bind.annotation.*; import org.springframework.beans.factory.annotation.Autowired; import com.billow.product.service.GoodsSpuDetailService; import com.billow.tools.utlis.ConvertUtils; import com.billow.pro...
[ "lyongtao123@126.com" ]
lyongtao123@126.com
a95075444075ed9b1e6c2fe3e421d3d5d67ce70f
31b98c799f9d878eeb2a5f75e6a19f7d73e69e64
/2021-03-09/src/interfaceOverride/InterfaceB.java
8bca86c08b2e57f6e35485141010e8dcd57ba111
[]
no_license
DongGeon0908/Java
228e49e4c342489130d7975f025dcb3d2fb260af
b97cbd80f0a489a781a6c1f84a4a961a088061d1
refs/heads/master
2023-04-27T19:11:13.900318
2021-05-19T03:21:59
2021-05-19T03:21:59
326,665,026
0
0
null
null
null
null
UTF-8
Java
false
false
84
java
package interfaceOverride; public interface InterfaceB { public void methodB(); }
[ "wrjssmjdhappy@gmail.com" ]
wrjssmjdhappy@gmail.com
c4c5f26c032ba2563ec6a664817a653be587cfdf
c259291f0f50fac79664df231ec9ce31f88c7eaf
/Task4(Hospital)/src/ua/epamcourses/task4/web/actions/Index.java
20ffef2f80c8cc4e0891e783cc606b9703116b22
[]
no_license
Fridon/EpamCoursesTasks
652db4c011b53d1bdb562b6b265b27324c6e6e75
a1a9c7fcd8933bd0b2749e60b6e82b67f33d5955
refs/heads/master
2021-01-10T22:06:07.744725
2014-12-02T15:46:00
2014-12-02T15:46:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
511
java
package ua.epamcourses.task4.web.actions; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import ua.epamcourses.task4.domain.User; public class Index implements Action{ @Override public String doAction(HttpServletRequest request, ...
[ "freeze_king@mail.ru" ]
freeze_king@mail.ru
689e874fae3cf5cce2c29ea7db8ffb1803a22dfa
161a0857ca7e8c1e22fe0a2d6be7db3bd504eebb
/app/src/main/java/pdp/va/com/personalgoal/models/Status.java
83ab25f943215825ec138f4c93cb1aa2c798bb4e
[ "Apache-2.0" ]
permissive
DilyanaKirilova/films_example
9046f10641fbf1bcf2dd27aea49b51af36d256ec
301e7c94681bfef87e147032200c59665c066ec6
refs/heads/master
2020-04-13T19:51:19.472762
2018-11-28T18:18:43
2018-11-28T18:18:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
165
java
package pdp.va.com.personalgoal.models; /** * Possible status types of a response provided to the UI */ public enum Status { LOADING, SUCCESS, ERROR }
[ "gatanasova@virtual-affairs.com" ]
gatanasova@virtual-affairs.com
52ffd3e026c7923eea23ba3d9b84b49da0ea7b6e
5704f89e332e61a29e1c3720db761e53e436fac6
/spring-action-expend/src/main/java/spring/action/expend/Consumer.java
c97e170bf37d6100964e352be1194fab915d5600
[]
no_license
StringBuilderSun/spring-action
341bb547587b57a0286555324c28dbefde9933c4
1e5a5adde85161129aa879aff71ff011711eb2d0
refs/heads/test
2022-07-24T21:13:21.097228
2019-07-08T03:22:20
2019-07-08T03:22:20
143,872,928
0
0
null
2022-07-08T19:16:33
2018-08-07T12:53:09
Java
UTF-8
Java
false
false
445
java
package spring.action.expend; import lombok.Getter; import lombok.Setter; import lombok.ToString; import org.springframework.stereotype.Service; import javax.annotation.PostConstruct; import java.util.List; /** * Created by lijinpeng on 2019/5/25. */ @Setter @Getter @Service @ToString public class Consumer { ...
[ "957143335@qq.com" ]
957143335@qq.com
0e840ab92714711101343e5e4eb489b2baaa4ca0
36523366ad993a78c9fb067583a15812f2d8904b
/Chapter 7. Methods/HelloWorld5.java
16932fd050a9c5fc95b2086b1a68c43e18e3458d
[]
no_license
alrha486/javaSE
6fd1afca8dfe75233ba6aab724db6da2decb42f8
6c70f5207eb950e08c44a45977b0d282cdcc6fe7
refs/heads/master
2020-03-27T12:42:00.823691
2018-08-29T07:37:52
2018-08-29T07:37:52
146,562,945
0
0
null
null
null
null
UTF-8
Java
false
false
174
java
public class HelloWorld5{ static String msg = "Hello, World"; //class variable, static variable public static void main(String[] args) { System.out.println(msg); } }
[ "alrha486@naver.com" ]
alrha486@naver.com