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
faa6fea66a302e79d31e51d0fc0377da7254fb07
2f05bf264bd87f533803906811ffc89685688dba
/Java_020_wordQuiz/src/com/callor/word/domain/WordVO.java
6381586826b387f48efe67241f5816ec8f055030
[]
no_license
dkdud8140/Biz_403_2021_03_Java
3d6a9cf8cd692b78047606665fd888a8ca6ed80f
a24f241a8d12e13c9d6a8a6be78a6b66e5856c31
refs/heads/master
2023-06-23T03:51:46.025661
2021-07-26T08:35:43
2021-07-26T08:35:43
348,207,335
0
0
null
null
null
null
UTF-8
Java
false
false
722
java
package com.callor.word.domain; import lombok.Getter; import lombok.Setter; import lombok.ToString; /* * model package * MVC(Model View Controller) 패턴의 프로젝트에서는 * VO 클래스가 저장되는 package 를 보통 model로 작성을 한다 * * domain package * DBMS와 연동되는 프로젝트에서 사용하기도 하는 이름 * * command package * */ // Annotation // @Override...
[ "cho.ay4@gmail.com" ]
cho.ay4@gmail.com
95c81b5b2b9f2902281d4a89e9e3eff81032fc2f
f890f96b050919c100176dbe5354488139f39446
/Architect_Day05/butterknife/src/test/java/com/butterknife/ExampleUnitTest.java
3e57c7fe331849f2e4ab6d27787138d9c14eca34
[]
no_license
zmMyp/myButterKnife
40c32bf3cdbce12d49f2ee1af2b23555a98f557c
58ffa5623489ac16cfbb5e79d644cf9595d1207e
refs/heads/master
2020-05-16T01:20:53.089087
2019-04-22T01:16:23
2019-04-22T01:16:23
182,600,553
0
0
null
null
null
null
UTF-8
Java
false
false
409
java
package com.butterknife; 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 publi...
[ "969308461@qq.com" ]
969308461@qq.com
a8bde6b3e5dbbb8b4ee2464b43f3470b3d7a5951
b4f26885e77e581d406f63cee1d04fb7feedc6b1
/EmpSSM/src/main/java/nsu/edu/cn/zsq/test/MBGTest.java
f9d8e570620782009ed62edae337bd05d91824f0
[]
no_license
0Zarathustra0/EmpSSM
bcdb70dc0deb5f1c04574abb8dd2fa462af554aa
291f3c4462c5a780a4105104249e54a9c249d2e6
refs/heads/master
2020-03-12T05:00:46.958710
2018-11-05T08:25:02
2018-11-05T08:25:02
130,442,606
0
0
null
null
null
null
UTF-8
Java
false
false
994
java
package nsu.edu.cn.zsq.test; import java.io.File; import java.util.ArrayList; import java.util.List; import org.mybatis.generator.api.MyBatisGenerator; import org.mybatis.generator.config.Configuration; import org.mybatis.generator.config.xml.ConfigurationParser; import org.mybatis.generator.internal.Default...
[ "1915744914@qq.com" ]
1915744914@qq.com
dbfd0ac18fd6e4f8aa256dfe2854a1a3d8221a31
210500e6df8862f9b4531e84d25f925a3bf0fd58
/ll-javaUtils/src/main/java/gov/va/med/lom/javaUtils/xml/HashMapNamedNodeMap.java
2dc7669108882e94fdf752da8af446061d6b269e
[ "Apache-2.0" ]
permissive
merwinn/AVS
e1db56e48dc9432e1f73f5043e96749b4799f6fd
51f3316586059210d3d8a0a9d1761fed4b9b1826
refs/heads/master
2020-05-21T09:14:58.372161
2014-08-18T18:57:06
2014-08-18T18:57:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
799
java
package gov.va.med.lom.javaUtils.xml; import java.util.ArrayList; import java.util.HashMap; import org.w3c.dom.Node; /* * A class representing a node in a meta-data tree, which implements * the org.w3c.dom.NamedNodeMap */ class HashMapNamedNodeMap extends NamedNodeMapImpl { /* * HashMap of No...
[ "william.collins@va.gov" ]
william.collins@va.gov
e31593f03a385898764fda0f1c0b5e0655159053
15ae8d4bd9e1085e0ba7a54beae2f0c126a2dce4
/src/codingInterviewGuide/part3tree/TraverseTree.java
9b4bc28b2b5a18f0a0ff83569377022ba5743eae
[]
no_license
qdh0520/Algorithm
aae9cc61cc020ba371afe4e638bdb5bff11150cf
40f626d95eb877005149631d4ffc228b2829cc89
refs/heads/master
2020-07-06T12:23:23.300710
2019-09-19T14:50:29
2019-09-19T14:50:29
203,016,025
1
0
null
2019-08-18T14:32:46
2019-08-18T14:32:45
null
UTF-8
Java
false
false
1,875
java
package codingInterviewGuide.part3tree; import java.util.Stack; /** * 非递归实现遍历二叉树 * Created by Dell on 2017-09-03. */ public class TraverseTree { public void preOrder(TreeNode root){ Stack<TreeNode> stack=new Stack<TreeNode>(); TreeNode cur=null; stack.add(root); while(!stack.isE...
[ "18103412880@163.com" ]
18103412880@163.com
4a7a911f148a95e2978f4b8b9a16727092751b73
0249151b2a494938a008f6cd1e842bca6799139b
/app/src/androidTest/java/com/example/instagram_clone/ExampleInstrumentedTest.java
44bb66634b5722df93a853d01624e0d21673bf04
[ "Apache-2.0" ]
permissive
mtkhawaja/Instagram_Clone
50e5b146274e98301d8421780eee7a96ec8adc1e
0ea2064157d155806a442a01cfe9601185c50f12
refs/heads/master
2021-06-25T09:57:12.346326
2021-01-20T03:51:29
2021-01-20T03:51:29
177,512,137
0
0
null
2021-01-20T03:51:30
2019-03-25T04:06:53
Java
UTF-8
Java
false
false
738
java
package com.example.instagram_clone; 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.*; /** * Instrumented test, which will execute on an And...
[ "36654508+mtkhawaja@users.noreply.github.com" ]
36654508+mtkhawaja@users.noreply.github.com
c72aeaab7ac107272094d5e60fe4bb7571345aa0
4aa3d51c7c6d6c6d8707f90d7e3138177a2708fe
/ViewShed/src/java/database/DatabaseErrorLogManager.java
34d01d51d80bffa2fd1ca09fac3ebef81c1d96a6
[]
no_license
Neocyte/Viewshed-Viewer
eff2c838d26ca52281b3aacdb2fcaae21353e2bb
c098606ec9fa361029670e24d64a7da1c0a69b31
refs/heads/master
2023-05-30T20:49:31.152318
2021-06-09T17:16:41
2021-06-09T17:16:41
375,404,811
0
0
null
null
null
null
UTF-8
Java
false
false
430
java
package database; import common.ErrorLog; import java.util.Collection; /** * * @author Curt Jones */ public interface DatabaseErrorLogManager { public Collection<ErrorLog> getAllErrorLogs(); public String getAllErrorLogsAsHTMLTable(); public void addErrorLog(ErrorLog errorLog); public ErrorLog get...
[ "masonwu8462@yahoo.com" ]
masonwu8462@yahoo.com
8b0b81d8ce1030530a9e93af54a0a8a73caded5c
152e7337c93e371678af214f91e08e0d7685e2e9
/Backend/src/main/java/com/example/Holidaymaker/repositories/ReviewRepo.java
086592a47eeb8cdafa5ca181dfbc480a4390f336
[]
no_license
xerox134/Holiday-maker
5df87ec15b09bae03b9d05f3dae6bbb97110fe77
befac749098415e1cc14a3215f4beaca923bad38
refs/heads/main
2023-05-31T02:50:10.721075
2021-06-14T09:34:40
2021-06-14T09:34:40
363,855,287
2
2
null
2021-06-04T14:24:16
2021-05-03T07:50:15
JavaScript
UTF-8
Java
false
false
459
java
package com.example.Holidaymaker.repositories; import com.example.Holidaymaker.entities.Review; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface Rev...
[ "anton.baric99@gmail.com" ]
anton.baric99@gmail.com
fd10121fd99da5a9b4ead7ad5726c840fba92db7
8ec9e03f427cf06b186e1f9e724762539f8a9156
/LemmeTravel/app/src/main/java/com/lemmetravel/seniorproject/fragments/myArticleFragment.java
80c6dad53a42511ed90aefaf143c5d8f424c847f
[]
no_license
thanapa049/Lemme-Travel
2c3e363b7d39ab95d89e2f7eec4551dc13e61182
fe687fcc83ea08b4439ee5af7503a0adb4230fcf
refs/heads/master
2021-01-18T07:48:39.274070
2017-10-19T14:22:29
2017-10-19T14:22:29
100,352,757
0
1
null
null
null
null
UTF-8
Java
false
false
783
java
package com.lemmetravel.seniorproject.fragments; import android.content.Context; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import ...
[ "nui_pk48@hotmail.com" ]
nui_pk48@hotmail.com
60a000a7e9b75b8fb2421dcadf9957959099d748
a7ea1958846646794d1c2b8f124a775f8bff3382
/BACK END/src/main/java/com/ecommerce/shoes/entity/User.java
53df9a74ea28dd88fca4ac444053e02ba4b59cd8
[]
no_license
devphan/E-Commerce-Shoes
554fcf5b9e4a6a6e31bf01abb8ad3aadb27d1c4a
9ee265ab0f6f4b599fc7f30a71e1dbd1be24e27e
refs/heads/main
2023-04-05T21:22:18.412869
2021-04-28T08:17:36
2021-04-28T08:17:36
359,373,345
0
0
null
null
null
null
UTF-8
Java
false
false
737
java
package com.ecommerce.shoes.entity; import com.sun.istack.NotNull; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import javax.persistence.*; @NoArgsConstructor @AllArgsConstructor @Getter @Setter @Entity @Table(name = "User") public class User { @I...
[ "longphan12062001@gmail.com" ]
longphan12062001@gmail.com
5ea11ae37008230f7f3eed7e123f255fd25e82fb
1e147f7417a43d08defd98eb8820db3c263dc337
/src/com/lewa/player/MediaPlaybackActivity.java
e57defa2c4e173245cf2ff9af9041c68765a24a0
[]
no_license
chongbo2013/My-MusicPlayer
bd512b15ef2f0a60eb0645352cc1885b4596f97a
3ba0356418c3d27da5f0e80e3853593c8e4ad6fe
refs/heads/master
2021-05-29T20:23:49.054045
2015-08-25T06:14:23
2015-08-25T06:14:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
51,589
java
/* * Copyright (C) 2007 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...
[ "mzoneseven@foxmail.com" ]
mzoneseven@foxmail.com
baa98136023fb127bfee0f3b18342eadf9979f45
ae70e6caef18ce046d58f79984002c95d789f996
/app/src/main/java/com/qjf/sample/presenter/MainPresenter.java
de398dc4aba52a3feeb862cc8ab43fb64d8e1d28
[]
no_license
Tobi1025/MvvpFrame
f5c92de74afe363c9fbba12db130b6b12e093e5b
e3f3f6d5301a664ea25b52c7a1588c9508577940
refs/heads/master
2021-08-28T13:33:44.122277
2017-12-12T09:55:50
2017-12-12T09:55:50
113,964,287
1
0
null
null
null
null
UTF-8
Java
false
false
1,708
java
package com.qjf.sample.presenter; import com.qjf.sample.base.RxPresenter; import com.qjf.sample.model.http.HttpManager; import com.qjf.sample.model.http.request.NewsRequestCenter; import com.qjf.sample.model.http.response.NewsHttpResponse; import com.qjf.sample.presenter.contract.MainContract; import com.qjf.sample.ut...
[ "1104575208@qq.com" ]
1104575208@qq.com
0217ee1e7d22675e54fb2e22d544985e3ec9c3d3
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_21f859e222cf78ca8485e0f479bffd38d85838a2/QueryMapper/2_21f859e222cf78ca8485e0f479bffd38d85838a2_QueryMapper_s.java
e0ed6b0fb3671c3fe7b84d400d4f6681cc5d5bd7
[]
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
3,132
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...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
72f5938d5c87e9281cf42c61a69ae29af34111d4
904aad25a260a3668960c040c330e96f2e0087c7
/API-Gateway/src/main/java/com/org/apigateway/ApiGatewayApplication.java
b745670b8340f1fcfd246465e629f6cf96e5c0b4
[]
no_license
Mundiaem/Spring-Microservices
74cd7f475414d0d3fb232307c73595185e1f3d83
c5199081b95f5eb9cd83cc3dc493a514320aecfd
refs/heads/main
2023-07-03T13:19:56.762762
2021-08-03T13:55:31
2021-08-03T13:55:31
392,334,041
0
0
null
null
null
null
UTF-8
Java
false
false
1,382
java
package com.org.apigateway; import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.circuitbreaker.Customizer; import org.springframework.cloud....
[ "machariamundia@gmail.com" ]
machariamundia@gmail.com
52579574f4ff12f7efc9a7b50400071068e9a4c6
36c7d9828c5158370144b61eeb7f56ac8ed50162
/src/main/java/org/opensha/sra/gui/BCR_Application.java
8d338b622f9a2f4799073444ab3adcc91eac4385
[ "Apache-2.0" ]
permissive
Aditya-Zutshi/opensha
92f1a5112c855fec37afea27150b4588fd14d077
d0e862a62bb3cdd262c4f33742b3a071da6b21b7
refs/heads/master
2023-08-28T05:00:38.792472
2021-10-26T08:13:18
2021-10-26T08:13:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
37,885
java
/******************************************************************************* * Copyright 2009 OpenSHA.org in partnership with * the Southern California Earthquake Center (SCEC, http://www.scec.org) * at the University of Southern California and the UnitedStates Geological * Survey (USGS; http://www.usgs.gov) *...
[ "kmilner@usc.edu" ]
kmilner@usc.edu
77ee2d77adfdf43b2af32b3cd8c66ea7c54ea1d4
af02ef11699eeda493977488913d166710dac23d
/src/com/resmanager/client/view/PullableScrollView.java
125780fb079764d4abebad303e3c5207104106d6
[]
no_license
Rachel-hsw/ResManagerClient
3ac212ab91f5fe06893de445d3591170aadfee18
f4b1f6958b0b3949e9e6e575877cf62a67e147e9
refs/heads/master
2021-06-29T18:47:45.628225
2017-09-13T10:16:36
2017-09-13T10:16:36
103,385,544
0
1
null
null
null
null
UTF-8
Java
false
false
814
java
package com.resmanager.client.view; import android.content.Context; import android.util.AttributeSet; import android.widget.ScrollView; public class PullableScrollView extends ScrollView implements Pullable { public PullableScrollView(Context context) { super(context); } public PullableScrollVie...
[ "1623404291@qq.com" ]
1623404291@qq.com
c455054b1624f4ee1cadd1c45386170378bb41fb
139960e2d7d55e71c15e6a63acb6609e142a2ace
/mobile_app1/leafModuleMin/src/main/java/leafModuleMinpackageJava0/Foo0.java
9f5c58380b7a88a217aebf23d2a0c775d2b3e54f
[ "Apache-2.0" ]
permissive
uber-common/android-build-eval
448bfe141b6911ad8a99268378c75217d431766f
7723bfd0b9b1056892cef1fef02314b435b086f2
refs/heads/master
2023-02-18T22:25:15.121902
2023-02-06T19:35:34
2023-02-06T19:35:34
294,831,672
83
7
Apache-2.0
2021-09-24T08:55:30
2020-09-11T23:27:37
Java
UTF-8
Java
false
false
779
java
package leafModuleMinpackageJava0; import java.lang.Integer; public class Foo0 { Integer int0; public void foo0() { new module1055packageKt0.Foo0().foo4(); new module304packageKt0.Foo0().foo5(); new module1002packageJava0.Foo0().foo3(); new module491packageJava0.Foo0().foo5(); new module438pa...
[ "oliviern@uber.com" ]
oliviern@uber.com
e88a6c684d59b8296aa87b4afe35c089da170481
85c3aadf4c8f3fbd8ad5a3f4c7437aea22291fb5
/spring-introduction/src/main/java/com/example/ch02_factory/servlet/DemoServlet.java
264b845ee2e627201d6bdbf81053605c46cb5811
[ "Apache-2.0" ]
permissive
lijing0221/spring-framework-projects
a088ac5fb13a8f5b17f921b700af186baf06028e
eb07addffd7428d3483a40c4a55167ee444b1962
refs/heads/master
2023-01-14T16:10:48.434354
2020-11-20T11:34:03
2020-11-20T11:34:03
313,318,851
0
0
null
null
null
null
UTF-8
Java
false
false
831
java
package com.example.ch02_factory.servlet; import com.example.ch02_factory.factory.BeanFactory; import com.example.ch02_factory.service.DemoService; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResp...
[ "lijing@didachuxing.com" ]
lijing@didachuxing.com
539b388a4b5b7963d83c093e60077d39414aa693
04208c15419cfbad47b8053e9f44101e5d9975d6
/Multithreading/Thread-Pools/Application.java
c2a7422e9c2cb2a5fe63c1fc902d7f1392f5c1bd
[]
no_license
gauthamhs/Java
7e88ce981ace631673102c93d038f65707535bc9
838e7fe71afb97175659e414d5c0b59f29682c2f
refs/heads/master
2020-12-24T06:16:31.962654
2016-11-06T01:36:52
2016-11-06T01:36:52
30,766,102
0
1
null
2015-02-17T18:57:47
2015-02-13T16:58:09
Java
UTF-8
Java
false
false
2,255
java
//Thread Pool is a way of managing different threads at the same time so that the program can work efficiently. //Its analogous to workers in a factory. There are say 5 tasks and each worker is given a specific task. //In this method. when one worker is done with a task or say that a task is completed, the idle worker...
[ "gauthamhs@gmail.com" ]
gauthamhs@gmail.com
ce29df9a185e1beae2cb2b4571524559287e0b2f
49e3e158eeffc61fcc522588831c25fd5aadba7b
/app/src/androidTest/java/com/muzi/numberview/ExampleInstrumentedTest.java
730444fa1bafb7ecccdce69be84ce1a866dd2eb5
[ "Apache-2.0" ]
permissive
xiangyutian/NumberView
f29c583ffea91c7e9e36f48d9f29127dcc69a4c3
1ef79b6ebcf9b59532ecf9d51d783b00c076213b
refs/heads/master
2020-04-23T19:07:13.248914
2018-04-16T01:47:34
2018-04-16T01:47:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
739
java
package com.muzi.numberview; 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.*; /** * Instrumented test, which will execute on an Android dev...
[ "727784430@qq.com" ]
727784430@qq.com
0c5b32a8045deccb23640e9e0af9d382bba724d8
0be92950649594e8109ceacfeb6f08061974587c
/mybatis-mate/src/main/java/cn/newphy/druid/sql/visitor/functions/Trim.java
ba97cf607812d752e0877e4a226c8aa21b719624
[]
no_license
Newphy/orm-mate
73f4a02a9ee0438ee09a4c449777f71fb5ada8d7
e74e0176a59f5b2956ea51db26a73a8a645a02a1
refs/heads/master
2020-03-27T17:10:17.436937
2018-08-31T06:30:25
2018-08-31T06:30:25
146,832,634
0
0
null
null
null
null
UTF-8
Java
false
false
1,518
java
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * 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 applica...
[ "liuhui18@xiaoniu66.com" ]
liuhui18@xiaoniu66.com
6a15eec3e2f703cb63c389c7b91709cef2eed2a4
83df42e12908068e246e5b87facc034bab39fb9f
/src/main/java/org/smart4j/framework/helper/ConfigHelper.java
43b66af870e706ae67fa408fb708420643133def
[]
no_license
RayZhangSB/smart_framework
c18e82c1ecfd993e887d4fd7914544e4551dfefe
d98d998d372afb707d7aaf16a3f5a957dce8cfd3
refs/heads/master
2020-03-15T23:52:07.191145
2018-05-24T08:05:01
2018-05-24T08:05:01
132,402,400
0
0
null
null
null
null
UTF-8
Java
false
false
1,494
java
package org.smart4j.framework.helper; import org.smart4j.framework.ConfigConstant; import org.smart4j.framework.util.PropsUtil; import java.util.Properties; import static org.smart4j.framework.ConfigConstant.CONFIG_FILE; /** * @ClassName ConfigHelper * @Description:属性文件助手 * @Author Raymond Zhang * @Date 2018/5/...
[ "995858246@qq.com" ]
995858246@qq.com
35cc6ad1cf93c366c087ecfa3b21af7ff9ca2abe
7c5ed6c01618d0ec5cea08692fb2384da90fb387
/src/main/java/com/qy/sp/fee/modules/piplecode/bwhite/BWhiteService.java
0bb8ab60fd1278ac6c83b2ae2aad3ac65f898146
[]
no_license
xtgodlike/SPFee
f5dac9de5b2e6fb0ae46d1d2ce215270ce318ea2
045bb2aca00afcd36b014813ade5daa723f0304f
refs/heads/master
2021-01-22T04:01:27.468202
2018-01-03T02:58:16
2018-01-03T02:58:16
92,421,411
0
1
null
null
null
null
UTF-8
Java
false
false
8,251
java
package com.qy.sp.fee.modules.piplecode.bwhite; import java.math.BigDecimal; import java.util.Date; import java.util.List; import javax.annotation.Resource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import com.qy.sp.fee.common.utils.DateTimeUtils; import...
[ "xietianalt@126.com" ]
xietianalt@126.com
65ab237452d3305be775d2c09f88a4c8a7d2da50
0d5cbabdb8b7257d075c4470f90847e9493f80b8
/app/src/main/java/com/jiubang/commerce/database/table/PkgRecordTable.java
375bd08d2f9f6e80cf7170b28302944b1458b4f0
[]
no_license
hgy413/filemanager
d214c692b862fdb6e76388f8454492335c5aadc9
b445c4b46bcce08fb889875e342cf6a08e747d00
refs/heads/master
2022-07-06T20:51:46.342792
2020-05-19T12:55:11
2020-05-19T12:55:11
264,810,162
0
0
null
2020-05-18T02:58:47
2020-05-18T02:58:46
null
UTF-8
Java
false
false
6,669
java
package com.jiubang.commerce.database.table; import android.content.ContentValues; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.text.TextUtils; import com.jb.ga0.commerce.util.LogUtils; import com.jiubang.commerce.database.DataBaseHelper; public class PkgRecordTable { ...
[ "80718901@qq.com" ]
80718901@qq.com
c8529516304b8b4dc260a3b7d0821d572e3c6a02
c2745516073be0e243c2dff24b4bb4d1d94d18b8
/sdk/communication/azure-communication-email/src/main/java/com/azure/communication/email/implementation/AzureCommunicationServicesClientImpl.java
1fd74f5f9f9c458ad1458acc06976b8c249bef14
[ "MIT", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause", "CC0-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-or-later" ]
permissive
milismsft/azure-sdk-for-java
84b48d35e3fca8611933b3f86929788e5e8bceed
f4827811c870d09855417271369c592412986861
refs/heads/master
2022-09-25T19:29:44.973618
2022-08-17T14:43:22
2022-08-17T14:43:22
90,779,733
1
0
MIT
2021-12-21T21:11:58
2017-05-09T18:37:49
Java
UTF-8
Java
false
false
4,441
java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.communication.email.implementation; import com.azure.communication.email.EmailServiceVersion; import com.azure.core.http.HttpPipeline; import co...
[ "noreply@github.com" ]
milismsft.noreply@github.com
0ba0606c9fd1fb63fc2e6053773a27572614a8cd
d7c5121237c705b5847e374974b39f47fae13e10
/airspan.netspan/src/main/java/Netspan/NBI_14_50/API/Statistics/LinkAdaptationRawGet.java
0dd7b80045060f62728573fb9ff14dcfafe4e692
[]
no_license
AirspanNetworks/SWITModules
8ae768e0b864fa57dcb17168d015f6585d4455aa
7089a4b6456621a3abd601cc4592d4b52a948b57
refs/heads/master
2022-11-24T11:20:29.041478
2020-08-09T07:20:03
2020-08-09T07:20:03
184,545,627
1
0
null
2022-11-16T12:35:12
2019-05-02T08:21:55
Java
UTF-8
Java
false
false
4,529
java
package Netspan.NBI_14_50.API.Statistics; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation....
[ "build.Airspan.com" ]
build.Airspan.com
634ef746e58af02aa4404f51895fc4afcd2bbd9e
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava8/Foo148.java
54ff0e32059e7092f5a91036352d719058468296
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package applicationModulepackageJava8; public class Foo148 { public void foo0() { new applicationModulepackageJava8.Foo147().foo5(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void foo4() { foo3(); } public void f...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
a9765991dfa7c50fe0cecfff5aa402df7051abe6
98190029d1de72d493e6a730ff4607a50a858946
/src/main/java/l2d/game/network/L2GamePacketHandler.java
9290053f3cb0a00eb22268064d6b7c1a6cf41b73
[]
no_license
iBezneR/interlude
e9777e24330b0342c2657eee8ada7914cfd6d1d0
764c889874034cf04d8e7b67792d705bee4ef719
refs/heads/master
2023-03-02T13:48:24.884131
2018-08-29T09:37:41
2018-08-29T09:37:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
22,485
java
package l2d.game.network; import static l2d.game.network.L2GameClient.GameClientState.IN_GAME; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.util.concurrent.RejectedExecutionException; import java.util.logging.Logger; import l2d.Config; import l2d.ext.network.HeaderInfo; import l2d.e...
[ "vadim.didenko84@gmail.com" ]
vadim.didenko84@gmail.com
693e59de0f4ac7cc9decdccc9131309b251246d2
31922011f3f1b6a043b8c423bce097d93f05711c
/src/hao/test/fbapidemo/FacebookUtility.java
9ed3954871257188a78560bb3750bb66e0c1a2ec
[]
no_license
sfavors3/FacebookAPIDemo
5e601fb3580bf0ac268ae2554139d4c7a4075acd
29a42fcfe168173500e6420d26597c0553b8dd22
refs/heads/master
2021-01-17T10:24:10.626973
2014-01-15T03:22:04
2014-01-15T03:22:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
317
java
package hao.test.fbapidemo; import android.content.SharedPreferences; import com.facebook.android.AsyncFacebookRunner; import com.facebook.android.Facebook; public class FacebookUtility { public static Facebook fb = null; public static AsyncFacebookRunner runner = null; public static SharedPreferences prefs; }
[ "fuhaoee@gmail.com" ]
fuhaoee@gmail.com
231d5b789b590a10152d94ccd7a13c538411c232
5e8eec6ed490c0c1d4711ce6a9158aec4d4719ee
/shopping/src/com/company/shopping/action/TestAction.java
3123a6dca5d0d4c9695deabdf0de62a702685e6f
[]
no_license
PengLi1990/eclipse_backup
11466fecd9c2af576354199736faeffc6915e056
dab0f53d11a8296115190098245cddd384564384
refs/heads/master
2021-01-17T19:23:33.800457
2016-06-22T13:13:20
2016-06-22T13:13:20
57,083,724
0
0
null
null
null
null
UTF-8
Java
false
false
493
java
package com.company.shopping.action; import java.io.PrintWriter; import org.apache.struts2.ServletActionContext; public class TestAction { private String username; public String getUsername() { return username; } public void setUsername(String username) { this.username = username; }...
[ "peng_li_pre@qq.com" ]
peng_li_pre@qq.com
bb86d2e4a712fc7af4ffb5705b66e641273a5f13
c7df5077b4966513e8280dbb6f00fabc730e9529
/src/main/java/com/yin/pattern/prototype/v2/Test.java
fc1c623540d8ce79aba00eb256437a94de4f8041
[]
no_license
guanqunyin/DesignPattern
c95726d5bf1ecad29761287cac1ee35ccaea4a88
bde9b46b3d2ab1d9afac73ba8346e851fec2c6c9
refs/heads/master
2020-08-03T16:01:10.298983
2019-11-13T09:41:28
2019-11-13T09:41:28
211,808,025
0
0
null
null
null
null
UTF-8
Java
false
false
1,439
java
package com.yin.pattern.prototype.v2; public class Test { public static void main(String[] args) throws CloneNotSupportedException { Person person = new Person(); Person clone = (Person)person.clone(); System.out.println("age:" + clone.age +" score:"+ clone.score); System.out.prin...
[ "1151900425@qq.com" ]
1151900425@qq.com
9bc0a5f7f7dfd41488e9106039bf41ba0303e3fd
dafcdd6347a1be928df01b5a5bf47527f38d029f
/Sample4GoogleGCM/src/com/example/sample4googlegcm/GcmIntentService.java
9079cd8035d02c398642f6209fc304fc2b010744
[]
no_license
sunleesi/android-education-project
b62e63076619cb927490fe1585c6a7a0169c79a5
31c1e520275ba0445b3288e0626fe5717193bd7b
refs/heads/master
2021-01-10T03:06:12.607555
2015-06-01T06:38:54
2015-06-01T06:38:54
36,643,841
0
1
null
null
null
null
UTF-8
Java
false
false
3,204
java
package com.example.sample4googlegcm; import com.google.android.gms.gcm.GoogleCloudMessaging; import android.app.IntentService; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.content.Context; import android.content.Intent; import android....
[ "dongja94@gmail.com" ]
dongja94@gmail.com
8408800c83263b82bfbe0a5e3fed4a30f75a961b
68edc10c26c008b348419f0997b768e8dd014827
/module_2/src/bai1_introduction_to_java/thuc_hanh/KhaiBaoVaSuDungBien.java
f273fe2f4654658bd6b36cc2dbebfdba49cdf3f4
[]
no_license
thanhhau052/C0221G1-DuongThanhHau
4332a3f8db425dc56db96c74ed98afe9ce6de6d6
94379b8e44d757c2db5b79b30759a9db26e4fbcb
refs/heads/main
2023-06-26T18:21:49.711919
2021-07-31T16:51:04
2021-07-31T16:51:04
342,121,420
0
0
null
null
null
null
UTF-8
Java
false
false
524
java
package bai1_introduction_to_java.thuc_hanh; public class KhaiBaoVaSuDungBien { public static void main(String[] args) { int i = 10; float f = 20.5f; double d = 20.5; boolean b = true; char c = 'a'; String s = "Hà Nội"; System.out.println("i = " + i); ...
[ "you@example.com" ]
you@example.com
6ccf60888ef24fc9e80b7a77484dd4fb583558c6
b34d08d309984ddd1b7a0fba4c92f40d3d8f51fd
/src/sample/Controller/RequestFormController.java
f882b44adedec6347a1c1e04266a9b84ffa3d790
[]
no_license
Lojini/JavaFX-Public-Transport-Ticketing-System
75a43af897ce037147bd517853d3bb5d19811571
ecf518092eb5452ad7a5e600fdff2c356d49f2b5
refs/heads/master
2022-11-13T01:34:01.883840
2020-07-01T06:12:49
2020-07-01T06:12:49
276,057,862
0
0
null
null
null
null
UTF-8
Java
false
false
67
java
package sample.Controller; public class RequestFormController { }
[ "pavilojini29@gmail.com" ]
pavilojini29@gmail.com
fd64e40ded68834aa9f9689b63f6c5312d39d206
e823bebfaf4d1ff71c674b7349258e4b43b9be5a
/BeTraffic/src/com/profete162/WebcamWallonnes/adapter/ImageMapReceivedCallback.java
d93c260b94714f9c90163a5d77aab384c7da726d
[]
no_license
KhalidElSayed/BeTraffic-Android-Client
f55599e846ef36fe454d1a1c4d92505b2122ac02
ac3ba347bacca2a582a2919043a165fb759f1a5e
refs/heads/master
2021-01-18T10:22:00.837445
2012-03-02T09:22:33
2012-03-02T09:22:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
259
java
package com.profete162.WebcamWallonnes.adapter; import com.profete162.WebcamWallonnes.CamerasActivity; public interface ImageMapReceivedCallback { // Called when an image is rendered public void onImageReceived(CamerasActivity.ImageDisplayer displayer); }
[ "christophe.versieux@gmail.com" ]
christophe.versieux@gmail.com
0b055367cb11e8b5b7cc9af774ebea0dea72d5e3
743540992a26e435939620c6d8ea9260a52fd9e2
/university-dal/src/main/java/com/pavel/university/entity/ObjectProfessor.java
d1b71f8ff749b7730de3badb0a906a6dec1bb2ae
[]
no_license
birladeanuPavel/University
e1886171b31f52f38262c6df46525a7713c8551a
dfadb43fdc7b217ec0ebb2b24a10b54612b4dcdc
refs/heads/master
2016-09-06T21:28:08.250041
2014-05-04T14:51:37
2014-05-04T14:51:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,019
java
package com.pavel.university.entity; import javax.persistence.*; import java.io.Serializable; /** * Created by Pavel on 28.04.2014. */ @Entity @Table(name = "object_professor") public class ObjectProfessor implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = ...
[ "birladeanupavel@gmail.com" ]
birladeanupavel@gmail.com
2f456f12af6af30be9bf26cd3d77c7521aa216c8
7ddcb906c12f9b522326da141ca74bfb584ae423
/src/main/java/com/smart/smartcontactmanager/com/smart/smartcontactmanager/config/CustomUserDetails.java
35558e0855a52d97f9e0b5f9fb734aa0aa036c5f
[]
no_license
abhinav-repository-007/ContactManager
e5b7ddf510340df849b14732da4118c80190583e
ea6c7b7a1c23086db831db3038a33f42a9eac3f1
refs/heads/master
2023-03-31T07:20:51.340106
2021-04-09T04:37:44
2021-04-09T04:37:44
347,838,252
0
0
null
null
null
null
UTF-8
Java
false
false
1,345
java
package com.smart.smartcontactmanager.com.smart.smartcontactmanager.config; import com.smart.smartcontactmanager.com.smart.smartcontactmanager.entities.User; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority; import org.springframework....
[ "66670675+u23490@users.noreply.github.com" ]
66670675+u23490@users.noreply.github.com
039a105b7ca1ad0ef06e5ba7c0967502e40c21da
f8358e34a8151d377f7ad476d50bb9c840fd7afd
/ImageHoster/src/main/java/ImageHoster/controller/ImageController.java
957a441e4c80f5ef5abc5340c17d6b03868331fd
[]
no_license
deepanshu-g/imagehosterproject
23a6cf8003cd86de277be868b2dc671e3bc3d9c5
998dc3fcc794793bfdceaeba7198127ca1a1f159
refs/heads/master
2020-04-13T01:36:38.152773
2018-12-23T17:49:47
2018-12-23T17:49:47
162,878,937
2
0
null
null
null
null
UTF-8
Java
false
false
11,380
java
package ImageHoster.controller; import ImageHoster.model.Comment; import ImageHoster.model.Image; import ImageHoster.model.Tag; import ImageHoster.model.User; import ImageHoster.service.CommentService; import ImageHoster.service.ImageService; import ImageHoster.service.TagService; import org.springframework.beans.fact...
[ "deepanshu.ghai51@gmail.com" ]
deepanshu.ghai51@gmail.com
5d42566261e11f93d3f94bdbbfd926cf1a740c7e
bd5081e8f7d3d028f0c04ee6c0210b77b61532c6
/src/test/java/AOPTest.java
85dc045f03def5101854a4203a6b22f30c3ce382
[]
no_license
LOLtoulan/spring_annoaop
ffa5fa7f10d05c1e064ade9d0add9835c1d44257
364be275c59cc01b7d15070dfebc137971569f29
refs/heads/master
2021-01-03T17:41:05.811872
2020-02-13T04:07:56
2020-02-13T04:07:56
240,173,737
0
0
null
null
null
null
UTF-8
Java
false
false
697
java
import com.toulan.service.AccountService; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * @Author LOL_toulan * @Time 2020/2/12 19:29 * @Message */ public class AOPTest { public static void main(String[] args) { //获...
[ "1987108233@qq.com" ]
1987108233@qq.com
5aec546b13cbcf2b56d8c71d810a316c8c4f67b0
0e06e096a9f95ab094b8078ea2cd310759af008b
/sources/com/vungle/warren/network/APKDirectDownloader.java
a2de418d9e24bcb54c7f3923d09fd55e4e4b66cb
[]
no_license
Manifold0/adcom_decompile
4bc2907a057c73703cf141dc0749ed4c014ebe55
fce3d59b59480abe91f90ba05b0df4eaadd849f7
refs/heads/master
2020-05-21T02:01:59.787840
2019-05-10T00:36:27
2019-05-10T00:36:27
185,856,424
1
2
null
2019-05-10T00:36:28
2019-05-09T19:04:28
Java
UTF-8
Java
false
false
966
java
package com.vungle.warren.network; import android.content.Context; import com.tonyodev.fetch.Fetch.Settings; import java.util.Map.Entry; public class APKDirectDownloader extends FetchDownloader { public APKDirectDownloader(Context context) { super(context); new Settings(context).setConcurrentDownl...
[ "querky1231@gmail.com" ]
querky1231@gmail.com
066244c1b75c9eaa25de6e41812cbf5b99870916
814ccf2b4b70136e995648aaae9593ed163f6fa6
/OllysEnhancedList/src/main/java/com/polydelic/oliverdixon/ollysenhancedlist/src/ListModels/ListItemPaginationSpinner.java
873d2f630ed137ea9e8c3956af74b1450bd314a6
[]
no_license
ollyde/enhanced-recycle-list-android
315df7a5e316b92bbfefbe5e961e16caab573b28
171d47e39417441c768824f1c93c157cde02d72d
refs/heads/master
2023-02-20T03:38:27.426287
2017-09-25T12:37:55
2017-09-25T12:37:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
847
java
package com.polydelic.oliverdixon.ollysenhancedlist.src.ListModels; import com.polydelic.oliverdixon.ollysenhancedlist.R; import com.polydelic.oliverdixon.ollysenhancedlist.src.IListModel; import com.polydelic.oliverdixon.ollysenhancedlist.src.BaseViewHolder; public class ListItemPaginationSpinner extends ListModelTe...
[ "olly257@gmail.com" ]
olly257@gmail.com
4fc5cf2a1f44846186a819aa1cceb1e9439e2bfc
1d35f3630148deb0e22ccedb15980ba004023549
/qrcode/src/main/java/com/aisino/qrcode/activity/CaptureActivity.java
c9ee8de9e24f98a956d837827466b743bd327eca
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
wwan12/SimpleExample_v1
95aa6f912911754d3edc19d8ac1a613e982a0fad
8b6675c8ab9d251086429a038d100a8c9d9098b2
refs/heads/master
2023-08-13T22:17:36.922406
2023-06-25T09:14:57
2023-06-25T09:14:57
174,499,736
0
0
null
null
null
null
UTF-8
Java
false
false
9,916
java
/* * Copyright (C) 2008 ZXing 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 applicable law or agr...
[ "376954839@qq.com" ]
376954839@qq.com
3adf71aacaf51b142143a12bfff59de1ccd09502
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/29/29_e2bc2614fabc2bdee8f52d764f84f474b859ea84/RedisAsyncConnection/29_e2bc2614fabc2bdee8f52d764f84f474b859ea84_RedisAsyncConnection_t.java
7b75f962c0008516a76bb4e6b7d0288e7ee9aa3a
[]
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
44,772
java
// Copyright (C) 2011 - Will Glozer. All rights reserved. package com.lambdaworks.redis; import com.lambdaworks.codec.Base16; import com.lambdaworks.redis.codec.RedisCodec; import com.lambdaworks.redis.output.*; import com.lambdaworks.redis.protocol.*; import org.jboss.netty.channel.*; import java.securi...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
2341c86015e168ff3ec2de38e81513a7c0b4c3a0
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/BoilerActuator4284.java
a2ef21b51a9f676e085f5ff4506c5e9ab7054a5c
[]
no_license
soha500/EglSync
00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638
55101bc781349bb14fefc178bf3486e2b778aed6
refs/heads/master
2021-06-23T02:55:13.464889
2020-12-11T19:10:01
2020-12-11T19:10:01
139,832,721
0
1
null
2019-05-31T11:34:02
2018-07-05T10:20:00
Java
UTF-8
Java
false
false
267
java
package syncregions; public class BoilerActuator4284 { public int execute(int temperatureDifference4284, boolean boilerStatus4284) { //sync _bfpnGUbFEeqXnfGWlV4284, behaviour Half Change - return temperature - targetTemperature; //endSync } }
[ "sultanalmutairi@172.20.10.2" ]
sultanalmutairi@172.20.10.2
6590548770e6895cf1037e1e61c5ede23de604da
682929767740301d4ab3e020a5996f2e43ef8f56
/MessageQueue/src/assignment/Responder.java
a564b93675931ed396c0468a27114a548dd450c1
[]
no_license
JosephMalandruccolo/CSPP51050-HW2
44c71c65adcafc82eaead22140a35d239d3a6cbd
56e0f2ed9775b1ee6faba218f4d00ab867967dfa
refs/heads/master
2021-01-10T19:05:46.002684
2013-05-06T00:37:32
2013-05-06T00:37:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,217
java
package assignment; import java.util.HashMap; /** * Responds to Query Messages * @author Joseph Malandruccolo * */ public class Responder { //===================================================================== // => CLASS //===================================================================== public stat...
[ "jdmalandruccolo@gmail.com" ]
jdmalandruccolo@gmail.com
f06fafa3abe4d238ce38d317bf95e325a6f35f9c
c71831709c5c56f99d32b4c5369b3bc51d415d55
/app/src/main/java/com/hasan/mathsukrevision/AqaJun18Paper3.java
01fd5db5d93ee3664f0148d28603db4c3c23f6a2
[]
no_license
hasanalfaruk/unifinalproject
869c2a9e8e289fa23b37ec4bd70b325e2e95163c
bec65418ebe92eb17d176e655c8b243468592751
refs/heads/main
2023-06-28T22:18:27.972472
2021-08-02T11:32:07
2021-08-02T11:32:07
386,979,054
1
0
null
null
null
null
UTF-8
Java
false
false
553
java
package com.hasan.mathsukrevision; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import com.github.barteksc.pdfviewer.PDFView; public class AqaJun18Paper3 extends AppCompatActivity { private PDFView paper3; @Override protected void onCreate(Bundle savedInstanceState) { ...
[ "hasan-al-faruk@hotmail.co.uk" ]
hasan-al-faruk@hotmail.co.uk
4f423d892dfdd916c0114a222acb727e1a598da1
911d71da9155b022631a071c631ce1b2cb14b92c
/basic-arch-ruoyivue/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
c69f24bfb1a60c91ad7c49e70d39ca64a48ac118
[ "MIT" ]
permissive
devsong/basic_arch
09cc86f0f2b7a1b836195316426c2a72b78271dd
7e48c3e52878939f6b191741d338e24fc7eea90e
refs/heads/master
2023-03-08T09:34:24.906231
2021-05-20T07:18:28
2021-05-20T07:18:28
203,941,641
0
1
null
2023-02-22T07:51:07
2019-08-23T06:53:47
Java
UTF-8
Java
false
false
2,478
java
package com.ruoyi.system.service; import java.util.List; import com.ruoyi.common.core.domain.TreeSelect; import com.ruoyi.common.core.domain.entity.SysDept; /** * 部门管理 服务层 * * @author guanzhisong */ public interface ISysDeptService { /** * 查询部门管理数据 * * @param dept 部门信息 * ...
[ "guanzhisong@gmail.com" ]
guanzhisong@gmail.com
9c7e0e1828c97eb800b31db753c1368bc8f10980
8de7d24a3b26954b46fabfd6190452da37e6fe5a
/src/main/java/com/hrtx/global/EgtPage.java
be72b9100d95c53077a8b98f5e9d0e8700a5f08f
[]
no_license
funtalkTelecom/saleBUBackend
7ed31d8cf2849f4ffc382b334dbf0de48d1f0ee3
d2b53e7a9888226928a276b7a68a9ce85a590ea0
refs/heads/master
2022-05-22T18:27:26.046073
2019-06-24T10:06:14
2019-06-24T10:06:14
192,842,892
0
0
null
null
null
null
UTF-8
Java
false
false
409
java
package com.hrtx.global; public class EgtPage extends com.github.pagehelper.Page { private long total; public EgtPage(int pageNum, int pageSzie, long totalHits) { super(pageNum, pageSzie); this.total = totalHits; } @Override public long getTotal() { return total; } ...
[ "zhouyq@egt365.com" ]
zhouyq@egt365.com
66437172f4238b86a30e70f731d3ff5368c59112
82487900d0d4e9a0a2d9f24e605c64db3585a40f
/app/src/main/java/com/example/corstan__cc__managment/Model/Day.java
e911f28b7a44eb7651a3dd92aaaa378699e0dd1d
[]
no_license
ryangd/Corstan--CC--Managment
2a18cc3e9c4f7b35740e7503ac45de15f0a6c657
224e508bb48d77925e19d3af011c5053f7a18007
refs/heads/master
2022-12-04T02:23:36.851940
2020-08-22T03:15:07
2020-08-22T03:15:07
288,278,259
0
0
null
null
null
null
UTF-8
Java
false
false
865
java
/* * Property of: GreenDot Management Systems Inc. * A Division Of * Corstan Systems Inc. * * Written By: Ryan Stander * ryanstander@gmail.com * June 17, 2020 * * Copyright (c) TradeMark Reserved (tm) * */...
[ "ryan@gd.systems" ]
ryan@gd.systems
621a94254b9dae1293a9d03b4f1a5e61212a38c3
3bcaebf7d69eaab5e4086568440b2ca56219b50d
/src/main/java/com/tinyolo/cxml/parsing/demo/jaxb/cxml/RequiredMaximumQuantity.java
c6583d21312b479e569982db941a4a8d4108b1fc
[]
no_license
augustine-d-nguyen/cxml-parsing-demo
2a419263b091b32e70fa84312b55d8217e691ac6
3cc169ee0392d88bbf0e03f0791a15287a8eba97
refs/heads/master
2023-01-18T19:07:27.094598
2020-11-20T14:52:52
2020-11-20T14:52:52
314,490,660
0
0
null
null
null
null
UTF-8
Java
false
false
2,164
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2020.11.20 ...
[ "augustine.d.nguyen@outlook.com" ]
augustine.d.nguyen@outlook.com
7b0f5b072e879fd4fdacdf31d9ca6611b989de48
25cbbac28845e08d9f353879f2a36c561d973a0d
/BehavioralDesignPatten/src/TemplateMethod/Meal.java
be5e2f3e78313b2b580d1f95b69502e4c8ae4543
[]
no_license
huynhtanhoa3011/Module2-java
6471144be3ad2e23c5deb91122621cae1a564f60
1ba89358887219caa0f70f2eee3a97a76ffe5878
refs/heads/main
2023-07-16T02:51:25.757425
2021-09-02T05:57:13
2021-09-02T05:57:13
389,837,906
0
0
null
null
null
null
UTF-8
Java
false
false
388
java
package TemplateMethod; public abstract class Meal { public final void doMeal() { prepareIngredients(); cook(); eat(); cleanUp(); } public abstract void prepareIngredients(); public abstract void cook(); public void eat(){ System.out.println("...
[ "noreply@github.com" ]
huynhtanhoa3011.noreply@github.com
774406206caa47107860142cebc07fcc44d2ebad
b160bd1d344d3d9af67f7d9e7b7e9f48d3c6db8c
/src/cn/book/ui/UserFrame.java
68e42ee4af791b2c0249f1e860f54da3699d5e6f
[]
no_license
clooney0/bookmanagement
4a3632633a30baee981d53a7b17ca28c6d4eb596
bbeed21ec77676e8aa65beaeb14944e4cd500da9
refs/heads/master
2022-02-19T07:44:01.426856
2017-11-20T11:24:02
2017-11-20T11:24:02
111,398,383
6
1
null
null
null
null
UTF-8
Java
false
false
16,864
java
package cn.book.ui; import java.awt.Component; import java.awt.EventQueue; import java.awt.Image; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.util.List; import javax.swin...
[ "garfunke1@outlook.com" ]
garfunke1@outlook.com
bdcaa2d5b666a1a49a4ce2fb310c6fdd8aaddafa
5a124224b497605306b4efdb3be2da013461ea22
/Case1.java
c8b60033343440a67d5cfa2b4f275dbf7e1ec4e2
[]
no_license
rdwornik/ecote-project
f5f6f93e6a4a81278ec3621290ac3583fbfd6b30
b407728bae3eeb78abd3e76a1c2ccb9cda38d6a8
refs/heads/master
2022-01-18T18:05:46.425617
2019-05-22T10:19:24
2019-05-22T10:19:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,314
java
/* Successful case: We test 5 cases; -Already declared "Runnable" interface in library with no arguemnts -Decalred Interface with 3 paramaters and using this parametrs in lambda body -Interface with one parameter not used in lambda body -Interface with six parameters used in lambda body -Interface with one parameter us...
[ "robert.dwornik@outlook.com" ]
robert.dwornik@outlook.com
2536464853bde66fd5221698d94e400437b2e97b
7639cb47863dc8ee41a420f4e838d61e9857bbf4
/NTurk_BACKEND_1/src/main/java/foursomeSE/entity/statistics/UserDistribution.java
f61a5e77793263ddbc9338e0fc4cc5195bc3b03d
[]
no_license
PatrickLai7528/NTurk_Phase_III
3e0288a337ca562662d41ed8477b0df3f2ca42ed
4a23be2ac0d6ec79a69c9564d9bb883efc14e3c8
refs/heads/master
2020-04-26T17:42:17.704743
2018-09-05T01:13:58
2018-09-05T01:13:58
173,721,636
0
0
null
2020-04-12T03:51:17
2019-03-04T10:14:09
Java
UTF-8
Java
false
false
1,240
java
package foursomeSE.entity.statistics; public class UserDistribution { private String name; // 就是province private int value; public UserDistribution() { } public UserDistribution(String name, int value) { this.name = name; this.value = value; } public String getName() { ...
[ "LiianwYuuX@outlook.com" ]
LiianwYuuX@outlook.com
de8aa0f97ebccc7e63138b3f00f3b10984974c4f
ed1344487a6f2711a946fdfe92cbfa92f5d8f921
/src/com/abd/services/CustServicesImpl.java
82c936506c746736049d34dae8f11aed455f7415
[]
no_license
showagon/SpringMVC_manaul_library
9d589ac2d1f306a9f1b5aea869e90d6f564b8e0d
553d03380d784aa43e5fe6aeee16d98f3cf2e959
refs/heads/master
2020-07-29T11:04:03.504913
2019-09-20T11:32:51
2019-09-20T11:32:51
209,773,580
0
0
null
null
null
null
UTF-8
Java
false
false
925
java
package com.abd.services; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.abd.dao.CustDao; import com.abd.entity.Customer; @Service public clas...
[ "noreply@github.com" ]
showagon.noreply@github.com
9a335ccc6a938e8cc64382cb0ba04e6741f14966
e79a12f7d2538dce830d8abc858d49c247f14248
/src/main/java/com/firstjhipster/sample/security/jwt/TokenProvider.java
f62ec50192fab66521974ad56cc88f9a155d6fb5
[]
no_license
shindedeepali1994/Sample
17f778dfd66f3213ecf7b42efe2ab0d212ebfeb0
345b501547f2fefa7eb9c98b808b62d93f036704
refs/heads/master
2021-06-23T20:22:06.407545
2019-11-15T06:03:11
2019-11-15T06:03:11
221,855,121
0
0
null
2021-04-29T21:53:11
2019-11-15T06:03:03
Java
UTF-8
Java
false
false
4,256
java
package com.firstjhipster.sample.security.jwt; import java.nio.charset.StandardCharsets; import java.security.Key; import java.util.*; import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.InitializingBean; import org.springframework.secu...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
3c225d8ab71086e71ec4c958d99ab32a6bf7cb64
5f4bfcdf9c1b8f3d7ac31785201edb59a7e35273
/src/com/javarush/test/level13/lesson02/task07/Solution.java
14769082afab417f97d9d1acda6e3aaf3a207255
[]
no_license
sergAleshchenko/JavaRushHomeWork
f6c9d23e881245c80d42f72cf06a5d860191b0a4
ff67c727cbe9f27468d83d625594b3f682a58320
refs/heads/master
2021-01-18T11:50:31.130020
2016-01-13T03:52:50
2016-01-13T03:52:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
625
java
package com.javarush.test.level13.lesson02.task07; /* Параметризованый интерфейс В классе StringObject реализуй интерфейс SimpleObject с параметром типа String. */ public class Solution { public static void main(String[] args) throws Exception { } interface SimpleObject<T> { SimpleObject<...
[ "serg.aleshchenko@gmail.com" ]
serg.aleshchenko@gmail.com
38727fe6187be6a40c70cf00cf2148d4e065d1cf
d69ab48c3a3e2f2ebce488c0627c536c81421685
/MovingCard.java
0d8d90931a7398797019aba927042eaa17fef9c0
[]
no_license
sdr04055/maplestone
63490d1d262faa221451003117b310b6d6e882d7
4face29c416cea92c20c07112a75ecc5079b2d0d
refs/heads/master
2016-09-06T05:56:41.585999
2015-05-12T11:59:42
2015-05-12T11:59:42
35,484,627
1
2
null
null
null
null
UTF-8
Java
false
false
1,021
java
public class MovingCard { static Card data, goal; static Champion goalChamp; static int goalx, goaly; static int movingTime = 1500; static double speedx, speedy; static double nowx, nowy; static int retx, rety; static boolean isMoving; static void update(){ nowx += speedx; nowy += speedy; if(goalx == ...
[ "sdr04055@gmail.com" ]
sdr04055@gmail.com
1bd1bb3493dc542bc2b6be6bde1e9ed5308c3fc0
3ee6d6a1ca3f19b56eab7936a1e2839fc4b29e78
/jungsuk/src/ch12/ThreadEx2.java
efb264aaa9d7b16c5a6f70838889137b2e6689db
[]
no_license
daegi/study-dg
2764592b0f0914ec64b0a418a0417a1d6091651f
ad9862ecb60aca7265481daf7735d9dfd826e5f6
refs/heads/master
2021-01-19T13:52:59.044839
2014-07-25T03:27:26
2014-07-25T03:27:26
32,976,520
0
0
null
null
null
null
UTF-8
Java
false
false
364
java
package ch12; public class ThreadEx2 { public static void main(String[] args) { MyThreadEx2_1 t1 = new MyThreadEx2_1(); t1.start(); } } class MyThreadEx2_1 extends Thread{ public void run(){ throwException(); } public void throwException(){ try{ throw new Exception(); }catch(Except...
[ "choyc82@cf0b24a7-709c-1eb7-a6c0-50069b54bc80" ]
choyc82@cf0b24a7-709c-1eb7-a6c0-50069b54bc80
635092a6e40079bfd7bb4e55d77af55a900dbf74
6324ba3857e09e1ff891dc547f05bb7c9ed6f449
/apps/maintenance/web/src/main/java/net/aicoder/maintenance/business/product/product/package-info.java
eb9f5cdd9a811cac3ada9a125a619067f0d75f2a
[]
no_license
ai-coders/devp
68a0431007ebd5796dbf48a321ee08ff2dd87708
9dfe34374048cea2e613fa01fd9f584c5090361d
refs/heads/master
2023-01-09T12:16:06.197363
2018-11-24T09:16:25
2018-11-24T09:16:25
134,250,514
0
2
null
2022-12-26T05:54:12
2018-05-21T09:53:00
Java
UTF-8
Java
false
false
57
java
package net.aicoder.maintenance.business.product.product;
[ "13962217@qq.com" ]
13962217@qq.com
6c0d068baa47d7b92ed9d9b1d89121831e967517
74c2241ffd858933efd645b25618b608c2e1b6b0
/Comicser/app/src/main/java/com/sedsoftware/comicser/features/widget/ComicWidgetService.java
9b1c2aeb0a4877898c2d6b2c3727f45e4921c2d1
[]
no_license
cpt-r3tr0/Android
3559b9ea039e87f1222e42cb69ec4a8566db2885
47b987bfeabe4f9dd0b1683b5aa7d0655b9d8b4e
refs/heads/master
2020-04-06T10:26:49.751079
2018-11-13T15:09:33
2018-11-13T15:09:33
157,380,576
0
0
null
null
null
null
UTF-8
Java
false
false
327
java
package com.sedsoftware.comicser.features.widget; import android.content.Intent; import android.widget.RemoteViewsService; public class ComicWidgetService extends RemoteViewsService { @Override public RemoteViewsFactory onGetViewFactory(Intent intent) { return new ComicWidgetFactory(getApplicationContext());...
[ "rbordiya22@hotmail.com" ]
rbordiya22@hotmail.com
e7f3660db75a98f7ccaa9e9b4712415ddc2b29d3
e62c3b93b38d2d7781d38ba1cdbabfea2c1cf7af
/BocBankMobile/src/main/java/com/boc/bocsoft/mobile/bocmobile/buss/wealthmanagement/mypositions/financialposition/ui/FinancialTypeProgressQueryFragment.java
1c3e650e4cf18cc44bde9d84b4e452732650ad0a
[]
no_license
soghao/zgyh
df34779708a8d6088b869d0efc6fe1c84e53b7b1
09994dda29f44b6c1f7f5c7c0b12f956fc9a42c1
refs/heads/master
2021-06-19T07:36:53.910760
2017-06-23T14:23:10
2017-06-23T14:23:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
14,243
java
package com.boc.bocsoft.mobile.bocmobile.buss.wealthmanagement.mypositions.financialposition.ui; import android.view.LayoutInflater; import android.view.View; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.ScrollView; import android.widget.TextView; import com.boc.bocs...
[ "15609143618@163.com" ]
15609143618@163.com
a4d9ebc269cd48d078ac5cb21c938d88b40d3963
6c967830481b8a71655059efa8596e7a2aa2f8dc
/menu/src/com/example/menu/notice/NoticeAdapter.java
7d5d3314d9fb2c92de23f31e768f7a835dc7067e
[]
no_license
fordream/Link_Android
f243216e62eef4acf80e1fac862fbe29008f4c74
12d2492f8f700906ccf55fd89eb7d392c4d67434
refs/heads/master
2021-01-18T05:07:53.928962
2015-11-28T07:57:24
2015-11-28T07:57:24
47,870,658
1
0
null
2015-12-12T08:34:47
2015-12-12T08:34:47
null
UTF-8
Java
false
false
2,675
java
package com.example.menu.notice; import java.util.ArrayList; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseExpandableListAdapter; public class NoticeAdapter extends BaseExpandableListAdapter { ArrayList<DataNoticeTitle> items = new ArrayList<Data...
[ "shy817@naver.com" ]
shy817@naver.com
79757c4c1351732e8a7625b148ec790794885abe
7af846ccf54082cd1832c282ccd3c98eae7ad69a
/ftmap/src/main/java/taxi/nicecode/com/ftmap/generated/package_31/Foo10.java
756fd22f9e78dd447135edbd38ec058e168cd1b4
[]
no_license
Kadanza/TestModules
821f216be53897d7255b8997b426b359ef53971f
342b7b8930e9491251de972e45b16f85dcf91bd4
refs/heads/master
2020-03-25T08:13:09.316581
2018-08-08T10:47:25
2018-08-08T10:47:25
143,602,647
0
0
null
null
null
null
UTF-8
Java
false
false
267
java
package taxi.nicecode.com.ftmap.generated.package_31; public class Foo10 { public void foo0(){ new Foo9().foo5(); } public void foo1(){ foo0(); } public void foo2(){ foo1(); } public void foo3(){ foo2(); } public void foo4(){ foo3(); } public void foo5(){ foo4(); } }
[ "1" ]
1
f5a1fe2d8bb6aec67ebf05178f3514ac399bf28d
8306789663a11368acc6e51803aec1fa8ccde900
/CommonListeners/src/main/java/me/elvis/common/listeners/ServletContextAttributeListener.java
bceb26f8b40b2cc909761dad87cfcac3529b8c62
[]
no_license
zjs1224522500/JavaWebUtils
b436c87a58b1fff88aea339062c2baf5da23f0ff
ae0240397367a9e9211e979e1045971101862869
refs/heads/master
2022-12-24T21:52:03.151355
2021-04-04T09:48:06
2021-04-04T09:48:06
108,950,592
2
0
null
2022-12-10T06:22:03
2017-10-31T05:42:36
Java
UTF-8
Java
false
false
605
java
package me.elvis.common.listeners; import javax.servlet.ServletContextAttributeEvent; /** * Version:v1.0 (description: 用于监听context中属性的变化,对应的被监听对象执行add/update/remove ) Date:2017/11/22 0022 Time:12:31 */ public class ServletContextAttributeListener implements javax.servlet.ServletContextAttributeListener { @Over...
[ "1224522500@qq.com" ]
1224522500@qq.com
268fe1e777120ed5480336d5309b91d1ca086e96
179f41638aa9e3ba18d64a4ed01bb4d88fa79c5b
/src/Client/ClientSender.java
30e8123b713917e8ef4048ea8efe164ef7438c06
[]
no_license
AnnMir/Rest_chat
352f36d7fc2e3a07eea81ff87b51294a7a8ef4b0
443452567831ae8bc73a5777798e904f7b608266
refs/heads/master
2020-04-08T01:34:51.671338
2018-11-30T13:46:38
2018-11-30T13:46:38
158,900,828
0
0
null
null
null
null
UTF-8
Java
false
false
5,459
java
package Client; import Common.Data; import org.json.simple.JSONObject; import java.io.BufferedWriter; import java.io.IOException; import java.io.OutputStreamWriter; import java.net.Socket; import java.util.concurrent.LinkedBlockingQueue; import static Common.Commons.*; public class ClientSender implements Runnable ...
[ "a.mirianova@g.nsu.ru" ]
a.mirianova@g.nsu.ru
9efd2d467de140d1a85282c04a42c327948c7b11
eb5f5353f49ee558e497e5caded1f60f32f536b5
/javax/management/NotificationEmitter.java
6764d4e25ec436944797df7b806242ac3d27178e
[]
no_license
mohitrajvardhan17/java1.8.0_151
6fc53e15354d88b53bd248c260c954807d612118
6eeab0c0fd20be34db653f4778f8828068c50c92
refs/heads/master
2020-03-18T09:44:14.769133
2018-05-23T14:28:24
2018-05-23T14:28:24
134,578,186
0
2
null
null
null
null
UTF-8
Java
false
false
505
java
package javax.management; public abstract interface NotificationEmitter extends NotificationBroadcaster { public abstract void removeNotificationListener(NotificationListener paramNotificationListener, NotificationFilter paramNotificationFilter, Object paramObject) throws ListenerNotFoundException; } /* Loca...
[ "mohit.rajvardhan@ericsson.com" ]
mohit.rajvardhan@ericsson.com
080b1ad6b12e10d8c1daf12d6672240948b11f50
7744e94b372687a1467df23acc7e498db6c7d4cd
/src/main/java/com/linwu/yuanqi/threadtest/TheradTest.java
abf7543453d0dc673cd202549d55d6e647a7dbe1
[]
no_license
Mrwuyi00/yuanqi
e42f99eb9a6ed4169d0acc5f04b693500356a3dc
23c2df72899e3f9b8c48e17bd89e0d35ce90c634
refs/heads/master
2021-01-02T08:48:55.425277
2017-12-29T09:32:19
2017-12-29T09:32:19
99,068,988
0
0
null
null
null
null
UTF-8
Java
false
false
133
java
package com.linwu.yuanqi.threadtest; /** * Created by linwu on 11/8/2017. */ public abstract class TheradTest extends Thread{ }
[ "linwu@hengtiansoft.com" ]
linwu@hengtiansoft.com
a5e7675b782340ddb993d880442c459610bf7f7a
59b6d97d8a053697becba4418a83ed4ffc855d6b
/src/main/java/JDBC/PsRolePermissionDao.java
76923d8ec47729958722a491e7455d450affe11d
[]
no_license
HanaSakuI/shixun
ff0ead2904f22b342cbb6a1926c13deae2854b55
7533538468a1c47fbee337e4f4ab65409ef03ff4
refs/heads/master
2023-06-20T09:28:52.083889
2021-07-22T07:29:32
2021-07-22T07:29:32
385,191,062
0
0
null
null
null
null
UTF-8
Java
false
false
1,199
java
package JDBC; import java.sql.ResultSet; import java.sql.SQLException; /** * @author yt * 实体类PsRolePermission的Dao */ public class PsRolePermissionDao extends BaseDao { /** * 根据roleId获取functionCode * * @param roleId 角色ID * @return functionCode */ public String getFunctionCodeByRoleI...
[ "19201323@stu.nchu.edu.cn" ]
19201323@stu.nchu.edu.cn
73dcdb9c209f349557d136b0e1c8a1d4be08092a
6974e49496049f3cd8033c2c7712bb9c95172263
/src/main/java/presentation/Bootstrap.java
9d70dac98152173035dc2b3dfdfbb7bf2316a547
[]
no_license
alot210/praktikum.webeng
17ea11159711e9ef4b7fe6a321d5fc962c1b07df
2faede28bd934ea5487ae67667cb7c2be8c04bfc
refs/heads/master
2020-03-18T17:47:50.664675
2018-05-27T13:58:19
2018-05-27T13:58:19
135,051,277
0
0
null
null
null
null
UTF-8
Java
false
false
2,248
java
package presentation; import businesslogic.ArticleManager; import transferobject.Article; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java....
[ "alinaotten@web.de" ]
alinaotten@web.de
1f19de836f6588354b89be1dfb430dbc9c7942cf
0b0dbdc0d12c8eb60fdfbd48c4afc37147d0082e
/itests/standalone/basic/src/test/java/org/wildfly/camel/test/mail/MailIntegrationCDITest.java
f7b3fba086d038d30b76b4dda27e82a0f9ae6a4a
[ "Apache-2.0" ]
permissive
ppalaga/wildfly-camel
f99a35e36f9c80b8251d44ee1330c912a2916cb6
7376bb102149939da99063215c3f186424681fbc
refs/heads/master
2021-07-09T01:44:01.018465
2019-06-21T08:46:17
2019-06-21T08:47:04
101,184,017
0
1
Apache-2.0
2018-05-25T13:17:42
2017-08-23T13:36:21
Java
UTF-8
Java
false
false
5,606
java
/* * #%L * Wildfly Camel :: Testsuite * %% * Copyright (C) 2013 - 2014 RedHat * %% * 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 ...
[ "jamesnetherton@gmail.com" ]
jamesnetherton@gmail.com
8ec2124c77ec9107886b46873a2677e13f019ffa
8140b0a57296a0c6c784de2d64fc71574e00dcb8
/Evaluator/src/main/java/org/kakaobank/kafka/ConsumerCreator.java
86f2b78f86771bb6abf8f5ec29849b39383da1ec
[]
no_license
deviscreen/FDS01
c0468179d08b28ab84ede339c73450e86102be15
8d02383c570930fb6ec5248cee87cfb439cfc176
refs/heads/master
2022-12-05T11:38:42.563712
2020-08-25T15:00:44
2020-08-25T15:00:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,333
java
package org.kakaobank.kafka; import org.apache.kafka.clients.consumer.Consumer; import org.apache.kafka.clients.consumer.ConsumerConfig; import org.apache.kafka.clients.consumer.KafkaConsumer; import org.apache.kafka.common.serialization.LongDeserializer; import org.apache.kafka.common.serialization.StringDeserializer...
[ "kdy0573@daum.net" ]
kdy0573@daum.net
4160200eadc60afd8c253a97ea10fdcb57164700
a4a51084cfb715c7076c810520542af38a854868
/src/main/java/com/shopee/protocol/shop/CoinGlobalExtInfo.java
349c2c567689560d88af98acc6cbcaf3bb5cbe06
[]
no_license
BharathPalanivelu/repotest
ddaf56a94eb52867408e0e769f35bef2d815da72
f78ae38738d2ba6c9b9b4049f3092188fabb5b59
refs/heads/master
2020-09-30T18:55:04.802341
2019-12-02T10:52:08
2019-12-02T10:52:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,963
java
package com.shopee.protocol.shop; import com.squareup.wire.Message; import com.squareup.wire.ProtoField; import java.util.Collections; import java.util.List; public final class CoinGlobalExtInfo extends Message { public static final List<Integer> DEFAULT_RULE_RANK_IDS = Collections.emptyList(); private static...
[ "noiz354@gmail.com" ]
noiz354@gmail.com
f2a449245fb64dcfd246ac28d043b8a0a8f584ef
0168ec3bec7e8475fb64df897d11be3fde1e2e6e
/src/main/java/com/example/demo/HomeController.java
d2628e6dbf8fbbeee25e998252c287fa40e6664f
[]
no_license
DerekLorimer/SpringCourse
3c3236a1edacbd0feb261308832b8c24f61d7798
c0eea131bba1f6a6a3367a4027959027b25d3411
refs/heads/master
2023-07-26T03:21:18.169690
2021-09-04T06:32:03
2021-09-04T06:32:03
402,982,591
0
0
null
null
null
null
UTF-8
Java
false
false
886
java
package com.example.demo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.servlet.ModelAndVie...
[ "dereklorime@bigpond.com" ]
dereklorime@bigpond.com
af308caf6397e710a513753f2d38193fef68692d
4537423a5e50edf77bf48b2e52b1b73c3fc5d696
/tokamak-core/src/main/java/com/wrmsr/tokamak/core/tree/node/TAliasableRelation.java
d039248d497616de193a0110851a387bfb061cb7
[ "Apache-2.0" ]
permissive
wrmsr/tokamak
5a662ec6ee2b34321f772a881d3bfe4f413da82a
3ebf3395c5bb78b80e0445199958cb81f4cf9be8
refs/heads/master
2022-12-22T13:27:58.158522
2021-03-29T21:03:00
2021-03-29T21:03:00
191,827,182
3
0
Apache-2.0
2022-12-12T21:43:15
2019-06-13T20:14:55
Java
UTF-8
Java
false
false
676
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 * distribut...
[ "timwilloney@gmail.com" ]
timwilloney@gmail.com
3eeaf7eca9adf37e3b36d3dc930b463bde8c1250
ced2a6643a41e167bdacec5d9d9533c269476fa0
/java/sortings/bubblesort/BubbleSort.java
0bbb5c110da3494dd49079c701ec1da7bf505910
[]
no_license
atsuya/algorithms
7c157996d949e8da37f3475aede74adb2fa58ded
1e3e708dd39cc8f55445ae59818435a5c2028f7d
refs/heads/master
2021-06-06T18:28:55.377542
2021-06-06T06:13:43
2021-06-06T06:13:43
17,336,318
0
0
null
null
null
null
UTF-8
Java
false
false
1,218
java
import java.util.Vector; public class BubbleSort { public BubbleSort() { } public void sort(Vector<Integer> list) { boolean swapped; do { swapped = false; for (int index = 0; index < list.size(); index++) { if (index + 1 < list.size()) { if (list.get(index) > list.get(ind...
[ "asoftonight@gmail.com" ]
asoftonight@gmail.com
142df89b778a9e8d87e1a3f2d0ab6d067b072572
55cda70a591be9e15d972aac5b12203433105386
/4. Microservices/Microservices_O8ITO8_Movies/src/main/java/movies/MovieDirectorComparator.java
0b0ade377b7b3094e4b1e4986f27e12d48f16534
[]
no_license
wkrea/soi
4c881eaacd1a20b8f329cbdc77c710ee8a0c4477
4c9b785ab6074bcd388f0ecd27ad450c6598ea7b
refs/heads/master
2021-12-14T22:55:13.701574
2017-06-18T18:59:36
2017-06-18T18:59:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
245
java
package movies; import java.util.Comparator; public class MovieDirectorComparator implements Comparator<Movie> { @Override public int compare(Movie a, Movie b) { return (a.getDirector().compareTo(b.getDirector()) >= 0) ? 1 : -1; } }
[ "mail@peterbartha.com" ]
mail@peterbartha.com
6e254a41ed3446b5a19247bd1a7dc79ffa247428
78897cc7463a2b79d60d2c087a34693b37be9b60
/Proyecto_A_CreditoEJB/ejbModule/proyecto/model/entities/Transaccion.java
63789b99569f17b82c16569ebedd9c35a0db4127
[]
no_license
QuilismalM/AhorroyCredito
0583274a2e44c5d92017e45c30fc91a138e38697
3926f720888e1f68c5a965cf41f5747ae7df1d37
refs/heads/master
2020-06-14T04:26:06.652652
2019-07-16T00:10:33
2019-07-16T00:10:33
194,898,812
0
0
null
null
null
null
UTF-8
Java
false
false
2,734
java
package proyecto.model.entities; import java.io.Serializable; import javax.persistence.*; import java.math.BigDecimal; import java.util.Date; /** * The persistent class for the transaccion database table. * */ @Entity @Table(name="transaccion") @NamedQuery(name="Transaccion.findAll", query="SELECT t FROM Transac...
[ "quilismalm@localhost" ]
quilismalm@localhost
126b0d7b220cfefa837fe40baf806634d03e9723
87c16c410b8ba1d66376f22ebc5c494b4b8b6294
/study/study/datastructnew/main/java/bitalgo/CountSetBits.java
711119995219263bbd3eb1dbaa2d5714a263cd57
[]
no_license
DRahul89/ds-algo-practise
47bb6f887b9aaca73df69dba98da834abdb4a4d6
93c164a3e0de07aba50c1508983e7f28d7ce5552
refs/heads/master
2021-08-28T04:45:12.460967
2017-12-11T07:26:29
2017-12-11T07:26:29
110,454,062
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
951
java
package main.java.bitalgo; /** * By using Kernighan’s Algorithm * * @author rahul2065 * */ public class CountSetBits { public static int countSetBits(int n) { int count = 0; while (n != 0) { n &= (n - 1); count++; } return count; } public static int addOne(int x) { return (-(~x)); } publi...
[ "dixit.rahul09@gmail.com" ]
dixit.rahul09@gmail.com
e17e9a77c3fe45a9e4eea0a1936d735ac4b22731
887d067c15066ea7f1df98eeefe2c12ceeeec435
/SpringNybatis/src/main/java/com/imooc/thrift/ThriftService.java
35aa6bdb8589b617aca70172a19d158e118a8c38
[]
no_license
liubo0501/myspring
d1734e33e391e10e0899006023c9e1f927816bbc
bb179171715fe137d3e92e04db57b40f358a0629
refs/heads/master
2020-03-21T19:57:58.031250
2018-06-28T07:08:01
2018-06-28T07:08:01
138,980,247
0
0
null
null
null
null
UTF-8
Java
false
true
41,834
java
/** * Autogenerated by Thrift Compiler (0.10.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package com.imooc.thrift; /******************************************************************************** ** Copyright(c) 2014-2017 湖南万为智能机器人技术有限公司 All Rights Reserved. ** @aut...
[ "1187448504@qq.com" ]
1187448504@qq.com
b7bb1971897db4b4879d1357a83a9160ff7ccc54
f95165ad67734b791cd902e310cbc9be405f9a0d
/Game Engine/src/LevelMaker/LevelMakerData.java
ef60922b0ea7d66c7bf926cdc5cfce5634aa64ee
[]
no_license
kevino5233/GameEngine
29bd51f71ba80431b76d996b990b4d5ddd9d66f6
d2bfafdbba649611beb0ef7e77b3de8b75d4f581
refs/heads/master
2021-01-25T12:24:16.585224
2014-05-31T09:13:19
2014-05-31T09:13:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,655
java
package LevelMaker; import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Arrays; import Event.TextEvent; public class LevelMakerData { private BufferedImage tileMap;...
[ "kevin.sun96@gmail.com" ]
kevin.sun96@gmail.com
41e45adbdd0e30a0f746260d36519e43fa132d99
e5915db1aef7162ef4a9c28b022937070a92a2a7
/src/main/java/qlhvt/dao/impl/DriverDaoImpl.java
988e3f70df728116b94ed8bd0979b7fa9de32be6
[]
no_license
ductq1999/QLHVT
04409daf44dc45fb2c650bc10539ce71f4045263
98f6e2e63c02d056e405fda6473d5fa824a272f8
refs/heads/master
2023-02-11T05:47:58.050294
2021-01-11T11:07:58
2021-01-11T11:07:58
314,599,002
0
1
null
null
null
null
UTF-8
Java
false
false
5,272
java
package qlhvt.dao.impl; import java.util.ArrayList; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import javax.persistence.c...
[ "47981725+ductq1999@users.noreply.github.com" ]
47981725+ductq1999@users.noreply.github.com
fd5250f99b9ceb8a948958e0dcca7553002a496e
6b7159ff2a4e40e5ca0240018ac67433c26ced6c
/src/com/example/articlesManagement/ArticleDetailActivity.java
70f7cf71fabb0b5c77d610c5f8ff031ef2bd29ca
[]
no_license
chenxiaobin001/maple.fm
401c4419b53b427dd2ae887d4eaa54d70ef06b71
713e99a20596c16feaadc4f4311c5dbc7ec45d0f
refs/heads/master
2021-07-05T06:26:26.370841
2015-07-02T16:15:05
2015-07-02T16:15:05
104,799,593
0
0
null
null
null
null
UTF-8
Java
false
false
7,460
java
package com.example.articlesManagement; import java.util.ArrayList; import com.code.freeMarket.R; import com.example.acountManagement.AccessAcountSettings; import com.example.asyncTasks.HandleCommentsTask; import com.example.asyncTasks.RetriveJSONAPITask; import com.example.infoClasses.Article; import com.github.curi...
[ "lakayiiii@gmail.com" ]
lakayiiii@gmail.com
eb5fdc31d768709a82e5c674cf453f1c7c6fee6f
f9fcde801577e7b9d66b0df1334f718364fd7b45
/icepdf-6.0.2_P01/icepdf/core/src/org/icepdf/core/pobjects/annotations/Annotation.java
a67c154d521b99c21fb8550c74310819c7a80469
[ "Apache-2.0" ]
permissive
numbnet/icepdf_FULL-versii
86d74147dc107e4f2239cd4ac312f15ebbeec473
b67e1ecb60aca88cacdca995d24263651cf8296b
refs/heads/master
2021-01-12T11:13:57.107091
2016-11-04T16:43:45
2016-11-04T16:43:45
72,880,329
1
1
null
null
null
null
UTF-8
Java
false
false
76,371
java
/* * Copyright 2006-2016 ICEsoft Technologies Inc. * * 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 applic...
[ "patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74" ]
patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74
e3981a5c3e006489a0702331ca4c7382b2b3ff3d
72fe9dba584370367771facbfddaa62bd2d855c6
/WordChainsProd/src/com/strumsoft/wordchainsfree/helper/WordGameProvider.java
416bcdb9123147133581b01f99ebb6d127d8e128
[]
no_license
eshaanb/Word-Chains
2333f3b1101e4399eda91a3a1e7129c37b4565bc
d8b078feccea7dd108a52ec9f64abec4b70d24d3
refs/heads/master
2021-01-18T13:55:56.446203
2014-12-09T08:03:51
2014-12-09T08:03:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
18,315
java
package com.strumsoft.wordchainsfree.helper; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.LinkedHashMap; import android.content.ContentProvider; import android.content.ContentValues; import android.content.Context; import android.content.UriMatcher; import...
[ "ebhalla@fan.tv" ]
ebhalla@fan.tv
6083313d85e8933ff11d4916e0a65b571edcdf6f
fc420ee4f989de2b6cf112670a52c298aee4d202
/CifradoRino/src/cifradorino/Crypto.java
f77e7b5921b2aaaa2c75424308dafad0df312607
[]
no_license
NeoTRAN001/Crypto
e74b8b10673b84049dee2136e2e3211e0f269903
2ac817f1bfaa7e4574e9af9ded9291b53543bebc
refs/heads/master
2020-04-08T22:01:51.168585
2019-05-16T19:54:51
2019-05-16T19:54:51
159,768,437
1
1
null
null
null
null
UTF-8
Java
false
false
2,332
java
package cifradorino; /** * * @author Neo */ import java.util.StringTokenizer; public class Crypto { public String create(String word) { char[] arrayWord = word.toCharArray(); char auxWord; int total = 0; String index = "", result = ""; for(int i = 0; i ...
[ "neo_tran@outlook.com" ]
neo_tran@outlook.com
e2ed39346843d43ff3be09ff0c82a87ccdcba942
986abddca774fd196545e71da96a19c5a1f18a4f
/src/chapter2/code/ClassLoaderTest2.java
5ac905eae4d79e5cafe0a88edf4a27dce45e71e3
[]
no_license
yunyatian/JVMcode
9bbda5d4a0e4f7aaf6a780dc01f921e429add6be
7a2b0cc754dc16804ddd84bee69b3d940db0c3e1
refs/heads/master
2023-06-28T06:51:57.077962
2021-07-28T11:09:33
2021-07-28T11:09:33
385,200,203
0
0
null
null
null
null
UTF-8
Java
false
false
1,289
java
package chapter2.code; import sun.security.ec.point.Point; import java.net.URL; import java.security.Provider; public class ClassLoaderTest2 { public static void main(String[] args) { System.out.println("-------------启动类(引导类)加载器-----------------"); //获取bootstrapClassLoader能够加载的所有Api路径 URL...
[ "jsyuan@iflytek.com" ]
jsyuan@iflytek.com
6ac4ca279ff95ec45775422f594354af71658e54
2c2dcf30857f38c10ebf8190d980a61cff44ca1a
/app/src/test/java/com/android/ingan/prueba/ExampleUnitTest.java
fb870ebe93425d8251d92216334f89dd4c826254
[]
no_license
araad1992/Prueba
84141fca5ee76d5f561dd6578a8b95cf7a83bd73
2e5baef0c3b02fa6f2647407fa0448f5629f2438
refs/heads/master
2021-01-25T06:06:59.323784
2017-06-06T15:46:41
2017-06-06T15:46:41
93,528,543
0
0
null
null
null
null
UTF-8
Java
false
false
317
java
package com.android.ingan.prueba; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "inganuarraad@hotmail.com" ]
inganuarraad@hotmail.com
32d6e6d96cffb9022200b963100d3bf9697caf9a
20cf48c45546b3a4ffd201079b0189c137cb8e0f
/war/src/main/java-user/com/omdasoft/orderonline/gwt/order/client/userView/presenter/UserViewPresenterImpl.java
3dac9baee63a778c9e836a244e62cc95051d1bab
[]
no_license
winglight/orderonline
6a1f4b5833cb77da344c3f405e8c5546bc8110db
2cd108e85ec702e7eb49a5a44174b9d926fd498a
refs/heads/master
2021-01-15T16:56:42.166403
2013-09-28T09:00:03
2013-09-28T09:00:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,442
java
package com.omdasoft.orderonline.gwt.order.client.userView.presenter; import net.customware.gwt.dispatch.client.DispatchAsync; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.In...
[ "wing_light@hotmail.com" ]
wing_light@hotmail.com
ddd620f10b0fd29370b7309a0374fe85fe1e4903
5db5f33faab148887324b1a01cdb6373b14d4ead
/app/src/main/java/com/zjzf/shoescircleandroid/model/GoodsListInfo.java
d2d6c4410e4097c1efa8123d9ee24b871fa2cca0
[]
no_license
UserChenille/Android-ShoesCircle
745ce70a23638d6dfa446e67342b091779a87833
66fa171227f6c28b75c95f03cd9d9699a7e159a1
refs/heads/master
2020-04-30T01:33:27.315683
2019-03-20T06:27:11
2019-03-20T06:27:11
176,531,765
1
0
null
null
null
null
UTF-8
Java
false
false
8,727
java
package com.zjzf.shoescircleandroid.model; import com.zjzf.shoescircle.lib.base.baseadapter.MultiType; import java.util.List; /** * Created by 陈志远 on 2018/8/5. */ public class GoodsListInfo { /** * offset : 0 * limit : 2147483647 * total : 8 * size : 1 * pages : 8 * current : 1 ...
[ "1520941160@qq.com" ]
1520941160@qq.com
86e644bbc2e859fd8c2972bf97bcbb895cdf16f1
89a8bb56d27ab4479a5e5f0b49f368e2d70b09ff
/src/main/java/web/UsuarioFiltrar.java
c9193834651c3d72eb5e971b2053d95b0f7e1a07
[]
no_license
renzorodrigues/Leilao-de-Livros
6bfa6c0d2b90f21a2995b093e20f5bfe398e9fe6
beacae1a3b27c857086b30f235ae142f41b9c80d
refs/heads/master
2021-01-21T13:25:42.277708
2016-05-31T02:07:52
2016-05-31T02:07:52
53,894,888
0
0
null
null
null
null
UTF-8
Java
false
false
907
java
package web; import java.io.IOException; import java.util.List; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import dominio.Usuario; import servico...
[ "renzors@gmail.com" ]
renzors@gmail.com
5d8726548e494da03ae22a84ab3c1d81a7fb6812
9b1fc35c32ae6acd6bbde87d9184735bb8f1ea6f
/1/Fundamental/src/controlflow/Main.java
fc8d992ebaef59f5927b63ac269289d88cf61a77
[]
no_license
adasoraninda/mosh-java
b599f13b5b778515f65b7de4260185a63acaa401
bf02c5f03498afa5e4814d8bbab1b2de28dc475d
refs/heads/main
2023-05-07T02:18:47.101729
2021-06-14T06:07:01
2021-06-14T06:07:01
376,719,807
0
0
null
null
null
null
UTF-8
Java
false
false
2,406
java
package controlflow; import java.text.NumberFormat; import java.util.Scanner; public class Main { public static void main(String[] args) { final byte MONTHS_IN_YEAR = 12; final byte PERCENT = 100; final int PRINCIPAL_MINIMUM = 1000; final int PRINCIPAL_MAXIMUM = 1_000_000; ...
[ "adasoraninda@gmail.com" ]
adasoraninda@gmail.com
e0b4af7fdb51748b8d54ba32608dd7f5a1df1a8c
09c9ee4b342571423ada8186c881b4fca1660a07
/src/main/java/org/primefaces/showcase/view/input/CheckboxView2.java
5062ba55458e76cef63adc38508d88524a19ecbf
[]
no_license
GeorgeSalu/Primefaces
4a0c93a14c922ab8c53066fd1675d2017c2478a5
9f77599c6f5edb5a7eaf891c39665b131472d9de
refs/heads/master
2020-06-24T19:19:47.327176
2016-12-22T00:30:58
2016-12-22T00:30:58
74,625,395
0
0
null
null
null
null
UTF-8
Java
false
false
347
java
package org.primefaces.showcase.view.input; import javax.faces.bean.ManagedBean; @ManagedBean public class CheckboxView2 { private String[] selectedConsoles; public String[] getSelectedConsoles() { return selectedConsoles; } public void setSelectedConsoles(String[] selectedConsoles) { this.selectedConsoles...
[ "george.salu10@gmail.com" ]
george.salu10@gmail.com
e7b31bd6063436cd53ddce419ed8f30527bfad0e
2f8264af5cb8f89a3c48f25a5724f036a8af5976
/Android/Day1(21.05.28)/CalcculationLayout/app/src/androidTest/java/com/aoslec/calcculationlayout/ExampleInstrumentedTest.java
68652627102a746980f8e53d3e931680e5bc3659
[]
no_license
ReplaceMyBrain/Class
731c9988cf226a2f971412a84e3ddb205188f09b
b214e0c456ca3665f116903fa75e7fbe5fe85abd
refs/heads/main
2023-07-12T21:04:04.401420
2021-08-27T18:53:48
2021-08-27T18:53:48
352,622,172
0
0
null
null
null
null
UTF-8
Java
false
false
772
java
package com.aoslec.calcculationlayout; 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 exec...
[ "80452660+ReplaceMyBrain@users.noreply.github.com" ]
80452660+ReplaceMyBrain@users.noreply.github.com
a742ecf4ea58c5bca8930ab04591b7e0b212f81f
5cb1f58740c658712b514696d9df284b3000ab8c
/src/main/java/com/mn/data/GifRepositoryImpl.java
e785ce3a5e13ac7f68fdbf2545486548f7b7b0d7
[]
no_license
michaln889/DemotyApp
eb44163ec8df78e905fe75b8aef26281d8103b69
780bfd84a537a25443b2295ba8062a5ac2d23f89
refs/heads/master
2021-01-19T09:08:31.662506
2017-12-19T18:47:57
2017-12-19T18:47:57
87,725,323
0
0
null
null
null
null
UTF-8
Java
false
false
2,176
java
package com.mn.data; import com.mn.model.Gif; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import java.time.LocalDate; import java.util.ArrayList; import java.util.Arrays; import java.util.List; @Repository public class GifRepositoryImpl implements ...
[ "michaln889@gmail.com" ]
michaln889@gmail.com
e91a61ba34fd6e70b54e818ce9841dfeea89f1dd
b770b8799b43ca5ffe2fea9b293fb37d929c80cc
/JavaExamples/src/examples/google/GoogleSample2.java
1962088a0394043be4d118f62baa01cead354ddd
[]
no_license
Malifter/Examples
868a2714a962782343524cde64d15f2a46cfe5fd
16ab6ef818dd370ae10e0405b2bcd8b1735f3c8c
refs/heads/master
2021-01-10T17:03:55.661693
2016-01-09T01:45:34
2016-01-09T01:45:34
46,088,244
0
0
null
null
null
null
UTF-8
Java
false
false
3,770
java
package examples.google; public class GoogleSample2 { public static void main(String [] args) { String S = "dir1\n" + " dir11\n" + " dir12\n" + " picturepicturepicturepicturepicture.jpeg\n" + " dir121\n" + " file1.txt\n" + " dir3\n" + " file3.txt\n" + " dir5\n" ...
[ "Garrett_Benoit@baylor.edu" ]
Garrett_Benoit@baylor.edu
6514d45bf854a4c77a8fea62f61735af14656d5c
78a7a33adca4836c51c5fa7811150d535b19313d
/src/main/java/com/pms/model/appointment/AppointmentKey.java
30be80cad6b82c51d7cbbade71706b13e0aed8d2
[]
no_license
DimMilios/Pms-backend
4390d095a92709d6698b4980cf2479f72030f451
574dd608586d90aab5847390e41a53b74c8dc052
refs/heads/master
2023-07-19T13:27:54.495311
2022-05-03T09:11:36
2022-05-03T09:11:36
231,906,841
0
0
null
2023-07-07T21:57:03
2020-01-05T11:26:02
Java
UTF-8
Java
false
false
1,153
java
package com.pms.model.appointment; import javax.persistence.Column; import javax.persistence.Embeddable; import java.io.Serializable; import java.util.Objects; @Embeddable public class AppointmentKey implements Serializable { @Column(name = "doctor_id") private Long doctorId; @Column(name = "ssn") p...
[ "elles1992@yahoo.gr" ]
elles1992@yahoo.gr
6bbdb65bf9e04c83465bdfaa8a939bb6ee579761
b38ebf4de362aeb74a5ce8a2e0f9fa0f94208147
/src/java/com/proyectoCFIP/entities/Profesiograma.java
02d7a5dd61d151419e341da5d0b18c45d947f2d9
[]
no_license
juanCodoba/ultima
7c14815ef3961cff30ead6fc81b197808ede680a
3bb7eda388bbef9aa777649ffd7da72195355f52
refs/heads/master
2020-04-01T03:11:04.715528
2019-09-09T22:14:11
2019-09-09T22:14:11
152,812,536
0
0
null
null
null
null
UTF-8
Java
false
false
4,226
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.proyectoCFIP.entities; import java.io.Serializable; import java.util.List; import javax.persistence.Basic; import javax.pe...
[ "Luis Carlos Cabal" ]
Luis Carlos Cabal
186307cb1c3a4b7c0348fabed0946004695d747e
6e4cdb5b2aa1307cb25fb2581acb520caedfc029
/Exercises_Threads_1_Fall_2015/src/main/java/Exercise_2/evenClass.java
fc9a61046bf8d8825a2caf0c4d6e4adf64efda17
[]
no_license
PhilipWestChristiansen/sp2
b35d005789e6dd834d7341d5b8cf4f68f4cbe82c
d4ae296d901e788425ce35ea29b5af6c2b671393
refs/heads/master
2020-05-20T23:50:36.405201
2016-09-02T12:13:11
2016-09-02T12:13:11
67,219,732
0
0
null
null
null
null
UTF-8
Java
false
false
175
java
package Exercise_2; public class evenClass { private static int n = 0; public synchronized static int next() { n++; n++; return n; } }
[ "PWC@10.50.130.35" ]
PWC@10.50.130.35
93d7485f2b76ff488691c8804e3aa647cb2d6e4d
05835a7bcf0446786d5ae2d1d8402666bbd62798
/hermes-monitor/src/main/java/com/ctrip/hermes/monitor/service/KafkaMonitor.java
9266b1d14cb2de43dc64e9b33b8f1b695b46a66f
[ "Apache-2.0" ]
permissive
richarwu/hermes
10f4b56d03b2d5974dd98a58d542c06586079ad7
80ca70a7067114f4d22d4336cf0032aaaaaf695d
refs/heads/master
2021-01-18T00:11:30.688586
2015-11-04T03:34:59
2015-11-04T03:34:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
16,539
java
package com.ctrip.hermes.monitor.service; import java.io.IOException; import java.util.Calendar; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.elasticsearch.action.index.IndexResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.spring...
[ "liuyiming.vip@gmail.com" ]
liuyiming.vip@gmail.com