blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
60badfc2a87e13c8e97448ae3cc89a1195d58530
23f15844f798cade39a018421a04e7c8768edcbe
/src/main/java/com/sanitas/calculator/service/CalculatorService.java
53b74f295b2339c97fafaa6293931b1af9b654a9
[]
no_license
juaneda/calculatorSanitas
5cbd3bd1ebfc55f3bf41346852f783a8d3423f52
f8461842600396b427514a0ceb995345881c5183
refs/heads/main
2023-01-07T18:35:51.354645
2020-10-24T16:47:05
2020-10-24T16:47:05
304,905,937
0
0
null
null
null
null
UTF-8
Java
false
false
785
java
package com.sanitas.calculator.service; import com.sanitas.calculator.exception.OperationNotValid; import com.sanitas.calculator.request.CalculatorListRequest; import com.sanitas.calculator.request.CalculatorRequest; import com.sanitas.calculator.response.CalculatorResponse; public interface CalculatorService { /...
[ "juaneda84@hotmail.com" ]
juaneda84@hotmail.com
557380356b0b3c8d881eb31f70bf944ad4bc65a7
13df968e7c9fcd3c4d7ab0b1195903ae5c87ab0a
/nLayedDemo/src/nLayedDemo/core/LoggerService.java
b537c2db71bc7ea98b08443d832615d85678df95
[]
no_license
zehranuralkan/JavaCampLessons
c3d39c9e487cf6fb4f1e8312aa4d9180bb85b2cb
854d0944ba04f874a53579657ea324801d6e5e4a
refs/heads/main
2023-06-05T02:00:29.612080
2021-07-04T21:20:41
2021-07-04T21:20:41
363,640,476
3
0
null
null
null
null
UTF-8
Java
false
false
97
java
package nLayedDemo.core; public interface LoggerService { void logToSystem(String message); }
[ "z.nuralkan@gmail.com" ]
z.nuralkan@gmail.com
153e54c10d80eadc175354f3a685e076f39c7853
eb2e362c46327ef56afd863501115529d0e37dcf
/src/main/java/de/kohnlehome/Subject.java
9abb00102550b3e2d7620ec8f6b634cf246685cd
[]
no_license
meisterk/temperaturobserver
0ac9ab62029cca970b031445d972bf9eecb81afe
223cb38163d043abfa4a03f7801eabd5835e5ca7
refs/heads/master
2022-06-30T22:45:21.277149
2020-05-12T07:43:14
2020-05-12T07:43:14
263,266,885
0
0
null
null
null
null
UTF-8
Java
false
false
478
java
package de.kohnlehome; import java.util.ArrayList; import java.util.List; public abstract class Subject { private List<Observer> observers = new ArrayList(); public void attach(Observer observer){ this.observers.add(observer); } public void detach(Observer observer){ this.observers.r...
[ "franz.kohnle@GBS.sabel.local" ]
franz.kohnle@GBS.sabel.local
aed01160c8ed00668db869e2189f26a3c0258af9
8c878b46ff1eeb733060fe1f3cccd4fe19dda2f4
/src/ch/usi/dag/disl/snippet/ShiftLocalVarSlotCodeTransformer.java
66fe2d291714434907a0e072a3de897669bd75da
[ "Apache-2.0" ]
permissive
rqu/PLuG
72bcdbc1f73c67bceb52ddd98d7d7b89cae84eb0
51b9bc4f25576b344356b851c61453c4e0d8da92
refs/heads/master
2021-06-17T09:38:51.233826
2021-06-04T15:40:31
2021-06-04T15:40:31
171,550,412
0
2
Apache-2.0
2021-06-04T15:40:32
2019-02-19T21:11:41
Java
UTF-8
Java
false
false
906
java
package ch.usi.dag.disl.snippet; import org.objectweb.asm.tree.IincInsnNode; import org.objectweb.asm.tree.InsnList; import org.objectweb.asm.tree.VarInsnNode; import ch.usi.dag.disl.util.CodeTransformer; import ch.usi.dag.disl.util.AsmHelper.Insns; /** * Shifts access to local variable slots by a given offset. */...
[ "bulej@d3s.mff.cuni.cz" ]
bulej@d3s.mff.cuni.cz
87177e06fd4f341c7390d076e2be75f3d62ed622
dc000f1c01830ccc39c4b0104cd6d02ecbc662a2
/app/src/main/java/com/taijielan/cookbook/ui/view/ICookBookFragment.java
a8e911486220dacaa41defc69b9b0a0a72c64745
[]
no_license
tailanx/Cook
e71de8ac92dc24db87d5ed88e92833dfb6b7d44f
85027862fc55af6045c1e56888486e84584f9174
refs/heads/master
2020-02-26T16:50:12.669684
2018-11-02T02:34:28
2018-11-02T02:34:28
71,612,048
0
0
null
null
null
null
UTF-8
Java
false
false
600
java
package com.taijielan.cookbook.ui.view; import com.taijielan.cookbook.bean.BannerBean; import com.taijielan.cookbook.bean.CookBean; import java.util.List; /** * @author 作者 admin * @类名 * @实现的主要功能 * @创建日期 2016/10/18 17 36 * @修改者 admin * @修改日期 2016/10/18 17 36 * @修改内容 */ public interface ICookBookFragment { ...
[ "liuyong@calfmobile.com" ]
liuyong@calfmobile.com
c680f8ebb9511dc52d9aba64ed5c1c62b70e5ba9
fda55e60f54351961f8acc36868cd1466171a0fc
/FirstServlet/src/Login/Sucess.java
c0ed358f26a980cd2b86748216f11a0c31e0c171
[]
no_license
suryapattnayak/javascript
e18d00e0268ae21a215313167b41aef3510332fd
4a74fccd2ce83bda871b22147bacc7034cbab28e
refs/heads/master
2021-07-11T23:29:14.587674
2019-09-13T04:25:08
2019-09-13T04:25:08
207,779,003
0
0
null
null
null
null
UTF-8
Java
false
false
856
java
package Login; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Servlet implementation class Sucess */ @WebServlet("...
[ "surya@gmail.com" ]
surya@gmail.com
4346517c21651a69adecfdf493f924e6059fcb68
139aa575296282ad3d3756b2472e8f6518a5024c
/QHDemo3.1.0/app/src/main/java/com/qhcloud/demo/manager/model/biz/IAuth.java
42dc95ca315a7f46e1511a6e253c46b5552245e9
[]
no_license
Sarah-alsh/QLinqDemo
c02931f8057f34bbfa2d2986009aafcc83f02508
090de0cc2a4ebaee62c76b4be44a78e0ee608938
refs/heads/master
2020-04-18T02:26:12.445663
2019-01-23T10:22:24
2019-01-23T10:22:24
167,162,437
0
2
null
null
null
null
UTF-8
Java
false
false
486
java
package com.qhcloud.demo.manager.model.biz; /** * 验证码登录业务逻辑接口 */ public interface IAuth { /** * 获取验证码 * @param phone 手机号码 * @return 返回值:0-成功,其他-错误码 */ int getSmsCode(String phone); /** * 验证码登录 * @param tel 手机号码 * @param code 验证码 * @return 返回值:0-成功,其他-错误码 */...
[ "sarah.shughri@gmail.com" ]
sarah.shughri@gmail.com
8bde10db9e53c2efdcec8de76458b972d74acf1e
9db139fb1cc17a8aad886c6d5c66546eb992fea4
/src/main/java/io/github/rbajek/rasa/action/server/action/custom/form/restaurant/validator/ValidateOutdoorSeatingSlot.java
06b6fb88c00794ad3ca0b9d6f9a01ea576926d42
[ "Apache-2.0" ]
permissive
rbajek/rasa-java-action-server
26124649dc57343faf9479b0c3a01092487fd6c2
8dc75134ed27b0f25fbb949154b86389de1df553
refs/heads/master
2021-12-25T20:10:02.227754
2019-11-29T07:32:07
2019-11-29T07:32:07
218,633,832
17
11
Apache-2.0
2021-12-14T21:35:42
2019-10-30T21:55:58
Java
UTF-8
Java
false
false
1,679
java
package io.github.rbajek.rasa.action.server.action.custom.form.restaurant.validator; import io.github.rbajek.rasa.action.server.action.custom.form.restaurant.data.Constants; import io.github.rbajek.rasa.sdk.CollectingDispatcher; import io.github.rbajek.rasa.sdk.action.form.AbstractFormAction; import io.github.rba...
[ "rafal.bajek@cometari.com" ]
rafal.bajek@cometari.com
ed507d671e5f20ae10f4d59397fa9756e0ad390b
21a024fa26f5eaaacd9bdb70d4b007930f1d601d
/construct-manager-api/src/test/java/fr/mathieugeissler/constructmanager/web/rest/DivisionResourceIntTest.java
d31ee4d3c3807c08d788a3a1db76fbe54950cf99
[]
no_license
BulkSecurityGeneratorProject/construct-manager
c62fed4cda2a12de8eaf7482a22674097c29dbab
e8da817d8ecdb95d1290bad9de366d3b7ec377aa
refs/heads/master
2022-12-16T07:42:07.376515
2019-01-27T22:05:44
2019-01-27T22:05:44
296,583,012
0
0
null
2020-09-18T09:59:34
2020-09-18T09:59:33
null
UTF-8
Java
false
false
12,030
java
package fr.mathieugeissler.constructmanager.web.rest; import fr.mathieugeissler.constructmanager.ConstructManagerApiApp; import fr.mathieugeissler.constructmanager.domain.Division; import fr.mathieugeissler.constructmanager.repository.DivisionRepository; import fr.mathieugeissler.constructmanager.service.DivisionServ...
[ "contact@mathieugeissler.fr" ]
contact@mathieugeissler.fr
338a08efd1591b6c91648113b71bb87d1f52886f
be78d7b94ae36d6d030b0983009d664b62120cb4
/src/main/java/BoardCommentingPage.java
7226ac224fe0ff43469f82304bcf7d76a91115bc
[]
no_license
MakTraDe/a1qa_kurs_8sem
a9cbccd5efc4a0ba83442c455cea9aefbb98fefc
a6af016de3447ca2108aa3d147476d367dc0dd34
refs/heads/master
2021-01-10T17:03:47.375658
2016-03-10T00:06:55
2016-03-10T00:06:55
53,540,902
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
import io.appium.java_client.android.AndroidDriver; import org.openqa.selenium.WebElement; import java.util.List; /** * Created by New on 10.03.2016. */ public class BoardCommentingPage extends Page { public BoardCommentingPage(AndroidDriver driver) { super(driver); } public BoardSettingsSubBar...
[ "roman243363@gmail.com" ]
roman243363@gmail.com
c0e6feb54ab85282ee954e607bda177d372b844e
265f1ac2878ab3c86c0c8a6a6d99a43060dc475f
/common/RpcResource.java
7d6ee8e8a0032a4a04bc8775416a4e463c451c88
[]
no_license
InfiniteXue/RPC
247559bec6e1e3f82bd6a453c7ecd34217176609
d49ad1bd00c07ae338ac85b1c0c377f9c08e17ef
refs/heads/master
2020-06-21T16:48:53.890028
2019-07-18T09:34:16
2019-07-18T09:34:16
197,506,446
0
0
null
null
null
null
UTF-8
Java
false
false
377
java
package rpc.common; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * 注入rpc api接口(provider端注入Class对象;consumer端注入代理对象) */ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interfa...
[ "infinitelikely@126.com" ]
infinitelikely@126.com
effbddd8f0f4e94230a52add937903d065e4dbbb
4f8dfcdd6f1494b59684438b8592c6c5c2e63829
/DiffTGen-result/output/Math_50_jkali/target/0/11/evosuite-tests/org/apache/commons/math/analysis/solvers/BaseSecantSolver_ESTest_scaffolding.java
e9ddd7cef100bf4c6f0b523bcdc26f2e627cef0f
[]
no_license
IntHelloWorld/Ddifferent-study
fa76c35ff48bf7a240dbe7a8b55dc5a3d2594a3b
9782867d9480e5d68adef635b0141d66ceb81a7e
refs/heads/master
2021-04-17T11:40:12.749992
2020-03-31T23:58:19
2020-03-31T23:58:19
249,439,516
0
0
null
null
null
null
UTF-8
Java
false
false
13,862
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Mar 23 07:39:10 GMT 2020 */ package org.apache.commons.math.analysis.solvers; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; imp...
[ "1009479460@qq.com" ]
1009479460@qq.com
8f8966a95a4049b5127a04dd4ed23fd4100d9831
8eaaf20f0f20240fb0e31cb62ff838b8bbca7770
/Owari [mc-1.7.10]/[v1]/se/proxus/owari/frames/components/Toggle.java
167108ac79073c78510049f5142532af40cecafc
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
Olivki/minecraft-clients
aa7e5d94596c3c67fa748816566ccce17160d000
19e00b00d3556e6b3cee5f968005638593d12c01
refs/heads/master
2020-04-13T05:30:22.073886
2019-03-04T20:52:54
2019-03-04T20:52:54
162,994,258
4
0
null
null
null
null
UTF-8
Java
false
false
7,222
java
package se.proxus.owari.frames.components; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.FontRenderer; import net.minecraft.client.gui.Gui; import org.lwjgl.opengl.GL11; import se.proxus.owari.config.Value; import se.proxus.owari.frames.Component; import se.proxus.owari.frames.FrameManager; ...
[ "0liverb3rg@gmail.com" ]
0liverb3rg@gmail.com
20f7e243ec382002929362c7fd5fecfda36ebdf7
275dc5952e8093a694e696c1f95bbcd867fc20fa
/src/unPaseoPorElInfierno/Main.java
d846215c24cda88b1eabd8b136d13bf5739971a4
[]
no_license
lean93/paseoPorElInfierno
b62d2ee40dea2bee20d360fa9739847e9db342ff
dcdeb2e55a089096627be658a0c8214fc0e42c54
refs/heads/master
2021-01-10T08:38:19.021977
2016-02-26T16:05:41
2016-02-26T16:05:41
52,458,590
0
0
null
null
null
null
UTF-8
Java
false
false
1,087
java
package unPaseoPorElInfierno; import java.util.ArrayList; import java.util.Collection; public class Main { public static void main(String args[]){ Sombras sombra = new Sombras(100); Sombras.setTolerancio(100); Collection<Alma> almitas = new ArrayList<Alma>(); Alma alma1 = new A...
[ "leandro.rodriguez@despegar.com" ]
leandro.rodriguez@despegar.com
4c730ebc9bad314fee2fd6aa33864f0cdb555e09
a9f279e3d6be7c589786c503d9118a7eb1db9fd8
/Anotherproject/src/another_pakage/Varun.java
d25b4d5f6ab958ebcbd1d2399e78c0e0490262fe
[]
no_license
varungowda16/Anotherjava
27e371f780b1c8004190fc869b4f2deabe03ad63
bdbb8e07b069080e835fd849ab108e9c456af39d
refs/heads/master
2021-01-25T13:06:46.860195
2018-03-02T04:59:14
2018-03-02T04:59:14
123,530,579
0
0
null
null
null
null
UTF-8
Java
false
false
161
java
package another_pakage; public class Varun { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("varun"); } }
[ "tyss@198.105.254.11" ]
tyss@198.105.254.11
53e575eae8e2a07894f1e70c2f3c82a6da4cb414
5943f397bb35f0f850f6870d732cc5b9c28dc872
/src/main/java/com/blog/ljw/firstbolg/service/RedisService.java
a2a9bd6cba3bb41ff90a9388a00da72bedd5f263
[]
no_license
jinweiLiu/BlackBlog
482822d31ff81101303539b535905eb7e381ae86
005cf22d681010c3854da42e3ccb3d51addaef3a
refs/heads/master
2022-07-01T04:12:01.594920
2019-12-25T12:30:00
2019-12-25T12:30:00
228,193,548
0
0
null
2022-06-17T02:48:27
2019-12-15T14:00:51
CSS
UTF-8
Java
false
false
2,731
java
package com.blog.ljw.firstbolg.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTemplate; import org.springframework.stereotype.Service; import java.util.Set; @Service public class RedisService { @Autowired private RedisTemplate<String, ...
[ "jwliu0213@163.com" ]
jwliu0213@163.com
2286f6abfe91080c31e2901e8132fc4fc61158be
45ae5d872f1e55d38617984021494e0facdf3291
/src/main/java/gawky/json/JSONObject.java
8fab09c351168235f440382f2ed2c74474b3b197
[]
no_license
iharbeck/gawky
f8fc48a5f5cd3e23a3e649654a0c9d874540e447
b434e84b2a73d43ccd3e0143fe896085b7b49a36
refs/heads/master
2021-01-20T06:20:14.669429
2018-07-15T15:25:53
2018-07-15T15:25:53
34,203,519
0
0
null
null
null
null
UTF-8
Java
false
false
39,765
java
package gawky.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publis...
[ "iharbeck@91f012ad-703b-4ebb-b4ac-6d446edbf5f8" ]
iharbeck@91f012ad-703b-4ebb-b4ac-6d446edbf5f8
250e1c2017b286f35605a8aa3a3d04d70c2942d5
fa5b5995c5942a797889aef964483f470ddd0987
/FlourishAndBlotts.java
3cf6a618911f12afbb1d4342984900985d6d022a
[]
no_license
Granteur/Bookstore
404911449197b297a38ed5c9aaf4691c85d26a78
6343e651f1bfa873dbbcf40910c5802c20b4d45f
refs/heads/master
2022-07-16T06:58:46.990380
2020-05-15T00:57:01
2020-05-15T00:57:01
264,022,855
0
0
null
null
null
null
UTF-8
Java
false
false
90
java
public class FlourishAndBlotts.java{ public static void main(String[] args) { } }
[ "angelojgrant@gmail.com" ]
angelojgrant@gmail.com
be6e9652094305e99595ddaad249af0d138ae60c
5198458f65f338ec59bc89432cd1ff16905281e0
/How to separate initial data load from incremental children with Firebase.java
c8aa0d61b8be38bd0ccd36186ea0ae21e2cf6649
[]
no_license
jokamjohn/FirebaseRecipes
a7fe203af9d52d7fab41cbb95fa9e75e4c5a9511
a795b265a42358307c587311a2c31cbd6c9c1859
refs/heads/master
2021-01-11T14:17:07.502046
2017-02-08T07:51:37
2017-02-08T07:51:37
81,303,003
0
0
null
null
null
null
UTF-8
Java
false
false
1,017
java
// Since child_added events for the initial, pre-loaded data will fire before the value event fires on the parent, you can use the value event as a sort of "initial data loaded" notification. var initialDataLoaded = false; var ref = new Firebase('https://<your-Firebase>.firebaseio.com'); ref.on('child_added', function...
[ "johnkagga@gmail.com" ]
johnkagga@gmail.com
c2a100c939453480a794b27a3c0d73e414023157
0007e1cac6ea95bd6cf8dc9667ad3407b603cdfd
/src/main/java/com/diandiancar/demo/service/impl/CarCategoryServiceImpl.java
25e039259c3189a8efd020ae866947ae185ab033
[]
no_license
viosam/diandiancar
8150c7db75d0a43e573449fdbf5c280077026eb0
2d4dc443afe1c8b2319aaef5e3e6e752ea97cabc
refs/heads/master
2022-11-30T23:41:34.140073
2020-05-30T00:25:51
2020-05-30T00:25:51
183,133,878
0
0
null
2022-11-24T09:59:07
2019-04-24T02:43:34
Java
UTF-8
Java
false
false
1,628
java
package com.diandiancar.demo.service.impl; import com.diandiancar.demo.entity.CarCategory; import com.diandiancar.demo.repository.CarCategoryRepository; import com.diandiancar.demo.service.CarCategoryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; im...
[ "123@163.com" ]
123@163.com
f7309955f7fc327593dbd62e7760ec9d0da94f32
9ba890fc4c3986b92d96ddd0502cc488c860cfcb
/bankAccount/src/com/company/Main.java
4fba12e351c3e6cb9e122371b30ca3e8b4ee1285
[]
no_license
alhussinosama/JAVA
94e5e3a8ea6df22f88d9015f25b4371a3271aa98
4d388e8a279eded4efb44839747c87ab2c3b39ac
refs/heads/main
2023-01-29T12:06:15.410846
2020-12-07T13:42:18
2020-12-07T13:42:18
312,364,322
1
0
null
null
null
null
UTF-8
Java
false
false
1,103
java
package com.company; public class Main { public static void main(String[] args) { /* - create a new class for a bank account. -create a fields for the account numbers , balance , customer name , email and phone numbers -create (getters a setters) for each field. ...
[ "osamahossien@yahoo.com" ]
osamahossien@yahoo.com
325e092139659e5712c0c2973f84471f4af03903
2e7020495313511d2712efd1b56e52ddecc3d0bf
/src/util/trace/query/OrderedClassInstanceDisplaced.java
9fa7235d163364b63c1fae3bbb1a6a569d4b14a0
[]
no_license
pdewan/util
3bc79264ce10afe6337abe6d1128c80a2be54280
7cd83cc286dfb2a5eb87fb54bf74dc42165ceb75
refs/heads/master
2022-06-19T11:03:24.758011
2022-06-09T04:22:27
2022-06-09T04:22:27
16,309,230
0
1
null
null
null
null
UTF-8
Java
false
false
2,485
java
package util.trace.query; import util.trace.Traceable; public class OrderedClassInstanceDisplaced extends OrderedClassInstanceMissing { Integer displacement; public OrderedClassInstanceDisplaced(String aMessage, Integer aTestIndex, Integer aReferenceIndex, Class aPreviousObject, Class anExpecte...
[ "dewan@cs.unc.edu" ]
dewan@cs.unc.edu
19218da3c07a210df37199fc5f09bdccf22f6664
84fc9e2560b86d3564d98f4c2b4d9996ce995d90
/Portfolio2/src/com/company/Driver.java
c6c4f3e146b04fad09f049eec7b4f62c2f537969
[]
no_license
JacobGlumby1/Algorithms_and_datastructures
74c40bfd68c822d0ba842cd73b6a18ee71b291a5
710cb74c9338f767f0c181282cbe095c505e8fab
refs/heads/main
2023-01-23T14:42:01.076768
2020-11-25T09:03:28
2020-11-25T09:03:28
292,507,648
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package com.company; public class Driver { public static int MinimumSteps(int BoardHeight, int BoardWidth, int KnightStartXPosition, int KnightStartYPosition, int KnightEndXPosition, int KnightEndYPosition) { Tree tree = new Tree(BoardHeight,BoardWidth,KnightStartXPos...
[ "Jacso18@student.sdu.dk" ]
Jacso18@student.sdu.dk
7e727db21335a22c9bc2ef66e18c1509aa22a6f7
3ff2d9771da9401cf806ad82fb96dc01d62ace43
/Easy_Education/src/com/hwd/cw/test/news_detail_Activity.java
42110b588c8a961f50299ced3ed6c5e74a8da432
[]
no_license
nuaabox/ES
bcf9926475f140a8e537171723234a52b091ca96
da43d2293678bd517ec8d860cfd18aeb98dc0684
refs/heads/master
2021-01-10T05:49:37.657563
2016-01-20T05:56:29
2016-01-20T05:56:29
49,873,434
0
0
null
null
null
null
UTF-8
Java
false
false
2,188
java
package com.hwd.cw.test; import java.util.HashMap; import java.util.Map; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.view...
[ "2594299515@qq.com" ]
2594299515@qq.com
6afb7ab0154ccf0c9c5ebd045360419fcfb6d346
2f044ea2dce3f336d8116a8da2f2719cdfb59133
/src/main/java/com/rentamaquina/maquinaria/app/repositories/AdminRepository.java
6514aa065a30009cb0b504c744a19f1ede62f28c
[]
no_license
PaulaRocha19/GitReto4
0fd5354903468936318ccbc7a7cdb8fa69a17ca4
88f1bdf07c30a4de24dd15d6de97421b7cbf9482
refs/heads/master
2023-08-30T12:00:53.862562
2021-11-02T19:40:19
2021-11-02T19:40:19
420,830,115
0
0
null
null
null
null
UTF-8
Java
false
false
1,359
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.rentamaquina.maquinaria.app.repositories; import com.rentamaquina.maquinaria.app.entities.Admin; import com.rentamaquina.m...
[ "91512993+PaulaRocha19@users.noreply.github.com" ]
91512993+PaulaRocha19@users.noreply.github.com
b88a1da77f313347007dd5e157e76e280d56fae2
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/eclipseswt_cluster/35413/tar_1.java
7713836b02eab0a20c058f207db67550b5e0dd3f
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
139,366
java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
[ "375833274@qq.com" ]
375833274@qq.com
0267f15a9fb7137ae24ee648f578b83c978b1562
32cd70512c7a661aeefee440586339211fbc9efd
/aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/CreateReusableDelegationSetRequest.java
7dd333b86f4e4fee934d1abe3faf49dade61d2d9
[ "Apache-2.0" ]
permissive
twigkit/aws-sdk-java
7409d949ce0b0fbd061e787a5b39a93db7247d3d
0b8dd8cf5e52ad7ae57acd2ce7a584fd83a998be
refs/heads/master
2020-04-03T16:40:16.625651
2018-05-04T12:05:14
2018-05-04T12:05:14
60,255,938
0
1
Apache-2.0
2018-05-04T12:48:26
2016-06-02T10:40:53
Java
UTF-8
Java
false
false
10,359
java
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
[ "aws@amazon.com" ]
aws@amazon.com
c2817b70dd5cc4de302beaf9cccf7cd155752aae
b9189a64042dd5440f24b8ae8e41ae0359396334
/src/main/java/com/example/company/repository/DictionaryRepository.java
a76150f262b518ad6b999b08c0bebce5af6549e0
[]
no_license
only3c/company
8cea5b897426f39952e02eb29716529249ae27ab
2b7a20fdcf2b5d9a2a4e76db850c79d014087cf0
refs/heads/master
2022-07-14T23:58:31.404724
2019-10-09T03:42:40
2019-10-09T03:42:40
153,580,343
1
0
null
2022-06-29T17:00:57
2018-10-18T07:19:03
JavaScript
UTF-8
Java
false
false
1,015
java
package com.example.company.repository; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import com.example.company.model.Dictionary;...
[ "caocongchao@yondervision.com.cn" ]
caocongchao@yondervision.com.cn
7ccc02427ed946999740990ebdad722ff8f85954
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_be99f230b6ef154a30e3144de69e1e516d11f7bf/TestApp/3_be99f230b6ef154a30e3144de69e1e516d11f7bf_TestApp_t.java
0d571c9eabace80ec382282affbc6bd769bd0e06
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
45,610
java
/* * Copyright (c) 2008-2010, Hazel Ltd. All Rights Reserved. * * 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 requ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a8e72862abb62ee51c0aecfbbb3e9f673b086676
caecf26c07434fca594fd35834bafac175cda7c0
/GSpy + JNetLib/GSpyServer/src/jwoo/apps/GSpyServer/Program.java
6ddd8431f93c0c0cb5e519a58d1109907dcfb586
[ "BSD-3-Clause" ]
permissive
jwoo1601/Java-Minecraft-Mods
b390dca652a893e3ef5b927094ab272db65a5d19
1029d5ddd35cd7289b63ff34db6bb95b67763dc7
refs/heads/master
2020-12-27T10:22:46.668158
2020-02-03T02:04:42
2020-02-03T02:04:42
237,867,633
0
0
null
null
null
null
UTF-8
Java
false
false
5,344
java
package jwoo.apps.GSpyServer; import java.io.IOException; import java.io.Serializable; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.function.Consumer; import java.util.function.Function; import java.util...
[ "jkim504@myseneca.ca" ]
jkim504@myseneca.ca
f38bdc60223dc4856fbfac0805f665d187cb477c
bb7946a7084cd17e5fb823f44cd184196ade1fa4
/webservices/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSEndpointsListOperationHandler.java
22e62d6e5cbab37958240a5f95dec6ae12e39c45
[]
no_license
ErikWRasmussen/jboss-as
0138e2502e65fc0b49274e3eee6a8963ce10c698
47b7a510820d848e83e11f090f610f06801bf99c
refs/heads/master
2021-12-14T19:43:23.154861
2011-05-05T19:25:19
2011-05-05T19:25:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,625
java
/* * JBoss, Home of Professional Open Source. * Copyright 2010, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
[ "ema@redhat.com" ]
ema@redhat.com
d6151412b701f6125cdeaaf48fd27b256b9837a8
674f4f3d8a676d7ff5cd0e86825aae3887ae5531
/app/src/main/java/com/elysino/comicapp/sqllite/DatabaseHelper.java
7c086c6e42ae03e7fe4817340b7ac348b28334fe
[]
no_license
Sagar268380/ComicApp
d74b05f50a86289053bdadfee4bf5ba3745e7792
6f9ade162fbc67bd26401af5d94de357068892c0
refs/heads/master
2023-03-14T17:53:05.801791
2021-02-24T07:44:58
2021-02-24T07:44:58
341,554,926
0
0
null
null
null
null
UTF-8
Java
false
false
1,202
java
package com.elysino.comicapp.sqllite; import android.content.Context; import android.database.DatabaseUtils; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class DatabaseHelper extends SQLiteOpenHelper { private final static int version=1; private final s...
[ "sagarjain268380@gmail.com" ]
sagarjain268380@gmail.com
3b27f9c561bc571337aad58acb2235f950fd51f1
1c2d75fe27f857818f1af32256f8a3ebdfc96f81
/itrip-dao/src/main/java/com/cskt/mapper/ItripHotelRoomMapper.java
90f46813e6dc3a59c618853e6a4edd97d84b9f66
[]
no_license
shenjunwang/itrip-project
306c98eacd4035630f6d09c29808b64113033eef
dbfd33e3555f8b42f0d226d4a990c094fad8f2bb
refs/heads/master
2023-02-18T04:55:30.975130
2021-01-07T02:05:25
2021-01-07T02:05:25
326,902,394
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
package com.cskt.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.cskt.entity.ItripHotelRoom; import org.apache.ibatis.annotations.Mapper; /** @author 申钧旺 @create 2021-01-05 11:30 */ @Mapper public interface ItripHotelRoomMapper extends BaseMapper<ItripHotelRoom> { }
[ "780816856@qq.com" ]
780816856@qq.com
1059cf0571a7f3e53fd063b13d6e30647acfd032
2e6d8e8baf277d73ec2cd7a1df5cd67b8d706a7b
/client/src/alexmog/rulemastersworld/scenes/debug/RamGraph.java
cca488800788a2ae32d0c2a98b952bff5345f276
[ "MIT" ]
permissive
vsoltys/MMO-Rulemasters-World
8cff1f89d4f981599f2e32ddbdd6a2645808fa38
fe2e4e42b7e5adbd524fe1e70b4520e36fe7ceb3
refs/heads/master
2020-03-23T20:36:28.574018
2015-12-29T10:34:17
2015-12-29T10:34:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,028
java
package alexmog.rulemastersworld.scenes.debug; import alexmog.rulemastersworld.gui.FadeFrame; import de.matthiasmann.twl.GUI; import de.matthiasmann.twl.Graph; import de.matthiasmann.twl.model.SimpleGraphLineModel; import de.matthiasmann.twl.model.SimpleGraphModel; public class RamGraph extends FadeFrame { priv...
[ "moghra_a@epitech.eu" ]
moghra_a@epitech.eu
6547360e6abd50cf9905551a3905b1a4d7924c8d
90bf5b6a3008c52178cd2a7bf2136006ad32ce68
/app/src/main/java/com/shahriar/hasan/monthlyexpenserecorder/enums/CategoryTypeEnum.java
b73067e12ecc44215ff4952379c14e3eb1a86cb1
[ "MIT" ]
permissive
Shahriar07/ExpenseTracker
ba1e046ada52bc1f92cc1f2a54767d6587595a93
a33bfc5ae7171377c842877c76afdafd3939b656
refs/heads/master
2021-05-05T19:12:18.203649
2017-10-17T19:05:10
2017-10-17T19:05:10
103,843,166
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package com.shahriar.hasan.monthlyexpenserecorder.enums; /** * Created by H. M. Shahriar on 8/6/2017. */ public enum CategoryTypeEnum { INCOME_CATEGORY(1), EXPENSE_CATEGORY(0); CategoryTypeEnum (int i) { this.type = i; } private int type; public int getNumericType() { ...
[ "mshahriar.h@gmail.com" ]
mshahriar.h@gmail.com
3d341e644bfe6f381512b685195e4513e774025c
4d0f2d62d1c156d936d028482561585207fb1e49
/Ma nguon/zcs-8.0.2_GA_5570-src/ZimbraCommon/src/java/com/zimbra/perf/chart/SummaryAnalyzer.java
75437d58b4ee73dfdef34ea45cefd1a928d73ed8
[]
no_license
vuhung/06-email-captinh
e3f0ff2e84f1c2bc6bdd6e4167cd7107ec42c0bd
af828ac73fc8096a3cc096806c8080e54d41251f
refs/heads/master
2020-07-08T09:09:19.146159
2013-05-18T12:57:24
2013-05-18T12:57:24
32,319,083
0
2
null
null
null
null
UTF-8
Java
false
false
8,581
java
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2007, 2009, 2010 Zimbra, Inc. * * The contents of this file are subject to the Zimbra Public License * Version 1.3 ("License"); you may not use this file except in * compliance with the License. You may obtain a copy of th...
[ "vuhung16plus@gmail.com@ec614674-f94a-24a8-de76-55dc00f2b931" ]
vuhung16plus@gmail.com@ec614674-f94a-24a8-de76-55dc00f2b931
0fdd7f334aca30a1b0afc2e06250d9c5c9dfa875
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/8/8_cb790e9f64ec00fc8b0e3d255101594fb642bdc8/GridSweeper/8_cb790e9f64ec00fc8b0e3d255101594fb642bdc8_GridSweeper_t.java
34a0ff7342f5de6eb705850ab74673d23f2cdb8d
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
21,503
java
package edu.umich.lsa.cscs.gridsweeper; import org.ggf.drmaa.*; import java.io.*; import java.text.DateFormat; import java.util.*; import static edu.umich.lsa.cscs.gridsweeper.StringUtils.*; import static edu.umich.lsa.cscs.gridsweeper.DateUtils.*; import static edu.umich.lsa.cscs.gridsweeper.DLogger.*;...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
530ae8f2659b97439853c8ddda5494d314c8ed16
02294fa88ce23cff8abe9bda4f1e149986a8ba55
/JavaThreads/src/com/javathreads/chapter9/GuidedLoopHandler.java
6aed4873fb17ad7ac022fbc6a4141f59e2b5b29d
[]
no_license
hahmad92/OCA
ca5a0469d58b5f76e758456fa70ed4e83e0725c1
bdd1faa817c6bc7410fb7b21738e48e932bb6fa2
refs/heads/master
2023-01-23T23:13:12.219497
2020-12-07T17:14:00
2020-12-07T17:14:00
152,113,940
0
0
null
null
null
null
UTF-8
Java
false
false
1,906
java
package com.javathreads.chapter9; /* * * Copyright (c) 1997-1999 Scott Oaks and Henry Wong. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * and its documentation for NON-COMMERCIAL purposes and * without fee is hereby granted. * * This sample source code is provided for ...
[ "hammadawan50@yahoo.com" ]
hammadawan50@yahoo.com
c2928d87c34589c169a365bbf65ad044d3095c4e
76da73a33f6d9e3a24fa8e8047085e0273791b10
/OpenCV-android-sdk/sdk/java/src/org/opencv/highgui/VideoCapture.java
f51815dca399aa6a5e7d9cada4c960b9815967ac
[ "BSD-3-Clause" ]
permissive
qq524787275/OpenCVForAndroid
32f28c3321eac61ba033f8d3495f19588050e424
22486aa4385c5d4917f1f5e5e2502cfeba0b4700
refs/heads/master
2021-01-25T13:11:40.062571
2018-03-06T05:02:23
2018-03-06T05:02:23
123,539,419
15
1
null
null
null
null
UTF-8
Java
false
false
13,922
java
package org.opencv.highgui; import org.opencv.core.Mat; import org.opencv.core.Size; import java.util.LinkedList; import java.util.List; // C++: class VideoCapture /** * <p>Class for video capturing from video files, image sequences or cameras. * The class provides C++ API for capturing video from cameras or for r...
[ "524787275@qq.com" ]
524787275@qq.com
ff6de87cb52670c393f226eb4ffdd80786852e57
40c4bb59ea751994a92c122a1100e9be08ab3677
/src/main/java/com/kh/naturephone/member/controller/MemberController.java
4529e0949d3528a25e2b27cd7c684a4108b55708
[]
no_license
parkjeongchan/naturephone
59ac4bc3cc6d6d8dd4e749dcdc47d9fee8beaf21
f3064216080d99ba86a314268f3da7e3e6ea4187
refs/heads/master
2023-07-13T13:14:26.460395
2021-08-23T06:37:40
2021-08-23T06:37:40
370,708,573
0
5
null
2021-07-22T18:04:57
2021-05-25T13:47:07
Java
UTF-8
Java
false
false
16,203
java
package com.kh.naturephone.member.controller; import java.io.IOException; import java.io.PrintWriter; import java.net.URLEncoder; import java.util.List; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; i...
[ "hj.liventure@gmail.com" ]
hj.liventure@gmail.com
69982a6eda55565186e9899afdade452d73c3f9e
d0a6784c047f92e5cb898ee16bdbeef6a7f25db1
/src/main/java/group/msg/entities/RightType.java
84c1e2a7e4780ef688ccf5a009f0a26812249578
[]
no_license
gnicoleta/TeamCookies
8a9a55a7e781be9988e0f90cac5b7b3df56ca11c
728cb52d73f20e4a7aeb9962eb514d5a6f33a2ff
refs/heads/master
2020-04-05T11:55:19.396145
2018-08-17T10:49:24
2018-08-17T10:49:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
157
java
package group.msg.entities; public enum RightType { PERMISSION_MANAGEMENT, USER_MANAGEMENT, BUG_MANAGEMENT, BUG_CLOSE, BUG_EXPORT_PDF }
[ "petrutstoica123@yahoo.com" ]
petrutstoica123@yahoo.com
5d4e9dea9e782c0ee95717b8bbf20a9c68862226
8d8874cf53871beec60568318415390d73a44329
/src/main/java/portfolioshop/cart/CartGoodsRepository.java
eaad242245d58ac452534765037eabedd3ec2eb2
[]
no_license
whd0714/PortFolioShop2
87b05a9fca1c82f370a7aacfc0ae6c55115d1d22
84006a75390ee96ebe8853700b9aa073f35bce30
refs/heads/master
2023-05-07T17:27:03.486138
2021-05-15T12:47:43
2021-05-15T12:47:43
351,035,998
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package portfolioshop.cart; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; public interface CartGoodsRepository extends JpaRepository<CartGoods, Long> { @Query("select cg from CartGoods cg join fetch cg.cart c join fetch cg.goods g where c.id...
[ "whd0714@naver.com" ]
whd0714@naver.com
3db73d8e5160a79b062481ca0f5430168bb1877d
113954a1a384bd1e32772cf170bf73c4fd0b47c6
/CMB/app/src/main/java/com/justicecoder/cmb/UtilsActivity.java
dc44c781e93687985fdde07644cb4f8812149f2a
[ "Apache-2.0" ]
permissive
kaungkhantjc/Call-Me-Back
b6d6e2b940cd6b9fa86ef7c8a74b38e20a5b9c39
b38ebc1cee89ec472e7c93d1c320104f7903b9ff
refs/heads/master
2020-09-16T10:55:44.569423
2020-08-24T03:57:17
2020-08-24T03:57:17
223,748,196
1
1
null
null
null
null
UTF-8
Java
false
false
4,602
java
package com.justicecoder.cmb; import android.util.Base64; import android.os.Build; import android.view.inputmethod.InputMethodManager; import android.widget.EditText; import android.app.*; import android.content.DialogInterface; import android.Manifest; import android.content.pm.*; import android.content.Intent; impor...
[ "noreply@github.com" ]
noreply@github.com
899b1ed945c62ad3f7ad7471e771029036ebbf45
c9ec08ac22843af88442dba781c6d51ccce6b33f
/src/Week12Homework/DataTypes.java
69efdb2643d579e06e96551ae7dddad778751e4a
[]
no_license
rinalpatel1/week12-homework
04c5574c7552cd5150a69722cfa1e428a645b25f
59a38862226896b192b00c7bccccc89033d59279
refs/heads/master
2023-08-16T03:18:01.424402
2021-10-18T23:09:04
2021-10-18T23:09:04
418,693,807
0
0
null
null
null
null
UTF-8
Java
false
false
522
java
package Week12Homework; public class DataTypes { public static void main(String[] args){ int a = 5; int b = 10; System.out.println(a+b); int a1 = 30; int b1 = 10; System.out.println(a1-b1); int a2 = 5; int b2 = 10; System.out.println(a2*b2);...
[ "rinalpatel2017@hotmail.com" ]
rinalpatel2017@hotmail.com
2a7e77a71f77253157228b89d82ad0b1d9b846d5
7961133bd042d73e83871877378ef55579b63058
/src/main/java/com/siwuxie095/spring/chapter8th/example2nd/Main.java
4e3491e2341eeb74f30d5e7b570eebec4835f404
[]
no_license
siwuxie095/spring-practice
f234c14f33e468538fb620b4dd8648526fc2d28c
7fa5aeaa5c81efd30a5c3d9e0d1396d0f866b056
refs/heads/master
2023-04-08T03:33:46.620416
2021-04-03T06:57:19
2021-04-03T06:57:19
319,481,337
0
0
null
null
null
null
UTF-8
Java
false
false
6,674
java
package com.siwuxie095.spring.chapter8th.example2nd; /** * @author Jiajing Li * @date 2021-02-09 16:24:08 */ @SuppressWarnings("all") public class Main { /** * 在 Spring 中配置 Web Flow * * Spring Web Flow 是构建于 Spring MVC 基础之上的。这意味着所有的流程请求都需要首先经过 Spring MVC * 的 DispatcherServlet。需要在 Spring 应用上下...
[ "834879583@qq.com" ]
834879583@qq.com
0ab59ffd310f7f85a3d0298d482ad5fe15978eed
88252dad1b411dd2a580f1182af707d0c0981841
/JavaSE210301/day24/src/com/atguigu/java1/MyInterface.java
70f1bc69f6d41b4bc4140b2bd64a177203ef703c
[]
no_license
FatterXiao/myJavaLessons
37db50d24cbcc5524e5b8060803ab08ab3b3ac0c
fa6ff208b46048527b899001561bd952f48bbe15
refs/heads/main
2023-04-20T09:18:06.694611
2021-04-29T10:18:30
2021-04-29T10:18:30
347,562,482
0
1
null
null
null
null
UTF-8
Java
false
false
125
java
package com.atguigu.java1; /** * @author shkstart * @create 14:09 */ public interface MyInterface { void method(); }
[ "xuweijunxinlan@yeah.net" ]
xuweijunxinlan@yeah.net
fe2292f1839ec57b1caa8f67219ca1a35253a7aa
c371d23fe53241e8c0b6f1e040d7da3104bf955c
/src/main/java/eu/smartdatalake/simsearch/ranking/SingletonRanking.java
02135208681a725ccb605623cfdf21bcfb72c26f
[ "Apache-2.0" ]
permissive
xmzhao/simsearch
a13a6d7bd0bdc6563ef70e414b8a6273ac1655f4
a8ed6833bb9f166cf77503cc580148edcb355498
refs/heads/master
2023-03-14T17:19:34.401794
2021-03-22T14:35:04
2021-03-22T14:35:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,515
java
package eu.smartdatalake.simsearch.ranking; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean; import eu.smartdatalake.simsearch.Assistant; import ...
[ "kpatro@athenarc.gr" ]
kpatro@athenarc.gr
c87aeca8b51d806cb4997e4edd079826769a3ad4
17af5929668dfe82f2852c00e7bbb93283de6e1e
/app/src/main/java/activity/basic/BaseViewModel.java
6b628dd94a19a10b9c16d60b5814ec6ed2c607eb
[]
no_license
Khyatinaik07/khyati
2f5ac4740d55d9a2235e26ca3ee37582b1afe032
21f180579999fbca6b480c7ba00ae17caa9811ce
refs/heads/master
2020-12-03T03:32:41.559592
2020-03-11T11:11:30
2020-03-11T11:11:30
231,197,113
0
0
null
null
null
null
UTF-8
Java
false
false
2,061
java
package activity.basic; import androidx.databinding.ObservableBoolean; import androidx.lifecycle.ViewModel; import java.lang.ref.WeakReference; import data.DataManager; import io.reactivex.disposables.CompositeDisposable; import utils.rx.SchedulerProvider; public abstract class BaseViewModel<N extends BaseNevigator...
[ "khyatinaik101@gmail.com" ]
khyatinaik101@gmail.com
5500a618f2bc452f1aad5344ed002995f4af590b
62f4aaa64e4a7d054b6267ecad92837cdab64488
/src/main/java/leetcode/leetcode_18_4sum/Main.java
07bcd471ee09e1da9fa61e915c3a23ccde7615dd
[]
no_license
danielnorberg/katas
f61cec77141a0046022050801d42f31c9c0e7da4
4697ad26facafa13e237568e4ee498f11813d2a1
refs/heads/master
2021-01-25T07:08:02.787014
2019-01-30T01:13:05
2019-01-30T01:13:05
20,840,188
1
2
null
null
null
null
UTF-8
Java
false
false
471
java
package leetcode.leetcode_18_4sum; import java.util.List; import static org.hamcrest.Matchers.contains; import static org.junit.Assert.assertThat; public class Main { public static void main(final String... args) { assertThat(fourSum(3, -1, 2, 2, -5, 0, -1, 4), contains( contains(-5, 2, 2, 4), ...
[ "daniel.norberg@gmail.com" ]
daniel.norberg@gmail.com
acfaac7b5679c6f44deecb215aad98cb7d4337ce
7f271adb80fdd3fae825ffadad0d3bd837f9090c
/tappweb/src/main/java/org/tapp/dal/DocumentDAOInter.java
6f1528f41f4f79ef05ef314b9294bd96bdac713f
[]
no_license
Williamfo/TAPP
591271537f239abc2971c9228d21ba6657ea2a7f
c8d3014654e923af493bdee5a5532e7ffa3d45bb
refs/heads/master
2020-05-31T23:38:49.014344
2015-05-29T08:56:12
2015-05-29T08:56:12
32,852,170
0
0
null
null
null
null
UTF-8
Java
false
false
256
java
package org.tapp.dal; import java.util.ArrayList; import org.tapp.bll.Document; public interface DocumentDAOInter { public ArrayList<Document> Listedocs(); public void ajoutdoc(String nom); public Document selectdoc(String nom); }
[ "nicolas.valadier@gmail.com" ]
nicolas.valadier@gmail.com
2137b914fe81282f0160167ea2ec084dbf27e1ab
97bfca9c15c070dd0f1560b26cd7d296f65aa660
/WEBUI/src/main/java/it/prisma/presentationlayer/webui/configs/Environment.java
1a7baf2c79822f8cf6f46690a1a416b577cb2392
[ "Apache-2.0" ]
permissive
pon-prisma/PrismaDemo
f0b9c6d4cff3f1a011d2880263f3831174771dcd
0ea106c07b257628bc4ed5ad45b473c1d99407c7
refs/heads/master
2016-09-06T15:37:22.099913
2015-07-06T15:28:10
2015-07-06T15:28:10
35,619,420
0
1
null
null
null
null
UTF-8
Java
false
false
581
java
package it.prisma.presentationlayer.webui.configs; public enum Environment { // LOCALHOST("localhost"), // REPLY("reply"), // SIELTE("sielte"), // INFN("infn"); // // // private String name; // // private Environment(String name){ // this.name = name; // } // // public String getName(){ // return name; // } //...
[ "pon.prisma@gmail.com" ]
pon.prisma@gmail.com
9046e75356b82ab8e5ffb278d74e52bb98541243
1338bc08cf55d1818d9525f05f87bae182bcdaa5
/PosManager/src/main/java/com/jc/pico/ext/pg/PayBean.java
b6df0dc73997c378e47110a8f4f5292f4f6b4f11
[]
no_license
JamesAreuming/PosManager
83ebf1615666cdaf8530e3e037522966d66449ef
0dae16f2efccfffeee09da16a2cdd5d0d939766a
refs/heads/master
2023-03-23T12:12:28.227846
2021-03-15T07:37:01
2021-03-15T07:37:01
313,203,570
0
0
null
null
null
null
UTF-8
Java
false
false
2,998
java
/** * <pre> * Filename : PayBean.java * Function : payment bean * Comment : * History : * * Version : 1.0 * Author : * </pre> */ package com.jc.pico.ext.pg; public class PayBean { private String pgKind = null; // PG사 종류(공통코드 356), PayOnline, BAK_pg, etc. private String merchantID = ...
[ "hothihi5@gmail.com" ]
hothihi5@gmail.com
a4f4da17029f53432d810b4519a08a42ab98aecd
3fbc9015328aeb73dc5fa95c7f749cbcbef8965c
/Comp201Examples/src/Doctor.java
23155d637547777e004007a795d13fb77923da90
[]
no_license
coopes-dev/hotelbooking
a40cf3f73038dd372103421c1bb3018191274a81
2b60c72320bd8ea7a5263bdf5d3f6f445749762f
refs/heads/master
2023-03-17T11:35:01.141869
2021-03-08T12:13:22
2021-03-08T12:13:22
344,808,880
0
0
null
null
null
null
UTF-8
Java
false
false
1,227
java
import java.util.Date; import java.util.Vector; public class Doctor extends PersonMultipleAddress { private Date qualificationDate; Vector<Patient> patientList = new Vector<Patient>(); // patients assigned to the Doctor public Doctor(String surname, String forename1, String forename2, DateOfBirth dateOfBirth) {...
[ "coopes@liv.ac.uk" ]
coopes@liv.ac.uk
94aa631799536b264175332e747a33b97a12be47
4a6c7a44b5df9e995e2a890a64893930d3941d25
/src/Users/Student.java
01fab3d95462459561db0b7e9dfee07b323cf1e3
[]
no_license
Alibek120699/intranetProject
36e105cdb49052bd16bbd404d42a869ce10f26a3
94eb037d77dfa2fad435d4f700e609f207d5044a
refs/heads/master
2020-04-06T16:45:23.897393
2018-11-27T17:45:10
2018-11-27T17:45:10
157,632,857
0
0
null
null
null
null
UTF-8
Java
false
false
10,764
java
package Users; import Course.*; import Enums.AccessRights; import Exceptions.InvalidYearException; import Interfaces.View; import Storage.Storage; import javafx.util.Pair; import java.io.*; import java.util.HashMap; import java.util.Iterator; import java.util.Scanner; import java.util.Vector; public class Student ex...
[ "sayakalibek1@gmail.com" ]
sayakalibek1@gmail.com
b137ce7530d5fd1065cf1f67780352fb92af23ce
5be4918c92749e5ecf898d1adcf5e5a695790375
/src/main/java/com/proofpoint/discovery/DiscoveryModule.java
4996dd26269407b439b6eaebe9db2aec30a34678
[]
no_license
pphnl/discovery-server
5dc637ab8d84469e0a28beba7e53a4d97c420a49
2921d607abf8366ece546be61178a26a7abe1c7e
refs/heads/master
2020-05-27T03:35:22.364645
2011-08-08T17:23:53
2011-08-08T17:23:53
2,174,808
0
0
null
null
null
null
UTF-8
Java
false
false
2,160
java
package com.proofpoint.discovery; import com.google.common.net.InetAddresses; import com.google.inject.Binder; import com.google.inject.Module; import com.google.inject.Provides; import com.google.inject.Scopes; import com.proofpoint.cassandra.CassandraServerInfo; import com.proofpoint.configuration.ConfigurationModul...
[ "hliu@proofpoint.com" ]
hliu@proofpoint.com
5582efb26e6aa60ce3655b95b2e13ba8bf464643
b9021bbab93e6ce6d540f85f3b0688ab686f5969
/src/main/java/org/benben/modules/business/commen/dto/SmsDTO.java
1bacfd6d4596402325a0ffaef3c86aeeec6897fb
[]
no_license
tanlei945/MyProject
007dce310137e70cce99f3b56fe59b1ad00ea109
fba90c2e1db30027b51ca043a43b617d3f797683
refs/heads/master
2023-08-04T10:37:00.449397
2019-05-24T03:04:40
2019-05-24T03:04:40
200,945,208
0
0
null
2023-07-22T12:53:35
2019-08-07T00:54:21
Java
UTF-8
Java
false
false
980
java
package org.benben.modules.business.commen.dto; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; /** * @author: WangHao * @date: 2019/4/10 11:21 * @description: 短信传输DTO */ @Data public ...
[ "wanghao@8b70f4e1-b3c0-4b97-97da-73496876a715" ]
wanghao@8b70f4e1-b3c0-4b97-97da-73496876a715
eb5d6c4e6de3f2ca9382a0ae8375379111096096
b631ba777aa24f3762dfeb6c9282effc9515ae70
/android/BookFinderApp/app/src/main/java/com/example/bookfinderapp/module/camera/AndroidCameraApi.java
6c21bccf6ae3a62c198aae72810871123528a62c
[]
no_license
BlueYamato/Book-Finder
c37c2e360d3666639ec161287c8787d45c0a45a1
b4bf5a740cd2cffce714c71ea49fb7b003f814ad
refs/heads/master
2023-02-28T09:31:32.663574
2021-01-29T02:35:58
2021-01-29T02:35:58
315,873,380
0
0
null
null
null
null
UTF-8
Java
false
false
14,467
java
package com.example.bookfinderapp.module.camera; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.ImageFormat; import android.graphics.SurfaceTexture; import android.hardware.camera2.CameraAccessException; import a...
[ "fraxinusratatoshkr@gmail.com" ]
fraxinusratatoshkr@gmail.com
dbac28f6ef646daddf267ad38e9abe18099eb970
a5f4b3a5b0f3606a6cbb8795b96603fafc3d156e
/Sample123/src/main/java/stepdefinitions/sampleStepDefinitions.java
693d297b22f44c340228c64747456811cbdc9552
[]
no_license
ManikantaSunkari/Practice
4c3bea9a18c133103de512d32e865b5aa4c95f21
71931a0c3d5f784d3d2b45efcc4f95c90df57edc
refs/heads/master
2021-07-05T23:21:56.378314
2019-06-15T10:53:53
2019-06-15T10:53:53
191,294,349
0
0
null
2019-06-11T05:17:37
2019-06-11T04:34:17
null
UTF-8
Java
false
false
2,012
java
package stepdefinitions; import cucumber.api.java.en.Given; import cucumber.api.java.en.Then; import cucumber.api.java.en.When; import stepactions.sampleStepActions; public class sampleStepDefinitions { sampleStepActions action; public sampleStepDefinitions() { action = new sampleStepActions(); ...
[ "MANIKANTA SUNKARI@LAPTOP-S767KDL8" ]
MANIKANTA SUNKARI@LAPTOP-S767KDL8
0c87a75c8166e344a29d026a5a47e67e7229c66b
1e80f67884deb0925671232a715a5c8945a66c1b
/src/main/Java/com/common/vo/TreeNode.java
298d42b8ee6d3683dadd72a66819ba8bdc3a2bf9
[]
no_license
lifei636/medicaltriagesystem
b23968ba13bbaaeb4d5f3235564e972b24d6283f
2423ca2a3d2bd705b02253e8ca755d0228108224
refs/heads/master
2022-07-12T17:54:04.425718
2019-06-19T08:39:30
2019-06-19T08:39:30
189,930,284
0
1
null
2022-06-29T17:25:02
2019-06-03T03:43:23
JavaScript
UTF-8
Java
false
false
5,061
java
package com.common.vo; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * 节点数据封装 */ public class TreeNode { /** * 节点id */ private String id; /** * 父节点id */ private String parentId; /** * 序号 */ private String num; /** * 节点名称 */ private String name; /** ...
[ "396314029@qq.com" ]
396314029@qq.com
609e912007ad53ee5767dd397db1018645180cdd
ce958df9b2e7cbbe23ade6d3c70372e73ce6016b
/Animales/src/Modelo/Perro.java
98152e5fe204f9591a4542885070463a0a1bb539
[]
no_license
andreapabon/POO2021-1
6c428ce31660016f446895d594532860a3124e7f
1ac2d208e24176be34092e9440aa0fbeb9330a7e
refs/heads/main
2023-04-04T10:55:38.729325
2021-04-22T13:10:19
2021-04-22T13:10:19
357,384,321
0
0
null
null
null
null
UTF-8
Java
false
false
850
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 Modelo; /** * * @author AndreaPabon */ public class Perro extends Canino implements iMascota{ public Perro(String foto...
[ "andreapabon@unicauca.edu.co" ]
andreapabon@unicauca.edu.co
8174dfd3ee8b808a4334a1fc0144ef8d6af71cde
75fa11b13ddab8fd987428376f5d9c42dff0ba44
/metadata-service/factories/src/main/java/com/linkedin/metadata/boot/kafka/DataHubUpgradeKafkaListener.java
11d12072e12b79d9976bea8d442cea39e3b4bbaf
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "MIT" ]
permissive
RyanHolstien/datahub
163d0ff6b4636919ed223ee63a27cba6db2d0156
8cf299aeb43fa95afb22fefbc7728117c727f0b3
refs/heads/master
2023-09-04T10:59:12.931758
2023-08-21T18:33:10
2023-08-21T18:33:10
246,685,891
0
0
Apache-2.0
2021-02-16T23:48:05
2020-03-11T21:43:58
TypeScript
UTF-8
Java
false
false
6,937
java
package com.linkedin.metadata.boot.kafka; import com.linkedin.gms.factory.config.ConfigurationProvider; import com.linkedin.metadata.EventUtils; import com.linkedin.metadata.boot.dependencies.BootstrapDependency; import com.linkedin.metadata.utils.metrics.MetricUtils; import com.linkedin.metadata.version.GitVersion; i...
[ "noreply@github.com" ]
noreply@github.com
9f89794c3c69da356f769ab1d194caacfbcb4025
c538dcbb9a04aa638d9ea0db1e851ab919580cb9
/com-sys-model/src/main/java/com/sys/model/basecode/Barbecue.java
b2234d972042ae3ad3a2ad8b483cf8b3367b4e6c
[]
no_license
qiufeng001/com-sys
e86548b92881182f992156e4efc8d726735489b5
30841ba4a56f0fba4a9a32016f98d9c72b4249a1
refs/heads/master
2022-12-25T18:02:34.092157
2020-11-27T09:57:34
2020-11-27T09:57:34
227,324,685
0
1
null
2022-12-15T23:25:29
2019-12-11T09:20:41
Java
UTF-8
Java
false
false
1,550
java
package com.sys.model.basecode; import com.baomidou.mybatisplus.annotation.TableName; import com.sys.core.base.Entity; /** * <p> * 烧烤 * </p> * * @author zhong.h * @since 2020-11-19 */ public class Barbecue extends Entity { private static final long serialVersionUID=1L; /** * 名称 */ priva...
[ "oncwnuCW0oYGIFY0bySSfNeJYSk4@git.weixin.qq.com" ]
oncwnuCW0oYGIFY0bySSfNeJYSk4@git.weixin.qq.com
abbdb133645e5380ba1f42cd9dc32cbc6807cd01
d96bef4c2cadc6caab4aeedcca3e083468f39c5c
/sasi/src/Arrays/Multiplactionmatrix.java
0ead48736dc4771f51e387798cf8b7de7f0defb2
[]
no_license
TechieFrogs-Achievers/JavaBasics
a06d46a9b912c587982a52975d61c84722b5b1b1
9a5c5653610449dc7265406fb4343079089328e9
refs/heads/main
2023-03-20T20:42:30.820354
2021-03-12T06:17:19
2021-03-12T06:17:19
313,300,339
4
0
null
null
null
null
UTF-8
Java
false
false
2,008
java
package Arrays; import java.util.Scanner; public class Multiplactionmatrix { public static void main(String[] args) { System.out.println("Enter the elements:"); Scanner sc = new Scanner(System.in); //scanner class object int row = sc.nextInt(); //initializing th...
[ "sasibhanukrovvidi@gmail.com" ]
sasibhanukrovvidi@gmail.com
d227a80a2bd0828163ddcfac3c6d19000adee2ce
20e327caafd32deb5f0b8fbcce30db96cbfea1a3
/src/database/DBConnectionFactory.java
f03102bde708cdb2af04f6e9bab5b00c9ebd4423
[]
no_license
jpyan/EventRec
3c1431040abf27f28e25e52a8ca42079d3c2e085
03acb450048f854924b3c16ddaecc2f2fbc7c0d7
refs/heads/master
2020-07-23T02:59:05.985269
2019-09-15T20:37:04
2019-09-15T20:37:04
207,426,708
0
0
null
null
null
null
UTF-8
Java
false
false
554
java
package database; import database.mysql.MySQLConnection; public class DBConnectionFactory { // This should change based on the pipeline. private static final String DEFAULT_DB = "mysql"; public static DBConnection getConnection(String db) { switch (db) { case "mysql": return new MySQLConnection(); case ...
[ "jpyan@umich.edu" ]
jpyan@umich.edu
694518799b0024f4f642f2921073a850bf09ff31
6df4c8cb1c5503b047996036d9424d893d892a0e
/src/main/java/org/chsi/model/Category.java
87802968bd378fe285279c5641e59e34d8c23ec4
[]
no_license
chsi13/springbootdemo
fc766f0180d9573fcf66916fa002fabbc0a0f827
6aa4a2c323af5d203d3ff74e733ceb0c37b12c37
refs/heads/master
2021-05-08T14:49:50.658461
2018-02-06T04:44:58
2018-02-06T04:44:58
120,095,605
0
0
null
null
null
null
UTF-8
Java
false
false
162
java
package org.chsi.model; /** * Created by chsi on 20/01/2018. */ public enum Category { JVM, System, Database, Devops, Java, Agile; }
[ "christopher.siciliano@smals.be" ]
christopher.siciliano@smals.be
57f59da280325070f49853103482a419559f146e
1f36cb5dcdae379cd95fb549ee6862aeeb32115f
/payment/src/main/java/movie/PaymentController.java
299354ec56b8242c41a576317167ae22697c9da5
[ "MIT" ]
permissive
jaeheeshim/movie-booking
4e54258b7a89ca8f139d8867749c72aafda71c9e
532d06d102f945161cd340b150f4117efcf70e73
refs/heads/master
2023-03-08T07:46:34.442438
2021-02-24T08:53:39
2021-02-24T08:53:39
339,084,217
0
3
null
null
null
null
UTF-8
Java
false
false
501
java
package movie; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestCont...
[ "jaehee.shim@sk.com" ]
jaehee.shim@sk.com
8119a0061d2359e11fca55928a53aa51898d2933
c94ca7b42d7da151ee74b1f5f8790e79fa769e9b
/src/psm7/Thermometer.java
58470eec7365c848662098e04102482410e2c624
[]
no_license
WhiteShootingStar/PSM
60077b70b43f76a11a1b717bf87661c859478c4b
996735a3806ad39cc293d57d5d719ef75e2a8baa
refs/heads/master
2020-04-27T13:41:50.549312
2019-05-11T22:13:15
2019-05-11T22:13:15
174,379,914
0
1
null
null
null
null
UTF-8
Java
false
false
4,178
java
package psm7; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Scanner; import java.util.function.IntFunction; public class Thermometer { public PartOfThePlate[][] plates; public Thermometer() { Scanner scan = new Scanner(System.in); System.out.println("Please enter...
[ "palart2000@gmail.com" ]
palart2000@gmail.com
ce57ab0d6371e8f2c324bc32a94bc3185666ba46
cdb72cf07a1e44a93f89fdcb6d1699be32f2ae2a
/JAVA/LojadeInformatica/src/main/java/br/edu/etec/TelaDeCadastro.java
238fee5b862901e014982fe3649013bb00732d46
[]
no_license
matheuspmedeiros/JAVA
b08e2f07e96c8211c65dd16f4d25ddffd1c25f9b
fe84ed618789800a00f15d40599f255c6a037536
refs/heads/master
2020-03-18T04:50:20.976482
2018-05-21T19:56:13
2018-05-21T19:56:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,177
java
package br.edu.etec; import java.awt.BorderLayout; import java.awt.GridLayout; import java.sql.SQLException; import javax.swing.JButton; import javax.swing.JList; import javax.swing.JPanel; import javax.swing.JTextField; public abstract class TelaDeCadastro extends JPanel{ JPanel painelDeBotoes = new JPanel(); ...
[ "mpmedeiros17@gmail.com" ]
mpmedeiros17@gmail.com
50447343fe6eeec0c6f778590e7c14484ed7c287
ceab19a7632794a11896cdef7037725550b5269f
/src/Eclipse-IDE/org.robotframework.ide.eclipse.main.plugin.tests/src/org/robotframework/ide/eclipse/main/plugin/tableeditor/source/colouring/TokenTypeBasedRuleTest.java
44180dbf759a529305daf5d78116ee8842827145
[ "Apache-2.0" ]
permissive
aihuasxy/RED
79729b0b8c9b8b3c837b7fc6eaff3010aaa25ebf
aab80218fa42656310ca1ee97b87c039ae988a0a
refs/heads/master
2021-01-13T04:25:20.808371
2017-01-10T13:28:14
2017-01-10T13:28:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,314
java
package org.robotframework.ide.eclipse.main.plugin.tableeditor.source.colouring; import static com.google.common.collect.Lists.newArrayList; import static org.assertj.core.api.Assertions.assertThat; import static org.mockito.Mockito.mock; import static org.robotframework.red.junit.Conditions.absent; import stati...
[ "test009@nsn.com.not.available" ]
test009@nsn.com.not.available
a30360f55feda0bc05f3694b72569b4ff130a9ec
0c8464275690b54c0a6300cb03b3f834390ce2f3
/TAGS/BEFORE_RCP-3.5/sernet.gs.reveng/src/sernet/gs/reveng/MbZeiteinheitenTxtDAO.java
f0a7d10781f1f07bedf1c50e28ad3e4052fc5eec
[]
no_license
nandaTF/svnroot
ef20097c44eb2f5c460886518889277d145871b5
bcce753556e3ba8f7f56bbeb479993c5a0d0de69
refs/heads/master
2020-07-05T05:59:26.617175
2015-07-29T16:35:38
2015-07-29T16:35:38
39,940,740
0
0
null
null
null
null
UTF-8
Java
false
false
5,013
java
package sernet.gs.reveng; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.LockMode; import org.hibernate.Query; import org.hibernate.criterion.Example; /** * A data access object (DAO) providing persistence and search suppor...
[ "dmurygin@4c0145ca-515c-4d1a-a6bc-f9bd594c3410" ]
dmurygin@4c0145ca-515c-4d1a-a6bc-f9bd594c3410
c8550b1ddca8729130989825bc22bc29d9ffcb5f
27511a2f9b0abe76e3fcef6d70e66647dd15da96
/src/com/instagram/common/k/a/b.java
750ebb1f7964c94df2925d8bfe3b2178bd9a931b
[]
no_license
biaolv/com.instagram.android
7edde43d5a909ae2563cf104acfc6891f2a39ebe
3fcd3db2c3823a6d29a31ec0f6abcf5ceca995de
refs/heads/master
2022-05-09T15:05:05.412227
2016-07-21T03:48:36
2016-07-21T03:48:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.instagram.common.k.a; import java.util.concurrent.atomic.AtomicLong; final class b implements Runnable { b(c paramc) {} public final void run() { if ((c.a(a).get() > c.b(a)) || (a.a() > c.c(a))) { c.d(a); } } } /* Location: * Qualified Name: com.instagram.common.k.a.b * J...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
73f1d2c62635123dc34cb933801519b006cce42a
c8269845b4f4b12f6eb08d6be79482940de18d11
/src/main/java/com/dockerplugindemo/server/FirstServerHandler.java
4b932df69931a7ce1b90371e19359b71e0c2ad7f
[]
no_license
2430546168/dockerplugindemo
02dd7717508eb4764eeb58df7fdeb7c08806bb21
a2db0e81754f1d0b20f25730f8517628e56d4dfc
refs/heads/master
2022-12-09T03:09:59.674535
2020-09-10T06:43:12
2020-09-10T06:43:12
293,737,552
0
0
null
null
null
null
UTF-8
Java
false
false
1,110
java
package com.dockerplugindemo.server; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import java.nio.charset.StandardCharsets; import java.util.Date; /** * @author: zsg * @create: 2020/9/9 16:16 * @description: */ public class F...
[ "2430546168@qq.com" ]
2430546168@qq.com
6f7f125e64b5e4371a8e89d3ed800bbcf43967a8
232f16900ceb6cb7eca365eeb29988c0c92f49e2
/src/main/java/sandy/entity/Product.java
8233485df43b42598323e57972bd0cce0fdbb15e
[]
no_license
sandeepnegi1996/product_inventory_api_SpringBoot
c1f4bf4e17c9bea5ac66745d0809c923339b2bec
80ceea116f259763f2dd1864223449e846e01022
refs/heads/master
2020-12-23T15:51:16.925688
2020-01-30T11:09:25
2020-01-30T11:09:25
237,195,750
0
0
null
null
null
null
UTF-8
Java
false
false
621
java
package sandy.entity; public class Product { private int pid; private String pName; private int PQuantity; public Product(int pid, String pName, int pQuantity) { super(); this.pid = pid; this.pName = pName; PQuantity = pQuantity; } public Product(){ } public int getPid() { return pid; } ...
[ "9041128179sandy@gmail.com" ]
9041128179sandy@gmail.com
1fa9c19c5d93397d195d5dc90968f3f4b8b8abae
1dc4f2c2e441482ccd558ba5b874b5ab9a673878
/ web-academy-erp/AcademyERP/src/academy/faq_board/action/ActionForward.java
30d9062a1f54767b0e57ea3ad2d7e447a8083a9b
[]
no_license
ricardoard12/web-academy-erp
d10161fcabc1cb9bb1a9423372e7342fb7c67740
4122d3524848bb1e4c15479a3801b9d2fd930efa
refs/heads/master
2021-01-10T05:08:03.790652
2013-03-21T05:45:39
2013-03-21T05:45:39
45,357,209
0
0
null
null
null
null
UTF-8
Java
false
false
455
java
package academy.faq_board.action; public class ActionForward { private boolean isRedirect = false; private String path = ""; public boolean isRedirect() { return isRedirect; } public void setRedirect(boolean isRedirect) { this.isRedirect = isRedirect; } publ...
[ "skawodn65@db77fb09-7fbe-7500-95d4-d0ba2e8cd75c" ]
skawodn65@db77fb09-7fbe-7500-95d4-d0ba2e8cd75c
7c5b84b9217ae547d4b121706b585413560a1a76
81cd45713bcf3a86de1ab422bb5e235c857b7fd5
/main/java/com/evershy/yeet/proxy/ClientProxy.java
43ad9d4cc4693128a2d33e207e4df5d1cfc8f0b2
[]
no_license
IjiMendeleev/src
c2a241dfa38c45f0cf37526c60d829d2efe11dc2
6520fe00e526295ce2d2e67313c44617ec567552
refs/heads/master
2020-09-30T01:22:21.728863
2019-12-18T21:25:48
2019-12-18T21:25:48
227,165,351
0
0
null
null
null
null
UTF-8
Java
false
false
623
java
package com.evershy.yeet.proxy; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.client.renderer.entity.Render; import net.minecraft.entity.Entity; import net.minecraft.item.Item; import net.minecraftforge.client.model.ModelLoader; impo...
[ "32820323+IjiMendeleev@users.noreply.github.com" ]
32820323+IjiMendeleev@users.noreply.github.com
ba2f0075d2a0ee24bb0107f3e225d88b9b04f5e6
ed91c77afaeb0e075da38153aa89c6ee8382d3fc
/mediasoup-client/deps/webrtc/src/sdk/android/api/org/webrtc/Camera2Enumerator.java
2c6bb57b68b0d13214b3848fbdb8d7056729cc2c
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-google-patent-license-webm", "MIT" ]
permissive
whatisor/mediasoup-client-android
37bf1aeaadc8db642cff449a26545bf15da27539
dc3d812974991d9b94efbc303aa2deb358928546
refs/heads/master
2023-04-26T12:24:18.355241
2023-01-02T16:55:19
2023-01-02T16:55:19
243,833,549
0
0
MIT
2020-02-28T18:56:36
2020-02-28T18:56:36
null
UTF-8
Java
false
false
9,997
java
/* * Copyright 2015 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
[ "wuhaiyang1213@gmail.com" ]
wuhaiyang1213@gmail.com
af6dd69aec230f2627c9b4bc57c06f794c18bd44
ccf9c4f38da30f02359bcb7ff3fa5c406c58b2b3
/src/jaeyoung96/MainLine.java
73bd80f971e6e1676f5ef0071c14160c1c320de8
[]
no_license
phm3241/RentalProject
2b0436e625a21c898bcafc5f16f01c994a63e6d0
f6be9a521bef44fb446cb6176b59fcaa9482cc1f
refs/heads/master
2022-07-05T03:43:08.658226
2020-05-12T05:14:28
2020-05-12T05:14:28
263,653,378
0
0
null
null
null
null
UTF-8
Java
false
false
3,550
java
package jaeyoung96; public class MainLine { public static void main(String[] args) { AdminManager adm = AdminManager.getInstance(); MemberManager mem = new MemberManager(); while (true) { System.out.println(); System.out.println("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■...
[ "lgrnsdk@naver.com" ]
lgrnsdk@naver.com
bccfb32f2b7badcf0b95dd4c91b692a40950262d
ed0f378dc7265e1538ab18229729c5f624677c2a
/源代码/taojin-manage/taojin-manage-entity/src/main/java/com/ms/taojin/manage/entity/ItemEntity.java
63078fe5069ac173c3ff882f1063555d75fd9dd0
[]
no_license
ms930602/TaoJin
8dead7e6bc08d4d0b48dda0993e935cde2201ef8
398af018bc30b52a7feb302ae2dcbc61dc0b7f88
refs/heads/master
2020-04-08T06:19:36.257454
2018-11-30T10:00:41
2018-11-30T10:00:41
159,092,740
0
0
null
null
null
null
UTF-8
Java
false
false
6,389
java
package com.ms.taojin.manage.entity; import com.fasterxml.jackson.annotation.JsonIgnore; import com.ms.taojin.common.entity.BaseEntity; import com.ms.taojin.common.vo.TableName; /** * 物品信息 * @author 蒙赛 * @Date 2018-11-29 10:06:48 * @since 1.0 */ @TableName("t_ms_item") public class ItemEntity extends BaseEntity...
[ "ms930602@sina.cn" ]
ms930602@sina.cn
8cd64da934d1ed30974f156bee8670cba075b4a2
da4c910c15e79edcd13d12ef2aeee348f71fac08
/src/main/java/com/docusign/controller/click/examples/C004ControllerGetListClickwraps.java
18725d4a7ed13257844b93f33b623e8cba41dac4
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
prafullkotecha/docusign-hackathon
6c3f73518d3a2aeed1018b4ca5131347ccf4e549
4ed463d41983301d5421921b9b4f02a790ec264f
refs/heads/main
2023-06-26T23:40:00.638449
2021-08-01T13:46:30
2021-08-01T13:46:30
390,871,672
0
0
MIT
2021-07-29T23:12:37
2021-07-29T23:10:43
null
UTF-8
Java
false
false
1,895
java
package com.docusign.controller.click.examples; import com.docusign.DSConfiguration; import com.docusign.click.api.AccountsApi; import com.docusign.click.client.ApiException; import com.docusign.click.model.*; import com.docusign.common.WorkArguments; import com.docusign.core.model.DoneExample; import com.docusign.cor...
[ "prafull.kotecha@gmail.com" ]
prafull.kotecha@gmail.com
6f612662ee2f521a75a73cf94be554d9c654e714
0a850bdb161e32b71e1515e3d16c1b82be86dff0
/src/main/java/com/zhiyou100/video/web/controller/AdminVideoController.java
d49af59dda3b50a4a16a3de5dd6558bc8269980c
[]
no_license
yuanman1/video
86cb0f9a60801b3fae10a19687b0c7929a27da83
c0b12b32e57670e09f9e5258ca21548d7f342e7e
refs/heads/master
2021-08-30T00:07:10.425231
2017-12-15T11:10:30
2017-12-15T11:10:30
114,361,696
0
0
null
null
null
null
UTF-8
Java
false
false
3,482
java
package com.zhiyou100.video.web.controller; import java.util.Arrays; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annota...
[ "1412668325@qq.com" ]
1412668325@qq.com
715a0ce3c3e3240940960b3620d3603f36320371
22907b20e3778f15906bd77c582f9d64b65e708f
/java_eclipse-plugin_sharpdev/org.emonic.debugger/src/org/emonic/debugger/ui/EmonicModelPresentation.java
065b81c26e84703f493aa4f0c9b0edf1a9a458fc
[]
no_license
liamzebedee/misc
8888ec8961d83668dc4b56f31ff4469761f83711
bf3455bfdd682a547727cd9d381fe8988b5ee22c
refs/heads/master
2016-09-05T09:29:49.294517
2014-09-24T00:16:31
2014-09-24T00:16:31
6,121,970
1
1
null
null
null
null
UTF-8
Java
false
false
2,499
java
/** * Virtual Machines for Embedded Multimedia - VIMEM * * Copyright (c) 2008 University of Technology Vienna, ICT * (http://www.ict.tuwien.ac.at) * All rights reserved. * * This file is made available under the terms of the * Eclipse Public License v1.0 which is available at * http://www.eclipse.org/legal/e...
[ "liamzebedee@yahoo.com.au" ]
liamzebedee@yahoo.com.au
2f1a607cd762555ccd86eb1c4afb1cd77af94ab8
f0d8026a797d0974241780eb53311bfa55e918e1
/tech_website/src/com/alipay/api/response/AlipayMemberCouponQuerydetailResponse.java
f0bbdb4f55e988e4e2f50cd5e4ca4859f2a59fb7
[]
no_license
boberhu/1yuango
19762c1dc556337ad74f64e4704bbb30050a7757
2b5c8e6a8c2c888e7b81fe793b7e4cd541b0a244
refs/heads/master
2020-04-17T11:18:27.293198
2016-08-29T14:14:12
2016-08-29T14:14:12
66,846,025
1
1
null
null
null
null
UTF-8
Java
false
false
1,115
java
package com.alipay.api.response; import com.alipay.api.AlipayResponse; import com.alipay.api.domain.Coupon; import com.alipay.api.internal.mapping.ApiField; public class AlipayMemberCouponQuerydetailResponse extends AlipayResponse { private static final long serialVersionUID = 1498225184312227364L; @ApiField("c...
[ "bober.hu@outlook.com" ]
bober.hu@outlook.com
c93d193c186e8acf0eaffbecbf496f5d642076b8
48843bf40cde0265193b5503839a4fd0c7e36481
/app/src/main/java/com/lenovo/guaguaview/DrawView.java
b2c1059c974231300fe1aa981d8ee7880e2bb49a
[]
no_license
zhangyalong123feiyu/GuaGuaView
ad7e7fd69d281c894aa8902b7b6195a11164cefc
72c416126a7b3f2ff5af0ee1bce1b899ddd03117
refs/heads/master
2020-04-09T10:40:01.103788
2018-12-04T06:27:48
2018-12-04T06:27:48
160,278,568
0
0
null
null
null
null
UTF-8
Java
false
false
2,048
java
package com.lenovo.guaguaview; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; import android.suppo...
[ "zhangyl46@lenovo.com" ]
zhangyl46@lenovo.com
cad6c62cd7c71806f82c21bbe79f7c72c4db4756
6bfddea9dee5f4c31e0931b0fc07a0f93a8ef717
/src/test/java/br/com/fatecmc/joaodebarro/stepdefinition/ClienteStep.java
a638f5c0e144f8109975e2b435994d57abcc065e
[]
no_license
PHCarmo/JoaoDeBarro
606e2f6365962cdbccda2d2308617ab0d6d4f20d
05566fcf0d3c3d5d273e2a53a3637d94bb52d76f
refs/heads/main
2023-07-05T17:13:03.257091
2021-08-29T21:31:40
2021-08-29T21:31:40
340,524,508
0
0
null
null
null
null
UTF-8
Java
false
false
3,062
java
package br.com.fatecmc.joaodebarro.stepdefinition; import br.com.fatecmc.joaodebarro.util.WebDriverSingleton; import br.com.fatecmc.joaodebarro.pageobject.*; import io.cucumber.java.pt.*; import junit.framework.Assert; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; public class ClienteStep { ...
[ "paulo.henrique.carmo@hotmail.com" ]
paulo.henrique.carmo@hotmail.com
d4cbbbf073292dfe25288a3a19b091acf7d06b8b
5a64670b5a897470d6b4c7523be1f6bf9f62661c
/src/top/jiaway/headfirst/Proxy/GumballMachineTestDrive.java
12640df825fa4080732be57c05c440cfbe3aded5
[]
no_license
andjiawei/headfirst
56f969d4e4c9a776001a0cea0d0771d43729b401
6eb74309074b1711f2c29ed2bb965e7e48ac30f2
refs/heads/master
2022-11-24T19:42:35.809514
2020-07-23T23:15:53
2020-07-23T23:15:53
262,091,262
0
0
null
null
null
null
UTF-8
Java
false
false
1,581
java
package top.jiaway.headfirst.Proxy; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBoundException; import java.rmi.RemoteException; public class GumballMachineTestDrive { private static GumballMachine gumballMachine; public static void main(String[] args) throws RemoteExce...
[ "jiawei@qq.com" ]
jiawei@qq.com
e611aa35fc2f1134affdf6d75ffa259dad55533f
a8f7d781cb24074b5c4a6b252bb898d812fd9502
/app/src/main/java/com/example/android_seminar_8_2/UserAdapter.java
146dd5e1e7f74f20e7e3afcaa5c856107cf03994
[]
no_license
KyriakosOuzounis/Android_Seminar_8_2
0604a81b1fe4285b69e3e7ff9703b97bf27602cc
08ebac5dfc6a6e0fbd1aa4940047f64d3ab84191
refs/heads/master
2021-01-16T07:39:17.657328
2020-02-25T14:59:52
2020-02-25T14:59:52
243,027,209
0
0
null
null
null
null
UTF-8
Java
false
false
2,691
java
package com.example.android_seminar_8_2; import android.content.Context; import android.content.Intent; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonN...
[ "57915478+KyriakosOuzounis@users.noreply.github.com" ]
57915478+KyriakosOuzounis@users.noreply.github.com
85270c4abab982ac566b3be71288d9fabe37d9b0
fb84fb991eb4d6ca36b893c1598d4e24cd0261f1
/common/src/main/java/me/tinggu/common/utils/ScreenUtils.java
815ae785cf6017885f09d1155921a380b5143ab5
[]
no_license
tinggu/MrBaozi
c4cd06eb047ca7fe735b5bbca2296c7475b8c48e
bfc160ef1124e855f6afae8f5d56820f3aefc519
refs/heads/master
2021-01-10T02:38:30.358257
2016-01-21T07:17:51
2016-01-21T07:17:51
49,554,880
0
0
null
null
null
null
UTF-8
Java
false
false
797
java
package me.tinggu.common.utils; import android.content.Context; import android.util.DisplayMetrics; import android.view.WindowManager; public class ScreenUtils { public static int getWidth(Context context) { WindowManager manager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); ...
[ "tinggu@126.com" ]
tinggu@126.com
57d0142bcfc6350df08c17214ebb4814d5539ac8
d6267a448e056b47d79cc716d18edec6dd91154c
/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/IgniteCacheContinuousQueryNoUnsubscribeTest.java
d7beb02ec867469f4c55db55a2d0434da52faa40
[ "Apache-2.0", "LicenseRef-scancode-gutenberg-2020", "CC0-1.0", "BSD-3-Clause" ]
permissive
sk8tz/ignite
1635163cc2309aa0f9fd65734317af861679679f
2774d879a72b0eeced862cc9a3fbd5d9c5ff2d72
refs/heads/master
2023-04-19T03:07:50.202953
2017-01-04T21:01:13
2017-01-04T21:01:13
78,094,618
0
0
Apache-2.0
2023-04-17T19:45:36
2017-01-05T08:30:14
Java
UTF-8
Java
false
false
4,718
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "sboikov@gridgain.com" ]
sboikov@gridgain.com
6ab832770e7e8fed3a95c8d4a511ec3270be1f20
d2cb1f4f186238ed3075c2748552e9325763a1cb
/methods_all/nonstatic_methods/javax_imageio_IIOParam_getSubsamplingYOffset.java
03f9ca3208ce7695588c6e47e381191755f70445
[]
no_license
Adabot1/data
9e5c64021261bf181b51b4141aab2e2877b9054a
352b77eaebd8efdb4d343b642c71cdbfec35054e
refs/heads/master
2020-05-16T14:22:19.491115
2019-05-25T04:35:00
2019-05-25T04:35:00
183,001,929
4
0
null
null
null
null
UTF-8
Java
false
false
171
java
class javax_imageio_IIOParam_getSubsamplingYOffset{ public static void function() {javax.imageio.IIOParam obj = new javax.imageio.IIOParam();obj.getSubsamplingYOffset();}}
[ "peter2008.ok@163.com" ]
peter2008.ok@163.com
d19888891658fd2f45d841477c5f986520c8ac24
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdasApi21/applicationModule/src/test/java/applicationModulepackageJava16/Foo345Test.java
f07f36459764c115c68064933f12fe2ef803a3d5
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package applicationModulepackageJava16; import org.junit.Test; public class Foo345Test { @Test public void testFoo0() { new Foo345().foo0(); } @Test public void testFoo1() { new Foo345().foo1(); } @Test public void testFoo2() { new Foo345().foo2(); } @Test public void testFoo3() {...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
df0386c0bce889d0d9acf5d7d5606a8a225feaf1
45649d2f8bae338bceb923e022d84ad041d57bce
/app/src/main/java/jmessage/example/com/nongshangtong/homepage/MainActivity.java
0e896ffe4ab806d40c1d171acd151eaf8297a77a
[]
no_license
qinhuangdaoStation/NongShangTong
afb025f24ebcd5ee11818c030f2379c49c4472b3
3af6e917775e9099676efa676908640498f5b29f
refs/heads/master
2021-01-01T03:37:43.200377
2016-04-13T12:25:12
2016-04-13T12:25:12
56,149,569
0
0
null
null
null
null
UTF-8
Java
false
false
3,419
java
package jmessage.example.com.nongshangtong.homepage; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.util.DisplayMetrics; import ...
[ "xuridongshenghe@163.com" ]
xuridongshenghe@163.com
6474c0dbc4337c9574a91bf1a9981ece6e388b70
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/OpenTabsTest.java
b2e6626ea47b4daadb8951db0e16261fc0b6709d
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
Java
false
false
14,839
java
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.sync; import android.test.suitebuilder.annotation.LargeTest; import android.util.Pair; import org.chromium.base.Thre...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
9eede2ac04d47f2425839e300857ac30bec9b3d4
f0ec508f4b480d8d5399a2880e4cbb0533fc2fc1
/com.gzedu.xlims.biz/src/main/java/com/gzedu/xlims/serviceImpl/exam/wk/dto/ExamRoomDistribute.java
a0df16a0c0264c4a512d9bfec8820912547ed0b3
[]
no_license
lizm335/MyLizm
a327bd4d08a33c79e9b6ef97144d63dae7114a52
1bcca82395b54d431fb26817e61a294f9d7dd867
refs/heads/master
2020-03-11T17:25:25.687426
2018-04-19T03:10:28
2018-04-19T03:10:28
130,146,458
3
0
null
null
null
null
UTF-8
Java
false
false
1,794
java
/** * Copyright(c) 2013 版权所有:广州远程教育中心 www.969300.com */ package com.gzedu.xlims.serviceImpl.exam.wk.dto; /** * 功能说明:考场分配 * * @author 李明 liming@eenet.com * @Date 2016年7月14日 * @version 2.5 * */ public class ExamRoomDistribute { String DISTRIBUTE_ID;// String 考室分配ID 否 String EXAM_ROOM_ID;// String 考室ID 否 Str...
[ "lizengming@eenet.com" ]
lizengming@eenet.com
dce67e6646e3abce0ba7e07840eec590c3565080
554ddc83de16bcdf6d133241b3e71127cdafb1e5
/src/main/java/com/yiang/ssm/yrn/model/User.java
3c29a2dea7e72eab61ff797fd5b3de8f3cc67d44
[]
no_license
buildingMonster/ssm
640610cc3f33e6199b9fe4b6d75a5a39bf3f00c1
1aac5ad124540c5af1b0be46d366052dae47126e
refs/heads/master
2020-04-25T14:21:51.586524
2019-03-01T01:31:40
2019-03-01T01:31:40
172,839,383
0
0
null
null
null
null
UTF-8
Java
false
false
4,800
java
package com.yiang.ssm.yrn.model; import java.util.Date; public class User { private String user_id; private String user_name; private String user_password; private Integer user_flag; private String user_email; private String user_phone; private String user_sex; private Date user...
[ "1905566173@qq.com" ]
1905566173@qq.com
c56ef490d11cc82ea1e80c7fc89880dabe5dcdf6
2817e620defafc279aea7abd7382d9907c6f8bd1
/manager/src/main/java/io/atomix/manager/util/ResourceManagerTypeResolver.java
c5e69f8cac838d1fafce418bb50925db701c4315
[ "Apache-2.0" ]
permissive
dmvk/atomix
23f820bc4e97a3088982809addbfe8b698414728
559f25a06324746d7fbb71947ac2c2b546386fa7
refs/heads/master
2021-01-22T04:41:01.901860
2016-04-13T19:36:37
2016-04-13T19:36:37
56,785,227
0
0
null
null
null
null
UTF-8
Java
false
false
2,012
java
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "jordan.halterman@gmail.com" ]
jordan.halterman@gmail.com
2f1b380ebbb8bbfbc048b82597e74a43ffde1810
9a2400d5e803e5ee22fef7a0bd6d7a8d976e60ba
/src/test/java/br/com/dio/pointcontrol/PointControlApplicationTests.java
0e1a01d94cf0aee83c2b2c8faf70e7bb7ed52506
[]
no_license
CalelCosta/PointController
185b4343da21621f40f95627438f3d2f467fefc1
595fb498821c71fbf77ffdbf93f3f75b5fcf1d18
refs/heads/master
2023-07-08T22:34:54.627111
2021-08-09T00:27:42
2021-08-09T00:27:42
394,050,886
0
0
null
null
null
null
UTF-8
Java
false
false
230
java
package br.com.dio.pointcontrol; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class PointControlApplicationTests { @Test void contextLoads() { } }
[ "calel.costa@gmail.com" ]
calel.costa@gmail.com
32b69452b5e03688c3d229a9b9c4e98d3e080bf4
79990b9f9ba15a6908dfb0a5ccfec46d85eeabf6
/Ch04_TreesAndGraphs/Five.java
a1d64827738bc0e5c5a584423c1aa6c2e87351d6
[ "MIT" ]
permissive
deepcover96/coding-problems
3b8c49221f6b8d8420df3e015a858a7f7b67b9d2
6f16773b1aa85d5417746d6e57e8a95c494a0e5d
refs/heads/master
2021-01-18T20:40:10.991511
2017-07-23T23:37:03
2017-07-23T23:37:03
86,984,171
0
0
null
null
null
null
UTF-8
Java
false
false
1,582
java
import java.util.*; class Five { public static void main(String[] args) { int[] arr = new int[] {1,2,3,4,5,6,7,8,9,10,20,45,55,56,67,69,100,111}; // create a binary tree using the method from problem Two. TreeNode root = Two.createTree(arr); TreeNode.print(root); boolean isBst = isBinarySearchTree...
[ "wil.ruiz@gmail.com" ]
wil.ruiz@gmail.com
91ce3d45c8f964cf4fc86ef394235e2b1294b7dd
54dab4c3a1362823399897ca426092b91c92b61d
/src/common/LoginManager.java
9a7accffdb2337237882a09ca18ebeb1c72a7715
[]
no_license
jableader/FS_Assignment
7b6a6721078905899ce245d1d5661e94d81b5906
f08b73b59423d7f2bb052e51b690969299272353
refs/heads/master
2020-12-30T19:44:59.385084
2015-06-03T22:42:58
2015-06-03T22:42:58
35,246,966
0
0
null
null
null
null
UTF-8
Java
false
false
1,697
java
package common; import logging.LogType; import logging.Logger; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.HashMap; import java.util.Map; import java.util.Scanner; import static common.Tools.fromBase64; public class LoginManager { protected Map<String, Login...
[ "jacobdunk@gmail.com" ]
jacobdunk@gmail.com
f93125341b8172e58b1f96b52e0cf98e0536be08
3c6f4bb030a42d19ce8c25a931138641fb6fd495
/finance-user/finance-user-model/src/main/java/com/hongkun/finance/user/utils/IDCardUtil.java
bacadc65a7697b27209551e8084dcf98f2eecf73
[]
no_license
happyjianguo/finance-hkjf
93195df26ebb81a8b951a191e25ab6267b73aaca
0389a6eac966ee2e4887b6db4f99183242ba2d4e
refs/heads/master
2020-07-28T13:42:40.924633
2019-08-03T00:22:19
2019-08-03T00:22:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,115
java
package com.hongkun.finance.user.utils; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.HashMap; import java.util.Map; /** * add by mzx 2016-08-29 * 身份证验证的工具(支持5位或18位省份证) * 身份证号码结构: * 17位数字和1位校验码:6位地址码数字,8位生日数字,3位出生时间顺序号,1位校验码。 * 地址码(前6位):表示对象常住户口所在县(市、镇、区)的行政区划代码,按GB/T2260的规定执行。...
[ "zc.ding@foxmail.com" ]
zc.ding@foxmail.com
75f1407ac7a5d57927b2a98a271e32a8045b8a56
3c898029f96d19e15f46fe881bba19420ee8b77e
/src/main/java/cloud/estimator/user/config/DatabaseConfiguration.java
a2209894aed274b968e4ad3e3137f87cf15ffe5f
[]
no_license
cloud-estimator/user-service
4d53006070d4d1801a44d5231564b4f3d8e70526
dd2f851ab9b36b14b1fcd6a3ddd96e6f7823679d
refs/heads/master
2020-03-10T08:53:40.497631
2018-05-22T22:13:44
2018-05-22T22:13:44
129,296,782
0
0
null
null
null
null
UTF-8
Java
false
false
683
java
package cloud.estimator.user.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.domain.AuditorAware; import org.springframework.data.jpa.repository.config.EnableJpaAuditing; import org.springframework.transaction.anno...
[ "dharminder@stellar.aero" ]
dharminder@stellar.aero