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
11c7cec7aa220184835314f71cf18203ec425328
1c8c61bef26ee827d6e9568c24996c1d81c08c17
/src/main/java/com/looseboxes/webform/web/WebRequest.java
15684015ffac7d7eb21b76126e89c0280be400df
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
missaouib/webform
5b425a81deb246d691969bd5e88549e0d83a456c
960832908239adc7a4c8e278d19040895c2a1a6e
refs/heads/master
2023-08-02T07:39:50.566834
2021-09-15T21:13:05
2021-09-15T21:13:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
544
java
package com.looseboxes.webform.web; import java.util.List; import java.util.Locale; import java.util.Map; import org.springframework.web.multipart.MultipartFile; /** * @author hp */ public interface WebRequest<T> { String getSessionId(); String getParameter(String name); S...
[ "posh.bc@gmail.com" ]
posh.bc@gmail.com
ba0a3ceb54955f1283eacaee745f432447144951
d8ffdeb3d864dc86f1b8f25a48cf50a4a6f5f67f
/app/src/test/java/com/example/usuario/gerenciadorlicitatorio/ExampleUnitTest.java
5de14453d9ccbf048dcb93aa3f3c5834ce5d0f1c
[]
no_license
gerenciadorlicitatorio/GerenciadorLicitatorio
15b52426932060bbef28d07a7760a32e4db20394
063d0e3d8531e259f894c50f318bbba7e63bd97c
refs/heads/master
2020-03-31T13:39:40.341212
2018-10-15T13:40:16
2018-10-15T13:40:16
152,263,922
0
0
null
null
null
null
UTF-8
Java
false
false
403
java
package com.example.usuario.gerenciadorlicitatorio; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @...
[ "gerenciadorlicitatorio@gmail.com" ]
gerenciadorlicitatorio@gmail.com
ec60206ef33312e51a6f68f4d8e75ef61d29affc
3fca45801c96147e3bda238cf81580c3c5c7e970
/javaPlusDay1/src/com/ibeifeng/com/MyVector.java
c90e614fa1c08b23f6ea50a92549312900693498
[]
no_license
Diana212926/hadoop
5feb1a7c95f288074ce86dcef5ea1a6d97a11c8a
541a0221b81b6c9cb94df5efadff293fbded3d6d
refs/heads/master
2020-02-26T16:48:59.966145
2016-10-21T09:38:09
2016-10-21T09:38:09
71,544,631
0
0
null
null
null
null
UTF-8
Java
false
false
417
java
package com.ibeifeng.com; import java.util.Iterator; import java.util.Vector; public class MyVector { public static void main(String[] args) { Vector<Integer> vector = new Vector<Integer>(); vector.add(1); vector.add(2); vector.add(3); vector.add(10); Iterator<Integer> iterator = vector.i...
[ "Administrator@USER-20160929WC" ]
Administrator@USER-20160929WC
f9ef11d691136babec001689c72e41e3604538a8
ad0bb3c68c2f901c02db59bbd024a8862db6c946
/src/main/java/com/example/util/GetSqlSession.java
fff9ef2ff0d0b522e3aa747d64d2619a549958f7
[]
no_license
techskywalker/loginproject
e65e1ee3d8784aca1da3af0313a43a15e3143ba7
5030d6cf5cb41a45b9f2735389be1d9291f5d37c
refs/heads/main
2023-06-14T15:27:12.564837
2021-07-09T04:02:27
2021-07-09T04:02:27
384,327,684
0
0
null
null
null
null
UTF-8
Java
false
false
976
java
package com.example.util; 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 java.io.IOException; import java.io.InputStream; public class GetSqlSession { public ...
[ "zhangyuxuan.career@gmail.com" ]
zhangyuxuan.career@gmail.com
b2ef83a78032ebda38c924d566d25ef0c25117e9
f8e16f002a901f63241c0969c25b61a5e920f380
/src/main/java/com/example/demo/pojo/Blog.java
bdd5afaaf67a08f2a044a0f581e9d1836422d928
[]
no_license
PottermoreIron/Debate-demo-B-E
e3aebfc24cc4b6ddd03e6205e414d0ef4c607cf6
00999e792db5cc552a62c03132ec86f6c806df79
refs/heads/master
2023-02-18T12:47:28.779712
2021-01-19T14:41:22
2021-01-19T14:41:22
331,008,540
0
0
null
null
null
null
UTF-8
Java
false
false
368
java
package com.example.demo.pojo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import java.util.Date; @Data @AllArgsConstructor @NoArgsConstructor public class Blog { private Integer blog_id; private Integer blog_authorId; private Date blog_time; private String ...
[ "1327457436@qq.com" ]
1327457436@qq.com
80eaaac06323576bd497b0a2c3ff072fec472ddd
500a9e06d3f938f00fd6e6c66e3e6d037a51311d
/store-front-micro/store-front-gateway-service/src/main/java/com/storefront/StoreFrontGatewayServiceApplication.java
4e7a496052ab6043ab7a0a8274c981b0f6fa51ba
[]
no_license
praneethdodedu/storefront
5ccbfc804b57cbba1a8457d3050002ef9342d85b
87655b6c60d1bf007f8ac453add81ec899020495
refs/heads/master
2021-01-24T21:03:30.548761
2018-02-28T09:59:53
2018-02-28T09:59:53
123,264,794
0
0
null
null
null
null
UTF-8
Java
false
false
2,262
java
package com.storefront; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.security.oauth2.client.EnableOAuth2Sso; import org.springframework...
[ "praneeth.dodedu@happiestminds.com" ]
praneeth.dodedu@happiestminds.com
f4c7c808139186887e1d1b0cc3cd4b1239aac2c3
a336c8ce418abd236fcba788b195daf897e29b9a
/src/main/java/com/viiyue/plugins/mybatis/utils/StringAppender.java
86bd5002f03878be191c2e04fd340287f72f6c70
[ "Apache-2.0" ]
permissive
tangxbai/mybatis-mapper
c0fa9c31970d6e476b3ef5d64035cf8111777e3a
23b93c49776e1459b982554cf0515b91490ee9d5
refs/heads/master
2023-04-07T01:30:34.455314
2023-03-24T07:12:43
2023-03-24T07:12:43
213,864,262
8
0
Apache-2.0
2023-03-24T07:12:44
2019-10-09T08:33:46
Java
UTF-8
Java
false
false
3,011
java
/** * Copyright (C) 2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
[ "tangxbai@hotmail.com" ]
tangxbai@hotmail.com
2028300c70666494f484a331befb033f41a29c14
042342f9dc0e8662a1a7da671ab5dc9d82ccd835
/esb/org.wso2.developerstudio.eclipse.gmf.esb/src/org/wso2/developerstudio/eclipse/gmf/esb/HTTPEndPointOutputConnector.java
5f8e3c505b1b47985493f385a87357614539ecd1
[ "Apache-2.0" ]
permissive
ksdperera/developer-studio
6fe6d50a66e4fb73de3a4dbeef8d68b461da1ab6
9c0f601b91cc34dda036c660598a93c232260e08
refs/heads/developer-studio-3.8.0
2021-01-15T08:50:21.571267
2018-10-26T12:59:17
2018-10-26T12:59:17
39,486,894
0
1
Apache-2.0
2018-10-26T12:59:18
2015-07-22T05:13:13
Java
UTF-8
Java
false
false
1,047
java
/** * Copyright 2009-2012 WSO2, Inc. (http://wso2.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 applic...
[ "harshana@wso2.com" ]
harshana@wso2.com
3b90a880345061f5c5e3caf3dc8940bfc26d14e1
1b73e8efd1ec9fbdd2c32162eaf0f8ce30666d08
/Mosima/Projet_Calibration_M2/src/Model_Calibration/GDE/TeacherGDE.java
8ca6fac653402c8b697998a0cd7d948c7286e731
[]
no_license
dtbinh/M2_Androide
060db9575aa10b8ab0a9707db3e34cc64f5d0e03
a828b7ff477470c8e00c012dd36d61df2ef7d910
refs/heads/master
2020-06-16T05:02:29.653270
2016-11-29T11:54:24
2016-11-29T11:54:24
75,243,702
1
0
null
2016-12-01T01:38:37
2016-12-01T01:38:36
null
UTF-8
Java
false
false
10,411
java
package Model_Calibration.GDE; import java.util.ArrayList; import java.util.LinkedList; import AlgoGDE.GroupedDifferentialEvolution; import AlgoGDE.Pair; import AlgoGDE.Teacher.Result; import Model_Calibration.OptionResults; import Model_Calibration.Parameters; import Model_PredatorPrey.ParallelSimuLaunch...
[ "keithdae@gmail.com" ]
keithdae@gmail.com
db7ba1e6ecdb56200867cbf26a5c218249f0b588
6d441d79c9a159c00c4ab7d1961811631ef2e93c
/SpringMVCAnnotationShoppingCart/src/main/java/org/o7planning/springmvcshoppingcart/dao/ProductDAO.java
e56c9b1786f9f235d9ab219ad4d6001d1655b7c2
[]
no_license
PraneethPathireddy/ShoppingCart
008fddaa20fafef0a2c6a6acad91d78188826a27
779e572d13d96d20cd053b9fbaee272d0d786384
refs/heads/master
2022-12-22T14:53:26.082098
2019-07-21T04:19:00
2019-07-21T04:19:00
162,675,274
0
0
null
2022-12-16T07:25:42
2018-12-21T06:29:33
Java
UTF-8
Java
false
false
754
java
package org.o7planning.springmvcshoppingcart.dao; import org.o7planning.springmvcshoppingcart.entity.Product; import org.o7planning.springmvcshoppingcart.model.PaginationResult; import org.o7planning.springmvcshoppingcart.model.ProductInfo; public interface ProductDAO { public Product findP...
[ "34501876+PraneethPathireddy@users.noreply.github.com" ]
34501876+PraneethPathireddy@users.noreply.github.com
6514a5491c71bf85c8b3f4ae0eceb4460cf5cd91
85751594e8f316b1d3e1c8e685f02f970021edd4
/dfalex/src/main/java/com/nobigsoftware/dfalex/DfaStateImpl.java
6e363d581e538ff4c5d8c838c75569a8c85301f8
[ "Apache-2.0" ]
permissive
asmith26/ApexNLP
29f0ae1b735795a21294d6c50e347a5b19cfd9f8
29bdc7fa0ea4aea396807e3c07cd73376726ee95
refs/heads/master
2021-01-19T10:14:37.795950
2017-03-14T09:16:18
2017-03-14T09:16:56
87,841,022
1
0
null
2017-04-10T17:56:56
2017-04-10T17:56:56
null
UTF-8
Java
false
false
1,429
java
/* * Copyright 2015 Matthew Timmermans * * 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 ...
[ "s-masoumi@live.com" ]
s-masoumi@live.com
68fc330b804b54de9d136f0e78292fcbea93ba31
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/eclipseswt_cluster/57179/tar_0.java
2051011a93d8f9bd671c39d4c5ac6012c3e20ff1
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,791
java
/******************************************************************************* * Copyright (c) 2000, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
[ "375833274@qq.com" ]
375833274@qq.com
48684573d656ead9c6e41459735655601ea37403
f76c467deed8763ca47ff37fa25be249bd53ded3
/Java/src/qin/Odd.java
f0d906ae1820a0b75b36fb9b0819823e71e9c33f
[]
no_license
FiveLemon/Code
3e0aa9944d81dec5951b6166e9e62122815e8994
27b1ca436cbd230a5a15c80cabd3451dd69f6c37
refs/heads/master
2021-10-09T01:41:37.304186
2018-12-20T03:15:23
2018-12-20T03:15:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,444
java
package qin; /** * Question 11、(1)定义一个方法,传入一个整数参数,判断奇是否为奇数? * 是返回true,不是,返回false。 * * (2)定义一个方法,传入一个整数参数n, * 计算0~n的所有奇数的和。并打印和。 * * (3)定义一个方法,传入一个整数的数组参数, * 求数组中最大值和最小值的差,并返回差值。 * */ import java.util.Scanner; public class Odd { public boolean isOdd(int number){ if (0 != number % 2)...
[ "qinchuanqing918@163.com" ]
qinchuanqing918@163.com
5c5f7ff35a73b48c80479ef3d4b824dc48afb965
251b1941d768801f63a018e66ca95411694a3e6a
/src/http/Http.java
bb8c3456f795c59dcd31922d94033d4ff4040764
[]
no_license
jiaxinyang1/HTTPAPI
761ed3a79c693ee2bc1cd9c1b176877867317474
c99159431adf457ae60c4bdf16bbcc0f0923510d
refs/heads/master
2020-05-19T06:22:48.891500
2019-05-05T07:43:24
2019-05-05T07:43:24
184,873,386
0
0
null
null
null
null
UTF-8
Java
false
false
335
java
package http; /** * Http * 抽象接口,作为连接Socket 和HTTP 上下层的接口 * @author hakurei * @date 2019/5/4 */ public interface Http { /** * 返回响应数据 * @author hakurei * @date 16:50 2019/5/4 * @param data * @return 响应数据 **/ String getData(String data); }
[ "qc_9c73013500fc4aa8b3fc5ed998081462@git.code.tencent.com" ]
qc_9c73013500fc4aa8b3fc5ed998081462@git.code.tencent.com
6dfe8ddb6db890574b77b5b766bb851dd0849f26
8d4c41adb54839081d689fc0eb9261dc88609acb
/com/asherah/internal/Narration.java
09f4552f43c32687c8e9ef1be59f1e95c50037f0
[]
no_license
trainman419/aucuba
12dd72edf79e8ec8d2bb38475dbc28997b3b245a
05e43af3b2664ac727981c1a8258551d33fe9b6e
refs/heads/master
2020-05-28T07:42:10.294633
2012-12-29T00:33:53
2012-12-29T00:33:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
138
java
package com.asherah.internal; public class Narration extends Text { public Narration(Block n, int res) { super(n, res); } }
[ "ahendrix@willowgarage.com" ]
ahendrix@willowgarage.com
0bc2e239a5a8f5e4af04fdc1f46e4936d55eb28c
8600efee9579cfe6e164e77eec0604fba16d455a
/data/src/main/java/com/kadirkertis/data/fav/FavoriteRepositoryImpl.java
256e597dc1354903f88f37c1c7228607cd822008
[]
no_license
katharmoi/Buyrun
92d07efffc6e824e3d76ccd4b6aa97598084343a
d77255fd0e332da93e50470af15e5c1af37d0c96
refs/heads/master
2022-04-09T09:37:09.078923
2020-02-16T18:12:11
2020-02-16T18:12:11
148,145,718
8
3
null
null
null
null
UTF-8
Java
false
false
1,046
java
package com.kadirkertis.data.fav; import com.kadirkertis.data.mappers.PlaceToDataPlaceMapperImpl; import com.kadirkertis.domain.interactor.place.model.Place; import com.kadirkertis.domain.interactor.place.repository.FavoriteRepository; import io.reactivex.Completable; import io.reactivex.Single; /** * Created by Ka...
[ "kadirkertis@yahoo.com.tr" ]
kadirkertis@yahoo.com.tr
fefb98ac209abce9623651e7cb78e57ee49e9773
73db6a00ece51c541e00ce7c657d9bcf11510af8
/src/cn/gcs/rest/entity/Rest.java
d551a1da10251eceecea5a08976b0e5cc918987b
[]
no_license
Wentworth1108/EducationSystem
bd23dae0f22a6f04056c3e7c635dd8b2d21c4592
75cfedbebc7a50e4170ca63cf8ff6a8427f86379
refs/heads/master
2021-01-25T09:25:49.446868
2017-06-09T06:59:28
2017-06-09T06:59:28
93,828,656
0
0
null
null
null
null
UTF-8
Java
false
false
1,711
java
package cn.gcs.rest.entity; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import org.hibernate.annotations.GenericGenerator; impor...
[ "wenshuaisj@yonyou.com" ]
wenshuaisj@yonyou.com
23cf3149ac3d59ad8b840298332121d3caea9b8c
6e0bb540665229b22a696205557bae62b8aec24d
/src/main/java/com/lc/topic/Rev1.java
6a4ecd64376c6958f4956481c0281d3496d2c432
[]
no_license
hongnikai/spring-cloud-customer
8cf3f3b63389309801ab6d78d151beda3104f6c8
dccf038182c6f5db586073afb7eaf8e7e3b5f575
refs/heads/master
2022-07-06T19:33:15.320978
2019-05-23T02:50:39
2019-05-23T02:50:39
182,532,681
0
0
null
2022-06-21T01:09:18
2019-04-21T12:51:43
Java
UTF-8
Java
false
false
1,770
java
package com.lc.topic; import com.lc.util.ConnectionUtil; import com.rabbitmq.client.*; import java.io.IOException; import java.util.concurrent.TimeoutException; @SuppressWarnings("all") public class Rev1 { private static final String EXCHANGE_NAME="test_exchange_topic"; private static final String queue_NAM...
[ "541737239@qq.com" ]
541737239@qq.com
d32ca0165109a611185998716274ba9cc2db5ca8
b006cb000598636be8f36543f6ac6a41154f6898
/src/com/placa/controller/PlacaDAO.java
552c5edfb381267015f5be8ffddf9578affa3cb2
[ "Apache-2.0" ]
permissive
eptene/picoyplaca
d7cb2ecd3a9470edb13d2de0813e98af31ce7b62
99295bf964bb512b156139bc7f64d191cf5aab04
refs/heads/master
2021-04-29T05:33:53.126044
2017-01-05T18:24:50
2017-01-05T18:24:50
77,979,469
0
0
null
null
null
null
UTF-8
Java
false
false
1,379
java
package com.placa.controller; import java.util.Date; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.placa.model.Placa; import com.placa.util.LoadFile; /** * <h1>Controlador PlacaDAO</h1> * Implementa la interfaz PlacaDAOLocal * Este controlador administra los obj...
[ "elvenindark@gmail.com" ]
elvenindark@gmail.com
2f0ee07c7ca32d6d39c683c78b764a9a932ed76c
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-31b-6-29-NSGA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/math3/distribution/AbstractIntegerDistribution_ESTest_scaffolding.java
0c31992014246db6963e532aaa38aca5be96f203
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
469
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Jan 18 21:23:38 UTC 2020 */ package org.apache.commons.math3.distribution; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
648dc2559ff24ec285d9399f7c45a5f4e8508be7
344b8d732f00435a4bf2c9a98783c87319129188
/poj/p2601/Main.java
4da64f6a1e5de9577607718e8debba14fdc2558e
[]
no_license
idiotsxp/acm
bf796f16100118090004c6b38a8da519e02ba1b7
5c171c10a6d42f5a6dfe163f71ccec88e6c60008
refs/heads/master
2021-01-02T22:17:36.814625
2014-09-05T02:58:27
2014-09-05T02:58:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
503
java
import java.util.Scanner; public class Main { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Scanner in = new Scanner(System.in); int n = in.nextInt(); double a0 = in.nextDouble(); double a_n1 = in.nextDouble(); double c[] = new double[n...
[ "416552985@qq.com" ]
416552985@qq.com
31dbd8c19706887e3aaf762d3b3a724996aca17a
677bbedf671e85c7c6c50ffb17839cae01067565
/network_lib/src/main/java/com/ejulive/network_lib/Interface/IRequest.java
7a7c81320532a9fa63e5fc46f6c631773ad422c2
[]
no_license
congcongxu/OkHttpUtil
9733ab9af55f4834e0f43b4823335d4ff0b2ad2b
3939b3efef0a7a646f3905bc189c738830d76080
refs/heads/master
2021-01-19T22:05:55.475591
2017-03-03T08:04:16
2017-03-03T08:04:16
83,772,440
1
0
null
null
null
null
UTF-8
Java
false
false
2,000
java
package com.ejulive.network_lib.Interface; import org.json.JSONObject; import java.io.File; import java.util.Map; /** * 该接口规定所有请求所需的常量和方法 */ public interface IRequest { /** * 发送get请求 * @param url URL * @param i responseInterface */ <T>void GET(String url, HttpResultCallback<T> i, Cla...
[ "congcong@weimi.me" ]
congcong@weimi.me
272bc262a9a074be1e7a5420748fc26f03684e78
5a5fede1c808971fec5d271982ea4edd224081a9
/src/main/java/ph/SitetaskmanagerApplication.java
d257b622e58932c6d03478907e3b525e508304ab
[]
no_license
leonCordero/TaskManager
45ff975a3fff25f973b2d845121bbd35ae69f794
2a476ef88b52fbabdf301e1d7ddf7ada62e6496f
refs/heads/master
2021-01-17T15:20:31.381996
2017-03-06T18:45:59
2017-03-06T18:45:59
84,107,276
0
0
null
2017-03-06T18:45:59
2017-03-06T18:34:13
CSS
UTF-8
Java
false
false
312
java
package ph; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SitetaskmanagerApplication { public static void main(String[] args) { SpringApplication.run(SitetaskmanagerApplication.class, args); } }
[ "zolopretroriano@gmail.com" ]
zolopretroriano@gmail.com
23cb7864af7a684b203eb0e5f70159b92f591206
29e712184f566c3dba0e637f6ed81fac3f2280f8
/PaintJarakaki/src/app/Clipping.java
500123841fee85d9b5de9299b3943c660c2d466e
[]
no_license
dpcbranco/PaintCGPI
34e55bfb069d74ab3b8bd8c84a2a853b6eecde66
db1c1b4afabc7348f79df69c9e88737dc122d47b
refs/heads/master
2020-03-27T04:12:47.852862
2018-11-05T21:26:22
2018-11-05T21:26:22
145,921,225
0
0
null
2018-11-05T19:16:30
2018-08-24T00:21:23
Java
UTF-8
Java
false
false
2,298
java
package app; import java.util.ArrayList; import formas.Ponto; import grafico.RetanguloGr; import javafx.geometry.Rectangle2D; import javafx.scene.Node; import javafx.scene.Scene; import javafx.scene.image.WritableImage; import javafx.scene.layout.Pane; import javafx.scene.shape.Ellipse; import javafx.stag...
[ "dani.hyuuga@hotmail.com" ]
dani.hyuuga@hotmail.com
120da6597569ae2ac04eba6251da72c609c3be36
adfeeb8efc088bed44485c4a64464d74ccb6b4bb
/app/src/main/java/com/example/administrator/meetingapp/GetHartListUserInfoActivity.java
20b0148136f2f22ed95c00d1b845e76e100b7d34
[]
no_license
hoo9496/MeetingGo
c026e7a007a6b6bb6d8c0eb0f18188f953209e5f
e30bbcf3d76f1236eb2d4cbaeb9ce7be0687a058
refs/heads/master
2020-07-07T08:29:28.989032
2019-08-20T05:35:17
2019-08-20T05:35:17
203,304,390
0
0
null
null
null
null
UTF-8
Java
false
false
14,362
java
package com.example.administrator.meetingapp; import android.content.Intent; import android.graphics.Bitmap; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import android...
[ "leejunho9496@naver.com" ]
leejunho9496@naver.com
c0734df228143c8eae96df346fb15a3155ff8608
b4dfcc20cd09cb18477c00ebb1ba2187d9c63283
/backend/src/main/java/com/devsuperior/dsdelivery/controller/OrderController.java
2f056d219feb90ebbd863ef2a7b15505e3358251
[]
no_license
juancarllos88/dsdeliver
e54f457651cdb9364c526a113a20e94e073779f7
c803ed9f9ab7a2ffc8a2594a59bb27d7ea856b2e
refs/heads/master
2023-02-14T20:51:15.583118
2021-01-16T14:50:45
2021-01-16T14:50:45
328,187,527
0
0
null
null
null
null
UTF-8
Java
false
false
1,904
java
package com.devsuperior.dsdelivery.controller; import java.net.URI; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PatchMappi...
[ "juan@tipbank.com.br" ]
juan@tipbank.com.br
0b55be82de8fc29876a216b858069619b0db4fa9
038ee6b20cae51169a2ed4ed64a7b8e99b5cbaad
/schemaOrgGson/src/org/kyojo/schemaOrg/m3n3/gson/core/mapCategoryType/SeatingMapDeserializer.java
e32feb3e23f5cd9b3501903d2fdd4fc73f21cde1
[ "Apache-2.0" ]
permissive
nagaikenshin/schemaOrg
3dec1626781913930da5585884e3484e0b525aea
4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8
refs/heads/master
2021-06-25T04:52:49.995840
2019-05-12T06:22:37
2019-05-12T06:22:37
134,319,974
1
0
null
null
null
null
UTF-8
Java
false
false
2,084
java
package org.kyojo.schemaorg.m3n3.gson.core.mapCategoryType; import java.lang.reflect.Field; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map.Entry; import org.kyojo.gson.JsonDeserializationConte...
[ "nagai@nagaikenshin.com" ]
nagai@nagaikenshin.com
3fbe7be81dc69b55a01425dc74569d0de9d6cf6d
a591f065a73375b88546ad0c40f5ff35eaaad9af
/src/main/java/com/lwb/system/domain/UserRoleDO.java
4db80a30a977328dc2d2459883a03a551780ca8d
[]
no_license
lwbldy/spring-boot-blog
886506b806c3f9a80e16032a9f4d24d4f7141129
2ee405abd78f28f2cc5a0eca087c9ad72a898299
refs/heads/master
2020-03-23T05:12:00.157650
2018-07-28T07:53:35
2018-07-28T07:53:35
141,130,152
0
0
null
null
null
null
UTF-8
Java
false
false
882
java
package com.lwb.system.domain; import java.io.Serializable; import java.util.Date; /** * 用户与角色对应关系 * * @author lwb * @email lwbldy@163.com * @date 2018-07-21 16:47:05 */ public class UserRoleDO implements Serializable { private static final long serialVersionUID = 1L; // private Long id; //用户ID privat...
[ "lwbldy@163.com" ]
lwbldy@163.com
4ffcad16384bc745b8ea3fca914ee18d02fd74bb
c7302140636d2fd97bac8baa4d9f7fcc8b07c350
/src/db/DbException.java
997241edf9bc16c47b4d0395c205b122692ed401
[]
no_license
rhuann/demo-dao-jdbc
8e23fc1578b6a7dcdbb9733490446bb652904da2
6c1cf1644d553f8a3bf48f6ab6ed1b940fadd434
refs/heads/master
2022-11-29T09:54:18.079032
2020-08-05T15:37:33
2020-08-05T15:37:33
285,285,425
0
0
null
null
null
null
UTF-8
Java
false
false
172
java
package db; public class DbException extends RuntimeException { private static final long serialVersionUID = 1L; public DbException(String msg) { super(msg); } }
[ "rhuann@gmail.com" ]
rhuann@gmail.com
436b3fc336e67bef4ec96e62b60a7f1195f0ca11
ae16abcc52f3b08c7ee7dd84b83effd2bfb6fe8e
/medium/SkynetRevolutionEpisode1/java/Player.java
18b8d7739d4595097a93cba0a37e8baab8e32a1e
[ "MIT" ]
permissive
joand/codingame
eaf5c6ad296511d4d9831c5ac1e828cc10bd8f78
d4337d641cc9a931823b9c0d3a9270b6102fa041
refs/heads/master
2021-01-11T03:12:47.290261
2017-11-01T10:34:36
2017-11-01T10:34:36
71,292,532
6
21
null
2017-11-01T10:34:37
2016-10-18T21:22:45
Java
UTF-8
Java
false
false
2,715
java
import java.util.*; class Player { private static class Graph { LinkedList<Integer>[] graph; public Graph(int n) { graph = new LinkedList[n]; for (int i = 0; i < n; ++i) { graph[i] = new LinkedList<Integer>(); } }...
[ "stevesweetney@gmail.com" ]
stevesweetney@gmail.com
fe5f69be8313ce0f4c1a4201b182e9eae7472e91
54c9f7f2f7afadcdddba1d5ffe1b97e1694e4c29
/bootx-music - 副本/src/main/java/com/bootx/util/DateUtils.java
640447baaf2733f029da0e8c0d19a7eb23d19968
[]
no_license
blackboy1987/min-program
37cf2630a91a166b7b409178273f176f0fc10ab8
0babf400000c890d1dcc3fadc58c2fae34c005d6
refs/heads/master
2023-04-23T12:52:07.208957
2021-05-11T15:02:59
2021-05-11T15:02:59
351,773,393
0
0
null
null
null
null
UTF-8
Java
false
false
13,988
java
package com.bootx.util; import java.time.*; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util.Date; import java.util.List; /** * 采用jdk8的日期类进行操作时间 */ public class DateUtils { private enum Type { day, month, year, } /** * 获取到当天的0点0分0秒 ...
[ "Liziyi521521" ]
Liziyi521521
a15f48a9afb610005e5a1bda06021ce942f2ba30
f715b1253b42bc618670f0a84ef6d116583d9eaa
/badugi-game-logic/src/main/java/com/badugi/game/logic/model/vo/api/match/TicketNum.java
6e957fe71cae8d0d8be780868f1dcc8f0ee88938
[ "MIT" ]
permissive
cietwwl/BadugiPokerServer
acf282544a2811be436f27abb52a1ace22712051
0b494f80d846fcb2e9db26721bd09add7d674783
refs/heads/master
2020-03-17T18:29:08.353095
2016-01-18T02:46:46
2016-01-18T02:46:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package com.badugi.game.logic.model.vo.api.match; import java.io.Serializable; public class TicketNum implements Serializable{ /** * */ private static final long serialVersionUID = 1L; private Integer tp ; private Integer tc; public Integer getTp() { return tp; } public void setTp(Integer tp) { this.t...
[ "wtuickqmq@163.com" ]
wtuickqmq@163.com
7ebd52215f71a6e939b71b0e0511c70f3af90d2c
d498e3f11950a41fe216395cc36b92bde0f66494
/src/com/slk/wph/controller/WPH_Nursing/WphNursingController.java
0f78e9a2f150777f84972e35fb04c9b5836aec72
[]
no_license
yangShengkui/NoEscoet
c10e6871f038563942e42f063fc59d368b39d4ca
0db0a446f1e033171e7bfe3f01f0927466dc7acf
refs/heads/master
2020-03-23T19:16:26.502702
2018-07-23T05:21:37
2018-07-23T05:21:37
141,964,778
0
0
null
null
null
null
UTF-8
Java
false
false
4,304
java
package com.slk.wph.controller.WPH_Nursing; import com.slk.wph.module.WPH_Orderingnursing.mapper.WphOrderingnursingMapper; import com.slk.wph.module.WPH_Orderingnursing.mapper.WphOrderingnursingMapperCustom; import com.slk.wph.module.WPH_Orderingnursing.po.WphOrderingnursingCustom; import org.springframework.bean...
[ "yangshengkui@.com" ]
yangshengkui@.com
8fde2ccf0c26eb4763d0842fca5ae1030b47c1b6
99586ac083dd72b3a159649402fd050dfc1c15ab
/app/src/main/java/ca/gbc/comp3074/assignment2/TaskAdapter.java
da61516ed19727fd5ebe55fc1aaa12640e8a32f0
[]
no_license
fatihkgm/Mobile_Group_Project
6d3f7a04577e9ef36ef3ffa067fe398559d92d1d
cd004e8c181ae8477d928020b22d53a68957e6e0
refs/heads/master
2023-04-06T03:21:34.625550
2021-04-12T04:09:07
2021-04-12T04:09:07
314,954,839
0
0
null
null
null
null
UTF-8
Java
false
false
67
java
package ca.gbc.comp3074.assignment2; public class TaskAdapter { }
[ "jwbrooney@gmail.com" ]
jwbrooney@gmail.com
66631903f6d0b3f9c18be443d73fe253533fafdc
9810c2c99cb39711a155f47fe66cd1a6957b93e7
/src/main/java/n10s/rdf/export/ExportProcessor.java
c9b5af219cb238927040fa482bb05ccfac439a5b
[ "Apache-2.0" ]
permissive
wangchuan2008888/neosemantics
2540f371fc7aa3a6acf4c8fb08dc7eb155e0c5ca
50c236b11c725811ee1206ab3c9ee2cc9b0c49f0
refs/heads/3.5
2021-12-28T08:19:35.710289
2021-12-21T12:48:17
2021-12-21T12:48:17
203,540,819
0
0
Apache-2.0
2021-12-21T12:48:18
2019-08-21T08:29:14
Java
UTF-8
Java
false
false
10,925
java
package n10s.rdf.export; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import...
[ "jbarrasa@outlook.com" ]
jbarrasa@outlook.com
b67991d038777364b6a185bf052fbd5cf33e1e80
26d8ddc41f97f2d9b7aac96635e356f5544e323b
/MillenniumLauncher/src/launcher/LauncherUtils.java
7f05c746bf86b05bdd35a526b0bdeaa0ce7b988a
[]
no_license
GNPower/Melennium
8d961b65db5362c05b02894076f7e29ab96fac68
9e7369a3e1cec27b7cba0f6c1d770ca9b28bb90b
refs/heads/master
2020-03-19T19:26:16.840993
2018-08-26T14:10:26
2018-08-26T14:10:26
136,855,629
0
0
null
null
null
null
UTF-8
Java
false
false
1,667
java
package launcher; import java.io.File; import java.net.MalformedURLException; import java.net.URL; import javafx.event.Event; import javafx.scene.control.TextField; import javafx.scene.control.TreeItem; import javafx.stage.Stage; public class LauncherUtils { private static final String STYLE_PATH = "...
[ "powergraham907@gmail.com" ]
powergraham907@gmail.com
9e7e48a543318fb92fb65c34769fbeb797daea2e
f1dbc8e0181ead667676796e6343f0c3ef3eb2ab
/app/src/main/java/leora/com/baseapp/model/dbmodel/MachineProductivityAuditModel.java
b2661f2c4d109e3407a377db6a6dcda27caa7f01
[]
no_license
AzrMohammed/mProductionAndroid
4ffa4c8468156991c5e25e271e8043d2d3f768e4
868408931876c9d0ef4b61dd0f17b79bb4d3ce52
refs/heads/master
2020-04-09T04:36:58.564364
2019-01-03T10:17:01
2019-01-03T10:17:01
160,029,706
0
0
null
null
null
null
UTF-8
Java
false
false
937
java
package leora.com.baseapp.model.dbmodel; import java.io.Serializable; /** * Created by AZR on 06-12-2018. */ public class MachineProductivityAuditModel implements Serializable { public String slug; public String machine_slug; public String product_slug; public String process_slug; public Strin...
[ "jayakumar.developer@gmail.com" ]
jayakumar.developer@gmail.com
09417075473ab1016fb9ebd22b9fdd613521c7c5
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/plugin/cloudvoip/cloudvoice/service/p.java
6b3d485ccd5edd74e88e229db0947d5099faab34
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
464
java
package com.tencent.mm.plugin.cloudvoip.cloudvoice.service; public final class p { static int wUT; static int wUU; static int wUV; static int wUW; static int wUX; static int wUY; static int wUZ; static int wVa; static int wVb; } /* Location: L:\local\mybackup\temp\qq_apk\...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
acb5b800f8fc2ff5cc389f4c196fac76bded843f
d1e9b11dbae7bcb907c8fdac06516b310af7bc3c
/src/main/java/com/hackathon/intelliplan/entity/Triggers.java
de0e68ddb3f593849d488851f32bf7b6dd7751a6
[]
no_license
justsiddharth/intelli-planner
a27ab1aa38218c28400c6841f31e0c7d189fa7a3
3e25b54bcdb35187401c7b60a2a99e72f44fb471
refs/heads/master
2021-08-14T16:09:46.657897
2017-11-15T00:21:02
2017-11-16T05:21:34
110,752,868
0
0
null
null
null
null
UTF-8
Java
false
false
121
java
package com.hackathon.intelliplan.entity; /** * Created by sjain on 11/15/17. */ public enum Triggers { WEATHER }
[ "c.siddharth.jain@uptake.com" ]
c.siddharth.jain@uptake.com
ba008c87d40dc94dd18df48387e93437c5bc46cc
9f5cd51f815a77fb1174aef07aec288e35747c19
/src/main/java/LeetcodeAndOffer/Leetcode/LC105.java
fb4c7805c6194594cf216560aaad5c4f07f9b8f4
[ "Apache-2.0" ]
permissive
Galun-yase/WrittenExam
521e06183205514bc2d70c67dd9e4b743fa20fc1
0251b7280a39f28d50f8e70dbc14aac9be59e5fb
refs/heads/master
2023-09-01T20:14:09.181153
2023-09-01T16:39:26
2023-09-01T16:39:26
247,712,059
1
0
Apache-2.0
2022-12-16T05:19:52
2020-03-16T13:40:15
Java
UTF-8
Java
false
false
1,421
java
package LeetcodeAndOffer.Leetcode; import java.util.HashMap; public class LC105 { public TreeNode buildTree(int[] preorder, int[] inorder) { HashMap<Integer, Integer> hashMap = new HashMap<>(); for (int i = 0; i < inorder.length; i++) { hashMap.put(inorder[i], i); } Tr...
[ "renchen_zrr@foxmail.com" ]
renchen_zrr@foxmail.com
9936cd70662eca703cc050544e47f0d57014b8fe
ce9c5e0e85daf4a1a3622e05be4604c78c504900
/src/com/ict09/jdbc/Ex03.java
f44968e86dc644bc4ad63a3b0529cbbda8836c14
[]
no_license
kwnsghks/java_project
2a6ed2cd4bd287dcafb852a376a2f58319496cd4
bbe395eec6feb0256dbf99517486f2cb161a388c
refs/heads/master
2023-04-11T05:22:09.558836
2021-04-30T09:21:47
2021-04-30T09:21:47
354,801,079
1
0
null
null
null
null
UHC
Java
false
false
2,055
java
package com.ict09.jdbc; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class Ex03 { public static void main(String[] args) { // DB접속에 필요한 클래스 3개 Connection conn = null ; Statement stmt = null ; ResultSet rs = null ; // s...
[ "user@DESKTOP-LHVF2H1" ]
user@DESKTOP-LHVF2H1
7947d10a52172a868211db84391dcff9661c42e6
8e48f44b5821a000e0f2a8b6b47de47150fe9a09
/gettyimagesapi-sdk/src/main/java/com/gettyimages/search/filters/ProductType.java
74d1a9bd0c5cdfcaaaeca1467edb9b58f6d4e914
[ "MIT" ]
permissive
ssterli2/gettyimages-api_java
4252efc9c44ac9e01ee1b71be529741409f0ec74
d28d2dd2134baac2e89febf23edc62a27d3da8f7
refs/heads/master
2021-01-24T13:18:59.823398
2018-02-20T05:24:05
2018-02-20T05:24:05
123,167,408
0
0
null
null
null
null
UTF-8
Java
false
false
500
java
package com.gettyimages.search.filters; public enum ProductType { EASYACCESS("easyaccess"), EDITORIALSUBSCRIPTION("editorialsubscription"), IMAGEPACK("imagepack"), PREMIUMACCESS("premiumaccess"), ROYALTYFREESUBSCRIPTION("royaltyfreesubscription"), CREDITPACK("creditpack"); private String p...
[ "mapitman@users.noreply.github.com" ]
mapitman@users.noreply.github.com
f21c61de795099d3363d0acc65f34d36dbff92f1
90cf85d95931209e78afc42f97fb748156a4f71f
/EVM/src/evm/Gui/nt_elg.java
bb19651c1b81fa70f96ff7f0977e51ac72fbdfd6
[]
no_license
VI-Suji/Digital-Voting-Machine
26820f40470e959c797f37c8ccabaf4db2a1da81
25fec47b68a6936657735029fc7c972906587756
refs/heads/master
2022-12-01T16:30:25.295516
2020-08-14T06:42:40
2020-08-14T06:42:40
284,069,457
0
0
null
null
null
null
UTF-8
Java
false
false
4,996
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 evm; import evm.admin; /** * * @author robinhood */ public class nt_elg extends javax.swing.JFrame { /** * Creat...
[ "robinhood@linux.kali" ]
robinhood@linux.kali
9df5fece63aa965c4daf78cd08327e3716ecce76
e98f296893caee51bf4f1d87c15600b32468ee30
/src/main/java/com/websystique/springmvc/model/User.java
ab04e5f6d63462b05bf8a41c0502c52394cf3422
[]
no_license
dase1243/spring4
2b54f9842e238d1ea0620d0105cb094f41741436
5a436c3e9754b37133b1bebe14198fd9e2408d8a
refs/heads/master
2021-01-19T17:04:20.555640
2017-09-26T20:07:31
2017-09-26T20:07:31
100,935,021
0
0
null
null
null
null
UTF-8
Java
false
false
3,784
java
package com.websystique.springmvc.model; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.per...
[ "angl0717@netcracker.com" ]
angl0717@netcracker.com
f520bf84536d6c17a8458d4e95ec631510a1703c
3acd2d5b19e7cda7e661a33a55f67d981fd5f071
/Interview_Set9.java
ffeb9cdcc227190e935f9168ca44bc10a54edae9
[]
no_license
emrahaktepe/JavaInterviewQnA
39749f2cac36450ce6cdacee1e624378639ac031
40ef451594288622ddc528f26209cd72458f3746
refs/heads/master
2020-12-15T19:12:56.687545
2020-04-01T03:20:07
2020-04-01T03:20:07
235,224,377
3
0
null
null
null
null
UTF-8
Java
false
false
4,659
java
package JavaInterviewQnA; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Scanner; public class Interview_Set9 { //1.Print A-Z 10 times in 26 rows //A //AB //ABC //2.Create a method where you find the sum of the numbers up to num //3.Create a method where y...
[ "emrahaktepe@gmail.com" ]
emrahaktepe@gmail.com
30bc33c6528c26b27995df01a071f8683d1bfe20
5354fafa3c1557291da1abc319fbe2d48df51cae
/project_CS/Ichigo/EditorView.java
93c79acca78db0395be24973b320b9066c53cc85
[]
no_license
g1145442/project_CS
56e8786b888764a7e6153d3812bf08db71d7d2b6
36a7530bc1b7af1422183eaa3ba97575335b4654
refs/heads/master
2021-03-12T20:26:10.644855
2013-07-02T06:12:49
2013-07-02T06:12:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
807
java
package Ichigo; import java.awt.Graphics; /** * * */ public class EditorView extends mvc.View { /** * */ private IchigoModel model; /** * */ private EditorController controller; /** * */ public EditorView(IchigoModel aIchigoModel) { super(aIchigoModel); } /** * */ public EditorView(IchigoMode...
[ "g1145442@cc.kyoto-su.ac.jp" ]
g1145442@cc.kyoto-su.ac.jp
e510ad5b5d296c322af379e272900e6fb25873aa
3bb9e1a187cb72e2620a40aa208bf94e5cee46f5
/mobile_catalog/src/ong/eu/soon/mobile/json/ifx/element/ClientApp.java
cbb246b2f8f8ecf3ffa4a96ae4e93857d0c2340c
[]
no_license
eusoon/Mobile-Catalog
2e6f766864ea25f659f87548559502358ac5466c
869d7588447117b751fcd1387cd84be0bd66ef26
refs/heads/master
2021-01-22T23:49:12.717052
2013-12-10T08:22:20
2013-12-10T08:22:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
712
java
package ong.eu.soon.mobile.json.ifx.element; import ong.eu.soon.mobile.json.ifx.basetypes.IFXObject; public class ClientApp extends IFXObject { protected ClientApp(){ } public final native Org getOrg()/*-{ return $wnd.cleanObject(this.org); }-*/; public final native void setOrg(Org org)/*-{ ...
[ "eusoon@gmail.com" ]
eusoon@gmail.com
6dd67618a29a81829ee96c354b75c5acab4966d1
d24fa0e3e4d0b16b6c3e5542ad8c82688cc6fd31
/src/game/OthelloGame.java
c2465a65664c93cd8f70ac43f8ce5863d45cf7d3
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mahi97/OthelloPlayer
14a4ab1ff5a8dba26b8f2ed9d2a1e82e9fa5cbd4
e68c419fdddf3e1506d66da7dcce27b3f08136cd
refs/heads/master
2021-11-24T18:38:47.411728
2018-09-27T10:15:09
2018-09-27T10:15:09
118,744,495
4
0
MIT
2018-09-27T10:15:10
2018-01-24T09:41:36
Java
UTF-8
Java
false
false
16,888
java
package game; import java.util.ArrayList; import java.util.List; /** * * @author iuri */ public class OthelloGame extends AbstractGame { public OthelloGame() { size = 8; } @Override public int testing_end_game(int[][] board, int markBoard) { int win = 0, loss = 0, end = 0; ...
[ "fateme.hashemi23@gmail.com" ]
fateme.hashemi23@gmail.com
6d6f6f339ecbd8bccbc075870fe57f42d1d69f3a
24348d9912af566d5c83c7a2a0f1452e81f84aed
/src/main/java/com/xmmems/analyze/controller/AnalyzeController.java
5f8daf7de5ef0ef1d35c89a0943462d3efa8ba3d
[]
no_license
XwjAccout/xmmems
2c959264707a4a74ee52c6726776198080bc19ca
722a0dd3332e35554fa56a6c02e77ecc61a6bd85
refs/heads/master
2023-06-26T16:33:32.421092
2021-07-30T05:35:19
2021-07-30T05:35:19
259,177,548
1
0
null
2020-07-02T03:09:13
2020-04-27T01:53:29
Java
UTF-8
Java
false
false
1,795
java
package com.xmmems.analyze.controller; import com.xmmems.analyze.service.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org...
[ "16620417550@163.com" ]
16620417550@163.com
97e19b1e1672e3e64b78fcd222fe09c27dbe9fb0
c883e0f4eac61747dcd0fa1b87ed51047ce14b19
/src/java/Web_Services/Helloworld.java
755ea9d418f47655d915595294cd481972122c50
[]
no_license
milind12/CodesterOnlineIde
5c4f4a96b77bb57bd6f3c346a1985664c2ba9a55
2331e2c2da6c2a1624775845c4d0fb132d2fd57d
refs/heads/master
2021-01-24T08:17:25.964722
2020-04-25T16:38:06
2020-04-25T16:38:06
93,375,479
0
0
null
null
null
null
UTF-8
Java
false
false
1,592
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 Web_Services; import javax.ws.rs.core.Context; import javax.ws.rs.core.UriInfo; import javax.ws.rs.PathParam; import javax.ws....
[ "milind.12ghiya@gmail.com" ]
milind.12ghiya@gmail.com
a2a20269507c936954dbcff356dc0ac47b3719b3
18746f023c89bf7571a3595b2aaebf56cbc57c6b
/app/src/main/java/spfworld/spfworld/activity/StoreSerchListActivity.java
290187383bc04161b9dc35e226810680c7275716
[]
no_license
RRrongrui/aveve
9218cf06e029c840ffedb598b26c1f54d3ea34d2
c87aa3d246d71003840ac6489e7fb8c62417e69b
refs/heads/master
2021-01-11T01:46:46.888913
2016-10-12T05:18:43
2016-10-12T05:18:43
70,665,345
0
0
null
null
null
null
UTF-8
Java
false
false
2,655
java
package spfworld.spfworld.activity; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.suppor...
[ "rongrui4918@163.com" ]
rongrui4918@163.com
a8e4f30cb6036f52bfff071b61ea248f059bc6bb
27d5d44018262990bf91b8c3d9795e3f5819c4c8
/src/main/java/com/iidooo/gauge/model/po/GaugeProduct.java
fc8cd01c04cd57c12a217a43b92eed1795c0e665
[]
no_license
iidooo/gauge-connector
34a490d86e6533e31243566b2cdcfa9ad00b433a
7c3c8b4758ac1706bb6a2ec7cc41ab8e22b2e994
refs/heads/master
2021-01-20T20:24:34.423441
2017-06-12T02:22:09
2017-06-12T02:22:09
62,214,219
0
0
null
null
null
null
UTF-8
Java
false
false
2,730
java
package com.iidooo.gauge.model.po; import java.util.Date; public class GaugeProduct { private Integer productID; private Integer vehicleID; private Integer driverID; private String productModel; private String productCode; private String city; private String remarks; private...
[ "ouitiken@gmail.com" ]
ouitiken@gmail.com
1be71019ca4fc1c7eb7776ea423a1e5019f3d47e
5f6f03c31f476f7d395e14df0c868c0fec99301e
/ActiTimeFrameWork/src/com/actitime/projectandcustomerTest/ProjectAndCustomerTest.java
78ae2c48e267526e48aa2ea6d7c4a2a67b75308a
[]
no_license
prakashk00/ActiRepositry
68a70be975035c8c8dc3554f84b2b0e7936ebba5
40b3bffbd40fdf8b8dead7e1765194df0c905e62
refs/heads/master
2020-04-15T01:20:49.280593
2015-03-01T06:24:50
2015-03-01T06:24:50
31,488,334
0
0
null
null
null
null
UTF-8
Java
false
false
3,766
java
package com.actitime.projectandcustomerTest; import java.io.IOException; import org.apache.poi.openxml4j.exceptions.InvalidFormatException; import org.openqa.selenium.By; import org.openqa.selenium.support.PageFactory; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.A...
[ "prakash@prakash-PC" ]
prakash@prakash-PC
c8909b5dfeb5d5957617cbf9a429867413109e00
f09c5e9ec42c361a143460be152ebfd62515d0e7
/src/main/java/com/fedirchyk/blackjack/vo/GameTable.java
d83e2d185d81655ca294da3e09ecaa3431e9a56e
[]
no_license
ArtemFedirchyk/black-jack
71fb2eb34b7111c9a88a807874f462b96c32aff0
f0e5b2d73f9c38a3cbced33cef35ed6ad083ae3e
refs/heads/master
2021-01-01T15:51:35.400810
2015-03-11T20:01:12
2015-03-11T20:01:12
29,904,274
0
0
null
null
null
null
UTF-8
Java
false
false
3,315
java
package com.fedirchyk.blackjack.vo; import java.io.Serializable; import java.util.Stack; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fedirchyk.blackjack.entity.Wallet; /** * This is general VO, which contains all common information about Game process and Player's wallet(including balance) * * ...
[ "artem.fedirchyk@gmail.com" ]
artem.fedirchyk@gmail.com
42ea42a1c9a4204cf0a52ba0b6ab3fc1971108bf
2be34d47600854fd13b003bca430c97feaa340a8
/springcloud/consumer-feign/src/main/java/com/zuql/consumerfeign/Controller/HelloController.java
f4c267a0cff27942ae7da8a211b44e4661e18fab
[]
no_license
zuql/demo
1a99b58bb86cd8c4b6ec72d84644cb02bbaf1ac5
c06ad8cb8647609b790eaf31af66accd6efdf11b
refs/heads/master
2020-05-05T09:58:10.567402
2019-05-21T15:25:10
2019-05-21T15:25:10
179,924,817
0
0
null
null
null
null
UTF-8
Java
false
false
490
java
package com.zuql.consumerfeign.Controller; import com.zuql.consumerfeign.client.EurekaServiceFeign; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @RestController public class HelloController { @Autowired public EurekaServiceFeign eurekaServi...
[ "17712743419@163.com" ]
17712743419@163.com
3797e98431cdc9de2bf3ceee56669f98acafe0bb
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-workspaces/src/main/java/com/amazonaws/services/workspaces/model/transform/OperationInProgressExceptionUnmarshaller.java
f06a7e9e7b978521bbddbaf9708d8f848dfd516c
[ "Apache-2.0" ]
permissive
aws/aws-sdk-java
2c6199b12b47345b5d3c50e425dabba56e279190
bab987ab604575f41a76864f755f49386e3264b4
refs/heads/master
2023-08-29T10:49:07.379135
2023-08-28T21:05:55
2023-08-28T21:05:55
574,877
3,695
3,092
Apache-2.0
2023-09-13T23:35:28
2010-03-22T23:34:58
null
UTF-8
Java
false
false
2,941
java
/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
fe9228512d3ece19183b85ffbdd57467c0a506b0
073479e31291261cf73f7eea6efd8efdfea817ce
/source/src/com/gubga/gui/recurso/TamanhoMaximo.java
6183845afd435a8af5b73cebc63fcdee29512103
[]
no_license
Garrocho/GUBGA
b7f7413b160c5c61d5f5928d6f72def5020d0522
813a4d1a93c93f048994879286557268da2e3451
refs/heads/master
2021-05-28T05:16:21.107202
2012-12-08T13:04:54
2012-12-08T13:04:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,369
java
package com.gubga.gui.recurso; import javax.swing.text.AttributeSet; import javax.swing.text.BadLocationException; import javax.swing.text.PlainDocument; /** * Esta classe extende um <code>PlainDocument</code>. Ela aplica a um componente a insercao com um numero maximo de caracteres. * * @author Charles ...
[ "ctgarrocho@gmail.com" ]
ctgarrocho@gmail.com
83b5ce31520ad3376fa6f130efea7b8921396623
ba6f4404014d470fa444a3918668bdc12c0dce0e
/extend-mq/src/main/java/com/extend/mq/config/RocketMQConfiguration.java
e4903635f7c07c67608cc28b2a1f06a6d5c7c79b
[ "MIT" ]
permissive
jishuaige/spring-boot-extend
4488c9c26d7515a72c4bc5efd7837c2dd3c03833
2a69c83fb3c7d6fe0c1b1bc276054e431d332c2c
refs/heads/master
2023-06-09T07:09:26.852845
2021-06-25T15:31:13
2021-06-25T15:31:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,236
java
package com.extend.mq.config; import org.apache.rocketmq.common.protocol.heartbeat.MessageModel; import java.lang.reflect.Method; import java.util.List; import java.util.Map; /** * RocketMQConfiguration,属性配置。 * * @author KevinClair */ public class RocketMQConfiguration { private String topic; private Str...
[ "704714211@qq.com" ]
704714211@qq.com
13a0587c6752d1e7aa8dcf41478bd333791b780e
1f8498c886dedd9cd9cb5296f25a5a4962abb6d4
/stack-server/src/main/java/com/inductiveautomation/opcua/stack/server/handlers/UaTcpServerHelloHandler.java
ada417f8f067da6293a68d2a02a82809b5cc47cf
[ "Apache-2.0" ]
permissive
doutdex/opc-ua-stack
ea6c98f6ee92b48ee3f8778c75b37bcb5c221044
a577af239a255a9de784ceded1be5b638aaccefa
refs/heads/master
2021-01-17T21:53:09.912599
2015-02-16T14:28:09
2015-02-16T14:28:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,950
java
package com.inductiveautomation.opcua.stack.server.handlers; import java.io.IOException; import java.nio.ByteOrder; import java.util.List; import com.google.common.primitives.Ints; import com.inductiveautomation.opcua.stack.core.StatusCodes; import com.inductiveautomation.opcua.stack.core.UaException; import com.indu...
[ "kevinherron@gmail.com" ]
kevinherron@gmail.com
51b5e83d7af8dec85f8662966e9009ba97484111
fe11b9585e2778a4317ae3408c439720aa376c7e
/Phase 2-Nilay/Spring/Spring_04_09_2019/src/test/java/com/spring_example1/Spring_04_09_2019/AppTest.java
37c612552f8f806b9f052e21f8c76d0985c4e6f1
[]
no_license
Arunkarthik13/IBM-FSD-000GGD
c700f4bc7fa34be2e384e37d1d6b2cfa586a3662
dcabf4c481bb30b8c00b8f72323d02ce4b14d017
refs/heads/master
2022-12-25T03:50:27.866654
2019-09-25T11:50:39
2019-09-25T11:50:39
195,184,683
0
0
null
2022-12-16T05:05:31
2019-07-04T06:47:13
JavaScript
UTF-8
Java
false
false
665
java
package com.spring_example1.Spring_04_09_2019; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case ...
[ "b4ibmjava31@iiht.tech" ]
b4ibmjava31@iiht.tech
709640b3d1f521c941f865655fb731ddc23146b1
7334d6d799347e15a8a49d88c85b880e4e33c72b
/project_rent/src/model/Epilogue.java
022ecd7ce07d808ce319d4c2057bfec95aa66213
[]
no_license
seong-kwang/team_null2
3ec50de9261cdb332bec2de92801ea934ca516d6
5378ad09ef43c18f3cab6afbb4c3257568355e1f
refs/heads/master
2021-01-23T00:21:32.614371
2017-05-30T08:19:12
2017-05-30T08:19:12
92,810,937
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package model; public class Epilogue { private int e_num; private String e_title; private String e_content; public int getE_num() { return e_num; } public void setE_num(int e_num) { this.e_num = e_num; } public String getE_title() { return e_title; } public void setE_title(String e_ti...
[ "5CLASS-184@HB01-15" ]
5CLASS-184@HB01-15
68e9cb957ad417809d72d558db08a6420115f8fa
4312a71c36d8a233de2741f51a2a9d28443cd95b
/RawExperiments/Lang/lang1/3/AstorMain-lang1/src/variant-330/org/apache/commons/lang3/time/FastDateParser.java
613437e31bce1e3b71a4347ad9add6b351479a6b
[]
no_license
SajjadZaidi/AutoRepair
5c7aa7a689747c143cafd267db64f1e365de4d98
e21eb9384197bae4d9b23af93df73b6e46bb749a
refs/heads/master
2021-05-07T00:07:06.345617
2017-12-02T18:48:14
2017-12-02T18:48:14
112,858,432
0
0
null
null
null
null
UTF-8
Java
false
false
23,547
java
package org.apache.commons.lang3.time; public class FastDateParser implements java.io.Serializable , org.apache.commons.lang3.time.DateParser { private static final long serialVersionUID = 1L; static final java.util.Locale JAPANESE_IMPERIAL = new java.util.Locale("ja" , "JP" , "JP"); private final java....
[ "sajjad.syed@ucalgary.ca" ]
sajjad.syed@ucalgary.ca
a8c6197383678a1a1bc84e77b7c040783901f3c2
ae5eb1a38b4d22c82dfd67c86db73592094edc4b
/project70/src/main/java/org/gradle/test/performance/largejavamultiproject/project70/p352/Production7040.java
34ca747bc68ac03026c81dd9df182c2c5638d48f
[]
no_license
big-guy/largeJavaMultiProject
405cc7f55301e1fd87cee5878a165ec5d4a071aa
1cd6a3f9c59e9b13dffa35ad27d911114f253c33
refs/heads/main
2023-03-17T10:59:53.226128
2021-03-04T01:01:39
2021-03-04T01:01:39
344,307,977
0
0
null
null
null
null
UTF-8
Java
false
false
1,887
java
package org.gradle.test.performance.largejavamultiproject.project70.p352; public class Production7040 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; p...
[ "sterling.greene@gmail.com" ]
sterling.greene@gmail.com
95079583db6927f820e092bbe3a31757cc2fbc61
2312f810c8429264f5000070df03557437aaf8b3
/app/src/main/java/com/test/shileiyu/jetpack/common/widget/AppBarDampingBehavior.java
35ddade4d8c777bee7e7bd49ff04f72a4cc2213e
[]
no_license
yushilei1218/JetPack
002d6d3469a478523cff9ff0e23118209e245b33
9f7366f820aa7bfe95c088ec26dba76c39af13b2
refs/heads/master
2020-03-26T10:50:01.986030
2018-11-19T06:25:47
2018-11-19T06:25:47
144,817,332
0
0
null
null
null
null
UTF-8
Java
false
false
1,849
java
package com.test.shileiyu.jetpack.common.widget; import android.content.Context; import android.support.design.widget.AppBarLayout; import android.support.design.widget.CoordinatorLayout; import android.util.AttributeSet; import android.util.Log; import android.view.View; /** * @author shilei.yu * @date 2018/8/20 ...
[ "shilei.yu@zhaopin.com.cn" ]
shilei.yu@zhaopin.com.cn
28540e1ec2a4c33b5d95057da27cac70a18fd2ef
f2964965cc45ae699e4dd47d543bcdd233b1f682
/opt/cassandra/build/test/classes/org/apache/cassandra/test/microbench/generated/BTreeSearchIteratorBench_searchFound_jmhTest.java
64d4cbed46fa1edb1b9f74066a80ac861e8f9207
[ "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-3-Clause" ]
permissive
allprojects/thesis-consyst-operation-types
1f10492a4089ba5849fa69d3b6f3544133b66328
fbed2cabadd96958e11f6f60f531081cee44ad91
refs/heads/master
2023-08-17T08:33:06.359232
2021-04-12T14:19:09
2021-04-12T14:19:09
352,923,443
1
0
Apache-2.0
2021-06-25T13:48:32
2021-03-30T08:17:52
Java
UTF-8
Java
false
false
23,997
java
package org.apache.cassandra.test.microbench.generated; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; import java.util.Collection; import java.util.ArrayList; import java.util.concurrent.TimeUnit; import org.openjdk.jmh.annotations.CompilerControl; import org.openjdk.jmh.runner.InfraControl;...
[ "kohler.mirko@gmail.com" ]
kohler.mirko@gmail.com
5adbfb9aaa80a712b1572345a5f1ddf2d9e77ddd
46c12405ba8ea843c0b5ff9e243178f54ba69f9c
/app/src/main/java/com/example/juanc/mascotas/MainActivity.java
38b5c524fe47ca03425fd724a25fe34da2314794
[]
no_license
juancarlos-197/Mascotas
77fbbf6c317475e695c46534d4e3a4fd75e7935b
85e33a0cfa9b4c265cd914b075bc012b7d967b79
refs/heads/master
2020-07-19T02:24:59.615107
2017-06-14T13:32:28
2017-06-14T13:32:28
94,333,561
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
package com.example.juanc.mascotas; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activ...
[ "juancarlos-197@unimayor.edu.co" ]
juancarlos-197@unimayor.edu.co
504ce544974be4f6a11327423e884d9156fa4f15
8ef9fbc49cc49e4b04658ae5d6adfd3b58ca474a
/bboss-elasticsearch-rest-jdbc/src/main/java/org/frameworkset/elasticsearch/client/JDBCRestClientUtil.java
85dac04e58b9fbe75a678b459dc16648d2040cc6
[ "Apache-2.0" ]
permissive
dhyking/bboss-elastic
78fe80155f180060104b3d2aa9eb7b97d6866174
d22583134d3502a140fc096f30d40f5c15609068
refs/heads/master
2020-04-16T18:14:56.412768
2019-01-14T15:11:36
2019-01-14T15:11:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
20,941
java
package org.frameworkset.elasticsearch.client; import com.frameworkset.common.poolman.handle.ValueExchange; import com.frameworkset.common.poolman.sql.PoolManResultSetMetaData; import com.frameworkset.util.SimpleStringUtil; import org.frameworkset.elasticsearch.ElasticSearchException; import org.frameworkset.elasticse...
[ "yin-bp@163.com" ]
yin-bp@163.com
87c5b9168e035af2c9568d3b69bb31d5a07aee7b
ccc3268554528f5ed5cc119bbd88cfc45b55691d
/dist/gameserver/data/scripts/quests/_097_SagaOfTheShillienTemplar.java
bc0b232a65ddb40162f0656cc9a6758c688cd109
[]
no_license
trickititit/java-source
447ea16c2892377a4625f742118ebfd4e3116848
724453441846ce44e65372100a70770f21572837
refs/heads/master
2021-01-18T09:38:01.836585
2016-09-17T17:43:34
2016-09-17T17:43:34
68,445,261
0
1
null
null
null
null
UTF-8
Java
false
false
2,728
java
package quests; import l2p.gameserver.scripts.ScriptFile; public class _097_SagaOfTheShillienTemplar extends SagasSuperclass implements ScriptFile { @Override public void onLoad() { } @Override public void onReload() { } @Override public void onShutdown() { } public _097_Sa...
[ "trickititit@gmail.com" ]
trickititit@gmail.com
65b852c0a28c33afb4c619d052e8db30100d8589
2c7b9d018f3ee697a4c3813699af7fd49639dd66
/lap10/src/Utils.java
bea575e99d285d2312ad3234ce1642d6324a690d
[]
no_license
tatdimay98hn/manhOOP
792ac923d5311c4771ea04d9ffedb8521e0f1e46
6a4feb4a3083901a910368273ddf7d12a2cd0e31
refs/heads/master
2020-03-31T08:05:05.032999
2018-11-18T11:34:09
2018-11-18T11:34:09
152,045,022
0
0
null
null
null
null
UTF-8
Java
false
false
3,440
java
import java.io.*; public class Utils { /** * Read content from file * * @param path * @return content * @throws IOException */ public static String readContentFromFile(String path) throws IOException { BufferedReader br = null; FileReader fr = null; Strin...
[ "43950873+tatdimay98hn@users.noreply.github.com" ]
43950873+tatdimay98hn@users.noreply.github.com
d05e7f5fdf51fc1d399a7a00be71471a15f4078e
7a6b222fea3ebe4fa838cda3b6c7c98f438038f6
/build/generated/source/proto/main/java/com/proto/account/MultiAccountResponseOrBuilder.java
c20a0d598eaf5f4e89e7352c736c4cd19d445882
[]
no_license
kidcolie90/DistributedSystemsApp
b8ef94929f91ac99a9ea8717131bd8ce373d6aad
cc3f4ce1c45c5dcda3a542422a2a090589aaa6e5
refs/heads/master
2023-04-02T08:59:59.129413
2021-04-02T21:37:38
2021-04-02T21:37:38
343,881,551
0
0
null
null
null
null
UTF-8
Java
false
true
542
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: account/account.proto package com.proto.account; public interface MultiAccountResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:MultiAccountResponse) com.google.protobuf.MessageOrBuilder { /** * <code>string Res...
[ "kidcolie90@gmail.com" ]
kidcolie90@gmail.com
a69256202725af84baa573631c862807307eb3fa
fe405daca4057216c50cf137ec217529ec1090b0
/src/main/java/edu/wctc/asm/model/Author.java
4fa3381d2f9dbd00d22ece07e5be9bc9cd50b197
[]
no_license
amellem/bookWebApp
79f0edd242c054fb09e0c7df91fa8a1ea32970d5
bc19c4e6e43652a1b367b3eb315e10edd2991750
refs/heads/master
2021-01-11T14:17:52.461454
2017-02-08T12:39:01
2017-02-08T12:39:01
81,317,232
0
0
null
null
null
null
UTF-8
Java
false
false
2,321
java
package edu.wctc.asm.model; import java.util.Date; import java.util.Objects; /** * This is a domain object, also called an "entity" object. * * @author jlombardo */ public class Author { private final String NULL_MSG = " cannot be null"; private Integer authorId; private String authorName; ...
[ "CloudAerius@DESKTOP-OLB5D1Q" ]
CloudAerius@DESKTOP-OLB5D1Q
f3532f204ad1e076e423ca9afb3de817014c9ab9
801c39e8bbeee2e25ed1ba2b74aa039f8b3d62ae
/fizteh-java-2014/src/ru/fizteh/fivt/students/SergeyAksenov/JUnit/PutCommand.java
6bf9db02af2da110dba9a73cd994168b7adc4f28
[]
no_license
grapefroot/mipt
2f6572b3120e28a0e63e28f2542782520384828f
51d13fa07b37bdbdda943bd47d7e356a3a126177
refs/heads/master
2020-12-24T21:12:03.706690
2016-11-08T07:40:20
2016-11-08T07:40:20
56,529,254
1
0
null
null
null
null
UTF-8
Java
false
false
781
java
package ru.fizteh.fivt.students.SergeyAksenov.JUnit; public class PutCommand implements Command { public void run(String[] args, JUnitTableProvider tableProvider) throws IllegalArgumentException { if (!Executor.checkArgNumber(3, args.length, 3)) { System.out.println("Invalid number of arguments...
[ "salnikov.dmitri@gmail.com" ]
salnikov.dmitri@gmail.com
8bf71f58bd49a424e379d8fc1bc33a76fcd0b25b
4e87dde8c7b592c678e9db0dd05b882790266db8
/components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher/src/test/java/org/wso2/carbon/apimgt/rest/api/publisher/impl/ExportApiServiceImplTestCase.java
84bf5dcd949ef4301c1891316e25c421d7439805
[]
no_license
abimarank/carbon-apimgt
5050f4667787c6f60464c8497bee8be2268b7b75
ff29afce801fae5cdd511c7587cdd1055612dfac
refs/heads/master
2020-04-05T22:42:02.694752
2017-08-09T12:54:03
2017-08-09T12:57:19
31,588,190
1
0
null
2015-03-03T08:41:35
2015-03-03T08:41:34
null
UTF-8
Java
false
false
3,294
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://...
[ "harsz89@gmail.com" ]
harsz89@gmail.com
ca21ab49b498e7258eb5ae8dc033ef1ad2b6a2d2
a779b7d6e49a9a0d2afe2a19511a1f3a93b04148
/242/ValidAnagram.java
730815c097674bae81ef6be46687e9eaa41401c8
[]
no_license
VickyWei1995/leetcode
c35fe2f6b66a7c460ab27cd2e9d333509b58ea73
908e0acee737bf9617b88283d2aed54890182f85
refs/heads/master
2022-08-18T10:27:23.113341
2022-07-30T10:01:59
2022-07-30T10:01:59
114,425,322
0
0
null
null
null
null
UTF-8
Java
false
false
834
java
package LeetCode; import java.util.HashMap; import java.util.Map; public class ValidAnagram { class Solution { public boolean isAnagram(String s, String t) { Map<Character,Integer> sMap = new HashMap<>(); for (char c = 'a'; c<='z'; c++) { sMap.put(c,0); ...
[ "ivienwei@tencent.com" ]
ivienwei@tencent.com
5fad5350a112e445668c1cf049e9cd6412228740
a90dd9340ac1b79d98ba4280c12e817421a0d333
/src/main/java/comment_parser/TokenType.java
85f2de9bcb6e504ece4f8f27eee0bfc7e3da4e84
[]
no_license
oielbanna/Comment-Parser
03074455a73a5210bf087c32d3156e1f7674d57b
db2b6e5e9e83f277441cd52a880659e7c2b9939e
refs/heads/master
2020-08-30T13:26:20.876054
2019-10-30T04:37:16
2019-10-30T04:37:16
218,394,134
1
0
null
null
null
null
UTF-8
Java
false
false
219
java
package comment_parser; /** * The {@code TokeType} enumeration represents types of tokens that we need to * support * * @author Omar Ibrahim * */ public enum TokenType { BlockComment, LineComment, Other }
[ "oielbanna@gmail.com" ]
oielbanna@gmail.com
05983165902e31c487fb0075b7cb89d6cb3499cf
ae0577286aa2db1155df2e69da90804358fa5089
/src/main/java/org/acme/rest/VisitsResource.java
f0e31b4b4a23d15a1afc7c5b9d7778de3d803e6a
[]
no_license
danieloh30/quarkus-petclinic
7dcafdd1629b9b8f8a7fe927a70f5fd8c5277657
110de8c75c08041ed7c10622f5dbbf2759661d69
refs/heads/master
2022-12-25T18:50:32.404724
2020-10-05T02:04:48
2020-10-05T02:04:48
293,838,405
4
2
null
null
null
null
UTF-8
Java
false
false
1,677
java
package org.acme.rest; import java.net.URI; import javax.inject.Inject; import javax.transaction.Transactional; import javax.ws.rs.Consumes; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.POST; import javax.ws.rs.Produces; impo...
[ "doh@redhat.com" ]
doh@redhat.com
882d8fe896414880ce011bf114ae7d9e26870c85
b844043af2a13e24c9a322dbb4afc51af7cf8dcc
/ib-terminal-server/src/main/java/com/henyep/ib/terminal/server/dao/SystemParamsDao.java
eb219a5a0a8859f794c093acc22545045438677f
[]
no_license
oscarYeung/ib_terminal
37b372ab9d33f4b029ee9a02bc519c0cc7e31c38
c83e464752e45aa356f1aad24ed2f2f5066b2e90
refs/heads/master
2022-12-24T04:49:03.603352
2019-12-11T04:09:26
2019-12-11T04:09:26
218,199,664
1
2
null
2022-12-16T09:45:08
2019-10-29T03:49:19
Java
UTF-8
Java
false
false
1,349
java
package com.henyep.ib.terminal.server.dao; import java.util.List; import com.henyep.ib.terminal.api.dto.db.SystemParamsBean; import com.henyep.ib.terminal.server.dto.mt4.model.Mt4WebServiceConnectionModel; import com.henyep.ib.terminal.server.dto.mt4.model.Mt5WebServiceConnectionModel; public interface SystemParamsD...
[ "oscar.yeung@gmail.com" ]
oscar.yeung@gmail.com
af8998c7d25f56fb73bb09b9f9d5b75d7fce571e
03490aac8196b5b786a0db5ca9744ec090968ddf
/AVATAR_MapsForgeMapViewer/src/com/SATE2012/MapsForgeMapViewer/GMailSender.java
1c54bcd3d6cefeca8c854cf2df927b3d53e7173b
[]
no_license
TecEdgeAVATAR/AVATAR
e8b4b9d802cbd2f6c1c9717edfde6271ff5a4b7f
e78851e63eadb2654b0fd982407e2b75e0eb08c6
refs/heads/master
2020-06-30T05:31:00.883225
2012-08-14T17:03:05
2012-08-14T17:03:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,076
java
package com.SATE2012.MapsForgeMapViewer; //import android.app.Activity; //import javax.mail.Authenticator; import javax . activation .DataHandler ; import javax . activation . DataSource ; import javax .mail .Message ; import javax .mail . PasswordAuthentication ; import javax .mail .Session ; import j...
[ "masterchief_whg@woh.rr.com" ]
masterchief_whg@woh.rr.com
a9b377d466a9b8e4aa9f1a9dd52c09a1163ec611
22b1f967750c313d8a2e6fc255fd3bca9f13c290
/DynamicProgramming/300_LongestIncreasingSubsequence.java
5a074591141ed30b8c13a6f6799c2c742f302300
[ "MIT" ]
permissive
robin-qu/Leetcode
333e997f1779fe41cbd4b0e057631454c1f37d13
9178287a7cc8fac7adb0e9bfd8d4771cd151d4a6
refs/heads/master
2021-06-24T18:49:25.879307
2021-01-21T05:28:20
2021-01-21T05:28:20
178,751,405
0
0
null
null
null
null
UTF-8
Java
false
false
1,925
java
// // DP // class Solution { // public int lengthOfLIS(int[] nums) { // if (nums == null || nums.length == 0) { // return 0; // } // int len = nums.length; // int[] dp = new int[len]; // for (int i = 0; i < len; i++) { // dp[i] = 1; // ...
[ "hongbinqu9@gmail.com" ]
hongbinqu9@gmail.com
b6268da07c448f9967c69322f7f22e113a54ae8e
6b8fb7b61be0ceeea34476b602d676ab92600f15
/src/main/java/testsystem/models/User.java
89636e02840d007f4da3de02f3ece9d3a2514d08
[]
no_license
kseniyafed/diplom
b6a8694b805160cf430d68ed9e49ce1fad9d9450
4e859d3386ce7e410fdf7effced9d477c1c2f4ed
refs/heads/master
2020-03-17T13:51:44.015812
2018-05-21T13:40:08
2018-05-21T13:40:08
133,647,691
0
0
null
null
null
null
UTF-8
Java
false
false
2,143
java
package testsystem.models; import org.springframework.web.bind.annotation.ModelAttribute; import javax.persistence.*; import java.util.ArrayList; import java.util.List; @Entity public class User { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String login; ...
[ "kseniyafed@mail.ru" ]
kseniyafed@mail.ru
d96b357255dd83c7585d6af3067c5aa5cbcec447
f74b2cd8c0be82b23ffb1b17199ff3554e04206f
/src/Leetcode/P0173_BinarySearchTreeIterator.java
634d0f9f05e038193c9888e4883259f86db23ee3
[]
no_license
UMN-HKC/Coding_Problems
c50aed861d4cee456d05b5857e2ef8672f363bce
88e5de19728831896bb92e504d416df1cc882bb9
refs/heads/master
2021-07-09T04:16:58.937999
2020-09-19T21:31:36
2020-09-19T21:31:36
187,879,206
0
0
null
null
null
null
UTF-8
Java
false
false
2,844
java
package Leetcode; import java.util.*; public class P0173_BinarySearchTreeIterator { // initial approach: use stack to do inorder traversal, since it is bst, // which will result in increasing value, and queue to store correct inorder order // this approach takes O(n) space will does not meet question's re...
[ "kaichenghu7@gmail.com" ]
kaichenghu7@gmail.com
bbf0444a99676d2ad1b7e296665bf0366fd695d2
fbde2003f90183b996661875947166e3af2ed202
/src/main/java/com/eureka/EurekaServerApplication.java
feadbe2b0c221a2890ca0fede206216d2ac5bc8d
[]
no_license
mmdfayaz/SpringBootEurekaServer
422513d888215e6d0cf7184ec1f0aff3681fc735
040c85016a8e9b27ecf5d764f63294119cf99c33
refs/heads/master
2022-06-07T09:47:39.703673
2020-04-22T08:42:17
2020-04-22T08:42:17
257,838,295
0
0
null
null
null
null
UTF-8
Java
false
false
419
java
package com.eureka; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; @SpringBootApplication @EnableEurekaServer public class EurekaServerApplication { public static...
[ "fayazthkpositive@gmail.com" ]
fayazthkpositive@gmail.com
169313a434b24c18cda1cfab7140547823877015
a30f6caaf508c032231ff5a804f3c1dec8f550bc
/app/src/test/java/com/pwpb/parcelable/ExampleUnitTest.java
4cad39bc7d0eb6e041d34e2dfdc5f173d954de1e
[]
no_license
fakhrimf/Parcelable
4ebc05e0e141f814c0c43f6d7685ec59aba52f98
a2d68fe6e86d557778abe2b37464d19919dcbf98
refs/heads/master
2020-07-04T10:59:50.275258
2019-08-14T03:21:21
2019-08-14T03:21:21
202,266,426
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.pwpb.parcelable; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void ad...
[ "fakhrimf23@gmail.com" ]
fakhrimf23@gmail.com
4d95ce8a41ab08de22a01500c3cf00d6ceae5569
abbf9b41dd6d566cefceae98186cdb3498b4252e
/src/main/java/com/coll/OnlineCollaborate/model/User.java
4e981a290dca85c0fba1b28c62e0404f3546f244
[]
no_license
Bhavanicloud/OnlineCollaborate
4ba78e4bbf840a6575a257ccbd3652235e92ad8c
64d3826fd9074022673a856136c9b5f5aa3be481
refs/heads/master
2023-04-09T18:31:21.075852
2021-04-14T13:13:41
2021-04-14T13:13:41
350,777,546
0
0
null
null
null
null
UTF-8
Java
false
false
2,128
java
package com.coll.OnlineCollaborate.model; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Transient; import org.springframework.stereotype.Component; @Com...
[ "71933624+Bhavanicloud@users.noreply.github.com" ]
71933624+Bhavanicloud@users.noreply.github.com
6f2de7b73b8b056a4532ac4d40b6780dd8ae1cc2
2df9cd24933c13fd1cb954e0eee9548e378cb41a
/app/src/main/java/com/dat/surpriseparty/MainActivity.java
d0016bfef817c58bafdb260a0fa29016628042aa
[]
no_license
andreathacker/surprise-party
0db7eb9e9c2f8b51a5da7ca9ea32ca3d144cc094
0d4ba2ab7e094002f2b19d94dcf8221f5f916837
refs/heads/master
2022-01-29T11:20:42.113203
2016-02-23T03:47:52
2016-02-23T03:47:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,779
java
package com.dat.surpriseparty; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import android.view.Menu; import androi...
[ "davidargylethacker@gmail.com" ]
davidargylethacker@gmail.com
d58e9e4750cd3219a5fe73b95e28478fe7312ba9
7a5e508c9314d7037b360207416f1c551820ad11
/src/main/java/com/itianyi/core/utils/security/DESCoder.java
029ff21695efd08e33dbe39dd6ff6f5519cdadf5
[ "MIT" ]
permissive
a123993930/youngfm
1f1e94984e7c9e24fb35fac239e9ce6a9a010733
c9df8e7acaa95bc6b9552f85fb3337920d2879ce
refs/heads/master
2020-03-11T17:10:02.910873
2018-04-19T01:05:12
2018-04-19T01:05:12
130,139,336
0
0
null
null
null
null
UTF-8
Java
false
false
3,977
java
package com.itianyi.core.utils.security; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.spec.SecretKeySpec; import java.security.Key; /** * DES安全编码组件 * <p/> * <pre> * 支持 DES、DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR) * DES key size must be equal to 56...
[ "123993930@qq.com" ]
123993930@qq.com
7adfdc399d812ebca8a94ef67c2e215365be5b41
1944df7d3f04e621c76889a2f894e2b9f2e6b805
/src/main/java/org/sid/entities/Demande.java
d7695be7002b1c6c1792be6507cf13135f296c9e
[]
no_license
yassinerouis/winwinproject
3b9fd624a92c3d689fcab26b8bdf5595ba3210e0
f22baf8808de227c560a6fe68a3f40c21b2697f1
refs/heads/master
2020-12-06T10:37:09.502496
2020-01-08T12:59:28
2020-01-08T12:59:28
232,441,666
0
0
null
null
null
null
UTF-8
Java
false
false
1,201
java
package org.sid.entities; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.OneToOne; @Entity public class Demande implements Serializable...
[ "56519992+yassinerouis@users.noreply.github.com" ]
56519992+yassinerouis@users.noreply.github.com
1a77c4428e1d102da385bcbb67daaf59a6e2614d
644913c3030bee657fabea1d165aca8c4dd89362
/com.antilia.hibernate/src/com/antilia/hibernate/context/RequestContext.java
978c1ef896f6c14d8e73fd45e3039f8a737a4001
[]
no_license
bluecosmo/antilia
9d864c65643907ef59a9e90fbb5c7104912db8fd
1704f163734179b448b36706a542dd8f8c4ffa96
refs/heads/master
2021-01-10T14:12:58.332533
2010-05-10T05:07:08
2010-05-10T05:07:08
36,420,376
0
0
null
null
null
null
UTF-8
Java
false
false
2,033
java
/** * This software is provided as IS by Antilia-Soft SL. * Copyright 2006-2007. */ package com.antilia.hibernate.context; import org.hibernate.Session; import com.antilia.hibernate.cfg.IPersistenceUnit; import com.antilia.hibernate.command.HibernateUtil; /** * * * @author Ernesto Reinaldo Barre...
[ "reiern70@0c16656c-7d50-0410-8e61-d121633fcfaf" ]
reiern70@0c16656c-7d50-0410-8e61-d121633fcfaf
4a186bd6f46f8f6ed72c6462728c2c5f401fd43f
26f53cfa98c975324875403f2412265b437deb24
/jsw-model/src/main/java/com/jsw/entity/Page.java
69af934d152cf81d29ad20403b5e18fbedce859a
[]
no_license
xutao0726/springmvc-dubbo
312ba72e2bfa8019ca624b37dcd3d6aae913e7f0
62f76020ab0ac1f3f0d983643dfe86ca100ff2c9
refs/heads/master
2020-03-26T18:15:53.165873
2018-08-18T08:42:50
2018-08-18T08:42:50
144,984,091
3
0
null
null
null
null
UTF-8
Java
false
false
1,384
java
package com.jsw.entity; import java.io.Serializable; public class Page implements Serializable{ /** * */ private static final long serialVersionUID = 1L; public Integer start; public Integer nowPage = 1; //当前页数 public Integer pageSize = 6; //每页的个数 public Integer count; //总个数 public Integer...
[ "1163565770@qq.com" ]
1163565770@qq.com
5e9a88a3e4540d15aef3d9e129f6ec0fe6191927
d38eb8733503cc948f9326858a48c50c3f2b6ffa
/src/test/java/com/example/demotutorial/DemotutorialApplicationTests.java
e254b8f39ce07b559d2b01b801618258a65c7371
[]
no_license
abhishekmahajan98/demotutorial
f3c0b78f8316ea0b4abea2860f13dcf5c4b1e6ad
cc30f1f431cd97bb4ae5fcb6171a92e822ecd23d
refs/heads/master
2023-06-15T00:09:00.826363
2021-07-11T17:53:16
2021-07-11T17:53:16
385,017,213
0
0
null
null
null
null
UTF-8
Java
false
false
221
java
package com.example.demotutorial; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class emotutorialApplicationTests { @Test void contextLoads() { } }
[ "abhishek.mahajan314@gmail.com" ]
abhishek.mahajan314@gmail.com
05b6a04681b7f7acfdfcf0d4e5cf2acac11094ba
34c8b01849d7265c73bcc696e7f0c11312c7f84d
/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/ComponentTag.java
a1d418a1cbcebc8ebc212c42c840184ed9148553
[ "Apache-2.0" ]
permissive
pwntester/jelly
03ddb422005970ddfc86f0e1cc7c5b5a84f7e431
cb7966734f339619e5ee8e57b08009acbf5e1d10
refs/heads/master
2021-01-16T11:55:47.916026
2017-11-27T20:21:47
2017-11-27T20:21:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
15,603
java
/* * Copyright 2002,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
[ "kk@kohsuke.org" ]
kk@kohsuke.org
81a22703bfe966a7333ae6b8f9d3fa9664cbfed8
4811d6863b79883dc89721d393dbc89e881875dd
/alcs-domain/src/main/java/xy/alcs/domain/AwardsExample.java
4520c25a7426c0cb0366440a812c2e017a5fd1f8
[]
no_license
wangjufeng1002/alcs
39acef4b1114244a003c7b0782f4b219133a92d7
05dfc71b806801b73f03ccf3a88496dd3edbd9f9
refs/heads/master
2021-09-23T00:57:48.496239
2018-09-19T14:07:19
2018-09-19T14:07:34
113,327,469
1
0
null
null
null
null
UTF-8
Java
false
false
19,450
java
package xy.alcs.domain; import java.util.ArrayList; import java.util.Date; import java.util.List; public class AwardsExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public AwardsExample() { oredCriteria = new ArrayList<Criteria>()...
[ "04141063@stu.xupt.edu.cn" ]
04141063@stu.xupt.edu.cn
b9601f81ce7f949d0b9a92bce2a89c6c23aaac3a
66a5099794c7b7a4f44ea59bf5ac27f90f79ec72
/corejava-exception/src/main/java/_03methodToPrintException/_04GetCauseMethodDemo.java
27900d49efec041011e80de4cc4efc0a3616c117
[]
no_license
Taher2011/java-core-java
882432fe582d4d477cf61dd805d3badc95c18755
925a805df3627769c21c7875f8b2ab9512edf7f7
refs/heads/master
2023-03-08T07:57:45.916348
2023-02-25T02:01:49
2023-02-25T02:01:49
181,102,868
0
2
null
2020-10-14T00:19:06
2019-04-13T00:53:52
Java
UTF-8
Java
false
false
736
java
package _03methodToPrintException; class InvalidCurrencyDataException extends RuntimeException { public InvalidCurrencyDataException(String message) { super(message); } public InvalidCurrencyDataException(String message, Throwable cause) { super(message, cause); } } class CurrencyService { ...
[ "taher_ali_tp@bmc.com" ]
taher_ali_tp@bmc.com
fca4c4451230917c4e2fb0c35cabd683d6464e89
c17cf93aa2a5b6505334588907730233fbfc5a1e
/src/test/java/com/example/html/HtmlApplicationTests.java
d155fb7fbdbd491627bb21a040f617011ec501bf
[]
no_license
HazarBharatKumar/Task
c03d05e8200641dddaa0b571c4e56e6950e2e8c1
a7aa288df5a5b342d037037701b1b753a3a85f93
refs/heads/master
2023-01-27T17:38:43.627125
2020-12-12T07:27:38
2020-12-12T07:27:38
320,773,711
0
0
null
null
null
null
UTF-8
Java
false
false
206
java
package com.example.html; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class HtmlApplicationTests { @Test void contextLoads() { } }
[ "Khulsan@Shaik-PC" ]
Khulsan@Shaik-PC
abac0cda5949963390dd44d4fa7f222ad5113d95
cdc9a46ef2ccd4413c8691e4396b000c07f00625
/src/main/java/com/group6/pro/repository/ProductRepository.java
b278305d0e754decd498a209939f3cabbbbc549c
[]
no_license
aldemirgozde/aldemirgozde.github.io
ec02efc92edd530f50b6e54e1b136ebd076643bf
f214c46be3a632ea7d91952af2322ca988d74622
refs/heads/master
2021-02-26T23:32:33.058195
2020-06-13T17:29:41
2020-06-13T17:29:41
245,559,242
0
0
null
null
null
null
UTF-8
Java
false
false
332
java
package com.group6.pro.repository; import java.util.Set; import org.springframework.data.jpa.repository.JpaRepository; import com.group6.pro.model.Kitchens; import com.group6.pro.model.Product; public interface ProductRepository extends JpaRepository<Product, Long>{ Set<Product> findByKitchen(Kitchens ki...
[ "noreply@github.com" ]
aldemirgozde.noreply@github.com
b4dcdaa5a42684420d63c6f710e3b1be63fbf217
f952b5075cc4bb122d75507521fea1f0e4a4d538
/src/main/java/com/microsoft/graph/requests/GroupReferenceRequestBuilder.java
7e92297b26ad5806f109fee189777f5d2a63f00d
[ "MIT" ]
permissive
X2Mobile/msgraph-sdk-java
368c49ab5b53dedc2d368f3fc4f49cd410ea28a6
fff1d5776e5b48c97a45759836398784779528ef
refs/heads/dev
2023-06-14T21:46:57.212619
2020-09-04T06:49:21
2021-07-13T12:47:13
292,762,649
0
0
MIT
2020-09-04T11:34:12
2020-09-04T05:59:02
null
UTF-8
Java
false
false
4,092
java
// Template Source: BaseEntityReferenceRequestBuilder.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------...
[ "vibiret@microsoft.com" ]
vibiret@microsoft.com
a2f3c008928653bf5d2ef3795d0620f5426ecb1d
ce5563046f0bce71167f05dbe65354a683acd99c
/app/src/test/java/com/example/covidtest/ExampleUnitTest.java
5a0a7ba51f62ef243afdb29de3ab6573496054d5
[]
no_license
alkathirikhalid/MobileTechTest
b50298abed1e4edbb01ede75e6c9600cc2140370
b80b63dbaa26349225705adb079a8f9d1d03ece0
refs/heads/master
2023-08-25T04:42:55.140886
2021-10-16T18:08:08
2021-10-16T18:08:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
382
java
package com.example.covidtest; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void ...
[ "baquesd@gmail.com" ]
baquesd@gmail.com
e009064bab6730edbe54bc07682a7f3ad668731c
259c0c3d260beec6351bfef8fda6b10f389e0b7f
/src/RandomGhost.java
541d1ee7d85eac16d31ce891c3cc72b073a80650
[]
no_license
janicek1m/PacMan
4b45e853f5bd4465726b67d9c147597a541f0226
68df81a275c271e78ab8f4ab5b97371c99ce1f3b
refs/heads/main
2023-02-06T09:47:07.448687
2020-12-23T19:21:18
2020-12-23T19:21:18
323,983,812
1
0
null
null
null
null
UTF-8
Java
false
false
2,931
java
import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; public class RandomGhost extends Ghost { private int row = 7; private int col = 1; public static final int INIT_POS_X = 25; public static final int INIT_POS_Y...
[ "janicekim@MacBook-Pro.fios-router.home" ]
janicekim@MacBook-Pro.fios-router.home
514f436981c2cd16bd4c7d80e4b9e206432ea449
b000bff55fa78503ade27051859489d448fe3d22
/singleton-pattern/src/main/java/register/EnumSingleton.java
eb1a39af224a89bd231ab08dfee515b929f1b164
[]
no_license
yourant/design-patterns
a90119206056d9340fd1ecebf22d5df66c9102f1
eff196951c36b2e8f51e2aea3cdfbda6044d3135
refs/heads/master
2023-09-01T21:00:12.586960
2021-10-24T15:42:20
2021-10-24T15:42:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,678
java
package register; import annotations.ThreadSafe; import lombok.Getter; import lombok.Setter; import java.io.*; /** * Created by qincasin on 2020/2/13. * 注册式单例模式 * */ @ThreadSafe public enum EnumSingleton { /** * */ INSTANCE; @Setter @Getter private Object data; public static E...
[ "qincasin@163.com" ]
qincasin@163.com
5a00d528b6df075236de69595e0d824c63afe5a9
d05e3e0c56d6882ec31ac83939f2babd1d393101
/src/main/java/pe/gob/onpe/adan/model/adan/ReporteElector.java
7ff28c4109c123659e5ae72b232740bafa9ad1ce
[]
no_license
bryanvaldez/spa-spring-angular
a1c2692f8081a84caa25af454fbdfeee9543c16d
b524c6588eb6f8345e263dfe5531dc10152a08ef
refs/heads/master
2021-03-12T19:29:56.671360
2017-09-08T16:17:50
2017-09-08T16:17:50
102,880,821
0
0
null
null
null
null
UTF-8
Java
false
false
8,931
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 pe.gob.onpe.adan.model.adan; import com.fasterxml.jackson.annotation.JsonProperty; import java.io.Serializable; import javax.p...
[ "ibryan.valdez@gmail.com" ]
ibryan.valdez@gmail.com