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
3bc72aa693df59d2b0f4b7df6ad9bea8b4445849
f7f773ab56f61a83032682e66019372e6e853ec9
/framework/common/src/cc/alcina/framework/common/client/actions/JobResource.java
13aa0ee1c1a69a5f1e5cef9a4f6fbd6f26259eef
[]
no_license
sp2020jarvan3/alcina
b4025b71375e0c0cdcda3d52400f8cba22bfb795
40f5089c710d37542d04fde1bcd9a5b681ca901d
refs/heads/main
2023-03-23T11:49:38.184094
2021-03-22T17:33:24
2021-03-22T17:33:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
434
java
package cc.alcina.framework.common.client.actions; import java.util.Collections; import java.util.List; public interface JobResource { void acquire(); default List<JobResource> asSingleton() { return Collections.singletonList(this); } default String getPath() { return ""; } default boolean isSharedWithCh...
[ "nick.reddel@gmail.com" ]
nick.reddel@gmail.com
cdce7abd853573144a7c6ba1954f98d41dc94d1c
df0d0e0433f813f442014f9babda2d171139ca94
/src/main/java/org/wildfly/security/manager/action/GetAccessControlContextAction.java
cbcd687211b2348479db716254631465cbe01eb9
[]
no_license
wildfly-security/security-manager
9685ec8d102e656ba572680963c2b5016f368234
297ef3f6b5cc18e48715456d9f6df1d338e19468
refs/heads/master
2021-06-03T13:38:42.808819
2015-07-13T20:55:10
2015-07-13T20:55:21
10,243,438
0
3
null
2020-10-13T02:27:10
2013-05-23T12:40:08
Java
UTF-8
Java
false
false
1,898
java
/* * JBoss, Home of Professional Open Source. * Copyright 2013, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
[ "david.lloyd@redhat.com" ]
david.lloyd@redhat.com
f15e0f1098e105bb4161fe89b51a314a35c68969
ad46944db3a2c9811426862c900b2c02d8da7fa6
/ex04/src/ex04/Ch04Ex02_02.java
5464ad4f55c89e3fd1f325eaf48938c3bfae6e3c
[]
no_license
choimyeongkwun/work_java
d70e52c4fe6580bf947092124ffd7054a3de6cc9
57ff2184719f2bedf2370c41a2913d2608b07bca
refs/heads/master
2020-03-18T03:44:25.573494
2018-08-04T08:50:57
2018-08-04T08:50:57
134,253,141
0
0
null
null
null
null
UTF-8
Java
false
false
484
java
package ex04; import java.util.Scanner; public class Ch04Ex02_02 { public static void main(String[] args) { // TODO Auto-generated method stub int sum = 0; //총합을 저장할 변수 int i = 1; // while문을 반복할때마다 1씩 증가하는 변수 Scanner scanner = new Scanner(System.in); String input = scanner.nextLine(); in...
[ "KOITT@KOITT-PC" ]
KOITT@KOITT-PC
9a5c7c81cada492ff0d3ea1e89774f17f0f573f4
db08d5f745fd3f2ccc253e1ad23210bb17a10760
/open-bidder-master/open-bidder-ui/src/main/java/com/google/openbidder/ui/controller/support/RootResourceController.java
e3ac2accb481cfe61da9ee3621c256eb6cbd85d1
[ "Apache-2.0" ]
permissive
Essens/openbidder
ade2b73152dcca0ddedab9fba46ec9c2f04d94a0
59f724fe6e3dd969934b77ff5b059c97dc7d1d9c
refs/heads/Initial
2021-01-22T01:42:40.351068
2015-08-30T06:15:46
2015-08-30T06:15:46
49,961,489
10
8
null
2016-01-19T15:20:14
2016-01-19T15:20:13
null
UTF-8
Java
false
false
4,134
java
/* * Copyright 2012 Google 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 required by applica...
[ "aakif@mobitrans.net" ]
aakif@mobitrans.net
86f1097a79ac3760d5c92df238d84cb8136734a7
3637342fa15a76e676dbfb90e824de331955edb5
/2s/pojo/src/main/java/com/bcgogo/user/dto/VehicleModifyLogDTO.java
0a93563699bb2b26e97fc555b78803505cdc11a2
[]
no_license
BAT6188/bo
6147f20832263167101003bea45d33e221d0f534
a1d1885aed8cf9522485fd7e1d961746becb99c9
refs/heads/master
2023-05-31T03:36:26.438083
2016-11-03T04:43:05
2016-11-03T04:43:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,171
java
package com.bcgogo.user.dto; import com.bcgogo.enums.StatProcessStatus; import com.bcgogo.enums.VehicleModifyFields; import com.bcgogo.enums.VehicleModifyOperations; import com.bcgogo.utils.StringUtil; import java.util.ArrayList; import java.util.List; /** * Created by IntelliJ IDEA. * User: Jimuchen * Date: 12-1...
[ "ndong211@163.com" ]
ndong211@163.com
b83ab399db7924d516c3898be43a853f8f35c93d
f97ba375da68423d12255fa8231365104867d9b0
/study-notes/algorithm/06-二叉搜索树/src/com/coderZsq/Main.java
0668f470e18300a6f37867097a287a70d609aac9
[ "MIT" ]
permissive
lei720/coderZsq.practice.server
7a728612e69c44e0877c0153c828b50d8ea7fa7c
4ddf9842cd088d4a0c2780ac22d41d7e6229164b
refs/heads/master
2023-07-16T11:21:26.942849
2021-09-08T04:38:07
2021-09-08T04:38:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,629
java
package com.coderZsq; import com.coderZsq.file.Files; import com.coderZsq.printer.BinaryTreeInfo; import com.coderZsq.printer.BinaryTrees; import com.coderZsq.tree.BST; import com.coderZsq.tree.BinarySearchTree; import com.coderZsq.tree.BinaryTree; import java.util.Comparator; public class Main { private static...
[ "a13701777868@yahoo.com" ]
a13701777868@yahoo.com
aa8cde0e58f3b3c9e8b0fbb14eec87b1f8a448bf
7d05e603eef7728255bc60eaf244882ac5ffd22c
/easy-spring-practice/08-aware-bean/src/test/java/cn/duktig/springframework/test/bean/UserService.java
b033cd97a03038f5ca2f814f6d96e85c4693bccb
[ "Apache-2.0" ]
permissive
duktig666/easy-spring
be620699c9044234ceef10cf64dfb0d8a53698ba
df973ae00b3b57447ef78c87bc521d434258ff39
refs/heads/main
2023-07-18T07:44:20.525859
2021-08-26T14:24:06
2021-08-26T14:24:06
399,673,002
2
0
null
null
null
null
UTF-8
Java
false
false
2,354
java
package cn.duktig.springframework.test.bean; import cn.duktig.springframework.beans.BeansException; import cn.duktig.springframework.beans.factory.BeanClassLoaderAware; import cn.duktig.springframework.beans.factory.BeanFactory; import cn.duktig.springframework.beans.factory.BeanFactoryAware; import cn.duktig.springfr...
[ "1487660836@qq.com" ]
1487660836@qq.com
64c4cae6ba393c031bfb102c24da0275829c95a8
e70abc02efbb8a7637eb3655f287b0a409cfa23b
/hyjf-app/src/main/java/com/hyjf/app/project/BorrowProjectInfoBean.java
4599368b823a58bed8b4211ed9359b723203edc3
[]
no_license
WangYouzheng1994/hyjf
ecb221560460e30439f6915574251266c1a49042
6cbc76c109675bb1f120737f29a786fea69852fc
refs/heads/master
2023-05-12T03:29:02.563411
2020-05-19T13:49:56
2020-05-19T13:49:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,155
java
/** * Description:项目详情查询所用vo * Copyright: Copyright (HYJF Corporation) 2015 * Company: HYJF Corporation * @author: 王坤 * @version: 1.0 * Created at: 2015年11月11日 下午2:17:31 * Modification History: * Modified by : */ package com.hyjf.app.project; import java.io.Serializable; public class BorrowProjectInfoBean i...
[ "heshuying@hyjf.com" ]
heshuying@hyjf.com
973f5e04843bbe16f2dce86606ac7a6f0aa491e3
3fddbe5fbcc51f4e4d092e45ac17a4ac17894d69
/usef-build/usef-core/usef-core-transport/src/main/java/energy/usef/core/service/mdb/IncomingQueueMDB.java
134e0af5e906008b7fe55314cbaf5faf3264f0dd
[ "Apache-2.0" ]
permissive
Drimpac2020eu/usef
a77cd3abc5e3ae9f29b46b65d23778cfceab6498
65acaef8248da98df45a4ba7507f017dfc903906
refs/heads/master
2022-12-22T16:59:47.959244
2020-05-08T11:12:51
2020-05-08T11:12:51
241,834,155
0
0
Apache-2.0
2022-12-14T20:26:07
2020-02-20T08:43:30
HTML
UTF-8
Java
false
false
2,607
java
/* * Copyright 2015-2016 USEF Foundation * * 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 agree...
[ "drimpac.2020eu@gmail.com" ]
drimpac.2020eu@gmail.com
ba049edcee877b78cf805c1e6c6cb957d3c92d00
09810fc60b0d6e68df6bfa49652be078e5bfefd9
/module2/src/_18_string_and_regex/thuc_hanh/crawl_danh_sach_bai_hat/CrawlSongExample.java
946d12f19a14496d9c2fa01e575b06828f0080e0
[]
no_license
C0920G1-NguyenQuangHoaiLinh/C0920G1-NguyenQuangHoaiLinh
18323fe752648daa7acaad0aa567c16d5ca30804
21f2061dc0e5df53dfdec73381b3b65a5e81e841
refs/heads/master
2023-03-29T21:22:50.560687
2021-04-07T04:43:15
2021-04-07T04:43:15
297,220,239
0
2
null
null
null
null
UTF-8
Java
false
false
1,354
java
package _18_string_and_regex.thuc_hanh.crawl_danh_sach_bai_hat; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.MalformedURLException; import java.net.URL; import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern...
[ "you@example.com" ]
you@example.com
83f5a0e0eee4b94b9f85e56b6303719067c7b89e
de1f94643567aca0cbf023233eb61f1de871b47d
/calculator/src/scu/edu/ch27interpreter/Expression.java
77917d063d0446a7abe1d4edba917f5912f5a42d
[]
no_license
xingyiyang/designpatterns
a54afc6e6a5e5e0a216e9a040f4bd49f437b5b95
5ff8715773e9bd8c83fd15e7c69c285098dcc48d
refs/heads/master
2021-07-09T05:31:15.194351
2017-10-08T04:28:32
2017-10-08T04:28:32
106,149,971
0
0
null
null
null
null
UTF-8
Java
false
false
586
java
package scu.edu.ch27interpreter; public abstract class Expression { public void Interpret(PlayContext context) { if (context.getText().length() == 0) { return; } else { String playKey = context.getText().substring(0, 1); context.setText(context.getText().substring(2)); double playValue =Double.parse...
[ "532956941@qq.com" ]
532956941@qq.com
eabeffce18cc3dbfa25fcf98d051f9af1f064a52
eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3
/tags/2010-09-08/seasar2-2.4.43/s2jdbc-gen/s2jdbc-gen/src/main/java/org/seasar/extension/jdbc/gen/internal/util/DefaultExcludesFilenameFilter.java
f31840fe62f0528af0fdd59f7a28e5a0d78c609f
[ "Apache-2.0" ]
permissive
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
2,047
java
/* * Copyright 2004-2010 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
0657a1b453b476db900f52904bcdcd9c89d55c0e
6af2ba478c7a1ca2e68f75e385a0d9b1ff56cdc6
/Day32_NetworkProgramming/src/com/tcwgq/demo2/SendDemo.java
8ee9d19531c1859204ea8d982b923c6bed864902
[]
no_license
tcwgq/learn-java-base
20f2a8c895cf8719730beada81b069d857a4ac37
e483ba3cbe6353dc1e16fded257eecf59321331e
refs/heads/master
2022-01-10T07:57:49.167924
2019-06-16T01:36:59
2019-06-16T01:36:59
104,757,290
0
0
null
null
null
null
UTF-8
Java
false
false
559
java
package com.tcwgq.demo2; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; public class SendDemo { public static void main(String[] args) throws IOException { // 创建发送端的Socket对象 DatagramSocket ds = new DatagramSocket(); // 创建数据并打包 byte[] ...
[ "tcwgq@outlook.com" ]
tcwgq@outlook.com
57226d8208a11952f4712efd12a2fdefbffe3f84
dc993c94c60f7b10423abde74690cf18d374d2ad
/IdeaProjects/niukewang/src/Main4.java
d6e4f6e3716159a1c79d00f901400b58f45241bd
[]
no_license
chenyi136/leetcode
65ed7bd7c2bf8698dc1be2eb6d89510d41c7e869
8fcbe9dce203502598e28c0fa54dfaf5ff815ccf
refs/heads/master
2022-12-21T03:35:50.641520
2019-11-29T03:01:56
2019-11-29T03:01:56
224,765,104
0
0
null
2022-12-16T05:54:46
2019-11-29T02:50:45
CSS
UTF-8
Java
false
false
949
java
import java.util.Scanner; /** * @ClassNameMain4 * @Author jianwen * @Date 19-9-27 下午9:24 * @Version V1.0 */ public class Main4 { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int n=sc.nextInt(); int contain=sc.nextInt(); int[] weights=new int[n]; ...
[ "1369495295@qq.com" ]
1369495295@qq.com
03feed1457701c8959107e0fa8d54d5edba3fa36
8aa75ac5c2c4cd6b852f533cf7a4f32d8c88d3c2
/Weixin/src/com/weixin/pojo/WeixinOauth2Token.java
7b822492641306c2f0a3e067446921445030ed18
[]
no_license
xxd763955430/Weixin
b3ef8a486d9cd8697e5e9699185286cd43f8ba8f
d9c5c14f31db65ed826270e1ad2cd5d21682e96f
refs/heads/master
2021-08-07T04:55:00.513549
2017-11-07T14:58:32
2017-11-07T14:58:32
109,837,099
0
0
null
null
null
null
UTF-8
Java
false
false
1,050
java
package com.weixin.pojo; /** * 网页授权信息 * * @author liufeng * @date 2013-11-09 */ public class WeixinOauth2Token { // 网页授权接口调用凭证 private String accessToken; // 凭证有效时长 private int expiresIn; // 用于刷新凭证 private String refreshToken; // 用户标识 private String openId; // 用户授权作用域 private String scope; public Str...
[ "test@runoob.com" ]
test@runoob.com
aac0c9c83e889330f31d724b39ced640cc475fcf
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/JetBrains--intellij-community/0205cd51d0601666e23acc3833ace828d5f744a7/before/GrNewConsoleAction.java
74dd0c51564276871ff7545514aa5f611780e2de
[]
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,989
java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
6f127d481326155e7c0b9082287dd2c2057618b7
64ca0fda972992e1acb37113fa40aa8bf5e79931
/kie-wb-common-services/kie-wb-common-services-backend/src/test/java/org/kie/workbench/common/services/backend/whitelist/PackageNameSearchProviderTest.java
4fb9021d25d02fe69b10f69d4cb92d2cf7ba5bf0
[ "Apache-2.0" ]
permissive
scandihealth/kie-wb-common
e1fa2e0a47773300b3650c81eb76d4b13f390ad2
1d211047f25ec48c626be3472ed939374f38a797
refs/heads/6.5.0.csc
2023-04-14T09:12:53.423909
2023-04-12T13:32:14
2023-04-12T13:32:14
77,842,445
0
1
Apache-2.0
2020-05-20T08:44:17
2017-01-02T15:21:34
Java
UTF-8
Java
false
false
5,716
java
/* * Copyright 2015 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. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
[ "christian.sadilek@gmail.com" ]
christian.sadilek@gmail.com
146b8e70921ce850479952416416102be6558606
c29612c1cfa7edfa94597545c1e1d7e99d446131
/src/main/java/mods/railcraft/common/blocks/signals/MaterialStructure.java
832fd3601a0788e10800ba1eae2cf165964b1a51
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
Cchenxinran/Railcraft
657af37fae5122d3c735359a7d31684c579c667b
b73597ce0fb9ad2aaa962f2e912108ef5e8689fc
refs/heads/master
2021-01-17T05:23:46.565588
2015-05-31T23:26:10
2015-05-31T23:26:10
37,012,840
1
0
null
2015-06-07T10:40:49
2015-06-07T10:40:49
null
UTF-8
Java
false
false
567
java
/* * Copyright (c) CovertJaguar, 2014 http://railcraft.info * * This code is the property of CovertJaguar * and may only be used with explicit written * permission unless otherwise specified on the * license page at http://railcraft.info/wiki/info:license. */ package mods.railcraft.common.blocks.signals; impo...
[ "covertjaguar@gmail.com" ]
covertjaguar@gmail.com
f43c9403c1aadbacd00ad96934ec9119ff32833e
16343979cce9cd8de52537d554e9b37a3533e3e6
/GameBladePlugin/src/main/java/org/stormdev/gbplugin/plugin/commands/CreateVillagerCommand.java
a7ccd23a93c78f5e00273844d921723773b57595
[]
no_license
storm345dev/GameBladePlugin
5b5d4f5dcde898cd3eb6bb41204cf30c29092642
0868ed47771f950ab584ba795fe6a9fd7a8fef6d
refs/heads/master
2020-12-24T15:05:28.629978
2015-05-20T17:53:50
2015-05-20T17:53:50
21,213,117
0
1
null
null
null
null
UTF-8
Java
false
false
1,147
java
package org.stormdev.gbplugin.plugin.commands; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.stormdev.gbplugin.plugin.core.GameBlade; public cla...
[ "storm345dev@gmail.com" ]
storm345dev@gmail.com
b2ab7309a28d9be6f1d88baaa6d582442a72c8fe
9b5053db1b5a03c8f72d87a5054688a50287efe2
/android/support/v4/app/FragmentController.java
263e14f32fbc24fc74cd03bfdd9bd957580dcb17
[]
no_license
steamguard-totp/steam-mobile
f8d612b5c767248c3a29e29c0b9328e5d244c079
f94cd2ec0404bfab69b00a582f90457295cccabb
refs/heads/master
2021-09-04T07:04:22.229386
2018-01-16T23:39:37
2018-01-16T23:39:37
117,756,434
3
0
null
null
null
null
UTF-8
Java
false
false
4,993
java
package android.support.v4.app; import android.content.Context; import android.content.res.Configuration; import android.os.Parcelable; import android.support.v4.util.SimpleArrayMap; import android.util.AttributeSet; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import andro...
[ "jessejesse123@gmail.com" ]
jessejesse123@gmail.com
6fa4ae890d8958830e8f8d99ee2ec1f422edf44a
b9afc95430f29a12ebb72b7f12331f6f9e9b30df
/src/main/java/com/elytradev/correlated/storage/WirelessTerminal.java
6b4bb016db4ba304d06dd153157fe770030aaadc
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
tyra314/Correlated
f2ec697ccd6807e21fb19f26355ad0fecb4b88b2
f1287ca25da6e99c10cc9d9810248e0e34efcabb
refs/heads/1.11.2
2021-01-01T06:35:04.442999
2017-06-12T11:59:28
2017-06-12T12:01:22
97,458,453
0
0
null
2017-07-17T09:22:36
2017-07-17T09:22:36
null
UTF-8
Java
false
false
3,400
java
package com.elytradev.correlated.storage; import java.util.Collections; import java.util.List; import com.elytradev.correlated.CorrelatedWorldData; import com.elytradev.correlated.helper.ItemStacks; import com.elytradev.correlated.item.ItemHandheldTerminal; import com.elytradev.correlated.network.ChangeAPNMessage; im...
[ "aesen@unascribed.com" ]
aesen@unascribed.com
96ad0a4bdb4a9bd348177966d9a371c2fa2de3b0
ffeaf567e9b1aadb4c00d95cd3df4e6484f36dcd
/Hotgram/org/telegram/messenger/-$$Lambda$MessagesStorage$6DjTa3Y8ttX-Dp7Qv5PkUZt09LA.java
b62bb718be5bdbb9d1e1a2e4151ed97c38a57a3f
[]
no_license
danielperez9430/Third-party-Telegram-Apps-Spy
dfe541290c8512ca366e401aedf5cc5bfcaa6c3e
f6fc0f9c677bd5d5cd3585790b033094c2f0226d
refs/heads/master
2020-04-11T23:26:06.025903
2018-12-18T10:07:20
2018-12-18T10:07:20
162,166,647
0
0
null
null
null
null
UTF-8
Java
false
false
355
java
package org.telegram.messenger; public final class -$$Lambda$MessagesStorage$6DjTa3Y8ttX-Dp7Qv5PkUZt09LA implements Runnable { public -$$Lambda$MessagesStorage$6DjTa3Y8ttX-Dp7Qv5PkUZt09LA(MessagesStorage arg1) { super(); this.f$0 = arg1; } public final void run() { MessagesStorage....
[ "dpefe@hotmail.es" ]
dpefe@hotmail.es
dfb66bd8bd0ddd128365faf8bd01488b87b5c6ad
fa1408365e2e3f372aa61e7d1e5ea5afcd652199
/src/testcases/CWE129_Improper_Validation_of_Array_Index/s03/CWE129_Improper_Validation_of_Array_Index__getParameter_Servlet_array_size_75b.java
d0ca896f8a535757f09a609a9df422d3b50d6c2c
[]
no_license
bqcuong/Juliet-Test-Case
31e9c89c27bf54a07b7ba547eddd029287b2e191
e770f1c3969be76fdba5d7760e036f9ba060957d
refs/heads/master
2020-07-17T14:51:49.610703
2019-09-03T16:22:58
2019-09-03T16:22:58
206,039,578
1
2
null
null
null
null
UTF-8
Java
false
false
7,758
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE129_Improper_Validation_of_Array_Index__getParameter_Servlet_array_size_75b.java Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml Template File: sources-sinks-75b.tmpl.java */ /* * @description * CWE: 129 Improper Validation of Array In...
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
1fde17a879c03815b7b3eb86ca8c72a21cde6b17
1d32aa38e4e0e0c93fbb0cc259bc3ab3b1385afc
/app/src/main/java/com/bigpumpkin/app/ddng_android/activity/Details_farmActivity.java
914b52c1a87fd83e4ce27796ff22a65b8b233f63
[]
no_license
GuYou957641694/ddng_android
196df72fde36a64108a3cbb6fe980a3a256f1d86
70ff91b03001db3c3a69d63ab86a89ade013115c
refs/heads/master
2020-07-11T16:07:17.255963
2019-12-12T03:01:59
2019-12-12T03:01:59
204,591,311
0
0
null
null
null
null
UTF-8
Java
false
false
412
java
package com.bigpumpkin.app.ddng_android.activity; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import com.bigpumpkin.app.ddng_android.R; public class Details_farmActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.on...
[ "j957641694@163.com" ]
j957641694@163.com
c305ab96c5a7d9d7a6c71afd2eaa957483cba61f
0eeea8f93b4f154db22e98a1b1a72ae5adba8dba
/src/cn/osworks/aos/system/dao/mapper/Depot_hjMapper.java
3dde1c19f5dc3b5f8c920a2fc9ff0e64ed6e5f33
[]
no_license
atguigu2020dfbb/aosyb
497dc3b79b3f73441338e97b2f7072644c984efb
16c031ac63cc30235ed114a8b0a4b8870ece2328
refs/heads/master
2023-01-10T08:16:20.744253
2020-11-16T08:16:35
2020-11-16T08:16:35
313,138,331
0
0
null
null
null
null
UTF-8
Java
false
false
2,517
java
package cn.osworks.aos.system.dao.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import cn.osworks.aos.core.annotation.Mapper; import cn.osworks.aos.core.typewrap.Dto; import cn.osworks.aos.system.dao.po.Depot_hjPO; /** * <b>depot_hj[depot_hj]数据访问接口</b> * * <p> * 注意:此文件由AOS平台自动生成-禁止...
[ "eclipse_user@atguigu.com" ]
eclipse_user@atguigu.com
bafc0aed2346010f7dc2d1742802515e73e419a5
774d36285e48bd429017b6901a59b8e3a51d6add
/sources/com/google/android/exoplayer2/C3036d.java
e440bf83dac1f46d2687138f7ecf0842f4756142
[]
no_license
jorge-luque/hb
83c086851a409e7e476298ffdf6ba0c8d06911db
b467a9af24164f7561057e5bcd19cdbc8647d2e5
refs/heads/master
2023-08-25T09:32:18.793176
2020-10-02T11:02:01
2020-10-02T11:02:01
300,586,541
0
0
null
null
null
null
UTF-8
Java
false
false
166
java
package com.google.android.exoplayer2; /* renamed from: com.google.android.exoplayer2.d */ /* compiled from: ExoPlayer */ public interface C3036d extends C3040h { }
[ "jorge.luque@taiger.com" ]
jorge.luque@taiger.com
a72e5820050ad3f79021c8e73d72fddfbac5cb3c
b85b2e744829d7dfe5d28babb4c3644ad67f6aa9
/DataConservancyCode/dcs-ui/stripes-dcwebapp/src/main/java/org/dataconservancy/ui/stripes/LoginActionBean.java
1c70ea9f9e3389bf314833c0c6c6416b0537f574
[]
no_license
Data-to-Insight-Center/sead-virtual-archive
850bcc22a0e6a6beef50e59b6f6397b9b57a725d
5aecb3512f4942d0f4c1273cdae8419ee7d5577f
refs/heads/master
2020-04-14T13:13:55.011374
2020-02-01T16:22:23
2020-02-01T16:22:23
14,767,215
0
1
null
2020-02-01T16:22:28
2013-11-28T03:50:23
Java
UTF-8
Java
false
false
3,985
java
/* * Copyright 2012 Johns Hopkins University * * 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 ...
[ "kavchand@indiana.edu" ]
kavchand@indiana.edu
a4231e29e03118d9dc689ee0429aa589e4bdfa2a
38b1903b99eefc3d83667127407519f580ed6158
/.history/src/main/java/PDF/Generator/PDFgenerator/service/IdentityCardServiceImpl_20200906121329.java
215cbad275f7da2a5d6c0dd8efb187319333b032
[]
no_license
Len2/Topic4
7ecb28810338db7f1970fdf706018926502b7ad2
fde63a4ec8438b83be0d3d2f25da530fafe46c5a
refs/heads/master
2022-12-13T18:20:11.446382
2020-09-07T13:46:18
2020-09-07T13:46:18
293,315,896
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package PDF.Generator.PDFgenerator.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import PDF.Generator.PDFgenerator.repo.IdentityCardServiceRepo; @Service public class IdentityCardServiceImpl implements IdentityCardService { @Autowired ...
[ "lendritshala3@gmail.com" ]
lendritshala3@gmail.com
613dab4ea1c37cdfe8e22d414a55432f8242cf1f
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.minihd.qq/assets/exlibs.1.jar/classes.jar/NS_MOBILE_NEWEST_FEEDS/newest_feeds_rsp.java
9e75751ef95a3cebb441aa5db84572b6fbfdf62f
[]
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
1,892
java
package NS_MOBILE_NEWEST_FEEDS; import com.qq.taf.jce.JceInputStream; import com.qq.taf.jce.JceOutputStream; import com.qq.taf.jce.JceStruct; import java.util.ArrayList; public final class newest_feeds_rsp extends JceStruct { static ArrayList cache_vec_feed_info; public int code = 0; public long l...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
b229a04c2fa116cd01a52773556ec15912dbc923
f1d13f82702a0fa613a57002bb28a9d79387565a
/app/src/main/java/com/journals/biobulletin/ui/adapter/CurrentIssuesAdapter1.java
db7bbf4b9377116b4f576aea8b327189166ae279
[]
no_license
suresh429/BioBulletin
c584f6efa72a4b0a94c24049c04f524ea8901932
421ced731f09c0fefbe85a14207d85f8acd3bc71
refs/heads/master
2023-03-31T22:00:28.598040
2021-04-05T06:03:01
2021-04-05T06:03:01
354,736,205
0
0
null
null
null
null
UTF-8
Java
false
false
5,722
java
package com.journals.biobulletin.ui.adapter; import android.annotation.SuppressLint; import android.content.Context; import android.os.Bundle; import android.text.Html; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.navi...
[ "ksuresh.unique@gmail.com" ]
ksuresh.unique@gmail.com
efeb873542e721e7665cd360343c6d64e371fb82
b6bae06ad042ff642fe235ffdc33fa0374c8a735
/src/main/java/com/example/Service/JugadorService.java
97afbe06aa277bec9b75118d84f4f9999015ac32
[]
no_license
ERICCC95/LigaBasquet
f2d93ff62a05e0ceb61598eabef2f13d5d913744
3117e405486b8638de333010bb779dd28916d3f2
refs/heads/master
2021-01-10T17:08:10.838729
2015-11-26T19:36:59
2015-11-26T19:36:59
44,333,390
0
0
null
null
null
null
UTF-8
Java
false
false
5,524
java
package com.example.Service; import com.example.Model.Equipo; import com.example.Model.Jugador; import com.example.repository.EquipoRepository; import com.example.repository.JugadorRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org....
[ "alfredoru@gmail.com" ]
alfredoru@gmail.com
71ae80d4ea83662a4c07a2108d1869b2a783185a
e5fcecd08dc30e947cf11d1440136994226187c6
/SpagoBIUtils/src/main/java/it/eng/spagobi/tools/dataset/common/datawriter/SourceBeanDataWriter.java
8394e31eb064333596120e86b5a0b614554d622b
[]
no_license
skoppe/SpagoBI
16851fa5a6949b5829702eaea2724cee0629560b
7a295c096e3cca9fb53e5c125b9566983472b259
refs/heads/master
2021-05-05T10:18:35.120113
2017-11-27T10:26:44
2017-11-27T10:26:44
104,053,911
0
0
null
2017-09-19T09:19:44
2017-09-19T09:19:43
null
UTF-8
Java
false
false
751
java
/* SpagoBI, the Open Source Business Intelligence suite * Copyright (C) 2012 Engineering Ingegneria Informatica S.p.A. - SpagoBI Competency Center * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0, without the "Incompatible With Secondary Licenses" notice. * If a copy of the MPL...
[ "mail@skoppe.eu" ]
mail@skoppe.eu
9bd65d6249938a7746da2419f241b8907503836e
b175b8ec89e7f6be3443b51c2f7c0c42f7cbae7b
/erp/erpsrc/src/com/tanry/business/module/lc/stock/action/CreatePackingAction.java
7bc7bf4fb6dd5c92ec0c56227fe38dfcacca4745
[]
no_license
chenjuntao/jonoerp
84230a8681471cac7ccce1251316ab51b3d753b1
572994ebe7942b062d91a0802b2c2e2325da2a1d
refs/heads/master
2021-07-22T00:48:09.648040
2020-10-30T04:01:57
2020-10-30T04:01:57
227,536,826
0
0
null
2020-08-27T08:50:21
2019-12-12T06:32:23
JavaScript
UTF-8
Java
false
false
4,649
java
/** * Copyright (c) 2014 * Tanry Electronic Technology Co., Ltd. * ChangSha, China * * All Rights Reserved. * * First created on Dec 16, 2014 by liyzh * Last edited on Dec 16, 2014 by liyzh * * 说明: 物流中心装箱单创建 */ package com.tanry.business.module.lc.stock.action; import java.io.IOException; ...
[ "cjtlp2006@163.com" ]
cjtlp2006@163.com
faa725482ff22d46c1578694749446c7c44379cc
4e7c597e78f01fe1c14fc4cbb67dc4379a8c5939
/mambo-protocol/src/main/java/org/mambo/protocol/types/InteractiveElementSkill.java
ce6c31f8b170cb33d992fa2a816420422c7ac57a
[]
no_license
Guiedo/Mambo
c24e4836f20a1028e61cb7987ad6371348aaf0fe
8fb946179b6b00798010bda8058430789644229d
refs/heads/master
2021-01-18T11:29:43.048990
2013-05-25T17:33:37
2013-05-25T17:33:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,306
java
// Generated on 05/08/2013 19:38:02 package org.mambo.protocol.types; import java.util.*; import org.mambo.protocol.enums.*; import org.mambo.protocol.*; import org.mambo.core.io.*; public class InteractiveElementSkill extends NetworkType { public static final short TYPE_ID = 219; @Override public ...
[ "blackrushx@gmail.com" ]
blackrushx@gmail.com
58426a534579edbde7034b1fe1ae01133fd9defc
8540efa7e6cfbf76dedaa239d175336a92a60f5f
/sipservice/src/main/java/org/pjsip/pjsua2/pjsua_stun_use.java
c1c783d78fdcf9c5bee5f169e816c07164132fd3
[]
no_license
wblt/wephone
cc7c705604f9926b890c1fe1a178fc6b4d76b41c
7e9ea2e5f1422294261babb1b999658ce0c04528
refs/heads/master
2020-04-16T13:34:26.843227
2019-01-16T07:03:47
2019-01-16T07:03:47
165,633,298
0
0
null
null
null
null
UTF-8
Java
false
false
1,998
java
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.10 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
[ "940422068@qq.com" ]
940422068@qq.com
97a4db497d03859209fd725e86d158845c27009c
a2a418ea62ccb5faf9acc9f37a610dd7e9e2e32a
/projects/project_sds/cla/edg/project/sds/gen/graphquery/RequestParameter.java
929ff271a97102ed5691d8eb04f1fe0d918a15a8
[ "BSD-2-Clause" ]
permissive
Clariones/event-driven-generation
b5b3115629cb8ded115cd14463dcbb123ffcc9ce
f5525f5af980807a6c9983065b465f19ad6bab31
refs/heads/master
2021-11-12T22:31:22.171488
2021-03-15T09:49:52
2021-03-15T09:49:52
164,572,933
2
1
BSD-2-Clause
2020-07-17T02:46:35
2019-01-08T05:51:45
Java
UTF-8
Java
false
false
2,012
java
package cla.edg.project.sds.gen.graphquery; import java.util.Map; import cla.edg.modelbean.*; public class RequestParameter extends BaseModelBean{ public String getFullClassName() { return "com.cla.sds.requestparameter.RequestParameter"; } // 枚举对象 // 引用的对象 public RequestElement request() { RequestElement ...
[ "clariones@163.com" ]
clariones@163.com
c9a67d2e6f574a92c433a68c3da1bedc3cc5ab66
f20af063f99487a25b7c70134378c1b3201964bf
/appengine/src/main/java/com/dereekb/gae/model/general/time/validation/EncodedWeekSpanValidator.java
322630e63e22ebfbf8b5ea5d52151a5a2ada3f70
[]
no_license
dereekb/appengine
d45ad5c81c77cf3fcca57af1aac91bc73106ccbb
d0869fca8925193d5a9adafd267987b3edbf2048
refs/heads/master
2022-12-19T22:59:13.980905
2020-01-26T20:10:15
2020-01-26T20:10:15
165,971,613
0
0
null
null
null
null
UTF-8
Java
false
false
692
java
package com.dereekb.gae.model.general.time.validation; import java.util.List; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; import com.dereekb.gae.model.general.time.WeekSpan; /** * Validates an encoded {@link WeekSpan}. * * @author dereekb * */ public class ...
[ "dereekb@gmail.com" ]
dereekb@gmail.com
0508f0e9cb38b3bcc16b08a4369f3d7144173ad1
feba5f4eb48d3ebeeb21b02375d7f1ef13b0ba60
/ideaworks/basic_code/day05/src/cn/day05/demo/DemoArrayArray.java
cb57bd4fd441cf607dfd95e990eda29de1426cc4
[]
no_license
1123762330/idea_works
585eb009bbe4e4adcac355449ee9067ef7562c42
8a2bdf4bddcdf3ab7d63d3d32c93ff579c49b156
refs/heads/master
2022-12-21T08:47:09.217103
2019-12-18T04:39:06
2019-12-18T04:39:06
228,755,276
0
0
null
2022-12-16T04:39:35
2019-12-18T04:06:38
Java
UTF-8
Java
false
false
530
java
package cn.day05.demo; public class DemoArrayArray { public static void main(String[] args) { int[][] arr2 = { {1,2},{3,4,5},{6,7,8,9,10} }; int sum2 = 0; for (int i=0; i<arr2.length; i++) {//外层循环 for (int j=0; j<arr2[i].length; j++) { System.out.print(arr2[i][j]...
[ "1123762330@qq.com" ]
1123762330@qq.com
481d247991997386a59059c8f13c2de8736de493
cba19e890dda7f1e2c661c8b1823b5e1152143aa
/SchoolForumRoom/src/main/java/schoolforumroom/controllers/ClassesController.java
d200eb7ae7f02be30b59c01a01fbeaeff7a7abeb
[]
no_license
MyAuntIsPost90s/SchoolForum
9bf6e813f243eda851c5df2f01dbda7ee1ade88d
8421fbe32177ad358958b6e845a993e7f115bcde
refs/heads/master
2021-09-08T06:43:18.231437
2018-03-08T01:42:34
2018-03-08T01:42:34
119,859,833
0
0
null
null
null
null
UTF-8
Java
false
false
3,660
java
package schoolforumroom.controllers; import java.util.List; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestBody; import org...
[ "1126670571@qq.com" ]
1126670571@qq.com
b386e373557e2bbbd04c80b96d076742641bb987
fd0d65c7ee45896906e0f428df8ba24879333949
/microblog-common/src/main/java/com/microblog/common/auth/anno/NeedAuth.java
e666e93c486b82c60afc34a9bd86c9c725790af1
[]
no_license
lgjlife/micro-blog
d1e04e2433781e81666f78c30f18247ffde1a13a
b405ae3913eded607d8b7d2579946fbb864147ed
refs/heads/master
2022-12-04T02:34:53.486588
2020-07-17T09:27:51
2020-07-17T09:27:51
170,787,235
29
17
null
2022-11-16T12:29:48
2019-02-15T02:07:09
Java
UTF-8
Java
false
false
185
java
package com.microblog.common.auth.anno; import java.lang.annotation.*; @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface NeedAuth { }
[ "liang_gj17@163.com" ]
liang_gj17@163.com
6c44d70ed6ce2955827f015b20076e3ecd1fd61d
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t1_beam_new2/Nicad_t1_beam_new2577.java
80499004bfd4eea3a12e56009b78e050edecc919
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
603
java
// clone pairs:3441:90% // 4073:beam/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/stableinput/BufferedElements.java public class Nicad_t1_beam_new2577 { public boolean equals(Object o) { if (this == o) { return true; } if (o == null || ...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
b2f9546cd8868ba0b21b47d06085746854b66a91
f46891cca8db8bb3b4b7a1acdf4b60e50f709b0b
/thirdparty-osgi/cayenne/cayenne-1.1RC3/src/cayenne/org/objectstyle/cayenne/util/XMLEncoder.java
8ed1847a339bc87ebebbaa3afa9b5a7339ba47b2
[]
no_license
BackupTheBerlios/osgirepo
7778117c9850bbde753e5a470fd546b1ed39063d
581645f2d269a577c76c4bdc40cc01cd68bffbd3
refs/heads/master
2021-01-19T14:58:47.088987
2005-07-29T09:18:00
2005-07-29T09:18:00
40,255,705
0
0
null
null
null
null
UTF-8
Java
false
false
5,815
java
/* ==================================================================== * * The ObjectStyle Group Software License, version 1.1 * ObjectStyle Group - http://objectstyle.org/ * * Copyright (c) 2002-2004, Andrei (Andrus) Adamchik and individual authors * of the software. All rights reserved. * * Redistribution ...
[ "afrei" ]
afrei
f5c886c56105480c6b8e18f98c79ce7736472bd0
98ef39b91b0ce5a30a72648ddf5caa31d487abb6
/src/org/adligo/i/log/shared/I_LogFactory.java
1b94b0b45effdee9d37325c292739c95ccf0b3a5
[ "Apache-2.0" ]
permissive
adligo/i_log.adligo.org
ee6caed19d23dcb37ae880360590382bde680a31
22b7a672af510af0951ed1d8a7b6685e5e254032
refs/heads/master
2021-12-14T09:05:13.631214
2021-12-10T16:07:37
2021-12-10T16:07:37
33,228,952
1
0
null
null
null
null
UTF-8
Java
false
false
1,677
java
package org.adligo.i.log.shared; import org.adligo.i.util.shared.I_Collection; import org.adligo.i.util.shared.I_ImmutableMap; /** * I suggest synchronizeing on these methods as well * * @author scott * */ public interface I_LogFactory { /** * since the apache commons logging stuff wouln't easily port to ...
[ "scott@adligo.com" ]
scott@adligo.com
2b6215368464d1092690ea7d3a86be73543c8078
70cbaeb10970c6996b80a3e908258f240cbf1b99
/WiFi万能钥匙dex1-dex2jar.jar.src/com/tencent/mm/sdk/a/a.java
390cbaa84b469639f603f9f556fe5755b42322d1
[]
no_license
nwpu043814/wifimaster4.2.02
eabd02f529a259ca3b5b63fe68c081974393e3dd
ef4ce18574fd7b1e4dafa59318df9d8748c87d37
refs/heads/master
2021-08-28T11:11:12.320794
2017-12-12T03:01:54
2017-12-12T03:01:54
113,553,417
2
1
null
null
null
null
UTF-8
Java
false
false
2,377
java
package com.tencent.mm.sdk.a; import android.content.Context; import android.content.Intent; import android.os.Bundle; import com.tencent.mm.sdk.a.a.b; import com.tencent.mm.sdk.b.e; public final class a { public static boolean a(Context paramContext, a parama) { boolean bool = false; if ((paramContext ==...
[ "lianh@jumei.com" ]
lianh@jumei.com
5ecc7d4af719cb6ba25278a73500c62c57661cc5
b1621113a49a2dbcc4a74a36a57a41a672ea3c06
/core/server/common/src/main/java/alluxio/master/transport/GrpcMessagingServerConnection.java
50e4c7d726cc722bb6ee996c661ccf674f8b995b
[ "LicenseRef-scancode-free-unknown", "MIT", "EPL-1.0", "LicenseRef-scancode-proprietary-license", "CC0-1.0", "Apache-2.0", "Unlicense", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause", "BSD-3-Clause", "CC-PDDC", "LicenseRef-scancode-public-domain" ]
permissive
alecwanggithub/alluxio
dc999f409ecade373f5318765174a4acdbe1a24f
85fde44f76845147c2e72c2fd7fed4ec0dc672c7
refs/heads/master
2022-11-16T10:54:01.287267
2020-06-28T06:31:52
2020-06-28T06:31:52
275,471,829
1
0
Apache-2.0
2020-06-28T06:31:53
2020-06-27T23:43:27
null
UTF-8
Java
false
false
1,397
java
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
[ "bot@alluxio.com" ]
bot@alluxio.com
bfaef03b5e402daa0e32bf7b7038dd45f7dd1399
573a66e4f4753cc0f145de8d60340b4dd6206607
/JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/1438167/pmd-src-4.0/pmd-4.0/src/net/sourceforge/pmd/renderers/YAHTMLRenderer.java
bad5c8e17bf42f9b10b6a662d134fc43f83fe45f
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mkaouer/Code-Smells-Detection-in-JavaScript
3919ec0d445637a7f7c5f570c724082d42248e1b
7130351703e19347884f95ce6d6ab1fb4f5cfbff
refs/heads/master
2023-03-09T18:04:26.971934
2022-03-23T22:04:28
2022-03-23T22:04:28
73,915,037
8
3
null
2023-02-28T23:00:07
2016-11-16T11:47:44
null
UTF-8
Java
false
false
604
java
package net.sourceforge.pmd.renderers; import java.io.IOException; import java.io.Writer; import net.sourceforge.pmd.Report; import net.sourceforge.pmd.dfa.report.ReportHTMLPrintVisitor; import net.sourceforge.pmd.dfa.report.ReportTree; public class YAHTMLRenderer extends AbstractRenderer { public void render(W...
[ "mmkaouer@umich.edu" ]
mmkaouer@umich.edu
33bb2804548c4b4135eabdd92a18ff8d3276702a
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t1_flink_new2/Nicad_t1_flink_new25380.java
bd9f857b266300f0a8e658629a20a2b94c40227e
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
575
java
// clone pairs:23371:90% // 34681:flink/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/TaskManagerLocation.java public class Nicad_t1_flink_new25380 { public boolean equals(Object obj) { if (obj == this) { return true; } else if (obj != null && obj.getClass() == TaskManagerLocation...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
44f9587d164954bcd645189dad8fbcf36ccbf4ca
eec7bf6b543dd8b961d8bd08b506e8bb38d949ab
/src/main/java/net/sf/ehcache/event/CacheManagerEventListenerRegistry.java
f54dc7b44edd11207b8ffa6ff1db42c7533a9f21
[]
no_license
ystory/ehcache-core-2.6.11
70de1feff3c321898937ee70df30dc9ce39c228c
3d7440fe1478450b16d3ccb8ed20b303659140ce
refs/heads/master
2022-07-25T17:34:51.803015
2015-03-06T15:28:38
2015-03-06T15:28:38
39,236,553
4
3
null
2022-06-29T19:26:06
2015-07-17T05:29:08
Java
UTF-8
Java
false
false
7,411
java
/** * Copyright Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
[ "cruise@b9324663-ca0f-0410-8574-be9b3887307d" ]
cruise@b9324663-ca0f-0410-8574-be9b3887307d
99f4b360a673d9d1131cbbad6c7e9a123fcfffcb
679d3eb9e9346c32723152861040a1da89aef9ef
/src/tests/Tests_Print.java
143d4d54b40a9d5807150366810c581fe7d2fc57
[]
no_license
maany/ThunderBolt
821402011b2269927cfe7fa9357847b82274c9f8
c57d0f604ce54363f29f0014e890fe3931dd9a3f
refs/heads/master
2021-01-10T22:11:01.733128
2014-03-14T17:12:31
2014-03-14T17:12:31
16,720,450
1
2
null
null
null
null
UTF-8
Java
false
false
6,145
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 tests; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.print.*; /** * * @author MAYANK */ public clas...
[ "imptodefeat@gmail.com" ]
imptodefeat@gmail.com
4360377b37d562ccac979e0e4ddcd0095c63cd95
a8b30e3c49bcdf6db1c0994831316ccebc613dba
/is/src/main/java/com/zxtech/is/ui/team/adapter/AddBlacklistPhotoAdapter.java
6ecfb377ca9398e4d2f55014beb92379a70d3d90
[]
no_license
jerry5213/eai
48d3265808397a0554c9fcb5ead91a9e3882b83e
a5b828754e65c80c86ed82782db433a64f84cea3
refs/heads/master
2020-03-25T17:26:29.967693
2018-08-09T09:19:51
2018-08-09T09:19:51
143,977,737
0
0
null
null
null
null
UTF-8
Java
false
false
1,355
java
package com.zxtech.is.ui.team.adapter; import android.graphics.Bitmap; import android.support.annotation.Nullable; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.zxtech.is.BuildCon...
[ "SYP521@neuxa.com" ]
SYP521@neuxa.com
0be14b93f6283ea66bce2516175678d6c5554df7
183732491ccf0693b044163c3eb9a0e657fcce94
/phloc-commons/src/main/java/com/phloc/commons/microdom/convert/MicroTypeConverter.java
39882897d9d06fa4cb908f4b5e0f66293d4c0e6c
[]
no_license
phlocbg/phloc-commons
9b0d6699af33d67ee832c14e0594c97cef44c05d
6f86abe9c4bb9f9f94fe53fc5ba149356f88a154
refs/heads/master
2023-04-23T22:25:52.355734
2023-03-31T18:09:10
2023-03-31T18:09:10
41,243,446
0
0
null
2022-07-01T22:17:52
2015-08-23T09:19:38
Java
UTF-8
Java
false
false
3,857
java
/** * Copyright (C) 2006-2015 phloc systems * http://www.phloc.com * office[at]phloc[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
[ "bg@phloc.com" ]
bg@phloc.com
47926c0cf895260b91044c21bd62f9738d6248b3
99e267dfdc08bfd956bcc62421265eacf291480e
/javan/src/mohit/echoserver.java
be3dd5131ee6731c5c51d1e7c422022536882122
[]
no_license
agarwalmohit43/Java-Practice
70906101ebe31a003a3401500114303c6fa847df
73b305da3f6777a036fc11e19b689f09d29374bf
refs/heads/master
2021-01-19T16:45:53.028435
2017-09-12T12:11:41
2017-09-12T12:11:41
101,024,586
0
0
null
null
null
null
UTF-8
Java
false
false
1,092
java
package mohit; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; public class echoserver { public static void main(String[] args)throws Exception { ServerSocket s=null; try{ s=new ServerSocket(10007); }catch(E...
[ "agarwalmohit43@gmail.com" ]
agarwalmohit43@gmail.com
2705438a2d7e686605c7ae67a546ce0462792934
809b0e78d1665230a2c3df179501fd6d4f3e089a
/datastructure-amazonQuestions/datastrucuture/src/com/practise/java8/FunctionalInterfaces/ConsumerDemo.java
e2fe4f4c696a9e806fd2a0f513b37ad535ce89be
[]
no_license
vinay25788/datastructure-amazonQuestions
c4b67cbd783c9990e7335c1dce1225b4bce988a5
7de42100f3b70492984b98aebc9fd44dfa17a415
refs/heads/master
2020-05-20T04:25:02.347694
2020-01-19T08:23:13
2020-01-19T08:23:13
185,382,625
0
0
null
null
null
null
UTF-8
Java
false
false
717
java
package com.practise.java8.FunctionalInterfaces; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.function.Consumer;import java.util.stream.Collector; import java.util.stream.Collectors; public class ConsumerDemo { public static void main(String[] args) { List<String> li...
[ "vinay25788@gmail.com" ]
vinay25788@gmail.com
1c17ab8d0b08cbf6648b974a5ea488008373d832
574afb819e32be88d299835d42c067d923f177b0
/src/net/minecraft/client/renderer/block/model/package-info.java
ed2359135f2b6e87d8be510b584f3263c79f7de3
[]
no_license
SleepyKolosLolya/WintWare-Before-Zamorozka
7a474afff4d72be355e7a46a38eb32376c79ee76
43bff58176ec7422e826eeaf3ab8e868a0552c56
refs/heads/master
2022-07-30T04:20:18.063917
2021-04-25T18:16:01
2021-04-25T18:16:01
361,502,972
6
0
null
null
null
null
UTF-8
Java
false
false
263
java
package net.minecraft.client.renderer.block.model; import javax.annotation.ParametersAreNonnullByDefault; import mcp.MethodsReturnNonnullByDefault; // $FF: synthetic class @ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault interface package-info { }
[ "ask.neverhide@gmail.com" ]
ask.neverhide@gmail.com
9ac0b0279dabc031af2cc65bae72a2507326b748
3778a2f4f2a4f3c20981d13dd5e94e1d7f6d7b5c
/sdk/src/main/java/com/sensorsdata/analytics/android/sdk/WrapperAdapterViewOnItemSelectedListener.java
1bd5c356e52659793ac0da492b42148f1a8ae171
[ "Apache-2.0" ]
permissive
wangzhzh/AutoTrackAppClick4
6d57b68a093636f0e2fd43e55eee4f345f656c34
3c9be69527aa3b9c594ee27f5cdb12b02d19daf6
refs/heads/master
2021-06-23T20:15:15.406431
2019-07-10T05:43:01
2019-07-10T05:43:01
146,418,531
4
3
null
null
null
null
UTF-8
Java
false
false
871
java
package com.sensorsdata.analytics.android.sdk; import android.view.View; import android.widget.AdapterView; public class WrapperAdapterViewOnItemSelectedListener implements AdapterView.OnItemSelectedListener { private AdapterView.OnItemSelectedListener source; WrapperAdapterViewOnItemSelectedListener(Adapter...
[ "wangzhuozhou@sensorsdata.cn" ]
wangzhuozhou@sensorsdata.cn
1ad0f3e1e17f139fd2dfa0fe8d4cf109b912374a
ba74038a0d3a24d93e6dbd1f166530f8cb1dd641
/teamclock/src/java/com/fivesticks/time/calendar/DailyBinDisplayWrapper.java
43482b5fcbc3fa2c66af4721c5f5d5470753475d
[]
no_license
ReidCarlberg/teamclock
63ce1058c62c0a00d63a429bac275c4888ada79a
4ac078610be86cf0902a73b1ba2a697f9dcf4e3c
refs/heads/master
2016-09-05T23:46:28.600606
2009-09-18T07:25:37
2009-09-18T07:25:37
32,190,901
0
0
null
null
null
null
UTF-8
Java
false
false
2,748
java
package com.fivesticks.time.calendar; import java.io.Serializable; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Collection; import com.fivesticks.time.settings.FstxTimeSettings; import com.fstx.stdlib.common.simpledate.SimpleDate; /** * @aut...
[ "reidcarlberg@c917f71e-a3f3-11de-ba6e-69e41c8db662" ]
reidcarlberg@c917f71e-a3f3-11de-ba6e-69e41c8db662
412d65cb2fccd46e22032becfbfef67433f8aa40
3fb48ff486d5c9497256cbdcc6807236b80c8ed5
/semiProject/src/SemiProject/MainForm_TreeTab.java
5083368cc25aca01cb76048cb7d985fb32307b63
[]
no_license
bym90/SemiProject
e2c0c7ff644976f6654376741f6a067b4542608a
5113a060a3cdea41e7e194791ad59496308cee3b
refs/heads/master
2020-12-25T15:18:13.498634
2016-10-26T01:30:41
2016-10-26T01:30:41
66,424,732
0
0
null
null
null
null
UHC
Java
false
false
895
java
package SemiProject; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; class ThreeTab extends JPanel{ ThreeTab(){ JLabel l1 = new JLabel("지역"); JComboBox box1= new JComboBox(); box1.addItem("구로"); box1.a...
[ "qodudals90@naver.com" ]
qodudals90@naver.com
8638ac590c430571818476b61f05c41c7f012725
d16f17f3b9d0aa12c240d01902a41adba20fad12
/src/leetcode/leetcode24xx/leetcode2406/Solution.java
00507f321733896cc5b30815af918ec407f2bab5
[]
no_license
redsun9/leetcode
79f9293b88723d2fd123d9e10977b685d19b2505
67d6c16a1b4098277af458849d352b47410518ee
refs/heads/master
2023-06-23T19:37:42.719681
2023-06-09T21:11:39
2023-06-09T21:11:39
242,967,296
38
3
null
null
null
null
UTF-8
Java
false
false
717
java
package leetcode.leetcode24xx.leetcode2406; import java.util.Arrays; import java.util.Comparator; import java.util.PriorityQueue; public class Solution { public int minGroups(int[][] intervals) { int n = intervals.length; if (n < 2) return n; Arrays.sort(intervals, Comparator.comparingInt(...
[ "mokeev.vladimir@gmail.com" ]
mokeev.vladimir@gmail.com
d9f5df4a04c967208aec517e31e0b0764e2fbb3a
10b7c05a76903964e412a55f155544ba29db498f
/app/app/src/main/java/com/vassar/unifiedapp/err/ProjectSubmissionException.java
5d9ffad0476bbc7d6f96e5d4bd8709960a463f72
[]
no_license
srikanth-vl/jenkins-flutter-test
ba678eee7c3e4dd09915d6a4d1efe5b73ec6d303
9835d22d88394c403c3c95955dc890826de03382
refs/heads/master
2023-01-31T04:32:06.109480
2020-02-25T12:09:22
2020-02-25T12:09:22
242,687,371
0
0
null
2023-01-07T22:18:34
2020-02-24T08:50:01
Java
UTF-8
Java
false
false
447
java
package com.vassar.unifiedapp.err; public class ProjectSubmissionException extends UAException { public ProjectSubmissionException(String errorCode) { super(errorCode); } public ProjectSubmissionException(String errorCode, String message) { super(errorCode, message); } public Pro...
[ "kmunshi.97@gmail.com" ]
kmunshi.97@gmail.com
fce8acbe7f2c1545abc2cf6ef64fbc8a7c542f9d
0c15e0d4ac6d777434001e5aa63579bfc3ee303b
/src/main/java/io/github/emtest/application/config/CloudDatabaseConfiguration.java
1d09fa49faad5651c7ea4bb90f77b0fae53f9e18
[]
no_license
jayasvision/EmTest
d38958260094aaaef78b21af98bbaf9e79f417ca
6dc95273150663abe41de82b9de0a955ca31e303
refs/heads/master
2021-01-20T21:41:50.638805
2017-08-29T16:33:01
2017-08-29T16:33:01
101,783,280
0
0
null
null
null
null
UTF-8
Java
false
false
3,207
java
package io.github.emtest.application.config; import com.github.mongobee.Mongobee; import io.github.jhipster.config.JHipsterConstants; import io.github.jhipster.domain.util.JSR310DateConverters.*; import io.github.emtest.application.config.oauth2.OAuth2AuthenticationReadConverter; import org.slf4j.Logger; import or...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
64b4850c30bf6ed89815b497bbb698dc300c1edc
601a37bda610da0f5b16dd9500618a202b7a7f0f
/cat7/app/src/main/java/jianqiang/com/mockrxjava/Callback.java
3278ee0448f9c5ffd633fc6ce772c1296f47b216
[ "MIT" ]
permissive
tsingtaoywm/rxjavademo
ac843fc3686111cf9aab0b87debf1ad3dd825ad9
817525b3c8683ea0d73fe8e3f8404c330080ff58
refs/heads/master
2021-01-23T15:23:18.204560
2017-05-02T11:51:49
2017-05-02T11:51:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
182
java
package jianqiang.com.mockrxjava; import java.util.Collections; import java.util.List; public interface Callback<T> { void onSuccess(T result); void onError(Exception e); }
[ "16230091@qq.com" ]
16230091@qq.com
a42b6ee816a9a1d9a356ba873dd5315bfd601b36
05a03dd170dfbf873a9b73410f950f1dad3e1485
/src/main/java/org/web3j/quorum/tx/ClientTransactionManager.java
e54560c5b7d9bab425db550c05b873df73cb84ea
[ "Apache-2.0" ]
permissive
vjrantal/web3j-quorum
c3582d9224169599af067002508f37ac71ee45c4
2599010697aefc25df689c412c90f06ebbc6292f
refs/heads/master
2021-01-20T15:12:47.359309
2017-03-07T08:47:11
2017-03-07T08:47:11
90,733,917
0
0
null
null
null
null
UTF-8
Java
false
false
2,207
java
package org.web3j.quorum.tx; import java.math.BigInteger; import java.util.List; import java.util.concurrent.ExecutionException; import org.web3j.protocol.Web3j; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.exceptions.TransactionTimeoutException; import org.web3j.quoru...
[ "conor10@gmail.com" ]
conor10@gmail.com
33b225017d951b70cdac35fb495845f8d5562880
db2ca48fffaf6689c9db439abaf9d98729548e0b
/minsu-web-ups/src/main/java/com/ziroom/minsu/ups/dao/CurrentuserRoleDao.java
4e27237c2cfe2ff122799c894d8f26dd2d7b782f
[]
no_license
majinwen/sojourn
46a950dbd64442e4ef333c512eb956be9faef50d
ab98247790b1951017fc7dd340e1941d5b76dc39
refs/heads/master
2020-03-22T07:07:05.299160
2018-03-18T13:45:23
2018-03-18T13:45:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,877
java
package com.ziroom.minsu.ups.dao; import com.asura.framework.dao.mybatis.base.MybatisDaoContext; import com.ziroom.minsu.entity.sys.CurrentuserRoleEntity; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.stereotype....
[ "068411Lsp" ]
068411Lsp
d62f97629c017a87dc9a6855c4228370b083cca6
745b525c360a2b15b8d73841b36c1e8d6cdc9b03
/jun_java_plugins/jun_multicluster/doc/src_code/com/caland/common/web/springmvc/SimpleFreeMarkerView.java
92cd7d6313763ba0356eff0d85f298f2e2e5373d
[]
no_license
wujun728/jun_java_plugin
1f3025204ef5da5ad74f8892adead7ee03f3fe4c
e031bc451c817c6d665707852308fc3b31f47cb2
refs/heads/master
2023-09-04T08:23:52.095971
2023-08-18T06:54:29
2023-08-18T06:54:29
62,047,478
117
42
null
2023-08-21T16:02:15
2016-06-27T10:23:58
Java
UTF-8
Java
false
false
3,636
java
package com.caland.common.web.springmvc; import java.io.IOException; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.BeansException; import org.springframework.beans.factory.BeanFactoryUtils; import org.springframewor...
[ "wujun728@163.com" ]
wujun728@163.com
63074b621a5422543b122ac8791c2de302d99b90
11e0c5f5f178d3f1c21b2acfc0516cbe882c4095
/contribs/ev/src/main/java/org/matsim/contrib/ev/charging/ChargingPower.java
a6298f8e6c71aad38b10f0d4ac90c74e695fe10b
[]
no_license
matsim-org/matsim-libs
53bd7e9afb7e64b2b43a6e17a005742d34d00351
ed0cec62cc9f455a827801a5efa02fa4c501fda7
refs/heads/master
2023-09-01T15:53:30.490410
2023-09-01T13:02:09
2023-09-01T13:02:09
39,812,341
186
222
null
2023-09-14T15:50:10
2015-07-28T04:03:23
Java
UTF-8
Java
false
false
2,242
java
/* * *********************************************************************** * * project: org.matsim.* * *********************************************************************** * * * * copyright : (C) 2019 by the members listed in the CO...
[ "michal.mac@gmail.com" ]
michal.mac@gmail.com
d136bcdbe138bbe2975ce0b3b658c3b84573b08f
4fdec25e8fb18424592d8075c1452c0ad06fe447
/services/assets/src/main/java/com/tenio/mmorpg/assets/configurations/DatabaseConfig.java
05f45fdb684bf9071c9271174b6cd23268c0c7d4
[ "MIT" ]
permissive
congcoi123/tenio-mmorpg
da1f6f476bad9ab0be2c8772f32cd79c963244a4
2d30cf308734b1bfeb7beaddda68cc5bca9b1b74
refs/heads/master
2023-08-16T06:02:21.844367
2021-10-24T01:12:54
2021-10-24T01:12:54
420,264,581
6
0
null
null
null
null
UTF-8
Java
false
false
2,700
java
/* The MIT License Copyright (c) 2016-2021 kong <congcoi123@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, m...
[ "congcoi123@gmail.com" ]
congcoi123@gmail.com
e4f3a6e05b56d20a72133884746513df27473884
bfac99890aad5f43f4d20f8737dd963b857814c2
/reg3/v1/xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-tests/src/test/it/org/xwiki/officeimporter/test/ui/AllTests.java
c8dc41aead1aad038122a115d2b785b4530529c4
[]
no_license
STAMP-project/dbug
3b3776b80517c47e5cac04664cc07112ea26b2a4
69830c00bba4d6b37ad649aa576f569df0965c72
refs/heads/master
2021-01-20T03:59:39.330218
2017-07-12T08:03:40
2017-07-12T08:03:40
89,613,961
0
1
null
null
null
null
UTF-8
Java
false
false
1,211
java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
[ "caroline.landry@inria.fr" ]
caroline.landry@inria.fr
e5725933f4b4997db1a4a431ab15e2d8234c0af5
7d56dbdef726acdef5c699a1bd2d3e777929b9cd
/src/main/java/org/yx/db/DB.java
74cf5f4966ac9a89fc3e091b2649d9f4d25743d3
[ "Apache-2.0" ]
permissive
HarrisonDing/sumk
2425b837b29acd5244e0f989707ac2d0d0020546
a20de8f8e02232c3d4b11cb9b3eefd2a3a454a19
refs/heads/master
2021-07-17T17:34:32.306930
2017-10-22T11:26:42
2017-10-22T11:26:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,661
java
/** * Copyright (C) 2016 - 2017 youtongluan. * * 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 applicab...
[ "Administrator@youxia" ]
Administrator@youxia
7544501d6eb7ec712b986c4b2241a204192b27b4
23a96a03e550ee22a14b8fe9ed2ce44b6341de18
/examples/cardreg_55/target/generated-sources/clarion/clarion/Previewqueue.java
174cdc6b72ad0b2fa4a404fe98bbc81a8ede904c
[]
no_license
polarisltd/jClarion
29782a3ed0a144943c6d99dd81f6c16ef0a504d8
37e57590cb9cc41448fdd09fda91c9094b0dd057
refs/heads/master
2020-12-31T07:33:15.586952
2016-04-28T13:51:58
2016-04-28T13:55:40
57,305,055
3
0
null
null
null
null
UTF-8
Java
false
false
323
java
package clarion; import org.jclarion.clarion.Clarion; import org.jclarion.clarion.ClarionQueue; import org.jclarion.clarion.ClarionString; public class Previewqueue extends ClarionQueue { public ClarionString fileName=Clarion.newString(128); public Previewqueue() { this.addVariable("Filename",this.fileName); }...
[ "polarisltd@gmail.com" ]
polarisltd@gmail.com
2bf560084feeefb0c6720e1b698b12b4005811a7
85986e4d862e6fd257eb1c3db6f6b9c82bc6c4d5
/prjClienteSIC/src/main/java/ec/com/smx/sic/cliente/mdl/dto/id/DescuentoProveedorClasificacionID.java
faf9d9b818e32c0d43c2be7cf2eccfe210950c82
[]
no_license
SebasBenalcazarS/RepoAngularJS
1d60d0dec454fe4f1b1a8c434b656d55166f066f
5c3e1d5bb4a624e30cba0d518ff0b0cda14aa92c
refs/heads/master
2016-08-03T23:21:26.639859
2015-08-19T16:05:00
2015-08-19T16:05:00
40,517,374
1
0
null
null
null
null
UTF-8
Java
false
false
2,117
java
package ec.com.smx.sic.cliente.mdl.dto.id; import java.io.Serializable; import java.sql.Types; import javax.persistence.Column; import javax.persistence.Embeddable; import ec.com.kruger.utilitario.dao.commons.annotations.Cast; import ec.com.kruger.utilitario.dao.commons.annotations.SequenceDataBaseValue; import ec.c...
[ "nbenalcazar@kruger.com.ec" ]
nbenalcazar@kruger.com.ec
d8c9c9e3fe8e108876bf28de311d4e2fb1a438d5
42c82feb99d5bddbb98da54418d0251fd0476886
/java-player/javaclient2/xdr/XdrUnion.java
f223c4c356a254a03a5da3edfec979ec40570081
[]
no_license
buzzer/JavaPlayer
f78a4bee57145bc7eb24a882897ab690acd3fec3
27cfb2d1d13f3725997338812db503f7d19cac8f
refs/heads/master
2016-09-10T14:59:11.991568
2011-09-05T13:06:04
2011-09-05T13:06:04
1,061,959
0
1
null
null
null
null
UTF-8
Java
false
false
8,067
java
/* * Player Java Client 2 - XdrUnion.java * Copyright (C) 2002-2006 Radu Bogdan Rusu, Maxim Batalin * * 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 2 of the License, ...
[ "sebastianrockel@gmail.com" ]
sebastianrockel@gmail.com
6c0bc2e4bb809a015a597c91a94bcba8bb07abf4
c24999a8c5aef3b483a6f5ecc50c172c714d357f
/SMT/src/main/java/smt/controller/rest/FileHistoryRecordRestController.java
53476268598bd47a0318be6af4ec20f7b973bc55
[]
no_license
dmh-moph/SMT
858b0c33a890b8c199416621984f82a23b8fd5c0
5b852648c8e4606dce9df2982cd06af634df59f2
refs/heads/master
2021-01-10T22:14:02.723677
2016-01-31T16:52:33
2016-01-31T16:52:33
24,030,782
0
0
null
null
null
null
UTF-8
Java
false
false
1,551
java
package smt.controller.rest; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.anno...
[ "dbuaklee@hotmail.com" ]
dbuaklee@hotmail.com
491e57ff706c9b8284ae36f9529174e8d7c39431
58df55b0daff8c1892c00369f02bf4bf41804576
/src/android/support/v13/app/FragmentTabHost.java
996df1ddd3702eb9dd00e2b41d442307507d67c4
[]
no_license
gafesinremedio/com.google.android.gm
0b0689f869a2a1161535b19c77b4b520af295174
278118754ea2a262fd3b5960ef9780c658b1ce7b
refs/heads/master
2020-05-04T15:52:52.660697
2016-07-21T03:39:17
2016-07-21T03:39:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,351
java
package android.support.v13.app; import android.app.Fragment; import android.app.FragmentManager; import android.app.FragmentTransaction; import android.content.Context; import android.os.Parcelable; import android.widget.TabHost; import android.widget.TabHost.OnTabChangeListener; import ei; import java.util.ArrayList...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
66772ff1103b9b0cad0b95654007128be9a6ed60
7a699656fee75c43d493497510c081093cf2de56
/bos_parent/bos_web/src/main/java/com/hafele/bos/web/action/NoticebillAction.java
1fe5964aee6b276bb2e3244c2c9e0155cc3f8836
[]
no_license
wenMN1994/BOS
715e60f8db3973203538a8e78411e58bfbadaec3
559abda0c8fece16a0f052c1b363298d97b6e27c
refs/heads/master
2020-03-27T19:40:09.625215
2018-09-21T03:05:57
2018-09-21T03:05:57
147,004,302
0
1
null
null
null
null
UTF-8
Java
false
false
1,510
java
package com.hafele.bos.web.action; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import com.hafele.bos.domain.Noticebill; import com.hafele.bos.service.INoticebillService; import com.hafele....
[ "18475536452@163.com" ]
18475536452@163.com
72437a146a76299af7d3737ab67769fbe3f94246
e22c5caebbdbbcff78b5534a38cec5799e970fc5
/aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/ListTagsForResourceRequest.java
abdb0cf1c86f97040054b8030d9b1dcfac2ec61e
[ "Apache-2.0", "JSON" ]
permissive
Cris464/aws-sdk-java
f27ee24d5ba241f94a0aa9c090f8e2c2c9067ef3
22474af252f3401cb8566966c53015db297280ee
refs/heads/master
2021-01-16T20:39:17.133080
2015-02-11T00:43:30
2015-02-11T00:43:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,454
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
f562217e318b3c254c56859c84bcf70c5f300862
0d183f64948b847e5fc04bc5d14745b2cbeb3afa
/JTree/src/com/zhangwei/parser/Rule_cmdIfLe.java
c2ff423d4ccdd90670580c8ca1dcbe43c78657d0
[]
no_license
zhangweihust/JTree
75c509a9bec9053564ca44a6e7f2dd785012b3f8
a6ce3c585cdab2d4d603018d7ec856f5c9391596
refs/heads/master
2016-09-06T15:42:19.271640
2016-02-05T03:59:08
2016-02-05T03:59:08
12,106,870
0
1
null
null
null
null
UTF-8
Java
false
false
6,982
java
/* ----------------------------------------------------------------------------- * Rule_cmdIfLe.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.3 * Produced : Mon Jan 11 14:51:33 CST 2016 * * -----------------------------------...
[ "zhangweihust@gmail.com" ]
zhangweihust@gmail.com
5b6cb0962cdc2186768c60bca10088bbe199aff6
fc6c869ee0228497e41bf357e2803713cdaed63e
/weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/report/kvdata/SubDirInfo.java
f5767a4b36c0eca9a55189a56675fd908a881ddf
[]
no_license
hyb1234hi/reverse-wechat
cbd26658a667b0c498d2a26a403f93dbeb270b72
75d3fd35a2c8a0469dbb057cd16bca3b26c7e736
refs/heads/master
2020-09-26T10:12:47.484174
2017-11-16T06:54:20
2017-11-16T06:54:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,808
java
package com.tencent.mm.plugin.report.kvdata; import com.tencent.gmtrace.GMTrace; public class SubDirInfo extends com.tencent.mm.bm.a { public long dirCount_; public long fileCount_; public long fileLenInvalidCount; public int tag_; public long totalSize_; public SubDirInfo() { GMTrace.i(1750776...
[ "robert0825@gmail.com" ]
robert0825@gmail.com
346d8e1f3feff72bd2bd271c5b74d3416fbf0b66
3026c7b29b3f1679087eb1c1305d71b7e7b011cf
/db/src/main/java/org/solovyev/android/db/properties/PropertyByIdDbQuery.java
4940960260efb4df4383b29ff0dc360dd815f529
[]
no_license
HamedMP/android-common
02ea7b714e059e1ef9224752fa5930e794bd2725
65c2877814803a39a5abe96bbfaafb0eaf9e9592
refs/heads/master
2021-01-17T05:48:29.184339
2013-04-14T12:47:27
2013-04-14T12:47:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,290
java
/* * Copyright 2013 serso aka se.solovyev * * 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 a...
[ "se.solovyev@gmail.com" ]
se.solovyev@gmail.com
dd650a52c3a60004dc2f0d18ec1bc3a3807e9f7f
8b4acacda36c6a252c557988edc110377148c50b
/aliyun-java-sdk-dts/src/main/java/com/aliyuncs/dts/model/v20200101/DeleteConsumerGroupRequest.java
a449a678921b36105acea1cd6b2384d85a6d5808
[ "Apache-2.0" ]
permissive
huangbncly/aliyun-openapi-java-sdk
f8cb1bb7b124976a7ef18afd47bbd5fcb6d8ea19
d22f77c6d5b08c720b9ce56afe22ea6e2744b03c
refs/heads/master
2021-07-21T12:55:22.159198
2020-07-24T08:29:31
2020-07-24T08:29:31
199,572,334
0
0
NOASSERTION
2020-05-15T04:59:44
2019-07-30T04:07:24
Java
UTF-8
Java
false
false
2,260
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
7d1584353535e8b9b13b900efada77169170a315
2bc2eadc9b0f70d6d1286ef474902466988a880f
/tags/mule-1.3.1/mule/core/src/main/java/org/mule/transaction/lookup/GenericTransactionManagerLookupFactory.java
248a03df6f2a6f2582de237255ae31193061a25a
[]
no_license
OrgSmells/codehaus-mule-git
085434a4b7781a5def2b9b4e37396081eaeba394
f8584627c7acb13efdf3276396015439ea6a0721
refs/heads/master
2022-12-24T07:33:30.190368
2020-02-27T19:10:29
2020-02-27T19:10:29
243,593,543
0
0
null
2022-12-15T23:30:00
2020-02-27T18:56:48
null
UTF-8
Java
false
false
4,194
java
/* * $Id$ * -------------------------------------------------------------------------------------- * Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com * * The software in this package is published under the terms of the MuleSource MPL * license, a copy of which has been included with...
[ "lajos@bf997673-6b11-0410-b953-e057580c5b09" ]
lajos@bf997673-6b11-0410-b953-e057580c5b09
61a752e55392e4e6c32e50be558e4b7966dc0430
254f1cd80a1252670c0f048938100def2d3c34d0
/collect-core/src/generated/java/org/openforis/collect/persistence/jooq/tables/pojos/OfcUser.java
7272417249d5b82afa4ecb9cab8f071526737e9a
[ "MIT" ]
permissive
AWS-BugBust-82/collect-82
9e3af4e049b8567783e78bc2790fc99f267372b5
c1c71ab85717dc4799aeb0b4adf0b513f5ebcd2d
refs/heads/master
2023-08-29T19:39:06.752636
2021-11-15T23:28:22
2021-11-15T23:28:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,482
java
/** * This class is generated by jOOQ */ package org.openforis.collect.persistence.jooq.tables.pojos; import java.io.Serializable; import javax.annotation.Generated; /** * This class is generated by jOOQ. */ @Generated( value = { "http://www.jooq.org", "jOOQ version:3.6.2" }, comments = "This class is g...
[ "fefrain@users.noreply.github.com" ]
fefrain@users.noreply.github.com
9692b9358e5ec47dfb01de6ff652da2e43ae2d8b
691a7cd2c9d35826a108a5d606741b8c9efdf300
/osgi-container/src/main/java/com/hz/container/Utils.java
2d157d7b275e61424f09e29b6e4c06b68b3ba0fa
[]
no_license
mp2930696631/my-osgi
0ca8db4d976bcc1cb1c4d8dd87d640abf7915d50
311c548055ba44437bebf89a9dc0087fc56419bf
refs/heads/master
2023-04-24T18:09:46.014147
2021-05-03T17:07:12
2021-05-03T17:07:12
363,989,733
1
0
null
null
null
null
UTF-8
Java
false
false
6,798
java
package com.hz.container; import com.hz.container.classLoader.OsgiClassLoader; import com.hz.container.constant.Constant; import com.hz.container.entity.MetadataObj; import com.hz.core.BundleContext; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; im...
[ "891393221@qq.com" ]
891393221@qq.com
f8b5dd1be126619e92c9024eb80f502184bf106a
09b9ef9f4d622d8c4aedb82be4d520f92a683d0f
/net.sf.anathema.view.valuelist/src/net/sf/anathema/view/valuelist/UpdateRunnable.java
0ecb1b02befa7064443085648b93bf48b7a1d2c7
[]
no_license
anathema/anathema-rcp
a10491b7b3eae5d6cce2c7eb480110f741a86dd4
558a47659a96a7065ab703d43740a353b43e96de
refs/heads/master
2020-02-26T14:50:50.304707
2009-10-20T11:12:27
2009-10-20T11:12:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
690
java
package net.sf.anathema.view.valuelist; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import net.sf.anathema.lib.ui.IUpdatable; public final class UpdateRunnable implements Runnable { private List<IUpdatable> allUpdateable = new ArrayList<IUpdatable>(); public UpdateRunn...
[ "sandra.sieroux@googlemail.com" ]
sandra.sieroux@googlemail.com
39d1e48b4aed81a77d4cab66ec41bdef262e7806
47f8932482882af4ccd06262c7b33eb938935245
/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/src/main/java/org/opencb/opencga/storage/hadoop/variant/index/IndexUtils.java
d3016d51db47c7f5d7d2645bed5c65e81431874c
[ "Apache-2.0" ]
permissive
drfranknlee/opencga
8eae1f3bce04997bbde61e17a2a8bab95e22b480
2798031b3e0f9ba849054c9f95fbcc80c18863eb
refs/heads/master
2023-08-24T07:43:28.947806
2021-09-30T02:31:03
2021-09-30T02:31:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,560
java
package org.opencb.opencga.storage.hadoop.variant.index; import org.apache.commons.lang3.StringUtils; import org.apache.hadoop.hbase.util.Bytes; import org.apache.phoenix.schema.types.PUnsignedInt; import org.opencb.opencga.storage.core.variant.adaptors.VariantQueryException; import org.opencb.opencga.storage.hadoop.v...
[ "jacobo167@gmail.com" ]
jacobo167@gmail.com
a536f678fa8760242cc04035eb3147199dd468b1
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes10.dex_source_from_JADX/com/facebook/instantshopping/view/widget/media/TiltToPanPlugin.java
a98ffa068306e22f857ad8b23fa79837fe4d5fb8
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
3,417
java
package com.facebook.instantshopping.view.widget.media; import android.animation.Animator; import android.animation.Animator.AnimatorListener; import android.graphics.Point; import android.graphics.Rect; import android.net.Uri; import android.view.Display; import android.view.WindowManager; import com.facebook.common....
[ "son.pham@jmango360.com" ]
son.pham@jmango360.com
ecb744c59cd71dfe7cbc429826055dc666fdc79b
4277f4cf6dbace9c7743d1cd280e61789f6f96a1
/java/com/polis/gameserver/model/zone/type/L2LandingZone.java
3a5a4d796acec4c6069fe55957cc06e6a4d23309
[]
no_license
polis77/polis_server_h5
cad220828de29e5b5a2267e2870095145d56179d
7e8789baa7255065962b5fdaa1aa7f379d74ff84
refs/heads/master
2021-01-23T21:53:34.935991
2017-02-25T07:35:03
2017-02-25T07:35:03
83,112,850
0
0
null
null
null
null
UTF-8
Java
false
false
1,379
java
/* * Copyright (C) 2004-2014 L2J Server * * This file is part of L2J Server. * * L2J Server 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 ...
[ "policelazo@gmail.com" ]
policelazo@gmail.com
a99b470c283843ab024b66336243d01c9807a9ab
1031a2b073b83fe665ebda716e9a8b97378f6bcf
/ch11/src/sec15/SimpleDateFormatExample.java
d4acbad4774dd8bfcb2dfdd65f6c051522c5e637
[]
no_license
nya49/Java-Lecture
7f0cc70c9ec140e97f8823f60c9491bf76c4560d
90777656f6acdc97ece34be9aaeb294fb096fd24
refs/heads/master
2020-04-28T19:51:11.734155
2019-05-30T07:35:58
2019-05-30T07:35:58
175,524,428
0
0
null
null
null
null
UTF-8
Java
false
false
760
java
package sec15; import java.text.SimpleDateFormat; import java.util.Date; public class SimpleDateFormatExample { public static void main(String[] args) { Date now = new Date(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); System.out.println(sdf.format(now)); sdf = new SimpleDateFormat("yy...
[ "nya49@naver.com" ]
nya49@naver.com
581987b85e45522bbb09202e91cab7088196021e
5a0bfac7ad00c079fe8e0bdf1482f4271c46eeab
/app/src/main/wechat6.5.3/ct/cc.java
b558ea36d1d19ef52cb22956eade768ae2de3e5a
[]
no_license
newtonker/wechat6.5.3
8af53a870a752bb9e3c92ec92a63c1252cb81c10
637a69732afa3a936afc9f4679994b79a9222680
refs/heads/master
2020-04-16T03:32:32.230996
2017-06-15T09:54:10
2017-06-15T09:54:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,815
java
package ct; import android.os.Handler; import android.os.Message; import android.os.SystemClock; import android.util.Pair; import com.tencent.map.geolocation.internal.TencentLogImpl; import com.tencent.mmdb.database.SQLiteDatabase; import com.tencent.tencentmap.lbssdk.service.e; import java.io.ByteArrayOutputStream; i...
[ "zhangxhbeta@gmail.com" ]
zhangxhbeta@gmail.com
2dd3c18f6173d08462be478326a5a22600ee466a
95e1ddd7adc76bd08249d784cf346e9b8cddcc9f
/3.JavaMultithreading/src/com/javarush/task/task29/task2909/human/Human.java
a896a018dd75822cf46860bae64dd03284f36c19
[]
no_license
script972/JavaRush
2f7190e1ce20826bfab6045aee23c6b9e36d3a72
225b5802bd2116f41e2e1ccc57c7427b05ef9a07
refs/heads/master
2021-01-19T18:32:38.809418
2017-10-07T21:44:26
2017-10-07T21:44:26
78,306,557
0
0
null
null
null
null
UTF-8
Java
false
false
2,107
java
package com.javarush.task.task29.task2909.human; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class Human implements Alive { private static int nextId = 0; private int id; protected int age; protected String name; private List<Human> children = new Array...
[ "script972@gmail.com" ]
script972@gmail.com
b3389c889f6973c4b97eeaa30758e743ac8e4a2f
2b9cc2c6ddd3540b4b2276fccac23c28d37e5c06
/src/main/java/com/microwise/msp/hardware/service/impl/DeviceServiceImpl.java
a3e458726e2bbee02952309fbf193cb117842178
[]
no_license
algsun/blueplanet-daemon
864e5af9477d8e69ffa742deb3bbe141711d30a6
318c790e0eb7753b6ce8b3ba3cd41c539fe7746c
refs/heads/master
2020-03-15T19:47:44.247689
2018-05-31T07:25:02
2018-05-31T07:25:02
132,317,533
0
0
null
null
null
null
UTF-8
Java
false
false
2,772
java
package com.microwise.msp.hardware.service.impl; import com.microwise.msp.hardware.businessbean.DeviceBean; import com.microwise.msp.hardware.cache.AppCache; import com.microwise.msp.hardware.dao.BaseDao; import com.microwise.msp.hardware.dao.DeviceDao; import com.microwise.msp.hardware.service.DeviceService; import c...
[ "algtrue@163.com" ]
algtrue@163.com
d6f36c1305ef273a3ef27be6849a59a381c18aea
69780b0a780339c4846f0fed9b8920451688353c
/CrazyBird/src/com/Bird/Crazy/Crazybird/Bird.java
4fa39e94a845dc2841abcdde0fcc00650ab9f3f0
[]
no_license
tsoglani/Crazy_Bird
8d9b8fb31ea9fb1ad91c67a71150d5e0b6f84ffe
d2c8b0922cf49c34cd254c4d827e3988d12a834a
refs/heads/master
2020-04-06T07:02:50.030886
2016-09-07T19:41:02
2016-09-07T19:41:02
63,444,635
0
0
null
null
null
null
UTF-8
Java
false
false
5,397
java
package com.Bird.Crazy.Crazybird; import android.graphics.Canvas; import android.graphics.Rect; import android.view.ViewGroup; public class Bird extends ViewGroup implements Runnable { private int posY, posX; private boolean goingDown = true; private GameActivity context; public static final int startingPosit...
[ "mrtsoglanakos@hotmail.com" ]
mrtsoglanakos@hotmail.com
c02bd4316990ce7a37a231e95d3da13607507c80
22671c118b4917f838124336e488d66ea8b57fb5
/app/src/main/java/megvii/testfacepass/beans/LingShiSubject.java
c475987ecaecc633a59ea66b413b18d362ea8773
[]
no_license
yoyo89757001/xinshuangpingji
03ee2482d80e014c0fb2744e9bb401eb5eb1b360
4c5edf03498b6d26f78e87421a16e899e03e6ac3
refs/heads/master
2020-03-29T02:25:50.864540
2018-10-11T13:33:24
2018-10-11T13:33:24
149,436,125
1
0
null
null
null
null
UTF-8
Java
false
false
4,570
java
package megvii.testfacepass.beans; public class LingShiSubject { private long id; private String sid; private String name;// 姓名 private String companyId; // 公司ID private String companyName; // 公司名称 private String workNumber; // 工号 private String sex; // 性别 private String phone;// 手机号 ...
[ "332663557@qq.com" ]
332663557@qq.com
c856c05b1ff5566178799f785b3daf8b26ad3a46
e09d79b030cf788a8131bd38d5e8138ec469a903
/examples/example.java2graph/src/javamm/SuperMethodInvocation.java
ac2edc5dfb62b5590016c2a815aeb5e9336e67e5
[]
no_license
anatlyzer/a2l
3c28b71804c1bdd5c378a7cf85e9a04498d8869a
74f2c3ca81e45233a44461e95a4898ba1f237983
refs/heads/master
2021-01-16T04:34:21.940706
2020-02-25T23:35:00
2020-02-25T23:35:00
242,977,197
0
0
null
null
null
null
UTF-8
Java
false
false
2,936
java
package javamm; import blackboard.IdentifiableElement; import java.io.Serializable; @SuppressWarnings("serial")public class SuperMethodInvocation implements Serializable, IdentifiableElement, ISuperMethodInvocation, javamm.IAbstractTypeQualifiedExpression, javamm.IAbstractMethodInvocation { String id, trgId, modelNa...
[ "jesus.sanchez.cuadrado@gmail.com" ]
jesus.sanchez.cuadrado@gmail.com
ec4120ab38ae20f918078a43d0b4c32297137e6b
06780aeb787b2dd60e6872631b9dfea4c846545d
/KalturaClient/src/main/java/com/kaltura/client/types/ImageFlavorParams.java
7094778fe0f64db3af0e27bbd7843bb1b676d559
[]
no_license
fossabot/KalturaGeneratedAPIClientsAndroid
e74d31a9c86ca06f63cd5107bf3bda5fc4763a92
ad556110aebe9bebde7b5bf41d5a6332ba9033b8
refs/heads/master
2020-05-30T07:01:09.265490
2019-05-31T12:42:51
2019-05-31T12:42:51
189,592,106
0
0
null
2019-05-31T12:42:46
2019-05-31T12:42:45
null
UTF-8
Java
false
false
5,591
java
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
[ "community@kaltura.com" ]
community@kaltura.com
2e63075f23ef6350ef0160d83a0ffd2e633ff7b0
62588c60809ea3268f5bead7c5335ce7fb562a40
/java/ec3/common/tile/TileColdDistillator.java
9a89a452894c74db1de3714eb8be3c6e258036ca
[]
no_license
DarkxElocius/EssentialCraft3
1d163881441ee2e37d7b9ba4427b6588363fd89d
3fd25a97cd271d0102ce59ff492a74a30323b87c
refs/heads/master
2021-01-17T23:32:34.082390
2015-05-16T20:11:20
2015-05-16T20:11:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,508
java
package ec3.common.tile; import java.util.List; import DummyCore.Utils.DataStorage; import DummyCore.Utils.DummyData; import net.minecraft.block.Block; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.Blocks; import net.minecraft.potion.Potion; i...
[ "Modbder@gmail.com" ]
Modbder@gmail.com
19452e33af61a11045cc5b71ae75a3d3ede2548b
74a9a90ee7064a1da77e1831f12f0485df0ed5a8
/src/NowCoder/Hard/exercise/No_code56.java
f7d489fd0518fbe18f7822fadc9b71afaa005603
[]
no_license
Lemon-362/NowCoder
4191e83bc8d8f6a973e46a7537c43fa453f7477a
979fa190c2a06a0e84159646df21d2f2193deff2
refs/heads/master
2022-12-04T10:48:09.092038
2020-08-17T09:19:46
2020-08-17T09:19:46
261,641,899
0
0
null
null
null
null
UTF-8
Java
false
false
1,698
java
package NowCoder.Hard.exercise; public class No_code56 { public static class Node { private int value; private Node next; public Node(int value) { this.value = value; } } public static Node deleteDuplication(Node head) { if (head == null) { ...
[ "18362086897@sina.cn" ]
18362086897@sina.cn
00a156950efd6a6ed1375e56706ccf643972f298
8782061b1e1223488a090f9f3f3b8dfe489e054a
/storeMongoDB/projects/ABCD/AOKP_packages_providers_ContactsProvider/test/23Test.java
dd0b3bffe95bf4b1d04aae4a0254a8a8f3599272
[]
no_license
ryosuke-ku/TCS_init
3cb79a46aa217e62d8fff13d600f2a9583df986c
e1207d68bdc9d2f1eed63ef44a672b5a37b45633
refs/heads/master
2020-08-08T18:40:17.929911
2019-10-18T01:06:32
2019-10-18T01:06:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,488
java
public void testStatusUpdateInsert() { long rawContactId = RawContactUtil.createRawContact(mResolver); Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); long dataId = ContentUris.parseId(imUri); ContentValues values = new ContentValues(); values.p...
[ "naist1020@gmail.com" ]
naist1020@gmail.com
4b7e5b9311eaf118d7271bcbdb5ec87b4e695f5a
6581fdf98dfd0368429bf840084a2a3b3d0595fb
/src/main/java/nl/knaw/dans/dccd/web/datapanels/LinkSeriesPanel.java
7b02192cfb186d1b5f91c1510ad44c6fced45978
[ "Apache-2.0" ]
permissive
DANS-KNAW/dccd-webui
3708d6c898add557fa0bf4c24ab015ae4183f6f5
e7ae645742164b6f5f4dbd0da7f3b390031afa7b
refs/heads/master
2020-05-27T21:42:48.319279
2018-10-01T13:28:08
2018-10-01T13:28:08
37,195,019
0
2
Apache-2.0
2018-10-01T13:28:09
2015-06-10T12:11:40
Java
UTF-8
Java
false
false
3,536
java
/******************************************************************************* * Copyright 2015 DANS - Data Archiving and Networked Services * * 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 Licen...
[ "jan.van.mansum@dans.knaw.nl" ]
jan.van.mansum@dans.knaw.nl
b25dcbd49053f78f2343cd75d4b6924c10ab78a9
4f60b217ff46cd69aea6567a4d21a5e74cd384bb
/plugin/core/src/com/perl5/lang/perl/idea/annotators/PerlCriticErrorDescriptor.java
a4f7d341a5c6412fb7b25d37312e14e393c95299
[ "Apache-2.0" ]
permissive
barusanov/Perl5-IDEA
39f642d24f2aa60fb37eb7bb58156db6f476602f
445078d27b4a237b75c0978820c8ea9df491e9a9
refs/heads/master
2020-08-08T17:41:10.016892
2019-10-04T10:54:44
2019-10-04T10:54:44
213,879,711
0
0
NOASSERTION
2019-10-09T09:44:45
2019-10-09T09:44:43
null
UTF-8
Java
false
false
1,925
java
/* * Copyright 2015-2019 Alexandr Evstigneev * * 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 a...
[ "hurricup@gmail.com" ]
hurricup@gmail.com
ae94ffdc7ff72b2e55532fefa50142218d098552
83d56024094d15f64e07650dd2b606a38d7ec5f1
/sicc_druida/fuentes/java/SegDeptoEmpreConectorCreate.java
d207a7df17a3406812817444041c24f6a923b7a4
[]
no_license
cdiglesias/SICC
bdeba6af8f49e8d038ef30b61fcc6371c1083840
72fedb14a03cb4a77f62885bec3226dbbed6a5bb
refs/heads/master
2021-01-19T19:45:14.788800
2016-04-07T16:20:51
2016-04-07T16:20:51
null
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
1,922
java
import org.w3c.dom.*; import java.util.ArrayList; public class SegDeptoEmpreConectorCreate implements es.indra.druida.base.ObjetoXML { private ArrayList v = new ArrayList(); public Element getXML (Document doc){ getXML0(doc); return (Element)v.get(0); } /* Primer n...
[ "hp.vega@hotmail.com" ]
hp.vega@hotmail.com