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
3135a6dced8697e634295aa722e2c18e50d3843a
377405a1eafa3aa5252c48527158a69ee177752f
/src/com/biznessapps/music/MusicDetailFragment$1$1.java
72176f405c70610825b197583be50c74443980ac
[]
no_license
apptology/AltFuelFinder
39c15448857b6472ee72c607649ae4de949beb0a
5851be78af47d1d6fcf07f9a4ad7f9a5c4675197
refs/heads/master
2016-08-12T04:00:46.440301
2015-10-25T18:25:16
2015-10-25T18:25:16
44,921,258
0
1
null
null
null
null
UTF-8
Java
false
false
1,131
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.biznessapps.music; import android.os.Handler; import com.biznessapps.api.AppHandlers; import com.biznessapps.player.PlayerStateListe...
[ "rich.foreman@apptology.com" ]
rich.foreman@apptology.com
eb0d7fc784100d3cb207b5636adaa786e5cd213c
91adc264eb26be39c656f054005ec740d07900bd
/hongshi_project/hrhi/src/public/nc/itf/hi/IPsnCardBrowser.java
9a3e2b63a34178a8e762cd01bb44d6fb8044c1cd
[]
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
2,596
java
package nc.itf.hi; import nc.vo.hi.hi_301.HRMainVO; import nc.vo.hi.hi_401.PsnDataVO; import nc.vo.hr.formulaset.BusinessFuncParser_sql; import nc.vo.pub.BusinessException; import nc.vo.pub.query.ConditionVO; public interface IPsnCardBrowser { /** * 查询人数 * * @param pk_corp * @param deptdoclist ...
[ "comicme_yanghe@126.com" ]
comicme_yanghe@126.com
b6874e0ed3eb8520b1fa50fdd8e6c5d0d881072e
19c445c78c95e340dac3c838150c40e1580b4e92
/src/test/java/perf/RecordBase.java
1d9ad01616e13fa9dc8908c224aeb4ede46a85ef
[ "Apache-2.0" ]
permissive
FasterXML/jackson-databind
c718cf79367c61e8e56c35defe3d8a75d8969c1c
39c4f1f5b5d1c03e183a141641021019b87e61a0
refs/heads/2.16
2023-08-29T00:20:02.632707
2023-08-26T01:58:29
2023-08-26T01:58:29
3,038,937
3,270
1,604
Apache-2.0
2023-09-12T16:54:41
2011-12-23T07:17:41
Java
UTF-8
Java
false
false
380
java
package perf; public class RecordBase { public int age; public String firstName, lastName; public char gender; public boolean insured; protected RecordBase() { } protected RecordBase(int a, String fn, String ln, char g, boolean ins) { age = a; firstName = fn; lastNa...
[ "tsaloranta@gmail.com" ]
tsaloranta@gmail.com
dbbd05192955f530bf712664d8cace668d43587a
63b5fdc6824b1fcbd6990fa23621794feaa85eab
/lesson9/src/main/java/otus/spring/albot/lesson9/business/BookCommentPreparerImpl.java
7890f584000c9a7bf264ec5997265cfd8c6c94a0
[]
no_license
DmitriyAl/2020-02-otus-spring-albot
32e228e6bb944b1de0088f40d02e6f39fe289d26
65fe2512c1f32cea1e91eefa5922fa7cac418a69
refs/heads/master
2021-02-17T17:12:29.749801
2020-09-07T09:33:32
2020-09-07T09:33:32
245,113,832
0
0
null
2020-08-31T19:43:24
2020-03-05T08:58:59
Java
UTF-8
Java
false
false
1,731
java
package otus.spring.albot.lesson9.business; import lombok.AllArgsConstructor; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import otus.spring.albot.lesson9.dao.BookDao; import otus.spring.albot.lesson9.dao.CommentDao; import otus.spring.albot.lesson9.e...
[ "dvalbot@mail.ru" ]
dvalbot@mail.ru
f5c0a606da90cd480a4f5b328a94486b2ead8af4
cbd008fd2a51bdce386bba16190869a75e897f6c
/java/src/PartOne/BiteCompute/q190/q190.java
2f7ef143476d60391b3af7328a3ce6f594acd16f
[]
no_license
Archer-Fang/algorithm
06e0ba598bc128bb28aca88ae6514976769bf411
6c3eb27998c1f21ecb5d65c422ad8d4da67ebf90
refs/heads/master
2022-03-09T09:45:56.365126
2022-03-09T09:09:06
2022-03-09T09:09:06
230,906,996
1
0
null
null
null
null
UTF-8
Java
false
false
548
java
package PartOne.BiteCompute.q190; /** * @author Created by Fangzj * @data 2021/3/18 20:28 **/ class Solution { // you need treat n as an unsigned value public int reverseBits(int n) { int ans=0; for (int i=0;i<32;i++){ ans<<=1; ans+=n&1; n>>=1; } ...
[ "1091053002@qq.com" ]
1091053002@qq.com
5def9750878fe5bbe5ec652f43b518d3a1a70497
bbdcd6b5285345f663b6ba2a5c6b1c82dde31730
/server/game/src/main/java/com/wanniu/game/request/item/GetAllEquipDetailsHandler.java
4ecc12ea0bb2b42c05da2c3f3a81fdef9141f1fa
[]
no_license
daxingyou/yxdl
644074e78a9bdacf351959b00dc06322953a08d7
ac571f9ebfb5a76e0c00e8dc3deddb5ea8c00b61
refs/heads/master
2022-12-23T02:25:23.967485
2020-09-27T09:05:34
2020-09-27T09:05:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,538
java
package com.wanniu.game.request.item; import com.wanniu.core.game.entity.GClientEvent; import com.wanniu.core.game.protocol.PomeloRequest; import com.wanniu.core.game.protocol.PomeloResponse; import com.wanniu.game.bag.WNBag; import com.wanniu.game.player.WNPlayer; import java.io.IOException; import java.util.ArrayLi...
[ "parasol_qian@qq.com" ]
parasol_qian@qq.com
76b1eb21979f0bfc6518f679e09468f70f73676d
03e124899c0998e104f5acb3e2f8917d04868434
/JAX-WS08-RI-Consumer-Stub-BookStore/src/com/nt/service/BookConsumer.java
64a8c521b06b5b46ddf7db2536659f397e65572d
[]
no_license
devajdev/Webservices
72420c8e1860863f199d477762677d64651112e1
3d0b74949980d3aa939d612df63abf4fd6b7e0a4
refs/heads/master
2020-04-17T07:05:37.181187
2019-01-18T06:13:15
2019-01-18T06:13:15
166,353,429
0
0
null
null
null
null
UTF-8
Java
false
false
534
java
package com.nt.service; import com.nt.res.bindings.BookResType; public class BookConsumer { public static void main(String[] args) { BookImplService service=new BookImplService(); Book book=service.getBookImplPort(); BookResType type=book.searchBook(101); System.out.println("BookId : "+type.ge...
[ "devaj04@gmail.com" ]
devaj04@gmail.com
ce82871f515e247289fbb8b01855a0a85ad4ea4c
b6e99b0346572b7def0e9cdd1b03990beb99e26f
/src/gcom/gui/cobranca/spcserasa/PesquisarNegativadorMovimentoAction.java
c885c0739d6ec96960f28091df67af8be361c747
[]
no_license
prodigasistemas/gsan
ad64782c7bc991329ce5f0bf5491c810e9487d6b
bfbf7ad298c3c9646bdf5d9c791e62d7366499c1
refs/heads/master
2023-08-31T10:47:21.784105
2023-08-23T17:53:24
2023-08-23T17:53:24
14,600,520
19
20
null
2015-07-29T19:39:10
2013-11-21T21:24:16
Java
ISO-8859-1
Java
false
false
8,048
java
package gcom.gui.cobranca.spcserasa; import gcom.cobranca.Negativador; import gcom.cobranca.NegativadorMovimento; import gcom.fachada.Fachada; import gcom.gui.ActionServletException; import gcom.gui.GcomAction; import gcom.spcserasa.FiltroNegativador; import gcom.spcserasa.FiltroNegativadorMovimento; import g...
[ "piagodinho@gmail.com" ]
piagodinho@gmail.com
76cd53a973b0609d2fcb3aff3c31f7d5a3ce8d88
da371006a02c6e80b68c32ae3bbdd32bc421c38a
/playgrounds/ivtExt/src/main/java/playground/clruch/jmapviewer/tilesources/MapnikTileSource.java
66744a7c7d12c778a3353c1fe0a7d3d0b9bfddc4
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Udacity-repo/matsim
bf994ce83b50798bba6fc9d03f1d74fa6668a58f
7da270848e8b98f5447ed172a5115a1a27c48457
refs/heads/master
2020-12-02T22:08:09.188553
2017-06-27T16:06:40
2017-06-27T16:06:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
411
java
package playground.clruch.jmapviewer.tilesources; /** * The default "Mapnik" OSM tile source. */ public class MapnikTileSource extends CyclicTileSource { private static final String[] SERVER = { "a", "b", "c" }; /** * Constructs a new {@code "Mapnik"} tile source. */ public MapnikTileSource()...
[ "jan.hakenberg@gmail.com" ]
jan.hakenberg@gmail.com
cdd00a16cb73d4a940a9e8ec026025034622e38a
14c8213abe7223fe64ff89a47f70b0396e623933
/com/google/api/client/repackaged/com/google/common/base/CharMatcher$RangesMatcher.java
0fae538f7b69b44976a1e2e960f9804f1cfe3c90
[ "MIT" ]
permissive
PolitePeoplePlan/backdoored
c804327a0c2ac5fe3fbfff272ca5afcb97c36e53
3928ac16a21662e4f044db9f054d509222a8400e
refs/heads/main
2023-05-31T04:19:55.497741
2021-06-23T15:20:03
2021-06-23T15:20:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,220
java
package com.google.api.client.repackaged.com.google.common.base; import java.util.*; private static class RangesMatcher extends CharMatcher { private final String description; private final char[] rangeStarts; private final char[] rangeEnds; RangesMatcher(final String a3, final char[] v1, final c...
[ "66845682+chrispycreme420@users.noreply.github.com" ]
66845682+chrispycreme420@users.noreply.github.com
d01ad68ea542a333c00cdaa9c5d2fa3afefa1aae
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1483488_0/java/twds/Main.java
f6df51b6e936815c3d2193f05c47172a5d91c30b
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
Java
false
false
2,260
java
import java.io.FileInputStream; import java.util.*; import java.math.*; public class Main { static int[] toDigits(int val) { int count = 1; int temp = val / 10; while (temp > 0) { count++; temp /= 10; } int[] arr = new int[count]; ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
90367b3e8334fd0c4d27a0992413491a74111718
ea866a11daf4ebbecd080c19595867154ca95f45
/app/src/main/java/com/szy/yishopcustomer/Util/json/NullStringToEmptyAdapterFactory.java
b541338d2302c9705c704d64130dbe5b3fb8c285
[]
no_license
wongainia/lyzb
a7def27abf59371164a19344eede2b734403472c
22fcb1f45672c4186c883df88621b1913f789c80
refs/heads/master
2022-01-08T14:23:22.605769
2019-07-18T04:48:46
2019-07-18T04:48:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
586
java
package com.szy.yishopcustomer.Util.json; import com.google.gson.Gson; import com.google.gson.TypeAdapter; import com.google.gson.TypeAdapterFactory; import com.google.gson.reflect.TypeToken; /** * Created by shidengzhong on 2019/1/3. */ public class NullStringToEmptyAdapterFactory<T> implements TypeAdapterFactory...
[ "chenchaozheng@lyzb.cn" ]
chenchaozheng@lyzb.cn
497b644e0e1c7001f67b38006e1f73cb705b1561
0a20a3db6c959204c3dc2c6e9d48b3d01757e2db
/app/src/main/java/com/TBI/Client/Bluff/Model/getNewNotification/DataSuggest.java
33f166b681ce8ef734717c73369fecaa5ea62992
[]
no_license
MeghaPatel2022/Blufff-Social-Media
60562661c2e49fe525119e145c76df162a76d5eb
c844ba06ee65b77bb3392ec790b93c1a03cea76b
refs/heads/master
2023-08-13T15:15:08.891655
2021-10-18T07:21:33
2021-10-18T07:21:33
418,386,265
0
0
null
null
null
null
UTF-8
Java
false
false
876
java
package com.TBI.Client.Bluff.Model.getNewNotification; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; public class DataSuggest { @SerializedName("success") @Expose private Boolean success; @SerializedName("message") @Expose ...
[ "megha.bpatel2022@gmail.com" ]
megha.bpatel2022@gmail.com
74ff7aedea3d11ada5857a97218c760e2664ac35
e861c6590f6ece5e3c31192e2483c4fa050d0545
/app/src/main/java/plugin/android/ss/com/testsettings/settings/development/EmulateDisplayCutoutPreferenceController.java
6e8a0f37110e758f8640be5d46e9828ac30afb87
[]
no_license
calm-sjf/TestSettings
fc9a9c466f007d5eac6b4acdf674cd2e0cffb9a1
fddbb049542ff8423bdecb215b71dbdcc143930c
refs/heads/master
2023-03-22T02:46:23.057328
2020-12-10T07:37:27
2020-12-10T07:37:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,729
java
/* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "xiaoxiaoyu@bytedance.com" ]
xiaoxiaoyu@bytedance.com
097c57526ab8db4144639910c7f66063c4bb6ebb
c79a207f5efdc03a2eecea3832b248ca8c385785
/com.googlecode.jinahya/ocap-api/1.1.3/src/main/java/org/ocap/si/PATProgram.java
812ffcace7d41491112c2f3540bc78f334534fa4
[]
no_license
jinahya/jinahya
977e51ac2ad0af7b7c8bcd825ca3a576408f18b8
5aef255b49da46ae62fb97bffc0c51beae40b8a4
refs/heads/master
2023-07-26T19:08:55.170759
2015-12-02T07:32:18
2015-12-02T07:32:18
32,245,127
2
1
null
2023-07-12T19:42:46
2015-03-15T04:34:19
Java
UTF-8
Java
false
false
765
java
/* * PATProgram.java */ package org.ocap.si; /** * This interface represents an program block in the information loop of * the MPEG-2 PAT.Each PAT will contain a loop of these blocks. */ public interface PATProgram { /** * Get the program_number field. Sixteen bit field, specifies the * program to...
[ "onacit@e3df469a-503a-0410-a62b-eff8d5f2b914" ]
onacit@e3df469a-503a-0410-a62b-eff8d5f2b914
3f94e29b464196f672d9de37dedbf5e06c8c892a
b2af4f7c12b481a08e266c4f3e934860719ac414
/p2p-exterface/src/main/java/com/bjpowernode/p2p/service/vo/ResultObject.java
8199093534bc3de9f3d9c051dcbbbd95e0abff6b
[]
no_license
yachaowang/p2p
d235f8b0d5625fedf2d34761b4cd28a6b74120f7
597359b2c7ec35720d58acbe50d5695bc0256b2c
refs/heads/master
2020-05-23T11:33:37.056628
2019-05-15T03:13:13
2019-05-15T03:13:13
186,738,789
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package com.bjpowernode.p2p.service.vo; import lombok.Data; import java.io.Serializable; /** * @ClassName ResultObject * @Description * @Version 1.0 * @Date 2019/3/28 21:37 * @Author wyc **/ @Data public class ResultObject implements Serializable { /** * SUCCESS|FAIL */ private String errorC...
[ "zs@bjpowernode.com" ]
zs@bjpowernode.com
b5096a843c952389881e0a2ff4fec8f717e2c5eb
1294552da428420f5106c1f705e67ceb44b44058
/think/src/thinkInJava/zyq15/Holder2.java
e99647e6b0754a70709f82f3008bdc2e3982cb72
[]
no_license
xiaodupi-zyq/javaStudy
e0137f4017dfa185b17df16b3ef76fb710c5b2e6
3a906107968b736bc39c2a16e93e20a322e3f7e2
refs/heads/master
2021-06-23T03:20:00.184844
2021-03-13T13:15:14
2021-03-13T13:15:14
198,929,279
1
0
null
null
null
null
UTF-8
Java
false
false
510
java
package thinkInJava.zyq15; public class Holder2 { private Object a; public void Holder2(Object a) { this.a = a; } public void set(Object a) { this.a = a; } public Object get() { return a; } public static void main(String[] args){ Holder2 h2 = new Holder2(...
[ "741883796@qq.com" ]
741883796@qq.com
a87103ebbb9c7042e1ded83a5919599889e745e3
ef03c8f258d69e39c71e1de5492511323a7cc3af
/security-core/src/main/java/security/core/DTO/Role.java
29bc31d05d539c2f5aa33086a2571ddd39e7a0f3
[]
no_license
ysyl/security_module
f758a68d803000262769788544864987463fd2cf
01bd0b13294ef0e594f13b482fd1cdea52584c9f
refs/heads/master
2020-03-22T20:55:49.777749
2018-08-13T09:26:36
2018-08-13T09:26:36
140,643,252
0
0
null
null
null
null
UTF-8
Java
false
false
670
java
package security.core.DTO; import java.io.Serializable; import org.springframework.security.core.GrantedAuthority; public class Role implements Serializable, GrantedAuthority { /** * */ private static final long serialVersionUID = 1L; private Integer id; private String roleName; public...
[ "zhoujian1237@gmail.com" ]
zhoujian1237@gmail.com
21877539bf1a90045699d77ee8ca64333378ff3f
dfbc143422bb1aa5a9f34adf849a927e90f70f7b
/Contoh Project/video walp/com/google/android/gms/internal/ads/fl.java
1ebecd4ac6f1967af850e0c712fa49e19de7bb70
[]
no_license
IrfanRZ44/Set-Wallpaper
82a656acbf99bc94010e4f74383a4269e312a6f6
046b89cab1de482a9240f760e8bcfce2b24d6622
refs/heads/master
2020-05-18T11:18:14.749232
2019-05-01T04:17:54
2019-05-01T04:17:54
184,367,300
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package com.google.android.gms.internal.ads; import android.content.Context; public abstract interface fl { public abstract ne<fm> a(Context paramContext); } /* Location: C:\Users\IrfanRZ\Desktop\video walp\classes_dex2jar.jar * Qualified Name: com.google.android.gms.internal.ads.fl ...
[ "irfan.rozal44@gmail.com" ]
irfan.rozal44@gmail.com
5816f26a98276e582e2991c914943eec0c75df9e
2cb35835bd987728f6a0173cad9df853e76fc1d6
/JavaCore/Collections/ListExample/src/main/java/vn/techmaster/Employee.java
62acb9dd774c80ad2c507c3da4ad191d3ff5efe1
[]
no_license
TechMaster/JavaCore
39b3773f82b3f8ecefff3b8e6bf62767900540fb
86f6ca5e210b56d410b47e56e0dd7d20f98d9f5a
refs/heads/main
2023-07-02T08:19:48.860211
2021-07-30T08:02:39
2021-07-30T08:02:39
326,530,123
3
9
null
null
null
null
UTF-8
Java
false
false
353
java
package vn.techmaster; public class Employee { int id; String name; int age; // phím tắt Alt + insert public Employee(int id, String name, int age){ this.id = id; this.name = name; this.age = age; } @Override public String toString() { return id + " - ...
[ "=" ]
=
9dadc2a3a2b3855b8abb17e36f32300b654e3bb6
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/20/20_892c84a295de4d21652c0d4c7ed0e6d3d78bfffb/BaseCoreRenderer/20_892c84a295de4d21652c0d4c7ed0e6d3d78bfffb_BaseCoreRenderer_t.java
a16ff9e19fcf20a57a1c5fe88044734358b27b39
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
4,545
java
/* * Copyright 2004-2013 ICEsoft Technologies Canada Corp. * * 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 * * Unles...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
03969a36771d7ef7c850cbb865f7a0c290ab54e9
58c23f6d66d08ef81c89d24f642f24f09704ec48
/csas-framework/hs-common/src/main/java/com/hoomsun/common/security/RSA.java
a76b4cc127f82194185498cb75a2ee20ca48e0e9
[]
no_license
ybak/casc-framework
5ed651901eb4357e807d3c3d3440ed26c1848d56
b76e68dd53cf26ce6302db545afd572a38aac3e3
refs/heads/master
2021-03-24T01:11:12.632781
2018-05-16T06:49:09
2018-05-16T06:49:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,671
java
/** * Copyright www.hoomsun.com 红上金融信息服务(上海)有限公司 */ package com.hoomsun.common.security; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.PrivateKey; import java.security.PublicKey; import java.security.interfaces.RSAPrivateKey; import java.se...
[ "936707967@qq.com" ]
936707967@qq.com
f81ff9f583c8008ea4644e60165d890edbbecc9f
e1af8e2f102a8c13c21064f538cf20e704374f42
/777-Android-40-IntentForResult/src/android/te40/MainActivity.java
6d6612152886e93a0b0737cf1e5edde8cf31a87c
[]
no_license
hishark/Android
c06d5008143a2242ffe79d403d8746b80f44264b
1e7dc5b98be9e3f9dea3250b8ca3129bcf7372b9
refs/heads/master
2021-01-24T21:12:26.344779
2018-03-27T09:05:03
2018-03-27T09:05:03
123,268,181
1
0
null
null
null
null
GB18030
Java
false
false
3,681
java
package android.te40; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.view.Menu; import android.view.View; import android.widget.Button; import android.widget.EditText; public class MainActivity extends Activity { //1.定义成员变量 EditText etUsernmae,etPassword; Butt...
[ "hishark@yeah.net" ]
hishark@yeah.net
e1379942033fdc1faa94ac83b70bbfdbd0b20c81
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/14/14_7c89bf051e316b431f61535561a04f07fba5cb29/Closure/14_7c89bf051e316b431f61535561a04f07fba5cb29_Closure_t.java
1e91e04cde334e1c58ddb126bf3f9ed4d1cbb660
[]
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,767
java
package core; import java.util.HashSet; import java.util.Iterator; public class Closure { //HashSet<FunctionalDependency> dependencies; HashSet<String> closureAttributes; HashSet<String> startAttributes; public Closure(){ //dependencies = new HashSet<FunctionalDependency>(); this.startAttri...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
fef74583aeda3e6fb366eef47a971a75ce0882ab
775a8814cf11ecf2536e0c569fad7e8a932b8b24
/src/main/java/com/hq/nettySix/TestHttpServerHanler.java
17493e35e74e320240b87cbcde796a15b477269b
[ "Apache-2.0" ]
permissive
sdisk/him
e7312710afc65fc068f74babe6e74c0e956061f6
1192c47ce993bf4a935c8620090c36eea27fdd1f
refs/heads/master
2022-10-16T19:06:05.384124
2022-04-01T02:47:16
2022-04-01T02:47:16
201,966,761
0
0
Apache-2.0
2022-10-05T00:28:38
2019-08-12T16:20:11
Java
UTF-8
Java
false
false
438
java
package com.hq.nettySix; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; /** * @program: him * @description: * @author: Mr.Huang * @create: 2019-08-15 14:06 **/ /*public class TestHttpServerHanler extends SimpleChannelInboundHandler<MyData.MyMessage> { @Ov...
[ "huang50179@163.com" ]
huang50179@163.com
2d59ae2525fe546042caa53f2db0cac6c2104262
900b0bc2822aeafff5bc91903af5d241a97da511
/gameserver/data/scripts/ai/KrateisFighter.java
661766e96d22b02ad6a2588f2f109c76d1e83115
[]
no_license
LacosteR/mesdev
43ae3e63ef02b482a6e10a340f41c5bbe735a094
e0e46269ef0440b54dd38bfb84235393b29b55ed
refs/heads/master
2021-07-16T02:57:53.101176
2017-10-20T01:38:51
2017-10-20T01:38:51
107,477,817
0
1
null
null
null
null
UTF-8
Java
false
false
1,114
java
package ai; import l2p.gameserver.ai.Fighter; import l2p.gameserver.model.Creature; import l2p.gameserver.model.Player; import l2p.gameserver.model.entity.events.impl.KrateisCubeEvent; import l2p.gameserver.model.entity.events.objects.KrateisCubePlayerObject; import l2p.gameserver.model.instances.NpcInstance; ...
[ "pavel.shuckii@yandex.ru" ]
pavel.shuckii@yandex.ru
09fa09dd25f657a9952eae2fc591d7836cadb2e3
7c9f40c50e5cabcb320195e3116384de139002c6
/Plugin_Parser/src/tinyos/yeti/nesc12/parser/actions/Action355.java
e506ae997d44c27a777004d6de4d03ebb8883a54
[]
no_license
phsommer/yeti
8e89ad89f1a4053e46693244256d03e71fe830a8
dec8c79e75b99c2a2a43aa5425f608128b883e39
refs/heads/master
2021-01-10T05:33:57.285499
2015-05-21T19:41:02
2015-05-21T19:41:02
36,033,399
3
0
null
null
null
null
UTF-8
Java
false
false
2,330
java
/* * Yeti 2, NesC development in Eclipse. * Copyright (C) 2009 ETH Zurich * * 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 late...
[ "besigg@2a69fd7c-12de-fc47-e5bb-db751a41839b" ]
besigg@2a69fd7c-12de-fc47-e5bb-db751a41839b
7e926272630c3e8c7bf2388540de5d2b0fd47231
82ce797dcb91dc849a87ec50684811e06cb9a091
/app/src/main/java/com/coahr/thoughtrui/mvp/model/Bean/EvenBus_SubjectList_id.java
e986cfa1d26870b01d22f460e28f4a6d5e32cfce
[]
no_license
LEEHOR/ThoughtRui
f0864f8f8ee01eeab8931267bb33020cecdf03e4
684c424c7ac4850d3d058863c08e6a819e5845d2
refs/heads/master
2020-04-07T01:31:47.073843
2019-08-15T01:23:36
2019-08-15T01:23:36
157,943,972
0
0
null
null
null
null
UTF-8
Java
false
false
493
java
package com.coahr.thoughtrui.mvp.model.Bean; /** * @author Leehor * 版本: * 创建日期:2019/3/5 * 描述:点击三级列表回调给答题页 */ public class EvenBus_SubjectList_id { private String Sub_id; public String getSub_id() { return Sub_id; } public void setSub_id(String sub_id) { Sub_id = sub_id; } ...
[ "1622293788@qq.com" ]
1622293788@qq.com
c72279d86ef9411bfce13aa8f8819ab09f322dd3
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.5.1/sources/com/iqoption/view/c/a.java
4984fdbc5b3fc7eccb0054d197c13866f22c0303
[]
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
752
java
package com.iqoption.view.c; import android.graphics.Canvas; import android.graphics.Rect; import com.iqoption.util.aa; /* compiled from: ViewFrameHelper */ public class a { private float dGq; private float dGr; private int dGs; private float dGt; private Rect dGu = new Rect(); public a(float...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
2aab7e7dcdca2f79c43a717afbe72ff64eb52a4b
8e555bc3fa12263de5085ce6e7d037b62131c1ee
/integration/recyclerview/src/main/java/com/bumptech/glide/integration/recyclerview/RecyclerToListViewScrollListener.java
4240c965e8361479c6b9875f6a77c416919d99ee
[ "BSD-2-Clause-Views", "Xfig", "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
FY6/glide
3797c8b461005fabc8c23e722dbf75a20bb89108
70e0ee01ac0a0ace196be2b045b683b6459327ea
refs/heads/master
2020-05-16T23:47:35.413093
2019-05-31T01:52:49
2019-05-31T01:52:49
183,376,563
1
0
null
2019-04-25T07:05:54
2019-04-25T07:05:54
null
UTF-8
Java
false
false
2,596
java
package com.bumptech.glide.integration.recyclerview; import android.support.annotation.NonNull; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.widget.AbsListView; import android.widget.ListView; /** * Converts {@link android.support.v7.widget.Recyc...
[ "f_y_wang6@163.com" ]
f_y_wang6@163.com
f36232148d380d91aec5be24a79424a722a26f7c
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/io/fabric/sdk/android/services/common/IdManager.java
197f625d55912d509b0e93a784a7a9896ec4c92b
[]
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
7,051
java
package io.fabric.sdk.android.services.common; import android.annotation.SuppressLint; import android.content.Context; import android.content.SharedPreferences; import android.os.Build; import android.os.Build.VERSION; import android.text.TextUtils; import io.fabric.sdk.android.c; import io.fabric.sdk.android.h; impor...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
7452c4dac128074bcb3ed615ec3609d875bd4e2e
afb256b6bbc5c4d4e907fb48a7782e8a08299458
/beige-uml-base/src/main/java/org/beigesoft/uml/service/edit/SrvEditRelationshipBinaryVarious.java
e9d1921179d3832c80d30c4f7843ef059e6cc661
[ "Apache-2.0" ]
permissive
rudyENgithub/beige-uml
ab457b516f56e0572e82953a97963bf0328e65e2
0f32391b9cd0c00696bf6fbd77c7cc7932f883cb
refs/heads/master
2021-01-11T22:30:54.037189
2016-09-23T13:18:51
2016-09-23T13:18:51
78,979,715
0
0
null
null
null
null
UTF-8
Java
false
false
2,239
java
package org.beigesoft.uml.service.edit; import java.util.Set; import org.beigesoft.service.ISrvI18n; import org.beigesoft.ui.service.ISrvDialog; import org.beigesoft.uml.app.model.SettingsGraphicUml; import org.beigesoft.uml.pojo.RelationshipBinaryVarious; public class SrvEditRelationshipBinaryVarious<M extends Rela...
[ "demidenko05@gmail.com" ]
demidenko05@gmail.com
126d931f40acc10fe7bccd886f1e6a9efd2c84e7
84c3301dd799d1d0e7de58ed50f30719568760e6
/pu/.svn/pristine/23/234fdb3c1f552c63ad6eba953912df32959b1522.svn-base
d9c9ff22e031bd762ffb572269c2b04c34b6f2f0
[]
no_license
hljlgj/YonyouNC
264d1f38b76fb3c9937603dd48753a9b2666c3ee
fec9955513594a3095be76c4d7f98b0927d721b6
refs/heads/master
2020-06-12T08:25:44.710709
2018-07-04T09:11:33
2018-07-04T09:11:33
null
0
0
null
null
null
null
GB18030
Java
false
false
1,075
/** * $文件说明$ * * @author lixyp * @version 6.1 * @see * @since 6.1 * @time 2011-12-19 上午09:31:59 */ package nc.pubimpl.pu.m21.mm.m55B4; import nc.pubimpl.pu.m21.action.mm.m55b4.OrderPushSaveFor55B4Action; import nc.pubitf.pu.m21.mm.m55B4.IOrderPushSaveFor55B4; import nc.vo.pu.m21.entity.OrderVO; import nc.vo.p...
[ "944482059@qq.com" ]
944482059@qq.com
b4f5bb81750fa03b2d0e8dc488d55520d299e369
753244933fc4465b0047821aea81c311738e1732
/core/target/java-D no-pattern-matching/ts42/src/thx/Functions8.java
d77b4fdd822014294237cf00d8bd973c0237a058
[ "MIT" ]
permissive
mboussaa/HXvariability
abfaba5452fecb1b83bc595dc3ed942a126510b8
ea32b15347766b6e414569b19cbc113d344a56d9
refs/heads/master
2021-01-01T17:45:54.656971
2017-07-26T01:27:49
2017-07-26T01:27:49
98,127,672
0
0
null
null
null
null
UTF-8
Java
false
true
1,071
java
// Generated by Haxe 3.3.0 package thx; import haxe.root.*; @SuppressWarnings(value={"rawtypes", "unchecked"}) public class Functions8 extends haxe.lang.HxObject { public Functions8(haxe.lang.EmptyObject empty) { } public Functions8() { //line 262 "/usr/lib/haxe/lib/thx,core/0,40,1/src/thx/Functions.hx" ...
[ "mohamed.boussaa@inria.fr" ]
mohamed.boussaa@inria.fr
9adabb3f7acd01357f206251b25fd811294134fd
c343a8813468197d31a5a3593ea7a8a389899293
/permission-aop/src/main/java/com/nepxion/permission/annotation/UserType.java
a0473c5507e569c143ba2509173d3aa8a50fdad8
[ "Apache-2.0" ]
permissive
Nepxion/Permission
2cd07fef8bdf49a8a555eb442781964bc0f18e86
25aa82b3bd7dd143f103a03d1075aec4850ea56d
refs/heads/master
2023-04-13T01:20:35.507487
2023-04-09T12:10:23
2023-04-09T12:10:23
117,720,342
86
36
null
null
null
null
UTF-8
Java
false
false
760
java
package com.nepxion.permission.annotation; /** * <p>Title: Nepxion Permission</p> * <p>Description: Nepxion Permission</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ import java.lang.annotation.Documented; import java.lang.annotation.ElementType...
[ "1394997@qq.com" ]
1394997@qq.com
d7d2ca3e62c2f9ae2f6ee85950dae737cb28d47d
ec5b1dfacd9942c660b0dfa0e840ccc9ecd3ff3e
/app/src/main/java/com/gxysj/shareysj/delegate/SignUpDelegate.java
f45c0e82ba7a3e03d57afb41d235a951dd9d1bb9
[]
no_license
ljrRookie/ShareYSJ
3e4c27a7d8e4ddc0c826bd2568cbd35920060953
56b14f4f336c433ce3073b083a97f2ef9bb07043
refs/heads/master
2020-03-21T12:12:36.116368
2018-06-25T03:51:34
2018-06-25T03:51:34
138,540,618
0
0
null
null
null
null
UTF-8
Java
false
false
8,196
java
package com.gxysj.shareysj.delegate; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.TextUtils; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android....
[ "15622732935@163.com" ]
15622732935@163.com
740549ad041484a19ecb4453d1b6325fdeab450c
5c8b7185e2f3799cc66b6818aa4ee583485c7829
/com/planet_ink/coffee_mud/Locales/IcePlains.java
e238fad45ea6834ed0d450a75990a467861bedc6
[ "Apache-2.0" ]
permissive
cmk8514/BrainCancerMud
6ec70a47afac7a9239a6181554ce309b211ed790
cc2ca1defc9dd9565b169871c8310a3eece2500a
refs/heads/master
2021-04-07T01:28:52.961472
2020-03-21T16:29:03
2020-03-21T16:29:03
248,631,086
1
1
null
null
null
null
UTF-8
Java
false
false
2,290
java
package com.planet_ink.coffee_mud.Locales; import java.util.Arrays; import java.util.List; import java.util.Vector; import com.planet_ink.coffee_mud.Items.interfaces.RawMaterial; import com.planet_ink.coffee_mud.Locales.interfaces.Room; import com.planet_ink.coffee_mud.core.interfaces.Places; /* Copyrigh...
[ "cscordias@gmail.com" ]
cscordias@gmail.com
fb302e48ebf625bd7413b96cbc2065c33345ffb2
4e8fbbe30f17a92e8101f2c43d77a4dd0c951f8f
/SSM框架整合/1.Spring从入门到进阶/3.Spring AOP/源码/spring_aop/src/main/java/com/hn/aop/demo1/MyJdkProxy.java
2d24b10ed9de92dba04fe534b12c77b192e90bb5
[]
no_license
ARainyNight/TheRoadOfBaldness
d75b9c8934807ebdd26125bf72d7b6d78c6177f6
225c70090fbe6281551f9879f3ab13f56eea5138
refs/heads/master
2021-07-05T12:55:11.171062
2019-04-16T04:18:11
2019-04-16T04:18:11
148,400,416
2
0
null
null
null
null
UTF-8
Java
false
false
927
java
package com.hn.aop.demo1; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; /*** * ClassName : MyJdkProxy * Author : lin * Date : 2018/11/10 11:16 * Remark : 我的JDK动态代理 */ public class MyJdkProxy implements InvocationHandler { pri...
[ "18234168426@163.com" ]
18234168426@163.com
379dda35fa729e036a755baf20eed5346c0e26fc
4be61634117a0aa988f33246d0f425047c027f4c
/zkredis-app/src/jdk6/com/sun/corba/se/spi/activation/ServerManagerHelper.java
9905e560d235f7a44befa0925aa0ea6cad41129f
[]
no_license
oldshipmaster/zkredis
c02e84719f663cd620f1a76fba38e4452d755a0c
3ec53d6904a47a5ec79bc7768b1ca6324facb395
refs/heads/master
2022-12-27T01:31:23.786539
2020-08-12T01:22:07
2020-08-12T01:22:07
34,658,942
1
3
null
2022-12-16T04:32:34
2015-04-27T09:55:48
Java
UTF-8
Java
false
false
2,894
java
package com.sun.corba.se.spi.activation; /** * com/sun/corba/se/spi/activation/ServerManagerHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl * Sunday, October 11, 2009 1:27:26 AM GMT-08:00 */ abstract p...
[ "oldshipmaster@163.com" ]
oldshipmaster@163.com
0e943d250ed715460ddf479345cfd29f6bc725f1
81a6dca5c8f3dec7f0495b2c3ef8007c8a060612
/hybris/bin/ext-accelerator/alipay/src/de/hybris/platform/chinaaccelerator/alipay/setup/PaymentSystemSetup.java
a679f8eeabc5d7e6a1398512db59609f7e40c255
[]
no_license
BaggaShivanshu/hybris-hy400
d8dbf4aba43b3dccfef7582b687480dafaa69b0b
6914d3fc7947dcfb2bbe87f59d636525187c72ad
refs/heads/master
2020-04-22T09:41:49.504834
2018-12-04T18:44:28
2018-12-04T18:44:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,534
java
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with...
[ "richard.leiva@digitaslbi.com" ]
richard.leiva@digitaslbi.com
620ea8f861f3bef92e6635af96cc561ad1049fe6
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_45d3c116165e19b52eeb88110930b5e420106ac6/AbstractLayoutManager/9_45d3c116165e19b52eeb88110930b5e420106ac6_AbstractLayoutManager_t.java
c6f07437a786bc70608c6b83145e40aa0d940a1c
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
3,335
java
/* * $Id$ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. */ package org.apache.fop.layoutmgr; import org.apache.fop.fo.FObj; import org.apache.fop.area.Area; import jav...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
9efd770fded50957b433471faae6589b8a8539d7
a483186ef0d30ac3e9b9e9b22d7e7548436314d7
/spring-cloud-base/main-data/main-data-provider/src/main/java/com/peng/main/provider/service/BaseRoleModuleService.java
384581affc8ebc62476348c0f4092a01850fa7bd
[]
no_license
chenzhenpin/mySpringCloud
b9b49fb89512d087b18a4de0140eabdc60ec522a
49bd75f8564ca7eb12a2d286f9d1d45159ef5a7c
refs/heads/master
2020-04-13T15:31:54.180694
2018-12-27T12:53:42
2018-12-27T12:53:42
163,294,326
1
0
null
null
null
null
UTF-8
Java
false
false
1,357
java
package com.peng.main.provider.service; import com.peng.common.utils.UUID; import com.peng.db.spring.boot.autoconfigure.service.BaseService; import com.peng.main.api.mapper.model.BaseRole; import com.peng.main.api.mapper.model.BaseRoleModule; import com.peng.main.provider.mapper.mapper.BaseRoleMapper; import com.peng....
[ "1595347682@qq.com" ]
1595347682@qq.com
4fab8865eaff7e80fc5a911023dcc25ff0ecf9fd
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/plugin/finder/live/component/x$a.java
224fe217dc445ff9a7cf63c2f3a4e42cc585431b
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
613
java
package com.tencent.mm.plugin.finder.live.component; import kotlin.Metadata; @Metadata(d1={""}, d2={"Lcom/tencent/mm/plugin/finder/live/component/FinderLiveGameWelfareTaskBubblePresenter$Companion;", "", "()V", "PORTRAIT_ACTION", "", "PORTRAIT_ACTION_BUNDLE_GAME_WELFARE_INFO", "PORTRAIT_ACTION_BUNDLE_OPEN_MINI_AP...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
6821856ea8e71da146702eb16601c46a6a0e8b45
22d241acc029c53fec9b1098b7f2d0a4f5d3ad4c
/src/main/java/com/github/atomicblom/endlessocean/world/EndlessSeaWorldType.java
2db4672769eb145873ac8802908bb319ce2f5c97
[]
no_license
Crushing-Depths/EndlessOcean
810e4b64f5dcc8ceafe27bd8cf442ef0b22e2f3d
2e420813a8e87b4c8c1f8c3ce4a503062e9bf63a
refs/heads/master
2021-01-15T09:28:58.979887
2016-04-28T14:15:44
2016-04-28T14:15:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
692
java
package com.github.atomicblom.endlessocean.world; import net.minecraft.world.World; import net.minecraft.world.WorldType; import net.minecraft.world.biome.BiomeProvider; import net.minecraft.world.chunk.IChunkGenerator; public class EndlessSeaWorldType extends WorldType { public EndlessSeaWorldType() { su...
[ "atomicblom@binaryvibrance.net" ]
atomicblom@binaryvibrance.net
07233d3acb84144719d05ec8fec37fa635287142
7927344fbe02af07ef137a3b3453a9891c586238
/net/minecraft/block/state/BlockPistonStructureHelper.java
77934b188b166b9a28e24ebd2f5a77aeecb6c15f
[ "MIT" ]
permissive
Hexeption/How-to-code-an-advanced-hacked-client-for-1.9
a9d4df9c1254402c5ccf47912dbd8c6e1d9894c3
f23beceb4b2996e0de24b2822aae940dae1fc88e
refs/heads/master
2021-01-18T22:41:13.800852
2016-12-11T18:25:26
2016-12-11T18:25:26
53,270,980
9
19
null
2016-06-05T07:24:26
2016-03-06T19:04:09
Java
UTF-8
Java
false
false
7,058
java
package net.minecraft.block.state; import com.google.common.collect.Lists; import java.util.List; import net.minecraft.block.Block; import net.minecraft.block.BlockPistonBase; import net.minecraft.block.material.EnumPushReaction; import net.minecraft.block.material.Material; import net.minecraft.init.Blocks; import ne...
[ "minecraftfun201@gmail.com" ]
minecraftfun201@gmail.com
822aa4bfeaa8737f2692ca41d5359efce0ca8889
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/7/7_2e1c47aec123ddf201cc479bd66b097076168d63/DateTime/7_2e1c47aec123ddf201cc479bd66b097076168d63_DateTime_t.java
1ed83f297e09cf1daf86f56d4d5ab369ef81b92a
[]
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
8,844
java
/** * Copyright 2011-2013 Asakusa Framework Team. * * 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 ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
6a55a4dc88ce5c408a2ce7a31602c937abce07e0
db8b6350520b61dbe5f9939682375b242b1fe676
/src/main/java/com/marcos/cursomc/domain/Estado.java
a02d242db20762fcd2cd93a23f47fca42e44fb4f
[]
no_license
marcosdavii/cursomc
757e8f0bc947ec889eac0de64abbb3f80dd9b4da
a092b31cd695bdbc158b7331eea28163c2ad54c1
refs/heads/master
2021-11-18T20:23:15.171285
2019-06-27T21:09:43
2019-06-27T21:09:43
193,553,274
1
0
null
null
null
null
UTF-8
Java
false
false
1,617
java
package com.marcos.cursomc.domain; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; import com.fasterxml.j...
[ "you@example.com" ]
you@example.com
70536b27dca008e7ff56fa8afaafce71caaf07e0
a770e95028afb71f3b161d43648c347642819740
/sources/org/telegram/tgnet/TLRPC$TL_phone_groupParticipants.java
71d2cb0c5e349b93ef64a34e01b8439cf4fc3dab
[]
no_license
Edicksonjga/TGDecompiledBeta
d7aa48a2b39bbaefd4752299620ff7b72b515c83
d1db6a445d5bed43c1dc8213fb8dbefd96f6c51b
refs/heads/master
2023-08-25T04:12:15.592281
2021-10-28T20:24:07
2021-10-28T20:24:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,916
java
package org.telegram.tgnet; import java.util.ArrayList; public class TLRPC$TL_phone_groupParticipants extends TLObject { public static int constructor = -NUM; public ArrayList<TLRPC$Chat> chats = new ArrayList<>(); public int count; public String next_offset; public ArrayList<TLRPC$TL_groupCallPar...
[ "fabian_pastor@msn.com" ]
fabian_pastor@msn.com
1d22a5aea3f7e9b1aa0edfb059909f5478a4829f
f97cf61c36e03e6f0dc8aad512bebbb4af14d97b
/app/src/main/java/com/aliyun/ayland/utils/ATCallbackUtil.java
acc4152c1fc119b2f695129e2b52a7b56c3714f7
[]
no_license
584393321/aite_zhuoyue
be735aff9e3a1481c33752597fb34ba14dfe55be
7fc0b302f58aebfed158aea8aa2dadaa405b5ea0
refs/heads/main
2023-04-04T01:57:43.834761
2021-04-14T02:56:50
2021-04-14T02:56:50
357,750,366
0
1
null
null
null
null
UTF-8
Java
false
false
349
java
package com.aliyun.ayland.utils; import com.aliyun.ayland.interfaces.ATCallBack; public class ATCallbackUtil { private static ATCallBack mCallBack; public static void setCallBack(ATCallBack callBack) { mCallBack = callBack; } public static void doCallBackMethod(String authCode){ mCal...
[ "584393321@qq.com" ]
584393321@qq.com
e0e0d8bcf371df3f3f2615c24ff0bbad0bef6df6
319531f0ef01900b83d106d53cb4e9502e33f355
/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/query/cache/TestNonPrimaryKeyQueryParameters.java
b8a775bd394898e9d2e060f5b9ad19e1faf41683
[ "Apache-2.0", "CDDL-1.0", "LicenseRef-scancode-oracle-openjdk-exception-2.0", "GPL-2.0-only" ]
permissive
wso2/wso2-openjpa
798822ee319590eed5a00ae21b65b6977faf162d
9c3801c861d1a0c9d93a9fa5cfa0cbe749114b92
refs/heads/master
2023-08-14T23:55:26.907881
2022-04-05T09:32:59
2022-04-05T09:32:59
97,706,188
35
16
Apache-2.0
2022-04-05T09:33:00
2017-07-19T10:56:02
Java
UTF-8
Java
false
false
6,057
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 ...
[ "nandika@wso2.com" ]
nandika@wso2.com
a9a0e4d137a201cab3ff9487290e6afaaa1ade72
46167791cbfeebc8d3ddc97112764d7947fffa22
/quarkus/src/main/java/com/justexample/repository/Entity1637Repository.java
84264f601ec13ba91d0f410b73f63ada9276fe89
[]
no_license
kahlai/unrealistictest
4f668b4822a25b4c1f06c6b543a26506bb1f8870
fe30034b05f5aacd0ef69523479ae721e234995c
refs/heads/master
2023-08-25T09:32:16.059555
2021-11-09T08:17:22
2021-11-09T08:17:22
425,726,016
0
0
null
null
null
null
UTF-8
Java
false
false
244
java
package com.example.repository; import java.util.List; import com.example.entity.Entity1637; import org.springframework.data.jpa.repository.JpaRepository; public interface Entity1637Repository extends JpaRepository<Entity1637,Long>{ }
[ "laikahhoe@gmail.com" ]
laikahhoe@gmail.com
b172a4f2398c1f6df78d9cc78df6fe87ed33dd27
d44961b736d956be5e294d3e6def8ffb008376ee
/crp-rule-endoscopy/src/main/java/com/clinical/dao/cluster/GastroscopeMapper.java
b4386bda5ecf7b4cdf63b5701378d8970e7facb1
[]
no_license
zhiji6/rule-2
2b5062f2e77797a87e43061b190d90fef5bbdbd8
cb58cde99257242bd0c394f75f1f2d02dd00b5c2
refs/heads/master
2023-08-15T06:21:07.833357
2021-03-06T08:28:14
2021-03-06T08:28:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
308
java
package com.clinical.dao.cluster; import java.util.List; import com.clinical.model.cluster.Gastroscope; public interface GastroscopeMapper { List<Gastroscope> findGastroscope(String uniqueId); void saveGastroscope(Gastroscope gastroscope); void updateGastroscope(Gastroscope gastroscope); }
[ "sdlqmc@yeah.net" ]
sdlqmc@yeah.net
0a7c69123734fadf85805a0e891dac097486a146
64f0a73f1f35078d94b1bc229c1ce6e6de565a5f
/dataset/Top APKs Java Files/com.wiseplay-com-heyzap-house-Manager.java
5a08b327e43072d91af74d727fe7c0c5eab0a74f
[ "MIT" ]
permissive
S2-group/mobilesoft-2020-iam-replication-package
40d466184b995d7d0a9ae6e238f35ecfb249ccf0
600d790aaea7f1ca663d9c187df3c8760c63eacd
refs/heads/master
2021-02-15T21:04:20.350121
2020-10-05T12:48:52
2020-10-05T12:48:52
244,930,541
2
2
null
null
null
null
UTF-8
Java
false
false
6,614
java
package com.heyzap.house; import android.content.Context; import android.content.pm.PackageInfo; import android.os.Handler; import android.os.Looper; import com.heyzap.common.cache.FileCache; import com.heyzap.common.concurrency.ExecutorPool; import com.heyzap.common.concurrency.FutureUtils; import com.heyzap.common.c...
[ "ibrahimkanj@outlook.com" ]
ibrahimkanj@outlook.com
f2b8effc1a93baa3accd6badeac78ec701b85ad3
02d23a346883c46c9b321260331441aa87f5aa52
/leetcode/leetcode/SpiralMatrixII.java
fa0e57cd751684c0c2004597e4791a42460fda61
[]
no_license
whztt07/AlgoSolutions
9870d02df1d70cd9e5002950643c92666b6fee04
a13e2207b6b87c94825bf6299a66b7d149017722
refs/heads/master
2020-07-11T02:45:24.206198
2019-07-30T11:45:57
2019-07-30T11:45:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
/* Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example, Given n = 3, You should return the following matrix: [ [ 1, 2, 3 ], [ 8, 9, 4 ], [ 7, 6, 5 ] ] */ public class SpiralMatrixII { public int[][] generateMatrix(int n) { int[][] result = new ...
[ "mitcc@qq.com" ]
mitcc@qq.com
fff729b4c6bdea68765233003fc95c1e27777ee2
34e577215a763f08fba3ece626365cc67f1d6d51
/src/base/iv/ComparatorTest.java
0cef049b6ac682ade6dc8e5ede783207d4463917
[]
no_license
luolili/java-jdk-study-demo
79d22214e844dd3ce7484231278a9a629c20c118
f21626dcf2019c4c082a589759900748bcd67eeb
refs/heads/master
2022-12-21T14:24:53.430876
2020-07-05T09:26:51
2020-07-05T09:26:51
187,483,450
0
0
null
2022-12-15T23:25:22
2019-05-19T13:56:23
Java
UTF-8
Java
false
false
580
java
package base.iv; import java.util.Arrays; import java.util.Comparator; import java.util.List; /** * */ public class ComparatorTest { public static void main(String[] args) { //对整数进行排序 List<Integer> nums = Arrays.asList(3, 5, 1, 0, -2); nums.sort(Comparator.naturalOrder()); Syst...
[ "2084267015@qq.com" ]
2084267015@qq.com
63af8d9de2874b3ee3892f974469482cc478571d
5b5defd093d62cc7e05a7a7c798356c7983e7866
/test/src/test/java/org/zstack/test/compute/hostallocator/TestReservedHostCapacity.java
00f0ec89c444a2bad5cdbb0d27a6e4a6b83cadbf
[ "Apache-2.0" ]
permissive
tbyes/zstack
0bddaf6a1be4e46e181dfffacdbd5aaff5ec803b
7f8ae92fa3d95c1e3ac876a9846f9fe0cbf63d5e
refs/heads/master
2020-06-30T20:42:07.888244
2016-11-21T09:12:13
2016-11-21T09:12:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,029
java
package org.zstack.test.compute.hostallocator; import org.junit.Before; import org.junit.Test; import org.zstack.core.cloudbus.CloudBus; import org.zstack.core.componentloader.ComponentLoader; import org.zstack.core.db.DatabaseFacade; import org.zstack.header.configuration.InstanceOfferingInventory; import org.zstack....
[ "xuexuemiao@yeah.net" ]
xuexuemiao@yeah.net
60ac5098ffe9a5d80c24c1061e8c5171164bec73
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-31b-4-25-SPEA2-WeightedSum:TestLen:CallDiversity/org/apache/commons/math3/special/Beta_ESTest_scaffolding.java
acb1d132c7d804e227aa4951743b0f53212ece8b
[]
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
441
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sun Jan 19 03:38:49 UTC 2020 */ package org.apache.commons.math3.special; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org....
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
042c9482cc4d75f4b7c6633f0c76a3ebddabe906
bee40bed1a25806f45d147720260d52a6d149694
/Allgemeines/JDBC/src/main/java/de/sql/tests/RawSpringJDBCWithPoolExample.java
696da09d5a74ac2335062c4bdef50c5e1ef04bea
[]
no_license
alephzed/JavaForFun
de0c02fd562b54d10a26965b920e0884b8072f9d
199131b8dc8224faa2bfcfe0de3dc3310483d8e5
refs/heads/master
2022-03-08T11:04:47.676423
2019-11-10T21:34:24
2019-11-10T21:34:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,432
java
package de.sql.tests; import java.beans.PropertyVetoException; import java.util.HashMap; import java.util.Map; import javax.sql.DataSource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.jdbc.core.JdbcOperations; import org.springframework.jdbc.core.JdbcTemplate; import org.sprin...
[ "gu.martinm@gmail.com" ]
gu.martinm@gmail.com
d76cd2adce2a5cd5769a3981790c1f1c5d0c805c
30e2cb0f82d70cab392f70518c16067705c752eb
/src/main/java/org/hyperskill/hstest/dynamic/input/DynamicTestingMethod.java
0fd84c3d19221e517e6da695ce25f02c8236f752
[]
no_license
hyperskill/hs-test
7afb9fbfb32d3efea9f810be8116f6d99728b8d1
94a14529121e3509a0db1e1a552378085587f34d
refs/heads/master
2023-08-10T04:28:38.330242
2023-06-12T10:25:57
2023-06-12T10:25:57
167,659,709
35
19
null
2023-06-12T10:25:58
2019-01-26T06:55:37
Java
UTF-8
Java
false
false
433
java
package org.hyperskill.hstest.dynamic.input; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * Deprecated, use hstest.dynamic.DynamicTest instead * * It is deprecated to be consistent with the python's hs-test library * that uses decorator @dynamic_test in module hstest.dyn...
[ "aaaaaa2493@yandex.ru" ]
aaaaaa2493@yandex.ru
3619b214629ad9403d99896730ee4bad2992f55d
2efc9296543b7e6d3ad875ce8e036b028550ca01
/kingroup_java/kingroup/algorithm/window/AlgWinAccessOrder.java
ae5c5d14668c6eca3a668e5816dc11d82287d197
[]
no_license
dmitryako/kingroup
4127ecc56744120cd4a1f3d3801665b318b9267c
93614aef0fba4af34a281cae076fb51eb44b73a2
refs/heads/master
2021-05-28T15:13:27.783984
2010-12-01T23:45:50
2010-12-01T23:45:50
34,374,747
1
0
null
null
null
null
UTF-8
Java
false
false
799
java
package kingroup.algorithm.window; import javax.utilx.bitset.CompBitSet; import java.util.BitSet; /** * Copyright KinGroup Team. * User: jc138691, Date: 12/01/2006, Time: 15:27:41 */ public abstract class AlgWinAccessOrder { public static final int NOT_SET = -1; protected final int popSize; protec...
[ "dmitry.a.konovalov@186c7d38-ed03-11dd-97d9-e7a3ff7b18fb" ]
dmitry.a.konovalov@186c7d38-ed03-11dd-97d9-e7a3ff7b18fb
1d2d6914f0c1d86f862ee3964d2eaa7078df104e
dc17a43f25cfd1d3ecf0ffebf709b2721c80031d
/IDE/device/com.lembed.lite.studio.device.project/src/com/lembed/lite/studio/device/project/ui/handlers/UpdateConfigFileHandler.java
c59a51ad65d76fc9e951ed201c7ba922e8b4fd6a
[]
no_license
skykying/bundle
e7b25a8d56668a5cb1cd70932d14958927960e50
0b3b590760baa953677eb99e07d7e1a37af5434c
refs/heads/master
2023-01-07T20:03:42.318642
2020-11-08T06:36:39
2020-11-08T06:36:39
306,216,461
0
0
null
null
null
null
UTF-8
Java
false
false
4,508
java
package com.lembed.lite.studio.device.project.ui.handlers; import java.util.Map; import org.eclipse.cdt.core.model.CoreModel; import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.ExecutionException; import org.eclipse.core.resources.IFile;...
[ "root@lembed.com" ]
root@lembed.com
60c81ddd5ec9ded5f2d76c7853ff5faddaef8ccd
a76f19f22c8ccf566df396dc64bced29e253e77a
/src/filters/EncodingFilter.java
aefa0982ac415160fe733ec28ce019b7c70202b1
[]
no_license
kin0ako/kadai-tasklist
655563cc8c9efe51c509087e74e2435b4a5324c9
bc0db776b9989a0c73b209c4f9379f923675e586
refs/heads/master
2023-07-03T08:59:15.083987
2021-08-12T04:24:12
2021-08-12T04:24:12
395,193,974
0
0
null
null
null
null
UTF-8
Java
false
false
1,140
java
package filters; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; /** * Servlet Fi...
[ "email@example.com" ]
email@example.com
4e605aeb38528c3369d9c6b2a6143f5dab403391
e75dd2de08c8ea344b79279d182edd027ff954c7
/src/main/java/com/fameden/service/loginregistration/ForgotPasswordService.java
6914ab3e5d9fece5fcf12d82992ae959c0d89b98
[]
no_license
FamedenDev/FameDenDesktopApplication
b7440409ba7ba3dd71166d8e2bda9431a48c0b2f
6dc254273348d8fc1e22504543495b1231f68b22
refs/heads/master
2021-01-04T02:36:40.464371
2014-01-04T18:51:58
2014-01-04T18:51:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,501
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.fameden.service.loginregistration; import com.fameden.constants.loginregistration.LoginRegistrationConstants; import com.f...
[ "ravjot28@gmail.com" ]
ravjot28@gmail.com
a2ef5676facd727e1f58573ace8a0d78bd49fcc5
b777c7a10237da84c132238af66a942da563529e
/Rusted/game-lib/com/corrodinggames/rts/gameFramework/f/class_405.java
3388e90571161e7a5d7930b71f65152313d189d3
[]
no_license
macuser47/SaltyRust
6ce11ffe9a8d6bcd609e3346f6c17f5f580ce4a8
02db02c7dadbd5397367d66e9e39331fe3f438b7
refs/heads/master
2020-04-20T13:09:11.311551
2019-02-02T18:03:02
2019-02-02T18:03:02
168,861,365
0
0
null
null
null
null
UTF-8
Java
false
false
1,656
java
package com.corrodinggames.rts.gameFramework.f; import com.corrodinggames.rts.game.units.class_39; // $FF: renamed from: com.corrodinggames.rts.gameFramework.f.f public class class_405 extends class_404 { // $FF: renamed from: a java.lang.String public String field_3310 = ""; // $FF: renamed from: a (int) v...
[ "nichodlofski@gmail.com" ]
nichodlofski@gmail.com
0ffbc3a3e2c814cea1670365acafe81898fa365f
960218c71b56e83debdedd03b666601efdfc8bb5
/amadeus-stub/src/main/java/com/amadeus/xml/tibnrr_15_1_1a/ExcessBaggageDetailsTypeI.java
2c9d53a130fe08337c307676c8873768b1b8d91c
[]
no_license
gaurav-rupnar/xtravel
4d823a64c0ac2e870c78fd19ab229c89870bc2a0
827942629739d187c4d579bc45cc2c150624b205
refs/heads/master
2021-09-03T19:19:24.912249
2018-01-11T09:58:56
2018-01-11T09:58:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,891
java
package com.amadeus.xml.tibnrr_15_1_1a; import java.math.BigDecimal; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * To specify details concerning a traveller's excess baggage. * * <p>Java class for ExcessBaggageDe...
[ "gauravrupnar@gmail.com" ]
gauravrupnar@gmail.com
44955524fc21d4f007a61d344e251bcaa7e714f4
54615e118092509c5dce981fc245c42507a772b1
/custom/src/main/java/com/example/custom/util/AppUtil.java
eb8e901c73adec586f0c28e599f5a453ac151435
[]
no_license
haitingzhao/android2
cdf0d15b7e313d412ccbd9d6096bd351f52646fd
39ef7cb0475fd322e96c186f2b633f9226bef484
refs/heads/master
2020-03-09T09:11:13.247096
2018-04-07T07:09:52
2018-04-07T07:09:52
128,706,825
1
0
null
2018-04-09T03:02:47
2018-04-09T03:02:47
null
UTF-8
Java
false
false
3,847
java
package com.example.custom.util; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; import com.example.custom.bean.AppInfo; import android.content.Context; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.ut...
[ "aqi00@163.com" ]
aqi00@163.com
337f10e756ae2f25a338a74ae38c58677bcea683
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/18/18_cc57dbd55b8e1c2c563f909bdbdba35d41331081/GWMSServerData/18_cc57dbd55b8e1c2c563f909bdbdba35d41331081_GWMSServerData_s.java
167d1a6aab339394d9c34828c844c4d6eadcaa30
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
2,771
java
package es.igosoftware.experimental.wms; import java.io.Serializable; public final class GWMSServerData implements Serializable { /** * */ private static final long serialVersionUID = 1L; private String _name; private String _URL...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f593c7dae17c10a8a929470e36cd40332938f48a
90f17cd659cc96c8fff1d5cfd893cbbe18b1240f
/src/main/java/com/google/firebase/firestore/model/mutation/DeleteMutation.java
0baa8b63205f59cecec4b5ed28792fa3bd9588b7
[]
no_license
redpicasso/fluffy-octo-robot
c9b98d2e8745805edc8ddb92e8afc1788ceadd08
b2b62d7344da65af7e35068f40d6aae0cd0835a6
refs/heads/master
2022-11-15T14:43:37.515136
2020-07-01T22:19:16
2020-07-01T22:19:16
276,492,708
0
0
null
null
null
null
UTF-8
Java
false
false
2,211
java
package com.google.firebase.firestore.model.mutation; import com.google.firebase.Timestamp; import com.google.firebase.firestore.model.DocumentKey; import com.google.firebase.firestore.model.MaybeDocument; import com.google.firebase.firestore.model.NoDocument; import com.google.firebase.firestore.model.SnapshotV...
[ "aaron@goodreturn.org" ]
aaron@goodreturn.org
8616bcfe2d1b6d4262666889d256cc1c615aa7af
021775be92277f5a128409606efb320f9e5c56d2
/src/main/java/com/bucheng/structure/net/netty/client/NettyClient.java
30695f28c5917b90262e7b7fde8d97f758a139ca
[]
no_license
yinbucheng/datastructure
ae7792d304174e4cf9ba5ad142254a59258e360c
9d7f090a9c27edf4797693a5528876113fe71c8b
refs/heads/master
2020-04-10T21:24:15.574185
2018-12-13T02:32:42
2018-12-13T02:32:42
161,295,796
0
0
null
null
null
null
UTF-8
Java
false
false
2,446
java
package com.bucheng.structure.net.netty.client; import com.bucheng.structure.net.netty.server.MessageHandler; import io.netty.bootstrap.Bootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.nio.NioEventLoopGroup; imp...
[ "yin.chong@intellif.com" ]
yin.chong@intellif.com
cd19384ff6a95e4475edd55d6ebb6a53bed3bec9
6374eaf729bb32a8dea25b73f0599ede8ace1b14
/app/src/main/java/com/journals/riped_online/ui/fragments/ArchiveFragment.java
e8c2518676f3e9f5249f71b339c9cf2e302cef3e
[]
no_license
suresh429/riped_online
c61e971b78dcd9d85ae50a46b87f368208cd805a
f5fe6e88009eef669e89e0ab0baa36b6ccbce504
refs/heads/master
2023-01-06T12:47:10.912115
2020-11-06T06:50:11
2020-11-06T06:50:11
310,515,727
0
0
null
null
null
null
UTF-8
Java
false
false
4,224
java
package com.journals.riped_online.ui.fragments; import android.graphics.Color; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.Fragment; import androidx.lifecycle.ViewMo...
[ "ksuresh.unique@gmail.com" ]
ksuresh.unique@gmail.com
8472cd4b56b2c50c36da0e19194ce9dbaf94266f
5b0e74f54bcc449e0f1c04de113b8cd7e9d73d1e
/src/main/java/com/example/demo/CorsFilter.java
1ede90a5aee6085ae8d309d01553ae8ba9b4778d
[]
no_license
hanchangjian/tk
fc2517badde91f65b7c1b44a51c0c337635b7593
022d4bb823fc78ad136bd839385133cbf70298a8
refs/heads/master
2023-05-09T15:34:24.837811
2021-05-24T01:51:55
2021-05-24T01:51:55
370,198,483
0
0
null
null
null
null
UTF-8
Java
false
false
1,790
java
package com.example.demo; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; import...
[ "email@example.com" ]
email@example.com
d0890a96c13a3f91657b0569aaf18f9449ca1159
595c840602e2dfbd67e854a1ab61954ef9af5835
/openstock-impl/src/main/java/daydayup/openstock/RtException.java
be2b3565f584ff42fd15eab8dffd73b5585700bf
[]
no_license
stockbrother/openstock
79035734fb641bb80b98f3574ebe1170e7acb197
7f15a573db4e3c5cfd4f9114ff9f3372dd48aab3
refs/heads/master
2021-08-23T19:14:08.567566
2017-12-06T05:27:09
2017-12-06T05:27:09
113,272,521
0
0
null
null
null
null
UTF-8
Java
false
false
826
java
package daydayup.openstock; public class RtException extends RuntimeException { public RtException() { super(); } public RtException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { super(message, cause, enableSuppression, writableStackTrace); } public R...
[ "wkz808@163.com" ]
wkz808@163.com
581fdad8a36e41372977b3a17f4d100e15540816
b9451c54b2ff7ddb797afc029672c57181a79bf9
/documentation/src/main/asciidoc/topics/code_examples/ConfigLoadCustomCache.java
1996d757740785c07c9564dd6293c57d74b45d94
[ "Apache-2.0", "LicenseRef-scancode-dco-1.1" ]
permissive
infinispan/infinispan
4c16a7f7381894e1c38c80e39cc9346b566407ad
1babc3340f2cf9bd42c84102a42c901d20feaa84
refs/heads/main
2023-08-31T19:46:06.326430
2023-06-20T08:14:50
2023-08-31T17:54:31
1,050,944
920
527
Apache-2.0
2023-09-14T21:00:45
2010-11-04T12:33:19
Java
UTF-8
Java
false
false
163
java
public static void main(String args[]) throws Exception { Cache<Object, Object> c = new DefaultCacheManager("infinispan.xml").getCache("xml-configured-cache"); }
[ "ttarrant@redhat.com" ]
ttarrant@redhat.com
47cf5cdd649657f6c562ba0b3f8a2aa6d6ce9ef3
d8ad832b122e21fb15d8cb48900b58340f9f77f6
/agency/zfPayBackOver/src/main/java/com/ruoyi/project/deveagent/usertrapos/service/AgentUserTraposUnbindService.java
42a89a6ec9773573ed6a37de6797c1f06dead5a0
[ "MIT" ]
permissive
s284309258/zfpay
1aa3e954f693004b54e151ce292a89122a77ff10
b05510a6fadc33d4f97658865c0d59082690c887
refs/heads/master
2022-12-20T05:22:04.281543
2020-07-31T02:03:27
2020-07-31T02:03:27
253,762,177
0
0
null
2022-12-12T21:42:12
2020-04-07T10:34:58
Java
UTF-8
Java
false
false
566
java
package com.ruoyi.project.deveagent.usertrapos.service; import com.ruoyi.project.develop.common.domain.R; import java.util.List; import java.util.Map; /** * 代理======用户MPOS解绑记录管理 * @author Administrator * */ public interface AgentUserTraposUnbindService { /** * 查询用户MPOS解绑记录列表 * @param params * @return ...
[ "s284309258@163.com" ]
s284309258@163.com
c3e32c73512c328eba3b1c990df2dc42aa46ae60
1c5a94920862febc1ac1c658ff61f796485b7068
/app/src/main/java/com/rakbny/Utils/LatLngInterpolator.java
33ad36404ae40a83914689165c6c31d13d6a1a88
[]
no_license
Sotra970/rakbny
8d52aa423f47e8a7068ccdfab3edf8f9b35a10ec
1af15a393235f457aa1bf80597b1ef0bb2e7575a
refs/heads/master
2021-01-21T21:19:32.204469
2017-06-19T20:33:02
2017-06-19T20:33:02
94,818,415
0
0
null
null
null
null
UTF-8
Java
false
false
2,464
java
package com.rakbny.Utils; import com.google.android.gms.maps.model.LatLng; import static java.lang.Math.asin; import static java.lang.Math.atan2; import static java.lang.Math.cos; import static java.lang.Math.pow; import static java.lang.Math.sin; import static java.lang.Math.sqrt; import static java.lang.Math.toDegr...
[ "abdelstar.ahmed97@gmail.com" ]
abdelstar.ahmed97@gmail.com
b570006c9cd7e24b4dad37e522aab337bacc6c8e
a3157de18983cbd453fc27e3aee89a75a09480de
/iNaturalist/src/main/java/org/inaturalist/android/UTFGrid.java
886388fe024d6a0f626710fa950a5c9eac3d2b89
[ "CC-BY-NC-4.0", "MIT" ]
permissive
inaturalist/iNaturalistAndroid
ba93086144e67f71b33d22a9a6c5386b4de53412
914913bb569fd81f4a87c6f6376177ebcb374dda
refs/heads/main
2023-09-01T13:21:32.404770
2023-08-24T04:31:10
2023-08-24T04:31:10
3,569,082
148
55
MIT
2023-09-01T22:58:43
2012-02-28T07:42:07
Java
UTF-8
Java
false
false
3,394
java
package org.inaturalist.android; import android.util.Log; import com.google.android.gms.maps.model.LatLng; import com.google.maps.android.geometry.Point; import org.json.JSONArray; import org.json.JSONObject; /** Represents a UTFGrid initialized from a JSON object - see https://github.com/mapbox/mbtiles-spec/blob/m...
[ "budowski@gmail.com" ]
budowski@gmail.com
9663f36dac6a90d1fe89b7e36cbaefc883b9ea74
aaba5757aac5d1122e295d837cd3846748907c06
/usg-server/src/main/java/com/accure/budget/dto/FundCategory.java
4c817b56efb03320b9dc4c5f32a0d6b7d7b284a5
[]
no_license
usgInfo/UsgServerProject
3845ef95595d9cd24285ac25c9164fc435494ad5
a81df8ec3ef2b298acd0627e414825ddc71fc43b
refs/heads/master
2021-05-15T00:35:02.159785
2018-03-21T13:17:26
2018-03-21T13:17:26
103,244,787
0
0
null
null
null
null
UTF-8
Java
false
false
734
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.accure.budget.dto; import com.accure.usg.common.dto.Common; /** * * @author user */ public class FundCategory extend...
[ "31878742+usgInfo@users.noreply.github.com" ]
31878742+usgInfo@users.noreply.github.com
4eaf1ec49b00e03c249ff3d38de4191d8600b2db
de7b67d4f8aa124f09fc133be5295a0c18d80171
/workspace_java-src/java-src-test/src/sun/io/ByteToCharCp862.java
3820e74266374bb63525505b7b40f858047992bd
[]
no_license
lin-lee/eclipse_workspace_test
adce936e4ae8df97f7f28965a6728540d63224c7
37507f78bc942afb11490c49942cdfc6ef3dfef8
refs/heads/master
2021-05-09T10:02:55.854906
2018-01-31T07:19:02
2018-01-31T07:19:02
119,460,523
0
1
null
null
null
null
UTF-8
Java
false
false
629
java
/* * %W% %E% * * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package sun.io; import sun.nio.cs.IBM862; /** * A table to convert to Cp862 to Unicode * * @author ConverterGenerator tool * @version >= JDK1.1.6 ...
[ "lilin@lvmama.com" ]
lilin@lvmama.com
3979fce1e4586a0448c4d7b4c6e3feacb8a6cdc5
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas_ReducedClassCount/applicationModule/src/test/java/applicationModulepackageJava5/Foo160Test.java
8b423d38de8ee4001170899775d5aef12c4363e8
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package applicationModulepackageJava5; import org.junit.Test; public class Foo160Test { @Test public void testFoo0() { new Foo160().foo0(); } @Test public void testFoo1() { new Foo160().foo1(); } @Test public void testFoo2() { new Foo160().foo2(); } @Test public void testFoo3() { ...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
c538cec93b1dc4c180b1e3ff2dbd78a5dab3c2fd
93583f3ede1ad2c37fd4b424b638674030eb4645
/event-manager/src/main/java/com/josedab/eventmanager/config/apidoc/SwaggerConfiguration.java
ae97addf6e143c3bce2059d257adce94cf3c5abf
[ "MIT" ]
permissive
josedab/yeoman-jhipster-examples
f5432c4b4abc60ff1c84b89fe1f5468d91bce95a
2bcb56b16d40f3a00cf1b633f7b2e52ae682e82e
refs/heads/master
2021-01-10T09:20:48.212746
2016-04-29T06:37:41
2016-04-29T06:37:41
49,115,964
0
0
null
2016-01-11T08:04:50
2016-01-06T05:58:54
Java
UTF-8
Java
false
false
2,799
java
package com.josedab.eventmanager.config.apidoc; import com.josedab.eventmanager.config.Constants; import com.josedab.eventmanager.config.JHipsterProperties; import java.util.Date; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.*; import org.springframework.data....
[ "jose@brandwatch.com" ]
jose@brandwatch.com
1cb90df21bd10294f94428b59a364ae7bbb4d319
ebdcaff90c72bf9bb7871574b25602ec22e45c35
/modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/DateErrorReason.java
8fd2ecc595ce5b97d481f66ed54b755f9d78f0d6
[ "Apache-2.0" ]
permissive
ColleenKeegan/googleads-java-lib
3c25ea93740b3abceb52bb0534aff66388d8abd1
3d38daadf66e5d9c3db220559f099fd5c5b19e70
refs/heads/master
2023-04-06T16:16:51.690975
2018-11-15T20:50:26
2018-11-15T20:50:26
158,986,306
1
0
Apache-2.0
2023-04-04T01:42:56
2018-11-25T00:56:39
Java
UTF-8
Java
false
false
3,296
java
// Copyright 2018 Google LLC // // 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 writi...
[ "jradcliff@users.noreply.github.com" ]
jradcliff@users.noreply.github.com
bcb7d8ea0e8d851dd4aa28ac03c626888530f39c
350db570521d3fc43f07df645addb9d6e648c17e
/0859_Buddy_Strings/solution.java
c0a113f12985974d0e28515ae72d6e28a253723c
[]
no_license
benjaminhuanghuang/ben-leetcode
2efcc9185459a1dd881c6e2ded96c42c5715560a
a2cd0dc5e098080df87c4fb57d16877d21ca47a3
refs/heads/master
2022-12-10T02:30:06.744566
2022-11-27T04:06:52
2022-11-27T04:06:52
236,252,145
1
1
null
null
null
null
UTF-8
Java
false
false
1,131
java
package cn.huang.leetcode; import java.util.ArrayList; import java.util.HashMap; /* 859 Buddy Strings */ public class LC_0859_BuddyStrings { public boolean buddyStrings(String A, String B) { if (A.length() != B.length()) return false; int diff = 0; ArrayList<Integer> diffInd...
[ "bhuang@rms.com" ]
bhuang@rms.com
35fc241b02c4fa46b94892acd6569e9605d0c908
7802e86c18679418838d53846b714b86c6510c3a
/ocs/src/main/java/com/it/ocs/mongo/model/AmazonOrderItemModel.java
63310486b7a79e0ad1a9cddc026a9dc8184c9fa8
[]
no_license
397946820/project
5d15886dd25b3ee9b6d8c2c7cb3273fa39b0de3d
c2c42103484c7c73c7f45069acdd8211c161cacf
refs/heads/master
2022-01-27T03:38:25.781786
2019-07-22T07:31:17
2019-07-22T07:31:17
198,165,241
0
0
null
null
null
null
UTF-8
Java
false
false
3,362
java
package com.it.ocs.mongo.model; import java.util.Date; import com.it.ocs.mongo.annotation.MongoTableName; @MongoTableName(name = "AMAZON_ORDER_ITEM") public class AmazonOrderItemModel { private Long dataId; private Long parentId; private String amazonItemId; private String title; private String asin; private S...
[ "linxianxiong@cnest.net" ]
linxianxiong@cnest.net
c56ad54bda47dfc95a58c0cdb74e0b3b4fa6e0a6
f1feed19cbca7ebebfbc7d784f6ee0af6f6c9cdf
/src/main/java/me/gavincook/jstorm/bolt/FirstBolt.java
143cf74cfc07dc0b307a5fd1eb16d3b46683d1d2
[]
no_license
gavincook/jstorm-demo
eb9d9234720bcb7a59736227de558bd5fcf448b3
3a9c2a47c93f08e723cc81334029dd043805d2d0
refs/heads/master
2021-01-20T10:54:56.719609
2017-08-28T15:31:50
2017-08-28T15:31:50
101,657,788
0
0
null
null
null
null
UTF-8
Java
false
false
809
java
package me.gavincook.jstorm.bolt; import java.util.Map; import backtype.storm.task.OutputCollector; import backtype.storm.task.TopologyContext; import backtype.storm.topology.OutputFieldsDeclarer; import backtype.storm.topology.base.BaseRichBolt; import backtype.storm.tuple.Tuple; /** * @author GavinCook * @date 2...
[ "swbyzx@gmail.com" ]
swbyzx@gmail.com
9a8ad367a591e83ce8a41751b5e8c842ef08cc86
40f6fee9651790cfc909f51349c7bd96011f7c77
/day20/src/com/hb/pm/Ex01.java
17f705b8f7819b17dd717c4aa6085acb29bd1e18
[]
no_license
nowdoitgo/2016java
849eb38f66f6679459bcf43fa07a43ae73f2e3fc
3f5669696921931bb714cd7c504de249c27d5ad0
refs/heads/master
2021-06-10T04:46:00.293578
2017-01-02T05:48:36
2017-01-02T05:48:36
null
0
0
null
null
null
null
UHC
Java
false
false
1,267
java
package com.hb.pm; import java.util.Scanner; interface Pm{ void func01(); } class Pm01 implements Pm{ //extends Object{ // public Pm01() { // super(); // } public void func01(){ System.out.println("전원켜기"); } } class Pm11 implements Pm{ public void func01(){ System.out.println("전원끄기"); ...
[ "hb.6class@gmail.com" ]
hb.6class@gmail.com
6c843ab5f17a206b3cd18429f979af484a272c57
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.updater-OSUpdater/sources/com/facebook/mobileconfig/FBMobileConfigEPInfo.java
03beab1b20c55c005e481f1475277d2df68e8984
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
767
java
package com.facebook.mobileconfig; import com.facebook.infer.annotation.Nullsafe; import com.google.flatbuffers.Table; import java.nio.ByteBuffer; @Nullsafe(Nullsafe.Mode.LOCAL) public final class FBMobileConfigEPInfo extends Table { public FBMobileConfigEPInfo __init(int i, ByteBuffer byteBuffer) { this....
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
9e49857c39e13d3f54096156289229ef44ae022b
5019fe77a57e28ac988f2e3c61efa4ba6a00c959
/sdk/src/main/java/org/zstack/sdk/QueryLoadBalancerListenerAction.java
812f05667d49e511ff3fb005fdf8c368efdc8bdb
[ "Apache-2.0" ]
permissive
liuyong240/zstack
45b69b2faaf893ea4bbc0941effef773c780c8e2
c57c001f1ce377c64bf00ec765bcc7144e6ca273
refs/heads/master
2020-05-22T22:37:57.602737
2017-03-12T17:22:30
2017-03-12T17:22:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,177
java
package org.zstack.sdk; import java.util.HashMap; import java.util.Map; public class QueryLoadBalancerListenerAction extends QueryAction { private static final HashMap<String, Parameter> parameterMap = new HashMap<>(); public static class Result { public ErrorCode error; public QueryLoadBala...
[ "xin.zhang@mevoco.com" ]
xin.zhang@mevoco.com
041c9dd0359e1e42e001a7889703addf494e9130
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a266/A266303Test.java
607ebc44188c3d83d779c658caf234dc2e0d71ac
[]
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
195
java
package irvine.oeis.a266; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A266303Test extends AbstractSequenceTest { }
[ "sairvin@gmail.com" ]
sairvin@gmail.com
9930fa0927c2fb467e3ba18dbd8eaea024a2a8e8
0c39b468aab694abbc228a025c921418041926d7
/JLC CORE JAVA/src/com/classcore/jlc07/Lab689.java
0bafceaf1ca97b45a9b0b100308705e83f5d9cf1
[]
no_license
jitendrakr93/JLC_ALL_PROGRAMS
17cfc903c8e5befe2fe50ae89d874b53cf6e748f
eb9748a94e4a70e2504a3007624b83ca2fcd7078
refs/heads/master
2023-07-02T17:38:27.603260
2021-08-05T05:34:22
2021-08-05T05:34:22
392,905,494
0
0
null
null
null
null
UTF-8
Java
false
false
580
java
package com.classcore.jlc07; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.InputStreamReader; public class Lab689 { public static void main(String[] args) { try (FileInputStream fis = new FileInputStream("D:\\D1\\abc.txt"); InputStreamReader ...
[ "jk93.161@gmail.com" ]
jk93.161@gmail.com
ba2db6d1b4f56893b3abf55b1b8c64f8935b6358
a3e9de23131f569c1632c40e215c78e55a78289a
/alipay/alipay_sdk/src/main/java/com/alipay/api/domain/AlipayAccountExrateAdviceAcceptModel.java
490b9b3efd9fa268367f1da279f551aa231a3987
[]
no_license
P79N6A/java_practice
80886700ffd7c33c2e9f4b202af7bb29931bf03d
4c7abb4cde75262a60e7b6d270206ee42bb57888
refs/heads/master
2020-04-14T19:55:52.365544
2019-01-04T07:39:40
2019-01-04T07:39:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 标准的兑换交易受理接口 * * @author auto create * @since 1.0, 2016-05-13 15:15:53 */ public class AlipayAccountExrateAdviceAcceptModel extends AlipayObject { private static final long serialVersionUID ...
[ "jiaojianjun1991@gmail.com" ]
jiaojianjun1991@gmail.com
fd40d2dce1e30cc7288a2d2f3886d917f126a7a0
7d466b2a73721b5cb7dc9992a6527d4c96047781
/test/8007-dv-InvokeVirtual-ShortTryCatch/src/Main.java
8913e503e579150981a2a0f7b741863424b4d52a
[ "Apache-2.0", "NCSA" ]
permissive
projectceladon/vendor_intel_art-extension
ce09807c5e11e459cde151be1aa42a3d6958752e
4f505f9b7ff1b93add4d97de1d8096816b333b4b
refs/heads/master
2023-01-22T08:52:43.463644
2023-01-10T07:27:40
2023-01-10T07:27:40
137,192,912
3
20
NOASSERTION
2020-06-05T09:57:16
2018-06-13T09:23:37
C++
UTF-8
Java
false
false
396
java
import java.util.*; public class Main { public int div(int d) { return 1 / d; } public void runTestNewInstance() { try { div(0); } catch (Exception e) { ArrayList<Short> list = new ArrayList<Short>(); list.add((short)33); } } st...
[ "jaishankar.rajendran@intel.com" ]
jaishankar.rajendran@intel.com
9c47ebafae548f7e1e110fc63009b6f59f6c3ae0
a17dd1e9f5db1c06e960099c13a5b70474d90683
/core/src/main/java/jp/co/sint/webshop/service/data/csv/CCommodityHeaderImportCondition.java
442bb628790b7a6b82e2a90cd8e3dcf86851057d
[]
no_license
giagiigi/ec_ps
4e404afc0fc149c9614d0abf63ec2ed31d10bebb
6eb19f4d14b6f3a08bfc2c68c33392015f344cdd
refs/heads/master
2020-12-14T07:20:24.784195
2015-02-09T10:00:44
2015-02-09T10:00:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
277
java
package jp.co.sint.webshop.service.data.csv; import jp.co.sint.webshop.service.data.CsvConditionImpl; public class CCommodityHeaderImportCondition extends CsvConditionImpl<CCommodityHeaderCsvSchema> { /** * */ private static final long serialVersionUID = 1L; }
[ "fengperfect@126.com" ]
fengperfect@126.com
a0f96d20650e49ad5614b25745975fcfe62d06dc
891c3ee0fb2580697b3a90859ae923ff42a23922
/instrumentation/mongodb-3.7/src/test/java/com/nr/agent/instrumentation/mongodb/MongoDb370Test.java
29903a183b5beff20fb2425b133b929590812b14
[ "Apache-2.0" ]
permissive
bradleycamacho/newrelic-java-agent
7aa9dd45472a81d4d270ffa2843bc0176beb0e33
b535fd61df368154acf4ec9360f6802ac570b1f1
refs/heads/main
2022-12-28T23:40:27.684984
2020-10-15T22:34:51
2020-10-15T22:34:51
304,462,620
0
0
Apache-2.0
2020-10-15T22:33:43
2020-10-15T22:33:42
null
UTF-8
Java
false
false
6,133
java
/* * * * Copyright 2020 New Relic Corporation. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * */ package com.nr.agent.instrumentation.mongodb; import com.mongodb.ConnectionString; import com.mongodb.client.MongoClient; import com.mongodb.client.MongoClients; import com.newrelic.agent.bridge.dat...
[ "49817386+jeffalder@users.noreply.github.com" ]
49817386+jeffalder@users.noreply.github.com
44d69b550938b73b6746a6950bd84f69b5145289
be0e8ce2c66c20ced2e3add077231ba7f5ddd039
/src/test/java/org/duckapter/annotation/InterfaceTest.java
536e8f91b0ab24a4bd91110c635b734dfef4b28c
[]
no_license
musketyr/duckapter
c80e2e0ba1c0bbc30531f884ed3557a4a2f0f741
0d0a431b391f2d3eade29d2d847beb298ecddbe4
refs/heads/master
2023-06-27T12:57:33.385466
2015-11-21T05:15:34
2015-11-21T05:15:34
2,249,522
5
2
null
2023-06-18T00:08:30
2011-08-22T15:42:52
Java
UTF-8
Java
false
false
536
java
package org.duckapter.annotation; import org.duckapter.Duck; import org.junit.Assert; import org.junit.Test; public class InterfaceTest { public static interface TheInterface { } public static interface OtherInterface { } public static class TheClass { } @Test public void testAdaptClass(...
[ "vladimir@orany.cz" ]
vladimir@orany.cz
59e226bc413840a9d3e6afcc147a529862fb8ca3
f2d2f8ceded9051c61bbdb9dcb89292a6d90530b
/kwok-app/src/main/com/kwoksys/action/contacts/CompanyContactAddAction.java
fecfdc89a947f7ededae442ba0701800b0744608
[]
no_license
roliannetropia/kwok
7becc6ee54f33fc84bf68a57d8ce340cf1809a66
8074b853b1b4c8d74dee71771b24fb56d5abbbb1
refs/heads/master
2016-09-06T15:36:58.750644
2015-03-15T23:51:28
2015-03-15T23:51:28
30,286,995
0
0
null
null
null
null
UTF-8
Java
false
false
3,210
java
/* * ==================================================================== * Copyright 2005-2011 Wai-Lun Kwok * * http://www.kwoksys.com/LICENSE * * 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 Li...
[ "tropia.rolianne@notes.bdo" ]
tropia.rolianne@notes.bdo
f8cc59129c7c16ec23edbd0296f641e7dbcde8ff
4a5b8d37d70aff90d9c3e4d6d53239c12726f88e
/butterknife-annotations/src/main/java/cn/ollyice/library/butterknife/BindView.java
d161993654266c05d96bfa347444f7266871cfb3
[]
no_license
paqxyz/AndGameDemo
29dfad61e371cf6db833107d903acffb8502e647
53271818ffff94564ec4e3337ebf4af13956d5de
refs/heads/master
2020-03-21T04:29:11.037764
2018-06-20T06:06:50
2018-06-20T06:06:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
575
java
package cn.ollyice.library.butterknife; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.RetentionPolicy.CLASS; /** * Bind a field to the view for the specified ID. The view will automatically be cast...
[ "289776839@qq.com" ]
289776839@qq.com
b3fd6ba9e6050b32429bf58d29b1a6be3b649b55
96ac5476757385500dd7e306062d38e8a0d12c9e
/src/main/java/mine/component/OptionalComponent.java
b98db526db856a4132551703a57f0c4e9c5d2722
[]
no_license
ipipip1735/dagger
b907d7b900ca2bbd036bfde6b9ecca496f28cb75
652620af97716dffe1ff692361705b4ab8bc8d8c
refs/heads/master
2023-04-25T03:43:32.990533
2021-05-11T13:11:59
2021-05-11T13:11:59
365,472,779
0
0
null
null
null
null
UTF-8
Java
false
false
378
java
package mine.component; import dagger.Component; import mine.OptionalTrial; import mine.ScopeTrial; import mine.module.CModule; import mine.module.OptionalModule; import mine.scope.TheScope; /** * Created by LFM on 2021/5/11. */ @Component(modules = {CModule.class, OptionalModule.class}) public interface OptionalCo...
[ "ipipip1735@163.com" ]
ipipip1735@163.com
1b32d419c7a02a0234a99202b230d2a2cccb2038
ff6bcd13f4d1c8715353ebb0460e851fdac0e30f
/app/src/main/java/com/mob/mobapi/sample/flight/FlightAPIActivity.java
e67fc02f03f0fe38a617105eda5e60d8d3e27015
[ "Apache-2.0" ]
permissive
xiao00kang/styT
1a00b8a5feffcb6abb5d43552b8e256fc0373824
aa35b6f2731b79bc883eba6c521358c77ed9925a
refs/heads/master
2021-05-14T12:23:28.009646
2018-01-05T08:44:22
2018-01-05T08:44:22
116,406,864
1
0
null
2018-01-05T16:51:40
2018-01-05T16:51:39
null
UTF-8
Java
false
false
6,001
java
/* * 官网地站:http://www.mob.com * 技术支持QQ: 4006852216 * 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系, * 我们将会在24小时内给予回复) * * Copyright (c) 2013年 mob.com. All rights reserved. */ package com.mob.mobapi.sample.flight; import android.app.Activity; import android.content.Context; impor...
[ "root@localhost" ]
root@localhost
cbf17bf6a3650a596a9e423fbbe3578f4b828a0b
a1af674e3db6959f14a57469c02932f891902758
/src/com/tumri/af/utils/Utils.java
64130c7684526879b86c1f928264a3abdaa04fa0
[]
no_license
anandp504/cbo
4262901d3c95f07878b4244689e64e8d373ce310
d25b74f548b1566dbc46205feacb92ecaa6a0e1f
refs/heads/master
2020-05-17T10:15:53.830212
2013-09-26T10:20:08
2013-09-26T10:20:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,314
java
package com.tumri.af.utils; import java.io.PrintWriter; import java.io.StringWriter; public class Utils { public static final String EMPTY_STRING = ""; public static final String FILE_FORMAT_XLS = ".xls"; public static final String FILE_FORMAT_ZIP = ".zip"; public static final...
[ "a@b" ]
a@b
cc4ddbd111e267cfe0be93050d554f7dba986597
baa2b30b7003eec034f4d1ada005b40c2e8b61a5
/wx-pubno/src/main/java/com.feagle/menu/ViewButton.java
9013666c2248bf55b9f62c77134db11cf66da25d
[]
no_license
adanac/ssm-project
d96270d560bc179ddf0a1ef536bcddc7facff837
b99788f6c4c6925776436a932abfa286edcc90eb
refs/heads/master
2021-05-12T01:13:35.662614
2018-01-15T15:25:08
2018-01-15T15:25:08
117,554,698
0
0
null
null
null
null
UTF-8
Java
false
false
217
java
package com.feagle.menu; public class ViewButton extends Button { private String url; public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } }
[ "adanac@sina.com" ]
adanac@sina.com