blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
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
684M
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
132 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
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
edd5c56cdf61cf27ed1211884d53571195e62584
9a6ab7f872b3ea205523bbb798361377b9cdd3de
/U1M2SummativeMuratSurenler/CalculatorObject/src/main/java/Main.java
06e580df5066705a70e3ea6866531df1dbb9b8ad
[]
no_license
surmurat/JavaBootCamp
f5121c8b79a192e6ff8b3be89764c862af2c9520
f7ddcf2f151915f963d18922a0b4b3ac84cf1a01
refs/heads/master
2022-01-18T12:13:09.692264
2019-08-09T03:48:57
2019-08-09T03:48:57
189,094,659
0
0
null
null
null
null
UTF-8
Java
false
false
525
java
public class Main { public static void main(String[] args) { Calculator calc = new Calculator(); System.out.println(calc.add(1,1)); System.out.println(calc.subtract(23,52)); System.out.println(calc.multiply(34,2)); System.out.println(calc.divide(12,3)); Sys...
[ "mrtsrnlr@gmail.com" ]
mrtsrnlr@gmail.com
983e849854a5df3f211c55412c91bbe609e724dd
eb3d720ddd5e2fb8dfa1618d233a4f490d3353a3
/FoodFriends-Android/app/src/main/java/com/vteam/foodfriends/data/remote/api/Client.java
4910367192e9084eb56cb5b9089954f7bcabd1ca
[]
no_license
FPTUHackathon/VTeam
965492b2c7757b880bdbc07590ae0c371ae5a28c
9198104a4b0fde638d2accb9b027cbe51a1624af
refs/heads/master
2021-08-23T04:13:42.261884
2017-12-03T07:07:10
2017-12-03T07:07:10
112,749,821
0
0
null
null
null
null
UTF-8
Java
false
false
1,864
java
package com.vteam.foodfriends.data.remote.api; import android.content.Context; import android.util.Log; import com.vteam.foodfriends.BuildConfig; import java.io.IOException; import okhttp3.Interceptor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; import okhttp3.logging.HttpLoggingIn...
[ "dacsang97@gmail.com" ]
dacsang97@gmail.com
700ba9d2fa896e6e8dff5ab0b153bb5dde17cc5a
aae5cfadd1a75e650d6931ad14243ca633ae6dbd
/app/src/test/java/com/example/administrator/study/ExampleUnitTest.java
400dd35a466d56e0690af1e40664e83f8a907f36
[]
no_license
GeJieZhang/opencv_face
c1443539573a748eeaad624008a3c31bed9392b4
fb311974ac5e9f4d3e25b048f7836172bfd3ac6e
refs/heads/master
2020-04-08T23:11:40.426909
2018-11-30T11:45:50
2018-11-30T11:45:50
159,815,154
0
0
null
null
null
null
UTF-8
Java
false
false
392
java
package com.example.administrator.study; 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...
[ "1241577948@qq.com" ]
1241577948@qq.com
86667901a349e27c1f671af342390a22907e7761
13ce949fa7815572e20b03c9fc1028b82246a297
/src/main/java/com/example/demo/SpringbootQuartJobApplication.java
b985506dc3df903835695e9756408b4e5cd5b2c7
[]
no_license
17310608510/springboot-quart-job
ad04e6c529ae898d0c23963c623fe4b36cf977b3
bb45f7d601c62b57a731590c6fdf6e9ae23f18d3
refs/heads/master
2023-01-06T23:41:45.462591
2020-11-11T07:54:08
2020-11-11T07:54:08
311,901,027
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package com.example.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SpringbootQuartJobApplication { public static void main(String[] args) { SpringApplication.run(SpringbootQuartJobApplication.class, ...
[ "18832027535@163.com" ]
18832027535@163.com
de8ac2b70cd7426bd6a666234182470664e4cc7b
2650d565255cf7f5c0192599cb69650aba91fdb8
/java/src/test/java/com/ciaoshen/leetcode/most_common_word/Tester.java
196f84531536032820a48f75cb8bf3ba483d89c9
[ "MIT" ]
permissive
helloShen/leetcode
78ded31b16cfc0ca4d0618d90bb0ef3a8b10377a
5bba26f0612d785800c990947db8dae3af4bad81
refs/heads/master
2021-06-03T14:44:57.256143
2019-04-06T19:06:15
2019-04-06T19:06:15
96,709,063
1
0
null
null
null
null
UTF-8
Java
false
false
1,093
java
/** * Leetcode - most_common_word */ package com.ciaoshen.leetcode.most_common_word; /** basic util */ import java.util.*; import com.ciaoshen.leetcode.util.*; /** JUnit */ import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; /** slf4j */ import org.slf4j.impl.StaticLoggerBinder; import ...
[ "symantec__@hotmail.com" ]
symantec__@hotmail.com
7beacaf316e23881159e7b50544f862856d09e84
a30d88e36413f4ff726418bc701882aa1acf348b
/src/main/java/de/gedoplan/model/Address.java
0eb15aff61f1037bcd304ff924d846d094f9e17a
[]
no_license
GEDOPLAN/graphql-example
6de4ec65b1dbe56ef5d1f4bf806c989e4e3ccd6e
e8c8ee7c6483b4e839168dcb4d8fb8c06095fdc1
refs/heads/master
2020-05-05T04:57:40.381723
2019-04-05T18:26:52
2019-04-05T18:26:52
179,732,161
0
0
null
null
null
null
UTF-8
Java
false
false
787
java
package de.gedoplan.model; import javax.persistence.Embeddable; @Embeddable public class Address { private String street; private String streetNumber; private String zip; private String city; public String getStreet() { return street; } public void setStreet(String street) { ...
[ "alexander.kittelmann@gmx.de" ]
alexander.kittelmann@gmx.de
b51f7d4b4d6ef13ded85e273614103931da7c404
521f660bc8634a04e861e6273e72e3a8ad213860
/src/main/java/com/nuxplanet/mongodb/web/rest/errors/ErrorConstants.java
6e93f61b98b9039674bd146c1d39e8be8058a07b
[]
no_license
snemo/jhipster-mongodb
00c39fa9bab760d8297e0bdbfb63b9d95d31f505
1b24dc776f5666a34c0024e21e29ff2e7dacdcf5
refs/heads/master
2021-09-01T15:18:15.790749
2017-12-27T17:09:55
2017-12-27T17:09:55
115,540,370
0
0
null
null
null
null
UTF-8
Java
false
false
1,117
java
package com.nuxplanet.mongodb.web.rest.errors; import java.net.URI; public final class ErrorConstants { public static final String ERR_CONCURRENCY_FAILURE = "error.concurrencyFailure"; public static final String ERR_VALIDATION = "error.validation"; public static final String PROBLEM_BASE_URL = "http://ww...
[ "wojciech.olech@tieto.com" ]
wojciech.olech@tieto.com
a33752da77383289a4dc0f7e96a21c4996a861a0
8c2963e562bcc15ca32ff334428592a4c8e43cc2
/src/test/java/com/tpg/cat/reviews/adapters/outgoing/SearchCustomerReviewsAdapterTestSpec.java
c5b0795591a116446718c85657f5d50dd0237f6f
[]
no_license
tpgoldin/cat-reviews-svc
de1ad5336404045c841e6a919bb8dbca46657d7a
5192a6e2c53061353486c026f5c735f823a60fb5
refs/heads/main
2023-07-15T00:14:11.719462
2021-08-30T10:07:47
2021-08-30T10:07:47
401,299,559
0
0
null
null
null
null
UTF-8
Java
false
false
3,188
java
package com.tpg.cat.reviews.adapters.outgoing; import com.tpg.cat.reviews.GivenWhenThen; import com.tpg.cat.reviews.application.model.CustomerReviewModel; import com.tpg.cat.reviews.domain.model.VerifiedReview; import com.tpg.cat.reviews.infrastructure.persistence.CustomerReviewEntityFixture; import com.tpg.cat.review...
[ "tpg@blueyonder.co.uk" ]
tpg@blueyonder.co.uk
220054106f95f845d220dcd797270c339cae952a
2a7ce791773474391d6f58305d2643ef28ea5e44
/Homework1/Constructora.java
f1bc3a152aeafc4e70bb672cd0510ec6bdf97a2c
[]
no_license
guillermoabisai/proyectos7a
64f71eda678708a98af980ac0fd9d4fcba262ed3
8bba2a6af8e02bf1fd128aa51c982cd449d9b91d
refs/heads/master
2020-03-28T22:00:16.129654
2018-12-10T22:49:03
2018-12-10T22:49:03
149,198,381
0
0
null
null
null
null
UTF-8
Java
false
false
835
java
//Una empresa constructora vende terrenos con la forma A de la //figura 2.2. Realice un programa para obtener el área respectiva de //un terreno de medidas de cualquier valor. import java.util.Scanner; public class Constructora{ public static void main(String[] args) { Scanner input = new Scanner(System.in);...
[ "abisai_guillermo@hotmail,com" ]
abisai_guillermo@hotmail,com
4da380885258c0bb8bc8648dcdb11ccdf53472c5
b7ab5304aad9f52238512050bd34cf821cf704af
/src/main/java/controller/PopulaFuncionario.java
c2c7754e470dce8af37eed98a8b356ede1eb9592
[]
no_license
Thyeres01/GP2-TRABALHO
818cbfd94e88f1272e0e1b1108e236994898b8ee
8a7addf3032a839a2a4387de8b5e390cac476fc4
refs/heads/master
2023-05-31T12:21:48.569875
2021-07-09T00:07:02
2021-07-09T00:07:02
384,275,453
0
0
null
null
null
null
UTF-8
Java
false
false
470
java
package controller; import java.util.List; import java.sql.SQLException; import java.util.ArrayList; import model.Funcao; import model.FuncaoDAO; public class PopulaFuncionario { List<Funcao> combofuncao = new ArrayList<Funcao>(); public void popularCombosFuncionario() { FuncaoDAO funcao...
[ "bem@aliceternurinha.maravilha" ]
bem@aliceternurinha.maravilha
a95f6ec63a0e2bd90242e141f7a07466bf1bcb07
05a1eb768a2a6a212a9697813b0b38f8b1ff9f70
/src/Group/addgroupFromID.java
00eafa6e33fc80af323fc084a10715278c1d3847
[]
no_license
vivekagarwal5592/Expense-Tracker-Backend
a99a7a7073893db48becd843dc7cdc696ed8eefa
039305583b62a661cbf11c24fb7edaefb30c1110
refs/heads/master
2021-01-16T00:42:08.009710
2017-08-10T22:46:33
2017-08-10T22:46:33
99,970,514
0
0
null
null
null
null
UTF-8
Java
false
false
2,766
java
package Group; import java.io.BufferedReader; import java.io.IOException; import java.io.PrintWriter; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; impo...
[ "vivekagarwal5592@gmail.com" ]
vivekagarwal5592@gmail.com
960a24b98ee614bcb69900c9cffb2b2904d091cb
2d93bf16c65e8cafd08afc6dfd11ee0b38d43e7f
/src/main/java/com/texoIT/worstMovieCategory/model/Year.java
863eb0a71738ecec8809a5b42b958d3d85c71e94
[]
no_license
raphaelbxavier/TexoIT_Worst_Movie_Category
1f34bfe63a3b697ac4fc09860fe447be84e65931
1eb632b23e7e89e0d01c803985f40a7b898dbba1
refs/heads/master
2020-09-06T08:44:44.916061
2019-11-08T14:22:27
2019-11-08T14:22:27
220,378,239
0
0
null
null
null
null
UTF-8
Java
false
false
498
java
package com.texoIT.worstMovieCategory.model; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import java.util.ArrayList; import java.util.List; @Getter @Setter @NoArgsConstructor public class Year { private List<Item> years = new ArrayList<>(); ...
[ "rbxavier18@gmail.com" ]
rbxavier18@gmail.com
913f3e81923056137af611040cbd7a23fed02bfb
407fd65c2376d5f218fc315f2c8e213e91ba30b2
/src/main/java/com/bairock/iot/hamaServer/WebSecurityConfig2.java
b26af7a10acb3b59f110252a57659656a7417285
[]
no_license
LinYing89/hamaServer
c219a041730385e650b0b27de49d8549fc5067bb
381537da61764cfc4cf8dfd614a32b8d4366d87e
refs/heads/master
2020-03-25T14:31:28.973767
2019-11-13T12:50:34
2019-11-13T12:50:34
143,859,187
0
0
null
null
null
null
UTF-8
Java
false
false
2,825
java
package com.bairock.iot.hamaServer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.http.HttpMethod; import org.springframework.security.config.annotation.aut...
[ "444894216@qq.com" ]
444894216@qq.com
d486f0f4170ff3468ade1cd503d12f7f6abfb6e1
a9b1ff0b0eec2f62ee996d1c3dd0e11edaf08e01
/src/main/java/com/nutzside/codegen/CodeGenerator.java
dd2a9b15c66d641ed5b6508789a54510defb07ad
[]
no_license
myaniu/xerp
155f3a7b8d4f686c4f23efddaf048c85e52b47a5
554d0af77a72507bed3b9e6ddf2cd1d2e2c41d38
refs/heads/master
2020-12-24T11:06:20.893036
2013-07-09T06:49:34
2013-07-09T06:49:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,481
java
package com.nutzside.codegen; import httl.Engine; import httl.Template; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.Writer; import java.lang.reflect.Field; import java.util.Arr...
[ "xwinie@gmail.com" ]
xwinie@gmail.com
5fa8c91af926b5317236249ba8b921411b30f1fb
ec8b37e9587c864c2cf03a8a396d6aac8039b2ea
/SolucionParcialEnfasisII/src/udem/edu/co/modelo/Gato.java
b3f20c0418e9457c8e19315c7dab4197dd8cf6cd
[]
no_license
Guatufer/EnfasisII
7eba7f74a7a763f0e60e63ccf578f97b578b8c86
a38375501dd9ab938238cffb4a629a0a5e83016c
refs/heads/master
2020-03-30T00:02:37.042387
2020-01-24T12:57:23
2020-01-24T12:57:23
150,502,342
0
0
null
null
null
null
UTF-8
Java
false
false
521
java
package udem.edu.co.modelo; /** * * @author Juan Fernando Arteaga Acevedo * @version 0.1 */ public class Gato extends Animal{ public Gato() { } public Gato(String nombre, int edad, String sexo, String raza) { super(nombre, edad, sexo, raza); } @Override public...
[ "guatufer@gmail.com" ]
guatufer@gmail.com
2c7cae54861a9b7a4924644ee384063ab6283a94
0e56de27bcd3d24b929c5ceb54507124f617b49b
/docs/HC-JA-Material/java_htp-4e/examples/elevator/com/deitel/jhtp4/elevator/model/Floor.java
a06c7eb82466557024b83130835833ec6abb0079
[]
no_license
hakchin/worksjava
11518ade6c6c04af18daf5dfefee3ffd17983d24
c59287428cc2a9222c21483b207bb89149ef1d61
refs/heads/master
2021-01-15T15:36:52.775463
2016-12-12T23:44:10
2016-12-12T23:44:10
53,316,812
0
0
null
null
null
null
UTF-8
Java
false
false
2,652
java
// Floor.java // Represents a Floor located next to an ElevatorShaft package com.deitel.jhtp4.elevator.model; // Deitel packages import com.deitel.jhtp4.elevator.ElevatorConstants; public class Floor extends Location implements ElevatorConstants { // reference to ElevatorShaft object private Ele...
[ "hakchin@gmail.com" ]
hakchin@gmail.com
d51310434a6e61e27ed48522735d5697ea239f0e
ab662f67ca8f09d75ad9d50db88637cfb5a50aa8
/app/src/main/java/com/example/recyclerviewjson/MyAdapter.java
947795e3ecbae1b20efc73f744e4df79054f7787
[]
no_license
SumonRayy/imageParsingJSONAndroid
de4c3c31b0a7b95e7d17207e126f9c3c695f1782
f81ba28ea86b293cef3afba839cf7a4c59cd559c
refs/heads/master
2020-09-15T22:17:15.202045
2019-11-23T10:05:31
2019-11-23T10:05:31
223,568,224
0
0
null
null
null
null
UTF-8
Java
false
false
2,101
java
package com.example.recyclerviewjson; import android.content.ClipData; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyc...
[ "53209811+SumonRayy@users.noreply.github.com" ]
53209811+SumonRayy@users.noreply.github.com
e500ec86aa28888e0c7274eaba6ff352172cd216
1627dcfd4cffd062c3e4dc696bc7b1d114a8bed3
/ShuffleAndroid/src/main/java/org/dodgybits/shuffle/android/list/model/ListQuery.java
1c46c385cde5ba0fbc15c6b35aad68a58a558b80
[]
no_license
andybryant/shuffle-android
78a14155f8602289f26ff4a0c1e9940e6271956e
23fcd8b4204b0c60ea61c4e85d7f9c1362217862
refs/heads/master
2021-01-10T13:51:05.492306
2018-02-21T10:36:23
2018-02-21T10:36:23
53,575,063
8
4
null
null
null
null
UTF-8
Java
false
false
152
java
package org.dodgybits.shuffle.android.list.model; public enum ListQuery { inbox, nextTasks, dueTasks, project, context, deferred, deleted, search }
[ "andybryant@gmail.com" ]
andybryant@gmail.com
05c3b2f8cf5e1d45941cf147a0d4cb83a82b58fa
f29dcaf1af58f1193391d0d23e3728225371f747
/src/main/java/com/eccl/cloud/demo/controller/DrDbProcessLineController.java
2fa07e13082fd9d34e6a5f81d9b1c77d73a9ecb1
[]
no_license
liuhuanming/springboot-demo
e0071c3a0e77df0b2a15516ebb8521fa482a3f51
ff8e365929c1d97d7eb9cb029b06a9b1c2b6e89e
refs/heads/master
2022-06-21T18:12:13.513615
2019-07-31T09:23:59
2019-07-31T09:23:59
195,213,109
0
0
null
2022-06-21T01:24:03
2019-07-04T09:37:25
Java
UTF-8
Java
false
false
1,363
java
package com.eccl.cloud.demo.controller; import java.util.Collections; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.anno...
[ "liuhuanming@eccl.app" ]
liuhuanming@eccl.app
20956b6954a24e9fb4cbfb42276e7f02ce185647
954280dffd9f61994fc17a5a1aa919ef3c03b880
/src/main/java/World/WallTile.java
6c104ff324e46f37b2ea5cf0edd9fd273e4f3a75
[]
no_license
TakehikoHikaru/GameEngineWithProblems
aa4a2fd2363964e0e9266e6ed7cdad846d5bea54
b1e1be0221c11ff24272c05f61519f36082d7ea3
refs/heads/master
2023-02-04T03:13:48.965175
2020-12-09T01:21:25
2020-12-09T01:21:25
285,284,398
0
0
null
2020-12-09T01:21:26
2020-08-05T12:40:38
Java
UTF-8
Java
false
false
185
java
package World; import java.awt.image.BufferedImage; public class WallTile extends Tile{ public WallTile(BufferedImage sprite, int x, int y) { super(sprite, x, y); } }
[ "dospassosguilherme@gmail.com" ]
dospassosguilherme@gmail.com
f578934350ed1f19123c33165d208ee5278b8063
bdaceba74bbcb6d3c1dbc643790d21560997ccef
/app/src/main/java/com/example/admin/multisms/com/com/hotmoka/multisms/Contact.java
35f87a6daa08af1bc8e4627eb1169d678dca30e3
[]
no_license
enamakel/mahendra-android
ef1f4aac7704ff467fb769eaa6e8124f0f86138e
f7306f0a17e3f0a0a92995ac2c1ab2971cf16d8a
refs/heads/master
2021-04-09T16:09:12.831391
2016-06-05T15:25:45
2016-06-05T15:25:45
60,466,182
0
0
null
null
null
null
UTF-8
Java
false
false
2,056
java
package com.example.admin.multisms.com.com.hotmoka.multisms; import android.os.Parcel; import android.os.Parcelable; public class Contact implements Comparable<Contact>, Parcelable { public final boolean isMobile; public final String name; public final String surname; public final String phone; public Contact(b...
[ "steven.enamakel@gmail.com" ]
steven.enamakel@gmail.com
60f6b839b9d11898311f39bacca4876b73e8ef11
cd4ff501757814b2544dc7a495a59331852dacf6
/dao/src/main/java/site/binghai/SuperBigDumpling/dao/AlbumDao.java
cc05f72e2b69be067c8563c443a8146962470de9
[]
no_license
IceSeaOnly/super_big_dumpling
4387e2878dd77597275591e7523fde5e895ab41b
770a393f90d33407b48ecc9c6ed2caa015d9bdb4
refs/heads/master
2021-09-02T04:17:57.649224
2017-12-30T08:47:24
2017-12-30T08:47:24
103,634,993
1
0
null
null
null
null
UTF-8
Java
false
false
324
java
package site.binghai.SuperBigDumpling.dao; import org.springframework.data.jpa.repository.JpaRepository; import site.binghai.SuperBigDumpling.common.entity.things.Album; /** * Created by IceSea on 2017/10/21. * GitHub: https://github.com/IceSeaOnly */ public interface AlbumDao extends JpaRepository<Album,Integer>{...
[ "1041414957@qq.com" ]
1041414957@qq.com
a04f2f5f9dd4b8688f1dc3d7b7590dc119060192
a012a50228ce9c2c329ed8c206fc91e4576f1ad8
/app/src/androidTest/java/com/example/nigakolczan/appsuleczek/ExampleInstrumentedTest.java
dab9cfe65a356925a189f1c43a9fc46f0b0de9ef
[]
no_license
KDanielRepo/AppSuleczek
bb16ce30ddb2b42aea713ca3dc50f2c9dba9279c
fb6beef60a53e32e11cae3f7b81ebd76bdaf6865
refs/heads/master
2020-04-05T16:08:45.731959
2018-11-10T16:27:25
2018-11-10T16:27:25
156,998,693
0
0
null
null
null
null
UTF-8
Java
false
false
754
java
package com.example.nigakolczan.appsuleczek; 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...
[ "Daniel200825@wp.pl" ]
Daniel200825@wp.pl
6d28c1b5ca386d11b8c32d7f0293dc0adddc686b
129a10f68a958cccbb2bc7fc3fa6f4536d633dd9
/health-manager/health-manager-dao/src/main/java/com/muyou/mapper/TbCollectMapper.java
11de18750be9f98b836bbb1da05f639b2cc6d346
[]
no_license
Zhangguangte/HealthyCampus_Server
62a731671a293456b7e367f24cda852afcce8216
997a060f694ac4ddf9bb47ed70d1b4a94c80e126
refs/heads/master
2022-04-10T01:07:26.238731
2020-03-27T04:12:13
2020-03-27T04:12:13
233,089,918
0
0
null
null
null
null
UTF-8
Java
false
false
859
java
package com.muyou.mapper; import com.muyou.pojo.TbCollect; import com.muyou.pojo.TbCollectExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface TbCollectMapper { int countByExample(TbCollectExample example); int deleteByExample(TbCollectExample example); int delete...
[ "741737219@qq.com" ]
741737219@qq.com
54eef7c69ac162d785f7df43d0e91849e50f0acb
6122512c72ba6d38d1a287a2493da4772c33ee7b
/app/src/main/java/com/buglai/rxrss/model/ContentBean.java
054e65e73277b4fee7b29f952cea02af0b428be5
[]
no_license
BugLai/RxRss
72c566e63e957412db4e6d5e7703565078457574
eb7c424917aac4f2b4d91bd0e9e9139bd0313952
refs/heads/master
2020-12-31T04:56:32.695647
2016-05-20T08:33:48
2016-05-20T08:33:48
59,268,626
0
0
null
null
null
null
UTF-8
Java
false
false
1,158
java
package com.buglai.rxrss.model; import java.io.Serializable; /** * Created by buglai on 5/19/16. */ public class ContentBean implements Serializable { private String title; private String author; private String date; private String content; private String avatar; private String image;...
[ "sudianzhuan@gmail.com" ]
sudianzhuan@gmail.com
d43a6c78c683b0322f64b42d2587a92f49bb8b44
02eb22b0b8ed077fed38e5ada0f5bd9d65451df4
/app/src/main/java/com/chillingvan/instantvideo/sample/test/video/TestVideoEncoder.java
9210cb7b6b4405fe2caa2e44afd135e86d360b10
[ "Apache-2.0" ]
permissive
ab503044120/Android_ShowVideoStream
fbe779b205361f6a6206895afdb429d0b0f9f72d
9dd7013b88f6daa9d0c538d39f5a12b890dc662b
refs/heads/master
2021-01-20T01:56:23.046617
2017-04-23T04:55:20
2017-04-23T04:55:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,625
java
/* * * * * * * Copyright (C) 2017 ChillingVan * * * * * * 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 *...
[ "chillingvan@163.com" ]
chillingvan@163.com
508577f5bb87b373f9673bec79dace237c1c1e1d
a644a1f9dbd6c7134b2a8436de72d21db78fc51f
/src/main/java/com/cg/movie/response/ShowResponseVO.java
2feb1415a80a5006b825cf95c01163c037061943
[]
no_license
punit3299/movie-booking-backend
58e6746f31c4afe9e0167229a94968adceb05073
6f89ef6bef58058a10794d074024f8688ae33405
refs/heads/master
2022-12-03T16:42:36.424110
2020-08-19T18:40:17
2020-08-19T18:40:17
285,772,531
0
1
null
null
null
null
UTF-8
Java
false
false
1,451
java
package com.cg.movie.response; import java.sql.Timestamp; public class ShowResponseVO { private Long showId; private String showName; private String showLanguage; private String movieName; private Timestamp showStartTime; private Timestamp showEndTime; private String theatreName; private String screenName; ...
[ "60911636+Prabhjot786@users.noreply.github.com" ]
60911636+Prabhjot786@users.noreply.github.com
bcdcec01e76971e34edb83485401305bee4449e0
33738b7dd03ab0277bdf7a1d83bdd8d08094771f
/sff/src/main/java/com/lti/service/SellRequestService.java
288e080b4f6348928effe34bec22b7b0baca0655
[]
no_license
SowmyaS98/sff
fb73f5066de1e384f90d1dfe914d7a6eb802d8b0
12df492a0360fdbcf5dbc1d4fa9797d8804ac7b9
refs/heads/master
2023-02-09T20:53:34.748755
2021-01-08T14:32:21
2021-01-08T14:32:21
327,927,529
0
0
null
null
null
null
UTF-8
Java
false
false
202
java
package com.lti.service; import com.lti.entity.SellRequest; public interface SellRequestService { public long placeSellRequest(double quantity,String farmerEmail,String cropType,String cropName); }
[ "sowmyselvaraj.ssk@gmail.com" ]
sowmyselvaraj.ssk@gmail.com
09378f0e36013012588bd4a1422fb2a0b737d7fe
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.ocms-OCMS/sources/com/oculus/errorreporting/ErrorReportingExecutorFactory.java
c79cf1dba5250082e9f24b13f61e76e096779553
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
1,571
java
package com.oculus.errorreporting; import com.facebook.common.time.AwakeTimeSinceBootClock; import com.facebook.common.time.MonotonicClock; import java.util.concurrent.ExecutorService; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ThreadFactory; import java.util.concurrent.ThreadPoolExec...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
3cbe9b16d0e46825ae6f553f3d6e83415a7462d0
466f3520947061fb339d357ed0bfe9d07a4aa302
/app/src/main/java/com/firstapp/weatherapp/tasks/GetUsers.java
086c677c60e4f573daf4e2bb13ad4ea45688021e
[]
no_license
guzikchirik/weatherApp
981b77c1bee503fe4e17944b8238e30021785c4b
9323a932b365a7f5c8668c907fc1368e5e8bd34e
refs/heads/master
2023-08-11T13:51:43.019136
2021-09-16T14:05:29
2021-09-16T14:05:29
403,289,489
0
0
null
null
null
null
UTF-8
Java
false
false
1,324
java
package com.firstapp.weatherapp.tasks; import android.app.Activity; import android.os.AsyncTask; import android.widget.TextView; import com.firstapp.weatherapp.R; import com.firstapp.weatherapp.activities.user.AddUserActivity; import com.firstapp.weatherapp.httpclient.HttpClientDeprecated; import org.json.JSONArray;...
[ "anton_chyrko@epam.com" ]
anton_chyrko@epam.com
c66fff0d93b1f1ef8d862fbe167113919fcae609
bf5c3799d707b33fbffab367e9217d220fcb6ad0
/src/com/class24/CountryConstructor.java
5cf97ba1bdba1ca35c54af97f31455ef3ae96e79
[]
no_license
KathyleenO/JavaClasses
068a30bd28053006bd023775a2f719ff816c65cb
260bac418ddc2e83e233a2efa0b2fe1fd80f343f
refs/heads/master
2020-09-04T21:03:07.766761
2019-12-19T00:08:29
2019-12-19T00:08:29
219,891,276
0
0
null
null
null
null
UTF-8
Java
false
false
1,102
java
package com.class24; public class CountryConstructor { public String capital, name; public int population; public CountryConstructor(){ System.out.println("I am a non argument constructor"); } CountryConstructor(String name, String capital, int population){ this.n...
[ "lindakathy19@gmail.com" ]
lindakathy19@gmail.com
f17a8587f2b07a8d3dc8a2c81c897c9821d35b18
765ec200f64ac20d1506dfe911e3477267c8bcc5
/service/src/main/java/com/epam/lab/beseda/service/search/NewsSearchByAuthorCriteria.java
163ba5a9f6c5331390ceb7fb5ef67ec34b179092
[]
no_license
BesedaM/NewsManagement
f0fc95603aa14dd441a60dba96e27fc6ca2769a8
999d3e4bdbf7a47dc21ae6308f9914bd3c6320a4
refs/heads/task01
2022-12-27T08:44:26.276577
2020-03-25T20:17:59
2020-03-25T20:17:59
250,068,512
0
0
null
2022-12-16T15:22:02
2020-03-25T19:11:53
Java
UTF-8
Java
false
false
1,089
java
package com.epam.lab.beseda.service.search; import com.epam.lab.beseda.dto.AuthorDTO; import com.epam.lab.beseda.dto.NewsDTO; import com.epam.lab.beseda.entity.News; import com.epam.lab.beseda.service.modelmapper.AuthorMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.be...
[ "Maryia_Biaseda@epam.com" ]
Maryia_Biaseda@epam.com
8c15e272409e434afd9c5e4b946b3e6c9b873f9b
c827bfebbde82906e6b14a3f77d8f17830ea35da
/Development3.0/utilities/test-harness/src/main/java/com/headstrong/fusion/configGenerator/dataFactory/DataException.java
79f7a73c7bbcbf1d978a5d8845a9495e7da0f9d2
[]
no_license
GiovanniPucariello/TeevraCore
13ccf7995c116267de5c403b962f1dc524ac1af7
9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7
refs/heads/master
2021-05-29T18:12:29.174279
2013-04-22T07:44:28
2013-04-22T07:44:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
519
java
package com.headstrong.fusion.configGenerator.dataFactory; public class DataException extends RuntimeException { public DataException() { super(); // TODO Auto-generated constructor stub } public DataException(String arg0, Throwable arg1) { super(arg0, arg1); // TODO Auto-generated constructor stub } p...
[ "ritwik.bose@headstrong.com" ]
ritwik.bose@headstrong.com
c59ba63f91d607ec7101b53e967df90f102f3f90
ff1812171a0b1c6a949c912751644e2703b06e59
/app/src/main/java/fr/srombauts/sjlb/service/ResponseReceiver.java
c2468be32598b60a798434146803ec9cee6ed7e1
[]
no_license
SRombauts/sjlb
17f097cd46b768f144e5735dd97491587e7bea88
06075c0404cb8f5447f8ad3efb19241522c092d5
refs/heads/master
2023-06-15T08:06:10.678884
2016-12-31T17:46:29
2017-01-04T21:03:49
45,773,129
0
0
null
null
null
null
UTF-8
Java
false
false
1,571
java
package fr.srombauts.sjlb.service; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; /** * BroadcastReceiver gestionnaire des abonnements aux réponses du service SJLB * * Destiné à ce que les Activity rafraîchissent leur a...
[ "sebastien.rombauts@gmail.com" ]
sebastien.rombauts@gmail.com
126aece9c506291b9eb551051afb93abe4d88370
22c917e5a09aaafb71721876e08e7fffb8c89ce4
/MotorEncoderAbsoluteReader/src/org/usfirst/frc/team4485/robot/Robot.java
785c79df97e3cd2c93db6cda48e85692028f40e2
[]
no_license
TribeTech4485/FRC_Gorilla
8cbaf2ff265b212ac557665086bf7efd1f6bbad0
9a09e2f265b543f96239f04be06e5f0534fe3fa8
refs/heads/master
2021-05-09T16:26:05.377143
2018-02-10T01:22:31
2018-02-10T01:22:31
119,115,784
0
0
null
null
null
null
UTF-8
Java
false
false
3,974
java
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
[ "bobnosn@gmail.com" ]
bobnosn@gmail.com
8f38550a94394530fe08ffdda8e09d5d83aedf37
d632000367ef3e3a92b3cfa65839cd9d705acfea
/MallGUI/src/main/java/com/mall/MallGUI.java
568d696ac246f66cc7d67a8ae562649cf8f9606f
[]
no_license
McKayne/MallDB
f3b509ad10c221a04e1d69052dabb043e2cab9cd
f45411c9af586ac541eae70bdcd0ecdcd5d9599b
refs/heads/master
2020-03-24T01:54:07.780101
2018-07-28T03:24:02
2018-07-28T03:24:02
142,355,992
0
0
null
null
null
null
UTF-8
Java
false
false
712
java
package com.mall; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class MallGUI { public static void main(String[] args) { try { Class.forName("org.postgresql.Driver"); try (Connection connection = Drive...
[ "mc.kayne@yahoo.com" ]
mc.kayne@yahoo.com
402398375ebc66c3d54fc82fa67ac5db89058266
b865daf963873eb236703e2e13c4383144c154b6
/ngay109/src/Abstract/Interface/AnimalService.java
4926a83a8b4806e8ce91fa024435227646d99c0c
[]
no_license
Huytn27/javaCore-Swing
6709d6e8376e8c4a75e448ebeac44b7529640d8d
f773eed29f8c75e47600c46fc424f1cc41e6678f
refs/heads/master
2020-09-30T01:46:07.082880
2019-12-10T16:44:06
2019-12-10T16:44:06
227,169,465
0
0
null
null
null
null
UTF-8
Java
false
false
487
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 Abstract.Interface; /** * * @author User */ public interface AnimalService { //chỉ gồm các pthuc abstract public abstra...
[ "tranngochuy27111999@gmail.com" ]
tranngochuy27111999@gmail.com
e417f25aeb364966038d4af87a8742ed873cc15f
b1a8838ffc4efd70a9c7cea84e2a82e685560e8d
/app/src/main/java/cn/imustacm/heartbeat/adapter/ItemDragAdapter.java
f24b0f616204b1ca763d8cd4118c62aa901db95d
[]
no_license
43EVER/HeartBeat
384a33f6e7b3ecf7a0ca608c9d0fdae1f715ac01
e637a7b23e009d5f13be9a1d3b77d7d9fde62942
refs/heads/master
2020-04-05T17:28:12.209732
2018-11-11T08:49:18
2018-11-11T08:49:18
157,062,320
1
0
null
null
null
null
UTF-8
Java
false
false
1,396
java
package cn.imustacm.heartbeat.adapter; import com.chad.library.adapter.base.BaseItemDraggableAdapter; import com.chad.library.adapter.base.BaseViewHolder; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.List; import cn.imustacm.heartbeat.R; import cn.imustacm.heartbeat.entity.Dialog; ...
[ "i@43ever.me" ]
i@43ever.me
5a147eec230d8f755061e1692b00946123f97d59
08916b09ce154fd1577f552ea9fda8c5e83b8499
/src/Modelo/SistemaControl.java
a24909c5195af77084396bfdc3109f718144b0de
[]
no_license
miguelgz97/TrabajoPatrones
504d5ed1e0d0a4a86b1345b0782e1c7ae24bf4f3
f4b85b988b7b85ca70ace3d437727286b0929631
refs/heads/master
2021-04-15T07:28:40.736458
2018-04-02T00:21:01
2018-04-02T00:21:01
126,854,588
0
0
null
null
null
null
UTF-8
Java
false
false
2,631
java
package Modelo; import java.util.ArrayList; import java.util.Observer; import javafx.beans.InvalidationListener; import javafx.beans.Observable; public class SistemaControl implements Observable{ private final ArrayList<Observer> observadores; private SistemaIluminacion si; private Siste...
[ "cerbe@192.168.1.202" ]
cerbe@192.168.1.202
1d026fe2c441ee1f8556e9aeb43117790a95e401
8c4c0e3a496f74d955a299dc9dfad2ceefbcf82f
/Palindrome/HrushikeshChoudhary.java
6857cb96d78eee01f2c7afddab4eaa35c5f51e5a
[ "MIT" ]
permissive
shwethabm/Hacktoberfest-2k17
002e9a97ebfcae001e199155e4c904d28573bd94
87383df4bf705358866a5a4120dd678a3f2acd3e
refs/heads/master
2020-03-31T04:31:42.151588
2017-11-03T11:18:25
2017-11-03T11:18:25
151,909,308
0
1
MIT
2018-10-08T15:20:35
2018-10-07T05:33:08
C
UTF-8
Java
false
false
437
java
import java.util.Scanner; import java.io.*; class Palindrome { public static void main (String[] args) { Scanner in = new Scanner(System.in); String str = in.next(); str = str.toLowerCase(); String revStr = ""; for(int i = str.length()-1; i>=0; i--){ revStr += str.charAt(i); } if(str.equal...
[ "hrushikeshchoudhary@gmail.com" ]
hrushikeshchoudhary@gmail.com
210ec6bb1764be6f148a380787f9a214a0e695a7
825c38abf9d891832825b6489bc24e1fcb6a4bd3
/app/src/androidTest/java/com/example/myrestaurants/RestaurantListActivityInstrumentationTest.java
8971a7d27ab17fc27e76f6a6addf9c9cd2e5f410
[]
no_license
ArundaVictor/Restaurants
38857dd052624f0ef19f0b6f2961d3c102c9179e
ab81dee3ed451e5fa42c20b272f82261cf923dd4
refs/heads/master
2020-04-28T05:04:14.117895
2019-03-18T07:57:23
2019-03-18T07:57:23
175,005,856
0
0
null
null
null
null
UTF-8
Java
false
false
1,545
java
package com.example.myrestaurants; import android.support.test.rule.ActivityTestRule; import android.view.View; import com.example.myrestaurants.ui.RestaurantListActivity; import org.junit.Rule; import org.junit.Test; import static android.support.test.espresso.Espresso.onData; import static android.support.test.es...
[ "victoroyugi31@gmail.com" ]
victoroyugi31@gmail.com
44dd50077c5115401a75be317b43cef2871719af
957f5082b11ddebe4361ccb65c77f2536d935365
/examples/module8/LightBulbPanel.java
0bf472069ca4a433b619d680c842c38c74f24b42
[]
no_license
BoiseState/CS121-Public
5108f3481a0dd1d8d3bb20e3264febc4cfc15d0b
29dc2854784a06508fe1b2e21284f60de218b01d
refs/heads/master
2023-05-25T19:43:26.179357
2023-05-12T15:51:54
2023-05-12T15:51:54
122,404,072
6
46
null
null
null
null
UTF-8
Java
false
false
1,138
java
import java.awt.Color; import java.awt.Graphics; import javax.swing.ImageIcon; import javax.swing.JLabel; import javax.swing.JPanel; /** * Represents the image for the LightBulb program. * @author Java Foundations * */ @SuppressWarnings("serial") public class LightBulbPanel extends JPanel { priv...
[ "75319473+sarahmurphy474@users.noreply.github.com" ]
75319473+sarahmurphy474@users.noreply.github.com
581b492ef25481d1088ac805947224bd70add2d1
02f1c1a2fe15bf231794b7f9c5b23359e36b8fae
/app/src/main/java/cn/com/chinau/widget/WheelAdapter.java
ca4c81dce25f8dd5e17c5fa33242c5ef5b249174
[]
no_license
huyq119/stamp
52689d0ca31e2b7705a83290944a2525d3c270a2
2e31d83b69f9b1d301b6a3c911a1747f1c875f96
refs/heads/master
2021-01-12T10:33:20.853557
2017-02-16T08:48:50
2017-02-16T08:48:50
81,312,290
0
0
null
null
null
null
UTF-8
Java
false
false
1,226
java
/* * Copyright 2010 Yuri Kanivets * * 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...
[ "753355530@qq.com" ]
753355530@qq.com
bc3a9c2368ca2ef30d6c3df1b9553b3fe6a8b102
f0818cf5485be456ebc68f93da6bd2b70423db3d
/wms-core/src/main/java/com/lsh/wms/core/dao/pub/PubConfigPageDao.java
0bd24c286de5685390f59a383a684c6add2a2d9c
[ "Apache-2.0" ]
permissive
weiandedidi/work_sys
f421afd38cf4d8f2cfee74d2c88c9c422b7a629c
d2c6358ebef524d93104ad8e003395176a8ac599
refs/heads/master
2020-04-06T04:12:34.036354
2018-01-08T03:45:31
2018-01-08T03:45:31
83,012,292
0
1
null
null
null
null
UTF-8
Java
false
false
507
java
package com.lsh.wms.core.dao.pub; import com.lsh.wms.model.pub.PubConfigPage; import com.lsh.wms.core.dao.MyBatisRepository; import java.util.List; import java.util.Map; @MyBatisRepository public interface PubConfigPageDao { void insert(PubConfigPage pubConfigPage); void update(PubConfigPage pubConfigPage); ...
[ "weiandedidi@163.com" ]
weiandedidi@163.com
3f3e99636415a9df1698c4d31459386d65538f76
f56816560f4b6a8b329281eee9885d1b96625071
/src/love/lipbcu/learnjava/p023_genericclass/GenericClass.java
5364063cbbd85baf552c5a0832041c4f5f0af4ca
[]
no_license
ArisQ/learn-java
3b3bea1abacaace74e093de1f934d2702c044b7a
d8e58111ca14c865cad825b1c3b670930ae2e97c
refs/heads/master
2022-03-16T00:32:42.548355
2019-11-09T18:37:45
2019-11-09T18:37:45
209,459,556
0
0
null
null
null
null
UTF-8
Java
false
false
2,693
java
package love.lipbcu.learnjava.p023_genericclass; import love.lipbcu.learnjava.p008_array.Array; import java.time.LocalDate; import java.util.Arrays; public class GenericClass { public static void main(String[] args) { // 泛型类 String[] words = {"Mary", "had", "a", "little", "lamb"}; System....
[ "qiaoli.pg@gmail.com" ]
qiaoli.pg@gmail.com
70e3f8e943e5d64ab0487e92223c1a935e286ec1
545290ab1408994b6a269f3f7d287576c0a5dcc5
/bank 2.x/bank2.0/bank2.0/src/com/cx/bank/util/InvaliWithdrawalException.java
253293afe8c87942578e089c8201ee5478c02d73
[]
no_license
yh0416/bank
b5bb770cecfd89cae67d1c801f35b2836f9b5688
c6f0cef25272f0fa4f45720820537ed51911398f
refs/heads/master
2023-03-20T03:18:45.257218
2019-06-15T22:40:13
2019-06-15T22:40:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
723
java
/** * Copyright (C), 2018, JXAU * FileName: InvaliWithdrawalException * Author: YRH * Date: 2018/8/21 9:05 * Description: 取款不能为负数,为负数时抛异常 * History: * <author> <time> <version> <desc> * 作者姓名 修改时间 版本号 描述 */ package com.cx.bank.util; /** * 〈一句话功...
[ "yuronghua99@gmail.com" ]
yuronghua99@gmail.com
dd761c040256751d8e3f9a79f96373ba6b494b53
6826b8be1f094357e33ef0443f9a05946ed14b0f
/GmailProject/src/TrainRun.java
3c6edccafecff530bc673412beaf31f4fa38e3b6
[]
no_license
BhavinPatel001/GmailProject
190709dd32eee42a111a46298eaf227385e403ab
547bdd9caedf5bf524462b2e6c4b093db26e1f90
refs/heads/master
2021-05-04T08:51:49.022012
2016-10-09T01:57:53
2016-10-09T01:57:53
70,368,608
0
0
null
null
null
null
UTF-8
Java
false
false
566
java
public class TrainRun { public static void main(String[] args) { // TODO Auto-generated method stub Train trn=new Train(); trn.Destination="Los Angeles"; trn.Number=111; Train trn1=new Train(); trn1.Destination="Orlando"; trn1.Number=555; System.out.println("First Train ...
[ "Bhavin@Bhavin-HP.mshome.net" ]
Bhavin@Bhavin-HP.mshome.net
fc4179223dce4970884c5e7dc2932ba1e9a1927f
81fbf4b3a8dbdbede7835fd30033d292e09d94d7
/src/testcase/ChangePasswordCase.java
4f522544cf8560cd642a986bba7a419fd8d81ed9
[]
no_license
ychen8/PageResource
6302df8c545fcd93d39f7604576a43de019ebff8
cab4e7f4cb8103447589cecc841afa6e7c211bfe
refs/heads/master
2021-01-10T01:15:14.101811
2016-02-01T10:07:47
2016-02-01T10:07:47
47,177,924
1
1
null
null
null
null
UTF-8
Java
false
false
3,916
java
package testcase; import page.ChangePasswordPage; import page.LoadingImg; import page.PersonSetPage; import com.android.uiautomator.core.UiDevice; import com.android.uiautomator.testrunner.UiAutomatorTestCase; /** * Description: * Date: 2016-1-8 * @author 李怡萱 * */ public class ChangePasswordCase...
[ "yx.li07@zuche.com" ]
yx.li07@zuche.com
4cf71587f7906aeca9be0014d34179d53d080fbc
7ea85ccc2e59303145538d74444cb1efe0e7d24e
/kafka-demo/src/main/java/com/baizhi/demo1/ProducerDemo.java
a7021692193e12f6dcefad6ddd53b5358cdd43aa
[]
no_license
lkp19960619/BigDataTest
1c072f94ff0684f1850f26d64ad661cc91dc0789
dccc282df55621f71f7e493e0983132dabc9ee1d
refs/heads/master
2022-10-07T04:52:04.630786
2019-11-20T16:19:07
2019-11-20T16:19:07
216,709,866
0
1
null
2023-09-05T22:00:32
2019-10-22T02:51:35
Scala
UTF-8
Java
false
false
1,313
java
package com.baizhi.demo1; import org.apache.kafka.clients.producer.KafkaProducer; import org.apache.kafka.clients.producer.ProducerConfig; import org.apache.kafka.clients.producer.ProducerRecord; import org.apache.kafka.common.serialization.StringSerializer; import java.util.Properties; import java.util.UUID; public...
[ "lkp1107440885@163.com" ]
lkp1107440885@163.com
a862062c187d78173d8caa4210607760f968ad98
a4aac8026a612275822e5a8e6f9fa21df17c08ee
/src/main/java/com/fsnip/bigdata/mapreduce/join/JoinMapper.java
1f29980947a139c919901d3bb86f107aba319e06
[]
no_license
Spencerzsp/MapReduce
82312a89dd141fbeb905f63220f63092103ae576
ec81f33ae110ca2581feae6571221939a7c3a695
refs/heads/master
2022-05-09T21:55:45.420853
2019-10-14T12:38:08
2019-10-14T12:38:09
215,041,279
0
0
null
2022-04-12T21:57:22
2019-10-14T12:42:38
Java
UTF-8
Java
false
false
1,080
java
package com.fsnip.bigdata.mapreduce.join; import java.io.IOException; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; import org.apache.hadoop.mapreduce.lib.input.FileSplit; public class JoinMapper extends Mapper<LongWritable, Text, Text, Item>{ ...
[ "spencer_spark@sina.com" ]
spencer_spark@sina.com
80a589af5079f5898269d0e8e146dedad90094b6
f3bfec59b8c127bdd9d62adf43570cefd92b63a6
/app/src/main/java/com/example/muonsach/data/Data.java
4352f3069a5cb4f5f4294318bb359c4e78f2aa60
[]
no_license
xatkumaulank/MuonSach
7d2d5c2195e8fb425a1243f8f3b4a7f3e4bed7ba
e44d02edb80835dbed3f0eb04a28aa8933dcba4e
refs/heads/master
2023-06-21T06:19:44.559194
2021-07-25T03:45:05
2021-07-25T03:45:05
387,634,654
0
0
null
null
null
null
UTF-8
Java
false
false
78,951
java
package com.example.muonsach.data; import com.example.muonsach.R; import com.example.muonsach.obj.Photo; import java.util.ArrayList; import java.util.List; public class Data { public static void addListDetailCategory(){ UploadData.addBookToCategory("Sách kinh tế","https://salt.tikicdn.com/cache/w444/ts/...
[ "70027310+xatkumaulank@users.noreply.github.com" ]
70027310+xatkumaulank@users.noreply.github.com
e7aa09e34acfafa3ae7ff3f2e1dda48f9f3958fc
ed79c59100d2b9452470a68d0213f1c1b35473cf
/client/trino-client/src/main/java/io/trino/client/auth/kerberos/BaseGSSContextProvider.java
67ad182eac3ec28cee905408c2731cdebc69a23b
[ "Apache-2.0" ]
permissive
trinodb/trino
3ce066dde7d1b84511af96f5f77b20bbd5abe0d9
5c3326fd8cfd9d7e676e9bd36f54467fde23dc94
refs/heads/master
2023-08-18T15:36:55.838928
2023-08-10T11:40:10
2023-08-18T09:11:40
166,515,022
7,046
1,949
Apache-2.0
2023-09-14T21:51:07
2019-01-19T06:38:14
Java
UTF-8
Java
false
false
2,116
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
[ "praveen.krishna@zohomail.in" ]
praveen.krishna@zohomail.in
489270d8b3d1e765b65f0ee8d47514761212e314
cd1e08bf75adfc3e71bfe3d3350f715925568d30
/src/program_ptiseis/ApostoliPerPilotDialog.java
3c3354a272b3dda915a3963427962850b3dc211b
[ "Apache-2.0" ]
permissive
geranisgiorgos/FlitesScheduling
862f4f907b023970f04e0f2cebe4bfa64d4fd350
2ebd87746913603c71bf04b5b01e19f8d94fb181
refs/heads/master
2020-03-11T19:47:35.170479
2018-04-19T13:17:07
2018-04-19T13:17:07
130,217,973
0
0
null
null
null
null
UTF-8
Java
false
false
5,806
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 program_ptiseis; import java.util.ArrayList; import java.util.Vector; import javax.swing.table.DefaultTableModel; public clas...
[ "geranis.gr@gmail.com" ]
geranis.gr@gmail.com
780b6233b6048ba0f8b3dcb67bab6f7c5526c474
f54b78b45296a7cce50c3583539b8299e05b2ce4
/group12/src/logic/users/CarManufacturingCompany.java
13010826bfb2bb3a79908dc92c636db86c6b2a29
[ "MIT" ]
permissive
MichielAriens/assemassist12
1c5623e0fc6c8f998dc9f317fc15eeef0dc9c420
a72ec872bf317f365a057dad9141ff1a2d193e95
refs/heads/master
2020-07-25T20:06:40.682633
2014-07-05T23:26:44
2014-07-05T23:26:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,768
java
package logic.users; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import org.joda.time.DateTime; import logic.assemblyline.AssemblyLine; import logic.assemblyline.SchedulingStrategy; import logic.car.Order; import logic.workstation.Task; import logic.workstation.Workstation; /** * C...
[ "michiel.ariens@student.kuleuven.be" ]
michiel.ariens@student.kuleuven.be
87c83600da358155ecd768c39027969c7a47f831
2b84cfbfec6bf5dcc23f1fa95876fdf5e7ec1e0d
/src/com/coolweather/app/activity/ChooseAreaActivity.java
c69345972494cdae20a0e39b147cfbe72327ae35
[ "Apache-2.0" ]
permissive
bblens/coolweather
95d07cfdf2e57273caa8968ac9c6bf91bfcc877a
41a82fcbb892f5c3f707f816dc77db902eadcb4d
refs/heads/master
2020-04-26T02:29:43.087163
2015-04-30T08:09:08
2015-04-30T08:09:08
34,705,364
0
0
null
null
null
null
GB18030
Java
false
false
7,650
java
package com.coolweather.app.activity; import java.util.ArrayList; import java.util.List; import com.coolweather.app.R; import com.coolweather.app.db.CoolWeatherDB; import com.coolweather.app.db.DBHelper; import com.coolweather.app.model.City; import com.coolweather.app.model.County; import com.coolweather.app.model.P...
[ "23695158@qq.com" ]
23695158@qq.com
3b718769bc556bba994e5633e35766aa84346dc4
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/main/java/org/gradle/test/performancenull_291/Productionnull_29039.java
77c4d1db624d343c8c73e27b71ae9eec2f980bcb
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
588
java
package org.gradle.test.performancenull_291; public class Productionnull_29039 { private final String property; public Productionnull_29039(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getPr...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
b575127f327d75ddeee65209ed17d6fbcbfcb77e
0c49ca6f45153851f58d63dd7f3b610385cccfd5
/gatkUSCEC/gatkUSCEC/org/broadinstitute/sting/gatk/uscec/bisulfitesnpmodel/BisSNP.java
1afdc5578bb40e97c1c855675bf26fe295e6a392
[]
no_license
uec/genomeLibs
2d258bd4ae4240ba43566c4d77f83e81886a5760
67f249afb402467ec6cf6a6dc4aa2e3ee6cd0df9
refs/heads/master
2020-05-17T09:54:57.164726
2015-10-14T17:17:07
2015-10-14T17:17:07
14,434,776
1
0
null
null
null
null
UTF-8
Java
false
false
15,750
java
package org.broadinstitute.sting.gatk.uscec.bisulfitesnpmodel; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.ResourceBundle; import net.sf.picard.filter....
[ "dnaase@2b8d95ea-eb58-0410-8a55-29fbd2c437c3" ]
dnaase@2b8d95ea-eb58-0410-8a55-29fbd2c437c3
b4d7b947badbe9ef1cce61fd3555a97855a8f016
d04961d1bd6ebb57195e9340d74fa1f2bb6acf11
/src/main/java/com/web/entity/Check.java
416abad8d39f0d8284d4c3c8e73ac0ced4245d06
[]
no_license
Snowwwwwwwwww/HospitalSystem
a12feb9accabb57ab1e898c6b79d1cab32ff4bc2
cba233fa9c9ca91b1dbfe461b5e3b277b0f3e9f2
refs/heads/master
2023-04-13T05:36:48.272805
2019-09-27T01:19:35
2019-09-27T01:19:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,681
java
package com.web.entity; import java.io.Serializable; /** * check * * @author */ public class Check implements Serializable { /** * 检查序号 */ private Integer checkid; /** * 检查医师 */ private Integer checkdoctor; private String checktime; /** * 检查项目id */ private Integer checkprojectno; private ...
[ "15950507893@163.com" ]
15950507893@163.com
7d4a979c8350b1278ddaecedc5df75a879299fe0
92b722917ec4bd080000fabce91b845a50e67f03
/jmall-user/src/main/java/com/taiji/jmall/jmalluser/JmallUserApplication.java
20398e6056935feff22bfcb4eec1647392a8065f
[]
no_license
jyf1110/Jmall
294e13df973982e65af0e963d8f076343083ee0d
b94194ab9930563eb85ec00513438e5f8774afd9
refs/heads/master
2022-09-15T01:17:07.100866
2020-03-15T12:29:41
2020-03-15T12:29:41
242,340,080
0
0
null
2022-09-01T23:21:06
2020-02-22T12:44:14
Java
UTF-8
Java
false
false
447
java
package com.taiji.jmall.jmalluser; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import tk.mybatis.spring.annotation.MapperScan; @SpringBootApplication @MapperScan(basePackages ="com.taiji.jmall.jmalluser.mapper") public class JmallUserApplica...
[ "2804123995@qq.com" ]
2804123995@qq.com
2c338f3ff043f2a1595f5b04daa292b93bc8ae68
635a18f362830d9ce65b9dbd6a97e418baba2fec
/Mini Project/src/Controller/User/Sort/UserSortOptionController.java
3cbaf1a95908fd194c3585b6f4d3a6dda6071a36
[]
no_license
YogeshSakhalkar/Java-couse
0946aa0ce9eaa802c77e4775f613785fd929b7cc
05b94f87abb576cc0880f3263a46714291b8ce54
refs/heads/master
2023-03-21T14:27:33.536364
2021-02-27T15:45:06
2021-02-27T15:45:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package Controller.User.Sort; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import view.User.sort.UserSortOptions; public class UserSortOptionController implements ActionListener{ UserSortOptions userSortOptions; public UserSortOptionController(UserSortOptions u) { // TODO Auto-genera...
[ "yogeshsakhalkar70@gmail.com" ]
yogeshsakhalkar70@gmail.com
fb91d7d5bd1293403fed4e24c523c7f89ee8637a
f13a9b51ec6ee5c05b7a570e6ecee07052a6935f
/sosoorder/src/main/java/com/soso/app/work/service/WorkVO.java
654f9f18f5ac9937311450d8a5b5bc25370b5be7
[]
no_license
eo339912/sosoorder
f32e540950b2b0a2598d1513d245b244b7cfcdf3
db9df1aafa32864f77b04095ca3cc3bba91dc1de
refs/heads/master
2022-12-14T05:53:58.710685
2020-08-21T02:23:06
2020-08-21T02:23:06
295,882,249
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com.soso.app.work.service; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class WorkVO {//11개 String empNum; //insert view 입력 제외 String workStart; String workEnd; }
[ "meditatif@naver.com" ]
meditatif@naver.com
3d2e6c8477cf392ef9a8cccf023e9a1249506141
72027796a3a715910c5229a22f8b07e971d2d319
/src/main/java/edu/isi/bmkeg/kefed/utils/json/OntologyTermReference.java
a2eff9ab82d052649f90a7739cbb9e8d459b1fcf
[]
no_license
BMKEG/kefedDao
06c994c0865be7619c3d576c8dcadb735ffe3ae2
d5d1d04bc7dc9958d4fd2d273bc9e06e990780b4
refs/heads/master
2021-01-10T00:53:13.352785
2016-12-19T18:50:10
2016-12-19T18:50:10
10,590,831
0
0
null
null
null
null
UTF-8
Java
false
false
1,137
java
package edu.isi.bmkeg.kefed.utils.json; public class OntologyTermReference { private String ontology; private String ontologyIdentifier; private String ontologyLocalName; private String _type; private String description; private String termURL; public void setOntology(String ontology) { this.ontology = ont...
[ "gully@usc.edu" ]
gully@usc.edu
8330df772767ac16405dc836df5ddf6d021f7918
2508b10e465c00c23b1bfff777c1c43612ca9036
/spaceInvaders/Laser.java
af46e6d3617873517f7e9312afc4018ca3f6f92b
[]
no_license
MatthewWang1/APCS-project-space-invaders
871fe320348ab3e12b009bea4ca06bb0fdb9ce6b
be430f29a2e0e2acdf4c70d7cdcc7c4a15338a95
refs/heads/master
2022-12-28T04:59:26.428757
2020-10-16T02:54:02
2020-10-16T02:54:02
304,497,644
0
0
null
null
null
null
UTF-8
Java
false
false
2,123
java
package spaceInvaders; import java.awt.Color; import java.awt.Graphics; /** * Laser class. Can be either a player laser or alien laser. * * @author Matthew Wang and Christopher Kim * @version May 25, 2020 * @author Period: 1 * @author Assignment: APCS_Final_Project * * @author Sources: TODO *...
[ "matthew.tl.wang@gmail.com" ]
matthew.tl.wang@gmail.com
d64ef62078c58989c101f0e7656cc0b891f97f10
16d2d870f9dfa36a3d9b08d3cbe328ea280784fe
/src/com/example/asgard/BattleField.java
b9e6ab382ec1d3436ecf143191bfcd9a0540459f
[]
no_license
NorthEuropeGroup/AsgardServer_v2
8876a17ba32d917ece88cd4d556492dfc9238f6c
7b11648301432b0938a9bb8952c5afb1f88f8dd2
refs/heads/master
2021-01-10T19:34:22.997769
2014-06-04T13:53:34
2014-06-04T13:53:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,261
java
package com.example.asgard; import java.util.*; public class BattleField { public ArrayList<String> IDs; public ArrayList<AllCard> actionOrder; public ArrayList<BattleCard> team; public BattleField(String ID_A, String ID_B) { IDs = new ArrayList<String>(); IDs.add(ID_A); IDs.add(ID_B); actionOrder = new Ar...
[ "hwdhung@gmail.com" ]
hwdhung@gmail.com
897cb59473885eeeab90b1b7a4ca913fcda650bd
47fdb6acceba84ea4861aef9f3acfd80295ff413
/app/src/main/java/com/mobilegiants/megila/LawsOfPurimActivity.java
07d76a7a9623b3d2797662b157bdf85e6cc5f9bf
[]
no_license
shayhaimgalaxys2/MegilatEster
1cc44adcc113f364690d3461852ee5a33b002c2e
47642018a91f0aedd7dabe308f471e9a07135c7e
refs/heads/master
2023-03-06T21:43:20.897466
2023-03-06T06:43:19
2023-03-06T06:43:19
51,688,574
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package com.mobilegiants.megila; import android.app.Activity; import android.os.Bundle; public class LawsOfPurimActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); try { setContentView(R.layout.activity_laws_of_purim); } catch (Exc...
[ "shayhaimgalaxys2@gmail.com" ]
shayhaimgalaxys2@gmail.com
9d818cbd8772e63a16a01a7ae8bed3be2d9b85aa
17d27d8d37626e1d1c01ecf72e2d9d33e95d713d
/final-framework-testng/src/com/training/pom/RTTC_072_POM_ErrorMsgForInvalidProductAdd.java
d247680a9d4bffcd29957af1ec874937c429b10e
[]
no_license
BabitaSelenium/SeleniumProject1
e5aac1276860b792d1e1d9eea718a8dd91c6af19
2e50c35120304dd1d68738e0fbbe02da5cfbd3df
refs/heads/master
2022-07-04T10:10:27.299231
2019-09-26T07:02:59
2019-09-26T07:02:59
205,305,874
0
0
null
2022-06-29T17:36:50
2019-08-30T04:42:00
Java
UTF-8
Java
false
false
8,160
java
package com.training.pom; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class RTTC_072_POM_ErrorMsgForInvalidProductAdd { private WebDriver driver; public RTTC_072_POM_ErrorMs...
[ "BABITAFERNANDEZ@9.102.59.83" ]
BABITAFERNANDEZ@9.102.59.83
d4e71ca148ad2f55dbe1a5ac8e157bdbf9e75a5b
5aaf23a0425077d4d6f634f14dc2a9eb56d79bcb
/src/main/java/com/bis/operox/inv/service/TicketService.java
78b9c4feb5ff709976dc882d2b7ea8d09cc21227
[]
no_license
naidu8242/operox_shopping
578e35cc6de437e3dd526834a796d63159d9f900
fe4f3080fc58546e774110e31c022c55bcb326cb
refs/heads/master
2022-12-23T04:38:20.470280
2020-02-03T09:53:48
2020-02-03T09:53:48
237,930,620
0
0
null
2022-12-16T08:01:12
2020-02-03T09:38:49
Java
UTF-8
Java
false
false
472
java
package com.bis.operox.inv.service; import java.util.List; import org.json.JSONObject; import org.springframework.web.multipart.MultipartFile; import com.bis.operox.inv.dao.entity.Ticket; import com.bis.operox.inv.dao.entity.User; public interface TicketService { Ticket addTicket(Ticket ticket); Ticket getTi...
[ "plakshunnaidu@gmail.com" ]
plakshunnaidu@gmail.com
3ed6541848f35c1d6cb529fe98769e27cade2b2e
b86483ddbd73648ae114c6ef46d41ad4da5ed7f3
/app/src/br/net/meditec/controller/handler/EventHandler.java
d04373b4b343c6b88824164b6d716b943c7b2ddb
[ "Apache-2.0" ]
permissive
adrianopauli/app_android_meditec
37460d663324537d29a4ddef9ddd8e73cec27df3
6e7138295080b38689a77e3386dc1d2ea09be839
refs/heads/master
2021-01-10T14:55:27.086087
2016-02-23T02:19:20
2016-02-23T02:19:20
52,314,298
0
0
null
null
null
null
UTF-8
Java
false
false
4,711
java
package br.net.meditec.controller.handler; import br.net.meditec.model.Evento; import br.net.meditec.model.Palestrante; import java.util.ArrayList; import java.util.List; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; /** * Essa classse faz o mapeamento do ...
[ "adrianopauli03@gmail.com" ]
adrianopauli03@gmail.com
3fe1c4f615a48b7711fe64f04999fc7c5220ee81
7a2c91813117a8d949571521510895ee53daad49
/src/main/java/com/alipay/api/domain/AlipayEcoRenthouseCommunityBaseinfoSyncModel.java
b7e7df88a43613aed19392738aa5453cab644ea9
[ "Apache-2.0" ]
permissive
dut3062796s/alipay-sdk-java-all
eb5afb5b570fb0deb40d8c960b85a01d13506568
559180f4c370f7fcfef67a1c559768d11475c745
refs/heads/master
2020-07-03T21:00:06.124387
2019-06-23T01:13:43
2019-06-23T01:13:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,781
java
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 小区大楼信息同步 * * @author auto create * @since 1.0, 2018-06-25 14:53:23 */ public class AlipayEcoRenthous...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
b3362f48daf0c73a27166d97353dcaadf223bca8
e1d13a2c1502ddcd1483f92fee83d6a1d3e547e0
/xmlparser/src/androidTest/java/luyao/parser/ExampleInstrumentedTest.java
64dc6ba91ce48befaf43ed95edcd66b4057ff234
[]
no_license
samsquanch01/WebDroid
90306d0a950d43de2e82ae9cff7f3c4797357be6
9728f371d4ed62d35bd4eed6e119e3ac958f6ec0
refs/heads/master
2022-04-27T09:14:09.567569
2020-04-16T07:57:44
2020-04-16T07:57:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
745
java
package luyao.parser; 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 execute on an Android...
[ "37773224+JankingWon@users.noreply.github.com" ]
37773224+JankingWon@users.noreply.github.com
21e62523f9326a90d7834ef5c539a993048dd95e
b802d802a87d1c8f4b013e43064f24bfb8afd0d0
/java/java_code/week7_2_2.java
c77075845afa3a392f05d2f15c1db3775bedfd90
[]
no_license
ben-denham/lecture_notes
b473686c44d5b0dc79b717367ba424674d1107e9
e851cf72f5da2c5bf92fcfedd69b37014f751512
refs/heads/master
2021-01-01T19:51:14.725658
2014-06-05T07:40:42
2014-06-05T07:40:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
927
java
class Mathematics { // The value of a final attribute cannot be changed. public final float pi = 3.14f; public void m1() { // Final value cannot be changed. // pi = 5f; } // Final method cannot be overridden. public final int sum(int x, int y) { return x + y; } } // ...
[ "ben.denham@gmail.com" ]
ben.denham@gmail.com
a402b313be6443c34debff479639a903ef80c131
f908384df4424aaf0ec83b8466a5dc5f88496307
/3eme/PiDevCodeNameOneTest/src/Services/EvenementServices.java
05dda042cbcca38460d535be609c96d575bee15b
[]
no_license
Ahmed-Amine-Soltani/projet_integre_esprit
7c76ec625cb3f03367638dd456a239ba3ff57820
e5d7f39127498e021a8b4b7cbef4102e3ee6a867
refs/heads/master
2023-03-14T11:09:31.833023
2021-03-05T17:20:13
2021-03-05T17:20:13
344,866,963
1
0
null
null
null
null
UTF-8
Java
false
false
17,388
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 Services; import Entities.CommentaireEvenement; import com.codename1.io.CharArrayReader; import com.codename1.io.Conn...
[ "soltani.ahmedamine1@gmail.com" ]
soltani.ahmedamine1@gmail.com
ec857cf37fefc4e0919aa9a2b9e55ef70e1a5b48
61f44b11cd7bd2faf6eced053f8565f7cd346993
/CompLucsed/src/complucsed/Token.java
a5ca0bb1c3815b759bc3a117a994de3ce9f330e8
[]
no_license
thbdias/comp_lucsed
348290a906821610e9ec41767749258be13a9305
11fe50116537804e757b0008710ed4f715dd471c
refs/heads/master
2021-01-10T02:59:35.737283
2015-11-04T18:19:35
2015-11-04T18:19:35
45,181,769
0
2
null
null
null
null
UTF-8
Java
false
false
864
java
/** * @author thiago */ package complucsed; public class Token { private String lexema; private byte idToken; /** construtor */ public Token (){ lexema = ""; idToken = -1; }//end construtor /** * metodo que da set no lexema */ public voi...
[ "thiagobalbino91@gmail.com" ]
thiagobalbino91@gmail.com
03e2839a2257b0cea05d02705da4f9b721c11d19
546d29e1adc03f7f6d98d12ba93eef2a3401d15f
/src/main/java/examples/CooperatingDeadlock.java
561e995381780302c1e5e032046f836a1fc22d29
[]
no_license
gailo22/concurrency
9d8841596157c9fc1148a1489a7c75271b27e951
7bc99f6ff75c6b9f34c416a24ffe41c6d86dfc7a
refs/heads/master
2021-01-15T17:08:03.074512
2014-06-16T03:44:10
2014-06-16T03:44:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,721
java
package examples; import java.util.*; import annotations.*; /** * CooperatingDeadlock * <p/> * Lock-ordering deadlock between cooperating objects * * @author Brian Goetz and Tim Peierls */ public class CooperatingDeadlock { // Warning: deadlock-prone! class Taxi { @GuardedBy("this") pri...
[ "yidao620@gmail.com" ]
yidao620@gmail.com
bf2016d8903057047b412a29b72554928038c353
b6a152f38ec35c24a7f01501532bd1489b043e4f
/app/src/main/java/com/inveno/xiandu/view/custom/IndicatorView.java
53b1955f7d5b20ec7a66d7a3394756a7b77e544e
[]
no_license
huzheng1216/xiandu
129b596cb0fe61ea98906fb14a579ea991adff17
6511b2117cd7636c036945f5fae5182621be311b
refs/heads/master
2022-11-17T07:25:27.536094
2020-07-24T08:20:41
2020-07-24T08:20:41
269,332,977
2
1
null
null
null
null
UTF-8
Java
false
false
19,217
java
package com.inveno.xiandu.view.custom; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.RectF; import android.util.AttributeSet; import android.view.View; import android.view.ViewGroup; im...
[ "yongji.wang@inveno.com" ]
yongji.wang@inveno.com
c816af83dd6620962a186c8fc6f30ecedfbdece6
7abbced6e0b81544e79c4a1ec4e2216a3d4ef631
/zc-manager-impl/src/main/java/com/hehuiming/zc/manager/service/impl/PermissionServiceImpl.java
1eb363f53a3dd0af11b669cc669c482933a01539
[]
no_license
unununu/zhongchouProject
d8eba06546dd84dc9eb0594e17006c5fccec2222
5ab8a88724765fab5bb625795e54c4bc6411b86f
refs/heads/master
2022-12-24T01:43:18.802407
2019-06-03T07:01:09
2019-06-03T07:01:09
188,977,960
0
0
null
2022-12-16T02:50:22
2019-05-28T07:34:25
JavaScript
UTF-8
Java
false
false
2,417
java
package com.hehuiming.zc.manager.service.impl; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; i...
[ "1679579025@qq.com" ]
1679579025@qq.com
01e33d156a5b2c202008efd500801ea070f664fb
1c58bb6018e9a9a90c5beef17d998cf4928538ed
/Programmieren 3 Ha 2/src/bankprojekt/Sparbuch.java
bdbe1935df7c6cb67dbafcb9e341d38bfd3d12d6
[]
no_license
Daligro/proghomework
91ce5c3eb0ada025c8e8f8f2e54c7931863ccb19
226b99472da52bff7f96e3ad875b533a5638f6e5
refs/heads/master
2021-01-20T13:10:36.856736
2017-10-16T22:16:39
2017-10-16T22:16:39
90,455,478
0
0
null
null
null
null
UTF-8
Java
false
false
1,920
java
package bankprojekt; import java.time.LocalDate; /** * ein Sparbuch * @author Doro * */ public class Sparbuch extends Konto { /** * Zinssatz, mit dem das Sparbuch verzinst wird. 0,03 entspricht 3% */ private double zinssatz; /** * Monatlich erlaubter Gesamtbetrag f�r Abhebungen */ public static fina...
[ "david.linke98@gmail.com" ]
david.linke98@gmail.com
c49399d84aae2a915208fb539306dff413ce286e
fa06282588a0637037f4ef23f1089318e9e56915
/app/src/main/java/com/dong/wanandroid/data/user/UserListModel.java
6139311d499c069f5b75307ded9720c84f0afd38
[]
no_license
YGragon/wanandroid
8bc232561a92be4333e91406c5a261e5a5498f2a
9d052ea1b634c8e2b1b9edf8aa61b07ec55fae42
refs/heads/master
2021-10-09T17:18:09.380111
2019-01-01T15:32:04
2019-01-01T15:32:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
644
java
package com.dong.wanandroid.data.user; /** * Created by macmini002 on 18/6/4. */ public class UserListModel { private UserModel data; private int errorCode; private String errorMsg; public void setData(UserModel data) { this.data = data; } public void setErrorCode(int errorCode) { ...
[ "1105894953@qq.com" ]
1105894953@qq.com
b09a5fe702f2ca43153af72164df1785bb4baa29
c7ed0db4a0a4a0cd997cc9305b0cc859654da512
/app/src/main/java/com/example/rodrigovazquez/accountmanager/Helpers/GetNameInForeground.java
1101300f5d90c3af1cd9d0ddf8c45df75a1e5b5f
[]
no_license
RodryVazquez/AccountManager
fd0596447c0c82c5afeeb7efe0bea5fe1e87a2fc
72ec45ff17903203c8eedbb3060cc14eaa8f3a32
refs/heads/master
2020-12-30T14:20:13.252786
2017-07-23T20:28:07
2017-07-23T20:28:07
91,311,675
0
0
null
null
null
null
UTF-8
Java
false
false
1,444
java
package com.example.rodrigovazquez.accountmanager.Helpers; import com.example.rodrigovazquez.accountmanager.Views.SplashActivity; import com.google.android.gms.auth.GoogleAuthException; import com.google.android.gms.auth.GoogleAuthUtil; import com.google.android.gms.auth.GooglePlayServicesAvailabilityException; import...
[ "rodrigo@rodrigo.vazquez.com.mx" ]
rodrigo@rodrigo.vazquez.com.mx
97e36030fb9351e9f4e4e5a7d873a729f1282177
69ad8fbdc67f4095b4ec14c76ea09d5f0ee8c1f3
/src/main/java/com/easybuy/dao/MyLoveMapper.java
f42b7dbeb3c09290efec5ecb077a5729ba6300aa
[]
no_license
chenchang-lime/easyBuy_SSM
c01e90aa4ce8cca74b753b7602589176606317c5
b21b8a3077e0774c0159aef8ce55e98e60b08ad5
refs/heads/master
2022-12-25T18:29:56.572405
2019-07-11T02:55:06
2019-07-11T02:55:06
193,547,017
0
0
null
2022-12-16T04:56:17
2019-06-24T17:09:59
Java
UTF-8
Java
false
false
385
java
package com.easybuy.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.easybuy.entity.MyLove; public interface MyLoveMapper { int addMyLove(MyLove myLove); int delMyLoveByProID(@Param("proID")Integer proID,@Param("loginName")String loginName); List<MyLove> selectMyLov...
[ "ASUS@192.168.225.1" ]
ASUS@192.168.225.1
fdfe19de1461bf4eb1b8df4c2024fa5c654af189
aab2023f5d1bee0c837306d41a76eba7c6e29160
/src/main/java/com/fastcode/emailtest2/addons/emailbuilder/emailconverter/service/MjmlOwnService.java
d62a00dc9d0a14234ab9aa1260d8f500d406c8f6
[]
no_license
farah527/emailBuilderGeneratedApp
6b74517f06d6325eedca17d28b7bf7eb7a38de91
62390a2c1387306ddc861f43701a035b8bc4e814
refs/heads/master
2023-07-25T22:46:50.837030
2021-09-08T16:54:26
2021-09-08T16:54:26
404,035,177
0
0
null
null
null
null
UTF-8
Java
false
false
1,826
java
package com.fastcode.emailtest2.addons.emailbuilder.emailconverter.service; import static com.fastcode.emailtest2.addons.emailbuilder.emailconverter.utils.CommonUtil.writeFile; import static com.fastcode.emailtest2.addons.emailbuilder.emailconverter.utils.CommonUtil.deleteFile; import java.io.IOException; import java...
[ "framzan@ssilhr.com.pk" ]
framzan@ssilhr.com.pk
f1e458213b9546b48ba24e6f383386552d5d0229
9e6af08c85afbf38545d4160fc3d6ed095e7dd25
/FSM/src/com/me/fsm/GuardedAction.java
023e12643603de412a2dc307d6e3b6ab420d5a0e
[]
no_license
Rinnion/MainBomber
c13001eaa85a9d89d2a14a1a06b6df8b04a2775c
366ff3b802f0f5f774685d96b5febc7189cc8528
refs/heads/master
2021-01-20T13:13:27.183485
2017-02-25T05:27:40
2017-02-25T05:27:40
82,679,089
0
0
null
null
null
null
UTF-8
Java
false
false
981
java
package com.me.fsm; public class GuardedAction { private static Guard trueGuard = new GuardBase("true") { public Result evaluate(FSM fsm, Input in) { return Result.ENABLED; } }; private Guard guard; private Action action; private State nextState; public GuardedActi...
[ "Roman.Tretyakov@gazcardservice.ru" ]
Roman.Tretyakov@gazcardservice.ru
e4a2c6c0c6ad6e55d830d6d6c2c5bc60fc1b878a
8ebb5581539783878433a988c1cf650253dcd9f0
/src/main/java/ru/alfabank/workshop/controller/CardController.java
10ca096000bd948e3b6b007e2f8f73e5a1c8a751
[]
no_license
atkinart/workshop-ekb-cards
81efe4cfeed6aa9992934acac4d6e989169f2738
900cbf8bde6085fb049ea2bef9203ef54588d1eb
refs/heads/master
2020-03-26T16:30:08.179594
2018-08-17T13:14:35
2018-08-17T13:14:35
145,106,146
0
0
null
null
null
null
UTF-8
Java
false
false
614
java
package ru.alfabank.workshop.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; import ru.alfabank.workshop.clie...
[ "atkinart@gmail.com" ]
atkinart@gmail.com
647528ff31230ab3e6653bbdb52c99d9fedd95ba
c5af9c4d9642580607f4d1dcc184d543a5c01a1b
/.FailedAttempts/2ASTJava/src/main/java/Baylor/ASTJava2/App.java
404645f8ef45f59937e062ed40d362a9ad27530c
[]
no_license
MarkFuller1/Abstract-Syntax-Tree
28248dd35fa176a24976f8b60020610029f2f2b2
e851d37e9518e9a6d870e85ea1ebd066f2eed41b
refs/heads/master
2022-12-18T09:38:42.903285
2020-01-05T19:44:01
2020-01-05T19:44:01
228,282,522
0
0
null
2022-12-08T04:26:50
2019-12-16T01:59:00
Python
UTF-8
Java
false
false
1,423
java
package Baylor.ASTJava2; import java.util.HashSet; import java.util.Set; import org.eclipse.jdt.core.dom.AST; import org.eclipse.jdt.core.dom.ASTParser; import org.eclipse.jdt.core.dom.ASTVisitor; import org.eclipse.jdt.core.dom.CompilationUnit; import org.eclipse.jdt.core.dom.SimpleName; import org.eclipse.jdt.core.do...
[ "Mark_Fuller1@baylor.edu" ]
Mark_Fuller1@baylor.edu
0f8dfbd524879ccab9238da338f495587540ddd1
d88d8e0c30e9efe98aa6dff693db19badcca55e3
/obcc-stmt/src/main/java/cn/obcc/stmt/IStatement.java
21817d98bd9e08bbe15a5c33796f2851125d7c60
[ "MIT" ]
permissive
sparkchain-cn/obcc
2e2cf24d8c440b65e95af6ceca7dedb44d65bf6b
558be84c2f065d617ea49ae2a778e2ec920ae83c
refs/heads/master
2023-08-07T16:43:41.494204
2019-09-19T06:54:42
2019-09-19T06:54:42
203,335,292
2
1
MIT
2023-07-22T14:03:42
2019-08-20T08:39:53
Java
UTF-8
Java
false
false
354
java
package cn.obcc.stmt; import cn.obcc.config.ObccConfig; import cn.obcc.db.DbFactory; import cn.obcc.driver.IChainDriver; public interface IStatement { public void init(ObccConfig config, DbFactory db, IChainDriver driver); public DbFactory getLocalDb(); public IChainDriver getDriver(); ...
[ "546711211@qq.com" ]
546711211@qq.com
59a293e151373b7301e09b32620b055babaa0f7d
1a2d8a5c55fee3ef606dcdf939b969a45ed41938
/app/src/main/java/com/example/dang/firecube/models/Artist.java
971fb0f7a512e9c1d1220734f8040fd4186a95c0
[]
no_license
itsholyfield/Firecube
d836aef7d6068e50ee74b4021f4bee266d3d08f3
83891a3fe695aaadbbf780f66f69dd9efdde01ce
refs/heads/master
2020-03-26T16:13:20.658926
2018-08-17T07:43:04
2018-08-17T07:43:04
144,104,670
0
0
null
null
null
null
UTF-8
Java
false
false
534
java
package com.example.dang.firecube.models; public class Artist { public final int albumCount; public final long id; public final String name; public final int songCount; public Artist() { this.id = -1; this.name = ""; this.songCount = -1; this.albumCount = -1; }...
[ "itodoholyfield@gmail.com" ]
itodoholyfield@gmail.com
3113b12fa664d68e6bad6ad77ec14fa6841074c2
b6cad48067fe6f31302d47b940f1ca2abb15d7b6
/项目资料/project(0)/project/LaoWangProject/src/com/john/guo/laowangproject/act/UserCenterActivity.java
8b286c1369bdf813999d29be74758c15fae26255
[]
no_license
lk5103613/Fitness_student
d046416309d131b122fa77718b75f2b78b6b9ca6
b1abf3d606a072e07e287a96ec72795fbb443f6d
refs/heads/master
2021-01-01T17:21:42.590568
2015-10-16T06:04:17
2015-10-16T06:04:17
42,568,981
0
0
null
null
null
null
UTF-8
Java
false
false
3,579
java
package com.john.guo.laowangproject.act; import com.honestwalker.androidutils.window.ToastHelper; import com.john.guo.laowangproject.R; import com.john.guo.laowangproject.titlebar.TitleArgBuilder; import com.john.guo.laowangproject.titlebar.TitleBuilder; import android.content.Intent; import android.os.Bundle; import...
[ "524148211@qq.com" ]
524148211@qq.com
4e19e31f967864580fa7e88ceeacb2a0966871e9
e7b06c1c8d268ce5e89c74e0c3a94e01437e5b14
/yahtzee/src/YahtzeeDiceTest.java
97f45bfe8c6c0ae9006fb7360bf90f9550f34a03
[]
no_license
mrcasado/DiceGameTDD
d58d3c7b2a32427ddb5803aa4e3ff6005c3eba8c
a1f5d291728f8c785fedbf22935a53469f0cfc88
refs/heads/master
2021-01-13T02:14:26.813907
2015-01-22T14:58:08
2015-01-22T14:58:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
985
java
import junit.framework.Assert; import org.junit.Test; public class YahtzeeDiceTest { @Test public void dice_total_returns_sum_of_dice() { Dice dice1 = new Dice(2); Dice dice2 = new Dice(6); Dice dice3 = new Dice(3); Dice dice4 = new Dice(4); Dice dice5 = new Dice(5); ...
[ "student@smt61.(none)" ]
student@smt61.(none)
6bba9f8b216923c9e60349ce390db4ff63091e47
73525c80fb8761446058bd6118336078ed273425
/gmall-user-serivice/src/main/java/com/atgui/gmall/user/service/Impl/UserServiceImpl.java
e38a9d7318d2d94af07ada6ab119cad23d39762f
[]
no_license
lc137232345/gmall0126
3a271b648766916f6476413cb8c4a60935f70304
773c8f58cda648ee51f2156db62035d59be9b117
refs/heads/master
2022-09-25T13:39:08.687780
2019-11-26T00:06:51
2019-11-26T00:06:51
222,713,598
1
0
null
2022-09-01T23:16:30
2019-11-19T14:21:32
HTML
UTF-8
Java
false
false
524
java
package com.atgui.gmall.user.service.Impl; import com.alibaba.dubbo.config.annotation.Service; import com.atgui.gmall.user.mapper.UserMapper; import com.atguigu.gmall.bean.UmsMember; import com.atguigu.gmall.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import java.util.List; ...
[ "137232345@qq.com" ]
137232345@qq.com
276a0169504a35de6a13e79fb9cb996fa3a43c94
a3f08254f48839cc469d48fe35f7dc754782a0e0
/mozu-java-core/src/main/java/com/mozu/api/ApiException.java
739e072a1292735e80f44c60c159832e70ff8525
[ "MIT" ]
permissive
lsendel/mozu-java
baea9a43a407ced0e2ead50fda17b7212b8eb835
e72f5efa96d53e6b1e851f1dd6c9fced67101da6
refs/heads/master
2021-01-16T22:04:59.657160
2014-08-22T14:44:10
2014-08-22T14:44:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
987
java
package com.mozu.api; public class ApiException extends RuntimeException { /** Default Serial Version UID */ private static final long serialVersionUID = 1L; protected ApiError apiError = null; protected int HttpStatusCode; public ApiException(String message) { super(message); } public ApiException(St...
[ "bob_hewett@volusion.com" ]
bob_hewett@volusion.com
698f504df49770d056e3ab9713744d15ce4e27dc
59b44fd09c480c393845bc17383155f5a30d9bfd
/src/struct/decorator/IPersistent.java
c5b9e9e87520cfa73589d54bff976ef8b4a3c35a
[]
no_license
silveryseaChen/pattern
87844b8454fa386c2e415b6de298721425a41af1
c045f8f824a32a17b0ddd0803540a91f1a829d6a
refs/heads/master
2020-04-05T04:12:46.452444
2018-11-07T13:11:41
2018-11-07T13:11:41
156,542,327
0
0
null
null
null
null
UTF-8
Java
false
false
133
java
package struct.decorator; /** * Created by chy on 18/9/25. */ public interface IPersistent { void persistent(Object msg); }
[ "chy@quke.com" ]
chy@quke.com
fb8e6e626ab2eafbe0777512888a6f83f907b5e9
ccda504a1b617db9893adaa2a2a968b87576bbef
/lib.wechat/src/test/java/com/saiyi/libwechat/ExampleUnitTest.java
2565898ef57ad12f0b92d33366bbd9b770c6970d
[]
no_license
Catfeeds/GymEquipment
8a3bb0d557feac9f6ace8bb8f289040d5b7a7321
94de90efb3d9190caf1c42c8f510155804e61b91
refs/heads/master
2020-04-12T22:13:49.313701
2018-09-21T08:04:48
2018-09-21T08:04:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.saiyi.libwechat; 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 ad...
[ "lgs@qq.com" ]
lgs@qq.com
d54fe8e6cf0fbc21779a1ee82238aee660eac5eb
fddb7c3634d61303fee6b4a6d76e2f9f7f58d85f
/src/unitests/TestAuthenticationService.java
10d1a512a7cef673834054fd63ffc7f249bc94cf
[]
no_license
AlexeyElizarov/gb_java_s03e02
012fca0ba4cc823937a060b290443d0aa2e8d588
d27ed927a9d25a804d38084c4239fd8851382731
refs/heads/master
2023-02-04T13:07:20.172411
2020-12-27T16:35:01
2020-12-27T16:35:01
324,803,138
0
0
null
2020-12-27T16:37:03
2020-12-27T16:33:20
Java
UTF-8
Java
false
false
415
java
package unitests; import server.AuthenticationService; public class TestAuthenticationService { public static void main(String[] args) { String nickname1 = AuthenticationService.findNicknameByLoginAndPassword("l1", "p1"); System.out.println(nickname1); String nickname2 = AuthenticationServ...
[ "haakee@gmail.com" ]
haakee@gmail.com
462c44b66715013fe86881113ae80146f673a67d
d4c3659ac9ddb5e3c0010b326f3bcc7e33ce0bed
/ren-automation-ui/src/main/java/com/exigen/ren/main/modules/claim/gb_dn/tabs/FinancialPaymentPaymentDetailsActionTab.java
aaf86b4cc426ff5dd956c728baa2be774a6b895f
[]
no_license
NandiniDR29/regression-test
cbfdae60e8b462cf32485afb3df0d9504200d0e1
c4acbc3488195217f9d6a780130d2e5dfe01d6e5
refs/heads/master
2023-07-03T14:35:40.673146
2021-08-11T07:03:13
2021-08-11T07:03:13
369,527,619
0
0
null
null
null
null
UTF-8
Java
false
false
1,666
java
package com.exigen.ren.main.modules.claim.gb_dn.tabs; import com.exigen.ipb.eisa.controls.composite.TableExtended; import com.exigen.istf.webdriver.controls.Button; import com.exigen.istf.webdriver.controls.Named; import com.exigen.ren.common.ActionTab; import com.exigen.ren.main.modules.claim.common.tabs.PolicyInform...
[ "Nramachandra@previseit.com" ]
Nramachandra@previseit.com
7269c3575718c4213d89b0928fcb55d4f248fc5a
5af9ddb101268252a550b71f5a8c53b3d6627477
/web/web.rya/src/main/java/org/apache/cloud/rdf/sparql/tld/Utils.java
af39c9ab61d3ab4cd52f12824129a7c375abc9c5
[ "Apache-2.0" ]
permissive
semantic-web-company/incubator-rya
0f0a069a742b6be6939ac873803d87b6677746b6
2b788ea84848251ea06951ea3371010e319abfb6
refs/heads/master
2020-03-29T16:36:24.984925
2018-12-06T20:00:06
2018-12-06T20:00:06
150,120,940
0
0
Apache-2.0
2018-09-24T15:01:56
2018-09-24T15:01:55
null
UTF-8
Java
false
false
274
java
package org.apache.cloud.rdf.sparql.tld; /** * * @author turnguard */ public class Utils { public static boolean isInstanceof(Object o, Class c){ System.out.println("o:"+o); System.out.println("c:"+c); return c.isInstance(o); } }
[ "juergen.jakobitsch@semantic-web.com" ]
juergen.jakobitsch@semantic-web.com
04b40599b3ed9bec9ec3f81c5a94006bc4f040a1
f6bbee073e11d797c38722ed1490bdd0e4015a57
/jdbc/src/main/java/com/performgroup/interview/dao/CategoryDAO.java
c085173000dfd2277e534a4e2ada4caf08bcba2e
[]
no_license
luke-zagorski/sandbox
1dd7ca036178f6e398dbe73c18d85b1cde1543a6
ee348bf181bf910e5614f0a246531c5d8431a045
refs/heads/master
2020-05-20T00:50:23.957944
2014-02-09T15:28:24
2014-02-09T15:28:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,750
java
package com.performgroup.interview.dao; import com.performgroup.interview.dao.domain.CategoryEntity; import com.performgroup.interview.dao.domain.VideoEntity; import java.util.List; /** * @author : luke * @version : 1.0 * <p/> * Data Access Object to access CategoryEntity information */ public...
[ "Lukasz.Zagorski@performgroup.com" ]
Lukasz.Zagorski@performgroup.com
e328c7735bff6d84ad1a080b84cedc371e0a2286
a8bd35d135f4e5b430941e923490bc925a7b8198
/app/src/main/java/net/smallchat/im/Entity/VisitEntity.java
21aeaa11324ca4abff8a758230d92f5cb010d3eb
[]
no_license
sahujaunpuri/smallchat_android-master
8d53c5da814276bfda20de272d242aa6a485f74a
44f46f7f3c5ed57c6487b3c8b56fa6a511612be4
refs/heads/master
2020-04-08T08:53:33.870909
2018-09-13T09:58:43
2018-09-13T09:58:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,036
java
package net.smallchat.im.Entity; import java.io.Serializable; import org.json.JSONException; import org.json.JSONObject; public class VisitEntity implements Serializable{ /** * {"data":{"visit":"3","count":93,"interactive":0},"state":{"code":0,"msg":"","debugMsg":""}} */ private static final long serialVersi...
[ "present810209@gmail.com" ]
present810209@gmail.com
0c1be16ac22d98266ba6ce019121f9817156eaa0
3a64d8422b65e2cf0b157350516525e791ec929c
/SpringRestCrudAPI1/src/main/java/com/manish/SpringRestCrudApi1Application.java
99a442f18d504b127357a30c533910ea59c6e834
[]
no_license
mkmaurya955/SAMPLE_PROGRAMS
2ad2430e301701c58c310d1ae00c39fb33ef1b26
641d3c51ceb692c45ef7fe42dbe8efa2d11ffc08
refs/heads/master
2020-12-14T10:53:25.303218
2020-01-18T10:30:28
2020-01-18T10:30:28
222,675,773
0
0
null
null
null
null
UTF-8
Java
false
false
327
java
package com.manish; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SpringRestCrudApi1Application { public static void main(String[] args) { SpringApplication.run(SpringRestCrudApi1Application.class, args);...
[ "mkmaurya955@gmail.com" ]
mkmaurya955@gmail.com
c82b7317a144087b4dc05386c9d728b159dcf6fc
15abda268241b703c106bb83e1f5c2ec63714411
/app/src/main/java/com/rabtman/acgclub/mvp/ui/adapter/AcgCollectionPageAdapter.java
e67989df71c97c78f8400732cb2cc8c6dd9715a2
[ "MIT" ]
permissive
LiycJia/AcgClub
0237ba136bcae25554f60185310376b5522f0dad
6e48b621b350cd84f195f9acbdeeb2b747d60ced
refs/heads/master
2020-03-12T05:01:49.213392
2018-04-20T10:45:16
2018-04-20T10:45:16
130,456,054
2
0
null
2018-04-21T08:45:45
2018-04-21T08:45:45
null
UTF-8
Java
false
false
1,077
java
package com.rabtman.acgclub.mvp.ui.adapter; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import android.view.ViewGroup; import com.rabtman.acgclub.base.constant.SystemConstant; import java.util.List; /** * @author zjm * @D...
[ "zhangjm05@gmail.com" ]
zhangjm05@gmail.com
8b1c885fc825af214ea7355f54fa303d2ab6e60b
1743d7761bbe0e9095f1c0a7ddccf5133a13f4a5
/IOSchedGWT/src/com/nitrous/iosched/client/toolbar/ToolbarController.java
3ad79d49b574515e31b6be351b7347c1eb16a8c5
[]
no_license
nitrousdigital/io-schedule-gwt
d54ee54c36b9909a91be58dc1b18271cc4a62655
6dac3e2d891d2a53d2ef660d83356e7435eae132
refs/heads/master
2020-06-02T13:51:46.450769
2015-06-18T04:45:39
2015-06-18T04:45:39
33,558,554
0
0
null
null
null
null
UTF-8
Java
false
false
182
java
package com.nitrous.iosched.client.toolbar; public interface ToolbarController { public void search(); public void home(); public void refresh(); public void back(); }
[ "nitrousdigital@gmail.com@0f8a8be7-a21e-53b9-743b-78ef3b4d88b1" ]
nitrousdigital@gmail.com@0f8a8be7-a21e-53b9-743b-78ef3b4d88b1