blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
5bfa5359f87de4d06d38a58934cf461b867eee7e
a4a2aa2d39ca40874fa250c3552bba9e10c65cb2
/Labs/Lab3/app/build/generated/source/buildConfig/debug/com/example/android/navdrawerexperiment/BuildConfig.java
73718988c1b1cd5f4341a6fe0fbbcb11836ec157
[ "Apache-2.0" ]
permissive
Aldoreh46/COMP4200
418c311f680785179f2c0d392b538453c22c0bbc
dc9bf760852614f160910a759a40ce39e0235de6
refs/heads/main
2023-03-11T00:48:51.391486
2021-03-02T01:42:09
2021-03-02T01:42:09
331,457,021
0
0
null
null
null
null
UTF-8
Java
false
false
443
java
/** * Automatically generated file. DO NOT MODIFY */ package com.example.android.navdrawerexperiment; public final class BuildConfig { public static final boolean DEBUG = Boolean.parseBoolean("true"); public static final String APPLICATION_ID = "com.example.android.navdrawerexperiment"; public static final Str...
[ "37591733+Aldoreh46@users.noreply.github.com" ]
37591733+Aldoreh46@users.noreply.github.com
92d4d9f35ff8ca8e62749d4871b4e5a3a5f4155d
3457d78ae3dd2bce827f6b927d601eb8856e2567
/src/main/java/coursera/bio/iii/ManhattanTourist.java
d5bf680274a64864d1e17da10ef2a99248b86182
[]
no_license
fejesa/coursera-bioinfo
9db85fae4575eb8a6a04a3e64c7be438266f43ec
d4351f8cc5ca624f2bf9671865a5978e16a8b503
refs/heads/master
2020-03-25T17:35:12.160100
2018-08-08T08:41:23
2018-08-08T08:41:23
143,984,889
1
0
null
null
null
null
UTF-8
Java
false
false
520
java
package coursera.bio.iii; public class ManhattanTourist { public static int longestPath(int n, int m, int[][] down, int[][] right) { int[][] s = new int[n + 1][m + 1]; for (int i = 1; i <= n; ++i) { s[i][0] = s[i - 1][0] + down[i - 1][0]; } for (int j = 1; j <= m; ++j) { s[0][j] = s[0][j - 1] + right[0...
[ "andras.fejes@omixon.com" ]
andras.fejes@omixon.com
9fc0330ede58baf326b63e6d9a1cf72553444cac
bd695cd51b58ee1e179b618d916384deb81a1cd9
/login/src/com/internousdev/login/action/LoginAction.java
1cbdb12860151066bb816b518da2ab38d548cee1
[]
no_license
hijiri00018/test
0959d5fcf70c1e0cf2faab08f5fe4d9e73e690f3
f83907053eee2bc4bf71d53545b4b2c5e5112c24
refs/heads/master
2020-04-11T20:56:14.704761
2018-12-27T06:31:44
2018-12-27T06:31:44
162,088,939
0
0
null
null
null
null
UTF-8
Java
false
false
793
java
package com.internousdev.login.action; import java.sql.SQLException; import com.internousdev.login.dao.LoginDAO; import com.internousdev.login.dto.LoginDTO; import com.opensymphony.xwork2.ActionSupport; public class LoginAction extends ActionSupport{ private String name; private String password; public String exe...
[ "hijiri19930423@gmail.com" ]
hijiri19930423@gmail.com
5d5a1d56826fd1644c8366b6a31c19aa00a159ae
a132b5f4f6c8b9619321eebfadc42422e6b1cdfc
/src/main/java/com/minh/contacts/models/requests/LoginRequest.java
f768d089e83f882b06722940e44a50284bdffc3a
[]
no_license
huynhngocminh2511/Contacts_API
12d624342696762a67a504ad4969ee9ce1163d92
cc8f44bc09652d5a13746b9b51c013c7143d6289
refs/heads/master
2020-07-24T19:17:38.903666
2019-09-13T16:21:33
2019-09-13T16:31:49
208,021,368
0
0
null
null
null
null
UTF-8
Java
false
false
417
java
package com.minh.contacts.models.requests; import lombok.Data; import javax.validation.constraints.Email; import javax.validation.constraints.NotBlank; import javax.validation.constraints.Pattern; @Data public class LoginRequest { @NotBlank(message = "Email is mandatory") @Email private Str...
[ "huynhngocminh2511@gmail.com" ]
huynhngocminh2511@gmail.com
5b44f832826ef0aaedabe72002ee8422f2fc433a
ae024bc52ad3a7e97a8d7bc9aef83194e587dde7
/app/src/main/java/com/bwie/unit1111/tuyi/mvp/TianjiaPresenter.java
f8f841421b58b664dd4cdd576d5a1193e73da5a3
[]
no_license
songjiawei123123/zhoukao3
2bee76b943074ab769ac78479754024387381181
6d5544dfbf9079af7616093e41f42db67c99a687
refs/heads/master
2020-03-21T08:55:14.242576
2018-06-23T05:25:15
2018-06-23T05:25:15
138,373,815
0
0
null
null
null
null
UTF-8
Java
false
false
707
java
package com.bwie.unit1111.tuyi.mvp; import okhttp3.ResponseBody; public class TianjiaPresenter implements TianjiaZiP { private TianjiaModel sousuoModel; private TianjiaView sousuoView; public TianjiaPresenter(){ sousuoModel = new TianjiaModel(this); } public void attachView(TianjiaVie...
[ "319762657@qq.com" ]
319762657@qq.com
4bd622c8823b5662c31716c325a0ef1a82df0878
0602e018366d762d102e3d0c1fa52160fcfa6a35
/com/dotrow/mail/server/MailServerFilter.java
9714238ed730b021aaa68f16ea370678866bf545
[]
no_license
sergioceron/drmailserver
619a03df98389d02b8658a0ca22f0073437011e1
41396f4ab3671b99a303b2d4d1c1145285cfb610
refs/heads/master
2016-09-05T10:07:25.426366
2012-07-10T03:36:27
2012-07-10T03:36:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,602
java
/* * Copyright DotRow.com (c) 2012. * * Este programa se distribuye segun la licencia GPL v.2 o posteriores y no * tiene garantias de ningun tipo. Puede obtener una copia de la licencia GPL o * ponerse en contacto con la Free Software Foundation en http://www.gnu.org */ package com.dotrow.mail.server; /...
[ "sceronf@gmail.com" ]
sceronf@gmail.com
2610a620a1de9943b8e524912ee058fd4c85b212
005a36608a5022625cacfc2f0bc6fddac5bfc014
/src/servelet/Example1ServeletWithShowBookName.java
27d32a646b14cba8b13e71c271c0453e96abd192
[]
no_license
swordjoinmagic/JSPLesson
783d2ba30c78d33b8f4e0faa2a2cb04bd6794168
111447ebe4a91499f28e8a5b4177b95619f8d319
refs/heads/master
2020-03-17T03:45:19.760091
2018-05-15T13:13:57
2018-05-15T13:13:57
133,249,362
0
0
null
null
null
null
GB18030
Java
false
false
1,603
java
package servelet; import java.io.IOException; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotatio...
[ "2483787753@qq.com" ]
2483787753@qq.com
dec185b6a4408e8fe6de0870a24c414f013a1904
2bcef5111c09e27e9b2e5363452ad70f498af2da
/apps/skry-fi/src/com/department13/skryfi/SortingNetworkObject.java
6b32e7f66707e1f1d66713af01d9c16aeca15b7a
[ "MIT" ]
permissive
robisen1/AndroidWifiCracker
d13fbc2dff7228fc9d81d4dcb0d20d008761d3d8
10c966829237c48159d847b6c54889915415e260
refs/heads/master
2016-08-05T16:11:35.984209
2014-08-03T16:57:25
2014-08-03T16:57:25
22,592,329
27
7
null
null
null
null
UTF-8
Java
false
false
146
java
package com.department13.skryfi; import java.util.Comparator; public abstract class SortingNetworkObject implements Comparator<Network> { }
[ "ian@starnes.us" ]
ian@starnes.us
7e2a42fc01e8c148506af040bb2b854a57884bb0
5e06358c0d97a9e8b19c03cb104a2d3e38b76831
/gui-replayer-core/src/main/java/edu/umd/cs/guitar/replayer/monitor/TestStepEndEventArgs.java
b404664fe329985e32e52515e144448a3cfdd6e1
[]
no_license
bryantrobbins/guitar2
30672f86ec61848e6882c1323215b8ab79a61d9e
c3c21b7c9d6aeaad27d531d9a57c19bcb8d523ef
refs/heads/master
2021-03-22T05:09:13.313703
2015-11-27T03:19:09
2015-11-27T03:19:09
22,456,034
0
0
null
null
null
null
UTF-8
Java
false
false
888
java
package edu.umd.cs.guitar.replayer.monitor; import edu.umd.cs.guitar.model.data.ComponentType; import edu.umd.cs.guitar.model.data.GUIType; import edu.umd.cs.guitar.model.data.StepType; /** * A wrapper of test step data Info about a testcase step event. * * @deprecated Use a subclass of {@link GTestStepEventArgs} ...
[ "bryantrobbins@gmail.com" ]
bryantrobbins@gmail.com
d7baf0fb5f8ce99db811e58c4a390593f8328c11
56024e45290167ff8944fe11595ee0512c458eda
/proj1b/Deque.java
7389e0df8c83fd2e969e1c7275e3f3314f9fd211
[]
no_license
ybsun3/cs61b
74bd8f0385e0a929db7f6f6f47248c944458516a
58a79f9df23048ee055e36ed73e59bb1b1c313f2
refs/heads/master
2023-06-14T04:07:55.964922
2021-07-16T08:35:56
2021-07-16T08:35:56
386,561,462
0
0
null
null
null
null
UTF-8
Java
false
false
208
java
public interface Deque<T> { void addFirst(T item); void addLast(T item); T removeFirst(); T removeLast(); boolean isEmpty(); int size(); void printDeque(); T get(int index); }
[ "yibosun9@gmail.com" ]
yibosun9@gmail.com
538682e532d9c408c36e6e649f1230578718b2d8
78d52a708b0a4fef6db6343686fcb52471b7a2b5
/src/main/java/com/ahea/calculator/function/CrossCheckCalculator.java
b62a930a4c5394eb7d277ef4430fc05857ef4e38
[]
no_license
devahea/2018hackerton-calculator
001227e0db1c619e001b9fdf959ac055127342fc
55d0ac15b01f9b57a183c7b6f14dc262cdf23423
refs/heads/master
2020-03-28T08:16:36.959779
2018-09-09T11:32:33
2018-09-09T11:32:33
147,955,265
0
0
null
null
null
null
UTF-8
Java
false
false
1,528
java
package com.ahea.calculator.function; import com.ahea.calculator.CalculatorService; /* 대각선에 숫자가 있으면 처리 (5번) */ public class CrossCheckCalculator implements Runnable { private static final int ROOM_TYPE = -1; private static final int POOL_TYPE = -2; @Override public void run() { //ongoingSo...
[ "shtjdgus1090@naver.com" ]
shtjdgus1090@naver.com
fb79ed897e4b4efc456b28266fa46c6c87dd6135
866c05f4612a018bd09a6c1cb8a6b41c8691ecc8
/app/src/main/java/pulau/com/pulauterunik/PulauHuvahendhoo.java
120b10eda0e6db74426192f222a57dfc42df6929
[]
no_license
151610237-smkassalaambandung/PulauTerunik
cae625ce7a20d74ea1b60710e934ed070b57fdf6
9b5f37a44bacf2a8b2d3ddfb46ce2aaf08664d13
refs/heads/master
2021-01-06T20:40:29.077388
2017-08-08T12:33:09
2017-08-08T12:33:09
99,543,973
0
0
null
null
null
null
UTF-8
Java
false
false
786
java
package pulau.com.pulauterunik; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class PulauHuvahendhoo extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceSta...
[ "151610237@smkasssalaambandung.sch.id" ]
151610237@smkasssalaambandung.sch.id
b20b7935c9cb7a050eb7e8302085a59940f78093
ae007c2eff5b8a1e9694836e568f8b116bb83aab
/src/main/java/ca/sheridancollege/pate1431/repositories/ResturantRepository.java
4f088f11fce6ac7292906cccbb9aa084dab3ae97
[]
no_license
pate1431/Resturant-Reservation
dc87206b6dfcf69f981f4948540aeccc2146b9fd
10b1e4a89a2f8315aba2882ceb8fd5d1deae6973
refs/heads/master
2023-08-07T23:55:12.632944
2021-09-15T17:59:06
2021-09-15T17:59:06
406,873,338
0
0
null
null
null
null
UTF-8
Java
false
false
248
java
package ca.sheridancollege.pate1431.repositories; import org.springframework.data.jpa.repository.JpaRepository; import ca.sheridancollege.pate1431.beans.Resturant; public interface ResturantRepository extends JpaRepository<Resturant, Long> { }
[ "devsnehalpatel@gmail.com" ]
devsnehalpatel@gmail.com
1a03323dedec26439961d68b76653d94f01fa719
ae5eb1a38b4d22c82dfd67c86db73592094edc4b
/project62/src/main/java/org/gradle/test/performance/largejavamultiproject/project62/p313/Production6264.java
163815748572f3a5a71d8a789bfea7db27018ef0
[]
no_license
big-guy/largeJavaMultiProject
405cc7f55301e1fd87cee5878a165ec5d4a071aa
1cd6a3f9c59e9b13dffa35ad27d911114f253c33
refs/heads/main
2023-03-17T10:59:53.226128
2021-03-04T01:01:39
2021-03-04T01:01:39
344,307,977
0
0
null
null
null
null
UTF-8
Java
false
false
1,959
java
package org.gradle.test.performance.largejavamultiproject.project62.p313; public class Production6264 { private Production6261 property0; public Production6261 getProperty0() { return property0; } public void setProperty0(Production6261 value) { property0 = value; } private ...
[ "sterling.greene@gmail.com" ]
sterling.greene@gmail.com
7db249e640e9b75412b10d63fb63a0450fa4c534
7a33f49b47f57273d9245d5f93ba23aba093bdfd
/FoodOrderingApp-api/src/main/java/com/upgrad/FoodOrderingApp/api/controller/PaymentController.java
c6690cfa55e45459a024694240a4150bda3fcc59
[]
no_license
anushapatilb/FoodOrderingApp-Backend
782262cd66794a62c44aaf7ad65278800ee744d4
f96a1d2aec791aa724a23baa7abeebb1a62e4356
refs/heads/master
2023-05-31T22:59:36.220745
2021-07-04T13:49:12
2021-07-04T13:49:12
382,857,905
0
0
null
null
null
null
UTF-8
Java
false
false
1,717
java
package com.upgrad.FoodOrderingApp.api.controller; import com.upgrad.FoodOrderingApp.service.businness.PaymentService; import com.upgrad.FoodOrderingApp.service.entity.PaymentEntity; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.h...
[ "anusha.patil156@gmail.com" ]
anusha.patil156@gmail.com
ac5b0ba243cb17a8d6f6c611adc01332a0186b1c
e688cef62cb07a27e89b387c1d50ec889b2b931a
/src/Xls_Reader.java
0b8c3523adc1057b12ff78cce7c8ba5776b4693d
[]
no_license
Anupam28/MyRepository
8a311e4105c9227ba8c27208faccc60d0d586565
75624d4f8f5ebb7b9729436d8ecff3127233f1a0
refs/heads/master
2021-09-01T16:35:07.121359
2017-12-27T23:05:26
2017-12-27T23:05:26
115,564,209
0
0
null
null
null
null
UTF-8
Java
false
false
12,731
java
import org.apache.poi.hssf.usermodel.HSSFCellStyle; import org.apache.poi.hssf.usermodel.HSSFDateUtil; import org.apache.poi.hssf.usermodel.HSSFHyperlink; import org.apache.poi.hssf.util.HSSFColor; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.userm...
[ "Anupam.Agrawal3@cox.com" ]
Anupam.Agrawal3@cox.com
ca961def9d6c186476ed506fa043b2b44e20f9e5
30ec9b7b339d96bd256e405322f9fe5c3216312f
/src/Obe/SVM/svm_toy.java
c62f94a28d5aad18aa855026a05e6e8b340d81ed
[]
no_license
Observerspy/UserStableMatching
ca5973d7922d8550e04c7a82e89fe90f2615b7f7
b3012e69bb5aaaff6e5fa40f7642e28d68142c89
refs/heads/master
2020-07-25T19:12:45.544173
2016-11-15T03:47:30
2016-11-15T03:47:30
73,772,462
1
0
null
null
null
null
UTF-8
Java
false
false
12,287
java
package Obe.SVM; import libsvm.*; import java.applet.*; import java.awt.*; import java.util.*; import java.awt.event.*; import java.io.*; public class svm_toy extends Applet { static final String DEFAULT_PARAM="-t 2 -c 100"; int XLEN; int YLEN; // off-screen buffer Image buffer; Graphics buffer_gc; // pre-...
[ "Observerspy@hotmail.com" ]
Observerspy@hotmail.com
5c7aa0dd4a5d068146841b646fbaa1cb931d3cab
9b9709b955f2791c004be525e465d3b50adbf057
/src/main/java/org/hospitality/app/repository/utility/AilmentRepository.java
aabf545342e4e3e94d6041b624b14436a14498e0
[]
no_license
neil00797/hospitalityApp
143a837ab6751ece883da7e98c75fa917167be86
475d85842c52fe37435106923d497dffffdfdc37
refs/heads/master
2023-01-20T04:20:20.731109
2020-12-03T08:53:58
2020-12-03T08:53:58
276,371,002
0
33
null
2020-12-02T14:55:40
2020-07-01T12:24:37
Java
UTF-8
Java
false
false
379
java
package org.hospitality.app.repository.utility; import org.hospitality.app.entity.utility.Ailment; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /* author: @SenzoMkupa date: 31-08-2020 */ import java.util.Set; @Repository public interface Ai...
[ "neiljohnson00797@gmail.com" ]
neiljohnson00797@gmail.com
21a29229bea145afa86effb6109133f3f62ff715
f6a458207fb03fb729ca9c8b10e9f67998590264
/config-server/src/test/java/com/mall/configserver/ConfigserverApplicationTests.java
32336bb3f30dcc0c0fe3a270ede5fab4db7bf44e
[]
no_license
alexgit2018/mall-clound
947a7ae82d8a32826011dbcc71b6b4b8d4a6da74
0a3ad09ee3fbe6e1ef4e4a4c98da35b4c5c96545
refs/heads/master
2023-07-03T11:18:02.906823
2021-08-08T15:24:00
2021-08-08T15:24:00
389,650,675
0
0
null
null
null
null
UTF-8
Java
false
false
228
java
package com.mall.configserver; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ConfigserverApplicationTests { @Test void contextLoads() { } }
[ "114698176@qq.com" ]
114698176@qq.com
27ba260f5277082a9f13733e339ca0ce15303737
63d5d7d42df838e9cbfed48bf44c3f29b135f75a
/CoreJavaPractice/src/main/java/com/maven/BasicPrograms/PatternA5.java
3f67b3a3292a9f95f87fc53da6406b26582e0fa5
[]
no_license
Swethaalapati/CompleteJavaPractice
a8b8fa11d964342cc0b4840cdbd2e9c8b85f64ce
e8a94f3de944e038dbbdd621fcf05de1ca52d749
refs/heads/main
2023-08-28T03:56:07.263178
2021-11-01T11:20:20
2021-11-01T11:20:20
394,008,513
0
0
null
2021-11-01T11:20:21
2021-08-08T16:09:27
Java
UTF-8
Java
false
false
416
java
package com.maven.BasicPrograms; import java.util.Scanner; public class PatternA5 { public static void main(String args[]) { Scanner s = new Scanner(System.in); System.out.println("enter n value"); int n = s.nextInt(); for(int i = 0; i < n; i++) { int ascii = 65; for(int j = 0; j < n-i; j++) ...
[ "swethaalapati402@gmail.com" ]
swethaalapati402@gmail.com
63938e5d0a11b1595b532f4c942c1f7de39b12fd
68fdd71428dc0599d6e5c29665d69286b403dc64
/app/src/main/java/com/example/mygooglemap/Steps.java
8e4a333eac713e810e912164142ad8920b16a22a
[]
no_license
vipjoker/MyGoogleMap
336d36cf840e0ef92f051bacb68c2d37e586d57d
2ee0bfad69fa737551653be2947fc201317c3f85
refs/heads/master
2016-09-06T11:49:00.891070
2014-10-26T17:43:24
2014-10-26T17:43:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,586
java
package com.example.mygooglemap; public class Steps { private String distance ; private String duration; private String htmlInstruction; private double startLocationLat; private double startLocationLng; private double endLocationLat; private double endLocationLng; public String getDi...
[ "tajcig@ya.ru" ]
tajcig@ya.ru
c364cb1f1570979302ea09c00cbc7f5acf5e8e72
b881b5d9ec6dcf2c8107b63eb4959cffd0a5a416
/src/Income.java
7810ad5e1bea3d9b61851c5c8dc2a005083d0394
[]
no_license
JessikaRisberg/personalBudget
e31c532dfdc61d658e6370759ecd9a0295fd83de
8cd5186cf11b66423948064ffa0e558804dfb930
refs/heads/master
2023-09-01T12:26:04.561271
2021-10-27T18:34:29
2021-10-27T18:34:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
406
java
public class Income { int sallary; int other; public void Income(int inSallary, int inOther) { this.sallary = inSallary; this.other = inOther; } public int getSallary(){ return sallary;} public void setSallary(int sallary) { this.sallary = sallary; } public int getOther()...
[ "33091640+JessikaRisberg@users.noreply.github.com" ]
33091640+JessikaRisberg@users.noreply.github.com
2376a18a77cbf0ad1e1301695bffc466bd830769
e46242d7d4c9422deb6bc45fccda4d786f9cddc9
/producer/src/main/java/com/pyda/producer/SimpleEvent.java
41c1a3251ff19bc737491591ce9e5b928a25ed05
[ "MIT" ]
permissive
KPyda/kafka-stream-sample
60963ce925df8343e874ef0040358d15acbba4ac
d5d15b3439a526d5f32f509496bcf305870638a5
refs/heads/master
2020-11-24T16:24:37.590745
2019-12-15T20:10:51
2019-12-15T20:10:51
228,243,841
0
0
null
null
null
null
UTF-8
Java
false
false
408
java
package com.pyda.producer; import lombok.Value; import java.time.LocalDateTime; @Value(staticConstructor = "of") class SimpleEvent { private final String id; private final Long clientId; private final String username; private final LocalDateTime time; private final String firstName; private f...
[ "jakub.pyda@upaid.pl" ]
jakub.pyda@upaid.pl
db4a33c85fe3ab53413848d9ba84e82092589b28
f2d1bcb13e4015dbda274cbb8e4d15db70624856
/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java
eae5400ce0972d9426363e5d49ca0946a6e6d53f
[]
no_license
roydang/AndroidArchetype_library
56beb0551aa48e92c1f8be8c6b6b31c4881324f9
6269afc6f1672e90f647e245fb1e6ee36c92c5dd
refs/heads/master
2016-09-06T02:48:01.257587
2013-03-13T08:51:34
2013-03-13T08:51:34
7,955,001
0
1
null
null
null
null
UTF-8
Java
false
false
3,438
java
/******************************************************************************* * Copyright 2011, 2012 Chris Banes. * * 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.apac...
[ "hyongsoon.choi@nhn.com" ]
hyongsoon.choi@nhn.com
7e0e10fad3193f87dc72ef3fa8d4b2c8dcfff93d
97193b8aa46ae8217b1b358bab42a045a425fc25
/archives_ws_client/com/ymsino/water/service/archives/user/GetCount.java
eb0d34645eb151bc9102767143e50435623828ab
[ "Apache-2.0" ]
permissive
xcjava/ymWaterWeb
faf393c03944b856cab21cc75bc3293c4ac2ac91
f39aef6b9f4232acad6a4853b1129762a4666fac
refs/heads/master
2021-01-19T09:49:50.660603
2014-11-13T17:04:55
2014-11-13T17:04:55
17,908,343
0
1
null
null
null
null
UTF-8
Java
false
false
1,366
java
package com.ymsino.water.service.archives.user; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p> * Java class for getCount complex type. * * <p> * The following schema fragment specifies the expected ...
[ "xuyongbin2010@gmail.com" ]
xuyongbin2010@gmail.com
fb0d9e5e8d2bcc391c773bb11fbb5b0166ae756e
18cfb24c4914acd5747e533e88ce7f3a52eee036
/src/main/jdk8/java/io/IOException.java
581e6d15d130615e3b8511537267e55d33f0c3be
[]
no_license
douguohai/jdk8-code
f0498e451ec9099e4208b7030904e1b4388af7c5
c8466ed96556bfd28cbb46e588d6497ff12415a0
refs/heads/master
2022-12-19T03:10:16.879386
2020-09-30T05:43:20
2020-09-30T05:43:20
273,399,965
0
0
null
null
null
null
UTF-8
Java
false
false
2,678
java
/* * Copyright (c) 1994, 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.io; /** * Signals that an I/O exception of some sort has occ...
[ "douguohai@163.com" ]
douguohai@163.com
603d201048784a41145fb48556be51c4bb78ccaa
99b5f5b99ce1fae32d06e7dd0b5ef11d4aba94d6
/Week03/day3/Farm/src/Animal.java
f2fbb1b152735a47f7d6a039620114e22b146575
[]
no_license
green-fox-academy/adambota
129651117638bcb589e82a7686d2340b7d994de1
a07be0f9df68b35c0d594101e45e392c6b320863
refs/heads/master
2020-03-24T23:48:36.631322
2019-06-01T19:36:16
2019-06-01T19:36:16
143,155,131
1
1
null
null
null
null
UTF-8
Java
false
false
325
java
public class Animal { int hunger; int thirst; public Animal() { this.hunger = 50; this.thirst = 50; } public void eat() { this.hunger--; } public void drink() { this.thirst--; } public void play() { this.hunger++; this.thirst++; ...
[ "adambota@gmail.com" ]
adambota@gmail.com
86c8819f5d49e1874151cb41bf9f1f3278606550
6f10f784bf5ff201c5aadbb01b3bc6dd07599f7d
/app/src/main/java/me/synology/wookoo/shuttle_tracker_driver/GPSTestActivity.java
a33b84bc99219b851eadb431deaeb0fddf5c2030
[]
no_license
wookoo/shuttle-tracker-driver
2bd37586635067fc68f238461aed731b3ab208f1
a12733b8af34258e4e1eae10d590639442fe06e4
refs/heads/main
2023-09-04T05:43:21.880920
2021-11-08T13:22:06
2021-11-08T13:22:06
423,164,472
0
0
null
null
null
null
UTF-8
Java
false
false
360
java
package me.synology.wookoo.shuttle_tracker_driver; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class GPSTestActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContent...
[ "nanayagoon@daum.net" ]
nanayagoon@daum.net
08ac22c368630ba6cd0da5bfd3a1ae302004bc13
ac20fb8d711da6e4c30accaf72617de6998a309b
/src/Stock/supplierManagement/SupplierContact.java
2a858b6467dbd284fcc720ece51adab039252db4
[]
no_license
Nivlipetz1/bgu2
1e23379a8b77901d230f44b411e256a4e747a09e
3d60899a8319e7c011f369d9ae928023b0b49a24
refs/heads/master
2021-01-17T13:25:50.405840
2016-06-21T10:35:43
2016-06-21T10:35:43
57,985,708
0
1
null
null
null
null
UTF-8
Java
false
false
839
java
package Stock.supplierManagement; import java.util.LinkedList; import java.util.List; public class SupplierContact { private String name, email; private List<String> phoneNumbers; public SupplierContact(String name, String email) { this.name = name; this.email = email; phoneNumbers = new LinkedList<String>...
[ "Jalon0@gmail.com" ]
Jalon0@gmail.com
4da61a83dd5dbd50d3e83981941146f25886dc37
39c7c26fd4acdbd4abf1f0005ba609c56ac16bd9
/app/src/main/java/com/example/planyourmurder/ui/model/TokenHandler.java
a5db78d0626a20dd875dea84fabda955f24d9592
[]
no_license
PYM-Team/AndroidApp
45e9a79720af1b6b27711e89d1b1662aacc84fd9
48e31ce419c22f5fe4a68823fe87dbfcf5a00d6c
refs/heads/master
2021-04-18T07:31:07.096867
2020-05-29T09:13:22
2020-05-29T09:13:22
249,517,600
0
1
null
2020-04-25T08:54:57
2020-03-23T18:53:59
Java
UTF-8
Java
false
false
291
java
package com.example.planyourmurder.ui.model; public class TokenHandler { private static String token; public static synchronized String getToken(){ return token; } public static synchronized void setToken(String token){ TokenHandler.token = token; } }
[ "hug1910@live.fr" ]
hug1910@live.fr
2891dc5771c43b6e2659a1ea286939346f46bf47
0d9c97a1d2bbaa095b7ccc5fc7954c9970cae961
/src/main/java/com/cg/onlineplantnursery/Entity/Planter.java
0c84a469c7f1b87cfde465b2468d4ae774c707f4
[]
no_license
PrashunMahajan/OnlinePlantNursery1
b5ba8302ce54b297cf5b4f486f1cfee120752b48
25667aab6fda2d9bb411ee7a5b020d3a5c1fe7e2
refs/heads/master
2023-08-13T16:26:28.077648
2021-10-11T16:57:24
2021-10-11T16:57:24
416,014,436
0
0
null
null
null
null
UTF-8
Java
false
false
1,447
java
package com.cg.onlineplantnursery.Entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.validation.constraints.Min; import javax.validation.constraints.NotBlank; import com.f...
[ "prashun.mahajan@capgemini.com" ]
prashun.mahajan@capgemini.com
7c6537144fe69f13d19d6fdc30f660086cca2703
51be682f7a57732aedc3cf3c2f3778c9bf9c6955
/smt-waiting-test/smt-waiting-aspect-integration/smt-waiting-aspect-test-executions/src/main/java/shiver/me/timbers/waiting/factory/ClearWaitingIncludeClassFactory.java
1c6bac29b6191e5d22165383705723b87f88d70a
[ "Apache-2.0" ]
permissive
shiver-me-timbers/smt-waiting-parent
3b9537ef94722e52f711f87d46a003cbeb93aaac
91bfce941fca6ecbe44fe1da30375a4fc94403cb
refs/heads/main
2023-08-04T12:47:10.114318
2023-07-23T05:33:31
2023-07-23T05:33:31
40,812,781
1
0
null
null
null
null
UTF-8
Java
false
false
487
java
package shiver.me.timbers.waiting.factory; import shiver.me.timbers.waiting.execution.ClearAndAddIncludeWaitingForClass; public class ClearWaitingIncludeClassFactory extends ClearWaitingIncludeFactory { public ClearWaitingIncludeClassFactory() { this(new ClearAndAddIncludeWaitingForClass()); } p...
[ "karl.bennett.smt@gmail.com" ]
karl.bennett.smt@gmail.com
5f481640dd40b74ddf9031c7e634f69d30129926
3a89f4356d924857cc1786a82e4845907b924221
/Java-Swing-Basics/07-Animation-Basics/src/com/liubin/Circle.java
a67e48c744a21a79a6c00ce09f9da0a5de5d6322
[]
no_license
870005335/algorithm_visualization
b00772f9ae99c81ef94270624277b1bd9f494d5a
df7dd74f81e1c2df342e967319f60c79fab084b5
refs/heads/master
2022-07-11T00:05:56.963939
2020-05-14T10:40:02
2020-05-14T10:40:02
262,473,161
0
0
null
null
null
null
UTF-8
Java
false
false
393
java
package com.liubin; public class Circle { public int x, y; private int r; public int vx, vy; public Circle(int x, int y, int r, int vx, int vy) { this.x = x; this.y = y; this.r = r; this.vx = vx; this.vy = vy; } public int getR() { return r; ...
[ "870005335@qq.com" ]
870005335@qq.com
a74a45ae6fba9216200b427949f0e63cbfb21737
9df0675b83d569976166a2f07c336b0b5f604e97
/Set_JeuDeCarte/app/src/androidTest/java/com/example/fanjiang/set_jeudecarte/ExampleInstrumentedTest.java
790b20313e790ef762359a79c307d1263af17ee6
[]
no_license
FanJiang718/Set-Card-game-on-Android-
7222f2c2703508922116f7301e7778049406e434
5ad0bbece7259df9ef569fa11c7ed4c4c9f9c806
refs/heads/master
2020-12-11T16:15:40.501476
2020-01-14T20:57:22
2020-01-14T20:57:22
233,895,011
0
0
null
null
null
null
UTF-8
Java
false
false
771
java
package com.example.fanjiang.set_jeudecarte; 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 o...
[ "jiangfan718@gmail.com" ]
jiangfan718@gmail.com
26053a7b06e6e6dea1302065c1668200204df673
42e8e3b9b0d986c8fd94c6766f2201897bf22359
/Large Scale Programming/src/org/howard/edu/lsp/assignment2/Combinations.java
5217b5b0bd208b5073e49208db74a3ed13149b6a
[]
no_license
keerthanap24/lsp-2021
b9dd63968742855971677bc68c23b811f33479a3
71182c6864a3629ee98168a6c24383bebcf5ee68
refs/heads/main
2023-04-05T20:05:35.236461
2021-04-23T18:28:14
2021-04-23T18:28:14
348,078,254
0
0
null
null
null
null
UTF-8
Java
false
false
1,084
java
package org.howard.edu.lsp.assignment2; import java.util.ArrayList; import java.util.Arrays; public class Combinations{ /** * * @param nums * @param newNum * @param sum */ public void findCombinationsRecursive(ArrayList<Integer> nums, ArrayList<Integer> newNum, int sum){ int s = 0; for (int x: ...
[ "kpullela24@gmail.com" ]
kpullela24@gmail.com
d5bc5cb39d1a8c8c6829651410c49f690bf786f2
14a53968fe25279e0a0752093d10158dcdb9f3f5
/src/main/java/org/fcx/mytool/entity/proxy/clash/ProxyGroup.java
720a9edbcc2ae26426cd88a41a55a36afb27637e
[]
no_license
HecateFu/mytool
c8b8e53769108c9cb266f89171cbbac5b390972e
a38b9083e32221a4d112f8f4667e6ddf24e8eded
refs/heads/master
2023-01-10T16:03:43.284732
2020-11-08T13:36:22
2020-11-08T13:36:22
297,011,714
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package org.fcx.mytool.entity.proxy.clash; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Getter; import lombok.Setter; import lombok.ToString; import java.util.List; @Getter @Setter @ToString @JsonInclude(JsonInclude.Include.NON_NULL) public class ProxyGroup { private String name; privat...
[ "hecatefu@outlook.com" ]
hecatefu@outlook.com
3a99f0fdf17ab5d8f76dd18f025008c19d644e14
2ee773cbdc216c9165029632eb36fedd8de36ca5
/app/src/main/java/com/qualcomm/hardware/lynx/commands/core/LynxSetDIODirectionCommand.java
b7f345d8644907096bfc5ceaf5028953834f6b03
[]
no_license
Killian-Townsend/Custom-FTC-Driver-Station-2021
6bee582afdb032ad2921b394280a2321f0f815ec
16e8999d7593ef2c4189902bf2d376db8a3a6b41
refs/heads/master
2023-03-28T04:48:30.704409
2021-03-19T01:09:18
2021-03-19T01:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,038
java
package com.qualcomm.hardware.lynx.commands.core; import com.qualcomm.hardware.lynx.LynxModuleIntf; import com.qualcomm.hardware.lynx.commands.LynxDatagram; import com.qualcomm.hardware.lynx.commands.standard.LynxAck; import com.qualcomm.robotcore.hardware.DigitalChannel; import com.qualcomm.robotcore.hardware.configu...
[ "admin@thatsfuckingstupid.org" ]
admin@thatsfuckingstupid.org
b7efeaaca20daca51aff8b7c4605888e18207253
55f324232d91cf58691d445c076ce2d6d8e39bda
/src/main/java/com/growlerstation/gs1221/config/MvcConfiguration.java
e43b27f4578d2623d7c67fd1e08dbc9a1add0a76
[]
no_license
vaughnjavier/growlerstation
c6924b415cc8dbbda686d3f5df3aab50b9638c3b
d739c5c9d5e5aa829634fab0fe2adebfbcb18135
refs/heads/master
2021-01-19T19:37:44.841776
2015-10-06T02:21:05
2015-10-06T02:21:05
34,579,060
0
0
null
null
null
null
UTF-8
Java
false
false
2,625
java
package com.growlerstation.gs1221.config; import javax.sql.DataSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.jdbc.core.JdbcTemplate; import org.springframew...
[ "ralvarado@src.systemsmadesimple.com" ]
ralvarado@src.systemsmadesimple.com
c277fc012a474b1fb950058025252c3bcba3082d
e3695788c0a286ba2f9ace6f9fb3d62c473f5edf
/src/Ex18PrimitivesInMemory.java
e79c52b6038a2231b229430cd8897de5c48f69a9
[]
no_license
eimearreilly/LearnObjectOrientatedTheHardWay
47186814a3d1575d9bd389cc118a8e3e8cc183fa
74403de364ae930f814547ea224d1f4d0b7e6206
refs/heads/master
2021-01-18T13:11:14.375130
2017-03-06T15:22:52
2017-03-06T15:22:52
80,731,611
0
0
null
null
null
null
UTF-8
Java
false
false
543
java
import com.sun.scenario.effect.impl.sw.sse.SSEBlend_SRC_OUTPeer; /** * Created by eimearreilly on 03/02/2017. */ public class Ex18PrimitivesInMemory { public static void main(String[] args){ int age = 41; double btc = 0.11307678; boolean veracity = true; short month = 11; ...
[ "eimear.reilly1@gmail.com" ]
eimear.reilly1@gmail.com
0ea16b81449327ddc52af47b7f682d85a0cddba9
752974a9dec17caa7ff48d16958b1928e396ed19
/src/com/Pocket_Money/Account.java
2f8daad4a5bd40862088e381028fb0a2c0870120
[]
no_license
2ssue/pocket_money
727278c71511a5b10cb7446a4dfa61f1806c8cfe
643b0974aa203389f67e3fb3a80de02be8701131
refs/heads/master
2020-05-14T18:59:11.085294
2019-05-26T07:47:31
2019-05-26T07:47:31
181,919,981
0
0
null
null
null
null
UHC
Java
false
false
3,179
java
package com.Pocket_Money; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public clas...
[ "42017052+2ssue@users.noreply.github.com" ]
42017052+2ssue@users.noreply.github.com
022e8d7f2240a94c1011038b90d81bbec6bace67
56bd998eb4bcc151885e40c0917744aaf5273752
/src/main/java/org/prebid/server/hooks/v1/entrypoint/EntrypointPayload.java
d6dd6e8b61cd8cba0ab1d89e83678776dd52b957
[ "Apache-2.0" ]
permissive
adpushup/prebid-server-java
b808923864f487f4497b5985aeef15ce8f813465
f1ef567d30f02078f0b252ae313566520162997b
refs/heads/master
2022-12-11T06:48:27.454781
2022-10-05T10:45:22
2022-10-05T10:45:22
251,230,769
0
2
Apache-2.0
2022-10-27T05:11:16
2020-03-30T07:20:50
Java
UTF-8
Java
false
false
248
java
package org.prebid.server.hooks.v1.entrypoint; import org.prebid.server.model.CaseInsensitiveMultiMap; public interface EntrypointPayload { CaseInsensitiveMultiMap queryParams(); CaseInsensitiveMultiMap headers(); String body(); }
[ "noreply@github.com" ]
noreply@github.com
4c63ea094a45e791e4b4b6f162c0a4e4e0d2d836
9fc81351e3cfa8b67122e917bc9376c707713cc0
/kanbanboard/src/main/java/ch/fhnw/imvs/kanban/KanbanApplication.java
4c0750d7c3ca81f9853a83833bd6382194075ba7
[ "MIT" ]
permissive
the-s-a-m/kanbanboard
47c0159b15dc17e3d0a56801c0409da90ac2023c
6f09687d34a5abd290211b15fcab82ec9cae24c4
refs/heads/master
2020-04-06T04:04:08.275752
2016-06-02T10:03:59
2016-06-02T10:03:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,673
java
/* * MIT License * * Copyright (c) 2016 Maurice Gschwind * Copyright (c) 2016 Samuel Merki * Copyright (c) 2016 Joel Wasmer * * 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 ...
[ "morbrolhc@gmail.com" ]
morbrolhc@gmail.com
df67b29b4e432cf87e00180e112671ee91bdc11d
6c75d64557f71f20291e4191d4081c0c3e4795e8
/Proyectos/richfaces4-panels-demo/src/main/java/org/richfaces/demo/common/UserBean.java
f9b8162afb307b8b71a1f6b801a1b3aae99106ce
[]
no_license
andrepin29/faces
afbbc1780f9d4cbaaf50f736c002ce25af27d5cc
fbba871b35da47d898888ed9d1bc4c21eb796a8c
refs/heads/master
2020-03-27T18:42:37.404212
2017-06-15T17:54:47
2017-06-15T17:54:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,695
java
package org.richfaces.demo.common; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; import javax.validation.constraints.Min; import javax.validation.constraints.NotNull; import org.hibernate.validator.constraints.Length; import org.hibernate.validator.constraints.NotEmpty; @ManagedBean @Re...
[ "jose.diaz@joedayz.pe" ]
jose.diaz@joedayz.pe
030a98c3577d609753d0c21d3ca7eac76602da9a
3ccfdda833832a35ac41e2d1d79e85e197546833
/src/day45_exceptionHandling/BadArray.java
710a006bda5825b486639042a988f3a82d106e99
[]
no_license
alperturan/JavaProgramming_EU5
d917adc5ad4226e4591e19d5db632ff8f0bec82c
f543c2081649ab95ca928f2b08082835de523c3b
refs/heads/main
2023-06-19T12:38:36.749427
2021-07-17T19:49:41
2021-07-17T19:49:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
266
java
package day45_exceptionHandling; public class BadArray { public static void main(String[] args) { int[] number = {1,2,3}; for(int i=0;i<=number.length;i++) { System.out.println(number[i]); } System.out.println("Learning exception"); } }
[ "Muhtar.Mahmut0519@gmail.com" ]
Muhtar.Mahmut0519@gmail.com
f37b24984c1ff55c0ac5b56f9d917fd4cb48479c
cb9992fd8a8005056a67c783aa46086c8e55290f
/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/bulk/AutoRowDataKeyGen.java
bcae6fcd7b6cb56952e8275aaf053b548fa3919a
[ "CC0-1.0", "MIT", "JSON", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
apache/hudi
cb3f365f40570357777e9d6e83b93c554f50e707
0e50d7586a7719eab870c8d83e3566bb549d64b6
refs/heads/master
2023-09-02T14:55:11.040855
2023-09-02T11:06:37
2023-09-02T11:06:37
76,474,200
3,615
1,833
Apache-2.0
2023-09-14T19:03:11
2016-12-14T15:53:41
Java
UTF-8
Java
false
false
2,227
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "noreply@github.com" ]
noreply@github.com
c897d8639d39c7303a3d6a7727854041a3aa5850
20e3b9677e325cb7dab5d303dea249ef8ee5fb10
/fapi/src/main/java/by/training/nc/sd2/fapi/models/AuthInfoModel.java
b4e7151a42db41ddb018ae55f01a3d733e3be61a
[]
no_license
ncdevschool2018-2/SD-3_AndreevIvan
88b58d3f75d6138a7fdfac502521a37157866982
056a072198a70e659340c6c636ea08616e9c5b3d
refs/heads/master
2020-03-30T20:57:05.287428
2018-12-18T21:11:47
2018-12-18T21:11:47
151,611,323
0
1
null
null
null
null
UTF-8
Java
false
false
125
java
package by.training.nc.sd2.fapi.models; public class AuthInfoModel { public String login; public String password; }
[ "van079@mail.ru" ]
van079@mail.ru
027a128b424db35fb041f36eb7d9345b6702ff6c
bd6920bbe8762e1ff8fd53bd1844d95cee1920c7
/src/br/com/nalthus/efdpc/modelo/RD010.java
61ff3f6a9ff2660de7b43c3b6b6a4a7541d058c2
[]
no_license
tbaiocco/sped
4f08a4427f9e1772ce0ac5fec5050fa702354755
19988093ce45ed10d89a718f6e1c457a080e0818
refs/heads/master
2021-05-09T14:37:30.978380
2018-01-26T15:32:37
2018-01-26T15:32:37
119,068,923
1
0
null
null
null
null
UTF-8
Java
false
false
800
java
package br.com.nalthus.efdpc.modelo; import java.util.ArrayList; import java.util.Collection; public class RD010 { private String REG = "D010"; private String CNPJ; private Collection listaRD200 = new ArrayList(); private Collection listaRD500 = new ArrayList(); public String getCNPJ() { return ...
[ "teo@rsdata.com.br" ]
teo@rsdata.com.br
d232aef7e1427a122da17ca61a08705029e77822
8f87065bc3cb6d96ea2e398a98aacda4fc4bbe43
/src/Class00000116Better.java
d210080c1c9390ac7f7ce930127c8e10750bdc9f
[]
no_license
fracz/code-quality-benchmark
a243d345441582473532f9b013993f77d59e19ae
c23e76fe315f43bea899beabb856e61348c34e09
refs/heads/master
2020-04-08T23:40:36.408828
2019-07-31T17:54:53
2019-07-31T17:54:53
159,835,188
0
0
null
null
null
null
UTF-8
Java
false
false
269
java
// original filename: 00001885.txt // after public class Class00000116Better { /** * {@inheritDoc} */ @Override public boolean isVersionedDirectory(VirtualFile dir) { return dir.isDirectory() && GitUtil.gitRootOrNull(dir) != null; } }
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
7fb61c7f68d2e5eca9248d2a7d1271919a79ea1e
04a69418447570c62651cdfec0e440ca58d5730c
/TRAINNING/BigData/Project/StartProject/src/org/SUDriver.java
167968a829591813b89b24f79a4442e9414fe750
[]
no_license
jeetsaha5338/College_Study
4e255d7d946e455522c9b1b4c4017bbc120eabaa
3b224b2278aff61a281b17de8a73efcb9753235c
refs/heads/master
2021-05-20T21:50:21.950952
2020-04-02T11:36:51
2020-04-02T11:36:51
252,425,062
0
0
null
null
null
null
UTF-8
Java
false
false
1,020
java
package org; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.DoubleWritable; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.NullWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job...
[ "jeetsaha093@gmail.com" ]
jeetsaha093@gmail.com
cf7166b1c1fbd32d33899581c67dfb3710586894
83ac3a5651bf967f00e40f3af7c1598549a697f1
/src/com/javarush/test/level28/lesson06/task01/Solution.java
923be9af7cb18816219d6076008932148c1c8e85
[]
no_license
pog-pp/work
f30a0b571ef85deef6a994ee05e0d9eaa4bc2f02
75a3133075a5b157539d2caea0fd5fe5f6ac15a7
refs/heads/master
2020-12-28T20:54:41.143087
2016-03-01T19:48:59
2016-03-01T19:48:59
48,693,815
1
0
null
null
null
null
UTF-8
Java
false
false
2,949
java
package com.javarush.test.level28.lesson06.task01; import java.util.List; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.ThreadLocalRandom; /* Magic class В пакете java.util.concurrent найдите такую реализацию List, у которой 1. итерато...
[ "pog-pp@yandex.ru" ]
pog-pp@yandex.ru
290d3de454581706e9f50bd6a60eed6a39a47136
c81518d236a217ee0ef73df5c3a886b41f1ebc07
/app/build/generated/source/kapt/release/com/rajuyadav/animexmanga/databinding/ItemListBindingImpl.java
08a88ae85e267024012cf042c81a10d5093068f7
[]
no_license
raju535482/AnimeXmanga
aa5eb5a83c91953d88d568336048f4a15afa3cc4
71178ff1e5fcb77e8d9d389707e189ac559a6b6a
refs/heads/main
2023-07-30T07:48:03.240597
2021-09-14T00:11:11
2021-09-14T00:11:11
406,159,693
0
0
null
null
null
null
UTF-8
Java
false
false
6,712
java
package com.rajuyadav.animexmanga.databinding; import com.rajuyadav.animexmanga.R; import com.rajuyadav.animexmanga.BR; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import android.view.View; @SuppressWarnings("unchecked") @javax.annotation.Generated("Android Data Binding") public class ItemL...
[ "raju535482@gmail.com" ]
raju535482@gmail.com
e3d1e336ad6eb417796249baabd3baeac279c00b
c7a665116580b21700fc8a74972871e91d655d3f
/ImprovedOOP2_Console/src/Calculator.java
3486e27392d8683cfdb6dadc6d4928a61b5fc19e
[]
no_license
TsundereKermit/ICS3U-src
21cd14d3ff0f14081ac8c2fe6014d48c190c549d
5654135535d989a37c39137e60ae0add5a0864c4
refs/heads/master
2020-09-21T17:42:53.740112
2019-11-29T14:48:03
2019-11-29T14:48:03
224,870,222
1
0
null
null
null
null
UTF-8
Java
false
false
542
java
public class Calculator { // When you are asked to add, you will be given two numbers. Reply (verbally) with their sum. Note that you can only add two numbers � not just one (or none) and not three or more. public int add(int a, int b) { return (a + b); } // When you are asked to subtract, you will be ...
[ "noreply@github.com" ]
noreply@github.com
2dbb2b922ff3b78da81f46b82811e22878158560
692066e5af0bc60707ed057c86830c6f064931d2
/app/src/test/java/com/example/haniyeaslani/signupui/ExampleUnitTest.java
146226680f0128347189f044a1ab32bc4d8c5727
[]
no_license
hanaaslani/signUp
ccdc4a9946cff106aa5b4dc05222b7e4c283dbfe
818a2e9bc65855dfd98fec5ce145527ba309bb39
refs/heads/master
2020-04-10T10:47:22.013293
2018-12-03T22:58:21
2018-12-03T22:58:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
411
java
package com.example.haniyeaslani.signupui; 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 ...
[ "44503230+hanaaslani@users.noreply.github.com" ]
44503230+hanaaslani@users.noreply.github.com
129d17ce65f60e4f656cd5c53a327514eea8c8d0
84e4452d49b0ac0f1f2332ddd48c0efe0e9559f2
/src/by/it/radivonik/jd01_05/Task5.java
3155e2998808ea0d6a3ccb110cccfae798c0a255
[]
no_license
loktevalexey/JD2017-02-20
ea2c25203cefc2c139f1277f17d9999e5c8af522
f69c964dc9d651c2acef01e6f177aead182f83b6
refs/heads/master
2020-04-15T00:13:55.277294
2017-06-20T07:53:24
2017-06-20T07:53:24
86,786,465
0
1
null
2017-03-31T06:37:19
2017-03-31T06:37:19
null
UTF-8
Java
false
false
764
java
package by.it.radivonik.jd01_05; import static java.lang.Math.*; /** * Created by Radivonik on 05.03.2017. */ public class Task5 { public static void calc(double a, double p1, double p2, double dp) { double y; double x; double p = p1; double pp; System.out.printf("%10s ...
[ "olsy@tut.by" ]
olsy@tut.by
7b74935fb030e418cedba54b008a3d1a0b8e4cb0
1e96a5420d5b22755a0eec2492f7c4e5a3d190e7
/wyjatki/exception/exception/stack/Main.java
e3d830a7fc6ad3783d2355860e719870be77d8da
[]
no_license
KamilWieczorek90/MavenExampleKamDawPio
add88d015cab7c50e15129057fa5f8fee048a968
275481527f50b839b63426200bac4a8ed7bba0e0
refs/heads/master
2020-07-03T16:32:29.706102
2019-05-19T18:29:35
2019-05-19T18:29:35
201,969,697
0
0
null
null
null
null
UTF-8
Java
false
false
962
java
package programator02.exception.stack; public class Main { public static void main(String[] args) { Stack stack = new Stack(5); try { stack.push(1); stack.push(2); stack.push(3); stack.push(4); stack.push(5); stack.push(6); ...
[ "kamilwieczorek90@gmail.com" ]
kamilwieczorek90@gmail.com
3ef14c668e9ed26370f0063285905e6e19015940
192b4e16cce7afa6bfcabb56b78438b41b5cb8e1
/src/test/java/org/fest/assertions/internal/files/Files_assertHasContent_Test.java
6ac2e602a25f358db5c126f30362aeba43fa9442
[ "Apache-2.0" ]
permissive
mostr/fest-assert-2.x
0e4f38e193c02853dbc9c91fa797e0f10ef41b26
ef5f13cc723fd2f073e298f21afdf77c2006182d
refs/heads/master
2020-12-30T19:12:12.724461
2012-08-09T19:14:34
2012-08-09T19:15:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,332
java
/* * Created on Jul 21, 2012 * * 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...
[ "joel.costigliola@gmail.com" ]
joel.costigliola@gmail.com
702c05fc1eb84a97971b083ce84ec22069517a89
b3633e3ec170e10ffaf07f7125d1bc17ff2b462f
/Benchmarks/ph-commons-ph-commons-parent-pom-9.3.9-patched/ph-commons/src/main/java/com/helger/commons/collection/impl/CommonsHashSet.java
2567a35902053a31799dcd2056b8c52669874cc8
[ "Apache-2.0" ]
permissive
dliang2000/hierarchy_analysis
23c30460050a2451606adf28cc1e09fc101e7457
4083b4c9e0daaf519cd1c3f37c4379bf97da9329
refs/heads/master
2022-05-31T02:01:24.776781
2021-03-30T20:39:58
2021-03-30T20:39:58
231,459,166
1
0
null
2022-05-20T21:58:23
2020-01-02T21:03:00
Java
UTF-8
Java
false
false
3,241
java
/** * Copyright (C) 2014-2019 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
[ "q8liang@uwaterloo.ca" ]
q8liang@uwaterloo.ca
b676ddc51020debb9feda28bd4cf24153a29c0df
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/JacksonCore-19/com.fasterxml.jackson.core.json.ReaderBasedJsonParser/BBC-F0-opt-40/3/com/fasterxml/jackson/core/json/ReaderBasedJsonParser_ESTest.java
6b9e4cdda4bab4dd447bdff2f6af2e45072a9a37
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
5,406,168
java
/* * This file was automatically generated by EvoSuite * Thu Oct 14 04:30:44 GMT 2021 */ package com.fasterxml.jackson.core.json; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com.fasterxm...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
54bdb807093828aa1664d521426b640abb94c2ab
57fa628dcee7c51b7a93c3db141dce5fc34eeb71
/iris.springframework.recipe/src/main/java/com/example/iris/springframework/repositories/UnitOfMeasureRepository.java
21612100b3bce4bc24c4b1cc8e27001cb2c10df8
[]
no_license
IrisIovu/RecipeSpringProject
78824c03728014f35342d191968497897a4e0d88
079773df8d9cf88aff3c718485cb4d9ab455647d
refs/heads/master
2022-12-07T04:59:56.433700
2020-08-27T09:42:45
2020-08-27T09:42:45
288,937,976
0
0
null
null
null
null
UTF-8
Java
false
false
266
java
package com.example.iris.springframework.repositories; import com.example.iris.springframework.domain.UnitOfMeasure; import org.springframework.data.repository.CrudRepository; public interface UnitOfMeasureRepository extends CrudRepository<UnitOfMeasure,Long> { }
[ "Ainaaremere1!" ]
Ainaaremere1!
79a4917512e3968437d5fc2c11c55f1b9bd2e3c8
9b1537b868c8b35f6f5a68eaea2e84483c6adcbf
/addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/DeleteContactFromGroupTests.java
c06d9380ee8ccad0cb6bc5ea1699d983b41dcadf
[ "Apache-2.0" ]
permissive
oleg-grigor/java_pft
9c9c85853129ab5a940b389eb67521020f6e3102
2b5a99b4ff9677ab4a69b5852ed66e191ac6bdd9
refs/heads/master
2020-12-29T22:16:24.911637
2020-04-14T13:18:34
2020-04-14T13:18:34
238,751,533
0
0
null
null
null
null
UTF-8
Java
false
false
2,064
java
package ru.stqa.pft.addressbook.tests; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.ContactData; import ru.stqa.pft.addressbook.model.GroupData; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; pu...
[ "ext.oleg.grigorev@tieto.com" ]
ext.oleg.grigorev@tieto.com
987c38d19b325489e3a12b820b8c861ac7222218
d7ddb657fd6a5c02434e09b847e30dca5eae521a
/MetaCivTk3/src/civilisation/inspecteur/simulation/environnement/GCarte.java
a0ee800d76865c04e61a9c8bdc4d737de8e35bb7
[]
no_license
Metasky/Metaciv3
1cc88f27a89151e7d701804709667ce9d3e10931
c081701765b1be840d4fb9a43b16cc09490b57ad
refs/heads/master
2023-03-01T07:47:00.100620
2014-11-03T10:21:18
2014-11-03T10:21:18
337,462,508
0
0
null
null
null
null
UTF-8
Java
false
false
7,379
java
package civilisation.inspecteur.simulation.environnement; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.event.MouseEvent; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; import java.util.ArrayList; import java.util.HashMap...
[ "julien.nigon@orange.fr" ]
julien.nigon@orange.fr
208827807a78f9bc384747901b0afb6095963171
d880de435f1b654c52bbc916f93f794426c052a7
/src/main/java/org/yawlfoundation/yawl/editor/actions/element/DropTaskDecompositionAction.java
9861a4ddc48e2da6d2d1894b38cbc85ee3d538e2
[]
no_license
itiu/yawl-editor-zmq
f76b865c4b545990eb1ed62cd6323234fb2f2d4c
bc459a34108f33df121d205e358a1a25dc5ac405
refs/heads/master
2020-05-29T09:55:15.670624
2011-09-26T14:40:15
2011-09-26T14:40:15
2,443,701
0
0
null
null
null
null
UTF-8
Java
false
false
3,218
java
/* * Created on 09/10/2003 * YAWLEditor v1.0 * * @author Lindsay Bradford * * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licens...
[ "ValeriyBushenev@gmail.com" ]
ValeriyBushenev@gmail.com
4c46a00938bd0c8db0a088773315b8c1a6ea7f8f
53097262c2843dd7f056cf37a0ac08a5375c093e
/src/main/java/com/pack/service/impl/DemandModuleService.java
dea8edf33c983c42637b96f04314b097d6739007
[]
no_license
ljh205sy/onlinepack
2ae248608c0339117d6982466b1d0a003b8e8732
a62dc54b127fe0627f0e8499efbe3aaa9acccc7e
refs/heads/master
2022-06-21T06:07:24.189298
2020-01-08T08:37:58
2020-01-08T08:37:58
220,665,710
0
0
null
2022-06-17T02:36:49
2019-11-09T15:54:52
Java
UTF-8
Java
false
false
678
java
package com.pack.service.impl; import com.pack.entity.DemandModule; import com.pack.repository.BaseRepository; import com.pack.repository.DemandModuleRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import javax.transaction.Transactional; /** ...
[ "liujinhui@vrvmail.com.cn" ]
liujinhui@vrvmail.com.cn
8d4bf40c8127a2d55142c736a4a26cf27c4821dc
8c42033c11d92f816492c0019d1eeff0ee7fc041
/GestionInterventionApp/app/src/test/java/com/example/gestionintervention/ExampleUnitTest.java
e3be7ea5404d61223653a9416bc9bd449d584881
[]
no_license
Choukriel/Gestion_Interventions
ab07cca897d8392dd68b8d4404af6ef3a6994a17
3837204d56092fb0d6f5e946514550f85e1d4148
refs/heads/master
2023-06-17T07:15:25.337138
2021-07-17T13:05:05
2021-07-17T13:05:05
287,078,591
0
0
null
null
null
null
UTF-8
Java
false
false
393
java
package com.example.gestionintervention; 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 pu...
[ "choukrielou@gmail.com" ]
choukrielou@gmail.com
1c90819d3e8265000633e5895d09cfe0ac15ad64
6c5a8273b3c677781612d18361e265a152922b6b
/src/com/bvan/javaoop/lessons5_6/factorial/FactorialRunner.java
3ddefa75e8f3ceb15096bd10c5f0b000e79946ca
[]
no_license
bohdanvan/javaoop-group84
e0a5683dedc4d7fc99d92025f38e981a01d7e240
62b01935d1ff2a821d7336ac28c83982c385ae3b
refs/heads/master
2020-03-27T06:34:51.827162
2018-10-06T20:36:31
2018-10-06T20:36:31
146,116,629
0
0
null
null
null
null
UTF-8
Java
false
false
677
java
package com.bvan.javaoop.lessons5_6.factorial; import java.math.BigInteger; /** * @author bvanchuhov */ public class FactorialRunner { public static void main(String[] args) { try { BigInteger res = Factorial.factorial(-10); System.out.println(res); } catch (IllegalState...
[ "bohdan.vanchuhov@globallogic.com" ]
bohdan.vanchuhov@globallogic.com
457d71f3dfaf8e915566363c330e4bed6e14a0a4
ac93b511b86c5596dc414b103441d15ef9044169
/weatherApp/src/main/java/com/weatherApp/weatherApp/MyUI.java
43afbbc8b97841c35c6cf87437fac63c60a09c23
[]
no_license
emrekiziltepe/WeatherApp
0c1afdb18b0e3917bc451ce814222afc2fb3d409
fbfd2e146896e0be1b94f4273d75cba60470014a
refs/heads/master
2021-08-22T07:48:41.662786
2017-11-29T17:27:26
2017-11-29T17:27:26
110,876,771
0
0
null
null
null
null
UTF-8
Java
false
false
1,078
java
package com.weatherApp.weatherApp; import com.vaadin.ui.*; import org.springframework.beans.factory.annotation.Autowired; import com.vaadin.annotations.Theme; import com.vaadin.server.VaadinRequest; import com.vaadin.spring.annotation.SpringUI; @SpringUI @Theme("valo") public class MyUI extends UI { ...
[ "noreply@github.com" ]
noreply@github.com
57b21e399427455061fa63fbb1f65fe3754750c2
a3fe5db4cf9f5dc75b8331b1fe69de13e0549587
/activemq/openwire/v7/JournalTopicAckMarshaller.java
3e1ba5fd6dd8a7afffa3557dfe73df7fba1c3a2d
[]
no_license
ShengtaoHou/software-recovery
7cd8e1a0aabadb808a0f00e5b0503a582c8d3c89
72a3dde6a0cba56f851c29008df94ae129a05d03
refs/heads/master
2020-09-26T08:25:54.952083
2019-12-11T07:32:57
2019-12-11T07:32:57
226,215,103
1
0
null
null
null
null
UTF-8
Java
false
false
4,612
java
// // Decompiled by Procyon v0.5.36 // package org.apache.activemq.openwire.v7; import java.io.DataOutput; import java.io.IOException; import org.apache.activemq.command.TransactionId; import org.apache.activemq.command.MessageId; import org.apache.activemq.command.ActiveMQDestination; import org.apache.activemq.op...
[ "shengtao@ShengtaoHous-MacBook-Pro.local" ]
shengtao@ShengtaoHous-MacBook-Pro.local
84b6d1d1e9a913733c5631dd2fd0f146d64b4a4f
447520f40e82a060368a0802a391697bc00be96f
/apks/playstore_apps/de_number26_android/source/com/google/maps/android/PolyUtil.java
34210f7efb4098b8afc7262ea99b3b7f302e4d38
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
15,365
java
package com.google.maps.android; import com.google.android.gms.maps.model.LatLng; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Stack; public class PolyUtil { private static final double DEFAULT_TOLERANCE = 0.1D; private PolyUtil() {} public static boolean ...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
b5038e5e478633d23700b3c5177ab3538b19c052
4ecdc8f45e26e326dae1c5d521d18e561b728232
/library/src/main/java/com/router/civilization/library/eventbus/EventBusUtils.java
5dbfbeca60c258871d736c6e456d608ba18b9436
[]
no_license
tian-y05/CivilizationTest
46a0310631356f9115626c608178a82fb987a399
d18ec94c657dbeac01dfcc53fd2a73b32a19700b
refs/heads/master
2020-12-12T01:10:21.884495
2020-01-15T07:38:10
2020-01-15T07:38:11
234,004,819
0
0
null
null
null
null
UTF-8
Java
false
false
1,213
java
package com.router.civilization.library.eventbus; import com.router.civilization.library.eventbus.EventBusMessage; import org.greenrobot.eventbus.EventBus; /** * Created by tian * on 2019/7/1. */ public class EventBusUtils { private EventBusUtils() { } /** * 注册 EventBus * * @param su...
[ "912853997@qq.com" ]
912853997@qq.com
bf28a4ab9edd813a3752e77109f9b9c8b5fad9af
01975c626f07f3fd1371ddfae48efc52108dfe9a
/src/org/fernwood/jbasic/funcs/CosFunction.java
1012c24e177941df8d205feba628a27abacd36f4
[]
no_license
tucats/JBasic
3d1285162430c314c3dffabdf95e8b9afcca90dc
d2bf0b3b06410dbaf2b41a4abee41c9faa3dffb9
refs/heads/master
2022-09-29T08:34:40.827317
2022-09-03T16:33:22
2022-09-03T16:33:22
16,550,357
0
0
null
null
null
null
UTF-8
Java
false
false
1,977
java
/* * THIS SOURCE FILE IS PART OF JBASIC, AN OPEN SOURCE PUBLICLY AVAILABLE * JAVA SOFTWARE PACKAGE HOSTED BY SOURCEFORGE.NET * * THIS SOFTWARE IS PROVIDED VIA THE GNU PUBLIC LICENSE AND IS FREELY * AVAILABLE FOR ANY PURPOSE COMMERCIAL OR OTHERWISE AS LONG AS THE AUTHORSHIP * AND COPYRIGHT INFORMATION IS RETAINED...
[ "tom.cole@nc.rr.com" ]
tom.cole@nc.rr.com
644e87c70444b4bf8a6cfc04254ce855c071c6f6
1792919440aff9f82dc81f571ea5f08abce87984
/src/game/friendly/turrets/XBow.java
4207570fbaee9539d112976de5516b886d1d4870
[]
no_license
CodyRichter/GameEngine
4be3dd61c38f19ee618753a59551789d2d486ea8
ed11b3d406c8762a0a3ef93e45f34c82a9b1c15d
refs/heads/master
2021-09-23T18:46:28.155754
2018-09-26T14:59:56
2018-09-26T14:59:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,199
java
package game.friendly.turrets; import base.Unit; import game.Startup; import game.friendly.Projectile; import java.util.Timer; import java.util.TimerTask; /** * GameEngine - game.friendly.turrets * * @author Cannon * @version 1.0 */ public class XBow extends Turret { private static Timer timer = new Timer(...
[ "Vortekdynamic@gmail.com" ]
Vortekdynamic@gmail.com
d0b19fa1e2d0dd6991166320be84f67f05c1af6d
8563e6e0da14d035bf8add0fdb9ebfc3e6a2bda1
/src/main/java/com/myretail/entity/ErrorDetails.java
92305cbc5de6618e0d786a030fce1456836f89fe
[]
no_license
phanibuddi9/MyRetailApp
4ed663a6419f21f16ba260ef859cd6ea341fa772
3d6dd412e891cd59360af2e5fed6cb5c942bab48
refs/heads/master
2022-02-02T09:12:35.969260
2018-05-09T18:43:44
2018-05-09T18:43:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
880
java
package com.myretail.entity; import java.util.Date; public class ErrorDetails { private Date timestamp; private String message; private String details; public ErrorDetails(Date timestamp, String message, String details) { super(); this.timestamp = timestamp; this.message = message; t...
[ "niteshsinghrajput.mca@gmail.com" ]
niteshsinghrajput.mca@gmail.com
e80b7c3306835698e03c66d620be196277dba150
eb44e65b1468bbc220c11966518121f91981a6ca
/JavaAppiumAutomation/src/lib/ui/android/AndroidArticlePageObject.java
8011ccf1b4b4519d2622b14fa35355070336e48c
[]
no_license
bondarenkodima/AvtoMobileTest
f6c186dcc1cd5782f2ee2c8bd7cd4c93d8d289bb
a55abba4eeeb42614be944d7f71f4ab7a5d773fe
refs/heads/master
2020-04-16T23:43:35.048553
2019-03-17T15:15:20
2019-03-17T15:15:20
166,023,219
0
0
null
null
null
null
UTF-8
Java
false
false
1,422
java
package lib.ui.android; import io.appium.java_client.AppiumDriver; import lib.ui.ArticlePageObject; public class AndroidArticlePageObject extends ArticlePageObject { static { TITLE = "id:org.wikipedia:id/view_page_title_text"; FOOTER_ELEMENT = "xpath://*[@text='View page in browser']"; ...
[ "bondarenkodimay@gmail.com" ]
bondarenkodimay@gmail.com
cdb82795991f709c014a00dbdad2b3e98ca3fe08
c6a20ea2faf86869b9b9f69510c9843597fe1fe1
/src/com/company/storables/Dragon.java
4bdbd45e920f488d9e94a53706ad3fdd7301310d
[]
no_license
oaleksander/Lab7
39d41b0c1e34b5cfb928f41749bc1950e118bcc5
1ca18d05be5b7d31fef2e5692ca98b3ed470f9c8
refs/heads/master
2023-08-28T12:21:38.673589
2021-09-26T19:33:19
2021-09-26T19:33:19
352,652,258
0
0
null
null
null
null
UTF-8
Java
false
false
10,511
java
package com.company.storables; import com.company.ui.User; import java.text.DateFormat; import java.text.ParseException; import java.util.Date; import java.util.Locale; import java.util.Objects; public class Dragon implements Comparable<Dragon> { private long id; //Значение поля должно быть больше 0, Значение эт...
[ "medvedev.asm@outlook.com" ]
medvedev.asm@outlook.com
7826713bd02de59b4153a3a7717fabaa1f7d8a51
3b33dc354b74fe72a00defa562c82c09659c14b1
/src/com/study/object_oriented_design/ood2/ParkingLotLaicode/Vehicles/Vehicle.java
cb86eb3dfedc4b70ca721893ac7ed8b9b883c60b
[]
no_license
98ning/LaiCode-2
9355de917bbe70c8ea8010267f3af78716e1ffa5
178ad24b92e14e0d38594481cb9ed27582bcd8c7
refs/heads/master
2023-07-03T23:20:55.477698
2021-08-09T04:51:30
2021-08-09T04:51:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
553
java
package com.study.object_oriented_design.ood2.ParkingLotLaicode.Vehicles; public abstract class Vehicle { public final String plate; public abstract VehicleSize getSize(); Vehicle(String plate) { this.plate = plate; } } class Truck extends Vehicle { Truck(String plate) { super(plate); } @Overr...
[ "Ma_Yaowei@outlook.com" ]
Ma_Yaowei@outlook.com
3255e7f1f9444c557e926f35c8092f7066ab8a77
d67b6f7a9d026cf5cceb12e887734c0d7a9f16eb
/src/main/java/nk/gk/wyl/semanticsearch/util/IkUtil.java
afc316df922daea80e82675a231038342c95f74c
[]
no_license
zhangshuailing/semantic-search
3aeaf605f7b96c516734566fc9db93aa060848b1
2e6a51fa308bff1b2b57eb6342858fa7131733ec
refs/heads/main
2023-02-25T10:35:53.084908
2021-01-28T13:19:34
2021-01-28T13:19:34
331,163,717
0
0
null
null
null
null
UTF-8
Java
false
false
1,212
java
package nk.gk.wyl.semanticsearch.util; import org.apdplat.word.WordSegmenter; import org.apdplat.word.segmentation.Word; import java.util.ArrayList; import java.util.List; public class IkUtil { private static WordSegmenter wordSegmenter =null; public static WordSegmenter getWordSegmenter() { return ...
[ "zhangshuailing@golaxy.cn" ]
zhangshuailing@golaxy.cn
0dbe98a274d64c8779acb16bad912ea541d9ffe8
f9c621755f3b3e0786055c78738beff8885bc3b6
/java210208/src/athread/talk2/TomatoServer.java
a6fc86af719a49f15377b46211c7002c4f1b2bc1
[]
no_license
dnguddl9436/java210208-1
b89a7d704450c33acbdef3aa01120166c24fca67
b4e7089b5254ed1decd8022c33211229d66933fe
refs/heads/main
2023-04-16T08:37:01.842605
2021-04-13T06:23:08
2021-04-13T06:23:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,404
java
package athread.talk2; import java.awt.Color; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; import java...
[ "slalom0914@gmail.com" ]
slalom0914@gmail.com
f2e1bd52790b31d66ba7550dc9ea2bd1f7a32122
127a610e64277a8ba898c2203bf9cb6bca05afc0
/src/main/java/kr/happyjob/study/sample/service/SampleComnCodService.java
e8629002d30ca0b752b7b93280c3f5eeb92bd205
[]
no_license
SCMPJ/scm_basecode
3d209f1d1b39515a26fe9bab5c977e55a3953533
7802b500e604839ca2ba70322a04c83e90d74309
refs/heads/main
2023-05-30T20:18:04.239875
2021-06-07T02:57:20
2021-06-07T02:57:20
364,464,861
0
5
null
2021-06-07T02:57:20
2021-05-05T04:53:15
JavaScript
UTF-8
Java
false
false
1,770
java
package kr.happyjob.study.sample.service; import java.util.List; import java.util.Map; import kr.happyjob.study.system.model.ComnCodUtilModel; import kr.happyjob.study.system.model.ComnDtlCodModel; import kr.happyjob.study.system.model.ComnGrpCodModel; public interface SampleComnCodService { /** 그룹코드 목록 조회 */ ...
[ "sangsu9701@naver.com" ]
sangsu9701@naver.com
b43aef8cdfdf17113e87259a7d32520873242b8e
e40cbdba721943ac5596e98a15b4dd9a51204079
/core/src/maps/EasyPortal.java
4e5258641e7ebcf87eb75896e598410e26ab386e
[]
no_license
Lotrius/Wave
edc5af54065e8ee38dd52f08510193143fbba0cb
870580ba1ac2347bf20d48d4f28116edc7a9fd1b
refs/heads/master
2020-03-19T19:27:31.894836
2018-10-09T18:03:32
2018-10-09T18:03:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,050
java
package maps; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.maps.tiled.TmxMapLoader; import com.badlogic.gdx.maps.tiled.renderers.OrthogonalTiledMapRenderer; import characters.Player; import characters.Warrior; import wave.Wave; public class EasyPortal extends InGameScreen ...
[ "user.email" ]
user.email
9a6a39efb63274dedf202f35cc0a097f907c3c6d
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/neo4j/2015/8/BigLabelStoreGenerator.java
36d180acfc1abea0ffaf1977405d530ab0b7c188
[]
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,414
java
/* * Copyright (c) 2002-2015 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
ac63eb8893eecfe801dc72c05700c76000bcea64
89dc077c14f5122d25705ed9c3f62b9fab6d3d57
/src/intexsoftBookLibrary/dao/MySqlDAOFactory.java
70ab81fd06f2de695c8cde7dc47a211ef4335400
[]
no_license
SasimovichAndrey/intexsoftBooklibrary
eca9ef90825a379a27c7570697b9292ea6fe8cc0
e077281c6b6b7693256d840940c8e4f0dfc657dc
refs/heads/master
2016-09-06T18:59:59.045267
2013-11-05T12:01:06
2013-11-05T12:01:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package intexsoftBookLibrary.dao; import intexsoftBookLibrary.dao.mysql.MySqlBookDAO; import intexsoftBookLibrary.dao.mysql.MySqlLibraryDAO; public class MySqlDAOFactory extends DAOFactory { @Override public IBookDAO getBookDAO() { return new MySqlBookDAO(); } @Override public ILibraryDAO getLibraryDAO() { ...
[ "ballack.tyta@gmail.com" ]
ballack.tyta@gmail.com
0666b292c93a3fcc8a0e1c38d09ee77bbb7eeff8
c1eee50fbb37bc5b2b5e30a2550865182cdf205c
/ANDROID/HelloAndroid/app/src/androidTest/java/com/hyeran/android/helloandroid/ExampleInstrumentedTest.java
3e2ca595a5ecc72e1915d74b28a82983651cf2cc
[]
no_license
gogog123/java-android-study
61caae559803ca5959607560be5d3e065c9844e6
58f80a21a9235b7d79422050e897881b52575f1d
refs/heads/master
2022-03-26T10:38:05.742752
2020-01-13T17:48:05
2020-01-13T17:48:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package com.hyeran.android.helloandroid; 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...
[ "hyebaragi__@naver.com" ]
hyebaragi__@naver.com
2b9b310e8e349045191918f78ff4fca9b5f4e08a
8ffa9c5e3e73bafbdf3fe822a91e245140b0baa6
/src/com/IOliu/File_test.java
c537578c7b3e6399d65a4a041fd396bcf956a580
[]
no_license
15503400097/java
de60b661cebaf5564d7ab5f7095b79d679049c18
76ffc743411a3e8b7be8b5da43b5ae65aa34bff5
refs/heads/master
2020-11-25T18:13:58.018020
2019-12-18T07:48:14
2019-12-18T07:48:14
228,788,853
0
0
null
2020-10-13T18:18:03
2019-12-18T08:02:23
Java
UTF-8
Java
false
false
878
java
package com.IOliu; import java.io.File; import java.util.Date; import java.text.SimpleDateFormat; public class File_test { public static void main(String[] args) { File file=new File("d:\\wq\\w.txt"); System.out.println("文件名是:"+file.getName()); System.out.println("文件的相对路径是:"+file.getPath()); System....
[ "1527814421@qq.cn" ]
1527814421@qq.cn
f6ebe64005abe459a9185da5f3105e71e9019824
fa90e85911f48215fb72c3daf2bac5bfee9fde27
/app/src/main/java/com/simtoonsoftware/taxthegame/ShopActivity.java
64038f1d230f20172166cc85e16176c63249228d
[]
no_license
ongakken/TaxTheGame
28b93759529c468b671b4c71d0558c4b4884fa48
539ee25879d1069dd9ac6c04cb90fe69970c8004
refs/heads/master
2023-04-23T15:06:02.110258
2021-05-16T14:48:06
2021-05-16T14:48:06
186,877,905
0
0
null
2021-05-16T14:48:07
2019-05-15T17:57:30
Java
UTF-8
Java
false
false
92
java
package com.simtoonsoftware.taxthegame; public class ShopActivity extends MainActivity { }
[ "simon.slamka@adlerka.sk" ]
simon.slamka@adlerka.sk
393721b8315277223c7286656572c19f1308a242
6bbab2bd7dce6c64ed0f33e7933cfdde9c0e3367
/src/main/java/com/jacob2/com/ComFailException.java
a7b0f03831358f67a6bd036586c5f1a778b22e33
[]
no_license
wangkm/zeroDoc
46ee2d85e24db66b22ab589fa655e042409f57fd
e3052aeb97c8f8d22667b4b96bbddf0fd3d555c6
refs/heads/master
2020-05-23T10:07:50.734132
2019-05-15T00:12:21
2019-05-15T00:12:21
186,718,708
0
0
null
null
null
null
UTF-8
Java
false
false
2,192
java
/* * Copyright (c) 1999-2004 Sourceforge JACOB Project. * All rights reserved. Originator: Dan Adler (http://danadler.com). * Get more information about JACOB at http://sourceforge.net/projects/jacob-project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU L...
[ "wkm@outlook.com" ]
wkm@outlook.com
b1df30dda910da83a6408338f46bfa0bc6497479
252ca25cbd1b5aacf24e2f6dee14622624287ef0
/NewsSys/src/com/my/servlet/back/BNewslistSvl.java
fdcfe25d41d5d8bade1bb39fbe1a1bab11d18e91
[]
no_license
Edenwds/icss_practice
c60c6289844e3629a4abd68f9b134fd1189d439a
48cc2f1d3793165c006c23359ee274eece382769
refs/heads/master
2022-02-21T17:33:16.885142
2019-07-26T07:20:03
2019-07-26T07:20:03
103,266,772
0
0
null
null
null
null
UTF-8
Java
false
false
2,811
java
package com.my.servlet.back; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.ht...
[ "1466809510@qq.com" ]
1466809510@qq.com
94606b46e3d3b3fccaad7ce25f392ac6f6888bdb
0d4c6da7f19c3cce755541dc577f339f653798c1
/app/src/main/java/ricky/easybrowser/utils/CollectionUtils.java
2868dabac52f285996f7493fce331a806b1c8613
[]
no_license
ricky9090/EasyBrowser
7c0694c18b9637162de40af6f9d3e01ebf4f8f09
b1782a052e46641fa52b1f14aa53a69b5201a39d
refs/heads/master
2022-02-07T09:35:46.675922
2022-02-01T03:18:42
2022-02-01T03:18:42
180,734,164
44
9
null
null
null
null
UTF-8
Java
false
false
328
java
package ricky.easybrowser.utils; import java.util.Collection; public class CollectionUtils { public static boolean isEmpty(Collection collection) { return collection == null || collection.isEmpty(); } public static boolean isNotEmpty(Collection collection) { return !isEmpty(collection); ...
[ "unreal_star13@126.com" ]
unreal_star13@126.com
2a85819162eb428d629833bf51e7a51d6b0242a3
7681ad3b826ca0ddc8f36b62050d60fecaa78ca5
/greed/text-justify.java
7277f0974c9b319a138d943831ce68ae2ff45c3c
[]
no_license
anthonychung14/algorithms
5b52f61cb5e16ba41cadbaeaa32c273473d4514f
6b0daa0e6165fe355d0d68b56b0ba720045fe5fc
refs/heads/master
2021-01-10T13:51:46.782797
2017-12-19T05:26:33
2017-12-19T05:26:33
55,302,667
0
0
null
null
null
null
UTF-8
Java
false
false
2,716
java
// Given an array of words and a length L, // format the text such that each line has exactly L characters // and is fully (left and right) justified. // You should pack your words in a greedy approach; // that is, pack as many words as you can in each line. // Pad extra spaces ' ' when necessary so that each line // ...
[ "anthonychung14@gmail.com" ]
anthonychung14@gmail.com
7abedfcb004009ff536953d1458900f2ed15929f
0f07875056ac8f6429f554b14a73b351cf216940
/hacks/PalincaPalincie/src/java/ro/dracula/business/order/control/XtremeIngredientProvider.java
1cefce409f50e62b1f93bb674cd5aea53c4c3f12
[]
no_license
dlee0113/java_ee_patterns_and_best_practices
b40b541d46799b634b52ffc5a31daf1e08236cc5
195a8ddf73e656d9acb21293141d6b38a47d0069
refs/heads/master
2020-06-30T03:26:52.852948
2015-04-01T12:35:15
2015-04-01T12:35:15
33,245,536
15
12
null
null
null
null
UTF-8
Java
false
false
378
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ro.dracula.business.order.control; /** * * @author abien */ //@DrinkingLevel(DrinkingLevel.Level.ADVANCED) public class XtremeIngredientProvider implements IngredientsProvider { @Override public Str...
[ "dlee0113@gmail.com" ]
dlee0113@gmail.com
6426cf5bef7f3c7a67e080441202eefc0748e15b
d44948644566b54ddaee31de176120e5cb882c37
/src/main/java/com/enisfr/recipebook/repositories/UnitOfMeasureRepository.java
eada7b66c1a9e78753a85cbcf55e5ec6fc82c60b
[]
no_license
enisfr/recipe-book
95c3a8040081b4aaa161ec57b660a6c33187810d
a0063b8b818c95aef3f990a2b91d75ac54bfb4a0
refs/heads/master
2023-02-25T14:43:57.576714
2021-02-03T21:06:47
2021-02-03T21:06:47
332,537,749
0
0
null
null
null
null
UTF-8
Java
false
false
341
java
package com.enisfr.recipebook.repositories; import com.enisfr.recipebook.domain.UnitOfMeasure; import org.springframework.data.repository.CrudRepository; import java.util.Optional; public interface UnitOfMeasureRepository extends CrudRepository<UnitOfMeasure, Long> { Optional<UnitOfMeasure> findByDescription(St...
[ "enisfurkane@gmail.com" ]
enisfurkane@gmail.com
2d61a3b1340931d313172cc90585a892e4a9844b
320f42d46e43abf9c6e805da5fcb08b9d21e7390
/app/src/test/java/com/work/fargments/ExampleUnitTest.java
00823836b0b21f43e64d27f28d26c853f04f1d64
[]
no_license
Bvekv1/Fargments
6b01b110361e0519cb5bd1fd49c8265288ec02c0
d0ef86327550386461c5234709de224732958c37
refs/heads/master
2020-09-05T16:46:28.795338
2019-11-09T06:24:39
2019-11-09T06:24:39
220,159,962
0
0
null
null
null
null
UTF-8
Java
false
false
379
java
package com.work.fargments; 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 public void add...
[ "bvekp1@gmail.com" ]
bvekp1@gmail.com
b78a69a0a35236ca75e9c83dc379e8953775697a
e40fa8032faec751915eb01760a450a63e450a20
/src/main/java/com/odonto/ejb/UsuarioFacade.java
78b721377224bbeff250c88cee0377b1426de490
[]
no_license
valenovoa/ProgramaExtramural
02bee7ed749d88e08bb8048894a8b7851f185843
80a30721c78e2a9d6a3c516adf11df490280e341
refs/heads/master
2021-01-01T18:46:59.988608
2017-09-03T23:03:39
2017-09-03T23:03:39
98,435,865
0
1
null
2017-08-02T23:54:41
2017-07-26T15:03:52
Java
UTF-8
Java
false
false
1,243
java
package com.odonto.ejb; import com.odonto.model.Usuario; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; @Stateless public class UsuarioFacade extends AbstractFacade<Usuario> implement...
[ "valenovoan@gmail.com" ]
valenovoan@gmail.com
69db27715959ae80697371da3bb371a156639ecf
1de9dec258a7b1cbaad955240f0457780523b910
/src/yang/weiwei/tools/ToolCorpusConverter.java
ff6453f7796bb739e44c91293561c3fe06f678b5
[ "MIT" ]
permissive
ywwbill/YWWTools-v2
b831f166ba47db17660ab6ef5c7850f7b9b916dc
cdc03c4a02adb90f06ce5052462f83e13b1865d4
refs/heads/master
2022-12-13T03:46:18.662010
2020-09-05T08:07:51
2020-09-05T08:07:51
232,361,192
2
1
null
null
null
null
UTF-8
Java
false
false
2,822
java
package yang.weiwei.tools; import java.io.IOException; import java.util.Properties; import yang.weiwei.util.format.CorpusConverter; public class ToolCorpusConverter extends ToolInterface { private boolean getVocab=false; private boolean toIndex=false; private boolean toWord=false; private String wordCorpusFile...
[ "weiwei.yang.1990@gmail.com" ]
weiwei.yang.1990@gmail.com
309f3ae8de6c2a3afeb073fb134956047571beef
13c13a3011660445e5e7b3554432f4a45060f20d
/src/main/java/eu/webpos/service/CustomerRepo.java
41f68959301f931ce8428f5891e5d58839758d7f
[]
no_license
Colmos85/WebPOS
7198e36c085ba359014d3e622097ec4f837d2b92
11deeb267fbec9ab7567faa9c7802ad0e5eae141
refs/heads/master
2021-03-27T13:13:31.978081
2017-03-16T20:23:14
2017-03-16T20:23:14
81,465,615
0
0
null
null
null
null
UTF-8
Java
false
false
318
java
package eu.webpos.service; import org.springframework.data.jpa.repository.JpaRepository; import eu.webpos.entity.Brand; import eu.webpos.entity.Customer; public interface CustomerRepo extends JpaRepository<Customer, Integer>{ public int countByUsername(String username); public Customer findById(int id); }
[ "colm.osullivan4@mycit.ie" ]
colm.osullivan4@mycit.ie
079528fd577ded586a8143d51199916d9ee3143a
3c695bdb965942bdddc0e4aa63111ee75833d55e
/app/src/main/java/com/easemob/chatuidemo/parse/ParseManager.java
60ebc7d4c9b801bf3442d6d2fb78af9f1d0f26fe
[]
no_license
RunziiMo/CYOU
21ad6b68df1fabd002e7ce65aa7c0629a509ec2c
5c2153e5407128a3fd3851ee53240119cafb1cf9
refs/heads/master
2020-05-30T07:13:44.960090
2016-09-25T03:53:03
2016-09-25T03:53:03
69,142,473
0
0
null
null
null
null
UTF-8
Java
false
false
9,955
java
package com.easemob.chatuidemo.parse; import java.util.ArrayList; import java.util.List; import android.content.Context; import com.easemob.EMValueCallBack; import com.easemob.chat.EMChatManager; import com.runzii.cyou.common.utils.DemoHelper; import com.easemob.easeui.domain.EaseUser; import com.easemob.easeui.util...
[ "806478101@qq.com" ]
806478101@qq.com
47185beb6100b28d4c80637f71f71a6f58ef89c4
9b40761f7b05e55422d3f5bd846ebc93d3430cd1
/src/tms/sensors/VehicleCount.java
db8dc5f628c7ef81654d2757ae440a4eed493e8f
[]
no_license
william-cui/transport-network
78618c0a76416253317641c976fb0f86f8f1445e
dafae98f04431bab616a51e28b54d9090f53ee0a
refs/heads/master
2022-11-21T05:18:08.720849
2020-07-30T13:59:48
2020-07-30T13:59:48
283,706,288
0
0
null
null
null
null
UTF-8
Java
false
false
314
java
package tms.sensors; public interface VehicleCount extends Sensor { /** * Returns the observed rate of vehicles travelling past this sensor in * vehicles per minute. * * @return the current traffic count reported by the vehicle count sensor * @ass2 */ int countTraffic(); }
[ "confggtly1971@gmail.com" ]
confggtly1971@gmail.com
b669387db046dc4feaa3e4045845ea058e391f2e
d2e690a751cb23c68e65b36246dcffe2228953a7
/src/main/java/org/luozhe/lzspring/controller/UserController.java
3096e261a795333e98d0e24b7215c61b9478a104
[]
no_license
sunLuo/luoz
3ea9165b03535bbfb8cfa4093f059ea130b48535
b6cd93d1c7260c9e39970095db3bdf040758a7c1
refs/heads/master
2022-07-15T19:34:00.150447
2020-10-10T06:29:10
2020-10-10T06:29:10
96,669,415
0
0
null
2022-06-21T02:10:10
2017-07-09T07:53:36
Java
UTF-8
Java
false
false
339
java
package org.luozhe.lzspring.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * <p> * 前端控制器 * </p> * * @author luozhe * @since 2019-10-06 */ @RestController @RequestMapping("/lzspring/user") public class UserControll...
[ "noreply@github.com" ]
noreply@github.com
f4f287d2081fb90713dd1b08e140db87c8877855
d29b223546871999885a64482a896f7da4af594b
/src/patronesfactory/Tijera.java
4b7f977a889c45f39cc0b5bd7de4d1bf35f706bf
[]
no_license
alsansan/Curso-Java-1
296ad4934bf30abd1887f7b7d695b64564f2a29b
7aad43134ec218a381b262d08ec29bfb4344f3d5
refs/heads/main
2023-08-13T22:15:10.297071
2021-09-30T11:52:08
2021-09-30T11:52:08
407,122,402
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
package patronesfactory; public class Tijera extends PiedraPapelTijeraFactory { public Tijera() { numero = 2; nombre= "tijera"; } @Override public boolean isMe(int pNumero) { return pNumero==2; } @Override public int comparar(PiedraPapelTijeraFactory pPpt) { //piedra0 pierde , resultado =-1 /...
[ "alberto_s.san@hotmail.com" ]
alberto_s.san@hotmail.com
a03f47937fef39a2ae6c9ffebfeefeea81d68e32
b905fbc16a3e4c1765ce4b4eb270d017e6b4b5d2
/HRMS/HRMS-Services/src/main/java/com/csipl/hrms/service/employee/SeparationService.java
98f7a492e427ad9131d83688aa9192cea5e1df2a
[]
no_license
ravindra2017bangalore/FabHR
76ed00741be81b6219b565bb38c4c4a68a364dc1
c77e5d4c99d5e9bdb042efea5e30fa25e7e0561e
refs/heads/master
2021-07-03T22:56:55.877324
2019-03-11T15:13:02
2019-03-11T15:13:02
175,022,830
1
0
null
null
null
null
UTF-8
Java
false
false
1,103
java
package com.csipl.hrms.service.employee; import java.util.List; import com.csipl.hrms.dto.employee.SeparationDTO; import com.csipl.hrms.model.employee.Separation; public interface SeparationService { public Separation save(Separation separation); public List<Separation> getSeparationList(Long employeeId,...
[ "parihar.ravindrasingh@gmail.com" ]
parihar.ravindrasingh@gmail.com
79efd8f9e9d7380a0f3fe0a123fb3ed2b6953dad
cfb2ab1a86029d5fa4790001b4ac3989fa55809f
/src/main/java/com/example/ProductClientApplication.java
651254d03139f21a6cff8de3fc5b728a39f2cd6a
[]
no_license
mrbaljit/stock-client
94b9587a277870f3e396079f7f89b39f0e28cd56
318264af2e603268ca356de6d5fcfb4f5a9e51e0
refs/heads/master
2016-09-13T12:40:03.804004
2016-05-02T01:54:42
2016-05-02T01:54:42
56,291,557
0
0
null
null
null
null
UTF-8
Java
false
false
317
java
package com.example; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ProductClientApplication { public static void main(String[] args) { SpringApplication.run(ProductClientApplication.class, args); } }
[ "baljit.singh@suncorp.co.nz" ]
baljit.singh@suncorp.co.nz