blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
390
content_id
stringlengths
40
40
detected_licenses
listlengths
0
35
license_type
stringclasses
2 values
repo_name
stringlengths
6
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
539 values
visit_date
timestamp[us]date
2016-08-02 21:09:20
2023-09-06 10:10:07
revision_date
timestamp[us]date
1990-01-30 01:55:47
2023-09-05 21:45:37
committer_date
timestamp[us]date
2003-07-12 18:48:29
2023-09-05 21:45:37
github_id
int64
7.28k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-06-11 04:05:37
2023-09-14 21:59:18
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-28 02:39:21
gha_language
stringclasses
62 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
128
12.8k
extension
stringclasses
11 values
content
stringlengths
128
8.19k
authors
listlengths
1
1
author_id
stringlengths
1
79
7db5e7b9b3729dbee614f49010f8494a1efc6591
d6dfdc83446a0c8f4539227d0f674cf9289bdb08
/bundle/edu.gemini.dataman.app/src/main/java/edu/gemini/datasetrecord/impl/trigger/ObsRecordTriggerClient.java
94d5df28600708a8e391992a4ee1973774b435d8
[ "MIT" ]
permissive
gitter-badger/ocs
6c3c795ce288f101eff6a800d320b4735ed95571
9329213adcb1ff60cea76e4feb426ed79985361f
refs/heads/develop
2020-12-11T04:12:28.014282
2015-06-16T01:17:13
2015-06-16T01:17:13
37,540,475
0
0
null
2015-06-16T15:57:10
2015-06-16T15:57:09
null
UTF-8
Java
false
false
1,847
java
// // $Id: ObsRecordTriggerClient.java 617 2006-11-22 21:39:46Z shane $ // package edu.gemini.datasetrecord.impl.trigger; import edu.gemini.pot.spdb.IDBDatabaseService; import java.util.HashSet; import java.util.Set; /** * The ObsRecordTriggerClient hides the implementation details involved in * working with trig...
[ "swalker2m@gmail.com" ]
swalker2m@gmail.com
0d1111f29abe084dbc8241af5e254d1e0cf012c3
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/31/31_cbda2061bdd88fa53686c3c976bd29e9dd8ea24e/ActionViewRequest/31_cbda2061bdd88fa53686c3c976bd29e9dd8ea24e_ActionViewRequest_t.java
5bbeabe5dc83229c17d6ecf93fc2d3b46e039e85
[]
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
1,750
java
package nl.nikhef.jgridstart.gui; import java.awt.event.ActionEvent; import javax.swing.JFrame; import javax.swing.event.ListSelectionEvent; import nl.nikhef.jgridstart.CertificatePair; import nl.nikhef.jgridstart.CertificateSelection; import nl.nikhef.jgridstart.gui.util.BareBonesActionLaunch; import nl.ni...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ce6252bc93cf0fb7925e24cc77f4e1f3aac75cba
dd5508d18353f06408a6b29b945dd9a495be9d79
/deprecated/com/tscp/mvne/refund/OldRefund.java
ee29fa7e793af5b22a33058eaef2ad2e8450e364
[]
no_license
pongalong/TSCPMVNA
53257d4e9e8d87c2602c0dfa5a7d43f82712949b
4ba3d403d238ffedecc6be152d54d4d053956544
refs/heads/master
2016-09-07T19:01:07.525976
2013-08-20T17:32:09
2013-08-20T17:32:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
899
java
package com.tscp.mvne.refund; import java.util.Date; public class OldRefund { private int transId; private Date refundDate; private String refundBy; private int refundReasonCode; private String notes; public int getTransId() { return transId; } public void setTransId( int transId) { this.transId = tr...
[ "jonathan.pong@gmail.com" ]
jonathan.pong@gmail.com
debd0fbb2ea026193cd86dbdc26b18d7f514e516
22c74db7c1d0de3db87a22fcde261e96a97ab8e1
/src/main/java/com/neodem/common/beans/AbstractSerializedBean.java
7fe2b642a7590bf67a5c2524d0cb6f903ca4e121
[]
no_license
neodem/neodem-common
e5aee70f0884585101d7126604f897c9da44d6a3
e9f61cc00da08e1ea3db51d222894f69d8614a95
refs/heads/master
2021-01-20T11:25:35.930279
2018-02-05T22:52:18
2018-02-05T22:52:18
3,393,166
0
0
null
null
null
null
UTF-8
Java
false
false
953
java
package com.neodem.common.beans; import java.io.Serializable; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; /** an empy bean that impl...
[ "neodem@gmail.com" ]
neodem@gmail.com
2b8c4fed41edaeea8e30ac34a74ac9ca7aa39bb6
23b6d6971a66cf057d1846e3b9523f2ad4e05f61
/MLMN-Alarm-Feedback/src/vo/AlDyNonFinishByAlClass.java
eaece3c431fa8f7677d2cb70cfa31d004c950917
[]
no_license
vhctrungnq/mlmn
943f5a44f24625cfac0edc06a0d1b114f808dfb8
d3ba1f6eebe2e38cdc8053f470f0b99931085629
refs/heads/master
2020-03-22T13:48:30.767393
2018-07-08T05:14:12
2018-07-08T05:14:12
140,132,808
0
1
null
2018-07-08T05:29:27
2018-07-08T02:57:06
Java
UTF-8
Java
false
false
5,752
java
package vo; import java.io.Serializable; import java.util.Date; public class AlDyNonFinishByAlClass implements Serializable { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column AL_DY_NON_FINISH_BY_AL_CLASS.DAY * * @ibatorgenerated ...
[ "trungnq@vhc.com.vn" ]
trungnq@vhc.com.vn
4373d4fa15c56843efa52c0ba78ae0fcd43fec27
844dc53bbce7aab957e037cb84a0c9a8f8922f8e
/src/ch/tsphp/common/ITypeSymbol.java
5961a6126a228940a778fa90a778a294f088011b
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
tsphp/tsphp-common
c600aef1e343a05e4316ae967a1b82a689db7715
aad23bb4852daf37ca6e9bc3ed1a1b33260f2a34
refs/heads/master
2020-04-20T14:08:06.059354
2014-08-24T18:23:26
2014-08-24T18:23:26
13,151,924
0
2
null
null
null
null
UTF-8
Java
false
false
568
java
/* * This file is part of the TSPHP project published under the Apache License 2.0 * For the full copyright and license information, please have a look at LICENSE in the * root folder or visit the project's website http://tsphp.ch/wiki/display/TSPHP/License */ package ch.tsphp.common; import java.util.Set; publi...
[ "rstoll@tutteli.ch" ]
rstoll@tutteli.ch
a8f5df3fdbd029682c6f47451ab939a9661f263a
779bd0d5701654585708dcb7593b256394c1d5a8
/it.unibo.java.radar/src/eu/hansolo/steelseries/tools/GaugeType.java
9e5cc8c8b60405b7241082bbce74696311c757a9
[]
no_license
anatali/iss2019Lab
95fd9df254b1649f5907784ff1124e576f335d23
9331c0f19b634a32d01621d55d20291cf255c57e
refs/heads/master
2022-12-14T20:21:23.145244
2019-10-30T10:08:45
2019-10-30T10:08:45
172,677,977
2
0
null
2022-12-09T03:53:41
2019-02-26T09:16:52
Jupyter Notebook
UTF-8
Java
false
false
2,821
java
package eu.hansolo.steelseries.tools; /** * * @author Gerrit Grunwald <han.solo at muenster.de> */ public enum GaugeType { TYPE1(0, (1.5 * Math.PI), (0.5 * Math.PI), (Math.PI / 2.0), 180, 90, 0, new java.awt.geom.Rectangle2D.Double(0.55, 0.55, 0.55, 0.15), eu.hansolo.steelseries.tools.PostPosition.CENTER, eu.ha...
[ "antonio.natali@unibo.it" ]
antonio.natali@unibo.it
cb3718f1659fe06f8c25a6bd4695352b0263d2d0
6c75bc3f0b09f3d01765f973020b0b2a5af35deb
/enjoysdk_core_app/src/main/java/com/enjoy/sdk/core/sdk/SDKApplication.java
8d21f2198ce4d12e2a46628db3e471cae24daead
[]
no_license
luckkiss/enjoySDK
40d15593b2e31fedcdb7ca18e58381469bbc1037
7ccd4bd4a13ecf7a4376ebe0dc0ef41c7ee67c81
refs/heads/main
2023-08-31T12:34:59.553328
2021-11-08T10:28:00
2021-11-08T10:28:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,093
java
package com.enjoy.sdk.core.sdk; import android.app.Application; import android.content.Context; import com.enjoy.sdk.core.api.EnjoyConstants; import com.enjoy.sdk.core.own.EnjoyPlatformAPP; import com.enjoy.sdk.core.platform.OPlatformBean; import com.enjoy.sdk.core.sdk.config.PlatformConfig; import com.enjoy.sdk.core...
[ "1628103949@qq.com" ]
1628103949@qq.com
cf3c2299b1257ab1f0a18d995582df973ce9c136
8fbfdbde0c17098c1f8cd9fef26542cc6ec2047f
/src/test/java/com/mycompany/hazelcast/security/jwt/TokenProviderTest.java
313f4bbc55a74c0109e4fe5a1702239ae1bdc638
[]
no_license
l7777777b/jhipster-sample-hazelcast
b3ac2b2372622c8ed0dbee674e4d9c00d89452c8
731ba367aff57cae360cf687403c9e1848198e28
refs/heads/master
2022-12-07T00:07:11.896449
2020-09-03T10:59:01
2020-09-03T10:59:01
292,539,993
0
0
null
null
null
null
UTF-8
Java
false
false
3,888
java
package com.mycompany.hazelcast.security.jwt; import static org.assertj.core.api.Assertions.assertThat; import com.mycompany.hazelcast.security.AuthoritiesConstants; import io.github.jhipster.config.JHipsterProperties; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import io.jsonwebtoken.io.D...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
d452cad865f8fd90b7c9ce03c0deeda6b38db838
40d844c1c780cf3618979626282cf59be833907f
/src/testcases/CWE789_Uncontrolled_Mem_Alloc/s03/CWE789_Uncontrolled_Mem_Alloc__random_HashMap_15.java
9da7c2614a6d7511055b2df45143d296d717b14a
[]
no_license
rubengomez97/juliet
f9566de7be198921113658f904b521b6bca4d262
13debb7a1cc801977b9371b8cc1a313cd1de3a0e
refs/heads/master
2023-06-02T00:37:24.532638
2021-06-23T17:22:22
2021-06-23T17:22:22
379,676,259
1
0
null
null
null
null
UTF-8
Java
false
false
3,636
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__random_HashMap_15.java Label Definition File: CWE789_Uncontrolled_Mem_Alloc.int.label.xml Template File: sources-sink-15.tmpl.java */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: random Set data to a random value * ...
[ "you@example.com" ]
you@example.com
3d65012a53bb1a3d207b0696d6b7851d2d92b059
863acb02a064a0fc66811688a67ce3511f1b81af
/sources/com/google/android/gms/internal/ads/zzsd.java
2a5a72e308b984f2a1bc0c2fb65c9eb5adda2c42
[ "MIT" ]
permissive
Game-Designing/Custom-Football-Game
98d33eb0c04ca2c48620aa4a763b91bc9c1b7915
47283462b2066ad5c53b3c901182e7ae62a34fc8
refs/heads/master
2020-08-04T00:02:04.876780
2019-10-06T06:55:08
2019-10-06T06:55:08
211,914,568
1
1
null
null
null
null
UTF-8
Java
false
false
565
java
package com.google.android.gms.internal.ads; import java.util.Collections; import java.util.HashMap; import java.util.Map; public final class zzsd { /* renamed from: a */ private final Map<String, String> f29305a = new HashMap(); /* renamed from: b */ private Map<String, String> f29306b; /* ren...
[ "tusharchoudhary0003@gmail.com" ]
tusharchoudhary0003@gmail.com
1e4b6020cb4efe472b7148b749208b118ffeeb38
5765c87fd41493dff2fde2a68f9dccc04c1ad2bd
/Variant Programs/1-5/4/warehouse/Storehouse.java
e52d2d2f8dfa96d978cbcabff8edfb491d17078a
[ "MIT" ]
permissive
hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism
42e4c2061c3f8da0dfce760e168bb9715063645f
a42ced1d5a92963207e3565860cac0946312e1b3
refs/heads/master
2020-08-09T08:10:08.888384
2019-11-25T01:14:23
2019-11-25T01:14:23
214,041,532
0
0
null
null
null
null
UTF-8
Java
false
false
4,055
java
package warehouse; import java.util.HashMap; import euphonious.AgainOfficer; import developmentElements.PhyllosilicatePreclude; import fabricator.*; import scenario.Emulation; import static java.lang.System.out; public class Storehouse { public synchronized void appendToken(developmentElements.PhyllosilicatePreclu...
[ "hayden.cheers@me.com" ]
hayden.cheers@me.com
3105b7513d940b8d2db0bcfc370bffb0f8a0273c
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/boot/svg/code/drawable/lbs_icon_more.java
f4e5b7d113ca7c4f397cd2d0d2266375d00a87bb
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
4,330
java
package com.tencent.mm.boot.svg.code.drawable; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Paint.Cap; import android.graphics.Paint.Join; import android.graphics.Paint.Style; import android.graphics.Path; import android.os.Looper; imp...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
0cae6b802e18ec8e55ae8bf41f9cabc181d65ef1
c9cfc6279726394475f59800259f194d349ea8da
/src/com/scholastic/sbam/client/services/ProductListService.java
e977805e62277e5e80ae35ea7212efdbf7d93639
[]
no_license
VijayEluri/SBAM-Dev
ce15f813da784fa764c42f8711bc565be6251580
1ba017f990e633112d2bbc94e20ac190f799dee4
refs/heads/master
2020-05-20T11:15:01.750085
2012-02-25T03:19:55
2012-02-25T03:19:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
544
java
package com.scholastic.sbam.client.services; import java.util.List; import com.extjs.gxt.ui.client.data.LoadConfig; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; import com.scholastic.sbam.shared.objects.ProductInstance; /** * The client side s...
[ "blacatena@comcast.net" ]
blacatena@comcast.net
0ba0db93d3c9c3e1f47adb71548c90ba87aa6cb3
62b36b279296d999fbab6df95309c05b45262f86
/java/java-tests/testData/codeInsight/gotoDeclaration/FromStatementToDestructuringPattern.java
87d0a9b94f48b280e78cd92ac839747fe581ccde
[ "Apache-2.0" ]
permissive
huwensen/intellij-community
2e84b5d447f0e8b227024190be5912b5feceec7c
abb490446a7f9abbc55f100b166cadee7dba60ae
refs/heads/master
2023-07-23T19:14:15.258542
2023-07-17T21:40:16
2023-07-18T02:33:37
201,616,287
1
0
Apache-2.0
2019-08-10T10:41:04
2019-08-10T10:41:03
null
UTF-8
Java
false
false
208
java
record R(int x, int y){} class Test{ void foo(Object o) { switch(o){ case R(int w, int c) s: System.out.println(c<caret>); break; default -> System.out.println() } } }
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
983482ec918b9aedd5f8265f634a1c8ba1b672d4
99c03face59ec13af5da080568d793e8aad8af81
/muJava/result/ChessBoard/traditional_mutants/boolean_placePiece(ChessPiece,java.lang.String)/AORB_16/ChessBoard.java
9f150e0ba1a97c730f5dc6e446709d5f6fb89582
[]
no_license
fouticus/HOMClassifier
62e5628e4179e83e5df6ef350a907dbf69f85d4b
13b9b432e98acd32ae962cbc45d2f28be9711a68
refs/heads/master
2021-01-23T11:33:48.114621
2020-05-13T18:46:44
2020-05-13T18:46:44
93,126,040
0
0
null
null
null
null
UTF-8
Java
false
false
7,738
java
// This is a mutant program. // Author : ysma public class ChessBoard { private ChessPiece[][] board; public ChessBoard() { board = new ChessPiece[8][8]; } public void initialize() { Pawn[] wpawns = new Pawn[8]; for (int i = 0; i < 8; i++) { wpawns[i] = n...
[ "fout.alex@gmail.com" ]
fout.alex@gmail.com
0245e8b04a69f57ff5fa085d5e748ee546954255
75fdfcd791691b9c50da0a765c3b9592ac250217
/src/main/java/mr/hadinarimtic/agribank/security/DomainUserDetailsService.java
e0d1e6cdd6db90751c55e4b7fd434c36fe790664
[]
no_license
mockhtar/agribank-app
a65cd000a898ba03de235b167504411a9cce1056
1958823f4fed3d5b7ef53d93882a9b5928f1fef9
refs/heads/main
2023-06-28T18:40:25.531916
2021-08-03T14:30:03
2021-08-03T14:30:03
392,345,743
0
0
null
null
null
null
UTF-8
Java
false
false
2,727
java
package mr.hadinarimtic.agribank.security; import java.util.*; import java.util.stream.Collectors; import mr.hadinarimtic.agribank.domain.User; import mr.hadinarimtic.agribank.repository.UserRepository; import org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator; import org.slf4j.Logger; import org....
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
bf395c575b33597f5fa772656ce9b8bafc30ac02
ead61e1e8fcb260aa16692fddd7b26dc264a2fc7
/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java
b2b3b4ff8f44fb50a79bd5136c65101b6b57060b
[]
no_license
Gavin-U/Gavin-jdk-translate
b5bc1979e1d482b90c8e1382eafe9da971620626
288dbe473d5c89cf805e28f6a5327fc1b2ebf474
refs/heads/master
2020-05-15T23:04:47.016942
2019-04-22T15:04:54
2019-04-22T15:04:54
182,522,438
1
0
null
null
null
null
UTF-8
Java
false
false
947
java
package org.omg.IOP; /** * org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from /build/openjdk-8-WFA7ig/openjdk-8-8u162-b12/src/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl * Thursday, March 15, 2018 9:30:35 PM UTC */ public interface TAG_...
[ "17645861358@163.com" ]
17645861358@163.com
ba5e0dd3eeb59f88f39cd995fa2692feb7fedb66
9e20645e45cc51e94c345108b7b8a2dd5d33193e
/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/ai/others/Survivor/Survivor.java
7c7dc1953954347a7ee419787680a318c4ca45c4
[]
no_license
Enryu99/L2jMobius-01-11
2da23f1c04dcf6e88b770f6dcbd25a80d9162461
4683916852a03573b2fe590842f6cac4cc8177b8
refs/heads/master
2023-09-01T22:09:52.702058
2021-11-02T17:37:29
2021-11-02T17:37:29
423,405,362
2
2
null
null
null
null
UTF-8
Java
false
false
2,064
java
/* * This file is part of the L2J Mobius project. * * This program 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, either version 3 of the License, or * (at your option) any later version. * ...
[ "MobiusDevelopment@7325c9f8-25fd-504a-9f63-8876acdc129b" ]
MobiusDevelopment@7325c9f8-25fd-504a-9f63-8876acdc129b
595f2ec3de8134929495cc638485e5cdbcfae17a
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/38/org/apache/commons/math/linear/ArrayRealVector_unitize_578.java
9c49ec7599938933b119591530e21756424764f2
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
1,175
java
org apach common math linear link real vector realvector arrai version arrai real vector arrayrealvector real vector realvector serializ ...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
83a823b4d97874ce6382b32f3afcda77b7d0be03
ed166738e5dec46078b90f7cca13a3c19a1fd04b
/minor/guice-OOM-error-reproduction/src/main/java/gen/N_Gen104.java
244bba5b315efcb9070329ae2c214f7b548d98bb
[]
no_license
michalradziwon/script
39efc1db45237b95288fe580357e81d6f9f84107
1fd5f191621d9da3daccb147d247d1323fb92429
refs/heads/master
2021-01-21T21:47:16.432732
2016-03-23T02:41:50
2016-03-23T02:41:50
22,663,317
2
0
null
null
null
null
UTF-8
Java
false
false
331
java
package gen; public class N_Gen104 { @com.google.inject.Inject public N_Gen104(N_Gen105 n_gen105){ System.out.println(this.getClass().getCanonicalName() + " created. " + n_gen105 ); } @com.google.inject.Inject public void injectInterfaceWithoutImpl(gen.InterfaceWithoutImpl i){} // should expolod...
[ "michal.radzi.won@gmail.com" ]
michal.radzi.won@gmail.com
bce0e90fd28fc231d3a8eb299c951fa7203b2c84
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/drjava_cluster/26904/src_0.java
a98da7cad15c9fbd02dd31c4fda50bf90b3686a5
[]
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
7,983
java
/*BEGIN_COPYRIGHT_BLOCK * * This file is part of DrJava. Download the current version of this project from http://www.drjava.org/ * or http://sourceforge.net/projects/drjava/ * * DrJava Open Source License * * Copyright (C) 2001-2005 JavaPLT group at Rice University (javaplt@rice.edu). All rights reserved. *...
[ "375833274@qq.com" ]
375833274@qq.com
ce9dcd77503e4390ca85dc28916e9a7295df7d40
eb118856796700c92d4ff0ea9f56a37caddb3db4
/integration-faces/src/test/java/org/ocpsoft/rewrite/faces/navigate/NavigateOutcomeBean.java
e5d91da5e3edcb032443fd30d282ff8fd969abf7
[ "Apache-2.0" ]
permissive
ocpsoft/rewrite
b657892cdee10b748435cf50772c4a5f89b4832b
081871aa06d3dd366100b025bc62bfbabadf7457
refs/heads/main
2023-09-05T20:03:04.413656
2023-03-21T15:08:26
2023-03-21T15:10:16
1,946,637
130
86
Apache-2.0
2023-07-25T13:52:28
2011-06-24T08:51:19
Java
UTF-8
Java
false
false
2,448
java
/* * Copyright 2011 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * 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....
[ "christian@kaltepoth.de" ]
christian@kaltepoth.de
bc8435dbe5e70c41a179d830c6b8881efdaaa40f
3b311175d0f7f6ff36b9afbf940400f39621b6f1
/src/main/java/com/eparking/informationPush/service/channel/Impl/BiJieServiceImpl.java
fdbd68ba5b9a590f7147825c4125e05243cf0eaf
[]
no_license
SHNotCulture/informationPush
1abb788bc6006570f25da75822690fd004910830
db1a3a6c98d588eaf26501a40c3b29bd73823a8d
refs/heads/master
2022-07-03T18:29:18.214597
2019-12-30T08:49:20
2019-12-30T08:49:20
230,881,170
0
0
null
2022-06-21T02:32:41
2019-12-30T08:49:12
Java
UTF-8
Java
false
false
5,094
java
package com.eparking.informationPush.service.channel.Impl; import com.eparking.informationPush.entity.biJie.Data; import com.eparking.informationPush.entity.system.ParkInOut; import com.eparking.informationPush.entity.system.ParkInOutCache; import com.eparking.informationPush.entity.system.RouteInfo; import com.eparki...
[ "651282719@qq.com" ]
651282719@qq.com
74bcfba1e3415e729b817b85a0b684aee9a6cb72
96131bf137124193bb6889e93dc033caa5206e44
/TestProgram1/src/test/java/com/koreait/test1/BoardTest.java
1b8d89fa89bf6a24b081c2f53662af68cbc44c39
[]
no_license
goatmxj67/home-spring
6f04797e201e7373d211de570e967f6f2f78eca5
e59edff0e7fee31c2d782c356ef8920e1e6d05b8
refs/heads/main
2023-06-24T14:41:12.581835
2021-07-13T03:55:39
2021-07-13T03:55:39
378,427,792
0
0
null
null
null
null
UTF-8
Java
false
false
1,898
java
package com.koreait.test1; import static org.junit.Assert.assertEquals; import org.apache.ibatis.session.SqlSession; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springfra...
[ "yulki67@naver.com" ]
yulki67@naver.com
f08250cebfea5dfe111739626e384640a1e5c414
13cda4669ad787ce6bb896d80fc559ac63715e02
/src/main/java/com/littlebayo/project/system/user/mapper/UserPostMapper.java
261f6d71148130d58d53c46eed8f9cbdc40eaaa3
[ "MIT" ]
permissive
cuiqyu/qinqin
077e81226e3d8ed821210d36478b4205030c18eb
be3f5d34a991a67ed036ef514acce2b779859b4d
refs/heads/master
2023-01-08T17:27:12.306592
2020-10-30T08:16:59
2020-10-30T08:16:59
303,132,031
0
0
null
null
null
null
UTF-8
Java
false
false
961
java
package com.littlebayo.project.system.user.mapper; import java.util.List; import com.littlebayo.project.system.user.domain.UserPost; /** * 用户与岗位关联表 数据层 * * @author littlebayo */ public interface UserPostMapper { /** * 通过用户ID删除用户和岗位关联 * * @param userId 用户ID * @return 结果 */ public...
[ "18720956785@163.com" ]
18720956785@163.com
90fac552a886d01d6d77137220859d8cfe15009c
fd5b4b1f1b5c58c14e81e77a394874301633700f
/week-6/spring-demo/src/main/java/com/tts/springdemo/controller/HelloController.java
bffc6dcb5ef0bfeef3420f3da30a258a36763cb3
[ "MIT" ]
permissive
juliansarza/08-30-21-adv-java
a99454472f81b30cc9df2eefc571cdaefa7a3c4c
ec25a6583f92a8672c2fda541c9f03cbb0263298
refs/heads/main
2023-09-04T08:01:59.137717
2021-11-01T14:50:41
2021-11-01T14:50:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
877
java
package com.tts.springdemo.controller; import com.tts.springdemo.model.Person; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import java.time.LocalDate; // below I am using the rest controller annotation // this allows me to create a restful...
[ "lionel.beato@gmail.com" ]
lionel.beato@gmail.com
6027aeb4444093efa9246dc0469263915c4aba8d
188550fe299422895c748235e56d53b463ab5485
/FUENTES/Utilidades/src/com/davivienda/utilidades/ws/cliente/solicitarNotaDebitoCuentaAhorrosServiceATM/package-info.java
028828234a71e7b0f553aa500fa26c0c582bf19e
[]
no_license
NicolasMeloR/multifuncionales
e664edf0e63f13c9afc35418f6b5c868ee108641
9c01800e945916a6dd21c6c094179f2a5a169d03
refs/heads/master
2021-03-13T06:49:10.937067
2020-03-27T17:15:30
2020-03-27T17:15:30
246,649,979
0
0
null
null
null
null
UTF-8
Java
false
false
245
java
@javax.xml.bind.annotation.XmlSchema(namespace = "http://solictarnotadebitocuentaahorrosserviceinteface.servicios.procesadortransacciones.davivienda.com/") package com.davivienda.utilidades.ws.cliente.solicitarNotaDebitoCuentaAhorrosServiceATM;
[ "nmelo@asesoftware.com" ]
nmelo@asesoftware.com
078297beb1d786d41c72e89109c0e0c2903f01a3
dafc54c302709a33a4fbf7f0ea4bb4a62b5ba17e
/src/main/java/edu/upm/midas/authorization/service/AuthResourceService.java
8498a20008f599d01d7a605682facfd6b18b1f58
[]
no_license
GerardoUPM/tvp_rest
4ec62cd7c2707f49e5b5d2b40188dbc71a1b459d
f0c3ddeaedc6610a6133960ad751d2522093b6fc
refs/heads/master
2022-06-06T23:57:58.958563
2019-10-23T07:18:34
2019-10-23T07:18:34
104,885,879
0
1
null
2022-05-20T20:48:02
2017-09-26T13:07:24
Java
UTF-8
Java
false
false
385
java
package edu.upm.midas.authorization.service; import edu.upm.midas.authorization.model.ValidationResponse; /** * Created by gerardo on 08/08/2017. * * @author Gerardo Lagunes G. ${EMAIL} * @version ${<VERSION>} * @project eidw * @className AuthResourceService * @see */ public interface AuthResourceService { ...
[ "gerardolagar@ctb.upm.es" ]
gerardolagar@ctb.upm.es
a7cdd22db82ffdb626dd487d56cec062a356ecc2
447520f40e82a060368a0802a391697bc00be96f
/apks/malware/app14/source/com/advert/cache/CacheImage.java
f59057fecbd069e88c76d44f332734bebddccfc3
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
641
java
package com.advert.cache; import android.graphics.Bitmap; public class CacheImage extends BaseCacheModel { private static final int SIZE_IN_BYTE_FOR_ONE_PICSEL = 4; private Bitmap bitmap; public CacheImage(Bitmap paramBitmap) { this.bitmap = paramBitmap; } private int calculateSize() { r...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
747712dd2a658a434e0fbcb8101b5612adfe4f7a
a59ac307b503ff470e9be5b1e2927844eff83dbe
/wheatfield/branches/rkylin-wheatfield-DSRW/wheatfield/src/main/java/com/rkylin/wheatfield/pojo/FuncCodeQuery.java
445d84440403b10eefeb261f2bec3f37c1ceb9d9
[]
no_license
yangjava/kylin-wheatfield
2cc82ee9e960543264b1cfc252f770ba62669e05
4127cfca57a332d91f8b2ae1fe1be682b9d0f5fc
refs/heads/master
2020-12-02T22:07:06.226674
2017-07-03T07:59:15
2017-07-03T07:59:15
96,085,446
0
4
null
null
null
null
UTF-8
Java
false
false
1,771
java
/* * Powered By chanjetpay-code-generator * Web Site: http://www.chanjetpay.com * Since 2014 - 2015 */ package com.rkylin.wheatfield.pojo; import java.io.Serializable; /** * FuncCodeQuery * @author code-generator * */ public class FuncCodeQuery implements Serializable{ private static final long serialVersio...
[ "yangjava@users.noreply.github.com" ]
yangjava@users.noreply.github.com
55082b7c950331c2512cfd7c499939dccaeebad7
99f5a10341ef9ab0d168e15ca7a137507c87a646
/prayoncockpits/testsrc/com/prayon/cockpits/cmscockpit/CmsCockpitConfigurationTest.java
0e69a656aa80f5f7fd139c71999205f41c7366dd
[]
no_license
prashant-kushwaha/prayon
f884e8d14d78392bff551c009a2a43b9f2857ff1
79be425958286d2cf02d8aec1f72933373c5b6c5
refs/heads/master
2021-01-24T08:42:03.534311
2017-06-07T08:45:30
2017-06-07T08:45:30
93,394,417
0
0
null
null
null
null
UTF-8
Java
false
false
3,212
java
/* * [y] hybris Platform * * Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the te...
[ "himanshu.x.sharma@accenture.com" ]
himanshu.x.sharma@accenture.com
84320b0be5f91edaf72554dce0123808e21e09e4
dbf5adca095d04d7d069ecaa916e883bc1e5c73d
/x_cms_assemble_control/src/main/java/com/x/cms/assemble/control/jaxrs/fileinfo/ExcuteImageToBase64.java
2e692cec724a16d04afa9334f51434ab542b289b
[ "BSD-3-Clause" ]
permissive
fancylou/o2oa
713529a9d383de5d322d1b99073453dac79a9353
e7ec39fc586fab3d38b62415ed06448e6a9d6e26
refs/heads/master
2020-03-25T00:07:41.775230
2018-08-02T01:40:40
2018-08-02T01:40:40
143,169,936
0
0
BSD-3-Clause
2018-08-01T14:49:45
2018-08-01T14:49:44
null
UTF-8
Java
false
false
5,232
java
package com.x.cms.assemble.control.jaxrs.fileinfo; import java.awt.image.BufferedImage; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import javax.imageio.ImageIO; import javax.servlet.http.HttpServletRequest; import org.apache.commons.codec.binary.Base64; import org.apache.commons.lang3...
[ "caixiangyi2004@126.com" ]
caixiangyi2004@126.com
e5c719a1f12130080cfcc528256cc559be4c485a
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/com/google/android/gms/internal/measurement/zzsi.java
0d279e6b61d5962e1863656fa7e9f0c5e910123e
[]
no_license
reed07/MyPreferencePal
84db3a93c114868dd3691217cc175a8675e5544f
365b42fcc5670844187ae61b8cbc02c542aa348e
refs/heads/master
2020-03-10T23:10:43.112303
2019-07-08T00:39:32
2019-07-08T00:39:32
129,635,379
2
0
null
null
null
null
UTF-8
Java
false
false
5,467
java
package com.google.android.gms.internal.measurement; import android.annotation.SuppressLint; import android.content.Context; import android.util.Log; import java.util.concurrent.atomic.AtomicInteger; import javax.annotation.Nullable; public abstract class zzsi<T> { private static final Object zzbro = new Object()...
[ "anon@ymous.email" ]
anon@ymous.email
4111dcbe05f14a807af53d3d63840f747d121b9b
6d32f4a25a67dfd8d3d6c8fe7e7815cf2e5e2b9b
/domino/externals/javolution-core-java/src/main/java/javolution/util/internal/collection/AtomicCollectionImpl.java
76198dc5fd124f26c2b90ecf7a70ae0b1651e197
[ "BSD-2-Clause", "BSD-3-Clause", "MIT", "Apache-2.0", "ICU", "LicenseRef-scancode-unknown-license-reference" ]
permissive
rPraml/org.openntf.domino
276f23560031bb8b2ea534dbd793482b5909dde1
c6729eab92b8e16746c76d50702cf8e1f990ca64
refs/heads/master
2021-01-09T05:06:31.721936
2015-08-06T07:02:52
2015-08-06T07:02:52
13,318,958
1
1
null
2015-06-10T08:39:17
2013-10-04T07:40:39
HTML
UTF-8
Java
false
false
4,822
java
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2012 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package javolution.util.inter...
[ "nathan.freeman@redpilldevelopment.com" ]
nathan.freeman@redpilldevelopment.com
a4803dd03a53ca5d20429b7a840d6a8caffb4b52
f525deacb5c97e139ae2d73a4c1304affb7ea197
/gitv-DeObfuscate/src/main/java/com/push/mqttv3/MqttDeliveryToken.java
7d6ed30af8c065d5a2ebbdf0c97a905c1c9ac373
[]
no_license
AgnitumuS/gitv
93b2359e1bf9f2b6c945298c61c5c6dbfeea49b3
242c9a10a0aeb41b9589de9f254e6ce9f57bd77a
refs/heads/master
2021-08-08T00:50:10.630301
2017-11-09T08:10:33
2017-11-09T08:10:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
299
java
package com.push.mqttv3; public interface MqttDeliveryToken { MqttMessage getMessage() throws MqttException; boolean isComplete(); void waitForCompletion() throws MqttException, MqttSecurityException; void waitForCompletion(long j) throws MqttException, MqttSecurityException; }
[ "liuwencai@le.com" ]
liuwencai@le.com
bde14cc710d1433fc4e78dcc91fe348f49d260a4
9570b9c11845652aba01a90f2f3fd85dc7caae52
/com.github.sormuras.bach/test/java/com/github/sormuras/bach/internal/ToolProvidersTests.java
8ecaab089508d0f3a29d68f46c6e8540682e20b3
[ "MIT" ]
permissive
paddlelaw/bach
85a166b43ef265c94cf4821202b8b7b79ac486b6
b77af47569b52f9d47d8d226d877166c507e7daf
refs/heads/main
2023-05-31T22:56:25.989400
2021-06-21T06:46:38
2021-06-21T06:46:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package com.github.sormuras.bach.internal; import static org.junit.jupiter.api.Assertions.assertLinesMatch; import java.util.spi.ToolProvider; import org.junit.jupiter.api.Test; class ToolProvidersTests { @Test void describeBach() { var bach = ToolProvider.findFirst("bach").orElseThrow(); assertLinesMat...
[ "sormuras@gmail.com" ]
sormuras@gmail.com
ea67d7dc5c88ca3a81e019ffddde075160775adc
bfe4cc4bb945ab7040652495fbf1e397ae1b72f7
/providers/trmk-ecloud/src/main/java/org/jclouds/trmk/ecloud/features/DataCenterOperationsClient.java
faf772669ae07b010dd2739cc90f3903ad38a3f3
[ "Apache-2.0" ]
permissive
dllllb/jclouds
348d8bebb347a95aa4c1325590c299be69804c7d
fec28774da709e2189ba563fc3e845741acea497
refs/heads/master
2020-12-25T11:42:31.362453
2011-07-30T22:32:07
2011-07-30T22:32:07
1,571,863
2
0
null
null
null
null
UTF-8
Java
false
false
1,135
java
package org.jclouds.trmk.ecloud.features; import java.net.URI; import java.util.Set; import java.util.concurrent.TimeUnit; import org.jclouds.concurrent.Timeout; import org.jclouds.trmk.vcloud_0_8.domain.DataCenter; /** * Data Center Operations access to DataCenterOperations functionality in vCloud * <p/> * There...
[ "adrian@jclouds.org" ]
adrian@jclouds.org
9015c6bb6d0cf821dabf4c60fdbfce03fa7de83d
ae9efe033a18c3d4a0915bceda7be2b3b00ae571
/jambeth/jambeth-ioc/src/main/java/com/koch/ambeth/ioc/threadlocal/IThreadLocalCleanupController.java
2a1bb2f0910a844f66190ad9fd9871c30ed57e39
[ "Apache-2.0" ]
permissive
Dennis-Koch/ambeth
0902d321ccd15f6dc62ebb5e245e18187b913165
8552b210b8b37d3d8f66bdac2e094bf23c8b5fda
refs/heads/develop
2022-11-10T00:40:00.744551
2017-10-27T05:35:20
2017-10-27T05:35:20
88,013,592
0
4
Apache-2.0
2022-09-22T18:02:18
2017-04-12T05:36:00
Java
UTF-8
Java
false
false
897
java
package com.koch.ambeth.ioc.threadlocal; import com.koch.ambeth.util.state.IStateRollback; /*- * #%L * jambeth-ioc * %% * Copyright (C) 2017 Koch Softwaredevelopment * %% * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may ob...
[ "dennis.koch@bruker.com" ]
dennis.koch@bruker.com
52541504fbafe8af951967406a341dc245a398f1
5b5defd093d62cc7e05a7a7c798356c7983e7866
/test/src/test/java/org/zstack/test/core/thread/TestChainTaskExceptionNotCallRunNext.java
b636721c3c71cbff51fa0502e404e5c543081976
[ "Apache-2.0" ]
permissive
tbyes/zstack
0bddaf6a1be4e46e181dfffacdbd5aaff5ec803b
7f8ae92fa3d95c1e3ac876a9846f9fe0cbf63d5e
refs/heads/master
2020-06-30T20:42:07.888244
2016-11-21T09:12:13
2016-11-21T09:12:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,047
java
package org.zstack.test.core.thread; import junit.framework.Assert; import org.junit.Before; import org.junit.Test; import org.zstack.core.componentloader.ComponentLoader; import org.zstack.core.thread.ChainTask; import org.zstack.core.thread.SyncTaskChain; import org.zstack.core.thread.ThreadFacade; import org.zstack...
[ "xuexuemiao@yeah.net" ]
xuexuemiao@yeah.net
b2af57f8b76321f862ea7f6c23fa98d2cfa9a409
a0c7d127d08afcca3c77279d94462106e679f0b5
/src/LC809_ExpressiveWords.java
22f8147fcfc6a2066a70940348c73575dd60269f
[]
no_license
zhangchengyao/LC
0c22f2131dd9d3ef485a09f1aa44b58d15895fdb
b86525792a42d69a0d4bfd2ff023da2e612e820b
refs/heads/master
2021-07-13T21:07:06.306844
2021-06-05T22:35:09
2021-06-05T22:35:09
124,514,335
2
0
null
null
null
null
UTF-8
Java
false
false
848
java
public class LC809_ExpressiveWords { public int expressiveWords(String S, String[] words) { int res = 0; for(String word: words){ int i = 0; int j = 0; while(i < S.length() && j < word.length()){ if(S.charAt(i) == word.charAt(j)){ ...
[ "tc2002618@126.com" ]
tc2002618@126.com
0b96490cea5397b48738523a4f658c757bf0aca0
292eb0ad01b6c05c2878062b828ac6145dd4d438
/app/src/main/java/org/stepic/droid/util/DeviceInfoUtil.java
0c7aaa22fbd7a8da6f94c888bb80457ce6268163
[ "Apache-2.0" ]
permissive
VDenis/stepic-android
34dfef2573eef0013e1369954d8f7eddd5a97eb7
ba2004b3b78024463aba5811aa4e388af36be7fe
refs/heads/master
2021-01-18T12:28:45.840673
2016-05-23T17:36:10
2016-05-23T17:36:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,673
java
package org.stepic.droid.util; import android.annotation.SuppressLint; import android.app.Activity; import android.content.ContentResolver; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; im...
[ "kir-maka@yandex.ru" ]
kir-maka@yandex.ru
a3e94ba5af0366015e5b0454a338e4f409755166
5c77fe8667454646caf6907a676a858c207a0b6e
/sources/gnu/xquery/util/OrderedTuples.java
2410afd51ea374c44b320ba6da87c3ba2a3453ff
[]
no_license
PixalTeam/controllable_led_apk
f42c6559cd56eb48046c3f174a244c8c3da8d48a
06a8b9698ee800ea37aab73abc1b9378bf899a16
refs/heads/master
2020-11-24T16:51:43.147571
2020-05-21T15:51:37
2020-05-21T15:51:37
228,257,359
0
0
null
2020-11-15T12:57:27
2019-12-15T21:44:18
Java
UTF-8
Java
false
false
6,075
java
package gnu.xquery.util; import gnu.kawa.functions.NumberCompare; import gnu.kawa.xml.KNode; import gnu.kawa.xml.UntypedAtomic; import gnu.lists.FilterConsumer; import gnu.mapping.CallContext; import gnu.mapping.Procedure; public class OrderedTuples extends FilterConsumer { Procedure body; Object[] comps; ...
[ "34947108+Gumbraise@users.noreply.github.com" ]
34947108+Gumbraise@users.noreply.github.com
9f396382758e67db41170991c15fd33692c5a171
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_2abdb0580ace37b3982111496f65688abba05940/ManualJarMaker/9_2abdb0580ace37b3982111496f65688abba05940_ManualJarMaker_t.java
cfd3122f03fa49de56d96845d8ee2c3cd4ef018a
[]
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
2,576
java
package net.ayld.facade.bundle.impl; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.Set; import java.util.jar.JarEntry; import java.util.jar.JarFile; import java.util.jar.JarOutputStream; import java.util.regex.Pattern; im...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
86e1f7967a0887d47b7e32283c6fd2266a0dcabf
32129c69bccec8c6928f28b06bdbdb5bfeab9c50
/src/main/java/colt/nicity/core/lang/MutableDouble.java
6dc41df3cdc2e8630f62b632541309e2c2e8747c
[]
no_license
jnthnclt/nicity-core
1de32eb5945c13fb3fdf78b36ed5eeda21dadc84
0eda2a258c6c2165e58717029fc042a235000caa
refs/heads/master
2021-01-13T01:58:06.626621
2014-01-03T23:25:48
2014-01-03T23:26:55
704,378
0
1
null
2012-09-25T23:14:50
2010-06-05T03:58:17
Java
UTF-8
Java
false
false
2,644
java
/* * MutableDouble.java.java * * Created on 12-29-2009 03:56:00 PM * * Copyright 2009 Jonathan Colt * * 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/licens...
[ "jonathan.colt@jivesoftware.com" ]
jonathan.colt@jivesoftware.com
592b73ebaf5db4ed769bf6e0a3928149323cc7c5
cab2be96e03ddfca1f76108741c8cc8ffdf49be2
/Codeforces/C/58C/Trees.java
2d96ce48f1a8761b921322f91c11a67626ed6807
[]
no_license
ThePinger/ACM
ceeb3b36fc5609d869ba12f7b8783ffd87ed435b
955836e9648a2328cc9638e5af21cec5f4fb5143
refs/heads/master
2021-01-22T21:59:34.770120
2019-08-20T07:57:28
2019-08-20T07:57:28
92,749,931
3
1
null
null
null
null
UTF-8
Java
false
false
1,085
java
//58C //Trees //BruteForce import java.util.*; public class Trees { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int[] trees = new int[n + 1]; int max = 0; for(int i = 1 ; i < n + 1 ; i++) { trees[i] = sc.nextInt(); max =...
[ "omaremadsabry@gmail.com" ]
omaremadsabry@gmail.com
214c1d28b790a223f8df4161408c9cd5a39f46c8
ce0e785348eccfbe071648e1a32ba7b9b74ead60
/guoren-market-util/src/main/java/com/gop/util/TokenHelper.java
041e008142c4a6fe6024423610079a8cb17b1db0
[]
no_license
littleOrange8023/market
0c279e8dd92db4dd23e20aeff037e4b2998f9e0e
093ce8850624061bb6e51dd064b606c82fccbadd
refs/heads/master
2020-04-19T11:05:11.191298
2019-01-25T07:04:27
2019-01-25T07:04:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,477
java
package com.gop.util; import com.alibaba.fastjson.JSONObject; import io.jsonwebtoken.Claims; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import java.time.Instant; import java.time.LocalDateTime; import java.time.ZoneId; import java.util.Date; import java.util.Objects; import java.util.concu...
[ "ydq@yangdongqiongdeMacBook-Air.local" ]
ydq@yangdongqiongdeMacBook-Air.local
5a0df58ac1a583dd434612bc271c4903704bf43e
d14e7b429f55b48aeca8b6b0139f6b72b0b63012
/Sem01/AppSuma/src/java/pe/egcc/appsuma/controller/AppController.java
84500b95dbe6ae2731fd32c1a6f88005860e7da7
[]
no_license
gcoronelc/USIL_TPW_2017_1_TT
3d1e1712bce4d1e8483b62e62a664a53ba47f68a
4605a22f1fc560b36951a23d5d074ee1ed2540d9
refs/heads/master
2021-01-22T17:29:32.876994
2017-07-21T18:34:19
2017-07-21T18:34:19
85,022,322
0
1
null
2017-07-06T15:58:58
2017-03-15T02:59:09
Java
UTF-8
Java
false
false
1,133
java
package pe.egcc.appsuma.controller; import java.io.IOException; import javax.ejb.EJB; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http...
[ "gcoronelc@gmail.com" ]
gcoronelc@gmail.com
d767200627179701392f5a8d5409693113a28273
b118a9cb23ae903bc5c7646b262012fb79cca2f2
/src/com/estrongs/android/pop/app/imageviewer/bz.java
8b9d9954d259e531494feef1cde321a884570769
[]
no_license
secpersu/com.estrongs.android.pop
22186c2ea9616b1a7169c18f34687479ddfbb6f7
53f99eb4c5b099d7ed22d70486ebe179e58f47e0
refs/heads/master
2020-07-10T09:16:59.232715
2015-07-05T03:24:29
2015-07-05T03:24:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
561
java
package com.estrongs.android.pop.app.imageviewer; import com.estrongs.android.pop.app.imageviewer.gallery.f; class bz implements Runnable { bz(by paramby) {} public void run() { if (a.b.a.g != null) { a.b.a.g.e(); } if (a.b.a.e.b() == 0) { a.b.a.finish(); return; } ...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
66c14f888d4409308d1302ee7bbcd738ffe44c84
29acc5b6a535dfbff7c625f5513871ba55554dd2
/aws-java-sdk-inspector/src/main/java/com/amazonaws/services/inspector/model/DescribeRulesPackageResult.java
a63c4fc2ce3cb25b270d4c0f5bf874d74a4770cf
[ "JSON", "Apache-2.0" ]
permissive
joecastro/aws-sdk-java
b2d25f6a503110d156853836b49390d2889c4177
fdbff1d42a73081035fa7b0f172b9b5c30edf41f
refs/heads/master
2021-01-21T16:52:46.982971
2016-01-11T22:55:28
2016-01-11T22:55:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,608
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 "lice...
[ "aws@amazon.com" ]
aws@amazon.com
b55213be24c341c5adf799f2c6ab8e6a1168f542
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/android_tools/sdk/sources/android-25/android/databinding/testapp/FrameLayoutBindingAdapterTest.java
5246f6b5e545507a9cc30f4d81d15ad55a33c9e5
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
Java
false
false
1,813
java
/* * Copyright (C) 2015 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 required by app...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
cbca95d828dab79a4248fdbffff694e9e9078067
790040ed9bf5d8133f64f7a6e6cbc7a56f4818b4
/fuente/forseti/sets/JMsjSet.java
93a1baa879e490987e4ac4bd7a3c9f9f97488e50
[]
no_license
njmube/forseti
7f60acf43bb2d240cdce2b59b9f9f42e859f8827
2a7bf7b0460c8837c2bc43b1adea6127a42eb4b1
refs/heads/master
2021-01-11T20:08:03.946857
2016-07-18T19:36:18
2016-07-18T19:36:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,897
java
/* Forseti, El ERP Gratuito para PyMEs Copyright (C) 2015 Gabriel Gutiérrez Fuentes. 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 of the License, or ...
[ "g.gutierrez.f@forseti.org.mx" ]
g.gutierrez.f@forseti.org.mx
4cab2003fa27f38851cf48e4d76633ac43dd2508
436c4766c4203563c41df2b0c7b9f49028ac122c
/app/src/main/java/com/example/myapplication/MainActivity.java
d1fbabcaf894a67fba83dfbc5bbf1ac2ac7818b8
[]
no_license
xieyipeng/EnglishPlay
a7d9c2a215010a6c158768ebb9a0cc85756017ed
8bff8f515003669c74d1a53f24a1c53b04728f7f
refs/heads/master
2020-03-18T06:03:45.922003
2018-05-22T07:10:10
2018-05-22T07:10:10
134,374,514
0
0
null
null
null
null
UTF-8
Java
false
false
2,279
java
package com.example.myapplication; import android.Manifest; import android.app.Activity; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Camera; import android.support.annotation.NonNull; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompat...
[ "32957035+xieyipeng@users.noreply.github.com" ]
32957035+xieyipeng@users.noreply.github.com
08fb66f74c5970d40606420a52c364fe7658e477
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/89/org/apache/commons/math/util/MathUtils_binomialCoefficient_172.java
662d0447701e9d2a69eada68d8045c8324f941c3
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
2,649
java
org apach common math util addit built function link math version revis date math util mathutil return exact represent href http mathworld wolfram binomi coeffici binomialcoeffi...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
c81325f7ef2640b2cff471d0f1d2755a15bd5fee
dfd7e70936b123ee98e8a2d34ef41e4260ec3ade
/analysis/reverse-engineering/decompile-fitts-with-gradle-20191031-2200/src/main/java/com/google/android/gms/internal/firebase-perf/zzhj.java
a984dd366e3d7d745998bbe3980223c982dc8d67
[ "Apache-2.0" ]
permissive
skkuse-adv/2019Fall_team2
2d4f75bc793368faac4ca8a2916b081ad49b7283
3ea84c6be39855f54634a7f9b1093e80893886eb
refs/heads/master
2020-08-07T03:41:11.447376
2019-12-21T04:06:34
2019-12-21T04:06:34
213,271,174
5
5
Apache-2.0
2019-12-12T09:15:32
2019-10-07T01:18:59
Java
UTF-8
Java
false
false
589
java
package com.google.android.gms.internal.firebase-perf; import java.util.Iterator; final class zzhj implements Iterator<String> { private Iterator<String> zzut = this.zzuu.zzus.iterator(); private final /* synthetic */ zzhh zzuu; zzhj(zzhh zzhh) { this.zzuu = zzhh; } public fi...
[ "33246398+ajid951125@users.noreply.github.com" ]
33246398+ajid951125@users.noreply.github.com
3fb35f890b18205c4dd7bf410253943bbc1d23c3
3342a8518c2b290c423ff67ed78d154926135e9c
/blog-mover-web/src/main/java/com/redv/blogmover/web/IdentifyingCodeImageServlet.java
870a5bd943d9e455d72b3b1f13a291cc0fa74761
[]
no_license
sutra/blog-mover
126333d14aa1c423f25e6ccadfccdd9753730b22
800b92235574b69e1a3561f1958b8939789fc26d
refs/heads/master
2021-01-17T14:07:27.919143
2019-07-05T12:41:01
2019-07-05T12:41:01
27,595,867
0
0
null
null
null
null
UTF-8
Java
false
false
2,360
java
/** * Created on 2006-6-26 13:02:43 */ package com.redv.blogmover.web; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import ...
[ "zhoushuqun@gmail.com" ]
zhoushuqun@gmail.com
f02a70430aae397dd2f86a05a50f3b4fbf07af6e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/35/35_2a5503d8d4c6cac09b060771f8baa6a8fc0076e9/Buildings/35_2a5503d8d4c6cac09b060771f8baa6a8fc0076e9_Buildings_t.java
30bafb1fa92a48e427015ef49bdcc03eeb4b01e0
[]
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
3,292
java
package spaceappschallenge.moonville.factories; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import org.xmlpull.v1.XmlPullParserException; import spaceappschallenge.moonville.R; import spaceappschallenge.moonville.businessmodels.Building; import spaceappschallenge.mo...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
b33823f6e974fa29c7bbb92d3fab86546aa37e3a
bb5d9acb1fe05868036e70ec48989cfccb890531
/admin-web/src/main/java/com/jasmine/crawler/web/admin/service/impl/DownSystemSiteDispatchServiceImpl.java
9b8ac867e412bca330cd493e2c2462293420fa71
[]
no_license
anlei-fu/jasmine-crawler
0a46dc0daaa8197471f406be080e90dd2aec333b
af727fa68b651031cf8114bde6dbabc411419842
refs/heads/master
2022-12-28T15:18:47.997474
2020-10-11T12:51:49
2020-10-11T12:51:49
282,859,677
0
0
null
null
null
null
UTF-8
Java
false
false
1,146
java
package com.jasmine.crawler.web.admin.service.impl; import com.jasmine.crawler.common.pojo.entity.DownSystemSiteDispatch; import com.jasmine.crawler.web.admin.mapper.DownSystemSiteDispatchMapper; import com.jasmine.crawler.web.admin.pojo.vo.DownSystemSiteDispatchDetail; import com.jasmine.crawler.web.admin.service.Dow...
[ "767550758@qq.com" ]
767550758@qq.com
591a6ef6593851c759f230bdb4d89b12cf14a334
97ae3bd8ef6640f15d54abb196ef29091c2bbb32
/modules/extension/src/main/java/org/springside/modules/nosql/redis/JedisTemplate.java
8477518a42f9314af532561a1266749c1f96379b
[ "Apache-2.0" ]
permissive
xiaofeng320/springside4
fec7fbb94bf46eceb4f803dea9edef74cf336ac4
4af636d29aabc0dacfcffa86083bb0c35a690d55
refs/heads/master
2021-01-18T01:41:11.180071
2013-07-10T17:44:09
2013-07-10T17:44:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,933
java
package org.springside.modules.nosql.redis; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.exceptions.JedisConnectionException; import redis.clients.jedis.exceptions.JedisException; /** * JedisTemplate is th...
[ "calvinxiu@gmail.com" ]
calvinxiu@gmail.com
2d1b6305c09123c83dbe723c3e79b4a28e1ae42f
8be5a1abeda189ec68b1903df72e28ad386bcfa9
/adfs-hdfs-project/adfs-hdfs/src/main/java/com/taobao/adfs/distributed/editlogger/DistributedEditLogger.java
97d83a2068286f237cd89edaddf6aa5598170e87
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
paulzhu8597/ADFS
994084d17f351176281e2e9fa8fe4e9a2b1f01f2
a52a3b070e3d9f7ff5a06e03408c7f01e9bde678
refs/heads/master
2020-03-19T07:32:21.438470
2012-06-26T09:06:01
2012-06-26T09:15:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,209
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...
[ "jiwan@taobao.com" ]
jiwan@taobao.com
d22c4e3522a00573642c1e27c09bb0b4e964ee56
e5544850b20df1fe08c87c7bdec9388b6888cf9a
/1.8/src/main/java/com/mrcrayfish/furniture/tileentity/TileEntityStereo.java
df069a4314c90825b064ccd06723e2e85fcf36cc
[ "BSD-3-Clause" ]
permissive
vampirebordello/MrCrayfishFurnitureMod
b0f6eeb939f3901741ab6dac9fc4d783a98de0f9
3660f6568cb0b7b00d481958590c8b4afb7f37aa
refs/heads/master
2021-01-18T00:53:29.718394
2016-05-03T01:35:27
2016-05-03T01:35:27
57,925,661
0
0
null
2016-05-02T22:38:55
2016-05-02T22:38:55
null
UTF-8
Java
false
false
2,126
java
/** * MrCrayfish's Furniture Mod * Copyright (C) 2016 MrCrayfish (http://www.mrcrayfish.com/) * * This program 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, either version 3 of the License, or * (at...
[ "mrcrayfish@hotmail.com" ]
mrcrayfish@hotmail.com
64756bafca17f9f97d7cd977a9280a3312fedd92
7f3f9be71479f48b6dbc75f8180f4540f590a48d
/src/main/java/com/eduspace/util/ResponseCache.java
7f9c5c309b9580d0769f0cbf3e06509ad3a828fd
[]
no_license
hechenwe/uutool
d721521f9c1b87de79633230f45ddcf49c2fb6c2
b8e66f22d3d89ba9d43d3445641aa6dcf227af58
refs/heads/master
2021-01-17T14:51:22.941572
2016-08-08T09:14:43
2016-08-08T09:14:43
55,034,318
0
0
null
null
null
null
UTF-8
Java
false
false
961
java
package com.eduspace.util; import java.util.HashMap; import java.util.Map; /** * 接口返回参数 缓存 * * @author pc * */ public class ResponseCache { private static Map<String, UnResponse> cache = new HashMap<String, UnResponse>(); static { PropertiesUtil pu = new PropertiesUtil(PathUtil.getClassP...
[ "hechen@e-eduspace.com" ]
hechen@e-eduspace.com
8a0ed0fa4cd31392daefa5c55fce0d702a2eaa69
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project33/src/test/java/org/gradle/test/performance33_4/Test33_390.java
f6be104fa3252941d2aa0237f4986a0b0113e29d
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
292
java
package org.gradle.test.performance33_4; import static org.junit.Assert.*; public class Test33_390 { private final Production33_390 production = new Production33_390("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
f80eec24b65b032d55886ceb2cf9c1776a768ac7
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.unifiedtelemetry-UnifiedTelemetry/sources/X/W0.java
ef7f33aecaa2cd2c331306c4aef4d68eeae28676
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
220
java
package X; public final class W0 extends Id<int[]> { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // X.Id public final int[] A01(int i) { return new int[i]; } }
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
fbc623fdcd9df6d7a36cd8bcd67703bd4baa378b
3eeedbb4be937315a10dd272892e4da36cae9c55
/dbus-commons/src/main/java/com/creditease/dbus/commons/SupportedJsonLogDataType.java
1c0a656b186736f971750b4cc9f65d6d734a8282
[ "Apache-2.0" ]
permissive
lnnlab/DBus
35c9a6448b8403d1a990d5521af4402789723ec0
4c8ec8c25d3ff5d762975d4d23959271c3b07deb
refs/heads/master
2020-04-27T05:18:25.098429
2019-06-12T01:24:03
2019-06-12T01:24:03
174,077,772
0
0
Apache-2.0
2019-06-12T01:24:04
2019-03-06T05:29:20
Java
UTF-8
Java
false
false
1,961
java
/*- * << * DBus * == * Copyright (C) 2016 - 2018 Bridata * == * 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...
[ "dongwang47@creditease.cn" ]
dongwang47@creditease.cn
951d720cf711f2c3f6186b0fc15e634287ee97c5
cfbc0269503b87800eb73952c99f02a95ee00b16
/app/src/main/java/com/lockstudio/sticklocker/util/MediaPlayerUtils.java
f20e305e8271c85371c37650458e329315098ca2
[]
no_license
jv-lee/DaMaoKApp
df15f817c3be1668187ada40f9247e4c0b804caa
514d0b0abbd719b73ddbc6391316b58701f929e3
refs/heads/master
2020-04-02T16:10:08.325393
2018-10-26T03:50:28
2018-10-26T03:50:28
154,601,207
1
0
null
null
null
null
UTF-8
Java
false
false
1,411
java
package com.lockstudio.sticklocker.util; import android.content.Context; import android.media.AudioManager; import android.media.MediaPlayer; import android.net.Uri; import java.io.File; public class MediaPlayerUtils { public static void play(Context mContext, String mediaPath) { AudioManager audioManager = (Audi...
[ "jv.lee@foxmail.com" ]
jv.lee@foxmail.com
990306231e44683fe9666b9b7626a45b5f23b4f8
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_40b9384ec89513607bdeb6562e6cf84a8699b88c/Graph/2_40b9384ec89513607bdeb6562e6cf84a8699b88c_Graph_t.java
e2caa4505b000ef0dba0fc86f33cb58f5e8b9ee5
[]
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
3,917
java
package uk.ac.gla.dcs.tp3.w.algorithm; import java.util.LinkedList; import uk.ac.gla.dcs.tp3.w.league.League; import uk.ac.gla.dcs.tp3.w.league.Team; public class Graph { private Vertex[] vertices; private int[][] matrix; private Vertex source; private Vertex sink; public Graph() { this(null...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
bbee33fcce2aa66d4a2785c98255afaae010b5b8
e51c210ccf72a8ac1414791d8af552662c3fb034
/passerelle-eclipse-workbench/com.isencia.passerelle.workbench.model.editor.ui/src/main/java/com/isencia/passerelle/workbench/model/editor/ui/editor/actions/CommitFlowAction.java
c64d435383d2ad5dda7ff017081b46389f9cd5c7
[]
no_license
eclipselabs/passerelle
0187efa4fba411265ab58d60b5d83e74af09b203
e327dea8f4188e4bfe5ef4a76dd2476ad6f5664d
refs/heads/master
2021-01-18T09:26:07.614275
2017-06-28T10:05:12
2017-06-28T10:05:12
36,805,342
5
3
null
2015-08-04T18:43:19
2015-06-03T13:27:15
Java
UTF-8
Java
false
false
2,373
java
package com.isencia.passerelle.workbench.model.editor.ui.editor.actions; import org.eclipse.gef.ui.actions.SelectionAction; import org.eclipse.ui.IEditorPart; import org.eclipse.ui.actions.ActionFactory; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ptolemy.kernel.Entity; import com.isencia.passere...
[ "erwindl0@gmail.com" ]
erwindl0@gmail.com
5fe2d8714c037ada0abd54ffb4024cf2c8f23690
79146d7479dea9d466e5a21c77b81cc1ec99ba77
/adapters/mso-adapters-rest-interface/src/main/java/org/openecomp/mso/adapters/vnfrest/QueryVfModuleResponse.java
2395495a36623aa87b87c7ef42bd58cec0dd7f91
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
onapdemo/so
b0d61b302fbac4a5c57ebfc0746fec0d6f375b0e
494af587df06635820cf184edc7a4cc453b97529
refs/heads/master
2020-03-17T20:41:00.090762
2018-05-18T08:20:53
2018-05-18T08:20:53
133,923,600
0
0
null
null
null
null
UTF-8
Java
false
false
3,130
java
/*- * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * Copyright (C) 2017 Huawei Technologies Co., Ltd. All rights r...
[ "Sudhakar.reddy@amdocs.com" ]
Sudhakar.reddy@amdocs.com
501f0b0ad7ff31e9b15f56c32bbe3ab16d343ac0
808032fc80d529e85d6a641919607ad7adbfcf25
/src/main/java/org/rta/citizen/common/enums/KeyType.java
741cefa220c1d9921c7eb58b13560a0a24cf8e94
[]
no_license
VinayAddank/license
7d7579d10b6c4aebd7bb358b85211d00ab79d70f
4391e25592e399596037757f6c82e1b20e49a9a8
refs/heads/master
2021-01-25T11:33:51.973562
2018-03-01T09:09:00
2018-03-01T09:09:00
123,410,184
0
0
null
null
null
null
UTF-8
Java
false
false
303
java
package org.rta.citizen.common.enums; public enum KeyType { PR, TR, SERVICE, LLR, LLE, LLF, LLD, DLF, DLE, DLRE , DLCA, DLB, DLR, DLD, DLS, DLC, DLSC, DLEX, DLIN, DLI, DLM, DLFC, DLOS, TOKEN, USERREG }
[ "vinay.addanki540@gmail.com" ]
vinay.addanki540@gmail.com
b1109d3ec2da6871a248fe9f3191ab22756c03b7
d02d8c818c467c4d66fb32ad78da4abb6d96a5df
/clients/custom-swagger-codegen/impl/src/main/java/com/okta/example/sdk/impl/http/QueryString.java
b1a6d3c681d7289a1c71c2820317d74ce0d6e029
[ "Apache-2.0" ]
permissive
bdemers/generated-code-example
4d33aaeda69e13aa4f59347c90035047d10c2ecc
5c67a0b616f1cc299543e3e7eb70bbcf3d68d6d0
refs/heads/master
2021-04-30T09:38:52.835042
2019-01-18T15:25:07
2019-01-18T15:25:07
121,313,893
0
0
null
null
null
null
UTF-8
Java
false
false
4,365
java
/* * Copyright 2014 Stormpath, Inc. * Modifications Copyright 2018 Okta, Inc. * * 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 * * ...
[ "bdemers@apache.org" ]
bdemers@apache.org
2074e059d9a5c613169a8785d50179a6166d0451
632247c51835765953ad44767f6378a34770b9bb
/src/main/java/com/example/demo/DesignPattern/GOFJava/abstractFactory/example2/ExepnsiveGPS.java
a0de1722e2b8ccf597fb4ba3d3813aa0378a7bdb
[]
no_license
rheehot/java-workspace
eae06b6ca75689c463829421ef2f737bde800994
af1e118558998fdd1eab7856126b460ed8611a5b
refs/heads/master
2022-12-25T20:59:52.849222
2020-09-29T08:56:55
2020-09-29T08:56:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
325
java
package com.example.demo.DesignPattern.GOFJava.abstractFactory.example2; /** * @author Geonguk Han * @since 2020-09-02 */ public class ExepnsiveGPS extends GPS { @Override public Location findCurrentLocation() { System.out.println("find current location with Expensive GPS"); return null; ...
[ "umanking@gmail.com" ]
umanking@gmail.com
f758229ab310ec4fcb6aaf1799dcb405f897d4f8
eb8bc68b5c716ec884fe7db0cd7b73f8ee545788
/src/williamsNotebook/easy/conversion/RestoreIpAddress.java
a3533dab500bc2ac343fc4cac706f427a36f87c4
[]
no_license
yimin12/Algorithm
af5e3fe1ded5e27627e6032d4599987a893698ee
72df21866f2444c7da9b623dbbc3eb74c53118c4
refs/heads/master
2020-08-27T00:19:02.088475
2020-04-30T19:52:43
2020-04-30T19:52:43
217,191,862
2
0
null
2020-04-30T19:52:44
2019-10-24T02:11:44
Java
UTF-8
Java
false
false
1,588
java
/** * */ package williamsNotebook.easy.conversion; import java.util.ArrayList; import java.util.List; /** * @author yimin Huang * * Given a string containing only digits, restore it by returning all possible valid IP address combinations. * For example: * Given "25525511135", * return ["255.255.11.135",...
[ "hymlaucs@gmail.com" ]
hymlaucs@gmail.com
a50b4a28e761c84cce3ca305d800852590fb85e9
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/hibernate-orm/2015/8/NonTxInvalidationInterceptor.java
2e1a686a50b306aaccaa2df23ffa80e30ff2ae98
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
7,050
java
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.cache.infinispan.access; import org.hibernate.cache.infinisp...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
c781d64b325c12b7b82f21d96e64b7022ff7df3e
c577f5380b4799b4db54722749cc33f9346eacc1
/BugSwarm/openpnp-openpnp-111252960/buggy_files/src/main/java/org/openpnp/machine/reference/ReferenceNozzleTip.java
cd3383a869d874a87e3afdfb7baf62e5d491afdd
[]
no_license
tdurieux/BugSwarm-dissection
55db683fd95f071ff818f9ca5c7e79013744b27b
ee6b57cfef2119523a083e82d902a6024e0d995a
refs/heads/master
2020-04-30T17:11:52.050337
2019-05-09T13:42:03
2019-05-09T13:42:03
176,972,414
1
0
null
null
null
null
UTF-8
Java
false
false
6,466
java
package org.openpnp.machine.reference; import java.awt.Component; import java.awt.event.ActionEvent; import java.util.HashSet; import java.util.Set; import javax.swing.AbstractAction; import javax.swing.Action; import javax.swing.JComponent; import org.openpnp.ConfigurationListener; import org.openpnp.gui.MainFrame;...
[ "durieuxthomas@hotmail.com" ]
durieuxthomas@hotmail.com
1852f3e3f67df93ad2ca5bbc3dd9108fcd53547d
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project27/src/main/java/org/gradle/test/performance27_5/Production27_411.java
3de8d92e6c3a91a047cbc154b1694ad2345bfb22
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
305
java
package org.gradle.test.performance27_5; public class Production27_411 extends org.gradle.test.performance11_5.Production11_411 { private final String property; public Production27_411() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
1d5cff8650035b0124ecdd8678389983ea83df4b
7cfde3b082522eeb5fb1d4546ebc6ab24a4f11a4
/wgames/gameserver/src/main/java/org/linlinjava/litemall/gameserver/process/C12802_0.java
32bc1fca2e0a5af0e00ae5765173efabf6a040be
[]
no_license
miracle-ET/DreamInMiracle
9f784e7f373e78a7011aceb2b5b78ce6f5b7c268
2587221feb4fd152fc91cabd533b383c7e44b86f
refs/heads/master
2022-07-21T21:44:55.253764
2020-01-03T03:59:17
2020-01-03T03:59:17
231,498,544
0
2
null
2022-06-21T02:33:57
2020-01-03T02:41:06
Java
UTF-8
Java
false
false
6,376
java
package org.linlinjava.litemall.gameserver.process; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import org.linlinjava.litemall.gameserver.GameHandler; import org.linlinjava.litemall.gameserver.data.GameReadTool; import org.linlinjava.litemall.gameserver.data.vo.Vo_11713_0; imp...
[ "Administrator@DESKTOP-M4SH3SF" ]
Administrator@DESKTOP-M4SH3SF
9f07cf08b9ee2eb578614ddc2b0db12ffc74d31a
f86938ea6307bf6d1d89a07b5b5f9e360673d9b8
/CodeComment_Data/Code_Jam/val/Revenge_of_the_Pancakes/S/panackle.java
9875b70832d87a71e6c3891f6db66863152111df
[]
no_license
yxh-y/code_comment_generation
8367b355195a8828a27aac92b3c738564587d36f
2c7bec36dd0c397eb51ee5bd77c94fa9689575fa
refs/heads/master
2021-09-28T18:52:40.660282
2018-11-19T14:54:56
2018-11-19T14:54:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
909
java
package methodEmbedding.Revenge_of_the_Pancakes.S.LYD1004; import java.util.*; class panackle { public static void main(String args[]) { Scanner in = new Scanner(System.in); int t; t=in.nextInt(); in.nextLine(); for(int k=1;k<=t;k++) { String str; int f...
[ "liangyuding@sjtu.edu.cn" ]
liangyuding@sjtu.edu.cn
a823e1e4b61f9ed102187426ed0d2ce9d0c6f78b
6b3e8853751b26ce1b2cb462ae55cc7e9c3150b2
/src/main/java/org/bian/dto/SDChannelActivityAnalysisRetrieveOutputModelServiceDomainRetrieveActionRecordControlRecordPortfolioAnalysis.java
83482859492d54fff701958b3f44a4e8647a8a55
[ "Apache-2.0" ]
permissive
bianapis/sd-channel-activity-analysis-v2.0
4d8961aad54e3f7a60912cf1e9c84921c6251a7d
6f7beecabfecf54b7042ec73f0c7da7997c3a4c4
refs/heads/master
2020-07-16T17:57:19.293133
2019-09-06T08:13:57
2019-09-06T08:13:57
204,452,987
0
0
null
null
null
null
UTF-8
Java
false
false
3,091
java
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.Valid; /** * SDChannelActivityAnalysisRetrieveOutputModelServiceDomainRet...
[ "team1@bian.org" ]
team1@bian.org
c1d5dc1df5119caa705ee47bd991a0190708d219
46ef04782c58b3ed1d5565f8ac0007732cddacde
/platform.core/core.project.data/src/org/modelio/gproject/data/ramc/ModelComponentInfos.java
afc2373d2303fc7116c5c5ed9a3af96354cd6a84
[]
no_license
daravi/modelio
844917412abc21e567ff1e9dd8b50250515d6f4b
1787c8a836f7e708a5734d8bb5b8a4f1a6008691
refs/heads/master
2020-05-26T17:14:03.996764
2019-05-23T21:30:10
2019-05-23T21:30:45
188,309,762
0
1
null
null
null
null
UTF-8
Java
false
false
5,320
java
/* * Copyright 2013-2018 Modeliosoft * * This file is part of Modelio. * * Modelio 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, either version 3 of the License, or * (at your option) any later ve...
[ "puya@motionmetrics.com" ]
puya@motionmetrics.com
bbb6809bdf77212ca9f5a2c442ea3516f1e6595a
02cd2722ae6fa330005a8f42c655c0f1c2b1d816
/yukthi-data/src/test/java/com/fw/persistence/utils/TPasswordEncryptor.java
9654c306d77c72695377ec6b099b6da1f59a19a5
[]
no_license
pritam285/utils
b201020fdf6f2adc4ac31dedb10be70039503141
302211e49c24ff54be7f62d37b160ccc50a6521d
refs/heads/master
2020-04-05T23:11:54.639378
2016-11-06T08:58:20
2016-11-06T08:58:20
61,019,862
0
0
null
2016-11-06T08:58:21
2016-06-13T08:21:48
Java
UTF-8
Java
false
false
570
java
package com.fw.persistence.utils; import org.testng.Assert; import org.testng.annotations.Test; import com.yukthi.persistence.utils.PasswordEncryptor; public class TPasswordEncryptor { @Test public void testEncryption() { String password = "testPassword@123"; String encryptedValue = PasswordEncry...
[ "akranthikiran@gmail.com" ]
akranthikiran@gmail.com
c73ba18c6d87df54c1ecd5e95a025d687b705c07
3ec1ecc125e35f1a35a22ee944ed0c193c15fe58
/vjtop/src/main/java/com/vip/vjtools/vjtop/InteractiveTask.java
27319719077646da74846bc94cd68b085d9aaebf
[ "Apache-2.0" ]
permissive
jiangxf/vjtools
83beeb5f12cb8bda2c56dc6f107e59f0067615ac
29eee6cabee764a6a547627a9ca28c251eeb2e0e
refs/heads/master
2020-03-26T11:15:28.498369
2018-08-15T03:27:01
2018-08-15T03:27:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,320
java
package com.vip.vjtools.vjtop; import java.io.Console; import java.io.IOException; import java.io.PrintStream; import com.vip.vjtools.vjtop.VMDetailView.DetailMode; /** * 与用户交互动态的控制器 */ public class InteractiveTask implements Runnable { private VJTop app; private Console console; private PrintStream tty; publ...
[ "calvin.xiao@vipshop.com" ]
calvin.xiao@vipshop.com
47cd31a735b5a8163016505b8961f815de0bf1fe
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/slbv2-20220430/src/main/java/com/aliyun/slbv220220430/models/RemoveServersFromServerGroupRequest.java
d2dee27dc809e22cec0fdef84584dc8c1ea764b6
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
3,679
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.slbv220220430.models; import com.aliyun.tea.*; public class RemoveServersFromServerGroupRequest extends TeaModel { @NameInMap("ClientToken") public String clientToken; @NameInMap("DryRun") public Boolean dryRun; @NameInMap...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
675ea2ff54770faa2a23df123c0e2f256043d981
e76a79816ff5203be2c4061e263a09d31072c940
/third-party/java/dx/src/com/android/dx/ssa/back/InterferenceGraph.java
5ed2f820b3e56f4bf14d4efddb443ed71373ae87
[ "Apache-2.0" ]
permissive
facebook/buck
ef3a833334499b1b44c586e9bc5e2eec8d930e09
9c7c421e49f4d92d67321f18c6d1cd90974c77c4
refs/heads/main
2023-08-25T19:30:28.803205
2023-04-19T11:32:59
2023-04-19T11:32:59
9,504,214
8,481
1,338
Apache-2.0
2023-05-04T22:13:59
2013-04-17T18:12:18
Java
UTF-8
Java
false
false
3,003
java
/* * Copyright (C) 2007 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 required by app...
[ "sdwilsh@fb.com" ]
sdwilsh@fb.com
ddf301007da7a5615dbe217ace7aba1202b8a5ac
f6899a2cf1c10a724632bbb2ccffb7283c77a5ff
/glassfish-4.1.1/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/Ejb2RuntimeEndpointInfo.java
2113275a1a9518b04e2fd4bf37a22ee019acf7d0
[]
no_license
Appdynamics/OSS
a8903058e29f4783e34119a4d87639f508a63692
1e112f8854a25b3ecf337cad6eccf7c85e732525
refs/heads/master
2023-07-22T03:34:54.770481
2021-10-28T07:01:57
2021-10-28T07:01:57
19,390,624
2
13
null
2023-07-08T02:26:33
2014-05-02T22:42:20
null
UTF-8
Java
false
false
5,200
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
[ "fgonzales@appdynamics.com" ]
fgonzales@appdynamics.com
5ce02dd68a41ca5d67cea8fd0425d73b4d54de6e
86505462601eae6007bef6c9f0f4eeb9fcdd1e7b
/bin/modules/china-accelerator-wechat-psp/chinesepspwechatpayservices/src/de/hybris/platform/chinesepspwechatpayservices/constants/WeChatPaymentConstants.java
0784859276fbcc9f46458cef4cc659f35df75a33
[]
no_license
jp-developer0/hybrisTrail
82165c5b91352332a3d471b3414faee47bdb6cee
a0208ffee7fee5b7f83dd982e372276492ae83d4
refs/heads/master
2020-12-03T19:53:58.652431
2020-01-02T18:02:34
2020-01-02T18:02:34
231,430,332
0
4
null
2020-08-05T22:46:23
2020-01-02T17:39:15
null
UTF-8
Java
false
false
1,855
java
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. */ package de.hybris.platform.chinesepspwechatpayservices.constants; import de.hybris.platform.payment.dto.TransactionStatus; import java.util.HashMap; import java.util.Map; /** * Global class for all WeChat constants. */ public in...
[ "juan.gonzalez.working@gmail.com" ]
juan.gonzalez.working@gmail.com
330e0e1d51050b49c9a3388b5a3591a8935dd8f4
93c99ee9770362d2917c9494fd6b6036487e2ebd
/server/decompiled_apps/2b7122657dcb75ede8840eff964dd94a/com.bankeen.ui.categorydetail/-$$Lambda$CategoryDetailActivity$qPyGkMc8eOHM1Nra1PEvAySiXw0.java
b1928bb29a1e866fb79aae24e86f5dbdb567cf2a
[]
no_license
YashJaveri/Satic-Analysis-Tool
e644328e50167af812cb2f073e34e6b32279b9ce
d6f3be7d35ded34c6eb0e38306aec0ec21434ee4
refs/heads/master
2023-05-03T14:29:23.611501
2019-06-24T09:01:23
2019-06-24T09:01:23
192,715,309
0
1
null
2023-04-21T20:52:07
2019-06-19T11:00:47
Smali
UTF-8
Java
false
false
597
java
package com.bankeen.ui.categorydetail; import io.reactivex.c.k; /* compiled from: lambda */ public final /* synthetic */ class -$$Lambda$CategoryDetailActivity$qPyGkMc8eOHM1Nra1PEvAySiXw0 implements k { public static final /* synthetic */ -$$Lambda$CategoryDetailActivity$qPyGkMc8eOHM1Nra1PEvAySiXw0 INSTANCE = new...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
b710f0651dffff1467b6066bed44478604c5cc15
fa057b3fe67264872c5bc06297dd0100425853d4
/fuelmis/src/com/zhiren/fuelmis/dc/dao/jih/reback/RebackHetDao.java
fba7839143662c0858b79f0177ea5631f8982dee
[]
no_license
paddy235/gdhyc
5df6a6280403784e89f52649c7710e7224a18414
9ce5925636589a9f4f2bed5f1a2fe90cefd89119
refs/heads/master
2021-06-23T22:55:17.210623
2017-09-07T09:29:50
2017-09-07T09:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
283
java
package com.zhiren.fuelmis.dc.dao.jih.reback; import java.util.Map; import org.springframework.stereotype.Repository; /** * 合同审批回退dao * @author ZY * */ @Repository public interface RebackHetDao { @SuppressWarnings("rawtypes") public void rebackHet(Map map); }
[ "liu@qq.com" ]
liu@qq.com
31879d9a5cb9bff628b84b046893aed78c0c5f6f
bbe34278f3ed99948588984c431e38a27ad34608
/sources/android/support/v4/view/ViewGroupCompat.java
ddbfd91dda7db2083eb0afec60ac7dfaa919eeb2
[]
no_license
sapardo10/parcial-pruebas
7af500f80699697ab9b9291388541c794c281957
938a0ceddfc8e0e967a1c7264e08cd9d1fe192f0
refs/heads/master
2020-04-28T02:07:08.766181
2019-03-10T21:51:36
2019-03-10T21:51:36
174,885,553
0
0
null
null
null
null
UTF-8
Java
false
false
3,919
java
package android.support.v4.view; import android.os.Build.VERSION; import android.support.annotation.NonNull; import android.support.annotation.RequiresApi; import android.support.compat.C0032R; import android.view.View; import android.view.ViewGroup; import android.view.accessibility.AccessibilityEvent; public final ...
[ "sa.pardo10@uniandes.edu.co" ]
sa.pardo10@uniandes.edu.co
2755db82323337e66e8f99a898df510bf65acac9
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/repairnator/learning/1919/BuildShouldPass.java
a5962962226ac672b7bdd1b08bbd105cd63a19e9
[]
no_license
ASSERT-KTH/synthetic-checkstyle-error-dataset
40e8d1e0a7ebe7f7711def96a390891a6922f7bd
40c057e1669584bfc6fecf789b5b2854660222f3
refs/heads/master
2023-03-18T12:50:55.410343
2019-01-25T09:54:39
2019-01-25T09:54:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,362
java
package fr.inria.spirals.repairnator.process.step.gatherinfo; import fr.inria.spirals.repairnator.process.step.StepStatus; import fr.inria.spirals.repairnator.states.LauncherMode; import fr.inria.spirals.repairnator.states.PipelineState; import fr.inria.spirals.repairnator.states.ScannedBuildStatus; import fr.inria.sp...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
9a44746d5a6ad979c0408ac78ec097eb8de1a86c
99de3430565ec81e350b9a229ccb2fae99e5882c
/sg-zhixiu-app/src/main/java/com/zhixiu/app/tools/TaskJob.java
16d8b9a5ecdf7765a70bd1bc454c31a220ac2808
[]
no_license
yelantingfengyu/sg-zhixiu-backend
306310a98ec7815955d8cab48535968c7de5d0f4
f389f0720024b865f13bed5f3e7c74762cfc91a9
refs/heads/master
2022-11-08T02:57:15.581622
2020-06-12T06:46:57
2020-06-12T06:46:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,526
java
package com.zhixiu.app.tools; import java.lang.reflect.Method; import java.util.Map; import org.quartz.Job; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org...
[ "sunlpmail@126.com" ]
sunlpmail@126.com
b29726be238d131303d0d11bb6f8347b986ec5b2
bb2e9ea7f9a1f90d2aab061f5e3dae5373765bca
/src/main/java/ar/com/kfgodel/function/boxed/shorts/BoxedShortToObjectFunction.java
149821342e66c2b75efb211153fa14064df94d0b
[ "Apache-2.0" ]
permissive
kfgodel/extended-functions
85f9bb056f7e67aa5297b28930a169773ee8b5fb
990b31353a4f9adab2d70ed0b3464706c65fa75c
refs/heads/master
2021-01-01T20:18:51.712928
2019-10-13T02:00:12
2019-10-13T02:00:12
98,808,487
0
0
null
null
null
null
UTF-8
Java
false
false
238
java
package ar.com.kfgodel.function.boxed.shorts; import ar.com.kfgodel.function.objects.ObjectToObjectFunction; /** * Date: 29/07/17 - 19:57 */ public interface BoxedShortToObjectFunction<O> extends ObjectToObjectFunction<Short, O> { }
[ "dario.garcia@10pines.com" ]
dario.garcia@10pines.com
c7a03b5512f2c1044d926b4660c2c08d38e4e074
7648cbb3c77a33387f2d00a571b9e01bcf01b7a2
/live-admin/src/com/tinypig/newadmin/web/dao/AdminMenuDao.java
4d128759df882fdd0aa53732af55d610e00fec50
[]
no_license
dawei134679/live
2ea806cff38b0c763f6e7345eb208068dffeff68
ded58b6aeb47af8049ac0cd516a5fad262f3775f
refs/heads/master
2020-04-20T04:28:27.064707
2019-02-01T02:24:50
2019-02-01T02:31:19
168,628,885
1
0
null
null
null
null
UTF-8
Java
false
false
534
java
package com.tinypig.newadmin.web.dao; import java.util.List; import com.tinypig.newadmin.web.entity.AdminMenu; import com.tinypig.newadmin.web.entity.AdminMenuDto; public interface AdminMenuDao { int deleteByPrimaryKey(Integer mid); int insert(AdminMenu record); int insertSelective(AdminMenu record); AdminMen...
[ "532231254@qq.com" ]
532231254@qq.com
1462915dd8cb326d7a2a453e4753fa6a9d8a0866
5f0a50515cb066a89f97ec5aed956c8e948f506b
/src/com/igeek/javase/day17/syn/ticket/Ticket.java
3d5ad1ef731185c9f46c3f54a298c42f40dfdcb9
[]
no_license
Team89s/javase
3617b1b620c839775f7a1500dcb519397960a94b
eb6dcfa6ec35b00e0bffbec2c7d97105ea14853a
refs/heads/master
2023-04-12T18:13:08.394061
2021-04-24T16:22:52
2021-04-24T16:22:52
361,207,239
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package com.igeek.javase.day17.syn.ticket; /** * @version 1.0 * @Description TODO * @Author chenmin * @Date 2020/12/1 10:02 */ public class Ticket implements Runnable { private int ticketId = 100; @Override public void run() { while (true){ if(ticketId==0){ break;...
[ "270144864@qq.com" ]
270144864@qq.com
e0fc531f8160445b5507fc65282513f09ada36c5
56d68a1ea5202f72b68d973d9401b3bd437b91f6
/examples/src/main/java/com/google/cloud/dataflow/examples/DebuggingWordCount.java
6bc7185a5a7a5d9665d1e5d02c149b93bcfa4801
[ "Apache-2.0" ]
permissive
PieterDM/DataflowJavaSDK
e2028b35adee43365f6098a7d034fdcd9de38098
53df71275fcf32dddde29a39230946d020590fb2
refs/heads/master
2021-01-22T12:26:21.186675
2015-08-11T11:05:26
2015-08-11T11:05:26
34,113,529
0
0
null
2015-04-17T11:44:23
2015-04-17T11:44:23
null
UTF-8
Java
false
false
7,802
java
/* * Copyright (C) 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
[ "davorbonaci@users.noreply.github.com" ]
davorbonaci@users.noreply.github.com
f5d7e4e020e612aeb3d47642590ca2691c5cefd5
d39ccf65250d04d5f7826584a06ee316babb3426
/wb-mmb/wb-foundation/src/main/java/org/dwfa/bpa/gui/SpringUtilities.java
6d3f92699e711c35aced5371040f9a733be3aa90
[ "Apache-2.0" ]
permissive
va-collabnet-archive/workbench
ab4c45504cf751296070cfe423e39d3ef2410287
d57d55cb30172720b9aeeb02032c7d675bda75ae
refs/heads/master
2021-01-10T02:02:09.685099
2012-01-25T19:15:44
2012-01-25T19:15:44
47,691,158
0
0
null
null
null
null
UTF-8
Java
false
false
7,961
java
/** * Copyright (c) 2009 International Health Terminology Standards Development * Organisation * * 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/LIC...
[ "wsmoak" ]
wsmoak
5ae5f938c1f36596cc9457abde5ec3875f3eae4a
41cef1fd08d371acba6b716d3c9071aae5c60cce
/src/main/java/io/jhipster/application/security/OAuth2AuthenticationSuccessHandler.java
2e6e540d80ede2aac4cafe9fec0c80288ee8e0b7
[]
no_license
alfaprima/jhipsterSample
9512f9bb96aac5afca1290c70b4af08d74358750
ae7c92164d3c7c3ed6777ac33d3b455a328dbd27
refs/heads/master
2021-04-06T13:21:25.825609
2018-03-15T17:24:24
2018-03-15T17:24:24
125,402,824
0
0
null
null
null
null
UTF-8
Java
false
false
2,601
java
package io.jhipster.application.security; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core.Authentication; import org.springframework.security.web.DefaultRedirectStrategy; import org.springframework.security.web.RedirectStrategy; import org.springframework.security.web....
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
042725a6395f047799d5ffee4ec9a024303102db
cdb8c9b262c191744985f684257d1ae79c22562c
/fxqpmanager/src/main/java/com/hsic/adapter/DragDelListAdaper.java
ced43d49839250e974dbfd743493d6d63d7a6161
[]
no_license
ttttmmmmjjjj/syall
6b6c027636f0fbd56bfc70ebad02adc6f9cf7e9a
dcb6c84b42c4f732ccfa54c0e8e9aa03b9fe18a0
refs/heads/master
2021-01-02T16:12:16.694595
2019-04-28T07:26:26
2019-04-28T07:26:59
239,697,395
0
0
null
null
null
null
UTF-8
Java
false
false
3,306
java
package com.hsic.adapter; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.view.WindowManager; import android.widget.BaseAdapter; import android.widget.RelativeLayout; import android.widget.TextView; import com.hsic.bean.UserReginCode; import com.hsic.fxqpmanager...
[ "ttttmmmmjjjj@sina.com" ]
ttttmmmmjjjj@sina.com
46fd6dc2cac04ec891b11121211cc692ee4b5f27
2da39b9c4579c0c27832733b57069680f9a31ab3
/src/main/java/exam04_zarovizsga/hu/nive/ujratervezes/zarovizsga/dogtypes/DogTypes.java
e2e55ff6a6cf4fe775f0ae487575872bf91a2eba
[]
no_license
exylaci/training-solutions
783874ae3f15f19cf183ae0c3f74fb88de53bc51
41ce082de1cc6b7bf901931445b6422b4ae8df64
refs/heads/master
2023-08-05T19:13:27.021645
2021-10-13T16:47:23
2021-10-13T16:47:23
309,077,220
1
4
null
null
null
null
UTF-8
Java
false
false
1,423
java
package exam04_zarovizsga.hu.nive.ujratervezes.zarovizsga.dogtypes; import javax.sql.DataSource; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; public class DogTypes { private DataSource sou...
[ "exy@freemail.hu" ]
exy@freemail.hu
813331559d06c4c6a3dd18d854e914ed5ed107ad
fd4a1ae2595798fd06b73c2d888749f8c248c8a5
/core/jwt-auth/src/main/java/io/thorntail/jwt/auth/impl/undertow/JWTAuthMechanism.java
fa685962e75422ea1b7e99b53080229d7951a014
[ "Apache-2.0" ]
permissive
dandreadis/thorntail
f0bc9697780d5e1c866bd917cac3ff408cd50bdc
1d243697b9bb74e2acf308357bfa16f5558535d5
refs/heads/master
2020-03-16T23:45:55.988465
2018-05-07T15:23:07
2018-05-07T15:23:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,573
java
package io.thorntail.jwt.auth.impl.undertow; import java.security.Principal; import java.security.acl.Group; import java.util.List; import java.util.Locale; import java.util.Optional; import javax.security.auth.Subject; import io.thorntail.jwt.auth.impl.JWTAuthContextInfo; import io.thorntail.jwt.auth.impl.JsonWebT...
[ "bob@mcwhirter.org" ]
bob@mcwhirter.org