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
1af87f210d86b9f61c407beef9b9c8f56414c94b
4a628f90448b092ceed8635e7e328896f44e0501
/server/src/main/java/org/elasticsearch/search/aggregations/metrics/max/MaxAggregatorFactory.java
a9d1b9c37b7be8b8a07974b08eae08d254ed1bd6
[ "Apache-2.0" ]
permissive
jprante/elasticsearch-server
5417fd3a18518f7284a1927aca3932f79f7c8ca0
c84cbbdb06105bd2683a349de320d8d6e4d0b9cf
refs/heads/master
2023-08-14T18:39:50.325513
2019-02-10T18:12:50
2019-02-10T18:12:50
6,097,759
6
13
null
null
null
null
UTF-8
Java
false
false
2,680
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...
[ "joergprante@gmail.com" ]
joergprante@gmail.com
0a778200bc9fb3644f43cb96c4341fe204ff1679
d885150d7b6a1267cca2c7af7e7ea8f3233e94ba
/src/main/java/com/zslin/wx/paytools/PayHttpTools.java
75c2742b8199a947e0cf9037eee994e1a6b71bb7
[]
no_license
zsl131/hlx
029f23bfb6868f7bee2cfb3ee78cb0341567094c
2aaf1a8b80f1d4592f1aff78f23a24fed274b4ba
refs/heads/master
2023-04-18T00:50:04.105611
2022-10-16T03:17:50
2022-10-16T03:17:50
83,254,725
1
1
null
2023-03-27T22:23:29
2017-02-27T01:17:01
JavaScript
UTF-8
Java
false
false
2,623
java
package com.zslin.wx.paytools; import com.zslin.wx.tools.WeixinUtil; import org.json.JSONObject; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.NodeList;...
[ "398986099@qq.com" ]
398986099@qq.com
8083b5b17cdc9b841f6d228ce5f4cb8445f34011
d3e12da1c9bde98c0dbeeaa07ca08650fd421e64
/src/com/star72/cmsmain/cms/dao/assist/CmsAcquisitionTempDao.java
7ea2c3f308fb11ffc7c71792a0dcc5a54c4b0ca2
[]
no_license
nextflower/star72
6117e695664cdca6d27cb0aee69ddc0e75b8bdda
add264b1e3fba536fdd52f5001abc4cf3d68c697
refs/heads/master
2021-01-23T19:47:01.014843
2015-05-18T11:31:01
2015-05-18T11:31:01
27,357,450
0
0
null
null
null
null
UTF-8
Java
false
false
631
java
package com.star72.cmsmain.cms.dao.assist; import java.util.List; import com.star72.cmsmain.cms.entity.assist.CmsAcquisitionTemp; import com.star72.cmsmain.common.hibernate3.Updater; public interface CmsAcquisitionTempDao { public List<CmsAcquisitionTemp> getList(Integer siteId); public CmsAcquisitionTemp findByI...
[ "dv3333@163.com" ]
dv3333@163.com
caba6215dd45e3968866b8dadfd5153ec5faf92b
24d282171fc5f682136e13515fb4ec980f7ee5ca
/java/src/homework/day2/Test2.java
69bad157296f747f8ba870a1a8073567f03acfe6
[]
no_license
yexiu728/mingwan
0c0075ff2479a95830da083c51e547935e98d3b6
85eebcb28dbf5fbad7cd81f2e1bb42afea3f19fc
refs/heads/master
2021-01-07T19:40:10.245612
2020-02-20T05:24:35
2020-02-20T05:24:35
241,800,503
0
0
null
null
null
null
UTF-8
Java
false
false
433
java
package homework.day2; public class Test2 { public static void main(String[] args) { byte b1 = 10; byte b2 = 20; int b3 = b1 + b2; System.out.println("byte类型b1和b2的和为:"); System.out.println(b3); short s1 = 1000; short s2 = 2000; int s3 = s1 + s2; ...
[ "728550528@qq.com" ]
728550528@qq.com
00ec0a05d8e40237f312d80a6c361efe78b92c6f
2a654fd308c3ec47a54b9652dcd24b75dd335975
/src/main/java/ru/bjcreslin/domain/Task.java
4efb9e5e2e7d2d57adc22eb1724f77ef44ea0afe
[]
no_license
BJCreslin/Home-for-your-projects
74b54205477f2b661e7f0e17eecf5a3b71fb1f20
1d46355541b4cec5478be603523456890e3d62fe
refs/heads/main
2023-03-30T21:50:19.134842
2021-04-05T12:55:14
2021-04-05T12:55:14
352,530,707
0
0
null
2021-03-29T06:23:14
2021-03-29T05:51:30
Java
UTF-8
Java
false
false
5,910
java
package ru.bjcreslin.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import java.io.Serializable; import java.time.ZonedDateTime; import java.util.HashSet; import java.util.Set; import javax.persistence.*; import javax.validation.constraints.*; import ru.bjcreslin.domain.enumeration.TaskAndProjec...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
a547b8103320e2b6f08f938056440966569ac15b
67a1248d981248ac9c00861ecc76d822fc637312
/modules/FiltersImpl/src/main/java/org/gephi/filters/FilterAutoRefreshor.java
a410dcc0f44ceaf67a5d1647a567d346352ed278
[ "Apache-2.0", "CDDL-1.0", "GPL-3.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-free-unknown" ]
permissive
LiXiaoRan/Gephi_improved
186d229e14dfa83caaa3b3c12a7caa832b8107ee
c9d7ca0c9ac00b2519d1b3837ccc732b1cfe33bb
refs/heads/master
2022-09-21T19:12:39.263426
2019-07-01T08:49:13
2019-07-01T08:49:13
174,827,977
0
0
Apache-2.0
2022-09-08T00:59:36
2019-03-10T13:33:43
Java
UTF-8
Java
false
false
3,832
java
/* Copyright 2008-2010 Gephi Authors : Mathieu Bastian <mathieu.bastian@gephi.org> Website : http://www.gephi.org This file is part of Gephi. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright 2011 Gephi Consortium. All rights reserved. The contents of this file are subject to the terms of either th...
[ "997843911@qq.com" ]
997843911@qq.com
b02e5704a11e06de8fe6e31ba31fca46a290064d
8e9dc2fcfa71f26bed31d36980da94ab3422159b
/src/main/java/com/lsj/springboot/creational/factory/FactoryMethod/CarFactory.java
1550969aa894115cf3444a412057e8de172be892
[]
no_license
enterpriseih/DesignMode
b08a9226a720092d9c5351adce1e5b3c8c7e2b3e
8891e1411115a8345bc3f575f5ad2007a7a20d8c
refs/heads/master
2023-08-20T17:47:39.503804
2020-11-08T12:39:44
2020-11-08T12:39:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
168
java
package com.lsj.springboot.creational.factory.FactoryMethod; /** * Created by 10326 on 2019/4/16. */ public interface CarFactory { public Car newInstance(); }
[ "yuanshuaif@yonyou.com" ]
yuanshuaif@yonyou.com
eb1076566916ab4fdd8fe8295b9d23300a2dcc64
f72ef8fc9d2c78bab604e96186cbaf218c631d44
/mat/src/main/java/mat/client/shared/HasVisible.java
bbc8e127fd50c31d9786534234e595a3562a3bf7
[ "LicenseRef-scancode-free-unknown", "CC0-1.0", "Apache-2.0" ]
permissive
MeasureAuthoringTool/MeasureAuthoringTool_LatestSprint
77d2047405d55d8b1466b17f57bca1a6c9b6d74d
71bf83060239e1c6e99a041c43b351e7ed6b4815
refs/heads/master
2021-01-25T15:56:22.149610
2019-12-10T17:13:34
2019-12-10T17:13:34
14,151,459
7
6
Apache-2.0
2019-12-10T17:13:36
2013-11-05T19:24:31
JavaScript
UTF-8
Java
false
false
332
java
package mat.client.shared; /** * The Interface HasVisible. */ public interface HasVisible { /** * Checks if is visible. * * @return true, if is visible */ public boolean isVisible(); /** * Sets the visible. * * @param visible * the new visible */ public void setVisible(boolean ...
[ "support@emeasuretool.org" ]
support@emeasuretool.org
4ae3bfe6271c51e39312f375c8e938d562326940
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/training/org/apache/camel/impl/EndpointRegistryKeepRouteEndpointsRemoteRouteSharedEndpointTest.java
5a2693c70f68ebd28103a7f9984f32587d20bbe5
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
3,410
java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
235a69b90a558130a9678dc4012ca916382cc904
1f9cf0f447d2e58ccbe8cebd81e8f6b400c438e4
/ruoyi-generator/src/main/java/com/ruoyi/generator/util/GenUtils.java
afedc06fdff4398b9ff662bdc8f4cdb50ae7077c
[ "MIT" ]
permissive
dc13185/whcm-report
2a11d5138901085b65c8e52f61c481549c665b48
873056beda394bd1069b349043502dcf42a8c891
refs/heads/master
2022-09-15T08:53:29.896631
2019-09-30T06:53:00
2019-09-30T06:53:00
178,125,560
5
2
MIT
2022-09-01T23:04:43
2019-03-28T04:20:47
Java
UTF-8
Java
false
false
8,225
java
package com.ruoyi.generator.util; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.velocity.VelocityContext; import com.ruoyi.common.constant.Constants; import com.ruoyi.common.utils.DateUtils; import com.ruoyi.common.utils.StringUtils; impo...
[ "yzz_ivy@163.com" ]
yzz_ivy@163.com
678913091d7e995a11966513ed3c7e8258f6b21e
60bbfb8268f72a18ab873913f451ba3f4f719275
/src/public/nc/vo/xccb/costelement/CostelementBVO.java
5f44569e9dbfe6bd811515b991784de5e7deade9
[]
no_license
menglingrui/xccb
3287b6cc48f7e37734bf2914e48578bc561017dc
61f3bd78328993fa915aa97b2bb10ff9c0244a9f
refs/heads/master
2021-03-13T00:03:03.187593
2014-09-07T06:19:01
2014-09-07T06:19:01
23,138,399
0
1
null
null
null
null
GB18030
Java
false
false
3,444
java
package nc.vo.xccb.costelement; import nc.vo.zmpub.pub.bill.BaseVO; /** 成本要素定义-数据来源过滤表 * 创建日期:2012-12-11 09:18:57 * @author Administrator * @version NCPrj 1.0 */ @SuppressWarnings("serial") public class CostelementBVO extends BaseVO { private String pk_costelement;//主表主键 private String pk...
[ "menlging.rui@163.com" ]
menlging.rui@163.com
231cd626e091825d503fa28db3dfea8fecae4bc5
992308f24ede2aa8b3a82fd97e275707f030f641
/src/chapter10/Demo7.java
08b69c3a651157e8fa7d2a0573a6b0c32a62c79f
[]
no_license
hustxiaolian/ThinkingInJava
011a2ffab8f7c1f27dd9dd800c6091ded70d55d6
3019fa64c8ff94e2510e7e7b518d4ef077b18430
refs/heads/master
2020-03-20T18:19:21.556916
2018-07-24T13:21:52
2018-07-24T13:21:52
137,582,689
0
0
null
null
null
null
UTF-8
Java
false
false
468
java
package chapter10; public class Demo7 { public static void main(String[] args) { // TODO Auto-generated method stub new E7().f2(); } } class E7{ private String s = "x"; private void f() { System.out.println(s); } public void f2() { f(); Inner i = new Inner(); i.innerf(); i...
[ "2504033134@qq.com" ]
2504033134@qq.com
c46f638406d9c5f3bed5d604d72eeb27f620d905
f28d1b8398af9ac3889173b72153946f9baf8e6e
/mafs-core-services/src/main/java/com/mikealbert/service/WebsiteUserService.java
09f561300229d8778af895710e88daf649cdd07c
[]
no_license
rajnishkg/Java_study
ab76f81bd2ce5e33b7e3056c1821cb0d543881ee
1f5b88fa0bafb5f30f035c7f1d024edbef90f0e4
refs/heads/master
2021-10-08T22:33:34.195637
2018-12-18T14:17:31
2018-12-18T14:17:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
849
java
package com.mikealbert.service; import java.util.List; import com.mikealbert.data.entity.ExternalAccountPK; import com.mikealbert.data.entity.WebsiteUser; import com.mikealbert.data.entity.WebsiteUserAssociation; import com.mikealbert.data.vo.WebsiteUserAssociationVO; public interface WebsiteUserService { public ...
[ "amritrajsingh13@gmail.com" ]
amritrajsingh13@gmail.com
a8f0d7006f843314744f9283debc3af79c54f619
f2fc99363e1c3ca61aa0e18cdacfd91f95642fb5
/java-core/jdk/src/main/java/jvm/applet/gl/ControlPanel.java
0bb9c13fdbe62d24021403aabb64dcd2c43aed30
[ "Apache-2.0" ]
permissive
zeroro88/pinenut
3faf22ac3d4902d4539431ac8c9f4b0e8598dfc7
65300af11ac1ce4431df64e24f3fc0fd71b7742a
refs/heads/master
2021-01-15T23:21:23.103042
2017-07-20T02:12:05
2017-07-20T02:12:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,793
java
package jvm.applet.gl;/* * Copyright (c) 1996-1999 Bill Venners. All Rights Reserved. * * This Java source file is part of the Interactive Illustrations Web * Site, which is delivered in the applets directory of the CD-ROM * that accompanies the book "Inside the Java 2 Virtual Machine" by Bill * Venners, published by M...
[ "why.DK37@gmail.com" ]
why.DK37@gmail.com
e4aecec53dd9db98c3a7cadf8316ceffbd12d26c
92bea743c7c4317aa4d75e6f8c0f9dd1bed6e652
/src/test/java/com/alibaba/json/bvt/bug/Bug_for_xujin.java
58cf7e859f3c37ad90bbfcd50ebf04b142d80a04
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
ziqin/fastjson
89e4361d7923ec242e9817c7d8456a6363c7b05c
5bdc3592655c6850eb59f89b09a7dbd19ed1ca75
refs/heads/master
2022-09-06T12:09:07.941718
2020-06-01T05:51:57
2020-06-01T05:53:36
254,939,238
3
0
Apache-2.0
2020-04-13T13:10:24
2020-04-11T19:23:43
null
UTF-8
Java
false
false
3,000
java
package com.alibaba.json.bvt.bug; import com.alibaba.fastjson.JSON; import junit.framework.TestCase; import java.io.Serializable; /** * Created by wenshao on 09/02/2017. */ public class Bug_for_xujin extends TestCase { public void test_for_xujin() throws Exception { String jsonText="{\"module\":{\"audi...
[ "szujobs@hotmail.com" ]
szujobs@hotmail.com
23e769425fdfd0ffb044b2c4377698c732bea6c7
bbcc7f5cf31134d67d5eb20da3ccea1ef2b1d7ec
/killrvideo-dse/src/main/java/com/killrvideo/dse/model/UserCredentials.java
289b7b0641dc65c8c247f9015020df7994b4309d
[ "Apache-2.0" ]
permissive
sudheer307/killrvideo-java-v2
79bfda67d117f3477dc27d79b655a8947b28a825
27bc35be8f8e526ba51055d486271316874ddceb
refs/heads/master
2020-04-13T10:21:21.484552
2018-08-10T13:24:12
2018-08-10T13:24:12
163,137,428
0
0
null
null
null
null
UTF-8
Java
false
false
2,581
java
package com.killrvideo.dse.model; import java.io.Serializable; import java.util.UUID; import javax.validation.constraints.NotNull; import org.hibernate.validator.constraints.Length; import com.datastax.driver.mapping.annotations.Column; import com.datastax.driver.mapping.annotations.PartitionKey; import com.datasta...
[ "cedrick.lunven@gmail.com" ]
cedrick.lunven@gmail.com
2cd3af5ffdc6e34b50aea30e3cd6c3e28dc26ead
0f4d0df8e061397f76e149ceaa188ea85fbcbe7b
/springboot/src/main/java/com/github/thushear/springboot/async/AsyncTask.java
1646f6e6fbd0dd60d4898c760f3e4297d80bb8fc
[]
no_license
thushear/ArchitectureOfJava
7910dca50eb101651ac07643909b490eaab59364
2a44a3da0cefc268124bfbefc1ab525057ecd224
refs/heads/master
2022-12-14T17:24:18.075519
2019-08-07T08:51:46
2019-08-07T08:51:46
69,248,963
0
1
null
2022-12-06T00:38:49
2016-09-26T12:44:03
Java
UTF-8
Java
false
false
1,401
java
package com.github.thushear.springboot.async; import org.springframework.scheduling.annotation.Async; import org.springframework.scheduling.annotation.AsyncResult; import org.springframework.stereotype.Component; import java.util.concurrent.Future; /** * <pre> * Created: 2018年03月12日 下午 14:57 * Version: 1.0 * Pr...
[ "kongming@jd.com" ]
kongming@jd.com
6e9026ddd5415b5127d6d213e5fbd3f40f8d7421
2f0905644ee7282dab0c5a9f2ea11aa1c96d50b1
/app/src/main/java/com/bozhengjianshe/shenghuobang/view/adviewpager/ScaleImageView.java
d5ca9c4519ec94eef0c2005071f22c25f0afb164
[]
no_license
chenzhiwei152/LifeHelp
b9ad701d9ced896ba71da41b1afde8a207ecfb26
4fa8672bd0df2bb8c81c9fa1aeaaf6bb8fbcd653
refs/heads/master
2021-09-15T02:51:02.183118
2018-05-24T12:55:20
2018-05-24T12:55:20
107,953,145
0
0
null
null
null
null
UTF-8
Java
false
false
4,173
java
package com.bozhengjianshe.shenghuobang.view.adviewpager; import android.content.Context; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.widget.ImageView; import android.widget.RelativeLayout; /** * * This view will auto determine the wid...
[ "chen.zhiwei@jyall.com" ]
chen.zhiwei@jyall.com
2567ebce6809e96d54dd57d1d1a6dc0ea605d021
941cb164c35d531de510e4aa95872711d3405e39
/app/src/main/java/sinia/com/baihangeducation/mine/view/IUpdateVersionView.java
c83e5e04d7b83ddacb9553fa6b545940f12fdeb4
[]
no_license
lenka123123/jy
f81220d6f80cca4fde5872b4e3cb992abb5171b8
2a2fc5d675ec01fd45a3950f1adeb9bcea081c7a
refs/heads/master
2020-03-28T00:50:19.854060
2018-11-30T06:15:47
2018-11-30T06:15:47
147,453,961
1
0
null
null
null
null
UTF-8
Java
false
false
273
java
package sinia.com.baihangeducation.mine.view; import com.mcxtzhang.swipemenulib.info.bean.VersionInfo; /** * Created by gaoy on 2016/10/26. */ public interface IUpdateVersionView { void showForceUpdate(VersionInfo data); void showUpdate(VersionInfo data); }
[ "13902276741@163.com" ]
13902276741@163.com
1cd301b3f055d3176566c343e687a64bd2db5aa1
789fc45d8d3fd3a61650eda55b1a359ec44612d4
/o2o-intf/src/main/java/com/ihomefnt/o2o/intf/domain/product/doo/ProductInfomation.java
45ce94b9d43b3aa46b718211e3a85a1d258f92f5
[]
no_license
huayunlei/myboot-o2o
99020673f5ce72d180088ef0d9171e7b267250da
73fdca9e39929290f4fc28b9653460cb27f89c19
refs/heads/master
2023-01-01T08:57:05.021700
2020-10-21T14:58:44
2020-10-21T14:58:44
306,057,891
0
2
null
null
null
null
UTF-8
Java
false
false
879
java
package com.ihomefnt.o2o.intf.domain.product.doo; import lombok.Data; /** * Created by shirely_geng on 15-1-18. */ @Data public class ProductInfomation { /** 主鍵 */ private Long productId; private String name; private String pictureUrlOriginal; private double priceCurrent; private double priceMa...
[ "836774171@qq.com" ]
836774171@qq.com
2aa25c9b1a993d0e220730c9f2f41c5929107178
b7567a8d88592a24887a25714186fcb3bc54f4d9
/plugin/src/net/groboclown/idea/p4ic/util/EqualUtil.java
eba69cf33aabb6a58f00b155613b038672a7ffd2
[ "Apache-2.0" ]
permissive
ccarapencea/p4ic4idea
f648373fe60250323b51e2e016ec167edb1f85dd
eea7b4512c767d91bb5fb8276022a928193d5171
refs/heads/master
2020-04-06T05:48:06.593489
2017-02-20T19:15:41
2017-02-20T19:15:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,133
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...
[ "matt@groboclown.net" ]
matt@groboclown.net
aa614c62214612151f8959d34a589a86f73c3801
53a6c6c64e962bd1e576c39ade0b033f1930e228
/modules/tools/mdm-android-agent-archetype/src/main/resources/archetype-resources/src/main/java/org/wso2/mdm/agent/beans/Battery.java
808d255e80d1e5ac0b200109c6f3795e0169fa8b
[ "Apache-2.0" ]
permissive
ramindu90/product-iots
6cbba6e47cf76cd72ce2bad14e6f6b2c42d3a557
cacd5bf5ae8c00aec650c2baf657c3a02c22c1bc
refs/heads/master
2020-12-28T23:46:47.138578
2016-05-11T11:26:40
2016-05-11T11:26:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,242
java
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
[ "charitha.ws@gmail.com" ]
charitha.ws@gmail.com
eed6d2d598a147a771efd140a1a254c4a6df5ada
2f9a3fc0e60371a2af624b3b91f8caeaac9f83f4
/exercises/week8/exercise5/src/main/java/academy/everyonecodes/NeverTooLateApplication.java
4b69610763da6d72d000672014b7e6793562ea5c
[]
no_license
Alex3m/springboot-module
49c1f08b6179286b4e752a818d2bbd5762044dd4
7d29b8065e0297eecc785033d40134fb37a62367
refs/heads/master
2022-06-23T03:49:59.106614
2020-05-07T18:31:52
2020-05-07T18:31:52
246,024,872
0
0
null
null
null
null
UTF-8
Java
false
false
326
java
package academy.everyonecodes; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class NeverTooLateApplication { public static void main(String[] args) { SpringApplication.run(NeverTooLateApplication.class, args); ...
[ "apetrov8911@gmail.com" ]
apetrov8911@gmail.com
d2122e4aac0b5d6735859ecedbff6b7962680a07
7991248e6bccacd46a5673638a4e089c8ff72a79
/base/api/src/main/java/org/artifactory/api/rest/subscription/Subscription.java
ef84f9bab6a8c7353a3c46a21f1e1f63b8e83877
[]
no_license
theoriginalshaheedra/artifactory-oss
69b7f6274cb35c79db3a3cd613302de2ae019b31
415df9a9467fee9663850b4b8b4ee5bd4c23adeb
refs/heads/master
2023-04-23T15:48:36.923648
2021-05-05T06:15:24
2021-05-05T06:15:24
364,455,815
1
0
null
2021-05-05T07:11:40
2021-05-05T03:57:33
Java
UTF-8
Java
false
false
509
java
package org.artifactory.api.rest.subscription; import java.io.Serializable; import java.util.Set; /** * @author dudim */ public class Subscription implements Serializable { private Set<String> emails; public Subscription() { //for serialization } public Subscription(Set<String> emails) { ...
[ "david.monichi@gmail.com" ]
david.monichi@gmail.com
ad54e527e94f927214a1622bfc11bd3ad1a7a2c9
18f59c5325b32199b9da56ca9db2c23623be67f2
/examples/group-cdi/cdi-method-injection/src/test/java/io/rxmicro/examples/cdi/method/injection/BusinessServiceFacadeTest.java
513cdc9546ac277fe0ef2a11fcce7a0abbef5ce7
[ "Classpath-exception-2.0", "SSPL-1.0", "PostgreSQL", "GPL-2.0-only", "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
rxmicro/rxmicro-usage
87f6cc0fb38995b850eb2366c81ae57f3276fa65
57fad6d2f168dddda68c4ce38214de024c475f42
refs/heads/master
2022-12-23T17:56:41.534691
2022-12-14T17:53:12
2022-12-14T18:28:47
248,581,825
0
0
Apache-2.0
2022-12-13T11:39:41
2020-03-19T18:56:25
Java
UTF-8
Java
false
false
1,159
java
/* * Copyright (c) 2020. https://rxmicro.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
[ "rxmicro.io@gmail.com" ]
rxmicro.io@gmail.com
c8c45b0dd21b3d8099aea13cd4cb26fc30287b1f
5765c87fd41493dff2fde2a68f9dccc04c1ad2bd
/Variant Programs/4-2/1/C3063467A0.java
b0e9bb0991fc1a850febe4f53ffa7fb66a0498ef
[ "MIT" ]
permissive
hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism
42e4c2061c3f8da0dfce760e168bb9715063645f
a42ced1d5a92963207e3565860cac0946312e1b3
refs/heads/master
2020-08-09T08:10:08.888384
2019-11-25T01:14:23
2019-11-25T01:14:23
214,041,532
0
0
null
null
null
null
UTF-8
Java
false
false
314
java
public class C3063467A0 { public static void main(String[] specified) { if (specified.length < 1) { System.out.println("Error: No input file provided. Please run again with a input param."); } else { MethodsRobot broadcast = new MethodsRobot(); broadcast.play(specified); } } }
[ "hayden.cheers@me.com" ]
hayden.cheers@me.com
753e12a30e0cc1501f0499721fc259d8679074df
aca019a60cbe049afc045a6838852a56af0b065a
/src/main/java/org/randomcoders/economy/handlers/HandlerTileEntities.java
0f2a619ca8520aa107dee8e0196c34d632edf22d
[]
no_license
Funwayguy/economy_mod
c772389088cd55f301055835b99267f55d23e21a
f4827a86ac716e0bb1c94d0fcd68e2e63f8263a1
refs/heads/master
2021-01-15T21:44:47.942119
2015-01-02T03:47:25
2015-01-02T03:47:25
14,856,422
0
1
null
null
null
null
UTF-8
Java
false
false
462
java
package org.randomcoders.economy.handlers; import org.randomcoders.economy.blocks.TileEntityPostbox; import org.randomcoders.economy.blocks.TileEntityTrader; import cpw.mods.fml.common.registry.GameRegistry; public class HandlerTileEntities { public static void RegisterTileEntities() { GameRegistry.registerTileEn...
[ "FunwayguyEmail@gmail.com" ]
FunwayguyEmail@gmail.com
0468ac1bacc48f9e7c6fa88fd9d21e05191b1966
7a3c4d080c3dd9a095017258127d9e05d0d9ca60
/src/be/kuleuven/econ/cbf/ui/JAutomaticTextField.java
c29e9aada6eed8bb41e93138cef795d56f7e0138
[]
no_license
Macuyiko/cobefra
98f8a34878033e0c88912cefdb8d647485856c1c
235b7c07724e5083f72a8b295d5229d8e4a67689
refs/heads/master
2021-07-17T14:01:57.047066
2020-06-19T11:55:11
2020-06-19T11:55:11
180,631,438
2
0
null
null
null
null
UTF-8
Java
false
false
1,641
java
package be.kuleuven.econ.cbf.ui; import static be.kuleuven.econ.cbf.ui.UISettings.COLOUR_ERROR_DARK; import java.awt.Color; import javax.swing.InputVerifier; import javax.swing.JComponent; import javax.swing.JTextField; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; /** * This c...
[ "macuyiko@gmail.com" ]
macuyiko@gmail.com
4523299124be7807b0b5e3e59c6c407de3622a83
92a5d0e9f91a85bdeace182e2af425b46178e39a
/oh-my-scheduler-server/src/main/java/com/github/kfcfans/oms/server/common/SJ.java
652d437815a7313cb598c945ed18d4bee3ed77bb
[ "Apache-2.0" ]
permissive
ColaFans/OhMyScheduler
fd0f1efe9f9f2f1386ef34728fe53ea609e1ec6d
53cbe060b65df78730b2f576c27b6f143de78ffb
refs/heads/master
2022-10-13T14:22:03.678873
2020-06-09T03:00:23
2020-06-09T03:00:23
270,890,471
2
1
Apache-2.0
2020-06-09T03:06:58
2020-06-09T03:06:58
null
UTF-8
Java
false
false
343
java
package com.github.kfcfans.oms.server.common; import com.google.common.base.Joiner; import com.google.common.base.Splitter; /** * Splitter & Joiner * * @author tjq * @since 2020/5/27 */ public class SJ { public static final Splitter commaSplitter = Splitter.on(","); public static final Joiner commaJoine...
[ "tengjiqi@gmail.com" ]
tengjiqi@gmail.com
40819ca97dcb38b5afb290cfa82b949d1e2bbfbb
000a4b227d970cdc6c8db192f4437698cb782721
/plugins/lombok/lang/src/de/plushnikov/intellij/plugin/language/psi/LombokConfigOperation.java
5adaeab31bf16692151d318730e814227a20fee4
[ "Apache-2.0" ]
permissive
trinhanhngoc/intellij-community
2eb2f66a2a3a9456e7a0c5e7be1eaba03c38815d
1d4a962cfda308a73e0a7ef75186aaa4b15d1e17
refs/heads/master
2022-11-03T21:50:47.859675
2022-10-19T16:39:57
2022-10-19T23:25:35
205,765,945
1
0
Apache-2.0
2019-09-02T02:55:15
2019-09-02T02:55:15
null
UTF-8
Java
false
true
274
java
// This is a generated file. Not intended for manual editing. package de.plushnikov.intellij.plugin.language.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface LombokConfigOperation extends PsiElement { }
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
2de079420f0104f390726b4917235bbe53c25ff4
b69a092c775780b725c90e1699c12f6d4ddc3f3b
/datarouter-http-client/src/main/java/io/datarouter/httpclient/request/DatarouterHttpRequestBuilder.java
010f3402cd88785534608c0d3416935cc6b32808
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hoolatech/datarouter
a035e84e9dd5d79a5515f1015b10366a469fcb48
2ecc7e803895fbe8c5acffe875d4ddec24e7d14c
refs/heads/master
2020-04-12T00:08:08.762832
2018-12-13T00:39:58
2018-12-13T00:39:58
128,131,618
0
0
Apache-2.0
2018-12-17T21:02:20
2018-04-04T22:52:13
Java
UTF-8
Java
false
false
2,771
java
/** * Copyright © 2009 HotPads (admin@hotpads.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 required by applicabl...
[ "cbonsart@hotpads.com" ]
cbonsart@hotpads.com
a3f80f09523f3c1746d1db748bbe9a7e8e5d64fd
eab084584e34ec065cd115139c346180e651c1c2
/src/test/java/v1/t100/T134Test.java
42c0e14ac0ae78a8b7d080a6565585ba8dba0e45
[]
no_license
zhouyuan93/leetcode
5396bd3a01ed0f127553e1e175bb1f725d1c7919
cc247bc990ad4d5aa802fc7a18a38dd46ed40a7b
refs/heads/master
2023-05-11T19:11:09.322348
2023-05-05T09:12:53
2023-05-05T09:12:53
197,735,845
0
0
null
2020-04-05T09:17:34
2019-07-19T08:38:17
Java
UTF-8
Java
false
false
690
java
package v1.t100; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class T134Test { T134 t; @BeforeEach void setUp() { t = new T134(); } @Test void test_1() { int[] gas = {1, 2, 3, 4, 5}; in...
[ "492407250@qq.com" ]
492407250@qq.com
389a498c96f089fddbed7b621aee49403dc148f5
b2c89738fd7cbfbb58c2c860c9757a22eac41bbf
/app/src/main/java/com/shangame/fiction/ui/my/pay/PayCompleteContacts.java
e0a182edded8d2206d32ae0f35ffc1b15d515cce
[ "Apache-2.0" ]
permissive
daixu/FictionReader
703467042e78fe707c6adb7a2c74c140c6159248
10340694f36b35c2fe5f57ab0ba8a129c662f55f
refs/heads/master
2021-01-03T04:26:11.175391
2020-02-16T12:06:32
2020-02-16T12:06:32
239,920,594
2
0
null
null
null
null
UTF-8
Java
false
false
625
java
package com.shangame.fiction.ui.my.pay; import com.shangame.fiction.core.base.BaseContract; import com.shangame.fiction.net.response.OrderInfoResponse; import com.trello.rxlifecycle2.LifecycleTransformer; /** * Create by Speedy on 2018/8/23 */ public interface PayCompleteContacts { interface View extends BaseC...
[ "daixu.y@gmail.com" ]
daixu.y@gmail.com
bd4e00b0fe079bdf56e39e97200d6de96d561075
1c182758f412010cddd1ee998e23ccc4361d7871
/app/src/main/java/mobo/andro/apps/camera/Camera/CameraGallery/ShowImage.java
63abc779269038c0309f141fa4407f4cea0aed5e
[]
no_license
bobo19870225/Camera
c557b7ecfd9ae91fe332378a8e2d6ef05658c14c
512ca866cbd6edbc7b98263809f0423fb994bf4f
refs/heads/master
2022-11-09T20:12:25.897105
2020-06-23T09:54:37
2020-06-23T09:54:37
274,369,976
0
1
null
null
null
null
UTF-8
Java
false
false
5,087
java
package mobo.andro.apps.camera.Camera.CameraGallery; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.util.DisplayMetrics; import android.util.Log; import android.view.Vie...
[ "rain19870225@163.com" ]
rain19870225@163.com
4b126649c44768938083f5c3564c622e004d8f0e
ead5a617b23c541865a6b57cf8cffcc1137352f2
/decompiled/sources/com/google/android/gms/maps/C2159R.java
4835bd555c6a9147fbc1d0d6ec33fca89e054e84
[]
no_license
erred/uva-ssn
73a6392a096b38c092482113e322fdbf9c3c4c0e
4fb8ea447766a735289b96e2510f5a8d93345a8c
refs/heads/master
2022-02-26T20:52:50.515540
2019-10-14T12:30:33
2019-10-14T12:30:33
210,376,140
1
0
null
null
null
null
UTF-8
Java
false
false
4,442
java
package com.google.android.gms.maps; import me.bridgefy.main.R; /* renamed from: com.google.android.gms.maps.R */ public final class C2159R { /* renamed from: com.google.android.gms.maps.R$attr */ public static final class attr { public static final int ambientEnabled = 2130968622; public sta...
[ "seankhliao@gmail.com" ]
seankhliao@gmail.com
ca1eddef2cf693468c9e9e9f0062ec4213b2672a
e01dc5993b7ac310c346763d46e900f3b2d5db5e
/jasperserver-api-impl/metadata/src/main/java/com/jaspersoft/jasperserver/api/logging/audit/context/impl/DummyAuditContext.java
7fe43ae70389ab062b3858955dfb1636da3c9b0c
[]
no_license
yohnniebabe/jasperreports-server-ce
ed56548a2ee18d37511c5243ffd8e0caff2be8f7
e65ce85a5dfca8d9002fcabc172242f418104453
refs/heads/master
2023-08-26T00:01:23.634829
2021-10-22T14:15:32
2021-10-22T14:15:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,550
java
/* * Copyright (C) 2005 - 2020 TIBCO Software Inc. All rights reserved. * http://www.jaspersoft.com. * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This program is free software: you can redistribute it and/or modify * it under the terms of...
[ "hguntupa@tibco.com" ]
hguntupa@tibco.com
46118e81ede22304fa7e1c444b6b8c75b0d91f6e
62cc557b43fb928a16f70b01bd83f45429b1103c
/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/util/IOUtils.java
440025a1c1676c26b77255ddbeef17616213de5a
[]
no_license
cominvent/fuseide
f40ab291aad7ec7f063659406e019bc4a1b17183
6fe7f077743db39a8c7b8e8c0ee1e3b8cac1edaa
refs/heads/master
2021-01-18T18:48:17.542452
2015-03-05T14:00:25
2015-03-05T14:04:25
31,892,473
0
1
null
2015-03-09T10:38:39
2015-03-09T10:38:39
null
UTF-8
Java
false
false
3,262
java
/******************************************************************************* * Copyright (c) 2014 Red Hat, Inc. * Distributed under license by Red Hat, Inc. All rights reserved. * This program is made available under the terms of the * Eclipse Public License v1.0 which accompanies this distribution, * and is a...
[ "lhein@apache.org" ]
lhein@apache.org
07dbac4485565da380ad966c973579d3d302ea12
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/gradle--gradle/3aed7850f90d2ce7fed768892d4c50cece7d6efe/after/JUnitSpec.java
9cba9ae4ab07a84797ab8197fda242dd56414f91
[]
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
1,823
java
/* * Copyright 2010 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
cf4a6bb66ca2f0dc8de363c5a4534957ecbb99ca
a42eaa1d4f8f9f63dc73d231f3a424859f2d48f3
/sharding-core/sharding-core-parse/sharding-core-parse-common/src/test/java/org/apache/shardingsphere/core/parse/exception/SQLParsingExceptionTest.java
67e112b28f62d8ca46b98f8a8dbc3451c62ee91a
[ "Apache-2.0" ]
permissive
beckhampu/sharding-sphere
c823208643f6dad2c8ec6b9490581e0c72b82415
a83de6018b17e8a0967e49c44501edc4942aef29
refs/heads/dev
2020-03-15T19:50:30.794082
2019-09-17T10:35:30
2019-09-17T10:35:30
132,318,484
2
1
Apache-2.0
2019-09-11T05:41:59
2018-05-06T08:02:04
Java
UTF-8
Java
false
false
1,200
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "terrymanu@163.com" ]
terrymanu@163.com
7d54cf53a73d18df38c2f9c9c0c85f12d9802286
dfdcabb891e69aaefe6aeab2304b9f4741b4a5af
/reactive-jhipster/blog/src/main/java/com/okta/developer/blog/config/AsyncConfiguration.java
e0ab2e65e256424d081a90f27da5bbc1a1f0d224
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
StefanScherer/java-microservices-examples
23a0b9aaca5ece13ca46f24bcdbb0341bf715c79
64df95742c71d55f297b32faa3c3789edb3aba35
refs/heads/main
2023-04-20T01:33:13.537920
2021-04-29T15:15:41
2021-04-29T15:15:41
365,267,825
1
1
Apache-2.0
2021-05-07T14:56:06
2021-05-07T14:56:05
null
UTF-8
Java
false
false
2,001
java
package com.okta.developer.blog.config; import java.util.concurrent.Executor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler; import org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler; import org.springframework.boo...
[ "matt.raible@okta.com" ]
matt.raible@okta.com
08094442ac7608d993cb733534b40eef13041816
94328d1d7769a9833cd42f19f2e69e6e3296e6ed
/Spring-ws/13-MVC-Thymeleaf/src/main/java/com/cts/product/controller/ProductController.java
88fcd8212ada4110e728d7fc743546d872b3c2be
[]
no_license
Rgokulakrishnan/adm-boot-b3
e1359d236902a2541bb8fc9772bf4361ff5960fd
f198882f78b6c50882099a1088b1f50fff69d71b
refs/heads/master
2023-03-25T09:35:32.586460
2021-03-22T12:38:56
2021-03-22T12:38:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,440
java
package com.cts.product.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapping; import ...
[ "praveen.somireddy@gmail.com" ]
praveen.somireddy@gmail.com
9e912f68ef78d7fcea880237263dff84db8b5a93
2ecbc378719665ddd3151d939179e5097016af8e
/src/main/java/com/learn/kaiser/Util.java
68ae236fe2492b560a042b03a071374ba8413aed
[]
no_license
LJLintermittent/cryptography
ebfe2a05db4128a428406b848479358fdcc84b33
09d427e93f6d92886253a030e152873d55e8589b
refs/heads/master
2023-05-12T05:07:55.919777
2021-06-08T15:04:04
2021-06-08T15:04:04
375,051,955
2
0
null
null
null
null
UTF-8
Java
false
false
1,419
java
package com.learn.kaiser; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; public class Util { public static void print(byte[] bytes) { StringBuffer sb = new StringBuffer(); for (int i = 0; i...
[ "18066550996@163.com" ]
18066550996@163.com
b3195781ebd3518aa0d5b2464af0449b74a68f8c
cf10d1426dfea9082121f4dbd5fbc3a911a70607
/ps-cashloan-business-rc/src/main/java/com/adpanshi/cashloan/business/rc/service/impl/TppReqLogServiceImpl.java
31a2d494ee8ab3f3133f240fc0c3b684526d2385
[]
no_license
wudongpo/ps-cashloan-business
8e1d9724fec9b25dd95998e7899486910438fde1
bbba3f3de808aaaab3e8e9d73cbf193d7ba548c9
refs/heads/master
2020-05-22T14:04:28.435113
2018-09-29T08:22:52
2018-09-29T08:22:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,143
java
package com.adpanshi.cashloan.business.rc.service.impl; import com.adpanshi.cashloan.business.core.common.mapper.BaseMapper; import com.adpanshi.cashloan.business.core.common.service.impl.BaseServiceImpl; import com.adpanshi.cashloan.business.rc.domain.TppReqLog; import com.adpanshi.cashloan.business.rc.mapper.TppReqL...
[ "zhoushanwen8502@adpanshi.com" ]
zhoushanwen8502@adpanshi.com
3bef66e236169c80376b3dcdb5fb353a74e69039
65774e30f3906368be4760f5f97bfb98eb32fd46
/imagesci/src/org/imagesci/demo/Example4c_muscle3d.java
cb37a51369e44543531e9198fcc255ceb94df81c
[]
no_license
jj-jabb/phd-thesis
aadd802beca42fa98be4fd0d9060359443f40f35
b0458e82fb7dd133a43fd9415669fdf833b0eeed
refs/heads/master
2021-01-19T22:29:04.818282
2016-11-11T18:11:35
2016-11-11T18:11:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,180
java
/** * Java Image Science Toolkit * --- * Multi-Object Image Segmentation * * Copyright(C) 2012, Blake Lucas (img.science@gmail.com) * All rights reserved. * * Center for Computer-Integrated Surgical Systems and Technology & * Johns Hopkins Applied Physics Laboratory & * The Johns ...
[ "blake.c.lucas@gmail.com" ]
blake.c.lucas@gmail.com
c1a0c16388470514b5e850de12bca9f4cbe245ee
0d95c9d85c5b8a9bb81203f2f44e8cff6d56e7dc
/src/com/kwic/util/Sms.java
59c4639260b0fa80e1f33043630b1dd10a4d4578
[]
no_license
suhojang/ImageTextExport
4cb31f38ca7155822715ad03676aa961eafbf21a
d82b0f31ec75b3d47bff8f53d5cd9ca5a8366a9c
refs/heads/main
2023-03-29T11:40:03.056963
2021-04-07T06:23:25
2021-04-07T06:23:25
355,091,745
0
0
null
null
null
null
UTF-8
Java
false
false
2,742
java
package com.kwic.util; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; public ...
[ "jsh2808@naver.com" ]
jsh2808@naver.com
7b90751af68050014ff0346ebe34ba2a9bddc49e
a1f13b83d2eee3e5a9875a0aecf08840828a3c5f
/cristalView/target/.generated/ar/com/cristal/creditos/client/localidad/ProvinciaDTO_Array_Rank_1_FieldSerializer.java
77652d9b38a5b079573084704ca233e9d5fead8b
[]
no_license
herdebran/gestamboWeb
935d109a3eeb38a1f670d925520cd074b3de4ef9
26e0423b5cd3e7e9e94c5e4c3fa8aada15d5c402
refs/heads/master
2020-12-25T17:00:48.628014
2016-09-19T11:04:48
2016-09-19T11:04:48
57,038,008
0
0
null
null
null
null
UTF-8
Java
false
false
2,223
java
package ar.com.cristal.creditos.client.localidad; import com.google.gwt.user.client.rpc.SerializationException; import com.google.gwt.user.client.rpc.SerializationStreamReader; import com.google.gwt.user.client.rpc.SerializationStreamWriter; @SuppressWarnings("deprecation") public class ProvinciaDTO_Array_Rank_1_Fiel...
[ "hernanmarzullo@gmail.com" ]
hernanmarzullo@gmail.com
f50e48b076c78228a9f6c38eabe7af597147a3e7
ac08c42b71a6fbe6ef4276d0ba21b2b4d8e792cc
/src/sample/DialogController.java
2a8956dde2bdffcfbef83f248d3601ced31c6dc1
[]
no_license
oyunaz/TodoList
853a7e042112b584b0b479e5343bc6f64ab03d72
be9f0bb5e894ce2ccbacc6286b855cdf91186ac5
refs/heads/master
2021-07-08T20:12:13.190923
2017-10-04T07:30:23
2017-10-04T07:30:23
104,464,542
0
0
null
null
null
null
UTF-8
Java
false
false
882
java
package sample; import javafx.fxml.FXML; import javafx.scene.control.DatePicker; import javafx.scene.control.TextArea; import javafx.scene.control.TextField; import sample.datamodel.TodoData; import sample.datamodel.TodoItem; import java.time.LocalDate; /** * Created by User on 22.09.2017. */ public class DialogC...
[ "email@example.com" ]
email@example.com
72bc79fe1850d10d9892d3751bec8d5a39b7dfdd
3ce0c632e643fd2cf554d2349881970dc7ae9bfd
/dialer/src/main/java/com/kinstalk/her/cmccmode/data/ContactInfo.java
6d98c104ad259fa6a8aa2afecde3d51afeedf17c
[]
no_license
sherry5707/mzx-c-m-c-c-voip
85033e179714b83e6939fe7a58ebcd690ed0b5ca
b282d8b241cd34b43ecf1a8ac33c41a2bc17afe4
refs/heads/master
2020-04-06T13:35:59.468776
2019-03-27T08:14:27
2019-03-27T08:14:27
157,507,267
0
0
null
null
null
null
UTF-8
Java
false
false
2,147
java
package com.kinstalk.her.cmccmode.data; import android.util.Log; import com.github.promeg.pinyinhelper.Pinyin; import com.kinstalk.her.cmccmode.utils.NumberToChineseUtil; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; import static com.kinstalk.her.cmcc...
[ "meng.zhaoxue@shuzijiayuan.com" ]
meng.zhaoxue@shuzijiayuan.com
bb3b98ed0356f847dbcdb59dc339229fae5e5f7a
e51de484e96efdf743a742de1e91bce67f555f99
/Android/triviacrack_src/src/com/etermax/preguntados/ui/questionsfactory/translatequestion/TranslateQuestionActivity.java
ca6ae6044214266d555d12081f331a52ec0c0ce1
[]
no_license
adumbgreen/TriviaCrap
b21e220e875f417c9939f192f763b1dcbb716c69
beed6340ec5a1611caeff86918f107ed6807d751
refs/heads/master
2021-03-27T19:24:22.401241
2015-07-12T01:28:39
2015-07-12T01:28:39
28,071,899
0
0
null
null
null
null
UTF-8
Java
false
false
3,162
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.etermax.preguntados.ui.questionsfactory.translatequestion; import android.content.Context; import android.content.Intent; import and...
[ "klayderpus@chimble.net" ]
klayderpus@chimble.net
0603a0c495eef771fddbd34c2c0d3a72136e4977
1e4788f838d7a703f6f15f80e230b08d889682e6
/java/ru/privetdruk/l2jspace/gameserver/geoengine/pathfinding/NodeLoc.java
7361f1172a961823452325a53796a65e7bfe3bae
[]
no_license
pr1vetdruk/l2jspace-c6-interlude
fbc5f0bea9fcf38c92172df15bde16ebb667fcdd
e0f701d4d87642887a3173a181de2037517f606d
refs/heads/master
2023-07-14T13:32:16.250915
2021-08-30T08:31:55
2021-08-30T08:31:55
340,645,976
0
0
null
null
null
null
UTF-8
Java
false
false
4,004
java
/* * This file is part of the L2jSpace project. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This progr...
[ "somsin@bryansk.softlab.ru" ]
somsin@bryansk.softlab.ru
3d44359f58c25f72fee595348cfd70c0142823b9
3ef55e152decb43bdd90e3de821ffea1a2ec8f75
/large/module1630_public/tests/unittests/src/java/module1630_public_tests_unittests/a/Foo3.java
1d3b300ef194ae25c5f931d612343f1532757366
[ "BSD-3-Clause" ]
permissive
salesforce/bazel-ls-demo-project
5cc6ef749d65d6626080f3a94239b6a509ef145a
948ed278f87338edd7e40af68b8690ae4f73ebf0
refs/heads/master
2023-06-24T08:06:06.084651
2023-03-14T11:54:29
2023-03-14T11:54:29
241,489,944
0
5
BSD-3-Clause
2023-03-27T11:28:14
2020-02-18T23:30:47
Java
UTF-8
Java
false
false
1,728
java
package module1630_public_tests_unittests.a; import java.sql.*; import java.util.logging.*; import java.util.zip.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo...
[ "gwagenknecht@salesforce.com" ]
gwagenknecht@salesforce.com
6ca9ef7d7e6b6fc4c13c23babac507783f5e48cb
7ebf5acb2e045790afe40e91871db67cde5a18b0
/books-sourcecode/opengles3.0游戏开发/第10章 独特的场景渲染技术——混合与雾/Sample10_3/src/com/bn/Sample10_3/MySurfaceView.java
f47b61ad839ec03d707dc63fd9752c0c31c3c1f8
[]
no_license
androidwifi/OpenGL_Example
4217d2493fd40a7cda7a625aa4747af4acc92881
1ed46aab86b1d9902a7faec65b06389eaa9b3894
refs/heads/master
2021-01-21T05:13:54.338870
2017-03-04T17:41:02
2017-03-04T17:41:02
83,148,323
3
1
null
null
null
null
GB18030
Java
false
false
7,462
java
package com.bn.Sample10_3; import java.io.IOException; import java.io.InputStream; import android.opengl.GLSurfaceView; import android.opengl.GLES30; import android.opengl.GLUtils; import android.os.Build; import android.view.MotionEvent; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khrono...
[ "tangpeng@bytedance.com" ]
tangpeng@bytedance.com
feefead365564445fa5fdf06b81d632f6bfa3635
169f66b72fb4d9b914c16add665bad1c939f2900
/integration/automation-extensions/src/main/java/org/wso2/esb/integration/common/extensions/carbonserver/MultipleServersManager.java
791b98ca312e9546cf4c3ed9b86909577b7e7b32
[ "Apache-2.0" ]
permissive
wso2/product-ei
d5bc8b90273f98ef0ff0930f43447c0b37893790
696885b1874889bd6920e5c3274cce633620a19a
refs/heads/master
2023-08-23T09:44:26.235128
2023-05-19T11:11:59
2023-05-19T11:11:59
77,035,252
391
381
Apache-2.0
2023-05-19T11:12:01
2016-12-21T09:00:01
Java
UTF-8
Java
false
false
2,300
java
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
[ "madhawag@wso2.com" ]
madhawag@wso2.com
879f4ce9b44cf9446289d5f3525a0c7994040508
59e6dc1030446132fb451bd711d51afe0c222210
/components/load-balancer/autoscaler-service/org.wso2.carbon.autoscaler.service/src/main/java/org/wso2/carbon/autoscaler/service/exception/SerializationException.java
06ff6d2fca793488db4093a44f74c07215d2c5a0
[]
no_license
Alsan/turing-chunk07
2f7470b72cc50a567241252e0bd4f27adc987d6e
e9e947718e3844c07361797bd52d3d1391d9fb5e
refs/heads/master
2020-05-26T06:20:24.554039
2014-02-07T12:02:53
2014-02-07T12:02:53
38,284,349
0
1
null
null
null
null
UTF-8
Java
false
false
1,038
java
/* * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
[ "malaka@wso2.com" ]
malaka@wso2.com
fb533b9218e67aa6a693a79744e63d208accc519
e3007926ebea2095accd3477eaf5f5776176abbc
/modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/test/CleanTest.java
f63b74292f947dbc642730da33055b9756d0cd85
[ "Apache-2.0" ]
permissive
myhnuhai/flowable-engine
2cacbd4bbdefca8a8664641583167e96b7141cdc
0ebed88004fd32ba6c76cd2d1994ff3c57e0cf81
refs/heads/master
2020-03-27T10:52:59.016391
2018-08-28T06:35:21
2018-08-28T06:35:21
146,451,432
1
0
Apache-2.0
2018-08-28T13:26:11
2018-08-28T13:26:11
null
UTF-8
Java
false
false
1,454
java
package org.flowable.common.engine.impl.test; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Annotation that instructs...
[ "filip.hrisafov@gmail.com" ]
filip.hrisafov@gmail.com
bc25052b31ccb709c060c50944c2f6bc140feacf
af93e83ee406976d2d00e4d4381c89be925a0c53
/ckb/src/main/java/org/nervos/ckb/type/RawTxPoolVerbose.java
1a0c81fb754b20390754e0f317bfc02af35af5e1
[ "MIT" ]
permissive
LycrusHamster/ckb-sdk-java
8a38134adb53071340e13de9be3109f94a23798b
adf5cfc5148a9c6b5d81ebf9376572fbe67eb585
refs/heads/master
2023-06-12T13:13:45.300386
2021-03-08T08:49:33
2021-03-08T08:49:33
384,164,669
0
0
null
null
null
null
UTF-8
Java
false
false
632
java
package org.nervos.ckb.type; import com.google.gson.annotations.SerializedName; import java.util.Map; /** Copyright © 2021 Nervos Foundation. All rights reserved. */ public class RawTxPoolVerbose { public Map<String, VerboseDetail> pending; public Map<String, VerboseDetail> proposed; public static class Verbos...
[ "duanyytop@gmail.com" ]
duanyytop@gmail.com
8cfbe8fdb1085b1c8aa1d557d8578047d478d29f
93067edb7a4a10eee653cd974376ef1161ce7073
/src/main/java/br/com/agftec/entidades/ICMS10.java
94aa7ea83d1e91d872c3978d6294edc7e35444cc
[]
no_license
renangtm/ERP_VAREJO
4ab2a063890a045c7123838f895a3364d352fb21
bda779adc414876bac76852e895166abf6ea961a
refs/heads/master
2020-09-07T21:03:13.677746
2019-11-11T06:06:13
2019-11-11T06:06:13
220,912,223
0
0
null
null
null
null
UTF-8
Java
false
false
3,755
java
package br.com.agftec.entidades; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; @Entity public class ICMS10 extends Icms { @Enumerated(EnumType.ORDINAL) @Column private ModalidadeBC modalidadeBC; @Enumerated(EnumType.ORDI...
[ "renan_goncalves@outlook.com.br" ]
renan_goncalves@outlook.com.br
b28e25519af82d9a3772d95d81767c1c87cb1fde
de12a61f864303688d2c9e748eb58e319c26e52d
/Incubation/org.emftext.commons.jsglr/src/org/spoofax/jsglr/ParseException.java
62927e6d98c5de0a6343488c20fc36b9127c34b7
[]
no_license
DevBoost/EMFText
800701e60c822b9cea002f3a8ffed18d011d43b1
79d1f63411e023c2e4ee75aaba99299c60922b35
refs/heads/master
2020-05-22T01:12:40.750399
2019-06-02T17:23:44
2019-06-02T19:06:28
5,324,334
6
10
null
2016-03-21T20:05:01
2012-08-07T06:36:34
Java
UTF-8
Java
false
false
421
java
/* * Created on 3. aug.. 2006 * * Copyright (c) 2005, Karl Trygve Kalleberg <karltk near strategoxt.org> * * Licensed under the GNU General Public License, v2 */ package org.spoofax.jsglr; public class ParseException extends SGLRException { private static final long serialVersionUID = -7341039998837389710L...
[ "jendrik.johannes@devboost.de" ]
jendrik.johannes@devboost.de
0f04e3d449bd2343edc32712ac628874d544360d
85521c179c51bdd57945c987de16fd5b48d7bb9f
/src/main/java/ru/vallball/biblio01/service/SeriesService.java
ab5ddf57dedbbcff7e3f5c068967858e254c6b46
[]
no_license
vall-ball/biblio01
328aac46147c8806e9560b2da87203645a4bbc78
e4c5b810eafb8e1673fee81b6a298a0ead976ae8
refs/heads/master
2023-04-03T11:52:48.140768
2023-03-31T15:30:35
2023-03-31T15:30:35
243,687,151
0
0
null
2023-03-31T15:30:36
2020-02-28T05:39:50
Java
UTF-8
Java
false
false
250
java
package ru.vallball.biblio01.service; import java.util.List; import ru.vallball.biblio01.model.Series; public interface SeriesService { void save(Series series); List<Series> list(); void delete(Long id); Series findSeriesById(Long id); }
[ "abc@example.com" ]
abc@example.com
fc3866e6483fccf460dd8de7950625a5fa91ef38
d7b0fe304e2e9da15177b1493a0ec2beccf009fc
/app/src/main/java/com/bwie/jingdong/apdater/MyViewHoder.java
22fb3fad5bbdbc56274f593ef11da7a4c5704ad6
[]
no_license
ZhouRuiQing/JingDong
deb6e092ac3332e2113af9085794449140d5e24e
e2a4342a098cdf40934be23ba5c8560b1d37a277
refs/heads/master
2020-04-02T04:00:10.379347
2018-11-29T11:58:03
2018-11-29T11:58:03
153,994,811
1
0
null
null
null
null
UTF-8
Java
false
false
511
java
package com.bwie.jingdong.apdater; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.bwie.jingdong.R; class MyViewHoder extends RecyclerView.ViewHolder { public ImageView iv_iamge; public TextView tv_title...
[ "379996854@qq.com" ]
379996854@qq.com
7a2956d236e7332b7bd5eb840717c9c77dce756b
f4bc187d63898e3e6c2bc023a2fb90353dfad476
/src/test/java/test/groupinvocation/InvokerTest.java
86a45e556bd4421e502503a0f5e1d53cbe7528ac
[ "Apache-2.0" ]
permissive
umitzngn/testng
b66b419d6b219dcd401320a15da30a212889d5d9
152614f393e3a11ab78e8df4b1253fa0459932ce
refs/heads/master
2022-12-02T08:22:40.728834
2020-08-02T18:33:51
2020-08-02T18:33:51
285,658,037
0
1
Apache-2.0
2020-08-06T19:48:16
2020-08-06T19:48:15
null
UTF-8
Java
false
false
1,702
java
package test.groupinvocation; import org.testng.Assert; import org.testng.TestNG; import org.testng.annotations.BeforeGroups; import org.testng.annotations.Test; import org.testng.xml.XmlSuite; import org.testng.xml.XmlTest; import test.InvokedMethodNameListener; import test.SimpleBaseTest; public class InvokerTest e...
[ "krishnan.mahadevan1978@gmail.com" ]
krishnan.mahadevan1978@gmail.com
f172f9830bd9ca0978f198f419244e2cc3c3d11d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/10/10_06b647f8ddb57cf5e2da2f4cae5d7f4838e8fea7/BinaryOpInstruction/10_06b647f8ddb57cf5e2da2f4cae5d7f4838e8fea7_BinaryOpInstruction_t.java
6006bdbc400780461d35b70b734db1f71346a5eb
[]
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,300
java
/******************************************************************************* * Copyright (c) 2002,2006 IBM Corporation. * 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, and i...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f663c6de9722096727c15b1d0e4da97da5760b7d
ce8fef4cc72d2f6dcc018cb6a07b1bbaf0c4f37b
/src/main/java/interview/leetcode/prob/FindShortestPathInAHiddenGrid.java
a7e623636ba174d07830dac1b3976f4deb9daa40
[]
no_license
jojo8775/leet-code
f931b30b293178602e7d142c25f9aeef01b43ab0
2b40cb94883cc5ebc079edb3c98a4a01825c71f9
refs/heads/master
2023-08-04T11:49:15.131787
2023-07-23T00:08:50
2023-07-23T00:08:50
49,825,862
1
0
null
2022-05-20T22:01:52
2016-01-17T16:40:49
HTML
UTF-8
Java
false
false
5,202
java
package interview.leetcode.prob; import java.util.LinkedList; import java.util.Queue; /** * This is an interactive problem. There is a robot in a hidden grid, and you are trying to get it from its starting cell to the target cell in this grid. The grid is of size m x n, and each cell in the grid is either empty or ...
[ "chiranjeeb.nandy@yahoo.com" ]
chiranjeeb.nandy@yahoo.com
6339f3af4abb4ca7acd18e70c01dd14a72804183
4cf769a538b7eda2d32cbfa855ac01ca490db151
/Basic-app/account-exception-app/src/com/techlabs/account/test/AccountToStringTest.java
9cdfa6941666bb304929ace5290f8c17433ff4d3
[]
no_license
lin-sel/swabhaw
d492fb9a47e3baee073ed90277963050eb14ed91
a7311b246e6e910078558cca8da1e168e4f8c767
refs/heads/master
2023-01-13T06:25:45.127899
2020-03-09T06:07:09
2020-03-09T06:07:09
218,722,259
1
0
null
2023-01-07T18:59:57
2019-10-31T08:48:47
Go
UTF-8
Java
false
false
529
java
package com.techlabs.account.test; import com.techlabs.account.Account; public class AccountToStringTest { public static void main(String[] args) { // TODO Auto-generated method stub Account acc1 = new Account("10090904040","George",12334.09); Account acc2 = new Account("10090904040","Cassy",12000.09); Acco...
[ "ccnsy86@gmail.com" ]
ccnsy86@gmail.com
dbe1ec7aa4de46467fee3195cef09dd12e26947e
dc81649732414dee4d552a240b25cb3d055799b1
/src/test/java/org/assertj/core/api/atomic/referencearray/AtomicReferenceArrayAssert_hasSameElementsAs_Test.java
14e60f235862d99c601f80918eae7f20fc2f5f43
[ "Apache-2.0" ]
permissive
darkliang/assertj-core
e40de697a5ac19db7a652178963a523dfe6f89ff
4a25dab7b99f292d158dc8118ac84dc7b4933731
refs/heads/integration
2021-05-16T23:22:49.013854
2020-05-31T12:36:31
2020-05-31T12:36:31
250,513,505
1
0
Apache-2.0
2020-06-02T09:25:54
2020-03-27T11:11:36
Java
UTF-8
Java
false
false
1,362
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 under t...
[ "joel.costigliola@gmail.com" ]
joel.costigliola@gmail.com
98b715b5912027419d512c9dd9c89eef11adc2ea
3d76d94ffef936809399500f441e80933635ae1e
/src/main/java/com/apps/omnipotent/SpringBootStartApplication.java
b338e9374a4c6938dd922587eecbfe70a5e85bf0
[]
no_license
githublibiao6/simplyspringboot
8f5aa0905b3a70df1a5c97556a05a8784bcf4cdb
efaa5481fd942fb03361b9ec225fb1ebc97f17bd
refs/heads/master
2022-06-26T11:17:51.810703
2020-05-29T16:38:37
2020-05-29T16:38:37
195,837,245
0
0
null
2021-04-26T20:07:04
2019-07-08T15:12:00
Java
UTF-8
Java
false
false
864
java
package com.apps.omnipotent; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; import org.springframework.core.Ordered; import org.springframework.web.servlet.config.annotation.ViewControllerRegistry; import org.springfr...
[ "1446977718@qq.com" ]
1446977718@qq.com
bd1fa0fde69ecff164a5fcbca2ababab645ec0cf
69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e
/methods/Method_53709.java
f0c0972d0a4e2b9c58c8734588b822ee7f15963a
[]
no_license
P79N6A/icse_20_user_study
5b9c42c6384502fdc9588430899f257761f1f506
8a3676bc96059ea2c4f6d209016f5088a5628f3c
refs/heads/master
2020-06-24T08:25:22.606717
2019-07-25T15:31:16
2019-07-25T15:31:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
243
java
/** * ???????????????????????????? * @param sFilename ???????? * @return ??????????????/nr/10#??/n/9#??/n/8 */ public static String NLPIR_FileWordFreqStat(String sFilename){ return NlpirLib.Instance.NLPIR_FileWordFreqStat(sFilename); }
[ "sonnguyen@utdallas.edu" ]
sonnguyen@utdallas.edu
3eb2501732b631b05ee5cc0ae56d74cde83ca141
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_3aa7c9b2965611c96a4b0d8852b2c5fb06e79751/Invert/9_3aa7c9b2965611c96a4b0d8852b2c5fb06e79751_Invert_s.java
0f220b8e6b397a979122db4d8ae7135120f2674b
[]
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
624
java
package ini.trakem2.imaging.filters; import java.util.Map; import ij.process.ImageProcessor; public class Invert implements IFilter { public Invert() {} public Invert(Map<String, String> params) {} @Override public ImageProcessor process(ImageProcessor ip) { ip.invert(); return ip; } ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
cec063d0e05b8c41c4cd7c6d4bdf9928b5607e03
6fa8e84ecc47018bf6885c542f482aaf26fea0fe
/src/main/java/com/ilop/sthome/ui/adapter/scene/SceneChangeAdapter.java
94b2c184edd16c8a1e82198b97d4596431f533de
[]
no_license
sengeiou/familylink
0e6b71818db6d072300a884e9283858037427aeb
e3948b3be4be95c5bd8e5f330ec4ad2c0fc8af77
refs/heads/master
2022-04-04T04:38:36.077001
2020-02-14T11:38:10
2020-02-14T11:38:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,436
java
package com.ilop.sthome.ui.adapter.scene; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextVie...
[ "1805298170@qq.com" ]
1805298170@qq.com
8123018dd700d6ffa6cccc82c74a54cf58cb61d4
d6aeef441d3c73ce638e52ea79ae27a86fed6440
/solutions/src/com/ciaoshen/howtomcatworks/ex03/startup/Bootstrap.java
6ce7f42b2e97c95ef3f0654f062e34a4080b0055
[ "MIT", "Apache-1.1", "Apache-2.0", "LicenseRef-scancode-mx4j" ]
permissive
dantefung/HowTomcatWorks
cc27bc62a4ee76b1a55ff3524c906cb11b1acbc3
735e63d9463818f3aa268adb00c4dc49f9be8ed6
refs/heads/master
2021-12-24T07:32:02.953328
2017-12-14T04:18:29
2017-12-14T04:18:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package com.ciaoshen.howtomcatworks.ex03.startup; import com.ciaoshen.howtomcatworks.ex03.connector.http.HttpConnector; public final class Bootstrap { public static void main(String[] args) { /** 就是简单调用 HttpConnector */ HttpConnector connector = new HttpConnector(); connector.start(); } }
[ "symantec__@hotmail.com" ]
symantec__@hotmail.com
4381a0fb3e0cdeecb16940219ae4f9fd729d2915
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/aosp-mirror--platform_frameworks_base/0f791a799dc81d93935fd2597297cf7ac2c0a044/after/Sensor.java
7ace4fcd0dd17be9788ac25dc3f2ae9c9d150d6d
[]
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
4,169
java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
99494dcb97dbc5ad054ec40d06b8e3488a048846
7d50d2d40f13b51d356c20c942ca3b0ef1da3a2c
/src/main/java/com/jadbit/jhipstertest/security/SpringSecurityAuditorAware.java
a4072752c75a39c25373ecc1eb777fefc08750ab
[]
no_license
armandotaglieri/jhipstertest
ba9a73b3a2f1d11fa7e2d919ef7964f136be1c68
401a377c2596f216e193ef6bc844892918807570
refs/heads/master
2021-04-12T09:50:26.148245
2018-03-25T21:33:16
2018-03-25T21:33:16
126,742,165
0
0
null
null
null
null
UTF-8
Java
false
false
497
java
package com.jadbit.jhipstertest.security; import com.jadbit.jhipstertest.config.Constants; import org.springframework.data.domain.AuditorAware; import org.springframework.stereotype.Component; /** * Implementation of AuditorAware based on Spring Security. */ @Component public class SpringSecurityAuditorAware imple...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
4ce8e45b6b64ed4d2fefe4f09bc64b44c845af38
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-new-fitness/results/CHART-4b-1-7-Single_Objective_GGA-WeightedSum-BasicBlockCoverage/org/jfree/chart/plot/XYPlot_ESTest.java
8cbd980296728867a6b62027e94f193d5c978421
[ "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
2,356
java
/* * This file was automatically generated by EvoSuite * Thu May 14 12:33:22 UTC 2020 */ package org.jfree.chart.plot; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosuite.runtime.Ev...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
8a3340ff80427b237b337996d4a4dfbf7920d8ef
a9deaccda8620b8a9fca9495b15b908f78911c94
/test/org/traccar/protocol/Gt06FrameDecoderTest.java
9a4c709e804b494a32c0dc621744817551c57fda
[ "Apache-2.0" ]
permissive
jdasin/traccar
5f0d6d8c6349607a5e24e097f6ccd61f56a2c557
2ce5a32a8cbcbb7d2e22f2912fa47f03b2d6b2fd
refs/heads/master
2021-01-18T08:24:55.316311
2016-02-16T21:39:29
2016-02-16T21:39:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
769
java
package org.traccar.protocol; import org.junit.Assert; import org.junit.Test; import org.traccar.ProtocolTest; public class Gt06FrameDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { Gt06FrameDecoder decoder = new Gt06FrameDecoder(); Assert.assertEquals( ...
[ "anton.tananaev@gmail.com" ]
anton.tananaev@gmail.com
271a4c263e657022b6312eceff4ab3c1164d9566
777c1c7ddb30c01176b512fc259a801b93bc59a0
/src/examples/StreamPipelinesExample.java
32c80c70cf2e7aadbf5ed5ba919e5ed8263b88a4
[]
no_license
Lokie89/thisisjava
a6f3753cf4b1646c115dbb82664ff519e541a6bf
b61c8d10166ae9f47d2d16fa54dde592623851f3
refs/heads/master
2020-12-13T22:32:20.424335
2020-03-20T13:41:17
2020-03-20T13:41:17
234,549,378
0
0
null
null
null
null
UTF-8
Java
false
false
1,135
java
package examples; import java.util.Arrays; import java.util.List; public class StreamPipelinesExample { public static void main(String[] args) { List<Member5> list = Arrays.asList( new Member5("홍길동", Member5.MALE, 30), new Member5("김나리", Member5.FEMALE, 20), ...
[ "traeuman@gmail.com" ]
traeuman@gmail.com
914dbc83f59337df6c226ebc4c693de829ef9b78
e29c4163f00964f08c1c611b264e14ae5696725a
/app/src/main/java/com/medoske/www/redhealpatient/MyFirebaseMessagingService.java
57a178cec0b959974fad9c48aa93a9e83fa524d0
[]
no_license
suresh429/RedhealPatient
054d353edd7de363a5aea7fd1cfc3e58ec73164d
74cf8ebe4d42a7539fc15419e9462170a82212d1
refs/heads/master
2020-03-22T07:24:35.980328
2018-07-04T09:16:23
2018-07-04T09:16:23
139,698,512
0
0
null
null
null
null
UTF-8
Java
false
false
3,911
java
package com.medoske.www.redhealpatient; /* * Copyright (C) 2015, francesco Azzola * *(http://www.survivingwithandroid.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 * * h...
[ "ksuresh.unique@gmail.com" ]
ksuresh.unique@gmail.com
ce88eb8a5ea7ed0e28d063ca04689d96536ce6f3
bb11c5f98ef4e2c791c9ef87eaf7e8b2e90804cc
/MyBatis_mbg_nixianggongcheng/src/com/DanceBytes/mybatis/dao/EmployeeMapper.java
acd7caacbc6a012a2e80da994d1c7ac8fbe035b2
[]
no_license
mxg133/learnforMyBatis
4a690806cf43c01e490ecc68e18391d3c373698a
b19790b8f6c82ef5ab59d6ae0acaf72ac1c27ffa
refs/heads/master
2023-01-18T20:50:30.402064
2020-11-30T04:08:25
2020-11-30T04:08:25
314,990,782
0
1
null
null
null
null
UTF-8
Java
false
false
3,025
java
package com.DanceBytes.mybatis.dao; import com.DanceBytes.mybatis.bean.Employee; import com.DanceBytes.mybatis.bean.EmployeeExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface EmployeeMapper { /** * This method was generated by MyBatis Generator. * This method co...
[ "‘396330646@qq.com’" ]
‘396330646@qq.com’
de47b5fbec2e86e73dbc8dc49b22e0f4b35231c6
dc0e271669780a11284b9626919846a51b00d54c
/auth/com/hys/auth/displaytag/RelateTableDecoratorWrapper.java
6f7dd7e8ed46f0718edfbd46a1035d6db9be7afe
[ "Apache-2.0" ]
permissive
1224500506/NCME-Admin
4a4b8e62f85b352dee0a96f096748b04fbf1b67e
e4f0969938ed6d9c076a9d647681dd56a1bf2679
refs/heads/master
2021-04-24T19:28:33.899711
2018-01-15T01:54:21
2018-01-15T01:54:21
117,482,274
1
1
null
null
null
null
UTF-8
Java
false
false
631
java
package com.hys.auth.displaytag; import org.displaytag.decorator.TableDecorator; import com.hys.auth.model.HysResources; public class RelateTableDecoratorWrapper extends TableDecorator { public String getRsOperation() { HysResources rs = (HysResources) getCurrentRowObject(); Long id = rs.getId(); StringBuil...
[ "weeho@DESKTOP-71D9DPN" ]
weeho@DESKTOP-71D9DPN
f154ab6939c250de36f6f763bcd3737c611aff2b
89e62f463e9b2604a0395cd34a42e763f348fcfc
/src/main/java/com/my/blog/website/controller/admin/SettingController.java
933adcc8d38747c7bcd0d95bc473dbaf596abde4
[ "Apache-2.0" ]
permissive
ZHAOHUHU/MyBlog
c0d3275c76e0b55d7918a0b848e337fa505a447e
1c270edd82fe9be6fa8ca7dec5b6606b40716796
refs/heads/master
2018-10-15T07:05:17.111221
2018-07-12T03:47:51
2018-07-12T03:47:51
118,698,403
0
0
null
null
null
null
UTF-8
Java
false
false
4,344
java
package com.my.blog.website.controller.admin; import com.my.blog.website.service.ILogService; import com.my.blog.website.service.ISiteService; import com.my.blog.website.constant.WebConst; import com.my.blog.website.controller.BaseController; import com.my.blog.website.dto.LogActions; import com.my.blog.website.except...
[ "1034683568@qq.com" ]
1034683568@qq.com
83b3f5e72f53768c967db47c05541fbb50ac500b
2fbb920555d82dc6fdadc129749acf6c632fb7d4
/gdsap-framework/src/main/java/uk/co/quidos/gdsap/evaluation/calculate/input/CalFuelBillData.java
72d0023938af82f4245e9f466c021b9cfcc24efc
[ "Apache-2.0" ]
permissive
ZhangPeng1990/crm
3cd31b6a121418c47032979354af0886a236a0cf
c5b176718924c024a13cc6ceccb2e737e70cedd3
refs/heads/master
2020-06-05T18:25:41.600112
2015-04-29T10:38:01
2015-04-29T10:38:01
34,787,517
0
0
null
null
null
null
UTF-8
Java
false
false
4,265
java
package uk.co.quidos.gdsap.evaluation.calculate.input; import java.util.Collection; import java.util.HashMap; import java.util.Map; public class CalFuelBillData { private Collection<CalFuelPrice> communityFuelPriceList; private Collection<CalFuelPrice> mainGasFuelPriceList; private Collection<CalFuelPri...
[ "peng.zhang@argylesoftware.co.uk" ]
peng.zhang@argylesoftware.co.uk
a14a68f112ab3502e957149085cce39548beb14d
834155646ff5ce1fd9eed25c786de715e48687f0
/src/test/java/gameoflife/GameOfLifeTest.java
31f86261c67952c9ed77bda7e147f614455705ce
[ "MIT" ]
permissive
ibaca/gameoflife
5424fdfbeb19ae942074e0cc4734ba6e9cdff9af
66cbf78ee2fa5f596e3332c49b5a503c83662202
refs/heads/master
2021-09-27T19:02:47.949046
2018-11-10T20:03:01
2018-11-10T20:20:27
111,313,746
1
0
null
null
null
null
UTF-8
Java
false
false
2,500
java
package gameoflife; import static gameoflife.GameOfLife.rule; import static java.util.Arrays.asList; import static java.util.stream.Collectors.toList; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.hasItems; import static org.junit.Assert.assertThat; import gameoflife.GameOfL...
[ "ignacio@bacamt.com" ]
ignacio@bacamt.com
c8ed2f975bfdb997d0d3b468c29e97e14048189e
edb6910171402be6db714fa7a702aceeb80779bb
/src-test/src/org/openbravo/test/taxes/data/TaxesTestData178.java
c5793391a3357d9907b46ec28ee8c321e4cc4683
[ "Apache-2.0" ]
permissive
eid101/InjazErp
2e87b9f0f66fcb5c8b3db251496968f9029c6b7f
6d7c69a9d3a6023e093ab0d7b356983fdee1e4c8
refs/heads/master
2021-05-09T20:04:10.687300
2018-01-24T01:39:46
2018-01-24T01:39:46
118,670,797
0
0
Apache-2.0
2018-08-29T03:51:21
2018-01-23T21:15:39
Java
UTF-8
Java
false
false
4,645
java
/* ************************************************************************* * The contents of this file are subject to the Openbravo Public License * Version 1.1 (the "License"), being the Mozilla Public License * Version 1.1 with a permitted attribution clause; you may not use this * file except in...
[ "eid.almutari@gmail.com" ]
eid.almutari@gmail.com
567985a52c147c1325482b821491a544062f00df
59280f076f35e2faafee628f5f22f37926e17266
/customerapp/app/src/main/java/com/ourdevelops/ornids/json/LocationDriverRequest.java
ea733a965dc4ae0ab93afbb67180f23ae1c9d4ea
[]
no_license
BlondelSeumo/Multi-Service-App-With-Customer-App-Driver-App-Merchant-App-and-Admin-Panel
fb07eba76210664ebe087842edc2dc86e8958474
cd8b38e0ac069cdfd5d334acb06a43c45cb7cf9c
refs/heads/main
2023-02-22T06:22:37.094435
2021-02-01T11:12:21
2021-02-01T11:12:21
334,922,648
8
6
null
null
null
null
UTF-8
Java
false
false
408
java
package com.ourdevelops.ornids.json; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; /** * Created by Ourdevelops Team on 24/02/2019. */ public class LocationDriverRequest { @SerializedName("id") @Expose private String id; public String getId() { ...
[ "seumoblondel@gmail.com" ]
seumoblondel@gmail.com
9aae26c8466e209a902883765175fe4fa19e3fb1
de7b67d4f8aa124f09fc133be5295a0c18d80171
/workspace_java-src/java-src-test/src/com/sun/xml/internal/fastinfoset/stax/events/DTDEvent.java
b98c477677a0269f9c5a76bbf94222b42d8a3c4c
[]
no_license
lin-lee/eclipse_workspace_test
adce936e4ae8df97f7f28965a6728540d63224c7
37507f78bc942afb11490c49942cdfc6ef3dfef8
refs/heads/master
2021-05-09T10:02:55.854906
2018-01-31T07:19:02
2018-01-31T07:19:02
119,460,523
0
1
null
null
null
null
UTF-8
Java
false
false
3,833
java
/* * Fast Infoset ver. 0.1 software ("Software") * * Copyright, 2004-2005 Sun Microsystems, Inc. All Rights Reserved. * * Software is 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: *...
[ "lilin@lvmama.com" ]
lilin@lvmama.com
d9d82fb04f0649e53134d2bb0e25f5b106c8e2ea
889e7eb5648e208b77da170fe2ba45e84dbbca27
/silicone/src/main/java/net/catchpole/silicone/action/HttpRequestDetails.java
9ba25f4ea10386894f46c55d4af60fb099733ea2
[ "Apache-2.0" ]
permissive
slipperyseal/silicone
2edbec8229248163604a5fbf64618f1e63c9301e
bce852dc3cecee6d5ab31147afd176e72d3dcb51
refs/heads/slippery
2021-01-13T01:42:21.618422
2020-10-07T04:44:20
2020-10-07T04:44:20
20,959,108
0
0
Apache-2.0
2020-10-13T06:48:20
2014-06-18T10:59:48
Java
UTF-8
Java
false
false
1,301
java
package net.catchpole.silicone.action; // Copyright 2014 catchpole.net // // 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 // /...
[ "christian@catchpole.net" ]
christian@catchpole.net
6564c3788caa661923868434b88351034222ebcc
dc993c94c60f7b10423abde74690cf18d374d2ad
/IdeaProjects/algorithms/src/sort/Merge.java
b5f50e83bd86f54b0538c3d51f1560d8b3805af1
[]
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
2,076
java
package sort; public class Merge { private static int aux[]; Merge(int len){ aux = new int[len]; } /** * 归并的方法 * 原地归并:以第一个元素为基数,使用两个指针p,q * 从左向右。左侧没有了加右侧,右侧没有了加左侧,左右侧都存在的时候谁有加谁 * 将 low...mid 和 mid+1...high 进行归并 * */ private static void merge(int a[],int low,int ...
[ "1369495295@qq.com" ]
1369495295@qq.com
02e97d21503f6694eaf8faa478a3c018dacc99c4
bf842c0f05fe27f0652e09edb5645528a2e94205
/KeywordCollection/src/Interface8/ItsFriday.java
da6f95361c8c01b2b396714379c16116a171bf6d
[]
no_license
chamanbharti/core-java-project
804dd3fce33823308bf08b2cad47380ae08aa3ba
6bc9f5cfe0466e2ae7fa78a6eb52eba69407610a
refs/heads/master
2021-01-21T16:18:12.232458
2017-05-20T11:08:15
2017-05-20T11:08:15
91,882,464
0
0
null
null
null
null
UTF-8
Java
false
false
285
java
package Interface8; public class ItsFriday { public static void main(String[] args) { WhatToDo(null); } public static void WhatToDo(String s) { System.out.println("Watch Movie!"); } public static void WhatToDo(Object o) { System.out.println("Buffet Dinner!"); } }
[ "chaman.bharti84@gmail.com" ]
chaman.bharti84@gmail.com
d950afd639d4d7bb0b929a72c8b10603184f6ed7
93d56a23451663dad44a8e742f4df9d5080db868
/src/main/java/modchu/lib/forge/mc210/Modchu_RenderLiving.java
b3f1f238db0e0fdbcf091b7acacb2157270ca70f
[]
no_license
Modchu/ModchuLib
29e77cbb6b303aa910c27da9a98bcfb5043e2b44
f32adbcad30da993ce337abeff2c135d7af1352d
refs/heads/master
2021-07-12T06:57:09.879558
2021-02-21T14:03:27
2021-02-21T14:03:27
7,611,520
5
2
null
2013-03-12T11:02:52
2013-01-14T19:57:43
Java
UTF-8
Java
false
false
2,709
java
package modchu.lib.forge.mc210; import java.util.HashMap; import java.util.List; import modchu.lib.Modchu_AS; import modchu.lib.Modchu_Debug; import modchu.lib.Modchu_IRenderLiving; import modchu.lib.Modchu_IRenderLivingMaster; import modchu.lib.Modchu_Main; import modchu.lib.Modchu_Reflect; import net.minecraft.clie...
[ "kawd82jstskl@yahoo.co.jp" ]
kawd82jstskl@yahoo.co.jp
0f592c12dc379f424c36f74321216d6943b5157f
5d3d78d93c49823a91f5e1e18bd1565893002321
/src/main/java/org/gwtproject/i18n/shared/cldr/impl/DateTimeFormatInfoImpl_zh_Hant.java
260aad70843137517188f53bfff303446472bf13
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
vegegoku/gwt-i18n-cldr
ecf38343c0448bab21118c8cdc017ed91b628e71
fdf25c7f898993a50ef9d10fe41ccc44c1ee500f
refs/heads/master
2021-06-11T05:07:57.695293
2020-08-27T08:26:12
2020-08-27T08:26:12
128,426,644
2
1
null
2020-07-17T17:29:11
2018-04-06T17:38:54
Java
UTF-8
Java
false
false
6,937
java
/* * Copyright 2012 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 applicable law or agreed to i...
[ "akabme@gmail.com" ]
akabme@gmail.com
6189afe7c943082043a634bc7476b8717edcd179
7f298c2bf9ff5a61eeb87e3929e072c9a04c8832
/spring-webmvc/src/test/java/org/springframework/web/servlet/tags/AbstractTagTests.java
348e730a116dd952e677daa2db858e06de5a8d48
[ "Apache-2.0" ]
permissive
stwen/my-spring5
1ca1e85786ba1b5fdb90a583444a9c030fe429dd
d44be68874b8152d32403fe87c39ae2a8bebac18
refs/heads/master
2023-02-17T19:51:32.686701
2021-01-15T05:39:14
2021-01-15T05:39:14
322,756,105
0
0
null
null
null
null
UTF-8
Java
false
false
2,606
java
/* * Copyright 2002-2015 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "xianhao_gan@qq.com" ]
xianhao_gan@qq.com
57be95256853758930b238ca529f92fc7d55c9b5
a1ca4e5e6fe8952b77d1830736dbe89420f88285
/OntoUML.diagram/src/OntoUML/diagram/navigator/OntoUMLDomainNavigatorItem.java
21c79ff8fea735e2f2c0eabd04b435773a820b0e
[]
no_license
kleopatra999/ontouml-editor-eclipse
46807fe571a60d33ff0f9c84c2bd564e58190e7a
b90531098e578cebaaf5404adc8dc8b3dbae8773
refs/heads/master
2021-01-16T00:27:40.594378
2011-09-23T03:22:59
2011-09-23T03:22:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,619
java
package OntoUML.diagram.navigator; import org.eclipse.core.runtime.IAdapterFactory; import org.eclipse.core.runtime.Platform; import org.eclipse.core.runtime.PlatformObject; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.EcoreUtil; import org.eclipse.ui.views.properties.IPropertySource; import...
[ "alessanderbotti@b20185d1-684f-0410-8ba8-0d0db1538d36" ]
alessanderbotti@b20185d1-684f-0410-8ba8-0d0db1538d36
f60fcddb908a0a327f78fedb45a5c30817f49a15
0e01878a8b3b956599ab6a12c5d7a4c4bda49e66
/src/main/java/com/groupdocs/cloud/parser/model/ParseOptions.java
8a6b5e97682cb6bedb20293f8f5e4e86673d8082
[ "MIT" ]
permissive
groupdocs-parser-cloud/groupdocs-parser-cloud-java
c29b788c0bd589a67bab87bad5b1de62e9f0f749
a822383fbe9f022d70ad8a9f679665d420eb38f3
refs/heads/master
2022-06-14T04:35:19.419203
2022-03-14T12:07:16
2022-03-14T12:07:16
218,594,847
0
0
MIT
2022-05-20T21:13:22
2019-10-30T18:23:57
Java
UTF-8
Java
false
false
4,692
java
/** * -------------------------------------------------------------------------------------------------------------------- * <copyright company="Aspose Pty Ltd" file="ParseOptions.java"> * Copyright (c) 2003-2019 Aspose Pty Ltd * </copyright> * <summary> * Permission is hereby granted, free of charge, to any p...
[ "product.team@groupdocs.com" ]
product.team@groupdocs.com
8bd882b0ba9da4ffb8f5108872fecf34d8d25c6b
a7c85a1e89063038e17ed2fa0174edf14dc9ed56
/spring-aop-perf-tests/src/main/java/coas/perf/TargetClass500/Advice443.java
7657cf7e7219f60ab2ed9983ef21aa8606d1e7e1
[]
no_license
pmaslankowski/java-contracts
28b1a3878f68fdd759d88b341c8831716533d682
46518bb9a83050956e631faa55fcdf426589830f
refs/heads/master
2021-03-07T13:15:28.120769
2020-09-07T20:06:31
2020-09-07T20:06:31
246,267,189
0
0
null
null
null
null
UTF-8
Java
false
false
738
java
package coas.perf.TargetClass500; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.springframework.stereotype.Component; import coas.perf.TargetClass500.Subject500; @Aspect @Component("Advice_500_443") public class Advice44...
[ "pmaslankowski@gmail.com" ]
pmaslankowski@gmail.com
a091f7d0315cf7f4d05dd6cc8803b031b8ff23ee
67249ea888f86ba5e133018a17d1c35993eeb1d2
/src/main/java/com/ziyu/jvm/ch05/instructions/conversions/F2I.java
1fadb7ae71e1bb29ceee275e33d4e4e8a21bf483
[]
no_license
ZheBigFish/myjvm
7515a3db5653a3771707df9949707ff1a583c118
13105d7da590118d133b97c806d83a518793444c
refs/heads/master
2022-12-22T04:56:54.224858
2020-05-16T08:10:29
2020-05-16T08:10:29
231,883,089
1
0
null
2022-12-16T05:06:36
2020-01-05T07:28:34
Java
UTF-8
Java
false
false
403
java
package com.ziyu.jvm.ch05.instructions.conversions; import com.ziyu.jvm.ch05.instructions.base.Instruction; import com.ziyu.jvm.ch05.rtda.Frame; /** * @ClassName d2x * @Date * @Author * @Description TODO **/ public class F2I extends Instruction { @Override public void execute(Frame frame) { frame...
[ "762349436@qq.com" ]
762349436@qq.com
e1cb2294a20d1ce05f24c910c1f2c92b96c83731
f29fac4b7133e477fe94d4b0d8a8a1bf169c2aab
/Java OOP/Working with Abstraction/src/TrafficLights/TrafficLight.java
dd0d92cca2a12e1336ccefc35d2714864c999898
[ "MIT" ]
permissive
GavrielDunev/Java-Advanced
a24b0aa66618da5fce88edb158cd13bfd6cb6f6e
6c3c312b5ef9115f77a033c42e8510aa2f15ed4b
refs/heads/master
2023-05-09T08:50:42.460392
2021-05-28T14:42:23
2021-05-28T14:42:23
296,340,365
0
0
null
null
null
null
UTF-8
Java
false
false
555
java
package TrafficLights; public class TrafficLight { private Color color; public TrafficLight(Color color) { this.color = color; } public Color getColor(){ return this.color; } public void update() { switch (this.color) { case RED: this.color...
[ "dunev17@gmail.com" ]
dunev17@gmail.com
5b47ef6276f997dbb6520311c24df5d23a7a18ab
bf92629bef0dea162c468a9b939dec3ac55ae677
/examples/simple/MODELS/guardedfsm/src-gen/guardedfsmprinting/revisitor/operations/guardedfsmprinting/LitOperation.java
c53f59a0f2fad5f8cd5ce9ef70955923731c2ddf
[]
no_license
tdegueul/ale-xbase
32db3ee08792e53769971698962a9dcdc80a90a4
3f6de93c322367fd78b1d4d23b20a24edba268d3
refs/heads/master
2021-01-21T21:15:12.645906
2018-08-27T13:47:15
2018-08-27T13:47:15
98,518,635
1
1
null
null
null
null
UTF-8
Java
false
false
336
java
package guardedfsmprinting.revisitor.operations.guardedfsmprinting; import printexp.revisitor.operations.printexp.ExpOperation; @SuppressWarnings("all") public interface LitOperation extends printexp.revisitor.operations.printexp.LitOperation, ExpOperation, guardedfsmprinting.revisitor.operations.guardedfsmprinting.E...
[ "degueule@cwi.nl" ]
degueule@cwi.nl
0a6b4ea02930ffb45c48af2cfa10587e73224262
6ee74c84cdf8d89551186b3895ff965c6edd4852
/src/main/java/be/pxl/ja2/rest/RestApplication.java
4ff2965eaa495add5b9918bdf59dc27f785c8b3e
[]
no_license
marielLatellaBarros/JA2_introductie_REST
9a15eb6616f940dbed8032f923266b7733686a74
21c7f57aca165a7171fe8a043fa98a180ffe9f00
refs/heads/master
2022-06-13T19:15:56.456910
2020-05-06T08:07:49
2020-05-06T08:07:49
257,906,482
1
0
null
2020-04-22T13:15:49
2020-04-22T13:15:49
null
UTF-8
Java
false
false
178
java
package be.pxl.ja2.rest; import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; @ApplicationPath("/api") public class RestApplication extends Application { }
[ "custersnele@gmail.com" ]
custersnele@gmail.com
5f87aef554c456ff71c1da36e9180db6b7b948a1
0ae958e09701e2b8ce50649002f78be6b58033d8
/src/test/java/com/mycompany/myapp/service/UserServiceIT.java
543d687b3341eb84b29b4c14f563cc2bf97563f4
[]
no_license
BayanovEN/ionic-app
6f62c8db7f5d8f0d0e6933d9acd370b9c4d6599a
2edf8aae9354ca00ec29e0c435c56e26b416f309
refs/heads/master
2022-12-17T10:50:47.345887
2020-09-15T16:18:51
2020-09-15T16:18:51
295,783,965
0
0
null
null
null
null
UTF-8
Java
false
false
6,893
java
package com.mycompany.myapp.service; import static org.assertj.core.api.Assertions.assertThat; import com.mycompany.myapp.IonicappApp; import com.mycompany.myapp.config.Constants; import com.mycompany.myapp.config.TestSecurityConfiguration; import com.mycompany.myapp.domain.User; import com.mycompany.myapp.repository...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
b245e9c57bf621af1906e0f7071856e933bae5d0
7f510624d93cbd3e07c1a7896f0591df4f72be94
/src/main/java/unifi/util/LongSparseLongArray.java
6fbb73eb329fa5bd67a1f42f3664f033bf769a40
[]
no_license
collinsmith/unifi
cb25f406a2a6c1c4bacc5843eac800433eba83d0
00c8462bde7aeed43296fce942695205ae00de60
refs/heads/master
2021-01-20T00:21:43.526097
2017-03-29T06:51:13
2017-03-29T06:51:13
58,800,566
0
0
null
null
null
null
UTF-8
Java
false
false
2,832
java
package unifi.util; import com.google.common.base.Preconditions; import android.support.annotation.IntRange; import android.support.annotation.NonNull; import android.support.annotation.Size; import org.apache.commons.lang3.ArrayUtils; import java.util.Arrays; public class LongSparseLongArray { @NonNull @Size...
[ "collinsmith70@gmail.com" ]
collinsmith70@gmail.com
deaab24f1d8e6fc488b7df4153eb34c853684362
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a151/A151127.java
fd0a3feb15be9cccb33f59f3acf42581422757c7
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
586
java
package irvine.oeis.a151; // Generated by gen_seq4.pl walk23 3 5 1 222201010101110 at 2019-07-08 22:06 // DO NOT EDIT here! import irvine.oeis.WalkCubeSequence; /** * A151127 Number of walks within <code>N^3</code> (the first octant of <code>Z^3)</code> starting at <code>(0,0,0)</code> and consisting of n steps tak...
[ "sairvin@gmail.com" ]
sairvin@gmail.com