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
b5600fedfcce7745fa250c685140dcbaca17ab19
b8ce64fdec0061b861a03488e9823b780a51f07a
/DoitMission_15/app/src/androidTest/java/org/techtown/doitmission_15/ExampleInstrumentedTest.java
5439cb3500a14a43e88ec20f78ae1c2528190b75
[]
no_license
seorima/DoitAndroid
d89949af367d88a21109794e995e91b76361251f
8fde09252a6594d5666c0727224f576450416de5
refs/heads/master
2023-03-25T01:30:08.315216
2021-03-13T16:24:46
2021-03-13T16:24:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
768
java
package org.techtown.doitmission_15; 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 execut...
[ "yoicch19@gmail.com" ]
yoicch19@gmail.com
a68e06be10d443b4cb2f3a97961c99dfdec2c1da
cf42c103a1614dc9a88892e749ce59d53a233ce6
/deleteAttr.java
94117706de4cdf177e05f73d24cb6c4316900134
[]
no_license
DimitrisPapavasileiou/Jabatzides
6b402b53d2dd3d249ba780d16f4bf9ee6db354ee
4e334caf9e08794bef5bdfe6b8e41e2dd9b45f91
refs/heads/master
2020-04-09T03:38:39.818676
2018-12-01T19:18:05
2018-12-01T19:18:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,419
java
import java.lang.Object; public Table deleteAttr () { boolean findTable = true; Table tableobj = null; String name; System.out.println("Give the table's name which contains the attribute you want to delete or EXIT to exit:"); while(findTable){ name = sc.nextLine(); if(name.equals("EXIT")) { fin...
[ "noreply@github.com" ]
DimitrisPapavasileiou.noreply@github.com
43bbec57547910849222af3775bc40b3991be3fa
f6b20e204617d03af6a30728d5d8d539640ab782
/src/com/biz/for_each/For_03.java
aeef9f1d79a8039fccd76673399edd01cebfdaec
[]
no_license
dbtls1000/JAVA_04
936fec95554ed32b6ebee36141f1e2c5229ed6ca
5b807fc272b30b2f88c5db853dd6f0e40f85936d
refs/heads/master
2020-05-30T04:50:03.979818
2019-05-31T07:33:18
2019-05-31T07:33:18
189,549,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,258
java
package com.biz.for_each; public class For_03 { public static void main(String[] args) { // TODO Auto-generated method stub int intSum = 0; int intE = 1; intSum = intSum + intE; //1 intE++; //2 intSum = intSum + intE; //1 + 2 intE++; //3 intSum = intSum + intE; //1 + 2 + 3 intSum = 0; for(int ...
[ "dbsqhtjs@naver.com" ]
dbsqhtjs@naver.com
1304ae9cb877260582cd2779b1086f60c20e5da8
b4337734b343a0a424a117523ac04cb8eff32788
/src/AESim/Nurse.java
ba525d1fb68f6dfacd42e32d06f773e43e9fd765
[]
no_license
paescude/AESim
b8cf81743e9449897170b627e916001c38238844
b195a443d07e3ed47b59201e3dc34824ccaf278e
refs/heads/master
2020-05-17T16:04:14.750532
2013-12-06T17:07:57
2013-12-06T17:07:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,322
java
package AESim; import java.util.ArrayList; import cern.jet.random.Uniform; import Datos.Reader; import Funciones.MathFunctions; import repast.simphony.engine.schedule.IAction; import repast.simphony.engine.schedule.ISchedule; import repast.simphony.engine.schedule.ScheduleParameters; import repast.simphony.engine.sc...
[ "paescude@gmail.com" ]
paescude@gmail.com
0ad09101b0dcb380f15efe39e60aca2e7ad43e41
3b74874edf06141944cc2032228eef6a5cf2ab80
/src/main/java/mapTest/p01/iterator/MapTest.java
b3b433140b67321bcb5b8c8ec8e96564959e7117
[]
no_license
HomeInGuanglunshan/CodeTestMavenized
7e4797b6f7bed3715d6a5279b6971fdf1859a1df
b3a06bb5a13f39398b397e1917345d017259ef7a
refs/heads/master
2023-07-25T12:33:10.245323
2023-07-13T07:56:59
2023-07-13T07:56:59
304,035,927
0
0
null
null
null
null
UTF-8
Java
false
false
738
java
package mapTest.p01.iterator; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; public class MapTest { public static void main(String[] args) { Map<String, String> map = new HashMap<String, String>(); map.put("sgsfg", "1"); map...
[ "2467055745@qq.com" ]
2467055745@qq.com
c96cfc16bf9eb5d4e3d10ef7009da25b220fed83
02733e43da8c998f69070ed558feb56654075f21
/src/main/java/com/udacity/jwdnd/course1/cloudstorage/config/SecurityConfig.java
4fd73f913c31d2ca404a7490cfdb5a0bbaa3ad77
[]
no_license
anuragbnrj/cloudstorage
bd2f5ec55a58301d4f6f266bce59d398990c3717
108b04b0abbe96846e4c81c3d6a0bdc742d4c5cf
refs/heads/main
2023-03-28T02:36:06.518942
2021-04-01T21:14:20
2021-04-01T21:14:20
353,439,700
0
0
null
null
null
null
UTF-8
Java
false
false
1,735
java
package com.udacity.jwdnd.course1.cloudstorage.config; import com.udacity.jwdnd.course1.cloudstorage.service.AuthenticationService; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import org.springf...
[ "anuragbnrj@gmail.com" ]
anuragbnrj@gmail.com
a231a985881e6de49ec9b09bb3e251ebc4c6f7b8
dab155e9b0d5af19ac9d3fc9db0a4b02f8e6ac65
/src/main/java/com/cathetine/simpleChat/response/CommonReturnType.java
90ef009c99f556c58c05fb69e0adc3cac6850356
[]
no_license
xjk971020/SimpleWeChat
d9b314679a7bdef296147e043af3e73077f69021
79680efda86282a78e55cc26b70a08499fd912d2
refs/heads/master
2022-06-27T11:22:03.208350
2019-12-01T09:06:08
2019-12-01T09:06:08
218,782,633
0
0
null
2022-06-21T02:09:03
2019-10-31T14:16:57
Java
UTF-8
Java
false
false
904
java
package com.cathetine.simpleChat.response; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * @Author:xjk * @Date 2019/10/31 15:01 */ @Data @NoArgsConstructor @AllArgsConstructor public class CommonReturnType { /** * 返回数据状态: "success" "fail" */ private ...
[ "823840954@qq.com" ]
823840954@qq.com
9befa3e99ec9487763d8f2991772e98382f7add6
5acf068c99a9a642e0200806e38de11099c78fb3
/src/main/java/io/example/Main.java
cb346159de54cf2e381c022b7f81a6e73497c7fc
[]
no_license
rrizun/kafka-embedded
dd9faa8e535b69216024f38cfe45dd22449e1e03
5726663919a4a90a92fdc81f7caf309f213dfb61
refs/heads/master
2020-04-27T21:36:13.739848
2019-03-09T14:30:06
2019-03-09T14:30:06
174,704,517
0
0
null
null
null
null
UTF-8
Java
false
false
1,161
java
package io.example; import java.io.IOException; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.context.event.ApplicationStartedEvent; import org.springframework.context.event.EventListener; import org.springframew...
[ "rrizun@gmail.com" ]
rrizun@gmail.com
17659a3b9e9089be965ce11daa17aa59ff15753f
229922987e10fed06caa951efd88510a2c758f95
/src/main/java/com/first/IOC/demo/MyApp.java
0ecb31ccadce8db6ef4ae0c8809102dff7c2b199
[]
no_license
Sinegubovskii/Spring
8644c8b56304d2b3286d353d40bda82af7aaafb4
25d06dffd625c7214983808320d7fb0e957890fb
refs/heads/master
2020-04-30T20:23:57.122339
2019-03-22T03:29:26
2019-03-22T03:29:26
177,065,178
0
0
null
null
null
null
UTF-8
Java
false
false
208
java
package com.first.IOC.demo; public class MyApp { public static void main(String[] arg){ iCoach theCoach = new BaseballCoach(); System.out.println(theCoach.getDailyWorkout()); } }
[ "" ]
0fa3e76179493bd875e49604fa7660cf8cd38323
7a3d5f07072bee1b665ed80cc08bba455e790a8f
/src/com/xianhe/mis/PathSelectPanel.java
178db20df33f57bf3c19c046186ffc03f2dcf8e9
[]
no_license
13950256550/DesignExpert
9ec2911727a460abe41bfe89bcff37b7af7ee7bc
609026b0a50b90e787b2bcadf7b49a906a23cdfe
refs/heads/master
2020-04-05T13:08:44.429947
2017-07-07T09:20:59
2017-07-07T09:20:59
95,123,461
0
0
null
null
null
null
GB18030
Java
false
false
6,623
java
package com.xianhe.mis; import java.io.File; import java.io.IOException; import java.util.List; import org.apache.log4j.Logger; import org.ini4j.Ini; import org.ini4j.Profile.Section; import com.xianhe.core.common.EnvReadWriteUtil; import com.xianhe.core.common.WorkPath; import javafx.collections.ObservableList; im...
[ "13940256550@139.com" ]
13940256550@139.com
b5f05d83a05f1ba42b35ed74e4297be8584ea1f2
f8e6a972da48741270a273bcefece6dd846c7f62
/app/src/main/java/com/example/lifestyleapp/DatabaseCustomFunctions.java
7b100dc7649753cf954d8f559d6f5794b0d6a30a
[]
no_license
Matt-Parker99/LifestyleApp
066349f8b297b24cd40d7aa1f564474d45265bf1
82bd6c6addcd921d9d953cf948ae01109b591970
refs/heads/master
2022-12-24T04:57:57.615839
2020-10-01T18:33:13
2020-10-01T18:33:13
256,202,401
3
0
null
null
null
null
UTF-8
Java
false
false
2,811
java
package com.example.lifestyleapp; import android.util.Log; import com.google.firebase.auth.FirebaseAuth; import com.google.firebase.auth.FirebaseUser; import com.google.firebase.firestore.FirebaseFirestore; import com.google.firebase.storage.FileDownloadTask; import com.google.firebase.storage.FirebaseStorage; import...
[ "55714310+markog1999@users.noreply.github.com" ]
55714310+markog1999@users.noreply.github.com
ff158945ac1e40b090885943c0e90c1e6b388baa
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/Quartz/Quartz81.java
b282841baedf1422c8d21eb6509c3e08ee6de664
[]
no_license
saber13812002/DeepCRM
3336a244d4852a364800af3181e03e868cf6f9f5
be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9
refs/heads/master
2023-03-16T00:08:06.473699
2018-04-18T05:29:50
2018-04-18T05:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
787
java
public void addJobListener(JobListener jobListener, List<Matcher<JobKey>> matchers) { if (jobListener.getName() == null || jobListener.getName().length() == 0) { throw new IllegalArgumentException( "JobListener name cannot be empty."); } synchronized ...
[ "Qing.Mi@my.cityu.edu.hk" ]
Qing.Mi@my.cityu.edu.hk
33771895ecb54841535d53c2d92f8d8d90defb0f
afba6718a521e269f12d79bbe150e7c30b3696e6
/app/src/main/java/me/kaede/frescosample/RecyclerView/RecyclerViewFragment.java
8a464a4012373c0169661b539be9ab6299b6c277
[]
no_license
xiangyunwan/fresco-sample-usage-master
1407c7ce3350226011291755d2c429b5bbb8f0e5
d715cf76128fbf8ee2a09ba118d9c91e5bf918b7
refs/heads/master
2020-12-24T19:12:40.287032
2016-04-13T09:20:21
2016-04-13T09:20:21
56,138,147
0
0
null
null
null
null
UTF-8
Java
false
false
1,877
java
package me.kaede.frescosample.recyclerview; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.StaggeredGridLayoutManager; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import m...
[ "zhangzhenzhong1@jd.com" ]
zhangzhenzhong1@jd.com
4ac7df5814e00d17ec9c192ddc0202bc192cf5ab
ebbcffc3521f2229b76898ced2d803b52d395cd9
/src/main/java/com/kly/ants/Pattern/factory/ConcreteFactoryA2.java
83764fb6abb683b06be91d82585f21f3bf908d2e
[]
no_license
lingyukong/ants
2498e761b51abff624695efc7ff8342444d67fad
c99e07be0eb2f68dbacd78932f33fae753b107be
refs/heads/main
2023-04-17T06:34:01.168961
2021-05-03T15:09:42
2021-05-03T15:09:42
330,420,451
0
0
null
null
null
null
UTF-8
Java
false
false
176
java
package com.kly.ants.Pattern.factory; public class ConcreteFactoryA2 implements Factory{ public Product createProduct() { return new ConcreteProductA2(); } }
[ "1225208185@qq.com" ]
1225208185@qq.com
c3e9d069e162d34d77d5f1834a529fd7efb93e34
b5e265bcada4ec5934f86a27184c6707594bab18
/Tropika_rev2/src/view/MainMenu.java
b12a8a23881c86bfc25b8acf9ec4e3a4d35c9a35
[]
no_license
akmalulginan/jajaka
0d99b64f9a378e069516c70d983b5147e52f1d05
db121c02869d9963c71279ab03a6a4ac28ad2950
refs/heads/master
2021-01-10T14:58:37.039187
2016-02-18T19:41:10
2016-02-18T19:41:10
49,662,146
0
0
null
null
null
null
UTF-8
Java
false
false
44,107
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 view; import control.MenuControl; import javax.swing.JButton; import javax.swing.UIManager; /** * * @author sipit */ publi...
[ "akmalulginan@gmail.com" ]
akmalulginan@gmail.com
2e41a46a36d474993055305a4ec422543795047d
a36dce4b6042356475ae2e0f05475bd6aed4391b
/2005/NRI-AppLogic/source/com/nri/exception/DuplicateKeyException.java
037783f2f1a8bcc67065d0e4bbe8e879ee5431f4
[]
no_license
ildar66/WSAD_NRI
b21dbee82de5d119b0a507654d269832f19378bb
2a352f164c513967acf04d5e74f36167e836054f
refs/heads/master
2020-12-02T23:59:09.795209
2017-07-01T09:25:27
2017-07-01T09:25:27
95,954,234
0
1
null
null
null
null
UTF-8
Java
false
false
397
java
package com.nri.exception; public class DuplicateKeyException extends MappingException { /** * Constructor for DuplicateKeyException */ public DuplicateKeyException() { super(); } /** * Constructor for DuplicateKeyException */ public DuplicateKeyException(String arg0) { super(arg0); } public Dupl...
[ "ildar66@inbox.ru" ]
ildar66@inbox.ru
a99013e81c0f8696bd567625a98ed00a8c75f3e6
7de840e11447e9784f63c4281b03e93d8cf69457
/oneVRE/GWT/OneVREGWT/src/main/java/com/googlecode/onevre/gwt/client/ag/types/VectorJSO.java
29e5b72115df3f4802689ac30af36d90570723e6
[ "BSD-2-Clause" ]
permissive
rowleya/onevre
553cedc7e868ae399608676310fd5274b7465ece
4e6a6de560a8f4feea60e2e0010471c749fe8a6f
refs/heads/master
2016-09-05T23:34:29.889486
2011-02-21T16:04:26
2011-02-21T16:04:26
32,145,754
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package com.googlecode.onevre.gwt.client.ag.types; import com.google.gwt.core.client.JavaScriptObject; public class VectorJSO<T extends JavaScriptObject> extends JavaScriptObject { protected VectorJSO() { } public final native T get(int i) /*-{ return this.get(i); }-*/; public final na...
[ "ts23gm@ff34145c-7872-3b35-6561-e9169588922b" ]
ts23gm@ff34145c-7872-3b35-6561-e9169588922b
83547c6127b6adb7b93989b1cddbb1afcecc5c2e
8270d89d5b7711806efc96d26380e7c51c7b8ec6
/src/main/java/pattern/structural/adapter/AC220.java
2b7cfe3dd90986efdcdc2688b3a44f7ae1ab7a30
[]
no_license
luran0821/DesignPattern
173fb57b3f4d90a88ee89f0ded05509eab5ca66f
909545b6b6f2122e82369ff9f13522b4d72f9c1e
refs/heads/master
2023-08-19T08:06:39.255340
2019-10-06T12:56:00
2019-10-06T12:56:00
212,748,434
0
0
null
2023-08-04T19:33:34
2019-10-04T06:17:57
Java
UTF-8
Java
false
false
207
java
package pattern.structural.adapter; public class AC220 { public int outputAC220V(){ int output = 220; System.out.println("输出交流点" + output+ "V"); return output; } }
[ "luran0821@gmail.com" ]
luran0821@gmail.com
fe2bbf8e6678ce286551e6961735c6e661f1ddf6
44aeaa528a9e3cfa0597808ca031695f7c836593
/src/main/java/kr/ac/kopo/kopo08/domain/Board.java
ab938ec88c5c82361722fa4e911fdb509b9de9b5
[]
no_license
EunbInn/BoardUsingSpring
3fb691cd65f2fcdd88245847c6388443c83df6d6
5a6d6efc9bd36dfdd7a527a7c3038728b0920946
refs/heads/master
2023-07-03T04:24:53.002073
2021-07-21T12:13:58
2021-07-21T12:13:58
383,960,180
0
0
null
null
null
null
UTF-8
Java
false
false
1,396
java
package kr.ac.kopo.kopo08.domain; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import jav...
[ "dsino@naver.com" ]
dsino@naver.com
14c906f33d047f8e8e668885dee99f72ea239185
682082f4ea06ea438e0243c5504918cef9d6c58a
/ReviewExamen/src/smokers/agent.java
8023b49f40364e272ee90b51d65959b536177563
[]
no_license
HassenBenSlima/Thread-Java
ae7883fb14430d75ab7e31b25cf06d0dbf07d231
c113991f558deaaeda5038592fe5a49e58c28c13
refs/heads/master
2020-08-08T06:11:10.541014
2019-10-08T22:41:05
2019-10-08T22:41:05
213,749,479
0
0
null
null
null
null
UTF-8
Java
false
false
794
java
package smokers; public class agent extends Thread { private table smokingtable; public agent(table pSmokingtable) { smokingtable = pSmokingtable; } @Override public void run() { while (true) { try { Thread.sleep(5000); smokingtable.setAgentElements(); // this triggers the smoker-threads to ...
[ "Hassen.BenSlima" ]
Hassen.BenSlima
bc02a43245f3bbc60e37fa517ef2af3263db614d
e6c155058c93631bcc852e12af330fd0331a3b9e
/Problem1.java
20547a449485624ada214439e17c3e2bf179c35f
[]
no_license
Breezy95/assignment
c938e401517785eeec069de274ffd456dae4cb4b
c017c7a6d9cc4076282cf5affd94a053e90df77e
refs/heads/master
2020-03-29T01:22:03.912939
2018-09-19T03:16:18
2018-09-19T03:16:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,172
java
//Fabrice Benoit //109108791 import java.io.*; import java.util.Collections; import java.util.Scanner; import java.util.ArrayList; import java.util.*; public class Problem1 { public static void main(String[] args) { // TODO Auto-generated method stub ArrayList<Integer> arr = new ArrayList<Integer>(); try { ...
[ "35083230+Breezy95@users.noreply.github.com" ]
35083230+Breezy95@users.noreply.github.com
341a7b8f22c200b4c8f600f08dda89f0fe4ef893
ec67d903843cc666fa42bd4f25c68756d4f2774d
/api-service/src/main/java/com/bitmark/apiservice/params/query/AbsQueryBuilder.java
cdd77475904837605f8b50288c6f508270c7a494
[ "ISC" ]
permissive
nguyennh-0786/bitmark-sdk-java
13b0f37a9bcf1f37e17ebccab3503a493aa89963
63163440134fe19a2eb3e6e23d7e49e288cf869c
refs/heads/master
2020-08-01T11:48:04.374810
2019-07-02T08:24:47
2019-07-02T08:24:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,299
java
package com.bitmark.apiservice.params.query; import com.bitmark.apiservice.utils.HttpUtils; import com.google.gson.annotations.SerializedName; import java.lang.reflect.Field; import java.util.Map; import java.util.TreeMap; import static com.bitmark.apiservice.utils.HttpUtils.buildArrayQueryString; /** * @author Hi...
[ "hieupham@bitmark.com" ]
hieupham@bitmark.com
d995b6b0c4d0315068e59ae0309a2d167c2531b1
8f9ffa5632e7da3ce0737d4f3bb012aa10949183
/app/src/test/java/com/khokan/todo_list/ExampleUnitTest.java
2709d075c962199b598759da903af6b056365cd3
[]
no_license
Khokan-Barai/ToDo-List
3f9fe93536721c8cf4df7721b7ce4ab9b407328c
91900c2dd34d1c7ef2c619863b97383bc569ae4a
refs/heads/master
2020-04-07T00:39:40.079674
2018-11-16T19:48:18
2018-11-16T19:48:18
157,913,306
0
0
null
null
null
null
UTF-8
Java
false
false
313
java
package com.khokan.todo_list; 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); } }
[ "khokanbarai522@gmail.com" ]
khokanbarai522@gmail.com
589362dd27929720369b26ec15b824a0406d560b
fb6399ebaa4788ad52c288728044da3bd46dca67
/src/main/java/com/sprint/models/domain/MemberWithoutPwd.java
ec0290f806eec1be17f98b9c620afe5c1346650b
[]
no_license
enough617/VIPManager
ffb00a6bbc181a8be4a58f633f204d771c825b9e
d5da17da4d4f6cce27d57227337c67e48124b894
refs/heads/master
2021-12-15T10:57:09.799586
2017-08-17T11:42:30
2017-08-17T11:44:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,484
java
package com.sprint.models.domain; import java.util.Date; public class MemberWithoutPwd { private int id; private Date createTime; private Date updateTime; private String cardNumber; private String memberRank; private String memberName; private String memberPhone; private int status; private double money; pu...
[ "x_zhaohu@163.com" ]
x_zhaohu@163.com
4065828c5cc223171619166497d6c37ce1186671
4e2bc2fcb042672c53ba63b485eb6b6191b056a1
/Digraph.java
4b3c67251b43d8b1baffb56dab143db342b5f10a
[]
no_license
mmxcraft/java_sample
fe125924a8ce48b7009e50f89bb710728e9ca84c
930945918234177e7ceaa97751bef07d9e26f31d
refs/heads/master
2021-01-21T10:29:42.383169
2017-06-28T07:13:34
2017-06-28T07:13:34
91,693,066
0
0
null
null
null
null
UTF-8
Java
false
false
1,581
java
import edu.princeton.cs.algs4.In; import edu.princeton.cs.algs4.Bag; import edu.princeton.cs.algs4.StdOut; /** * Created by mofma on 2017/5/2. */ public class Digraph { private final int V; private int E; private Bag<Integer>[] adj; public Digraph(int V) { this.V = V; this.E = 0; ...
[ "morpheus1977@hotmail.com" ]
morpheus1977@hotmail.com
b7a93827e4c692d2ddc9841c5647c233936b310f
962daca6d378f8a278657618990e7e43bd7a9d91
/src/main/java/com/testRepository/testclass2.java
d8ceff5f05121043c8aba80b2cc6a2f11c50bbb2
[]
no_license
PoojaSapre/testRepository
e838d2a83ceffdbb6e3a5bb97d43116a15e9f445
2942f87c1ce6909ccd377dcb9006549f5b4ec398
refs/heads/master
2021-05-19T00:33:26.867851
2020-03-31T05:13:54
2020-03-31T05:13:54
251,496,807
0
0
null
null
null
null
UTF-8
Java
false
false
58
java
package com.testRepository; public class testclass2 { }
[ "poojasapre11@gmail.com" ]
poojasapre11@gmail.com
f3543250f2af6fc4699f47ceae4c60db20eb09ba
f94510f053eeb8dd18ea5bfde07f4bf6425401c2
/app/src/main/java/com/zhiyicx/thinksnsplus/modules/currency/withdraw/WithdrawCurrencyComponent.java
15e142a091d7487b71aa54e16884a8f6798a610f
[]
no_license
firwind/3fou_com_android
e13609873ae030f151c62dfaf836a858872fa44c
717767cdf96fc2f89238c20536fa4b581a22d9aa
refs/heads/master
2020-03-28T09:02:56.431407
2018-09-07T02:14:54
2018-09-07T02:14:54
148,009,743
1
0
null
null
null
null
UTF-8
Java
false
false
537
java
package com.zhiyicx.thinksnsplus.modules.currency.withdraw; import com.zhiyicx.common.dagger.scope.FragmentScoped; import com.zhiyicx.thinksnsplus.base.AppComponent; import com.zhiyicx.thinksnsplus.base.InjectComponent; import dagger.Component; /** * author: huwenyong * date: 2018/7/18 14:23 * description: * ver...
[ "836462331@qq.com" ]
836462331@qq.com
d68fb4081deca0ce53385643a9ed2e78713cf0f9
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/dbeaver/2018/12/JDBCObjectCache.java
bbefbac9285d5806ba8359e81f408e8395e3b286
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
5,984
java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
2681c6978abd53389e356d16c11618fe847e44ff
2797280c63fb027887ad5db57b4f1938a7fb03bb
/src/com/fantest/Off.java
05a6b9f4de0ed637e7400e74b5824916191cf799
[]
no_license
NavyaK-T/FanTest-Problem
fba774f2c33b28ca3f43482a3084ec8c55d61e38
e7dbae08c840536721b3a92418ab66ee3798ff7b
refs/heads/master
2023-04-17T13:49:42.911148
2021-04-23T21:05:19
2021-04-23T21:05:19
361,004,933
0
0
null
null
null
null
UTF-8
Java
false
false
269
java
package com.fantest; public class Off implements SpeedLevel { @Override public void pull(CeilingFanPullChain pullChain) { pullChain.setCurrentState(new SpeedLevelOne()); System.out.println("Speed level 1 with direction "+pullChain.getCurrentDirection()); } }
[ "abc@example.com" ]
abc@example.com
cf5a65fb73a7d8cb62341898339e610bf30eb8db
81834d4e4e7eff486f87f8a5138c951e88425cb7
/autodownloader/AutodownloaderExtension.java
646980288c876bb17e11a912a98b2f6934b4ad98
[]
no_license
paul545/Autodownloader
64e07c211e42bf383cd9ad32c705079e2672cd56
61a93cd7fe97c8058e19e9508b9e0b0660b7a28e
refs/heads/master
2020-05-15T14:11:49.692061
2019-04-19T21:26:05
2019-04-19T21:26:05
169,258,810
0
0
null
null
null
null
UTF-8
Java
false
false
10,769
java
package org.jdownloader.extensions.autodownloader; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; import o...
[ "noreply@github.com" ]
paul545.noreply@github.com
19f5478f637a73fcd2cb7216313bfeaf59588807
40dd5ac56b327cbd58cdc06859b13647634bf3de
/assignment_1/src/main/assignment/Assignment_1_1_24.java
f4c016f3b35d3dadc79a82c4b14255e767f882ed
[]
no_license
skomefen/algorithm
f7cc731b0bd641d1461160d2498f553c95fb78ad
83dbf4e4a665bf4116e758efd0d7c4a06f8800d7
refs/heads/master
2020-12-30T12:44:22.775299
2017-07-06T14:25:19
2017-07-06T14:25:19
91,350,591
0
0
null
null
null
null
GB18030
Java
false
false
531
java
package main.assignment; public class Assignment_1_1_24 { public static int gcd(int first,int second){ if(first<0||second<0){ throw new RuntimeException("请输入大于0的数"); } if(first<second){ int key = 0; key = first; first = second; second = key; } if(second==0){ return first; } if(first%se...
[ "1072760797@qq.com" ]
1072760797@qq.com
e03f42d26a36687ddbc4cde161d361ae36817e49
cd688316a5bd8b1feca59b0229875c7ff1c6440e
/app/src/main/java/com/rachcode/peykman/mFood/MakananItem.java
03f15726dd0d679b8784758726f471b1ea093ec7
[]
no_license
mohsen-yousefi/taxi2
8829aba70de0d88830af839901ea12060c07f8dc
9189108773bdbc5d51123150d0a197580d47f6b3
refs/heads/master
2022-01-29T22:20:45.714089
2019-08-04T06:22:56
2019-08-04T06:22:56
198,158,737
0
0
null
null
null
null
UTF-8
Java
false
false
6,560
java
package com.rachcode.peykman.mFood; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.text.Editable; import android.text.TextWatcher; import android.view.View; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; import com.bumpte...
[ "mohsen.nezhadyousefi@gmail.com" ]
mohsen.nezhadyousefi@gmail.com
76da2efab00bff60a613ae7241357e1678eb5617
f37aea479e86301b7e8160a5f2eb25012ddf2969
/src/net/pixelcade/virtualautominer/Task.java
a5a1ac50e7f5b9db44b3b4342c53ff2e4af7b4e6
[]
no_license
Unknowncall/VirtualAutoMiner
58aaf8dc0cce20ebcf059e8d2d2c16284fbe5543
b4f6b8aebdada5f5249204d138ca956e32e0df3a
refs/heads/master
2021-05-13T14:41:33.818775
2018-01-14T23:41:38
2018-01-14T23:41:38
116,746,960
0
0
null
null
null
null
UTF-8
Java
false
false
2,190
java
package net.pixelcade.virtualautominer; import java.text.DecimalFormat; import org.bukkit.entity.Player; import com.vk2gpz.tokenenchant.api.TokenEnchantAPI; import net.md_5.bungee.api.ChatColor; public class Task implements Runnable { private VirtualAutoMiner plugin; public Task(VirtualAutoMiner ...
[ "unconfigured@null.spigotmc.org" ]
unconfigured@null.spigotmc.org
f89155da2ad4e17f618edd44369dee883b9269cb
e418cd85b1280ad02495eff32096529518cefb11
/app/src/main/java/com/icss/shopmax/Model/Rent_Car_Data.java
e57b775983f9e8bae9fb8b051146df805276ddf3
[]
no_license
LokeshInfo/Shop_Max_Dual
9dcd8cad02549de73403ac590d3b2242d5e630c9
9c7c745147bc88e40a99b661eb4ec8c1476f54eb
refs/heads/master
2021-04-20T23:44:37.370545
2020-04-20T09:08:54
2020-04-20T09:08:54
249,726,703
0
0
null
null
null
null
UTF-8
Java
false
false
935
java
package com.icss.shopmax.Model; public class Rent_Car_Data { private String name; private String car_model; private String price; private String type; public Rent_Car_Data(String name, String car_model, String price, String type) { this.name = name; this.car_model = car_model; ...
[ "lokesh.gadekar@infocentroidtech.com" ]
lokesh.gadekar@infocentroidtech.com
bc458b5db7a9fb59176808cbe62b3dbf146b0df3
343773ae835dbbaefde9f653f9211570bd8455d6
/src/api/java/thaumcraft/api/aspects/AspectRegistryEvent.java
f671ccf092a3eab2d26ba935a567db782cc0f1ed
[ "MIT" ]
permissive
DaedalusGame/EmbersRekindled
a06895d5bc3d0cf6739965828eab96edcdd35a78
a2437713ea29ee9ca76b3e14f6e67f8e8862ccaa
refs/heads/rekindled
2022-05-01T12:03:20.268625
2021-03-03T19:13:27
2021-03-03T19:13:27
135,477,242
41
37
MIT
2022-03-26T17:47:02
2018-05-30T17:38:40
Java
UTF-8
Java
false
false
737
java
package thaumcraft.api.aspects; import net.minecraftforge.fml.common.eventhandler.Event; /** * This event is called when Thaumcraft is ready to accept the registration of aspects associated with items or entities. * Subscribe to this event like you would any other forge event. The <b>register</b> object contains th...
[ "bordlistian@hotmail.de" ]
bordlistian@hotmail.de
984d77024a60a11a8edb0cf3c86f7644f7fcc2e3
5bc4b5337becaa4d55c620e9e078985e1743060b
/app/src/main/java/io/github/teccheck/bluechat/ChatMessagesListAdapter.java
574c92f35c093aa42852813c1ad6b9d2d59de1d4
[]
no_license
TecCheck/BlueChat
ab96b48404a7ce33b3126234f2df98ca91b05190
b35e6366d1ff5ff50c0251747a631f815f671be2
refs/heads/master
2023-02-12T05:58:30.234847
2021-01-14T15:55:41
2021-01-14T15:55:41
328,942,776
0
0
null
null
null
null
UTF-8
Java
false
false
1,464
java
package io.github.teccheck.bluechat; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import java.util.ArrayList; public class ChatMessagesListAdapter ext...
[ "mcteccy@gmail.com" ]
mcteccy@gmail.com
14795730e96b05776f956c27c8e9f3f669229f68
f03fa2e830454cbc54a2834b68f8d4490d429834
/insight-log-storage/src/main/java/io/fabric8/insight/log/storage/InsightEventHandler.java
d9e9e66e08e58a49f3a09980aa0257c16c4fd0cb
[]
no_license
charanrsc/insight
596521aa1d2c678704ad23d1198f06a00938269a
57ebd6d71358a341edb747530df486e6e6156288
refs/heads/master
2021-05-28T17:10:44.665881
2015-01-09T14:00:44
2015-01-09T14:00:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,152
java
/** * Copyright 2005-2014 Red Hat, Inc. * * Red Hat licenses this file to you 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 r...
[ "jimmidyson@gmail.com" ]
jimmidyson@gmail.com
5240542f7ece60394fdcd529a31489bfbd559a9c
4a55692a757cc5dcc6de7166638b0e5073e76c84
/app/src/main/java/com/korsolution/antif/VehicleDBClass.java
47c4958ab7e250a284e5380e434901f2a546d4ae
[]
no_license
Cutiesz/Antif
56843385dddcf6640316a2603ddd786683b4c8e0
f7ab2e0631a40c4cfe4eb645c77a83ac370c54a3
refs/heads/master
2021-08-31T12:17:02.617081
2017-12-21T08:18:27
2017-12-21T08:18:27
105,964,294
0
0
null
null
null
null
UTF-8
Java
false
false
16,646
java
package com.korsolution.antif; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.database.sqlite.SQLiteStatement; import android.util.Log; /** * Created by Kontin58 on 24/9/2559. */ public c...
[ "sumeth.cute@gmail.com" ]
sumeth.cute@gmail.com
1d33ecdec3e92dd831bc0037e7fbe525f743959c
c813354639ebe71154d81b34892b1607a063b78c
/src/ConsoleExercises.java
c7325defc3f5b0a3a0ca32b123b3e459500e9e0d
[]
no_license
VictorFHernandez/codeup-java-exercises
75cc9be52f8200c1a6b23ce23a76ba147307da7e
716735a258dfee25dd745f55e7799516a8e2258b
refs/heads/main
2023-04-22T21:00:20.913982
2021-05-11T02:42:38
2021-05-11T02:42:38
360,674,272
0
0
null
null
null
null
UTF-8
Java
false
false
1,318
java
import java.util.Scanner; public class ConsoleExercises { public static void main(String[] args){ //part 1: double pi = 3.14159; System.out.format("The value of pi is approximately %.2f.\n", pi); // part 2: Scanner sc = new Scanner(System.in); // System.out.println("...
[ "victorfhernandez3@gmail.com" ]
victorfhernandez3@gmail.com
6bf846174950dfcc3d8b27a650917e534929b35e
129da0925c791f91d471ffdd17392fcfc21face4
/src/main/java/com/example/emos/wx/db/dao/TbFaceModelDao.java
5eb82d358a4a1243dd6faa8615c0afed0e409704
[]
no_license
GZK0329/OA_SYSTEM
9751e0fce6d7e37da2db956a7a58096ae1d1b8e3
dcd20584fc5649aed8b11556a8364a2c24618416
refs/heads/master
2023-08-18T07:17:24.507728
2021-09-16T16:25:16
2021-09-16T16:25:16
404,238,985
0
0
null
2021-09-16T16:25:17
2021-09-08T06:40:23
Java
UTF-8
Java
false
false
301
java
package com.example.emos.wx.db.dao; import com.example.emos.wx.db.pojo.TbFaceModel; import org.apache.ibatis.annotations.Mapper; @Mapper public interface TbFaceModelDao { String searchFaceModel(int userId); void insertFaceModel(TbFaceModel model); void deleteFaceModel(int userId); }
[ "gzk0329@gmail.com" ]
gzk0329@gmail.com
2acdc48baea3318d9ca57c2517790962a50c234e
19aec9324bfdc393961cd83b1e1ddba9ca5540d1
/src/java/entity/Timing.java
f2f9de2ad19cccc01aefdc8fb9950022726b43ad
[]
no_license
sumansta/Project404
2b40f6979ac70c15fd14379346165916771c8114
9e9d3e7fe49c8efb3ece729f62591136a2064c07
refs/heads/master
2021-07-03T11:25:36.957384
2017-09-24T10:44:55
2017-09-24T10:44:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,319
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 entity; /** * * @author Ark */ public class Timing { private int id; private String first, second, t...
[ "archanzels@gmail.com" ]
archanzels@gmail.com
3d2381bcae64bfe3883baf5c25ee314bf36af452
3629e0b607aa7f44b4216280279e5f151ae58d8d
/src/main/java/me/brokenearthdev/eventbus/annotations/CallerEventBus.java
84492a31fadc7827812f34ad7f93f24f86d8f6fe
[ "Apache-2.0" ]
permissive
BrokenEarthDev/EventBus
2758c714d0afabf8c0bda4cadb5f08a26ad70ca0
974aaff489b74ca065376fed4369b5b84898059d
refs/heads/master
2020-03-25T18:29:32.490911
2018-09-11T15:32:27
2018-09-11T15:32:27
144,033,406
1
0
null
null
null
null
UTF-8
Java
false
false
1,565
java
/* * Copyright 2018 github.com/BrokenEarthDev * 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...
[ "noreply@github.com" ]
BrokenEarthDev.noreply@github.com
0c7d0c649469be079f6f408b45f755c64924580b
91495537eef3896888c47395ff4f8238a57842e3
/src/main/java/com/blogspot/ofarukkurt/primeadminbsb/controllers/EmployeeController.java
c9d999a5c2eadf148654fab2461ef7dbe8728987
[]
no_license
Doomsayeramg/ocoyoacac
fb585682d58a019c20aa5fa29f3cba85e6348168
c211ae0e755a83156a193e26cfa3edbcc4013b92
refs/heads/master
2021-07-13T20:06:44.032230
2017-10-19T04:26:43
2017-10-19T04:26:43
107,495,262
0
0
null
null
null
null
UTF-8
Java
false
false
4,675
java
package com.blogspot.ofarukkurt.primeadminbsb.controllers; import com.blogspot.ofarukkurt.primeadminbsb.models.Employee; import javax.inject.Named; import javax.faces.view.ViewScoped; import javax.faces.context.FacesContext; import javax.faces.event.ActionEvent; import javax.inject.Inject; @Named(value = "employeeCon...
[ "doomsayer@a06e73f0-31e7-469f-847e-579a3b180b19" ]
doomsayer@a06e73f0-31e7-469f-847e-579a3b180b19
a1055fb2e7fd00598ca1e55ec91208ddff26fab5
f9dd598e066541b510c93120cc3aa198a814acf9
/pulice_catering/src/main/java/com/huayu/CG_KC_SJ/acquisition_methods/sql/SelectSqla.java
3e47a378d1712f64ac95a910298322e212f40974
[]
no_license
lishuai524/-pulice_catering2
a6f2b8c97809876d1d95888fffaa723a9943f28a
742aec882eb3e18ee3b748da2026f2768a745687
refs/heads/master
2022-12-23T02:02:19.240396
2019-07-03T03:27:15
2019-07-03T03:27:15
194,971,373
0
0
null
2022-12-16T08:53:54
2019-07-03T03:15:31
Rich Text Format
UTF-8
Java
false
false
909
java
package com.huayu.CG_KC_SJ.acquisition_methods.sql; import com.huayu.CG_KC_SJ.acquisition_methods.entity.Acquisition_methods; public class SelectSqla { public String select(Acquisition_methods acquisition_methods){ StringBuffer stringBuffer=new StringBuffer(); stringBuffer.append("select * from a...
[ "1019023472@qq.com" ]
1019023472@qq.com
96b8092ad2926af2504e3d6e4c26cb7fb57f618b
1962a223105a796233e6e100349497e6ba323b3b
/Threads Exercises 1+2/src/main/java/day2/rndnumberprodcon/RandomNumberProducer.java
d808f7fdf974e711c2e3ea3d5c6be3c9fdad1681
[]
no_license
Jonsabban/SEM3Threads
628609534a386300de3a0d705c8aad7b08f23e22
0a8b32cb659c632c90a1a22f870754695db22fea
refs/heads/master
2021-05-16T08:42:24.249275
2017-09-22T11:44:32
2017-09-22T11:44:32
104,157,869
0
0
null
null
null
null
UTF-8
Java
false
false
1,445
java
package day2.rndnumberprodcon; import java.util.concurrent.ArrayBlockingQueue; import java.util.logging.Level; import java.util.logging.Logger; import sun.reflect.generics.reflectiveObjects.NotImplementedException; public class RandomNumberProducer implements Runnable { public static final int MAX_NUMBERS_TO_PRO...
[ "noreply@github.com" ]
Jonsabban.noreply@github.com
2e26ea17f2de473accff88b0b4214232a2ab805c
37ed62436a8174e28797e5a35de0ccd0a613fdde
/Graphics/Filter/src/ru/nsu/fit/g15203/kostyleva/XorBorder.java
12db03ff1c51dd3e77946c2d55a49a0ca815dcb7
[]
no_license
VictoriaKostyleva/nsu_labs
a2844064f64b3a45dca5f6a78003828d19112b39
faa1dc76b8729c2891f691683815e72b910d4ae9
refs/heads/master
2021-09-11T01:23:45.609581
2018-04-05T15:44:32
2018-04-05T15:44:32
105,536,007
0
0
null
null
null
null
UTF-8
Java
false
false
2,965
java
package ru.nsu.fit.g15203.kostyleva; import javax.swing.border.AbstractBorder; import java.awt.*; import java.awt.image.BufferedImage; public class XorBorder extends AbstractBorder { private final int DASH_LENGTH = 5; private int x0; private int y0; private BufferedImage bufferedImage; public Xo...
[ "kostyleva.viktoriya@gmail.com" ]
kostyleva.viktoriya@gmail.com
302285bff0f7385b0c32b1183f3719c66d31e709
ac9755d08b16d9a7ae3f7f97858889855068ad53
/lang/lucene-chinese/src/test/java/org/carrot2/language/chinese/AbstractLanguageComponentsTest.java
f4aa5d045eaf064a6c8044f1d982cf32657859a9
[ "LicenseRef-scancode-bsd-ack-carrot2", "BSD-3-Clause", "Apache-2.0" ]
permissive
rahulanishetty/carrot2
febaddececa6c18f435645ae74438e89561ab0ae
cb4adcc3b4ea030f4b64e2d0b881f43b51a90ae6
refs/heads/master
2022-02-19T03:18:34.730395
2022-01-10T08:32:00
2022-01-10T08:32:04
91,449,061
0
0
null
null
null
null
UTF-8
Java
false
false
2,254
java
/* * Carrot2 project. * * Copyright (C) 2002-2021, Dawid Weiss, Stanisław Osiński. * All rights reserved. * * Refer to the full license file "carrot2.LICENSE" * in the root folder of the repository checkout or at: * https://www.carrot2.org/carrot2.LICENSE */ package org.carrot2.language.chinese; import static...
[ "dawid.weiss@carrotsearch.com" ]
dawid.weiss@carrotsearch.com
afae2f4b17d0757022ad04cda52ffcf8d6be8e3f
fb8f2df4765cbb6c48b2ed3b6201176e4a7af208
/cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/util/CloudEntityResourceMapper.java
079780cf6e65e24502c55955fab74b4c5ee42f6c
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
philwebb/vcap-java-client
39cfce5c2b5d9b933b5d1acbb29f8476d82be340
bd6fc39637f20c43db3181f891d0c99bbbebfff4
refs/heads/master
2021-01-16T02:36:47.087221
2012-08-06T19:04:39
2012-08-06T19:04:39
2,829,407
0
0
null
null
null
null
UTF-8
Java
false
false
6,796
java
/* * Copyright 2009-2012 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...
[ "trisberg@vmware.com" ]
trisberg@vmware.com
2430692c01390a7f153ad50197330ff7b57bce96
3afc16a1b4ff54ec5492edfc1ca3ca5b8d524a05
/src/main/java/ru/zvezdov/ocprof/chapter_1/AdvancedClassDesign/StaticAndFinal/StaticBlocks.java
462c6e14b3e690597998a93735efc01add74b7a5
[]
no_license
Zvezdov7/MyOCP
2646a56bd73426d15f11f697fdef472717904ca6
f59c30d867e371f1b58ffc3eb90ad9dd34e19b47
refs/heads/master
2021-01-19T07:37:32.126591
2017-06-29T14:10:14
2017-06-29T14:10:14
87,561,751
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
package ru.zvezdov.ocprof.chapter_1.AdvancedClassDesign.StaticAndFinal; /** * @author Dmitry Zvezdov * 09.05.17. */ public class StaticBlocks { public static void main(String[] args) { Blocks b; System.out.println("1"); b = new Blocks(); System.out.println("2"); S...
[ "dszvezdo@mts.ru" ]
dszvezdo@mts.ru
91402e063464d873d52dcc31edc5b4cd59de1859
b24ebe2ab101a9c7a76de51fc72d30318a173ecf
/src/com/bmob/im/demo/ui/LoginActivity.java
b04fea7d3f40120512b5a38ab7c14ec4593fe053
[ "Apache-2.0" ]
permissive
Domonlee/Bmob_IM
4c726457fb01c0fdc5a900d38ecfcfc87c612c9d
344de91fb94fb0154c8055b223e375895bc6dcdf
refs/heads/master
2016-09-08T02:07:29.345875
2014-10-24T01:02:52
2014-10-24T01:02:52
null
0
0
null
null
null
null
GB18030
Java
false
false
3,630
java
package com.bmob.im.demo.ui; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.view.View.OnCl...
[ "viplizhao@gmail.com" ]
viplizhao@gmail.com
a374c8284580c8f40f3063c7a934652f065fe2a7
ec01419a153633004a08a091d243bd63709f7956
/appTramDocuConcytecAdvancedFD/src/tramitedoc/concytec/action/AActionPuenteDocumento.java
d67dc0b852dda7b9e8d95e610ca7bab1698fde06
[]
no_license
angelnoa/TramiteDoc-FD
5c3f4b024d4421486d92e1f3eb88a2de424e9472
e2e2d3e60886efd44d91981a674d1a358cce6aa1
refs/heads/master
2021-01-10T13:50:01.720613
2016-01-25T15:20:57
2016-01-25T15:20:57
50,359,496
0
0
null
null
null
null
ISO-8859-1
Java
false
false
13,925
java
package tramitedoc.concytec.action; import java.io.PrintWriter; import java.sql.Connection; import java.sql.SQLException; import java.util.Date; import java.util.Vector; import javax.sql.DataSource; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servle...
[ "anghelo.dj87@gmail.com" ]
anghelo.dj87@gmail.com
ca315b67168a436da8b0da83cb3bd36b915a5de9
2b622a23d85b74ab783931b4d5199c1efa784ecb
/tide-test/tide-test-server/src/main/java/org/granite/tide/test/security/ExceptionHandler.java
afee656d57701d3ae1cb55948795c8de39b53f77
[]
no_license
sbwolff/graniteds-samples
976e005c369e5735d14fa4b2c03555a6dd9595e9
4ed68b6956c7ab4a3303ca306999147a85bf86e6
refs/heads/master
2021-01-21T00:17:42.527249
2009-08-06T14:56:26
2009-08-06T14:56:26
33,420,695
0
0
null
null
null
null
UTF-8
Java
false
false
827
java
package org.granite.tide.test.security; import java.util.Map; import org.granite.messaging.service.ExceptionConverter; import org.granite.messaging.service.ServiceException; public class ExceptionHandler implements ExceptionConverter { public boolean accepts(Throwable t) { //return emsg....
[ "anthibug@6f0b6db0-715c-11de-a9df-91707ec8e704" ]
anthibug@6f0b6db0-715c-11de-a9df-91707ec8e704
8dd825864c74ec1dba215680d9b55de153ed578b
dd429d4aaf2782f8f3e016c5c3e9730fa8c0de4d
/core/src/com/svmc/mixxgame/attribute/Entity.java
c742e2d01af9d6393f61e22d64ab704dd865f972
[]
no_license
Coder5540/mixxgame
3c7d32bc72993e762cb77e7b24903d1a1d342595
2ecf0ad687aad5cb5b1460fb35b694855a87de68
refs/heads/master
2021-01-09T22:48:39.065046
2014-12-18T09:26:09
2014-12-18T09:26:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
67
java
package com.svmc.mixxgame.attribute; public interface Entity { }
[ "Coder5540@gmail.com" ]
Coder5540@gmail.com
7d3031811bd9cd06374c6b63e8cf1e928fc530a8
e9f223191c660fdd5ba27d7b6b38cd13e6d9565b
/projects/MachineCoding/src/org/coding/textlineeditor/command/impl/PasteCommand.java
41d85c80fbb184cda757288851210bd2e0607e6b
[]
no_license
kumarvishal09/Mywork
99b100ae9022302c9bd8d9568a890d19ab36e081
a27ff4c0d8c64f6da554d8561783f5a733366d4a
refs/heads/master
2021-07-06T01:03:51.884212
2021-05-04T04:58:56
2021-05-04T04:58:56
236,689,268
0
1
null
null
null
null
UTF-8
Java
false
false
648
java
package org.coding.textlineeditor.command.impl; import org.coding.textlineeditor.Doc; import org.coding.textlineeditor.command.Changeable; import org.coding.textlineeditor.event.Event; import org.coding.textlineeditor.event.PasteEvent; public class PasteCommand implements Changeable { private Doc doc; public Past...
[ "kumarvishal1802@gmail.com" ]
kumarvishal1802@gmail.com
efbd3dc9b2b944011b003e6d1d5aab4894ef178c
0e1d9d284c0a9fdc60f06a144f6bc7cc94a18780
/android/app/src/main/java/com/pesquisacnpj/MainApplication.java
229a3d8486d46ae996cb259e3cd05dbdb6f1e751
[]
no_license
CPessoni/pesquisacnpj
e6834ff0d9496666970f2b53ce796f6bba4375df
3ebc4d4af4b7c623bb0158dd6d8233e1160a6385
refs/heads/master
2020-04-17T02:43:11.933133
2019-01-24T12:05:54
2019-01-24T12:05:54
166,149,687
0
0
null
null
null
null
UTF-8
Java
false
false
1,048
java
package com.pesquisacnpj; import android.app.Application; import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.shell.MainReactPackage; import com.facebook.soloader.SoLoader; import java.util.Arrays; import java.util.L...
[ "cleytonpessoni@gmail.com" ]
cleytonpessoni@gmail.com
b7d7514d83fc150c7b4923424e5f032d126fe6fc
c17cadd6dc969c37deb0bfc6ca0d3740c0e6940b
/BasicCoreJava/src/Array/EnhancedForLoop.java
40a80f0effc1951be9e34ce7da8e7b6e5b9c9482
[]
no_license
bilwa93/03072020automation
d16b41673f08b1bd1dc7018c3e158f1dde154de3
d23b10d020cf323143d396afc79d13c53d4321a9
refs/heads/master
2022-11-13T14:54:48.841344
2020-07-04T06:49:45
2020-07-04T06:49:45
276,959,065
0
0
null
null
null
null
UTF-8
Java
false
false
178
java
package Array; public class EnhancedForLoop { public static void main(String[] args) { // TODO Auto-generated method stub String[] name= {"Name1","Name2","Name3"}; } }
[ "bilwa.p1893@gmail.com" ]
bilwa.p1893@gmail.com
01cae1fb57830f71e53f815a427d6122a4003098
17537c091572a94c58975214094fdfeedb57fde1
/core/server/clientProject/commonClient/src/main/java/com/home/commonClient/net/response/login/ClientHotfixResponse.java
d20e8986061b541e7937e4fed29c321381f29b46
[ "Apache-2.0" ]
permissive
mengtest/home3
dc2e5f910bbca6e536ded94d3f749671f0ca76d5
a15a63694918483b2e4853edab197b5cdddca560
refs/heads/master
2023-01-29T13:49:23.822515
2020-12-11T10:17:39
2020-12-11T10:17:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,088
java
package com.home.commonClient.net.response.login; import com.home.commonBase.data.login.ClientVersionData; import com.home.commonClient.constlist.generate.GameResponseType; import com.home.commonClient.net.base.GameResponse; import com.home.shine.bytes.BytesReadStream; import com.home.shine.support.DataWriter; im...
[ "359944951@qq.com" ]
359944951@qq.com
c2e0fd1af53649c3a6b22f0b1830f4076a955e67
d6efaccae1ce0e92347d55434101790f258fd9f7
/src/textcomparer/Main.java
82d697014a9d2dd5945efdceee7daf2a1ba54ba7
[]
no_license
jankeymeulen/TextComparer
bdf86151e6ed5581803bcb2fe373e0d4f4960e62
49384242ee72bab39c6bc451428f851d5ab8c79e
refs/heads/master
2021-01-10T08:53:41.101957
2015-06-03T11:07:05
2015-06-03T11:07:05
36,798,027
0
0
null
null
null
null
UTF-8
Java
false
false
1,929
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package textcomparer; import java.io.File; import java.io.IOException; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; ...
[ "jkeymeulen@jkeymeulen-macpro.roam.corp.google.com" ]
jkeymeulen@jkeymeulen-macpro.roam.corp.google.com
40fe0885f1945a334f06b52425d23daaead063e2
98119c1d07b88c31eee153bef508b4b33c701ae1
/.svn/pristine/40/40fe0885f1945a334f06b52425d23daaead063e2.svn-base
05a3cfc532ef3faec7360ffe4e45b3f10414d7cb
[]
no_license
ghyaolong/spay-admin
dc8e8b394f4f3ba0847eae9cec0d3a10d769c5c3
024dccd05b8a882e74540d288dd96f89ddf5d2cf
refs/heads/master
2021-01-21T17:37:25.410908
2017-05-21T15:20:46
2017-05-21T15:20:46
91,966,533
0
0
null
null
null
null
UTF-8
Java
false
false
2,277
package com.syhbuy.spay.admin.entity; import java.math.BigDecimal; public class dispenseBuyRecord { private String id;//购买记录ID private String activityId; //活动ID private BigDecimal buyAmount;//购买金额 private BigDecimal faceValue; //面值 private Long buyTime;//购买时间 private String...
[ "289911401@qq.com" ]
289911401@qq.com
e9f35782772d4690e88434cf449b12d8c2321ec6
a28267bfa0c90bc5b84ee427dcc972bc2e35411a
/i18n-spigot/src/main/java/com/blackypaw/mc/i18n/interceptor/v1_11/InterceptorScoreboard.java
8417fcb0d2b7c1dc7f5af6ce420b32aaa9a5e512
[ "BSD-3-Clause" ]
permissive
cieldeville/I18N
bff9ac0e3b8041b7c487a5461be20600a038eee0
1d105e5432c3dd99c3ce1173fe0babbda96f034d
refs/heads/master
2021-06-20T08:50:59.685696
2017-06-21T15:45:06
2017-06-21T15:45:06
56,890,583
2
0
null
null
null
null
UTF-8
Java
false
false
4,048
java
/* * Copyright (c) 2016, BlackyPaw * All rights reserved. * * This code is licensed under a BSD 3-Clause license. For further license details view the LICENSE file in the root folder of this source tree. */ package com.blackypaw.mc.i18n.interceptor.v1_11; import com.blackypaw.mc.i18n.I18NSpigotImpl; import com.b...
[ "developers@blackypaw.com" ]
developers@blackypaw.com
c6243cbfc92da5da99d06e75e99fd11ac6c7fb27
19f2e871122e35ac830e2d00c9d90857371a70d9
/score-board/app/src/main/java/com/codecool/scoreboard/apiservice/RetrofitClient.java
236b87f588d445525102a1ae63a0eec1ae6ebe30
[]
no_license
CodecoolGlobal/score-board-java-kagnest
ea7a458c26007e0d2b1c3fd393e681cdc8df9d93
3fd9ea2fca2e5808ee152dc5155085bbc7ad8c14
refs/heads/development
2022-11-07T01:39:44.356200
2020-06-26T13:19:59
2020-06-26T13:19:59
272,633,502
0
0
null
2020-06-26T13:20:00
2020-06-16T06:59:42
Java
UTF-8
Java
false
false
1,134
java
package com.codecool.scoreboard.apiservice; import okhttp3.OkHttpClient; import okhttp3.logging.HttpLoggingInterceptor; import retrofit2.Retrofit; import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory; import retrofit2.converter.gson.GsonConverterFactory; public class RetrofitClient { private static Retrofi...
[ "agnes.kadlot@gmail.com" ]
agnes.kadlot@gmail.com
12204995bfd388c53b1c4d353d3931b9c179670f
df37953eab4f6baabaa711f0f5a0297ae446660c
/src/AlexandraShokhan/lesson4/Task2.java
10170b9d95553b383baa10f3dfb7ca405fde0b00
[]
no_license
Shumski-Sergey/JC2019-09
da54c55facd19242c439c3f900c48678eafcfc43
7065c371d1c83e86fec4180e6adb1b34d30739e5
refs/heads/master
2020-08-02T19:03:56.232185
2020-02-11T19:28:42
2020-02-11T19:28:42
211,473,198
0
17
null
null
null
null
UTF-8
Java
false
false
1,715
java
package AlexandraShokhan.lesson4; // 1.В задаче на поиск максимальной оценки, вывести не саму оценку, а ее номер. import java.util.concurrent.ThreadLocalRandom; public class Task2 { public static void main(String[] args) { int[] grades; grades = createRandomArray(6,1,100); int maxGrade ...
[ "alexandra.shokhan@gmail.com" ]
alexandra.shokhan@gmail.com
fe3c3448bc8601af8babe1b9ef197ca88a9bb0d5
5693307cb78192cdea0cbbde015c39cc9c881f09
/src/main/java/org/apache/storm/executionengine/topologyLayer/TopologyOperator.java
46f899c16ef4efd07d8360a0e2e9105c6fa7cee3
[]
no_license
caofangkun/apache-pig-on-storm
1fe6e4aeb4078ebdf5c9b2b76414a5c0946c4310
725f70d7e52cc69f2ed2fa5f0cc367c7236c564c
refs/heads/master
2016-09-06T17:14:37.473783
2015-08-04T09:54:24
2015-08-04T09:54:24
40,099,755
2
1
null
null
null
null
UTF-8
Java
false
false
9,941
java
package org.apache.storm.executionengine.topologyLayer; import java.io.ByteArrayOutputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.storm.executionengine.physicalLa...
[ "caofangkun@gmail.com" ]
caofangkun@gmail.com
361df97718c238b8ac3ba616d2adcd87b9114e12
cfc60fc1148916c0a1c9b421543e02f8cdf31549
/src/testcases/CWE789_Uncontrolled_Mem_Alloc/CWE789_Uncontrolled_Mem_Alloc__getQueryStringServlet_53d.java
fdbb176624fa51406685c61253a1dfbac2e1554a
[ "LicenseRef-scancode-public-domain" ]
permissive
zhujinhua/GitFun
c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2
987f72fdccf871ece67f2240eea90e8c1971d183
refs/heads/master
2021-01-18T05:46:03.351267
2012-09-11T16:43:44
2012-09-11T16:43:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,554
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__getQueryStringServlet_53d.java Label Definition File: CWE789_Uncontrolled_Mem_Alloc.int.label.xml Template File: sources-sink-53d.tmpl.java */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: getQueryStringServlet Pa...
[ "amitf@chackmarx.com" ]
amitf@chackmarx.com
2df4c3c012454857f5f8a9879189705fb745a343
b2c4cf8182f6f918ee1174d8bfc0c37a88e20244
/src/javapreviousversion/com/lambda/Greeter.java
9f97cf9916cc8984a71e2010f22c3e5b3e5870d7
[]
no_license
fame2105/Lambda_Java_8
23ffb22389c0fef0798a8834c04b41f1058e1777
07f0e30e31b371db0e62751fabcd56e00ce3098a
refs/heads/master
2021-07-02T16:08:13.541942
2017-09-22T03:36:55
2017-09-22T04:27:44
104,066,221
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
package javapreviousversion.com.lambda; public class Greeter { public void greet(Greeting greeting) { greeting.perform(); // System.out.print("Hello World"); } public static void main(String[] args) { Greeter greeter = new Greeter(); // greeter.greet(); Greeting helloWorldGreeting = new HelloWorldGr...
[ "fame.issrani@appdirect.com" ]
fame.issrani@appdirect.com
c652cf54de86da2de3f3ecf90abdf0ae0d3671e9
3cf20776cd836f08414436fc01158ed114966ca6
/JW_201802104029/src/bysj/Dao/TeacherDao.java
21bfbe463c313bd38f7e1fe04c2f12be6857e394
[]
no_license
chen-yiqian/JW_201802104029_27
a91ae4eb57921f4cdbe5dfb13b11c00f88b21967
17f35902b9e0f0fb39e99c6b6117c5dd0b9a4477
refs/heads/master
2020-09-20T03:25:32.717672
2019-11-27T07:03:54
2019-11-27T07:03:54
224,366,261
0
0
null
null
null
null
UTF-8
Java
false
false
5,522
java
package bysj.Dao; import bysj.Daomain.Degree; import bysj.Daomain.Department; import bysj.Daomain.ProfTitle; import bysj.Daomain.Teacher; import bysj.Service.DegreeService; import bysj.Service.DepartmentService; import bysj.Service.ProfTitleService; import bysj.Service.TeacherService; import bysj.Util.JdbcHelper; imp...
[ "1270644701@qq.com" ]
1270644701@qq.com
868abe8d1e927ed028ea1da3b850b6eb23b9da3b
c9191f99c1af05b655609cbd11bd42240a6c5cc2
/core/src/main/java/io/rainrobot/wake/core/json/IdabelCollectionDeSerializer.java
da5251ee9ef85f6962f4790eafe919ae9405abcc
[]
no_license
extremeFunk/WakeApp
09a0df27c8a24961ceed04da31bc9363e1fe1493
2294c3007309b0af7e0c5993f64c31834aa594ee
refs/heads/master
2020-07-24T20:19:02.526324
2019-11-11T21:48:16
2019-11-11T21:48:16
157,155,699
0
0
null
null
null
null
UTF-8
Java
false
false
1,165
java
package io.rainrobot.wake.core.json; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonDeserializer; import com.fasterxml.jackson.databind.JsonNode; import jav...
[ "roy.barak.m@gmail.com" ]
roy.barak.m@gmail.com
e0726350e938059d6e2fa730b638ab59560c5235
53efcbcb8210a01c3a57cdc2784926ebc22d6412
/src/main/java/br/com/fieesq/model54330/FieEsq05343.java
0ea52701cdde3f344be411901c0fbc6606220415
[]
no_license
fie23777/frontCercamento
d57846ac985f4023a8104a0872ca4a226509bbf2
6282f842544ab4ea332fe7802d08cf4e352f0ae3
refs/heads/master
2021-04-27T17:29:56.793349
2018-02-21T10:32:23
2018-02-21T10:32:23
122,322,301
0
0
null
null
null
null
UTF-8
Java
false
false
768
java
package br.com.fieesq.model54330; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Transient; @Entity public class FieEsq05343 { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private int...
[ "fie2377@gmail.com" ]
fie2377@gmail.com
4619646ec0c4b4e57d804e4d84eb62b618931c20
6e0b9487e3b77b4ff7e9b91b68d85d53f5e3ca17
/src/com/zhxy/chapter9/interfaces/Apply.java
5cf87ff8f7d100f0b69d130616a52f52ccc9d53c
[]
no_license
zhxysky/thinginjava
ee1adcdce3d020ebbaa0d1a895fac061ecd96815
dce8e09e08020631ffd0cff5d8b6d39a13169f73
refs/heads/master
2020-04-06T07:05:58.905479
2016-08-29T13:58:42
2016-08-29T13:58:42
65,739,562
0
0
null
null
null
null
UTF-8
Java
false
false
205
java
package com.zhxy.chapter9.interfaces; public class Apply { public static void process(Processor p,Object s) { System.out.println("Using Processor "+p.name()); System.out.println(p.process(s)); } }
[ "zhangxiaoyan@zhangxiaoyandeMacBook-Pro.local" ]
zhangxiaoyan@zhangxiaoyandeMacBook-Pro.local
b04fa2f0141b68080849352afcb4e58ad3c819a9
7549c76c26095f2b6bb174cac78f7dd7b5094aad
/chicha/src/main/java/com/chicha/genericlib/FileLib.java
f691f6627db1d3a57cd190beb63462cab2805e2a
[]
no_license
yeshwanth135/chotu
6d42db65c79ecbdfc735bf9beb1382ea84548169
e2b5b5ddbd9880d10a3dce0196291d8d214fbefa
refs/heads/main
2023-08-23T17:13:57.724168
2021-09-24T14:23:50
2021-09-24T14:23:50
405,900,118
0
0
null
null
null
null
UTF-8
Java
false
false
1,566
java
package com.chicha.genericlib; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.util.Properties; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.ss.usermodel.WorkbookFactory; public class Fil...
[ "sunny@DESKTOP-R6249JK" ]
sunny@DESKTOP-R6249JK
9f641ead912ce88055e19105bef8f44570c891c0
0305ac4a0e235825dbb8fc05f54352341e290a2c
/src/test/Test2.java
6443c92c2b9c3ef42b73d65c9a40ae9c137bad73
[ "MIT" ]
permissive
benTrust/Test
c9d1f7b69a9fa84a6a6e7947331bbbb98fabc76b
7d0ba9146fc895dc09bbd319515aefe4a42d70ca
refs/heads/master
2021-07-02T19:31:45.134946
2017-02-01T20:31:55
2017-02-01T20:31:55
34,114,818
0
0
null
null
null
null
UTF-8
Java
false
false
193
java
package test; public class Test2 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Ca ne marche pas ?"); } }
[ "ben@debianBen" ]
ben@debianBen
b8f71dd09952a950324c2289f320be70e9eb4835
17ea252660c5d98dc719ce1d2b1c9e89f306e5e6
/src/top/lolcl/dao/RoleRightMapper.java
ebeba0b4151cae3b1a70038fc081c2b338301be8
[]
no_license
sanchoziyan/MyBlogBack
36e0195442bdcd836cedccb24f14fa557f8aa612
abd344be7b6c7aa73672d9a147dac4e5eb5fd4c3
refs/heads/master
2020-04-14T19:10:51.928103
2019-01-04T02:46:11
2019-01-04T02:46:11
164,048,037
0
0
null
null
null
null
UTF-8
Java
false
false
249
java
package top.lolcl.dao; import java.util.List; import top.lolcl.entity.RoleRight; public interface RoleRightMapper { int insert(RoleRight record); int insertSelective(RoleRight record); List<RoleRight> selectByROID(String roid); }
[ "997109508@qq.com" ]
997109508@qq.com
2e1947a55cf40dfda60e21fac390ea616c695e3e
81b3d03841dd7039fed5b11e2f48859f23eec685
/CareerCups/ReverseWords.java
9972e7ed44fdf3f9c2f6228684a62c3c76adca31
[]
no_license
choitom/Algorithm
451f74856deee514ab96e6d60e755699646371a9
918da6bd8457a26e88beae528cd77856c586298f
refs/heads/master
2020-05-22T08:14:35.772977
2016-09-26T02:50:01
2016-09-26T02:50:01
65,788,845
0
0
null
null
null
null
UTF-8
Java
false
false
797
java
/** Author : Tom Choi Date : 08/16/2016 Problem -> Given an input string, reverse the string word by word where a word is defined as a sequence of non space characters ex) the sky is blue -> blue is sky the */ public class ReverseWords{ public static void main(String[] args){ String str = "the sky is ...
[ "choito@carleton.edu" ]
choito@carleton.edu
1b914bb29552c69b2368065fca2ae541b4377041
3aff018554883e2def5ef477deb66cfcc7ff8d9a
/app/src/main/java/com/example/tutorial/GameObject.java
f70e0e3aff78058fba5eacf5ec2d8621ce56d438
[]
no_license
LBWNB2020/GAME
373682249779ac8bc6f28a75e90ba6c83014d983
f60d19e8fc96033e02de6d3b2f63ffce7438b9a6
refs/heads/master
2022-11-12T21:06:52.684492
2020-06-30T05:32:46
2020-06-30T05:32:46
276,001,216
0
0
null
null
null
null
UTF-8
Java
false
false
159
java
package com.example.tutorial; import android.graphics.Canvas; public interface GameObject { public void draw(Canvas canvas); public void update(); }
[ "67581178+LBWNB2020@users.noreply.github.com" ]
67581178+LBWNB2020@users.noreply.github.com
6d25d088b11b47f54fbff4d17bb0a308d611b261
55060cb3471b4d00543cde26e0b6f0e3f4cb525a
/src/test/_617mergeTrees.java
86f870baff2cd21b8c78ba10bca1a9956bbc5f78
[]
no_license
kuangbo/leetcode
3fc72ac079ca586bc3f5260b4107a2d9c4d4d8c6
a912371c27d27e49cb97c8f1149fbf20f0faec70
refs/heads/main
2023-04-16T10:28:22.182877
2021-04-13T13:23:30
2021-04-13T13:23:30
313,488,467
1
0
null
null
null
null
UTF-8
Java
false
false
671
java
package test; /** * Created with IntelliJ IDEA. * User: kuangbo * Date: 2020/8/21 * Time: 下午12:27 */ public class _617mergeTrees { public TreeNode mergeTrees(TreeNode t1, TreeNode t2) { if(t1 == null && t2 == null) return null; if(t1 == null) return t2; if(t2 ==...
[ "193976337@qq.com" ]
193976337@qq.com
2d908925c99c6d98558eb732b534e714fcafe2fe
9794e4557796766971bb365dfd1c5f336ee75351
/src/main/java/com/jyall/mapper/ProductMapper.java
8fbecfaa5afd1685d48e4453dd0c2bfa52aaa72f
[]
no_license
wanglinqiao/demo-provider
8758d4aaa3a7a534587cf56641ae690df5444d97
2c8417cb556e3095126433d492094d5831efa3ab
refs/heads/master
2021-01-13T13:18:06.395319
2016-12-02T09:01:15
2016-12-02T09:01:15
72,634,846
0
0
null
2016-12-02T09:01:15
2016-11-02T11:49:49
Java
UTF-8
Java
false
false
503
java
package com.jyall.mapper; import com.jyall.mapper.provider.ProductMapperProvider; import com.jyall.pojo.Product; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.SelectProvider; import java.util.List; import java.util.Map; /** * Created by wang.linqiao on 2016/10/31. */ @Mapper pub...
[ "wang.linqiao@jyall.com" ]
wang.linqiao@jyall.com
5220f07c8bd9ef7a00934353761722df3a2eee80
7c8896ebd1acab1bcbe3c42f71337be1066e8e34
/src/main/java/muic/ooc/zork/items/Spinach.java
720c313d7933cdcea5890ebda12a6ff2d2b54c69
[]
no_license
thecheesynachos/zork_game
6cc1ca2e373fd3ab062dccc40fe6017b79164cf7
40af522b5d41d3cc679a0b10d985513b35473d4d
refs/heads/master
2020-05-25T21:10:26.449729
2019-05-24T15:56:27
2019-05-24T15:56:27
187,994,290
0
0
null
null
null
null
UTF-8
Java
false
false
540
java
package muic.ooc.zork.items; import muic.ooc.zork.gameplay.GameBag; import muic.ooc.zork.gameplay.Observation; public class Spinach extends Item { public Observation use(GameBag gameBag) { gameBag.getPlayer().incrementMaxHealth(); gameBag.getPlayer().incrementMaxAttack(); gameBag.getPlayer().incrementMaxMana...
[ "apivich.hemachandra@gmail.com" ]
apivich.hemachandra@gmail.com
545d30ec4a25908cecae3e9f6c02ab9c3a618ae5
39b05cd987000e95a68f70abe52c23cb73434f02
/app/src/main/java/com/utsman/moviedb/model/Genre.java
fe3269a2a637c62488a1613f2ee7b24cfe632f86
[]
no_license
TeknopediaAsia/MovieDb
f1d1eb3cd61541f98ec0e9d6815409a0bc783fe4
38fb63ff303bcac44ce14256e443d401ae9ac467
refs/heads/master
2020-06-22T19:27:13.149315
2019-07-19T14:42:18
2019-07-19T14:42:18
197,789,194
0
0
null
null
null
null
UTF-8
Java
false
false
564
java
package com.utsman.moviedb.model; import com.google.gson.annotations.SerializedName; public class Genre { @SerializedName("id") private Integer id; @SerializedName("name") private String name; public Genre(Integer id, String name) { this.id = id; this.name = name; } pub...
[ "kucingapes@gmail.com" ]
kucingapes@gmail.com
366974d276e86daa033e6100599455635131548a
5dbaa26cf3ee5c3d035f23466f57b4622f7887e9
/day3-array/Concatenate.java
6d895977e1e27cbcec9f49feef61cf73f0c51cc6
[]
no_license
pssruthy/learnJava
89a4e8c10d87d517709a9069e0d127fda00a8e3a
dd9012f0b6409b9a689639de5ad799cbb550717c
refs/heads/main
2023-01-05T11:52:03.125366
2020-10-30T20:29:53
2020-10-30T20:29:53
306,053,950
0
0
null
null
null
null
UTF-8
Java
false
false
740
java
public class Concatenate { public static void printArray(int[] array) { for (int i : array) { System.out.println(i); } } public static int[] concatenate(int[] array1, int[] array2) { int[] concatenatedArray = new int[array1.length + array2.length]; for(int index = 0; index < array1.length...
[ "58027046+pssruthy@users.noreply.github.com" ]
58027046+pssruthy@users.noreply.github.com
1e5fadf6ba214ea3d914b3137d6e88da76d71dd1
46577474beb29b57604ab2887f56c388f4faa3c0
/eventPlanner/src/main/java/com/anz/eventplanner/controller/UserController.java
7d7c03c8558e2afe95662faf181227dc1178d742
[]
no_license
Amuthalakshmi/eventPlanner
7e0ec2cc2ab3d61bb75234f60c1d28607613178e
d665f58d1445984ba835ac8bb8c203dc775b2e42
refs/heads/master
2021-01-20T04:54:10.806426
2017-06-10T05:48:29
2017-06-10T05:48:29
89,747,139
0
0
null
2017-06-10T05:48:29
2017-04-28T21:47:01
Java
UTF-8
Java
false
false
2,578
java
package com.anz.eventplanner.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.MessageSource; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotat...
[ "ammu.veera@gmail.com" ]
ammu.veera@gmail.com
9582fbedf8f06d23cb24a463c11aeaaf441ed4fa
653a0b15c48a5c12e8b6a841aacec1815384fdf8
/src/main/java/com/wang/bean/Red.java
928e3dfa55d9b781e794e17c3c3ac55b31271af7
[]
no_license
SillyBoy007/spring-annotation
fe5eadb3d04c0a00a996cd657d99101eaad3465d
1c467c0f09b5123f6fb099f38140f3cc6aa09761
refs/heads/master
2020-04-13T18:36:16.541103
2019-03-13T05:14:18
2019-03-13T05:14:18
163,379,507
0
0
null
null
null
null
UTF-8
Java
false
false
45
java
package com.wang.bean; public class Red { }
[ "814752288@qq.com" ]
814752288@qq.com
8f4fac14fa1f7077df8aae4adf403ba4f7773ae5
94e1a8cd679491c0d6b923f3164c151eb525fd44
/app/src/main/java/roomies/com/roomies/controllers/secondactivity/lists/edit/EditListFragment.java
080d81259053381e0c8e6997ad8acac4929e707f
[]
no_license
AlixAmoureux/Roomies-Android
6ff6470760efb769dfb90ee27325d624538a6359
d51b526bf6072d83661e9d65ebcb8b72dacfbddc
refs/heads/master
2021-06-10T18:05:45.628942
2017-02-22T16:32:27
2017-02-22T16:32:27
79,747,132
0
0
null
null
null
null
UTF-8
Java
false
false
9,529
java
package roomies.com.roomies.controllers.secondactivity.lists.edit; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.util.Log; import android.view.Lay...
[ "alix.amoureux@epitech.eu" ]
alix.amoureux@epitech.eu
e8ef82a8bd15642b9033784c35e60dc39bcb94e7
67cae444096bdc9d110c7bf2170e965fc963e527
/WBHGEF_Palette/src/wbhgef/Perspective.java
b03209e53904621a786a47d52b057bfa973920d0
[]
no_license
Jevinliu/GEF-Demo
0b4110dfd74a0d04802ec9999c2dae60a8a26d78
7c7972370ea2db8ccb368c1539de3817680b1131
refs/heads/master
2021-05-04T10:02:31.447357
2016-12-14T02:25:54
2016-12-14T02:25:54
52,586,163
2
0
null
null
null
null
UTF-8
Java
false
false
590
java
package wbhgef; import org.eclipse.ui.IFolderLayout; import org.eclipse.ui.IPageLayout; import org.eclipse.ui.IPerspectiveFactory; public class Perspective implements IPerspectiveFactory { private static final String ID_TABS_FOLDER = "PropertySheet"; public void createInitialLayout(IPageLayout layout) { String...
[ "857684042@qq.com" ]
857684042@qq.com
6fce2a6a7faf06a6a6e81cb3e66613c83a2d36c4
5df6e828df86c74c88b8ff686dd2e78fc14519a9
/iDrive/src/com/ccpress/izijia/util/GDLocationUtil.java
ffef8dda240e4c794afdb15e3dc927a679440cc1
[]
no_license
dmz1024/IDrive
366d317e348ee73453bec08fff6f141ef7ae5986
abc8c2853a7a385eb967b7a37df1d3d1225ec53d
refs/heads/master
2020-12-25T14:39:05.753920
2016-06-22T02:31:05
2016-06-22T02:31:05
61,682,702
0
0
null
null
null
null
UTF-8
Java
false
false
8,962
java
package com.ccpress.izijia.util; import android.content.Context; import android.content.SharedPreferences; import com.amap.api.location.AMapLocation; import com.ccpress.izijia.Constant; import com.ccpress.izijia.entity.CityEntity; /** * Created by Wu Jingyu * Date: 2015/9/8 * Time: 10:27 */ public class GDLocatio...
[ "894350911@qq.com" ]
894350911@qq.com
6eb6241244dbfda80afe984b66e27ca035e871a3
49009bfd3531fc9b326931f5f4f598840e2fa5ec
/app/src/main/java/cn/bsd/learn/transfer/files/utils/Utils.java
5eccfa9e8191e9dcf1f097ba1298ccf53a185bd5
[]
no_license
ApeCold/Learn_Transfer_Files
04e08434d1b8be64a1d6f42c8e3a964a19db0f81
513c4401b6d7ddabbbbab27c7ab82da5dfed37be
refs/heads/master
2020-05-27T05:58:21.042622
2019-05-25T02:26:06
2019-05-25T02:26:06
188,511,138
0
1
null
null
null
null
UTF-8
Java
false
false
1,598
java
package cn.bsd.learn.transfer.files.utils; import com.netease.async.library.EventBus; import com.netease.async.library.util.Constants; import java.io.File; import java.text.DecimalFormat; public class Utils { // 获取文件大小 public static String getFileSize(long length) { DecimalFormat df = ne...
[ "bishiduo@126.com" ]
bishiduo@126.com
34ed07d42150ad4cc31c677a8e7b32262ca1d33d
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-new-fitness/results/MATH-49b-3-17-Single_Objective_GGA-IntegrationSingleObjective-/org/apache/commons/math/linear/OpenMapRealVector_ESTest.java
31fd48b76569e49c6a1d5d759170f7ce249d62ad
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
1,725
java
/* * This file was automatically generated by EvoSuite * Mon May 18 02:42:33 UTC 2020 */ package org.apache.commons.math.linear; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.apache.commons.math.linear.OpenMapRealVector; import org.apache.co...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
7fd46490fdccb4f71dcf24988639b031ff2f5225
bfdc2e4e6a1f329ea5fc0a5836744ed5ac6d0d2e
/jaql/src/main/java/com/bordereast/jaql/JAQL.java
b5e17341736467eeabb1c2fba41150bd5659f969
[]
no_license
bordereast/jaql
edb1acde27a75bb82534122bd08a3ed1d7e16b46
99ffca171777590ddb4cfde614e37be69da18c91
refs/heads/master
2021-01-20T06:35:48.884267
2017-08-26T19:55:41
2017-08-26T19:55:41
101,509,551
1
0
null
null
null
null
UTF-8
Java
false
false
4,998
java
package com.bordereast.jaql; import com.bordereast.jaql.arango.Keyword; import com.bordereast.jaql.arango.Logical; import com.bordereast.jaql.arango.Operator; import java.util.Map; import java.util.Optional; import com.bordereast.jaql.arango.Filter; import com.bordereast.jaql.arango.For; import com.bordereast.jaql.a...
[ "agrothe@gmail.com" ]
agrothe@gmail.com
849fa88a038ce667d3ed57a04a1ab3af3498ad27
70d1d5547ba3faf5347f247ab3dbf7db62cd04a3
/pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/DockerLabelStepTest.java
a602ed72eefdc0084eaec83a1844c7dfe0c21614
[]
no_license
cloudbeers/pipeline-model-definition-plugin
c29b48ce0b75fad82653475286f92df1cc1ba84e
d646f0a758f7187c9808fb76d4091482942d848b
refs/heads/master
2020-12-24T12:01:37.026433
2016-11-04T23:24:21
2016-11-04T23:24:21
73,097,623
0
2
null
2016-11-07T16:21:07
2016-11-07T16:21:06
null
UTF-8
Java
false
false
5,381
java
/* * The MIT License * * Copyright (c) 2016, CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, c...
[ "rsandell@cloudbees.com" ]
rsandell@cloudbees.com
ed23ae7abff8e20f14aa7345ad588d3be6d06a58
096e59da5277993ea596bba4a23b5a1799fe8458
/BloodBankSystem/src/main/java/org/hcl/Config/AppContext.java
4a34d7136d784c99fceaee7af23d10884307108c
[]
no_license
sarumathy98/SarumathyM
adf7fbdec7b36c38a0d27ddc8ef153351b590d3b
3ea4d905c7ddeb6c36153c513b06ed27f8b742cf
refs/heads/main
2023-01-05T20:53:36.188791
2020-10-27T12:11:29
2020-10-27T12:11:29
307,687,694
0
0
null
null
null
null
UTF-8
Java
false
false
2,342
java
package org.hcl.Config; import java.util.Properties; import javax.sql.DataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotat...
[ "noreply@github.com" ]
sarumathy98.noreply@github.com
d7074a55a17d9f9cb665bf70e834045b8b2b664a
f3d2df2f2aff927bad0b6bae713fc93dcbba052c
/src/me/daddychurchill/CityWorld/Support/SupportChunk.java
ed8eb6f300673589dbab4fc29b5e8773a63592e8
[]
no_license
lazareth241/CityWorld
dbbb8f709d3df905138c5f58db41339edffeb70b
9112f4fb1f50ff30b18bb09c38dced3975038dda
refs/heads/master
2021-01-16T20:42:59.610649
2013-05-24T16:49:45
2013-05-24T16:49:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,698
java
package me.daddychurchill.CityWorld.Support; import me.daddychurchill.CityWorld.WorldGenerator; import org.bukkit.Material; import org.bukkit.World; public abstract class SupportChunk { public World world; public int chunkX; public int chunkZ; public int worldX; public int worldZ; public int wi...
[ "eddie@virtualchurchill.com" ]
eddie@virtualchurchill.com
69745b4e053f7823cde53f4c4a04449a36b67ed4
1a7c86c16e74a67db230e9eadf5239384cdb8d00
/src/main/java/app/constant/UserRegistreationConstants.java
4e61d42f46d1f12938d9e6fab479d8931c37aa59
[]
no_license
tech-zinfinity/mumbanksocialapp
4ed1fe48f5e011c2bfee7911ac53aafe9a6d7d23
21d10ea4d6286c8ad68c7028f2ff18f32ae2ba53
refs/heads/master
2023-06-30T13:55:28.066761
2021-01-10T17:55:20
2021-01-10T17:55:20
216,885,906
0
0
null
2023-06-14T22:31:46
2019-10-22T18:45:14
Java
UTF-8
Java
false
false
72
java
package app.constant; public interface UserRegistreationConstants { }
[ "darshan.redkar@zinfinity.in" ]
darshan.redkar@zinfinity.in
ccac2b0df261e84b4cf6ab553e5afea06a66e54f
680aff4a8cb4c1a933fc6ab4e2fc4291d09ca0b5
/blankApp-jar/src/main/java/org/silverpeas/components/blankApp/blankStuff/BlankStuffService.java
30e88a109216dd903027eb1144a2e910a1050538
[]
no_license
ndup0nt/archetype-sandbox
00987b92459a6ca4a19db2cee96ee81905c86eee
5d5b0b03e4baad6914c9bf55479b19bb83af588d
refs/heads/master
2021-01-18T18:32:17.179830
2012-10-30T14:47:14
2012-10-30T14:47:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,359
java
/** * Copyright (C) 2000 - 2012 Silverpeas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * As a spe...
[ "nicolas.dupont@oosphere.com" ]
nicolas.dupont@oosphere.com
a160e48adafd625ce8e6e0f97b7c907c7b58b525
004c1c68ab5933be098633eacc158f1b45a1aad1
/src/main/java/com/gmail/socraticphoenix/sponge/star/chat/command/conversation/CommandPrompt.java
2074599a2a045b3fac3f30545522f7ef862a3b10
[]
no_license
intronate67/StarAPI
0a269e5f00769a7911384227291ad42510339302
06eaec7c93d3345e3abfdb3d97a737d2a47d6dfd
refs/heads/master
2021-01-22T16:45:00.016330
2015-12-24T03:50:47
2015-12-24T03:50:47
48,661,770
0
0
null
2015-12-27T21:51:45
2015-12-27T21:51:44
null
UTF-8
Java
false
false
2,589
java
/* * The MIT License (MIT) * * Copyright (c) 2015 socraticphoenix@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction, * including without limitation the ri...
[ "socraticphoenix@gmail.com" ]
socraticphoenix@gmail.com
fab4e0e77db32618063b846904261599066f1fc1
473b76b1043df2f09214f8c335d4359d3a8151e0
/benchmark/bigclonebenchdata_partial/13949581.java
749e6bd5f503f268cdab2cb04b5c606743bfcf3f
[]
no_license
whatafree/JCoffee
08dc47f79f8369af32e755de01c52d9a8479d44c
fa7194635a5bd48259d325e5b0a190780a53c55f
refs/heads/master
2022-11-16T01:58:04.254688
2020-07-13T20:11:17
2020-07-13T20:11:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
420
java
class c13949581 { public static String cryptografar(String senha) { try { MessageDigest md = MessageDigest.getInstance("MD5"); md.update(senha.getBytes()); BigInteger hash = new BigInteger(1, md.digest()); senha = hash.toString(16); } catch (NoSuch...
[ "piyush16066@iiitd.ac.in" ]
piyush16066@iiitd.ac.in
c99e90d76d7c5f9a85fd5014c658160390ae631b
85f2b0db09ff47517d5c31368c862e714acdc614
/FibBenchGithub/src/ExpectedSarsa/RewardCalculator.java
6817e96e7bc99086bb5368bc7f48e82f90c3bca5
[]
no_license
paridee/elasticDAGscheduler
3db4df05ce3ee89ed9f23f122f50a31481642234
60e7171a54dc9570925fb0f7e087e50940bc3593
refs/heads/master
2021-01-01T04:12:59.852207
2016-05-26T22:07:42
2016-05-26T22:07:42
59,289,746
0
0
null
null
null
null
UTF-8
Java
false
false
84
java
package ExpectedSarsa; public interface RewardCalculator { double giveReward(); }
[ "paride.casulli@gmail.com" ]
paride.casulli@gmail.com
1b1fde14f4f58b1f3bbaa233520a47327e12f1a3
056483e0e2fbe72fb86264f3aff0066d22b18db5
/ch06/src/Exercise15/MemberService.java
a22d4fcddc974bcb186f5e66a2de6c6d1e0255da
[]
no_license
lx9203/java-lecture
f614f6b31f5ae547bd3d00104184dcb926255c16
6bf104b394fc25558c46c79bf65cf855a599bb9c
refs/heads/master
2020-04-28T19:55:37.974525
2019-05-20T01:05:07
2019-05-20T01:05:07
175,526,926
1
0
null
null
null
null
UTF-8
Java
false
false
324
java
package Exercise15; public class MemberService { public boolean login(String string, String string2) { if (string == "hong") { if (string2 == "12345") return true; } return false; } public void logout(String string) { if (string == "hong") System.out.println("로그아웃 되었습니다."); } }
[ "lx9203@naver.com" ]
lx9203@naver.com
be9e469a51000737f85d0f51e4fdd780ca13fb93
ebc4c021ba6cd87e08fdb344e1a6db3ab2abb758
/xdengue/src/com/smartcommunities/xdengue/breedingSitesActivity.java
bfe49dd8ad82e7bf8743b2570da299d3e67d5fb1
[]
no_license
achyut1991/Dengue
b2c614e7bd83ca605b19899985e00297e34ddccc
faf914ae39a077e30bc51ae3fbfb57e8ac60dfd2
refs/heads/master
2020-05-31T22:05:42.730609
2012-08-15T15:02:44
2012-08-15T15:02:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,521
java
package com.smartcommunities.xdengue; import android.app.Activity; import android.content.Context; import android.content.res.TypedArray; import android.os.Bundle; import android.view.ContextMenu; import android.view.ContextMenu.ContextMenuInfo; import android.view.MenuItem; import android.view.View; import ...
[ "achyut1991@gmail.com" ]
achyut1991@gmail.com
c47014c5a3dc2dd4e7a11577d61155d406253c16
945b8742f6ce9eaaed44c374d453bcdec3f38376
/src/main/java/demo/testdemo.java
65bbcc312f0a1bf7e5719797ab154fd2236b7e69
[]
no_license
bignyy/gmall2020-parent
ee7534aa45dbc1c071b888156a9083eac08dd4ea
cd1894b298ab5f3cc432dc1e21a6d00b55cafae6
refs/heads/master
2022-11-20T07:56:54.815100
2020-07-16T07:22:40
2020-07-16T07:22:40
280,075,807
0
0
null
null
null
null
UTF-8
Java
false
false
130
java
package demo; public class testdemo { public static void main(String[] args) { System.out.println("hahaha"); } }
[ "bignyy@126.com" ]
bignyy@126.com
a2466f150ddf5a5987f9f65998a23194d8739362
55f0bb56c3e2cefe50f7f8573c6b63973ae57a68
/src/main/java/com/zerphy/separategwt/web/rest/errors/InternalServerErrorException.java
d3c0b5a069503dbb545ff543b8a3331cffca4a7e
[]
no_license
szerphy/separate-gwt
9e9fab573caf44fdf607001d64a02c654953201d
1ff54871214a3f29c7d1da1561f4df05ac23a4df
refs/heads/master
2020-04-08T14:58:01.894434
2018-11-28T07:16:48
2018-11-28T07:16:48
159,459,713
0
0
null
null
null
null
UTF-8
Java
false
false
507
java
package com.zerphy.separategwt.web.rest.errors; import org.zalando.problem.AbstractThrowableProblem; import org.zalando.problem.Status; /** * Simple exception with a message, that returns an Internal Server Error code. */ public class InternalServerErrorException extends AbstractThrowableProblem { private stat...
[ "zerphy@gmail.com" ]
zerphy@gmail.com
2a50f2b53ddec8be24d16825d26a2a45ae4d5141
008e36b8328909c10deb72a6ce6c951d648498c7
/tracker-storm/src/main/java/com/tracker/storm/drpc/drpcprocess/Drpc_Example.java
65092f6698ddb9e7a6ea2e332b389914d758d93c
[]
no_license
luxr123/UserAnalysis
3f090e32c35da31fd98412df673db5607a95b32c
e2c5740d5ba0db69bf6d9908714e2c3425702506
refs/heads/master
2021-01-10T19:58:49.544112
2014-10-31T02:04:22
2014-10-31T02:04:22
25,714,894
0
4
null
null
null
null
UTF-8
Java
false
false
2,176
java
package com.tracker.storm.drpc.drpcprocess; //this is no longer used just for sampling //Drpc request field value //CLIENT-->DRPC SERVER-->TRANSPORT BOLT-->REAL TIME BOLT -->this-->Aggregate Bolt-->CLIENT import java.io.Serializable; import java.util.Calendar; import java.util.Properties; import java.util.Set; import ...
[ "luxr123@gmail.com" ]
luxr123@gmail.com