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
09a1e6faae00e5d751d8ebcf460e8005c97a37be
78a0e02c72cae1bad1d077934d6d2c8986ae8bf2
/src/main/java/com/ruyicai/analyze/controller/ResponseData.java
42d51b116a2760cdce9ca73f8996c6c8134773cb
[]
no_license
xiaowaizhuanshu/analyze
82c4c6d949563e200755695063cccfee465f71f2
1eb5300170c8885e34077016ec4e06d9e3f4e0bc
refs/heads/master
2016-09-06T18:15:45.985144
2013-07-24T05:50:38
2013-07-24T05:50:38
11,918,572
1
1
null
null
null
null
UTF-8
Java
false
false
385
java
package com.ruyicai.analyze.controller; public class ResponseData { private String errorCode; private Object value; public String getErrorCode() { return errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } public Object getValue() { return value; } pub...
[ "dongxiaozhe@boyacai.com" ]
dongxiaozhe@boyacai.com
b1acca040c1a1d6c917f1c9388e4a73d1a1398fe
fb97dfed9c7e6218093c3761e494ce027b4c8bcf
/PROZchat/ServerAppChat/src/pl/krzyszczak/mikolaj/serverchat/exceptions/UserNotFoundException.java
378506d7153d1df7ce5c53e1fbb7323c09c4b4a4
[]
no_license
miki285/PROZchat
d3684e5634f6df40e06713fbe3d8deed1266e4e7
d8e5f22af98da79b9b0c2f7861f4b3e23cbbcba8
refs/heads/master
2020-12-31T06:56:21.858726
2018-05-15T14:49:58
2018-05-15T14:49:58
35,534,343
0
0
null
null
null
null
UTF-8
Java
false
false
179
java
package pl.krzyszczak.mikolaj.serverchat.exceptions; public class UserNotFoundException extends Exception{ /** * */ private static final long serialVersionUID = 1L; }
[ "miwo.krzyszczak@gmail.com" ]
miwo.krzyszczak@gmail.com
2a090cae7bfd83a18afb99a7dfb8843468767ae5
36d524907b16ccfe370ff4af7fa52488dd6834e4
/simple-paging/src/web/DetailServlet.java
9330744dea8a5cac750bcd3be083d035d5bb157d
[]
no_license
astute22/web-p
4d08f254e22086e24874d5434840a35e0d9b262d
18e1138dea0fe32602d35333fde72c9ff1620ffe
refs/heads/master
2021-01-21T12:16:13.358428
2017-10-16T08:45:55
2017-10-16T08:45:55
102,056,062
0
0
null
null
null
null
UTF-8
Java
false
false
2,688
java
package web; import java.io.IOException; import java.io.PrintWriter; import java.sql.SQLException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; imp...
[ "appointment211@gmail.com" ]
appointment211@gmail.com
45b478034efc09491c2480eb86c2eb97cf067957
6fd182bb3e1bb991ba57398b34b3df71dfa1f3a0
/spring-rabbitmq-consumer/src/main/java/com/example/mq/CustomMessage.java
533607db27170e7f04748f3d3cf82f46e217ebf5
[]
no_license
shobhakamath/project
552f722f06cadd73d1957d34dd88ae3e2cdcb8af
552c09d9ceb6de52e38ac6e49762fdf88d7ecd77
refs/heads/main
2023-06-19T07:33:00.321873
2021-07-15T13:17:14
2021-07-15T13:17:14
386,261,611
0
0
null
null
null
null
UTF-8
Java
false
false
335
java
package com.example.mq; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import lombok.ToString; import java.util.Date; @Data @NoArgsConstructor @AllArgsConstructor @ToString public class CustomMessage { private String messageId; private String message; private Date ...
[ "shobha.s.kamath@gmail.com" ]
shobha.s.kamath@gmail.com
592a0704ef47cf39e6242a7199bd1a4d4553c556
dc6e338a7766e1de6724039561ccd394ee14b966
/spring-cloud/account-management/src/main/java/rudaks/springcloud/AccountManagementApplication.java
5ca4940e5b19d1f1833c1ffabe28f70ebe877612
[]
no_license
rudaks-han/javastudy
e23ad09766222fd8fbbbf4327432e643287d0164
5a67105e3727813b75d6ed38c21987138667a091
refs/heads/master
2022-12-29T15:29:49.641967
2021-06-18T12:41:15
2021-06-18T12:41:15
194,954,092
0
0
null
2022-12-09T22:12:37
2019-07-03T00:50:23
Java
UTF-8
Java
false
false
344
java
package rudaks.springcloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class AccountManagementApplication { public static void main(String[] args) { SpringApplication.run(AccountManagementApplicatio...
[ "rudaks94@gmail.com" ]
rudaks94@gmail.com
bd750f3b53dc8cc9a848f9f42bc5d6076df75bc2
be38fd20a8f6b95506e614a40389c8c4add07c28
/PracticedJavaPrograms/testing/SystemClass.java
8d3cef90a8e9ddea93b3b23618a663d4175c25e4
[]
no_license
sriramsrikanth1985/LearningsByPractice
951f9c9464482583e3ac13a522daa2b65604166f
de34d6cf9c6011bece92b9e46dac852456322b59
refs/heads/master
2021-01-10T03:27:04.984386
2019-10-03T10:03:56
2019-10-03T10:03:56
50,078,102
0
0
null
null
null
null
UTF-8
Java
false
false
1,173
java
package testing; public class SystemClass { public static void main(String args[]){ System.out.println(System.getProperty("java.version")); System.out.println(System.getProperty("java.vendor")); System.setProperty("java.vendor1", "Oracle"); System.out.println(System.getProperty("java.vendor1")); Runtime ...
[ "sriramsrikanth1985@gmail.com" ]
sriramsrikanth1985@gmail.com
e7e415d3485109386339a6540b626d28a143f876
378c9e2944068fe99bdc581690d08d26e0c38374
/userservice/src/main/java/com/pnc/onboarding/domain/User.java
4f3e70aa691547ac643a28c3e077a715e435e307
[]
no_license
akhilsai25/PNC_Onboaring_Assignment
7ef80212c10d342e670b99a77fb9f4104f5d46ee
2a651daff87306c680545f5d82e228a9560aad3d
refs/heads/master
2021-04-21T21:50:49.992980
2020-04-01T00:16:32
2020-04-01T00:16:32
249,819,154
0
0
null
null
null
null
UTF-8
Java
false
false
1,438
java
package com.pnc.onboarding.domain; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import javax.persistence.*; @Entity @Table(name="users") public class User { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private long id; @Column(name="FIRST_NAME") private String firs...
[ "adevunoori@Virtusa.com" ]
adevunoori@Virtusa.com
de232fbb49d267f96e9239b6ccd683399071caf0
3a79bb35e20c75d9a3d412f5c64e89421ecd84db
/servermiddleware/src/main/java/com/federlizer/servermiddleware/exceptions/ProjectAlreadyExistsException.java
29c38c458cf7134ca3b44187104a7ea70462fe17
[]
no_license
make-sans/android-developool-middleware
7436b3f15ffdbc856508047e91ef2d13e13711f0
e70f0946b8d8479c7b652cbab549890b2276a28e
refs/heads/master
2020-05-31T16:21:52.438629
2019-06-05T11:09:12
2019-06-05T11:09:12
190,379,413
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package com.federlizer.servermiddleware.exceptions; public class ProjectAlreadyExistsException extends Exception { private String key; public ProjectAlreadyExistsException(String key) { this.key = key; } public String getKey() { return key; } @Override public String getMe...
[ "nikola@velichkov-bg.com" ]
nikola@velichkov-bg.com
9e63ec7f9a4ec39f7b2021741f6681e344810c98
8523563143e69b9ca0326acafdaa646f1b57bb94
/tags/plantuml-7931/src/net/sourceforge/plantuml/graph/EntityImageDefault.java
5e148670614167c14fe9d5b4d0ae714644a73ca8
[]
no_license
svn2github/plantuml
d372e8c5f4b1c5d990b190e2989cd8e5a86ed8fc
241b60a9081a25079bf73f12c08c476e16993384
refs/heads/master
2023-09-03T13:20:47.638892
2012-11-20T22:08:10
2012-11-20T22:08:10
10,839,094
0
0
null
null
null
null
UTF-8
Java
false
false
3,000
java
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2012, Arnaud Roques * * Project Info: http://plantuml.sourceforge.net * * This file is...
[ "arnaud_roques@28b6c6c1-be0e-40f3-8fed-77912e9d39c1" ]
arnaud_roques@28b6c6c1-be0e-40f3-8fed-77912e9d39c1
4ae16b8bcd4279483153755b19f7431c60beacf9
7c1e1be937cba017e630b0117e88ef4af0a17b27
/src/main/java/ua/edu/sumdu/j2se/mykhailenko/tasks/controller/NotificationController.java
9a56e7e51c02ec8beec4f26b0a400695ddc089af
[]
no_license
Yulia998/NCTaskManager
fe0de416a38ad3291bc655b262c154176815331d
4c56ab2afa9c8809e18427db03e891042e9a2322
refs/heads/master
2022-06-02T03:21:44.052970
2020-01-28T07:21:21
2020-01-28T07:21:21
232,534,301
0
0
null
2022-05-20T21:23:30
2020-01-08T10:07:38
Java
UTF-8
Java
false
false
1,486
java
package ua.edu.sumdu.j2se.mykhailenko.tasks.controller; import org.apache.log4j.Logger; import ua.edu.sumdu.j2se.mykhailenko.tasks.model.AbstractTaskList; import ua.edu.sumdu.j2se.mykhailenko.tasks.model.Task; import ua.edu.sumdu.j2se.mykhailenko.tasks.view.NotificationView; import java.time.Duration; import java.tim...
[ "mykhailenkoyulia98@gmail.com" ]
mykhailenkoyulia98@gmail.com
e4f5a0dadda296ca23f945128d6a5ac3fe6030d5
96002d95959e92ba4f1f09c58303c763364ce5f8
/src/main/java/com/cynapsys/demo/controllers/PoleController.java
c4c2723b5b56b51fbb0ff2bdc7f97c2b75799a33
[]
no_license
ineshariz/Annuaire_backend
c98b5e5b0a714d51bf83b1c2b51a6ea12df48344
da328746a247a6ac797a5afd0fe552f4d4a1bafe
refs/heads/master
2020-09-07T13:43:27.162753
2019-11-10T14:10:53
2019-11-10T14:10:53
220,799,085
0
0
null
null
null
null
UTF-8
Java
false
false
1,705
java
package com.cynapsys.demo.controllers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.s...
[ "ines.benhariz@esprit.tn" ]
ines.benhariz@esprit.tn
88e52b1b3edce205c5b37cdf89f001bd04211122
a138e0bb6e59fa930aeffd755c3a34ffad2f8348
/android/app/src/main/java/com/rnactivityindicatordemo/MainActivity.java
783f1df0241f2367aad1190a93d8b0b2c9d13521
[]
no_license
qwer4301/RNActivityIndicatorDemo
7598dda963c78118662de4dfe8237e468a1d6599
16501aadc7a3cb00bb779d8af47035a6da2678e6
refs/heads/master
2021-06-29T03:47:27.915972
2017-09-20T12:33:38
2017-09-20T12:33:38
104,213,013
0
0
null
2017-09-20T12:32:49
2017-09-20T12:32:48
null
UTF-8
Java
false
false
391
java
package com.rnactivityindicatordemo; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getM...
[ "cloudox@foxmail.com" ]
cloudox@foxmail.com
c2dd3a68f3d9bf60a9c04fcaf006200c1e9a19df
3f3496dd61b6a3ddc9eab30b0e8689cd425666d1
/lastfm.Android/obj/Debug/android/src/lastfm/android/activities/SplashActivity.java
d13182e19452e7c414e75f6aedbebcbd22a7cb10
[]
no_license
jonteho/last.fm-appcrossplat
18b08512842942e96b970c1f85368c81b221b4ce
6188440a074287e0a22c21c64c58a1e61e655839
refs/heads/master
2020-04-06T07:01:18.350880
2014-04-25T06:57:36
2014-04-25T06:57:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,188
java
package lastfm.android.activities; public class SplashActivity extends android.app.Activity implements mono.android.IGCUserPeer { static final String __md_methods; static { __md_methods = "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + ""; mono.android.Runtime.register ...
[ "jonathan.holm@hotmail.com" ]
jonathan.holm@hotmail.com
f88d204fdf3485f8b6edb345ebe111f5f024d337
ee766e59341216cb95b58990f1ce2886575e6e5c
/src/main/java/com/bubi/connect/BumoKit.java
2df91ea7fc92f9e14a8bc62fa4f6dff31008a379
[]
no_license
zixian5/blockchain_hospital
a324ff51c92ddd848706628bcec5a5ddbe11095d
15a4400ed44c92699e00a5d820ff45191a26638a
refs/heads/master
2020-05-17T06:29:23.401120
2019-04-26T04:54:06
2019-04-26T04:54:06
183,559,258
1
0
null
null
null
null
UTF-8
Java
false
false
4,659
java
package com.bubi.connect; import io.bumo.SDK; import io.bumo.model.request.AccountGetNonceRequest; import io.bumo.model.request.TransactionBuildBlobRequest; import io.bumo.model.request.TransactionSignRequest; import io.bumo.model.request.TransactionSubmitRequest; import io.bumo.model.request.operation.BaseOperation; ...
[ "406964409@qq.com" ]
406964409@qq.com
43c8e3d839a78ecdd081a1e394e1cd786e557680
82fb2d1301dab8a6949ee53a245737091d081204
/src/main/java/elasticsql/ElasticSQLController.java
f2a5c7188c47eaa7140075f323986238cdeb443f
[ "MIT" ]
permissive
410-dev-archive/ElasticSQL
378a6255585db7ac754e44c948acf1b18b6171ed
393a6aeecb7f30150ce413aaaaf7e6c902a78a35
refs/heads/main
2023-07-19T12:33:37.429959
2021-09-02T08:01:59
2021-09-02T08:01:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,368
java
package elasticsql; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException; import java.sql.SQLException; import java.util.ArrayList; public class ElasticSQLController { private SQLController controller; public ElasticSQLController(String pr...
[ "58301450+410-dev@users.noreply.github.com" ]
58301450+410-dev@users.noreply.github.com
0efbe438700ca7fa9fe83fe8e97e35950f5f0eab
45ab347e48d94d6bb39e7e9b1b47288375c1d812
/hr-eureka-server/src/main/java/com/flavio/estudos/spring/hrpayload/hreurekaserver/HrEurekaServerApplication.java
39482f73efec19929c28ea511ba6cb925523bb02
[]
no_license
FlavioRoberto/estudo-springboot
3fe246bfdfe53344d45315179a4175967070f55a
396724a51dabdc48e3951cbf600afb7cf26ef890
refs/heads/main
2023-06-17T18:59:43.149366
2021-06-29T00:03:03
2021-06-29T00:03:03
376,332,674
0
0
null
2021-06-29T00:03:04
2021-06-12T16:10:05
Java
UTF-8
Java
false
false
454
java
package com.flavio.estudos.spring.hrpayload.hreurekaserver; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; @EnableEurekaServer @SpringBootApplication public class HrEurek...
[ "flaviolive3@hotmail.com" ]
flaviolive3@hotmail.com
87b5705bef64c80ffc8f168b66d78cf615bf4a00
b173d4072b2551eb3d4df0274e4297c0117163ce
/marcos_dalmasso_mod0_ej1.jar/src/main/java/com/globant/training/marcos_dalmasso/pages/CalendarDatesPost.java
3b125921cb5f9814f55a42c1267e1859d3a3dad9
[]
no_license
marcosadriandalmasso/automation_training
59daff33deaf050e0865a72b56cdb0abbca0aae2
0f4a2f43e3413ab4a1b24c25a0ec237a566415f2
refs/heads/master
2016-09-05T15:47:51.213491
2015-03-12T23:21:23
2015-03-12T23:21:23
31,560,733
0
0
null
null
null
null
UTF-8
Java
false
false
1,401
java
package com.globant.training.marcos_dalmasso.pages; import java.util.Calendar; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class CalendarDatesPost { @FindBy(id="home-nav") ...
[ "marcosadriandalmasso@hotmail.com" ]
marcosadriandalmasso@hotmail.com
b448e9404947bfd4518976ef95a4cd6dba4ffb9d
c6d93152ab18b0e282960b8ff224a52c88efb747
/huntkey/code/biz-class/src/main/java/com/huntkey/rx/edm/service/EnteEnteEnteSetbService.java
9b549c1c5810146c45fa69da9ba8632af4cebab2
[]
no_license
BAT6188/company-database
adfe5d8b87b66cd51efd0355e131de164b69d3f9
40d0342345cadc51ca2555840e32339ca0c83f51
refs/heads/master
2023-05-23T22:18:22.702550
2018-12-25T00:58:15
2018-12-25T00:58:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
480
java
package com.huntkey.rx.edm.service; import java.io.Serializable; import java.util.*; import com.huntkey.rx.base.BaseService; import org.springframework.stereotype.Service; import com.huntkey.rx.base.PropertyBaseEntity; import com.huntkey.rx.commons.utils.rest.Result; import com.huntkey.rx.sceo.method.register.plugin.e...
[ "729235023@qq.com" ]
729235023@qq.com
800ae20995ee4bfcc3730fb4d40c6aeab761b1ef
d37be7f16fc7ba51b6eb1fa6cd30d9943c79aeaa
/app/src/main/java/com/kafi/andrroidlifecycle/MainActivity.java
5777647b0e48c62c6f2077cd15726a0c39e5e80b
[]
no_license
KAFIIIUC/AndrroidLifeCycle
a8004026f1f5d42dabecc0ab4ed516981892de76
24eeb7797e44e6951115c82831ec9799b862faf9
refs/heads/master
2020-03-24T04:08:15.590863
2018-07-26T13:32:12
2018-07-26T13:32:12
142,445,232
0
0
null
null
null
null
UTF-8
Java
false
false
1,381
java
package com.kafi.andrroidlifecycle; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.widget.Toast; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(save...
[ "shamimunbindelowarkafi@gmail.com" ]
shamimunbindelowarkafi@gmail.com
3d366cb61a2ab0ee14fb2b8b0f87e46997600efa
97fc870a8e9cf61ccbd6930a9f68771dcb50bd13
/src/main/java/me/ktar/utilities/misc/ReflectionUtil.java
1e6b444f68fe834620d0ff7214de53491e455f4c
[]
no_license
Ktar5/MC-Utilities
fafcb6dcb5f75f33896923c2ab1eef0e0cb893f7
65e29ab89eb7ad2e2a05c24e2c6579e764d98a23
refs/heads/master
2021-01-13T06:49:39.142038
2018-10-01T19:33:36
2018-10-01T19:33:36
81,158,354
0
0
null
2018-10-01T19:33:37
2017-02-07T02:45:35
Java
UTF-8
Java
false
false
6,385
java
package me.ktar.utilities.misc; /* * Copyright (C) 2013-Current Carter Gale (Ktar5) <ktarfive@gmail.com> * * This file is part of Utilities. * * Utilities can not be copied and/or distributed without the express * permission of the aforementioned owner. */ import org.bukkit.Bukkit; import org.bukkit.entity.Play...
[ "ktarfive@gmail.com" ]
ktarfive@gmail.com
3f3bacaaea07357fba47b5847df3acf4a24ec0ec
a31e02e3919a9f18d69cdcdeea950b7a38e33eca
/src/main/java/com/my/api/Pet.java
5039664d7e9b9caae7c5185e8d208c044e0d0102
[]
no_license
sajith4u/spring-boot-sample
4cb7ebd5d17703c4632cbc25201a37dbc5c15c4d
384fab430822ff4d4b24f41c66fae30e4840a378
refs/heads/master
2021-01-15T20:52:50.985611
2016-06-30T04:42:35
2016-06-30T04:42:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
932
java
package com.my.api; import javax.persistence.GeneratedValue; import javax.persistence.Id; /** * Created by isuru on 6/29/2016. */ public class Pet { private long id; private String name; private String status; private String type; private String breed; public long getId() { return ...
[ "Isuru Wijesinghe" ]
Isuru Wijesinghe
ac4302ef830d524a085b57256825fbeebb576ad6
a00326c0e2fc8944112589cd2ad638b278f058b9
/src/main/java/000/133/678/CWE197_Numeric_Truncation_Error__short_PropertiesFile_73b.java
39b24af0f7ea998d257f8a6169fff9e7fe657fa0
[]
no_license
Lanhbao/Static-Testing-for-Juliet-Test-Suite
6fd3f62713be7a084260eafa9ab221b1b9833be6
b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68
refs/heads/master
2020-08-24T13:34:04.004149
2019-10-25T09:26:00
2019-10-25T09:26:00
216,822,684
0
1
null
2019-11-08T09:51:54
2019-10-22T13:37:13
Java
UTF-8
Java
false
false
1,375
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE197_Numeric_Truncation_Error__short_PropertiesFile_73b.java Label Definition File: CWE197_Numeric_Truncation_Error__short.label.xml Template File: sources-sink-73b.tmpl.java */ /* * @description * CWE: 197 Numeric Truncation Error * BadSource: PropertiesFile Read data...
[ "anhtluet12@gmail.com" ]
anhtluet12@gmail.com
8e812edba5e24e6bbf35fcbf0833a3caef5454dc
1a8874a11675ad306b11779300c49478a456cf03
/java_basic/data_types_and_variables/Exercise.java
68253683edb240dc23e06acc9891320013c36464
[]
no_license
riKHOKON/java_resources
050d11c02a2eb94befb576a72ce6b56e86b942b9
4eeee04b0e6b231d956339a954bdf1ef2b2f7efa
refs/heads/master
2020-05-27T22:40:26.008129
2019-05-27T09:03:00
2019-05-27T09:03:00
188,807,923
0
0
null
null
null
null
UTF-8
Java
false
false
354
java
package java_basic.data_types_and_variables; public class Exercise { public static void main(String[] args) { String name = "khokon"; String greeting = "Hello"; System.out.println(greeting+" "+name+"!"); name = "Mary"; System.out.println(greeting+" "+name+"!"); greeting = "Goodbye"; System.out.println...
[ "0120.rashedul@gmail.com" ]
0120.rashedul@gmail.com
605bdbf2a7e68dc9b982f1af2feea869ec59db8d
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14227-19-25-SPEA2-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/XWiki_ESTest.java
79e5d10a460218c22fb73df3fd8b2a2fdd9c29ee
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
530
java
/* * This file was automatically generated by EvoSuite * Sun Jan 19 01:23:37 UTC 2020 */ package com.xpn.xwiki; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.class...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
a54af0c5b8ca939413d942881a9b2698af60355b
9787fe89e7f220c2b0513f869f3bd7f960d6d30a
/src/main/java/com/bun133/bigsword/crafter/ContainerCrafter.java
a8c01f502258fc1c6e0699a8d34b72b50073a646
[]
no_license
TeamKun/BigSwordMod
c3ace99f4b8e32add215996a6bc3daffdeccdccf
6c234652914e699581386d72692ef9bd674b2a98
refs/heads/master
2022-11-27T00:01:55.212062
2020-07-31T05:53:59
2020-07-31T05:53:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,733
java
package com.bun133.bigsword.crafter; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.Slot; import net.minecraft.item.ItemStack; import net.minecraftforge.items.CapabilityItemHandler; import net...
[ "57163334+Bun133@users.noreply.github.com" ]
57163334+Bun133@users.noreply.github.com
0245c8e59e168dc2c634365e7d6bd6ec7fb34bae
75e50a281a57bf63b9aa51a806663b0c8e22a7e7
/InariBot/src/view/swingwindows/InfoWindow.java
9b59b6b79b7a0b64a4752866540c5f8be2da8eaa
[]
no_license
Terenco12345/InariBot
8609f41bf9265aea3d87e5b9fc5fb267914adfb0
3ad69b97ab8c562bdb2283e66d450e6c54c88860
refs/heads/master
2020-04-18T11:01:05.381923
2019-05-01T06:14:53
2019-05-01T06:14:53
167,485,849
1
0
null
null
null
null
UTF-8
Java
false
false
501
java
package view.swingwindows; import java.awt.FlowLayout; import javax.swing.JFrame; import javax.swing.JLabel; public class InfoWindow extends JFrame{ private static final long serialVersionUID = -7202170466165380381L; public InfoWindow(String title, String message) { this.setTitle(title); this.g...
[ "Terenco12345@gmail.com" ]
Terenco12345@gmail.com
b4fe68a773dd4b1080f03577ace6531c10d76fa4
00a8f2274f9ea5b82715b6d6f02c52c8c67098d3
/src/com/esprit/techevent/entities/Interaction.java
7cf758e246aba0b40947a98363a938f1a58fbf5d
[]
no_license
cyberghostspidev/TechEvent
ccf905ea0182e4d46c34aa8d4d7e5b9b0ffb8ece
2e1e3965a34ebde23b74932db85dd5b3761eabe0
refs/heads/master
2020-05-18T14:06:03.637194
2019-05-04T15:56:41
2019-05-04T15:56:41
184,460,824
1
1
null
null
null
null
UTF-8
Java
false
false
437
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.esprit.techevent.entities; /** * * @author Yacine Ben Ouirane */ public class Interaction { private int idInteracti...
[ "yacine.benouirane@esprit.tn" ]
yacine.benouirane@esprit.tn
22dcbf7e894a3a1c3c758331ad0b45d8490dedf4
203922d5923c95ab8ebdcf1b809d4b870e7c891d
/src/main/java/com/witmoon/xmb/activity/card/CardActivity.java
b53b5f391d9e98b53023f6995b5b3d7e13119091
[]
no_license
LaymanInCoding/workspace
e17de245f7f9108f44283c7e7e5c7ca7b8f40e7e
e7b24edf218caba3c91c2519180ab47fefe63e46
refs/heads/master
2021-01-13T08:24:52.646709
2017-05-17T07:15:11
2017-05-17T07:15:11
71,868,877
0
0
null
null
null
null
UTF-8
Java
false
false
5,557
java
package com.witmoon.xmb.activity.card; import android.content.Intent; import android.content.res.AssetManager; import android.graphics.Typeface; import android.os.Build; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.Fragme...
[ "452178693@qq.com" ]
452178693@qq.com
253bc53e9aeaba08c7c4da202235ebcd5439a76b
1aec896377723d6490449ffb89e88bc29438793f
/gui/RoombaUI/src/app/Position.java
7bb6d8bf6fbdc6186cb4d3b712baad9b64f4b1ff
[]
no_license
ryebri/flatten_cattle_crew
c89b4b71c2926899c8bd7822e769a6d04e371bb7
f3aba9e89ec9b9942ca1be439eaa96b5131b798f
refs/heads/master
2020-12-24T10:11:25.718942
2016-12-10T23:09:20
2016-12-10T23:09:20
73,243,587
0
0
null
null
null
null
UTF-8
Java
false
false
7,644
java
package app; import java.awt.Point; ///Position Class Object /** * Class which keeps track of where the roomba is, and where it is on the canvas. * @author ryebri * */ public class Position { ///Enum for the cardinal directions /** * Enum which contains the information on where each location is located in t...
[ "ryebri2013@gmail.com" ]
ryebri2013@gmail.com
9b0e56cefd27caa65967db006ce2efc203c0d3b0
5fa3bfda299a622a203f591ead7fd96dae98f2fe
/Globle.java
5ac5cdc053c74d7b10fb4115a2127b1b39471a48
[]
no_license
al-nv/4901-FoodFinder
820322c52c0f41d24d7c996370ec9423d281e488
6a9fbb67e188f37eef5e5d54ceb7841ab9f577c2
refs/heads/master
2023-01-29T06:56:33.409412
2020-12-04T22:21:04
2020-12-04T22:21:04
294,603,468
0
0
null
2020-12-04T22:21:12
2020-09-11T05:33:35
Java
UTF-8
Java
false
false
938
java
package com.example.onlinestore.gps; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; public class Globle { Context context; // constructor public Globle(Context context) { this.context = context; } public static Bo...
[ "sabinshrstha@my.unt.edu" ]
sabinshrstha@my.unt.edu
9d75dfcd62b2fa517717e2b33c64338d8d05a829
87183aaad20f9063a450ba5d0d7d96e4a9cc9665
/orienteer-mail/src/main/java/org/orienteer/mail/task/package-info.java
67d13fc1dc6ab0062da09d75d72088f9a3a4af8d
[ "Apache-2.0" ]
permissive
soitun/Orienteer
86f1a95187d5c43d2bf79fbbb5d177a269b46c9e
cbe6c7a9bc46b9abc3c00c78900b9983cdd14d81
refs/heads/master
2022-06-04T01:15:58.401230
2022-05-24T16:44:30
2022-05-24T16:44:30
137,434,198
0
0
Apache-2.0
2022-05-25T17:54:40
2018-06-15T02:57:45
Java
UTF-8
Java
false
false
93
java
/** * Contains task classes for 'orienteer-mail' module */ package org.orienteer.mail.task;
[ "weaxme@gmail.com" ]
weaxme@gmail.com
d661b8b00481f65c058e6fb74935a6259958ef94
1e95b9a1d5f45077eea5343e6e4da9b234231ea7
/src/dotaclass/Globals.java
6cd48c0127cce12d8ba3ecf51c5f965f8690c5b4
[]
no_license
gx72xk/Dota2
467da31c334ee6a0c08b904ca0098c47511156ad
b80f89cdabb7eb0c3f9929bbd4a2532022e8481c
refs/heads/master
2020-08-09T02:06:44.567679
2014-12-12T02:36:32
2014-12-12T02:36:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,301
java
package dotaclass; import java.math.BigDecimal; public class Globals { public final static String API_KEY = "/?key=9D05B768ABC6B9BC07614564FD100542"; public final static String BASE_URL = "https://api.steampowered.com"; public final static String FIND_MATCH_BY_ID = "/IDOTA2Match_570/GetMatchDetails"; public fi...
[ "168569916@qq.com" ]
168569916@qq.com
67dd8ce89b6ee1b9e32fbb46b63727df2d67580c
c9b8db6ceff0be3420542d0067854dea1a1e7b12
/web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb12/Rule_ACCOUNTING_INFORMATION_ID.java
a125bd72f260194c72990b6e34e79a5f9d76f16a
[ "Apache-2.0" ]
permissive
ganzijo/portfolio
12ae1531bd0f4d554c1fcfa7d68953d1c79cdf9a
a31834b23308be7b3a992451ab8140bef5a61728
refs/heads/master
2021-04-15T09:25:07.189213
2018-03-22T12:11:00
2018-03-22T12:11:00
126,326,291
0
0
null
null
null
null
UTF-8
Java
false
false
2,242
java
package com.ke.css.cimp.fwb.fwb12; /* ----------------------------------------------------------------------------- * Rule_ACCOUNTING_INFORMATION_ID.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Tue Mar 06 10:36:09 KST ...
[ "whdnfka111@gmail.com" ]
whdnfka111@gmail.com
ca03c655b5a15d808ad835e0c804c075a99ed198
bd7555ca8e0e67dfc7b45a1b18aef021b599edd3
/web-server/src/main/java/com/franm/mongowebapp/RequestLog.java
d329cd5773b803cb80a35d2c08c6435fb8fdc50c
[ "Apache-2.0" ]
permissive
fran-man/web-server-mongo
1cb373003d422fb5d131426403fd43d8d42b576a
943055d6655e10e98508babfe295c2901915f6d3
refs/heads/master
2020-04-22T13:06:41.891715
2019-03-07T10:38:09
2019-03-07T10:38:09
170,397,601
0
0
Apache-2.0
2019-03-07T10:38:10
2019-02-12T21:56:53
Java
UTF-8
Java
false
false
759
java
package com.franm.mongowebapp; import java.time.LocalDateTime; public class RequestLog { private final LocalDateTime ldt; private final String content; private final String endpoint; private final long requestNumber; public RequestLog(String content, long requestNumber, String endpoint) { ...
[ "fran.man@hotmail.co.uk" ]
fran.man@hotmail.co.uk
ec4a98be6ace42a4271f42a1ebe644cb200bc196
39eda40799c17ff410ecb1e5b2c0d53d72c0080b
/src/main/java/com/mastersheel007/springrestdemo/repo/IPersonRepository.java
01135a0720315a6a8f60c13c9d6d0e5745bf7879
[ "CC0-1.0" ]
permissive
sheelsh/SpringRESTDemo
572e8c8d860e5bdd074714512b6c786330ae1b72
348c9b8bbce5fbeabcdff7531d693c2d542d01a0
refs/heads/master
2021-05-28T08:14:39.219707
2015-01-31T17:10:43
2015-01-31T17:10:43
28,847,685
2
1
null
null
null
null
UTF-8
Java
false
false
340
java
package com.mastersheel007.springrestdemo.repo; import com.mastersheel007.springrestdemo.domain.Person; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /** * * @author mastersheel007 */ @Repository public interface IPersonRepository extends JpaReposit...
[ "mastersheel007@github.com" ]
mastersheel007@github.com
33272900a3501445db697064f014309d81570e1c
9f00e6fa72b915f131cae28c52b5e7fcb0eb2339
/src/main/java/com/ace/sbhibernatemysql/service/EmployeeServiceImpl.java
19c10df312a58e1067f200b2c8aaf3d7fe979e7d
[]
no_license
nilesh44/sb-spring-orm-hibernate-mysql
951aa055f9d3698ce1ba0c63fcdca6efe5d7ea5b
d6b38aa1b01a90686ae585a69d4c9d4f83226caf
refs/heads/master
2022-04-23T17:49:06.175033
2020-04-13T08:52:42
2020-04-13T08:52:42
255,275,004
0
0
null
null
null
null
UTF-8
Java
false
false
818
java
package com.ace.sbhibernatemysql.service; import java.math.BigInteger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Service; import com.ace.sbhibernatemysql.Repo.Employe...
[ "nileshkumarjaiswal7@gmail.com" ]
nileshkumarjaiswal7@gmail.com
ba8c696105918eb6790a8fd8954c04082565baf9
e4b2b535b6f1e0c54f2f1424d6303db336512532
/app/src/main/java/com/exalpme/bozhilun/android/onekeyshare/themes/classic/land/PlatformPageAdapterLand.java
16d491a9c46e73a4cd43725dfca9707088def4e0
[ "Apache-2.0" ]
permissive
axdx1314/RaceFitPro
56a7a4cefefc56373b94eb383d130f1bd4f7c6d9
6778c6c4fb11ba8697a64c6ddde8bfe95dbbb505
refs/heads/master
2020-03-17T08:29:10.096792
2018-05-23T02:08:23
2018-05-23T02:08:23
133,440,315
0
1
null
null
null
null
UTF-8
Java
false
false
2,371
java
/* * 官网地站:http://www.mob.com * 技术支持QQ: 4006852216 * 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) * * Copyright (c) 2013年 mob.com. All rights reserved. */ package com.exalpme.bozhilun.android.onekeyshare.themes.classic.land; import android.content.Context; impo...
[ "1598013489@qq.com" ]
1598013489@qq.com
b8ac8462c7dbf64422693378aee0d1add1a9c042
c48565446cbe28abe295aaa1238d76485b635849
/bookstore-angular/src/main/java/com/bookstore/utility/MailConstructor.java
0d2023cdf72aef5d4997349738f38c66d96bad85
[]
no_license
omar302/angular-spring-boot-store
0fe15caec2609814217ee2a1a31cecd78e79720f
005fb18c887409c422024c1d5713645fe3c1ade6
refs/heads/master
2020-04-26T02:14:42.752909
2019-03-01T03:55:44
2019-03-01T03:55:44
173,229,092
0
0
null
null
null
null
UTF-8
Java
false
false
2,083
java
package com.bookstore.utility; import java.util.Locale; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.env.Environment; import org.springframework.mail.SimpleMailMessage; import org.spr...
[ "omar3025@yahoo.com" ]
omar3025@yahoo.com
eaea67956a50e465e2e2202ec5323205893c6d60
877055a60fc7a5e2e7770607e7a8cd8d3260514d
/MLive/src/com/aniket/mlive/MainActivity.java
606570f808ffcfdbad653edf619555bdadaf586b
[]
no_license
packcode/Android_Application
c2374b2d64a2f5c8fe597f8adbc64662499f09ef
14085dcde01e1e5a7e972dedb361703877c5973a
refs/heads/master
2016-09-11T01:30:45.536813
2013-07-23T15:22:53
2013-07-23T15:22:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,453
java
package com.aniket.mlive; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.view.Menu; import android.widget.Button; public class MainActivity...
[ "maithani.aniket@gmail.com" ]
maithani.aniket@gmail.com
9f97c36621528861b71b52ef44a0acf8de14cb8e
b917bf9a664e83da8069127b2c0b6df5bcfe9fc5
/ProjectFirst/src/com/yedam/api/arrays/SearchExample.java
350a434f7aee7a383bae0778a15fcef6ecf2515e
[]
no_license
skckdgns34/ProjectFirst
76803f9e96bc6a6e6f12a2f5e1444d78447e8471
e0747cef5ac25ba4cd3cf8e20ace5f0c6c122d8e
refs/heads/master
2022-11-21T01:05:06.617307
2020-07-14T03:49:01
2020-07-14T03:49:01
261,943,260
0
0
null
null
null
null
UTF-8
Java
false
false
758
java
package com.yedam.api.arrays; import java.util.Arrays; public class SearchExample { public static void main(String[] args) { int[] scores = {99, 97, 98}; Arrays.sort(scores); int index = Arrays.binarySearch(scores, 99); System.out.println("찾은 인덱스: " + index); String[] names = { "홍길동", "박동수", "김민수" }; ...
[ "skckdgns34@naver.com" ]
skckdgns34@naver.com
124da70309ed844e0f875bda1ca92a29bdb810ad
96e04b1eecb4d2e89ea26606e801f7c440203ca9
/2020/day3/Advent2020Day3.java
5bb3bb8f4de8ca4afa39d20c1e5fadea25b88a2b
[]
no_license
RatJuggler/advent-of-code
afccb4333c825860009283c3319d82676ad4b735
e94f10064975174fc3dc0cd3a6add8e49b07778f
refs/heads/master
2021-07-02T08:29:43.503750
2021-03-04T16:55:55
2021-03-04T16:55:55
226,149,526
0
0
null
null
null
null
UTF-8
Java
false
false
2,652
java
package day3; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; class MapOfTrees { private final List<String> map; private final int width; MapOfTrees(final List<String> map) { this.map = map; this.width = map.get(0).length(); ...
[ "ratteal@gmail.com" ]
ratteal@gmail.com
e1a5e1e5c7263234e1e207d444389498a1010e10
e4738e156fe26bd0ce80e78a30e97cc90e238f75
/src/test/resources/module/after/select/SelectByAgeFalse.java
90d2f594835b4dcf5dbebb98666635d8bf980c38
[ "Apache-2.0" ]
permissive
baomidou/MybatisX
165ac27acb65a0892c9f4ea72d5721b0be10d17d
d1db7c841a3d13052283286897fd6e2e9eb28bdf
refs/heads/dev
2023-08-16T10:07:27.387070
2021-12-07T07:43:11
2021-12-07T07:43:11
221,589,885
289
92
Apache-2.0
2021-12-16T08:37:59
2019-11-14T02:01:45
Java
UTF-8
Java
false
false
130
java
package template; import java.util.List; import template.Blog; public interface TipMapper { List<Blog> selectByAgeFalse(); }
[ "364173778@qq.com" ]
364173778@qq.com
a3b5a4053d1458ed7517a60a4085fe4359680064
3f4ba0f6d6338c0e9fca74dcf2f81124a6ff7b24
/src/main/java/org/example/App.java
f4fe36ead74300f4b05bdbfc811c32fd72e1739f
[]
no_license
LuisFigueroa1/figueroa-cop3330-ex05
6e2b9dc2a7d6925df89480b05f4b5cdeb6570aa1
55627271f22a39fdb139ec718e917579da050c62
refs/heads/master
2023-07-28T04:29:48.828261
2021-09-13T03:27:22
2021-09-13T03:27:22
405,816,692
0
0
null
null
null
null
UTF-8
Java
false
false
1,218
java
package org.example; /* * UCF COP3330 Fall 2021 exercise 05 Solution * Copyright 2021 Luis Figueroa */ import java.util.Scanner; //the scanner utility public class App { public static void main( String[] args ) //main function { Scanner userInput = new Scanner(System.in); //declare the ...
[ "luisfigueroa@Luiss-Mac-mini.local" ]
luisfigueroa@Luiss-Mac-mini.local
ee32c0b7aee0545ef4c7f2123f211e22387d3463
c739e4d09bd31385782d5120730831597b76f9b6
/app/src/main/java/com/neusoft/oddc/multimedia/gles/node/RectNode.java
5054477500342e9c9c9bfbedad717c8fbf8a0f3d
[]
no_license
rsamonte/ODDC
b291e7a69e6d791f38e3b020172c2f4c11dd8184
fb9395cc96fe4b8aadb0c29b3efb295e32ceb1df
refs/heads/master
2021-07-01T08:14:27.945336
2017-09-21T20:27:43
2017-09-21T20:27:43
104,272,721
0
0
null
null
null
null
UTF-8
Java
false
false
13,065
java
package com.neusoft.oddc.multimedia.gles.node; import android.graphics.Bitmap; import android.opengl.GLES20; import android.opengl.Matrix; import com.neusoft.oddc.multimedia.gles.GLThreadTaskList; import com.neusoft.oddc.multimedia.gles.GlUtil; import com.neusoft.oddc.multimedia.gles.MeshConstants; import com.neusoft...
[ "fujitsu10" ]
fujitsu10
809e30d82e9067349768c7b0e9cd2d452d9adeaa
446a56b68c88df8057e85f424dbac90896f05602
/support/cas-server-support-radius/src/test/java/org/apereo/cas/adaptors/radius/web/flow/RadiusAccessChallengedMultifactorAuthenticationTriggerTests.java
178274676562dde4b67cad8ebba0b91e30da04ac
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
apereo/cas
c29deb0224c52997cbfcae0073a4eb65ebf41205
5dc06b010aa7fd1b854aa1ae683d1ab284c09367
refs/heads/master
2023-09-01T06:46:11.062065
2023-09-01T01:17:22
2023-09-01T01:17:22
2,352,744
9,879
3,935
Apache-2.0
2023-09-14T14:06:17
2011-09-09T01:36:42
Java
UTF-8
Java
false
false
6,257
java
package org.apereo.cas.adaptors.radius.web.flow; import org.apereo.cas.authentication.AuthenticationException; import org.apereo.cas.authentication.CoreAuthenticationTestUtils; import org.apereo.cas.authentication.MultifactorAuthenticationTrigger; import org.apereo.cas.authentication.mfa.TestMultifactorAuthenticationP...
[ "mm1844@gmail.com" ]
mm1844@gmail.com
744a69d78e6ea0b0ee06cc30cce17b9e780c69d0
b801b6c32bd6a958e4449d9cd2b043b71ed53f36
/Rectangle.java
69380a9a8c875435745baac574826eaa1ce1d5f0
[]
no_license
kashyaprathod/practice
e34297b2a657d8ce5536236a532ac2777631f19c
de466f0e79b7ac76f2ecf85b8029b6147d4eba2b
refs/heads/master
2021-01-16T20:06:14.854675
2017-09-05T16:21:51
2017-09-05T16:21:51
100,197,233
0
0
null
null
null
null
UTF-8
Java
false
false
611
java
public class Rectangle{ double length, breadth = 0.0; Rectangle(){ length = breadth = 0; } Rectangle(double d){ length = breadth = d; } Rectangle(double l, double b){ length = l; breadth = b; } void showArea(){ System.out.println("The area of the r...
[ "30984021+kashyaprathod@users.noreply.github.com" ]
30984021+kashyaprathod@users.noreply.github.com
cd3e503c0ef951a43a7a3236da3d47cf41c6fe5a
198b8d3b6feab312eaedf639d5e2ad89b9525796
/src/test/java/ru/javawebinar/topjavaGraduation/service/UserServiceTest.java
7a11271c89945ec9e6979f29e88c3fa7acd7b9cd
[]
no_license
dato7898/topjavaGraduation
05db9ea16a9c967174d6e60e4715de37adc906a0
9cd4022e4331b83e5b845f3b893a550899ebc369
refs/heads/master
2022-12-14T03:47:08.247856
2019-12-11T15:45:57
2019-12-11T15:45:57
222,896,336
0
0
null
2022-11-15T23:53:14
2019-11-20T09:10:58
Java
UTF-8
Java
false
false
3,075
java
package ru.javawebinar.topjavaGraduation.service; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.dao.DataAccessException; import ru.javawebinar.topjavaGraduation.model.Role; import ru.javawebinar.topjavaGraduation.model.User; import ru.javaw...
[ "davidd7598@gmail.com" ]
davidd7598@gmail.com
2964acf28a94686976c418dbe9a11d33a549011a
bf35fe59dbcbe4084009e8b7618c0a2f3ee645ed
/Back/Liberacao_Alunos/src/main/java/br/senai/sc/domain/Professor.java
e1ebb5ea17d1eabd2c342132fd74a4c6b92417f6
[]
no_license
quarteto-fantastico/LiberacaoAlunos
f0a13cc885a80ebab59f161a4352883508774e46
db8aabd2132e0e6eac011dc622b4f3ff565da5de
refs/heads/master
2021-06-25T08:40:54.914054
2019-07-17T00:20:42
2019-07-17T00:20:42
197,280,994
0
0
null
2021-01-05T12:03:40
2019-07-16T23:23:45
JavaScript
UTF-8
Java
false
false
1,256
java
package br.senai.sc.domain; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.persistence.Entity; import javax.persistence.ManyToMany; import com.fasterxml.jackson.annotation.JsonIgnore; @Entity public class Professor extends User implements Serializable{ private static f...
[ "brunoweiller@hotmail.com" ]
brunoweiller@hotmail.com
54a0fa202cc4ee284eb93a73300f7924845cca87
629fdec9eb8cf676f23974cfac8d7bd4a6684c1a
/com.beyondsoft.thrift.server/src/main/java/com/beyondsoft/thrift/server/RunServer.java
eced2f7b9c7b872235eff9420a3c26f7d1c1acc9
[]
no_license
github188/framework
0c592679836a73dbf5291e2aee0b559ae7c2412b
5e785834a4ef0cd34479084dc5fc45c87497765f
refs/heads/master
2020-03-23T14:25:48.370840
2014-11-14T09:03:58
2014-11-14T09:03:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,521
java
/* ************************************************************************** * 版权声明: * 本软件为博彥科技(深圳)有限公司开发研制。未经本公司正式书面同意, * 其他任何个人、团体不得使用、复制、修改或发布本软件. ************************************************************************** * 程序描述: * * **********************************************************************...
[ "zh56983@163.com" ]
zh56983@163.com
e7f26610be9cf48cec87c3acd066c7b6449f2221
6fce7e77eca33caac73153cbe518efd36273e89b
/src/main/java/hcl/mybankapp/mybankapp/dto/AccountDetailsResponseDTO.java
377439d020536f439953aebc94b51ff0b3196d58
[]
no_license
pracheerjain/MyBank
339ca581d3d984d46c94508f8ab8ce6f89de7512
4ab0c96a7ac86099a0fd64a6d8bb520453ded373
refs/heads/master
2020-06-28T21:08:11.668387
2019-08-03T12:08:49
2019-08-03T12:08:49
200,342,292
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package hcl.mybankapp.mybankapp.dto; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor public class AccountDetailsResponseDTO { private String accountHolderName; private String accountType; private Double accountBalance; private ...
[ "sontrive0310@gmail.com" ]
sontrive0310@gmail.com
9ab59403b589b30a085cc73189eace9118b49052
abdebbf3a25dab39faf8214833c642d58e57e571
/discovery-eureka-user-consumer-feign/src/main/java/com/jjy/entity/User.java
c2f2e97124f7af7f6569a83027b3ee4e0a8c43db
[]
no_license
TonnyFeng/springcloud
fd90f3b8d1917606c8f41f25a713255d910920c6
4d3c4b0ca666ce7f25a547265a4ae1444c5b70f8
refs/heads/master
2020-03-19T09:07:55.039730
2018-06-07T01:38:59
2018-06-07T01:38:59
136,262,116
0
0
null
null
null
null
UTF-8
Java
false
false
857
java
package com.jjy.entity; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.NoArgsConstructor; import java.math.BigDecimal; /** * Created by fengwei on 2018/4/24. */ @Data @NoArgsConstructor @ApiModel public class User { @ApiModelProperty( ...
[ "Chongchong0522" ]
Chongchong0522
62aaa43b22e2fbd2569dab8c6ab9d59537a88389
6e2c013666813856b5d3e716fdc2befc63c6941e
/Recursion_homework/src/homework_17_02/problem3.java
312deb3c33305257e0ceda74cd7445ef53d03881
[]
no_license
dimitars2003/Recirsion
f979c11beadeab846834ae51fd44ec50d2bf2097
d64901d1e852437ae1467193c5596b88b1a6bab5
refs/heads/master
2023-03-06T22:32:33.120149
2021-02-16T21:16:19
2021-02-16T21:16:19
339,021,139
0
0
null
null
null
null
UTF-8
Java
false
false
495
java
package homework_17_02; public class problem3 { public static void main(String[] args) { // TODO Auto-generated method stub int number = 12345; digits(number,String.valueOf(number).length()); } public static void digits(int number, int current) { if(current==1) { System.out.print(number); return ...
[ "Admin@DESKTOP-RSJJARR" ]
Admin@DESKTOP-RSJJARR
935eb055eff1446805a8731447d00bc4d568c8d6
f3698795f174340106c66885bb57ac72134c58c8
/metacube/idatrix-metacube-web/src/main/java/com/ys/idatrix/metacube/metamanage/mapper/SnapshotTableColumnMapper.java
dbb8c7e3a65853a981d5cb13ef13e5909f3ce6dd
[]
no_license
ahandful/CloudETL
6e5c195953a944cdc62702b100bd7bcd629b4aee
bb4be62e8117082cd656741ecae33e4262ad3fb5
refs/heads/master
2020-09-13T01:33:43.749781
2019-04-18T02:12:08
2019-04-18T02:13:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
994
java
package com.ys.idatrix.metacube.metamanage.mapper; import com.ys.idatrix.metacube.metamanage.domain.SnapshotTableColumn; import org.apache.ibatis.annotations.Param; import java.util.List; public interface SnapshotTableColumnMapper { int deleteByPrimaryKey(Long id); int insert(SnapshotTableColumn record); ...
[ "xionghan@gdbigdata.com" ]
xionghan@gdbigdata.com
75c6c6e059fe9ee166f9cee225005b8dc05add3f
000e2cbc0114b9277815f3716b3c08eab563d247
/src/tlv/parse/identifier/ParseMnemonic.java
97c4f883f7b2f9cc4c5e90bb23a303872bc01111
[ "BSD-3-Clause", "MIT" ]
permissive
ypyatnychko/tlv-comp
aaf72e3970ae01846f77c54cefd6f60c341a6d47
8b0a745130a39e6475b82e3653278e269c38402c
refs/heads/master
2021-07-06T11:43:29.960945
2021-05-28T19:45:59
2021-05-28T19:45:59
84,368,861
25
7
NOASSERTION
2021-05-28T19:46:00
2017-03-08T21:41:55
Java
UTF-8
Java
false
false
2,983
java
/* Copyright (c) 2014, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaime...
[ "ypyatnychko@hyannisportresearch.com" ]
ypyatnychko@hyannisportresearch.com
15acd1eeb07267f0d9d02846122740f449dc192e
543c52c87172b32776c5350e08d6270cb540dd1a
/app/src/main/java/com/mjgallery/mjgallery/di/component/DiscoveryDataAllComponent.java
ad0b1d5dc397f830f3d7c152f3426338ccc752ff
[]
no_license
navicatcode/mjgallery
34b973417d440f5ad2564caaf546a91da4f9cc6d
eeeb799061c6be254d154a7b058e34e6d2af320b
refs/heads/master
2020-12-23T17:31:28.661425
2020-02-02T07:57:26
2020-02-02T07:57:26
237,218,150
1
0
null
null
null
null
UTF-8
Java
false
false
1,419
java
package com.mjgallery.mjgallery.di.component; import com.jess.arms.di.component.AppComponent; import com.jess.arms.di.scope.FragmentScope; import com.mjgallery.mjgallery.di.module.DiscoveryDataAllModule; import com.mjgallery.mjgallery.mvp.contract.discovery.discoverydata.DiscoveryDataAllContract; import com.mjgallery....
[ "navicatcode@gmail.com" ]
navicatcode@gmail.com
930ebe80de289d90af7659da8710c9b7f3418339
d56c8a7bde68808aae5ccd5bfaacf0956f188448
/src/main/java/br/com/alura/forum/controller/TopicosController.java
d9167013860a6f2c6eee9131c4f2734e5d2be04b
[]
no_license
freire-marcos/forum-api
b487798b630776cf1bea8e4d951025d90902327d
e77bb83cf91c9483fd71750279ce46319f72e942
refs/heads/master
2023-08-18T14:53:31.277699
2021-10-01T00:36:39
2021-10-01T00:36:39
412,273,173
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package br.com.alura.forum.controller; import java.util.Arrays; import java.util.List; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import br.com.alura.forum.controller.dto.TopicoDto; import br.com.alura.forum.modelo.Curso; import br.co...
[ "marcostavares.dev@gmail.com" ]
marcostavares.dev@gmail.com
cfcc6ae43def73f41c5980accdffefcc74cf90ee
3c36bd839e06a868102766402e2e3810e55304de
/DIGICCY-Front/src/main/java/com/inesv/digiccy/common/Code.java
29e7499e645b4975c3f2d8963d85ef3bc727781b
[]
no_license
utike/guirenwang
7759d30af1d202f8e356f9e65b6a40b3f5ec533f
0bb9628175c2654db1a472bd8ca276c688a1ea3b
refs/heads/master
2021-01-23T23:56:31.965236
2017-10-21T06:55:27
2017-10-21T06:55:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
648
java
/** * */ package com.inesv.digiccy.common; /** * @author houzhijia * @2014-9-10 * @上午11:36:15 */ public enum Code { success("0","ok"), error("-1", "system error"), token_invalid("1","token invalid"); /** * @param code * @param msg */ private Code ( String code ,String msg )...
[ "18819230126@139.com" ]
18819230126@139.com
190be9cff57a055cf3e2ea909bd4b62b55d4d1ca
a8cbda370cec36582a0b56bdabb7ae3093d75341
/m2t-web/src/java/br/com/dsls/useCaseDiagram/UseCaseDiagramBaseListener.java
19d34c64058a37ff8bae718cea0e83727188f073
[]
no_license
leluque/model2gether
b5616fb7eaf058b8f493ed870457d88d54b7ef2d
a2ac083f7b254af583f9741d20fd81eb52715188
refs/heads/master
2021-06-21T05:26:51.571119
2017-08-14T14:04:10
2017-08-14T14:04:10
100,273,949
1
0
null
null
null
null
UTF-8
Java
false
false
5,541
java
// Generated from G:\_TG\_Testes\Teste_ANTLR\Teste_3\src\u005CuseCaseLanguage\UseCaseDiagram.g4 by ANTLR 4.4 package br.com.dsls.useCaseDiagram; import org.antlr.v4.runtime.ParserRuleContext; import org.antlr.v4.runtime.misc.NotNull; import org.antlr.v4.runtime.tree.ErrorNode; import org.antlr.v4.runtime.tree.Terminal...
[ "leandro.luque@gmail.com" ]
leandro.luque@gmail.com
b66505a4afba25cb63304e9a560577600ef0bc7d
d46fea0bc8a01149fe679bd66727323ea59d10bb
/drools-grid/drools-grid-impl/src/test/java/org/drools/grid/time/impl/ScheduledJobJpaTest.java
61ddd20564f1ee01acad2eda2f172e5d6be0244a
[ "Apache-2.0" ]
permissive
mariofusco/droolsjbpm-integration
f924abf3b7c17fe8c744530398c15c2cb5e2ee40
ad16d393739ad51a5a63ed8dc28733e4d590832a
refs/heads/master
2022-08-20T16:48:14.008199
2011-08-09T09:28:05
2011-08-09T09:28:05
2,220,322
0
1
Apache-2.0
2022-03-25T09:24:48
2011-08-17T07:03:31
Java
UTF-8
Java
false
false
3,178
java
package org.drools.grid.time.impl; import java.io.Serializable; import org.drools.grid.timer.impl.UuidJobHandle; import org.drools.grid.timer.impl.ScheduledJob; import java.util.Date; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import o...
[ "gds.geoffrey.de.smet@gmail.com" ]
gds.geoffrey.de.smet@gmail.com
7e39bdadaa5e4ad9e7ec15baceba8979a54b7597
81709b97a0cfc51ca07a1cc356e80aa64f31f71a
/src/reservation/ChoiceHour.java
a1f4db5d2e86ce00a048741c97b91d4f8abeec47
[]
no_license
50416013/kadai20150119
1390d11f4ce19018dfd837bda60b27e1114cf869
6b4da6bff0dbba8e2aa35960efe539cba94e1158
refs/heads/master
2021-01-13T00:38:20.062246
2016-02-16T05:05:05
2016-02-16T05:05:05
51,808,693
0
0
null
null
null
null
UTF-8
Java
false
false
449
java
package reservation; import java.awt.Choice; public class ChoiceHour extends Choice{ ChoiceHour(){ resetRange(9,21); } public void resetRange( int start, int end){ int number = end - start +1; removeAll(); while (start<=end){ String h = String.valueOf(start); if ( h.length()==1){ h...
[ "za155204@ipc.shizuoka.ac.jp" ]
za155204@ipc.shizuoka.ac.jp
833116fbffbf71f37efa6342972d36f4d148e0b9
8e565231380349e7cc314f0ddd50c337b1279b61
/src/jio/System/ComponentModel/PropertyDescriptorCollection.java
a68f4a3538f2338a0cce624d0ef9ec488fa97922
[]
no_license
Javonet-io-user/aed9e6cc-4eab-4516-9761-7cfc766958d7
0483c7726c62923be3185d9a83104a282b913acc
5e4eca2664b84e0701bf618b61b6ec18b7e042e8
refs/heads/master
2020-05-02T13:00:33.383695
2019-03-27T10:41:21
2019-03-27T10:41:21
177,972,971
0
0
null
null
null
null
UTF-8
Java
false
false
13,010
java
package jio.System.ComponentModel; import Common.Activation; import static Common.JavonetHelper.Convert; import static Common.JavonetHelper.getGetObjectName; import static Common.JavonetHelper.getReturnObjectName; import static Common.JavonetHelper.ConvertToConcreteInterfaceImplementation; import Common.Javonet...
[ "support@javonet.com" ]
support@javonet.com
8153a9e452adbaeb08e71abca5a33b84eaabc015
60b632f093852c4aebad8b9275690965ee9096a4
/pertemuan11/teori11/FormMahasiswa.java
4965b3813a4691e0856633ec64cf2daae960c1d0
[]
no_license
thebeast07-cyber/PBO_4418
e5cf55c7fb016b8fdb3234d17ff03652b905f455
65e321f2c4d6aa4eede10ce8476bce9ef0473e7e
refs/heads/main
2023-06-17T23:09:07.373154
2021-07-12T19:08:56
2021-07-12T19:08:56
348,277,716
0
0
null
null
null
null
UTF-8
Java
false
false
21,054
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 mvc.View; import mvc.Controller.ControllerMahasiswa; import mvc.DAO.DAOMahasiswa; import java.sql.Connection; import java.sql.D...
[ "najah.nailun88@gmail.com" ]
najah.nailun88@gmail.com
ac34e0b155b76b7add9fc12096db494fd47f9614
3e72ccbb4ea355b1cd693e4398c7c71a8faf8b62
/src/main/java/com/shaman/task_3_2/exceptions/InvalidPlaneTypeException.java
2f6adbfac74758386aa932341b4ef1693e4b3e35
[]
no_license
shaman2001/task_3_2
7f479a1e51749c0794640c1c46b60cdca09bbbdb
9a3b51f70213c4d0a7583d760aa0cca0e4a3413e
refs/heads/master
2020-04-17T13:38:41.940956
2016-09-05T19:30:51
2016-09-05T19:30:51
65,913,917
0
0
null
null
null
null
UTF-8
Java
false
false
702
java
package com.shaman.task_3_2.exceptions; import java.io.IOException; public class InvalidPlaneTypeException extends IOException { /** * */ private static final long serialVersionUID = 4523108554903188469L; public InvalidPlaneTypeException() { // TODO Auto-generated constructor stub } publ...
[ "v.s.kotovich@gmail.com" ]
v.s.kotovich@gmail.com
3b9d695d16f1663cccbaeaa5be6b43d6434e5837
ebc9d1e9bd19342e01e9920513a506479ac8bfa2
/src/main/java/com/oracle/demo/entity/CommentOfComment.java
2deab55ba884be4a3834f8789c8cc4dd67c0c7b6
[]
no_license
yoyoyoyo1/keybordwar
23cbb7dcaa881c460eed01cc90f3b86b6b26c292
e96bdd6033a6f6e3c7abbbb3a45c620d08f6d126
refs/heads/master
2022-06-18T03:55:55.532769
2019-07-30T10:52:41
2019-07-30T10:52:41
196,497,167
2
1
null
2022-06-17T02:20:09
2019-07-12T02:47:21
HTML
UTF-8
Java
false
false
1,330
java
package com.oracle.demo.entity; import javax.persistence.*; import java.util.Date; @Entity public class CommentOfComment { @GeneratedValue(strategy= GenerationType.IDENTITY) @Id private int id; private int userId;//评论人id private int shareId;//说说id private int commentId;//评论id @Column(colum...
[ "earunwu@gmail.com" ]
earunwu@gmail.com
6843ab69cb916e199d1c6b170c69f0299498e79a
ff79e46531d5ad204abd019472087b0ee67d6bd5
/components/mail/test-src/och/comp/mail/MailServiceTest.java
426a403f651eff0ffb693012158435b097766867
[ "Apache-2.0" ]
permissive
Frankie-666/live-chat-engine
24f927f152bf1ef46b54e3d55ad5cf764c37c646
3125d34844bb82a34489d05f1dc5e9c4aaa885a0
refs/heads/master
2020-12-25T16:36:00.156135
2015-08-16T09:16:57
2015-08-16T09:16:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,669
java
/* * Copyright 2015 Evgeny Dolganov (evgenij.dolganov@gmail.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
[ "evgenij.dolganov@gmail.com" ]
evgenij.dolganov@gmail.com
bb9cdab6154715ad0818215f2c6cc4e7f6b66373
795f070171e932f64c23ebce4ff0274ec31980eb
/DaneFile/src/test/TestFile.java
cb823f68f4e88fc5f06850e10d539572aa6dffce
[]
no_license
DubanGarcia3/ProgrmacionII
7763584fae8d1695fc090535442f477153c45630
848cff98e3c86b80355b6eb6bd5af17204becba2
refs/heads/master
2021-01-20T04:04:41.248372
2017-05-17T01:21:41
2017-05-17T01:21:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
174
java
package test; import controller.Controller; public class TestFile { public static void main(String[] args) { Controller controller =new Controller(); } }
[ "Duban@DubanGarciaLaptop.home" ]
Duban@DubanGarciaLaptop.home
b3e20daf01a2c1afef479fe4fef91dd901154648
3b81e703901852799ecdf25e6c5ec62a31d2221a
/Module4/bai_7_SDR/thuc_hanh/customer/src/main/java/p1/customer/controller/ProvinceController.java
1b66b162caf8c20bb884a7a3b6ea0a2e17bf8b79
[]
no_license
kienth211/C1020G1_Tran_Huu_Kien
1fc43325849b54d917ece4d23108ca15a5e9994d
4bb1e6ee957a5a43f4b534bb95b226b87020454e
refs/heads/main
2023-04-16T02:17:22.284829
2021-04-19T00:39:07
2021-04-19T00:39:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,883
java
package p1.customer.controller; import p1.customer.model.Customer; import p1.customer.model.Province; import p1.customer.service.CustomerService; import p1.customer.service.ProvinceService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.sprin...
[ "kienthd5h3@gmail.com" ]
kienthd5h3@gmail.com
6168b3b55e78d4b4df0befee90c0598579a5118e
adafe00f672d5e168e4ffd59d5af2b3907e504d5
/src/apps/TaskList/vegvisirDatatype/build/generated/source/proto/main/java/com/vegvisir/network/datatype/proto/PeerViewOrBuilder.java
8c8443d6d204eb1a78bed5b7d43b4d589b6d5617
[]
no_license
ZhengxunWu/VegvisirshoppingList
26c5ae7ad8cb7d7f89dbf600a438c17910a4827e
489b7f2b7de0ef6e2dac918b5e5ea9df99111c0e
refs/heads/master
2020-06-05T07:53:34.014454
2019-06-17T18:40:54
2019-06-17T18:40:54
192,366,812
0
0
null
null
null
null
UTF-8
Java
false
true
2,032
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: vegvisirNetwork.proto package com.vegvisir.network.datatype.proto; public interface PeerViewOrBuilder extends // @@protoc_insertion_point(interface_extends:vegvisir.network.datatype.PeerView) com.google.protobuf.MessageOrBuilder { /** ...
[ "wuzhengxun@outlook.com" ]
wuzhengxun@outlook.com
8abcbc29fc134b0632955efabf1cb59153d45827
b9f8c5c56cd9c2c6c2785c0f1fbf65e59a5627a2
/src/sample/ChatServer.java
77e584be0cdf16881ae9fd55ce0c4b3d4744914c
[]
no_license
Chat-Room-KUL/ChatRoomServerRMI
bbe0632b9c063570214cf80dae6e64eecc0c08b0
d54ee3797749a6a8884e4ecc2c08b9791e83909c
refs/heads/master
2023-01-22T18:17:06.582948
2020-11-22T17:16:43
2020-11-22T17:16:43
309,116,267
0
0
null
null
null
null
UTF-8
Java
false
false
2,814
java
package sample; import java.io.IOException; import java.rmi.*; import java.rmi.server.UnicastRemoteObject; import java.util.*; public class ChatServer extends UnicastRemoteObject implements ChatServerInt{ private Vector v = new Vector(); public ChatServer() throws RemoteException{} public boolean login(...
[ "reyniersarne@gmail.com" ]
reyniersarne@gmail.com
75994f3f2739ff841a9200309b1aafec8e00d7e6
be7bfa8dfd65dc16e476655916870f824f5dd41f
/src/main/java/com/hxkj/common/config/DataRoute.java
4502acec1ea64c0444fb27089b0175cfe4e0470d
[]
no_license
jinyutang/my_curd
a18dfde9490f4f0f43396a45a5e8d43899085dad
f8c2c984bd214652e31fb0efc2dcbe33ae6f1a44
refs/heads/master
2020-03-29T05:05:57.116387
2018-11-12T14:13:32
2018-11-12T14:13:32
149,566,363
0
0
null
2018-09-20T07:03:50
2018-09-20T07:03:49
null
UTF-8
Java
false
false
529
java
package com.hxkj.common.config; import com.hxkj.common.constant.Constant; import com.hxkj.data.controller.*; import com.jfinal.config.Routes; /** * 基础数据 * * @author chuang * @date 2018-06-20 18:56:48 */ public class DataRoute extends Routes { @Override public void config() { add("/dataFile", Dat...
[ "qinyou1994@outlook.com" ]
qinyou1994@outlook.com
c473eb319de001341ec6132b302d5377a813b5a6
f0619c96cb9dc92b6c44ae12aad4f4d6bb334312
/silver-hammer-core/src/main/java/ru/silverhammer/core/string/IStringProcessor.java
cf7844b38325ac0212b5aed447d182db1825b979
[ "BSD-2-Clause" ]
permissive
ValeryVolkov/Silver-Hammer
10d892cbb22e5074fb937ccdfc01aef7e28db89d
731a23d52c44f1f42808cd3725e448474c0af40f
refs/heads/master
2020-04-14T16:54:19.220174
2019-01-03T11:57:39
2019-01-03T11:57:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,488
java
/* * Copyright (c) 2017, Dmitriy Shchekotin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of ...
[ "dimjob2000@mail.ru" ]
dimjob2000@mail.ru
5453a663b49fcbc63455f35af33f54d14852458f
df1ed9b7ff16ec1eee39389e79251683855dc50d
/src/main/java/com/diluv/api/graphql/data/ProjectType.java
15419c2a3dafc53623021a0cf4c7b7c79d9933f9
[]
no_license
Diluv/Diluv-API
adcae06304aad27f0a42fa49e2ffcdc75701d45d
4b6e85d7facee564ea7b67e81f3acd1f4d441976
refs/heads/main
2023-03-17T18:40:41.762160
2023-03-05T00:53:46
2023-03-05T00:53:46
219,436,676
2
5
null
2023-03-01T22:11:57
2019-11-04T06:55:27
Java
UTF-8
Java
false
false
554
java
package com.diluv.api.graphql.data; import com.diluv.confluencia.database.record.ProjectTypesEntity; public class ProjectType { private String slug; private String name; private long maxFileSize; private ProjectTypesEntity entity; public ProjectType (ProjectTypesEntity entity) { this.s...
[ "lclc98@lclc98.com" ]
lclc98@lclc98.com
638a83dfe70fb21cdb7c4c871b71f9724cb623c5
a128f19f6c10fc775cd14daf740a5b4e99bcd2fb
/middleheaven-security/src/main/java/org/middleheaven/aas/PasswordCallback.java
0ed2975f12f54fcf28754b67ab3607f0a6a427c1
[]
no_license
HalasNet/middleheaven
c8bfa6199cb9b320b9cfd17b1f8e4961e3d35e6e
15e3e91c338e359a96ad01dffe9d94e069070e9c
refs/heads/master
2021-06-20T23:25:09.978612
2017-08-12T21:35:56
2017-08-12T21:37:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
980
java
package org.middleheaven.aas; import org.middleheaven.collections.CollectionUtils; /** * The password {@link Callback}. */ public class PasswordCallback implements Callback { private static final long serialVersionUID = 1769695239559899080L; private String prompt; private char[] password; ...
[ "sergiotaborda@yahoo.com.br" ]
sergiotaborda@yahoo.com.br
c525092fddbcfbee812d6a8f357f6563fb5f0f75
e0db650df1d9565bcea8c0dee138acb15e59a00b
/src/main/java/com/cristik/common/interceptor/MenuInterceptor.java
4ed237868b4773a13ecab19ad8f46af3fc54be26
[]
no_license
cristiker/admindemo
c3f90296c2cbf627cec51060b8ea3e4150ac4302
7efd325354a814eb0cf638335220846658c04b8d
refs/heads/master
2021-06-02T05:13:57.421706
2016-07-04T10:10:30
2016-07-04T10:10:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,535
java
package com.cristik.common.interceptor; import org.apache.commons.lang.StringUtils; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.ModelAndView; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRespo...
[ "nizhenghua@shinetechchina.com" ]
nizhenghua@shinetechchina.com
26cd3f6d832e8390088667b60ab18ed129606e7b
34cf7a41d0c7dc2485146852e700129497b68c8d
/result/MethodsFromApacheMath/traditional_mutants/double_chiSquare(double,double)/AORB_387/MethodsFromApacheMath.java
e2b7522fb218768a39dc3c8faa447bf6e6b6ce14
[]
no_license
CruorVolt/mu
59c3ea8937561a86cf17beb8ae0e0e93d41de307
49a181ba80121640d908c14bc1361a72b6da052f
refs/heads/master
2021-03-12T23:25:45.815280
2015-09-22T18:44:58
2015-09-22T18:44:58
41,647,205
0
0
null
null
null
null
UTF-8
Java
false
false
13,429
java
// This is a mutant program. // Author : ysma package Test; public class MethodsFromApacheMath { public static double distance( double[] p1, double[] p2 ) { double sum = 0; for (int i = 0; i < p1.length; i++) { final double dp = p1[i] - p2[i]; sum += dp * dp; ...
[ "lundgren.am@gmail.com" ]
lundgren.am@gmail.com
1c408cde3d6834738f5ea3e6cab8ecd63342bc07
2025afc078f79319e160dacf8634f48ecca106f3
/src/com/enterprisex/TLVRecord.java
1a8725735a4bb08d8b75cccbea92fa9c9714ea3e
[]
no_license
thiru-chidambaram/enterpriseXTLVParser
60dae757ea3406c9dce4074a29b725ae0d59eed0
b4ed95245307e8cd85defdc3264a1a2d267a7f75
refs/heads/master
2021-05-02T07:34:16.371302
2018-03-08T19:13:43
2018-03-08T19:13:43
120,833,381
0
0
null
2018-03-06T08:15:09
2018-02-09T00:03:41
Java
UTF-8
Java
false
false
631
java
package com.enterprisex; import java.util.ArrayList; import java.util.List; public class TLVRecord { private int _recordLength; private List<TLVEntry> _entries; public TLVRecord() { _entries = new ArrayList<TLVEntry>(); } public int get_recordLength() { return _recordLength; } public void set_recordLe...
[ "thiru.chidambaram@appdynamics.com" ]
thiru.chidambaram@appdynamics.com
bb4df59d7a555f389a395bda0d91a05baa847730
8704c75a214271dab0bd1884df305147c0455e81
/src/main/java/com/example/learnrabbitmq/ServletInitializer.java
d62f7aee647374f65541dae169aa3c00f0095581
[]
no_license
hahass/learnrabbitmq
9b45a74f9269378ed9b1fed432081ddfcf6a3afe
dd3f60e50b0b829eb231caccfc513cd5e92e9cbe
refs/heads/master
2020-03-24T02:21:31.048222
2019-01-14T07:16:33
2019-01-14T07:16:33
142,372,626
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
package com.example.learnrabbitmq; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(...
[ "764121741@qq.com" ]
764121741@qq.com
cdd4bd6a2df2bd149804d97bf6b4aa053c6a43a5
e78d42311446f188051e9bc9c5a79057f0f7d3c5
/src/main/java/practise/file/serialize/Student1.java
dc1e4cb88ceee2a70e2b6f3fa847420814b70597
[]
no_license
kyrisjay/mavenjava
4f89c033d78ec9bb7e484e3016b1cfd64ef7ebb8
d561505c89ceba1ac64b95b65f0de77ebcf65420
refs/heads/master
2022-07-13T00:03:04.590535
2020-01-09T06:31:26
2020-01-09T06:31:26
228,828,757
0
0
null
2022-06-21T02:30:40
2019-12-18T11:46:40
Java
UTF-8
Java
false
false
989
java
package practise.file.serialize; import java.io.Serializable; public class Student1 implements Serializable { private String name; private String address; private int age; public Student1(String name, String address, int age) { this.name = name; this.address = address; this.ag...
[ "Tj199602" ]
Tj199602
b46ec7cc0e9e96ed6f5dab2d7c5a509909f217e7
3d174901fdff4376f7804c75861ed27460f58b07
/src/main/java/com/nelioalves/cursomc/repositories/CategoriaRepository.java
4d52bdc13f38170778a7a75041214e30e0f28d1d
[]
no_license
MatheusBDS/spring-boot-ionic-backend
0700749e674f5e78b68e0a4d5cd0be2c9c98661a
0cb56836a2d44213cd19fe134aec0908bced4bf8
refs/heads/master
2021-06-18T02:07:08.261965
2019-09-11T13:47:18
2019-09-11T13:47:18
202,390,770
0
0
null
2021-04-26T19:27:34
2019-08-14T16:51:46
Java
UTF-8
Java
false
false
308
java
package com.nelioalves.cursomc.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.nelioalves.cursomc.domain.Categoria; @Repository public interface CategoriaRepository extends JpaRepository<Categoria, Integer>{ }
[ "matheusb565@gmail.com" ]
matheusb565@gmail.com
43f4e99ef3703b32713edd6ae93fae810868f003
d93832d1d11fd3f6c79518193bc724e384d38976
/app/src/main/java/com/abings/mementomodel/MainActivity.java
da3e7903f660608d9741c3a5d0192a03d67b078b
[]
no_license
Soon-gz/MementoModel
fca6807f9f55863c76cc330e75ed83b133473e5d
2f82243d7dfcbec71b654a5e3c7ff4de8af9baf0
refs/heads/master
2023-02-21T13:35:41.421852
2016-09-13T05:05:41
2016-09-13T05:05:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,221
java
package com.abings.mementomodel; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import com.abings.mementomodel.Builder.Director; import com.abings.mementomodel.Builder.Player; import com.abings.mementomodel.Builder.ZhanShiPlayer; import com.abings.mementomodel.Meme...
[ "sw201202@126.com" ]
sw201202@126.com
d6fb218031f89ac48b947aaf834960df450aeec5
5f09f1ba5ee788ac6840fafcfde5e46bc718c9f4
/trunk/OBDDevelopmentAssistant/app/src/main/java/me/michaeljiang/obddevelopmentassistant/activity/adapter/CarDataAdapter.java
0879bf98b113a0d4c503a6fd2fe14cb1f1cb9437
[]
no_license
quanhengwen/OBDSystem
dd2b08dcfbead3533f4591e57e12cc8e0989a824
184816fa4dfa1bd95277337346f7efead724380a
refs/heads/master
2023-03-22T21:19:16.143095
2017-03-31T13:29:51
2017-03-31T13:29:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,477
java
package me.michaeljiang.obddevelopmentassistant.activity.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import java.util.List; import me.michaeljiang.obddevelopmen...
[ "510022482@qq.com" ]
510022482@qq.com
9e87f9e8802323345d4eacde9cdcf2dbde445e4b
d526638dfdee240a61faa85955ae96e5c7e75175
/config-model/src/main/java/com/yahoo/vespa/model/filedistribution/FileDistributor.java
8860f5c2249b45ea64b19930edcc2c6b9c5fb98b
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
AndrewDi/vespa
dc9214ddff68b0a53701f24b18d2ef46c8139812
a751eee7ef908ba6c42633fe4332ed736fa841cc
refs/heads/master
2021-07-14T16:51:55.298012
2017-10-19T09:40:47
2017-10-19T09:40:47
105,101,697
1
0
null
2017-10-19T09:40:48
2017-09-28T04:17:57
Java
UTF-8
Java
false
false
4,197
java
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.model.filedistribution; import com.yahoo.config.FileReference; import com.yahoo.config.model.api.FileDistribution; import com.yahoo.config.application.api.FileRegistry; import ...
[ "bratseth@yahoo-inc.com" ]
bratseth@yahoo-inc.com
e238e022bcd6070bd2e5e2ba5958b3b3054c5daa
b2016b74acf02c0117128b505baac48338d825c9
/sophia.mmorpg/src/main/java/sophia/mmorpg/player/itemBag/ItemBagSlot.java
f2e652c27dcea4c78edf732310fbb9c357be4478
[]
no_license
atom-chen/server
979830e60778a3fba1740ea3afb2e38937e84cea
c44e12a3efe5435d55590c9c0fd9e26cec58ed65
refs/heads/master
2020-06-17T02:54:13.348191
2017-10-13T18:40:21
2017-10-13T18:40:21
195,772,502
0
1
null
2019-07-08T08:46:37
2019-07-08T08:46:37
null
UTF-8
Java
false
false
4,510
java
/** * Copyright 2013-2015 Sophia * * 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 ...
[ "hi@luanhailiang.cn" ]
hi@luanhailiang.cn
da3ea4a4b18672acfcec34796a91706c190aa6e2
0bd2a3185a7883a41edefc39bec80e0a94355451
/app/src/main/java/com/waen/waen/Main/Adapter/Inbox_Parent_Admin.java
a589466e0c0e373053a0869fdaa7b3f242b9484a
[]
no_license
AhmedMansour9/Waen2
5b744513026c33ce7ec2c0327ec1727f85bb5b7a
901c6259f32b82e7ec8e7a1d026a572c6342d642
refs/heads/master
2020-04-17T23:03:12.291581
2019-06-25T12:30:47
2019-06-25T12:30:47
167,019,201
0
0
null
null
null
null
UTF-8
Java
false
false
2,142
java
package com.waen.waen.Main.Adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.waen.waen.R; import com.waen.waen.SuperVisor.Model.Inbox_details; ...
[ "37387373+AhmedMansour9@users.noreply.github.com" ]
37387373+AhmedMansour9@users.noreply.github.com
516b40e3b80dd94cce68e928f802c3f0257bb8c8
ba25a773d9fde7af6cd15a9dcdef99d2b9535c23
/sceneform/app/src/main/gen/uk/co/appoly/sceneform_example/BuildConfig.java
a2e3a267dc42a3bd0318dea52884eeca75574bd8
[ "MIT" ]
permissive
yogijsh/sceneform
dabc0218b6852f36dd233aa1cb958845dadf68fa
bcbd3ca0479d4ac982de4078f66f5c0f80942407
refs/heads/master
2020-06-06T12:55:23.657924
2019-06-19T14:20:35
2019-06-19T14:20:35
192,745,961
1
0
null
null
null
null
UTF-8
Java
false
false
272
java
/*___Generated_by_IDEA___*/ package uk.co.appoly.sceneform_example; /* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ public final class BuildConfig { public final static boolean DEBUG = Boolean.parseBoolean(null); }
[ "yogijsh@gmail.com" ]
yogijsh@gmail.com
96dead6e0008d84771b1f5b787e83c78b35a6ff8
a21f53d5c9ca04a06ba9dd9fdb1057ee3cb898d8
/src/ch/unibas/fittingwizard/application/Babel.java
cc57b3e8ba0c838aa157e4af953f21c34199177d
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
MMunibas/FittingWizard
79ea563e0fa762ebf28ecfd96a6f8c978ce1f3d5
03ca95d52f9a4ecc1fe0466bc11d7de3e91dc6ae
refs/heads/master
2020-04-16T02:38:54.539082
2017-03-06T10:21:51
2017-03-06T10:21:51
61,796,193
1
0
null
null
null
null
UTF-8
Java
false
false
398
java
/* * Copyright (c) 2015, Florent Hedin, Markus Meuwly, and the University of Basel * All rights reserved. * * The 3-clause BSD license is applied to this software. * see LICENSE.txt * */ package ch.unibas.fittingwizard.application; import java.io.File; /** * User: mhelmer * Date: 05.12.13 * Time: 17:20 */ ...
[ "hedin.florent@gmail.com" ]
hedin.florent@gmail.com
f6db4577790e068affd8acbb285816d72855329a
e8ab51a9bca268f1744c3011e20d1c816ea0fdd2
/module_compiler/src/main/java/com/example/module_compiler/IocProcessor.java
00897edc70bb6b9389d8c5bb4cbcd44f5186116c
[]
no_license
Yujunjie2013/MyButterknife
c893026e9d69c3e1d3c63bbead12a465227ec600
15bf52513cf90bc7fc2635fa6061ad944b9e09f7
refs/heads/master
2020-03-18T14:06:00.568566
2018-05-25T08:43:07
2018-05-25T08:43:07
134,826,391
0
0
null
null
null
null
UTF-8
Java
false
false
6,703
java
package com.example.module_compiler; import com.example.module_annotation.BindView; import com.google.auto.service.AutoService; import java.io.IOException; import java.io.Writer; import java.util.HashMap; import java.util.LinkedHashSet; import java.util.Map; import java.util.Set; import javax.annotation.processing.A...
[ "yujunjie@distrii.com" ]
yujunjie@distrii.com
e549ebeba918c3896eb4fccf9f79dbf7b203a524
22295a7491fdc478e619bc105779d03c5b41a6fa
/JavaClass/src/Day25/JavaMethods/Methods.java
3b4be1a5e94255399364745dfd8f49914ca753c0
[]
no_license
carlacavli/JavaJourney
af2a68df919d7bfc8dae4df12aa619cf986ffb3a
3ccc321767bb7196718fa4d8897d6b8098ad29af
refs/heads/master
2020-08-28T01:32:59.009265
2019-12-11T02:44:29
2019-12-11T02:44:29
217,547,718
0
0
null
null
null
null
UTF-8
Java
false
false
286
java
package Day25.JavaMethods; public class Methods { // simple method like main public static void main(String[] args) { addTwoNumber(4, 56); } private static void addTwoNumber(int a, int b) { //simple method System.out.println(a + b); } }
[ "muberracav@hotmail.com" ]
muberracav@hotmail.com
b046e74fb19794ffc94ccb71b9a9ad05662ff45f
03634f21104f7a2aff0f9ff46eb350cbfc5e832f
/src/main/java/cn/springmvc/controller/UserController.java
1df19f56491262f443b9266ae281ca4bb04a63d2
[]
no_license
Yjq14114/springMVCDemo
22efc8dd27c8cd26410e9d5a554be180a8833f08
db31a97a638becbde24c065e1557229278af5178
refs/heads/master
2020-04-19T09:42:15.714794
2016-09-07T01:03:45
2016-09-07T01:03:45
67,486,597
0
0
null
null
null
null
UTF-8
Java
false
false
2,755
java
package cn.springmvc.controller; import cn.springmvc.model.User; import cn.springmvc.service.impl.IUserService; import org.apache.log4j.Logger; import org.springframework.context.ApplicationContext; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.stereotype.Controller; import org.springfr...
[ "yjq14114@gmail.com" ]
yjq14114@gmail.com
eaa07da4767ff997356a466c9a861bca901087da
75911a52b20c077af7b36f21023c6d823a2ea097
/src/main/java/com/github/zxbu/webdavteambition/util/RequestUtil.java
be44e3cf62283efbf7dfd7f0d7a4023297fe9659
[]
no_license
zhaop33/webdav-aliyundriver
1a2fc95fb65a32d14323f7541729360502f99940
262bebd0f1f8c262034275d66536ec3c2ae86d84
refs/heads/main
2023-08-22T02:36:15.486104
2021-09-26T07:56:18
2021-09-26T07:56:18
406,177,961
0
0
null
2021-09-14T01:04:27
2021-09-14T01:04:26
null
UTF-8
Java
false
false
1,161
java
package com.github.zxbu.webdavteambition.util; import com.github.zxbu.webdavteambition.store.AliYunDriverClientService; import net.sf.webdav.ITransaction; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.uti...
[ "zhaoyj-g@glodon.com" ]
zhaoyj-g@glodon.com
41afd11e02f1acdd94fdfc4a814825242f7fd7ca
a2df6764e9f4350e0d9184efadb6c92c40d40212
/aliyun-java-sdk-ons/src/main/java/com/aliyuncs/ons/model/v20190214/OnsConsumerGetConnectionResponse.java
4d9b49311fcd3adc452156c0007281b07a318e6a
[ "Apache-2.0" ]
permissive
warriorsZXX/aliyun-openapi-java-sdk
567840c4bdd438d43be6bd21edde86585cd6274a
f8fd2b81a5f2cd46b1e31974ff6a7afed111a245
refs/heads/master
2022-12-06T15:45:20.418475
2020-08-20T08:37:31
2020-08-26T06:17:49
290,450,773
1
0
NOASSERTION
2020-08-26T09:15:48
2020-08-26T09:15:47
null
UTF-8
Java
false
false
2,671
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
090e1a0142dd497f7dea0041c107af2f5868cf51
9e09baf7dd678b83ad486da4ab25173b2cd04bb4
/ontoUmlToOwl/src/RefOntoUML/impl/RigidMixinClassImpl.java
4dc2ee2d4591ed8f669acbc7df2c611ac22e2f8f
[]
no_license
eduardo-sarmento/ontoUmlToOwl
789d364060a159abc0030a3436a5324e898c6d00
fb2e07fe558b9d7a553b4a4c516e7d84df99e364
refs/heads/master
2020-06-09T04:30:23.633165
2019-06-23T16:26:09
2019-06-23T16:26:09
193,370,351
0
0
null
null
null
null
UTF-8
Java
false
false
792
java
/** * <copyright> * </copyright> * * $Id$ */ package RefOntoUML.impl; import RefOntoUML.RefOntoUMLPackage; import RefOntoUML.RigidMixinClass; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Rigid Mixin Class</b></em>'. * <!-- end-user-doc -->...
[ "eduardosarmento49@gmail.com" ]
eduardosarmento49@gmail.com
02526bac84a1a286441e967e9ac4f3cd849a44b2
8fca4c65cdab2090a09890cb14abff297321ced4
/app/src/main/java/com/example/digitalawc/AdminDashboardActivity.java
aab93ef58dd98f9f88a24e2ab78d6bbb29b2f5a7
[]
no_license
gayathriprasad2019/DigitalAWClatest
0e711a81d7ee26c4e30fadf409bc14c3644066fe
d1f01284085ea97c43a8deb12af705bbf7fd2a26
refs/heads/master
2020-11-23T21:18:32.408146
2019-12-13T11:28:32
2019-12-13T11:28:32
227,824,337
0
0
null
null
null
null
UTF-8
Java
false
false
2,505
java
package com.example.digitalawc; import android.os.Bundle; import android.view.Menu; import androidx.appcompat.app.AppCompatActivity; import androidx.drawerlayout.widget.DrawerLayout; import androidx.navigation.NavController; import androidx.navigation.Navigation; import androidx.navigation.ui.AppBarConfiguration; impo...
[ "gayathri_gps@yahoo.co.in" ]
gayathri_gps@yahoo.co.in
f55c7166be61503b3596ccaa8873972afb3b8179
933a5d015d5b376b83d76218537205573178445e
/microservice-provider-user-node1/src/main/java/com/mc/config/ConfigQkMapper.java
eb54d4985d52c9a3048f9403c77b428159dd34a1
[]
no_license
chuchenglong/springcloud
c392191789329337d6bde1befacf80d60e02a668
a6e9854043862485e6e2f8d4fb19e4bfa59eff5e
refs/heads/master
2020-03-12T00:37:39.755887
2018-05-04T09:21:47
2018-05-04T09:21:47
130,354,147
0
0
null
null
null
null
UTF-8
Java
false
false
385
java
package com.mc.config; import tk.mybatis.mapper.common.Mapper; import tk.mybatis.mapper.common.MySqlMapper; /** * @author chenglongchu * @description 简化常用SQL的工具 * @create 2018/04/11 16:14 * @since v0.3 */ public interface ConfigQkMapper<T> extends Mapper<T>, MySqlMapper<T> { // TODO // FIXME 特别注意,该接口不能被扫...
[ "martinchor@foxmail.com" ]
martinchor@foxmail.com
f503c2c0b3a1d0c56b56818df62058efbacd81bc
2ed95f1140ee716c069527eac9846c17e552e32e
/ld28/src/de/bitowl/ld28/objects/Jug.java
be28c589c4886b161bdfc446db70f374591e46aa
[]
no_license
rida1148/ld28
733a43808cc4bbaf4394f944bc77bf521e90e4b7
531d784f3d041b7038ec349b5c0de437f0218550
refs/heads/master
2021-01-21T07:38:35.657817
2013-12-16T01:58:18
2013-12-16T01:58:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
782
java
package de.bitowl.ld28.objects; import com.badlogic.gdx.scenes.scene2d.utils.TextureRegionDrawable; import de.bitowl.ld28.ItemObject; import de.bitowl.ld28.screens.IngameScreen; public class Jug extends ItemObject{ boolean destroyed; public Jug(IngameScreen pScreen) { super(pScreen,pScreen.atlas.findRegion("jug"...
[ "bitowl@googlemail.com" ]
bitowl@googlemail.com
19e0992a57d463b23e0f12f39ab9bc81fee4e97a
e0717687ea1b1d307b2f9bd30323d0a895a8b539
/src/org/onesy/test/VariableRegisterTest.java
d96f4889fbbdd2947acdeae9992484ecc37e58d6
[]
no_license
onesy/ClusterMemCacheSys
34d5fa6eb31a9c7621690c67d4291f6a95a4aaaa
498953deb12e0b1e61e4531df7fd1225d9a13eee
refs/heads/master
2021-01-23T19:44:20.229381
2013-01-25T11:15:09
2013-01-25T11:15:09
6,725,295
1
0
null
null
null
null
UTF-8
Java
false
false
380
java
package org.onesy.test; import org.onesy.tools.VariableRegisterUtil; public class VariableRegisterTest { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub VariableRegisterUtil.getInstance().RegisterSET("key", "value"); System.out.println(VariableRegisterU...
[ "leentingOne@gmail.com" ]
leentingOne@gmail.com
e806264caef17dc8d2b8da8f9de9754ff91df667
aed905507142274275833c53821d33872688280f
/src/main/java/com/hzf/checktime/CheckTime.java
99d742c40049fb38cb469554307e343928f68d75
[ "Apache-2.0" ]
permissive
2efeng/vipAnalysis
8926f479a9c03662e14a4071c310f113be2e176b
c303a98c6dcddb3e637e39b7d0819686e7d08d3e
refs/heads/master
2021-09-01T12:23:35.442808
2017-12-27T00:54:59
2017-12-27T00:54:59
115,330,771
0
2
null
null
null
null
UTF-8
Java
false
false
1,057
java
package com.hzf.checktime; import java.text.ParseException; import java.util.Calendar; public class CheckTime { public long Chek(String time) throws ParseException { /* * 定义一个时间对比类,把从数据库取出来的时间与现在时间做对比 * 然后返回VIP剩余天数 * * */ Calendar now = Calendar.getInstance(); ...
[ "hzf978865104@foxmail.com" ]
hzf978865104@foxmail.com
5fc47a219c33f93cdbb0ba275207a53042159b2f
22eff3a0aa78f643c9fee3bc196087954790ab89
/src/nick/Algorithms4th/Fundamentals/BasicProgModel/Exercise_1_1_06.java
39c62f7f98ceed06e14ef6dba63a2254ebba4dc2
[]
no_license
feel-think/Algorithms-4th
a1a6a092897be3f5ada7edfeff3b8c2830b0d2bf
cf30ad359e7c1ff07c0bc12f390af8b3e9d98cb6
refs/heads/master
2021-05-16T00:53:06.198150
2017-12-01T09:11:44
2017-12-01T09:11:44
107,013,216
2
1
null
null
null
null
UTF-8
Java
false
false
347
java
package nick.Algorithms4th.Fundamentals.BasicProgModel; import edu.princeton.cs.algs4.StdOut; public class Exercise_1_1_06 { public static void main(String[] args) { int f = 0; int g = 1; for (int i = 0; i <= 15; i++) { StdOut.println(f); f = f + g; g =...
[ "weiwu514@gmail.com" ]
weiwu514@gmail.com
a829e5fd84f3819f8c078ded526dddf7340fa8cd
ac64d479156090e037eab25163f19842ed15f938
/TPFinalEDAT/src/Estructuras/Lista.java
e2260535437719619ceff9b112ad5f1dfaeaaa4c
[]
no_license
AlanizGustavo/Estructura-de-Datos
622ead4f8cf9a91980c812d42aaed412dc74fb98
f4ef793004224ab7ec446ceb053be249bde9e7c1
refs/heads/main
2023-08-21T03:24:25.465214
2021-09-29T19:50:17
2021-09-29T19:50:17
357,359,219
0
0
null
null
null
null
UTF-8
Java
false
false
9,267
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 Estructuras; import Estructuras.Nodo; /** * * @author alanizgustavo */ public class Lista { private Nodo cabecera; ...
[ "alanizgustavo@air-de-seifert.fibertel.com.ar" ]
alanizgustavo@air-de-seifert.fibertel.com.ar
c64441739f3804b220741d4bf6e1e62a8ccde00c
038ee6b20cae51169a2ed4ed64a7b8e99b5cbaad
/schemaOrgDomaConv/src/org/kyojo/schemaOrg/m3n3/doma/core/itemAvailability/PreSaleConverter.java
b1d2aba6196b9bbcc346fa69bf0362617c82f4c9
[ "Apache-2.0" ]
permissive
nagaikenshin/schemaOrg
3dec1626781913930da5585884e3484e0b525aea
4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8
refs/heads/master
2021-06-25T04:52:49.995840
2019-05-12T06:22:37
2019-05-12T06:22:37
134,319,974
1
0
null
null
null
null
UTF-8
Java
false
false
572
java
package org.kyojo.schemaorg.m3n3.doma.core.itemAvailability; import org.seasar.doma.ExternalDomain; import org.seasar.doma.jdbc.domain.DomainConverter; import org.kyojo.schemaorg.m3n3.core.itemAvailability.PRE_SALE; import org.kyojo.schemaorg.m3n3.core.ItemAvailability.PreSale; @ExternalDomain public class PreSaleCo...
[ "nagai@nagaikenshin.com" ]
nagai@nagaikenshin.com