blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
f3f06e454b7523f5fb6d3e018b4bca1626bf0f01
262b91ee24fd9ff49aa0f74aa9f3867cb13b63e8
/USACO/Training/Chapter1/Section1/ride.java
a3dbe400d5676903ec5f478ee2a24f372273ff40
[]
no_license
Senpat/Competitive-Programming
ec169b1ed9ee85186768b72479b38391df9234b3
d13731811eb310fb3d839e9a8e8200975d926321
refs/heads/master
2023-06-23T01:25:35.209727
2023-06-15T02:55:48
2023-06-15T02:55:48
146,513,522
0
0
null
null
null
null
UTF-8
Java
false
false
943
java
/* ID: patrickgzhang LANG: JAVA TASK: ride */ import java.util.*; import java.io.*; class ride{ public static void main(String[] args) throws IOException{ BufferedReader f = new BufferedReader(new FileReader("ride.in")); PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter("ride.out")))...
[ "pgz11902@gmail.com" ]
pgz11902@gmail.com
160129da49c52143f41aec3da5e904852a8e35b5
49eae4d0e91eda8a29d6af89217acb55ac44fe10
/src/garen/java/demo/demo07/day12/EmployeeDemo/Network.java
5494d5b7d933bffa41a9855a738c69aa2a272e08
[]
no_license
Garen2994/Java-learning-demo
effaeea0837c3314d2b649fba16283cd2aa7a673
e0507c031ecb0abc79e12e1a7aad103f61b5dcfa
refs/heads/master
2020-06-27T17:11:54.148500
2019-12-16T09:24:26
2019-12-16T09:24:26
200,005,632
0
0
null
null
null
null
UTF-8
Java
false
false
375
java
package garen.java.demo.demo07.day12.EmployeeDemo; public class Network extends Maintainer{ public Network() { } public Network(String id, String name) { super(id, name); } @Override public void work() { System.out.println("员工号为" + this.getId() +" 的" +this.getName() + "员工,正在检查...
[ "garen2994@hotmail.com" ]
garen2994@hotmail.com
19af8f4e3794c4a7a4ffcc3d32fa81c7ac5004bd
109d82f4419c73510564c868e6bd3305997cfd8d
/asktao/src/main/java/com/dragon/asktao/config/CommonResponse.java
3fadfadaa22fde884049030fc1140d389eb79df4
[]
no_license
menglinxi/asktao
f9dac2d57bda9a5fa29176abafb6a96ad4149875
b33490f973362cba516cbcc430065025c94219c4
refs/heads/master
2022-03-22T09:24:35.529773
2019-12-14T15:06:14
2019-12-14T15:06:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,110
java
package com.dragon.asktao.config; import com.dragon.asktao.common.view.CommonResult; import org.springframework.core.MethodParameter; import org.springframework.http.MediaType; import org.springframework.http.converter.HttpMessageConverter; import org.springframework.http.server.ServerHttpRequest; import org.springfra...
[ "long20150509@163.com" ]
long20150509@163.com
5db3bf72d5064c1754f43d615abe2ac166c38ca4
9209558f3d58608b6478e5cb99ae1864b8db3915
/butterfly-common/src/main/java/org/butterfly/common/core/enumeration/CodeByteEnum.java
fd922d16cc7041eed9607b8891f2061f67b455e0
[]
no_license
alfredcao/butterfly
bb20f12863c31beebb6058229d0d90a4dee0fa7d
07d7a14dadc5c93b1768f7d4f5a9b6fb5a2228d4
refs/heads/master
2022-09-24T00:27:52.195975
2019-11-03T09:22:14
2019-11-03T09:22:14
214,381,570
0
0
null
2022-09-01T23:13:55
2019-10-11T08:17:07
Java
UTF-8
Java
false
false
163
java
package org.butterfly.common.core.enumeration; /** * 包含code字段(字节类型)的枚举类型 */ public interface CodeByteEnum { byte getCode(); }
[ "348881694@qq.com" ]
348881694@qq.com
c2cc5097fd47f3cc34e67e6c26847bd6d0006be3
213b4ff8b8198c6006699565e97046b5a4349c09
/src/org/jmin/bee/test/type/Druid.java
fe64c6135cdd9b034173362cf3caf2051a3b2be5
[]
no_license
performance12345/PoolPerformance
b07e65abf299594cc0c8c4f8ef4c58ced64b8978
ad50dd51919595424672e7713c56241af8bde2f7
refs/heads/master
2022-01-20T13:13:04.691813
2019-08-03T03:32:05
2019-08-03T03:32:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,051
java
package org.jmin.bee.test.type; import org.jmin.bee.test.Link; import com.alibaba.druid.pool.DruidDataSource; /** * product from Chinese alibaba */ public class Druid { public static DruidDataSource createDataSource() { DruidDataSource datasource = new DruidDataSource(); datasource.setUrl(Link.JDB...
[ "noreply@github.com" ]
performance12345.noreply@github.com
b398971c65db32be4368905e3c30485cb5a85fa3
6518283116f4870feb65088f29d5bd74c437bcc6
/src/test/ScrabbleScorrerTest.java
8f3ac5b186318ab8d9d1fd52acc62daf3d4665ed
[]
no_license
Yonkokilasi/scrabble
c9cb1f85ae3df0fb956c1087e27d56252684a243
0e79821fd201ecefa8441e1deafb08a87fbdc126
refs/heads/master
2021-01-19T22:40:59.524673
2017-04-20T09:53:43
2017-04-20T09:53:43
88,842,993
0
0
null
null
null
null
UTF-8
Java
false
false
348
java
import org.junit.*; import static org.junit.Assert.*; import java.util.ArrayList; import java.util.List; public class ScrabbleScorrerTest { @Test public void calculateScore_returnsScoreForSingleLetter_1() { Scrabble testScrabble = new Scrabble(); Integer expected = 1; assertEquals(expected, testScrabble...
[ "yonkokilasi@gmail.com" ]
yonkokilasi@gmail.com
33ad6bf7ff5e7224922c8f5778257a8fb83e5d08
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/Time-3/org.joda.time.MutableDateTime/BBC-F0-opt-60/3/org/joda/time/MutableDateTime_ESTest_scaffolding.java
e002d8fa349e37688aec99d9b9b6dc348e5f89c4
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
22,951
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Oct 19 22:52:50 GMT 2021 */ package org.joda.time; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; import...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
0e373d3a5c1d7547e0b2372c95029c3dd0f2d6b0
9cd1f8004717112fc20ae20bb607d94d3188449d
/bundles/plugins/org.bonitasoft.studio.properties/src/org/bonitasoft/studio/properties/sections/message/CatchEventEventSelectionContribution.java
9012047831f80f1911766786150b232e8efd5ab6
[]
no_license
guillermofuentesquijada/bonita-studio
aad348262a7810788f3284ec6363ac718718b793
e64149dfdf34a45f8f0d55782831b8b142d2c07e
refs/heads/master
2021-01-18T18:47:16.790750
2015-03-24T10:11:03
2015-03-24T10:17:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,965
java
/** * Copyright (C) 2009 BonitaSoft S.A. * BonitaSoft, 31 rue Gustave Eiffel - 38000 Grenoble * * 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.0 of the License, or * (a...
[ "aurelien.pupier@bonitasoft.com" ]
aurelien.pupier@bonitasoft.com
02a9bf702f9079a6ffb72535750dff1bfbe39911
0daae42ee3234f891289ad65e29fa0597fbc694f
/src/test/java/algorithm/tree/TreeNodeTest.java
b803a9ea42a2e294512a42bc981ff414e3581afa
[]
no_license
tcllib/LeetCode
39d183c7cc5e9e543f25b8e329c97243712247a6
5ec4a6bd46079f324eaa0ed7e038b110f7f21a0a
refs/heads/master
2021-06-17T17:47:24.871793
2021-04-07T13:02:59
2021-04-07T13:02:59
185,039,146
1
0
null
null
null
null
UTF-8
Java
false
false
421
java
package algorithm.tree; import org.junit.jupiter.api.Test; class TreeNodeTest { @Test void build() { TreeNode build = TreeNode.build(new Integer[]{1,2,3,null,3,6,7,4,5}); System.out.println(""); } @Test void level_order_traversal() { TreeNode tree = TreeNode.build(new Int...
[ "byli@thoughtworks.com" ]
byli@thoughtworks.com
696daa1493661f0633fc1609667bc405ea971b94
49456917a68a5ddcaae2d6c4e4fe4d70f211181a
/app/src/main/java/jiyun/com/lovepet/utils/TableUtils.java
71eb8c19dc65e4cd42517651582fcc288d123e19
[]
no_license
HGFwoyunqidayushili/LovePet
e53cfc758e2b07dbd0ad482c587a60b6b12d083e
dfca2c2b10a40ea577e1415ed91d232660bf9c0b
refs/heads/master
2021-09-01T17:06:14.064239
2017-12-25T01:55:57
2017-12-25T01:55:57
113,388,046
0
0
null
2017-12-25T01:55:58
2017-12-07T01:41:25
Java
UTF-8
Java
false
false
15,743
java
/** * @描述 : * @文件名称 : TableUtils.java * @�??属包名称 : com.huanchong.pet.utils * @作�?? : Android - yhq * @版本 : v1.0 * @创建日期 : 2016�??3�??14�?? */ package jiyun.com.lovepet.utils; import android.provider.BaseColumns; /** * @描述 : �??有数据库本地�?? * @类名 : TableUtils * @作�?? : Android...
[ "953859164@qq.com" ]
953859164@qq.com
520ce06e260cf106737572c95c7b8e0db962d950
04798cd312481621fef63ee314f1044abfb13c07
/src/main/java/com/inventory/manager/application/adjustment/dto/ListStockAdjustmentResponseDTO.java
e065f4f568d85df2e83096d2ca6e92d003f5e4e8
[]
no_license
mhimaz/inventory-manager
d021c983f7f38d8fee6739711e7cea952b81de6d
cfd6d06aa4d5fe62df5c11bdf7edb9a6b61d37f1
refs/heads/master
2021-09-18T01:26:49.105855
2018-07-08T14:58:03
2018-07-08T14:58:03
107,620,345
0
0
null
2018-01-05T06:35:04
2017-10-20T02:06:08
Java
UTF-8
Java
false
false
1,071
java
package com.inventory.manager.application.adjustment.dto; import java.util.ArrayList; import java.util.List; import com.fasterxml.jackson.annotation.JsonInclude; import com.inventory.manager.application.shared.dto.BaseResponseDTO; import com.inventory.manager.application.shared.dto.PaginationDTO; @JsonInclude(value ...
[ "himaz.m@aeturnum.com" ]
himaz.m@aeturnum.com
d5b30f4c1b3a77837c88bd13bcbba6c8952da6c3
8b94df137a6a4c223cb26ca717381b8f4ce3deb2
/s2hessian/src/org/seasar/s2hessian/MetaConstant.java
57d5151bbe8d240d762f7655d4165468e0cb4b03
[]
no_license
seasarorg/s2hessian
157efa5d25460ed62b8e15d7807dbf013064f432
1eac36c4b79c530bb5c3e19048400dab7e107441
refs/heads/master
2020-03-30T22:17:04.484361
2013-10-08T08:12:52
2013-10-08T08:12:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
749
java
/* * Copyright 2004-2006 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 ...
[ "mikeshimura@gmail.com" ]
mikeshimura@gmail.com
6c7e3a82509545aeb997b7c6b8a9f1c9a6f7d81b
b63b9e862fa81636958d0bede8b0df6cd71c4e82
/example-substeps-project/src/test/java/com/technophobia/webdriver/substeps/example/FeatureFileRunner.java
80b7e351f8bb437b53be54cbcce9a0c53d1a24e2
[]
no_license
imcshane/substeps
8443cabbf1faabf673a5fef86ce9371a6b97c637
fef9e42d0542fd92363b582650a78f8366fba372
refs/heads/master
2021-01-17T22:35:05.154699
2012-07-05T13:47:37
2012-07-05T13:47:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,833
java
/* * Copyright Technophobia Ltd 2012 * * This file is part of Substeps. * * Substeps 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 3 of the License, or * (at your ...
[ "imoore@technophobia.com" ]
imoore@technophobia.com
9ed6bfd7aa369d5b8442a8ff05cf884cf538db3a
dbda4749ad2b35bf98d1adeedebab0ab98010e88
/app/src/main/java/com/greattone/greattone/Enum/EnumTime.java
4c65373e3ace989eb78040009f63d9345df36bec
[]
no_license
makaifeng/greattone2
b7d771c50b2466e7718b4194dee952a7a3325170
7eddff6be1007d9264813e920ba46780a9bac59f
refs/heads/master
2020-12-24T10:03:40.334376
2017-04-26T06:29:25
2017-04-26T06:29:25
73,248,461
1
2
null
null
null
null
UTF-8
Java
false
false
2,194
java
package com.greattone.greattone.Enum; /** * Created by Administrator on 2016/10/31. */ public enum EnumTime { // TIME1("06:00",0), // TIME2("06:15",1), // TIME3("06:30",2), // TIME4("06:45",3), // TIME5("07:00",4), // TIME6("07:15",5), // TIME7("07:30",6), // TIME8("07:45",7), TIME9("08:0...
[ "707584319@qq.com" ]
707584319@qq.com
42c1d0e0eb62fc9a5ce8f439e5037127ee42b81b
6f5d187aa8cdeda25b1560000e231474dd122301
/service/service_edu/src/main/java/com/atguigu/eduservice/service/impl/EduTeacherServiceImpl.java
8da3e75016b6b54e9db485275bd29cac3954778e
[]
no_license
IanXie/guli_parent
8fb63836142fd79c3b818d6ea3e22008cc93c8bf
43a55f41b5ad01733ed396955f28588ffeeb0862
refs/heads/master
2023-08-17T18:00:07.094595
2021-09-24T16:29:01
2021-09-24T16:29:01
399,323,395
0
0
null
null
null
null
UTF-8
Java
false
false
2,103
java
package com.atguigu.eduservice.service.impl; import com.atguigu.eduservice.entity.EduTeacher; import com.atguigu.eduservice.entity.vo.TeacherQuery; import com.atguigu.eduservice.mapper.EduTeacherMapper; import com.atguigu.eduservice.service.EduTeacherService; import com.baomidou.mybatisplus.core.conditions.query.Query...
[ "yxie3@paypal.com" ]
yxie3@paypal.com
1264d54a9bd8ff3cb89c580e192f89f033be825b
360c3af5ab01028ad60840f7ed23edf762b3d850
/src/br/ufrn/ppgsc/backhoe/miner/TaskMiner.java
2a87e9272267aa5db2edcb8ea7ad4ab51859f56c
[]
no_license
jalerson/backhoe
f54f2037c874ef27ca71c44366f10a300338db98
9999f08ab7062e3bf352388a78559c2126b02204
refs/heads/master
2016-09-06T03:08:20.482500
2015-07-31T00:00:38
2015-07-31T00:00:38
32,612,556
8
0
null
null
null
null
UTF-8
Java
false
false
3,688
java
package br.ufrn.ppgsc.backhoe.miner; import java.sql.Date; import java.util.LinkedList; import java.util.List; import br.ufrn.ppgsc.backhoe.exceptions.MissingParameterException; import br.ufrn.ppgsc.backhoe.persistence.model.Commit; import br.ufrn.ppgsc.backhoe.persistence.model.Task; import br.ufrn.ppgsc.backhoe.per...
[ "joaohelis.bernardo@gmail.com" ]
joaohelis.bernardo@gmail.com
e516efe5666f5570ec458b10c9893b4c6fea39d8
7c63713bc861bec328ac46957273f401135b9358
/src/cn/iot/crud/dao/EmployeeMapper.java
fa0d1e2b14288f5b791d590a659a941c86b68f45
[]
no_license
iot2020lxq/ssm_crud
84b158cacb41a7cbd1a19cead660791db54184d0
03d4a4a7d658611e539b3692a58570dc3770363f
refs/heads/master
2022-12-22T07:17:12.928773
2020-03-17T10:27:36
2020-03-17T10:27:36
247,940,907
0
0
null
2022-12-16T11:36:31
2020-03-17T10:27:56
Java
UTF-8
Java
false
false
339
java
package cn.iot.crud.dao; import cn.iot.crud.bean.Employee; import java.util.List; public interface EmployeeMapper { int deleteByPrimaryKey(Integer empId); int insert(Employee record); Employee selectByPrimaryKey(Integer empId); List<Employee> selectAll(); int updateByPrimaryKey(E...
[ "1324424528@qq.com" ]
1324424528@qq.com
f27e156df9bfa7bf6bcf86c09324d2c52520886b
78ee343ad1655803e56033e6a9f8893fce98d928
/app/src/main/java/pc/javier/seguime/ActividadRegistros.java
aa6e927fb14599483240f5b48a0deacf0c058703
[]
no_license
javpc/seguime
bd1983fc1d54f50898cdcbc7b1b48ce17408bd92
b28dfec18b82734ca91a83962c6cc83ca92d4657
refs/heads/main
2023-07-11T15:16:09.623965
2021-08-17T08:36:58
2021-08-17T08:36:58
397,165,825
0
0
null
null
null
null
UTF-8
Java
false
false
1,379
java
package pc.javier.seguime; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import androidx.appcompat.app.AppCompatActivity; import pc.javier.seguime.adaptador.Preferencias; import pc.javier.seguime.control.ControlPantallaRegistros; import pc.javie...
[ "j21@vivaldi.net" ]
j21@vivaldi.net
92f02a35298f0b1314d2dc71f7b22270b3501655
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/JacksonCore-24/com.fasterxml.jackson.core.base.ParserBase/BBC-F0-opt-20/27/com/fasterxml/jackson/core/base/ParserBase_ESTest.java
14a3fb8a58097549d28f2b7bd5f426c82af665ac
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
61,387
java
/* * This file was automatically generated by EvoSuite * Sat Oct 23 09:54:26 GMT 2021 */ package com.fasterxml.jackson.core.base; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com.fasterxm...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
06f720a91a0f1416d2b78190e7e55067b8e3e012
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/19/19_a7475f2c9b0a58b0b1acbe0e5e83c84a077a1dd2/AdminController/19_a7475f2c9b0a58b0b1acbe0e5e83c84a077a1dd2_AdminController_t.java
6bb0aa5a220cc72c7d322d01a91d0a8753388740
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
2,521
java
package is2.controller; import java.util.List; import javax.inject.Inject; import javax.validation.Valid; import org.springframework.stereotype.Controller; import org.springframework.validation.BindingResult; import org.springframework.validation.Validator; import org.springframework.web.bind.annotation.Mod...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
24fa650be7ce42d66d8cd0b04dec41399436d259
fd8372f1c796b040c7f6704f9dbd44f84f981f8f
/my/framework/hibernate/demo/Demo2.java
f510a56d4341eee046af933501bf49b88e8d74a3
[]
no_license
aspiringmaven/HibernateGyan
26280cb34040e8455699697933e0d7c657936325
a4248e27c27d5415e4a0808815326e5f70f3d1a6
refs/heads/master
2021-01-17T06:46:16.495635
2016-07-10T12:22:06
2016-07-10T12:22:06
51,706,041
0
0
null
null
null
null
UTF-8
Java
false
false
1,636
java
package my.framework.hibernate.demo; import java.util.LinkedHashSet; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import my.framework.hibernate.beans.Engineer; public class Demo2 { public static void main(String[] args) { Engineer engineer1 = new E...
[ "sumitkkawatra@gmail.com" ]
sumitkkawatra@gmail.com
f93a2e81361b989ffce05311dd3e18e865160081
efa111e72e82f3bf1f03ae853ca13f16bac370bd
/yifu_system/src/main/java/com/jwk/project/app/user/controller/RegisterController.java
aab004420b20cee9060db883ef49e0b79e347e7d
[]
no_license
shiyijun0/microonfig
5fe2a38bee69a19e2489476006c58a3b1967a622
83b80ac70bbe8c2b993143d800a7d1991c6bc786
refs/heads/master
2020-03-26T20:51:27.096757
2018-08-20T02:07:29
2018-08-20T02:09:39
145,350,290
0
0
null
null
null
null
UTF-8
Java
false
false
2,486
java
package com.jwk.project.app.user.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.catalina.connector.ClientAbortException; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import ...
[ "617318842@qq.com" ]
617318842@qq.com
d5a995c5035f60e46ecce953458b86cea1e335b6
dea63e971fc55dd5bb4159874761f71781f6494c
/src/test/java/org/zerock/persistence/BoardDAOImplTest.java
da6c25605df0f0c35cc70dc2a24842659c6f9431
[]
no_license
cuteprettykara/springWebProject_2nd
e7e32c6efd400081169fccee1f45aff8c01ce6a7
de889f73f64746cfa5a197059502a8e3bdb3e9c8
refs/heads/master
2020-03-10T01:05:48.905551
2018-05-17T07:52:24
2018-05-17T07:52:24
129,100,282
0
0
null
null
null
null
UTF-8
Java
false
false
3,857
java
package org.zerock.persistence; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import java.util.List; import javax.inject.Inject; import org.junit.Test; import org.junit.runner.RunWith; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.test....
[ "@gmail.com" ]
@gmail.com
56e833564ece06e5d34f2bf6ea248e8fa7c20880
6451bccdff554567f0906a795ff6bdb660b02e03
/src/test/testData/UnitsInspectionTest/Misc/ternary.java
ae36cf9d90c00ace2ac9619e4e919e854f9748a9
[ "Apache-2.0" ]
permissive
KelvinNi/intellijLint
a6c25617732d79f6703b45ed2eeaeefe072059af
83a18fb75594c92c5dee197a43a7dd8f9674c8be
refs/heads/master
2020-03-16T02:49:48.126380
2017-07-17T09:16:42
2017-07-17T09:24:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
/* * Copyright 2017 LMAX Ltd. * * 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 l...
[ "falconerl@lmax.com" ]
falconerl@lmax.com
a612b6cd3f7e0e7de5ca2891cadb6b75a3e1ceaa
1a2fb7fb0f88c218b7992f0e40806f11369900e3
/src/View/TelaPrincipal.java
25f7e7039d9553f4bcdbeaafa625c6a2174442be
[]
no_license
gioalmeida/Atividade-05
8f3f587f3c613cf93793c201b8fdb49d7b5d92d3
5577faa513a7dfb894d9e8aa862e51f106e82fa3
refs/heads/main
2023-06-11T20:23:29.494432
2021-06-27T15:17:45
2021-06-27T15:17:45
380,765,316
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,399
java
package View; import java.text.ParseException ; import java.util.Scanner ; import java.util.concurrent.TimeUnit ; public class TelaPrincipal { public static Scanner menuPrincipal ( console do Scanner ) lança ParseException , InterruptedException { int opcao = 0 ; faça { Sistema . pa...
[ "noreply@github.com" ]
gioalmeida.noreply@github.com
2695e7085f78c8aa3db4c6a1f0fad8f1ff117b6e
86f61d1011fe103266017c4e2aecd21154b150a3
/lab4/src/cpp/lab4/Message.java
ee7cfc09e312e3fa147f523f80f5b556e54cc564
[]
no_license
nikkonrom/cross-platform_programming
439e7c0225836cde7942210a51855861acba9918
cbc0832185ace51ae0967537f190943390a0fea1
refs/heads/master
2021-04-28T16:09:27.710489
2018-05-26T11:53:24
2018-05-26T11:53:24
122,006,898
0
0
null
null
null
null
UTF-8
Java
false
false
307
java
package cpp.lab4; import java.util.concurrent.BlockingQueue; public class Message { public String messageData; public BlockingQueue<String> sender; public Message(String messageData, BlockingQueue<String> sender){ this.messageData = messageData; this.sender = sender; } }
[ "nikkonrom@gmail.com" ]
nikkonrom@gmail.com
8a18f4079c0468272ee3a7b9b38023df67c02e48
94e9da84faab3e6a78ee3f89b66141d963658fcd
/kie-wb-common-screens/kie-wb-common-project-editor/kie-wb-common-project-editor-client/src/main/java/org/kie/workbench/common/screens/projecteditor/client/handlers/NewPackageHandler.java
5177655861505e86d8813304b93d79564b50d874
[]
no_license
hernsys/kie-wb-common-6.1.0.CR1
c3a9db40e83959e4ebb318f604b0c3297ee21423
1f66aa7d08852257526be33810133725097533f6
refs/heads/master
2021-01-10T20:14:10.446327
2014-08-19T14:29:34
2014-08-19T14:29:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,548
java
package org.kie.workbench.common.screens.projecteditor.client.handlers; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; import com.google.gwt.user.client.Window; import com.google.gwt.user.client.ui.Image; import com.google.gwt.user.client.ui.IsWidget; import org.guvnor.common.services....
[ "horacioantar@gmail.com" ]
horacioantar@gmail.com
926dad8e763da4a71b347aa1a97770ad40bdd208
aa49f99307b9c0c70bf3e831b100680ce7d14228
/src/oopconcepts/ForDemo.java
4a7f31f14b1516b0cc061ff0b911e0314c50c6d8
[]
no_license
okletsov/java_udemy_2
a933da947b94cd89368455cbc4d87d72231ad42e
dacd69d2fe0d235fc63ff68eace3658d71200519
refs/heads/master
2020-03-18T00:23:43.624647
2018-05-20T02:53:13
2018-05-20T02:53:13
134,090,274
0
0
null
null
null
null
UTF-8
Java
false
false
704
java
package oopconcepts; public class ForDemo { public static void main (String[] args){ for (int i = 0; i <= 10; i++){ System.out.println("Value of i: " + i); } int[] numbers = {10, 20, 30}; System.out.println("Array length is: " + numbers.length); for (int i = 0; ...
[ "akletsov88@gmail.com" ]
akletsov88@gmail.com
7b9f99420bdbff5dd96eb09de80174a74d6b14e3
b67728d14dcab9a84c14fcd2461b1a93ba5a7719
/teros-central-server/src/main/java/com/teros/central_server/Application.java
7136ae8f1e10c63a3bf24733aa884307732e94ae
[]
no_license
onlywin7788/teros
af3320e1c6b20b13caa2d96a25ba27c411f6b428
adc04285a683b5a77d3b0b7202566b5222ee4a59
refs/heads/main
2023-01-15T12:16:50.371657
2020-11-23T02:00:16
2020-11-23T02:00:16
304,207,685
0
1
null
null
null
null
UTF-8
Java
false
false
1,071
java
package com.teros.central_server; import com.teros.central_server.config.shutdown.GracefulShutdown; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory; import org.sprin...
[ "onlywin7788@gmail.com" ]
onlywin7788@gmail.com
5616f51877f4d13f03c1d4c3a90ea6bf9ed66f53
d88d374a8ed393a11a83fd0fe590c5dd9713d91c
/PeopleWS/src/main/java/com/ajs/dao/HibernateDao.java
48429fcc342e43e5d506a0da7d457464dc1fe040
[]
no_license
andyuser727/blah
81cfd82402b6bdb8566c23524c743a0a0ae33f1f
877946dfe2ee2bb0af9d53746198acb64bd62fda
refs/heads/master
2021-01-22T22:56:58.129005
2014-10-11T12:17:59
2014-10-11T12:17:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,148
java
package com.ajs.dao; import com.ajs.domain.Invoice; import com.ajs.domain.PersistentObject; import org.hibernate.Hibernate; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.orm.hibernate3.HibernateTemplate; impo...
[ "asmith@eclinicalhealth.com" ]
asmith@eclinicalhealth.com
61b0f15bebe6532449c17f218a5dc80a7c7f908c
90efad8bf93fb9f39ad43238b971b612be1fd12f
/spring-boot-jwt/src/main/java/com/andy/jwt/JwtApplication.java
845e8bbad9f2f8dc0d2a209e8d36c5fd65405f36
[ "Apache-2.0" ]
permissive
SharingTourism/spring-boot-examples
eaa3e8e765464e1e5a6ae89f8d0e6dcfa382b8b5
dc6882afd62db46bc29fefb06184e9e303392804
refs/heads/master
2020-09-24T13:06:08.508217
2019-03-28T07:24:10
2019-03-28T07:24:10
225,764,962
0
0
null
2019-12-04T02:51:10
2019-12-04T02:51:09
null
UTF-8
Java
false
false
358
java
package com.andy.jwt; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * @author Leone * @since 2018-04-15 **/ @SpringBootApplication public class JwtApplication { public static void main(String[] args) { SpringApplication.run(...
[ "exklin@gmail.com" ]
exklin@gmail.com
216b13b54ff87bf2de86788866995d105986647f
e74856004309a0393a5c81af7402786b1feb4997
/River/src/main/java/_11/misc/PrimitiveNumberEditor.java
71f8009e8e4acf95e7fa87f031ef5a0be7cd9b78
[]
no_license
EEIT10403/River
68b681bab4980cc8dc4f15735b49b47b4e5ded5c
9f04d1d17f3db5deeba11f1683cbb0ab89691343
refs/heads/master
2020-04-13T17:46:25.330805
2019-01-30T06:04:51
2019-01-30T06:04:51
163,007,704
2
0
null
null
null
null
UTF-8
Java
false
false
918
java
//package _11.misc; // //import java.text.NumberFormat; // //import org.springframework.beans.propertyeditors.CustomNumberEditor; // //public class PrimitiveNumberEditor extends CustomNumberEditor { // private final boolean ALLOW_EMPTY; // // public PrimitiveNumberEditor(Class<? extends Number> numberClass, ...
[ "pinglo.tw@gmail.com" ]
pinglo.tw@gmail.com
29af354c2225064e5cccb3c98e57b48ca9a92fb9
e04c4d401e264b4c9b9dec1cb1a619a1eb571d67
/ThreeWaysToConfigure/src/main/java/priv/lint/XMl/Student.java
735dbef466a1f08e43b76157a075f60ceaf528ed
[]
no_license
lintsGitHub/Spring-LearningPractice
629d988e87f85618f2b959563ec10c5cd8a15f18
aba09a42730360353b22bad38ff2d73aafddd3b7
refs/heads/master
2020-04-07T16:05:18.598348
2018-12-28T11:33:00
2018-12-28T11:33:00
158,514,520
3
0
null
null
null
null
UTF-8
Java
false
false
150
java
package priv.lint.XMl; public class Student implements per { @Override public void sayHello() { System.out.println("hello"); } }
[ "2145604059@qq.com" ]
2145604059@qq.com
8241f573bc3f0ef6e74a1a398d7bbf4212ec411e
9c9e529f74abc5b2efef80bab36320722c788c17
/src/main/java/com/itech4kids/skyblock/CustomMobs/SEntityAI.java
0aca7fefb826af2c32fc16f23d0db1984d8ec806
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
gamingdoom/SkyBlock
40eacb006e8f765f7b37a7d7fe6910179c30c13f
85efe1e696557f61cc3e24238727990dddfcdc70
refs/heads/main
2023-05-13T14:50:32.709970
2021-05-27T20:21:15
2021-05-27T20:21:15
371,186,388
0
0
MIT
2021-05-26T22:46:55
2021-05-26T22:46:55
null
UTF-8
Java
false
false
5,000
java
package com.itech4kids.skyblock.CustomMobs; import com.itech4kids.skyblock.Main; import net.minecraft.server.v1_8_R3.AttributeInstance; import net.minecraft.server.v1_8_R3.EntityInsentient; import net.minecraft.server.v1_8_R3.GenericAttributes; import org.bukkit.ChatColor; import org.bukkit.craftbukkit.v1_8_R3.entity....
[ "vigiment@gmail.com" ]
vigiment@gmail.com
ce3827b76d4eef894c4c5d8a9bdeeb9d352e4cba
7b20f973f3ca7def28bd75138a6a257713679957
/app/src/main/java/com/overs/sailscore/RaceTimePair.java
affa689cce3732fc2ca0967d3cc63949597a69f9
[]
no_license
patovers/sailscore
6a8d4324680a95150376e5cb2b3b4cbf7a4cabf0
64ea2fa3c44844ad86390434cd1af4d33af5d24d
refs/heads/master
2021-01-10T21:49:35.674202
2016-01-21T21:14:12
2016-01-21T21:14:12
50,136,959
3
3
null
null
null
null
UTF-8
Java
false
false
1,263
java
/* * This class defines a data type for use in the EntriesSelectListActivity. * It allows a single data type to be bound to a row in the list using the * EntriesSelectListAdapter custom list adapter. */ package com.overs.sailscore; public class RaceTimePair implements Comparable<RaceTimePair>{ private int race =...
[ "pat@overs.org.uk" ]
pat@overs.org.uk
96ab38389510d40d8e289c82e9e48472ce01e92b
36b89c18fde69f8da2e97d20cf9461c441a87b15
/projectArchetype/src/main/java/com/arabsoft/utils/Utilitaire.java
b0a54a8fac66dc0e24dce8c9e6f38a9a4f66026f
[]
no_license
xsaf/mystke
d278a6ff6c0cc5ebec300ef9e176dfd51050d142
7bb36495fef7f1e509e116525e38aa24eb7399aa
refs/heads/master
2020-05-22T06:43:02.604051
2016-10-09T17:13:37
2016-10-09T17:13:37
62,892,886
0
0
null
null
null
null
UTF-8
Java
false
false
4,323
java
package com.arabsoft.utils; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.List; import javax.faces.context.FacesContext; import javax.servlet.http.Http...
[ "Safwen@Safwen-PC" ]
Safwen@Safwen-PC
74ce7863b5314b74db6dddf2ed410d14de48b159
16435878ec235617cce6b6422eeaeb27d3009131
/src/test/java/com/opencart/test/handler/OcCustomerWishlistHandlerTestIt.java
6ae7d7928b6f4da1401fb42fe12df265ee0d0885
[]
no_license
gmai2006/opencarttest
fa2207f35046ba636ffef8107a4a6e9ffc57b1bb
b73df234af5bd431b56d038c4aec7aa5383ff1ce
refs/heads/main
2023-09-02T20:01:51.767075
2021-10-16T07:40:18
2021-10-16T07:40:18
417,754,843
0
0
null
null
null
null
UTF-8
Java
false
false
4,199
java
/** * %% Copyright (C) 2021 DataScience 9 LLC %% Licensed under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance with the License. You may obtain a * copy of the License at * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required by applicable law ...
[ "gmai2006@gmail.com" ]
gmai2006@gmail.com
ad68ed0735a5d5e2275687aa42d78c2016106ac2
144db5a435702cb75309b8ee4d3b0da682556af0
/common/src/main/java/com/ghy/common/base/BaseMVVMFragment.java
816c40945241c0d0ac498fefa50e1f82878adc95
[]
no_license
ghylighti/MyJetPackProject
ef77c4fb89698c917e8deac84251d044a8505bb9
53752b7c204466f0fedd5025eaf9416f0593442c
refs/heads/master
2023-02-08T17:03:59.123096
2020-12-30T03:17:16
2020-12-30T03:17:16
325,442,447
0
0
null
null
null
null
UTF-8
Java
false
false
2,507
java
package com.ghy.common.base; import android.content.Context; import android.os.Bundle; import android.util.AttributeSet; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import...
[ "46590425+ghylighti@users.noreply.github.com" ]
46590425+ghylighti@users.noreply.github.com
2c2cbe97a7f104fd0cb67b263aead036f4f7f2f5
9892a5436a51f152b312193749d22fc9cb93d39c
/src/com/donation/Entite/CurrentUser.java
cf0cc81e07ef6565f4aa0fe6662faa727ea503d3
[]
no_license
HatemBay/donationJAVAFX
e6f999836a9abe8e09805c9a003b14032c24addb
191dbc4c9c72b8c101b3dd82390373665aa95fe9
refs/heads/master
2022-11-13T18:30:50.368363
2020-06-16T02:40:55
2020-06-16T02:40:55
272,592,069
1
0
null
null
null
null
UTF-8
Java
false
false
1,865
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.donation.Entite; import javafx.scene.layout.AnchorPane; /** * * @author Oussama */ public class CurrentUser { priva...
[ "bayoudhhatem5@gmail.com" ]
bayoudhhatem5@gmail.com
d34f7da60fbe107b0ee54226bd86f20f42ce252f
bce607cb2adb1545abe40a6c120a05ec94a33b92
/Stacks_Using_Arrays.java
d9ff9dee2c6a1bdd6898d59d14e57c3dcbfa9208
[]
no_license
Varad-Kulkarni/Data_Structures_Using_Java
17853612b9e1a742f664d392a27d44152c815a3a
ee8d3c8553ac044bf084c82bf04eb465428409b9
refs/heads/main
2023-08-12T20:57:55.892373
2021-09-29T10:23:44
2021-09-29T10:23:44
408,767,266
0
0
null
null
null
null
UTF-8
Java
false
false
2,078
java
class custom_Stack { private int size; private int arr[]; private int top; public custom_Stack(int size) { this.size = size; arr = new int[size]; top = -1; } public boolean isFull() { return top == size - 1; } public boolean isEmpty() { return t...
[ "kulkarnivarad110@gmail.com" ]
kulkarnivarad110@gmail.com
3c64e1995c639c380c613740f73d554b955842f2
ebb431e9a8960d9fd5b2ced22eca5091d28c08b4
/src/main/java/com/garmin/fit/BloodPressureMesg.java
ef397af24ebebafd9316ff0d89eccd5803bd92b1
[]
no_license
rtkaczyk/fitter
2dbf295501bc20da2a65b804820005d75a9d376d
2cf48854590e3220838993409b5c84b80966f454
refs/heads/master
2021-01-22T02:13:17.105676
2017-05-27T23:19:59
2017-05-27T23:19:59
92,339,391
0
1
null
null
null
null
UTF-8
Java
false
false
9,029
java
//////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and as an accommodation...
[ "rtkaczyk@users.noreply.github.com" ]
rtkaczyk@users.noreply.github.com
5bb2cbbf5a13593b8a9411e632211a427ce77353
87f560c9a877c1aaf92fea02cc5316d78001d841
/15.generics/FilledListMaker.java
4396e34dc8fd6a3278fcbeff0d979a17452d6c2a
[]
no_license
enzuo411/ThinkingInJava
cf1e9f3f29309f51608416cbe2fbd4178bcd154a
06fc478a19e0125dbc21ab8dd3a89217023ddf65
refs/heads/main
2023-02-15T16:35:59.752917
2021-01-04T02:37:28
2021-01-04T02:37:28
383,800,117
3
0
null
2021-07-07T13:01:12
2021-07-07T13:01:12
null
UTF-8
Java
false
false
397
java
import java.util.*; public class FilledListMaker<T> { List<T> create(T t, int n) { List<T> result = new ArrayList<T>(); for(int i = 0; i < n; ++i) { result.add(t); } return result; } public static void main(String[] args) { FilledListMaker<String> stringMaker = new FilledListMaker<String>(); List<Str...
[ "951072650@qq.com" ]
951072650@qq.com
34cc3b3a0d42f52cd537dbccc58b4be7ddfbe0fa
a098739d091450f69de4a7dc8136895a7e8f1a9c
/wordcount/Final/src/AppTest.java
6bd112ac8d348a972442ff5ad5089a73e504d05d
[]
no_license
Beethom/softwaredev
49c555b92fa27182e663d4716a4723343afd1aa0
72c8819bd637bc9806fe940410d63f35028788ac
refs/heads/master
2023-06-24T09:58:27.957315
2021-07-30T03:43:57
2021-07-30T03:43:57
368,013,506
0
0
null
null
null
null
UTF-8
Java
false
false
895
java
import org.junit.Test; import org.junit.Test; import java.io.File; import java.io.FileNotFoundException; import java.util.HashMap; import java.util.Map; import java.util.Scanner; import static org.junit.Assert.*; public class AppTest { @Test public void testGetConnection() { System.out.print("Connect...
[ "bmarhone@mail.valenciacollege.edu" ]
bmarhone@mail.valenciacollege.edu
6d205204e20c93dfc5f690309c96cc33ceb85706
361e1ae5745aa3d085aa85fb8f526201f13be01a
/src/main/java/com/indsys/iLabelBackEnd/productColor/ProductColorController.java
574b0b52583441545763a28ca19532614ef90402
[]
no_license
Kannan-India/JWT-Angular-Spring-boot-Back-End
1ddfa6cffe0bdf4772b9d0bde0ec1e19519b3b22
2e982362b910e8ba09aec46c75b4a7a26d2772db
refs/heads/master
2023-08-14T05:22:23.177708
2021-10-04T05:16:02
2021-10-04T05:16:02
405,920,309
0
0
null
null
null
null
UTF-8
Java
false
false
1,032
java
package com.indsys.iLabelBackEnd.productColor; import com.indsys.iLabelBackEnd.authentication.model.AuthenticationRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.security.authentication.AuthenticationManager; import org....
[ "kannanshan777333@gmail.com" ]
kannanshan777333@gmail.com
c09be7d97d4eb4e17c54e3bdefa926919c5b38ae
5eb320c65e85d8e30e6f1236b58506093eb3f05d
/src/main/java/com/cinema/cinemaIngeneo/modelo/SillasFila.java
a3855b7a304ae99a82498e986f29342d45cd22ee
[]
no_license
JairoAndresBoadaAyala/CinemaIngeneo
1de88ab54eb67cc09cfcc59e9d09cc0e01c73daa
765aec1c10c1c00b2aa34b8ef8aa35f637fc1f3f
refs/heads/master
2022-11-19T16:46:03.856119
2018-07-30T23:57:34
2018-07-30T23:57:34
278,892,353
0
0
null
null
null
null
UTF-8
Java
false
false
2,318
java
package com.cinema.cinemaIngeneo.modelo; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax....
[ "jairo910731@gmail.com" ]
jairo910731@gmail.com
fbe40f5256eef7f3a66ecfe6723bae7983b817cb
c0fe21b86f141256c85ab82c6ff3acc56b73d3db
/nativecontainer/src/main/java/com/jdcloud/sdk/service/nativecontainer/client/DeleteSecretExecutor.java
8af07633f3d493069a69576c18e8ad777ebee28c
[ "Apache-2.0" ]
permissive
jdcloud-api/jdcloud-sdk-java
3fec9cf552693520f07b43a1e445954de60e34a0
bcebe28306c4ccc5b2b793e1a5848b0aac21b910
refs/heads/master
2023-07-25T07:03:36.682248
2023-07-25T06:54:39
2023-07-25T06:54:39
126,275,669
47
61
Apache-2.0
2023-09-07T08:41:24
2018-03-22T03:41:41
Java
UTF-8
Java
false
false
1,411
java
/* * Copyright 2018 JDCLOUD.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 applicable law or agreed to in...
[ "wangbibo@jd.com" ]
wangbibo@jd.com
36311780c487076acb79fd524f46a9de431c62da
9946a35d0a47f6d99be0febfc6480a432f73b44b
/src/main/java/com/codeminders/tt/linecounter/ModelRenderer.java
cdd090abdd6c3b91298017e9ea3f748027776289
[ "MIT" ]
permissive
sequoiahead/linecounter
a6b91a4bc9ca003ceb3baf4ac71e3aa8cc962e76
7380aec65a044eb997ba5195d4e4d5d7bc152691
refs/heads/master
2022-05-28T00:32:09.527192
2020-05-01T12:53:41
2020-05-01T13:19:38
260,458,877
0
0
null
null
null
null
UTF-8
Java
false
false
2,528
java
package com.codeminders.tt.linecounter; import com.codeminders.tt.linecounter.model.Tree; import java.util.Collections; import java.util.Comparator; import java.util.EnumSet; import java.util.Set; import org.apache.commons.lang3.StringUtils; /** * Renders model into a string */ public class ModelRenderer { priva...
[ "sequoiahead@sequoiabook.(none)" ]
sequoiahead@sequoiabook.(none)
9175dce8323a13cf122b7e571b1bd4006fcdcb5f
8694cb8d193ff082e7abd9125558ebfa274d9fa4
/src/com/github/palmeidaprog/iccmercado/main/test/Professions/AnalistaProgramador.java
ca06b8040591293dd9d56be09fb87c6d974c2af2
[ "MIT" ]
permissive
Makqsi/icc-mercado
923f797977ed7f8602cae68d408051e647c72ab3
e0fe5c4a1261e00d3294d705d840c6a534ef0d8e
refs/heads/master
2020-06-13T18:16:08.260591
2016-12-03T02:50:02
2016-12-03T02:50:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,485
java
package com.github.palmeidaprog.iccmercado.main.test.Professions; import com.github.palmeidaprog.iccmercado.main.Interfaces.Linkable; import com.github.palmeidaprog.iccmercado.main.Interfaces.Professionable; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import java.io.IOExcepti...
[ "palmeidaprogramming@gmail.com" ]
palmeidaprogramming@gmail.com
4207c08e3c82f242e4734bfb220bd804474fdbf3
a0edb164c57c15af8211f5a8198b2ef4a16e24be
/src/main/java/com/reactor/app/models/Usuario.java
b777010d27bc1e14af62e4fc718bba10724f87ab
[]
no_license
chris0100/reactor-webflux
8b53cdecd98f4d24a68f533ba56e77538c245151
548552581db8ce97d45fe163dd95f19acf04235b
refs/heads/main
2023-04-24T19:08:34.945024
2021-05-10T04:00:15
2021-05-10T04:00:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
733
java
package com.reactor.app.models; public class Usuario { private String nombre; private String apellido; public Usuario(String nombre, String apellido) { this.nombre = nombre; this.apellido = apellido; } public String getNombre() { return nombre; } public void set...
[ "alexis.rodriguez@correounivalle.edu.co" ]
alexis.rodriguez@correounivalle.edu.co
0b10b7049d71af1b86ab9d831d0f59882191a321
828ca37c323f4801e8db159320d854878091b81d
/bibliotheque/bibli_webapp/model/src/main/java/org/webservice/services/CreateAuteurResponse.java
9155778a25d998a4b769d5609df808af06cb15b9
[]
no_license
vij59/projet7
9bc04c9348f6e3e372bbe970d903040bc7922496
0440f3d5fe322286bf14fe2a095e937283dcc50c
refs/heads/master
2020-04-07T20:20:19.369104
2019-01-06T20:18:37
2019-01-06T20:18:37
158,683,948
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package org.webservice.services; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Classe Java pour createAuteurResponse complex type. * * <p>Le fragment de schéma suivant indique le contenu attendu figurant dans ce...
[ "ed.vigier@gmail.com" ]
ed.vigier@gmail.com
412952234279a2f0d2bc27f0ebf8bd54f2003b71
4979dc1c73864a773d384ca9a73b5ce4ef2ac22f
/src/easy/TwoSum_1.java
0e18bf446db160ee77ee4bce8e5982fc3ea69149
[]
no_license
qianqianshihang/leetcodestudy
963192b47bd214977ad1729807d00ab7221ec568
d1f8c0a860d742f13cfecfb3436c0f923c80b11e
refs/heads/master
2020-03-11T23:26:28.256007
2018-04-20T09:18:51
2018-04-20T09:18:51
130,321,769
0
0
null
null
null
null
UTF-8
Java
false
false
864
java
package easy; /* * * Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the same element twice. Example: Given nums = [2, 7, 11, 15], target = 9, Because nums[0] + nums[1] = 2 +...
[ "liuyuan1992712@qq.com" ]
liuyuan1992712@qq.com
276973b1d496e4b8aee9409665f22bdf726ffaee
ddf36fcf167ae93d1adc9c83d6159b9da1ea5150
/begineer/program16.java
7b421a3292befff4fbe5ce0d388ea866c95dfcb7
[]
no_license
naveendivi/guvi
89ab529770ede23aac95ccaa0e7e3dc996ae781e
66ea40a64773d4c5c1e27aba87a8cb769410b4a2
refs/heads/master
2020-03-24T03:19:32.941570
2018-09-10T05:41:13
2018-09-10T05:41:13
142,414,458
0
1
null
null
null
null
UTF-8
Java
false
false
514
java
import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ class Ideone { public static void main (String[] args) throws java.lang.Exception { int count=0; Scanner sc=new Scanner(System.in); int n=sc.nextInt(); int m=sc.nextInt(); for(int ...
[ "noreply@github.com" ]
naveendivi.noreply@github.com
419f646fe3a1b04b88ac8323f32808ba53032cab
85e8da21658c9dee05363c221aff77f55e83a0fe
/src/Server/Message/MessageUpdateAthleteTraining.java
b234a8966e801833c20c2fc341adcede4b27191a
[]
no_license
28kobi/kobiariel
82a04008e8811664dc8d68ac140ab77ea8b801df
9f94c9744543fc65169ad408859eecc2af658ce9
refs/heads/master
2020-03-27T23:02:54.028851
2012-06-08T13:07:28
2012-06-08T13:07:28
32,249,871
0
0
null
null
null
null
UTF-8
Java
false
false
540
java
package Server.Message; import Server.DataBase.*; import Server.logic.*; public class MessageUpdateAthleteTraining extends Message { /** * */ private static final long serialVersionUID = 1L; private plannedpersonaltraining training; /** * constructor */ public MessageUpdateAthleteTra...
[ "arielmenah@gmail.com@c4d6539d-84c4-5c86-2c8a-468a23026b49" ]
arielmenah@gmail.com@c4d6539d-84c4-5c86-2c8a-468a23026b49
c32f417990e6f20e4fe69fe67df53b4d0bd85a6b
07c0d066c5c6d1bd1c0e144b62bfcff18242f7b1
/Ubber-Licenta/src/src/main/java/com/licenta/app/UbberLicenta/services/FidelityClientServiceImpl.java
567feae170f552adc6867c678f9ab44294465449
[]
no_license
MihneaIon/ServiciuDeplasare
4c2ee458e74c3c9103f376a268f361814975952d
085c9e1a7a7f881f3c22482af595f784180df425
refs/heads/master
2023-04-27T10:09:42.403251
2019-06-17T08:02:53
2019-06-17T08:02:53
179,101,402
0
0
null
null
null
null
UTF-8
Java
false
false
1,579
java
package com.licenta.app.UbberLicenta.services; import com.licenta.app.UbberLicenta.model.Fidelity; import com.licenta.app.UbberLicenta.repository.FidelityRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; @Service public cl...
[ "alexmihnea08@yahoo.com" ]
alexmihnea08@yahoo.com
152b0f13e8523e5c5fdacfe15041a6570abf3fc6
fc49733b483e25105ed1a30c99641e4d4b8de065
/gomall-member/src/main/java/cn/jinterest/member/vo/SocialUserVo.java
65d081d03a0c49e12c6f4deec89a02b4f5d6d855
[]
no_license
Jaredhi/GoMall
a1c8da9b0305992d94264828d05c430686f5d765
5f6ec50f799023c9390559681812b5d862a0c702
refs/heads/master
2023-04-16T08:50:33.796354
2021-04-30T05:22:52
2021-04-30T05:22:52
308,263,952
0
0
null
null
null
null
UTF-8
Java
false
false
239
java
package cn.jinterest.member.vo; import lombok.Data; @Data public class SocialUserVo { private String access_token; private String remind_in; private long expires_in; private String uid; private String isRealName; }
[ "hwj2586@163.com" ]
hwj2586@163.com
33e243241e915172d5050bed5ff50cd203baef0c
0c2a73a784ee6d3d8c715d25b44c58b6a513655b
/src/main/java/com/sztx/wsy/common/domain/ResultCodeEnum.java
42d7af31b58534b52beee5df24c7ab936301a004
[]
no_license
SunGitShine/wsy-pro
1d491c65df69e43e65c7c92eac98ed15ed9fa4e7
5d0e024feff1266e18a0cdae0ef9eb3a9168497b
refs/heads/master
2021-01-22T10:02:58.932821
2018-06-26T03:19:55
2018-06-26T03:19:55
102,334,136
0
0
null
null
null
null
UTF-8
Java
false
false
207
java
package com.sztx.wsy.common.domain; /** * 结果码枚举 * * @author puzhihong * */ public interface ResultCodeEnum { public String getCode(); public String getDescription(); }
[ "489649421@qq.com" ]
489649421@qq.com
5094dc8b042b630e56841a5c5a856b6eb982d717
863acb02a064a0fc66811688a67ce3511f1b81af
/sources/p005cm/aptoide/p006pt/promotions/C4595w.java
31dd3365021a3c51eb7537ed21b948b53fdce1ba
[ "MIT" ]
permissive
Game-Designing/Custom-Football-Game
98d33eb0c04ca2c48620aa4a763b91bc9c1b7915
47283462b2066ad5c53b3c901182e7ae62a34fc8
refs/heads/master
2020-08-04T00:02:04.876780
2019-10-06T06:55:08
2019-10-06T06:55:08
211,914,568
1
1
null
null
null
null
UTF-8
Java
false
false
562
java
package p005cm.aptoide.p006pt.promotions; import p026rx.p027b.C0129b; /* renamed from: cm.aptoide.pt.promotions.w */ /* compiled from: lambda */ public final /* synthetic */ class C4595w implements C0129b { /* renamed from: a */ private final /* synthetic */ ClaimPromotionDialogPresenter f8225a; public ...
[ "tusharchoudhary0003@gmail.com" ]
tusharchoudhary0003@gmail.com
fdaa8324c1a52f577c4f8eee28e38f2b73b7ac9f
fa206cb8c840af9a40a2d1d5012bf20280de36cd
/src/api/truncate.java
5849171aa1dd72536800b47dd4504e9cc608ff70
[]
no_license
2014COMP3111H-doesnmatter/DCalendar-Server
4e462c9f1f5c111cdd0c1e7db2aa5e504234ef93
4b0ee9d5a8d24f843ebb3a4712c41da38e096484
refs/heads/master
2020-06-05T17:32:30.116331
2014-12-09T08:25:37
2014-12-09T08:25:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
688
java
package api; import java.util.Map; import org.json.JSONObject; import db.Appointment; import db.Data; import db.Reminder; import db.Venue; import doesnserver.Session; public class truncate extends ApiHandler { public truncate() { this.info = "truncate Appointment, Reminder and Venue tables"; ...
[ "cirahnitex@gmail.com" ]
cirahnitex@gmail.com
e9cf76e16235be5c2ceb84d5eb29c8a340c03588
e5922c91f53ed1e0e377e3bc2258c268adba0647
/app/src/main/java/assasingh/nearmev2/Fragments/FavouriteAlertFragment.java
3f0fbec44e9ccef166ca83d32d507c07b1082b18
[]
no_license
singha24/NearMe
f492467b95c58201e327986eda277d978a5d151f
d36d23b3313dc1229995ca11597c9b6da00f6bfe
refs/heads/master
2020-03-07T06:21:31.392543
2017-03-22T22:36:18
2017-03-22T22:36:18
127,319,921
0
0
null
null
null
null
UTF-8
Java
false
false
5,556
java
package assasingh.nearmev2.Fragments; import android.app.DialogFragment; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android...
[ "assachana@gmail.com" ]
assachana@gmail.com
fdbe6887e521e3297503a934d7299b5e829d1d3f
e1c12b0ea06c11be6e36b65fd8449117424f6821
/src/main/java/dev/dmhdevelopment/modernindustrialization/items/craft_block/Electrum/ElectrumPlate.java
13cf7224ff548f96e945ba79f0396e8e71bb4932
[]
no_license
DMHDevelopment/Modern-Industrialization
53e847e2a93e25f913fbcf5e7a3172f8290363cb
f612d28c76163e2298cb94700db7bd1395cfb640
refs/heads/forge-rewrite-1.15.x
2023-01-04T19:52:32.850247
2020-11-06T07:05:11
2020-11-06T07:05:11
298,826,765
1
1
null
2020-09-30T18:27:41
2020-09-26T14:04:52
null
UTF-8
Java
false
false
398
java
package dev.dmhdevelopment.modernindustrialization.items.craft_block.Electrum; import dev.dmhdevelopment.modernindustrialization.utils.ModernIndustrializationCreativeTab; import net.minecraft.item.Item; public class ElectrumPlate extends Item{ public ElectrumPlate() { super(new Item.Properties().group(Mod...
[ "belicdima9@gmail.com" ]
belicdima9@gmail.com
8ce564ffa8d461e83ae342ae475c46a1ff7afddb
eaacb459e948f656a3bf0663fae95100a1eb8df2
/appiumtests/src/test/java/appiumtests/StravaTest.java
071b7bcfffb8a66a5f3dd6b65a9d153f5f07cc2c
[]
no_license
carolinelavergne/POC_APPIUM
de2c3653c72129a6cd12b5d1270e494c5d7b1c0e
e65ade77f156302802a439053b313688443f02f9
refs/heads/main
2023-04-04T15:05:57.288417
2021-04-03T18:57:15
2021-04-03T18:57:15
344,178,414
0
0
null
null
null
null
UTF-8
Java
false
false
1,228
java
package appiumtests; import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.By; import org.openqa.selenium.remote.DesiredCapabilities; import org.openqa.selenium.remote.RemoteWebDriver; import io.appium.java_client.AppiumDriver; import io.appium.java_client.MobileElement; public clas...
[ "caroline.lavergne.partner@decathlon.com" ]
caroline.lavergne.partner@decathlon.com
b8a739d83d74f34a2077db52757db77a7312d282
73f4c27f044740ae34c74038a98f1b1c21a1b400
/src/main/java/com/spring/boot/dto/UserResponseDto.java
acc11b0c9edb74ae818eb5dc295d71ef667fb478
[]
no_license
jah701/spring-boot
ed49b6183b0000db47ba8a58841a822f2bb805d6
6169d36c402c5834f2046ef1de2e34e85f3cf5d2
refs/heads/main
2023-01-24T11:14:19.631706
2020-12-07T08:34:23
2020-12-07T08:34:23
310,885,609
0
0
null
null
null
null
UTF-8
Java
false
false
136
java
package com.spring.boot.dto; import lombok.Data; @Data public class UserResponseDto { private Long id; private String name; }
[ "moskovienkor@gmail.com" ]
moskovienkor@gmail.com
f80e4ef34ebeb6b3eae64a51f2a3f163c1fee9cc
f6a04cf3a08229af7aa1f739e63ce6ea5ff5f226
/src/main/java/parser/Scenario.java
3500da6b3c4bfd158a168f8139ff617260f3050c
[]
no_license
YahorKavaliou/HTML-report-parser
2ab06e1ea9909fa602d5ab24fcaa202ab60bceab
59cf51ea4628c10882a29108dacabc3a207c1665
refs/heads/master
2021-01-17T18:01:46.151901
2016-10-14T16:26:26
2016-10-14T16:26:26
70,898,339
0
0
null
null
null
null
UTF-8
Java
false
false
1,185
java
package parser; public class Scenario { private String status; private String given; private String then1; private String error1; private String then2; private String error2; private String url; public String getError2() { return error2; } public void setError2(String...
[ "yahor.kavaliou@thomsonreuters.com" ]
yahor.kavaliou@thomsonreuters.com
84ee1e3245f8015c70836a377c54435efe15093c
2993f76eb60906b569f07bb925dfe1aa0727b251
/app/src/main/java/com/example/responsi/Model/Location.java
c1d895dd3eda2e1f248f3949317fea941a201d89
[]
no_license
Parlimerna/Responsi-Android-MVP
9659294036e670c247484f0693567947f3635ddf
be1023676f1d2b3e8105a55cb6cbf12d9466d064
refs/heads/master
2020-06-18T23:07:46.226053
2019-07-13T02:11:47
2019-07-13T02:11:47
196,486,856
0
0
null
null
null
null
UTF-8
Java
false
false
1,490
java
package com.example.responsi.Model; import com.google.gson.annotations.SerializedName; public class Location{ @SerializedName("city") private String city; @SerializedName("street") private String street; @SerializedName("timezone") private Timezone timezone; @SerializedName("postcode") private int postc...
[ "arif.kurniawan@students.amikom.ac.id" ]
arif.kurniawan@students.amikom.ac.id
5ad9136e4abdd848b1132e43794c36304b62825c
a867f3e18a587a1c98cd6bc2bf0b51c94cdc3555
/Unita5/Esercizio52.java
5a0abf181cb20b8d1254821b4bf69d757004ba65
[]
no_license
apheniti/fondamenti-informatica
4d07efbbe493d8a39b656ed68c33bfdfb9862942
1b15a067104c24e83daccd7c4f15b19743215e08
refs/heads/master
2021-01-04T03:12:52.603767
2020-02-25T12:35:31
2020-02-25T12:35:31
240,352,280
0
0
null
null
null
null
UTF-8
Java
false
false
1,168
java
/*Scrivere un programma che legge da input le tre lunghezze de tre lati di un triangolo e ne determina il tipo utilizzando il seguente algoritmo: - confrontare i lati a coppia contando quante coppie sono uguali - if (le coppie uguali sono 0) è scaleno - else if (le coppie uguali sono 1) è isoscele - else è eq...
[ "noreply@github.com" ]
apheniti.noreply@github.com
ecb315f774b69814229a3cac3ad40e351f6cd51a
93e2fef2e6a770889089c979ae4f4098ace070c7
/src/main/java/com/ascending/training/model/Role.java
6397cd20d1d5741f7555c4e7424d3b6c9f1a6cd2
[]
no_license
gege0121/clothes-Tracking
a87513b2236c80e0df116dccac4cd28b7b4127f4
45f40fa4b64913c7241d55ac2fad4f4354c4a66b
refs/heads/master
2022-10-03T13:39:18.133819
2020-10-15T03:41:37
2020-10-15T03:41:37
217,125,828
0
0
null
2022-02-16T01:01:37
2019-10-23T18:25:34
Java
UTF-8
Java
false
false
2,330
java
package com.ascending.training.model; import javax.persistence.*; import java.util.List; @Entity @Table(name = "roles") public class Role { @Id @GeneratedValue(strategy= GenerationType.IDENTITY) private long id; @Column(name = "name") private String name; @Column(name = "allowed_resource") ...
[ "gege@gegedeMacBook-Pro.local" ]
gege@gegedeMacBook-Pro.local
ed6dad7d7e95b00c2f8f3740f7ab6e45547959db
c90dc69af46cecbf889c418df5edd1cca8d00d62
/app/src/main/java/com/example/algys/allevents/fragment/MyFragment.java
7faa609d4ed037e95db30d17b05ce45b8bf03272
[]
no_license
HoWoooD/AllEventsApplication
eb00ffe9085b34b3b8002173635c5784f22cf3ac
4879a1c4b38bb2fc62df302deddee0feb519f862
refs/heads/master
2020-03-15T09:01:10.689112
2018-05-31T06:29:30
2018-05-31T06:29:30
132,064,997
0
0
null
null
null
null
UTF-8
Java
false
false
1,094
java
package com.example.algys.allevents.fragment; import android.content.Context; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.example.algys.allevents...
[ "al_buldak@mail.ru" ]
al_buldak@mail.ru
b9aa4d1cbe7a388828265ff8241f5ba7aa5e14d1
51abc156b16e349e405cc137d29e0dbf721b6bc4
/mobile_v2/PrevoyanceDeces/app/src/main/java/bj/assurance/prevoyancedeces/viewHolder/MesMarchandsViewHolder.java
a5849bbe76431009e4ff2a4b4360c1f6024a8abb
[]
no_license
marieloujo/prevoyance_deces
e64b379f32250320234ed466612743a0fef25789
ab9eba1f3b8de3f4621a77d42d7994fa7c86e9a2
refs/heads/master
2023-03-05T16:07:48.218956
2022-07-13T04:17:40
2022-07-13T04:17:40
223,215,433
0
0
null
2023-03-02T08:15:57
2019-11-21T16:20:27
Java
UTF-8
Java
false
false
1,124
java
package bj.assurance.prevoyancedeces.viewHolder; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import bj.assurance.prevoyancedeces.R; public class MesMarchandsViewHolder extends RecyclerView.ViewHolder { TextView n...
[ "detchenoujoan@gmail.com" ]
detchenoujoan@gmail.com
51c73ccbbae1d34db8cf771370ca5b93e33f0cbd
555d6b6b63dc7a1dac12ed5629307796f1bcf537
/net/minecraft/pathfinding/PathNavigateSwimmer.java
61f9a26a0e4915c1e040aae4614fd62167115b33
[]
no_license
CrxsCode/Minecraft-Hack-Client-1.8
179d992cc41d8564b4ed6aaccdd99e1710f7cccf
ea2901180d51806c432d7acd85ecf430f9a6167c
refs/heads/master
2020-03-19T10:12:05.310557
2018-06-06T16:01:24
2018-06-06T16:01:24
136,345,526
1
0
null
null
null
null
UTF-8
Java
false
false
2,137
java
package net.minecraft.pathfinding; import net.minecraft.entity.EntityLiving; import net.minecraft.util.MovingObjectPosition; import net.minecraft.util.Vec3; import net.minecraft.world.World; import net.minecraft.world.pathfinder.SwimNodeProcessor; public class PathNavigateSwimmer extends PathNavigate { public Path...
[ "mail.pxline@gmail.com" ]
mail.pxline@gmail.com
7ad8db8cc39d0a1a2b5d4bbe6eb76018e6f41b86
6e498099b6858eae14bf3959255be9ea1856f862
/test/com/facebook/buck/rules/coercer/JsonTypeConcatenatingCoercerFactoryTest.java
e4f3ee6f525ea2c2c613af9f48ac16bc4799ec4c
[ "Apache-2.0" ]
permissive
Bonnie1312/buck
2dcfb0791637db675b495b3d27e75998a7a77797
3cf76f426b1d2ab11b9b3d43fd574818e525c3da
refs/heads/master
2020-06-11T13:29:48.660073
2019-06-26T19:59:32
2019-06-26T21:06:24
193,979,660
2
0
Apache-2.0
2019-09-22T07:23:56
2019-06-26T21:24:33
Java
UTF-8
Java
false
false
2,023
java
/* * Copyright 2018-present Facebook, 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...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
2c91fe086eab5870b5cc149a2d4def674b808b5d
f84cd0eaa39a14234bdcef901e3f707e92a10860
/src/main/java/com/jaenyeong/programmers/book/ch02_string/Solution10.java
0f53b827acf155b56ff5423e515cc70607f2ca2f
[]
no_license
jaenyeong/Study_Coding-test
52660ee8eac54c32d62cc4208fecbf7f855c5747
4142cac2191b40be89e57afad6dead5f94028b3b
refs/heads/main
2023-08-30T20:55:29.836579
2023-08-29T03:30:05
2023-08-29T03:30:05
294,624,855
0
0
null
null
null
null
UTF-8
Java
false
false
782
java
package com.jaenyeong.programmers.book.ch02_string; import java.util.Arrays; // [Lv2] 이진 변환 반복하기 // https://school.programmers.co.kr/learn/courses/30/lessons/70129 public class Solution10 { public int[] solution(String s) { int loop = 0; int removed = 0; while (!s.equals("1")) { ...
[ "jaenyeong.dev@gmail.com" ]
jaenyeong.dev@gmail.com
f0dc924f4662d0f788f09e93cc62e6df69aee485
fac5d6126ab147e3197448d283f9a675733f3c34
/src/main/java/dji/component/areacode/DJIAreaCodeEvent.java
a7cf6aa2bb05570bab7882b19c0b3e31b4c392bd
[]
no_license
KnzHz/fpv_live
412e1dc8ab511b1a5889c8714352e3a373cdae2f
7902f1a4834d581ee6afd0d17d87dc90424d3097
refs/heads/master
2022-12-18T18:15:39.101486
2020-09-24T19:42:03
2020-09-24T19:42:03
294,176,898
0
0
null
2020-09-09T17:03:58
2020-09-09T17:03:57
null
UTF-8
Java
false
false
417
java
package dji.component.areacode; public class DJIAreaCodeEvent { public String areaCode; public AreaCodeStrategy strategy; public DJIAreaCodeEvent(String ac, AreaCodeStrategy strategy2) { this.areaCode = ac; this.strategy = strategy2; } public String toString() { return "DJ...
[ "michael@districtrace.com" ]
michael@districtrace.com
b75e6761b8d27793dcabc43e1127ac20719832aa
07ec6b72a5ff9a7c8c42f6f1213a75cb6ef2719a
/HDOJ/ACM-Steps/Chapter-Two/Section-Three/2.3.5.java
a5c59dbbd639db868c5b1c19335bd7c4c7001ea1
[]
no_license
cheuk-fung/Programming-Challenges
fbfbf833b19ff1063b0fca4b5d14d1e907264aa1
7c055fd2891b7edc865e7da8886d057a93fb41fe
refs/heads/master
2020-12-24T17:36:21.407367
2020-04-26T19:44:42
2020-04-27T17:13:09
1,443,793
1
1
null
null
null
null
UTF-8
Java
false
false
1,868
java
/* * SRC: HDOJ ACM Steps * PROB: Count the Trees * ALGO: Catalan number * DATE: Oct 31, 2011 * COMP: jdk 6 * * Created by Leewings Ac */ import java.io.*; import java.util.*; import java.math.*; class Main { public static void main(String args[]) throws IOException { new Prob().solve(); ...
[ "osideal@gmail.com" ]
osideal@gmail.com
d8c6ba390a530c0f77a03f396feb571ab467aaba
c074c20b796ceedd6b5b231e85a76b81f7ff150a
/src/main/java/SpringBoot/Policy_Module_Pro_Max/controllers/RemedyController.java
540b2ff4777f9e55f89fd91abc85d6bbef6fe17d
[]
no_license
the-stranded-alien/Policy_Module_SpringBoot_05
a81b05b71c778321c4ad51a1e8433add4b0257cf
37a2cdc8bf2b560ecc312e411acaf9b8d69ed8b0
refs/heads/master
2023-05-06T22:52:41.847741
2021-05-31T17:17:04
2021-05-31T17:17:04
372,548,031
0
1
null
null
null
null
UTF-8
Java
false
false
1,315
java
package SpringBoot.Policy_Module_Pro_Max.controllers; import SpringBoot.Policy_Module_Pro_Max.models.Remedy; import SpringBoot.Policy_Module_Pro_Max.models.Activity; import SpringBoot.Policy_Module_Pro_Max.services.RemedyService; import SpringBoot.Policy_Module_Pro_Max.services.ActivityService; import org.springframew...
[ "thestrandedalien.mysticdark@gmail.com" ]
thestrandedalien.mysticdark@gmail.com
44cc141d79dccae1d302d01bab98ac3f605298ed
76852b1b29410436817bafa34c6dedaedd0786cd
/sources-2020-11-04-tempmail/sources/com/google/android/play/core/internal/z.java
65cea1b55777d6ae5abc21ad65beaf69f1f5d155
[]
no_license
zteeed/tempmail-apks
040e64e07beadd8f5e48cd7bea8b47233e99611c
19f8da1993c2f783b8847234afb52d94b9d1aa4c
refs/heads/master
2023-01-09T06:43:40.830942
2020-11-04T18:55:05
2020-11-04T18:55:05
310,075,224
0
0
null
null
null
null
UTF-8
Java
false
false
627
java
package com.google.android.play.core.internal; public final class z<T> implements b0<T> { /* renamed from: a reason: collision with root package name */ private b0<T> f11507a; public static <T> void a(b0<T> b0Var, b0<T> b0Var2) { n.b(b0Var2); z zVar = (z) b0Var; if (zVar.f11507a ...
[ "zteeed@minet.net" ]
zteeed@minet.net
5ea52750060bddaed60980514a75bdc53988a56b
36a9840685a08606dc90a338efba142aa1e74022
/app/src/main/java/com/wwsl/mdsj/activity/main/MainMessageViewHolder.java
f068ecafb87081fb5813758ebc84f220276cb4fe
[]
no_license
SnailMyth/mdsj
02513d95d4620a7d7ae3e390c7fd6e3ae0a8a9e3
84f786d10433ad26c2fffba33327c2c3777923f1
refs/heads/master
2023-01-13T02:03:45.771519
2020-11-16T16:01:50
2020-11-16T16:01:50
313,351,462
1
0
null
null
null
null
UTF-8
Java
false
false
16,783
java
package com.wwsl.mdsj.activity.main; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyc...
[ "myth_hai@163.com" ]
myth_hai@163.com
f76dab7c488f2d75ce2b024981589bdc40d0b9c5
e6ddfe5532ab03adaed9fdc90e38a2a086ce486b
/src/test/Mytest.java
34f1612ec8de62644b3cce1772c45d619768075e
[]
no_license
iamdeity/MybatisTest
f1309c479460ad5054ac8a6fc2d4b7aba41e23c1
c60b694cddbab4d8bb186d7355d3b48cecf55d01
refs/heads/master
2020-04-26T02:42:16.588765
2019-03-01T10:01:19
2019-03-01T10:01:19
173,242,596
0
0
null
null
null
null
UTF-8
Java
false
false
1,045
java
package test; import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversion; import mapper.MemberMapper; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; import o...
[ "378759617@qq.com" ]
378759617@qq.com
2ba88b66a2e2c21dd667e0c0539db36af952a171
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/19/19_40c742265778f3cb04f903fa62e12050f9d2a7b2/CustomBlockRenderer/19_40c742265778f3cb04f903fa62e12050f9d2a7b2_CustomBlockRenderer_t.java
bea296b2889cfa12eae2ea700d400dcab12ab864
[]
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
421
java
package org.xhtmlrenderer.render; import org.xhtmlrenderer.layout.Context; import org.xhtmlrenderer.util.U; public class CustomBlockRenderer extends BoxRenderer { /** * override this to paint your component * * @param c PARAM * @param box PARAM */ public void paintComponen...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
11da71f3af01b152b21f32477cb1a3597bf35192
63681b76f02c44c939cd7d16f138d80ae8ce1887
/src/com/nevergetme/designmode/observer/NumberGenerator.java
e0a98ab4e47cbd316f35a7390562650f3ebcf087
[ "Apache-2.0" ]
permissive
hTangle/AlgorithmPractice
c336e68541f21f1737d3b8fdba134bbfcc73a77d
64ce6de1041c855719d9ba153f57245ef726e35b
refs/heads/master
2020-04-02T09:18:08.175072
2019-09-20T14:03:06
2019-09-20T14:03:06
154,286,267
0
0
null
null
null
null
UTF-8
Java
false
false
640
java
package com.nevergetme.designmode.observer; import java.util.ArrayList; import java.util.Iterator; public abstract class NumberGenerator { private ArrayList observers=new ArrayList(); public void addObserver(Observer observer){ observers.add(observer); } public void deleteObserver(Observer obs...
[ "h1994zw@foxmail.com" ]
h1994zw@foxmail.com
11c6fa40595466dce7b78232ded1c909eb47e65d
21aaead2b6930ee6ebe837d6c7da2aa888eae2bb
/src/main/java/com/taobao/pamirs/transaction/SqlCheckMonitor.java
87356c5729e587fc750468493d09da7ac2abc120
[]
no_license
mandarenmanman/taobao-pamirs-transaction
337fe2ed7c4a79bd77415c29a995b5e49c28999e
cab09ae1d78f57e5543d95e098bf23f7a0be2a50
refs/heads/master
2021-04-03T06:09:20.423309
2014-12-12T03:46:54
2014-12-12T03:46:54
124,854,300
7
4
null
null
null
null
GB18030
Java
false
false
5,480
java
package com.taobao.pamirs.transaction; import java.lang.reflect.Method; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.concurrent.ConcurrentHashMap; import javax.sql.DataSource; import org.apache.commons.logging.Log;...
[ "xuannan@taobao.com" ]
xuannan@taobao.com
7a94b455dedf50d6bc0a02adc28793faaf19b693
21410751c32f62de847fcd756efccf6c29c5e2e5
/src/main/java/paralleltesting/ParallelTest2.java
948a68129cb9f9e771e6af63fdc3f37cdc7f8c3f
[]
no_license
TuanThanhNguyen2020/javamaven
12e90cf1ccf28531a6e3a9aff36f5cf17efe819f
035c29cad1cf3865a7f866eb4028129099d5186d
refs/heads/master
2022-11-10T05:23:58.023061
2020-06-23T04:39:57
2020-06-23T04:39:57
274,076,521
0
0
null
null
null
null
UTF-8
Java
false
false
904
java
package paralleltesting; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.Test; public class ParallelTest2 { WebDriver driver; @Test void...
[ "tuannguyen@star.global" ]
tuannguyen@star.global
301cdaafe589f0f44b8f426dbee38fa68d3da3e3
5f6962973a4e8ddc3510973f6365e70901b043e4
/teamtest/src/study/notice/action/ContentAction.java
58812ad03cfff76885cc62d1d4198914cdad6fb8
[]
no_license
53team/53team
fc1e6f84269cb1a0c54471e6129d2e51a842aaeb
96d33dda4d52adb7e4410c8010e4849b3cde3c76
refs/heads/master
2021-01-12T20:26:06.392510
2016-10-07T04:30:21
2016-10-07T04:30:21
68,663,605
1
2
null
2016-09-20T02:36:11
2016-09-20T01:57:25
Java
UTF-8
Java
false
false
1,393
java
package study.notice.action; import java.text.SimpleDateFormat; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import study.controller.CommandAction; import study.notice.bean.NoticeDAO; import study.notice.bean.NoticeVO; public class...
[ "qkrwnsrb0359@naver.com" ]
qkrwnsrb0359@naver.com
2a39fb81558a814bc2288e9ea1f400fb267ba451
dfc422724ff8c1ca4a673b9e9c6ea16053ff6536
/src/Mora5RoundAttack.java
ee7481e0c36573490361369b180dbbd086133480
[]
no_license
RandallTem/Mora-Attack
1239255c31348168c5b68d174a305116240898fa
47bff6d080a8d59b7f6adbb72e2f399a08859103
refs/heads/master
2023-09-04T01:15:25.901295
2021-10-30T18:01:48
2021-10-30T18:01:48
418,635,916
0
0
null
null
null
null
UTF-8
Java
false
false
21,510
java
import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; import java.util.concurrent.atomic.AtomicLong; public class Mora5RoundAttack { /** Блокирующая очередь для передачи пар H, H' из оффлайн потока в о...
[ "83577883+RandallTem@users.noreply.github.com" ]
83577883+RandallTem@users.noreply.github.com
c9ca6cc14a4f16ba1d649fbdce657289722a5daa
5c0d343f53278c69804755321a5b03d876f30a33
/src/ch09/_09_Powder.java
0c81ede2f14b00822a0b4af30b76578de3436a46
[]
no_license
hjw010/java_88
ac4990457f1b762fdfe149985d4a2aaae415eb41
040e7cad470d84b6f9704f962e1c534d6f36b333
refs/heads/main
2023-06-16T22:38:47.104589
2021-07-02T06:29:57
2021-07-02T06:29:57
382,237,284
0
0
null
null
null
null
UTF-8
Java
false
false
192
java
package ch09; public class _09_Powder { public void doPrinting() { System.out.println("powder을 사용"); } @Override public String toString() { return "재료는 powder"; } }
[ "hanjinwon010@gmail.com" ]
hanjinwon010@gmail.com
de3ba871817fbc0af6efaee929f50e0aad4cb0bf
3cd14065b88d8c76b0dfe7f0b7ed50a83c912e65
/demo/src/main/java/com/example/demo/mapper/UserMapper.java
529bebd11b3ab2c6104de057acba8f25c2dd21cc
[]
no_license
yang-lv-87/spring-cloud
c393fbd2552bf9b47e45920d15308204f9ddf598
3a048e14f9b70d99edbb57933483a81f833e0b51
refs/heads/master
2020-03-26T03:50:21.083948
2018-08-24T14:42:53
2018-08-24T14:42:53
144,463,743
0
0
null
null
null
null
UTF-8
Java
false
false
341
java
package com.example.demo.mapper; import com.example.demo.entity.User; public interface UserMapper { int deleteByPrimaryKey(Long id); int insert(User record); int insertSelective(User record); User selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(User record); int updateByPrima...
[ "370901903@qq.com" ]
370901903@qq.com
8bf44290d6ad2a82a1d1f775644fac0d6c50d2f5
30c109dc7eac92a72b4c82b9fd2985d4e0c83824
/src/main/java/com/du/elasticsearch/model/FaceDataAge.java
6aeee95f7c8b29a912c2f47d73f49034878190bf
[]
no_license
lxlx1963/elasticsearch-java
276ccdd8e68a9f6e0c7f6d24e66cc926ebd9a056
1193b0e5a946059f2c8b31a93dcf65d4afec8182
refs/heads/master
2022-06-30T05:32:53.571099
2020-02-18T02:35:05
2020-02-18T02:35:05
241,253,804
0
0
null
2022-06-29T17:57:54
2020-02-18T02:24:45
Java
UTF-8
Java
false
false
1,194
java
package com.du.elasticsearch.model; /** * 人脸数据(年龄) * * @author dxy * @date 2019/3/1 20:22 */ public class FaceDataAge { /** * 主键ID */ private Long faceDataAgeId; /** * 日期 */ private String date; /** * 年龄 */ private String age; /** * 人数 */ private Integer peopleNum; /** * 人次 */ privat...
[ "dugang19882008@126.com" ]
dugang19882008@126.com
ebd1e2912e312c950927849391aa38b99790054a
12bd62506f480070f3b63d32a081df5db61bf447
/src/test/java/com/google/cloud/genomics/utils/grpc/GenomicsStreamIteratorTest.java
c47c9cc9cdc485d3210c52bc29edd5716a03fb1c
[ "Apache-2.0" ]
permissive
calbach/utils-java
9c0bad404b7b26bdb9b43a5362f2190513343b24
e0cf08cb50fe6be84356c549fd6268203b84a04d
refs/heads/master
2021-01-18T11:15:38.663325
2017-05-17T00:32:43
2017-05-17T01:06:33
61,857,140
0
0
null
2016-06-24T04:35:40
2016-06-24T04:35:39
null
UTF-8
Java
false
false
7,784
java
/* * Copyright (C) 2015 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 in ...
[ "deflaux@google.com" ]
deflaux@google.com
b5858b3f1e21daf81b5a6839e38f61c4a316792d
5c9126d0d05d679186e849b6a95dcc6c6d013196
/xc-service-manage-course/src/main/java/com/xuecheng/manage_course/exception/CustomExceptionCatch.java
6cc9d5328a648021867cc1c7a3b0bfee3d7620c2
[]
no_license
fengyehong123/Study_Online
37a346aefb956791afb0c328a4f7d8b824522465
b12082530f2d99339cdfc220f7af21ea4217a988
refs/heads/master
2022-12-04T03:38:35.897340
2019-12-15T12:06:08
2019-12-15T12:06:08
227,726,273
0
0
null
null
null
null
UTF-8
Java
false
false
791
java
package com.xuecheng.manage_course.exception; import com.xuecheng.framework.exception.ExceptionCatch; import com.xuecheng.framework.model.response.CommonCode; import org.springframework.security.access.AccessDeniedException; import org.springframework.web.bind.annotation.ControllerAdvice; // 课程管理自定义的异常类型,定义异常类型所对应的的错...
[ "1355930128@qq.com" ]
1355930128@qq.com
d066207a1db7cb9cb17d1aacd25403e5dcc470fa
656da9cfd0def8a626f78409c58daf7441d76073
/backend/bbs-service/src/main/java/com/yuan/bbs/entity/Collection.java
b7f4fdd268cfde24513c2c293022b7b237f63561
[]
no_license
dawndusker/SpringBoot-Vue3-BBS
f04fb8367ca86a5f47258d14699f64ce773e2187
d1fe10545d5d9ae7398febedd9c2843136451f1e
refs/heads/main
2023-03-25T02:46:45.791503
2021-03-12T15:24:47
2021-03-12T15:24:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,179
java
package com.yuan.bbs.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.EqualsAndHa...
[ "1159140147@qq.com" ]
1159140147@qq.com
aad676a8fea1dae078bb2bced149f80b38245728
f967328922baff5c2b0b2437949aad0118a90435
/gulimall_/gulimall-coupon/src/main/java/com/xmh/gulimall/coupon/controller/CouponSpuRelationController.java
177fef2ec36f4328d227f1fd7bc2f8e6d6fe6976
[ "Apache-2.0" ]
permissive
Blizzard0409/gulimall
8fb3170789152728df22e83f6ded33ff946edb13
5d46306a2d382f7461da6f7faa11304278e2a978
refs/heads/master
2023-08-20T22:05:00.610822
2021-10-18T07:18:13
2021-10-18T07:18:13
418,384,724
1
0
null
null
null
null
UTF-8
Java
false
false
2,417
java
package com.xmh.gulimall.coupon.controller; import java.util.Arrays; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotat...
[ "1264551979@qq.com" ]
1264551979@qq.com
3c72ad313a5ab07e4de8336724e25d71d79d6e23
9ced84540607dd9f98f1edd5f7d8685003bf62d0
/src/main/java/com/sistex/padroes/Filtro.java
603b2c026c43e754d03ed4e57159985e7136e8fb
[]
no_license
jeancarlos2015/projetoSistexServico
6ec0caf7400de0c68dccce599229da37f3830f65
4a53623abb4a79f0ead8fd953db511717bbd0b09
refs/heads/master
2021-06-27T23:34:49.464645
2017-09-18T15:21:22
2017-09-18T15:21:22
103,956,268
0
0
null
null
null
null
UTF-8
Java
false
false
1,178
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.sistex.padroes; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; impor...
[ "joao@10.72.0.51" ]
joao@10.72.0.51
628807f8cf8f5e41e740bb173b14f9853bf52d39
ea175d8d30a3c8566ce62fdd66ac4e7fb7935c37
/tests/src/test/java/com/orientechnologies/orient/test/domain/whiz/Profile.java
18bfc42233a2719dcf69f539d1ab33d853f07afa
[ "BSD-3-Clause", "CDDL-1.0", "Apache-2.0" ]
permissive
orientechnologies/orientdb
a9aa2708e927cfbd8ba479ed1ceabb1979ba9f65
7df5ffa9f691ae752a0abdb45ccf93bc8ae8b9a4
refs/heads/develop
2023-08-31T12:42:55.842426
2023-08-30T13:56:50
2023-08-30T13:56:50
7,083,240
3,932
979
Apache-2.0
2023-09-11T12:49:58
2012-12-09T20:33:47
Java
UTF-8
Java
false
false
3,364
java
/* * Copyright 2010-2016 OrientDB LTD (http://orientdb.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 ...
[ "lomakin.andrey@gmail.com" ]
lomakin.andrey@gmail.com
9e875dac50bd8b264c9c801bb4b82f2875f0ce78
0a33d7cf3d9a98c4aa9effc9733e9981f47cc9d3
/softwareEnvironment/salsa/examples/stars/Point3d.java
af3869f5475161f1d6b1c5dc3e08691bdf85c124
[]
no_license
RPI-WCL/COS
f21a0858cfeb0e5a88a223b5eca755b2264eaa10
30b50ca890d4025b37d01a52d459d164e6667e9e
refs/heads/master
2021-01-22T04:41:27.156057
2013-07-03T20:09:00
2013-07-03T20:09:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
/* * Author: Shigeru Imai (RCSID:660855993) * Filename: Point3d.java * Date: Nov 11, 2010 * */ package salsa.examples.stars; import java.io.Serializable; public class Point3d implements Serializable { float x, y, z; public Point3d() { x = y = z = 0.0F; } public Point3d( String str ) { String[] co...
[ "shigeru322@gmail.com" ]
shigeru322@gmail.com
c5d05657751a4662a9f65d74aa5da571f1bc0b02
d2f41925eafbfef46f1ae08ff29ec451db9b5580
/utflute-lastaflute/src/main/java/org/dbflute/utflute/core/policestory/pjresource/PoliceStoryProjectResourceChase.java
5ba1f65b0360c2d1a5650c50421037cf3ce849de
[ "Apache-2.0" ]
permissive
dbflute-utflute/utflute-lasta
2d0e5e2a6349cf4558a3e438938fbc1d6fdffb18
8685a312fa0ab501bcc624bf6cd5814a465fb13e
refs/heads/develop
2023-06-23T21:45:05.283935
2023-06-14T12:54:49
2023-06-14T12:54:49
32,672,114
0
0
null
2022-05-07T11:37:56
2015-03-22T11:04:17
Java
UTF-8
Java
false
false
2,454
java
/* * Copyright 2014-2022 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 app...
[ "dbflute@gmail.com" ]
dbflute@gmail.com
5fd87c8ab14636a2030be349816dc37153cf06ab
c4c46ac22b6a7249ce42119b560dfc7e4a3d7159
/ps/src/main/java/seattle/algostar/ps/acmicpc/dp/Problem2565_JW.java
04bd63404ddf4b442d5832eb300f7041daac51e2
[]
no_license
algostar/PS
e39f83238765f4b9d07f5e23a3a4e339d674a54c
d99b46f07126a3bffcc3fb37d3028617619df7c2
refs/heads/master
2021-01-23T19:36:01.556693
2017-05-29T20:06:50
2017-05-29T20:06:50
45,015,823
0
1
null
null
null
null
UTF-8
Java
false
false
1,018
java
package seattle.algostar.ps.acmicpc.dp; import java.util.Arrays; import java.util.Scanner; public class Problem2565_JW { public static void main(String[] args) { new Problem2565_JW().run(); } int N; Line[] lines; int[] memo; private void run() { Scanner sc = new Scanner(System.in); N = sc.nextInt(); ...
[ "mosaick2@naver.com" ]
mosaick2@naver.com
b8a589c2a5ed8f48c7ff6bc9d60cfb8659b8a4fe
fee2c3b6af4c7983c1e87a23054d0e1ee2f1f97c
/src/main/java/org/iban4j/IbanUtil.java
378844d2848f5cf1d9a0ebf2bae0f508fcd0ef7f
[ "Apache-2.0" ]
permissive
mikegr/iban4j
f4cc06d6108c95c12e014736b2d566dd1b2a4947
4b66efab600cefbe56505a482dbf0f460dea73d5
refs/heads/master
2021-01-15T09:57:16.656157
2014-12-09T10:32:10
2014-12-09T10:32:10
25,197,737
0
1
null
null
null
null
UTF-8
Java
false
false
15,137
java
/* * Copyright 2013 Artur Mkrtchyan * * 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...
[ "mkrtchyan.artur@gmail.com" ]
mkrtchyan.artur@gmail.com
b1a0b7ff87fcd2f30274c64d8dae374245a07206
8b65953a99230a69350bf8f00b671221a4fcef0e
/src/com/miempresa/midepartamento/ejemploimportarjar/UsarJar.java
459b6553e1ce0e585d88916c0ee3aae2e69467a0
[]
no_license
unaiperea/EjemploImportarJar
984713cc3d4f0058fdbb54611f0376726ad64add
04658cdb56f08ef1d680571a82e87f1aefdf8038
refs/heads/master
2021-01-13T02:14:27.445414
2015-07-30T08:56:30
2015-07-30T08:56:30
39,940,717
0
0
null
null
null
null
UTF-8
Java
false
false
525
java
package com.miempresa.midepartamento.ejemploimportarjar; import java.io.IOException; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import com.ipartek.formacion.holaclase.util.Utilidades; public class UsarJar { public static void main(String[] args) throws IOException { System.out.printl...
[ "cursoipartek2015@gmail.com" ]
cursoipartek2015@gmail.com
62f18a70054f85be3c4990401cb7ae32c408a2b3
1ca86d5d065372093c5f2eae3b1a146dc0ba4725
/testing-modules/spring-testing/src/test/java/com/surya/mockito/MockBeanAnnotationIntegrationTest.java
18b3060d5d6e897f9bc727964bd6480f92d52dce
[]
no_license
Suryakanta97/DemoExample
1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e
5c6b831948e612bdc2d9d578a581df964ef89bfb
refs/heads/main
2023-08-10T17:30:32.397265
2021-09-22T16:18:42
2021-09-22T16:18:42
391,087,435
0
1
null
null
null
null
UTF-8
Java
false
false
1,015
java
package com.surya.mockito; import com.surya.mockito.repository.UserRepository; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mockito; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.mock.mockito.MockBean; import o...
[ "suryakanta97@github.com" ]
suryakanta97@github.com
31fc39db12fa4ed99b92a050e5594c84c7c43619
f9c912830a397ce5281f1341ba44c6695b9367a7
/app/src/main/java/com/example/parlay/auth/RegisterActivity.java
684641ee1c08ccadd5a7249c8015b591a24b9ea4
[]
no_license
roxbrr/Parlay
b571d56ad3923385f41f788c51292261eff5deeb
3cb3d53ff0a4dd3da22e200423a7b7e93903a185
refs/heads/master
2023-03-12T01:07:42.753486
2021-03-03T23:54:04
2021-03-03T23:54:04
343,650,506
0
0
null
null
null
null
UTF-8
Java
false
false
8,256
java
package com.example.parlay.auth; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.a...
[ "roxbrrr@farmingdale.edu" ]
roxbrrr@farmingdale.edu
a78c5b4a7526a939c129d60fc3a147c4f5c5b998
a88380587e1e65420806072d0fcb9c777fddf903
/src/test/java/com/std/data/dao/IDictDAOTest.java
fdc21ec7d46aa0580fe5ca044d287e653ea7c5d1
[]
no_license
pyezxyj/std-data
bbd04f504400b5a191fe22d965209a659a9a88a8
52c829e93b0f929709df5df13f57fdb206aca3b8
refs/heads/master
2021-01-18T02:11:41.945147
2016-07-29T07:00:39
2016-07-29T07:00:39
68,428,767
0
2
null
null
null
null
UTF-8
Java
false
false
1,834
java
/** * @Title IDictDAOTest.java * @Package com.ibis.account.dao * @Description * @author miyb * @date 2015-2-25 下午4:41:52 * @version V1.0 */ package com.std.data.dao; import java.util.Date; import java.util.List; import org.junit.Test; import org.unitils.spring.annotation.SpringBeanByType...
[ "myb858@hotmail.com" ]
myb858@hotmail.com