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
2cc01d21d2ffba5c89dd752d977a6a82e911c417
40709bb96f024822eea708b914c4c1f635a37c4c
/gismap-service/src/main/java/com/zjhz/gismap/dto/UserDTO.java
f819ebc55c1ea5416f686e260a6180e41341f4b0
[]
no_license
java-zhangzh/zjhz_cs
6a3f6d286d03fc6250a0de238f1ef5050d9c03cd
f4b6e186e1a6d92079ecff830c5279156baeee86
refs/heads/master
2022-07-02T04:42:28.376059
2020-03-12T06:59:45
2020-03-12T06:59:56
243,173,854
1
1
null
2022-06-21T02:52:14
2020-02-26T05:08:49
Java
UTF-8
Java
false
false
792
java
package com.zjhz.gismap.dto; import com.zjhz.gismap.domain.User; import lombok.Data; import org.springframework.beans.BeanUtils; /** * <b>功能名:</b>UserDTO<br> * <b>说明:</b><br> * <b>著作权:</b> Copyright (C) 2019 ZJHZ CORPORATION<br> * <b>修改履历: * * @author 2019-05-13 hufeng */ @Data public class UserDTO { publ...
[ "zhangzh@ujoint.cn" ]
zhangzh@ujoint.cn
b23d708915a0fc4696cddb7ab70aeea4984f9e48
93b032f1181fef82800ecfd940bcb3cfd0065bbb
/MaterialDesignDemo/app/src/main/java/com/itfollowme/materialdesigndemo/RealmFragment.java
00013f0665e08a4dde50778cf9418b37cf507f2a
[]
no_license
lastpiecexz/njit151152
101057e06ce4bddf1ed0a4447c6f823c8acb3a27
1e48297d17fa29d204065b18077e107d1caa3893
refs/heads/master
2021-04-06T20:16:23.889560
2018-06-07T07:36:36
2018-06-07T07:36:36
125,337,475
5
3
null
2018-03-26T08:14:44
2018-03-15T08:44:06
Java
UTF-8
Java
false
false
617
java
package com.itfollowme.materialdesigndemo; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * A simple {@link Fragment} subclass. */ public class RealmFragment extends Fragment { public RealmFragme...
[ "notrealxu@gmail.com" ]
notrealxu@gmail.com
64d9d87c8023e31dc2206c50a790dd367c3075d7
962aa5e0d13dca4fc530868209cf2a08eaa46897
/MIS/src/main/Foraccess.java
f709367ef645f195c0fbefcb5ff12e5f22e00d0e
[]
no_license
LeoEatle/MIS_java
ca6e111beae43f1aa94ca70d766ff0bae2587f93
c97f2886575327360dbf7f4d46574469dfb76b01
refs/heads/master
2016-09-05T10:50:58.961510
2015-09-20T02:00:10
2015-09-20T02:00:10
42,796,692
0
0
null
null
null
null
UTF-8
Java
false
false
483
java
package main; import java.sql.DriverManager; import com.mysql.jdbc.Connection; public class Foraccess { static java.sql.Connection conn; public static void main(String args[]) { try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance(); String url = "jdbc:Access:///c:/a/d...
[ "liuyitao811@hotmail.com" ]
liuyitao811@hotmail.com
d3d093299d6862ae272468f4d485abbe4207f53c
33ee5a9dbd6c98014ded72601cda3385ff38ff72
/app/src/main/java/com/wisdomrider/bloodnepal/Receivers/WifiReceiver.java
1824eb706aa5f611200cf9346ca14a5ca58df336
[ "Apache-2.0" ]
permissive
wisdomrider/BloodNepal
4d5ac3a3c6869f031512a0cf5b3e929a38a7196f
2c5f85aaec6039062fbf945bc7bb601e7842cd7f
refs/heads/master
2020-03-28T12:19:33.013602
2018-09-11T08:52:00
2018-09-11T08:52:00
148,287,891
1
0
null
null
null
null
UTF-8
Java
false
false
518
java
package com.wisdomrider.bloodnepal.Receivers; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.wisdomrider.bloodnepal.Services.Background; /* CREated by avi(Wisdomrider) on 9/10/2018 */ public class WifiReceiver extends BroadcastReceiver { @Overr...
[ "avishekzone@gmail.com" ]
avishekzone@gmail.com
470b309c7bc43d29daa2fad145a3edba4eac33e1
1b523bf1b3bfd9782227ca394ac20143baf4974c
/official/chapter05/phoneme/phoneme_modify_src/midp_src/src/test/common/i3test/com/sun/midp/util/FailTest.java
1d6e0faa312eb42a91508ead7687722bb14234e9
[]
no_license
Joyounger/armlinuxbook
66c80192a2d4ea068bba2e21c92067705da08949
b7fea1d8c235cbd1f4551b5495bbacc777d91916
refs/heads/master
2021-05-06T10:17:58.433025
2018-03-31T09:14:02
2018-03-31T09:14:02
114,165,147
1
1
null
null
null
null
UTF-8
Java
false
false
1,610
java
/* * * * Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free S...
[ "942510346@qq.com" ]
942510346@qq.com
65c4e5383872dce99d14434e278fd5a0a7d20368
d9b077b5e3d6dab3c2ca0c07fe80894985b250af
/core/src/test/java/net/fortress/eventlistener/chain/factory/DefaultContractEventDetailsFactoryTest.java
0fd83bc67342835a6a44853458eede7c70ad95d9
[]
no_license
bydolson/fortress-event-listener
db5fc3254bab0eb410a8744783bccaf77a0e6d01
f4ae34e53e83d01b9aa71c970cf4580c3cda83c8
refs/heads/main
2023-02-01T06:48:36.611589
2020-12-17T08:05:47
2020-12-17T08:05:47
319,055,535
0
0
null
null
null
null
UTF-8
Java
false
false
8,273
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...
[ "canercak@gmail.com" ]
canercak@gmail.com
73914a375ab4b66d66bd0536714f4df3ec17cf76
45bcb90c060c335bc18877c6154a158f67967148
/pvmanager/datasource-graphene/src/main/java/org/diirt/datasource/graphene/ScatterGraph2DFunction.java
f6275fe424eb91b6d8afb433c8584cb2ca2eac02
[ "MIT" ]
permissive
gcarcassi/diirt
fee958d4606fe1c619ab28dde2d39bfdb68ccb5f
f2a7caa176f3f76f24c7cfa844029168e9634bb2
refs/heads/master
2020-04-05T22:58:09.892003
2017-06-02T15:23:44
2017-06-02T15:23:44
50,449,601
0
0
null
2016-01-26T18:27:46
2016-01-26T18:27:45
null
UTF-8
Java
false
false
3,338
java
/** * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.diirt.datasource.graphene; import java.awt.image.BufferedImage; import java.util.List; import org.diirt.graphene.Point2DDataset; import org.diirt.graphene.ScatterGr...
[ "gabriele.carcassi@gmail.com" ]
gabriele.carcassi@gmail.com
83918fd925e7fc11772f0054d20b3eb01edd5d98
552fdb092d8e29076474abb271c2e407f928a49c
/ad-core/src/main/java/com/palmtech/ad/dao/StPushAppDao.java
8e68f674d8e3ad7fbc172b3deedd2b9082c287e5
[]
no_license
caomingjian2012/example-core
2ed8d8149c617923c2ba9f44083feefc39cdc180
ebb248eb03ae567f6e4aad5b9064300e8acf6304
refs/heads/master
2021-01-10T12:58:17.838148
2015-11-15T15:54:13
2015-11-15T15:54:13
46,224,409
0
0
null
null
null
null
UTF-8
Java
false
false
368
java
package com.palmtech.ad.dao; import cn.org.rapid_framework.page.Page; import com.common.plugins.myframework.DaoInterface; import com.palmtech.ad.entity.st.StPushApp; import com.palmtech.ad.entity.st.StPushAppQuery; public interface StPushAppDao extends DaoInterface<StPushApp,java.lang.String> { Page<StPu...
[ "94391992@qq.com" ]
94391992@qq.com
714e3665ac570df5c76d79aa5c74b9d62b91f4ee
5708880334865933b337dd1d8aa33fab682966c8
/chapter-0523/src/main/java/com/gupaoedu/michael/business/qualification/service/LotteryQualifyService.java
24876c02d2af118ac947cb71046feaf96cc29e13
[]
no_license
EvanLeung08/eshare-learning-materials
2c281425dec9272f763c81c14defe8846f5d1e9f
9ee92c9fd38a03c4b8f3d354715cea055e3dfa8b
refs/heads/master
2020-04-15T12:54:07.969892
2019-01-08T16:44:41
2019-01-08T16:44:41
164,691,741
2
0
null
null
null
null
UTF-8
Java
false
false
423
java
package com.gupaoedu.michael.business.qualification.service; import com.gupaoedu.michael.business.draw.domain.valobj.DrawLotteryContext; /** * 腾讯课堂搜索 咕泡学院 * 加群获取视频:608583947 * 风骚的Michael 老师 */ public interface LotteryQualifyService { /** * 资格判断 * @param context * @return */ boolean ch...
[ "10856214@163.com" ]
10856214@163.com
3e85691ffccd5fa74dbb4b18bcf234c3ec1dbf92
3841f7991232e02c850b7e2ff6e02712e9128b17
/小浪底泥沙三维/EV_Xld/jni/src/JAVA/EV_Spatial3DDatasetWrapper/src/com/earthview/world/spatial3d/dataset/ModelCacheUtility.java
ce542c4b68ad673114f0f5d4d0d93ee522925c30
[]
no_license
15831944/BeijingEVProjects
62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71
3b5fa4c4889557008529958fc7cb51927259f66e
refs/heads/master
2021-07-22T14:12:15.106616
2017-10-15T11:33:06
2017-10-15T11:33:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
25,023
java
package com.earthview.world.spatial3d.dataset; import global.*; import com.earthview.world.base.*; import com.earthview.world.util.*; import com.earthview.world.core.*; public class ModelCacheUtility extends com.earthview.world.core.AllocatedObject { static { GlobalClassFactoryMap.put("EarthView::World::Spatial3...
[ "yanguanqi@aliyun.com" ]
yanguanqi@aliyun.com
50ccdd48691a17c63a2e4ff9c5a7721b487db895
f24169e7a8f3f1b32b85c118e651c70e1a1470ad
/engine/src/main/java/com/android/zxb/engine/view/ChooseOnePopupWindow.java
00b9671a86f073a22b9a7ebfb16256fc14b58452
[]
no_license
0xE4s0n/ruanjianbei
a2e691d461a10931c46125f8d98130246dd5aabc
08300395148acfb2075f7f7ad93875e5968ed05f
refs/heads/master
2020-09-11T05:52:56.848181
2019-12-29T06:56:21
2019-12-29T06:56:21
221,961,327
0
0
null
null
null
null
UTF-8
Java
false
false
3,478
java
package com.android.zxb.engine.view; import android.app.Activity; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.recyclerview.widget.LinearLayoutManager; impor...
[ "1181499949@qq.com" ]
1181499949@qq.com
b7011c0f91f87d96bcc756c050579d5d0fdcfe75
95e944448000c08dd3d6915abb468767c9f29d3c
/sources/com/p280ss/android/ugc/aweme/newfollow/p1424vh/UpLoadRecoverItemViewHolder_ViewBinding.java
d18428062eee7fb0bcc5aa5bee1e6f81dc010179
[]
no_license
xrealm/tiktok-src
261b1faaf7b39d64bb7cb4106dc1a35963bd6868
90f305b5f981d39cfb313d75ab231326c9fca597
refs/heads/master
2022-11-12T06:43:07.401661
2020-07-04T20:21:12
2020-07-04T20:21:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,134
java
package com.p280ss.android.ugc.aweme.newfollow.p1424vh; import android.view.View; import android.widget.ImageView; import android.widget.ProgressBar; import android.widget.TextView; import butterknife.Unbinder; import butterknife.internal.Utils; import com.p280ss.android.ugc.aweme.base.p308ui.RemoteImageView; import c...
[ "65450641+Xyzdesk@users.noreply.github.com" ]
65450641+Xyzdesk@users.noreply.github.com
1033a0a1a1f378c3c31beb54923dcf6b2b623f72
fe62b66b1f1d36b5c25204468740bd7168acaf7d
/StubsTutorial/test/com/vodafone/test/BasicCalculatorStub.java
37245707b352694687a7ffef961bc3a010afa362
[]
no_license
mahwishriazjamil/TDDQA
0ffc0d2405a4ec98cf4b74b3024eab4b2c36d9a7
55fcd8a25eb06ed5173cce7e0f2c9dcf0b3edb39
refs/heads/master
2020-04-11T12:29:22.941361
2018-12-14T12:34:50
2018-12-14T12:34:50
161,782,222
0
0
null
null
null
null
UTF-8
Java
false
false
349
java
package com.vodafone.test; import com.company.BasicCalculatorService; public class BasicCalculatorStub implements BasicCalculatorService { public BasicCalculatorStub(){ } @Override public double fibonacciAdd(double x, double y) { return 9999; } @Override public double fibonacciSubtract(double x, doub...
[ "mahwish.riazjamil@vodafone.com" ]
mahwish.riazjamil@vodafone.com
b8a80034452f9be561b8e7e6efeefe3dc75d7515
ff316044df4c523d284f19d5d2bfb546dd43da18
/src/main/java/com/jikexueyuan/demo/springmvc/lesson6/controller/ProductController.java
8e38e1b94433423ec35a94e36af5cf618c3f9e64
[]
no_license
missionagain/FinalExam3
0500321be748fe161b6b9facef617738d9172155
d51bdee67aa30e089155d46be2a5daaac2f3973f
refs/heads/master
2020-06-30T15:02:57.136075
2016-11-21T13:07:27
2016-11-21T13:07:27
74,364,242
0
0
null
null
null
null
UTF-8
Java
false
false
1,408
java
package com.jikexueyuan.demo.springmvc.lesson6.controller; import java.util.ArrayList; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframew...
[ "weihang0253@163.com" ]
weihang0253@163.com
30034d93ae948b8fce6526168186c8f070dd2381
7a8e18ad7ad1cdc6b3a91ca4ff5d402d0d20be17
/CFT/elasticsearch/c1d44780675a9ff43e87a44f62969a0214928988/TransportAction.java/anc_TransportAction.java
08de1dfc072749945af49c4f0adef084f34099b1
[]
no_license
mandelbrotset/Test
ec5d5ad5b29d28240f6d21073b41ca60070404b1
2a119c9a6077dce184d2edb872489f3f2c5d872e
refs/heads/master
2021-01-21T04:46:42.441186
2016-06-30T15:10:39
2016-06-30T15:10:39
50,836,379
0
0
null
null
null
null
UTF-8
Java
false
false
8,406
java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[ "isak.eriksson@mail.com" ]
isak.eriksson@mail.com
2da40e98004c894a0488b0c6b29a7f7ac0b64d58
4f13f9c4bca764f504a778b26da0fadd2ac3cf38
/src/test/java/RestApi.java
74ea9cdf65b5c9ebcd20181a50d54f3ca0886c8f
[]
no_license
MakmoKGZ/apiWeek2Project
7771cb824a47b693f67e9987180e95ba90871bab
8123135b3f77eda1a5a8f7f5db6ad55f1bcaed56
refs/heads/master
2022-12-23T07:28:58.710300
2020-10-02T22:23:51
2020-10-02T22:23:51
300,746,879
0
1
null
2020-10-02T22:29:25
2020-10-02T22:10:04
Java
UTF-8
Java
false
false
335
java
import java.net.http.HttpResponse; public class RestApi { HttpResponse<String> httpResponse = Unirest.get(“<some_url>/<endpoint>?param1=value1&param2=value2”) .header("header1", header1) .header("header2", header2); .asString(); System.out.println( httpResponse.getHeaders().get("Content-...
[ "workmakmo@gmail.com" ]
workmakmo@gmail.com
a3c8268012161f48f8b0e96c973d292f3b5c9237
e598b7af2153958ccc3162063d071f0f697efbe8
/app/src/main/java/io/andronicus/todomvp/tasks/TasksFilterType.java
a5a83aad17fc9a61ac42482282c5874cbb43297e
[ "Apache-2.0" ]
permissive
andronicus-kim/TodoMVP
141a7921aa737eab363c790e38f157edb6d5735f
05c1e7c102addda3a74c5c0b249e4a8f777fe549
refs/heads/master
2020-03-13T13:56:27.322219
2018-05-02T14:20:44
2018-05-02T14:20:44
131,148,393
0
0
null
2018-04-26T12:11:13
2018-04-26T11:53:25
Java
UTF-8
Java
false
false
669
java
/* * Copyright (C) 2018 Andronicus * * 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 ...
[ "androkim.kim7@gmail.com" ]
androkim.kim7@gmail.com
5c3c28328a224f873fc7797f0b5323154e554974
6482753b5eb6357e7fe70e3057195e91682db323
/com/google/common/primitives/Primitives.java
78b5a7e1e631625e868c74fad416541b04a8470c
[]
no_license
TheShermanTanker/Server-1.16.3
45cf9996afa4cd4d8963f8fd0588ae4ee9dca93c
48cc08cb94c3094ebddb6ccfb4ea25538492bebf
refs/heads/master
2022-12-19T02:20:01.786819
2020-09-18T21:29:40
2020-09-18T21:29:40
296,730,962
0
1
null
null
null
null
UTF-8
Java
false
false
2,654
java
package com.google.common.primitives; import java.util.Collections; import java.util.HashMap; import com.google.common.base.Preconditions; import java.util.Set; import java.util.Map; import com.google.common.annotations.GwtIncompatible; @GwtIncompatible public final class Primitives { private static final Map<Cla...
[ "tanksherman27@gmail.com" ]
tanksherman27@gmail.com
8b3aee449f3b965b9d5d42a3b2f57a143d4514c0
d45a868d611564fd4c0bab2086ac123c8a9f4946
/src/main/java/com/wishlist/gateway/proxy/filters/PreFilter.java
1c999e72398bd1409b40533e23d0500894d6d5d3
[]
no_license
mailtosunil/wishlist-gateway
9bda1e115c593352646f9af67c69347745659b1a
873180fd482deb635b735118a6e4eaf36ab6cd12
refs/heads/master
2020-04-14T05:27:43.921215
2019-01-02T08:41:30
2019-01-02T08:41:30
163,661,301
0
0
null
null
null
null
UTF-8
Java
false
false
793
java
package com.wishlist.gateway.proxy.filters; import javax.servlet.http.HttpServletRequest; import com.netflix.zuul.ZuulFilter; import com.netflix.zuul.context.RequestContext; import com.netflix.zuul.exception.ZuulException; public class PreFilter extends ZuulFilter { public PreFilter() { } @Override public bool...
[ "mailtosunilbehera@gmail.com" ]
mailtosunilbehera@gmail.com
a69b668494285de76c367a004923b6c35810f26c
8040df49b97cec82eb87d906580c0d0870f68217
/labor_no_lectiva/src/labor_no_lectiva/buscar_docente.java
09c438cdb2631ba1186210a9d84d959b26731595
[]
no_license
frank93rodriguez/labor_no_lectiva
8d656b3a6b8eba74680006f095a7035fde1165e5
342c9b5279b57f0784a0dd17ae46ce911e4be404
refs/heads/master
2021-05-05T18:18:55.652551
2017-09-15T01:42:48
2017-09-15T01:42:48
103,599,924
0
0
null
null
null
null
UTF-8
Java
false
false
1,207
java
package labor_no_lectiva; import java.io.IOException; import java.util.ArrayList; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @SuppressWarnings("serial") public class buscar_docente extends HttpServlet{ public docente buscar_...
[ "noreply@github.com" ]
frank93rodriguez.noreply@github.com
e81c70491609cd00fa968eb794a5029e3db1516e
a3a7d359877d69c2f0c0800cbefd70abff738ce1
/src/obligatoriodda/dominio/Observer.java
a0951e43ebb4860a2f61415f0b7466e989aa975c
[]
no_license
Tiaghovski/Obg-DDA
a47129aebb041fb2922ee027cc13bbe0a28375bd
31eeed863dfe492c0de584069309b9088d28681f
refs/heads/master
2022-12-31T03:20:42.250029
2020-10-17T02:56:30
2020-10-17T02:56:30
304,784,622
0
0
null
null
null
null
UTF-8
Java
false
false
333
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 obligatoriodda.dominio; /** * * @author alumno */ public interface Observer { void Update(Observable o, Objec...
[ "tiagosilva_93@hotmail.es" ]
tiagosilva_93@hotmail.es
628d58ffa8436d7198b3c9fbd9ee8dbc594b747b
30262e2c47316143de877ea797702cbe98b6eca3
/chess-demo/src/main/java/com/len/chessdemo/elements/Tile.java
ac3c225c99052d11cacae4828d9715508ffc32ee
[]
no_license
lennemo09/chess-engine-spring
5bb7f1e00292eb671ffcaad434f04ac6fb65e004
36e015d65a81a943fab80a803ca6883d1693cc7d
refs/heads/main
2023-03-13T09:40:45.462402
2021-03-04T08:05:10
2021-03-04T08:05:10
344,359,516
0
0
null
null
null
null
UTF-8
Java
false
false
522
java
package com.len.chessdemo.elements; import com.len.chessdemo.utils.Position; public class Tile { private Piece piece; private Position pos; public Tile(Position pos, Piece piece) { this.setPiece(piece); this.setPos(pos); } public Piece getPiece() { return piece; } ...
[ "leluong@deloitte.com.au" ]
leluong@deloitte.com.au
35a081963ee4aa32bfb4447ea8b6ef5d3d51cf9b
9127f9dcf78802d3838fb75b70b7f5a06970a5db
/Java/Labs/Labs_OOP/Lab 6/src/src/ru/mirea/lab6/_1/Blackmirror.java
313219c2d83cd0cdcc87779e356ff2df19c5fa97
[]
no_license
Destinyr4zr/4sem
1d725e49222495876f8688073bb5410106c27cec
897cb97b6b446c7b131f5527a617db5f29887ec5
refs/heads/master
2021-04-20T14:01:50.403566
2020-03-24T13:19:04
2020-03-24T13:19:04
249,689,974
0
0
null
null
null
null
UTF-8
Java
false
false
179
java
package src.ru.mirea.lab6._1; public class Blackmirror { public static void main(String[] args){ Game message = new Game(); message.setVisible(true); } }
[ "pristine.kirill@gmail.com" ]
pristine.kirill@gmail.com
328805ba8761c4a4f46e5ddd31a13ca40be7826c
53e1a48014eed3f5c07ada1e09836d5c54f13857
/yhzh/project/hxpt/Model/src/com/yhzh/biz/impl/DataObjectBizImpl.java
742f352d0f137dea4143173f3ea3d9cb4f7fae17
[]
no_license
yunhuazhihuii/yhzh
64f64758a97a4a721b142f3c6ed8ecbf83979f66
215fd8c956c02a3392d6a8b9d98ad87dafc94afb
refs/heads/master
2020-03-10T01:18:39.036057
2019-04-04T03:12:29
2019-04-04T03:12:29
129,106,198
1
0
null
null
null
null
UTF-8
Java
false
false
5,537
java
package com.yhzh.biz.impl; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Map; import javax.annotation.Resource; import com.yhzh.biz.DataObjectBiz; import com.yhzh.dao.DataObjectDao; import com.yhzh.pojo.S0000002; import com.yhzh.pojo.S112...
[ "rookiedream@126.com" ]
rookiedream@126.com
11aaa8936d54eca37596c252a18debf47e01ed17
91bd01ee4348d016cbc4a45b661ffda10007379d
/Comp-Graf/lib/gluegen-java-src/com/jogamp/common/util/IntegerStack.java
233b321909b67c56a3401a54b6029f2ba87203e9
[]
no_license
Paesdb/Comp-Graf
cac930256d5ecdfcad7b4c25207e28f4e5f07f19
4c7e12fa212f3839d059445b0fddb7216ec84240
refs/heads/master
2021-01-18T15:34:52.194599
2017-03-16T19:55:46
2017-03-16T19:55:46
84,346,162
1
1
null
null
null
null
UTF-8
Java
false
false
6,674
java
/** * Copyright 2012 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * co...
[ "jeanortiz14@gmail.com" ]
jeanortiz14@gmail.com
711c387d252a7454873676228b57d301ded5b2c7
171d3f42ea5a5bd582d7d67593fbb2e093ae3fb2
/app/src/main/java/com/example/antonsskafferiapplication/OrderData.java
ae825c0a5aafbe08a1b15930419d2452cd1fae93
[]
no_license
antons-skafferi/application
086302771a15e65c713d1008abc9d6cb2ba64115
52ceaf437a9fccbf0ceb70a7de19625be7528dbe
refs/heads/master
2020-04-23T16:50:56.452415
2019-03-19T08:27:49
2019-03-19T08:27:49
171,312,106
0
0
null
2019-02-18T20:40:20
2019-02-18T15:52:30
null
UTF-8
Java
false
false
898
java
package com.example.antonsskafferiapplication; import android.util.Pair; import java.util.ArrayList; public class OrderData { /*Is used in kitchenActivity to load complete orders from the database*/ private String tableNumber; private String note; private ArrayList<OrderDetails> orders; public ...
[ "eliasaxel.fredin@gmail.com" ]
eliasaxel.fredin@gmail.com
95f39f7d8d804fd9e539751b9f0c77b21b09d894
50e6f9aaa002d7abaebba71d8191faf39595e156
/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrTests.java
0a9ca00590b3dfbb09a5e91d39387cea2b305a4e
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-other-permissive", "Apache-2.0", "Elastic-2.0", "LicenseRef-scancode-elastic-license-2018" ]
permissive
szbrain/elasticsearch
7b272e880d2dbec46308f71138c13a9a4ff573c9
c919cf789a8c91c7c7add782df2508f36e98dd8b
refs/heads/master
2021-09-23T14:45:07.327250
2018-09-24T12:04:41
2018-09-24T12:04:41
107,561,273
0
0
Apache-2.0
2018-09-24T12:04:42
2017-10-19T15:00:15
Java
UTF-8
Java
false
false
2,337
java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ccr; import org.elasticsearch.Version; impor...
[ "noreply@github.com" ]
szbrain.noreply@github.com
1950781369806112fe71935adb528affcaa81cb6
8957537f636c91c29ca7ba21ece7b96fc04feb11
/lesson2/Account HW/abstractAccount.java
6d1f23b9500e694c4e248c13c5db534abb986706
[]
no_license
Ziyilan/Mobile-Proto-16
a5c2d4366634a7c25b8788ce9577ac405417d346
7ca2bc65907d1f85155cd3e7e7f43b16f18011e6
refs/heads/master
2021-01-22T01:38:42.936470
2016-10-31T00:42:45
2016-10-31T00:42:45
67,151,413
0
0
null
2021-01-05T00:51:44
2016-09-01T17:17:03
Java
UTF-8
Java
false
false
554
java
public abstract class abstractAccount { protected MoneySaver owner; protected long amount; public abstractAccount(long amount, MoneySaver owner){ this.amount = amount; this.owner = owner; } public void deposit(long depositAmount){ } public abstract long getAmount(); public abstract void setA...
[ "ziyi.lan@students.olin.edu" ]
ziyi.lan@students.olin.edu
2db30b4ca6f5b68e637c9631b59f983e1971de90
ca4b516a4be70d1074d78bade6531ecabd611e0b
/hbase191208/hbase-mr/src/main/java/com/muye/hbase/reducer/InsertDataReducer.java
900f793ca986c8a8a8c911aa2d486c4320b77b2d
[]
no_license
dancheng0/HBASE
9eb9e159edf652e18bd5ca3e4211eacb12c151c6
fa9eae53b294ef65fa01963ccbe4e269e1db1e93
refs/heads/master
2020-11-24T23:22:10.027016
2019-12-19T09:26:09
2019-12-19T09:26:09
228,384,457
0
0
null
null
null
null
UTF-8
Java
false
false
748
java
package com.muye.hbase.reducer; import org.apache.hadoop.hbase.client.Put; import org.apache.hadoop.hbase.io.ImmutableBytesWritable; import org.apache.hadoop.hbase.mapreduce.TableReducer; import org.apache.hadoop.io.NullWritable; import java.io.IOException; /** * @author : gwh * @date : 2019-12-17 10:24 **/ publi...
[ "1595864175@qq.com" ]
1595864175@qq.com
2ce70d95a5717116c9741a3113dbc456466caf2a
9e17f7ee73285dba2deb0a8c321973e28f33ae3a
/STACK_2018/src/ds/stack/Stack.java
64d4efa24af0fb0e89f4408f17b136606d1b0eb6
[]
no_license
anariky1/DataStrucure
fe12326f4f56ce977425a65061ce4abf4ebc18da
3160fa17b4f470bd99ca9242ee80ce39782b5a20
refs/heads/master
2020-03-28T21:43:23.292153
2018-09-17T19:29:25
2018-09-17T19:29:25
149,176,850
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
package ds.stack; public class Stack { private int maxsize; //size the stack private long[] stackArray; //container storing list of items private int top; //represent the index position of last item public Stack(int maxsize){ this.maxsize=maxsize; this.stackArray=new long[maxsize]; this.top=-1; ...
[ "ananthgithub@gmail.com" ]
ananthgithub@gmail.com
5bd0781b8eb3cad85d9e195f3104b8815714f8b8
d2cb1f4f186238ed3075c2748552e9325763a1cb
/methods_all/nonstatic_methods/java_awt_event_ComponentEvent_wait_long_int.java
6e1d5a042c83758e1a8115550a4a284bb559049f
[]
no_license
Adabot1/data
9e5c64021261bf181b51b4141aab2e2877b9054a
352b77eaebd8efdb4d343b642c71cdbfec35054e
refs/heads/master
2020-05-16T14:22:19.491115
2019-05-25T04:35:00
2019-05-25T04:35:00
183,001,929
4
0
null
null
null
null
UTF-8
Java
false
false
197
java
class java_awt_event_ComponentEvent_wait_long_int{ public static void function() {java.awt.event.ComponentEvent obj = new java.awt.event.ComponentEvent();obj.wait(3452663207410873447,1000401425);}}
[ "peter2008.ok@163.com" ]
peter2008.ok@163.com
e7e0f56f72c5ced8f8058dc36d63cb2df50acb0f
17d23e4467c3a17ec5164236a5ecd8b28c540eb5
/src/insoft/handler/GetWatch.java
d03433205bb674e15c37c3dcc58dcb2897994950
[]
no_license
DongminK/NGFClient
877f659f6b31313d6af3c973de93696c3e7ae9ec
fa3f2a0b242fdc7793f10c22998dcbdf69b2d878
refs/heads/master
2020-03-19T12:52:38.134778
2018-06-08T00:45:11
2018-06-08T00:45:11
136,546,651
0
0
null
null
null
null
UTF-8
Java
false
false
905
java
package insoft.handler; import insoft.client.IHandler; import insoft.client.Util; import insoft.openmanager.message.Message; import java.util.Vector; public class GetWatch implements IHandler { @Override public String getName() { // TODO Auto-generated method stub return "GET_WATCH"; } @Override public Me...
[ "kdm0228@gmail.com" ]
kdm0228@gmail.com
ce69645f7ba87c3fcb8ea5d09510f68f1de3bae7
10a831a439f8ea5584e0f01708f198efc2dcc182
/src/main/java/qa/qcri/rahar/config/WebAppConfig.java
016ed24af8b51a00a58e7cd21753a918ab66c908
[]
no_license
amanagrawal9/spring-hibernate-base-app
7c08219c15d016098cfd4eaa226049d193ae4f01
4d1a67b7e12945d2db3cbd95ba74934e552e2a9e
refs/heads/master
2020-12-02T07:34:53.242745
2016-08-31T07:06:12
2016-08-31T07:06:12
67,012,499
0
0
null
null
null
null
UTF-8
Java
false
false
3,045
java
package qa.qcri.rahar.config; import javax.persistence.EntityManagerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; impo...
[ "aman.agrawal9@gmail.com" ]
aman.agrawal9@gmail.com
8f1d1629992dac489a4c37a8587da855bd6d7b5e
fef99bb243d5a63791d45cd176760f3564e68269
/lab7/src/functional/Ex4_Consumer.java
5c4ecb141478579f941f27f99df33c4b449bdaa6
[]
no_license
diana-stoica-ub/PAO
20022e253308d8123c21b611419e3903571cdff2
97189aa4c80403268e7e594ec734723ff2545426
refs/heads/master
2023-05-03T05:54:22.864986
2021-05-19T06:57:09
2021-05-19T06:57:09
339,512,977
5
0
null
null
null
null
UTF-8
Java
false
false
1,185
java
package functional; import java.util.Arrays; import java.util.function.*; public class Ex4_Consumer { public void printBiConsumer() { BiConsumer<String, String> echo = (x, y) -> { System.out.println(x); System.out.println(y); }; echo.accept("This is first line.", "...
[ "Diana.Balutoiu@endava.com" ]
Diana.Balutoiu@endava.com
050202e64fb84d89c62c0b05f5be7c1e2754eaf1
9c7ea25a118e94970809a7b879c9f8db2964a40f
/target/generated-sources/xjc/im_03_00_38_local/ObjectFactory.java
1d2b7e9df7903d3b750a8f1887a8c6b7fe17891b
[]
no_license
vramku/onebusaway-tcip-api-v40
c29d6133654fcf17fe4b85f060f91ec358e6446b
cc3792c1176b033e0a505eb597bc733ff16a16fd
refs/heads/master
2020-12-26T04:48:19.209063
2016-05-19T20:54:17
2016-05-19T20:54:17
37,859,287
0
0
null
2015-06-22T14:15:47
2015-06-22T14:15:46
null
UTF-8
Java
false
false
22,497
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.06.24 at 02...
[ "visar.ramku@nyct.com" ]
visar.ramku@nyct.com
864abccdcb53e4b2fff6c58ca51385beb224541f
18e42a09d7f5dacc1bbeeae4c22284c60cc88b1f
/xstream/src/test/com/thoughtworks/acceptance/ConcurrentTypesTest.java
0d6d16246fe57213b571a2faa77ac32d0d678ee7
[ "BSD-3-Clause" ]
permissive
x-stream/xstream
ab7f586f1d682902bbf96f3be2b953df98ff32c3
289ae780001c31d7d5d75e0d58608c13f44549a2
refs/heads/master
2023-08-30T19:33:58.497180
2023-04-22T16:03:39
2023-04-22T16:03:39
32,219,624
818
270
NOASSERTION
2023-05-02T23:36:09
2015-03-14T15:57:12
Java
UTF-8
Java
false
false
5,549
java
/* * Copyright (C) 2012, 2015, 2017, 2018, 2021, 2022 XStream Committers. * All rights reserved. * * The software in this package is published under the terms of the BSD * style license a copy of which has been included with this distribution in * the LICENSE.txt file. * * Created on 17. July 2018 by Joerg Scha...
[ "joerg.schaible@gmx.de" ]
joerg.schaible@gmx.de
57e206dc18d5c46a18b2064d8c76482688b1600b
c35e0bab1a41421176f4bab3d1fe9cdfde21eb74
/app/src/main/java/com/omegar/RSSparser/RSSUtil.java
082f019bb48e7f13dfefed10e5eea2c1ada4134e
[]
no_license
JosiasSena/RSS-Reader
2f54a232bd6e49429e6bf3bd363ef83db8f65bea
94960be95fa0e00d5de7283b161f10028ea6d518
refs/heads/master
2021-05-28T08:15:16.445058
2014-12-19T21:02:28
2014-12-19T21:02:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,647
java
package com.omegar.RSSparser; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.preference.PreferenceManager; import android.view.Gravity; import android.widget.TextView; import com.omegar.Tools.LoadRSSFeed; import java...
[ "jsena@jsquareddevelopment.com" ]
jsena@jsquareddevelopment.com
a3673b839503596d7a8219f3842f24ded3c4a375
db336e3a8ba3682fcfd0c97a47deaaa595ef267a
/src/main/java/com/example/demo/ErrorHandler/ErrorMessage/IsNameError.java
b0f65f4012dabeb96a685b981514cb0c5c565fb8
[]
no_license
joelfalk/RouteBuilder
544d6b43ab267713ef67e9303fdb39d68e36b5c1
4a5f2bcc0f1c85b88dc39bed53d7acb6648aed62
refs/heads/master
2023-01-01T11:22:58.781743
2020-10-21T13:23:20
2020-10-21T13:23:20
296,367,099
0
0
null
null
null
null
UTF-8
Java
false
false
369
java
package com.example.demo.ErrorHandler.ErrorMessage; import org.apache.camel.Exchange; import org.apache.camel.Predicate; import org.springframework.stereotype.Component; @Component public class IsNameError implements Predicate { @Override public boolean matches(Exchange exchange) { return exchange.ge...
[ "joel.falk@evry.com" ]
joel.falk@evry.com
7330567e060ecc3a02421706768922614a43806a
61ad4132cbf8a6576a95ad388382488cffa333b8
/app/src/main/java/com/example/covidapps/model/preferencesData/UserModel.java
88005354d599c136447b70ae140214eb0b8c1a96
[]
no_license
ghozay19/ListCovidMVVM
1c013dfa1776f15f125afd5e31c51fb38c91524a
bdb426685924335e92ac8efd10a97332a91ab499
refs/heads/master
2023-01-10T01:00:04.895240
2020-11-08T16:30:58
2020-11-08T16:30:58
311,105,956
0
0
null
null
null
null
UTF-8
Java
false
false
692
java
package com.example.covidapps.model.preferencesData; import android.os.Parcel; import android.os.Parcelable; public class UserModel { String username; String password; public String getUsername() { return username; } public void setUsername(String username) { this.username = use...
[ "ghozymustofa28@gmail.com" ]
ghozymustofa28@gmail.com
bdb282cf644f8a75e55d4f6a5051102bef8cc87c
a0953114c07db399ffdf97d29a1258d8fc097e07
/src/main/java/org/example/leetcode/CompressString.java
c648b87a944de251bba0d2e8944a17b59cc9e531
[]
no_license
herolove/leetcodev2
da1866262cf67209cd0903229f65b0f395cb3ed0
ec418369a3f96b39fb770d95350cb144e5583856
refs/heads/master
2023-01-08T21:30:46.586493
2020-11-11T08:55:20
2020-11-11T08:55:20
274,327,969
0
0
null
2020-11-11T08:56:16
2020-06-23T06:34:52
Java
UTF-8
Java
false
false
782
java
package org.example.leetcode; /** * @Description TODO * @Author zhangtao02 * @Date 2020/6/16 **/ public class CompressString { public String compressString(String S) { if (S == null || S.length() <= 2) { return S; } StringBuilder sb = new StringBuilder().append(S.charAt(0));...
[ "zhangtao02@weidian.com" ]
zhangtao02@weidian.com
dfdf0136db207ec08758ca8b28e2f1df530dcd26
5232bc28d2bdb1eddd38e9f1eec4dda714257bd7
/CommandExecutor.java
5d3a4b10b4379aa6fc8eb568ae7be256d8894ba0
[]
no_license
chadaldrich93/MiniDatabase
efbb72f70ca8190ecc9a3a03b596c59c4f3dc01e
9cbd05c7f67cd12695dcca43f94ad4754cf9569d
refs/heads/master
2020-03-27T17:26:41.305878
2019-01-10T21:05:14
2019-01-10T21:05:14
146,851,869
0
0
null
null
null
null
UTF-8
Java
false
false
111
java
package minidatabase; import java.util.Vector; class CommandExecutor{ executeQuery(Vector<String>) }
[ "chadaldrich93@gmail.com" ]
chadaldrich93@gmail.com
a9bcbd98cb5095d9f3fbed71a3a41620c1a1bc72
053d1cb89bd59b38e5481863c4b1c6d24c5d08c5
/PassengerMS/src/main/java/com/cg/controller/ExceptionController.java
ebb2d5b74c424b66b7a87850ac2fa480d2013819
[]
no_license
Akash985/online-Bus-Booking-System
b39d2c60fa005f7cabd2211a37702d318c7f6b87
d4d9a1d4c15ed0be6c585692b5c4fd1b4f16cedb
refs/heads/master
2022-12-29T22:08:15.743005
2020-06-15T06:28:10
2020-06-15T06:28:10
272,183,994
0
0
null
2020-10-13T22:48:27
2020-06-14T10:59:58
Java
UTF-8
Java
false
false
1,553
java
package com.cg.controller; import javax.persistence.RollbackException; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; import com.cg.except...
[ "akashshyamyadav1997@gmail.com" ]
akashshyamyadav1997@gmail.com
e64904e1f36eb46c9d8858a5ef5ee304979352c4
42b5a9797a0ccd1449ae5c0f2be581e23dce2c60
/core/src/com/jga/jumper/levels/Level_8.java
083481e6d4a27cd72a268f793d59d44f0a874e00
[]
no_license
will-anthony/Monster-Jumper
1b0082934942685bd446618cac5d5fae49a31627
6a9788fdb4c6e93cbbf961a5839ad77d21a79173
refs/heads/master
2022-12-10T10:10:35.413357
2020-09-01T20:55:41
2020-09-01T20:55:41
272,233,543
0
0
null
null
null
null
UTF-8
Java
false
false
3,108
java
package com.jga.jumper.levels; import com.jga.jumper.controllers.ControllerRegister; import com.jga.jumper.controllers.MageController; import com.jga.jumper.controllers.SlugController; public class Level_8 implements Level { private final ControllerRegister controllerRegister; private final SlugController sl...
[ "will-anthony@hotmail.com" ]
will-anthony@hotmail.com
0b7af350bb8d540145734b2f5cf1865ae88b3e6d
f7f99ee59500f1b83aef5c7893a3f8000501cf33
/app/src/main/java/kr/hs/emirim/s2019w04/mirimtabhost/MainActivity.java
691e64affd1d4227f89f06551c21e3df29580bf3
[]
no_license
Nayoung-apeach/MirimTabHost
d1af170fe749310e178c96cbb4457817ab5cec24
af1cf077e5482191b8c55802471a7ad23b2461e7
refs/heads/master
2023-01-08T00:24:24.866818
2020-11-09T11:43:51
2020-11-09T11:43:51
311,300,949
1
0
null
null
null
null
UTF-8
Java
false
false
994
java
package kr.hs.emirim.s2019w04.mirimtabhost; import androidx.appcompat.app.AppCompatActivity; import android.app.TabActivity; import android.os.Bundle; import android.widget.TabHost; public class MainActivity extends TabActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.o...
[ "s2019w04@e-mirim.hs.kr" ]
s2019w04@e-mirim.hs.kr
88ae1c31d8f325e84f1dbf108b51ffd9284c0c98
db99ecb8435588d71851c5362117d938c9eac1a2
/firstcode/chapter14_coolweather/src/main/java/com/me/diankun/coolweather/db/CoolWeatherOpenHelper.java
230b5ce97339f4b31d0810a96c4293e01a979cdb
[ "Apache-2.0" ]
permissive
qdiankun/firstcode
4d36768c39a3b9157cdb44a68a3eebafa718f68c
6858ceffb4b80d33dedded99bc95ef4c4fb1ad96
refs/heads/master
2021-01-10T04:49:27.030497
2016-03-11T10:36:27
2016-03-11T10:36:27
52,836,706
0
1
null
null
null
null
UTF-8
Java
false
false
1,613
java
package com.me.diankun.coolweather.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /** * Created by diankun on 2016/3/10. */ public class CoolWeatherOpenHelper extends SQLiteOpenHelper { /** * Province表建表语句 ...
[ "nervergup@126.com" ]
nervergup@126.com
4ba9ee4b40a791b121e0f788d0a5a09b78abb935
88d031ad952813de055b5b7dfc9653acf045425d
/spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/convert/QueryMapperUnitTests.java
cf304a4b70fe8e3219eb6ec1bc0575058acbd28c
[]
no_license
whirlwind-match/spring-data-mongodb
4efa5de37a32f0a7ecae719cc5e2e47d76c5511d
ba9abd1dd06d9c25d47d1edb8350c308ad91ec9f
refs/heads/master
2021-01-18T10:41:21.887142
2012-06-20T10:23:32
2012-06-20T10:24:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,138
java
/* * Copyright (c) 2011 by the original author(s). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[ "info@olivergierke.de" ]
info@olivergierke.de
8a81b4cb64b1a08aea0d4ece59b1556bc4a65d8b
4ac72e49f1d47373651e1b4d71ec8b2fc797fd0e
/src/main/java/com/example/webjpah2/advice/EmployeeNotFoundAdvice.java
818a560fea5843e128327f62efb3816414114ace
[]
no_license
khoanxl918/web-jpa-h2-hateoas
b6b9973824c3d40b55ff6f8d7bb608a0982a57ef
f349424e15551a1c914250397e8704dac03a5132
refs/heads/master
2022-11-04T22:43:32.276548
2020-06-20T11:02:56
2020-06-20T11:02:56
273,691,322
0
0
null
null
null
null
UTF-8
Java
false
false
681
java
package com.example.webjpah2.advice; import com.example.webjpah2.exception.EmployeeNotFoundException; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotat...
[ "khoanxl918@gmail.com" ]
khoanxl918@gmail.com
e9fdce7e35c89806b66799430a11d550bd331d50
9ad7fe1a6ce560e4294c4637ee4a40a47317911e
/src/java/work/controllers/util/PaginationHelper.java
1ca14bff68a0483035e0aab9860d69c20f49bd79
[]
no_license
gksamuel/work
a1b5760a77e50aedf6c415f9631e2a28f33d4bc2
3422d2b54b37ac0ce40d57a1e86d118d78d67fd5
refs/heads/master
2020-07-06T10:16:47.149511
2019-08-18T09:47:58
2019-08-18T09:47:58
202,983,171
0
0
null
null
null
null
UTF-8
Java
false
false
1,119
java
package work.controllers.util; import javax.faces.model.DataModel; public abstract class PaginationHelper { public int pageSize; private int page; public PaginationHelper(int pageSize) { this.pageSize = pageSize; } public abstract int getItemsCount(); public abstract DataModel crea...
[ "gksamuel1@gmail.com" ]
gksamuel1@gmail.com
9b744fbc2a28f83ab88ed38746f6b0c13b3b1a02
7109ce635db200f132a748f9a93e18bbea855874
/architecture-demo-bridge/src/main/java/com/architecture/example/topology/submit/LocalSubmitTopology.java
7d714486da58ebb2df65710b2848cab515e19c0d
[]
no_license
yiyongfei/jea-demo
8da49aeaaaf8e499dfe880e9584abdfdc03c0678
8e0ff2f0d3fc1691ba33b1de98d8c9d40e2d839a
refs/heads/master
2016-08-05T14:04:27.855336
2014-12-13T12:26:05
2014-12-13T12:26:05
27,707,129
3
4
null
null
null
null
UTF-8
Java
false
false
1,615
java
package com.architecture.example.topology.submit; import java.util.ArrayList; import java.util.Collection; import java.util.List; import backtype.storm.Config; import backtype.storm.LocalCluster; import com.ea.core.storm.TopologyDefinition; import com.ea.core.storm.cluster.StormCluster; import com.ea.core.storm.main...
[ "each51@hotmail.com" ]
each51@hotmail.com
70462138c56afeb7c84cbd76f3f77d22c6464cab
f03226b4db0a576d8ee5fa53e1c189f8a8fb74c1
/enigma/Permutation.java
36be291552707d98386e4c4fc392c9befc9f9168
[]
no_license
kchen1519/enigma
e011b7314b4a489aada655a660b26a0b22e4cccb
23b13b1b13aa1f45b398be75477899d0f76fda06
refs/heads/master
2021-01-20T16:10:32.336788
2017-05-10T08:35:05
2017-05-10T08:35:05
90,822,792
0
0
null
null
null
null
UTF-8
Java
false
false
4,170
java
package enigma; import static enigma.EnigmaException.*; /** Represents a permutation of a range of integers starting at 0 corresponding * to the characters of an alphabet. * @author Kevin Chen */ class Permutation { /** Set this Permutation to that specified by CYCLES, a string in the * form "(cccc) (...
[ "noreply@github.com" ]
kchen1519.noreply@github.com
7e91eb5c11a66cab05be8e22aa16cb827bf9799d
e30b236bb93ba4e8c0d083b394e79201bb104bca
/java/com/example/tom_project22/MainActivity.java
2af48bda915dfc2b931a8084bea59177da8f227b
[ "MIT" ]
permissive
TomRonen1/Kol-Hashfela-radio103.6FM
f07cbcdc2927ecdb57391a35d78f0ec96a3cda8c
ef89084c4d3721cc1798fd0584ca6fd0099b00bb
refs/heads/main
2023-05-02T10:32:13.070488
2021-05-21T12:31:34
2021-05-21T12:31:34
369,497,487
0
0
null
null
null
null
UTF-8
Java
false
false
8,113
java
package com.example.tom_project22; /** * Tom Ronen * final project -- Radio Kol Hashfela -- 2021 */ import android.app.ActivityManager; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; impo...
[ "noreply@github.com" ]
TomRonen1.noreply@github.com
462258287e23b038d3c142b33ba954881aef40c8
5ad826c24c8932700fa77008c217a89bb63bed5e
/src/main/java/com/springboot/config/WebMvcConfig.java
99d4cb18e2835e30e863e51f757adc4699bae8e0
[]
no_license
zhou-github-name/spring-boot-druid
16e5cb4589bb041e4d093eb29e55de1876c1f61a
d2679a35171d2c4a369186fcec83344d1c115eb0
refs/heads/master
2023-01-08T20:11:11.135077
2020-11-11T02:16:07
2020-11-11T02:16:07
311,834,131
1
0
null
null
null
null
UTF-8
Java
false
false
1,138
java
package com.springboot.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; import com.springboot...
[ "zhouyworks@163.com" ]
zhouyworks@163.com
f1da053aabafc830170c7cda68e601b432e13f03
45d454c5721aa604c55a00966dd7058740331000
/Decorator/DecoratorDemo.java
fd7353545db7f7de888effa4a9004fed9295a896
[]
no_license
doubleZ0108/Design-Pattern
b4b72198d1ea59a089ed751afc56ebd925996034
c191aba298c7acedfa7456fd810da16fba151869
refs/heads/master
2021-07-17T12:06:35.516760
2020-09-19T12:41:52
2020-09-19T12:41:52
214,565,626
12
5
null
null
null
null
UTF-8
Java
false
false
1,273
java
/** * @program: Design Pattern * @description: 装饰器 * @author: doubleZ * @create: 2020/02/22 **/ /** * 抽象构建 */ interface Component{ void operation(); } /** * 具体构建 */ class ConcreteComponent implements Component{ @Override public void operation() { System.out.println("ConcreteComponent.oper...
[ "doubleZ0108@163.com" ]
doubleZ0108@163.com
90f3cf7080e299001ff4d06c158d632175c23081
c474b03758be154e43758220e47b3403eb7fc1fc
/apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/tinder/chat/view/ae.java
e799c62ad65f28aa5ad897ff6d45172a25aab4f1
[]
no_license
EstebanDalelR/tinderAnalysis
f80fe1f43b3b9dba283b5db1781189a0dd592c24
941e2c634c40e5dbf5585c6876ef33f2a578b65c
refs/heads/master
2020-04-04T09:03:32.659099
2018-11-23T20:41:28
2018-11-23T20:41:28
155,805,042
0
0
null
2018-11-18T16:02:45
2018-11-02T02:44:34
null
UTF-8
Java
false
false
304
java
package com.tinder.chat.view; import rx.functions.Action1; final /* synthetic */ class ae implements Action1 { /* renamed from: a */ static final Action1 f43649a = new ae(); private ae() { } public void call(Object obj) { ChatInputBoxContainer.e((Throwable) obj); } }
[ "jdguzmans@hotmail.com" ]
jdguzmans@hotmail.com
2fc14fb65ad3e72407a024f19dbb98db4d181fc4
cfab485f5ff8438f881816c92e96d9571984b98e
/wifi4eu-persistence/src/main/java/wifi4eu/wifi4eu/entity/exportImport/GlobalCommitment.java
eb8e9d086475685c50c77b0d92ef0bbac1de5a44
[]
no_license
wifi4eu/master
f9f0b7d9a29e997cd6ab0a5087bdfe91cd55f2d6
cc4c60449e7b7ea23a47183b42869e8df2092d54
refs/heads/master
2021-09-25T01:16:53.953994
2018-10-16T07:54:45
2018-10-16T07:54:45
153,153,932
8
5
null
null
null
null
UTF-8
Java
false
false
1,640
java
package wifi4eu.wifi4eu.entity.exportImport; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "global_commitment") public class GlobalCommitment { @Column(name = "id") @Id private Integer id; @Column(n...
[ "david.romero.rodriguez@everis.com" ]
david.romero.rodriguez@everis.com
c4b1360c95cb4c6bd9659305e19787b814aa17db
49fe3c80f4ae2001a9b332b8318cc5946de2ea19
/src/MaratonaJava/Jmodificadofinal/classes/Comprador.java
928a0225180024d9148eaae7732abe54079cc769
[]
no_license
IgorDmoura/MaratonaJava
45c32be72d6a3744f1e70de34ce666a4ec588149
862c452f53981cfb4cd56420328f988d667a0006
refs/heads/master
2023-06-01T23:36:13.773090
2021-06-18T12:28:39
2021-06-18T12:28:39
346,050,920
0
0
null
null
null
null
UTF-8
Java
false
false
374
java
package MaratonaJava.Jmodificadofinal.classes; public class Comprador { private String nome; @Override public String toString() { return "Comprador{" + "nome='" + nome + '\'' + '}'; } public String getNome() { return nome; } public void set...
[ "igor.dmoura01@gmail.com" ]
igor.dmoura01@gmail.com
619837ef3e8afa2e3d95ba4d7b85952edf148276
f904d350275f033d45ea4eb35c1233b757be3b01
/libandroidplot/src/com/androidplot/xy/BarRenderer.java
ecf5c9db5b50108463f35919ad49535bc4b9b375
[]
no_license
evermax/sciencetoolkit
1407c16217575fa799edc4b7c9000623a4bb97a5
be70f34b4b434d3f89ca909e233c26167417bb51
refs/heads/master
2021-01-17T08:23:50.236728
2016-03-10T16:59:38
2016-03-10T16:59:38
52,116,957
0
0
null
2016-02-19T21:16:27
2016-02-19T21:16:27
null
UTF-8
Java
false
false
13,744
java
/* * Copyright 2012 AndroidPlot.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
[ "evilfer@gmail.com" ]
evilfer@gmail.com
a946f07e20b8f06480b1654faf5707f212034e9d
c598ad3ec3b18e69ae7cea968439f722ea546ce5
/Shapes.java
b742f47eecf254c778c3e6b2e802e363d33deb56
[ "MIT" ]
permissive
rosie-duffin/shapesoverload
d19c6b4a47c543c86dd27f4755a42acc42648b6c
13e2978b12956cd8c6676db9c2bf66c3a552961b
refs/heads/main
2023-07-28T08:52:43.960061
2021-09-08T10:13:08
2021-09-08T10:13:08
404,300,721
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
class Shapes{ static int area(int s){ return s*s; } static int area(int l, int w){ return l*w; } public static void main(String[] args){ int areaSquare=area(4); int areaRect=area(2,6); System.out.println("Square = "+areaSquare); System.out.p...
[ "noreply@github.com" ]
rosie-duffin.noreply@github.com
0bf28d14e5368199ef2be7cf4695513df5348061
356b6a422755a7f7b7003ef114f891d8a598148b
/gantryCranes_quanZhou/src/main/java/net/pingfang/service/websoket/SocketIoClient_Bay.java
d62f4d5a913c139837dd541bba60c70714217406
[]
no_license
JackietLee/allproject
886be6e5bd7d08ddeb2ef093fa4b64adc080ef48
743d96cdca50f5da19ddbe8ea035b18c3699091e
refs/heads/main
2023-06-24T17:35:10.292447
2021-07-20T11:25:28
2021-07-20T11:25:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,212
java
package net.pingfang.service.websoket; import java.net.URISyntaxException; import javax.annotation.Resource; import org.json.JSONException; import org.json.JSONObject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import io.socket.client.IO; import io.socket....
[ "280075924@qq.com" ]
280075924@qq.com
72a085bcb1603e2507ea00e82ffff0644c55314d
9ef21441f2ef0ede95747ba7c49ba08259fb5448
/src/main/java/me/lqw/blog8/job/DatabaseBackupJob.java
f097354d6ea5d69315aa704108e24f3d83a9a484
[]
no_license
qwli6/blog8
d00a9f0ba4ae5c6a2de39cd22af91418c7621996
b8569d9d34208563b4b845211dd456cdfeff7635
refs/heads/master
2022-12-16T13:37:26.289134
2020-09-29T09:02:43
2020-09-29T09:02:43
114,002,196
1
1
null
null
null
null
UTF-8
Java
false
false
4,033
java
package me.lqw.blog8.job; import me.lqw.blog8.BlogProperties; import me.lqw.blog8.service.SimpleMailHandler; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.DisposableBean; import org.springframework.scheduling.annotation.Async; import org.springframework.scheduling.an...
[ "selfassu@gmail.com" ]
selfassu@gmail.com
5107f6f1a5405144df458dcd8f74fa154d90d4b1
2a55c133a56db06f98998bbe8750eb692444df1b
/src/test/Test.java
64834d2dc9c3ff6a4f1dbe1efdb95536ef143743
[]
no_license
analaurap/AnaTestProject
54ac8afefa52d69fe6b37f127d894ada95062bd0
8c6045fad97e3e9b76bc7a5ed0acbec6e6e7f90d
refs/heads/master
2021-01-12T14:06:52.427360
2016-10-06T14:26:10
2016-10-06T14:26:10
70,161,282
0
0
null
null
null
null
UTF-8
Java
false
false
219
java
package test; public class Test { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Sharing a project using GIT."); System.out.println("Test 2."); } }
[ "analaura.pace@tangoe.com" ]
analaura.pace@tangoe.com
0a8c555c571dbe602e782dd76242250ded2c034e
5b936e0fb3752966a66a0094d4575b21f7824ac8
/src/main/java/com/atguigu/common/pojo/aop/math3/ArithmeticCalculatorXMLImpl.java
edc42cbe241517d4e45226245528c9bbbabd2680
[]
no_license
lhh1994hello/ssm_demo1
eeb9f42eca3aee70659cbe432513fea614aa9712
c8ea8dc5611129ca700d72c7a301a2be685ca66f
refs/heads/master
2020-04-16T01:54:06.810152
2019-04-23T15:05:51
2019-04-23T15:05:51
165,190,011
1
0
null
null
null
null
UTF-8
Java
false
false
775
java
package com.atguigu.common.pojo.aop.math3; import com.atguigu.common.pojo.aop.math2.ArithmeticCalculator2; import org.springframework.stereotype.Component; /** * @Author: lhh * @Date: 2019/4/7 15:57 * @Version 1.0 * 测试基于XML方式配置AOP */ @Component public class ArithmeticCalculatorXMLImpl implements ArithmeticCalcul...
[ "1497392219@qq.com" ]
1497392219@qq.com
66eddfeb50a271bb6b337a1c4414fa1b1cb511a9
8d135ded56b906dde12a40a679c4a77ec1b24a49
/app/src/main/java/com/rarahat02/rarahat02/spl3/ui/activity/login/User.java
16e4be39f32ed0dc6cde8b1ce7c68da78a24e8c3
[ "Apache-2.0" ]
permissive
rarahat02/spl3
1d6dcee25c3d555099111d7da57f912e46e56ced
b6fe7498209adc5c223492ef8548b512497f7f12
refs/heads/master
2021-01-20T11:38:13.359032
2017-12-21T13:51:39
2017-12-21T13:51:39
101,675,037
0
0
null
2017-10-07T08:58:27
2017-08-28T18:35:03
null
UTF-8
Java
false
false
1,252
java
package com.rarahat02.rarahat02.spl3.ui.activity.login; /** * Created by AndroidBash on 10/07/16 */ public class User { private String id; private String name; private String phoneNumber; private String email; private String password; public User() { } public User(String id, Strin...
[ "rarahat02@gmail.com" ]
rarahat02@gmail.com
b899e45e5227bb65f06c260e58e5a918a92a87c1
331434190b7659aedd8ec85367b2bd37c9970276
/src/BinaryTree/CommonAncestorOfBinaryTree.java
bfb245412ccdcfadc21e2135845ce0bee8bcb755
[]
no_license
bigwego/algorithm
0eac330abecf795d526099f45327792ffee9851e
23551df69d8443adad8001b1a33ab090230b55e4
refs/heads/master
2021-07-13T17:55:08.031184
2020-07-17T01:25:26
2020-07-17T01:25:26
159,403,625
1
0
null
null
null
null
UTF-8
Java
false
false
655
java
package BinaryTree; /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ public class CommonAncestorOfBinaryTree { private TreeNode lowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q) { if (ro...
[ "zhangwei@team-lab.com" ]
zhangwei@team-lab.com
438e133399d8a5f1427aab3690927c4d8b0df928
8cd120823f23ba7ceb4ed034489e8efa2a115d00
/MyApplication/app/src/main/java/com/example/xj/myapplication/MainActivity.java
4abcaa54f4d568f41bc37afc1ab6145b87297ffb
[]
no_license
szxj2012/cfzz_android_studio2
684a83b22d1f4398144e396175108d52de81c1be
c0c3b4bba51a6391cd505a3dab9c62ba8ab94f91
refs/heads/master
2020-06-05T15:54:51.183862
2015-02-12T07:50:19
2015-02-12T07:50:19
30,689,801
0
0
null
null
null
null
UTF-8
Java
false
false
1,338
java
package com.example.xj.myapplication; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.widget.TextView; import butterknife.ButterKnife; import butterknife.InjectView; public class MainActivity extends ActionBarActivity ...
[ "czxj2003@gmail.com" ]
czxj2003@gmail.com
eb6910a0fda3772edbf071b41fcf844a726cc8d5
650aa000f7a32b3e160819bd76878857770b33b4
/weixin-sdk/src/main/java/com/kenanai/weixin/sdk/bus/BusLineSearch.java
70e0be7c7acb9500f49bc0ef78604bdc4f223d2b
[]
no_license
guoyunsky/weixin
1b930ee5ebb6778c79a434d8d4b64bfb7d79775a
ddc4a39b23cc13bc637ddbfe02b59586f64f63af
refs/heads/master
2020-12-11T05:51:45.643431
2014-04-06T07:17:38
2014-04-06T07:17:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
205
java
package com.kenanai.weixin.sdk.bus; /** * * @ClassName: BusLineSearch * @Description: 公交线路查询 * @author leixl * @date 2014年4月3日 下午12:09:20 * */ public class BusLineSearch { }
[ "leixl0324@163.com" ]
leixl0324@163.com
2de305c4b0f2b6d937ae361c6de2712d053c02c7
e8469ceede4c429ce6ac3a4d1d210c48702a6894
/src/main/java/ch/sbb/fss/uic301/parser/StatementPeriod.java
7eebda30f637c2c3426fc27674f5520030b1c13a
[]
no_license
dzaks/parser2
7c9981e0906c8d77d10bcfaaa66efde97a61f353
ac90e6b8ac1ddf69dda4e7ddd8c90205325e007f
refs/heads/master
2023-04-12T08:44:14.915979
2020-05-22T18:35:52
2020-05-22T18:35:52
268,142,662
0
0
null
2021-04-26T20:20:16
2020-05-30T19:01:58
Java
UTF-8
Java
false
false
6,668
java
package ch.sbb.fss.uic301.parser; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.PARAMETER; import static java.lang.annotation.ElementType.TYPE_US...
[ "michael@fuin.org" ]
michael@fuin.org
fdeb4a7d1a72eb8a46952d0f497d0067976d070a
af38ec4ba73a2a0fe662f2cfad7bb82afb7a1d8c
/app/src/main/java/com/uzair/chatmodulewithfirebase/SharedPrefHelper.java
b89ab1dd23e8be155282b0c1cfbb7c7c25dba8ed
[]
no_license
uzairmughal3397/chatModuleWithFirestore
b7bcb3b90645000aaeb1b557a50a9646edf9a096
de12b7f034803d750c67d86e730077ee9516029f
refs/heads/main
2023-02-18T12:26:46.727602
2021-01-17T11:16:04
2021-01-17T11:16:04
324,099,046
0
0
null
null
null
null
UTF-8
Java
false
false
1,552
java
package com.uzair.chatmodulewithfirebase; import android.content.Context; import android.content.SharedPreferences; public class SharedPrefHelper { private static final int MODE = 0; public SharedPrefHelper() { } private static SharedPreferences getPreferences(Context context) { return conte...
[ "uzairmughal3397@gmail.com" ]
uzairmughal3397@gmail.com
90e090a40f5c30cf384420b545f316b4fca5ce01
baee3ef7cc98badf8a87e9f74ddd1a6d70b096b0
/.urionlinejudge/src/GRAPH/MillasToChicago.java
9f8133bde1e3ac97021684e26d3bc4a9e399254d
[]
no_license
groverinho/Java
eb4863737888d552ac313e23f0e7e2fd2dc45aa7
0b0c612eb03cf27b8310448bcf72da4565be0af6
refs/heads/master
2021-12-25T11:32:46.222179
2021-09-10T22:48:14
2021-09-10T22:48:14
47,481,887
2
0
null
null
null
null
UTF-8
Java
false
false
1,598
java
package GRAPH; import java.util.Arrays; import java.util.Collections; import java.util.Scanner; public class MillasToChicago { public static void main(String[] args) { Scanner entrada = new Scanner(System.in); while (true) { int nodo = entrada.nextInt();//cantidad de nodos if (nodo== 0) break; ...
[ "grover_ariel@hotmail.com" ]
grover_ariel@hotmail.com
248304d17efc95b2a51f5b83f93056633f464049
1b0ea8ad5a9b20d4c2993b3619016f883d835560
/src/net/jforum/view/admin/ForumAction.java
5a988e7570a939a8be37b105482d881899b291c0
[]
no_license
yecpster/igearbook
97606843da226bd3f08b6c1d58c900a419cc3d9a
35d6304bffaca9867f3acb514f48ff854054e060
refs/heads/master
2021-01-17T10:59:05.254408
2016-07-23T09:12:04
2016-07-23T09:12:04
13,015,069
0
0
null
null
null
null
UTF-8
Java
false
false
18,868
java
/* * Copyright (c) JForum Team * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * 1) Redistributions of source code must retain the above * copyright notice, this list of conditio...
[ "yecpster@gmail.com" ]
yecpster@gmail.com
1b2dfad91bc64db1be22a8d573278cacaea888fb
d222de126163144bef5f6bf5c733451a36218690
/app/src/main/java/com/example/appmabbicaracommunity/HiraganaActivity.java
09de64ef77e31ae6801e8362fcfda39c07b1c73a
[]
no_license
mrum13/kamus-3-bahasa-app
9771b71202beffab5c1a4904d95c2b5d10b5dd94
fc8e50635fae2f47e8fc81410e7e07aa630667c7
refs/heads/master
2023-08-06T08:48:11.994827
2021-09-18T09:25:47
2021-09-18T09:25:47
352,307,967
0
0
null
null
null
null
UTF-8
Java
false
false
1,474
java
package com.example.appmabbicaracommunity; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.GridLayoutManager; import androidx.recyclerview.widget.RecyclerView; public class HiraganaActivity extends AppCompatActivity implements AdapterRecyclerView.ItemCli...
[ "muhammadrum135@gmail.com" ]
muhammadrum135@gmail.com
9c335a4f5e721629ef6176cda024606ad05f9825
800391064d513694784e8d41c67b934fc9f885f3
/src/com/jdon/util/ClassUtil.java
b949ad0e51be634ba58903f9d49c2467b737ae17
[ "Apache-2.0" ]
permissive
aduan/jdonframework
3322088502205706de66398bcfe31e74402539cb
1a4ef2db995f9a851e387746eb8466a3189a283a
refs/heads/master
2021-01-18T08:56:26.212888
2013-04-27T06:07:33
2013-04-27T06:07:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,504
java
/* * Copyright 2003-2009 the original author or authors. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "banq@163.com" ]
banq@163.com
9ccbc288a0913f892d5c4c652e23db1b4473d8a8
4e83c6b2a8a5b59cd28bcbd0a33c1544b5f222b2
/src/main/java/trex/examples/RuleR1.java
323c8e64e4a845f6cfa4ffa314538388c511f52c
[]
no_license
BehnamKhazael/T-Rex
e936078f326e98d51aebe81572f4aca5bf2cb277
7ea747e731ac43de267e6a7046728c80883e7e64
refs/heads/master
2022-12-11T06:28:56.440014
2020-09-16T05:46:54
2020-09-16T05:46:55
295,935,868
1
0
null
null
null
null
UTF-8
Java
false
false
9,030
java
package trex.examples; import trex.common.*; import trex.marshalling.Marshaller; import trex.packets.PubPkt; import trex.packets.RulePkt; import trex.packets.SubPkt; import java.util.ArrayList; import java.util.concurrent.TimeUnit; import static trex.common.Consts.AggregateFun.AVG; import static trex.common.Consts.C...
[ "behnam_khazael@yahoo.com" ]
behnam_khazael@yahoo.com
3c3916ef4c6805d791a485ccd198789e5647f63f
0f330596b5c23d6f44722376064a0fa154142605
/Java/CSS143/HW03_DataStructures/Queue.java
f5c4705c653d2632228289d65814a356a57a008a
[]
no_license
kslevin/UWB
b2988db351040e654714bc6dffd194f9bc5db934
6aaf5b32faa231733cd2fffd0c22049ea174bf84
refs/heads/master
2020-03-24T22:30:26.245691
2019-05-30T16:58:44
2019-05-30T16:58:44
143,088,830
0
2
null
null
null
null
UTF-8
Java
false
false
3,268
java
import java.util.Arrays; /** * Queue generates a list abstact objects that follows a * "First in First out" ruling with its listed objects. * As such its objects cannot be extracted from the * "middle" of the queue, and must wait to be dequeued * until those that were queued before it are dequeued * first. * ...
[ "noreply@github.com" ]
kslevin.noreply@github.com
864b5f47a559bd111fafeeff3d7d6a031f74ef2a
71e2fd514d8c5d6973577ab36958205b3859830e
/src/h10/H10_4.java
9a530abce9cd39122fa0a01a35a7e13410559e20
[]
no_license
Ranz-ran/inleiding-java
61849dbc44c4436d63ba7c117a15e5332097a7db
715d34074df99b8b0f87589e8e995c7af38352c2
refs/heads/master
2023-01-27T23:42:20.196214
2020-12-02T10:53:55
2020-12-02T10:53:55
285,982,975
0
0
null
2020-08-08T05:54:29
2020-08-08T05:54:29
null
UTF-8
Java
false
false
1,560
java
package h10; //Breid de applet zo uit, dat ook het jaar ingegeven kan worden en aan de hand daarvan wordt // bepaald of het om een schrikkeljaar gaat om het juiste aantal dagen voor februari te kunnen // vaststellen. // // import java.applet.Applet; import java.awt.*; import java.awt.event.ActionEvent; import java.awt....
[ "62795553+Ranz-ran@users.noreply.github.com" ]
62795553+Ranz-ran@users.noreply.github.com
203388e06a49ba4066453a74afef1aff20c0d96d
84ad53d3f4e5cc305ccc82c711e756f1f946188b
/app/src/main/java/com/example/dabuff/speechevaluation/speech/setting/IseSettings.java
75f7eefc087f92af6e81a9eed2eff6b739157fc8
[]
no_license
nbdwddbf/SpeechEvaluation
85d2b55e1a4158140cd543f02b529d610a4b25d0
529f73abdc9374cf9f3137d947afeb7bf3bc835d
refs/heads/master
2020-03-28T15:44:00.636048
2018-09-13T10:25:20
2018-09-13T10:25:20
148,620,792
2
1
null
null
null
null
UTF-8
Java
false
false
7,689
java
package com.example.dabuff.speechevaluation.speech.setting; import android.os.Bundle; import android.preference.EditTextPreference; import android.preference.ListPreference; import android.preference.Preference; import android.preference.PreferenceActivity; import android.preference.Preference.OnPreferenceChangeListen...
[ "bfding@cloume.com" ]
bfding@cloume.com
8af064c4bc70476f84693dc513078ef4181633c1
8b0ae134884d6f84217587194a2a0f775866ef55
/Vivo_y93/src/main/java/android/text/TextUtils.java
0afcdd1a52014b8da6db7e20479e91e24c673a6c
[]
no_license
wanbing/VivoFramework
69032750f376178d27d0d1ac170cf89bba907cc7
8d31381ecc788afb023960535bafbfa3b7df7d9b
refs/heads/master
2023-05-11T16:57:04.582985
2019-02-27T04:43:44
2019-02-27T04:43:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
49,000
java
package android.text; import android.content.Context; import android.content.res.Resources; import android.icu.lang.UCharacter; import android.icu.text.CaseMap; import android.icu.text.Edits; import android.icu.util.ULocale; import android.os.Parcel; import android.os.Parcelable.Creator; import android.os.SystemProper...
[ "lygforbs0@gmail.com" ]
lygforbs0@gmail.com
0c9b9eaa4fbaf18efae2c6b14427d503f4af80ef
def82370964655905717674e0be7b783ebed7731
/trading-api/src/main/java/ca/ulaval/glo4002/trading/domain/market/Market.java
87e5df5ebcbca901295511135f0de211fa702905
[]
no_license
olgam4/GLO-4002_TradingAPI
67dbeb0be4e074837f930b1da4b08e19bbc24880
a0255075227ce9d9c0d870b03e5a716f56b06c66
refs/heads/master
2020-05-17T11:53:29.120913
2019-04-26T21:37:28
2019-04-26T21:45:36
183,696,923
0
0
null
null
null
null
UTF-8
Java
false
false
1,902
java
package ca.ulaval.glo4002.trading.domain.market; import ca.ulaval.glo4002.trading.domain.commons.Period; import ca.ulaval.glo4002.trading.domain.money.Currency; import java.time.*; import java.util.List; public class Market { private String marketSymbol; private List<Period> openHours; private ZoneOffse...
[ "ogamache@nexapp.ca" ]
ogamache@nexapp.ca
70fdc3a1196f8a5639f358b1f999ca333d44df71
2d65fe9c26ea9ae354bd28028083f9cfe71d0579
/app/src/main/java/com/example/xxovek/salesman_tracker1/admin/routes/ShowRoutesFragment.java
5e4cd8451ccbe98eb5f8ebc097da95233936824b
[]
no_license
rockstarsantosh1994/Salesman_tracker1
937400c507b748c31a5e1b5d230c627e86f27c63
39e38365babf33f12a451622029480e9862a1b77
refs/heads/master
2020-06-22T20:22:13.390225
2019-08-09T06:39:49
2019-08-09T06:39:49
195,234,964
0
0
null
null
null
null
UTF-8
Java
false
false
12,679
java
package com.example.xxovek.salesman_tracker1.admin.routes; import android.content.Context; import android.content.DialogInterface; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; ...
[ "santoshpardeshi1994@gmail.com" ]
santoshpardeshi1994@gmail.com
ea1becddbaf5ac2b14b80f2c5038392ff61b3c30
0a77007c133d2d2f0203602daf06c2471327eba8
/src/JavaAlgorithms/Main.java
b7e14b668bad87497699401b5813dd08affd5226
[]
no_license
Dragonxero/ChallengeOneAlgorithmEveryDay
0367940e12d2f11aaabd10afe9ab8b85fb32823c
c31fc48e8ffb1e29d1cfdca72c8571015f55cf5e
refs/heads/master
2021-01-21T15:49:45.792841
2016-07-27T07:09:23
2016-07-27T07:09:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,832
java
package JavaAlgorithms; import JavaAlgorithms.Algorithms.*; import java.util.ArrayList; import java.util.Arrays; import java.util.InputMismatchException; import java.util.Scanner; /** * Hey!! This is a list of algorithms. Originally, these algorithms are from FreeCodeCamp.com where you * need to code them in Javas...
[ "raul.d.carrasco@outlook.com" ]
raul.d.carrasco@outlook.com
35f4c7da46b322034228570c05cbb2077b926ef8
4f5cd2de89cfd0131ed04100dc68e6b557d7f908
/src/main/java/constant/AppConstants.java
613aeece7aecb225594da7590aa1938ad9bf8e62
[]
no_license
673229632/XTspeakService
ac699b5808cf4d6111d90b86c1217af7de1284fd
a1f4203647d1068011dfa6955690e08b6ee1aab7
refs/heads/master
2022-12-04T21:07:37.079148
2022-11-18T02:02:34
2022-11-18T02:02:34
199,411,738
1
1
null
null
null
null
UTF-8
Java
false
false
192
java
package constant; /** * 默认常量类. * * @author zhangrui.i */ public class AppConstants { /** * 服务器Socket端口. */ public static final int PORT = 30000; }
[ "673229632@qq.com" ]
673229632@qq.com
d042835f3948c9bcdf5bdfcce94881be16221ef3
36dae58d1e0256fec216762fd48351b82ca3070e
/src/com/vebora/oauth2/cache/services/YoutubeService.java
a737ec8e9a07897d66db6454e93c36922884b57e
[]
no_license
arikanorh/repo2
78d19b32fe43a3ec276c1239f58cebfd7b1c0d4a
4fb760095bcbfca096c1feb2c3bbcefdee359df0
refs/heads/master
2016-08-12T04:01:42.070068
2016-03-22T19:49:02
2016-03-22T19:49:02
54,468,487
0
0
null
2016-03-22T19:01:37
2016-03-22T11:06:50
Java
UTF-8
Java
false
false
1,364
java
package com.vebora.oauth2.cache.services; import java.io.IOException; import java.util.List; import com.google.api.client.googleapis.auth.oauth2.GoogleCredential; import com.google.api.client.googleapis.util.Utils; import com.google.api.services.youtube.YouTube; import com.google.api.services.youtube.model.Subscripti...
[ "arikanorh@gmail.com" ]
arikanorh@gmail.com
75742f8cda1353652b18d39164dfa187baff1e0e
91934389484a2a6afba2782d6a3915b913e1a6c9
/moco-core/src/main/java/com/github/dreamhead/moco/extractor/FormsRequestExtractor.java
d4b51e06b328167941331c28e2e578d5d254be8a
[ "MIT" ]
permissive
edgevagrant/moco
7ce1f1936578b6da72d9d80735d8e427fcfa4da4
9b3ab80f6b45612c80fc172b9814051f76e6c79d
refs/heads/master
2021-01-14T12:14:41.397409
2013-12-10T23:04:16
2013-12-10T23:04:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,914
java
package com.github.dreamhead.moco.extractor; import com.github.dreamhead.moco.RequestExtractor; import com.google.common.base.Optional; import com.google.common.collect.ImmutableMap; import io.netty.handler.codec.http.FullHttpRequest; import io.netty.handler.codec.http.multipart.Attribute; import io.netty.handler.code...
[ "dreamhead.cn@gmail.com" ]
dreamhead.cn@gmail.com
3131a656c0240219c14e4a8dd86c19459a2b37a6
9db1fa08c7aabab96d291f18b7c4165eb0081058
/practica3/src/main/java/es/unican/is2/controller/AlarmaOffAction.java
680efa425eebe57897a147dbafa0082625572cd1
[]
no_license
Loboshj/Practica3
f0912e983de333fb400e4151ff3403e40b120ba8
197106fd96413c3f24f6f68723ef437bd9b2977d
refs/heads/master
2023-06-14T02:18:25.845896
2021-07-07T17:12:46
2021-07-07T17:12:46
382,682,177
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package es.unican.is2.controller; import java.awt.event.ActionEvent; import javax.swing.AbstractAction; import javax.swing.Action; import es.unican.is2.model.Despertador; import es.unican.is2.view.InterfazGrafica; public class AlarmaOffAction extends AbstractAction{ private InterfazGrafica vista; private Desperta...
[ "loboshj8@gmail.com" ]
loboshj8@gmail.com
c19d909446cdcf14339cdf1f2e8341245cadb94c
7c1985ddebb92bb651a9bb9d34f59dd0f02ade42
/oaManSystem/src/com/in/service/LeaveService.java
b784b99d6d5645e861450bdd792b1686061de911
[]
no_license
accp-in/accpin
58fd7939216b4fe66a0864bc49e59705c7ae5a12
3e990072c06f966e38170b3f75b3987cc557ff04
refs/heads/master
2021-01-23T10:03:26.927411
2014-09-29T11:49:31
2014-09-29T11:49:31
null
0
0
null
null
null
null
GB18030
Java
false
false
811
java
package com.in.service; import java.util.List; import java.util.Map; import com.in.entity.Leave; /** * 请假表 * */ public interface LeaveService { //添加请假信息 public void addLeave(Leave levave); //修改请假信息 public void updateLeave(Leave levave); //删除请假信息 public void deleteLeave(Inte...
[ "kalven@outlook.com" ]
kalven@outlook.com
548838d8d2315fb54cffc45561f32a7accc8d261
64137d25e00a5591a9cbdafd16daf00b10368f7e
/src/test/java/com/shanhaihen/rabbitdemo/SpringBootRabbitMQTest.java
655f5169c5bcf4bdc1b3761265d44147e4d33836
[]
no_license
shanhaihen/rabbitmq-demo
a272454eb3b57c59fd487d27f1bda6ed1ee84b50
d5f8680c58e86a2aed92c0bf8dbdb0405a7aacfa
refs/heads/main
2023-02-04T02:12:36.900048
2020-12-28T09:32:19
2020-12-28T09:32:19
323,837,555
0
0
null
null
null
null
UTF-8
Java
false
false
2,037
java
package com.shanhaihen.rabbitdemo; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.juni...
[ "jingrunp@163.com" ]
jingrunp@163.com
0a0dffb6901153582973cadb8b9572f270220971
1eaacabdf2a8b6688211c4e627a68fa69643c78d
/src/com/algorithms/Average.java
af779eb55dc20d9ae89e0811cc3a4c46d00984a0
[]
no_license
mrLysyi/AlgorithmsOne
59a20291193db3ec798f5c3f03cc10d037d49fc7
005ddc324191f23d3481498e88e5fb6ea2656889
refs/heads/master
2016-09-05T13:53:57.759280
2014-11-26T15:19:30
2014-11-26T15:19:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,639
java
package com.algorithms; /************************************************************************* * Compilation: javac Average.java * Execution: java Average < data.txt * Dependencies: StdIn.java StdOut.java * * Reads in a sequence of real numbers, and computes their average. * * % java Average * ...
[ "cheburano@gmail.com" ]
cheburano@gmail.com
54d3fe5c277214cdff558f27d63bc1fc46065ff4
2d46cff448051266819b8fb9abfec58627381834
/src/test/java/de/zalando/buildstatus/BuildStatusMonitorTest.java
cb55a83220900952ca676d13845499d1f2718f42
[ "MIT" ]
permissive
cjander/build-status-traffic-light
19f1a82c1b5d92fc191a8b8550a22324eb98b3f7
d30486e017413a9dbc4405c2ca040d9d0522df6d
refs/heads/master
2021-01-11T07:24:01.635564
2016-09-12T15:45:21
2016-09-12T15:45:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,519
java
package de.zalando.buildstatus; import de.zalando.buildstatus.display.Display; import de.zalando.buildstatus.http.SimpleHttpClient; import de.zalando.buildstatus.job.JenkinsJob; import de.zalando.buildstatus.job.Job; import org.apache.commons.io.IOUtils; import org.junit.After; import org.junit.Before; import org.juni...
[ "julian.heise@zalando.de" ]
julian.heise@zalando.de
626b4e890f3da97e2b32fb84ec54bdd11c6f406f
9b80a515194b84fe1e995511c7ddc232cb9b0a01
/clink-appsdk/android/demo/TOSClientLibDemo/online_service/threepart/src/main/java/com/org/gzuliyujiang/filepicker/contract/OnPathClickedListener.java
9178c3baf1fceb53fb75befb120b3032649cfdad
[ "Apache-2.0" ]
permissive
ti-net/clink-sdk
e5f17050c37d26d215b11f6ff19d30f23cf7cc9b
cb918ee1bb5b108159d3d9bae788dd9d9fd2a486
refs/heads/master
2023-08-18T21:44:35.676263
2023-08-17T12:22:13
2023-08-17T12:22:13
200,053,531
12
10
Apache-2.0
2023-09-13T06:09:42
2019-08-01T13:13:27
Objective-C
UTF-8
Java
false
false
1,006
java
/* * Copyright (c) 2016-present 贵州纳雍穿青人李裕江<1032694760@qq.com> * * The software is licensed under the Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * http://license.coscl.org.cn/MulanPSL2 * THIS SOFTWARE IS PROV...
[ "gyb_1314@126.com" ]
gyb_1314@126.com
c69b08e2fb7c34efd64fa74ccbaec92ae37c1aee
246bd3fbfadb1864c30bfdb20990474161b52df1
/read-n-characters-given-read4-ii.java
da8447f9be4db4ac95e34243e71d80ef684b737b
[]
no_license
renmengfei/leetcode
8200b155477b43da8b701c102a422e9a4127ea47
f263d32a4e49c5249d655baee7c7b1aeb481f0c5
refs/heads/master
2020-04-06T06:58:58.286956
2019-07-10T06:55:34
2019-07-10T06:55:34
19,768,032
0
0
null
2019-07-10T06:55:35
2014-05-14T05:52:09
Java
UTF-8
Java
false
false
659
java
public class Solution extends Reader4 { char[] buffer = new char[4]; int offset=0; int buffersize = 0; public int read(char[] buf, int n) { int result = 0; boolean eof = false; while(!eof && result <n){ //empty if(buffersize==0){ buffe...
[ "mengfei@yahoo-inc.com" ]
mengfei@yahoo-inc.com
11e315c624dccee40e69e57caa1c4898335b7ec1
0fcdd676181754b9f93081b597fac5c4c62bcda6
/p0261intentfilter/src/main/java/ru/startandroid/p0261intentfilter/ActivityTime.java
d71c75f23742af27d4474f3f865df0809d1483c5
[]
no_license
vladislawovk/AndroidLessons
3ff622b3e2ec2a063d9f4c0dd39fcfcd4193b159
1ea6bd67d789c55d8da8ef5add7f202c0c4e003c
refs/heads/master
2023-02-20T04:37:10.211928
2021-01-25T11:02:20
2021-01-25T11:02:20
322,619,068
1
0
null
null
null
null
UTF-8
Java
false
false
669
java
package ru.startandroid.p0261intentfilter; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import java.sql.Date; import java.text.SimpleDateFormat; public class ActivityTime extends AppCompatActivity { @Override protected void onCreate(Bundle saved...
[ "vladislawovk@gmail.com" ]
vladislawovk@gmail.com
29c6d99edb60fd7a40feec7a95e48e8d64476f9d
afa3842152755199fc3813d8f9a72541382b9f3e
/src/main/java/com/kraytech/restdemo/repositories/domain/Medico.java
2ef17a656e04a6ed4bc7eeb912a3cf878dd6ec42
[]
no_license
kjrg56/hosprest
77ed9d08678b2272adde52e4f3f79b746965aec5
05ec18e7d75618a0638d7d6d08ac9accc6b26d6c
refs/heads/master
2020-12-21T23:04:11.510467
2020-09-16T05:12:33
2020-09-16T05:12:33
236,592,857
0
0
null
null
null
null
UTF-8
Java
false
false
603
java
package com.kraytech.restdemo.repositories.domain; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import lombok.Data; @Data @Entity public class Medico { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) privat...
[ "Kevin Raymundo" ]
Kevin Raymundo
1873fc68caee9c6647862804bf4c829033a564f3
9282591635f3cf5a640800f2b643cd57048ed29f
/app/src/main/java/com/android/p2pflowernet/project/view/fragments/mine/setting/feedback/FeedBackPopupWindow.java
15ed25d22dba532cc3a36b980f4794afc493d6e9
[]
no_license
AHGZ/B2CFlowerNetProject
de5dcbf2cbb67809b00f86639d592309d84b3283
b1556c4b633fa7c0c1463af94db9f91285070714
refs/heads/master
2020-03-09T17:27:14.889919
2018-04-10T09:36:33
2018-04-10T09:36:33
128,908,791
1
0
null
null
null
null
UTF-8
Java
false
false
3,380
java
package com.android.p2pflowernet.project.view.fragments.mine.setting.feedback; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.support.v4.app.FragmentActivity; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.vi...
[ "18911005030@163.com" ]
18911005030@163.com
517d272cc885257299930b5bf11e18d71d3d44c8
49b4cb79c910a17525b59d4b497a09fa28a9e3a8
/parserValidCheck/src/main/java/com/ke/css/cimp/fwb/fwb7/Rule_Hid_Goods_data_Identifier_S.java
11eda4b5085f914a04f3f6747fd7e727e49b921e
[]
no_license
ganzijo/koreanair
a7d750b62cec2647bfb2bed4ca1bf8648d9a447d
e980fb11bc4b8defae62c9d88e5c70a659bef436
refs/heads/master
2021-04-26T22:04:17.478461
2018-03-06T05:59:32
2018-03-06T05:59:32
124,018,887
0
0
null
null
null
null
UTF-8
Java
false
false
2,359
java
package com.ke.css.cimp.fwb.fwb7; /* ----------------------------------------------------------------------------- * Rule_Hid_Goods_data_Identifier_S.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Tue Mar 06 10:38:...
[ "wrjo@wrjo-PC" ]
wrjo@wrjo-PC
393eb7d3bfe93b93e042cd949295cb7dc5fb2aa1
abeecfef5a3cd8fbfdeea0b81ef918710d5141a0
/class02/src/androidTest/java/com/ourdreamit/batch002class02/ExampleInstrumentedTest.java
1af289943bdfad2318b40504f6c3a8d1bebb0ffd
[]
no_license
anismizicse/Android_Batch_Two_Master
2a9c3fd4707a47aff0cc78f9d397167f828e8cc5
2182c360188b56a59857b6fcd28c1175efad9166
refs/heads/master
2020-12-04T03:46:43.627368
2020-01-18T15:29:50
2020-01-18T15:29:50
231,596,627
0
0
null
null
null
null
UTF-8
Java
false
false
776
java
package com.ourdreamit.batch002class02; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will exe...
[ "anismizicse@gmail.com" ]
anismizicse@gmail.com
c97230ee3c19c618d159e5aabde3cf16653e0f15
079dc9d52c65c121662ebd016184eeb16fc36769
/bitcamp-assignment-04/src/main/java/bitcamp/assignment/repository/MemberRepository.java
4f741ec7694676cb524ac457933412d3f5a07006
[]
no_license
humonidtyphoon/bitcamp-cloud-computing
b3807072378bb6eb8e19b731f3415cb330763ba1
e23f2c8cd0e2094c7723015ddaf7541c85233398
refs/heads/master
2021-05-16T23:43:55.553888
2018-09-04T10:51:11
2018-09-04T10:51:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
239
java
package bitcamp.assignment.repository; import java.util.Map; import bitcamp.assignment.domain.Member; public interface MemberRepository { int insert(Member member); Member findByEmailAndPassword(Map<String,Object> params); }
[ "somony9292@gmail.com" ]
somony9292@gmail.com
23177aa6c647103ac4193756ab2410d240fd8144
5ce9f7f8ab8d6d5b492e64b7cb3f2e4a34a69ae1
/src/com/learning/module/Customer.java
cdd1cf724e09ba28615bc68ac643a2e195643764
[]
no_license
MayuriMusalgaonkar/gl-development
c37de0f5999f80687db97643bb4ca949aa297200
f8c5506c5bb29469a61a7158b7ace7893e6b4420
refs/heads/master
2023-07-15T09:45:15.617478
2021-08-23T16:24:26
2021-08-23T16:24:26
394,716,131
0
0
null
null
null
null
UTF-8
Java
false
false
953
java
package com.learning.module; public class Customer { private String password; private int bankAccountNo; private int balance; public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public int getBankAc...
[ "mayuridafne5@gmail.com" ]
mayuridafne5@gmail.com
cf8bdf58a32c4cbd9fdab941e6fcd26cf047ec9b
f4bb30d1ba864dfcc2a6b2e646f740693760a973
/javaenhance/src/cn/itcast/day3/MyAdvice.java
c5523efb20ec5ed66436a2050968faec7c7fa175
[]
no_license
zhaoccx/JavaBase
762e3a075aec5e369774fb4937692614fcca8c66
152d71eec8b7af444a2c5fc410a6bdbb3b576d4f
refs/heads/master
2020-12-13T07:45:35.219768
2017-10-25T13:04:37
2017-10-25T13:04:37
26,492,779
0
0
null
null
null
null
UTF-8
Java
false
false
529
java
package cn.itcast.day3; import java.lang.reflect.Method; public class MyAdvice implements Advice { long beginTime = 0; @Override public void afterMethod(Method method) { System.out.println("从传智播客毕业上班啦!"); long endTime = System.currentTimeMillis(); System.out.println(method.getName() + " running time of " + ...
[ "zhaoccx@hotmail.com" ]
zhaoccx@hotmail.com
fb9ec0190db2cf8cec9d976443b312887f9610ae
30f62fe9ee60f49acfe1b08567246a26ea362c67
/src/main/java/com/edugility/maven/ArtifactsProcessingException.java
b9e3b15976b858d90f6c27cda838dc6a5decf297
[ "MIT" ]
permissive
ljnelson/artifact-maven-plugin
e55bfbb919017e90a7bf8dffe85efd8422a6cd43
e64bfb315363945aba389d9ec167c5162a9e1a04
refs/heads/master
2021-03-12T19:17:10.322099
2015-10-12T23:18:23
2015-10-12T23:18:23
25,285,790
0
0
null
null
null
null
UTF-8
Java
false
false
3,900
java
/* -*- mode: Java; c-basic-offset: 2; indent-tabs-mode: nil; coding: utf-8-unix -*- * * Copyright (c) 2014 Edugility LLC. * * 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 * re...
[ "ljnelson@gmail.com" ]
ljnelson@gmail.com
2c7984d314dd286d28d3d69d8a853e2d5dfe1a9c
391df28a26a8115dec2686c30f9c9c8c47123401
/ManyToOne/src/main/java/com/bridgelabz/ManyToOne/App.java
ac6652a9a83da1096aab4a8c472449d682f00eaa
[]
no_license
sujitchincholkar/Hibernate
c7d05e8be8de78e94a665ac8c3bb4cd90c5d6d57
4b547c545173a0af8dce0fd0a2c011c191edd2bb
refs/heads/master
2021-07-18T14:19:38.010311
2017-10-27T12:51:49
2017-10-27T12:51:49
107,673,581
0
0
null
null
null
null
UTF-8
Java
false
false
911
java
package com.bridgelabz.ManyToOne; import java.util.Scanner; import com.bridgelabz.ManyToOne.EmployeDao; public class App { public static void main( String[] args ) { Scanner scanner=new Scanner(System.in); int choice; String continueLoop="y"; while(continueLoop.equals("y")) ...
[ "chincholkarsujit@gmail.com" ]
chincholkarsujit@gmail.com