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
ed6402f29c698c337957fbcda9a1acf3227689fc
37a4fc5b0e2853e5d6e17c71731061d16333d024
/oo/composicao/desafio/Compra.java
f1f5a0fd8666ca094bada0cd751751e02a9f5466
[]
no_license
Espinace/CursoJava
38196a42c68c4ef08b57a7b350626d1aedbf61a9
b80f049d83ec36dc6dfa6aff5be346bb721cc0ca
refs/heads/main
2023-07-24T19:41:29.385842
2021-09-02T02:55:40
2021-09-02T02:55:40
302,435,318
1
0
null
null
null
null
UTF-8
Java
false
false
557
java
package oo.composicao.desafio; import java.util.ArrayList; public class Compra { final ArrayList<Item> itens = new ArrayList<Item>(); void adicionarItem(Produto p, int qtde) { this.itens.add(new Item(p, qtde)); } void adicionarItem(String nome, double preco, int qtde) { var produto = new Pro...
[ "noreply@github.com" ]
Espinace.noreply@github.com
9f35d168ac40fdd93e665824adf056283ad74d72
5e3f8c4df165df7f4ec7f4f9f87d2c7e8364edf6
/social-multiplication/src/main/java/microservices/book/socialmultiplication/event/MultiplicationSolvedEvent.java
778e010b13e10ca955f28b9ed92cc5afe7f88670
[]
no_license
0stein/springboot-microservice-example
140b00b91d77ae8b309c43ab4fbbf6d8d531c005
7bab86064a7fab82905076b25ef364b60363c867
refs/heads/master
2022-12-31T13:25:35.781105
2020-10-24T15:16:34
2020-10-24T15:16:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
671
java
package microservices.book.socialmultiplication.event; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.RequiredArgsConstructor; import lombok.ToString; import java.io.Serializable; /** * ์‹œ์Šคํ…œ์—์„œ {@link microservices.book.socialmultiplication.domain.Multiplication} * ๋ฌธ์ œ๊ฐ€ ํ•ด๊ฒฐ๋๋‹ค๋Š” ์‚ฌ์‹ค์„ ๋ชจ๋ธ๋งํ•œ ์ด๋ฒคํŠธ. * ๊ณฑ์…ˆ...
[ "aad336645@gmail.com" ]
aad336645@gmail.com
c12bb21db928db80db8e55a301485db524800da3
80daebee78251e16782eb29371e19aeddc4e8044
/interface4.java
c2c7949a2034779ac34bbd4b6c29e8b395884dd5
[]
no_license
piyushkumar786/Core_java
fc26443b23f8c8d58a962262e931e92ffd262236
13bcc434e4b18addff872aa81c551678ae27c443
refs/heads/master
2020-06-24T05:39:17.486857
2019-07-25T16:38:11
2019-07-25T16:38:11
198,865,692
0
0
null
null
null
null
UTF-8
Java
false
false
1,274
java
//1.how to implement interface it1//abstract class { void m1();//public abstract method } interface it2 extends it1//inheritence between interface using extend keyword { void m2(); } interface it3 extends it2 { void m3(); } class test implements it1 { //this called called m1() } class test implements it2 { //this class...
[ "noreply@github.com" ]
piyushkumar786.noreply@github.com
e8ce736bb1cdc0ef1847d9bcaa235fe792f83ec9
a4a2f08face8d49aadc16b713177ba4f793faedc
/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
6ba946793b32e8cfd52ac10ef2332f841e15accc
[ "BSD-3-Clause", "MIT", "OFL-1.1", "ISC", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wyfsxs/blink
046d64afe81a72d4d662872c007251d94eb68161
aef25890f815d3fce61acb3d1afeef4276ce64bc
refs/heads/master
2021-05-16T19:05:23.036540
2020-03-27T03:42:35
2020-03-27T03:42:35
250,431,969
0
1
Apache-2.0
2020-03-27T03:48:25
2020-03-27T03:34:26
Java
UTF-8
Java
false
false
44,601
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 may ...
[ "yafei.wang@transwarp.io" ]
yafei.wang@transwarp.io
e64e0ac5118663eeeab9b7934edd0276ef6a3ce6
2c741bc8ebde05c9089e5ce4033eec9e3bc45a08
/src/main/java/org/apache/ibatis/type/MappedJdbcTypes.java
8ddcedf3eb5a1019c8e449e579cd2b925065b5e0
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
JohnZhongg/mybatis-3
76aa29b0cbf8002309785e09b126f4e704d7b33d
48a7593ed3764d3e1ff00997901c92afc99250de
refs/heads/master
2020-03-25T23:15:10.751766
2020-01-19T06:52:21
2020-01-19T06:52:21
144,267,511
1
0
null
2018-08-10T09:38:20
2018-08-10T09:38:20
null
UTF-8
Java
false
false
1,138
java
/** * Copyright 2009-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
[ "707845008@qq.com" ]
707845008@qq.com
33296c72344675a6c0088ddead53048a3f736844
f504c056b19a9f026526381795d8cbda1ba97ea5
/Project1/ImageRecognition/src/main/java/com/cclearning/imgclass/data/Sqs.java
f68872ea22f3e321ba2b1235800045c115ef8211
[]
no_license
chenyangcn15/AWS
df5219c7b659c18db73d37ca396634ba8b0fd8d1
0961e818420a2deb35137abf21c3f8b9aae41ce7
refs/heads/master
2022-07-02T20:58:22.689311
2020-03-07T09:12:22
2020-03-07T09:12:22
245,601,108
0
0
null
2020-10-13T20:09:00
2020-03-07T09:10:08
Java
UTF-8
Java
false
false
4,860
java
package com.cclearning.imgclass.data; import java.util.List; import java.util.Map; import com.amazonaws.services.sqs.AmazonSQS; import com.amazonaws.services.sqs.AmazonSQSClientBuilder; import com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest; import com.amazonaws.services.sqs.model.CreateQueueResult; im...
[ "noreply@github.com" ]
chenyangcn15.noreply@github.com
287fa62595fd51b673beaebf614decfcb4647f8a
4c10fe6b48920d25de6d28926c076347329486a1
/main.java
00a2d7632fc23a6a46441bb2dfdace5d4cd61ef4
[ "Apache-2.0" ]
permissive
DrSultanQasem/ELM-JAVA
627f6fa893b0fd53b2c2cef80847b347ed52d30a
c663752b8ee080baeddb1d703cdfa8faeca43c09
refs/heads/master
2020-04-02T06:51:44.143219
2015-05-25T14:50:43
2015-05-25T14:50:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
809
java
import no.uib.cipr.matrix.NotConvergedException; public class main { /** * @param args * @throws NotConvergedException */ public static void main(String[] args) throws NotConvergedException { // TODO Auto-generated method stub elm ds = new elm(0, 20, "sig"); ds.train("sinc_train"); ds...
[ "lmj@lmjdeMacBook-Air.local" ]
lmj@lmjdeMacBook-Air.local
f4422e65bdfe27a5a78ad60748ccaf2e3700f775
0a6b259d062d6c570305e3cf2fc3a7ccd94b8660
/strStr/Solution.java
77ed8c88109eaa912570f0bc178bed2cd0db3e0e
[]
no_license
Viggiecc/Algorithm
399efe8540a088624a009843f52c21d83894e152
dcf12dee3f99848bef0f7bf400e24969f44354e9
refs/heads/master
2021-01-11T04:54:51.538692
2018-08-24T05:42:03
2018-08-24T05:42:03
71,432,934
0
0
null
null
null
null
UTF-8
Java
false
false
941
java
import java.lang.*; import java.io.*; import java.util.*; public class Solution { public static int strStr (String source, String target) { int sourceLen = source.length(); int targetLen = target.length(); if(source == null || target == null || targetLen > sourceLen) { return -1; } int i; int j; for...
[ "wezhang@shutterfly.com" ]
wezhang@shutterfly.com
4edcefc3ab77b636b9baea0310bbc35d7d131c31
7cd06f53f014edb2b73bf1e9c0d82b72c6b632ff
/ThucTap/app/src/main/java/com/uiapp/thuctap/mvp/main/garden/garden/injection/GardenModule.java
0a3c97472a773c9caf418b4aaee8b58b4162effb
[]
no_license
nhungnguyen123/ThucTapAndroid
cda2f0a67da238cd8c1fba61f6fc4f0ed0014ba8
e0169c899cecb4d2aa4279f9d0572abc301564ea
refs/heads/master
2021-01-13T03:33:49.442398
2016-12-25T06:19:03
2016-12-25T06:19:03
77,313,373
0
1
null
null
null
null
UTF-8
Java
false
false
823
java
package com.uiapp.thuctap.mvp.main.garden.garden.injection; import com.uiapp.thuctap.injection.PerFragment; import com.uiapp.thuctap.interactor.api.ApiManager; import com.uiapp.thuctap.interactor.prefer.PreferManager; import com.uiapp.thuctap.mvp.main.garden.garden.presenter.GardenPresenter; import com.uiapp.thuctap.m...
[ "nhungnth19951903@gmail.com" ]
nhungnth19951903@gmail.com
19c89e1a56ec871d5adda9df36742cd489763872
98552b649ba259feab203c19bca48b348c9a629d
/src/main/java/com/xiu/fastTech/volatiletest/VolatileTest.java
8b4e8b2bbcce8710868e839fa155449791416666
[]
no_license
williamzhang11/fastTech
fea4b67d1672cf01c5cd3f3d51fa415638fc9ebf
2f95e808636d25191ba1b8811e14b3707794666e
refs/heads/master
2021-06-30T03:53:13.210326
2019-12-14T07:30:21
2019-12-14T07:30:21
171,101,194
1
0
null
2020-10-13T12:01:40
2019-02-17T08:58:46
Java
UTF-8
Java
false
false
555
java
package com.xiu.fastTech.volatiletest; public class VolatileTest { private static int count=0; public static void main(String[] args) { for(int i =0;i<100;i++) { new Thread(new VolatileThread()).start(); } } static class VolatileThread implements Runnable{ public VolatileThre...
[ "1107517306@qq.com" ]
1107517306@qq.com
d277f80ab836a24171b4b5b2f925bdb70c30fbcb
ccf17b57f1f0b6ae48ed3475d3399c6180c11433
/src/main/java/com/base/modules/demo/web/TBzExpertExcelDemoController.java
b879fea602de99387fe5ece247fcb753b97a0a7c
[]
no_license
wangjiangqz/myProject
6adf47629bbe6ea16543f34b5e45b6098a044d22
b9d8587975e6bacfba4df1e81f0e2ddd1d7bd243
refs/heads/master
2022-12-22T05:20:07.339302
2019-10-26T12:04:20
2019-10-26T12:04:20
177,296,049
0
0
null
2022-12-16T02:08:35
2019-03-23T14:03:40
JavaScript
UTF-8
Java
false
false
6,335
java
/** * Copyright &copy; 2019-2019 <a href="#">็‰ˆๆƒ</a> All rights reserved. */ package com.base.modules.demo.web; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import net.sf.json.JSONObject; import org.apache.poi.hssf.usermodel.HSSFCell; import or...
[ "544979753@qq.com" ]
544979753@qq.com
bb861cb24bd47ce3b91cf64e11f2d6e1fbd978af
664fa5517e312c6711925ad8c43bf7916ef3b08c
/src/main/java/com/ugfind/serviceImpl/RecruitinfoServiceImpl.java
232176d0faf5f7267c3460983ffb710b3d70492f
[]
no_license
mao377542770/o2o
f5673994bae6f5c5dd75e59159c5d3cf9f8f77b3
cdcfddf153e55a9a9a7719d82de0f448451d2b63
refs/heads/master
2021-01-11T10:57:19.701183
2017-02-17T12:07:27
2017-02-17T12:07:27
72,843,897
0
0
null
null
null
null
UTF-8
Java
false
false
1,461
java
package com.ugfind.serviceImpl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.ugfind.dao.RecruitinfoMapper; import com.ugfind.model.NewsPageConfig; import com.ugfind.model.Recruitinfo; import com.ugfind.service.Recruiti...
[ "377542770@qq.com" ]
377542770@qq.com
46b1060ff388daced4cc50f8ecc7a9361aceef3d
8bb9cd855366217336d399fdb945c0835d80a2ee
/searchview/src/main/java/com/jerey/searchview/SearchViewUtils.java
a367e2e8a084efab96b1c1b0c90aa86d904b0c08
[ "Apache-2.0" ]
permissive
deviche/KeepGank
dd03b20dffa705b3d085d0b13d1a972241a38c03
776b35819f1e713514420d0ba0f5efedd95a2025
refs/heads/master
2020-03-27T08:34:33.013281
2018-03-25T06:30:58
2018-03-25T06:30:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,708
java
package com.jerey.searchview; import android.animation.Animator; import android.content.Context; import android.os.Build; import android.support.v7.widget.CardView; import android.view.View; import android.view.ViewAnimationUtils; import android.view.inputmethod.InputMethodManager; import android.widget.EditText; pub...
[ "610315802@qq.com" ]
610315802@qq.com
10917443c5f994ab4246ea0bb039f65c74345dae
0bf70b85b5a3f0fb51c6c3c45c2d8a7c4fa79a87
/net.solarnetwork.node/src/net/solarnetwork/node/runtime/JobServiceRegistrationListener.java
cfa842a91963717fab94fe899416bf9207f2ac9a
[]
no_license
Spudmn/solarnetwork-node
7a1839b41a1cd2d4e996caa8cb1d82baac3fcfeb
8701e756d91a92f76234c4b7a6e026528625b148
refs/heads/master
2021-01-15T11:03:11.181320
2014-11-06T20:21:13
2014-11-06T20:21:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,712
java
/* =================================================================== * JobServiceRegistrationListener.java * * Created Dec 2, 2009 10:29:15 AM * * Copyright 2007-2009 SolarNetwork.net Dev Team * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General ...
[ "git+matt@msqr.us" ]
git+matt@msqr.us
bfc8aaca8a34393e7d02fce1ef8c958d3de04350
a6891be0bbf8f1843b919873f446a290fc53fdb5
/src/IntelM2M/algo/NewKmCluster.java
1f82ba6a48ee759b3f8ba3d81ed0a2af197f8d38
[]
no_license
lynnRobotics/Engine_demo
cd342266369eb834ec684961c0e7b542fd50558f
6c81a1254dab45390cc62dceb2b4e1d6eb00a2db
refs/heads/master
2016-09-06T10:40:33.934112
2015-05-05T14:06:54
2015-05-05T14:10:39
29,174,739
0
0
null
null
null
null
BIG5
Java
false
false
2,844
java
package IntelM2M.algo; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.Map; import java...
[ "lynn.robotics@gmail.com" ]
lynn.robotics@gmail.com
8e121be91856dc1a72816af467d15a1e8347a19f
890237edf24875da7b89a9358798327616ecef52
/src/main/java/frame/StudentsFrame.java
3c1f5d5563978a9a72bd362c2d0bba2644cdbcb1
[]
no_license
Orion10110/Student
73e4ad1d901c5e72f72fd5dca3fb0c9a10483951
2069ced2d165326a010ba4eb01448668cb053e72
refs/heads/master
2021-01-24T08:42:16.115468
2016-09-29T16:11:53
2016-09-29T16:11:53
69,061,991
0
0
null
null
null
null
UTF-8
Java
false
false
15,590
java
package frame; import java.sql.SQLException; import java.util.Collection; import java.util.Vector; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.BorderLayout; import java.awt.Component; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; im...
[ "pojasoriona@gmail.com" ]
pojasoriona@gmail.com
c060fe4426ca052bdd3982ccd22d634d4f794910
e3ea6022ff733fbde7e4bbcbc110716104a6c2f4
/LoginExample/src/java/com/loginexample/dao/impl/UserDAOImpl.java
331e4119cb50f4cc647461eaa9f7a45483703fe3
[]
no_license
bibekshakya/githubtest
e905e4240fec8a5f4b8215b845a7ff9f59607892
da3beab7b538eb201bca5311b1d058d8ee7f30a0
refs/heads/master
2021-01-24T16:02:08.302139
2015-06-04T13:54:40
2015-06-04T13:54:40
36,920,366
0
0
null
2015-06-05T08:06:04
2015-06-05T08:06:02
Java
UTF-8
Java
false
false
1,062
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 com.loginexample.dao.impl; import com.loginexample.dao.UserDAO; import com.loginexample.entity.User; import java.util.ArrayLi...
[ "dixanta@gmail.com" ]
dixanta@gmail.com
4fedb9570e6144fd191689e650031abd33812f6a
c900886d205af05242301e28467a7f243e96e697
/arquillian-tutorial/src/test/java/jug/cdi/one/qualifiers/QualifierTest.java
d884c116ed309590400a1294043a52c1ce355b20
[]
no_license
enriquezrene/cdi
c595d4de56c849c97ddc0c4c793e7155e511e6a7
b969ac503b6ac44e445ffa776bf449002e39563b
refs/heads/master
2021-01-19T07:03:22.941342
2014-12-17T22:48:01
2014-12-17T22:48:01
28,158,400
1
1
null
null
null
null
UTF-8
Java
false
false
1,158
java
package jug.cdi.one.qualifiers; import javax.inject.Inject; import jug.cdi.one.HelloService; import junit.framework.Assert; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.junit.Arquillian; import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.asset.EmptyA...
[ "enriquezrene.ap@gmail.com" ]
enriquezrene.ap@gmail.com
fb8007859fe8fc904c189aada99a269c5a5a4961
e863022689b9394925f0b281e350b655e7f3f2c8
/src/main/java/com/bill/materiel/service/SysUserService.java
6aca394fa5fe6615497ab69cf7959baeee926f4e
[]
no_license
jiekou0000/materiel
ac22d184553d5f2bce877a8c09172b5cd2758157
9b7ccee9d87e54f125712431a7537765c93ca694
refs/heads/master
2020-04-11T01:46:39.814446
2018-12-18T09:53:11
2018-12-18T09:53:11
161,426,038
1
0
null
null
null
null
UTF-8
Java
false
false
2,003
java
package com.bill.materiel.service; import com.bill.materiel.consts.WebConstant; import com.bill.materiel.dao.UserInfoRepository; import com.bill.materiel.domain.UserInfo; import com.bill.materiel.dto.sysuser.RegisterReq; import com.bill.materiel.utils.message.Message; import com.bill.materiel.utils.message.MessageType...
[ "bill@hxonline.tv" ]
bill@hxonline.tv
b9332d78bff9a344f718093ad503ae2676a47ce3
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
/u-1/u-11/u-11-111/u-11-111-1111/u-11-111-1111-f5519.java
a49f273540db74d3f7b01eb633cd490ab509f1af
[]
no_license
apertureatf/perftest
f6c6e69efad59265197f43af5072aa7af8393a34
584257a0c1ada22e5486052c11395858a87b20d5
refs/heads/master
2020-06-07T17:52:51.172890
2019-06-21T18:53:01
2019-06-21T18:53:01
193,039,805
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117 4170898073685
[ "jenkins@khan.paloaltonetworks.local" ]
jenkins@khan.paloaltonetworks.local
5471a175dbe7a653f36f5e595bd5408f1753f98e
18aaeb1f2c1c72c98ed3b2f285bd04c7ba1a7648
/app/src/main/java/com/yuas/pecker/model/imodel/ILoginModel.java
d9dad768f5874436ef232dd2bb5c26650b667c62
[]
no_license
TravelerLq/pecker
27d9ca961caa9c8bb1d62848ff492c05fc83a8e9
24c1ef82d9ddc6fa177a5e2e4e53650836ce7a54
refs/heads/master
2020-04-27T11:36:04.554229
2019-03-25T03:12:18
2019-03-25T03:12:18
174,301,130
0
0
null
null
null
null
UTF-8
Java
false
false
201
java
package com.yuas.pecker.model.imodel; import com.yuas.pecker.bean.UserResponseBean; public interface ILoginModel { void login(String name, String psw, INetCallback<UserResponseBean> callback); }
[ "2318241264@qq.com" ]
2318241264@qq.com
75f7f3e6d114682bd83fb180aa5845d039573c93
14b946b7d5d1a7cb50f7b35eb9808d51f9ab8acc
/src/main/java/com/mpather47/git/repository/person/impl/PersonRepositoryImpl.java
81e7a5e556f62c03dc238758504846ba0af219a6
[]
no_license
Mbuyi5/Hospital-Management-System
7a3f06503e059bfc18a9f15c2587d2a38b3b4125
694dcbc9dfb4f2a1a16876bfe88ccce3c6db9ab6
refs/heads/master
2023-01-06T16:35:48.794379
2020-11-09T08:38:01
2020-11-09T08:38:01
277,210,577
0
0
null
2020-09-06T13:47:34
2020-07-05T01:20:38
Java
UTF-8
Java
false
false
1,498
java
package com.mpather47.git.repository.person.impl; import com.mpather47.git.entity.person.Person; import com.mpather47.git.repository.person.PersonRepository; import java.util.HashSet; import java.util.Set; public class PersonRepositoryImpl implements PersonRepository { private static PersonRepository repository=...
[ "mpather47@gmail.com" ]
mpather47@gmail.com
843e8b58b5f609285edea48609dd59d00cf59a89
1f4032004aad1e8163433ad9ebd3aacda48ee234
/src/viz/painters/array/index/ArrayIsFieldIndexPainter.java
298c0e874ea813c5d0f675517fdf03f2cf4200ca
[]
no_license
johnwu96822/proviz
abef2c2cca200461fe66d7a604e32dfdffe945ac
cba24cea11c64fb0303682f7be855e514cf5007b
refs/heads/master
2021-01-01T19:11:08.698069
2013-09-01T07:31:23
2013-09-01T07:31:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
658
java
package viz.painters.array.index; import viz.ProViz; import viz.painters.Painter; import viz.painters.java.array.IndexPainter; import viz.runtime.IVizVariable; import viz.views.VizCanvas; /** * This index variable is a local variable, and the target array is a field. * @author JW * */ public abstract...
[ "johnwu96822@gmail.com" ]
johnwu96822@gmail.com
16b59d9cba4ccff10347418b6898191a325a1d0c
ab3ff6af186492bbd727daaf4de7f55e44c3c796
/app/src/androidTest/java/com/algonquincollege/lach0192/hilo/ExampleInstrumentedTest.java
71777fe54c9bcdedffad1f60660acd86e912dd7c
[]
no_license
lach0192/HiLo
3d317700ce9a8cf43ca36d1a1237fe0d990cea0e
9552c80830cfb7a9ae42a4da1cd88e7948801cbc
refs/heads/master
2021-07-14T02:04:27.707959
2017-10-03T14:19:50
2017-10-03T14:19:50
105,480,021
0
0
null
null
null
null
UTF-8
Java
false
false
772
java
package com.algonquincollege.lach0192.hilo; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute...
[ "lach0192@algonquinlive.com" ]
lach0192@algonquinlive.com
1db37d5706d502ee53c8a5a897e629f697fab02a
a272ab3bdd64b571c478e3188907fc925d184337
/squidCore/src/main/java/org/cirdles/squid/squidReports/squidReportTables/SquidReportTable.java
2eee9d30a5950aa767056f1da402f8d50ab5e40d
[ "Apache-2.0" ]
permissive
halleydt/Squid
df5392b4a52d8ad94ad8cb95bc93c5e89f3518cf
cc84e5a50ce1aea1c466b6b4f69070f9b20bc3d5
refs/heads/master
2020-08-05T18:39:55.859808
2019-09-03T15:52:18
2019-09-03T15:52:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
23,461
java
/* * Copyright 2019 James F. Bowring and CIRDLES.org. * * 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 appli...
[ "noreply@github.com" ]
halleydt.noreply@github.com
ef7eb53e464c865896b93994ed62607114f77b52
e702c6111ecc17133bc875c129fab3ea082c1a47
/z_javaTest/src/test_lambda/TestLambdaInterface.java
744b766cf87cabc4b8dd65728527cba6a05beefc
[]
no_license
mingginew88/githubTest
012e65fbf6a948d093f8934f6fbc2009557b35ea
18448e21fa92e5bb1eb52d6e24285dee87516a18
refs/heads/master
2020-03-17T00:29:13.381558
2018-06-05T07:02:19
2018-06-05T07:02:19
133,118,473
0
0
null
null
null
null
UTF-8
Java
false
false
213
java
package test_lambda; public interface TestLambdaInterface { public void test(); } interface TestLambdaInterface2{ public void test(int a); } interface TestLambdaInterface3{ public int test(int a, int b); }
[ "39209657+mingginew88@users.noreply.github.com" ]
39209657+mingginew88@users.noreply.github.com
54a0fb113a65329b023ba8938ca3365da6aa48d9
8e11d2659b0f9cd053d86e2fb399d73e41e6cc06
/src/khazar/SJF.java
9a0e8f3951383eed125ca2f0205aa73d737ca386
[]
no_license
ziyamammadov/sjf-scheduling
e72a0536184110f11c37b320ac99c9611b4c7eb7
cd86369fcd1ec341b79dc9dbbd3eabe37dfa238a
refs/heads/master
2022-05-28T12:44:31.017779
2020-05-05T09:08:18
2020-05-05T09:10:58
261,407,708
0
0
null
null
null
null
UTF-8
Java
false
false
2,718
java
package khazar; public class SJF { static void findWaitingTime(Process[] proc, int n, int[] wt) { int[] rt = new int[n]; for (int i = 0; i < n; i++) rt[i] = proc[i].getBurstTime(); int complete = 0, t = 0, min = Integer.MAX_VALUE; int shortest = 0, finish_time; ...
[ "mmmdovziya900@gmail.com" ]
mmmdovziya900@gmail.com
09fbd13f6e5e517c23f97b7f2acbd97f62d6326b
8932f94e093dd391e064b41f2c6818d707d331f4
/src/main/java/com/addthis/hermes/internal/Manager.java
fb43573b19da6a99e425c32ce5408e645b6e2ccc
[ "Apache-2.0" ]
permissive
shanling2004/hermes
b4bffca46a83ca1ad9ec9be96acadb5f988facdf
c6998c4eadb2324fb183f4d5f64e63111a18e8a4
refs/heads/master
2021-01-22T12:45:21.164138
2015-06-15T19:45:49
2015-06-15T19:45:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,933
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...
[ "spiegel@addthis.com" ]
spiegel@addthis.com
b9a2c376c88db5ec90355088514b871aaf814c34
b1f6a65b8a132196bd87818fd7183c6c32e56149
/customerApp/app/src/main/java/com/example/kcwoo326/customerapp/activity/RegisterActivity.java
4f5c9cebaf035b808dd2b37bb2be0b93e078ef1f
[]
no_license
dhkim93/Pos_project
8abe03c0f372573b27b01cc99db6807b5fb9d720
a008452d76790ab06fd275f9370b1597ce31ff08
refs/heads/master
2020-04-12T06:42:18.272674
2016-10-28T10:03:33
2016-10-28T10:03:33
65,466,544
0
1
null
null
null
null
UTF-8
Java
false
false
7,091
java
package com.example.kcwoo326.customerapp.activity; /** * Created by KimJinWoo on 2016-09-27. */ import android.app.Activity; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widg...
[ "dhkim930@naver.com" ]
dhkim930@naver.com
9b06e27cc4748ec37188b1ad3c665702cf1ce518
186372e2bb690197c8e2f8a2f526112c9ab17500
/jeevOMLibs/src/main/java/com/schoolteacher/mylibrary/model/State.java
9fced8ce947e785d838737ba1daf60100530e7c7
[]
no_license
shah00070/techer
a57f76e9f4be212caf8350e0330a860b55e83ccb
c26143fde45a1f0f0eed6a7c1abe1b3fba16202a
refs/heads/master
2021-01-19T11:42:29.707386
2016-06-03T08:46:39
2016-06-03T08:46:39
61,519,634
1
0
null
null
null
null
UTF-8
Java
false
false
409
java
package com.schoolteacher.mylibrary.model; import java.io.Serializable; public class State implements Serializable { /** * */ private static final long serialVersionUID = 1L; private int Id; private String Name; public int getId() { return Id; } public void setId(int id) { Id = id; } public Strin...
[ "shah.h@jeevom.com" ]
shah.h@jeevom.com
04a9374132d8e7b34804b6bed5a058255495cb58
54f19212b0acf99981a1f68211121de212bfa570
/src/java/Inventario/Devoluciones.java
41ae9ae94fd785f0f2a2edd07fc98367e2f7a8d4
[]
no_license
amerikillo/SAARurales
df7d73183d952181b006120ea162f4d2467d2d27
b9fe8a641c42c5ac4a056da47060aa3f7038a725
refs/heads/master
2021-01-01T05:59:46.953015
2014-10-29T22:43:19
2014-10-29T22:43:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,444
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 Inventario; import ISEM.NuevoISEM; import conn.ConectionDB; import java.io.IOException; import java.io.PrintWriter; import jav...
[ "chp.chino@gmail.com" ]
chp.chino@gmail.com
c9e9f16593786fbcb379c7cb9b364d4099a40b1e
606bf20c15735aa04b4c20cb5d0c8636e0794e8c
/app/src/main/java/de/tomschachtner/obscontrol/OBSTransitionsButtonsAdapter.java
6af9379cb9dff5a9915f031a00471c518b22f613
[]
no_license
SchachtnerTh/ObsControl2
0ac43f962cd3349ce24357197d3a5825137111e6
75f47d00583217aafdfd8d86583ce6045ecb50b3
refs/heads/master
2023-07-07T20:54:26.702620
2023-06-22T16:41:49
2023-06-22T16:41:49
367,024,964
0
0
null
null
null
null
UTF-8
Java
false
false
9,763
java
package de.tomschachtner.obscontrol; import android.content.Context; import android.graphics.Color; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import...
[ "thomas.schachtner@eltheim.de" ]
thomas.schachtner@eltheim.de
5e5fba598b3219764b44905c6897f5e4d654eb1f
cadadc8711553cb14be796f2ddcb50879a0484ed
/Insertion Sort/src/InsertionSort.java
6bf0100e627a647a5efdd709299d49480cb53503
[]
no_license
ikenna83/JavaNOVA
ed91c732544869ea0a5aaaabd836caec76342598
8917e1f468a498631d7756bae6a372afb2146d2e
refs/heads/master
2016-09-05T22:25:08.987704
2014-09-28T02:19:36
2014-09-28T02:19:36
23,746,999
0
0
null
null
null
null
UTF-8
Java
false
false
2,421
java
// insertSort.java // demonstrates insertion sort // to run this program: C>java InsertSortApp //-------------------------------------------------------------- class ArrayIns { private long[] a; // ref to array a private int nElems; // number of data items //----------------------------------------...
[ "odi_rodrigue@hotmail.com" ]
odi_rodrigue@hotmail.com
f6bdbc3f49171211333f778c56d7bdbcaf9a0852
2849bd9c835a77260e35449d810483fa43930f5d
/src/main/java/com/zhifou/dao/QuestionDAO.java
e902d69873b4ee1c8f5ef8baff2ab1f4a4fa5dfe
[]
no_license
hellojackhui/web-project-work
4ed67a77d71ceb3292517ce2115ab6136a79e948
f50c20b24d42e7872ee00e4320fc06b115a370bb
refs/heads/master
2020-12-30T15:42:18.460473
2017-06-11T15:31:02
2017-06-11T15:31:02
91,167,067
0
0
null
null
null
null
UTF-8
Java
false
false
1,039
java
package com.zhifou.dao; import com.zhifou.model.Question; import org.apache.ibatis.annotations.*; import java.util.List; /** * Created by nowcoder on 2016/7/2. */ @Mapper public interface QuestionDAO { String TABLE_NAME = " question "; String INSERT_FIELDS = " title, content, created_date, user_id, comment...
[ "HUIJIAWEI@hotmail.com" ]
HUIJIAWEI@hotmail.com
5ab60940179cd7fa716bba7aa67e3465ff31f874
7b73756ba240202ea92f8f0c5c51c8343c0efa5f
/classes5/hxy.java
5c8735df077100fbbe7221d148895af9995aa6d1
[]
no_license
meeidol-luo/qooq
588a4ca6d8ad579b28dec66ec8084399fb0991ef
e723920ac555e99d5325b1d4024552383713c28d
refs/heads/master
2020-03-27T03:16:06.616300
2016-10-08T07:33:58
2016-10-08T07:33:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,323
java
import com.tencent.biz.pubaccount.readinjoy.common.ReadInJoyUtils; import com.tencent.biz.pubaccount.readinjoy.model.ArticleInfoModule; import com.tencent.biz.pubaccount.readinjoy.struct.ArticleInfo; import com.tencent.biz.pubaccount.readinjoy.struct.DislikeInfo; import com.tencent.mobileqq.app.QQAppInterface; import c...
[ "1776098770@qq.com" ]
1776098770@qq.com
892f5c3be3b6caa95b9dfdf43248e8db304591c2
325a7c0eaf0ce4adaa7ab0ad60162bb7ec3a5fd1
/java8/src/streamProblems/EmployeedDB.java
316104bad2cd55a6e2625314536770d7a857bd5c
[]
no_license
kbhatt23/goldman-assignments
18d3c74f606a6514a417a4fdaeadeb9b88a3d49d
571210c5fba7a5ccc4f9f96b968b0e9c29da2291
refs/heads/master
2020-09-10T22:40:31.832023
2019-11-29T10:25:46
2019-11-29T10:25:46
221,854,658
0
0
null
null
null
null
UTF-8
Java
false
false
1,986
java
package streamProblems; import java.util.ArrayList; import java.util.List; public class EmployeedDB { public static List<Employee> fetchAllEmplyees() { List<Employee> employeeList = new ArrayList<Employee>(); employeeList.add(new Employee(111, "Jiya Brein", 32, "Female", "HR", 2011, 25000.0)); employ...
[ "kanbhatt1@WKWIN9908215.global.publicisgroupe.net" ]
kanbhatt1@WKWIN9908215.global.publicisgroupe.net
7c143052b03cea26504280fb8aa235ab54db6808
1d39ce0b8c1a8a7dac4d21e468ae7f1b564705a7
/app/src/main/java/com/example/ktmuyoklama/viewModel/studentViewModel/SelectLessonViewModel.java
33c9895f67d2d1aa0552f4621a4158bfbf6833fb
[]
no_license
rysbekovaroza25/ktmu
4aa44f4c9e3d2fc16f3fb8a975ec2757194e5900
5933f7644c74505968f29cdee0538f6be2100340
refs/heads/main
2023-05-07T23:19:56.107326
2021-06-01T12:00:38
2021-06-01T12:00:38
372,812,081
0
0
null
null
null
null
UTF-8
Java
false
false
3,179
java
package com.example.ktmuyoklama.viewModel.studentViewModel; import android.util.Log; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; import com.example.ktmuyoklama.adapter.studentAdapter.SelectLessonAdapter; import com.example.ktmuyoklama.data.model...
[ "rysbekovaroza97@gmail.com" ]
rysbekovaroza97@gmail.com
0d443c87da0ce928653c647fa5d6e21495fd9a58
300dfa1c003aaa705189e8d91a0e1e28b49dde63
/alura-springboot/gerenciador/src/br/com/alura/gerenciador/acao/NovaEmpresa.java
8ecd1c5e477bff29953c76aeaf72cf26bd29c25c
[]
no_license
rafaelcardosodev/alura
898d6431ff2bc5662758c5e9cee3ef7db0bc3213
8800b5a68c0a99bf870b09d71155c1e343176447
refs/heads/master
2023-06-12T12:00:58.475965
2021-07-01T16:06:52
2021-07-01T16:06:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,203
java
package br.com.alura.gerenciador.acao; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import br.com.alura.gerenciador.model.Banco; import br.com.alura.gerenciador.model.Empresa; import jakarta.servlet.ServletException; import jakarta.servlet.http...
[ "rafaelgremista2010@gmail.com" ]
rafaelgremista2010@gmail.com
a824c553e95b635f37e89e11eb502c71d36c1085
cd9e792971d9a1d0f85de560c4684d4fddf6ebc0
/xcmis-search-model/src/main/java/org/xcmis/search/model/constraint/DescendantNode.java
37b2208ea7fe957baa33c71babe5af6ff5dcf3e6
[]
no_license
exodev/xcmis
49d82868798a7b5506e6a399384bbf0d2b4b4179
55ac9d26080f1dfef65e3d5377905cf86a075000
refs/heads/master
2021-01-16T19:21:28.094467
2016-04-04T08:43:00
2016-04-04T08:43:00
7,485,023
0
0
null
null
null
null
UTF-8
Java
false
false
3,865
java
/* * Copyright (C) 2009 eXo Platform SAS. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * This software i...
[ "ksmster@gmail.com" ]
ksmster@gmail.com
9e3065703830509be4ae01e402238034d778ddef
953e9430031fab7405d3e39c36798d5f4c54eaf0
/amino-cbbs/src/main/java/org/amino/alg/sort/DefaultSorter.java
4ffdd5aeaaa4c5663a62c08e8eeb7e2d7e5b4eec
[ "Apache-2.0" ]
permissive
javawp/amino-cbbs
210c09e58e4908490264659897c1784b56084315
068e6776087b07fe54fa19f5d1a21899ff78c338
refs/heads/master
2021-01-10T08:56:33.056914
2015-12-24T11:42:14
2015-12-24T11:42:14
48,534,377
2
0
null
null
null
null
UTF-8
Java
false
false
9,581
java
/* * Copyright (c) 2007 IBM Corporation * * 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 ...
[ "javawp@icloud.com" ]
javawp@icloud.com
caf11fd94b1e04098f675ebeaf252059d85f0849
196b9023ea3870dadc0a9cdbc4c56d4ef7f83636
/CaretakersApp/app/src/main/java/seniorproject/caretakers/caretakersapp/ui/actvities/AddGroceryItemActivity.java
19985bfaf9b8230847bd001a315d903736edb146
[]
no_license
AssistEm/assistem-android
a9484c64eff20c55e79fe1f158b9b3a83c671311
fa4b6e3415f7bc05d3e702090207932f3275fac3
refs/heads/master
2021-01-21T04:28:03.211686
2016-08-22T03:01:26
2016-08-22T03:01:26
44,981,247
2
0
null
2016-04-06T21:56:40
2015-10-26T16:20:36
Java
UTF-8
Java
false
false
10,109
java
package seniorproject.caretakers.caretakersapp.ui.actvities; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.text.InputType; import android.text.format.DateFormat; import android.text.format.DateUtils; import android.view.Menu; import android.view.MenuItem; import android.view...
[ "jasmsu@gmail.com" ]
jasmsu@gmail.com
1138784e51aa2ca0e4cfb3c4ae7d48df0440d3d1
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/28/28_4dde59afb2271848dfe46520baa78dc177207aed/KmeliaRequestRouter/28_4dde59afb2271848dfe46520baa78dc177207aed_KmeliaRequestRouter_t.java
63dd8a0c0050e2899a93ddbe420029b2428a84c1
[]
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
122,723
java
/** * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * *...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
041ebc7bf358ddabe1bfa8b61151f8b472363924
46cb512749dc57cacc1cf23a63748baf81f1d62c
/app/src/main/java/com/atmavedagana/shivoham/shivoham/MainActivity.java
86810cf8f790862b23615a519d59dc34da0c7ef8
[]
no_license
mapsver/Shivoham
9c4680f8150390194325777c675780d48bcb7d22
38c9facac58f125cd4fa55f0c5e5308a73702caf
refs/heads/master
2021-09-16T13:16:51.105659
2018-01-23T04:03:47
2018-01-23T04:03:47
110,180,810
0
0
null
null
null
null
UTF-8
Java
false
false
4,181
java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "31552502+mapsver@users.noreply.github.com" ]
31552502+mapsver@users.noreply.github.com
be9015769a2711c54e42711b5b5d9e551b317194
4dd35b2866442e6e1f9a65ee2184d90ea909eb32
/edugl/src/com/jlict/edu/file/service/FileService.java
0536ac1a850fadc73a969eb9b49d68ce7b2f175f
[]
no_license
jlictedu/JlictEdugl
bf386eb394417af610cef6aac90a58fa23df87f5
7af99d7d47cf180d3726ce951ee3bc16a7184629
refs/heads/master
2020-06-05T05:13:00.612816
2014-05-13T06:48:21
2014-05-13T06:48:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
527
java
package com.jlict.edu.file.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.jlict.edu.core.dao.PagingJson; import com.jlict.edu.file.dao.FileDao; import com.jlict.edu.file.dao.FileVo; @Service public class FileService { @Autowired pri...
[ "zhu91aizhu@126.com" ]
zhu91aizhu@126.com
4a9703e0f756e68358b9effc1433530f1f84753c
0abe5df97c360b566a25497d47cde0adf740a118
/quicksort.java
95c88666134954e2e3f824938c73a246348579f5
[]
no_license
ashutoshjv661/JAVA-LAB
817d3a311f130c3ccbd86c9944951ae50909fecd
32da0eb43ba89cc5006f81b9d25dde33626474cd
refs/heads/master
2021-07-15T08:03:38.147618
2020-05-09T18:28:17
2020-05-09T18:28:17
140,252,985
1
1
null
null
null
null
UTF-8
Java
false
false
1,221
java
import java.util.Scanner; public class QuickSort { static int a[]; static void qsort(int left, int right) { if(left<right) { int p = partition(left, right); qsort(left, p-1); qsort(p+1, right); } } static int partition(int low, int high) { int pivot = a[high]; int pindex=low; for(int ...
[ "noreply@github.com" ]
ashutoshjv661.noreply@github.com
58f23e4d862d87c0f2b54bd6867aeb9f7a25bb5c
e861c6590f6ece5e3c31192e2483c4fa050d0545
/app/src/main/java/plugin/android/ss/com/testsettings/settings/bluetooth/DeviceProfilesSettings.java
f3e3720a306caa70c93acc82534c2410b33b7945
[]
no_license
calm-sjf/TestSettings
fc9a9c466f007d5eac6b4acdf674cd2e0cffb9a1
fddbb049542ff8423bdecb215b71dbdcc143930c
refs/heads/master
2023-03-22T02:46:23.057328
2020-12-10T07:37:27
2020-12-10T07:37:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
17,456
java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "xiaoxiaoyu@bytedance.com" ]
xiaoxiaoyu@bytedance.com
cd92454e073d8b3bd036cdc32b557ccbfad50883
5598faaaaa6b3d1d8502cbdaca903f9037d99600
/code_changes/Apache_projects/ZOOKEEPER-2383/d99d93a46cba7caf5ed44dfe4c2447a34ad0e383/NettyServerCnxn.java
32fc371e6de78196ac3d3085fa3978935b28a389
[]
no_license
SPEAR-SE/LogInBugReportsEmpirical_Data
94d1178346b4624ebe90cf515702fac86f8e2672
ab9603c66899b48b0b86bdf63ae7f7a604212b29
refs/heads/master
2022-12-18T02:07:18.084659
2020-09-09T16:49:34
2020-09-09T16:49:34
286,338,252
0
2
null
null
null
null
UTF-8
Java
false
false
28,903
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...
[ "archen94@gmail.com" ]
archen94@gmail.com
5956123bdf89ad15ff86ec77d56fe906a7df580f
2924d8078ea66581cd665fdc463687b1b329df3c
/src/main/java/pers/robin/revolver/dao/UserDao.java
341a1a53a4d0dc4cf5b8342c58fef532fe741da9
[]
no_license
ChowRobin/revolver
a14e0352d1738bb68b3e0dc3643615e8ad2913d1
df8f47658651ec320a35b25249ce8be624fe2ff8
refs/heads/master
2021-08-07T02:21:24.713629
2018-11-19T04:59:51
2018-11-19T04:59:51
136,633,248
0
0
null
null
null
null
UTF-8
Java
false
false
415
java
package pers.robin.revolver.dao; import org.apache.ibatis.annotations.Mapper; import pers.robin.revolver.model.User; import java.util.List; import java.util.Map; @Mapper public interface UserDao { List<User> getList(Map<String, Object> map); User read(Integer id); User findByUserName(String userName);...
[ "robinchow8991@gmail.com" ]
robinchow8991@gmail.com
f6d36b21cee89046704bc61990e94ddcbec5c926
fb585b533edc581175abe8cfa291931b04a3cfba
/src/main/java/com/bank/example/dao/EventDaoImpl.java
9643277824762eec229f7939a379335f672413ec
[]
no_license
IvanCherepica/bank
21a6575ad976cfb16ef7aa9dfe38d015285f7462
b102a3ded9ad755696697b3fbb26afe190acb11f
refs/heads/master
2023-04-05T09:23:23.212951
2021-04-08T13:35:45
2021-04-08T13:35:45
355,922,780
1
0
null
null
null
null
UTF-8
Java
false
false
214
java
package com.bank.example.dao; import com.bank.example.model.Event; import org.springframework.stereotype.Repository; @Repository public class EventDaoImpl extends AbstractDao<Long, Event> implements EventDao { }
[ "ussr211114@gmail.com" ]
ussr211114@gmail.com
139bd507d62d2eaf6ba400987562e1d49338ff90
f7f6a1fcdb117c9dd2caceb02453a4a2c3603fa6
/code/java-study/src/main/java/com/xl/java/week8/FileCopy.java
3ce239011c79832f91313bc8db684de50348456c
[]
no_license
772766964/Java-study
98b81b7a5713f18fe5c34ec7ab937d9b5aad6f13
6683ba2f4049643dcf45ca52a5390351401554dd
refs/heads/main
2023-01-05T23:16:42.738317
2020-11-01T14:53:13
2020-11-01T14:53:13
302,222,085
0
0
null
null
null
null
UTF-8
Java
false
false
1,732
java
package com.xl.java.week8; import lombok.ToString; import java.io.*; import java.util.Arrays; import java.util.UUID; /** * @ClassName FileCopy * @Description TODO * @Author 1 * @Date 2020/10/29 **/ public class FileCopy { public static void main(String[] args) throws IOException { /*...
[ "772766964@qq.com" ]
772766964@qq.com
a06c5a9028d700b1649207b83f25370cc3155c00
c7a3d5be5b36617a611bd00a3ef31893cbc6e2cb
/iTesaApp/src/com/funellites/iTesa/Graph.java
729741ccb77954e8327adc376243450442e6f670
[ "Apache-2.0" ]
permissive
jakubczaplicki/iTesa
4aca0d08d1b6174aea7de0266389a824cdbf59a9
98dd21f191f8813cc8ab70668d052ce3e9751b02
refs/heads/master
2021-01-21T09:50:00.270078
2012-03-21T18:31:24
2012-03-21T18:31:24
2,446,393
2
0
null
null
null
null
UTF-8
Java
false
false
4,162
java
/* * Copyright (C) 2011 The iTesa Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "jakub.czaplicki@gmail.com" ]
jakub.czaplicki@gmail.com
374fa62dac87ad21926ac98656ad754d53574057
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-workmail/src/main/java/com/amazonaws/services/workmail/model/GetMobileDeviceAccessOverrideResult.java
b0dea47bf7c61b869b793f2964f3da326fbd35fc
[ "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
12,195
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...
[ "" ]
6e9014ac2d7a36664990d31fea47fb3a427cfec3
bd44d2fca4bf4983d8d6261b3473997cad7f15de
/app/src/main/java/com/vpulse/ftpnext/ftpnavigation/NavigationDelete.java
483c3318aca71df688966457f73c59f0850987b1
[]
no_license
AnderJoeSun/FTPNext
19cc40004d5fe77c3a6955964afe3d66537fe866
d857e4464201d410e7b083e5d38b3f1dcb294457
refs/heads/master
2021-05-16T22:31:21.619335
2020-03-24T22:07:01
2020-03-24T22:08:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,521
java
package com.vpulse.ftpnext.ftpnavigation; import android.content.DialogInterface; import android.os.Handler; import android.view.View; import android.widget.CheckBox; import android.widget.ProgressBar; import android.widget.TextView; import androidx.appcompat.app.AlertDialog; import com.vpulse.ftpnext.R; import org...
[ "velocitypulse@outlook.fr" ]
velocitypulse@outlook.fr
1438a316719df4c9cb7875290e8be68e35113c9a
b0800ade34ccee8d476f0da92585ada838ef348c
/src/dbms/Delete.java
026b79c5c0f35f5c5ba092b3ecaaed07c7cda3d4
[]
no_license
ziadouf/JDBC
c34bd80c2eeb68b6666f46d1dab5144fbf897274
f4f918a8cbc1641a9104a0bc37e208f3b84f9012
refs/heads/master
2020-04-17T17:15:15.486969
2014-12-06T22:25:56
2014-12-06T22:25:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,640
java
package dbms; import java.io.File; import java.io.IOException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerException; import javax...
[ "ziadouf93@gmail.com" ]
ziadouf93@gmail.com
ccdd61f610f36e36195bee7db912652e17a59c16
49f9046417b1420603609b2f9d6a890e0c593055
/src/main/java/asst/dbase/SelectorUSPhoneNumber.java
aa099629203e55bc8d01f86236d1154439c84617
[]
no_license
wataylor/biblerefs
512ed2b03253dabbf299f0f0484d46e3d0ac5780
2a75a2e7acc842461a4d7915763cf0297f2191a3
refs/heads/master
2023-01-22T07:10:03.815992
2020-12-05T23:15:02
2020-12-05T23:15:02
288,609,395
0
0
null
null
null
null
UTF-8
Java
false
false
7,532
java
/* @name SelectorUSPhoneNumber.java Copyright (c) 2007 by Advanced Systems and Software Technologies. All Rights Reserved Under revision by: $Locker: $ Change Log: $Log: SelectorUSPhoneNumber.java,v $ Revision 1.1 2007/06/15 18:17:09 asst upload */ package asst.dbase; import javax.se...
[ "wataylor@alum.mit.edu" ]
wataylor@alum.mit.edu
408932d9aabf1d7f9ef2d58279f113d0536b9ffc
2047f79b878ca3669d60fa571eee8d04ac334384
/src/main/java/com/example/Phase12/sections/Department.java
d2d38198d07af5d0a4dbf999fdf79ce7caf05514
[]
no_license
ahmedelsafty70/system-manages-RESTAPI
5b9a28d750cabf6b06cc8a106d2c7a8af35557be
efbd92944dfa4b515216d8c22aa76c5cb5d69850
refs/heads/main
2023-08-16T09:08:16.718427
2021-09-22T17:29:00
2021-09-22T17:29:00
397,904,922
0
0
null
null
null
null
UTF-8
Java
false
false
557
java
package com.example.Phase12.sections; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import javax.persistence.*; import java.util.List; @Entity @Table @Getter @Setter @NoArgsConstructor public class Department { @Id @Column(name =...
[ "ahmedelsafty70@gmail.com" ]
ahmedelsafty70@gmail.com
e103d5f76dcd6066f00244e05222d7d39e636eab
bc544516346a296858d6f38558fcf352c593ee4a
/http/src/main/java/com/ysy/http/IEntity.java
68d82a1c5491b2e416d76d65dff452699217b84f
[]
no_license
yeshiyuan00/ysy_http
d5e669eff27547794e26d4dd3a13d88d7e949b83
d78e63deab4f936ed5dfe3d6272bfa7805132533
refs/heads/master
2021-01-22T07:02:44.086689
2015-09-19T08:55:23
2015-09-19T08:55:23
41,144,406
0
0
null
null
null
null
UTF-8
Java
false
false
227
java
package com.ysy.http; import com.google.gson.stream.JsonReader; /** * Created by Stay on 15/7/15. * Powered by www.stay4it.com */ public interface IEntity { void readFromJson(JsonReader reader) throws AppException; }
[ "yeshiyuan00@gmail.com" ]
yeshiyuan00@gmail.com
ca90e1fe806a1274cf7b095f81f6f266451da403
b9e9f6c119386d58660aecc895d16290a43253f4
/jooq2/src/main/java/com/izhaoyan/jooq2/controller/UpLoadController.java
445c69ae5ee6f9e2dcbac429b2370f90480162dc
[]
no_license
snailbinich/boat
e3694f27d985b08394fea6a2a38e280f3372d136
e676627c7948f16f6817c1345c13a75607acb9f0
refs/heads/master
2021-01-10T03:33:05.818282
2016-01-14T01:07:03
2016-01-14T01:07:03
44,463,747
0
0
null
null
null
null
UTF-8
Java
false
false
4,974
java
package com.izhaoyan.jooq2.controller; import org.apache.tomcat.util.http.fileupload.FileUtils; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springf...
[ "zhaoyan@belo-inc.com" ]
zhaoyan@belo-inc.com
6bb8179f272a37ea07c7b0896e57e046aded97e8
f1461dab5257e18a09d96519be6e33c2231b323a
/src/main/java/com/huisam/querydsl/repository/MemberTestRepository.java
646524f1de9f7334c026f5d2c03580280f1c051c
[]
no_license
huisam/QueryDsl
bceca8ce14824012bf7229d4e8053d724b5e354e
b10fac5de2498ed87dd713dfbbcbbf66df60da00
refs/heads/master
2023-02-16T23:19:08.903058
2021-01-07T14:35:37
2021-01-07T14:38:34
262,557,743
1
0
null
null
null
null
UTF-8
Java
false
false
3,065
java
package com.huisam.querydsl.repository; import com.huisam.querydsl.dto.MemberSearchCondition; import com.huisam.querydsl.entity.Member; import com.huisam.querydsl.repository.support.QueryDsl4RepositorySupport; import com.querydsl.core.types.dsl.BooleanExpression; import org.springframework.data.domain.Page; import org...
[ "huisam@naver.com" ]
huisam@naver.com
00a1ee28b29269183319e95651aecb9bbf73e3d9
de1d56ee3b37fdb64f8641f82e66d661369ff5d9
/MyProfile.java
749064b622c28b0035eb12005668a8e326e1664c
[]
no_license
Amaranadhreddy/ChampCash-Development
7c19f2acfa5df77b58b947cc98f76287a6f182b2
1afa3b744dd4f90b06b8b6cbfbb109bc071f5a71
refs/heads/master
2021-01-01T15:52:04.542961
2017-07-19T13:06:02
2017-07-19T13:06:02
97,715,875
0
0
null
null
null
null
UTF-8
Java
false
false
2,934
java
package com.tms.govt.champcash.home.report; import java.io.Serializable; /** * Created by govt on 25-04-2017. */ public class MyProfile implements Serializable { private String profileID; private String user_id; private String user_type; private String name; private String email;...
[ "noreply@github.com" ]
Amaranadhreddy.noreply@github.com
4fc16aea5b219024f6e71cda6346c96240925f9f
8538dc06ad222a407e8e4d7a7214aac234625817
/proyecto2/src/main/java/es/palmademallorca/imi/proyecto2/controller/IndexController.java
ee0a2f6dcb45f350127b660b797204dc7f0327a5
[]
no_license
bginardp/springcurso
70e6ed161d034e51e0a6e27ecaf2954528b7deba
89a40a5c22f248b1eace5b5df93b1bc075696a57
refs/heads/master
2020-06-17T00:33:20.013016
2018-09-25T15:50:29
2018-09-25T15:50:29
75,055,914
0
0
null
null
null
null
UTF-8
Java
false
false
295
java
package es.palmademallorca.imi.proyecto2.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class IndexController { @RequestMapping("/") public String index(){ return "index"; } }
[ "bginardp@gmail.com" ]
bginardp@gmail.com
4d08de7d762901569246fb0fe1437c9be4d08181
9b641c9a7077f442506b37ed8b9f891060309aa5
/ChatApp/ChatApp-LLD/com.sangeetdas/src/main/java/com/sangeetdas/project/chat/OneToOneChat.java
667fe820c85ed769e6cf34a52927dba2dad7ebc7
[]
no_license
sangeetd/System-Designs-LLD
afca4a05e2a5c63b4348adea21cef86d5ba72ccf
3b032b0d1c13e754ab5be037163cdad2560498a2
refs/heads/master
2023-08-06T10:22:49.237432
2021-10-04T14:25:52
2021-10-04T14:25:52
413,451,426
0
0
null
null
null
null
UTF-8
Java
false
false
995
java
package com.sangeetdas.project.chat; import com.sangeetdas.project.messages.Message; import java.util.*; public class OneToOneChat implements IChat{ private ISendingPolicy sendingPolicy; private final List<String> contactee; private final List<Message> localSavedMessages; public OneToOneChat(List<...
[ "imsangeet3@gmail.com" ]
imsangeet3@gmail.com
26b3ca6b3bf2f5a90dadba7b4c5f8d9310dead26
08a1b71a87f3769d244a5fdfec06ae409638d3b7
/src/main/java/com/prevosql/index/io/writer/PlainIndexWriter.java
1b74070c574acae72e52cd9cfd23b2cb46195f4a
[]
no_license
aadilzbhatti/PrevoSQL
c59c707e15a29a672e63830fd2c18cf5c9733cbc
139f58ad2ac832b86b1b5da71bdc5f336b7f19ae
refs/heads/master
2021-12-30T06:43:03.269140
2018-02-07T01:14:36
2018-02-07T01:14:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,184
java
package com.prevosql.index.io.writer; import com.prevosql.index.entry.DataEntry; import com.prevosql.index.entry.RecordId; import com.prevosql.index.node.IndexNode; import com.prevosql.index.node.LeafNode; import com.prevosql.index.node.TreeNode; import org.apache.log4j.Logger; import java.io.File; import java.io.Fil...
[ "aadilzbhatti@gmail.com" ]
aadilzbhatti@gmail.com
7ac95a6aeb4bf54349efc90ac471c58280e2bb86
526c3cf66b31dd8dd9728accad977f5c84ed0a11
/src/gui/util/Utils.java
de06aecad324d7c6991b43e39537de4c85d3b07d
[]
no_license
tiagoborgir2/workshop-javafx-jdbc
341f9b597405d432e54b2bec8681b6d3cdb785bf
dd5bbce3431d67d0f5f7e6ec5057cb1b42910234
refs/heads/master
2023-06-25T22:33:58.877546
2021-07-13T18:58:38
2021-07-13T18:58:38
380,015,564
0
0
null
null
null
null
UTF-8
Java
false
false
2,542
java
package gui.util; import java.text.SimpleDateFormat; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.util.Date; import java.util.Locale; import javafx.event.ActionEvent; import javafx.scene.Node; import javafx.scene.control.DatePicker; import javafx.scene.control.TableCell; import j...
[ "tiago.alcosta@gmail.com" ]
tiago.alcosta@gmail.com
97a83e3f09c3d29a6d9d273221dbec5e4ad1e8df
dcea0a97656538aba0ede704ae1f87daf462c6eb
/LeetCode/connectedComponentsList.java
6edc321e3854df83afb54756db9c44cf43def9ab
[]
no_license
amiteshP/TheZenOfSoulCoding
d2d78043a85f853662387129083b00e4890ff201
b12806d27a0bfae4dea145e21ed8369ff604f90d
refs/heads/master
2021-08-17T09:29:05.329552
2018-10-29T18:52:10
2018-10-29T18:52:10
144,480,594
1
0
null
null
null
null
UTF-8
Java
false
false
816
java
/** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode next; * ListNode(int x) { val = x; } * } */ class Solution { public int numComponents(ListNode head, int[] G) { HashSet<Integer> hSet = new HashSet<>(); if(head == null) return 0; ...
[ "ampathak@adobe.com" ]
ampathak@adobe.com
5f6c8d24cf551af98d18cf053c90ffd767a06c10
3508dc7da2944ef5f15f4a7fc69f5b1401f5a476
/src/test/java/com/test1/tests/TestSuccessfulFirstAdminCreateDBCheck.java
76870b96aac8380c4b61eb0c63d99135f42eb5ce
[]
no_license
DTSProject01/DTS1
fc4e1c0146790512d61b6b7487b73f92680612b8
3b4f93b753bf65aac838efcf257e24ff2ab5f143
refs/heads/master
2021-01-09T20:42:39.500339
2016-07-20T17:36:58
2016-07-20T17:36:58
63,799,400
0
0
null
2016-07-20T17:20:55
2016-07-20T17:04:51
HTML
UTF-8
Java
false
false
1,930
java
package com.test1.tests; import org.testng.annotations.Test; import org.testng.Assert; import org.testng.AssertJUnit; import org.testng.annotations.Test; import org.testng.AssertJUnit; import org.testng.annotations.Test; import com.test1.pages.LogInPage; import org.testng.annotations.BeforeMethod; import java.awt.AW...
[ "synhlee@yahoo.com" ]
synhlee@yahoo.com
7fe769e25636e81dac26bbdea181d55e7705ec33
ffdb3c49de6f0037842a21f408505dd08d2a2f12
/app/src/main/java/com/ttyooyu/market/core/MainFactory.java
352df1cdcaeb405c82136f126c5e397e4be7d9a8
[]
no_license
jwenzhu/TTYooyu
275c35b23a62d810120801b27059769f64710c01
4c25eef7178a7f4d90f68e47fa0b4a57ec9a608b
refs/heads/master
2020-12-25T14:33:42.228370
2016-11-03T06:42:23
2016-11-03T06:42:23
67,656,508
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
package com.ttyooyu.market.core; /** * Created by Administrator on 2016-08-25. */ public class MainFactory { /** * host url */ public static final String HOST = "www.baidu.com"; public static final String HOST_DOWNLOAD =""; private static TTYooYu mTTYooYu; protected static final Obje...
[ "709846645@qq.com" ]
709846645@qq.com
f9638207820c5ad45ad8e404761de08352908abf
a59930c0461f9d4dc4ef7cdca693e3bcc9aeb3c6
/Projeto Final/Etapa1 - CRUD/Livraria/src/com/br/lp2/testeDAO/TestePedidoDAO.java
c847f13a2f04aa7faeda1d3b3c1c5f35c745e24e
[]
no_license
BrunaFerreira/LP2---Projeto1
a446456caaafc2284a488a5fe828c0d1d975a489
18cb2332f7013bb170cdf926f118d13636eb5cb0
refs/heads/master
2021-05-30T00:39:08.695592
2015-10-05T01:30:37
2015-10-05T01:30:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,534
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 com.br.lp2.testeDAO; import com.br.lp2.model.Pedido; import com.br.lp2.model.dao.PedidoDAO; import java.sql.Time; im...
[ "guhdemari@gmail.com" ]
guhdemari@gmail.com
f2f73638321eb1ca473ffd3418818893c2428e3f
9d43474bb7a4d8702425f75d92857fbbbb0ce77d
/src/test/java/test/Main.java
515d16a547585e7d515c4d2693a7c3a222c232b8
[]
no_license
hkweiling/RestApi
4741dc8c7f2f91ade2a3e6adbd7d8a898b4439b1
3ea2daca7aacc0893c2cea992ca7c9055c515a21
refs/heads/master
2021-03-17T06:47:11.997762
2020-03-13T02:59:33
2020-03-13T02:59:33
246,971,716
0
0
null
null
null
null
UTF-8
Java
false
false
649
java
package test; import com.google.gson.reflect.TypeToken; import com.ikonke.api.model.*; import com.ikonke.api.util.HttpUtil; import com.ikonke.api.util.JsonUtil; import javax.xml.ws.Response; import java.util.HashMap; import java.util.Map; import java.util.Random; /** * @description: * @author: * @time: 2020/3/11 ...
[ "atbd59@163.com" ]
atbd59@163.com
fbef110ece8360272906a45274e5eebeeb5545fd
a07f3a43f0335c0a635090d791f63a57e7fd05a6
/libPolyPicker/src/main/java/nl/changer/polypicker/CameraActivity.java
860f88443314d27e0c7eb038a77848b1cf541e8f
[]
no_license
caioketo/GerenciamentoDeEstudos
549811c929ed38937c9423128f1b3e23a3d00c24
212f373ab65fa0f46a620f8ff336ae044a195073
refs/heads/master
2016-08-06T10:27:33.767879
2015-02-26T20:02:02
2015-02-26T20:02:02
31,386,208
0
0
null
null
null
null
UTF-8
Java
false
false
7,468
java
package nl.changer.polypicker; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Matrix; import android.hardware.Camera; import android.net.Uri; import android.os.Bundle; import andr...
[ "caionmoreno1@gmail.com" ]
caionmoreno1@gmail.com
118488bfdf2d713a405e3ec48c0c564df7e76073
738552249a74511b44ce6ee7c8a861aa3f914845
/ssh0605/src/com/ru/javaExam/processcontrol/SwitchTest.java
762edcb8b044b75081d7fbbe5d5e63c1ce07c24e
[]
no_license
tydldd/ssh_exam
c4c4eb7854c2bfc2d38823c0c5582e611ad5aeac
d1246b25e334308aeb35c4df528ccb2e31d02409
refs/heads/master
2016-09-05T22:48:35.104226
2014-06-15T03:37:51
2014-06-15T03:37:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,007
java
/** * ๆ–‡ไปถๅ๏ผšswitchTest.java * * ็‰ˆๆœฌไฟกๆฏ๏ผš1.0 * ๆ—ฅๆœŸ๏ผš2013-6-25 * Copyright ru Corporation 2013 ็‰ˆๆƒๆ‰€ๆœ‰ * */ package com.ru.javaExam.processcontrol; import org.junit.Test; /** * * ้กน็›ฎๅ็งฐ๏ผšssh0605 * ็ฑปๆ่ฟฐ๏ผšswitchๆต็จ‹ๆŽงๅˆถ๏ผˆswitchๅŽ้ข็š„่กจ่พพๅผ็š„5็งๆ•ฐๆฎ็ฑปๅž‹๏ผšbyteใ€shortใ€intใ€charใ€enum๏ผ‰ * ๅˆ›ๅปบไบบ๏ผšnanchengru * ๅˆ›ๅปบๆ—ถ้—ด๏ผš2013-6-25 ไธŠๅˆ11:39:37 ...
[ "ru2013_1@163.com" ]
ru2013_1@163.com
8c5b8071ab5e15cb479330dbb5d0c224d9b4f421
d071b94ef92b50faaf13a410bf5eaa9351e44ac4
/app/src/main/java/me/mathiasprisfeldt/pacman/Types/Point2D.java
cc69072990fc2c81480770656146f5d8777cf7c0
[]
no_license
mathiasprisfeldt/pacman
0803f6417a2928fd12f060d3249ca19bb086b5c5
7ce31c42398aca650144d7cff04bb5bcb8e95937
refs/heads/master
2023-07-10T08:10:36.774475
2018-10-04T11:33:20
2018-10-04T11:33:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
580
java
package me.mathiasprisfeldt.pacman.Types; public class Point2D { private int _x; private int _y; public int x() { return _x; } public int y() { return _y; } public Point2D(int _x, int _y) { this._x = _x; this._y = _y; } public Point2D add(Point2D ...
[ "contact@mathiasprisfeldt.me" ]
contact@mathiasprisfeldt.me
3a439704902310fabf0ae35c67298c34aa48fcd4
98dc6a2dd4ed7ece34053a777aa1e4af65ec38ee
/Java_Client/src/java_templates/networking/client/utils/ClientUtils.java
91a798e7787a73a65d0c2adfb67d988fa07e4d5d
[]
no_license
ioarg/Java_Client_Server_Template
6473e77b9f68096735b0346b6cee769e50cabff0
eea76ccc0788bd8c563617fcbefea2084b929c09
refs/heads/master
2021-10-21T02:50:06.061161
2018-11-30T20:15:00
2018-11-30T20:15:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,481
java
package java_templates.networking.client.utils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.net.SocketTimeoutException; import java.net.UnknownHostException; import java.util.Scanner; public class ClientUt...
[ "johnargyroulis@gmail.com" ]
johnargyroulis@gmail.com
a0f111c96c668f4cb6edcfc0ce51200ed147610d
847a173f9b402170733aa92301680707f1599007
/hrms/src/main/java/kodlamaio/hrms/business/concretes/EmploymentTypeManager.java
407bd307d3f622e9e594b45cca2db294e101a5ab
[]
no_license
mert-akkaya/hrms
3ddbfdc024eb945ab666dc6e131df02e6e794433
56b3230ac0b25692c14d2750a01e22ba4b0fb662
refs/heads/master
2023-07-01T16:29:20.506396
2021-08-10T18:24:17
2021-08-10T18:24:17
366,356,196
6
0
null
null
null
null
UTF-8
Java
false
false
901
java
package kodlamaio.hrms.business.concretes; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import kodlamaio.hrms.business.abstracts.EmploymentTypeService; import kodlamaio.hrms.core.utilites.results.DataResult; import kodlamaio.hrms...
[ "mertakkaya522@gmail.com" ]
mertakkaya522@gmail.com
5ab51b2b2dd3c61a2e7112a477cdeb063b5e1280
45f213223f8afdcceee98a1a3f6a5e90cfb73687
/jcore-xmi-db-writer/src/test/java/de/julielab/jcore/consumer/xmi/XmiDBWriterMonolithicDocumentTest.java
6f8611d2965349b6883517d51878b686f5f81f9a
[ "BSD-2-Clause" ]
permissive
JULIELab/jcore-base
1b74ad8e70ad59e2179ba58301738ba3bf17ef38
20902abb41b3bc2afd246f2e72068bd7c6fa3a93
refs/heads/master
2023-08-29T02:16:40.302455
2022-12-09T10:38:41
2022-12-09T10:38:41
45,028,592
29
14
BSD-2-Clause
2023-07-07T21:58:41
2015-10-27T08:59:13
Java
UTF-8
Java
false
false
4,560
java
package de.julielab.jcore.consumer.xmi; import de.julielab.costosys.dbconnection.CoStoSysConnection; import de.julielab.costosys.dbconnection.DataBaseConnector; import de.julielab.jcore.db.test.DBTestUtils; import de.julielab.jcore.types.Header; import de.julielab.jcore.types.Sentence; import de.julielab.jcore.types.T...
[ "chew@gmx.net" ]
chew@gmx.net
173434a76bbadaeeea82334b2969ddec8a646f06
90d610df1a18d54391760bad15b0f0971814bed3
/src/main/java/com/zam/o2o/service/impl/AreaServiceImpl.java
bc6b6dcb72e6a06882315be87a6ccba0a4930724
[]
no_license
anmaozhang335/HelloSpring
2c2d5e748b6d3a340b2249aa6bf314116d6feba6
f16e2e9f5716b21a0f8d008e594cc80d40770257
refs/heads/master
2020-03-07T21:40:05.673813
2018-04-18T07:45:46
2018-04-18T07:45:46
127,733,102
0
0
null
null
null
null
UTF-8
Java
false
false
2,989
java
package com.zam.o2o.service.impl; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction...
[ "anmao.zhang@pwc.com" ]
anmao.zhang@pwc.com
ff59ee30d913e331b557545af11b188a033f1764
5fe2d38530885c3350db898feb1fef0ae748da37
/src/test/java/com/sam/reactivemongorecipeapplication/services/RecipeServiceIT.java
f8535804aea9e3205b8165cc11bd0f8dce597419
[]
no_license
baskicisamet/reactive-mongo-recipe-application
fe6b248a9bd41f0e2256ac25f5029804fa627789
f6c68c750c5c7198df87a56b2ca8618d850e4ec3
refs/heads/master
2020-04-27T14:19:01.538666
2018-02-03T06:10:44
2018-02-03T06:10:44
174,405,624
0
0
null
null
null
null
UTF-8
Java
false
false
2,001
java
package com.sam.reactivemongorecipeapplication.services; import static org.junit.Assert.assertEquals; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.cont...
[ "baskicisamet@gmail.com" ]
baskicisamet@gmail.com
808ae17b32bd58fd1072dd3016ce03b34bf43e69
740425ec2edb71f8823b0543a1bd5359fa834834
/app/src/main/java/com/example/leoes/studiez/Calendar.java
c7af878b6799c1e1e452b1b17dda40e4db2bc696
[]
no_license
LeoEStevens/StudiEZ
c514a476190a9dd7e5763887c0262c6fb0bbb914
37ecaea2ea7e31acb8fb91718cb45a8e2abe73f3
refs/heads/master
2020-04-19T07:32:19.845975
2019-01-28T22:45:44
2019-01-28T22:45:44
168,050,310
0
0
null
null
null
null
UTF-8
Java
false
false
3,439
java
package com.example.leoes.studiez; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.view.View; import android.support.design.widget.NavigationView; import android.support.v4.view.GravityComp...
[ "leoestevens@gmail.com" ]
leoestevens@gmail.com
87eea2ccd982916139f83eedc6a341bfccf939b3
dd47902933765e5c862387c3b367abba8ff1f4c6
/maven-webprj/src/main/java/com/zhiyou100/zyVideo/model/UserExample.java
df868ed6eed99b9225cdbacaca0b79559352c056
[]
no_license
FlyingDriver/VideoManagement
dcd8acacd57883115b1aad9a0068af2b89e23d85
928117aa2f29a548713b149acd6b61eb8e308c64
refs/heads/master
2021-01-20T05:58:48.106288
2017-08-31T13:09:53
2017-08-31T13:09:53
101,476,087
0
0
null
null
null
null
UTF-8
Java
false
false
33,997
java
package com.zhiyou100.zyVideo.model; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.List; public class UserExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public UserExample() ...
[ "nycz1994@163.com" ]
nycz1994@163.com
fa963c968240beb2c803241e4eea04290f1c5578
ed7bebd1aa34595b5bde66b9c5e0463f441f099d
/src/main/java/com/morhun/product/policy/dto/ExpensesDto.java
b1b3df5805bc3ea5eba05cbc02b0c7bfade2faad
[]
no_license
ymorhun/product-policy
a1f193a1a8a2a15188bc460f162152e208eef73d
d8aa325cfa4f11a1a64c6cca9867ffac94a7a574
refs/heads/master
2021-05-11T19:51:59.760842
2018-01-14T21:00:22
2018-01-14T21:00:22
117,424,122
0
0
null
null
null
null
UTF-8
Java
false
false
613
java
package com.morhun.product.policy.dto; import java.util.Map; /** * Created by yarki on 28.06.2017. */ public class ExpensesDto { private double reserve; private Map<Integer, Double> productIdToExpenses; public double getReserve() { return reserve; } public void setReserve(double reserv...
[ "yaroslav_morhun@epam.com" ]
yaroslav_morhun@epam.com
624999b402206ca622b2394e7a21625eccfb00e9
2621ecdf9c799b316244d802382bc44843a6f7ce
/open-iam-sms-aliyun/src/main/java/com/rnkrsoft/opensource/iam/services/AliyunSmsService.java
dc02f882c9a9b02ece8ef3619e99143be5592b6a
[]
no_license
artoruis/OpenIAM
cf0b879c06b0056893c31fa07fa38d03c278b6c4
efbbfe323af42a48f83c263ec408c5018ab4cf4e
refs/heads/master
2023-04-09T21:28:19.574902
2019-08-29T17:44:50
2019-08-29T17:44:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,415
java
package com.rnkrsoft.opensource.iam.services; import com.aliyuncs.DefaultAcsClient; import com.aliyuncs.IAcsClient; import com.aliyuncs.dysmsapi.model.v20170525.SendSmsRequest; import com.aliyuncs.dysmsapi.model.v20170525.SendSmsResponse; import com.aliyuncs.exceptions.ClientException; import com.aliyuncs.profile.Defa...
[ "master@qq.com" ]
master@qq.com
dd339ad7d8e82515ae7c3e5758381982ea428268
be093e98761393c91928f9512c4e3a3386d797bb
/git-java/src/main/java/com/bjpowernode/git/Test.java
9bb7faada897562a9c3c7241d9d6080139d71a71
[]
no_license
cc20120914/git-project
729aff52f13252ffaf85a4e310544283f319f505
43fab7dafd6063974d35c7844a795bb4c17883ae
refs/heads/master
2023-01-27T11:54:19.320311
2020-12-12T06:50:31
2020-12-12T06:50:31
320,775,536
0
0
null
null
null
null
UTF-8
Java
false
false
186
java
package com.bjpowernode.git; /** * 2005็”ฐ่ถ…ๅ‡ก * 2020/12/12 */ public class Test { public static void main(String[] args) { System.out.println("hello world@"); } }
[ "zhangsan@163.com" ]
zhangsan@163.com
fe0c02f1eb2da2926867c69ac0d18355d261fdf2
7da062a314468aebcfee58c6807495d163d54ab5
/app/src/main/java/com/hackerearth/zetafood/ui/adapter/CartAdapter.java
a0889b0fc3a69d8865350196382a204a56fbab8b
[]
no_license
Yadunath/ZetaFood
b3e523d73b72d82925b8105997c2cdd9b6af08f2
9acad54184f448451a5140c2f6f298b72ee67291
refs/heads/main
2023-01-22T12:26:28.592185
2020-12-04T12:53:52
2020-12-04T12:53:52
318,514,867
0
0
null
null
null
null
UTF-8
Java
false
false
2,080
java
package com.hackerearth.zetafood.ui.adapter; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import com.bumptech.glide.Glide; import com.hackerearth.zetafood.R; import com.hackerearth.zetafood.data.local.enti...
[ "developers.idroidz@gmail.com" ]
developers.idroidz@gmail.com
146da7f808cd34582519f79b2eef27a0881a3319
3289413392fe2e1ec3f83d47f1069dca785052ca
/app/src/main/java/edu/msu/liunan/examliunan/HaroldSpinView.java
5dba4e4b5500c0921b23305582be4a762705b6c6
[]
no_license
liunan10/an-example-of-Android-app
062d42269429203f0fb447ac2edaaf4afe045103
03f678192666b78b9a5855cea52e598da5f557ca
refs/heads/master
2021-01-10T08:12:26.882525
2016-01-25T00:04:11
2016-01-25T00:04:11
49,661,897
0
0
null
null
null
null
UTF-8
Java
false
false
7,962
java
package edu.msu.liunan.examliunan; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.drawable.Drawable; impor...
[ "nan.liu1987@gmail.com" ]
nan.liu1987@gmail.com
d9eff41b0f49428742526b3875c70b7d94acb0c8
a051ac2d94f54699a45d0e62c211048f0951b17f
/bdaj/src/main/java/big_data_analytics_java/chp1/Test.java
31969bfa4b6d8ccc991efef7f8bed355ba785ad4
[ "MIT" ]
permissive
ilya1245/Big-Data-Analytics-with-Java
6eef96a8a6f72b174bc6b9616861af49b1fd6d38
b9f341a9d5930db7c8a0890a1410cc36d6b186ec
refs/heads/master
2020-04-19T05:13:31.538849
2019-08-08T05:30:19
2019-08-08T05:30:19
167,981,748
0
0
MIT
2019-01-28T15:05:38
2019-01-28T15:05:38
null
UTF-8
Java
false
false
341
java
package big_data_analytics_java.chp1; public class Test { public static void main(String[] args) { System.out.println("Car type -> Abarth"); System.out.println("Car type -> AlfaRomeo"); System.out.println("Car type -> Autobianchi"); System.out.println("Car type -> Bizzarinni"); System.out.println("Car type...
[ "rajat.me@gmail.com" ]
rajat.me@gmail.com
41948df937c23ffc95446a67b85bc715167e9d8d
5e04564d70699c245e0a5470fac1c81b696b4824
/video-procedure-backend/src/main/java/com/westwell/backend/modules/sys/service/SysLogService.java
f549606d9216509e2836014098947df39985b6fc
[]
no_license
haizeigh/video
7651e64679665ad330ce5fb7f7578a977ee0110e
f49445e508752b1c38ad55d3e337a855b6145488
refs/heads/main
2023-03-27T02:34:43.354180
2021-03-11T03:29:49
2021-03-11T03:29:49
337,028,256
0
0
null
null
null
null
UTF-8
Java
false
false
570
java
/** * Copyright (c) 2016-2019 ไบบไบบๅผ€ๆบ All rights reserved. * * https://www.renren.io * * ็‰ˆๆƒๆ‰€ๆœ‰๏ผŒไพตๆƒๅฟ…็ฉถ๏ผ */ package com.westwell.backend.modules.sys.service; import com.baomidou.mybatisplus.extension.service.IService; import com.westwell.backend.common.utils.PageUtils; import com.westwell.backend.modules.sys.entity.Sy...
[ "1254126426@qq.com" ]
1254126426@qq.com
6a2f0e79d73daed3670477ad43f7bf966fcdce7f
490b4eb6c9a3e51d8e3bf717e4eeade85ccef77c
/commonlib/src/main/java/com/cryallen/commonlib/utils/ThemeUtils.java
6dd751bc26edea900d1dc9250975a3441a737494
[]
no_license
cr330326/commonhello
76b9fb0982e3348c6b10593c770d3064a8179e3e
606f7d2f0eccac3623a8984ea05cedf0384ef906
refs/heads/master
2021-06-29T15:54:57.874120
2021-03-30T11:20:33
2021-03-30T11:20:33
226,026,279
1
0
null
null
null
null
UTF-8
Java
false
false
3,492
java
package com.cryallen.commonlib.utils; import android.content.Context; import android.content.res.TypedArray; import androidx.annotation.AttrRes; import androidx.annotation.NonNull; import com.cryallen.commonlib.R; /** * ไฝœ่€…๏ผšๆญ้นไผŸ * ๆ—ฅๆœŸ๏ผš16-7-8 15:15 * ้‚ฎ็ฎฑ๏ผš424346976@qq.com */ public class ThemeUtils { public stat...
[ "cr330326@gmail.com" ]
cr330326@gmail.com
18ae1321c7ac652d36e01dee9a176625b38c1183
e189c55cbeaa1a5574dd3016473fbf62b2887608
/src/Model/Server/Configurations.java
14cf81eb59b569e1c1aaefc5406c9e1f9496a719
[ "MIT" ]
permissive
MoranChery/ATP2019-Project
656286ba2f103e6ac452e026d921e5ff386f5998
c9fd312626fb515b07f60bad237b83fc5cc984bd
refs/heads/master
2020-05-30T16:09:23.991904
2019-06-10T12:40:08
2019-06-10T12:40:08
189,839,824
0
0
MIT
2019-06-05T10:22:14
2019-06-02T11:47:09
Java
UTF-8
Java
false
false
2,391
java
package Model.Server; import Model.algorithms.mazeGenerators.IMazeGenerator; import Model.algorithms.mazeGenerators.MyMazeGenerator; import Model.algorithms.mazeGenerators.SimpleMazeGenerator; import Model.algorithms.search.BestFirstSearch; import Model.algorithms.search.BreadthFirstSearch; import Model.algorithms.sea...
[ "avihaipp@gmail.com" ]
avihaipp@gmail.com
1287e59395b47af408e76fc3286123dcd21dc93b
db6b6d3a1d5fcc343948002723601c9d773307bc
/src/main/java/org/mohansun/dev/adapter/CustomConfigAdapter.java
3b91c854c2b63c9018ea77e7518f413bad06d76c
[]
no_license
mohan-chinnappan-n/aura-apps
d56175c978ae1c349fbd6c2b7bb8397fa27f20be
6dbb6810bf1bdfc07bca66fd82ccf2f74a4e231b
refs/heads/master
2023-07-19T22:39:34.614207
2017-12-27T15:10:48
2017-12-27T15:10:48
115,532,650
0
0
null
2023-07-16T12:19:41
2017-12-27T15:11:57
Java
UTF-8
Java
false
false
395
java
package org.mohansun.dev.adapter; import org.auraframework.annotations.Annotations.ServiceComponent; import org.springframework.context.annotation.Primary; import test.org.auraframework.impl.adapter.ConfigAdapterImpl; @ServiceComponent @Primary public class CustomConfigAdapter extends ConfigAdapterImpl { @Overr...
[ "mohan.chinnappan.n@gmail.com" ]
mohan.chinnappan.n@gmail.com
be3f6acca5e98b8b2c112e812b46ef7a6b2e726e
5333823c6d52649910382ad02e3d50476d822020
/WorkDistributor.java
d2e4239e1d138d2969bda6a98ef30576ef5d9d75
[]
no_license
jammat/hojjihoji
809f9bc13625df2e7dbd9492254ca1cdfc169876
b50f5b5d3efe86f4f67d3902cfa1c57bd65d7025
refs/heads/master
2021-01-10T10:34:07.723744
2015-11-30T14:14:27
2015-11-30T14:14:27
47,027,809
0
0
null
null
null
null
UTF-8
Java
false
false
9,112
java
import java.io.IOException; import java.io.InputStream; import java.io.InterruptedIOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.OutputStream; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.Socket; public ...
[ "jammat@utu.fi" ]
jammat@utu.fi
d575620dec2d66297e90627048a7ef2fc1571237
a38c717c55358c8321948f7c32141d3ba508c990
/CardApplication/app/src/test/java/com/example/kevo/cardapplication/ExampleUnitTest.java
79febc8ac37e812fda8f176c4bcca58c24966861
[]
no_license
koechkevoh/android
5e01e1ac124cd0400f4276f88c6c18bdfe70f49d
fb511983ca1e215382dbbae5e60bff2feaa93706
refs/heads/master
2020-04-04T13:38:53.497439
2018-11-03T09:30:32
2018-11-03T09:30:32
155,969,749
0
0
null
null
null
null
UTF-8
Java
false
false
393
java
package com.example.kevo.cardapplication; 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 p...
[ "kevo@localhost.localdomain" ]
kevo@localhost.localdomain
b4869521707f193e417326d15e8b8e26e2502292
e60bbe411f75861b167962a6b35e68c82bb6b306
/FlagPickerService/src/main/java/com/sid/demo/flagservice/controllers/MetricsController.java
b201ea6d83a4d42a1b14e4ecff24ee4dbfc46671
[]
no_license
sidgupte/FlagPickerService
66a3e43ad88fb11a926ebfd5320c536b86cd84f2
9b6193697f36dab5203eeadb67544ccf3a5c7e51
refs/heads/master
2021-01-01T23:30:45.451824
2020-02-09T23:43:32
2020-02-09T23:43:32
239,390,777
0
0
null
null
null
null
UTF-8
Java
false
false
1,151
java
package com.sid.demo.flagservice.controllers; import javax.validation.constraints.NotEmpty; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.s...
[ "sid.gupte@gmail.com" ]
sid.gupte@gmail.com
d0b4a71576d1c018a1159a7f7507a2c37ffa07ad
47429c52c137a23514e49d02a2e36b249256612a
/rhymecity/src/main/java/com/fly/firefly/ui/object/BaseClass.java
97d2ebcce6b544e80f02910ae4ef12bec2d5cd2c
[ "MIT" ]
permissive
zatyabdullah/temp
44caadd953f62fcc730c484ed351dcec4f64998b
fe0a6a814d4fb8912b90d7d8e0c3803ebd472cb6
refs/heads/master
2021-01-10T01:42:20.716007
2015-11-30T07:26:04
2015-11-30T07:26:04
46,040,181
0
0
null
null
null
null
UTF-8
Java
false
false
472
java
package com.fly.firefly.ui.object; /** * Created by Dell on 11/9/2015. */ public abstract class BaseClass { String username; String signature; public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public...
[ "zaty.abdullah@gmail.com" ]
zaty.abdullah@gmail.com
6ae236aa81712bd1f4ac43c166a929b1c94acb9d
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-chimesdkvoice/src/main/java/com/amazonaws/services/chimesdkvoice/model/transform/SpeakerSearchTaskJsonUnmarshaller.java
0ca71f589fafb4bf7403d0316a42bc0e3e82256f
[ "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
4,648
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...
[ "" ]
0bc2f119abb59f58dc323c140a82c5e2aaf5730b
5ca4e7d678152edb086855e1f94f507fd88cbe55
/Java/07. private vs Protected vs public vs default/src/UnrelatedOutsidePackage.java
a060edd7fca3ffd68c0403684f36b62547ad6a12
[]
no_license
kleytonvieira/complementos-de-programa-o-sti-ise-ualg
0fbc682fc4edaefae75eb7f702930789ad0d8e3f
422b5a3a30b88c0179e25618b8e8293eed3e10ca
refs/heads/master
2023-03-20T16:57:23.435687
2021-03-25T10:05:30
2021-03-25T10:05:30
351,385,878
0
0
null
null
null
null
UTF-8
Java
false
false
647
java
import cp.pack.Mother; public class UnrelatedOutsidePackage { Mother var; UnrelatedOutsidePackage(){ var.publicArg = 1; //var.protectedArg = 1; //The field Mother.protectedArg is not visible //var.privateArg = 1; //The field Mother.privateArg is not visible //var.defaultArg = 1; //The field Mother.defaul...
[ "pcardoso@ualg.pt" ]
pcardoso@ualg.pt
fa26142e5b39bfd0fe568f4b85bf770d43ff224c
9f226f0efe833dd03502338b60cc8415c51863a3
/core-java/serialization/SerializationDemo/src/Employee.java
e5425b42ec835e05470c91acd988e70cba6de2c6
[]
no_license
williamdocarmo/frameworks
3cd5a304b2a0b383dd510554fd0942be5051c048
562b7bd383ea24fa07bde151bff96cfbb9edcff7
refs/heads/master
2023-07-13T03:33:50.817119
2021-07-28T20:27:13
2021-07-28T20:27:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
957
java
import java.io.Serializable; public class Employee implements Serializable { private String empName; private String address; private String phoneNumber; public String getEmpName() { return empName; } public void setEmpName(String empName) { this.empName = empName; } public String getAddress() { ret...
[ "santanu.bh6@gmail.com" ]
santanu.bh6@gmail.com
735b2c43f7a5814dfab90cd6b77578f39638811b
87fb7c9d7420df24da9bbe257e44daa48c0b7776
/weixin-core/src/main/java/com/runssnail/monolith/weixin/core/message/service/MessageProcessServiceResolverFeactoryBean.java
091ce8d0bfcdb6ccbceaad7717757d9495ccf088
[]
no_license
pf5512/mono-weixin
11f4eed2abaa59a7feef00ba58fb5e2a384b60fb
c28c435e013b7616cf952660f4d6a9c1a32edbf2
refs/heads/master
2021-01-22T00:36:26.766888
2015-01-20T03:51:48
2015-01-20T03:51:48
null
0
0
null
null
null
null
GB18030
Java
false
false
4,211
java
package com.runssnail.monolith.weixin.core.message.service; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.springframework.beans.BeansException; import org.springframework.beans.factory.FactoryBean; import org.springframework.beans.factory.Initializ...
[ "zheng19851@126.com" ]
zheng19851@126.com
1086db122d4a65878919144785aee3bed4381390
3dbff7d18dfe420ad3b3fa548038be31ed538092
/src/main/java/com/employeedetails/employeeServiceDAOImpl/EmployeeListExtractor.java
3335b2fa4c2d1b6b3257569e3c4323a6a3c6d2d4
[]
no_license
santosh3702/employeeDetails
8b25cb720d60eba2736d2128eb1aa035ff62b071
440e76a1493a134295cb8f3f6afc17b7a803bd04
refs/heads/master
2021-01-21T13:21:18.581462
2016-04-22T15:23:51
2016-04-22T15:23:51
55,942,722
0
0
null
null
null
null
UTF-8
Java
false
false
965
java
package com.employeedetails.employeeServiceDAOImpl; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import org.springframework.dao.DataAccessException; import org.springframework.jdbc.core.ResultSetExtractor; import com.employeedetails.user.Employee; publi...
[ "stripathi1@xavient.com" ]
stripathi1@xavient.com
5ca1f49645c420fbec1739c798fe68e46523a1f0
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/11/11_d90c4b024d2aff68a914bd93df157ee23410bb2e/IBPELModuleFacetConstants/11_d90c4b024d2aff68a914bd93df157ee23410bb2e_IBPELModuleFacetConstants_s.java
5f63b61f511451f38d02c7ebe7f172f999b2c3ce
[]
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,450
java
/******************************************************************************* * Copyright (c) 2006 University College London Software Systems Engineering * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which acc...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
75759a88c37148d3fae44230b1ad351dc1f90d80
218e0bb8172f0d8be5e704127010360441384f09
/app/src/main/java/com/sn/frenrollment2/MainActivity.java
fe4edbb84a07773570e9ff8279109c5a353c6e38
[]
no_license
amanmahajan2190/HackathonUI
5ebd72053e50786f7f5b610a28b75df285d6408a
fe1014088615dcee87ce66279f616a6a737d6393
refs/heads/master
2021-06-07T20:21:33.682340
2016-12-01T16:13:40
2016-12-01T16:13:40
73,572,787
0
0
null
null
null
null
UTF-8
Java
false
false
11,074
java
package com.sn.frenrollment2; import android.Manifest; import android.annotation.TargetApi; import android.content.Intent; import android.content.pm.PackageManager; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Matrix; import androi...
[ "amanmahajan@vmware.com" ]
amanmahajan@vmware.com