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
69a20f150b0a4c4e3a0cae1867f0af1915a21888
7828a219eeadd49676ea5de95e66dc3c4f378180
/object-oriented/src/com/hfm/polymorphism/AirConditioner.java
4325480f0f6029a6c2abfb290c3ef121f1c13ca3
[ "MIT" ]
permissive
hfming/core-java
14ccca48941f3395bab684713a5e1623433d2532
ef5c4e53965e3ef6857e3e7ccecd2472a2524cdc
refs/heads/master
2023-08-25T21:52:01.374660
2021-10-09T11:47:08
2021-10-09T11:47:08
223,633,168
0
0
null
null
null
null
UTF-8
Java
false
false
146
java
package com.hfm.polymorphism; /** * 接口 练习 */ interface AirConditioner { public abstract void cold(); public abstract void hot(); }
[ "hfming2016@163.com" ]
hfming2016@163.com
50e006912f378522f736cc25ca11aaf349d7ed87
9fcc80b256c63f79c1d2bba5bf44923f32b95389
/mp4parser/src/main/java/com/googlecode/mp4parser/boxes/piff/PiffSampleEncryptionBox.java
c5536cf37fb01ac19b2b4c02760fd8f7b717c2ec
[]
no_license
jiyewushen/Gallery2
e0c6e1f12a9252e27951f1975b3c4c83edc9cd67
4b22b07f26d75008ab5ca34555a3bc99276aa171
refs/heads/master
2021-03-02T04:22:46.190920
2020-05-26T08:50:12
2020-05-26T08:50:12
245,837,968
0
1
null
null
null
null
UTF-8
Java
false
false
1,183
java
package com.googlecode.mp4parser.boxes.piff; import com.googlecode.mp4parser.boxes.AbstractSampleEncryptionBox; /** * <pre> * aligned(8) class SampleEncryptionBox extends FullBox('uuid', extended_type= 0xA2394F52-5A9B-4f14-A244-6C427C648DF4, version=0, flags=0) * { * if (flags & 0x000001) * { * unsigned int...
[ "1308370202@qq.com" ]
1308370202@qq.com
0e298619fb470752672f75ffacac50820ef1791d
53354a86ae1ab307f1f98b825d8ad1895fde550e
/cascading-core/src/main/java/cascading/flow/planner/graph/Extent.java
df3d3883a219cb8e34b3f59f45b7501fd1835324
[ "Apache-2.0" ]
permissive
rubanm/cascading
28d42da7dd2b520a29d4d663f82faef239837644
d18f0aa121707ca9619c3865e7384e7c85ba3f11
refs/heads/wip-3.0
2020-12-25T22:31:31.475656
2015-04-03T00:23:54
2015-04-03T00:23:54
33,499,286
0
0
null
2015-04-06T18:53:45
2015-04-06T18:53:45
null
UTF-8
Java
false
false
2,137
java
/* * Copyright (c) 2007-2014 Concurrent, Inc. All Rights Reserved. * * Project and contact information: http://www.cascading.org/ * * This file is part of the Cascading project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
[ "chris@wensel.net" ]
chris@wensel.net
aec86947240e8dde44bff83d644979067bd62347
efda23057fc5472a072e4a9d454f98af33350d6f
/library/src/main/java/com/hengda/frame/fileloader/request/OkHttpRequest.java
b47b9d7487df8ef024ef5f2dda8cc7fc7431467c
[]
no_license
lliqiang/HD_GXKJG-m
32e8c49372eb96fd432ddde3cd9c8c33e045612b
372169f2c45329f01224fe4dc6151ca23aeadbe9
refs/heads/master
2021-01-25T08:01:11.698331
2017-06-08T06:08:31
2017-06-08T06:08:31
93,699,158
0
0
null
null
null
null
UTF-8
Java
false
false
1,517
java
package com.hengda.frame.fileloader.request; import com.hengda.frame.fileloader.callback.Callback; import com.hengda.frame.fileloader.exception.Exceptions; import okhttp3.Request; import okhttp3.RequestBody; /** * Created by shiwei on 2017/1/11. */ public abstract class OkHttpRequest { protected String url; ...
[ "13821062095@163.com" ]
13821062095@163.com
2542dfbc6ae6278ddae77a741e53b99e910591a1
3676ca2c16308e8894a4fd6f43218330d63febaf
/Library/MultiTheme/src/main/java/com/sunfusheng/multitheme/widget/SkinCompatAutoCompleteTextView.java
4bbad0930a136c8f3434efd65729755dd48b13bc
[]
no_license
jyyxxgz/In-depthStudy
945d16abf8703ead3de914fcff0483d33580895c
9440d1a0319f7bd771543761fdc5d96d99d82ca4
refs/heads/master
2021-04-25T11:13:15.823815
2017-11-30T05:56:19
2017-11-30T05:56:19
111,894,492
0
0
null
2017-11-24T08:29:22
2017-11-24T08:29:21
null
UTF-8
Java
false
false
4,396
java
package com.sunfusheng.multitheme.widget; import android.content.Context; import android.content.res.ColorStateList; import android.graphics.drawable.Drawable; import android.os.Build; import android.support.annotation.DrawableRes; import android.support.v4.graphics.drawable.DrawableCompat; import android.support.v7.w...
[ "sfsheng0322@gmail.com" ]
sfsheng0322@gmail.com
040c4c28990c8a3add2e28d17c284a981430f846
399f59832fed21e1eabc1a9181a3ffc4f991015f
/system/src/main/java/com/delmar/sys/service/impl/ModuleJavabeanServiceImpl.java
77ed25ed94ce20cf3c1e51d1ae3e523988e342c0
[]
no_license
DelmarChina/delmar_platform
bb977778cceced17f118e2b54e24923811b2ca28
8799ab3c086d0e4fed6c2f24eda1beee87ffd76f
refs/heads/master
2021-01-22T05:10:48.713184
2016-08-16T14:36:57
2016-08-16T14:36:57
42,499,265
0
1
null
null
null
null
UTF-8
Java
false
false
1,253
java
/****************************************************************************** * 德玛国际物流有限公司 2013-07-01 * * 作者:刘大磊 * * 电话:0532-66701118 * * email:liua@delmarchina.com ...
[ "ldlqdsdcn@gmail.com" ]
ldlqdsdcn@gmail.com
cb6e79d9dbb7c070321cfda7a89988bef8030cfd
38f7da2b61f573eee1736eaaf1ae1e9ca8f808fd
/src/com/nanoware/bll/PaySchedulePaymentBo.java
2beb484f8f6c2d818ecbcfe0c1018ade1a421483
[]
no_license
molorane/College
9e5d034a3858a7810ee4bc205036c77a88aa2b24
0d9ca3a2668e984868f504a10b40d378c02d17b8
refs/heads/master
2021-01-05T06:12:14.759915
2020-02-16T14:51:16
2020-02-16T14:51:16
240,908,879
0
0
null
null
null
null
UTF-8
Java
false
false
1,072
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.nanoware.bll; import com.nanoware.model.PaySchedulePayment; import com.nanoware.model.Tuition; import java.util.ArrayList;...
[ "molorane.mothusi@gmail.com" ]
molorane.mothusi@gmail.com
002ce735c5a14d64c9ebdd4bcbf83a7c17068a0a
df134b422960de6fb179f36ca97ab574b0f1d69f
/net/minecraft/server/v1_16_R2/PacketPlayInEntityAction.java
8f7c77daaf6f228f82a5ad9ab3aa150d248ba9b0
[]
no_license
TheShermanTanker/NMS-1.16.3
bbbdb9417009be4987872717e761fb064468bbb2
d3e64b4493d3e45970ec5ec66e1b9714a71856cc
refs/heads/master
2022-12-29T15:32:24.411347
2020-10-08T11:56:16
2020-10-08T11:56:16
302,324,687
0
1
null
null
null
null
UTF-8
Java
false
false
1,832
java
/* */ package net.minecraft.server.v1_16_R2; /* */ /* */ import java.io.IOException; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class PacketPlayInEntityAction /* */...
[ "tanksherman27@gmail.com" ]
tanksherman27@gmail.com
fc048c6f9d5ed7c50e9dca958eebf963e040cda5
4da9097315831c8639a8491e881ec97fdf74c603
/src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/internal/ads/zzgt.java
1d9698dad4a2aced8e7b32d5a3e11785a0243518
[ "Apache-2.0" ]
permissive
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
refs/heads/main
2023-08-11T06:17:05.659651
2021-10-01T08:48:06
2021-10-01T08:48:06
410,595,708
1
1
null
null
null
null
UTF-8
Java
false
false
1,088
java
package com.google.android.gms.internal.ads; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; /* compiled from: com.google.android.gms:play-services-ads-base@@19.4.0 */ public class zzgt extends Binder implements IInterface...
[ "57108396+atul-vyshnav@users.noreply.github.com" ]
57108396+atul-vyshnav@users.noreply.github.com
73939813da83236a6eef0089fc9e1844925ba578
ec88ee23b77011064e9f7a1b1dc9d189ab3bc561
/ph-ubl20/src/test/java/com/helger/ubl20/CUBL20Test.java
c6f893b7e16d58afdf9004c87c685613cddbe1c5
[ "Apache-2.0" ]
permissive
mustafaguven/ph-ubl
8a87aa404b8b0318e41924a8af0e610d36227dfa
8f17bc84e5a05394f92da5161525f4068b23ac1a
refs/heads/master
2023-04-18T03:05:58.893873
2021-05-02T18:25:57
2021-05-02T18:25:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,623
java
/** * Copyright (C) 2014-2021 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICE...
[ "philip@helger.com" ]
philip@helger.com
5eea421d70004960b471e9ab9b9003a81ec5a64d
abb4d1df22ad16b7525ff7fb7d7def97daf1bcfc
/gmall-parent/gmall-api/src/main/java/cn/com/gmall/beans/OmsCartItem.java
be5a7cd1553936a3ead5c00c97ab2fb014bbbd9a
[]
no_license
aBananaWolf/gmall
c72b6aa047f8aec75d6ab6f27183798ce63308ca
d86767f0d7e2e23701adf361cc3dd9dbb070f11b
refs/heads/master
2020-12-20T06:42:27.999092
2020-02-15T05:54:33
2020-02-15T05:54:33
235,990,906
0
0
null
null
null
null
UTF-8
Java
false
false
4,708
java
package cn.com.gmall.beans; import javax.persistence.Column; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java.io.Serializable; public class OmsCartItem implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) ...
[ "xxx" ]
xxx
e7e6cc02420196e078451675d06d3e5d009878d8
b4096683b48e67a4c9b3819df77159804a3ffd3a
/app/src/main/java/com/hui2020/huihui/Payment/RequestionOrderInfo.java
78f287e1320738ff56b41db71a3d5bea9a1c84a7
[]
no_license
lurenman/huihui
88554057034c73840ac459b6a70795207b383155
13963185e10fef70c0340469af334158c28672fd
refs/heads/master
2021-01-19T22:05:28.635242
2017-08-07T01:18:47
2017-08-07T01:18:47
82,565,941
2
0
null
null
null
null
UTF-8
Java
false
false
3,822
java
package com.hui2020.huihui.Payment; import android.app.Activity; import android.content.Intent; import android.os.AsyncTask; import android.util.Log; import com.hui2020.huihui.Login.HttpUtils; import com.hui2020.huihui.Mdfive; import com.hui2020.huihui.MyApplication; import org.json.JSONException; import...
[ "1464013886@qq.com" ]
1464013886@qq.com
dfa05a7655a8e3e30de242e3fb46ad322108c668
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/java-native-access--jna/1d6fa1485196b5d5cf16a974687d313c65bfe607/before/MSOfficeDemo.java
fed18c13b12dbc3218d22819607f106c5e3d8f8c
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
3,517
java
package com.sun.jna.platform.win32.office; import java.io.File; import com.sun.jna.platform.win32.COM.COMException; import com.sun.jna.platform.win32.WinDef.LONG; public class MSOfficeDemo { /** * @param args */ public static void main(String[] args) { new MSOfficeDemo(); } privat...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
4bc95f06d5b1fe08a44f02da8e3363ce8133c618
ccc057bde5a4e7191428472d6e4188291ab5091b
/src/main/java/com/hust/weixin/json/ErrorEntity.java
86a96b222d1b06c74b11251bf76fdb32a6eb9ec1
[]
no_license
msldd/weixin
311a395ee2eb97955e2fb537992d5e766f602cc6
ce14ee20059e1ac86d8e9dd1013ffcc13dc4e299
refs/heads/master
2020-04-17T17:54:58.952702
2017-08-05T00:46:00
2017-08-05T00:46:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
691
java
package com.hust.weixin.json; /** * 微信会返回错误码等信息 * Created by Administration on 2016/5/9. */ public class ErrorEntity { private String errcode; private String errmsg; public String getErrcode() { return errcode; } public void setErrcode(String errcode) { this.errcode = errcode; ...
[ "=" ]
=
6447f78514326edf98408746c92cf13705302977
324b293633735e2c0cc9dadf94407a2bde12490b
/src/org/adligo/addoc/client/controller/AddocController.java
27e589389156443e2572482a3da0719607a9996f
[ "Apache-2.0" ]
permissive
adligo/addoc.adligo.org
d21d9ba3f8f9c8106203b84d1b9c4fa7e164e7a9
07573b8d8d20188a15309f42707a55dc8891991d
refs/heads/master
2020-05-18T06:47:57.207791
2015-04-01T05:27:17
2015-04-01T05:27:17
33,228,177
0
0
null
null
null
null
UTF-8
Java
false
false
560
java
package org.adligo.addoc.client.controller; import org.adligo.addoc.client.bi.I_Browser; import org.adligo.addoc.client.presenter.MainPresenter; import org.adligo.addoc.client.presenter.content.I_ContentManager; import org.adligo.addoc.client.view.ViewFactory; import org.adligo.css.shared.models.I_StyleSheet; public ...
[ "scott@adligo.com" ]
scott@adligo.com
d463cd3a0dc07f172a716ee2b715c073155877ad
97e29489566dff2c2b309aebc66c91a69db234a3
/asianpaintsb2b/asianpaintsb2bstorefront/web/src/com/asianpaintsb2b/storefront/security/impl/DefaultCommerceRedirectStrategy.java
516a0736bfdf29ab6595cbe9ed884251c510681e
[]
no_license
vamshivushakola/Home_asianpaints_b2b
f8ea6568dca3e87375a100c5d9e8f801e702404c
9ea46652e699fc843f8bb55f94a826bb1a9c4fd0
refs/heads/master
2020-12-31T04:56:13.029311
2016-05-22T18:28:48
2016-05-22T18:28:48
58,956,762
0
1
null
null
null
null
UTF-8
Java
false
false
2,002
java
/* * [y] hybris Platform * * Copyright (c) 2000-2015 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * li...
[ "vamshi.vshk@gmail.com" ]
vamshi.vshk@gmail.com
94d66b47fa2f3913a1fa71622b88f3bc70fe5501
a0cd546101594e679544d24f92ae8fcc17013142
/refactorit-core/src/test/misc/jacks/jls/definite-assignment/expressions/boolean-conditional-operator/T1615daf10.java
79104d80bb863dfc6c9cf1cfe9b0f8cf33586663
[]
no_license
svn2github/RefactorIT
f65198bb64f6c11e20d35ace5f9563d781b7fe5c
4b1fc1ebd06c8e192af9ccd94eb5c2d96f79f94c
refs/heads/master
2021-01-10T03:09:28.310366
2008-09-18T10:17:56
2008-09-18T10:17:56
47,540,746
0
1
null
null
null
null
UTF-8
Java
false
false
168
java
public class T1615daf10 { public static void main(String[] args) { boolean a = true, x; if (a ? x = false : false); else a = x; } }
[ "l950637@285b47d1-db48-0410-a9c5-fb61d244d46c" ]
l950637@285b47d1-db48-0410-a9c5-fb61d244d46c
ab72b6d71ba46ea37743475c617192c83850d636
2e03099505253f3b6077cbefc4150d053061f221
/dist/StarCompiled/7QBW_TUTORIAL/SGGWT/src/star/genetics/genetic/impl/RuleImpl.java
36e95a7999716a57ee6d333f98bc816e9dfa2c93
[]
no_license
starteam/starx
de696ecf031752c2a77761aa29665302bd3fd30d
7edd85169ca93c4ba540b1ed2f68f5b65c717405
refs/heads/master
2021-01-21T21:54:38.492058
2014-12-12T20:32:24
2014-12-12T20:32:24
9,652,555
1
0
null
2014-12-12T20:32:25
2013-04-24T16:35:48
JavaScript
UTF-8
Java
false
false
7,711
java
package star.genetics.genetic.impl; import java.io.Serializable; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import java.util.logging.Level; import java.util.logging.Logger; import star.genetics.beans.StringTokenizer; import star.genetics.client.Helper; import star.genetics.client.JSON...
[ "iceraj@gmail.com" ]
iceraj@gmail.com
a74c6bf965fba0b55ecef77df8ee6384b6293274
82f029c168cb298c331f4c9f724b5590cda4b633
/src/main/java/leetcode/Q00007/Solution.java
8e999dabd5388c3eefbe49aaca779309200fa91a
[]
no_license
nokchax/algorithm
a180c37bfd59b23689ec53716ca1247eeb3c2eb1
bbf827d7b497886760d767a395937fdc853ec9bd
refs/heads/master
2023-07-14T17:06:27.084119
2021-08-24T13:37:03
2021-08-24T13:37:03
187,340,401
0
0
null
null
null
null
UTF-8
Java
false
false
677
java
package leetcode.Q00007; import java.util.Arrays; public class Solution { //how about bit operation? public int reverse(int x) { char[] nums = String.valueOf(x).toCharArray(); StringBuilder sb = new StringBuilder(); if(nums[0] == '-') { sb.append('-'); nums = A...
[ "nokchax@gmail.com" ]
nokchax@gmail.com
565fde61f3055bfca019f303ac3d7b1cb7f18516
b098dc80fedd6a269705f04cc7ab99ca4191c7da
/Chapter02/src/Thread2_2/Thread2_2_13/innerClass/PublicClass.java
3d5f3d7441285786f3543602b42f252f9bb36b94
[]
no_license
WingedCat/Multithread
ee9eaf4b277d9d309c8611b25cec07a189a1eba9
80489a5482a2f798d248d16d286d54afc793ae47
refs/heads/master
2020-04-25T21:16:44.607837
2019-03-23T09:06:23
2019-03-23T09:06:23
173,075,598
2
0
null
null
null
null
UTF-8
Java
false
false
963
java
package Thread2_2.Thread2_2_13.innerClass; public class PublicClass { private String username; private String password; class PrivateClass{ private String age; private String address; public String getAge() { return age; } public void setAge(String age...
[ "2233749193@qq.com" ]
2233749193@qq.com
48cea366e287e85de03313cc5f9cd267508cc2c5
b44f5ca57440bc00aa8a764d7c478245bdde8416
/test/selenium/com.ibm.sbt.automation.test/src/com/ibm/sbt/test/controls/activitystream/SimpleConfig.java
46d97e17d9fd028359f8c52c6b14bb118377bc1a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
markewallace/SocialSDK
be01b910c442ca481175b87ce3ba64ab03f37492
266aeaaaa01f0e2895e7a09e9224b8b8409ddc85
refs/heads/master
2021-01-16T20:06:37.982193
2013-09-28T20:24:37
2013-09-28T20:24:37
9,450,386
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,083
java
package com.ibm.sbt.test.controls.activitystream; import static org.junit.Assert.assertTrue; import org.junit.Test; import com.ibm.sbt.automation.core.test.BaseActivityStreamTest; /* * © Copyright IBM Corp. 2012 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file excep...
[ "LORENZOB@ie.ibm.com" ]
LORENZOB@ie.ibm.com
cf3ba817b0f0480bfa1e722e70f10bfabed286f0
dd4f84a8e9f4b719cc8204f9459c223981dc7448
/java_multithreading_3/level5/lecture16_refactoring/human/Worker.java
5e9826397ae95de2b988e4192e7977ab92daa2d0
[]
no_license
SevenLightnapper/javarush
0ab08f532813ae20f68ea01c1b84b2ee5c5a137e
d9631957d5a17f3055e6b3013073a8ed0c8db229
refs/heads/master
2020-07-02T13:33:49.565221
2019-08-09T20:59:32
2019-08-09T20:59:32
201,534,677
0
0
null
null
null
null
UTF-8
Java
false
false
684
java
package javarush.java_multithreading_3.level5.lecture16_refactoring.human; public class Worker extends Human { private double salary; private String company; private String name; private int age; public Worker(String name, int age) { super(name, age); this.name = name; this...
[ "dairenray@gmail.com" ]
dairenray@gmail.com
e497e306aef48de3af69b42018553d2d0b92add8
842a912e8b1e9eadd25c5788b8aefda8b7e06bde
/src/com/thinkgem/jeesite/modules/productintegral/dao/ProductintegralDao.java
ca44f92f33a0600cd2b8c8ca931949bc2b811a81
[ "Apache-2.0" ]
permissive
ChenXbFrank/JZManage
741b51fc1335efffb1a8901ca7f44362c42a09d2
42bce016cca1b21c2734a975d003aeeed12f4a97
refs/heads/master
2021-04-15T10:18:42.366229
2018-03-25T04:58:53
2018-03-25T04:58:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
621
java
/** * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.productintegral.dao; import com.thinkgem.jeesite.common.persistence.CrudDao; import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao; import com.thinkge...
[ "810464826@qq.com" ]
810464826@qq.com
e8e62bd83921dd4e454487114a871cb8a71ccad2
468efd78d210a62ecf46091566c031016482a898
/spring-web/spring-mvc/src/main/java/jhkim105/tutorials/spring/mvc/file/UploadToUrlController.java
7f469afec302f5000ced82a8cf2371221b951d17
[]
no_license
jhkim105/tutorials
f820bf871bcebe64184e5dcb4e648daf93801490
1615ccdaa9cec5e17fc96320d651789ee1390d33
refs/heads/master
2023-08-14T05:21:56.811183
2023-08-04T00:00:52
2023-08-04T00:13:12
222,575,910
3
1
null
2023-06-14T22:55:39
2019-11-19T00:55:48
Java
UTF-8
Java
false
false
3,485
java
package jhkim105.tutorials.spring.mvc.file; import java.io.File; import java.io.IOException; import java.io.InputStream; import lombok.RequiredArgsConstructor; import org.springframework.core.io.AbstractResource; import org.springframework.core.io.FileSystemResource; import org.springframework.http.HttpEntity; import ...
[ "jhkim105@gmail.com" ]
jhkim105@gmail.com
b60ae35f1c60bfa55a8f5399506017ac7241eda9
f27cb821dd601554bc8f9c112d9a55f32421b71b
/integration/jaxrs-jackson/src/main/java/com/blazebit/persistence/integration/jaxrs/jackson/jersey/EntityViewIdAwareParameterServiceProvider.java
aaad5821e634082a8febb4fbdf936d9207a83cd8
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Blazebit/blaze-persistence
94f7e75154e80ce777a61eb3d436135ad6d7a497
a9b1b6efdd7ae388e7624adc601a47d97609fdaa
refs/heads/main
2023-08-31T22:41:17.134370
2023-07-14T15:31:39
2023-07-17T14:52:26
21,765,334
1,475
92
Apache-2.0
2023-08-07T18:10:38
2014-07-12T11:08:47
Java
UTF-8
Java
false
false
3,461
java
/* * Copyright 2014 - 2023 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "christian.beikov@gmail.com" ]
christian.beikov@gmail.com
93e343c12fe06e9694988ddd80526f29b038e5e3
6cef7fc78cc935f733f3707fca94776effb94875
/siem/kraken-iptables/src/main/java/org/krakenapps/iptables/RulePreset.java
123ba510d3b41b56188ef84af904b888e78963c1
[]
no_license
xeraph/kraken
1a5657d837caeaa8c6c045b24cd309d7184fd5b5
a2b6fe120b5c7d7cde0309ec1d4c3335abef17a1
refs/heads/master
2021-01-20T23:36:48.613826
2013-01-15T01:03:44
2013-01-15T01:03:44
7,766,261
1
0
null
null
null
null
UTF-8
Java
false
false
1,080
java
/* * Copyright 2011 NCHOVY * * 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 ...
[ "devnull@localhost" ]
devnull@localhost
41665ea5f774edbc34c77e378f3c6d1b14e0a343
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/java-design-patterns/learning/7560/DateFormatCallableTest.java
720449cd63b6771421c9c4c5d500e43e26aea0fb
[]
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
5,147
java
/** * The MIT License * Copyright (c) 2016 Thomas Bauer * * 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, m...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
b743d3a82748f871f301aad79c10a8cb2c72e2f1
8834218fae697508f4b5e16e803dd0c7a620cabf
/src/main/java/com/anjz/core/controller/maintain/DictionaryController.java
06cdb1479f342339fab9f0eb32dc48fbbc87fd07
[]
no_license
xxzds/frame_DS
629efa9918d6f9b0b966ac6553458c35cd3d9e6d
a76841beff58b81e61433d27726d9fab373b427c
refs/heads/master
2020-01-23T21:55:51.703318
2017-11-15T04:26:50
2017-11-15T04:26:50
74,729,729
1
1
null
null
null
null
UTF-8
Java
false
false
496
java
package com.anjz.core.controller.maintain; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import com.anjz.base.controller.BaseTreeableController; import com.anjz.core.model.MaintainDictionary; /** * 数据字典 * @author ding.shuai * @date 2016年9月13日下午5:3...
[ "1114332905@qq.com" ]
1114332905@qq.com
14e2cb21cf05b295faf5fe7114ca373ddc26953f
ca957060b411c88be41dfbf5dffa1fea2744f4a5
/src/org/sosy_lab/cpachecker/core/CPAchecker.java
c46b9450b8d824dcfcb19d09236788d24a774c5f
[ "Apache-2.0" ]
permissive
45258E9F/IntPTI
62f705f539038f9457c818d515c81bf4621d7c85
e5dda55aafa2da3d977a9a62ad0857746dae3fe1
refs/heads/master
2020-12-30T14:34:30.174963
2018-06-01T07:32:07
2018-06-01T07:32:07
91,068,091
4
6
null
null
null
null
UTF-8
Java
false
false
6,574
java
/* * IntPTI: integer error fixing by proper-type inference * Copyright (c) 2017. * * Open-source component: * * CPAchecker * Copyright (C) 2007-2014 Dirk Beyer * * Guava: Google Core Libraries for Java * Copyright (C) 2010-2006 Google * * */ package org.sosy_lab.cpachecker.core; import static org.sosy_l...
[ "chengxi09@gmail.com" ]
chengxi09@gmail.com
b0714dee76138f74239237360e7db9a9610d30c6
c992cc664787167313fb4d317f172e8b057b1f5b
/modules/core/src/main/java/io/jmix/core/config/type/ConstructorTypeFactory.java
a934010161740ae9ef317e202388fd0b830c1813
[ "Apache-2.0" ]
permissive
alexbudarov/jmix
42628ce00a2a67bac7f4113a7e642d5a67c38197
23272dc3d6cb1f1a9826edbe888b3c993ab22d85
refs/heads/master
2020-12-19T15:57:38.886284
2020-01-23T10:06:16
2020-01-23T10:06:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,825
java
/* * A High-Level Framework for Application Configuration * * Copyright 2007 Merlin Hughes / Learning Objects, 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...
[ "krivopustov@haulmont.com" ]
krivopustov@haulmont.com
e5d832459c1c5a1da8d70ccc1c31ac442389808a
b89148d947109e80dd63a2dc42ba04ce4662ad80
/src/main/java/course/legacy/scheduler/Event.java
03c84f47989ee550e2a653041d580bf64de5da35
[]
no_license
up1/working-legacy
51c0d8cbd8cc5e81bb7c9786b2db66b64605b5a2
f5c7a473d8efc1cd398342900f7e6ae36bed120d
refs/heads/master
2020-05-19T07:46:39.191176
2014-10-22T06:36:33
2014-10-22T06:36:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
430
java
package course.legacy.scheduler; import java.util.Date; public class Event { private Date date; private int slot; public Event(Date date, int slot) { this.date = date; this.slot = slot; } public void added() { } public Date getDate() { return date; } public int getSlot() ...
[ "somkiat.p@gmail.com" ]
somkiat.p@gmail.com
cd27e6602012dc51f6949012f87da3a3053e5cbb
56cf34c40c5048b7b5f9a257288bba1c34b1d5e2
/src/org/xpup/hafmis/syscollection/querystatistics/chgbiz/chgorgrate/action/FindChgorgrateListAC.java
f936f263a3661c06a2fe1c800d0eb4936cca824a
[]
no_license
witnesslq/zhengxin
0a62d951dc69d8d6b1b8bcdca883ee11531fbb83
0ea9ad67aa917bd1911c917334b6b5f9ebfd563a
refs/heads/master
2020-12-30T11:16:04.359466
2012-06-27T13:43:40
2012-06-27T13:43:40
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
3,412
java
package org.xpup.hafmis.syscollection.querystatistics.chgbiz.chgorgrate.action; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action; import org.apache.struts....
[ "yuelaotou@gmail.com" ]
yuelaotou@gmail.com
4520e6a6c4b6a9070822278148621c885439481b
40f1949d03f2fb88af617d88915e89071b629209
/sdklib/src/com/android/sdklib/widgets/iOSProgressView.java
07243da50701b7991ab8898ec9afdf68e6441f3b
[]
no_license
multi-os-engine-community/moe-ui-designer
804ca2ee31a013ce1b39a463be6e416a688d1235
6609fefee64e51759ac9f7b716d8f04c0dad8680
refs/heads/master
2021-01-20T23:36:57.321122
2016-08-24T11:04:57
2016-08-24T11:04:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,539
java
/* Copyright 2014-2016 Intel 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 agreed to in writing, s...
[ "alexey.suhov@intel.com" ]
alexey.suhov@intel.com
cc477035706f48b08b9cdf793867a40bebe3fac2
b77be0b0e6b3ea59e8208a5980601729a198f4d1
/app/src/main/java/com/google/android/gms/internal/aa.java
0fe98c39885b98621300ef6380558321dab7c196
[]
no_license
jotaxed/Final
72bece24fb2e59ee5d604b6aca5d90656d2a7170
f625eb81e99a23e959c9d0ec6b0419a3b795977a
refs/heads/master
2020-04-13T11:50:14.498334
2018-12-26T13:46:17
2018-12-26T13:46:17
163,185,048
1
0
null
null
null
null
UTF-8
Java
false
false
386
java
package com.google.android.gms.internal; import java.util.HashMap; import java.util.Map; @ey class aa implements ac { private gu mt; public aa(gu guVar) { this.mt = guVar; } public void a(af afVar, boolean z) { Map hashMap = new HashMap(); hashMap.put("isVisible", z ? "1" : "...
[ "jotaxed@gmail.com" ]
jotaxed@gmail.com
fb9a4d4a9074e05b56363024407bcce7dc96ab41
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XRENDERING-418-24-21-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/wikimodel/xhtml/filter/DefaultXMLFilter_ESTest.java
5473fc30ee5e4b6c3028fcfa2c2c7370f8cce10b
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
/* * This file was automatically generated by EvoSuite * Wed Apr 08 04:57:27 UTC 2020 */ package org.xwiki.rendering.wikimodel.xhtml.filter; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWi...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
f7ec2ad7a2a6e4cb39f7c115eb1f6e4858ef4186
d8eba63b264175d2ab82f237d324b94e95467bc8
/client/src/Class28.java
37fe4d01b3813b80760062c246cf92fad4d31f63
[]
no_license
DukeCharles/revision-718-client
9eb164611d5ced1a3d35cf7ffeebc97582b4e7e5
f3d100436bdfed1001063d0dad54aa80f0742c14
refs/heads/main
2023-06-19T08:38:17.328798
2021-07-21T02:32:47
2021-07-21T02:32:47
387,969,320
0
0
null
null
null
null
UTF-8
Java
false
false
441
java
/* Class28 - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ import jaggl.OpenGL; public class Class28 { int anInt364; void method403() { OpenGL.glEndList(); } void method404(char c) { OpenGL.glCallList(this.anInt364 + c); } void method405(int i) { OpenGL.glNewList(this.anIn...
[ "charles.simon.morin@gmail.com" ]
charles.simon.morin@gmail.com
7bb55cb38571c9570e40a0053106b45272f0469b
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project78/src/test/java/org/gradle/test/performance78_1/Test78_70.java
24baead29946b7f9e680e0b6c94469fda47efda2
[]
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
289
java
package org.gradle.test.performance78_1; import static org.junit.Assert.*; public class Test78_70 { private final Production78_70 production = new Production78_70("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
f343b9fe2ccfbd16f7055c8304263e03571e17d5
40d844c1c780cf3618979626282cf59be833907f
/src/testcases/CWE129_Improper_Validation_of_Array_Index/s05/CWE129_Improper_Validation_of_Array_Index__URLConnection_array_read_check_min_67b.java
d4261c0c2494c19275631df2f02271292a79bb45
[]
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,216
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE129_Improper_Validation_of_Array_Index__URLConnection_array_read_check_min_67b.java Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml Template File: sources-sinks-67b.tmpl.java */ /* * @description * CWE: 129 Improper Validation of Array Index ...
[ "you@example.com" ]
you@example.com
4fdc3634fd68271ef75b52cc1521005fff682a18
3e99519b6905b25b67a8c18ff1c38dc03e173523
/bundle/src/main/java/org/jboss/osgi/xml/internal/XMLLogger.java
595aa7f6e21a48eb0f63dea09c415b26a9185fa3
[]
no_license
jbosgi/jbosgi-xerces
34dc413c2baab40100974f1191a19670313bedc5
9dd6dbfa19c7e2475ccb25fad10d26020a340614
refs/heads/master
2021-01-25T04:01:38.379788
2012-04-30T19:55:08
2012-04-30T19:55:08
2,348,451
0
0
null
null
null
null
UTF-8
Java
false
false
1,924
java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
[ "thomas.diesler@jboss.com" ]
thomas.diesler@jboss.com
c81b43e0c505cf88c85fbc1417ec96d5c3e028e2
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a101/A101150.java
e97792df279dcc57a68a8ca8edb0d0ceaf974573
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
472
java
package irvine.oeis.a101; // Generated by gen_seq4.pl pfprime 0 690 10 21 9 at 2019-07-30 14:36 // DO NOT EDIT here! import irvine.oeis.PowerFactorPrimeSequence; /** * A101150 Indices of primes in sequence defined by <code>A(0) = 79, A(n) = 10*A(n-1) - 21</code> for <code>n &gt; 0</code>. * @author Georg Fischer *...
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
d54fc012a75bd8d622bedfe42f34143a76ad46c9
ec9bf57a07b7b06134ec7a21407a11f69cc644f7
/src/aq.java
40bce1f0ad3f014a94637b79cf9466441bcec9c7
[]
no_license
jzarca01/com.ubercab
f95c12cab7a28f05e8f1d1a9d8a12a5ac7fbf4b1
e6b454fb0ad547287ae4e71e59d6b9482369647a
refs/heads/master
2020-06-21T04:37:43.723581
2016-07-19T16:30:34
2016-07-19T16:30:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
398
java
import android.content.Context; public final class aq extends ip { public aq(Context paramContext, ap paramap, hz paramhz) { super(paramContext, paramap, paramhz); } public final void a(boolean paramBoolean) { super.a(paramBoolean); ((hv)u()).a(paramBoolean); } } /* Location: * Qualified...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
79c250127b2fc9917d4ee7faf8d79f8dfebdd865
7578df88e8b6bde93253b5e111c048d45f424a00
/day1/java-8/code/Java-8_handout/AggregatingStream/src/org/example/java8/CountItems.java
154a1df26298ae8317679a39c69fce9b93300fad
[]
no_license
nagabhushanamn/lowes-java
bf914a5d980a1711ad057da6748ed9c03b5ec93b
46d41498bcdfec9acbae4d5623996bfce894cd99
refs/heads/master
2021-07-16T20:12:54.808370
2017-10-25T10:22:12
2017-10-25T10:22:12
107,933,512
0
0
null
null
null
null
UTF-8
Java
false
false
628
java
package org.example.java8; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.function.Predicate; import java.util.stream.Stream; import org.example.java8.model.Person; public class CountItems { public static void main(String[] args) { System.out.println("...
[ "nagabhushanamn@gmail.com" ]
nagabhushanamn@gmail.com
36b5698f59dc491abdfeceeba0e32dbf4bc55e13
c96b0be86c08f639d388498851384706a3c87815
/KCX-Mapping-Convert/src/com/kewill/kcx/component/mapping/formats/uids/aes21/BodyExportDeclarationResponseUids.java
0701c6a1346ed6fafc3194facdfba1a377cddb2a
[]
no_license
joelsousa/KCX-Mapping-Convert
cf1b4b785af839f6f369bcdf539bd023d4478f72
9da4b25db31f5b1dfbefd279eb76c555f3977c0e
refs/heads/master
2020-06-07T12:06:43.517765
2014-10-03T14:14:51
2014-10-03T14:14:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,049
java
package com.kewill.kcx.component.mapping.formats.uids.aes21; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; import com.kewill.kcx.component.mapping.countries.de.aes.msg.MsgExpSta; import com.kewill.kcx.component.mapping.countries.de.aes.msg.common....
[ "joel@moredata.pt" ]
joel@moredata.pt
c4932de8f0a44c03d8528d1a52d0299a9dc95c87
4368402d5965df4e7836004574911de4f52c0ea9
/order-service/src/test/java/net/shyshkin/study/cqrs/estore/orderservice/command/rest/CompensatingTransactionsIT.java
6a28020065c1c5b03d292d52f08890f7a4532314
[]
no_license
anupamguin/art-kargopolov-cqrs-saga-axon-microservices
a25cb28f5746c2d95b04a3fda52e567349222dc4
2b6de35a6c7f037eff61783c24931eba1f2a0488
refs/heads/master
2023-05-11T22:22:38.429057
2021-06-01T12:35:23
2021-06-01T12:35:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,316
java
package net.shyshkin.study.cqrs.estore.orderservice.command.rest; import com.github.javafaker.Faker; import lombok.extern.slf4j.Slf4j; import net.shyshkin.study.cqrs.estore.core.model.ProductIdDto; import net.shyshkin.study.cqrs.estore.orderservice.command.CreateOrderCommand; import net.shyshkin.study.cqrs.estore.orde...
[ "d.art.shishkin@gmail.com" ]
d.art.shishkin@gmail.com
5a2456326ace9fa979678c4df2f6849db6b4b30c
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/29/1800.java
c7be0aca0d2748fc6c8ca63b12ed3a1629120efb
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154367
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
912
java
package <missing>; public class GlobalMembers { public static int Main() { int m; int s; int n; int i; float a1 = 2F; float a2 = 3F; float b1 = 1F; float b2 = 2F; float a; float b; float sum = 3.5F; String tempVar = ConsoleInput.scanfRead(); if (tempVar != null) { m = Integer.parseInt(...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
1cc4d7837084ca4d7068e9a71ab2f64b1968592e
7b0835e7cef12e5204565b48340aa01b1207badb
/src/com/lxy/service/impl/UserServiceImpl.java
0b752b9dc2aea5e855f495063c903c5eb2fe4d5d
[]
no_license
frankjunqi/CultureWebProject
862b255bbd22b2ad88b8bed97da6d9a924458878
377991e8acd3d9abf980b01fdafd3e4f58112d4e
refs/heads/master
2016-09-06T17:21:02.796518
2015-05-15T10:58:53
2015-05-15T10:58:53
33,602,592
2
0
null
null
null
null
UTF-8
Java
false
false
1,260
java
package com.lxy.service.impl; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.lxy.mapper.LxyProductDetailMapper; import com.lxy.mapper.LxyUserMapper; import com.lxy.model.LxyProductDetail; ...
[ "kjh08490@ly.com" ]
kjh08490@ly.com
ebe91d7a153bd1cf04aee9e0c7bad02506d9a7de
a4110f29cc12c5e9ad3dc6d7d81cfe60b751398f
/src/com/Sts/UI/Beans/StsSpectrumFieldBean.java
01533491c19881d2e090eca5c50c283726ac16dd
[]
no_license
tlasseter/VolumePicker7
dd70320c10d4bd105fdb238df19d504ddad5ae90
3baa5d1047893690cf987f7bda27b0e2dcf87e84
refs/heads/master
2021-05-31T05:32:34.880131
2016-03-23T22:37:43
2016-03-23T22:37:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,366
java
package com.Sts.UI.Beans; /** * <p>Title: S2S Development</p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2002</p> * <p>Company: S2S Systems LLC</p> * @author unascribed * @version 1.1 */ import com.Sts.DBTypes.*; import com.Sts.MVC.*; import com.Sts.UI.*; import java.awt.*; public class StsSpectrum...
[ "t.lasseter@comcast.net" ]
t.lasseter@comcast.net
39e215cbd4030022bc3650f799335824ca97a1f2
6f23fc4fb0f6f35ae7b341e2f1b129bb1b498710
/merchant/src/java/paygate/objects/Siteuser.java
29715973536870b36b7fd629ad44848f48d2ca27
[]
no_license
menty44/paysurefred
adaa73008b7a050f938d729f759b4c9c8ec86332
f94fff5e4a0034e53bf724adc8fb3204078871e0
refs/heads/master
2020-06-18T03:42:46.900270
2016-11-28T09:18:18
2016-11-28T09:18:18
74,952,417
0
0
null
null
null
null
UTF-8
Java
false
false
5,032
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package paygate.objects; import java.io.Serializable; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; im...
[ "fred.oluoch@impalapay.com" ]
fred.oluoch@impalapay.com
db85031518b6e2ea70db85dbce39c32ee73a8de8
3c0765728d56db3247498556d9fdc1831cc20ea5
/jeevOMLibs/src/main/java/com/schooltriangle/mylibrary/model/EmailAndTokenTypeDictionary.java
edf1d651220b99c731ae18c635c8262746f68fd8
[]
no_license
shah00070/school
5b8814eb8592e9999913a1e9a800de5faeaa306e
a8b57ede5087f1b0a44e59222d9be3964f16ee4b
refs/heads/master
2021-01-20T18:52:21.398133
2016-06-03T08:49:11
2016-06-03T08:49:11
61,518,740
0
0
null
null
null
null
UTF-8
Java
false
false
2,853
java
package com.schooltriangle.mylibrary.model; public class EmailAndTokenTypeDictionary { private String Email; private String CellNumber; private int TokenType; private int ServiceRequestId; private int ServiceRequestMessageId; private String ClaimFromName; private String ClaimFromEmail; ...
[ "shah.h@jeevom.com" ]
shah.h@jeevom.com
627040caf8e153c0e858053197e5f9f2c4ee7717
92f10c41bad09bee05acbcb952095c31ba41c57b
/app/src/main/java/io/github/alula/ohmygod/MainActivity3245.java
1bd2b33c4398f2c92e5ba09f4e50daa0815f8584
[]
no_license
alula/10000-activities
bb25be9aead3d3d2ea9f9ef8d1da4c8dff1a7c62
f7e8de658c3684035e566788693726f250170d98
refs/heads/master
2022-07-30T05:54:54.783531
2022-01-29T19:53:04
2022-01-29T19:53:04
453,501,018
16
0
null
null
null
null
UTF-8
Java
false
false
339
java
package io.github.alula.ohmygod; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class MainActivity3245 extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.acti...
[ "6276139+alula@users.noreply.github.com" ]
6276139+alula@users.noreply.github.com
d3178c472e30a81ae08bc35b03fae0220759ac15
58da62dfc6e145a3c836a6be8ee11e4b69ff1878
/src/main/java/com/alipay/api/domain/MybankCreditSupplychainTradeCreateModel.java
6d1c294a8826e3702d3a6878f266ef829c3b6fe0
[ "Apache-2.0" ]
permissive
zhoujiangzi/alipay-sdk-java-all
00ef60ed9501c74d337eb582cdc9606159a49837
560d30b6817a590fd9d2c53c3cecac0dca4449b3
refs/heads/master
2022-12-26T00:27:31.553428
2020-09-07T03:39:05
2020-09-07T03:39:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,914
java
package com.alipay.api.domain; import java.util.Date; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 交易创建 * * @author auto create * @since 1.0, 2019-06-14 22:08:12 */ public class MybankCreditSupplychainTradeCreateModel extends AlipayObject { private ...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
19dc3d8c965135915576bf39981478e205c7463b
d57176af406c4acc60155baa5e141225113e172d
/src/java/com/tsp/sct/dao/factory/EmergenciaCreditoFacturaRealizadaDaoFactory.java
9bc22d1a9a60ae4cef8ce6ba3073f3ed5846e3d1
[]
no_license
njmube/SGFENS_BAFAR
8aa2bcf5312355efa46b84ab8533169df23a8cc9
4141ee825294246ca4703f7a4441f5a1b06fe0cb
refs/heads/master
2021-01-11T11:58:48.354602
2016-07-28T02:39:23
2016-07-28T02:39:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
879
java
/* * This source file was generated by FireStorm/DAO. * * If you purchase a full license for FireStorm/DAO you can customize this header file. * * For more information please visit http://www.codefutures.com/products/firestorm */ package com.tsp.sct.dao.factory; import java.sql.Connection; import com.tsp.sct....
[ "nelly.gonzalez@vincoorbis.com" ]
nelly.gonzalez@vincoorbis.com
ff780b5dd31372c4a4dce12541386bc890cfc1cc
5e37161bc4eba92e02237235ad4a2dfd8b4188b7
/jinshuo-service/src/main/java/com/jinshuo/mall/service/item/mybatis/CouponLogsRepo.java
d09259336d00467b7bc4e9863060d412c57d7963
[]
no_license
dyhimos/jinshuo-mall
f4400cc41ca6a57b7512832209eea6d1a8c3b101
b1cc18c8445a46abd35796bfdad55824f0f4a5a8
refs/heads/master
2022-07-12T23:16:16.872664
2020-05-14T13:09:27
2020-05-14T13:09:27
260,648,942
0
0
null
null
null
null
UTF-8
Java
false
false
1,713
java
package com.jinshuo.mall.service.item.mybatis; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.jinshuo.mall.domain.item.couponlogs.CouponLogs; import com.jinshuo.mall.service.item.application.qry.CouponLogsQry; import com.jinshuo.mall.service.item.mybatis.mapper.CouponLogsMap...
[ "1" ]
1
4cfa92c4905bddb38bf6f5563197a7d4c9844801
b771a60c6ec70c096f354529c49c5ceb3353063a
/microservicecloud-zuul-gateway-9527/src/main/java/com/wondertek/springcloud/Zuul_9527_StartSpringCloudApp.java
26496a384057b385d4554dcd9893d50c7050d70c
[]
no_license
zbcstudy/microservice-cloud
bb08f9ff31db8ffcacb52d538498b424a40799cb
611a9175592317778317841a24033d11604146cb
refs/heads/master
2020-04-01T03:55:12.977135
2019-05-17T08:41:39
2019-05-17T08:41:39
152,841,524
1
0
null
null
null
null
UTF-8
Java
false
false
421
java
package com.wondertek.springcloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.zuul.EnableZuulProxy; @SpringBootApplication @EnableZuulProxy public class Zuul_9527_StartSpringCloudApp { public static ...
[ "1434756304@qq.com" ]
1434756304@qq.com
ad5784c0ed353f82c88f25f5b7b4c23f92cb69a5
e9124854d2bb3a40f6642858f3777e89a88b1d54
/custom/toint/tointfulfilmentprocess/testsrc/org/toint/fulfilmentprocess/test/actions/SendOrderCompletedNotification.java
eff63c3ce4d17c903a71399a4a945d2d92a2aea6
[]
no_license
Prashanth-techouts/Toint
9bcba94fd0422f20131c24cd9e0ec19e789941d6
dbd466fae6303a6c796ffd52f169119a4a7ee134
refs/heads/master
2023-09-03T02:20:49.827317
2021-10-22T10:48:30
2021-10-22T10:48:30
419,990,956
0
0
null
null
null
null
UTF-8
Java
false
false
233
java
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. */ package org.toint.fulfilmentprocess.test.actions; /** * */ public class SendOrderCompletedNotification extends TestActionTemp { //empty }
[ "prashanth.g@techouts.com" ]
prashanth.g@techouts.com
4e8d82a916350e30c68c402d338c6bedd2ff2417
5145b7405f1ae107ba99a41fd28f638772165994
/Android/cloudpos_SDK/device/c/sample/APIDemo_as/src/com/cloudpos/apidemo/function/printer/PrintTag.java
6753ae98d734f48870084ad7f5a369d4af13db6a
[ "MIT" ]
permissive
ewkonzo/Projects
a55f45ff363dfc4892e57459f357d255e302d5ba
bf3efc30353086978cdeb0253680743f48d8fa86
refs/heads/master
2022-01-29T11:47:26.939493
2019-07-21T08:51:57
2019-07-21T08:51:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,939
java
package com.cloudpos.apidemo.function.printer; public class PrintTag { /** * Purchase bill tag */ static public final class PurchaseBillTag { static public final String PURCHASE_BILL_TITLE = "POS 签 购 单"; static public final String MERCHANT_NAME_TAG = "商户名称(MERCHANT NAME):"; st...
[ "mbugus2008@gmail.com" ]
mbugus2008@gmail.com
537c927bf9431a8369c5f455d81e40a0ab674ea5
dfd6dd7919e7bf4231bdb7fc1303303881cda045
/src/nbaquery/data/query/ExpressionDeriveColumnInfo.java
eb93e130fb28e51b0a0dccb287aa9765534c1700
[]
no_license
DongCanRola/NBAQuerySystem
aa704f406c6ad8b7fc791705d1ffa87a325df215
5c00a6a79fd09a301abd11a6f753d10466a657a3
refs/heads/master
2020-12-24T22:58:53.941644
2015-03-18T12:43:25
2015-03-18T12:43:25
32,455,318
0
0
null
2015-03-18T11:39:36
2015-03-18T11:39:36
null
UTF-8
Java
false
false
313
java
package nbaquery.data.query; public class ExpressionDeriveColumnInfo extends DeriveColumnInfo { public String statement; public ExpressionDeriveColumnInfo(String deriveColumns, Class<?> deriveClasses, String statement) { super(deriveColumns, deriveClasses); this.statement = statement; } }
[ "1910567646@qq.com" ]
1910567646@qq.com
4373cb2bb07054556efbf5fa19c4e0839b93ad25
5f63a60fd029b8a74d2b1b4bf6992f5e4c7b429b
/com/planet_ink/coffee_mud/Locales/CaveRoom.java
22fff8edf61cdf5217d1b1c3c3b92a7e20f96dde
[ "Apache-2.0" ]
permissive
bozimmerman/CoffeeMud
5da8b5b98c25b70554ec9a2a8c0ef97f177dc041
647864922e07572b1f6c863de8f936982f553288
refs/heads/master
2023-09-04T09:17:12.656291
2023-09-02T00:30:19
2023-09-02T00:30:19
5,267,832
179
122
Apache-2.0
2023-04-30T11:09:14
2012-08-02T03:22:12
Java
UTF-8
Java
false
false
4,653
java
package com.planet_ink.coffee_mud.Locales; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.plan...
[ "bo@zimmers.net" ]
bo@zimmers.net
538f8488c55ed3851beb3dd3ce8f485de639b935
32bd25b2071c99676c8cc8c97afd0941fbceaa9c
/nan21.dnet.core.web/src/main/java/net/nan21/dnet/core/web/controller/workflow/AbstractWorkflowController.java
5e0addda92b72b5ad9e967b92ebf693cf3692dc3
[]
no_license
sugengsuprayogi/nan21.dnet.core
de3cf4e415b4b089f481d90d86e154ec6188186f
7df8454102ae0009adf4f7a11460be637e64e1f1
refs/heads/master
2021-01-14T12:35:20.163123
2013-02-19T12:58:26
2013-02-19T12:58:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,765
java
package net.nan21.dnet.core.web.controller.workflow; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import javax.servlet.http.HttpServletRequest; import net.nan21.dnet.core.api.wf.IActivitiProcessEngineHolder; import net.nan21.dnet.core.web.controller.AbstractDnetController; i...
[ "mathe_attila@yahoo.com" ]
mathe_attila@yahoo.com
cf4da2bac10a4d8ff5a3d07a822fe41b94940fc4
0ce9077cb06ba2dd2286d2767498892020545fab
/manager/api/es/src/main/java/io/apiman/manager/api/es/util/TermFilterBuilder.java
7599e33383220747291dfdc00ae0aab4b4777394
[ "Apache-2.0" ]
permissive
zgdkik/apiman
2d4a5fa65c0a2e5020225e5afa24bee808a63168
86e3003c484798c87d679f6c45c05c6b2caf95bf
refs/heads/master
2021-01-25T13:05:28.370079
2017-11-27T21:48:04
2018-02-28T18:09:32
123,525,349
2
0
Apache-2.0
2018-03-02T03:27:36
2018-03-02T03:27:36
null
UTF-8
Java
false
false
2,023
java
/* * Copyright 2016 JBoss 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 i...
[ "eric.wittmann@gmail.com" ]
eric.wittmann@gmail.com
74fc4a75bcd1bce4e25b63815509da1fbb849ddc
aa2f56c3a108da41dafcf53b12e39f520032ca30
/wsclient/src/main/java/org/hpccsystems/ws/client/gen/filespray/v1_17/DFUActionResult.java
9c945fd629d3b91661f8fbc3950dd0428340f4b1
[]
no_license
drealeed/HPCC-JAPIs
459e6c0ab0bbf8d7893fafb775167197567cc573
ee652f4d5163d0f7daa7949015dc4d815b64749d
refs/heads/master
2022-06-24T13:46:14.497602
2019-05-21T18:24:47
2019-05-21T18:24:47
23,236,635
0
0
null
null
null
null
UTF-8
Java
false
false
5,765
java
/** * DFUActionResult.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.hpccsystems.ws.client.gen.filespray.v1_17; public class DFUActionResult implements java.io.Serializable { private java.lang.String ID; private jav...
[ "rodrigo.pastrana@lexisnexis.com" ]
rodrigo.pastrana@lexisnexis.com
cf82066693b086f0fe9cc6838b0d76bd292985a4
9be40bd00895a4e5ee35e4e38e6c829490699b25
/src/代理/仿jdk动态代理/TimerImvocationHandle.java
67a624ce04a0941be66aaaa53411c284c14b2e0b
[]
no_license
gaohe1227/designmodle
d8b5a04ec47b6fe8189804e22f362fb55ab04875
6d858e68ebfd310f999b258bd8ee360db7062fdd
refs/heads/master
2020-12-02T07:48:52.516630
2017-09-19T08:11:02
2017-09-19T08:11:02
96,729,245
0
0
null
null
null
null
GB18030
Java
false
false
852
java
package 代理.仿jdk动态代理; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class TimerImvocationHandle implements MyImvocationHandle { private Object target; public TimerImvocationHandle(Object target) { super(); this.target = target; } @Override public void invoke(Ob...
[ "904724283@qq.com" ]
904724283@qq.com
f69da6b056594becdfd3664492001497b7966300
dd5862618cb3de4c6e8df160fca73b9cdd1c5dab
/src/main/java/basic_java_thread/thread_pool/simple_connection_pool/SimpleConnectionPool.java
fc8df65c2f0376fb828b3f9c6caa66a83b353255
[]
no_license
YifengGuo/Multi-Thread
5d2d205fbc4b9335927f9c9ca12873bbcd9b14f7
f3310d2de421ece58a955b51e118fed6dd351655
refs/heads/master
2021-06-09T18:35:07.395422
2019-10-15T07:29:20
2019-10-15T07:29:20
134,930,888
0
0
null
2021-03-31T21:39:15
2018-05-26T05:02:19
Java
UTF-8
Java
false
false
2,742
java
package basic_java_thread.thread_pool.simple_connection_pool; import com.google.common.base.Preconditions; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import java.util.ArrayDeque; import java.util.Deque; import java.util.concurrent.TimeUnit; /** * Cre...
[ "gyf940517@gmail.com" ]
gyf940517@gmail.com
4f72f39cad74aa714475163936b2ab8c5960e179
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-31-3-PESA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/velocity/internal/DefaultVelocityEngine_ESTest.java
48d69bd261c1e0b208ceb9c5ae77d904b8fcbcd6
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
576
java
/* * This file was automatically generated by EvoSuite * Sat Apr 04 01:46:49 UTC 2020 */ package org.xwiki.velocity.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(E...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
cd1ee17d7f0b86b1e372ee51605a33423f4648e1
83d56024094d15f64e07650dd2b606a38d7ec5f1
/sicc_druida/fuentes/java/CccCuentContaViewConectorCreate.java
9101240becf27c7febfa22c6526121bf06079bc8
[]
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
WINDOWS-1250
Java
false
false
1,938
java
import org.w3c.dom.*; import java.util.ArrayList; public class CccCuentContaViewConectorCreate implements es.indra.druida.base.ObjetoXML { private ArrayList v = new ArrayList(); public Element getXML (Document doc){ getXML0(doc); return (Element)v.get(0); } /* Prim...
[ "hp.vega@hotmail.com" ]
hp.vega@hotmail.com
027268a3e63a879833a3ece5d2597182cf1ae35b
1f207999be869a53c773c4b3dc4cff3d78f60aca
/ybg_base_jar/src/main/java/com/alipay/api/domain/CardDomainVO.java
6df04d13d6808bcf3d9a5a4131dc529c3c32d97e
[]
no_license
BrendaHub/quanmin_admin
8b4f1643112910b728adc172324b8fb8a2f672dc
866548dc219a2eaee0a09efbc3b6410eb3c2beb9
refs/heads/master
2021-05-09T04:17:03.818182
2018-01-28T15:00:12
2018-01-28T15:00:12
119,267,872
1
1
null
null
null
null
UTF-8
Java
false
false
848
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 卡域模型 * * @author auto create * @since 1.0, 2015-09-22 11:07:41 */ public class CardDomainVO extends AlipayObject { private static final long serialVersionUID = 7545565359142111154L; /** ...
[ "13552666934@139.com" ]
13552666934@139.com
53b117fd0eef9d2e62138d339cde7fefb08d376c
b5e385237fc82481974121326d38401344026ad3
/DesignPatterns16-Memory_Database/src/pl/jaceksysiak/designpatterns/demo1/model/Log.java
a6b8bb14e9b7833ce4020b9b873dd1e613ad6a82
[]
no_license
j4sysiak/DesignPatterns16-Memory_Database
e5b1adcccd80e29a0f08f7ff7abb7cd6a009e584
6913716753f5d2b5eee13ce769862d5fed0c928e
refs/heads/master
2020-04-24T20:18:46.992730
2019-02-24T06:03:00
2019-02-24T06:03:00
172,239,323
1
0
null
null
null
null
UTF-8
Java
false
false
508
java
package pl.jaceksysiak.designpatterns.demo1.model; import java.util.Date; public class Log { private int id; private Date date; private String message; public int getId() { return id; } public void setId(int id) { this.id = id; } public Date getDate() { return date; } public v...
[ "j4sysiak@gmail.com" ]
j4sysiak@gmail.com
8ed03af9579207c570396eb10fe3da3c59ccb351
30aeaad268c91b5ce97a3a0a7a4def8d33651732
/src/com/anurag/final_keyword/staticfinalvariable/Final10.java
000bf1bd710e9ef7a8fb89636373429d3d875140
[]
no_license
AnuragGit/CoreJavaProjects
317d3b6687ec5858e18bdfd483ac5ffd093c52a2
ee21fad2c9306fafbf3ce88e2b501958acb2ca98
refs/heads/master
2021-01-17T09:11:25.773721
2016-05-29T07:47:10
2016-05-29T07:47:10
22,305,528
0
0
null
null
null
null
UTF-8
Java
false
false
659
java
package com.anurag.final_keyword.staticfinalvariable; /** * * @author Anurag * * Concept:- Static final variable can not survive with default value that should be explicit * assign by developer. */ public class Final10 { final static int i=10; static final int j=20; // static final int z;...
[ "test@test.com" ]
test@test.com
a1841f4b7042a78787dfbb1933021e03dd825c18
be4d3f4e102e30a993fe19b30f3036a2c92ff5d5
/src/java/cn/miao/framework/filter/AuthenticationFilter.java
8f19ed3743b0f6f9b636d67ac30c05b9da8cb38a
[]
no_license
cabbageBob/htbus
2f02defbf0d195e9876fe370a83a7b2cf7cc0bce
6e72e9905dc7fb9c6124cd1359d8e0407e457023
refs/heads/master
2020-04-11T20:17:56.776702
2018-12-17T02:58:13
2018-12-17T02:58:13
162,065,716
0
0
null
null
null
null
UTF-8
Java
false
false
2,017
java
/* * version date author * ────────────────────────────────── * 1.0 Nov 27, 2012 Neal Miao * * Copyright(c) 2012, by HTWater. All Rights Reserved. */ package cn.miao.framework.filter; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfi...
[ "1041567236@qq.com" ]
1041567236@qq.com
b92f4ca038a34170dfe03f6723bf25095c11b3dd
26191a19ef099dc0710eb428262703067ba30045
/PuvS/src/assignment02/ParallelPrefix.java
a832c1a5660ab1b47fdaae69dfc9dc60cfead296
[]
no_license
Zamo3006/PuvS
9a3949cc66a36d41fdc875adb7f4072431557428
f70436c2d9c20dd5ab15fd3c083b91974b0c0162
refs/heads/master
2021-01-18T03:38:09.825812
2017-03-29T13:03:39
2017-03-29T13:03:39
85,805,773
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,364
java
package assignment02; import java.util.Arrays; public class ParallelPrefix { private int[] data; public void initializeArray(int length) { data = new int[length]; for (int i = 0; i < length; i++) { data[i] = i + 1; } } public void printArray() { for (int date : data) { System...
[ "1" ]
1
b18f697e2a2c7e4070ec63197771827e3be1152e
e8d496d0ed0d1501e4084738b86ef13a052217bb
/src/com/beike/dao/businessbackground/impl/EvaluationDaoImpl.java
39d5fec0cb56a2ff4afa54f058689d0f194c74dc
[]
no_license
fairyhawk/beiker-Deprecated
0dcb4921257f4e78de6faa41d711ae5750dcc05b
4c9fbc80ec471220550f3d5c44f4c8aad5f58cec
refs/heads/master
2021-01-19T11:02:48.214301
2014-01-25T10:28:42
2014-01-25T10:28:42
8,679,682
1
5
null
null
null
null
UTF-8
Java
false
false
5,760
java
package com.beike.dao.businessbackground.impl; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.lang.StringUtils; import org.springframework.stereotype.Repository; import com.beike.dao.GenericDaoImpl; import com.beike.dao.businessback...
[ "bis@foxmail.com" ]
bis@foxmail.com
3457f5aff15756ca10ae9f244c21543a75b53ecc
59ca721ca1b2904fbdee2350cd002e1e5f17bd54
/aliyun-java-sdk-cms/src/main/java/com/aliyuncs/cms/transform/v20180308/TaskConfigUnhealthyResponseUnmarshaller.java
036196799f027ec0cf718cf88f3b9e2b582abd71
[ "Apache-2.0" ]
permissive
longtx/aliyun-openapi-java-sdk
8fadfd08fbcf00c4c5c1d9067cfad20a14e42c9c
7a9ab9eb99566b9e335465a3358553869563e161
refs/heads/master
2020-04-26T02:00:35.360905
2019-02-28T13:47:08
2019-02-28T13:47:08
173,221,745
2
0
NOASSERTION
2019-03-01T02:33:35
2019-03-01T02:33:35
null
UTF-8
Java
false
false
2,383
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
ca06f36351ce2a06955fc1eace52756bc4bd95e8
a4bffc00df9feca2ae6baad2a724ca3662bc9fc7
/library/src/test/java/com/dslplatform/json/generated/types/Double/OneListOfOneDoublesDefaultValueTurtle.java
07ef4ea4b1db603fa4efccd877d29109b0369a72
[ "BSD-3-Clause" ]
permissive
ngs-doo/dsl-json
746db2156f4b5693b6df551aabf8e0d761caa32b
f560001ce8a0702977240f60e48aae0d6a4b70af
refs/heads/master
2023-08-04T14:07:00.271727
2023-07-23T12:12:45
2023-07-23T12:12:45
45,384,078
1,000
134
BSD-3-Clause
2023-07-23T12:09:00
2015-11-02T09:17:39
Java
UTF-8
Java
false
false
2,809
java
package com.dslplatform.json.generated.types.Double; import com.dslplatform.json.generated.types.StaticJson; import com.dslplatform.json.generated.ocd.javaasserts.DoubleAsserts; import java.io.IOException; public class OneListOfOneDoublesDefaultValueTurtle { private static StaticJson.JsonSerialization jsonSeriali...
[ "rikard@ngs.hr" ]
rikard@ngs.hr
c96e3c76342fc6771684315fbe57e298cfb70bbc
e6d5e60f7d22c62259f175be554f2e29b53810db
/decompiled_java/com/badlogic/gdx/utils/SnapshotArray.java
0764578a325488412b009749c2b07a02f09846c6
[]
no_license
khetsothea/seastory-android
cbd93480e5fbf1bb0615bbe0218ff772794c2d6b
0d6dfe206fa700b9cb43f1e88477bf6da74364ac
refs/heads/master
2020-12-30T11:02:25.748997
2016-08-14T11:21:50
2016-08-14T11:21:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,183
java
// 도박중독 예방 캠페인 // 당신 곁에 우리가 있어요! // 감당하기 힘든 어려움을 혼자 견디고 계신가요? // 무엇을 어떻게 해야 할지 막막한가요? // 당신의 이야기를 듣고 도움을 줄 수 있는 정보를 찾아 드립니다. // - 한국도박문제관리센터 (국번없이 1336, 24시간) // - KL중독관리센터 (전화상담 080-7575-535/545) // - 사행산업통합감독위원회 불법사행산업감시신고센터 (전화상담 1588-0112) // - 불법도박 등 범죄수익 신고 (지역번호 + 1301) package com.badlogic.gdx.utils; import...
[ "chacanthus@gmail.com" ]
chacanthus@gmail.com
28cfe22426d069125d2df889533127ef62f930eb
1b86a75c696ceec829934622089849f136f4bc54
/lib-utils/src/main/java/com/llj/lib/utils/AInputMethodManagerUtils.java
e497cf00c91b3b73a12b6098cc63808266fa7499
[ "Apache-2.0" ]
permissive
P79N6A/ArchitectureDemo
7fee13aaa5aba9475bb169a43b291f6e930e360d
eb6a6d7c74d191e44262226f50b34a5de05fc079
refs/heads/master
2020-06-18T03:38:29.329662
2019-07-10T07:03:09
2019-07-10T07:03:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,658
java
package com.llj.lib.utils; import android.app.Activity; import android.app.Dialog; import android.content.Context; import android.view.View; import android.view.WindowManager; import android.view.inputmethod.InputMethodManager; import android.widget.EditText; /** * InputMethodManager.HIDE_NOT_ALWAYS:表示软键盘窗口总是隐藏,除非开始...
[ "liulinjie1990823@gmail.com" ]
liulinjie1990823@gmail.com
c8442880c02eb8a744674dc7cc4abffda54f17aa
2f4a058ab684068be5af77fea0bf07665b675ac0
/utils/com/facebook/common/util/ExecutorWithProgressDialog$1.java
66277da2b058d831dff416f63ff90b870f2df527
[]
no_license
cengizgoren/facebook_apk_crack
ee812a57c746df3c28fb1f9263ae77190f08d8d2
a112d30542b9f0bfcf17de0b3a09c6e6cfe1273b
refs/heads/master
2021-05-26T14:44:04.092474
2013-01-16T08:39:00
2013-01-16T08:39:00
8,321,708
1
0
null
null
null
null
UTF-8
Java
false
false
681
java
package com.facebook.common.util; import android.app.ProgressDialog; import com.google.common.util.concurrent.FutureCallback; class ExecutorWithProgressDialog$1 implements FutureCallback<Object> { ExecutorWithProgressDialog$1(ExecutorWithProgressDialog paramExecutorWithProgressDialog, ProgressDialog paramProgress...
[ "macluz@msn.com" ]
macluz@msn.com
cf8d1140cdcede55836027c9ea07c03e452e7108
c9ae5bbaf082abe43738a7f17ffab43309327977
/Source/FA-GameServer/src/gameserver/model/templates/teleport/TeleportLocation.java
ef28dcc3cfd65472ec5a306284b3bf85027878e2
[]
no_license
Ace65/emu-santiago
2071f50e83e3e4075b247e4265c15d032fc13789
ddb2a59abd9881ec95c58149c8bf27f313e3051c
refs/heads/master
2021-01-13T00:43:18.239492
2012-02-22T21:14:53
2012-02-22T21:14:53
54,834,822
0
1
null
null
null
null
UTF-8
Java
false
false
1,508
java
/* * This file is part of aion-unique <aion-unique.com>. * * aion-emu 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. ...
[ "mixerdj.carlos@gmail.com" ]
mixerdj.carlos@gmail.com
c04b2d741ae0b5f40a20b7d2c4ce853f778d0363
5598faaaaa6b3d1d8502cbdaca903f9037d99600
/code_changes/Apache_projects/AMQ-2512/b3c2a811aeddda89d3d6579bf5294efb61c63e64/~ProxyTopicMessageStore.java
4acb4f1dd23f355092dbfa619b45a68915ad8779
[]
no_license
SPEAR-SE/LogInBugReportsEmpirical_Data
94d1178346b4624ebe90cf515702fac86f8e2672
ab9603c66899b48b0b86bdf63ae7f7a604212b29
refs/heads/master
2022-12-18T02:07:18.084659
2020-09-09T16:49:34
2020-09-09T16:49:34
286,338,252
0
2
null
null
null
null
UTF-8
Java
false
false
4,929
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...
[ "archen94@gmail.com" ]
archen94@gmail.com
c49c0dc7e23c68ed0ba24fba992cae6b882fecd2
80403ec5838e300c53fcb96aeb84d409bdce1c0c
/externalModules/onprcEHRModules/onprc_billing/src/org/labkey/onprc_billing/button/ChargeEditButton.java
1bc9dc82c93d0a09bd15cdd3f373181b4e225d85
[]
no_license
scchess/LabKey
7e073656ea494026b0020ad7f9d9179f03d87b41
ce5f7a903c78c0d480002f738bccdbef97d6aeb9
refs/heads/master
2021-09-17T10:49:48.147439
2018-03-22T13:01:41
2018-03-22T13:01:41
126,447,224
0
1
null
null
null
null
UTF-8
Java
false
false
724
java
package org.labkey.onprc_billing.button; import org.labkey.api.ehr.security.EHRProjectEditPermission; import org.labkey.api.ldk.buttons.ShowEditUIButton; import org.labkey.api.module.Module; import org.labkey.onprc_billing.security.ONPRCBillingAdminPermission; import java.util.HashMap; import java.util.Map; ...
[ "klum@labkey.com" ]
klum@labkey.com
4c0c1d781c66e339221d6331fabc34151cd653e3
cc0458b38bf6d7bac7411a9c6fec9bc3b8282d3f
/thirdParty/CSharpParser/src/csmc/javacc/generated/syntaxtree/PrimaryNoArrayCreationExpressionPrime.java
58f1f767b629b21ec8ece836e579e4472bd5bd45
[]
no_license
RinatGumarov/Code-metrics
62f99c25b072dd56e9c953d40dac7076a4376180
2005b6671c174e09e6ea06431d4711993a33ecb6
refs/heads/master
2020-07-12T04:01:47.007860
2017-08-08T07:19:26
2017-08-08T07:19:26
94,275,456
1
0
null
null
null
null
UTF-8
Java
false
false
1,226
java
// // Generated by JTB 1.3.2 // package csmc.javacc.generated.syntaxtree; /** * Grammar production: * f0 -> Literal() * | AnonymousMethodExpression() * | SimpleName() * | ParanthesizedExpression() * | ThisAccess() * | BaseAccess() * | ObjectCreationExpression(...
[ "tiran678@icloud.com" ]
tiran678@icloud.com
0092873caa40c148ea5462e71730b88243af0c0d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/35/35_afa3403e55a4c04816a8336eb2c685ea324547ab/TmcEventBus/35_afa3403e55a4c04816a8336eb2c685ea324547ab_TmcEventBus_t.java
d842c01cc84b4b4151892166cf2c927c4147e1ef
[]
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,256
java
package fi.helsinki.cs.tmc.events; import java.util.ArrayList; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; public class TmcEventBus { private static final Logger log = Logger.getLogger(TmcEventBus.class.getName()); private static final TmcEventBus instance...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7ea0af893d2940b7d309aa13609cff4df468eee5
f307a09746630e0edb6b9f10f901ddd017767d89
/Chapter 11/Java/JBehave/Bmi.java
5d09a8e3045ee713b790af8fb943eb72e4df1633
[ "LicenseRef-scancode-oreilly-notice" ]
permissive
kall/selenuimCookbookExample
b44cf52f1a671a49b9623d03a6c079c30acd2f39
219d88212e382c65ece88ec287d24461bdefffc8
refs/heads/master
2021-08-07T10:12:30.217909
2017-06-29T01:56:17
2017-06-29T01:56:17
109,909,237
0
0
null
null
null
null
UTF-8
Java
false
false
1,417
java
import junit.framework.Assert; import org.jbehave.core.annotations.Then; import org.jbehave.core.annotations.When; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; public class Bmi extends StoryBase { @When("I open BMI Calculator Home Page") public void IOpen() { driver.get...
[ "booktech@oreilly.com" ]
booktech@oreilly.com
f08ac5fa28d880e8fd3415f0aae7650e184a4188
91adc264eb26be39c656f054005ec740d07900bd
/tc_project/tciuforep/src/client/com/ufsoft/iufo/inputplugin/dynarea/RowNumberRender.java
e1c0e9391ea34ad225db2887106c1d6f7efaf32e
[]
no_license
xhrise/nc-workspaces
9f30caf273e932bd1b4c2d419ac6bef4ef55e1cc
d5fcbce810ba4d4b5405edabfb5a26c36a19e7f8
refs/heads/master
2020-05-19T10:43:29.058686
2013-06-20T02:40:27
2013-06-20T02:40:27
37,459,512
0
1
null
null
null
null
GB18030
Java
false
false
1,735
java
package com.ufsoft.iufo.inputplugin.dynarea; import java.awt.Component; import java.lang.reflect.Method; import javax.swing.JLabel; import com.ufida.iufo.pub.tools.AppDebug; import com.ufsoft.iufo.resource.StringResource; import com.ufsoft.report.ReportContextKey; import com.ufsoft.table.Cell; import com.uf...
[ "comicme_yanghe@126.com" ]
comicme_yanghe@126.com
e103e730d2ea9d89582304713cc19d37a9f031b1
d60e287543a95a20350c2caeabafbec517cabe75
/LACCPlus/Hive/7893_1.java
f471772bb9620257d69ec097626f50d773e59a4b
[ "MIT" ]
permissive
sgholamian/log-aware-clone-detection
242067df2db6fd056f8d917cfbc143615c558b2c
9993cb081c420413c231d1807bfff342c39aa69a
refs/heads/main
2023-07-20T09:32:19.757643
2021-08-27T15:02:50
2021-08-27T15:02:50
337,837,827
0
0
null
null
null
null
UTF-8
Java
false
false
1,608
java
//,temp,ThriftHiveMetastore.java,33423,33450,temp,TCLIService.java,2399,2422 //,3 public class xxx { public void onError(java.lang.Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TSerializable msg; partition_name_has_valid_char...
[ "SHOSHIN\\sgholamian@shoshin.uwaterloo.ca" ]
SHOSHIN\sgholamian@shoshin.uwaterloo.ca
0190005c1d11ffa2c0ab30972f248d5e27b3c1d2
5f1bccf6c1e2a8b020d6506c1911eff1ffa51e92
/module_main/src/main/java/com/nj/baijiayun/module_main/bean/UserItemListBean.java
a45d108911df76eae01aa9fea0d426ca5c25076d
[]
no_license
expect-github/cehan
90c2a706564dd4d66a2c6abed4c2885c202769a7
1505d22b8b5f290f258b19116e179471e25e7021
refs/heads/master
2022-12-17T03:23:14.046624
2020-09-28T03:33:10
2020-09-28T03:33:10
299,177,260
0
3
null
null
null
null
UTF-8
Java
false
false
233
java
package com.nj.baijiayun.module_main.bean; import java.util.List; public class UserItemListBean { private List<UserItemBean> userItemList; public List<UserItemBean> getUserItemList() { return userItemList; } }
[ "t" ]
t
b2801c90746442a915a9c122d9f28e008c5e0a1f
b433b7f88f114cbd6d60063ab1b69a65bcaf5ee1
/9_MultiBoard/src/main/java/com/coderby/myapp/member/controller/MemberController.java
73fa509c7cd78dcbe640eca06e57d6f6bdff1d55
[]
no_license
videocalls/videocall-1
ca972aa3832e86f33960b2ccb18c820a6e0a1af0
e305309da0be80b14673a97a080b9b11e28f0a2e
refs/heads/master
2020-03-29T11:53:04.746403
2018-09-27T07:50:46
2018-09-27T07:50:46
149,875,389
0
1
null
2018-09-22T12:37:05
2018-09-22T12:37:04
null
UTF-8
Java
false
false
4,704
java
package com.coderby.myapp.member.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import...
[ "dongbeom.kim@gmail.com" ]
dongbeom.kim@gmail.com
97723133350277c17be944dd0c20680540ad587c
4b13c1b4877bd9ced4352ab58b4aa890a06c2d60
/jaxws/src/main/java/com/webcohesion/enunciate/modules/jaxws/api/impl/JaxwsServiceApi.java
755988c154c7e4f4bad69842f36063a86bb44f04
[ "Apache-2.0" ]
permissive
stoicflame/enunciate
e1866a8be2e634d8c98adee853179b81df80a20e
446c86328a4eb6b7d1453fec7436c45552418d41
refs/heads/master
2023-09-04T19:24:44.788193
2023-04-28T00:36:40
2023-04-28T02:51:03
1,707,059
464
206
NOASSERTION
2023-08-15T17:40:53
2011-05-05T15:54:15
Java
UTF-8
Java
false
false
2,691
java
package com.webcohesion.enunciate.modules.jaxws.api.impl; import com.webcohesion.enunciate.api.ApiRegistrationContext; import com.webcohesion.enunciate.api.services.Operation; import com.webcohesion.enunciate.api.services.Service; import com.webcohesion.enunciate.api.services.ServiceApi; import com.webcohesion.enuncia...
[ "ryan@webcohesion.com" ]
ryan@webcohesion.com
9a09051f124916481adf0e46d89b3b21fc35aa35
af2646b0cd4965bbdc1b2587f49ea1024199b69e
/tablayout/src/main/java/com/zjnu/tablayoutdemo01/Act/fragment/FragFun.java
6f51c1f2b33f418d17abb68b8442aab6f5e28288
[]
no_license
ypyta68/NewsPro
b60b91329e699e1c6a5e3c32c7102c47a3db3ca0
6b42fe35f8429fa98a632fcc1ef927fce590ce70
refs/heads/master
2020-03-12T16:39:38.491490
2018-03-18T02:30:18
2018-03-18T02:30:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
644
java
package com.zjnu.tablayoutdemo01.Act.fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; /** * Created by cui on 2016/1/28. ...
[ "1134598796@qq.com" ]
1134598796@qq.com
e1993701eed5f6b13fa3b9173d96f4b3875fa7b2
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-13544-42-19-NSGA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/velocity/internal/DefaultVelocityEngine_ESTest_scaffolding.java
f5fb08e4922bb1fc9f8717f673d55fb491dacd1a
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
453
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sun Jan 19 01:02:49 UTC 2020 */ package org.xwiki.velocity.internal; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
8f14c7d85e3e3c9407d33b0ae520177a85315b39
692a7b9325014682d72bd41ad0af2921a86cf12e
/iWiFi/src/com/umeng/socialize/view/controller/g.java
a6d66505d689125badf67f2fd13c3c0fa262b916
[]
no_license
syanle/WiFi
f76fbd9086236f8a005762c1c65001951affefb6
d58fb3d9ae4143cbe92f6f893248e7ad788d3856
refs/heads/master
2021-01-20T18:39:13.181843
2015-10-29T12:38:57
2015-10-29T12:38:57
45,156,955
0
0
null
null
null
null
UTF-8
Java
false
false
1,415
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.umeng.socialize.view.controller; import com.umeng.socialize.bean.SnsPlatform; import com.umeng.socialize.bean.SocializeEntity; // R...
[ "arehigh@gmail.com" ]
arehigh@gmail.com
601ae1eb7060aa93f4eb7ef73fecbec2460f242c
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/android/generated/src/main/java/org/openapitools/client/model/ComAdobeCqSocialCommonsEmailreplyImplCommentEmailEventListenerInfo.java
b8c5f48ee72493618adfa0cf6629e3fd73e0f506
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
Java
false
false
4,066
java
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
f3c8f524417696c3c19aaf9c08bef2afe7b381a6
87bb36b03f8069f2a9ffb4025b5eb3410905f217
/stock/src/main/java/com/cvicse/stock/http/loop/YaoyueInfoRunnable.java
bff4c67223a2ffd7464d3d1ee80dee848f8f4389
[]
no_license
883111LB/app_stock
14fee33c2e4e3104a09276816efda9a38bf05406
6e89ee5809a600173e317246a56a67446b5ebe53
refs/heads/master
2022-08-28T00:48:44.988011
2020-05-27T07:29:03
2020-05-27T07:29:03
267,245,079
1
0
null
null
null
null
UTF-8
Java
false
false
619
java
package com.cvicse.stock.http.loop; import com.mitake.core.request.offer.OfferQuoteRequest; import com.mitake.core.response.offer.OfferQuoteResponse; /** * 要约 * Created by tang_hua on 2020/2/28. */ public abstract class YaoyueInfoRunnable extends RunTaskState<OfferQuoteResponse> { private String code; ...
[ "3140704209.l" ]
3140704209.l
cb0b82ed62aa14a774d64848ef6d9ecf2744d309
4ca6751a5b5a7c3afd541c7fcf54d6773f10e4ed
/app/src/main/java/com/zgk/viewpagerf/MyAdapters/MyAdapter/CourseAdapter.java
b027d60d57cdef32fe81ff5065445609dd2c92cf
[]
no_license
zgkzgk/UPC
7c0cac3e557233c19d1bb35d41c1a9d3d2b5362d
78ddd347e7aa69930fb75f78dc166a07e51f73d2
refs/heads/master
2023-01-08T21:42:33.790903
2020-11-16T13:11:19
2020-11-16T13:11:19
313,291,549
3
0
null
null
null
null
UTF-8
Java
false
false
977
java
package com.zgk.viewpagerf.MyAdapters.MyAdapter; import android.support.annotation.LayoutRes; import android.support.annotation.Nullable; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.zgk.viewpagerf.R; import java.util.List; public class Cours...
[ "tony@gmail.com" ]
tony@gmail.com
0cd3c2d412ae106468ae8c351eb6479b86afe046
3c18b4ab3a20dab175dc48758835fb1a854a92c8
/src-advance/framac/pdg/graph/ControlDependencyEdge.java
679903c6c4c965a87281917cfbdd7878207111a7
[ "Apache-2.0" ]
permissive
lta-disco-unimib-it/BCT
2c6bcf52894db8798d8ad14c7ebe066262dd22e4
1c7fcb52f42bae9f5169c94032ded919cb1c42c4
refs/heads/master
2020-08-24T16:32:03.904958
2019-10-22T20:30:10
2019-10-22T20:30:10
216,863,231
0
0
null
null
null
null
UTF-8
Java
false
false
958
java
/******************************************************************************* * Copyright 2019 Fabrizio Pastore, Leonardo Mariani * * 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 L...
[ "fabrizio.pastore@gmail.com" ]
fabrizio.pastore@gmail.com
d49aa852ca62cc5773d8a13babb8e489197ee3c8
49c41c36d09d690adca891ed9ad0872307fea9c4
/Java/src/test/java/org/ciyam/at/MiscTests.java
9ccc5ddd7abe4ba9eeb58758b15c511fb3847680
[]
no_license
catbref/AT
af337a94ebd08fc5272c4b2f84964324031456b9
b39c0d58b8718aa671680d1e71b96d9ed1007259
refs/heads/master
2023-05-11T14:44:49.273411
2023-05-08T10:40:59
2023-05-08T10:40:59
149,878,346
1
3
null
2020-11-24T10:17:56
2018-09-22T13:15:10
Java
UTF-8
Java
false
false
3,476
java
package org.ciyam.at; import static org.junit.Assert.*; import org.ciyam.at.test.ExecutableTest; import org.ciyam.at.test.TestAPI; import org.ciyam.at.test.TestUtils; import org.junit.Test; public class MiscTests extends ExecutableTest { @Test public void testSimpleCode() throws ExecutionException { long testVa...
[ "misc-github@talk2dom.com" ]
misc-github@talk2dom.com
9f2448c293d9945d052a838f4619f3c218ae128d
63d319fbd88e49701d8dcc2919c8f3a6013e90d0
/Applications/CIM/plugins/es.tid.cim.diagram/src/es/tid/cim/diagram/view/factories/ComputerSystemRunningOSViewFactory.java
8328204740e22866749b205c936695aa2064d19e
[]
no_license
DevBoost/Reuseware
2e6b3626c0d434bb435fcf688e3a3c570714d980
4c2f0170df52f110c77ee8cffd2705af69b66506
refs/heads/master
2021-01-19T21:28:13.184309
2019-06-09T20:39:41
2019-06-09T20:48:34
5,324,741
1
1
null
null
null
null
UTF-8
Java
false
false
1,652
java
package es.tid.cim.diagram.view.factories; import java.util.ArrayList; import java.util.List; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.gmf.runtime.diagram.core.util.ViewUtil; import org.eclipse.gmf.runtime.diagram.ui.view.factories.ConnectionViewFactory; import org.eclipse.gmf.runtime.no...
[ "jendrik.johannes@devboost.de" ]
jendrik.johannes@devboost.de
3eaee0920dc52beb927f2dba35e782f06e27c6f4
0a6e41da01e43562e8a5ef6d227e10159fc253b3
/common/src/main/java/com/spring/base/vo/baseinfo/menu/MenuUpdateVo.java
a4a81f4363dfc5723b9311120c2178cea67f9a5f
[]
no_license
chq347796066/base-interface
917914190be0b487929f38d2cce68f7e396c149e
356aabbdcf827c9a65083d17c3e7ade259801bfd
refs/heads/main
2023-02-26T13:53:26.205433
2021-02-08T10:24:36
2021-02-08T10:24:36
337,037,239
0
0
null
null
null
null
UTF-8
Java
false
false
2,004
java
package com.spring.base.vo.baseinfo.menu; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.ToString; /** * @author 作者:ZhaoJinHua * @date : 创建时间:2020-03-13 11:18:07 * @Desc类说明: 更新菜单vo */ @ApiModel @Data @ToString public class MenuUpdateVo { ...
[ "chq347796066@126.com" ]
chq347796066@126.com
c189cdf979cfadf5e4625327570d5fe8c8361e70
4effb019df80da8895be2aeb11afec47ef6cfbc4
/src/main/java/spring/boot/ibatis/mybatis/MyBatisController.java
be7aa5fd9254edb164817c927ab13f747967ed66
[]
no_license
tushar239/SampleIBatisProject
4fb01b0b8ff054922f08eb6ba397601c03221024
43f1deae99e945f5b6ac631b396de3958459f084
refs/heads/master
2020-05-29T08:53:41.623104
2016-09-28T06:03:26
2016-09-28T06:03:26
69,430,994
0
0
null
null
null
null
UTF-8
Java
false
false
1,334
java
package spring.boot.ibatis.mybatis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import spring.boot.ibatis.User; import java.util.List; /** * Created by chokst on 12/2/14. ...
[ "tushar239@gmail.com" ]
tushar239@gmail.com
fed11935428b9800f7574473641edf93fd99200d
f445098db4c7a9ddcab6ae04f76b0ca05578c280
/ssido.web/src/main/java/ssido/web/util/Either.java
d7a989601925a080859842b4d4978c94d22215c5
[ "Apache-2.0" ]
permissive
UBICUA-JSSI/ssido.server
8de12b05a00c92939d494a4366c62d151086a571
04d6aae67ce250050f64969ef369e8588bc1570d
refs/heads/main
2023-06-15T23:13:28.819479
2021-07-15T13:41:39
2021-07-15T13:41:39
375,471,383
2
1
null
null
null
null
UTF-8
Java
false
false
3,026
java
// Copyright (c) 2018, Yubico AB // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this // list of conditions a...
[ "vladimir.perez.gonzalez@gmail.com" ]
vladimir.perez.gonzalez@gmail.com
1ba3aeb22ec41ad8a3126ea534497c0a3efa99ce
d3c8d03a74e97bbb1f1c4c999ee89526f3c972a0
/src/main/java/com/tryine/oa/modules/oa/entity/OaTravelapply.java
c4ce8c88bcf5b53a21469d63259584839de52c66
[]
no_license
summer0581/tryineoa
f1da69cfe0ea388d539ed7b2b4858853232eaccd
98cd5d54d76541795cf35d29630e65d7de03fcfd
refs/heads/master
2021-01-25T04:08:28.336639
2015-06-18T01:24:50
2015-06-18T01:24:50
33,820,590
0
0
null
null
null
null
UTF-8
Java
false
false
5,883
java
/** * Copyright &copy; 2012-2014 <a href="">TryineOA</a> All rights reserved. */ package com.tryine.oa.modules.oa.entity; import java.util.Date; import org.hibernate.validator.constraints.Length; import com.fasterxml.jackson.annotation.JsonFormat; import com.tryine.oa.common.persistence.FlowEntity; import com.tryi...
[ "sum_xiatian@163.com" ]
sum_xiatian@163.com