blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
5ea62885a8595b46a7d1bc7b24289c7234dd35a7
36bf98918aebe18c97381705bbd0998dd67e356f
/projects/castor-1.3.3/cpa/src/test/java/org/castor/cache/hashbelt/reaper/TestNullReaper.java
7563592328a790c227479fab9d1a3d3e093c02b4
[]
no_license
ESSeRE-Lab/qualitas.class-corpus
cb9513f115f7d9a72410b3f5a72636d14e4853ea
940f5f2cf0b3dc4bd159cbfd49d5c1ee4d06d213
refs/heads/master
2020-12-24T21:22:32.381385
2016-05-17T14:03:21
2016-05-17T14:03:21
59,008,169
2
1
null
null
null
null
UTF-8
Java
false
false
1,784
java
/* * Copyright 2006 Ralf Joachim * * 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 agre...
[ "marco.zanoni@disco.unimib.it" ]
marco.zanoni@disco.unimib.it
5a5eeafcb58f01fcdbbf2c76260d2678b752da33
2e6b1b3f00de7e9de4b419c8f87f5d9f2056ee3d
/src/problem/PallindromeNumber.java
32d7d16c0c62b3ea0ec15f01184cb0b34f6b3849
[]
no_license
Ramanjeet95/algorithms
23679a0545413b1acd9e4be25c374e7daa050228
387d6929af8ac1f4229106817458734deb8ea385
refs/heads/master
2023-01-28T01:25:59.445073
2020-12-12T14:17:01
2020-12-12T14:17:01
312,980,595
0
0
null
null
null
null
UTF-8
Java
false
false
344
java
package problem; public class PallindromeNumber { public String is_palindrome(int n) { // Code here String s = String.valueOf(n); for(int i = 0; i < s.length()/2; i++) { if(s.charAt(i) != s.charAt(s.length()-i-1)) return "No"; } ...
[ "ramanjeetsingh97@yahoo.in" ]
ramanjeetsingh97@yahoo.in
37f2793041f02242e6294ce0cc09c94aee95d1ba
7ce6bd62652120a441bdf9dbab58c559d7bb524f
/src/main/java/com/crm/custom/service/impl/CustomServiceImpl.java
b3d0ef82b222ff06870c04a59d6986b6520ae20a
[]
no_license
tianjianqin/crm
a45b38bccc67d01415b1a34913303fdb031727f3
bf87fb780386c8a76299406339619ffa48deb4e2
refs/heads/master
2021-04-15T07:04:30.766467
2018-04-16T01:38:54
2018-04-16T01:38:54
126,415,119
1
0
null
null
null
null
UTF-8
Java
false
false
1,306
java
package com.crm.custom.service.impl; import com.crm.custom.domain.Custom; import com.crm.custom.mapper.CustomMapper; import com.crm.custom.service.CustomService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotati...
[ "15979089491@163.com" ]
15979089491@163.com
ac935a4107f17eec7d961df72a6fd46116c39cee
8cbe5e8e2051e1f8b78c3059405e67749f723241
/src/agents/PlaneComp.java
3531670e39ff632640fc7964fe54a63e7300fbc4
[]
no_license
smbea/FEUP-AIAD
59bbe5576703af3e17b1bf524d084ae578f81f4c
4f2694885e9dd65bc523761e933c752788a822b5
refs/heads/master
2022-03-31T23:50:17.726834
2019-11-13T13:16:38
2019-11-13T13:16:38
210,637,305
0
0
null
null
null
null
UTF-8
Java
false
false
2,524
java
package agents; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.Queue; import java.util.LinkedList; import jade.core.AID; import jade.domain.FIPAAgentManagement.AMSAgentDescription; import jade.core.Agent; import jade.core.behaviours.*; import jade.lang.acl.ACLMessage; @SuppressWarnings("se...
[ "marianaferrdias@gmail.com" ]
marianaferrdias@gmail.com
b1623454de1599363b931456edfbbc0d7d5822e6
44315a1f6599ada9dc2e17e99995411b9c804b50
/Java/조기성/src/조기성/guestbookDAOImpl.java
15a3fbecdd705657ca80d0668363d4d302fe7ec7
[]
no_license
chogiseong/GovernmentExpenditureEducation
476261cdc16fd19280efd5192b72ce4421b709e8
258a1cca6ce701af515d8cc395d5622d8b367af2
refs/heads/main
2023-01-01T12:55:00.593812
2020-10-20T08:02:34
2020-10-20T08:02:34
305,630,841
0
0
null
null
null
null
UTF-8
Java
false
false
4,624
java
package 조기성; import java.sql.*; import java.util.ArrayList; import java.util.List; public class guestbookDAOImpl implements guestbookDAO { private Connection getConnection() throws SQLException { Connection conn = null; try { Class.forName("oracle.jdbc.driver.OracleDriver"); String dburl = "jdbc:oracle:thi...
[ "cgs07@naver.com" ]
cgs07@naver.com
a2eb38cb91515efbe111e76636e5eac6d41be527
21e36f755b78b5fd1af6454661baa9b73cf507c2
/org.molymer/src-gen/org/molymer/modelDsl/Model.java
ec1053ac712a038a3bf841c10d970e329f53a2f6
[]
no_license
shumy/molymer
4ae2ab6548daf4bd7c67139278c4e26502349036
d550fb3b035dc7b020c78b4228f0f26a858ff6a7
refs/heads/master
2021-01-18T13:51:22.189338
2015-09-04T22:35:59
2015-09-04T22:35:59
41,822,227
0
0
null
null
null
null
UTF-8
Java
false
false
1,896
java
/** */ package org.molymer.modelDsl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Model</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * ...
[ "micaelpedrosa@gmail.com" ]
micaelpedrosa@gmail.com
cd888716591fad02be21453be80a6d7a135a5af4
48cef93e95771232de485db1f17c9180acd9d380
/src/test/java/LeetCode/L_24.java
03d48094c654bb8c96373d6294fba2df6f5fca74
[]
no_license
1819011603/mavenTest
9839fe6b1162509b17a00e65ee886d02c7e137e8
56deae57a6f608a0c7ef4a010dc013bc807c593f
refs/heads/master
2023-08-28T14:37:08.352545
2021-10-06T14:39:53
2021-10-06T14:39:53
356,887,132
0
0
null
null
null
null
UTF-8
Java
false
false
1,417
java
package LeetCode; import com.sun.xml.internal.ws.api.WSDLLocator; /** * @author 18190 * @Date: 2021/10/1 21:40 * @VERSION 1.0 */ public class L_24 { public ListNode swapPairs(ListNode head) { if (head == null)return null; return dfs(head,head.next); } public ListNode dfs(ListNode...
[ "1819011603@qq.com" ]
1819011603@qq.com
2ccf6647bb88e5c0c0a64c02554bcd0783cb4f58
e7ee311e20b40c87bf6d23a53a1d7b11fd29d2c3
/src/chosun/ciis/hd/lvcmpy/rec/HD_LVCMPY_1109_LCURLISTRecord.java
02d4a022099442f8787dbbcf9764c7e88e65708b
[]
no_license
nosmoon/misdevteam
4e3695ef7bbdcd231bb84d7d8d7df54a23ff0a60
1829d5bd489eb6dd307ca244f0e183a31a1de773
refs/heads/master
2020-04-15T15:57:05.480056
2019-01-10T01:12:01
2019-01-10T01:12:01
164,812,547
1
0
null
null
null
null
UHC
Java
false
false
9,359
java
/*************************************************************************************************** * 파일명 : .java * 기능 : * 작성일자 : * 작성자 : 이태식 ***************************************************************************************************/ /*******************************************************************...
[ "DLCOM000@172.16.30.11" ]
DLCOM000@172.16.30.11
1ebacf88e66988b3f791316d916f61dc3d070ba0
aec9295db4cd4916f7b1a1ebe36f3fa40ada4098
/analytics/src/com/mzland/analytics/ws/Encrypt.java
ba3560b044748337468b6fc0eabe27185f9da911
[]
no_license
yseasony/yseasony
be4df7d8590825866a59574feb7576083b1104ac
293a55b5b5b5cfe09cf1784ab3ba6056536f6625
refs/heads/master
2021-01-10T18:53:40.110191
2013-10-09T12:10:17
2013-10-09T12:10:17
32,120,890
0
0
null
null
null
null
UTF-8
Java
false
false
6,797
java
package com.mzland.analytics.ws; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.security.M...
[ "yseasony@63ded714-ee35-11de-9e3d-99312c638492" ]
yseasony@63ded714-ee35-11de-9e3d-99312c638492
ced7470fee55790f1ea6269cc12a18a8289522cc
75e71f3b975def2fed9ac442247d3970cf8bc586
/shop/src/main/java/fer/shop/App.java
a3bc0e3d6d58ca3b5749d38ea9cd1b06a6021057
[]
no_license
ferpessina/PrototypeApp-Shop
9fa57f7f70ab00e03e4fe362218750c1fabf4556
e36d8d1ac2cc4d454c56aea565c8352c501b944d
refs/heads/master
2020-12-25T14:33:33.598232
2016-09-07T00:16:26
2016-09-07T00:16:26
67,556,564
0
0
null
null
null
null
UTF-8
Java
false
false
290
java
package fer.shop; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class App { public static void main( String[] args ) { SpringApplication.run(App.class, args); } }
[ "fer.pessina1@gmail.com" ]
fer.pessina1@gmail.com
1156ff06bd46c6f2b78f1c394bba81feca1ef2c3
2f949789b06ffbefe9e0765b463dbb4c16aae295
/favService/src/main/java/com/favService/dto/favRequest.java
9639777b6367902d77854af004d20809e7e467f2
[]
no_license
KavithaHRH/cricketapp
329283dc05673e2ce2086ea154c37231a083cc64
22b8aafdd81fae29273c3d7fa7fa5bf941726b32
refs/heads/main
2023-07-04T19:25:58.745527
2021-08-09T17:42:29
2021-08-09T17:42:29
394,378,116
0
0
null
null
null
null
UTF-8
Java
false
false
444
java
package com.favService.dto; public class favRequest { private int matchid; private String matchtitle; public favRequest() { super(); // TODO Auto-generated constructor stub } public int getMatchid() { return matchid; } public void setMatchid(int matchid) { this.matchid = matchid; } public String getMa...
[ "ubuntu@ip-172-31-45-239.ap-south-1.compute.internal" ]
ubuntu@ip-172-31-45-239.ap-south-1.compute.internal
429bf97f15db678e49098aa5fbf99d3bcc77fd55
340c2fa31350f5dd1744a76b9e79eb836ed83105
/src/main/java/com/uas/services/impl/DiagnosticServiceImpl.java
0dbfec722dd063e71f9d0c3e3fed24126464aa1b
[]
no_license
hkirisara/ProjectPFEsara
6998e992629c50d898ed1e6d77aee0fe5a33c08e
52d3adc4a77e15d24c30c05559677448c1e065e0
refs/heads/master
2023-06-10T00:34:16.089583
2021-07-06T19:48:32
2021-07-06T19:48:32
376,108,614
0
0
null
null
null
null
UTF-8
Java
false
false
3,006
java
package com.uas.services.impl; import java.util.List; import java.util.Optional; import org.springframework.stereotype.Service; import com.uas.dto.DiagnosticDTO; import com.uas.entity.Diagnostic; import com.uas.entity.Intervention; import com.uas.entity.Utilisateur; import com.uas.repository.DiagnosticRepository;...
[ "hkirisarra10@gmail.com" ]
hkirisarra10@gmail.com
3324374a7e328a60e3ba5a0118989c288b87566f
a7497fae8dd751b07abe1c61dbb09d52f47f3d76
/org.isistan.flabot.launcher.instrumentation/src/org/isistan/flabot/launcher/instrumentation/localjava/LocalJavaApplicationCollectionLauncher.java
6c7b7cf571d3519b41a9f75d1b8880e47b798274
[]
no_license
niconistal/FLABot
639388ec36e514cb6f8c63caa01530bff2e1fcbd
a118b9fd20c3ee44b6d2b456b3f7b362ce92327a
refs/heads/master
2021-03-12T19:52:59.571266
2013-01-29T01:46:46
2013-01-29T01:46:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,006
java
package org.isistan.flabot.launcher.instrumentation.localjava; import java.io.File; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.debug.core.ILaunch; import org.eclipse.debug.core.ILaunchConfiguration; import org.isistan.flabot.launcher.collection....
[ "nistal.nicolas@gmail.com" ]
nistal.nicolas@gmail.com
d17e72acdce4545b96c7a1e50678fd79506cac3d
3333d55b9d6ba933557ac4775f4a69aa48ed7be2
/src/main/java/linkealist/twoside/LinkedQueueImpl.java
a5355781dcef750b90cdb8f6b301ba25a8754197
[]
no_license
lexa10/lesson
a6b483844f0aad2e5bd54a3f6f909866dc43dd5c
2156c07602547be8f209191c4b37e4dfc39f6a93
refs/heads/master
2021-06-28T19:02:56.118089
2019-12-26T12:10:14
2019-12-26T12:10:14
172,770,738
0
0
null
null
null
null
UTF-8
Java
false
false
829
java
package linkealist.twoside; import linkealist.StackQueue.Queue; public class LinkedQueueImpl<E> implements Queue<E> { private TwoSideLinkedList<E> data; public LinkedQueueImpl() { this.data = new TwoSideLinkedListImpl<>(); } @Override public void insert(E value) {...
[ "adidaslexa@mail.ru" ]
adidaslexa@mail.ru
0de4e1cc087596b5ce7f9697b188bd47009d964a
0bc868d114710118e3f5dd01394cb4f0b0acf909
/verdi_core/src/anl/verdi/parser/ASTSqrt.java
f7f690f29279f8a05f4587b08c06e8bee6fdfed0
[]
no_license
gitter-badger/VERDI
043221fde65dd58075fb31df4063b5b6e1cbe398
dd765405f09aa690bdcee89f81322d655d8dff28
refs/heads/master
2020-12-30T18:29:45.418759
2016-03-13T20:58:20
2016-03-13T20:58:20
61,566,178
0
0
null
2016-06-20T17:16:02
2016-06-20T17:16:00
null
UTF-8
Java
false
false
763
java
/* Generated By:JJTree: Do not edit this line. ASTSqrt.java */ package anl.verdi.parser; import anl.verdi.formula.IllegalFormulaException; import anl.verdi.util.DoubleFunction; import anl.verdi.util.FormulaArray; public class ASTSqrt extends SimpleNode { static class Sqrt implements DoubleFunction { ...
[ "lizadams@b46c3202-f04a-0410-9bfd-f137835f981a" ]
lizadams@b46c3202-f04a-0410-9bfd-f137835f981a
5aefe5e28d88ea392ffc4618ebd8792108838a3e
bc32ffd8f3ee2dce44303764b7004b26bf915005
/src/main/java/cn/bos/bosApplication.java
9ad4bd6d2ccb97703012b94af0aae4010b6bce25
[]
no_license
xiaojiong0/bosxj
21b82a6501b7de44041a8f33610e7db70ee0c18b
23199d734ddfedf8361390a5d21de275cf6075a8
refs/heads/master
2021-05-08T12:27:41.816691
2018-06-20T03:45:52
2018-06-20T03:45:52
119,945,850
2
0
null
null
null
null
UTF-8
Java
false
false
1,981
java
package cn.bos; import com.jolbox.bonecp.BoneCPDataSource; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springfr...
[ "449134105@qq.com" ]
449134105@qq.com
be96335676d7b0d0a75071d190e259d02eca0ac6
e62cd41b83372755de5322c99e75091bfc601903
/simple/src/main/java/gordon/study/simple/compile/antlr4ref/tour02/ExprListener.java
ca4bc3b253a9c79e3d1d5880ef4b79c282bf2f1b
[]
no_license
YGH-710848226/study
be5bed93a0473ff82ecf91376539c2c3aa0c21b1
eb803bc4f322758e0010a3b62fa913c4182b590e
refs/heads/master
2023-07-02T01:55:16.669783
2021-06-13T07:45:18
2021-06-13T07:45:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,282
java
// Generated from C:/study/codebase/github/gordonklg/study/simple/src/main/java/gordon/study/simple/compile/antlr4ref/tour02\Expr.g4 by ANTLR 4.8 package gordon.study.simple.compile.antlr4ref.tour02; import org.antlr.v4.runtime.tree.ParseTreeListener; /** * This interface defines a complete listener for a parse tree ...
[ "gordonklg@163.com" ]
gordonklg@163.com
7b6f0d48d624640a025610d4ed5ae9eed65a7ed8
4a68a3afeb5b56cdfb5d84974347f51f5eca5d09
/src/main/java/study/designpattern/observer/CurrentConditionsDisplay.java
8bdc427184ce5d9aaa64b5e51b9d435a509a2398
[]
no_license
luvram/design-pattern-study
9bbddb2a2ed84806ac2852086657458b8a8245c9
f50932876be877c8d57306c50a63fc57d3a6b019
refs/heads/master
2023-04-15T10:47:28.106438
2021-04-20T13:31:35
2021-04-20T13:31:35
352,915,657
1
0
null
null
null
null
UTF-8
Java
false
false
698
java
package study.designpattern.observer; public class CurrentConditionsDisplay implements Observer, DisplayElement { private float temperature; private float humidity; private Subject weatherData; public CurrentConditionsDisplay(Subject weatherData) { this.weatherData = weatherData; weath...
[ "sahul0804@gmail.com" ]
sahul0804@gmail.com
5e5f36f566ab1b54721153f4efa88b57b7c3914a
898f19a47c1cd12e14bf02c5f9a010b4f5d7a7d5
/src/com/owncloud/android/lib/common/accounts/ExternalLinksOperation.java
bc7e1bfdbf35b2bfdbe1d22c76af2b00359e6f07
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
tkjcloud/android-library-1
e2d8dc7d5a91455fabc4bffa94af34b4a6148623
e3dd340da1f6c486f65ed75cd01e13d488187727
refs/heads/master
2021-08-22T15:23:09.581963
2017-11-28T09:33:27
2017-11-28T09:33:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,389
java
/** * Nextcloud Android client application * * @author Tobias Kaminsky * Copyright (C) 2017 Nextcloud GmbH. * <p> * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 ...
[ "tobias@kaminsky.me" ]
tobias@kaminsky.me
c2e55ee95caeae3c03dc2aacd0c035f71164992e
8bdcdd28a484046204669dfc1fbdf1a1ae14f8d3
/gupao-study-mybatis/src/test/java/com/study/mybatis/TestMapper.java
5c08ef15f79b44f55178402af241f7c65d49e3ac
[]
no_license
p-m-q/Learning-program-gupao-or-myself
55f529f7b07977db3f2b9b81bc173300822dc087
47d05575bed923973e0fe454989fab100037353b
refs/heads/master
2023-06-02T06:27:16.632653
2020-10-14T13:44:44
2020-10-14T13:44:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,629
java
package com.study.mybatis; import com.study.dubbo.mybatis.entity.NormalCustom; import com.study.dubbo.mybatis.mapper.NormalCustomMapper; import com.study.dubbo.mybatis.util.session.SessionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.ibatis.io.Resources; ...
[ "15216814563@163.com" ]
15216814563@163.com
f9ce284ed6305fdeab413a546eecde4382d16a93
1cedb98670494d598273ca8933b9d989e7573291
/ezyfox-server-util/src/test/java/com/tvd12/ezyfoxserver/testing/io/EzyMathTest.java
8690307cdf263420367d49780462dfd6b2e9b2c4
[ "Apache-2.0" ]
permissive
thanhdatbkhn/ezyfox-server
ee00e1e23a2b38597bac94de7103bdc3a0e0bedf
069e70c8a7d962df8341444658b198ffadc3ce61
refs/heads/master
2020-03-10T11:08:10.921451
2018-01-14T16:50:37
2018-01-14T16:50:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,210
java
package com.tvd12.ezyfoxserver.testing.io; import org.testng.annotations.Test; import com.tvd12.ezyfoxserver.io.EzyBytes; import com.tvd12.ezyfoxserver.io.EzyMath; import com.tvd12.test.base.BaseTest; import static org.testng.Assert.*; import java.nio.ByteBuffer; public class EzyMathTest extends BaseTest { @Test ...
[ "itprono3@gmail.com" ]
itprono3@gmail.com
e01b0b3d904d23e6f7053bcc16be461cfbd5b341
4e9cc5d6eb8ec75e717404c7d65ab07e8f749c83
/sdk-hook/src/main/java/com/dingtalk/api/request/OapiCollectionSchemaCreateRequest.java
daa978808e43d47884301ba2acaa0b713db39fc8
[]
no_license
cvdnn/ZtoneNetwork
38878e5d21a17d6fe69a107cfc901d310418e230
2b985cc83eb56d690ec3b7964301aeb4fda7b817
refs/heads/master
2023-05-03T16:41:01.132198
2021-05-19T07:35:58
2021-05-19T07:35:58
92,125,735
0
1
null
null
null
null
UTF-8
Java
false
false
13,491
java
package com.dingtalk.api.request; import java.util.List; import com.taobao.api.internal.mapping.ApiField; import com.taobao.api.internal.mapping.ApiListField; import com.taobao.api.TaobaoObject; import java.util.Date; import java.util.Map; import java.util.List; import com.taobao.api.ApiRuleException; import com.taob...
[ "cvvdnn@gmail.com" ]
cvvdnn@gmail.com
0b5c5f861ecdbf2d4b35a7bfbdb26c3e99fdea2f
649c83001e8cd79706695b89ad0d0991d39f621c
/executor/src/main/java/de/uniba/dsg/serverless/profiling/load/Mixed.java
a2d45f3eee08cea9f3d3677c225a0634d6fbfb28
[]
no_license
martin-endress/profiling-cloud-functions
a5f3482bc088354f496e541c1cf6a6df53014e0f
ddd874379a4ebcb2acc277d15ad0353e6a04503d
refs/heads/master
2022-06-28T22:51:34.202947
2022-06-18T00:18:54
2022-06-18T00:18:54
188,238,191
1
0
null
null
null
null
UTF-8
Java
false
false
4,334
java
package de.uniba.dsg.serverless.profiling.load; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.RequestHandler; import com.google.common.util.concurrent.Uninterruptibles; import de.uniba.dsg.serverless.profiling.executor.ProfilingException; import org.glassfish.jersey...
[ "martin.endress@stud.uni-bamberg.de" ]
martin.endress@stud.uni-bamberg.de
341df447eb6611b4ae40f65396a38f0893eeb27e
e87893d1d74351776c49cde0c8e5746a0c5e2099
/java014_03_FurKids/src/main/java/_02_ShoppingSystem/ShoppingCart/controller/AbortServlet.java
c5ec7603059196c92ee3333b60167f1e6f568d33
[]
no_license
yichen07/Java014-03-Furkids
f756aacb07ad8a28368a61b2461d7d419ee498a9
179890a6ceca0d0f61c5ddc26cdd6fdb21d1cac4
refs/heads/master
2022-12-28T23:30:34.306820
2020-10-17T10:16:21
2020-10-17T10:16:21
287,675,198
0
1
null
null
null
null
UTF-8
Java
false
false
1,106
java
package _02_ShoppingSystem.ShoppingCart.controller; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.*; import _02_ShoppingSystem.ShoppingCart.model.ShoppingCart; // 當進行『結帳』時,如果按下『放棄購物』超連結,瀏覽器會要求此程式 @WebServlet("/_04_ShoppingCart/a...
[ "jenny41723@gmail.com" ]
jenny41723@gmail.com
f56ddec109c539380b9782c304b72ff9ac357c73
8ea26be55c80a3909eb372b6946206b94da27488
/src/main/java/com/example/message/ActiveMqUtil.java
5331eac4b0b3d58beaab7a46fd169ff4828bc8af
[]
no_license
nanshen1987/spring-boot-demo
729dd35c2e022006731a8e2a33e378e6d5d34c6a
d9793d1b22722f9fa713ed00c842510fd1d7637a
refs/heads/master
2021-01-19T21:36:33.811751
2017-04-19T15:37:22
2017-04-19T15:37:22
88,675,317
0
0
null
null
null
null
UTF-8
Java
false
false
1,283
java
package com.example.message; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jms.core.JmsTemplate; import org.springframework.jms.core.MessageCreator; import org.springframework.stereotype.Component; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.Qu...
[ "sn_gis@163.com" ]
sn_gis@163.com
543380eac23473b459e34ab0abc4ea98c77420b8
614760f25d3e1fd87fab1bea0dcd71629e7aefcd
/CCchapter1/five.java
01238442b92bc4f323459c34fd141c26a074ddbe
[]
no_license
saybia1993/CrackingCode
d32a109e4bc7fe3af7ca31a90a23c07d28d32274
48f75bfad3c5cd0769ea0ce0bc4768af6b36987c
refs/heads/master
2021-01-22T21:06:59.226829
2013-02-01T21:33:16
2013-02-01T21:33:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,063
java
// replace all the spaces in a string with '%20' public class five { public static void main(String[] args){ // null } /** * create a new array to store the new string */ public static String replaceBlank (String str){ char[] stringToChar = str.toCharArray(); // convert from string to char[] int s...
[ "songy6@uci.edu" ]
songy6@uci.edu
6161d1115ff999b92f743fb8e89a4150fddfc971
2ad86169ade8dd031fe7fd344efed9436711f1fe
/app/src/main/java/com/abhiandroid/quizgameapp/fragments/LoginDialogfragment.java
5b4489ca98d2e65d3a367c3ca4c262b0f24397fd
[]
no_license
ratthakarn/QuizAppcode01
b17fbd698f59d74370d50cc8e437f3755365aaaa
69128a363fa50ca5e5c898d3c76a0e03c2a6e28a
refs/heads/master
2020-05-18T08:01:57.080036
2019-04-30T14:59:06
2019-04-30T14:59:06
184,282,558
0
0
null
null
null
null
UTF-8
Java
false
false
17,106
java
package com.abhiandroid.quizgameapp.fragments; import android.app.Activity; import android.app.Dialog; import android.app.DialogFragment; import android.app.Fragment; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.databinding.DataBindingUtil; impor...
[ "gkrgroup.co.th@gmail.com" ]
gkrgroup.co.th@gmail.com
6ebf6c1f1f58ac0914c399c787cc223935a5a34c
fd22b9ff9358d1bec7574c5ea936fe612d77a072
/src/net/robbytu/bukkit/NoTalk/chatHandler.java
eba2e745574396997e256f4fa93dbd7f6e5a319e
[]
no_license
robbietjuh/NoTalk
de3b2f3192fe44c963e141d5b30a9a338b305a39
569d9c5bcc50b5d323b912826ae7a9270e4128df
refs/heads/master
2021-01-13T02:36:24.618681
2012-04-07T23:50:45
2012-04-07T23:50:45
3,241,341
0
0
null
null
null
null
UTF-8
Java
false
false
2,406
java
package net.robbytu.bukkit.NoTalk; import java.util.Set; import org.bukkit.ChatColor; import org.bukkit.configuration.MemorySection; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerChatEvent; public class chatHandler implements Listener { public static No...
[ "info@robbytu.net" ]
info@robbytu.net
5b7495f0e5bb00b35cc4ab897722da10188c625f
d2244dc530ce05ebc8d8e654c4bcf0dae991e78b
/android_art-xposed-lollipop-mr1/test/401-optimizing-compiler/src/Main.java
6792f3dd6a73daf1b08d07de4735e9e4b33c5e4f
[ "NCSA", "Apache-2.0" ]
permissive
java007hf/Dynamicloader
6fe4b1de14de751247ecd1b9bda499e100f4ec75
474427de20057b9c890622bb168810a990591573
refs/heads/master
2021-09-05T21:19:30.482850
2018-01-31T03:10:39
2018-01-31T03:10:39
119,626,890
2
1
null
null
null
null
UTF-8
Java
false
false
5,803
java
/* * Copyright (C) 2014 The Android Open Source Project * * 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 requir...
[ "benylwang@pacewear.cn" ]
benylwang@pacewear.cn
cf5cf819f9199291dc0a322a55bc7107acac016d
015686fca2b44a94a41b51090fb423d2c6996a9a
/app/src/main/java/com/example/catatankeuangan/MainActivity.java
90ab7b3da5ea4fb711425678fe0f10a47810ffbd
[]
no_license
Malik-hrj/Catatan-Keuangan
fd4b3dd3fbd0c32e347b82961c84fdf63413cfd3
adfc7de627ee36677492da24fa4a86a57cc107af
refs/heads/master
2023-02-11T20:54:23.550471
2021-01-06T15:18:32
2021-01-06T15:18:32
327,350,152
0
0
null
null
null
null
UTF-8
Java
false
false
4,367
java
package com.example.catatankeuangan; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import com.example.catatankeuangan.database.KeuanganHelper; import com.example.catatankeuangan.model.Keuangan; import com.google.android.material.floatingactionbutton.FloatingActionButton; import...
[ "malikhrj2@gmail.com" ]
malikhrj2@gmail.com
36debc4881a693a0179b961d4f987bfc69279e3e
b9ddf1202477ff5c0baf5ebb255269b1a76dd71e
/CasDev-Webbshop-Database/src/main/java/se/casdev/database/storage/ProductInterface.java
f9f42f680347c5300734a4f10a14020d081821c0
[]
no_license
CasDev/WebbShop-One
e352772fc0da9a956319ddb445df9fe9650a0199
8ed0c74e67f47693517bd4f56c37c5da3903f82b
refs/heads/master
2016-09-03T07:05:32.827553
2013-04-29T11:09:33
2013-04-29T11:09:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
652
java
package se.casdev.database.storage; import java.io.File; import java.util.List; import se.casdev.product.Product; public interface ProductInterface { Product getLatestProduct(); Product getProductFromProductId(String id); List<Product> getAllProducts(); boolean createProduct(String title, String price, Strin...
[ "kaffeutvecklare@gmail.com" ]
kaffeutvecklare@gmail.com
4716082ce8b9b64b6ac7d482089f0ef5bcceec17
edd0988748f096ea8e6c08201b0c2e146b6dc4d0
/hello-consumer/src/main/java/pl/mberkan/softwarecraftmanship/awsdemo/HelloConsumerApplication.java
0a76f60f1bf89afcc31c92d3d757ef0678a22210
[]
no_license
mberkan/awsdemo
7e47379124ff365dfb1e57db88c36e8f1e8473ca
140504dcc6809738f3614dd906cc3542c69c75f1
refs/heads/master
2022-09-20T02:50:05.235192
2022-08-27T07:51:19
2022-08-27T07:51:19
116,153,453
0
3
null
null
null
null
UTF-8
Java
false
false
1,959
java
package pl.mberkan.softwarecraftmanship.awsdemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.aut...
[ "mberkan@e-point.pl" ]
mberkan@e-point.pl
4ea3539090d3228020350dd9f3d9ebbb7d4c9a36
59c07ad9ebf4ffd4947fa84fb9e819fbc0ee3f1a
/gui/servlet/src/msf/event/CorsRequestFilter.java
a7575d9a059b52e2ef1ad429c5812188650e0aa2
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lixiaochun/fabric-controller
108e8c9327dd1a34ed0caed955f651cd7c4d57d7
2b9788ff5e3a95ce1b82c4a80464592effe45e82
refs/heads/master
2021-05-20T14:05:54.112371
2019-06-27T07:15:39
2019-06-27T07:15:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
981
java
package msf.event; import java.io.IOException; import javax.ws.rs.container.ContainerRequestContext; import javax.ws.rs.container.ContainerRequestFilter; import javax.ws.rs.core.Response; /** * CORS(Cross-Origin Resource Sharing)用リクエストフィルタクラス. * * @author NTT * */ public class CorsRequestFilter im...
[ "hiroki.mori.fw@hco.ntt.co.jp" ]
hiroki.mori.fw@hco.ntt.co.jp
2272d27800f25df6d98907b31b1798b3854a4956
be78473c19603d1c39370080c122783e1ca70b6a
/courses/src/main/java/com/courses/CoursesApplication.java
4780d9525e90678d7f834b5e7ad80d42afae06dd
[]
no_license
leonardogolfeto/springboot-microsservices
adf978607db5a18762c6c66cc048a2a0e1f1d15e
d4b31fef8b1d0580ea422de5693fe10689c9a5c9
refs/heads/master
2020-12-24T00:16:47.580624
2020-02-02T20:52:05
2020-02-02T20:52:05
237,320,990
0
0
null
2020-02-02T20:52:07
2020-01-30T22:48:40
Java
UTF-8
Java
false
false
528
java
package com.courses; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.domain.EntityScan; import org.springframework.data.jpa.repository.config.EnableJpaRepositories; @SpringBootApplication @EntityScan(...
[ "leo_16-08@hotmail.com" ]
leo_16-08@hotmail.com
46b1c445e457a5f8a2c1b6b2291ad1afb40f8a91
04357c2bd88462208b247f199771f5dfdae3e450
/app/src/main/java/com/kwmax/up/db/EncourageSentenceOperation.java
114c0b3005147bfe2accf563f1a80ca6fb6b805c
[]
no_license
kwmax/UP
86bfe5a204b7729b67d6ed382d2409748289e561
06e7d9a629975f7ae990b18a488acf01bbade4ca
refs/heads/master
2020-08-05T03:49:04.398550
2019-10-23T08:38:22
2019-10-23T08:38:22
212,382,569
0
0
null
null
null
null
UTF-8
Java
false
false
3,236
java
package com.kwmax.up.db; import android.content.Context; import com.kwmax.up.model.EncourageSentence; import org.greenrobot.greendao.query.QueryBuilder; import org.greenrobot.greendao.query.WhereCondition; import java.util.List; /** * Created by kwmax on 2019/10/8. */ public class EncourageSentenceOperation { ...
[ "549876012@qq.com" ]
549876012@qq.com
949146a83b1de1081baf9421bebb42dcf16f771f
ede2d7907d4b1ffcbb0fa25f4e83528df804bc75
/java0918/src/ex1/FileList.java
5c0d2a01a5441e327523b5e40c7f904cca3925cc
[]
no_license
jonggyue/gyue
297dd34e1b2d8e513353cfb7c06dd8d4693bc823
1f9d723770b547b6a609cda6a6e785864b21ae89
refs/heads/master
2021-01-19T20:19:07.036171
2014-11-07T07:46:02
2014-11-07T07:46:02
null
0
0
null
null
null
null
UHC
Java
false
false
7,680
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 ex1; import java.io.File; /** * * @author 1 */ public class FileList extends javax.swing.JFrame { /** * Creates ...
[ "jonggyue@naver.com" ]
jonggyue@naver.com
8bc075998450bc99d7951ed3208c92f4424c852e
99501afc426faf1794d4b320948059965f6a6942
/aula05-sistema-academico/src/Aluno.java
ae403858064edd2451973cf6e23e00bca362c19d
[]
no_license
poo-2021-2-da3/lecture-code
0d7ea12304aae5c2e8f3bbf48c39ef8ee6bcd28d
47eb1330eb2d1aecea3b554f9558b535e1c1cd7e
refs/heads/main
2023-06-30T04:05:20.941929
2021-07-28T14:07:35
2021-07-28T14:07:35
369,845,139
0
1
null
null
null
null
UTF-8
Java
false
false
920
java
public class Aluno { private String nome; private String sobrenome; private String ra; public Aluno(String nome, String sobrenome, String ra) { this.nome = nome; this.sobrenome = sobrenome; setRa(ra); } public void setRa(String ra) { if (!ra.matches("\\d+")) { ...
[ "diogomartins@gmail.com" ]
diogomartins@gmail.com
7f72bde01b80ed9518bf095571c01d0482ab50e9
1d3e31f90d059dd15cf66a05e2703159068dc551
/src/main/java/com/maiya/util/solr/SynchronizedTest.java
7e98303d8d2f1071932b68b9842c641db47ffda2
[]
no_license
lubinsu/case
e778cdb1808e681bf8ef80d34fdc4892c4962db1
f332d54677ebc84298ec7d32c7ff35f3bc3e19f9
refs/heads/master
2020-03-23T06:31:03.605153
2018-08-13T03:22:37
2018-08-13T03:22:37
141,213,428
0
0
null
null
null
null
UTF-8
Java
false
false
1,289
java
package com.maiya.util.solr; import java.util.Timer; import java.util.TimerTask; /** * Created by lubin 2016/11/23 */ public class SynchronizedTest { public SynchronizedTest() { Thread task1 = new TimerSendTask(); task1.start(); } public synchronized void sendBatch(String str, int time...
[ "lubinsu@gmail.com" ]
lubinsu@gmail.com
6eb42ea6e5348e13c1c13ac0a5b7ab9a9d7debd9
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/85/2168.java
c9989d640de2509d1e9865382ab61cbe7d4a53be
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154367
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
987
java
package <missing>; public class GlobalMembers { public static int Main() { char[][] zfc = new char[100][21]; int n; int i; int k; String tempVar = ConsoleInput.scanfRead(); if (tempVar != null) { n = Integer.parseInt(tempVar); } for (i = 0;i < n;i++) { String tempVar2 = ConsoleInput.scanfRe...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
605eb02d72c9eff28193e49afac8990e065b495e
29a5bd1600e63dda731dbe2b442df63d0d594baf
/src/main/java/com/example/agricultural2/service/impl/MenuServiceImpl.java
17d66eb108a01e7824aa53eb928545b14c175945
[]
no_license
guo1842146668/agricultural2
687576185ca8fa4decd903c9a2352b5ae727ab6c
4aa6120337a5d3c89840a751ef4c3e241e503af9
refs/heads/master
2023-01-11T03:23:38.815835
2020-11-12T08:00:36
2020-11-12T08:00:36
303,325,149
0
0
null
null
null
null
UTF-8
Java
false
false
832
java
package com.example.agricultural2.service.impl; import com.example.agricultural2.entity.Menu; import com.example.agricultural2.mapper.MenuMapper; import com.example.agricultural2.service.IMenuService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; im...
[ "1842146668@qq.com" ]
1842146668@qq.com
4802aad3d9e870559f51a004aed6db9ffaaecec5
53330fdbf3ef129d8b8bee73a7c27b2da55f7612
/src/leetcode竞赛/九月/订单系统工作.java
4f3a7651b57992aad4d0a3feac68e7123aefe153
[]
no_license
HuYaXing/DataStructures
a96c2c95c54abda75c88579989fb7ad1c4ccf65b
08e24e4d60ee6d1b8e09c8c172703a169b8365bf
refs/heads/master
2021-07-21T17:46:20.357646
2020-10-10T09:27:53
2020-10-10T09:27:53
220,730,480
0
0
null
null
null
null
GB18030
Java
false
false
1,545
java
package leetcode竞赛.九月; import java.util.*; /** * @author :huyaxing * @date :Created in 2020/9/8 下午7:34 */ public class 订单系统工作 { static PriorityQueue<String> res = new PriorityQueue<>(Comparator.naturalOrder()); static List<Boolean> flag = new ArrayList<>(); public static void main(String[] args) { ...
[ "huyaxing@xiaomi.com" ]
huyaxing@xiaomi.com
7670ad09c06bab7921b15ce4a4a51632caab6630
ac875c56b92a914cd5ddacaad03bbd4a62e44067
/Strategy/src/main/java/ua/martynenko/pattern/strategy/sample/Main.java
ba646f3ff63c9cf7d23db1d2c7d2203cb9d746b0
[]
no_license
martynenko-e/Patterns
8ccdafcadb3c00ab35ef3f6cd53083b2bbdb8ca7
7731b607e3eaa146db343c106816afdac0535007
refs/heads/master
2021-01-10T07:16:53.089630
2015-10-07T14:15:12
2015-10-07T14:15:12
43,609,019
0
0
null
null
null
null
UTF-8
Java
false
false
647
java
package ua.martynenko.pattern.strategy.sample; import java.util.Arrays; /** * Created by cleri on 04.10.2015. */ public class Main { public static void main(String[] args) { Comparator comparator = new ToStringLengthComparator(); BubbleSorter sorter = new BubbleSorter(comparator); Sys...
[ "martynenko.evhen@gmail.com" ]
martynenko.evhen@gmail.com
de345b2f076a15d3f7f67dc7a8e13737d5fb8003
9f976b2652408af14a7b136e27b76f426f221e13
/app/src/main/java/com/example/gymfit/system/conf/recycleview/ListFaqAdapter.java
ec20efe9fc788eea67ebe1a8599a5dbd63f6d9ee
[]
no_license
grgfede/GymFitSMS
cc30fa27f3b17e7f5b8ab348a9cf1865a6ccb2b4
09c2551443b432f57b576ba6b4530da010e14569
refs/heads/master
2023-02-20T11:08:55.602439
2021-01-24T23:01:03
2021-01-24T23:01:03
301,337,662
0
1
null
null
null
null
UTF-8
Java
false
false
3,150
java
package com.example.gymfit.system.conf.recycleview; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.RelativeLayout; import androidx.annotation.NonNull; import androidx.recyclerview.wi...
[ "g.mondelli4@studenti.uniba.it" ]
g.mondelli4@studenti.uniba.it
7fa786f840f3ca1bdd15d3caa073c67aaa4dfc5e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/13/13_dcc8afd0e6528258d8be3608b952e19a32acf8fc/EntityAIOwnerHurtByTarget/13_dcc8afd0e6528258d8be3608b952e19a32acf8fc_EntityAIOwnerHurtByTarget_s.java
8670d59c496d6412edef7e63f0afc0654a1d99a5
[]
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
4,655
java
/* * This file is part of MyPet * * Copyright (C) 2011-2013 Keyle * MyPet is licensed under the GNU Lesser General Public License. * * MyPet is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, eit...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
c605273841bb3c3a19032ae10d4d6de5d8fe034c
7f4ce761606d294e7c7e88ba451111ed58719455
/app/src/main/java/ibm/imfras_baithul_mal/LoginActivity.java
67c861ea99b4601776fc718bbeea1b6b4aa7c0bc
[]
no_license
mdzubair89/Ibm
2f244ffc36b6cecc669fbbc28ef65438fb8fc105
cb6d12731d930efe3849fab469fa67ad1f0c14a8
refs/heads/master
2021-08-11T09:04:49.199904
2018-05-21T09:27:50
2018-05-21T09:27:50
103,988,826
0
0
null
null
null
null
UTF-8
Java
false
false
3,968
java
package ibm.imfras_baithul_mal; import android.app.ProgressDialog; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.w...
[ "mdzubair89@yahoo.co.in" ]
mdzubair89@yahoo.co.in
972737408dd53bf7930c476ba55dd1e9ba779b80
39c992a03ef9795e2f8fcdcd72e47e9008011db0
/common/common-lib/src/main/java/app/validation/MaxValueValidator.java
bf9ca2ac86f52b7e1ef615fa1c0e4dcaf9d306ec
[]
no_license
stevenzearo/iblog
946bf68cb80cb09afdf93bf559f4c7bb46cb0d9a
b3e38436ae688c72844ec2dc87de09df65b8364a
refs/heads/master
2023-04-15T23:25:09.793235
2023-04-11T16:38:11
2023-04-11T16:38:11
247,906,650
0
0
null
2021-01-06T09:59:31
2020-03-17T07:33:41
Java
UTF-8
Java
false
false
945
java
package app.validation; import app.validation.annotation.Max; import app.web.error.ValidationException; import java.lang.annotation.Annotation; import java.lang.reflect.Field; import java.util.Set; /** * @author steve */ public class MaxValueValidator extends AbstractValidator { private static final Class<? ex...
[ "2226069315@qq.com" ]
2226069315@qq.com
29bde5828401037e3fc7504b939c05e00c394f64
f009dc33f9624aac592cb66c71a461270f932ffa
/src/main/java/com/alipay/api/response/AlipayOpenPublicPartnerMenuQueryResponse.java
4ce8e3ffe6b0b000833d9515a686d0de2c2dfd48
[ "Apache-2.0" ]
permissive
1093445609/alipay-sdk-java-all
d685f635af9ac587bb8288def54d94e399412542
6bb77665389ba27f47d71cb7fa747109fe713f04
refs/heads/master
2021-04-02T16:49:18.593902
2020-03-06T03:04:53
2020-03-06T03:04:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
670
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.public.partner.menu.query response. * * @author auto create * @since 1.0, 2019-01-07 20:51:15 */ public class AlipayOpenPublicPartnerMenuQueryRespons...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
72fa71472afd85a9e5268ec6a7f033dc7082e1ae
cc671d6cc5765514f8716e97859dfc11358d2ce5
/src/test/java/org/synyx/urlaubsverwaltung/core/period/PeriodTest.java
03edc8ab1a9c2dac0f0b78f79a7aa20757cbf46e
[ "Apache-2.0" ]
permissive
Intera/urlaubsverwaltung
0feb969dc6b223fedc5cbf265e5039111b5f8b44
87faa5c950029f9698420835a5b8c22933074fd5
refs/heads/master
2021-08-18T01:14:53.481179
2019-03-15T12:19:48
2019-03-15T12:19:48
27,863,695
0
0
null
null
null
null
UTF-8
Java
false
false
2,703
java
package org.synyx.urlaubsverwaltung.core.period; import org.joda.time.DateMidnight; import org.junit.Assert; import org.junit.Test; /** * @author Aljona Murygina - murygina@synyx.de */ public class PeriodTest { @Test(expected = IllegalArgumentException.class) public void ensureThrowsOnNullStartDate() { ...
[ "murygina@synyx.de" ]
murygina@synyx.de
2d435d3644186f3c5445d430b3832ca6f7e80de2
351edad0db87c890a4d742fdca385ab057fe00f2
/athena-framework/athena-core/src/main/java/com/xiongyayun/athena/core/validation/dict/DictValidator.java
b893363f40dbb55d31573a204f75b69820ddb845
[]
no_license
xiongyayun428/athena
f9feb37f1e2736b681e2b8af3b31e8c18a26419d
7832f4315057a6058e35b8fdd2e54abfb95c21d3
refs/heads/master
2023-04-27T02:31:18.022029
2022-01-21T09:48:29
2022-01-21T09:48:29
129,015,232
0
0
null
2023-04-24T00:07:20
2018-04-11T01:19:27
Java
UTF-8
Java
false
false
1,117
java
package com.xiongyayun.athena.core.validation.dict; import cn.hutool.extra.spring.SpringUtil; import lombok.extern.slf4j.Slf4j; import org.springframework.util.ObjectUtils; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; import java.util.List; /** * DictValidator * ...
[ "xiongyayun428@163.com" ]
xiongyayun428@163.com
55ebfb5a7650ac9b61efaccf0e86a8ff24e61e55
ea494d069358d88b661fabfdf10a7add47ebfd91
/icemung/src/main/java/org/github/xxbld/icemung/base/mvp/BasePresenter.java
0616eb6fabac8430b06c2af9f4adb06e1158a701
[]
no_license
xxbld/JxustTravelApp
1d2dff0bd4332a91083897393a78e23c8cae95b0
5e1ecd4da2a424c09ebf93145f733870e6efa20a
refs/heads/master
2016-09-13T06:43:36.133858
2016-04-29T02:36:14
2016-04-29T02:36:14
57,348,899
0
0
null
null
null
null
UTF-8
Java
false
false
1,232
java
package org.github.xxbld.icemung.base.mvp; /** * Created by xxbld on 2016/3/1 * you can contact me at: 1024920618@qq.com * * @descript :BasePresenter */ public class BasePresenter<T extends IMvpView> implements IPresenter<T> { private T mMvpView; @Override public void initialized() { checkVi...
[ "1024920618@qq.com" ]
1024920618@qq.com
41e2349f833ac2340b97207dad15897b226ccd29
cb601c9b503d43d5dea2c54e777ecd115222a16a
/src/org/pepstock/charba/client/dom/BaseElement.java
b05939766cdcc96d1e07a7f3b280217aad5f3362
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "MIT" ]
permissive
pepstock-org/Charba
cdd98c47081cb3cf52a939c8c3489a80fa9451fd
32e1807325b646918f595b3043e4990dccb112b4
refs/heads/master
2023-09-01T11:43:20.143296
2023-08-28T19:49:14
2023-08-28T19:49:14
106,569,586
55
7
Apache-2.0
2023-08-28T19:37:21
2017-10-11T15:03:37
Java
UTF-8
Java
false
false
8,801
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"...
[ "stocki.nail@gmail.com" ]
stocki.nail@gmail.com
24ec359491672369fb1d64aa3022007734538f88
d7ee907df8e066cf07e7c78e34f6d45fbf1737db
/src/main/java/ForTest.java
6e7b938453be79bc4920c69457bd5b823c1e35eb
[]
no_license
karsv/projectTest
7aba1dc9ee16a628bf24c325a1859820d1f58d88
04613f07bbc762cfb7b04ce4df42d7650f44b81a
refs/heads/master
2020-09-22T04:03:43.100634
2019-11-30T17:51:31
2019-11-30T17:51:31
225,043,090
0
0
null
null
null
null
UTF-8
Java
false
false
113
java
public class ForTest { public static void main(String[] args) { System.out.println("Test!"); } }
[ "karsv.dvz@gmail.com" ]
karsv.dvz@gmail.com
70a7d2e1dde1812a409a01f7bac0c7921df3ce90
a4ce8e5b85c924a00f02376a5e0a4dbeb50a39bc
/1342470OOPExam/src/main/java/com/mycompany/oopexam/Wilbur.java
711567500a99bd37c8a677c01ff694c004d85533
[]
no_license
1342470/DennisTextGame
ed44852c63a96a5b651379eb60fa3a522d7e398a
cd4f0f008613335da4c6fe46b9e31530b585a982
refs/heads/main
2023-03-29T19:07:41.607820
2021-04-08T14:49:16
2021-04-08T14:49:16
354,138,039
0
0
null
2021-04-08T14:46:30
2021-04-02T21:32:11
Java
UTF-8
Java
false
false
2,656
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.mycompany.oopexam; /** * * @author kylej */ public class Wilbur extends Adult implements Person,life { ...
[ "noreply@github.com" ]
1342470.noreply@github.com
d4f542658ad228e767d4666cd1b739551f756c58
5f2ca87d3154b7807c0cc4277df55c3aa81a1108
/p5-web/src/main/java/com/tr/p5/pc/exception/ExceptionController.java
74e26929cacd9d0d6f9a99b07b147b77c61c4bbd
[]
no_license
Air-TR/Parent-Project5
b2ce1c938db93560bc93fc33ba12752e2287820c
9f2c69ec62cbd8c9c1d12f53faf776b8f520f782
refs/heads/master
2021-09-28T03:58:35.890547
2018-11-14T07:03:13
2018-11-14T07:03:13
111,515,678
0
0
null
null
null
null
UTF-8
Java
false
false
847
java
package com.tr.p5.pc.exception; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import com.tr.common.exception.MyException; import com.tr.common.result.ResultEnum; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; ...
[ "tr1838@163.com" ]
tr1838@163.com
fd962b3624e4e3f5646e7ee38c0acc4f88f61daa
c90832d18be978bc8b52683ca478e622cec182d3
/app/src/main/java/com/github/teocci/android/pptopus/model/DeviceInfo.java
843057861bc304c8458ee1fd3b9df185f74f367d
[]
no_license
teocci/Android-PPTOpus
0d19e98a6684230530a9b20edc78e8d9966cc83f
cbac0197ff4ccb957b7fc4c1789e6b2a57f5a734
refs/heads/master
2020-04-02T21:50:36.557265
2018-11-19T07:10:42
2018-11-19T07:10:42
154,813,034
1
0
null
null
null
null
UTF-8
Java
false
false
751
java
package com.github.teocci.android.pptopus.model; /** * Created by teocci. * * @author teocci@yandex.com on 2017-Jul-17 */ public class DeviceInfo { public final String name; public final String address; public int transmission; public long ping; public DeviceInfo(String name, String address, i...
[ "teocci@yandex.com" ]
teocci@yandex.com
a5c2d1087ed0299ab0fbe5baa08c343788fd3911
2f3b1d0e97d248a74315ab4502a9b524b90cc57e
/src/main/java/Catch/wyjatek.java
f5eb92dee5a7657c8e27b08eeffb2074e52e2164
[]
no_license
xmada666/SDAzajecia
dbf0d12774c89bfeac3a29e595c12ba0904e891c
c49f401815efa329794aaf6ebbc3e7b89e78aaae
refs/heads/master
2020-09-20T15:07:20.319942
2019-11-27T21:10:36
2019-11-27T21:10:36
224,518,168
0
0
null
null
null
null
UTF-8
Java
false
false
652
java
package Catch; import java.util.InputMismatchException; import java.util.Scanner; public class wyjatek{ public static void main (String[] args ){ Scanner wejscie = new Scanner(System.in); int wprowadzonaWartosc; System.out.println("Podaj dowolna wartosc typu int"); ...
[ "aarrttoorr@gmail.com" ]
aarrttoorr@gmail.com
0232f3d0c1df1dd1587da26c35773fa1a7ddf4a1
ee20656ec6559bd6c7263805ce94fa9abda4c374
/src/main/java/commands/ShowCommand.java
c445b1b3d7aa7d1fe8e348a2a1372ea689dc0d20
[]
no_license
1KarinaV/proga5
d109db592adbb3633e394ac693139c88b3a7b583
2247492453fe0eb7cdf45602656fc9c5c2c0dbe8
refs/heads/master
2023-09-03T16:02:02.719738
2021-10-25T09:21:28
2021-10-25T09:21:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
package commands; import db.Database; import io.CheckedReader; import exceptions.CommandException; import java.io.IOException; /** * Команда "show". * Не имеет аргументов. * Вывод на экран всех групп. */ public class ShowCommand extends AbstractCommand { /** * Создание команды "show" * @param db ба...
[ "Karina.vladykina@inbox.ru" ]
Karina.vladykina@inbox.ru
03afb64860a249ecc2efffe879dbcdbde0e4c56c
315fd5244d46ba8d6478520acfb0f11737c4f91f
/day 2/task2/buildings/validation.java
0a05030d8a97a97efafaad7db7ae74b441f0e2c4
[]
no_license
dante66219/Homework
6a7d1fd95f420d58d1827527e57b2514de4020da
4079c513a452210de6af5869f8c8f0c97eb0dbef
refs/heads/master
2022-12-11T19:09:27.679964
2020-08-21T21:12:17
2020-08-21T21:12:17
288,188,197
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package task2.buildings; public class validation { private int residentialCheck; public validation(int residentialCheck) { this.residentialCheck = residentialCheck; } public boolean isValid () { if (residentialCheck == 1) return true; return false; ...
[ "noreply@github.com" ]
dante66219.noreply@github.com
a6cccad47b43e4033b86a48ae98a360f7741ed70
14173d1524ea17b22b6a91ac826b064f6a7126d8
/src/main/java/com/xiang/springboot01/modules/test/entity/Student.java
1cae9b02f9106ab4df594bfb427601f509312f6b
[]
no_license
xiangxiaoxian/study
dcf3cadfc082dfdc8e5f289446dd7ca7f94e5576
21ca421a8fd0aae26148fe74307cdc1fbf10eb51
refs/heads/master
2022-12-10T17:33:57.505529
2020-09-08T07:43:39
2020-09-08T07:43:39
286,368,317
0
0
null
null
null
null
UTF-8
Java
false
false
2,320
java
package com.xiang.springboot01.modules.test.entity; import com.fasterxml.jackson.annotation.JsonFormat; import javax.persistence.*; import java.time.LocalDateTime; import java.util.List; /** * @Description Student * @Author HymanHu * @Date 2020/7/30 13:41 */ @Entity @Table(name = "h_student") public class Studen...
[ "1924837954@qq.com" ]
1924837954@qq.com
cabe80000c67e5ff04587f3e8a18a32416698638
9621605f80e3ae6d22a0568e04275c1c7587580b
/app/src/main/java/com/zlcdgroup/taskManager/ApiSonTaskCallBack.java
12a1f933d62bdae72332ccde88c095430ca2f0b2
[]
no_license
akingyin1987/ShareLibs
cb21b9ca939839dafe2cb735092f7f26eb7b94c9
0f95fe1a57bf92ca3dc84784d80e51b7e8e2749b
refs/heads/master
2020-12-24T19:12:59.653793
2018-08-01T10:08:59
2018-08-01T10:08:59
56,663,612
2
1
null
null
null
null
UTF-8
Java
false
false
1,650
java
package com.zlcdgroup.taskManager; import com.zlcdgroup.taskManager.enums.TaskStatusEnum; /** * * * # # * # _oo0oo_ # * # o8888888o # * # 88" . "8...
[ "akingyin@163.com" ]
akingyin@163.com
049530a00b23d7eae61769028c1af1a9337f40cc
f73b77ddec1ab57bbd2da1bad6f1944127e0b2e2
/MiniGo(Web)/src/com/nis/view/DisplayBookingByClient.java
c176d63bf636af539f55d26ba10d6098d87c9ae2
[]
no_license
suyashshukla/MiniGO-App
0cb009992257ebe11ff1d6c7b9b0ad69736e3bd1
1b26167536e2e7dcfc8e9a279357cfd83cd09dbf
refs/heads/master
2021-09-10T02:41:27.258903
2018-03-20T19:06:31
2018-03-20T19:06:31
126,069,155
0
0
null
null
null
null
UTF-8
Java
false
false
1,934
java
package com.nis.view; import java.io.IOException; import java.io.PrintWriter; import java.sql.ResultSet; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse...
[ "suyashshukla1997@gmail.com" ]
suyashshukla1997@gmail.com
5474419021c19d9a87586472e4dca1b1b6177180
59d2c8e8ceaad88c06e49d9f479944ea35415d2e
/events-camel/src/test/java/events/camel/repository/StockRepositoryTest.java
35a2acfe9189be612fef403236eb1bd834a4ca07
[]
no_license
LikeDreamLin/eventsdemo
fdf8b19e748e5ef6133ff896a5fe6848894cc253
8c5e636ebcb8613619c77367d64823d8ea1cb5e2
refs/heads/master
2021-01-12T01:05:34.360483
2014-07-08T09:21:09
2014-09-15T20:22:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,475
java
package events.camel.repository; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests; import org.testng.Assert; import org.testng...
[ "anders.malmborg@porscheinformatik.at" ]
anders.malmborg@porscheinformatik.at
a84da508e8e64020f6fbd73b58ed5ecb3801b648
fa8edc1cb25735ea2e09eefcd4797e6d6468c323
/src/abstractfactory/AdidasLippis.java
6adeac9c9c0728e105429390e7c8216dab81a9a6
[]
no_license
huikkeli/Suunnittelumallit
8403556d9a96ec3a372d0d89b78618da8122c6b1
9fecf90bc1e7c9f06ea39df66fb2275fb9505a18
refs/heads/master
2020-03-18T20:50:18.966830
2018-05-29T04:49:28
2018-05-29T04:49:28
135,241,532
0
0
null
null
null
null
UTF-8
Java
false
false
398
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 abstractfactory; /** * * @author Huy Nguyen */ public class AdidasLippis implements Lippis { @Override ...
[ "huikkeli@hotmail.com" ]
huikkeli@hotmail.com
af4f6a758799e57e340e18bae0ad7bce5ffa236a
12b14b30fcaf3da3f6e9dc3cb3e717346a35870a
/examples/commons-math3/mutations/mutants-Sigmoid/67/org/apache/commons/math3/analysis/function/Sigmoid.java
354bdb5fc2da34ac3295e0be66e8d48a655a621d
[ "BSD-3-Clause", "Minpack", "Apache-2.0" ]
permissive
SmartTests/smartTest
b1de326998857e715dcd5075ee322482e4b34fb6
b30e8ec7d571e83e9f38cd003476a6842c06ef39
refs/heads/main
2023-01-03T01:27:05.262904
2020-10-27T20:24:48
2020-10-27T20:24:48
305,502,060
0
0
null
null
null
null
UTF-8
Java
false
false
7,721
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 ...
[ "kesina@Kesinas-MBP.lan" ]
kesina@Kesinas-MBP.lan
f3283f3e7b4775ef9c29c66bc29d37bc8b8c696d
8d4dbed17a93b25878f5f459646769320adb0dcc
/Java/File_System/Link.java
60d946da187c7fd22b2af40a3a6c1e976f6f35f0
[]
no_license
marcellio4/school_Project
7564205c5e8d7bd8469c2cc74892a63b247ec0f9
371a440708ea6867dbb2611410fc1fe67e38f103
refs/heads/master
2021-07-13T09:48:35.096373
2020-11-19T01:32:47
2020-11-19T01:32:47
219,182,499
0
0
null
null
null
null
UTF-8
Java
false
false
2,244
java
/** * A symbolic link is a pointer to an entry in the file system. * * @author Roman Kontchakov * @author Carsten Fuhs * @author Marcel Zacharias * * @param <T> The type of file system entry to which this Link points. */ public abstract class Link<T extends Entry> extends AbstractEntry { /** The file sys...
[ "noreply@github.com" ]
marcellio4.noreply@github.com
06c82865e5de4aa72d02c32e29eb3ed641e3b93c
b0f41af2372fc7f05f867fbcb5b8b6cc4c578735
/src/main/java/com/ssz/wechat/wechatdemo/message/resp/BaseMessage.java
3860f72ddd48d6dabd1bc78ef5326a626489bcaf
[ "Apache-2.0" ]
permissive
itduoduo/wechat-demo
c879e54db457c7a4349714d8e86c93f9b3b58e97
1969ff7a1f0308a99da1ed1ac9a6104e3d3f1caa
refs/heads/master
2020-04-24T07:00:24.312782
2019-02-21T02:25:57
2019-02-21T02:25:57
171,784,219
1
0
null
null
null
null
UTF-8
Java
false
false
1,143
java
package com.ssz.wechat.wechatdemo.message.resp; /** * ClassName: BaseMessage * * @author dapengniao * @Description: 返回消息体-基本消息 * @date 2016年3月7日 下午3:16:57 */ public class BaseMessage { // 接收方帐号(收到的OpenID) private String ToUserName; // 开发者微信号 private String FromUserName; // 消息创建时间 (整型) ...
[ "codesteven@163.com" ]
codesteven@163.com
6465880a753ea044813f1624cdf6c018164160e2
a2817914ffd7ae270f98f7e472d993a6ef65c1aa
/blog-backend/src/main/java/com/hhj/blogbackend/controller/admin/FileUploadController.java
2807fcb68c0f920cc5f5a8e7922d68fb97cc8e60
[]
no_license
lalaorya/viturals-blog
afa908820083ac59928f00f61d86373f227c10cd
3d7fc1314153313e6524a487b428c23b932070ee
refs/heads/master
2023-06-06T04:29:48.954487
2021-06-26T08:45:12
2021-06-26T08:45:12
347,425,666
4
0
null
null
null
null
UTF-8
Java
false
false
370
java
package com.hhj.blogbackend.controller.admin; import io.swagger.annotations.Api; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @Api("文件上传控制器") @Slf4j @RequestMapping("/admin/uploadImg") pu...
[ "sangmu.hhj@gmail.com" ]
sangmu.hhj@gmail.com
9262f0c85fd1e978395f06b4689fdafe4476482b
d1cc716c6b17ca3969ab68a7acdaea673ee605b2
/ActionBarTest/src/main/java/mymodule/mymodule/actionbartest/ActionBarTabActivity.java
8845c7e2e15d9baaf23500098b00ed42a2be6941
[]
no_license
cgcym1234/AndroidSum
0f7fb8d6ec43306bbd977ca2ba84915ee8d0afdc
e664a053eb20d4421a58c85162c263d37b6d4c99
refs/heads/master
2021-01-23T03:27:20.828636
2014-12-02T03:16:50
2014-12-02T03:16:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,183
java
package mymodule.mymodule.actionbartest; import android.app.ActionBar; import android.app.Activity; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentManager; import android.support.v4.a...
[ "yangy@kkou.cn" ]
yangy@kkou.cn
aa2ff566dd8cd79da6ca48346d7e478adc91ddf6
2208444efc15c5d6e3a213be99a365ba46e2e305
/plugins/eu.jucy.gui/src/eu/jucy/gui/texteditor/hub/ReconnectHandler.java
819f34458150df98034ab28b846d2a1e1043a2c7
[]
no_license
BackupTheBerlios/jucy
99c26b4b586da865b06ff9622e2dc36466901dad
45c93cb18f6d8644a9146e6de8204406f107088a
refs/heads/master
2021-01-01T16:39:27.824040
2011-08-30T20:34:39
2011-08-30T20:34:39
39,715,148
0
1
null
null
null
null
UTF-8
Java
false
false
630
java
package eu.jucy.gui.texteditor.hub; import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.ExecutionException; import org.eclipse.core.commands.IHandler; import org.eclipse.ui.handlers.HandlerUtil; import uc.IHub; public class ReconnectHand...
[ "jucy-client@gmx.net" ]
jucy-client@gmx.net
db2a267a885efdedeed4a53481a564d19dc30beb
6635387159b685ab34f9c927b878734bd6040e7e
/src/com/snapchat/android/fragments/settings/twofa/RecoveryCodeFragment$2.java
e37db3529360d7d796899bd20dcf6604fca72d41
[]
no_license
RepoForks/com.snapchat.android
987dd3d4a72c2f43bc52f5dea9d55bfb190966e2
6e28a32ad495cf14f87e512dd0be700f5186b4c6
refs/heads/master
2021-05-05T10:36:16.396377
2015-07-16T16:46:26
2015-07-16T16:46:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package com.snapchat.android.fragments.settings.twofa; import android.support.v4.app.FragmentActivity; import android.view.View; import android.view.View.OnClickListener; final class RecoveryCodeFragment$2 implements View.OnClickListener { RecoveryCodeFragment$2(RecoveryCodeFragment paramRecoveryCodeFragment) {} ...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
79fd27876cbe00abe8b6edab4f45adef268a3f06
6ae4a99e7af454ea925273d01fb0570d29e3cb8d
/YOLO/src/main/java/com/one/yolo/mypage/controller/MyEditController.java
a4e71d75e94238636478534fb1df620b1d4935b4
[]
no_license
sihye/YOLO
db846864345ffc1256f38b8ec057a20f5cf5e2b7
1d84ab28a0ddd4e4091b775b06b1dff49deceb8a
refs/heads/master
2021-01-19T07:07:00.120969
2017-05-12T07:13:33
2017-05-12T07:13:33
87,523,438
0
0
null
null
null
null
UTF-8
Java
false
false
4,228
java
package com.one.yolo.mypage.controller; import java.util.List; import javax.servlet.http.HttpSession; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model...
[ "User@UserPC" ]
User@UserPC
73371cab8189839f040ad1111bd38ccdc35c34c9
7f75fac09a3535a988f8365d8ba954d1601b24c2
/app/src/main/java/com/pei/foodpie/browserfood/knowledge/KnowledgeFragment.java
488616c843d7e31fc1c67a20b1e78c0995d772dc
[]
no_license
emrys62134/FoodPie
4f98f7975164867d425e6eeae0a970457e812035
4b447287f78567753f4c8162d4683c592ac92e68
refs/heads/master
2020-06-16T23:37:07.138028
2016-11-29T08:20:10
2016-11-29T08:20:10
75,057,745
2
0
null
null
null
null
UTF-8
Java
false
false
2,081
java
package com.pei.foodpie.browserfood.knowledge; import android.content.Intent; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import com.android.volley.VolleyError; import com.pei.foodpie.R; import com.pei.foodpie.base.BaseFragment; import com.pei.foodpie.browserfood.deli...
[ "pl15140659374@163.com" ]
pl15140659374@163.com
00a6b68c9027606ae28e985ebc1166ccdf67c191
0be82b9a18db00f0e0b0ac28b9fe3caaa2e276a6
/open-metadata-implementation/access-services/asset-owner/asset-owner-client/src/main/java/org/odpi/openmetadata/accessservices/assetowner/AssetOwnerInterface.java
f2f16c205792ed14ebe4b6fc09dd640648f77ac4
[ "Apache-2.0" ]
permissive
constantinnastase/egeria
6d2882e08745d07b432477be93d43b4ce2a524b7
80f0a3cc172e063b61401a23268f5d1e2ccd8095
refs/heads/master
2020-03-22T09:47:26.442127
2018-07-18T12:58:11
2018-07-18T12:58:11
139,860,496
0
0
Apache-2.0
2018-07-05T14:33:29
2018-07-05T14:23:22
Java
UTF-8
Java
false
false
268
java
/* SPDX-License-Identifier: Apache-2.0 */ package org.odpi.openmetadata.accessservices.assetowner; /** * AssetOwnerInterface provides the client-side interface for an asset owner to manage the metadata about their * asset. */ public class AssetOwnerInterface { }
[ "mandy_chessell@uk.ibm.com" ]
mandy_chessell@uk.ibm.com
101ac19709969e119645657cc6d2bc58d8217bb6
6e517ce4526caeed233a3398e228443e1ba69491
/AutoMobileWebTherr/src/annotation/Log.java
a3f13936f611c07bea0fd2cf51050ab082b42889
[]
no_license
Demoywj/AutoMobileWebTherr
3fea2019d544079c92911a444f5fe946a80e500b
12022660a12c8cce42021d26cb75a2a912a00e92
refs/heads/master
2022-11-16T15:00:47.970346
2020-07-15T06:44:43
2020-07-15T06:44:43
279,787,536
0
0
null
null
null
null
GB18030
Java
false
false
705
java
package annotation; import java.lang.annotation.*; /* * 定义用于controller类中方法的注解 * 使用该注解可以对controller类中的方法定义操作类型 */ @Target({ElementType.PARAMETER, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Log { /** 定义方法是否需要进行进行操作日志的保存**/ public boolean isSaveLog(...
[ "aiwj918@163.com" ]
aiwj918@163.com
92bb9987f082307d2a8369903fd0155ac68fee08
2c763e57ab1c4066668c96f0fa04bb6d945f4794
/src/main/java/com/jlcabral/pedidos/repositories/CidadeRepository.java
a00c02e5d8eec2e02cc4ecd55f23e3333ac444f9
[]
no_license
jhonnyluiz/pedidos-spring
f5c3b489e961aa806e03f7f02204135ffca3e38c
985d0360de626b5d1f80d5879a9336ff5be93432
refs/heads/master
2021-04-06T10:36:47.244823
2018-07-05T12:14:00
2018-07-05T12:14:00
125,383,317
0
0
null
null
null
null
UTF-8
Java
false
false
287
java
package com.jlcabral.pedidos.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.jlcabral.pedidos.domain.Cidade; @Repository public interface CidadeRepository extends JpaRepository<Cidade, Long>{ }
[ "jhonny_luiz_c@hotmail.com" ]
jhonny_luiz_c@hotmail.com
46f555f1fd10a60bacf4e3b5aaae0bde58cccf6d
ea8b2bf1a0a55e1945a515eb63ebe83245ec2dee
/oleaster-runner/src/test/java/com/mscharhag/oleaster/runner/PendingSpecTest.java
9ba9d3197630e2959bf883a3e40af41ee00f92de
[ "Apache-2.0" ]
permissive
bangarharshit/Oleaster
ac7ef4936772c676bb9ce64a7d3644eb3250436e
505ec09688f1a941e937fe9dcd350661638b33b3
refs/heads/master
2021-07-14T20:16:50.650099
2017-10-21T16:08:42
2017-10-21T16:08:42
105,345,446
2
1
null
2017-10-21T16:08:42
2017-09-30T05:52:01
Java
UTF-8
Java
false
false
1,575
java
package com.mscharhag.oleaster.runner; import org.junit.runner.RunWith; import static com.mscharhag.oleaster.runner.StaticRunnerSupport.*; import static junit.framework.TestCase.*; @RunWith(OleasterRunner.class) public class PendingSpecTest {{ describe("PendingSpecs", () -> { describe("with a nested describe"...
[ "bangarh@uber.com" ]
bangarh@uber.com
ba54b9f658e52f7a2e4c8b7df297ed89bf82e32a
902717bf061841833c27d1b8053a615e85ef1494
/taotao-order-spring-boot/taotao-order-spring-boot-service/src/main/java/com/taotao/order/quartz/QuartzConfiguration.java
955b8e36b5e318b0ec15a5c372edac3c57c0d940
[]
no_license
fengyangcai/tt
a1600be7584e58926731521cacdbbb87e0de4f45
802c345b1886117c94c6bb43ecf42943539afc0f
refs/heads/master
2022-09-07T09:51:56.000558
2019-06-17T18:00:15
2019-06-17T18:00:15
192,394,083
0
0
null
2022-09-01T23:08:29
2019-06-17T17:57:03
JavaScript
UTF-8
Java
false
false
1,937
java
package com.taotao.order.quartz; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.quartz.CronTriggerFactoryBean; import org.springframework.scheduling.q...
[ "meinitcasthavefun@foxmail.com" ]
meinitcasthavefun@foxmail.com
4cd92fcc62aadd9c525f1a52b6b5a99d6d18cd03
00b451d4a2ec468d3877b5e380943f34c1d36a67
/src/main/java/com/songPlayer/command/ListSongBasedOnAlbum.java
d023ce68601cfc463e66efc1bc38981cac7c8a36
[]
no_license
YashaswiBM13/SongPlayer
ca445b834f45c05843bcc1bb83ea4ea6faebc4cb
3ac7230c78bf2b10ce9c86914af6206412e4b7ab
refs/heads/main
2023-08-13T18:44:53.960933
2021-10-18T06:03:22
2021-10-18T06:03:22
418,364,856
0
0
null
null
null
null
UTF-8
Java
false
false
1,280
java
package com.songPlayer.command; import java.util.List; import com.songPlayer.entities.Song; import com.songPlayer.services.ISongListService; public class ListSongBasedOnAlbum implements ICommand { private final ISongListService iSongListService; public ListSongBasedOnAlbum(ISongListService iSongListService...
[ "55924225+YashaswiBM13@users.noreply.github.com" ]
55924225+YashaswiBM13@users.noreply.github.com
4ee8f8889e3fee2d304931bc529e41fc6621548b
1d12412e6ffbd0fa597f71f5e0c1c4452e2a120b
/src/main/java/Phone/Phone.java
f89f7650fa1d9de896fc2b4fe495cd5ab5025515
[]
no_license
alangre3n/ExamClouds
b929cadf44274e1ecbf1aa1fd966884abd279b69
4d119378ccf4fac11e79cc70b72b031570ec26b3
refs/heads/master
2022-12-13T08:04:18.636924
2020-09-16T01:05:23
2020-09-16T01:05:23
295,886,947
0
0
null
null
null
null
UTF-8
Java
false
false
1,449
java
package Phone; import lombok.Getter; import lombok.Setter; import java.util.Arrays; @Getter @Setter public class Phone { private String number; private String model; private int weight; public Phone(String number, String model, int weight) { this(number, model); this.weight = weight;...
[ "brooolaf@gmail.com" ]
brooolaf@gmail.com
f0aaa2d74c83df3d8b29b0faf5120564cc345433
5fdffcef3aef2b46b6f8229caef5100df8647b97
/src/java/promepe/negocio/AlergiaBO.java
b0d81ec3851ef23c421ab684050d6f72df718789
[]
no_license
ArnaldoGuedes/promepe
85b01a705a99982399b93385e60a0c18effee728
51ad165e1aad9a0099b23ac90f1f7748809b3ead
refs/heads/master
2021-01-02T08:47:18.434165
2013-10-12T11:52:13
2013-10-12T12:04:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,372
java
package promepe.negocio; import java.util.Date; import java.util.List; import promepe.entidade.Alergia; import promepe.persistencia.AlergiaDAO; /** * * @author Arnaldo F Guedes Reis */ public class AlergiaBO { private AlergiaDAO alergiaDAO = new AlergiaDAO(); public void adicionarAlergia(Alergia alerg...
[ "arnaldofrederico@hotmail.com" ]
arnaldofrederico@hotmail.com
2e48da26c2ad5f982c9dfa90ce729e3aa01b7956
cc6d93c332d0996d55db1e292680c44126ada9dc
/minecraft/net/minecraft/item/crafting/RecipesWeapons.java
d13d1c9c763e4e9adeb3dc4c327805e6746011cf
[]
no_license
tibijejczyk/TheMinecraft
d51dc9589115dc21348f60d54576a1ff96aa1421
63f16c77e92233c6121f6c60d3ab606f26f97403
refs/heads/master
2021-01-25T04:01:26.852814
2013-01-26T18:17:12
2013-01-26T18:17:12
7,686,980
1
0
null
2013-01-20T00:43:30
2013-01-18T13:24:40
Java
UTF-8
Java
false
false
1,436
java
package net.minecraft.item.crafting; import net.minecraft.block.Block; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; public class RecipesWeapons { private String[][] recipePatterns = new String[][] {{"X", "X", "#"}}; private Object[][] recipeItems; public RecipesWeapons() { ...
[ "dex3r.dx@gmail.com" ]
dex3r.dx@gmail.com
03b5c323a91a3b9db7edc2526409cd0e661578ee
9b07cf50830833a92b90569f6fd9f84bd72c9170
/app/src/main/java/com/delta/campuscomm/ListAdapter.java
78ff2a7b3b4829b4c67bf300b3b20f57911c0e30
[]
no_license
shreenibhar/campus_comm
c4d46925fbd7c3674b07f840b3489f9e7bb53107
0378ff7e212759cb4c792879040c9fe7fa418601
refs/heads/master
2021-06-02T11:25:28.080895
2016-03-13T08:35:33
2016-03-13T08:35:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,256
java
package com.delta.campuscomm; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import java.util.ArrayList; public class ListAdapter extends ArrayAdapter{ ArrayList<Strin...
[ "krishnarb3@gmail.com" ]
krishnarb3@gmail.com
4328ac4e5481fc6b6f32b77f93137de2e37d8a51
c9ca5f961dea20808f4fe713457235c29b715887
/HW1/src/CoinTossSimulator.java
8825823ece4c2f1a7655f67b93f4052d2e3444bb
[]
no_license
Caoyoung1991/Various_Coding
cbaad7a37f83e5f5893589178f7333b8d64c662e
7d6b9534e791002bcf6650c94d1ac086eea617b2
refs/heads/master
2020-06-20T17:51:27.205933
2016-11-26T21:25:01
2016-11-26T21:25:01
74,850,423
0
0
null
null
null
null
UTF-8
Java
false
false
2,600
java
/**Name: Yang Cao USC loginid: cao522@aludra.usc.edu CSCI 455 PA1 Fall 2016 */ import java.util.Random; /** * class CoinTossSimulator * * Simulates trials of tossing two coins and allows the user to access the * cumulative results. * * NOTE: we have provided the public interface for this class. Do not ch...
[ "cao522@usc.edu" ]
cao522@usc.edu
1937565e25af644ae00a4d60b9222ea4604f319a
93117921bc50ccc534127408d0718fbe1f2dc518
/src/test/java/com/eagro/web/rest/UserResourceIntTest.java
ee44654f919d2c5bd91a782ac0ca000c1b95be0e
[]
no_license
vrajabasu/eagrobuddy
b86b3ea94689d4838b0f5edfade9e81571bf99aa
cf9b4f1ad1ba2412208597436dcf5ef9c526be0b
refs/heads/master
2021-06-03T08:38:33.218185
2018-08-23T01:22:58
2018-08-23T01:22:58
131,384,331
0
1
null
null
null
null
UTF-8
Java
false
false
16,307
java
/*package com.eagro.web.rest; import static org.assertj.core.api.Assertions.assertThat; import static org.hamcrest.Matchers.hasItem; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; import st...
[ "rajeshwarir@hpe.com" ]
rajeshwarir@hpe.com
0e17f8d238149805502e71b8d7ac981ae8975949
ce850e44815734719aa892bf7b2390fe8f518b92
/src/model/CribbageConstants.java
39757817847d367228c7743772ad94458f3c8876
[]
no_license
MamdouhAttallah/Java-Concurrency-Example
5556bece44728afcc8fa380db664ef58e7508ac5
fbfed1f73c0f645e8529ab5b066bd453712d796b
refs/heads/master
2021-01-10T17:04:26.106709
2016-04-07T01:35:32
2016-04-07T01:35:32
55,653,605
0
0
null
null
null
null
UTF-8
Java
false
false
1,188
java
package model; /** * Here we define generally useful constants for the game of Cribbage. * * Assignment 2: added a contstant for the "ten" card. * * @author jim */ public interface CribbageConstants { // the suits public final static String CLUBS = "C"; public final static String DIAMONDS = "D"; ...
[ "egycan27@gmail.com" ]
egycan27@gmail.com
6792a240096ed0043d16b1908962429254815f20
5b9a04d3c911c16aba63258d48606d6ea364a6da
/distribution_purchase/modules/purchase/app/utils/purchase/RegExpValidatorUtils.java
898b9927d65c021300cec3da0edeb03675992d23
[ "Apache-2.0" ]
permissive
yourant/repository1
40fa5ce602bbcad4e6f61ad6eb1330cfe966f780
9ab74a2dfecc3ce60a55225e39597e533975a465
refs/heads/master
2021-12-15T04:22:23.009473
2017-07-28T06:06:35
2017-07-28T06:06:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
940
java
package utils.purchase; import java.util.regex.Matcher; import java.util.regex.Pattern; public final class RegExpValidatorUtils { /** * 验证输入两位小数 * @param 待验证的字符串 * @return 如果是符合格式的字符串,返回 <b>true </b>,否则为 <b>false </b> */ public static boolean isDecimal(String str) { String regex = "^[0-9]+(.[0-9]{2})?$"; ...
[ "3002781863@qq.com" ]
3002781863@qq.com
bdd7dd4ffc5eab791214c5399c5b06c0d1688c37
5282e660bc1e13d8e20522e6a1450ee689209571
/HibernateCRUD/src/service/RegisterService.java
34a96596004e078105b1f2288773f5d5b9cf2bd7
[]
no_license
sreekandank/SKEclipseOxygen
3c784a5dd123a88892fd01bdeef4b589e856c6ff
ab32f1d90056f17812841400103ecabb6d6da746
refs/heads/master
2020-11-28T02:04:49.581818
2019-12-23T05:21:37
2019-12-23T05:21:37
229,675,443
0
0
null
null
null
null
UTF-8
Java
false
false
1,090
java
package service; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.Transaction; import util.HibernateUtil; import bean.User; public class RegisterService { public boolean register(User user){ Session session = HibernateUtil.openSession(); if(isUserExists(user)) return false; Tra...
[ "sreekandank@users.noreply.github.com" ]
sreekandank@users.noreply.github.com
7dae1c8d3f4b7eaad9351863ac691ced50bbc076
bb6455c7071a0e590f194568cd6b5c4bb15c9b08
/weiit-saas-api/src/main/java/com/weiit/web/util/Base64Util.java
3b54bd4403acea9e70d0fc109e2a016cc96f3ea2
[ "Apache-2.0" ]
permissive
beanrootbaob/weiit-saas
b00d2f3adab3c6587d856c06016ba930b2386798
2d8816320635e645e045a1e7e67bc6917069dec8
refs/heads/main
2023-05-29T20:19:28.847176
2021-06-17T07:45:10
2021-06-17T07:45:10
381,589,885
1
0
Apache-2.0
2021-06-30T05:50:49
2021-06-30T05:50:49
null
UTF-8
Java
false
false
10,724
java
/* * Copyright (C) 2010 The MobileSecurePay Project * All right reserved. * author: shiqun.shi@alipay.com */ package com.weiit.web.util; import org.apache.commons.codec.binary.Base64; public final class Base64Util { static private final int BASELENGTH = 128; static private final int LO...
[ "ouyangxiaomin@wei-it.com" ]
ouyangxiaomin@wei-it.com
49cb1000d42a428aa87245bb4bce949149965f7a
1b0a2ae96386370cf435d6a4765274ce05483dc4
/src/main/java/com/accelad/math/doubledouble/CacheMap.java
94033dc9fe97f6d23390ed2a3895d031183f7c55
[ "BSD-2-Clause" ]
permissive
accelad-com/nilgiri-math
f0d40d10a8c65167e9edbac6f7e44c9088fa33b9
271726f6e29553e02396a3911947fffd8501ebb6
refs/heads/master
2021-01-20T17:09:40.682158
2017-12-12T18:57:48
2017-12-12T18:57:48
62,397,171
0
0
null
2017-12-12T17:21:44
2016-07-01T14:05:27
Java
UTF-8
Java
false
false
523
java
package com.accelad.math.doubledouble; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.function.Supplier; class CacheMap<K, V> { private final Map<K, V> map = new ConcurrentHashMap<>(); private final int sizeLimit; CacheMap(int sizeLimit) { this.sizeLimit =...
[ "frederic.boisguerin@gmail.com" ]
frederic.boisguerin@gmail.com
4360148c770d0c0e37982d13d3ec7ff8266bc1da
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/7/7_3b41c17b924fa0ce91c791a936d935f9cb0f71ee/TrackbackPlugin/7_3b41c17b924fa0ce91c791a936d935f9cb0f71ee_TrackbackPlugin_t.java
95e4d151ab604903112da2f3b6d36098344940c5
[]
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
25,126
java
/** * Copyright (c) 2003-2004, David A. Czarnecki * All rights reserved. * * Portions Copyright (c) 2003-2004 by Mark Lussier * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of sou...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
4d720bf82aa36603157eb2a9e9a508746977a7c6
11dcf260ca16503d1972bcfc7781c6596b70fa65
/java/com/imooc/sell/service/impl/FlowImpl.java
48bb9748b896bd7d17f17c0cda163725ab2f713d
[]
no_license
2017LLLLL/weChatSell
3e30bb14efafb61d5032479e3eddc6e721771be8
9d6f617ca914e1cf009f8b77ef87ba79e72c8a8c
refs/heads/master
2022-04-23T00:54:33.819575
2020-04-11T14:43:23
2020-04-11T14:43:23
254,886,272
1
1
null
null
null
null
UTF-8
Java
false
false
784
java
package com.imooc.sell.service.impl; import com.imooc.sell.dao.FlowDao; import com.imooc.sell.dataobject.Flow; import com.imooc.sell.service.FlowService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** * @program: sell * @description: 流水订单服务层 * @aut...
[ "760352276@qq.com" ]
760352276@qq.com
2e96b0b16952d369352e21541a57754e448de6e7
62f0a7288114eda8968a76960cfc4ba94def733e
/edu.rice.cs.hpc.traceviewer/src/edu/rice/cs/hpc/traceviewer/summary/HPCSummaryView.java
35bd18db9af7f178efe62f91dba8bf33248b139f
[]
no_license
daddddd/hpcviewer
bd2aebc019c5f46b7208b80d1c9bb18f97af767f
b1de398cfeaf8a460581ff4611d829d417d80b56
refs/heads/master
2021-01-10T12:42:48.949100
2015-08-12T20:06:48
2015-08-12T20:06:48
52,604,401
0
0
null
null
null
null
UTF-8
Java
false
false
2,763
java
package edu.rice.cs.hpc.traceviewer.summary; import java.util.Map; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.ui.ISourceProvider; import org.eclipse.ui.ISourceProviderListener; imp...
[ "laksono@gmail.com" ]
laksono@gmail.com
a387d4c3bd90a3e15cbbf5fb067ed39047cfcdce
491dd4b68c36ae0e8b1c1a55a888c5b2db63c402
/app/src/main/java/com/ns/yc/lifehelper/ui/other/douBook/view/fragment/DouBookFragment.java
deb3e1eda51916b44c1d62562406a1abf49399de
[]
no_license
zhaozw/LifeHelper
bc2794b42cf33ee147a70c9ea1e1dab586c9d133
2dd21f6319a84bb45fd73714b71edcdb29f859f3
refs/heads/master
2021-04-29T11:43:54.479555
2018-02-11T03:29:38
2018-02-11T03:29:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,347
java
package com.ns.yc.lifehelper.ui.other.douBook.view.fragment; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.widget.SwipeRefreshLayout; import android.widget.Toast; import com.blankj.utilcode.util.NetworkUtils; import com.ns.yc.lifehelper.R; import co...
[ "yangchong211@163.com" ]
yangchong211@163.com
d1adb5d69cc986a12e7cc4b460c760ab11278916
32b918ea98702dc01f508af434beef2f4aca25d6
/P3_Final/PracticaFinal/src/indexacion/Localizacion.java
bfd0f3eefb08836c0a8ca48836b1aa1fb54624dc
[]
no_license
jcgq/RecuperacionInformacion_UGR
d5aeec05f2ab8cdf3be4e508af12c35c4336828a
434c98d57a44e3de794ed7f668694ebbd9b20889
refs/heads/main
2023-04-30T15:23:08.480230
2021-05-21T15:40:58
2021-05-21T15:40:58
369,578,094
1
0
null
null
null
null
UTF-8
Java
false
false
493
java
package indexacion; import com.fasterxml.jackson.databind.JsonNode; class Localizacion { String lugar; String pais; Localizacion(){ lugar = "Desconocido"; pais = "Desconocido"; } public void setLugar(String _lugar){ lugar=_lugar; } public void setPa...
[ "juancarlosgq@correo.ugr.es" ]
juancarlosgq@correo.ugr.es
eeac21e4e1925599403de24147ffa48b4ba629d9
ae986cac9f6810bc2c145f0c4f9938f4e3034b55
/Spring_Infearn/Web_RTC_Ex2/src/main/java/org/nextrtc/examples/videochat_with_rest/domain/User.java
1750f1f0172e6edd30387094716a9d4fdc9e4d02
[ "MIT" ]
permissive
satelite54/BUSAN_IT_ACADEMY
975e3b9cdd39a1839dd7c01458ac904e6895f5f0
e2fc06f3f1847edaa1641acab8d49d87943863fb
refs/heads/main
2023-04-22T21:34:56.899605
2021-05-14T15:52:09
2021-05-14T15:52:09
307,250,727
0
0
null
null
null
null
UTF-8
Java
false
false
1,626
java
package org.nextrtc.examples.videochat_with_rest.domain; import org.nextrtc.examples.videochat_with_rest.domain.history.History; import javax.persistence.*; import java.util.Set; @Entity @Table(name = "Users") public class User { @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "user_i...
[ "taehune94@gmail.com" ]
taehune94@gmail.com
7de22c629b3e2acf242b407ab914bef243dc6c86
3ca4e3a41a284f90800d956dca971396cb8ff9c2
/src/Trivia/Game.java
f3d93d7198c081189d41e2523ff1e0a801d01f9b
[]
no_license
yosefabush/TriviaGame
0b0ea882bb130b73fa2a4970ec122dcdddc042d6
1e69c469cb5aacc0d6112b1fd19d5677381f6c02
refs/heads/master
2020-12-25T16:54:41.221251
2016-08-11T17:12:33
2016-08-11T17:12:33
50,916,628
0
0
null
null
null
null
UTF-8
Java
false
false
6,071
java
package Trivia; import java.io.IOException; import java.io.Serializable; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.ArrayList; import java.util.Random; import java.util.logging.Level; import java.util.logging.Logger; /**...
[ "yosef0525@gmail.com" ]
yosef0525@gmail.com
fe2abe3a330000cff56f3b03e68067f43dcad200
d0e4909a6e527a3dcbc102fb571ab01ee593e6c7
/app/src/main/java/com/example/asus/toolbar/MainActivity.java
31915d07bdaa525e1d5638c22196fda481101acb
[]
no_license
hexianzhi/zhihu
5ddb57fc469924cd0b0e43db191534219b09ded0
bfeca7c0877817d3e62b8141eee0c3cf6c2889ce
refs/heads/master
2021-01-10T10:43:48.596638
2016-03-02T13:54:56
2016-03-02T13:54:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,423
java
package com.example.asus.toolbar; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.view.Menu; import android.view.MenuItem; import android.view.Window; import android.widget.Toast; public class MainActivity extends AppCompatActivity { ...
[ "hxz707950194@163.com" ]
hxz707950194@163.com
60dcd74872cfc7eb7c74d5dcc25782b466f354e5
2b8c47031dddd10fede8bcf16f8db2b52521cb4f
/subject SPLs and test cases/BerkeleyDB(5)/BerkeleyDB_P4/evosuite-tests2/com/sleepycat/je/tree/WithRootLatched_ESTest_scaffolding2.java
38ca744fef6a03a3965b0dbe777376bacb67ddb0
[]
no_license
psjung/SRTST_experiments
6f1ff67121ef43c00c01c9f48ce34f31724676b6
40961cb4b4a1e968d1e0857262df36832efb4910
refs/heads/master
2021-06-20T04:45:54.440905
2019-09-06T04:05:38
2019-09-06T04:05:38
206,693,757
1
0
null
2020-10-13T15:50:41
2019-09-06T02:10:06
Java
UTF-8
Java
false
false
1,452
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Apr 22 02:06:59 KST 2017 */ package com.sleepycat.je.tree; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After...
[ "psjung@kaist.ac.kr" ]
psjung@kaist.ac.kr
60ccf77d086d9d94f4f70684077041f3942e943c
d71e879b3517cf4fccde29f7bf82cff69856cfcd
/ExtractedJars/Health_com.huawei.health/javafiles/android/support/v4/media/session/MediaSessionCompat$MediaSessionImplBase.java
8dc1c55899ddf2212f790c19a275502a5e54143a
[ "MIT" ]
permissive
Andreas237/AndroidPolicyAutomation
b8e949e072d08cf6c6166c3f15c9c63379b8f6ce
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
refs/heads/master
2020-04-10T02:14:08.789751
2019-05-16T19:29:11
2019-05-16T19:29:11
160,739,088
5
1
null
null
null
null
UTF-8
Java
false
false
140,564
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package android.support.v4.media.session; import android.app.PendingIntent; import android.content.*; import android.graphics.Bitmap; import android.media...
[ "silenta237@gmail.com" ]
silenta237@gmail.com
cafc5797f556f191d09f50cd1b011d8349247844
32089db09af39f6f85426fc54f85c1a132c724c0
/プログラマカレッジ資料/ecsite/src/com/internousdev/ecsite/action/HomeAction.java
1af461b4a3f427d9447f4aa31d0fe0196295ce7a
[]
no_license
masa0308/test
d997ba75edcfc297c6e41680454aca8324e0313c
4738e69ea20a43c50defdb16cf0c6e0e4934adf9
refs/heads/master
2021-09-10T17:59:24.128806
2018-03-30T12:46:33
2018-03-30T12:46:33
116,369,446
0
0
null
null
null
null
UTF-8
Java
false
false
1,085
java
package com.internousdev.ecsite.action; import java.util.Map; import org.apache.struts2.interceptor.SessionAware; import com.internousdev.ecsite.dao.BuyItemDAO; import com.internousdev.ecsite.dto.BuyItemDTO; import com.opensymphony.xwork2.ActionSupport; public class HomeAction extends ActionSupport implements Sessi...
[ "ikegami.pisces@gmail.com" ]
ikegami.pisces@gmail.com