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
cdcc21efbd633de22c6b8a3c1cd72a7f13692fa9
12563229bd1c69d26900d4a2ea34fe4c64c33b7e
/nan21.dnet.module.hr/nan21.dnet.module.hr.business/src/main/java/net/nan21/dnet/module/hr/skill/business/serviceimpl/RatingScaleService.java
ea16635e3246cf335d02e90a6c738d4d93e08079
[]
no_license
nan21/nan21.dnet.modules
90b002c6847aa491c54bd38f163ba40a745a5060
83e5f02498db49e3d28f92bd8216fba5d186dd27
refs/heads/master
2023-03-15T16:22:57.059953
2012-08-01T07:36:57
2012-08-01T07:36:57
1,918,395
0
1
null
2012-07-24T03:23:00
2011-06-19T05:56:03
Java
UTF-8
Java
false
false
1,212
java
/* * DNet eBusiness Suite * Copyright: 2008-2012 Nan21 Electronics SRL. All rights reserved. * Use is subject to license terms. */ package net.nan21.dnet.module.hr.skill.business.serviceimpl; import net.nan21.dnet.core.api.session.Session; import net.nan21.dnet.core.business.service.AbstractEntityService;...
[ "mathe_attila@yahoo.com" ]
mathe_attila@yahoo.com
d470033820c5ff9b729a108ab7a6473d08bd5397
f28dce60491e33aefb5c2187871c1df784ccdb3a
/src/main/java/com/tencent/tinker/android/utils/SparseIntArray.java
48e7f6dad39cddcf48c7bd90293e54d4c6700c7e
[ "Apache-2.0" ]
permissive
JackChan1999/boohee_v5.6
861a5cad79f2bfbd96d528d6a2aff84a39127c83
221f7ea237f491e2153039a42941a515493ba52c
refs/heads/master
2021-06-11T23:32:55.977231
2017-02-14T18:07:04
2017-02-14T18:07:04
81,962,585
8
6
null
null
null
null
UTF-8
Java
false
false
5,450
java
package com.tencent.tinker.android.utils; public class SparseIntArray implements Cloneable { private static final int[] EMPTY_INT_ARRAY = new int[0]; private int[] mKeys; private int mSize; private int[] mValues; public SparseIntArray() { this(10); } public SparseIntArray(int in...
[ "jackychan2040@gmail.com" ]
jackychan2040@gmail.com
398e45aaf7832010790f2f58acd49690e60d0761
76b27c5bf9e463e1966f1bac6673f7470bf32d90
/client/src/main/java/com/berzenin/backup/client/App.java
90a346e122681092931b626f501918a6342ee63e
[]
no_license
FilippBerzenin/backupService
95af73c392940d72ed472192114be47abb7b55e1
ceea4a87e44aa504c9107c0bab762d97be0fd19f
refs/heads/master
2021-06-13T06:06:01.712450
2019-06-07T12:50:24
2019-06-07T12:50:24
188,823,882
0
0
null
2021-04-26T19:11:47
2019-05-27T10:38:32
Java
UTF-8
Java
false
false
1,458
java
package com.berzenin.backup.client; import java.nio.file.Path; import java.nio.file.Paths; import lombok.extern.java.Log; @Log public class App { private String serverIp; private Path workingDirectoryPath; private int port; private Client client; public App(String serverIp, Path workingDirectoryPath, int po...
[ "filipp.berzenin@gmail.com" ]
filipp.berzenin@gmail.com
34aa7311fa0443a3aa1e97c2e2ae2b69ac5ba93f
167c6226bc77c5daaedab007dfdad4377f588ef4
/java/ql/test/stubs/jackson-core-2.12/com/fasterxml/jackson/core/JsonGenerationException.java
66c2be492e25ccc56bf17beaebffb5b0e4100b66
[ "MIT" ]
permissive
github/codeql
1eebb449a34f774db9e881b52cb8f7a1b1a53612
d109637e2d7ab3b819812eb960c05cb31d9d2168
refs/heads/main
2023-08-20T11:32:39.162059
2023-08-18T14:33:32
2023-08-18T14:33:32
143,040,428
5,987
1,363
MIT
2023-09-14T19:36:50
2018-07-31T16:35:51
CodeQL
UTF-8
Java
false
false
776
java
/* * Jackson JSON-processor. * * Copyright (c) 2007- Tatu Saloranta, tatu.saloranta@iki.fi */ package com.fasterxml.jackson.core; public class JsonGenerationException extends JsonProcessingException { public JsonGenerationException(Throwable rootCause) {} public JsonGenerationException(String msg) {} publ...
[ "atorralba@users.noreply.github.com" ]
atorralba@users.noreply.github.com
2ddf59823cff61838c28e5d52731586b33ef9390
556c3751f0b608a7d34f0cc9e1be7f6c84660c9c
/modules/plugin.action/source/java/action/us/terebi/plugins/action/efun/CommandEfun.java
6f13744619a3b6deaa34dacbf055a7b3a3d8459e
[]
no_license
tvernum/terebi
b187dc70a412733a81f31dfcccdb4c2c75b0bb5a
1a4e77a16f50040f173dd6b69d9b919f7627eb4d
refs/heads/master
2021-01-02T09:32:50.701832
2019-08-21T01:58:27
2019-08-21T01:58:27
7,537,314
2
0
null
null
null
null
UTF-8
Java
false
false
1,789
java
/* ------------------------------------------------------------------------ * Copyright 2010 Tim Vernum * ------------------------------------------------------------------------ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
[ "tim@adjective.org" ]
tim@adjective.org
8c958771ce9a8d5f3ba6b0c0eb1ca22774746879
a204e2fdeb1cbe7b295be45f8c69536945345b39
/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/jaxrs/QuarkusRestAbstractInterceptorContext.java
c0ce7e36a1b3e72d7cc52adfa281b06bcd10617a
[ "Apache-2.0" ]
permissive
nelsongraca/quarkus
a5f8d479dee62973c9827f2928c476bb43b56ce7
04283ec0eb0f0b81f7f5faf1140cac089bd9a052
refs/heads/master
2023-01-24T20:42:10.026234
2020-11-25T13:19:27
2020-11-25T13:19:27
215,742,126
0
0
Apache-2.0
2023-01-19T22:32:03
2019-10-17T08:31:40
Java
UTF-8
Java
false
false
2,637
java
package org.jboss.resteasy.reactive.server.jaxrs; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import java.util.Collection; import java.util.Objects; import javax.ws.rs.core.MediaType; import javax.ws.rs.ext.InterceptorContext; import org.jboss.resteasy.reactive.server.core.ResteasyReactiveRe...
[ "geoand@gmail.com" ]
geoand@gmail.com
d46a3cf8299cc0bbfac9cfb2af3c2399feff995e
c031ec74cccfd04e8a55b69cb9b79b6cd3dcb6fe
/src/algorithm12_20/ms/GenerateParentheses.java
501106d067f32a052e6c413fd13382a519e18d27
[]
no_license
tunks/aglo-practise1
3b76b427b917a872d804ef4dfe31e06272c8ed20
bf3232b1b0afa507dad9415296e640e51dfee94d
refs/heads/main
2023-02-09T21:08:19.962878
2021-01-05T17:15:36
2021-01-05T17:15:36
320,035,951
0
0
null
null
null
null
UTF-8
Java
false
false
2,293
java
package algorithm12_20.ms; /** * * Generate Parentheses Medium 6722 305 Add to List Share Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. Example 1: Input: n = 3 Output: ["((()))","(()())","(())()","()(())","()()()"] Example 2: Input: n = 1 Output: [...
[ "ebrimatunkara@gmail.com" ]
ebrimatunkara@gmail.com
68e31eab5c20a11efc01ddce709d5e09cd5a8c16
2fbb920555d82dc6fdadc129749acf6c632fb7d4
/gdsap-framework/src/main/java/uk/co/quidos/gdsap/framework/log/persistence/GdsapAltTypeMapper.java
07b029232dc8df77544e8a0880c7be830a7b14b1
[ "Apache-2.0" ]
permissive
ZhangPeng1990/crm
3cd31b6a121418c47032979354af0886a236a0cf
c5b176718924c024a13cc6ceccb2e737e70cedd3
refs/heads/master
2020-06-05T18:25:41.600112
2015-04-29T10:38:01
2015-04-29T10:38:01
34,787,517
0
0
null
null
null
null
UTF-8
Java
false
false
613
java
package uk.co.quidos.gdsap.framework.log.persistence; import java.util.List; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.session.RowBounds; import org.springframework.stereotype.Repository; import uk.co.quidos.dal.BaseMapper; import uk.co.quidos.gdsap.framework.log.persistence.objec...
[ "peng.zhang@argylesoftware.co.uk" ]
peng.zhang@argylesoftware.co.uk
c2fd9aa53d46ff833de7b7930f1e21efc14f232b
0640b8621220bb7376c1dd8dc8189d5ef14897c9
/src/main/java/com/util/CommonByteUtil.java
15cb15cab1a177a56de56503b126f78dced3f013
[]
no_license
yuanlincheng/ara-util
ea627df0f835be6e7c409dfbd4781c930371d012
bc3d56da9d2fb5033f161d82f8c6350cd43dc4ba
refs/heads/master
2021-01-21T13:15:10.306666
2017-09-20T03:39:11
2017-09-20T03:39:11
97,467,384
0
0
null
null
null
null
UTF-8
Java
false
false
2,645
java
package com.util; /** * 文件名: * 作者:tree * 时间:2017/5/2 * 描述: * 版权:亚略特 */ public class CommonByteUtil { /** * @author 作者:tree * @Date 时间:2017/5/5 16:17 * 功能说明:进行多个byte截位组装 暂时无用 备用 * @param srcByte 原byte数组 * @return 目标byte数组 */ public static byte[] bytePlainMerger(byte[] srcByte){...
[ "yuanlinchengyx@163.com" ]
yuanlinchengyx@163.com
67cfb4289c5e1aa20751642b7483f68bee9d26fe
3a3d82fd0faeed8f0f443dfe3faab5131726daa0
/gui/simple/RoomTempCellRenderer.java
8f73f0c3300099b4cd3c3b78a1d791dce8297c8a
[]
no_license
galgalusha/webitc
3252c69b399c410091ae48f56422d23f07ee54cd
3cc4908bf67908a3eeb8d63f3a4d9b9339331f37
refs/heads/master
2021-08-06T05:46:05.823169
2017-11-03T13:52:08
2017-11-03T13:52:08
109,401,575
0
0
null
null
null
null
UTF-8
Java
false
false
645
java
package webitc.gui.simple; import java.awt.Component; import javax.swing.JTable; import webitc.data.ID; import webitc.gui.common.IconRes; class RoomTempCellRenderer extends SimpleCellRendererAbst { RoomTempCellRenderer() {} public Component getTableCellRendererComponent(JTable paramJTable, Object paramObject...
[ "koren.gal@gmail.com" ]
koren.gal@gmail.com
dbbf24070e6e6956ea65e01cbe342d75c3a8431b
493a8065cf8ec4a4ccdf136170d505248ac03399
/net.sf.ictalive.service.owlseditor.diagram/src/control/diagram/part/ControlShortcutPropertyTester.java
5fe20188cba794bc2e9c27ef5ba13d9cec94f089
[]
no_license
ignasi-gomez/aliveclipse
593611b2d471ee313650faeefbed591c17beaa50
9dd2353c886f60012b4ee4fe8b678d56972dff97
refs/heads/master
2021-01-14T09:08:24.839952
2014-10-09T14:21:01
2014-10-09T14:21:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
/* * */ package control.diagram.part; import org.eclipse.core.expressions.PropertyTester; import org.eclipse.emf.ecore.EAnnotation; import org.eclipse.gmf.runtime.notation.View; import control.diagram.edit.parts.OuterProcessEditPart; /** * @generated */ public class ControlShortcutPropertyTester extends Propert...
[ "salvarez@lsi.upc.edu" ]
salvarez@lsi.upc.edu
8a12d86c0a975cebb176e834420afa8335fb4a53
6517e5e03a8ee0c500c6f29749a6d0ee97a55190
/src/main/java/com/kushmiruk/prospring/chapter05/staticmethodmatcherpointcut/SimpleStaticPointcut.java
85d430e88c7818b94aae7e466d6afd5003dc0380
[]
no_license
rkushmiruk/ProSpringTasks
d52b3c6c54bfbaad06e67227a1de505ab32bdaf9
5587bc2c5aae0d256e36e3b2e807f0c27c7dff92
refs/heads/master
2021-01-01T18:51:47.716681
2017-10-04T13:21:45
2017-10-04T13:21:45
98,452,880
0
0
null
null
null
null
UTF-8
Java
false
false
671
java
package com.kushmiruk.prospring.chapter05.staticmethodmatcherpointcut; import org.springframework.aop.ClassFilter; import org.springframework.aop.support.StaticMethodMatcherPointcut; import java.lang.reflect.Method; public class SimpleStaticPointcut extends StaticMethodMatcherPointcut { @Override public bool...
[ "rKushmiruk@gmail.com" ]
rKushmiruk@gmail.com
3ee87755117f01c0ef84d6c7f5e52f10883bfebe
c164d8f1a6068b871372bae8262609fd279d774c
/src/main/java/edu/uiowa/slis/VIVOISF/Non_self_governing/Non_self_governingCodeISO3.java
87bb2b1b723b8160d647d14a3e7d6d33c4911e4e
[ "Apache-2.0" ]
permissive
eichmann/VIVOISF
ad0a299df177d303ec851ff2453cbcbd7cae1ef8
e80cd8b74915974fac7ebae8e5e7be8615355262
refs/heads/master
2020-03-19T03:44:27.662527
2018-06-03T22:44:58
2018-06-03T22:44:58
135,757,275
0
1
null
null
null
null
UTF-8
Java
false
false
1,033
java
package edu.uiowa.slis.VIVOISF.Non_self_governing; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspTagException; @SuppressWarnings("serial") public class Non_self_governingCodeISO3 extends edu.uiowa.slis.VIVOISF.T...
[ "david-eichmann@uiowa.edu" ]
david-eichmann@uiowa.edu
107a58a72a9b57ce7e04f1d730aea61f9085db2b
9ccc082e895428cecd61f220b16a4228521922de
/main/src/java/self/micromagic/eterna/sql/ResultReaderManager.java
bf1387379aa3bc3268feea93de081f092d1d96a4
[ "Apache-2.0" ]
permissive
hugcoday/eterna
f58bf59ddfe237613e5c3d9bfa7c89d655b3d3c6
d85099bc9574808060cb6f4a517ed7f264620963
refs/heads/master
2021-01-19T06:55:28.280038
2014-11-20T09:51:34
2014-11-20T09:51:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,034
java
/* * Copyright 2009-2015 xinjunli (micromagic@sina.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
[ "micromagic@sina.com" ]
micromagic@sina.com
dee9eef3c347c3b657b7241bd18fdb768ce2a619
c80f25f9c8faa1ea9db5bb1b8e36c3903a80a58b
/laosiji-sources/feng/android/sources/com/feng/library/emoticons/keyboard/adpater/PageSetAdapter.java
8adca3329245cd55beae0086bfe59be5d3590f68
[]
no_license
wenzhaot/luobo_tool
05c2e009039178c50fd878af91f0347632b0c26d
e9798e5251d3d6ba859bb15a00d13f085bc690a8
refs/heads/master
2020-03-25T23:23:48.171352
2019-09-21T07:09:48
2019-09-21T07:09:48
144,272,972
0
0
null
null
null
null
UTF-8
Java
false
false
3,542
java
package com.feng.library.emoticons.keyboard.adpater; import android.support.v4.view.PagerAdapter; import android.text.TextUtils; import android.view.View; import android.view.ViewGroup; import com.feng.library.emoticons.keyboard.data.PageEntity; import com.feng.library.emoticons.keyboard.data.PageSetEntity; import com...
[ "tanwenzhao@vipkid.com.cn" ]
tanwenzhao@vipkid.com.cn
83e7359e8d688d02a3c0bfeda5c00da8837bdce0
d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb
/PROMISE/archives/synapse/1.2/org/apache/synapse/config/xml/FilterMediatorFactory.java
8bb5ac84b42dde0bdbe4278d9b600155cdab7258
[]
no_license
hvdthong/DEFECT_PREDICTION
78b8e98c0be3db86ffaed432722b0b8c61523ab2
76a61c69be0e2082faa3f19efd76a99f56a32858
refs/heads/master
2021-01-20T05:19:00.927723
2018-07-10T03:38:14
2018-07-10T03:38:14
89,766,606
5
1
null
null
null
null
UTF-8
Java
false
false
4,866
java
package org.apache.synapse.config.xml; import org.apache.axiom.om.OMAttribute; import org.apache.axiom.om.OMElement; import org.apache.synapse.Mediator; import org.apache.synapse.SynapseConstants; import org.apache.synapse.mediators.filters.FilterMediator; import org.jaxen.JaxenException; import javax.xml.namespace.Q...
[ "hvdthong@github.com" ]
hvdthong@github.com
ce94d5bab04db0c0e234c045ee0bdd5fdaac824f
001eae35851e132f4d76c54fb668bd013c53dc60
/nosql/mapdb/src/test/java/org/mapdb/issues/Issue157Test.java
d48143bbff86819f4e15183bda80914183ff32fd
[ "CC-PDDC", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
paulnguyen/data
b7f538bd4b4a24787c3c320e27535e3ce6558dd2
991f3930ff0b86cfc3afbe14cf94d983e1fcf77e
refs/heads/master
2021-12-14T09:50:30.339094
2021-12-04T03:17:10
2021-12-04T03:17:10
47,385,936
1
24
null
null
null
null
UTF-8
Java
false
false
1,193
java
package org.mapdb.issues; import org.junit.Test; import org.mapdb.BTreeMap; import org.mapdb.DB; import org.mapdb.DBMaker; import java.util.Map; import static org.junit.Assert.assertTrue; public class Issue157Test { @Test public void concurrent_BTreeMap() throws InterruptedException { DB db = DBMak...
[ "paul.nguyen@sjsu.edu" ]
paul.nguyen@sjsu.edu
460b69408d2959a154ec992fc55e166662259087
48d61d9a951a9ce30a8ec178d9491f5b60160679
/oceans/src/main/java/com/nevermore/oceans/widget/BottomTabLayout.java
e7f16240ee53f21a5719317d92f0d2c5b376a09d
[]
no_license
led-os/yimeinew
209387195be8d6b04e4ec06d3d79f3e265d8af7b
3ee181f2440cf8809ddabd7ec4d73713124af277
refs/heads/master
2022-02-22T08:38:24.126333
2019-09-17T03:30:43
2019-09-17T03:30:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,435
java
package com.nevermore.oceans.widget; import android.content.Context; import android.os.Parcel; import android.os.Parcelable; import android.support.annotation.Nullable; import android.support.v4.view.ViewCompat; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.View; impor...
[ "869798794@qq.com" ]
869798794@qq.com
6eb3c5c4ab0298455d374f763a64da3519e05735
86fa67369e29c0086601fad2d5502322f539a321
/subprojects/kernel/doovos-kernel-vanilla/src/org/doovos/kernel/vanilla/jvm/interpreter/linkerinterpreter/instr/KJVM_MONITORENTER.java
1f01908d304705f9f66a44a5d07977fee63742e0
[]
no_license
thevpc/doovos
05a4ce98825bf3dbbdc7972c43cd15fc18afdabb
1ae822549a3a546381dbf3b722814e0be1002b11
refs/heads/master
2021-01-12T14:56:52.283641
2020-08-22T12:37:40
2020-08-22T12:37:40
72,081,680
1
0
null
null
null
null
UTF-8
Java
false
false
3,737
java
///** // * ==================================================================== // * Doovos (Distributed Object Oriented Operating System) // * // * Doovos is a new Open Source Distributed Object Oriented Operating System // * Design and implementation based on the Java Platform. // * Actually, it is a try ...
[ "taha.bensalah@gmail.com" ]
taha.bensalah@gmail.com
0f26f4e69d0ca01d0358737116530ad443fc54f7
995f73d30450a6dce6bc7145d89344b4ad6e0622
/Honor5C-7.0/src/main/java/android/filterpacks/imageproc/ImageSlicer.java
a17032646e98cae8e1e90b93a88e0b531b2f1a9b
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,223
java
package android.filterpacks.imageproc; import android.filterfw.core.Filter; import android.filterfw.core.FilterContext; import android.filterfw.core.Frame; import android.filterfw.core.FrameFormat; import android.filterfw.core.GenerateFieldPort; import android.filterfw.core.MutableFrameFormat; import android.filterfw....
[ "dstmath@163.com" ]
dstmath@163.com
d25538797829a0adf6ddb36ec9a49e77f208c841
5f498d9c751a7c0263e129544c5a42606541627f
/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/adapters/XSDAbstractAdapter.java
4feae72e7ad78984dea40126543980398671dfbb
[]
no_license
saatkamp/simpl09
2c2f65ea12245888b19283cdcddb8b73d03b9cf0
9d81c4f50bed863518497ab950af3d6726f2b3c8
refs/heads/master
2021-01-10T03:56:30.975085
2011-11-09T19:36:14
2011-11-09T19:36:14
55,900,095
0
0
null
null
null
null
UTF-8
Java
false
false
1,928
java
/** * */ package org.eclipse.bpel.ui.adapters; import java.util.Map; import org.eclipse.bpel.model.adapters.AbstractAdapter; import org.eclipse.bpel.model.adapters.IStatefullAdapter; import org.eclipse.bpel.model.util.BPELUtils; import org.eclipse.bpel.ui.BPELUIPlugin; import org.eclipse.bpel.ui.IBPELUI...
[ "hahnml@t-online.de" ]
hahnml@t-online.de
f58e9ec6e95e74ed4e1ff059feb124c203513f3f
89be44270846bd4f32ca3f51f29de4921c1d298a
/bitcamp-java/src/main/java/com/eomcs/spring/ioc/ex08/c/MyBeanPostProcessor.java
04ceb44d804f707d19462bd31802f26e9b2d3d19
[]
no_license
nayoung00/bitcamp-study
931b439c40a8fe10bdee49c0aaf449399d8fe801
b3d3c9135114cf17c7afd3ceaee83b5c2cedff29
refs/heads/master
2020-09-28T17:39:04.332086
2020-04-30T23:57:45
2020-04-30T23:57:45
226,825,309
0
0
null
null
null
null
UTF-8
Java
false
false
1,196
java
package com.eomcs.spring.ioc.ex08.c; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; // Spring IoC 컨테이너에 새 기능을 추가하는 예 : // => 새 기능이 IoC 컨테이너가 생성한 객체를 사용해야 한다면, // 객체 생성 후에 그 작업을 수행하면 된다. // => 이렇게 개발자가 컨테이너의 기능을 확장할 수 있도록 // BeanPostProcessor라는 규칙을 제...
[ "invin1201@gmail.com" ]
invin1201@gmail.com
388b3ea0e3a817f4e8d8af31c16891390a2dfc81
45e5b8e4d43925525e60fe3bc93dc43a04962c4a
/nodding/libs/GlassVoice/com/google/common/annotations/CompileTimeConstant.java
776d0edd020b0696bfdb755bdde7e18d66ef9106
[ "BSD-3-Clause" ]
permissive
ramonwirsch/glass_snippets
1818ba22b4c11cdb8a91714e00921028751dd405
2495edec63efc051e3a10bf5ed8089811200e9ad
refs/heads/master
2020-04-08T09:37:22.980415
2014-06-24T12:07:53
2014-06-24T12:07:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
492
java
package com.google.common.annotations; import java.lang.annotation.Annotation; import java.lang.annotation.Documented; import java.lang.annotation.Target; @Documented @Target({java.lang.annotation.ElementType.PARAMETER}) @GoogleInternal @GwtCompatible public @interface CompileTimeConstant { } /* Location: ...
[ "scholl@ess.tu-darmstadt.de" ]
scholl@ess.tu-darmstadt.de
4fe6c91aeb1ad2ad1b75268b5a1b944f395d4bde
d8e1f5b8ff88a4c7578ae5c8632c306bd565f049
/bindings/src/main/java/org/jadira/bindings/core/provider/JodaConvertConverterProvider.java
08a87aeba8a18eb86ffd21dad7aa732bd90ddae7
[ "Apache-2.0" ]
permissive
sigmamupi/jadira
eb0205e304a3b57989844e96b2e77dbc390a2a2b
09c9a28a6305852366a2ff0908e8dd0bb9c04407
refs/heads/master
2020-12-02T01:06:50.192392
2019-12-30T12:20:49
2019-12-30T12:20:49
230,838,403
0
0
Apache-2.0
2019-12-30T03:09:35
2019-12-30T03:09:34
null
UTF-8
Java
false
false
1,971
java
/* * Copyright 2010, 2011 Chris Pheby * * 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 applica...
[ "chris@jadira.co.uk" ]
chris@jadira.co.uk
662c200584e71865083f2609b13cbd00832b449e
0ba73ffd4c12ef4c49674ce512ab12fbbb6227ea
/Java-Brains/Spring-Boot/Unit-4-Spring-Data-JPA-The-Data-Tier/Embedded-Database/src/main/java/com.jurik99/course/service/CourseService.java
f85d607eaaa5e1b4cfc5281e6211287f5dc6eb80
[]
no_license
patrykgrudzien/code-from-learning
e5d6958baf3a44e3fc709f06837bad025b1db5df
382904b804afd95d9e5d450f61d2529415ddfe96
refs/heads/master
2021-07-05T08:41:22.267369
2020-01-13T10:37:25
2020-01-13T10:37:25
188,905,995
0
0
null
2020-10-13T13:30:12
2019-05-27T20:34:47
Java
UTF-8
Java
false
false
1,306
java
package com.jurik99.course.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.stream.Collectors; import com.jurik99.course.domain.Course; import com.jurik99.course.repository.CourseRepository; @Service public...
[ "patryk.grudzien.91@gmail.com" ]
patryk.grudzien.91@gmail.com
7c1a99317d1e91ea7943aec6568f9d0b6df99e90
9f8304a649e04670403f5dc1cb049f81266ba685
/web-in/src/main/java/com/cmcc/vrp/province/security/MySessionAttributeListener.java
2c32a2d6f3c6999e4c1277b85349ad7e77cdc774
[]
no_license
hasone/pdata
632d2d0df9ddd9e8c79aca61a87f52fc4aa35840
0a9cfd988e8a414f3bdbf82ae96b82b61d8cccc2
refs/heads/master
2020-03-25T04:28:17.354582
2018-04-09T00:13:55
2018-04-09T00:13:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,460
java
package com.cmcc.vrp.province.security; import org.springframework.security.core.userdetails.UsernameNotFoundException; import javax.servlet.http.HttpSession; import javax.servlet.http.HttpSessionAttributeListener; import javax.servlet.http.HttpSessionBindingEvent; import java.util.Map; import java.util.concurrent.Co...
[ "fromluozuwu@qq.com" ]
fromluozuwu@qq.com
f639ea10a9f0d6a7f43d354a5641c76edd0ac781
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_1/src/b/a/e/j/Calc_1_1_10498.java
c25db93612296e1beea07ad9ce02a8215e37c630
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
134
java
package b.a.e.j; public class Calc_1_1_10498 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
788d2fc6100dc1078bdc7f3df80407d76f84cd0a
808b985690efbca4cd4db5b135bb377fe9c65b88
/tbs_core_45016_20191122114850_nolog_fs_obfs/assets/webkit/unZipCode/miniqb_dex.src/com/tencent/smtt/net/SWReporter.java
99d4ca483bd537405ab4f9222f5a19d73f130581
[]
no_license
polarrwl/WebviewCoreAnalysis
183e12b76df3920c5afc65255fd30128bb96246b
e21a294bf640578e973b3fac604b56e017a94060
refs/heads/master
2022-03-16T17:34:15.625623
2019-12-17T03:16:51
2019-12-17T03:16:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,061
java
package com.tencent.smtt.net; import com.tencent.smtt.webkit.service.SmttServiceProxy; import org.chromium.base.annotations.CalledByNative; public class SWReporter { private static SWReporter jdField_a_of_type_ComTencentSmttNetSWReporter; private final String jdField_a_of_type_JavaLangString = "SERVICEWORKER"; ...
[ "1542951820@qq.com" ]
1542951820@qq.com
665b7b9d75919b7af772fd8e7aa6320d11775022
87f420a0e7b23aefe65623ceeaa0021fb0c40c56
/ruoyi-vue-pro-master/yudao-module-bpm/yudao-module-bpm-biz-flowable/src/main/java/cn/iocoder/yudao/module/bpm/controller/admin/task/BpmTaskController.java
52b16297d2cbbce0077d4e24bd616071d2c27831
[ "MIT" ]
permissive
xioxu-web/xioxu-web
0361a292b675d8209578d99451598bf4a56f9b08
7fe3f9539e3679e1de9f5f614f3f9b7f41a28491
refs/heads/master
2023-05-05T01:59:43.228816
2023-04-28T07:44:58
2023-04-28T07:44:58
367,005,744
0
0
null
null
null
null
UTF-8
Java
false
false
3,451
java
package cn.iocoder.yudao.module.bpm.controller.admin.task; import cn.iocoder.yudao.framework.common.pojo.CommonResult; import cn.iocoder.yudao.framework.common.pojo.PageResult; import cn.iocoder.yudao.module.bpm.controller.admin.task.vo.task.*; import cn.iocoder.yudao.module.bpm.service.task.BpmTaskService; import io....
[ "xb01049438@alibaba-inc.com" ]
xb01049438@alibaba-inc.com
cf4a44ac33ec5710f5f08e39a5a65a9d0a79afac
a3a080983e500484203156c5c230de0924dd92bf
/airplan_4/decompile/src/net/techpoint/note/helpers/NOPLoggerFactoryBuilder.java
5264e3cb6bdb0324ee471001885ce8dc570fb5bf
[]
no_license
perctapera/STAC-engagement-src
f1b45754e346bacd78983ac624bfff6badf899b0
1f964e9941421dea53b2d92bea4676b761357f56
refs/heads/master
2020-09-03T11:54:04.023501
2017-06-23T13:15:56
2017-06-23T13:15:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
267
java
/* * Decompiled with CFR 0_121. */ package net.techpoint.note.helpers; import net.techpoint.note.helpers.NOPLoggerFactory; public class NOPLoggerFactoryBuilder { public NOPLoggerFactory formNOPLoggerFactory() { return new NOPLoggerFactory(); } }
[ "fengyu8299@gmail.com" ]
fengyu8299@gmail.com
2731c68ad88529ed41c77f957ed683fc50b252ba
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/appbrand/jsapi/v.java
00a29fb017b4a23ce12145daa3eae9e939ead2b0
[]
no_license
0jinxing/wechat-apk-source
544c2d79bfc10261eb36389c1edfdf553d8f312a
f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d
refs/heads/master
2020-06-07T20:06:03.580028
2019-06-21T09:17:26
2019-06-21T09:17:26
193,069,132
9
4
null
null
null
null
UTF-8
Java
false
false
1,678
java
package com.tencent.mm.plugin.appbrand.jsapi; import a.f.b.j; import a.l; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.plugin.appbrand.page.u; import com.tencent.mm.plugin.appbrand.q; import com.tencent.mm.plugin.appbrand.r.g; @l(dWo={1, 1, 13}, dWp={""}, dWq={"Lcom/tencent/mm/pl...
[ "172601673@qq.com" ]
172601673@qq.com
2df8a3327d375ffd57d716744b5bc90ed5c910a2
08a57e8ee68882d06df4cd0f3cf34be77931e09b
/ttestapp1/src/test/java/com/nfinity/ll/ttestapp1/domain/pets/PetsManagerTest.java
463bfd6e35076fb995cc4df631f30a2587ee0474
[]
no_license
musman013/sample1
397b9c00d63d83e10f92d91a1bb4d0e1534567fb
7659329adfedac945cb4aa867fc37978721cc06c
refs/heads/master
2022-09-19T09:10:39.126249
2020-03-27T11:06:11
2020-03-27T11:06:11
250,512,532
0
0
null
2022-05-20T21:31:13
2020-03-27T11:06:51
Java
UTF-8
Java
false
false
4,945
java
package com.nfinity.ll.ttestapp1.domain.pets; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.anyLong; import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.doNothing; import static org.mockito.Mockito.mock; import static org.mockito.M...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
b0fda7d4cf49500fe0b71abacd7ad98c09b0a217
55cd9819273b2a0677c3660b2943951b61c9e52e
/gtl/src/main/java/com/basics/mall/entity/MallProductKindContrast.java
02c7db34d5def486f2ab2aa4e9197c92b92935a0
[]
no_license
h879426654/mnc
0fb61dff189404f47e7ee1fb6cb89f0c1e2f006f
9e1c33efc90b9f23c47069606ee2b0b0073cc7e3
refs/heads/master
2022-12-27T05:26:22.276805
2019-10-21T05:16:14
2019-10-21T05:16:14
210,249,616
0
0
null
2022-12-16T10:37:07
2019-09-23T02:36:55
JavaScript
UTF-8
Java
false
false
638
java
package com.basics.mall.entity; public class MallProductKindContrast extends MallProductKindContrastBase{ /** * 商品维度对照ID */ public MallProductKindContrast id(String id){ this.setId(id); return this; } /** * 商品主维度ID */ public MallProductKindContrast kindId(String kindId){ this.setKindId(kindId); return...
[ "879426654@qq.com" ]
879426654@qq.com
caf36a867a4ddf172f616beddac02193de9d77b0
83d56024094d15f64e07650dd2b606a38d7ec5f1
/sicc_druida/fuentes/java/CalGuiasConectorTransactionQuery.java
9f447813700a7ffc004a27bcfd6cbc12031453e3
[]
no_license
cdiglesias/SICC
bdeba6af8f49e8d038ef30b61fcc6371c1083840
72fedb14a03cb4a77f62885bec3226dbbed6a5bb
refs/heads/master
2021-01-19T19:45:14.788800
2016-04-07T16:20:51
2016-04-07T16:20:51
null
0
0
null
null
null
null
ISO-8859-3
Java
false
false
7,294
java
import org.w3c.dom.*; import java.util.ArrayList; public class CalGuiasConectorTransactionQuery implements es.indra.druida.base.ObjetoXML { private ArrayList v = new ArrayList(); public Element getXML (Document doc){ getXML0(doc); getXML90(doc); return (Element)v...
[ "hp.vega@hotmail.com" ]
hp.vega@hotmail.com
bc7f3eacddfb1f8406d45ac967a6b35883e875f8
cf1dcabf9447df1d80ae525f6730e051c1d9d9b4
/core/src/main/java/org/carrot2/language/StopwordFilterDictionary.java
c87b0140a1e0a0585b865d41a9342e4f1e8cbf8a
[ "BSD-3-Clause", "LicenseRef-scancode-bsd-ack-carrot2", "Apache-2.0" ]
permissive
surmount1/carrot2
d7bccefe4708cc09a0610a3f34fbc701c9cf4fc6
bd529fdd725ab4f148cd606fb89a2be3449e827c
refs/heads/master
2023-02-02T16:14:57.862219
2020-12-17T16:07:29
2020-12-17T16:07:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
/* * Carrot2 project. * * Copyright (C) 2002-2020, Dawid Weiss, Stanisław Osiński. * All rights reserved. * * Refer to the full license file "carrot2.LICENSE" * in the root folder of the repository checkout or at: * https://www.carrot2.org/carrot2.LICENSE */ package org.carrot2.language; import org.carrot2.at...
[ "dawid.weiss@carrotsearch.com" ]
dawid.weiss@carrotsearch.com
8754bd6c69e1817cff6c1290badc56fbb59b2049
9fb7d5c8b7f279c6bd469b82b2a6a5317718860e
/src/main/java/joshie/enchiridion/EInfo.java
649824cfe9113944bb44002176a5f5dcc4f22895
[ "MIT" ]
permissive
Mazdallier/Enchiridion
95d02d4419a19b05742a9a2c3696d0e382a2bbc8
b89f8c4606b9ae307a276a0b635740331f9c5094
refs/heads/master
2021-01-24T21:47:59.590040
2015-01-26T06:47:20
2015-01-26T06:47:20
29,850,171
0
0
null
2015-01-26T07:36:48
2015-01-26T07:36:48
null
UTF-8
Java
false
false
371
java
package joshie.enchiridion; public class EInfo { public static final String JAVAPATH = "joshie.enchiridion."; public static final String MODID = "Enchiridion2"; public static final String MODNAME = "Enchiridion 2"; public static final String MODPATH = "enchiridion"; public static final String VERSION = "@VE...
[ "joshjackwildman@gmail.com" ]
joshjackwildman@gmail.com
7ef5164d48ff8c7dce37454c6d705192a4540228
776031c494e397f39c055bcf56bc266d078a4ba4
/common/src/main/java/edu/uci/ics/jung/graph/Forest.java
beee0dfb8b16cb34f6bcadc8fd9feedd5fdeb8c1
[]
no_license
geogebra/geogebra
85f648e733454c5b471bf7b13b54607979bb1830
210ee8862951f91cecfb3a76a9c4114019c883b8
refs/heads/master
2023-09-05T11:09:42.662430
2023-09-05T08:10:05
2023-09-05T08:10:05
2,543,687
1,319
389
null
2023-07-20T11:49:58
2011-10-09T17:57:35
Java
UTF-8
Java
false
false
3,674
java
package edu.uci.ics.jung.graph; import java.util.Collection; /** * An interface for a graph which consists of a collection of rooted directed * acyclic graphs. * * @author Joshua O'Madadhain */ public interface Forest<V, E> extends DirectedGraph<V, E> { /** * Returns a view of this graph as a collection of ...
[ "michael@geogebra.org" ]
michael@geogebra.org
89ec6f18ae7257501af73d8530a51ae5e05f0300
81e675a8e2d3017c8b71ba4233d68d1af0173d04
/atrs-web/src/main/java/jp/co/ntt/atrs/app/a0/ErrorResultDto.java
5d58bffe14bc7c7627d634cee0e3e584a1ad0486
[]
no_license
epasham/atrs
f5117cfb2d6b05a69a516183e3fa4bee6530197f
e1d1fc353db7a086394a0a41575bad315254950d
refs/heads/master
2020-08-04T11:06:06.959125
2019-01-23T04:14:38
2019-01-23T04:14:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,723
java
/* * Copyright 2014-2018 NTT Corporation. * * 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 ...
[ "macchinetta.fw@gmail.com" ]
macchinetta.fw@gmail.com
c19a0939ca43362dbb1b7d80d4d03cbe71b54c24
cf0f34937b476ecde5ebcca7e2119bcbb27cfbf2
/src/com/huateng/po/base/BaseTblPptMsg.java
b948531cd0927b0f3d58a6c3ecaba27a8c4a9758
[]
no_license
Deron84/xxxTest
b5f38cc2dfe3fe28b01634b58b1236b7ec5b4854
302b807f394e31ac7350c5c006cb8dc334fc967f
refs/heads/master
2022-02-01T03:32:54.689996
2019-07-23T11:04:09
2019-07-23T11:04:09
198,212,201
0
0
null
null
null
null
UTF-8
Java
false
false
5,760
java
package com.huateng.po.base; import java.io.Serializable; /** * This is an object that contains data related to the TBL_PPT_MSG table. * Do not modify this class because it will be overwritten if the configuration file * related to this class is modified. * * @hibernate.class * table="TBL_PPT_MSG" */ public...
[ "weijx@inspur.com" ]
weijx@inspur.com
946c68208106c5141e42165718e0ed6da16ad6c4
5e2d5c68c78d844cfb7ddac82cd5be0615057fc3
/app/src/main/java/com/bwash/bwashcar/activities/PartnerCountActivity.java
51bafe5f21b2073c71c1dbc5a7d0c18d876bee3f
[]
no_license
rogerlzp/bwashcar
1a9eb058c59799093be1405fcf082febe6fcbca7
60be9a4b7c84b24a1e775bd7db4f5054b6c6fbcd
refs/heads/master
2021-01-19T14:10:52.997241
2017-04-19T14:42:31
2017-04-19T14:42:31
88,133,099
0
0
null
null
null
null
UTF-8
Java
false
false
3,415
java
package com.bwash.bwashcar.activities; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import android.support.v4.content.ContextCompat; import android.support.v4.view.ViewPager; import android.view.View...
[ "rogerlzp@gmail.com" ]
rogerlzp@gmail.com
6577b3e9530704b414cbd7d0aed871b9ba224e0b
84a39f19ad4a4028620e305305c7b0267a6f006c
/JBotEvolver/src/evolutionaryrobotics/evolution/odneat/setups/NEATEvolutionEngine.java
e93a9bbac92b968d1c035af258ea954a3cd214c4
[]
no_license
ci-group/ECAL_SocialLearning
d10a1a142f503428c412714ad9355671ad45216a
ce868eea9387580ec5f3ecbae544af02661cdb03
refs/heads/master
2021-01-21T18:34:27.408393
2017-05-22T14:37:19
2017-05-22T14:37:19
92,062,304
0
0
null
null
null
null
UTF-8
Java
false
false
2,930
java
package evolutionaryrobotics.evolution.odneat.setups; import java.io.BufferedWriter; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.Scanner; import taskexecutor.TaskExecutor; import evolutionaryrobotics.evolution.Evolution; import evolutionaryrobotics.ExtendedJBotE...
[ "jacqueline.heinerman@gmail.com" ]
jacqueline.heinerman@gmail.com
7919012d71e579830bb2d1362b0aec0db37d5123
dafaa331edc190827a30254d7578aadcc006ae1d
/app/src/main/java/com/tajiang/leifeng/model/CancelReason.java
50db3ed5dbd1b68ef7f64a780505c6ff40761451
[]
no_license
yuexingxing/LeiFeng_studio
e960933fa723dcb677167c132102e11b7a72fec7
831f6530264b5c3233d2c12b269cac3600401d54
refs/heads/master
2020-03-09T08:54:41.458320
2018-04-09T01:28:36
2018-04-09T01:28:36
128,699,809
0
0
null
null
null
null
UTF-8
Java
false
false
833
java
package com.tajiang.leifeng.model; import java.io.Serializable; /** * Created by wushu on 2017-02-05. */ public class CancelReason implements Serializable{ private boolean isChoose = false; private String reasonText; public String getReasonText() { return reasonText; } public void set...
[ "670176656@qq.com" ]
670176656@qq.com
c9e784f16daea6a6616fffd1029de89ca42765a0
32bdd1b2fddc92a6cb8df128f2e049834148139c
/extra/src/main/java/org/operamasks/faces/extra/messagebox/MessageBoxType.java
8028a0a44e92fac81c851f83e15a3d6ecb3c650d
[]
no_license
luobenyu/OperaMasks
e678ed4ad9dbb237a047ca0124da1bfb3249e28c
b772b2fd51d7d3da0471d7f46d69a521dc47e7d9
refs/heads/master
2021-05-28T09:47:20.328604
2012-11-17T22:19:51
2012-11-17T22:20:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
937
java
/* * $Id: MessageBoxType.java,v 1.1 2008/03/17 17:30:40 jacky Exp $ * * Copyright (C) 2006 Operamasks Community. * Copyright (C) 2000-2006 Apusic Systems, Inc. * * 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 Fr...
[ "daniel.yuan@me.com" ]
daniel.yuan@me.com
840740d9b339cbb76028e5da42b7494f775a4ff1
3d3b08631e0aecd0f2cf749b19627374e9581c27
/impl/src/main/java/org/jboss/arquillian/persistence/dbunit/configuration/DBUnitConfigurationPropertyMapper.java
64a11760ec35f973b9aff28b000d3f10ab8c4349
[ "Apache-2.0" ]
permissive
ruettimac/arquillian-extension-persistence
12ebb11d0f5e17fae08f288b6c74eabebf37cac3
c70c1bc2f76093d5ac03ee30f974ac379e07ca81
refs/heads/master
2021-01-15T23:27:44.957238
2012-12-03T21:37:36
2012-12-03T21:37:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,820
java
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Vers...
[ "bartosz.majsak@gmail.com" ]
bartosz.majsak@gmail.com
3fe99eb346c8d56f78165328588ce7e8e97a626c
a6da8bbf46ffdf292537ff80306d0e5d80433d9c
/src/main/java/io/netty/util/concurrent/PromiseTask.java
4c3d0f7748e7488012cff88d9d316417f70219ac
[]
no_license
cugxdy/InitNettyServer
eef9903a94a500c8784bb104af192b7c513a31ce
dd86754d8ca571815ed4d0e41dec5801992f1d5b
refs/heads/master
2021-07-05T20:46:42.928710
2019-06-10T06:05:19
2019-06-10T06:05:19
190,327,704
1
0
null
2020-10-13T13:41:35
2019-06-05T04:49:34
Java
GB18030
Java
false
false
4,611
java
/* * Copyright 2013 The Netty Project * * The Netty Project licenses this file to you 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 ...
[ "cugxdy@163.com" ]
cugxdy@163.com
f5a9c21d7404da482619f2c6f781aa2c0ea16e0a
6b102ab7fec59a757af76d17ea81e998525424e6
/CMUPayTmallFront/src/main/java/com/huateng/core/parse/error/ErrorConfigUtil.java
d71710b0c24073be6598998ae05e00969b686b6b
[]
no_license
justfordream/my-2
a52516b87de9321916c0f111328fe1ced17e3549
e7b2d1003afbd5df8351342692e94a11b7ec15c5
refs/heads/master
2016-08-10T13:48:44.772153
2015-06-01T15:40:45
2015-06-01T15:40:45
36,330,084
1
1
null
null
null
null
UTF-8
Java
false
false
4,583
java
package com.huateng.core.parse.error; import java.io.File; import java.net.URL; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.dom4j.Document; import org.dom4j.DocumentException; import org.dom4j.Element; import org.dom4j.io.SAXReader; import org.slf4j.Lo...
[ "2323173088@qq.com" ]
2323173088@qq.com
61e78fcf5afd0f0c8a06b23e72e12fcee6763dac
e7ca3a996490d264bbf7e10818558e8249956eda
/aliyun-java-sdk-linkface/src/main/java/com/aliyuncs/linkface/model/v20180720/QueryAddUserInfoRequest.java
ef9fa39774b48fca813c1c3a60442f6c30530b17
[ "Apache-2.0" ]
permissive
AndyYHL/aliyun-openapi-java-sdk
6f0e73f11f040568fa03294de2bf9a1796767996
15927689c66962bdcabef0b9fc54a919d4d6c494
refs/heads/master
2020-03-26T23:18:49.532887
2018-08-21T04:12:23
2018-08-21T04:12:23
145,530,169
1
0
null
2018-08-21T08:14:14
2018-08-21T08:14:13
null
UTF-8
Java
false
false
1,349
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "yixiong.jxy@alibaba-inc.com" ]
yixiong.jxy@alibaba-inc.com
349d09a068f4adc07ad1dc04e6c35f5d1f9d7172
7e1511cdceeec0c0aad2b9b916431fc39bc71d9b
/flakiness-predicter/input_data/original_tests/activiti-activiti/nonFlakyMethods/org.activiti.standalone.calendar.DurationHelperTest-daylightSavingFallObservedSecondHour.java
68f250b861cc5e03846dbdaa3fbcda8a82ce3f64
[ "BSD-3-Clause" ]
permissive
Taher-Ghaleb/FlakeFlagger
6fd7c95d2710632fd093346ce787fd70923a1435
45f3d4bc5b790a80daeb4d28ec84f5e46433e060
refs/heads/main
2023-07-14T16:57:24.507743
2021-08-26T14:50:16
2021-08-26T14:50:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
454
java
@Test public void daylightSavingFallObservedSecondHour() throws Exception { Clock testingClock=new DefaultClockImpl(); testingClock.setCurrentCalendar(parseCalendar("20131103-00:45:00",TimeZone.getTimeZone("US/Eastern"))); DurationHelper dh=new DurationHelper("R2/2013-11-03T00:45:00-04:00/PT2H",testingClock); C...
[ "aalsha2@masonlive.gmu.edu" ]
aalsha2@masonlive.gmu.edu
f670a3440d1770bd5953a81534ea26631c8cb6c4
cf64ff59a0292500d65d69fcfb0b42d7e4dba9d8
/samples/excel/build/src/office/WorkflowTask.java
b32418234bb72855a88067ee019492d4343cbbb0
[ "BSD-2-Clause" ]
permissive
nosdod/CDWriterJava
0bb3db2e68278c445b78afc665731e058dc42ea4
7146689889d8d50d7162b21ea0b98fc5c2364306
refs/heads/main
2023-09-06T01:32:33.614647
2021-11-23T15:14:42
2021-11-23T15:14:42
431,142,538
0
0
null
null
null
null
UTF-8
Java
false
false
2,581
java
package office ; import com4j.*; @IID("{000CD900-0000-0000-C000-000000000046}") public interface WorkflowTask extends office._IMsoDispObj { // Methods: /** * <p> * Getter method for the COM property "Id" * </p> * @return Returns a value of type java.lang.String */ @DISPID(1) //= 0x1. The runti...
[ "mark.dodson@dodtech.co.uk" ]
mark.dodson@dodtech.co.uk
b6ecdea1f7e9f519e359873d75b944f9c5e84e0c
d5decb236da7da2bb8d123311207766b6a8435cf
/src/com/taobao/api/domain/ArticleSub.java
cf81dfdf5daf3434d4a3a3386537befba06fe9fc
[]
no_license
tasfe/my-project-taobao-demo
85fee9861361e1e9ef4810f56aa5bbb3290ea216
f05a8141b6f3b23e88053bad4a12c8a138c2ef51
refs/heads/master
2021-01-13T01:30:17.440485
2013-02-16T08:38:02
2013-02-16T08:38:02
32,249,939
0
1
null
null
null
null
UTF-8
Java
false
false
2,681
java
package com.taobao.api.domain; import java.util.Date; import com.taobao.api.TaobaoObject; import com.taobao.api.internal.mapping.ApiField; /** * 应用订购信息 * * @author auto create * @since 1.0, null */ public class ArticleSub extends TaobaoObject { private static final long serialVersionUID = 34362...
[ "bingzhaoliu@gmail.com@28b099c3-0654-7635-3fca-eff556b9d3f2" ]
bingzhaoliu@gmail.com@28b099c3-0654-7635-3fca-eff556b9d3f2
0e713845f5ab3d82d9a2f2fec55f6beea2db1f31
1b88ab63e8b8df8b0230f9c0736bb7a6a9e4725a
/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/attribute/Accept.java
b9c82fbb82892cf17125dc1095cf4e20cc94e49d
[ "Apache-2.0" ]
permissive
zhiqinghuang/wff
188b1a497629ba7b303aa5364a770235d41f536c
57602834e6d292dbadf017ec11eaf9b242da8551
refs/heads/master
2020-04-06T03:42:36.844322
2016-05-04T18:24:03
2016-05-04T18:24:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,562
java
/* * Copyright 2014-2016 Web Firm Framework * * 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 o...
[ "webfirm.framework@gmail.com" ]
webfirm.framework@gmail.com
0a371e16121d98940a0c881657aa654014dde562
62b8441631f0d262bf59e7e2451a88603915aadf
/.svn/pristine/6f/6fbbde792e5f4cacc44e8b489af427042665eb11.svn-base
4d4a8e2d5b90329cdd7f59c1f92798dffc7487ef
[]
no_license
WJtoy/mainHousehold-
496fc5af19657d938324d384f2d0b72d70e60c0e
4cff9537a5f78058a84d4b33f5f58595380597d8
refs/heads/master
2023-06-17T22:55:08.988873
2021-07-15T07:18:25
2021-07-15T07:18:25
385,202,403
0
0
null
null
null
null
UTF-8
Java
false
false
5,471
package com.wolfking.jeesite.ms.providerrpt.controller; import com.kkl.kklplus.entity.rpt.RPTReminderResponseTimeEntity; import com.kkl.kklplus.entity.rpt.exception.RPTBaseException; import com.wolfking.jeesite.common.persistence.AjaxJsonEntity; import com.wolfking.jeesite.common.persistence.Page; import com.wolfking....
[ "1227679550@qq.com" ]
1227679550@qq.com
cc1979d1426112e08f37d4375833df489401c81a
918687803c2dd38925b6a33c01e4eac4234a26f7
/src/test/java/com/stackroute/keepnote/test/model/UserTest.java
55a254d01d62721bfd7ebf19dfb16e5f1e0c8264
[]
no_license
pradeepsure/KeepNote-Step3-Boilerplate
76331870c9fbdfb33b8e5dad1e5008e12f48c5e0
84b4b724811cbe7cea80e150d0902f7127a6cf8c
refs/heads/master
2020-04-29T16:21:37.485282
2019-02-13T05:24:07
2019-02-13T05:24:07
176,256,780
1
8
null
null
null
null
UTF-8
Java
false
false
566
java
package com.stackroute.keepnote.test.model; import java.util.Date; import org.junit.Before; import org.junit.Test; import org.meanbean.test.BeanTester; import com.stackroute.keepnote.model.User; public class UserTest { private User user; @Before public void setUp() throws Exception { user = new User(); use...
[ "rutuja.bacchuwar@stackroute.in" ]
rutuja.bacchuwar@stackroute.in
76b270d6923d3f41be34393b1063fd98d5648325
aa097b782c7754ed43dce82e83f070cc2ed37410
/HibernateEx/src/com/hiber/MainLogic.java
72f96bf3dd9f8221f8c31297681dda802edc816d
[]
no_license
sravanimeduri/hello-world
196724da778b4847d44de928c6ae0f02677bc6e1
c1f386af306cc0cd88ae002c8dd5870c15030ac4
refs/heads/main
2023-02-02T09:11:17.467730
2020-12-16T17:15:09
2020-12-16T17:15:09
308,038,071
0
0
null
null
null
null
UTF-8
Java
false
false
579
java
package com.hiber; import java.util.Scanner; public class MainLogic { public static void main(String[] args) throws Exception { Scanner sc=new Scanner(System.in); int choice=0; do { System.out.println("Select your option\n 1. Insert\n 2. Display\n 3. Update\n 4. Delete\n 5. Exit"); choice=sc.nextInt(); ...
[ "you@example.com" ]
you@example.com
b5bd02e507390545f2e11ce00d2286cee3db7f0a
e6c51943104fa6b1350935dd24e0e31fe04da406
/apps/routing/src/main/java/org/onosproject/routing/cli/RemoveRouteCommand.java
3e216f95d83dfecb276302f0739bc608b34890ca
[ "Apache-2.0" ]
permissive
onfsdn/atrium-onos
bf7feed533b4e210a47312cbf31c614e036375ac
cd39c45d4ee4b23bd77449ac326148d3f6a23ef4
refs/heads/support/atrium-16A
2021-01-17T22:06:52.781691
2016-02-09T18:13:31
2016-02-09T18:13:31
51,386,951
3
4
null
2016-07-19T19:28:21
2016-02-09T18:03:47
Java
UTF-8
Java
false
false
2,182
java
/* * Copyright 2015 Open Networking Laboratory * * 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 la...
[ "gerrit@onlab.us" ]
gerrit@onlab.us
5a1390268d10f1214452f23b95f50d85a3a5c86f
19f7e40c448029530d191a262e5215571382bf9f
/decompiled/instagram/sources/p000X/C12300gW.java
d7123f35bdb62f713d846a1d42c49b8728597518
[]
no_license
stanvanrooy/decompiled-instagram
c1fb553c52e98fd82784a3a8a17abab43b0f52eb
3091a40af7accf6c0a80b9dda608471d503c4d78
refs/heads/master
2022-12-07T22:31:43.155086
2020-08-26T03:42:04
2020-08-26T03:42:04
283,347,288
18
1
null
null
null
null
UTF-8
Java
false
false
5,561
java
package p000X; import android.app.ActivityManager; import android.content.Context; import java.util.ArrayList; import java.util.Collections; /* renamed from: X.0gW reason: invalid class name and case insensitive filesystem */ public final class C12300gW { public static volatile Integer A00; /* JADX WARNING:...
[ "stan@rooy.works" ]
stan@rooy.works
583450aa0375951abccb5eb766d37ae881eb494b
0c65f879cdf8858b9e931bb9a3a914cc76307685
/src/main/java/ch/alpine/sophus/flt/ExponentialMovingAverage.java
39558e7617a72fbdeb96ef56763cae3c9eae769c
[]
no_license
datahaki/sophus
b9674f6e4068d907f8667fb546398fc0dbb5abc6
cedce627452a70beed13ee2031a1cf98a413c2a7
refs/heads/master
2023-08-16T23:45:40.252757
2023-08-09T17:46:17
2023-08-09T17:46:17
232,996,526
3
0
null
2022-06-08T22:39:06
2020-01-10T08:02:55
Java
UTF-8
Java
false
false
205
java
// code by jph package ch.alpine.sophus.flt; /** ExponentialMovingAverage is an IIRFilter applied to a sequence of measurements */ public enum ExponentialMovingAverage { // TODO OWL 20220315 use this }
[ "jan.hakenberg@gmail.com" ]
jan.hakenberg@gmail.com
62af3c4494a1e5500a766bddbb0760af214a3bef
5c8cdc4f433b7658e31fffd5adf7175d6bad9d30
/mate-support/mate-job-admin/src/main/java/com/xxl/job/admin/controller/annotation/PermissionLimit.java
379efd46b956758445d9f60105b4faa9abfee07d
[ "Apache-2.0" ]
permissive
matevip/matecloud
9e603dde9be212f045549332d76a18a171297714
3a39a7a7090850b5936068f228dd58d73960410e
refs/heads/dev
2023-09-03T12:41:19.704337
2023-07-30T02:05:17
2023-07-30T02:05:17
218,435,426
1,438
427
Apache-2.0
2023-06-22T11:17:52
2019-10-30T03:25:43
Java
UTF-8
Java
false
false
542
java
package com.xxl.job.admin.controller.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * 权限限制 * @author xuxueli 2015-12-12 18:29:02 */ @Target(ElementType.METHOD) @Retention(RetentionPoli...
[ "7333791@qq.com" ]
7333791@qq.com
ff623f2a4802e230c46db04698007237c100e06b
9d9c0d9aba0c3102787a0215621b24dbe7f64b59
/jeecms-component/src/main/java/com/jeecms/interact/domain/CmsFormTypeEntity.java
a1dbaaf1de178d3bf075dedc62935849114504e5
[]
no_license
hd19901110/jeecms1.4.1test
b354019c57a06384524d53aa667614c1f4e5a743
4e3e0cb31513e53004aa20c108f79741203becb0
refs/heads/master
2022-12-08T06:10:06.868825
2020-08-31T09:59:19
2020-08-31T09:59:19
285,445,431
0
1
null
null
null
null
UTF-8
Java
false
false
3,240
java
package com.jeecms.interact.domain;/** * @Copyright: 江西金磊科技发展有限公司 All rights reserved.Notice 仅限于授权后使用,禁止非授权传阅以及私自用于商业目的。 */ import com.jeecms.common.base.domain.AbstractSortDomain; import com.jeecms.system.domain.CmsSite; import org.hibernate.annotations.Where; import javax.persistence.*; import java.util...
[ "2638177992@qq.com" ]
2638177992@qq.com
799157095e622d6b7a31078d77104ae3a6e9570b
786d48794a9957d377aca967b8d95f80c5fa2120
/jp.ac.nagoya_u.is.nces.a_rte.model/src/jp/ac/nagoya_u/is/nces/a_rte/model/rte/interaction/PeriodicComSendProxy.java
0cab0b10b149f9a3befa8120858a3814175d5ab6
[]
no_license
PizzaFactory/a-workflow-demo
590dec0c1c3bed38394fca686cd798aebad60e7d
e98d95236bf78b7fe3ad8b64681b8594f3bdd4eb
refs/heads/master
2020-06-13T17:47:15.225297
2016-12-05T00:30:24
2016-12-05T00:30:24
75,572,426
0
1
null
2016-12-05T00:30:26
2016-12-04T23:51:29
Java
UTF-8
Java
false
false
3,316
java
/* * TOPPERS/A-RTEGEN * Automotive Runtime Environment Generator * * Copyright (C) 2013-2016 by Eiwa System Management, Inc., JAPAN * * 上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ * ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改 * 変・再配布(以下,利用と呼ぶ)することを無償で許諾する. * (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作 * 権表示,この利用条件および...
[ "monaka@monami-ya.com" ]
monaka@monami-ya.com
c2cde230b1d8596c62cebcaba5d8879babf79c21
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/14/14_a2bc3208f52264ed0a952d8a3ebf9287f7a51ffc/SelectionActivity/14_a2bc3208f52264ed0a952d8a3ebf9287f7a51ffc_SelectionActivity_t.java
823d53642f13c2131a509b62d7368f2005ad47fa
[]
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
6,493
java
package de.greencity.bladenightapp.android.selection; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.Bundle; import android.os.IBinder; import android....
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
9d5c5c518110de5d44aa766fed1ba5477f3a343d
9484b60a9f1665505a6dd44f7682632a85601ab0
/lamp-tenant/lamp-tenant-biz/src/main/java/top/tangyh/lamp/tenant/strategy/impl/SchemaInitSystemStrategy.java
de8e5292906dba80eb6d061e689d900860f752e9
[ "Apache-2.0" ]
permissive
soon14/zuihou-admin-cloud
9c94dfa0864a565d53fb4b5849a08eb6c2150568
403f5fcf0d439ae2796efe10d6a8f9c1635af204
refs/heads/master
2022-10-18T07:11:25.337950
2022-09-13T00:37:19
2022-09-13T00:37:19
233,331,880
0
0
Apache-2.0
2022-09-27T09:29:03
2020-01-12T03:20:51
null
UTF-8
Java
false
false
6,247
java
package top.tangyh.lamp.tenant.strategy.impl; import cn.hutool.core.util.StrUtil; import com.baomidou.mybatisplus.annotation.DbType; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.io.Resources; import org.apache.ibatis.jdbc.ScriptRunner; import org.springframework.ste...
[ "244387066@qq.com" ]
244387066@qq.com
396cff4f8f0a44f7d39182ab468d4ba36bfe7200
3c4425d520faeaa78a24ade0673da6cff431671e
/后台调试版/src/main/java/lottery/domains/content/dao/impl/UserDividendBillDaoImpl.java
607e50f8eb037b172cbd399713ce73c294b2d406
[]
no_license
yuruyigit/lotteryServer
de5cc848b9c7967817a33629efef4e77366b74c0
2cc97c54a51b9d76df145a98d72d3fe097bdd6af
refs/heads/master
2020-06-17T03:39:24.838151
2019-05-25T11:32:00
2019-05-25T11:32:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,905
java
package lottery.domains.content.dao.impl; import java.util.HashMap; import java.util.List; import java.util.Map; import javautils.jdbc.PageList; import javautils.jdbc.hibernate.HibernateSuperDao; import lottery.domains.content.dao.UserDividendBillDao; import lottery.domains.content.entity.UserDividendBill; import org....
[ "nengbowan@163.com" ]
nengbowan@163.com
51045a9f4739c70b328a1096a0fead4cf58b6dd0
18ecbf7653c8d762fe343fa26d6c44408620c7ea
/c-bbs/src/main/java/com/redmoon/forum/plugin/flower/FlowerViewAddReply.java
cd430edeabac0fd23a8d40928444ec3f984d07a0
[]
no_license
cloudwebsoft/ywoa
7ef667de489006a71f697f962a0bac2aa1eec57d
9aee0a5a206e8f5448ba70e14ec429470ba524d7
refs/heads/oa_git6.0
2022-07-28T21:17:06.523669
2021-07-15T00:16:12
2021-07-15T00:16:12
181,577,992
33
10
null
2021-06-15T13:44:46
2019-04-15T23:07:47
Java
UTF-8
Java
false
false
1,799
java
package com.redmoon.forum.plugin.flower; import javax.servlet.http.HttpServletRequest; import com.redmoon.forum.plugin.base.IPluginViewAddReply; import com.redmoon.forum.plugin.base.UIAddReply; import org.apache.log4j.Logger; import com.redmoon.forum.plugin.BoardDb; public class FlowerViewAddReply implements IPlugin...
[ "bestfeng@163.com" ]
bestfeng@163.com
d9197fdbc3d5f5c51a68c616b699fc53396af0f6
184907d3b2e40564deb5082d73e2653912101f76
/ezyfox-server-nio/src/main/java/com/tvd12/ezyfoxserver/nio/handler/EzySimpleNioHandlerGroup.java
e1658f95d183131cc7ae9e8e7c7882d2266a244b
[ "Apache-2.0" ]
permissive
erharut/ezyfox-server
fa3bcc8300218c48c180c92dfba7448280c2e155
496a679e8b9028be85811fd65a74da8526f63dee
refs/heads/master
2021-08-16T09:00:46.025110
2017-11-19T13:21:52
2017-11-19T13:21:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,163
java
package com.tvd12.ezyfoxserver.nio.handler; import com.tvd12.ezyfoxserver.callback.EzyCallback; import com.tvd12.ezyfoxserver.codec.EzyMessage; public class EzySimpleNioHandlerGroup extends EzyAbstractHandlerGroup<EzyNioDataDecoder, EzyNioDataEncoder> implements EzyNioHandlerGroup { private final EzyCallback<E...
[ "itprono3@gmail.com" ]
itprono3@gmail.com
75f31728848de8d6910d3a1a691364c8ca708dd4
c547b82dde6124ab3ac0a57c2fe12177c2bda0ec
/plugins/org.fusesource.ide.jvmmonitor.core/src/org/fusesource/ide/jvmmonitor/internal/core/AbstractJvm.java
f80c231ad3ead02d5696574194860b6d3a7fc72c
[]
no_license
paulorcf/fuseide
34fbe73845426b08d3812a57bc700054b65966f6
fe1d2f274658e0cbd956362a4dc0783b13901c71
refs/heads/master
2020-04-05T18:55:49.841156
2013-11-13T10:15:04
2013-11-13T10:15:04
14,440,023
1
0
null
null
null
null
UTF-8
Java
false
false
7,141
java
/******************************************************************************* * Copyright (c) 2010 JVM Monitor project. All rights reserved. * * This code is distributed under the terms of the Eclipse Public License v1.0 * which is available at http://www.eclipse.org/legal/epl-v10.html ******************...
[ "james.strachan@gmail.com" ]
james.strachan@gmail.com
1815e5969c3bc33eb18588b3615460f40e1f0f50
6eb9945622c34e32a9bb4e5cd09f32e6b826f9d3
/src/com/inponsel/android/rsstab/RSSInteraksiActivity$KomentarAsycAfterTask$4$1.java
85fffee8605ba0184084448512f1ab3454d9bb12
[]
no_license
alexivaner/GadgetX-Android-App
6d700ba379d0159de4dddec4d8f7f9ce2318c5cc
26c5866be12da7b89447814c05708636483bf366
refs/heads/master
2022-06-01T09:04:32.347786
2020-04-30T17:43:17
2020-04-30T17:43:17
260,275,241
0
0
null
null
null
null
UTF-8
Java
false
false
6,071
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.inponsel.android.rsstab; import android.content.DialogInterface; import android.content.Intent; import android.os.AsyncTask; import ...
[ "hutomoivan@gmail.com" ]
hutomoivan@gmail.com
879de2a89fe651d69147c708f4f16de3ec4f7d59
8d7c7d45f535f15936d1b22b48e1f64a5bfd1779
/lesson-42-spring-boot-jpa/src/main/java/app/core/entities/Student.java
c3c556a4dfef978ccea6df5d4751c17f2696693a
[]
no_license
roncohen15/822-126
4b1a44416ea61a90979d26712851b4979541bc18
05aa777ed5bcb4754614a7e934b0ef68fe0bfc0b
refs/heads/master
2023-04-02T23:24:08.278172
2021-04-05T10:26:10
2021-04-05T10:26:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,230
java
package app.core.entities; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class Student { @Id @GeneratedValue(strategy = GenerationT...
[ "eldarba@gmail.com" ]
eldarba@gmail.com
1be250bc6c47c7891e1e88408b2d4ce304ce5d49
71975999c9d702a0883ec9038ce3e76325928549
/src2.4.0/src/main/java/com/sina/weibo/sdk/utils/MD5.java
1c12e3e0c8e790202d342b4fa127a3df58eaacbd
[]
no_license
XposedRunner/PhysicalFitnessRunner
dc64179551ccd219979a6f8b9fe0614c29cd61de
cb037e59416d6c290debbed5ed84c956e705e738
refs/heads/master
2020-07-15T18:18:23.001280
2019-09-02T04:21:34
2019-09-02T04:21:34
205,620,387
3
2
null
null
null
null
UTF-8
Java
false
false
1,285
java
package com.sina.weibo.sdk.utils; import java.security.MessageDigest; public class MD5 { private static final char[] hexDigits = new char[]{'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; public static String hexdigest(String str) { try { return h...
[ "xr_master@mail.com" ]
xr_master@mail.com
3fb332ee34c943ab8c3744d5dfb78409c51c2454
378b0fd5e6069028178c143b771a77105aef8a2e
/book/RxJava리액티브프로그래밍/RxJava리액티브프로그래밍예제/src/main/java/chap04/sec02/ConcatMapEagerSample.java
484d001b0973900d0e2811fb138d00255f842585
[]
no_license
somyungsub/study-java
75f66e3e0fc1104d9e721210adb334344dd95f78
21eebe90b7c276da7f03acb75bc879898c632787
refs/heads/master
2023-05-01T05:42:04.309887
2020-12-05T14:14:39
2020-12-05T14:14:39
172,334,093
3
0
null
2023-04-17T19:48:56
2019-02-24T12:20:58
Java
UTF-8
Java
false
false
1,188
java
package chap04_DP적용전략.sec02; import java.util.concurrent.TimeUnit; import chap04_DP적용전략.DebugSubscriber; import io.reactivex.Flowable; /** 예제 4-28 concatMapEager(mapper) 예제 */ public class ConcatMapEagerSample { public static void main(String[] args) throws Exception { Flowable<String> flowable = Flowable.r...
[ "gkdldy5@naver.com" ]
gkdldy5@naver.com
8b3b06864e904285d49d5562a7f992bd686eaaa3
1050871cbcb9c3207f1c66dec5656c1339895de7
/resource-manager/src/main/java/cn/bucheng/rm/remoting/RemotingClient.java
3de09ee297c5cbf19658dc1487b9079f3f9212ab
[]
no_license
yinkaihuang/distributed-transaction
57764ac2c61b481b9417edc11dd1bf75f69d0c22
8905877b70cabfe02d98bcf865f0005ae245e967
refs/heads/master
2022-06-23T23:41:21.018546
2019-09-19T13:15:43
2019-09-19T13:15:43
204,659,019
0
0
null
2022-06-21T01:45:50
2019-08-27T08:41:45
Java
UTF-8
Java
false
false
1,364
java
package cn.bucheng.rm.remoting; import cn.bucheng.rm.remoting.exception.RemotingConnectException; import cn.bucheng.rm.remoting.exception.RemotingSendRequestException; import cn.bucheng.rm.remoting.exception.RemotingTimeoutException; import cn.bucheng.rm.remoting.protocol.RemotingCommand; import java.sql.SQLException...
[ "yin.chong@intellif.com" ]
yin.chong@intellif.com
3e59ce167aedfbaff2877cfed0b512f83e042bd9
2ebc9528389faf1551574a8d6203cbe338a72221
/zf/src/main/java/com/chinazhoufan/admin/modules/bus/dao/oe/ExperienceProduceDao.java
cb7dbe9aea32271a26330d243f765c595387ad4e
[ "Apache-2.0" ]
permissive
flypig5211/zf-admin
237a7299a5dc65e33701df2aeca50fd4b2107e21
dbf36f42e2d6a2f3162d4856e9daa8152ee1d56e
refs/heads/master
2022-02-27T00:14:12.904808
2017-12-06T10:01:15
2017-12-06T10:01:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,152
java
/** * Copyright &copy; 2012-2014 <a href="https://github.com/chinazhoufan/admin">JeeSite</a> All rights reserved. */ package com.chinazhoufan.admin.modules.bus.dao.oe; import java.util.List; import java.util.Map; import com.chinazhoufan.admin.modules.bus.entity.oe.ExperienceOrder; import org.apache.ibatis.annotatio...
[ "646686483@qq.com" ]
646686483@qq.com
73f59a04ba9988af4e7bd00dfe42f5b0befc5139
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/15/15_c30e87d85b1635c4e5bca8f7fb8e26041c4fb5c7/FormRenderProperties/15_c30e87d85b1635c4e5bca8f7fb8e26041c4fb5c7_FormRenderProperties_t.java
1995c3be37c8029ab7d1542e3c1298faa0fccec1
[]
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,331
java
package ar.com.cuyum.cnc.utils; import java.io.IOException; import java.io.InputStream; import java.util.Properties; import javax.annotation.PostConstruct; import javax.enterprise.context.ApplicationScoped; import org.apache.log4j.Logger; import ar.com.cuyum.cnc.exceptions.TechnicalException; @Supp...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
49f1b8476fab829823a4710eec2015c819f74e40
4b92ec3669a290fb3d3241d0ce88d904211e2ded
/BinarySearch/SearchInRotatedSortedArray_8.java
ab9a017804c496ce1358b27e865d31a8b4ccc91f
[]
no_license
rkcyberog/AdityaVermaPlayList
990d1e939f309d5f2e95c7844d4c625d7c99b601
601ccbaf96e0ce47457f82ac4d14ea663f79b9eb
refs/heads/main
2023-06-10T23:45:41.583624
2021-07-05T22:16:30
2021-07-05T22:16:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,720
java
package BinarySearch; import java.util.Scanner; public class SearchInRotatedSortedArray_8 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner (System.in); int n = sc.nextInt(); int[] arr = new int[n]; for(int i = 0;i<n;i++) { arr[i] = sc.nextInt...
[ "sahilshirodkar1630@gmail.com" ]
sahilshirodkar1630@gmail.com
9dccdcc7dac2c217b376f94f31a1237df93b60fd
97fd02f71b45aa235f917e79dd68b61c62b56c1c
/src/main/java/com/tencentcloudapi/monitor/v20180724/models/DescribePrometheusGlobalNotificationResponse.java
1aef9bd4da06a680694e697c241e3a130810705a
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-java
7df922f7c5826732e35edeab3320035e0cdfba05
09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec
refs/heads/master
2023-09-04T10:51:57.854153
2023-09-01T03:21:09
2023-09-01T03:21:09
129,837,505
537
317
Apache-2.0
2023-09-13T02:42:03
2018-04-17T02:58:16
Java
UTF-8
Java
false
false
3,669
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
b2e5862c13cd5d7973bdca82f25a931fa0f7415f
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/io/card/payment/i18n/a/i.java
aaf5d07786ff69b7284270ffe1e09fa85a942a22
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
2,218
java
package io.card.payment.i18n.a; import io.card.payment.i18n.StringKey; import io.card.payment.i18n.c; import java.util.HashMap; import java.util.Map; /* compiled from: LocalizedStringsFR */ public class i implements c<StringKey> { private static Map<StringKey, String> eLx = new HashMap(); private static Map<S...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
503579f5fb0a2494e9386696e7435314f7600212
547f667fc96ff43cad7d6b4372d7cd095ad8cc38
/src/main/java/edu/cmu/cs/stage3/alice/core/question/math/Exp.java
bb5b9e8bc61a5e77b7cca69c07d0586065327981
[ "BSD-2-Clause" ]
permissive
ericpauley/Alice
ca01da9cd90ebe743d392522e1e283d63bdaa184
a0b732c548f051f5c99dd90ec9410866ba902479
refs/heads/master
2020-06-05T03:15:51.421453
2012-03-20T13:50:16
2012-03-20T13:50:16
2,081,310
3
1
null
null
null
null
UTF-8
Java
false
false
1,275
java
/* * Copyright (c) 1999-2003, Carnegie Mellon University. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * ...
[ "zonedabone@gmail.com" ]
zonedabone@gmail.com
d4b8713e8cb49bbe72727242768194eb6d21d932
ac521c975e7e3aa4e8ea053e0280ceae437848f3
/src/main/java/com/bearever/async/permission/checker/test/CallLogWriteTest.java
d32bd6bb204cd8880f2ac2b8efcc0c80b7d1389a
[]
no_license
Luomingbear/AsyncPermission
11c63b19ac9941a60b738dc904991f3ad3eea3b7
9827a21a289ea10e052743775c53f67c789b6de4
refs/heads/master
2020-09-06T08:58:02.872257
2019-11-08T03:44:49
2019-11-08T03:44:49
220,380,505
14
0
null
null
null
null
UTF-8
Java
false
false
1,737
java
/* * Copyright © Zhenjie Yan * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
[ "luomingbear@163.com" ]
luomingbear@163.com
35716106a966d083990d3fa6da5c995c0bbe2bed
e5bb4c1c5cb3a385a1a391ca43c9094e746bb171
/Service/trunk/service/service-customer/src/main/java/com/hzfh/service/customer/mapper/PaymentMoneyWithdrawMapper.java
d875f6e4a6e5fb16768aa239764b4e4c62c37322
[]
no_license
FashtimeDotCom/huazhen
397143967ebed9d50073bfa4909c52336a883486
6484bc9948a29f0611855f84e81b0a0b080e2e02
refs/heads/master
2021-01-22T14:25:04.159326
2016-01-11T09:52:40
2016-01-11T09:52:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,203
java
package com.hzfh.service.customer.mapper; import com.hzfh.api.customer.model.PaymentMoneyWithdraw; import com.hzfh.api.customer.model.query.PaymentMoneyWithdrawCondition; import com.hzframework.data.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Service; /*******...
[ "ulei0343@163.com" ]
ulei0343@163.com
53c08967fda0643ada18f85a7cefbd0cf51e9c2f
1ca86d5d065372093c5f2eae3b1a146dc0ba4725
/spring-di/src/test/java/com/surya/methodinjections/StudentIntegrationTest.java
08ca84e839124f2c5507208c3e178d9dbf406708
[]
no_license
Suryakanta97/DemoExample
1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e
5c6b831948e612bdc2d9d578a581df964ef89bfb
refs/heads/main
2023-08-10T17:30:32.397265
2021-09-22T16:18:42
2021-09-22T16:18:42
391,087,435
0
1
null
null
null
null
UTF-8
Java
false
false
1,329
java
package com.surya.methodinjections; import org.junit.Assert; import org.junit.Test; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class StudentIntegrationTest { @Test public void whenLookupMe...
[ "suryakanta97@github.com" ]
suryakanta97@github.com
3c7ed4a32e9c876feb40b50f3112a9173826fa22
a15ad136a8584932e6fa90ce282cde15805bc473
/src/main/java/com/zgj/restrain/admin/util/TreeList.java
27421ce8cdd04855a9b818a7f14167aac108e8d8
[]
no_license
GaoJunzhang/restainAdmin
4da51cc7436611ef4f6dda0843a1b2bd11c85da3
01764ad16e41a96fbb8a2115a60c176bca74689e
refs/heads/master
2020-03-16T22:00:44.199289
2018-05-17T08:51:17
2018-05-17T08:51:17
133,023,335
0
0
null
null
null
null
UTF-8
Java
false
false
2,451
java
package com.zgj.restrain.admin.util; import com.zgj.restrain.admin.model.SysPermission; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Created by user on 2018/5/10. */ public class TreeList { private List<SysPermission> resultNodes = new ArrayList<SysPe...
[ "1228671674@qq.com" ]
1228671674@qq.com
785ec21aefee8d8f33334397c147d6569785739e
a2b699456c94eed6cc54bf8366d1fab91781aeca
/inf-root/inf-base/src/main/java/com/colourfulchina/inf/base/utils/FileUtils.java
53ea9b87944bfe46acb38b4b2b7a951e96c49145
[]
no_license
elephant5/old-code
8a35aa17163e87f506c6f12da032b1978b0c4ec3
bfb27297d5fcb6aaea8eac5a4032eba7d01cc7ee
refs/heads/master
2023-01-24T12:25:53.549609
2020-12-04T01:50:15
2020-12-04T01:50:15
318,364,156
1
2
null
null
null
null
UTF-8
Java
false
false
1,115
java
package com.colourfulchina.inf.base.utils; import lombok.experimental.UtilityClass; import lombok.extern.slf4j.Slf4j; import org.springframework.web.multipart.MultipartFile; import java.io.File; @Slf4j @UtilityClass public class FileUtils { /** * MultipartFile转File * @param multipartFile * @param...
[ "ryan.wu@colourchina.com" ]
ryan.wu@colourchina.com
0515264d7e58cc52d3a2249ee30ed9682607fcd4
7f69e2b6ec47fdfd7088f63eda64c80d9f1f1b0f
/Web2SMS_Common_DALayer/src/main/java/com/edafa/web2sms/dalayer/model/QuotaHistory.java
04d16162df9715f307c7326c0436a239b5243579
[]
no_license
MahmoudFouadMohamed/WEB2SMS
53246564d5c0098737222aa602955238e60338c2
1693b5a1749a7f1ebfa0fc4d15d1e3117759efc9
refs/heads/master
2020-05-17T01:49:23.308128
2019-04-25T19:37:06
2019-04-25T19:37:06
183,435,780
0
0
null
null
null
null
UTF-8
Java
false
false
8,078
java
package com.edafa.web2sms.dalayer.model; /* * 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. */ import java.io.Serializable; import java.util.Calendar; import java.util.Date; import javax...
[ "mahmoud.fouad@edafa.com" ]
mahmoud.fouad@edafa.com
4ffe330aeeab6a2bbecedc128b394e0055f031ab
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project11/src/test/java/org/gradle/test/performance11_4/Test11_383.java
e11622f5adc969bceff01c365e4a3ca6f05ca127
[]
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.performance11_4; import static org.junit.Assert.*; public class Test11_383 { private final Production11_383 production = new Production11_383("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
a8e9dc87f161d01210b34662c0f081a3a56de68f
d82e5f15a619e82b2373dab7345b9629259ec820
/service-registry/registry-service-center/src/test/java/org/apache/servicecomb/serviceregistry/diagnosis/instance/TestInstanceCacheCheckerWithoutMock.java
479f58a9564c34e7bb8bb81d1b3624dc354bc5e3
[ "Apache-2.0" ]
permissive
South-NanCi/servicecomb-java-chassis
1b4ae59763979e272950f528c297034387b27443
e413d6367079f4b0cb7e78f30e9691e0439abcbb
refs/heads/master
2022-08-30T19:29:17.375418
2020-05-24T13:57:44
2020-05-25T08:59:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,318
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 ...
[ "bismy@qq.com" ]
bismy@qq.com
88e9f548cb446494133e9a2803c5061749a54d84
8edecda16a4420159c0f11155e68d9d5463b380f
/app/src/main/java/com/duykhanh/storeapp/view/userpage/orderdetails/OrderDetailsItemClickListener.java
51141544822a15e36050d27ba50b93083d9aea5b
[]
no_license
vanthanh1411/Store
7ce4092da291edd31b32abadb579231f4fb49cdb
97c4481c126b63654490e64e0991fb51e9bbeed9
refs/heads/master
2020-09-28T19:02:02.157384
2019-12-16T04:07:19
2019-12-16T04:07:19
226,841,040
0
0
null
null
null
null
UTF-8
Java
false
false
154
java
package com.duykhanh.storeapp.view.userpage.orderdetails; public interface OrderDetailsItemClickListener { void onItemClickListener(int position); }
[ "=" ]
=
535ba18eeabdf560ed6ba0087d2c5c3761a068d4
92fa08ae33fd552b78f388a95290713827074bea
/src/main/java/shop/customer/pojo/FundDetailSync.java
78ec846eb112fa58f45546384e2c7018d8e3e46d
[]
no_license
lyouyue/frontnew
76c1eccce4b9b8a15789f3f33e502b2cb6f95627
8546ab96e002fcbba601142977711d66b6b90d8a
refs/heads/master
2021-07-06T15:42:57.725901
2017-09-20T11:14:29
2017-09-20T11:14:29
104,205,500
0
0
null
null
null
null
UTF-8
Java
false
false
2,105
java
package shop.customer.pojo; import util.pojo.BaseEntity; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; /** * 资金流水明细表同步表 */ public class FundDetailSync extends BaseEntity implements Serializable{ private static final long serialVersionUID = 3650767127452328391L; /**资金流水明细ID**/ ...
[ "136861916@qq.com" ]
136861916@qq.com
eef4d99aa573c3814237ba4ea2d2fd72664e458b
35d9fafb099ac519a9bffe3796f3dc6e0cd0a46c
/SampleJava/src/greedy/Graph.java
2e5a541bbd47928d69e20ca322843fc3a03cb585
[]
no_license
narendrachouhan1992/algorithm-practice
34f87d6dc10c56d59e1c156ab89647bec335eed8
7677939b3097c48fc3a00fc650b535c675a4f39e
refs/heads/master
2021-01-21T11:36:50.833933
2017-09-23T13:55:56
2017-09-23T13:55:56
102,019,105
0
0
null
null
null
null
UTF-8
Java
false
false
5,075
java
package greedy; // Java program for Kruskal's algorithm to find Minimum Spanning Tree // of a given connected, undirected and weighted graph import java.util.*; class Graph { // A class to represent a graph edge class Edge implements Comparable<Edge> { int src, dest, weight; // Comparator...
[ "narendra.chouhan@oracle.com" ]
narendra.chouhan@oracle.com
ec57c192dc1827dffebeb82f8dd71a3f39053c44
fb0e19758824bbbd5dda39a8ef911e5590eb1841
/framework/ISpring/src/main/java/cn/jdbctemplate/dao/IAccountDao.java
fb6b7517ac8e70008aa43e6207c1f015f5e3293e
[]
no_license
aqqje/bexercise
e16ceefd5a89ce75e20fa419e212ffaf15ff5a5f
bcc6a52d147d5b910cd4d495501bb986007168f3
refs/heads/master
2022-12-23T17:42:58.965990
2021-05-02T10:45:34
2021-05-02T10:45:34
182,517,809
0
0
null
2022-12-16T15:45:43
2019-04-21T10:07:28
Java
UTF-8
Java
false
false
304
java
package cn.jdbctemplate.dao; import cn.jdbctemplate.domain.Account; import java.util.List; public interface IAccountDao { List<Account> findAll(); Account findById(int id); void delete(int id); void save(Account account); void update(Account account); int findAlldis(); }
[ "1042136232@qq.com" ]
1042136232@qq.com
6d4ee98f1899c62950a1aea95c35a908bfe873e6
982c6b06d72d646c809d5a12866359f720305067
/gradle/libraries/gradle-build-script/src/main/java/dev/gradleplugins/buildscript/blocks/PluginManagementBlock.java
50cb004964e7d685145cfb9df170aaf04fe9cb63
[ "Apache-2.0" ]
permissive
nokeedev/gradle-native
e46709a904e20183ca09ff64b92d222d3c888df2
6e6ee42cefa69d81fd026b2cfcb7e710dd62d569
refs/heads/master
2023-05-30T02:27:59.371101
2023-05-18T15:36:49
2023-05-23T14:43:18
243,841,556
52
9
Apache-2.0
2023-05-23T14:58:33
2020-02-28T19:42:28
Java
UTF-8
Java
false
false
2,151
java
/* * Copyright 2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "lacasseio@users.noreply.github.com" ]
lacasseio@users.noreply.github.com
5bfc882b372a8d201e9891451558e0c99cdfe1f8
7b4f8397c2ae7cc527de946cfd5ca22ebec48186
/org/omg/DynamicAny/DynValueBox.java
0bd71a237e9e6a4e0cb0db6b4f44a7d9fa386f4c
[]
no_license
hjsw1/jdk8-source
cd025ebd0f1231c021de894c5df88a05e1f9c060
75c2330e65a472e1a672d4ec8e86a5b07c711f42
refs/heads/main
2023-06-19T23:29:42.308929
2021-07-21T16:46:38
2021-07-21T16:46:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
862
java
package org.omg.DynamicAny; /** * org/omg/DynamicAny/DynValueBox.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from /HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/corba/src/share/classes/org/omg/DynamicAny/DynamicAny.idl * Thursday, September 22, 2016 9:11:51 PM PDT */ /** *...
[ "2506597416@qq.com" ]
2506597416@qq.com
4a9c2baa426a74577a4f90b6e0737c832a5e1037
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/Closure-111/com.google.javascript.jscomp.type.ClosureReverseAbstractInterpreter/BBC-F0-opt-70/28/com/google/javascript/jscomp/type/ClosureReverseAbstractInterpreter_ESTest.java
b0218e9e5e5fd53932d454c12b78a795f046e467
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
6,178
java
/* * This file was automatically generated by EvoSuite * Sat Oct 23 21:13:19 GMT 2021 */ package com.google.javascript.jscomp.type; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com.google...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
072d0109f2971807e9bc541c1e1c3979a962a0a8
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/com/facebook/imagepipeline/memory/DummyBitmapPool.java
c7fe0c7804aeda05569f6e1e948364d3f5e3421f
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package com.facebook.imagepipeline.memory; import android.graphics.Bitmap; import com.facebook.common.internal.Preconditions; import com.facebook.common.memory.MemoryTrimType; public class DummyBitmapPool implements BitmapPool { @Override // com.facebook.common.memory.MemoryTrimmable public void trim(MemoryTri...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
f1b0465155841bb0986fb2a59102eeb4965998ba
405ae2a6aa4d20bee8a81296f08b6296f62f9c4b
/src/main/java/com/android/service/RecordingService.java
6af820d606f8c0ac7494e8e54c83d5f94e8d3fd9
[]
no_license
TaintBench/remote_control_smack
eb11aaa858fa841efee6944b2f8f755071dd78c0
6fa3062079d37737ec35cb13bdb4f00a76ff524a
refs/heads/master
2021-07-20T03:48:04.072824
2021-07-16T11:39:21
2021-07-16T11:39:21
234,355,397
1
0
null
null
null
null
UTF-8
Java
false
false
4,101
java
package com.android.service; import android.app.Service; import android.content.Intent; import android.media.MediaRecorder; import android.media.MediaRecorder.OnInfoListener; import android.os.IBinder; import com.xmpp.client.util.AppPreferences; import com.xmpp.client.util.ValueUtiles; import java.io.File; import org....
[ "malwareanalyst1@gmail.com" ]
malwareanalyst1@gmail.com
8961841de8ec8fd652b9ef6be98bb89da1dad2c2
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/com/iqoption/widget/NumPad.java
33ebc6e86976757ed4b8c79e8be294a5b1bb52ab
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
5,644
java
package com.iqoption.widget; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.View.OnLongClickListener; import android.widget.FrameLayout; ...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
67dbfe0471f57bb5b99b901cef379016875de583
39bbbd6dec129cb98e295b1fa99203811cfdeaa7
/java/java-tests/testSrc/com/intellij/java/codeInspection/UnsatisfiedRangeInspectionTest.java
db7e1be18126ecf2115923b943d28bc60be1b478
[ "Apache-2.0" ]
permissive
EsolMio/intellij-community
7b9b808c914c683a1aa90ea10691700761e50157
4eb05cb6127f4dd6cbc09814b76b80eced9e4262
refs/heads/master
2022-08-21T05:39:13.256969
2022-08-11T11:53:18
2022-08-14T13:20:04
169,598,741
0
0
Apache-2.0
2019-02-07T16:00:25
2019-02-07T16:00:25
null
UTF-8
Java
false
false
1,392
java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.java.codeInspection; import com.intellij.JavaTestUtil; import com.intellij.codeInspection.dataFlow.UnsatisfiedRangeInspection; import com.intellij.testFrame...
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
bb30a354a1eb2fb7c6c12c9c53ea7cec65d562bc
d4e7dede0393640701e7b978aac7a7d2a72604c7
/base/src/main/java/com/learn/base/java/concurrent/future/FutureTaskLearn.java
80ee4d4d538f3e7e731e2bd9e0d2679e7228b02a
[]
no_license
hnustlizeming/lizeming02
6b28ef675164499ce9da48ef5a5ce34dfc5896db
0f65c22bf080e30e2b7c929926d50044fc212846
refs/heads/master
2022-12-23T02:16:22.982295
2019-07-27T17:53:00
2019-07-27T17:53:00
199,232,181
1
0
null
2022-12-16T11:17:40
2019-07-28T02:10:09
Java
UTF-8
Java
false
false
1,834
java
package com.learn.base.concurrent.future; import java.util.concurrent.Callable; import java.util.concurrent.FutureTask; /** * @program: learn * @description: FutureTask相关学习 * @author: Elliot * @create: 2019-07-10 19:14 * FutureTask是一种支持取消的异步任务包装类,也就是说FutureTask执行的时候不立即返回结果, * 自己可以通过异步调用get方法获取结果,也可以中途调用cancel方法...
[ "2039176261@qq.com" ]
2039176261@qq.com
abc6306a766e95b1228162cdade0eb0604c9c0f0
a2a79783b7b5464e8c1593dd3d2c076c2648fe79
/src/main/java/it/algos/wiki/web/AQueryTimestamp.java
694af7cc8f60495cb82755c4f34a08a6baae8e6d
[]
no_license
algos-soft/vaadwiki
289341a1e57223ee1f6371cc09485bbf6214b9ff
1b3639cc8a384a6ddd7f3ca66a745b595c59ba40
refs/heads/master
2023-06-22T20:23:39.777104
2022-04-05T19:04:25
2022-04-05T19:04:25
151,759,582
0
0
null
2023-06-14T22:22:15
2018-10-05T18:02:13
Java
UTF-8
Java
false
false
7,444
java
package it.algos.wiki.web; import it.algos.wiki.LibWiki; import it.algos.wiki.WrapTime; import org.json.simple.JSONArray; import org.springframework.beans.factory.config.ConfigurableBeanFactory; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Component; import java.net.URLCo...
[ "gac@algos.it" ]
gac@algos.it
9630f23db527ea088493a01a02ca748711852e74
56ae790ef1b0a65643a5e8c7e14a6f5d2e88cbdd
/ordem-servico/src/main/java/com/t2tierp/model/bean/ordemservico/OsAbertura.java
8c8d6470acfa6385f7bacc79dbb83c3972104eb1
[ "MIT" ]
permissive
herculeshssj/T2Ti-ERP-2.0-Java-WEB
6751db19b82954116f855fe107c4ac188524d7d5
275205e05a0522a2ba9c36d36ba577230e083e72
refs/heads/master
2023-01-04T21:06:24.175662
2020-10-30T11:00:46
2020-10-30T11:00:46
286,570,333
0
0
null
2020-08-10T20:16:56
2020-08-10T20:16:56
null
UTF-8
Java
false
false
7,330
java
/* * The MIT License * * Copyright: Copyright (C) 2014 T2Ti.COM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
[ "claudiobsi@gmail.com" ]
claudiobsi@gmail.com
1d973f11045d2ca5e67eedfe69051063c07eafc9
9b9c3236cc1d970ba92e4a2a49f77efcea3a7ea5
/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/data/xml/impl/RecipeData.java
9a4e362a388f04951a94b0bf990e8e089ed0c731
[]
no_license
BETAJIb/ikol
73018f8b7c3e1262266b6f7d0a7f6bbdf284621d
f3709ea10be2d155b0bf1dee487f53c723f570cf
refs/heads/master
2021-01-05T10:37:17.831153
2019-12-24T22:23:02
2019-12-24T22:23:02
240,993,482
0
0
null
null
null
null
UTF-8
Java
false
false
5,672
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. * * This p...
[ "mobius@cyber-wizard.com" ]
mobius@cyber-wizard.com