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
b0f5eb34bfcbce7086833120c1b037f977d08d10
0ac05e3da06d78292fdfb64141ead86ff6ca038f
/OSWE/oswe/openCRX/rtjar/rt.jar.src/sun/net/httpserver/UnmodifiableHeaders.java
f97e1725ca79deb43c8e5b7615ec11227e7807c0
[]
no_license
qoo7972365/timmy
31581cdcbb8858ac19a8bb7b773441a68b6c390a
2fc8baba4f53d38dfe9c2b3afd89dcf87cbef578
refs/heads/master
2023-07-26T12:26:35.266587
2023-07-17T12:35:19
2023-07-17T12:35:19
353,889,195
7
1
null
null
null
null
UTF-8
Java
false
false
3,371
java
/* */ package sun.net.httpserver; /* */ /* */ import com.sun.net.httpserver.Headers; /* */ import java.util.Collection; /* */ import java.util.Collections; /* */ import java.util.List; /* */ import java.util.Map; /* */ import java.util.Set; /* */ /* */ /* */ /* */ /*...
[ "t0984456716" ]
t0984456716
fa90cba75c8149af91ed5eed2538ede5636b94bb
ee40799e6ad93ac07e2580e890ae38e140f6132a
/src/RDPCrystalEDILibrary/Documents/X12/IG5010/Segments/HSD.java
544c07cee574e4eea55c1b981f471a227f57dd1d
[]
no_license
Javonet-io-user/3e31e312-8b7c-43cc-a7c0-96ec31b56ad5
c2a96b7dbeb0a0abd788f76ecf64de756cbcd779
db68571c6724fe123032af7cd8603ebf7b3dc0a9
refs/heads/master
2020-04-15T16:17:08.109701
2019-01-09T09:10:38
2019-01-09T09:10:38
164,828,467
0
0
null
null
null
null
UTF-8
Java
false
false
7,074
java
package RDPCrystalEDILibrary.Documents.X12.IG5010.Segments; import Common.Activation; import static Common.Helper.Convert; import static Common.Helper.getGetObjectName; import static Common.Helper.getReturnObjectName; import static Common.Helper.ConvertToConcreteInterfaceImplementation; import Common.Helper; i...
[ "support@javonet.com" ]
support@javonet.com
a29d714b961ed31ae5511cfb59c9764159cca504
439847f28dbbc23289d085548fa2e2221ac217b3
/com.ibm.ive.tools.japt exec optimizer/src/java/lang/Error.java
358eebe3a96cc687877d41356c9eda3e871b1d19
[]
no_license
daniellansun/Japt-Bytecode-Optimizer-for-Java
e87aa8bec0371a34dff43aec8d3d24d9ccf2d601
a5487fa3f3071f2a79be9dc48ec66370677ed822
refs/heads/master
2022-03-22T12:00:12.687609
2016-10-22T04:01:11
2016-10-22T04:01:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package java.lang; public class Error extends Throwable { public Error () { super(); } public Error (String detailMessage) { super(detailMessage); } public Error (String detailMessage, Throwable throwable) { super(detailMessage, throwable); } public Error (Throwable throwable) { su...
[ "seancfoley@yahoo.com" ]
seancfoley@yahoo.com
a53a7c8e027d970ee26a8f9b2cba2b33b58c8aa1
a16b2a58625081530c089568e2b29f74e23f95a9
/doolin/Doolin-Core/src/test/java/net/sf/doolin/util/copy/CDAOAccount.java
a3c7fbacac8e4fd1d52d0e4a9fec53ca15f35203
[]
no_license
dcoraboeuf/orbe
440335b109dee2ee3db9ee2ab38430783e7a3dfb
dae644da030e5a5461df68936fea43f2f31271dd
refs/heads/master
2022-01-27T10:18:43.222802
2022-01-01T11:45:35
2022-01-01T11:45:35
178,600,867
0
0
null
2022-01-01T11:46:01
2019-03-30T19:13:13
Java
UTF-8
Java
false
false
237
java
package net.sf.doolin.util.copy; public class CDAOAccount extends CAccount { private CDAOPerson person; public CDAOPerson getPerson() { return person; } public void setPerson(CDAOPerson person) { this.person = person; } }
[ "damien.coraboeuf@gmail.com" ]
damien.coraboeuf@gmail.com
e55015d48eb4f34870341f7d09ab72988fa5b946
7df62a93d307a01b1a42bb858d6b06d65b92b33b
/src/com/afunms/polling/snmp/device/LinuxDeviceSnmp.java
3f4a3fea28cc09348e5759c671bfa4b69e12ddc3
[]
no_license
wu6660563/afunms_fd
79ebef9e8bca4399be338d1504faf9630c42a6e1
3fae79abad4f3eb107f1558199eab04e5e38569a
refs/heads/master
2021-01-10T01:54:38.934469
2016-01-05T09:16:38
2016-01-05T09:16:38
48,276,889
0
1
null
null
null
null
GB18030
Java
false
false
6,112
java
package com.afunms.polling.snmp.device; /* * @author hukelei@dhcc.com.cn * */ import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.Hashtable; import java.util.List; import java.util.Vector; import com.afunms.common.util.ShareData; import...
[ "nick@comprame.com" ]
nick@comprame.com
55879ca374499233ce7e02b6859cbeb288a899be
472d7820a5f5d9d5ab2ec150eab0c9bdeb2008c7
/Protege-2000/source/Protege-2000/src/edu/stanford/smi/protege/ui/SelectInstanceFromCollectionPanel.java
602a6df37a28c63365393aa3d09364cfee56b801
[]
no_license
slacker247/GPDA
1ad5ebe0bea4528d9a3472d3c34580648ffb670e
fa9006d0877a691f1ddffe88799c844a3e8a669a
refs/heads/master
2022-10-08T07:39:09.786313
2020-06-10T22:22:58
2020-06-10T22:22:58
105,063,261
2
0
null
null
null
null
UTF-8
Java
false
false
3,520
java
/* * The contents of this file are subject to the Mozilla Public License * Version 1.1 (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.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS"...
[ "jeffmac710@gmail.com" ]
jeffmac710@gmail.com
167c5c05f9ebd0452dbf7f206bc447a1d14bfc3c
8a1ee33c362bd5b3ccd914b4fb019b9da9f1eff3
/src/bft/demo/Client.java
24f756a1097e37c3d7ea40a273317696646a3bb6
[]
no_license
wnagchenghku/sawtooth
dfa3985e53f3a0b02901db8361530ae70afb9c91
52585d1efbecbee12f47db55a82f89e74fcf507c
refs/heads/master
2021-10-22T04:28:15.423000
2019-03-08T02:10:09
2019-03-08T02:10:09
125,061,094
0
0
null
null
null
null
UTF-8
Java
false
false
1,638
java
/** Copyright (c) 2007-2013 Alysson Bessani, Eduardo Alchieri, Paulo Sousa, and the authors indicated in the @author tags 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/licen...
[ "you@example.com" ]
you@example.com
922394114a33f51490e31bdeb400879ad9718f93
5786b8c28f069ae9b9b7f850edf4d4c1b5cf976c
/languages/CSharp/source_gen/CSharp/behavior/Local_variable_declarator_BehaviorDescriptor.java
91be48aba95791c8b6279003e40ae509883a85dd
[ "Apache-2.0" ]
permissive
vaclav/MPS_CSharp
681ea277dae2e7503cd0f2d21cb3bb7084f6dffc
deea11bfe3711dd241d9ca3f007b810d574bae76
refs/heads/master
2021-01-13T14:36:41.949662
2019-12-03T15:26:21
2019-12-03T15:26:21
72,849,927
19
5
null
null
null
null
UTF-8
Java
false
false
378
java
package CSharp.behavior; /*Generated by MPS */ /** * Will be removed after 3.4 * Need to support compilation of the legacy behavior descriptors before the language is rebuilt * This class is not involved in the actual method invocation */ @Deprecated public class Local_variable_declarator_BehaviorDescriptor { ...
[ "vaclav.pech@gmail.com" ]
vaclav.pech@gmail.com
311d1aa32b2d93d7036cfa36c44d3bbfeac26926
9758aafee22725fa3844f2321cad903ece08a52e
/spring-boot-mail/src/main/java/com/jeiker/mail/SpringBootMailApplication.java
beb94159ef5d4e9182ef754b584fde28e3fb972f
[]
no_license
jeikerxiao/spring-boot-ali
af154de635561236b87f59a7e6b7b98265a352fa
abc08ba8d498edc7f7048e082cad37273b6e8216
refs/heads/master
2020-05-27T21:00:42.251999
2019-05-27T08:57:16
2019-05-27T08:57:16
188,789,485
0
0
null
null
null
null
UTF-8
Java
false
false
336
java
package com.jeiker.mail; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SpringBootMailApplication { public static void main(String[] args) { SpringApplication.run(SpringBootMailApplication.class, ...
[ "jeiker@126.com" ]
jeiker@126.com
4c6f0976eb54d94c290e358ad2730bf6dafce1e4
85ed3b5db4ca762543cc63d06e3d6563e364562b
/model/storage/src/main/java/org/openfact/models/common/CoordinateSystemCodeType.java
168a688423843638c881f85f6ea8972592ef18d9
[ "MIT" ]
permissive
carlosthe19916/openfact-temp
0850115566ed12f2c8e36d0e47b2dbed71069d5f
0ca315fbea20e6f816b12d1df06ae2e8ea18f34a
refs/heads/master
2020-04-06T04:35:38.393748
2016-08-26T20:48:04
2016-08-26T20:48:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,145
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016.08.16 at 10:50:...
[ "carlosthe19916@gmail.com" ]
carlosthe19916@gmail.com
bb18c7d980d3905f1112ffc99d7588f8b438203b
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/eclipsejdt_cluster/65613/tar_1.java
7d888c1ca4d90d801dc2d502f675ddabef96220b
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,951
java
/******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
[ "375833274@qq.com" ]
375833274@qq.com
c3ac3a54dbda3486561a155c9a7bab08695fc1eb
eec13544246a39cfe64aa8a10089dd5db7adc1a9
/src/main/java/com/easyway/java/concurrent/practice/LaunderThrowable.java
17f247e685b87ed5e55d06976c04758bf8b8ed11
[]
no_license
LonggangBai/java-basic
323ba811f3afacc0977f4d1ba266088ec492805f
f761218b596558d9696eb04a18143529f0984c85
refs/heads/master
2022-07-06T16:50:17.064997
2019-11-25T07:09:44
2019-11-25T07:09:44
29,512,547
0
1
null
2022-06-29T19:30:20
2015-01-20T04:56:44
Java
UTF-8
Java
false
false
762
java
package com.easyway.java.concurrent.practice; /** * StaticUtilities * * @author Brian Goetz and Tim Peierls */ public class LaunderThrowable extends RuntimeException { public LaunderThrowable(Throwable cause) { super(cause); } /** * Coerce an unchecked Throwable to a RuntimeException * <p/> ...
[ "Administrator@WIN-20140718QRT" ]
Administrator@WIN-20140718QRT
1b4ccc408524376765d5c3418c22b73863569187
e3109a079793c5a66891aebef6dd7c2a44f8d360
/base/java/com/microsoft/azure/sdk/iot/deps/serializer/FileUploadStatusParser.java
24bfcb65c4fc60faad43c4fc9c5e17d2d7c548d1
[]
no_license
msorland/no.simula.smittestopp
d5a317b432e8a37c547fc9f2403f25db78ffd871
f5eeba1cc4b1cad98b8174315bb2b0b388d14be9
refs/heads/master
2022-04-17T12:50:10.853188
2020-04-17T10:14:01
2020-04-17T10:14:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,668
java
package com.microsoft.azure.sdk.iot.deps.serializer; import e.c.c.e; import e.c.c.v.a; import e.c.c.v.c; public class FileUploadStatusParser { public static final String CORRELATION_ID_TAG = "correlationId"; public static final String IS_SUCCESS_TAG = "isSuccess"; public static final String STATUS_CODE_TA...
[ "djkaty@users.noreply.github.com" ]
djkaty@users.noreply.github.com
5d405651aa5b8e9a70fa197a4e6cbc09fde00019
e4703d8070c3c23acd34ced1e385fd714d5ec74d
/src/main/java/com/opensearchserver/client/common/search/query/filter/MirrorAndFilter.java
27cc1e8b4cf2e16da5264e87a356b29a99eaf86d
[ "Apache-2.0" ]
permissive
naveenann/oss-java-client
aeeceaeafcffd15c61fb5ada07d4c9d84ec2425f
d13b3041a009e471fad10f58aa69a33fc7e26ceb
refs/heads/master
2022-04-29T02:18:03.043321
2015-02-16T19:41:11
2015-02-16T19:41:11
31,155,088
0
0
Apache-2.0
2022-03-10T23:45:40
2015-02-22T06:37:59
Java
UTF-8
Java
false
false
1,271
java
/** * Copyright 2014-2015 OpenSearchServer 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 la...
[ "ekeller@open-search-server.com" ]
ekeller@open-search-server.com
497ae589c84bd1933abc9c12ae704cb577029dbd
eb840800bc31f991eab945d9e6efe694143b6718
/leetcode/src/test/java/leetcode/arrays/PascalTriangleTest.java
bb9836941037eddc447641a2232d9e15ad80a393
[]
no_license
aqib1/HackCodeLeet
f3ef6e76bb0d4a94b4fc6cbcca1dc76f8a3fc420
65c4b30395e980e73e1abec5219c8a37ddb5f063
refs/heads/master
2023-03-16T23:03:09.118125
2023-03-13T08:07:30
2023-03-13T08:07:30
228,961,291
10
3
null
2023-01-08T02:51:52
2019-12-19T02:45:26
Java
UTF-8
Java
false
false
838
java
package leetcode.arrays; import java.lang.reflect.Method; import java.util.List; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class PascalTriangleTest { private PascalTriangle pascalTriangle; @Before public void init() { pascalTriangle = new PascalTriangle(); } @Test pub...
[ "aqibbutt3078@gmail.com" ]
aqibbutt3078@gmail.com
763944dc3cc3affb139f94bd13377e6822544b0b
aa91f6fae3aca2e93fc06afc43dee9c7985ea733
/teams/seeding/RobotPlayer.java
0700b2c04d6a4259f32abf753a32cdca111b755d
[]
no_license
TheDuck314/battlecode2014
6a962a6658c917ed72c15a94c54181d44cadbd9b
7814de854706484ad9025b7532fb3cc7340971b5
refs/heads/master
2016-08-06T16:09:49.119776
2014-02-10T02:59:55
2014-02-10T02:59:55
15,696,204
0
3
null
null
null
null
UTF-8
Java
false
false
459
java
package seeding; import battlecode.common.*; public class RobotPlayer { public static void run(RobotController theRC) throws Exception { switch (theRC.getType()) { case HQ: BotHQ.loop(theRC); break; case SOLDIER: BotSoldier.loop(theRC); break; case PASTR: BotPastr.loop(theRC); brea...
[ "gem2128@columbia.edu" ]
gem2128@columbia.edu
d0ed1e2f7a2a587210a5a584d898b99152b0c42a
06a41d3cffdacea1ee0d907fa346c854e01ab738
/src/main/java/com/yjfshop123/live/live/live/list/TCChatEntity.java
135c1ca324b53cae414b21d25c48cd5e64176da0
[]
no_license
yanbingyanjing/Demo
9c7c600295f9dc4996da5ff6e0803cfae0cfbdc2
dbe9b9f51c9e55038da849caf1322bfb1d546583
refs/heads/master
2023-04-08T18:11:08.182347
2021-04-21T07:20:04
2021-04-21T07:20:04
360,068,907
0
0
null
null
null
null
UTF-8
Java
false
false
1,926
java
package com.yjfshop123.live.live.live.list; import com.yjfshop123.live.live.commondef.AttributeInfo; /** * 消息体类 */ public class TCChatEntity { private String content;//内容 private String user_id = "system";//用户ID private int type;//消息类型 private String identityType;//身份类型 0普通 1主播 private String isGuard;// 是否守...
[ "yanbingyanjing@163.com" ]
yanbingyanjing@163.com
aaeefd18a62197a6bf78d266aff450f517a70538
99d856874f2e13f4da8f67d3a59cb0089ed629fe
/temp/src/minecraft/net/minecraft/src/ItemSlab.java
465f7b2d9cfa961442f05b4609a7a05b90837b1a
[]
no_license
pablo67340/SkinFix
f1e0fa64361edb13c7f937f99a571f08bc349c54
5d5a9aa55a948376236a4fda84a7a0eefa373400
refs/heads/master
2020-04-27T20:07:23.310747
2019-03-09T04:28:15
2019-03-09T04:28:15
174,646,319
0
0
null
null
null
null
UTF-8
Java
false
false
3,810
java
package net.minecraft.src; import net.minecraft.src.Block; import net.minecraft.src.BlockStep; import net.minecraft.src.EntityPlayer; import net.minecraft.src.ItemBlock; import net.minecraft.src.ItemStack; import net.minecraft.src.World; public class ItemSlab extends ItemBlock { public ItemSlab(int p_i666_1_) { ...
[ "pablo67340@gmail.com" ]
pablo67340@gmail.com
31105b00c1e6aa0f3d77d621f256eb33104bed31
6db8e1a553d23175d6d36804a0e34ef82dfc8131
/projects/batfish/src/batfish/z3/node/NodeDropExpr.java
39207c8230eb6b2649021f945f7d48bc2c4abaeb
[ "Apache-2.0" ]
permissive
pyrocat101/batfish
0bb6759fe1e7bdc8f68f505c5e241f473e40a264
f4d333b03dcbb2670a82ce47d8c95787584031bc
refs/heads/master
2021-01-14T14:28:25.884785
2015-01-19T06:30:40
2015-01-19T06:30:40
28,770,972
0
0
null
2015-01-04T10:10:29
2015-01-04T10:10:29
null
UTF-8
Java
false
false
221
java
package batfish.z3.node; public class NodeDropExpr extends NodePacketRelExpr { public static final String BASE_NAME = "R_node_drop"; public NodeDropExpr(String nodeArg) { super(BASE_NAME, nodeArg); } }
[ "arifogel@ucla.edu" ]
arifogel@ucla.edu
a302eee2bc6c333e4d5d98fe19c6cd3a74f59cae
f822c2a7de4658f2a71ffce5f0e7a83e5eaccb94
/statemachine-parent/statemachine-impl/src/main/java/com/sxj/statemachine/fsm/annotation/LogExecTime.java
e5c5260442bfee474dcbbf1ab53e68ec41ef2650
[]
no_license
helpying/sxj-src
d05f7ff10b07c92b70412e0390fed88c24c33b55
b969dee813b51bbbb1a7018258bced33ae7b83ed
refs/heads/master
2020-12-31T05:55:19.231173
2014-12-24T07:20:46
2014-12-24T07:20:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
421
java
package com.sxj.statemachine.fsm.annotation; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotatio...
[ "redtroyzhang@gmail.com" ]
redtroyzhang@gmail.com
848bd54752ab7ca5bc6b1624d97b58c0a418fd17
0cd9e0184f628d0ae62d6e582f55fb1e83c49e81
/ModuleWatchMan/src/main/java/cn/com/watchman/chatui/WarningDetailsActivity.java
95e2851f7aea47b003a47985c88fd38d6f273165
[]
no_license
sun529417168/ParkGuardFirst
b83928b5a7647bba10c5b7204c9479507921d9f8
b6690db6a32ad806130cc9936438d66c1fc51a44
refs/heads/master
2020-12-02T22:13:05.256488
2017-07-20T08:15:30
2017-07-20T08:15:30
96,081,866
0
0
null
null
null
null
UTF-8
Java
false
false
4,307
java
package cn.com.watchman.chatui; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.GridView; import android.widget.LinearLayout; import android.widget.TextView; import android.widget.Toast; import com.linked.erfli.library.base.BaseActivity; import com.linked.erfli...
[ "xue7758521" ]
xue7758521
0af9fcba27dad2a94c3e2a7adb29a0e60d79ea01
d7939b55ab10a2070ca90013886a26bc2bba1002
/src/main/java/org/takes/rs/RsWrap.java
7fe32ec9baae494aa41d6501092f9b177dd39c9a
[ "MIT" ]
permissive
celezar/takes
672002e6d247c334c619f337234a61b0bdab6f4b
2fb190cae20a74d917a874cd13a3b69cff1be5c3
refs/heads/master
2020-12-29T00:30:05.072630
2015-04-07T20:32:50
2015-04-07T20:32:50
33,399,051
1
0
null
2015-04-04T08:23:00
2015-04-04T08:23:00
null
UTF-8
Java
false
false
1,985
java
/** * The MIT License (MIT) * * Copyright (c) 2015 Yegor Bugayenko * * 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 ...
[ "yegor@tpc2.com" ]
yegor@tpc2.com
8e63f6ca466aa5f0507e629d138faf8e3911f7d4
d90faaf33e6bc55176a21c34d9aadf0ffa8ed939
/org.raml.dialects.core/src/main/java/org/raml/dialecs/core/model/JSONLDContext.java
772494674a26c6dc869e266ad1d490f03f3404bc
[ "Apache-2.0" ]
permissive
Pavel-research/raml-dialects-tools
dd6683599a6d810f8e11bb2de0efdcf9522a221e
73b64e99bf3dce1032c7d4ff710d1db36d0e1d68
refs/heads/master
2021-05-15T16:07:06.459157
2017-10-20T03:05:44
2017-10-20T03:05:44
107,439,142
0
0
null
null
null
null
UTF-8
Java
false
false
2,010
java
package org.raml.dialecs.core.model; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.LinkedHashMap; import org.raml.dialects.core.HasId; import org.raml.dialects.core.annotations.BuiltinInstances; public class JSONLDContext { protected sta...
[ "petrochenko.pavel.a@gmail.com" ]
petrochenko.pavel.a@gmail.com
035a55ef1c60905b2f26a9b1b48bd0aa75238003
00dcb5cc5e5a4b75db2275fa5d2c185c0f3e485a
/src/main/java/org/xnio/nativeimpl/Version.java
02516d7367fcbcb5074da87a1008501b00714da4
[]
no_license
ctomc/xnio-native
799706611cc26f9a7cd966ff9531ffcf52feed89
411c2acd563a57983c3363ba7f592fb9646253ff
refs/heads/master
2020-12-07T15:30:49.580201
2014-01-08T22:50:56
2014-01-08T22:50:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,210
java
/* * JBoss, Home of Professional Open Source * * Copyright 2013 Red Hat, Inc. and/or its affiliates. * * 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/li...
[ "david.lloyd@redhat.com" ]
david.lloyd@redhat.com
8c726db528c969b9cad9baf810b15d968dcaee98
183bfe29873fca557a8f76f940d398264ff2a121
/src/main/java/com/kenny/openimgur/classes/Upload.java
10d13a59daeb5b300ac973e85658a968c82337f3
[ "Apache-2.0" ]
permissive
darkevilmac/Opengur
54152a9d1a217f852eb53b1df032fb5c083d2686
9567d6ae940a3d12620de6f0a3c789896d939507
refs/heads/master
2021-01-15T08:20:38.947009
2015-12-21T23:17:07
2015-12-21T23:17:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,945
java
package com.kenny.openimgur.classes; import android.os.Parcel; import android.os.Parcelable; /** * Created by Kenny-PC on 6/21/2015. */ public class Upload implements Parcelable { private String mLocation; private String mUploadedLink; private String mTitle; private String mDesc; private boolea...
[ "kennyc1012@gmail.com" ]
kennyc1012@gmail.com
f6d7b805ce10b8cf4fe5aae0ce95ace76acd664b
112a579bcf27a2d63c367bf476b34fcf2faeb707
/my-handwriting/handwriting-spring-simulate/src/main/java/prosayj/handwritingspring/simulate/core/convert/support/StringToNumberConverterFactory.java
47e24108216e59ba7691149c0271609ab6d1ee28
[]
no_license
ProSayJ/think-in-spring
78b4a7d0b4f0e08bf42c16fcda48c451fcb41165
507a2bacd16af92b1320781fc4d1739118c8323d
refs/heads/main
2023-06-22T16:58:36.037144
2021-07-21T07:20:34
2021-07-21T07:20:34
332,664,184
0
0
null
null
null
null
UTF-8
Java
false
false
2,017
java
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "15665662468@163.com" ]
15665662468@163.com
07cee7d5ab35f85a8e2c438626d2a697d447cd79
f96fe513bfdf2d1dbd582305e1cbfda14a665bec
/net.sf.smbt.osc.ableton.edit/src/net/sf/smbt/ezableton/provider/LiveScene2ItemProvider.java
f33561d4fe2ae16702a626e91fd397837ba1c846
[]
no_license
lucascraft/ubq_wip
04fdb727e7b2dc384ba1d2195ad47e895068e1e4
eff577040f21be71ea2c76c187d574f1617703ce
refs/heads/master
2021-01-22T02:28:20.687330
2015-06-10T12:38:47
2015-06-10T12:38:47
37,206,324
0
0
null
null
null
null
UTF-8
Java
false
false
4,395
java
/** * <copyright> * </copyright> * * $Id$ */ package net.sf.smbt.ezableton.provider; import java.util.Collection; import java.util.List; import net.sf.smbt.ezableton.EzabletonPackage; import net.sf.smbt.ezableton.LiveScene2; import net.sf.xqz.model.cmd.PRIORITY; import org.eclipse.emf.common.notify.AdapterFact...
[ "lucas.bigeardel@gmail.com" ]
lucas.bigeardel@gmail.com
0e55627da7fd79b83910bd138408843f98ef4b46
83ec53285d2f805876665d70cd48cdaddb95047c
/aws-java-sdk-sqs/src/main/java/com/amazonaws/services/sqs/model/PurgeQueueInProgressException.java
7e447aea52eabef0f39df04e30e634e8b7dbb18a
[ "JSON", "Apache-2.0" ]
permissive
sarvex/aws-sdk-java
58d1d2094a689ab20925ad9b208a46008af5efb4
8cd1cfb947a419914ebf477ede050fe320d9ca71
refs/heads/master
2023-05-13T16:53:16.261624
2023-05-01T06:35:34
2023-05-01T06:35:34
32,573,530
0
0
Apache-2.0
2023-05-01T06:35:35
2015-03-20T08:59:36
Java
UTF-8
Java
false
false
1,300
java
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
[ "aws@amazon.com" ]
aws@amazon.com
7d2d060476b429f321c19513f231f39bb0363dad
343c983e497e39e9f41dae6edf990b112a0d7320
/etl.editor/src/org/netbeans/modules/masterindex/schemagenerator/DefaultSystemFields.java
ada519f59c29283f19ced09a432493a430419020
[]
no_license
svenreimers/hg-netbeans-org-community-soa
8857c31aa333cd3a3a393838e78df60268e7cedf
deac77f78021b64866d60965585dcb7efccb8f71
refs/heads/master
2023-03-09T11:51:16.023114
2011-09-28T10:01:59
2011-09-28T10:01:59
342,031,636
0
0
null
null
null
null
UTF-8
Java
false
false
1,723
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.netbeans.modules.masterindex.schemagenerator; import java.util.HashMap; import java.util.logging.Logger; /** * * @author Manish Bharani */ public class DefaultSystemFields { // Enter System fields t...
[ "yaroslavskiy@netbeans.org" ]
yaroslavskiy@netbeans.org
31aa82aaffeda155e909cf9cad06bca7b637f91f
edeb76ba44692dff2f180119703c239f4585d066
/libFMap_dal/src/org/gvsig/fmap/dal/feature/exception/IllegalValueException.java
855612d2f251955ee7b8553109da306fadeecbf3
[]
no_license
CafeGIS/gvSIG2_0
f3e52bdbb98090fd44549bd8d6c75b645d36f624
81376f304645d040ee34e98d57b4f745e0293d05
refs/heads/master
2020-04-04T19:33:47.082008
2012-09-13T03:55:33
2012-09-13T03:55:33
5,685,448
2
1
null
null
null
null
UTF-8
Java
false
false
2,244
java
/* gvSIG. Geographic Information System of the Valencian Government * * Copyright (C) 2007-2008 Infrastructures and Transports Department * of the Valencian Government (CIT) * * 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 ...
[ "tranquangtruonghinh@gmail.com" ]
tranquangtruonghinh@gmail.com
739ce8e5bc52a38697d07213365bd426217ff000
d9d08ab2379766b70f2e7be99f3b40aedd8c369d
/src/main/java/com/kepler/generic/impl/DefaultImported.java
4e33ddfcb677f576f00f7b5a9299323f73a85c02
[]
no_license
haogrgr/Kepler-All
7b55132d2f87cea3b537e1c0954d492c28bf7741
be9fb018384b66479fcce9425d17497d93d1856d
refs/heads/master
2020-12-25T13:51:25.419526
2016-10-12T03:43:01
2016-10-12T03:43:01
52,507,339
1
1
null
2016-02-25T08:01:17
2016-02-25T08:01:17
null
UTF-8
Java
false
false
1,934
java
package com.kepler.generic.impl; import java.util.HashSet; import java.util.Set; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.kepler.generic.GenericImported; import com.kepler.generic.GenericMarker; import com.kepler.header.HeadersContext; import com.kepler.header.H...
[ "shenjiawei@didichuxing.com" ]
shenjiawei@didichuxing.com
d0e4b84a33ac79867479cb85beb6d9030b74a500
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_6b503bddee983f3948888ce87f4273b3df34e3b8/TempData/23_6b503bddee983f3948888ce87f4273b3df34e3b8_TempData_t.java
93dfc5536c5fe5f9ff6bccb6c84fdcf0b872325c
[]
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,009
java
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
1e510189d7b4f88f45c46b82303157ad1ca6364f
6edf6c315706e14dc6aef57788a2abea17da10a3
/com/planet_ink/marble_mud/Abilities/Fighter/Fighter_CoupDeGrace.java
823c6c9cf6cccf55e12d82a2a12f2bba48774b94
[]
no_license
Cocanuta/Marble
c88efd73c46bd152098f588ba1cdc123316df818
4306fbda39b5488dac465a221bf9d8da4cbf2235
refs/heads/master
2020-12-25T18:20:08.253300
2012-09-10T17:09:50
2012-09-10T17:09:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,368
java
package com.planet_ink.marble_mud.Abilities.Fighter; import com.planet_ink.marble_mud.core.interfaces.*; import com.planet_ink.marble_mud.core.*; import com.planet_ink.marble_mud.core.collections.*; import com.planet_ink.marble_mud.Abilities.interfaces.*; import com.planet_ink.marble_mud.Areas.interfaces.*; import com....
[ "Cocanuta@Gmail.com" ]
Cocanuta@Gmail.com
4ff382f5445e617d0e4339cc2bff4759f2a7f57d
a00326c0e2fc8944112589cd2ad638b278f058b9
/src/main/java/000/141/713/CWE606_Unchecked_Loop_Condition__getCookies_Servlet_51a.java
39a3f9532b47fb075c86889ff6c9eb9648af5e1e
[]
no_license
Lanhbao/Static-Testing-for-Juliet-Test-Suite
6fd3f62713be7a084260eafa9ab221b1b9833be6
b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68
refs/heads/master
2020-08-24T13:34:04.004149
2019-10-25T09:26:00
2019-10-25T09:26:00
216,822,684
0
1
null
2019-11-08T09:51:54
2019-10-22T13:37:13
Java
UTF-8
Java
false
false
3,116
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE606_Unchecked_Loop_Condition__getCookies_Servlet_51a.java Label Definition File: CWE606_Unchecked_Loop_Condition.label.xml Template File: sources-sinks-51a.tmpl.java */ /* * @description * CWE: 606 Unchecked Input for Loop Condition * BadSource: getCookies_Servlet Rea...
[ "anhtluet12@gmail.com" ]
anhtluet12@gmail.com
aaf0f334dd8efbdc08275fea4782f885c7568684
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/elastic--elasticsearch/2cc97a0d3ed2a9276378e2a6462942deab04a1fb/before/SpanWithinQueryBuilderTests.java
c9befe3d1c697c38f4d48b812633d2e9351fc58d
[]
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
2,108
java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
e590431f452d477b6a7232079e2c8e3ee54e432d
1ba33872823155f476a6f7e0c7074d0aa2432431
/src/main/java/de/hshannover/f4/trust/irongui/communication/DumpImpl.java
44c3bf833abaccbb3c283d0d93f064ea6fa3e867
[ "Apache-2.0" ]
permissive
trustathsh/irongui
15c7eafac686ed91b9a969ed5dc3c957a97333b0
7d48f795e2df5578bb364cd32c6048ebce49f5d9
refs/heads/master
2021-01-01T06:26:29.438446
2015-03-19T13:11:17
2015-03-19T13:11:17
9,518,232
2
1
null
null
null
null
UTF-8
Java
false
false
5,239
java
/* * #%L * ===================================================== * _____ _ ____ _ _ _ _ * |_ _|_ __ _ _ ___| |_ / __ \| | | | ___ | | | | * | | | '__| | | / __| __|/ / _` | |_| |/ __|| |_| | * | | | | | |_| \__ \ |_| | (_| | _ |\__ \| _ | * |_| |_| \__,_|___/...
[ "bahellma@googlemail.com" ]
bahellma@googlemail.com
45b4d95d9e98b59932c5d6ff216d78c9ea0052f0
2173d136de981d7a581e4970f4dc7313750b2b22
/tfkc_shop/src/com/koala/view/web/action/ActivityViewAction.java
cce8db8fc81e300b92dc0b5d8a228cad9f1cccf6
[]
no_license
yunwow/lyRespository
b26a6c488f8aec382c2d419dacf99cfba1ece271
8e472b1350914c488a268bc5c7e8756e093a5743
refs/heads/master
2021-10-24T04:52:56.530018
2019-03-22T02:51:21
2019-03-22T02:51:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,999
java
package com.koala.view.web.action; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stere...
[ "67857020@qq.com" ]
67857020@qq.com
38a6ec68a6aea9c018367e76f81ca3a876cd8e06
7dbc40ea98d17fdc2180563c2ffd8b25504714b3
/com/github/lunatrius/schematica/block/state/pattern/BlockStateReplacer.java
12497fb490365775c2766ffa7c744f12654f8f9e
[]
no_license
WarriorCrystal/Zenith-0.7-src
c144e3548f7ae1542df2ce6a29de864aec25b87d
34fd7a76d0e1b59518c813da6f5dd339a0425d58
refs/heads/main
2023-01-21T04:42:58.249921
2020-11-29T21:37:31
2020-11-29T21:37:31
317,043,706
1
2
null
null
null
null
UTF-8
Java
false
false
5,641
java
//Deobfuscated with https://github.com/PetoPetko/Minecraft-Deobfuscator3000 using mappings "1.12 stable mappings"! // // Decompiled by Procyon v0.5.36 // package com.github.lunatrius.schematica.block.state.pattern; import java.util.Collection; import java.util.HashMap; import com.github.lunatrius.core.exceptions.L...
[ "68621329+Warrior80@users.noreply.github.com" ]
68621329+Warrior80@users.noreply.github.com
d93f20609302b13cf746a2c8bb87caa3a5762f72
f4579585211b7f52dc4b74d8468b3100a190c122
/src/main/java/me/darki/konas/unremaped/Class413.java
c3f49358f0bf281dde3b90a54adbd463500128ff
[]
no_license
xDd01/Konas-Deobf-Remap
26010da334ec671d6aeaf58c006f71c5f1e0a0a3
110d9a50572a6a5a138c1a53edf23d7634eff8a3
refs/heads/main
2023-08-27T10:49:57.851470
2021-11-06T23:32:58
2021-11-06T23:32:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
474
java
package me.darki.konas.unremaped; import me.darki.konas.*; import net.minecraft.util.math.BlockPos; public class Class413 { public BlockPos Field1087; public BlockPos Field1088; public Class413(BlockPos blockPos, BlockPos blockPos2) { this.Field1087 = blockPos; this.Field1088 = blockPos2;...
[ "63124240+Gopro336@users.noreply.github.com" ]
63124240+Gopro336@users.noreply.github.com
874d34e3be5670ad6c7dcc0dbe8ee882e388dd0c
f64fa51d2079cce2cad65e0e989c818f761d5a5b
/skWeiChatBaidu/src/main/java/com/sk/weichat/view/TabView.java
579d0c6a13366ec0503855831b63a7353ae84980
[]
no_license
im8s/HongGuan
c7bf4963cafa2505f4105d43dc943a4de9831b51
c4d508719a8d07ac6a72ea42a76b7136c5af6af9
refs/heads/master
2023-02-22T23:08:02.580290
2021-01-25T11:03:22
2021-01-25T11:03:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,927
java
package com.sk.weichat.view; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.widget.TextView; import com.sk.weichat.ui.tool.ButtonColorChange; import com.yujianni.app.R; public class TabView implements View.OnClickListener { private Context mContext; ...
[ "895977304@qq.com" ]
895977304@qq.com
07e6f4e1c2fdcc3a553d2b3443a969a378bb2853
2169cc3278abb69154ecdf54bb29b6570f312946
/src/main/java/sobow/brick/breaker/services/ScoreService.java
5cdd1832e8e27e7b26b15fc5e3534da38238a676
[]
no_license
psobow/brick-breaker
528bd47c6c4a0faaa2bc02ecc11c7b46a94df018
9cfc570bee686c9bd1cb1ab46c9e406aec1d7564
refs/heads/master
2020-06-15T13:39:05.633095
2019-07-18T15:59:55
2019-07-18T15:59:55
195,315,065
0
0
null
null
null
null
UTF-8
Java
false
false
360
java
package sobow.brick.breaker.services; public class ScoreService { private static int playerScore = 0; private ScoreService() {} public static void reset() { playerScore = 0; } public static void incrementScore() { playerScore++; } public static int getScore() ...
[ "patryk.sobow95@gmail.com" ]
patryk.sobow95@gmail.com
df6b28fd4a437f3b0bd0a979c41b6e8188613d40
5f82aae041ab05a5e6c3d9ddd8319506191ab055
/Projects/Mockito/27/src/org/mockito/stubbing/OngoingStubbing.java
757aff2fe6a85aff6a9a9f7b1f14a8b212d016ec
[ "BSD-3-Clause", "MIT", "Apache-2.0" ]
permissive
lingming/prapr_data
e9ddabdf971451d46f1ef2cdbee15ce342a6f9dc
be9ababc95df45fd66574c6af01122ed9df3db5d
refs/heads/master
2023-08-14T20:36:23.459190
2021-10-17T13:49:39
2021-10-17T13:49:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,813
java
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito.stubbing; import org.mockito.Mockito; import org.mockito.internal.progress.IOngoingStubbing; /** * Simply put: "<b>When</b> the x method is called <b>then</b> return...
[ "2890268106@qq.com" ]
2890268106@qq.com
97bc45ad0661a4ca369bd57b5acb63b5d604b635
ed607eb2b36cd63ddb8ea1950703f90dfbbc13e8
/JavaRXDemo/opensdk/src/main/java/com/chinaums/opensdk/weex/AppletManager.java
ba7dcd43f6cd3db2e085d4fad6a5c64380f7b581
[]
no_license
reyhoo/collection
29ab53e6105e3dc4cb3b0d2a0ba56a509cfbc1ab
5cc0ab1b0596fd7eefb0bf755525c1cc4b8d1579
refs/heads/master
2020-07-08T20:49:12.018422
2017-10-23T09:28:01
2017-10-23T09:28:01
67,034,220
2
0
null
null
null
null
UTF-8
Java
false
false
6,415
java
package com.chinaums.opensdk.weex; import android.content.Context; import android.content.SharedPreferences; import com.chinaums.opensdk.OpenSdkApplication; import com.chinaums.opensdk.manager.IOpenManager; import com.chinaums.opensdk.util.UmsLog; import com.chinaums.opensdk.weex.adapter.DefaultWebSocketAdapterFactor...
[ "373561022@qq.com" ]
373561022@qq.com
cf75c919f24f39869cb208bfa8ddefaee3ba82bd
3fd464e4510ba66da66e7fa35a5f9f801898d893
/src/main/java/com/microMart/entity/Merchant.java
1f31cd65c528084989d22e160edd1b85f3250a1a
[]
no_license
handongqingxue/MicroMart
9a8396e2fc6bf7dd81c765bdfb89a33353513703
fa738182cb41f6048e90bf5fbd46aa110cf00339
refs/heads/main
2023-05-12T01:02:48.904814
2021-06-05T02:24:08
2021-06-05T02:24:08
370,934,176
0
0
null
null
null
null
UTF-8
Java
false
false
1,832
java
package com.microMart.entity; public class Merchant { private Integer id; private String userName; private String password; private String nickName; private String contactTel; private String email; private Integer role; private String logo; private String createTime; private String shopName; private String...
[ "1417140290@qq.com" ]
1417140290@qq.com
1c606e1fbc9f1a5b295d43b776e569db961b0b16
ce0a08692c51a465a19b0a7df6e4d311593a2d7a
/src/main/java/com/livinglogic/ul4/FunctionBin.java
69302deff050f8290ab352a6715e8634f5426183
[]
no_license
mahmoudimus/LivingLogic.Java.ul4
54e8c5f034399cafba8d642fb9455ffffdf3864b
f0fa1ca5d4036cb684df68bbe10228afe74e08d3
refs/heads/master
2023-06-04T08:04:37.664780
2021-06-15T16:11:31
2021-06-15T16:11:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,504
java
/* ** Copyright 2009-2021 by LivingLogic AG, Bayreuth/Germany ** All Rights Reserved ** See LICENSE for the license */ package com.livinglogic.ul4; import java.util.List; import java.math.BigInteger; public class FunctionBin extends Function { @Override public String getNameUL4() { return "bin"; } private s...
[ "walter@livinglogic.de" ]
walter@livinglogic.de
1427d6e1132711a7ef16059fe622bf05d728c98b
e4e6c2620ecab8b8f5797751267a31d3537a9c54
/app/src/main/java/com/shenkangyun/recoveryproject/BeanFolder/StreetBean.java
0dc062ca3cb944c660f45d9ca8b6d48f6d8fdd22
[]
no_license
Galvatron0521/Recovery
2af61963d881432a0f60370956640e901c8c0006
cc23ee1e47141144f056b0bc06c0ce0fa454e162
refs/heads/master
2022-01-15T07:15:20.097347
2019-06-03T02:26:20
2019-06-03T02:26:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,029
java
package com.shenkangyun.recoveryproject.BeanFolder; import java.util.List; /** * Created by Administrator on 2018/4/8. */ public class StreetBean { /** * status : 0 * data : {"list":[{"id":"370902001","name":"岱庙街道办事处","pid":"370902"},{"id":"370902002","name":"财源街道办事处","pid":"370902"},{"id":"37090200...
[ "18353847303@163.com" ]
18353847303@163.com
74d869ddcf8c01f212aa03a85e5f7ea8a4b4fe86
67d0c4a542cc27bb10e0ceca1f07a9f478cc2317
/src/com/xjgc/wind/datastatistics/service/impl/MeastypeServiceImpl.java
841744eb3629c66ebaa6f0a474fb886e830ce15d
[]
no_license
willingox/DWE8000-REPORT
6b8ed454a47e36004a5660438d7ed1a6eae27cbd
492a4aa34aff08dee468a6d2fc4a029dd2f704cf
refs/heads/master
2023-07-20T20:36:51.001871
2021-09-08T08:21:58
2021-09-08T08:21:58
404,266,299
0
0
null
null
null
null
UTF-8
Java
false
false
653
java
package com.xjgc.wind.datastatistics.service.impl; import java.math.BigDecimal; import java.util.List; import com.xjgc.wind.datastatistics.dao.IMeastypeDao; import com.xjgc.wind.datastatistics.service.IMeastypeService; import com.xjgc.wind.datastatistics.vo.DataStatisticsDataVo; public class MeastypeServiceImpl imp...
[ "249497110@qq.com" ]
249497110@qq.com
102e76b4732bba8fa37cf57bc70e8bd40d04bca5
da9b931be21d1f191aa062dfe47bc01fc9233c89
/implementation/fault-tolerance/src/main/java/io/smallrye/faulttolerance/DefaultAsyncExecutorProvider.java
9e6b79dbae16fdd6cad7af9cb7bca8f5a5b82155
[ "Apache-2.0" ]
permissive
brunobat/smallrye-fault-tolerance
ece24b56d7ad40bbccb990b3ad439e9f938cc20d
009afb5483f63ec88545cf88ea7e7ce6440358f6
refs/heads/master
2023-01-07T13:27:00.255336
2022-07-07T11:29:01
2022-07-07T11:29:01
227,167,183
0
0
Apache-2.0
2022-12-29T13:12:16
2019-12-10T16:31:45
Java
UTF-8
Java
false
false
2,688
java
package io.smallrye.faulttolerance; import java.util.OptionalInt; import java.util.concurrent.BlockingQueue; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.SynchronousQueue; import java.util.concurrent.Thr...
[ "ladicek@gmail.com" ]
ladicek@gmail.com
f83e6ce15441f5350429c69d041df7ddb550f8bc
5b82e2f7c720c49dff236970aacd610e7c41a077
/QueryReformulation-master 2/data/processed/NewWizard1.java
b8cb3122dd44fe0b430fc74a755e7b5cba7a52ca
[]
no_license
shy942/EGITrepoOnlineVersion
4b157da0f76dc5bbf179437242d2224d782dd267
f88fb20497dcc30ff1add5fe359cbca772142b09
refs/heads/master
2021-01-20T16:04:23.509863
2016-07-21T20:43:22
2016-07-21T20:43:22
63,737,385
0
0
null
null
null
null
UTF-8
Java
false
false
612
java
/***/ package org.eclipse.ui.tests.navigator.wizards; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.jface.wizard.Wizard; import org.eclipse.ui.INewWizard; import org.eclipse.ui.IWorkbench; /** * Does nothing. Used to test the Capability-awareness of the <b>commonWizard</b> extension. * * @...
[ "muktacseku@gmail.com" ]
muktacseku@gmail.com
1cd192f62511da1476045e055df31cdd0f4fb939
5a15d10a44ba030f3fb8ed1d631c5a81d8b9ed66
/original/240/gen/com/example209/R.java
05eba640705b1045b8e78533f6d67c3ae50fac85
[]
no_license
kongxiangyue/sample_android
c0ae7ba0d5b2b7d0bae8168fd8aad72918f4d882
ba63d80516754881212f2fd52b0e6d3a3a4091dc
refs/heads/master
2020-03-26T13:06:46.378051
2018-08-30T08:57:22
2018-08-30T08:57:22
144,923,789
0
0
null
null
null
null
UTF-8
Java
false
false
719
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.example209; public final class R { public static final class attr { } public static final class drawable { ...
[ "513001363@qq.com" ]
513001363@qq.com
f6c92c348bac28621d92d10dcf9cd7a23b5ec468
32fcd90a01b4e8f0a4aeb40e349cb78bdb15dc6b
/thundergate-project/asakusa-thundergate/src/test/java/com/asakusafw/bulkloader/transfer/OpenSshFileListProviderTest.java
e05895ba3d5f1197fd8915a7d8021e0af04924fe
[ "Apache-2.0" ]
permissive
asakusafw/asakusafw-legacy
3bf051a550c0c81245b9bf2cedc98d332a7e90fa
37d785c65194151a4ac72d51e871612edc6dfaed
refs/heads/master
2022-07-11T20:32:30.570948
2021-01-07T09:33:20
2021-01-07T09:33:20
50,084,654
0
2
Apache-2.0
2022-06-28T15:17:49
2016-01-21T05:34:44
Java
UTF-8
Java
false
false
1,579
java
/** * Copyright 2011-2021 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 applicable...
[ "kawaguchi@nautilus-technologies.com" ]
kawaguchi@nautilus-technologies.com
fce257e5d316ec3c3630d3a8fda12af3fc9bba97
5fddb9a3f85f50cdefe3bf29ca06b33ad44bcd62
/src/main/java/com/syncleus/aethermud/game/Abilities/Traps/Trap_SporeTrap.java
4471c76bc52fa554eafe9dd59f27fe7f8a2ce9a1
[ "Apache-2.0" ]
permissive
freemo/AetherMUD-coffee
da315ae8046d06069a058fb38723750a02f72853
dbc091b3e1108aa6aff3640da4707ace4c6771e5
refs/heads/master
2021-01-19T22:34:29.830622
2017-08-26T14:01:24
2017-08-26T14:06:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,412
java
/** * Copyright 2017 Syncleus, Inc. * with portions copyright 2004-2017 Bo Zimmerman * * 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...
[ "jeffrey.freeman@syncleus.com" ]
jeffrey.freeman@syncleus.com
28c7c7a493d26941d53b3668629164b9301bb506
da9e57fa9472869a09abeb7a6a381cf86d4878ba
/src/plugin/interaction/item/SpadeDigOptionPlugin.java
06a66e3bfeb741743b2a9b488e5a2c575aa04936
[]
no_license
ModGallus/Server
f617b45a9e71f5fc1c04e6ab82fd7579c856ccaa
38bd2219cfda82936b5249932c0c4465d02c2b65
refs/heads/master
2021-01-11T15:21:20.792638
2017-01-29T09:58:40
2017-01-29T09:58:40
80,338,829
0
0
null
null
null
null
UTF-8
Java
false
false
920
java
package plugin.interaction.item; import org.areillan.cache.def.impl.ItemDefinition; import org.areillan.game.content.global.action.DigSpadeHandler; import org.areillan.game.interaction.OptionHandler; import org.areillan.game.node.Node; import org.areillan.game.node.entity.player.Player; import org.areillan.plugin.Plug...
[ "theofficialgallus@gmail.com" ]
theofficialgallus@gmail.com
e700288421c824285fbd9b3b05acbca2e44fab7e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_7405a8f38136b58a64c2e0d4deca03efcb77b5a0/JSONConverter/2_7405a8f38136b58a64c2e0d4deca03efcb77b5a0_JSONConverter_t.java
c74bcc2e1f244b45242690eaa295b8aca24da732
[]
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,093
java
/** * Copyright (C) Posten Norge AS * * 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...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ed500826a6f1297a1fc7dce9abccb8975973b403
82e2fa3b1128edc8abd2bd84ecfc01c932831bc0
/jena-core/src/test/java/org/apache/jena/rdfxml/libtest/LazyZipEntryInputStream.java
7bcb8a603299e6e7b33b8b7cc3085bdfce889b12
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
apache/jena
b64f6013582f2b5aa38d1c9972d7b14e55686316
fb41e79d97f065b8df9ebbc6c69b3f983b6cde04
refs/heads/main
2023-08-14T15:16:21.086308
2023-08-03T08:34:08
2023-08-03T08:34:08
7,437,073
966
760
Apache-2.0
2023-09-02T09:04:08
2013-01-04T08:00:32
Java
UTF-8
Java
false
false
1,625
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 ...
[ "andy@apache.org" ]
andy@apache.org
b6db5b5ef17fc3e7321cd8d26debba703328585a
5e9024c33ba28c618847d756306ea15208ea1e18
/implementation/src/main/java/io/smallrye/reactive/streams/utils/recovery/OnErrorReturnSubscriber.java
184ddc16afbfd75b1da5c96ede9989e9138b2b3a
[ "Apache-2.0" ]
permissive
hutchig/smallrye-reactive-streams-operators
8cbfbac55d7270b6e3c6da3803ee035514b78739
801f9621d52d055ebe5bdc07409b9c2faa31a5a4
refs/heads/master
2020-04-08T15:24:23.111592
2019-01-24T14:18:05
2019-01-24T14:18:05
159,477,281
0
0
Apache-2.0
2018-11-28T09:34:29
2018-11-28T09:34:29
null
UTF-8
Java
false
false
1,178
java
package io.smallrye.reactive.streams.utils.recovery; import io.reactivex.internal.subscribers.SinglePostCompleteSubscriber; import org.reactivestreams.Subscriber; import java.util.Objects; import java.util.function.Function; public class OnErrorReturnSubscriber<T> extends SinglePostCompleteSubscriber<T, T> { pr...
[ "clement.escoffier@gmail.com" ]
clement.escoffier@gmail.com
a89ad4517d120d011d9d032fbb5a51c621fece41
7a0acc1c2e808c7d363043546d9581d21a129693
/remote/client/src/java/org/openqa/selenium/remote/RenderedRemoteWebElement.java
9bf5afd24b34d52d72de2ea447eb16c7635dfe7a
[ "Apache-2.0" ]
permissive
epall/selenium
39b9759f8719a168b021b28e500c64afc5f83582
273260522efb84116979da2a499f64510250249b
refs/heads/master
2022-06-25T22:15:25.493076
2010-03-11T00:43:02
2010-03-11T00:43:02
552,908
3
0
Apache-2.0
2022-06-10T22:44:36
2010-03-08T19:10:45
C
UTF-8
Java
false
false
2,713
java
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by appli...
[ "simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9" ]
simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9
25af3218f0cd400b132fad7066f9609f16712782
995f73d30450a6dce6bc7145d89344b4ad6e0622
/DVC-AN20_EMUI10.1.1/src/main/java/android/util/CoordinationModeUtils.java
27bc13829541c92e457bb0885da0f19aeec4bad5
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,853
java
package android.util; import android.common.HwFrameworkFactory; import android.content.Context; import android.graphics.Rect; import android.hardware.display.HwFoldScreenState; import android.os.SystemProperties; import android.provider.Settings; import android.telephony.SmsManager; import com.huawei.hwaps.IHwApsImpl;...
[ "dstmath@163.com" ]
dstmath@163.com
6b06c6e8d5d498b7182c51e4df5efe2e6156bd18
cb0e772430877ceb7b9a1656b8fc4ff36289250b
/Java/src/instructions/stack/pop/POP.java
9062780cda42ca2a05ce05a1c5b22066adcb6097
[]
no_license
LailaiMaster/JVM
4f296ef8f6c1708b8e4524692968aa31249d1932
0e3b830c12d5daa531dd01387b1fd74e2296ad34
refs/heads/master
2023-03-20T22:49:19.143489
2018-01-20T12:16:31
2018-01-20T12:16:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
430
java
package instructions.stack.pop; import instructions.base.NoOperandsInstruction; import runtimedata.Zframe; /** * Author: zhangxin * Time: 2017/5/5 0005. * Desc: pop指令把栈顶变量弹出 * 只能用于弹出int、float等占用一个操作数栈位置的变量 */ public class POP extends NoOperandsInstruction { @Override public void execute(Zframe frame) { ...
[ "zachaxy@163.com" ]
zachaxy@163.com
2bfe2902c484a4aa81acd1914b4d9c45006acf85
6ea7f7ecab3b2abd789753c6c833a34bcaacb48f
/company/microsoft/InsertionSortList.java
d071a02c1ed4bf7f7c1f7606008a094db96c568b
[]
no_license
bhaskarsantoshk/problem-solving
2fb44712fc3495097b01339164ef570d9cb2b4f6
a53d19a10c181f75e11033fa2666f11b4af03485
refs/heads/master
2023-07-25T00:52:43.790559
2023-07-16T13:50:20
2023-07-16T13:50:20
166,809,536
9
2
null
2023-04-16T15:46:25
2019-01-21T12:20:58
Java
UTF-8
Java
false
false
149
java
package company.microsoft; public class InsertionSortList { public ListNode insertionSortList(ListNode A) { return null; } }
[ "bhaskarsantoshk@gmail.com" ]
bhaskarsantoshk@gmail.com
0ee11d3eaad433f611b6de786669d52d95c89612
e6be1c458851a19b5f53e86e8505fe07bc5c6014
/Ghidra/Features/MicrosoftDmang/src/main/java/mdemangler/template/MDTemplateNameAndArguments.java
1934a369acf2f672dcf65fb4532e6acdf8a1c5c6
[ "Apache-2.0", "GPL-1.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
penhoi/ghidra-decompiler
6a950ad56acc467fa4fd771097d068d9785d36e0
151133f957e8fb4172cd6f0f4b750b5948df4c95
refs/heads/master
2020-05-19T16:46:36.863144
2019-07-26T01:17:19
2019-07-26T01:17:19
185,118,431
17
7
Apache-2.0
2019-07-10T10:16:13
2019-05-06T03:36:43
Java
UTF-8
Java
false
false
2,465
java
/* ### * IP: GHIDRA * * 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 writin...
[ "46821332+nsadeveloper789@users.noreply.github.com" ]
46821332+nsadeveloper789@users.noreply.github.com
7d4da2628fb8c6c0966e4ee806a158fd154ba4e3
5cbf5f4c5a98abc98dc570c651ee3574ba20bde8
/buspass-ws-master/src/main/java/com/sctrcd/buspassws/model/ItemCategory.java
ba698dc9a25c6df410831b1f9f3e2d259aad8748
[ "Apache-2.0" ]
permissive
zlatanp/web.shop.drools
106d52c1391f6da8f817ece63d155ae231ba2312
66e51e4b90b8acee2ac5d9e25159ac88376e58ad
refs/heads/master
2021-01-22T08:02:16.506680
2017-07-13T07:07:44
2017-07-13T07:07:44
92,597,210
0
0
null
null
null
null
UTF-8
Java
false
false
1,235
java
package com.sctrcd.buspassws.model; import org.springframework.data.annotation.Id; import java.util.ArrayList; public class ItemCategory { @Id private String code; private String name; private String supercategory; private int maxDiscount; private boolean wholesale; public ItemCategory() { super(); ...
[ "zlajox@gmail.com" ]
zlajox@gmail.com
3f11810af8e49796e4bc9dc2e88578690d75098d
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/XWIKI-13138-15-16-Single_Objective_GGA-WeightedSum/org/xwiki/platform/wiki/creationjob/internal/WikiCreationJob_ESTest.java
c45314f31ab0664fe01171d1f967777f09e67f61
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
/* * This file was automatically generated by EvoSuite * Wed Apr 01 12:30:09 UTC 2020 */ package org.xwiki.platform.wiki.creationjob.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.Run...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
94deff5b8ad1f1fece9093793c99ca9af696fa4b
9c190f0377d1374d98ccf6866dbd8719aba0be06
/app/src/main/java/me/lancer/pocket/tool/mvp/todo/taskdetail/TaskDetailPresenter.java
c441ec141b414fb34cab608874d98481935e1ebd
[]
no_license
1anc3r/Pocket
e7bb03e98947d984ef225971fbfc8610f110766d
68a49bc2ecabcbf536d7daa12145766aca05c586
refs/heads/master
2020-03-28T19:47:22.647719
2019-03-02T10:40:54
2019-03-02T10:40:54
94,602,624
11
0
null
null
null
null
UTF-8
Java
false
false
4,663
java
/* * Copyright 2016, 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 applic...
[ "huangfangzhi@icloud.com" ]
huangfangzhi@icloud.com
8654e34e5b98ed299e347d1c6a492bfdc9312f3b
18e6da955719cff29d33ac4c0c5587d8f7b1188e
/apg-ui/src/main/java/it/giunti/apg/client/frames/RinnoviMassiviFrame.java
feef136a055bb1a4e1f76ab7d32cb1fa8f9e5218
[]
no_license
pynolo/backup-apg-project
5dde8def09a330298e981a0146b3f7e00295801f
36c427a6ea2242db433129dd1a17a4e7ed09438b
refs/heads/master
2023-01-23T19:56:18.519181
2020-12-02T11:05:17
2020-12-02T11:05:17
317,835,636
0
0
null
null
null
null
UTF-8
Java
false
false
7,676
java
package it.giunti.apg.client.frames; import it.giunti.apg.client.AuthSingleton; import it.giunti.apg.client.ClientConstants; import it.giunti.apg.client.CookieSingleton; import it.giunti.apg.client.IAuthenticatedWidget; import it.giunti.apg.client.UiSingleton; import it.giunti.apg.client.UriManager; import it.giunti.a...
[ "p.tacconi@giunti.it" ]
p.tacconi@giunti.it
0eeeaff0702b6ec55c50809294c6dd58d7a36582
27511a2f9b0abe76e3fcef6d70e66647dd15da96
/src/com/instagram/ui/j/am.java
bac98447a32a8e328cc540efc174a83d03b0d658
[]
no_license
biaolv/com.instagram.android
7edde43d5a909ae2563cf104acfc6891f2a39ebe
3fcd3db2c3823a6d29a31ec0f6abcf5ceca995de
refs/heads/master
2022-05-09T15:05:05.412227
2016-07-21T03:48:36
2016-07-21T03:48:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
427
java
package com.instagram.ui.j; import android.os.Handler; import android.os.HandlerThread; import android.os.Looper; final class am implements Runnable { am(ap paramap, Handler paramHandler) {} public final void run() { ap.e(b); ((HandlerThread)a.getLooper().getThread()).quit(); } } /* Location: *...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
5524f93743a44573ceda035aab74d8a870952cc4
e89d45f9e6831afc054468cc7a6ec675867cd3d7
/src/main/java/com/microsoft/graph/models/extensions/DeviceManagementConfigurationDependentOn.java
197b5a79ae56969988388a538e003a6213f6d221
[ "MIT" ]
permissive
isabella232/msgraph-beta-sdk-java
67d3b9251317f04a465042d273fe533ef1ace13e
7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8
refs/heads/dev
2023-03-12T05:44:24.349020
2020-11-19T15:51:17
2020-11-19T15:51:17
318,158,544
0
0
MIT
2021-02-23T20:48:09
2020-12-03T10:37:46
null
UTF-8
Java
false
false
2,541
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "GraphTooling@service.microsoft.com" ]
GraphTooling@service.microsoft.com
6a909a164f2cb0ab79765e7b0e6831f5223327ae
e8cd24201cbfadef0f267151ea5b8a90cc505766
/group03/1360464792/src/main/java/rui/study/coding2017/coding/basic/LinkedList.java
f9669b99e14d5f039d6b0ec300e28713b00625de
[]
no_license
XMT-CN/coding2017-s1
30dd4ee886dd0a021498108353c20360148a6065
382f6bfeeeda2e76ffe27b440df4f328f9eafbe2
refs/heads/master
2021-01-21T21:38:42.199253
2017-06-25T07:44:21
2017-06-25T07:44:21
94,863,023
0
0
null
null
null
null
UTF-8
Java
false
false
3,599
java
package rui.study.coding2017.coding.basic; /** * 单向链表 */ public class LinkedList { private Node head; private Node current; private int size; public LinkedList(){ } public int size(){ return size; } public void add(Object o){ Node newNode=new N...
[ "542194147@qq.com" ]
542194147@qq.com
54ed146da3289b231f8ef1869b59a8c873a46486
0429ec7192a11756b3f6b74cb49dc1ba7c548f60
/src/main/java/com/linkage/litms/common/corba/CorbaInst.java
c0bcbf9a099c0b6c4acdecc6077ec5a77b2a9550
[]
no_license
lichao20000/WEB
5c7730779280822619782825aae58506e8ba5237
5d2964387d66b9a00a54b90c09332e2792af6dae
refs/heads/master
2023-06-26T16:43:02.294375
2021-07-29T08:04:46
2021-07-29T08:04:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,020
java
package com.linkage.litms.common.corba; import java.util.Map; import com.linkage.commons.db.PrepareSQL; import com.linkage.litms.common.database.DataSetBean; public abstract class CorbaInst { // private NamingContext ncRef = null; protected String getNameIor() { String object_name = "NameService"; ...
[ "di4zhibiao.126.com" ]
di4zhibiao.126.com
29a01f532bbde028994c8bb5ba65883d3d6f3f85
eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3
/tags/2008-08-12/seasar2-2.4.27/s2jdbc-gen/s2jdbc-gen-core/src/main/java/org/seasar/extension/jdbc/gen/sql/SqlFileExecutorImpl.java
2158d9ed95a5072b543c998405f76537968061e2
[]
no_license
svn2github/s2container
54ca27cf0c1200a93e1cb88884eb8226a9be677d
625adc6c4e1396654a7297d00ec206c077a78696
refs/heads/master
2020-06-04T17:15:02.140847
2013-08-09T09:38:15
2013-08-09T09:38:15
10,850,644
0
1
null
null
null
null
UTF-8
Java
false
false
4,220
java
/* * Copyright 2004-2008 the Seasar Foundation and the Others. * * 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 ...
[ "koichik@319488c0-e101-0410-93bc-b5e51f62721a" ]
koichik@319488c0-e101-0410-93bc-b5e51f62721a
1b7b936c9567388caeeaf940274421a6c8f26395
d10b03a30d2cbb58be2500c08a82207eaab070a0
/src/main/java/org/spongepowered/common/data/manipulator/immutable/extra/ImmutableSpongeFluidItemData.java
5141982733a8ebf1d854e7e77a95580f5bfc9306
[ "MIT" ]
permissive
hsyyid/SpongeCommon
587d1dd6b5e49020011fdeea6a1852a791c8fd39
49b565e59953188a42d16d59ae4ba55c03fd3ec2
refs/heads/master
2020-12-25T01:05:31.768497
2016-04-01T18:02:41
2016-04-01T20:50:52
40,790,345
0
2
null
2015-08-15T23:01:17
2015-08-15T23:01:17
null
UTF-8
Java
false
false
2,825
java
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
[ "gabizou@me.com" ]
gabizou@me.com
91d526dd5b13a713c204fb5821a0596c0858ee56
36ed51ed011a593f70b985a160e670ec77e9d77c
/DP_BoxStackingImpl/src/BoxStacking.java
5b91e29f8f3450e9cca6ad7d859f6f3f1975de77
[]
no_license
npalgit/dynpro
9be4592a1d7243a46e01b46f395f7e5709490b22
1e5bea35c90db4785aa47491fecae75e0af956d3
refs/heads/master
2021-06-04T16:15:10.856006
2016-10-08T23:32:13
2016-10-08T23:32:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,744
java
import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; /* * Given different dimensions and unlimited supply of boxes for each dimension, stack boxes * on top of each other such that it has maximum height but with caveat that length and width * of box on top should be strictly less than le...
[ "manibhushan.cs@gmail.com" ]
manibhushan.cs@gmail.com
5513daef23085b3373318e9fa5a02fb1192b80aa
6a06db6e7f86711a6a64d09e44aebbad044d2540
/app/src/main/java/hungpt/development/RegisterActivity.java
8dfc4878f8e2191b3de966543c7c0021c483bf68
[]
no_license
matsatit/Shipper
2b1330797c7107d3209c26bc1b9ca9c411fae5dc
df077fb2037f30b5f323d49bf7984bc89933738a
refs/heads/master
2021-03-27T15:25:40.727247
2017-04-27T06:10:53
2017-04-27T06:10:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,406
java
package hungpt.development; import android.content.Intent; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.EditText; import android.wid...
[ "=" ]
=
82bf2d1f55ea640909af3f2eeb135093354cb439
6d61e8c6c74f53a0d2bdde075bc86ede918b13c4
/Code Samples/Matrix.java
604acf1f69378c3a26b806707f767cf7131d4100
[]
no_license
PatrickCunanan/CS-203-Codes-UST-2nd-Year-2nd-Semester
2d95d07022f22e54079700e84f362dbbaddbbe3a
d66c4e55f473a14d75a8f011ddeef9fc2ab66dfc
refs/heads/master
2020-03-28T19:34:45.688939
2018-10-24T08:06:34
2018-10-24T08:06:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,825
java
//Cunanan, Patrick Bryan F. //CS 203 2CS-B //Lab Exercise 1 //Lab Exercise on matrices //and iterative algorithms import java.util.*; public class Matrix{ //static initialization of Scanner static Scanner Scan = new Scanner (System.in); //global variables static int i, j, k, l, m = 0, n = 0, p = 0, r = 0, s = 0, u...
[ "=" ]
=
4e9722710bd4d9c129773e002c57360dc56030dd
6ca8c52621600eb4416467a1ae38e6bdc575f4c9
/AlgorithmCode/LintCode/Java/Valid Anagram.java
f3ea6cbed86e47c9f401bb22a7ab0abe8c400b25
[]
no_license
hanrick2000/Data_Structure-Algorithm
b7081ded83cfc7886eb2cb799c1cb3b4797800e7
946ed8803da7008b592d33e28f4614cba05473aa
refs/heads/master
2021-01-03T05:09:54.313513
2020-01-14T13:48:34
2020-01-14T13:48:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,341
java
E 1519713982 tags: Hash Table, Sort HashMap ``` /* Given two strings s and t, write a function to determine if t is an anagram of s. For example, s = "anagram", t = "nagaram", return true. s = "rat", t = "car", return false. Note: You may assume the string contains only lowercase alphabets. Follow up: What if the ...
[ "673556024@qq.com" ]
673556024@qq.com
e1ccdce3e367ebb377f051b5a9c7efc7cc1526d1
7f20b1bddf9f48108a43a9922433b141fac66a6d
/core3/ding-presentation-impl/branches/vp-tree/src/main/java/org/cytoscape/ding/Bend.java
35448294e559051aebcf15086f7e16415c4af268
[]
no_license
ahdahddl/cytoscape
bf783d44cddda313a5b3563ea746b07f38173022
a3df8f63dba4ec49942027c91ecac6efa920c195
refs/heads/master
2020-06-26T16:48:19.791722
2013-08-28T04:08:31
2013-08-28T04:08:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,842
java
package org.cytoscape.ding; import java.awt.geom.Point2D; /** * A class that encapsulates the representation of the bend used for a * particular EdgeView. * * @author Mike Smoot (mes5k) */ public interface Bend { /** * Given a list of points removes all existing handles/handlePoints * and adds new on...
[ "kono@0ecc0d97-ab19-0410-9704-bfe1a75892f5" ]
kono@0ecc0d97-ab19-0410-9704-bfe1a75892f5
7ccfc979cb38fcb2bad4ae3f55993b70e311a2f4
3796f6edf053b9f613370e96ae8cde48065aed33
/finance/src/main/java/tk/zielony/randomdata/finance/StringAmountGenerator.java
e71fe690b0cb729723580402eee7ccdccac2ffb0
[ "Apache-2.0" ]
permissive
lindy8632/RandomData
3c8555456591c604ad248843d5de77eafaa9a4ae
812a7c222afb4e6edd11414f42270d7e5c92e813
refs/heads/master
2021-01-21T09:34:01.231255
2017-04-23T21:36:45
2017-04-23T21:36:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
842
java
package tk.zielony.randomdata.finance; import java.util.Currency; import java.util.Locale; import tk.zielony.randomdata.DataContext; import tk.zielony.randomdata.Matcher; /** * Created by Marcin on 27.03.2017. */ public class StringAmountGenerator extends AmountGenerator<String> { public StringAmountGenerator...
[ "niewartotupisac@gmail.com" ]
niewartotupisac@gmail.com
87cec3d1355a51fd5946c583f3cc20dc8303af46
776ca746c61ae4879b32c470a423f9de43f807b7
/generatorcode-ppms/src/main/java/com/github/fartherp/generatorcode/ppms/java/file/PPmsJavaGenerator.java
f9465153f1668ca46b66b6600dd95ce3b4e1af07
[ "Apache-2.0" ]
permissive
fartherp/generator-code-integration
c51ddd95c478bcddfd963e55c6b6d867fe5ccbd6
6406dc105d6d0ed2d4e42ab31cea3465de5d6d46
refs/heads/master
2021-09-24T01:42:34.677945
2018-10-01T09:24:18
2018-10-01T09:24:18
104,735,167
0
0
null
null
null
null
UTF-8
Java
false
false
2,010
java
/* * Copyright (c) 2017. CK. All rights reserved. */ package com.github.fartherp.generatorcode.ppms.java.file; import com.github.fartherp.codegenerator.db.TableInfoWrapper; import com.github.fartherp.codegenerator.java.element.AbstractJavaElementGenerator; import com.github.fartherp.codegenerator.java.file.Abstract...
[ "1qazxsw23edc" ]
1qazxsw23edc
8b3438ccd8ac7d56b47918e46c16e74d520b21d8
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/Freecol/rev5884-6672/right-trunk-6672/net/sf/freecol/client/gui/panel/StatisticsPanel.java
7b6c0e0a0b8031dfc0db0bdeb2be65daf8070dc5
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
5,015
java
package net.sf.freecol.client.gui.panel; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.Dimension; import java.awt.event.ActionListener; import java.util.HashMap; import java.util.logging.Logger; import javax.swing.BorderFactory; import javax.swing.Box; import javax.swing.BoxLayout; impo...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
61461ee4ddb924606d61f5c3ce916bdd0e4f3383
331a54444ea173841a87d8fe5fbff59a73e6f5fc
/jrpc-spring/src/test/java/com/dinstone/jrpc/NamespaceHandlerTest.java
871555abe0b8d9e062c6fea92825d58692bfbced
[ "Apache-2.0" ]
permissive
dzdqfq/jrpc
2c58e878c647c5d5967213b5ce9e7c15a34f6e8d
b830f206d578cc3a0580a6ac2b274040d25bc3c5
refs/heads/master
2021-10-09T06:51:43.595196
2018-12-23T02:22:00
2018-12-23T02:22:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,460
java
/* * Copyright (C) 2013~2017 dinstone<dinstone@163.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[ "dinstone@163.com" ]
dinstone@163.com
c6ca896d401d2326239a5efc7d5a6643d98a62d1
f2febbb4f57abfc5f5a340e88d1b15f49a7c1778
/src/main/java/com/sr178/game/server/client/socket/ClientBridgeEntry.java
b084049a654573299270fdf81bb75eb7c0e3f27a
[]
no_license
jiaocq1972/game-server
07ca9461a6ea8d469240d3847314be30d2b19407
46d5a6153bb4554d73e69f434ddecc22fb626125
refs/heads/master
2020-04-23T02:48:13.617694
2019-07-07T04:08:50
2019-07-07T04:08:50
170,857,807
0
0
null
2019-02-15T11:55:25
2019-02-15T11:55:25
null
UTF-8
Java
false
false
1,939
java
package com.sr178.game.server.client.socket; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import com.sr178.game.framework.log.LogSystem; import com.sr178.game.msgbody.common.codec.DataCodecFactory; import com.sr178.game.msgbody.common.model.Ms...
[ "dogdog7788@qq.com" ]
dogdog7788@qq.com
4f68aafff2697da0235fe4ff455b3ee62e2315a1
b71a12e46a2582b915346c6ca21f8c2948aeef13
/.idea/fileTemplates/internal/Class.java
60c254d9bd549a1602cb4e22207f9b0de87e72a8
[]
no_license
poomoo/HomeOnLine
21295eb89f8d41ca3d3b8dc913c8dc9b0669b45b
483099470ff74dcb76cd09825a999c91e28b979c
refs/heads/master
2020-04-04T06:12:27.958470
2017-03-10T04:54:41
2017-03-10T04:54:41
49,559,977
0
1
null
null
null
null
UTF-8
Java
false
false
1,387
java
/** * # # * # _oo0oo_ # * # o8888888o # * # 88" . "88 # * # (| -_- |) # * # 0\ ...
[ "454592359@qq.com" ]
454592359@qq.com
45fbe82176d2920128b0a59c304f92fbe06860f5
df58a5796a20f59942d4decb01ee9ee61b584e15
/java/CreationalDP/Prototype/Book.java
ccad21127508cb24a480fed87b4e77d2416d965b
[]
no_license
daudzaidi/interview
30da34f934902f0e871f485a9a9bd631b38174ed
7beb4c632fbad1d3d73f30d31c2fb2428ec05c5f
refs/heads/master
2021-01-23T00:28:55.941874
2017-01-16T17:54:06
2017-01-16T17:54:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
322
java
package CreationalDP.Prototype; /** * Created by shalvi on 20/03/16. */ public class Book extends Item { public int getNumberOfPages() { return numberOfPages; } public void setNumberOfPages(int numberOfPages) { this.numberOfPages = numberOfPages; } private int numberOfPages; ...
[ "shyamsunderpandita@SHYAMs-MacBook-Pro.local" ]
shyamsunderpandita@SHYAMs-MacBook-Pro.local
0e169f013529a4b2088d7ea83d2fd5e1040d478c
5f82aae041ab05a5e6c3d9ddd8319506191ab055
/Projects/JacksonDatabind/56/src/main/java/com/fasterxml/jackson/databind/introspect/Annotated.java
90ed52447888130d850f2a27f8bd0d4adb93fa5b
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
lingming/prapr_data
e9ddabdf971451d46f1ef2cdbee15ce342a6f9dc
be9ababc95df45fd66574c6af01122ed9df3db5d
refs/heads/master
2023-08-14T20:36:23.459190
2021-10-17T13:49:39
2021-10-17T13:49:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,558
java
package com.fasterxml.jackson.databind.introspect; import java.lang.annotation.Annotation; import java.lang.reflect.AnnotatedElement; import java.lang.reflect.Modifier; import java.lang.reflect.Type; import com.fasterxml.jackson.databind.JavaType; import com.fasterxml.jackson.databind.type.TypeBindings; /** * Share...
[ "2890268106@qq.com" ]
2890268106@qq.com
cd180519f23de371fff1c2b23bdaca2f65c36c83
fb8c3a8781476b462e50f5e3b45d951d375b6c95
/aliyun-java-sdk-mpaas/src/main/java/com/aliyuncs/mpaas/model/v20200710/CreateOpenGlobalDataResponse.java
ca598ea938bda6e552498832a585b2ce92fcce2a
[ "Apache-2.0" ]
permissive
yuan9778/aliyun-openapi-java-sdk
b10e7f1150c2575f0ade899414715ead7073bf92
c0f26f4622c8c74c53b1177e198d516a5f62dd81
refs/heads/master
2023-07-14T12:35:42.312757
2021-08-27T03:08:22
2021-08-27T03:08:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,876
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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
f13990a2601f83407680422d9a4aeb4c3811d027
e2a1f09c671d43f3ea3f16fa7e60c81cec1a4e2d
/contextawareness-android-sdk/src/main/java/io/github/contextawareness/core/actions/contextcallback/ForEachContextCallback.java
8a3b5e72a30ba2653175cbbf0468a6717300b1a5
[]
no_license
xinyu1118/EventAwareness
9cfd0f295603433df5dcd7406d8aa48d7cf5ed81
23666f9d791c4fcb0b2504ad25c7dd025ef37779
refs/heads/master
2020-03-28T13:13:43.598381
2019-01-22T02:00:53
2019-01-22T02:00:53
148,376,394
0
0
null
null
null
null
UTF-8
Java
false
false
775
java
package io.github.contextawareness.core.actions.contextcallback; import io.github.contextawareness.core.ContextAction; import io.github.contextawareness.core.Function; import io.github.contextawareness.core.Item; import io.github.contextawareness.utils.Assertions; class ForEachContextCallback extends ContextAction ...
[ "yangxycl@163.com" ]
yangxycl@163.com
ad8678c074fc5647ad2d426e1681bfc7f49b0d8d
b2f44ba766a44426cd06ebfb922d8b75c1773d63
/src/com/leetcode/P986_IntervalListIntersections.java
6a0d77841795b8ee4fc677092759f94034b8a94b
[]
no_license
joy32812/leetcode
a1179ecff91127a6cda83cf70838354b0670970f
9bd74b9774012df0e2e221eedc63d10f3ba88238
refs/heads/master
2023-08-16T14:11:34.232388
2023-08-13T11:30:05
2023-08-13T11:30:05
81,704,645
10
5
null
null
null
null
UTF-8
Java
false
false
1,647
java
package com.leetcode; import java.util.ArrayList; import java.util.List; public class P986_IntervalListIntersections { public Interval[] intervalIntersection(Interval[] A, Interval[] B) { if (A == null || B == null || A.length == 0 || B.length == 0) return new Interval[0]; int i = 0; int...
[ "joy32812@qq.com" ]
joy32812@qq.com
edde49b95813d39d8686d8833dd2bb2c25fd4661
f63bb4535e8347ffc73025ed3c58b845eeefc9ce
/ums-service/src/main/java/com/zscat/ums/impl/UmsMemberReceiveAddressServiceImpl.java
ab4f77fe36b30ba695e09730cc5c279291d0486f
[]
no_license
442114004/mall-dubbo
ed1e6130ab0f14710fb975ac97ba0bf1e40564f9
1dfb2d6b262d19a859111d5451464be0b5a3d099
refs/heads/master
2020-04-27T16:11:43.405289
2019-03-08T05:31:41
2019-03-08T05:31:41
174,475,739
4
3
null
2019-03-08T05:37:56
2019-03-08T05:37:55
null
UTF-8
Java
false
false
3,687
java
package com.zscat.ums.impl; import com.zscat.ums.mapper.UmsMemberReceiveAddressMapper; import com.zscat.ums.model.UmsMember; import com.zscat.ums.model.UmsMemberReceiveAddress; import com.zscat.ums.model.UmsMemberReceiveAddressExample; import com.zscat.ums.service.UmsMemberReceiveAddressService; import com.zscat.ums.s...
[ "zhuan.shen@rjfittime.com" ]
zhuan.shen@rjfittime.com
4516fa57742d437a420c89d20186738961b1ed9a
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/1/1_c1bcf2f783b06cd41ffe64afa150096b2a55b741/CrystalBlock/1_c1bcf2f783b06cd41ffe64afa150096b2a55b741_CrystalBlock_s.java
a248afe4ad345bd46fd2d50d3251cdaee8a770d7
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,092
java
/******************************************************************************* * @author Reika Kalseki * * Copyright 2013 * * All rights reserved. * Distribution of the software in any form is only allowed with * explicit, prior permission from the owner. *******************************************...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8d12935ce2f0bfd5afa12336031794ac4817866f
cfc60fc1148916c0a1c9b421543e02f8cdf31549
/src/testcases/CWE78_OS_Command_Injection/CWE78_OS_Command_Injection__URLConnection_12.java
bb4205c54dc0a992f21a6bde2805ddbc95f234a5
[ "LicenseRef-scancode-public-domain" ]
permissive
zhujinhua/GitFun
c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2
987f72fdccf871ece67f2240eea90e8c1971d183
refs/heads/master
2021-01-18T05:46:03.351267
2012-09-11T16:43:44
2012-09-11T16:43:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,055
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__URLConnection_12.java Label Definition File: CWE78_OS_Command_Injection.label.xml Template File: sources-sink-12.tmpl.java */ /* * @description * CWE: 78 OS Command Injection * BadSource: URLConnection Read a string from a web server with URLConn...
[ "amitf@chackmarx.com" ]
amitf@chackmarx.com
601bbab9fc9dad4a9f07b5ee0878ab8dfa059e59
ec9dacd41c75346c05d836b4000a6eeadaa596e3
/kernelplatform/src/main/java/net/ytoec/kernel/service/impl/WarnValueServiceImpl.java
42fcd46d743ec64abc9245f6240d618d7ff7c255
[]
no_license
Pd1r/eop
08295a8c2543c3f96470965fc9db90fcb186335a
0c43b484de6f08e57a64b5194fc1413db0fd78f4
refs/heads/master
2020-06-07T17:31:56.208813
2018-11-28T05:57:59
2018-11-28T05:57:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,505
java
package net.ytoec.kernel.service.impl; import java.util.List; import java.util.Map; import javax.inject.Inject; import net.ytoec.kernel.dao.WarnValueDao; import net.ytoec.kernel.dataobject.WarnValue; import net.ytoec.kernel.service.WarnValueService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import or...
[ "caozhi_soft@163.com" ]
caozhi_soft@163.com
b9fac2b83ae41dabfeb85ce1190b91b6ad1e7218
964601fff9212bec9117c59006745e124b49e1e3
/matos-android/src/main/java/gov/nist/javax/sip/parser/ims/PAssertedIdentityParser.java
d2a049ff66c9cb67d9e9c8d8ee903c426b23f196
[ "Apache-2.0" ]
permissive
vadosnaprimer/matos-profiles
bf8300b04bef13596f655d001fc8b72315916693
fb27c246911437070052197aa3ef91f9aaac6fc3
refs/heads/master
2020-05-23T07:48:46.135878
2016-04-05T13:14:42
2016-04-05T13:14:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,274
java
package gov.nist.javax.sip.parser.ims; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * 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 * * ...
[ "pierre.cregut@orange.com" ]
pierre.cregut@orange.com
04128edc0542114089cfc0640f3a65a46964bbf9
9b75d8540ff2e55f9ff66918cc5676ae19c3bbe3
/bazaar8.apk-decompiled/sources/com/farsitel/bazaar/data/feature/payment/PaymentGateway.java
c87619df762bb34719da40a0f2ad93008e31cb17
[]
no_license
BaseMax/PopularAndroidSource
a395ccac5c0a7334d90c2594db8273aca39550ed
bcae15340907797a91d39f89b9d7266e0292a184
refs/heads/master
2020-08-05T08:19:34.146858
2019-10-06T20:06:31
2019-10-06T20:06:31
212,433,298
2
0
null
null
null
null
UTF-8
Java
false
false
6,684
java
package com.farsitel.bazaar.data.feature.payment; import android.os.Parcel; import android.os.Parcelable; import com.crashlytics.android.answers.SessionEventTransform; import h.f.b.f; import h.f.b.j; /* compiled from: PaymentEntities.kt */ public final class PaymentGateway extends PaymentData implements Parcelable { ...
[ "MaxBaseCode@gmail.com" ]
MaxBaseCode@gmail.com
3a64792449685241dc456eecb693543ef8acf7c6
9707f795379c3bd61314868976938461db9a4610
/net/divinerpg/render/gui/GuiDreamLamp.java
057434d6b4c528dc21b1813dce8de5f99e35ea23
[]
no_license
Ingr13/DivineRPG
688e95f9630a6e0d439d9b46445a8fb0aed0f98e
a9a8c4e9284684e3c0b93a9bfe9f07992d728849
refs/heads/master
2016-08-03T09:09:10.441505
2013-09-16T03:53:14
2013-09-16T03:53:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,595
java
package net.divinerpg.render.gui; import net.divinerpg.block.container.ContainerDreamLamp; import net.divinerpg.lib.ResourceGuiLoc; import net.divinerpg.overworld.block.tileentity.TileEntityDreamLamp; import net.minecraft.client.gui.inventory.GuiContainer; import net.minecraft.entity.player.InventoryPlayer; import or...
[ "brock.kerley@hotmail.com" ]
brock.kerley@hotmail.com
aa51e1863caf1fd973d7eb40b0f3cac40f893e8e
38c4451ab626dcdc101a11b18e248d33fd8a52e0
/tokens/batik-1.7/sources/org/apache/batik/gvt/event/GraphicsNodeChangeListener.java
6b8187eab870d7317c5c9f7938fc25b8938cf50a
[]
no_license
habeascorpus/habeascorpus-data
47da7c08d0f357938c502bae030d5fb8f44f5e01
536d55729f3110aee058ad009bcba3e063b39450
refs/heads/master
2020-06-04T10:17:20.102451
2013-02-19T15:19:21
2013-02-19T15:19:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
945
java
package TokenNamepackage org TokenNameIdentifier . TokenNameDOT apache TokenNameIdentifier . TokenNameDOT batik TokenNameIdentifier . TokenNameDOT gvt TokenNameIdentifier . TokenNameDOT event TokenNameIdentifier ; TokenNameSEMICOLON import TokenNameimport java TokenNameIdentifier . TokenNameDOT util TokenNameIdentifier...
[ "pschulam@gmail.com" ]
pschulam@gmail.com
857cf98be9c5994c3e3a90ac2cbcfea78c9ca3d6
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5690574640250880_0/java/wadayama/MinesweeperMaster.java
1a3a36f5e7e536f2abba41dc43ad3374caafce6e
[]
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
3,399
java
import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.PrintWriter; import java.util.Scanner; public class MinesweeperMaster { public static void main(String[] args) { Scanner sc = null; PrintWriter fout = null; try { sc = new Scanner(new File(args[0]))...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
4b14d8936b8bed6099378e96eb4d1075effd39f5
22ffabeab1d2ba7ae0c6f71c52cf97f25bf87e33
/app/src/main/java/com/derrick/fragments/DiscoverFragment.java
32aa742c77d289b48071779c8052d67a680edc5c
[ "Apache-2.0" ]
permissive
mikemacharia39/M-Box
26d3c9b6ffbd75481901c1a036bd12b1d0576173
16767cc1ce61fa9706c6c6be4d6c65d5b94e5edf
refs/heads/master
2021-01-13T04:30:36.495888
2017-01-22T13:26:58
2017-01-22T13:26:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,771
java
/* * Copyright 2016 Derrick Njeru * * 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...
[ "derricknjeru5@gmail.com" ]
derricknjeru5@gmail.com
730e07c6a542544e952bc7b3d8fb3bef20653b5a
947fc9eef832e937f09f04f1abd82819cd4f97d3
/src/apk/io/intercom/okhttp3/internal/http2/Http2Codec.java
fe5871e68ea383a3e544c1d252d3e9a2988d6904
[]
no_license
thistehneisen/cifra
04f4ac1b230289f8262a0b9cf7448a1172d8f979
d46c6f4764c9d4f64e45c56fa42fddee9b44ff5a
refs/heads/master
2020-09-22T09:35:57.739040
2019-12-01T19:39:59
2019-12-01T19:39:59
225,136,583
1
0
null
null
null
null
UTF-8
Java
false
false
7,723
java
package io.intercom.okhttp3.internal.http2; import e.a.b.A; import e.a.b.B; import e.a.b.g; import e.a.b.j; import e.a.b.l; import e.a.b.t; import io.intercom.okhttp3.Headers; import io.intercom.okhttp3.Interceptor.Chain; import io.intercom.okhttp3.OkHttpClient; import io.intercom.okhttp3.Protocol; import io.intercom....
[ "putnins@nils.digital" ]
putnins@nils.digital
6efc31c03ee8122299e02fda045c77ddd04e24c2
377e5e05fb9c6c8ed90ad9980565c00605f2542b
/bin/platform/ext/platformservices/src/de/hybris/platform/order/CalculationService.java
fb91cd48fd12d7447670543130b0748348ef5900
[]
no_license
automaticinfotech/HybrisProject
c22b13db7863e1e80ccc29774f43e5c32e41e519
fc12e2890c569e45b97974d2f20a8cbe92b6d97f
refs/heads/master
2021-07-20T18:41:04.727081
2017-10-30T13:24:11
2017-10-30T13:24:11
108,957,448
0
0
null
null
null
null
UTF-8
Java
false
false
7,402
java
/* * [y] hybris Platform * * Copyright (c) 2000-2016 SAP SE * All rights reserved. * * This software is the confidential and proprietary information of SAP * Hybris ("Confidential Information"). You shall not disclose such * Confidential Information and shall use it only in accordance with the * terms of ...
[ "santosh.kshirsagar@automaticinfotech.com" ]
santosh.kshirsagar@automaticinfotech.com
04d0e3db92a7a7eec1b01a343e45da4e07c17df1
c5e9a7adf90dc4765a40aa3cb9306a3eee72b9d1
/core/src/main/java/org/pushingpixels/flamingo/api/svg/transcoders/FloatArrayTranscoder.java
2dbb46b98d63967da490b2df93c3fe9f9e6d3e79
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
codenameone/flamingo-svg-transcoder
c87c867e0f75c5aa5a5a7d7fa297aa15228f038b
3d9635a62c8e5024db5660a6d7e9544b754d52e9
refs/heads/master
2021-09-11T13:01:29.607885
2021-02-03T19:37:38
2021-02-03T19:37:38
91,692,709
5
3
NOASSERTION
2021-02-03T19:37:39
2017-05-18T12:50:34
Java
UTF-8
Java
false
false
1,418
java
/** * Copyright 2012 Emmanuel Bourg * * 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 ...
[ "ebourg@apache.org" ]
ebourg@apache.org