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
777577e41374ee404ed4bad19c8a8d4a03db3b99
a291c2ca62af9c9c4c46dfb9b7e51c8904a39d45
/src/PuzzleState.java
166210aadca1bd075dd94253f348100d253e8c07
[]
no_license
sohaibsalman/NPuzzleSolver
feab101016f626f7e92fcf74c993cc5ff2614bc2
781a143d2a9081fda44a6c2db4fd8dd6d0fb97ae
refs/heads/master
2022-04-10T05:23:21.216882
2020-03-23T09:40:04
2020-03-23T09:40:04
249,366,455
1
0
null
null
null
null
UTF-8
Java
false
false
1,520
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. */ /** * * @author sohai */ public class PuzzleState { int [][] state; int size; Position zeroPosition = new...
[ "53570067+sohaibsalman@users.noreply.github.com" ]
53570067+sohaibsalman@users.noreply.github.com
bcc5f41e1ecc793271bbfc1e87ea667f085f0657
7754a71d0a1f4c0b0cd8bc4e7c3093ff74a18599
/src/main/java/com/thinkgem/jeesite/modules/ty/dao/TywjingphkDao.java
37dd3e75e5ae1a59a219cffcb52eb4d4673dab69
[ "Apache-2.0" ]
permissive
gxhs/jeesite
16f7ef0edfb812d3f98e097fcd60a99bbb86348c
081db2cef935f2bf6d52cfaeda06e6269e9bcb9a
refs/heads/master
2020-04-11T07:14:37.654958
2018-12-16T14:00:48
2018-12-16T14:00:48
161,605,109
0
0
null
null
null
null
UTF-8
Java
false
false
494
java
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.ty.dao; import com.thinkgem.jeesite.common.persistence.CrudDao; import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao; import com.thinkgem.jeesite.mod...
[ "15029378233@163.com" ]
15029378233@163.com
4280225c6c6ced762c985f4836ececac64c3e3f8
480f5108ca2f767bd702f2e8c8c6ed752a5fb746
/Bindings/src/main/java/com/aiconoa/bindings/MainApp.java
6aebfa019fe4e56d5363f2b48f91f6309be3ccdf
[]
no_license
aiconoa/JavaFX2-demos
007a8be1fe8e6058d133e8248cb537aaba0c4901
6ee1551df70aede8df7c774381a46ab2c718321b
refs/heads/master
2020-05-30T09:13:30.406693
2014-02-13T10:22:34
2014-02-13T10:22:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,254
java
/* * The MIT License (MIT) * * Copyright 2014 AICONOA. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
[ "thomas.gros@gmail.com" ]
thomas.gros@gmail.com
6dce769f8abea788cab5807387f8ec42ae700ef9
730c52f6446c0ef8343539572c5486b7ab57ff55
/Vector/VectorExample17.java
c6929cb435b0674eed22accb27b0fae0ab4efe82
[]
no_license
nicknkm2020/CollectionFramework
21ede7bb21071611035215ccbe815b4b6ed04025
274a8dbe0e1c3a17c3521109b41b27ac948af1cb
refs/heads/master
2021-06-13T12:51:49.158316
2017-03-22T02:41:08
2017-03-22T02:41:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
814
java
package Vector; import java.util.Vector; /* * Example of indexOf(Object o,int index) method. */ public class VectorExample17 { public static void main( String[] args ) { Vector<Integer> vector = new Vector<Integer>(); vector.add(10); vector.add(30); vector.add(30); ...
[ "namanmandli@gmail.com" ]
namanmandli@gmail.com
cdf73373a132f22bbb7caa532ae21b95ed00c01f
cecffdf2f0f00ee6552e52b1559b14f26e4dc988
/src/main/java/br/edu/ifnmg/avaliar/logic/GenericLogic.java
057e32e533afec61d868356b7d5c06d5e4630f3a
[ "Apache-2.0" ]
permissive
dsalinux/if-avaliar
e0aebd5fddeb3144a66972059f7e9588cf013668
336adfa2109fd08418387816ae82cc2225d1feac
refs/heads/master
2016-09-13T04:13:52.960318
2016-04-12T13:40:38
2016-04-12T13:40:38
56,066,233
0
0
null
null
null
null
UTF-8
Java
false
false
505
java
package br.edu.ifnmg.avaliar.logic; import br.edu.ifnmg.avaliar.util.exception.BusinessException; import br.edu.ifnmg.avaliar.util.exception.SystemException; import java.util.List; public interface GenericLogic<E> { E save(E entity) throws BusinessException, SystemException; void delete(E entity) throws ...
[ "danilo@danilo-System-Product-Name" ]
danilo@danilo-System-Product-Name
dc5b9b5197d5a8f1dd0c0585fedbdd344278415f
fe47608c29ed846885339f4055a1679bea331aaa
/src/main/java/io/javaweb/community/common/BaseEntity.java
1a2f111ed3ff2af55ac1488151aabd229d341806
[]
no_license
fhapp5/javaweb-community
120232b54fc7fb573c44115a8f651dd48422de69
69d6fd9f13e8de74354bc973cc6be75085593055
refs/heads/master
2020-03-08T02:56:08.826572
2018-04-08T10:34:31
2018-04-08T10:34:31
127,875,356
0
0
null
null
null
null
UTF-8
Java
false
false
1,895
java
package io.javaweb.community.common; import java.io.Serializable; import java.util.Date; import com.alibaba.fastjson.annotation.JSONField; import io.javaweb.community.entity.UserEntity; import io.javaweb.community.enums.Status; import io.javaweb.community.generate.Ignore; /** * Created by KevinBlandy on 2017/10/30...
[ "747692844@qq.com" ]
747692844@qq.com
6bdc97d5c8a5d5ca741774436893514bb2beb569
c9b8db6ceff0be3420542d0067854dea1a1e7b12
/web/KoreanAir/src/main/java/com/ke/css/cimp/fbl/fbl2/Rule_DIM.java
86aecd8232a6f90ef8d3f9adeb4cac94884f3811
[ "Apache-2.0" ]
permissive
ganzijo/portfolio
12ae1531bd0f4d554c1fcfa7d68953d1c79cdf9a
a31834b23308be7b3a992451ab8140bef5a61728
refs/heads/master
2021-04-15T09:25:07.189213
2018-03-22T12:11:00
2018-03-22T12:11:00
126,326,291
0
0
null
null
null
null
UTF-8
Java
false
false
2,408
java
package com.ke.css.cimp.fbl.fbl2; /* ----------------------------------------------------------------------------- * Rule_DIM.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Fri Feb 23 16:06:09 KST 2018 * * ------------...
[ "whdnfka111@gmail.com" ]
whdnfka111@gmail.com
0fe070e02e9c86e4c8949b56de3669b891974557
ede31642c10480bf7a20fa67341dc76035b8bf55
/src/main/java/com/barbaktech/schedulerbackend/configuration/SecurityConfiguration.java
16c6e07a79671f68d7632168e382a2670ff3195c
[]
no_license
arifahmet/scheduler-backend
0a8fa7f7159b94dc2a69eaf074a2fb076c45ffec
ae16f45c64f8eb1fbd4712abb2bcdb84e5ef444a
refs/heads/master
2023-03-09T13:56:13.628296
2021-02-28T21:23:16
2021-02-28T21:23:16
341,696,431
0
0
null
2021-03-01T23:10:33
2021-02-23T21:33:58
Java
UTF-8
Java
false
false
902
java
package com.barbaktech.schedulerbackend.configuration; import com.okta.spring.boot.oauth.Okta; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; import org.springframework.security.config.annotatio...
[ "arifahmetbarbak@gmail.com" ]
arifahmetbarbak@gmail.com
63b974827b4efe77299349a2aa523ce761e54267
60134ae3c1d0ad6c28474522d4e0fe4e41c2c270
/app/src/main/java/com/example/administrator/diaokes/Bean/CommentDetailBean.java
0a731b7d0321921e3e60f0c22a07a2b62c1de220
[]
no_license
Zenggangyang/Diaokes
f5aeccee0175be351c4d5af78df6323147bf7e0e
e0a7a7fcd5d2131763060462a8344d6158371548
refs/heads/master
2020-04-08T19:02:28.032306
2018-08-27T04:51:26
2018-08-27T04:51:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,414
java
package com.example.administrator.diaokes.Bean; import android.graphics.Bitmap; import java.util.List; /** * Created by Administrator on 2018/7/19. */ public class CommentDetailBean { /* private int id; private String nickName; private String userLogo; private String content; private Stri...
[ "2385656176@qq.com" ]
2385656176@qq.com
0fd9a0b26dbe0a06b506120c8d6b324449f9d063
ff6068ffc3d1d627daa6f42655eed19b9a06ed7e
/src/main/java/rcms/utilities/daqaggregator/datasource/HardwareConnector.java
4de833f91cf7632d7bdd8b7a3e09bfab148f39c9
[]
no_license
andreh12/DAQAggregator
a78b4b375bfa0bf123b3b51abbf493166a0b517a
a49a48f6b7203173faad6b05af4d7baa42c7289c
refs/heads/master
2020-12-28T23:15:59.990067
2016-11-29T15:48:17
2016-11-29T15:48:17
56,579,088
0
0
null
2016-04-19T08:29:22
2016-04-19T08:29:22
null
UTF-8
Java
false
false
1,554
java
package rcms.utilities.daqaggregator.datasource; import rcms.common.db.DBConnectorException; import rcms.common.db.DBConnectorIF; import rcms.common.db.DBConnectorMySQL; import rcms.common.db.DBConnectorOracle; import rcms.utilities.daqaggregator.Application; import rcms.utilities.hwcfg.HWCfgConnector; import rcms.uti...
[ "maciej.gladki@gmail.com" ]
maciej.gladki@gmail.com
e5438862dd3d81f230cc6d4840e4c5dc5281bc09
57bccc9613f4d78acd0a6ede314509692f2d1361
/pbk-webapp/src/main/java/ru/armd/pbk/controllers/pbk/admin/AuditTypesControllerApi.java
cf166181cb7826cd8a66722614a4c630d87377dc
[]
no_license
mannyrobin/Omnecrome
70f27fd80a9150b89fe3284d5789e4348cba6a11
424d484a9858b30c11badae6951bccf15c2af9cb
refs/heads/master
2023-01-06T16:20:50.181849
2020-11-06T14:37:14
2020-11-06T14:37:14
310,620,098
0
0
null
null
null
null
UTF-8
Java
false
false
1,237
java
package ru.armd.pbk.controllers.pbk.admin; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import ru.armd.pbk.core.controllers.BaseDomainControllerApi; import ru.armd.pbk.core.utils.Controlle...
[ "malike@hipcreativeinc.com" ]
malike@hipcreativeinc.com
a727b920975c69b3b7a9580c0c2c76b01b74f174
d8083cda55a04ea72728675591e841bb3530aef1
/admin/src/main/java/com/newproj/report/quotasituation/service/SchoolQuotaSituationService.java
1e00425cdc27c4740f1dae6c9a9834374c5d305a
[]
no_license
zhongren/report2
b788fafc7d1067ed7aa5786bd4c2e59b4f6ff6f9
1fcfd9a3166822c364877c99f4ba9a738c1b7497
refs/heads/master
2023-08-04T16:15:33.162495
2019-09-05T08:39:15
2019-09-05T08:39:15
206,013,762
0
0
null
2023-07-22T16:09:34
2019-09-03T07:18:41
JavaScript
UTF-8
Java
false
false
12,203
java
package com.newproj.report.quotasituation.service; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereoty...
[ "2674235651@qq.com" ]
2674235651@qq.com
68361a5950ac1d77e0a72a91a7d20bb2549462e5
68feeb501a9a159b67412151c07ddb9a45b7c304
/2_Project/Test/temp src/ver. 2 (Sep 16)/Blocks.java
8cd1f7c0a9b157a79d72f8374793f0949fd6b6b9
[]
no_license
hiro727/mario-engine
d3f8e8c453ac4d694192d8d4ebff33ebfa4ed92a
f47ba30a6d6aac2669d8f96a2d34b6be9c799dfe
refs/heads/master
2021-05-30T07:01:32.666068
2015-09-25T17:46:09
2015-09-25T17:46:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,864
java
package test; import java.awt.Graphics; import java.awt.Image; import java.awt.Rectangle; import java.awt.Shape; import java.awt.geom.GeneralPath; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; public class Blocks { private static Frames f; private static Characters c;...
[ "lazysealion1995@gmail.com" ]
lazysealion1995@gmail.com
28db7cccd00f11ce3f910c2302befc96fbe15c56
c4ca11707cfba84a15b788b455bbf920349bd664
/redisLock/src/main/java/com/project/RedisTool.java
2dfc80c1f35769697a4c0046bec08b0bb5d7c803
[]
no_license
smilemilk1992/RedisDistributeLock
f25354ef0cd22d85f5ad3829b807291cff96f2a2
6eccf9f85d552c060559c48fca0afd4ded8fede0
refs/heads/master
2020-05-02T18:48:46.123825
2019-03-28T06:46:41
2019-03-28T06:46:41
178,140,758
1
0
null
null
null
null
UTF-8
Java
false
false
1,582
java
package com.project; import redis.clients.jedis.Jedis; import java.util.Collections; /** * @author haochen * @date 2019/3/27 10:45 PM */ public class RedisTool { private static final Long RELEASE_SUCCESS = 1L; private static final String LOCK_SUCCESS = "OK"; private static final String SET_IF_NOT_EXI...
[ "702660780@qq.com" ]
702660780@qq.com
7d749656d15d5c668ba4c691bf9abc9c77117ee0
c283bb8d92f050de02e24253bb1d356ab4327a93
/src/com/ggdsn/algorithms/alg4work/week5/Board.java
21bf5f172ebbfd93ed6cc7478c79eb26f3b6ff6f
[]
no_license
gdannyliao/algorithms
9d379938174038bad13128c637388e17578ec2f1
a384dfe667f514d4239cdb25a038995bfd6603d6
refs/heads/master
2021-01-17T14:43:54.922183
2018-12-14T11:40:46
2018-12-14T11:40:46
44,114,065
0
0
null
null
null
null
UTF-8
Java
false
false
7,164
java
package com.ggdsn.algorithms.alg4work.week5; import java.util.ArrayList; public class Board { private int[][] blocks; public Board(int[][] blocks) { if (blocks == null) throw new IllegalArgumentException(); int length = blocks.length; this.blocks = new int[length][length]; for...
[ "gdannyliao@gmail.com" ]
gdannyliao@gmail.com
edf17c534a274d11e8aaa1e16af51a0333d80d4c
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/imm-20200930/src/main/java/com/aliyun/imm20200930/models/CreateOfficeConversionTaskShrinkRequest.java
ebc4b9737c9ee77593c7d27fdb7829a4db1a138b
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
9,503
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.imm20200930.models; import com.aliyun.tea.*; public class CreateOfficeConversionTaskShrinkRequest extends TeaModel { @NameInMap("CredentialConfig") public String credentialConfigShrink; @NameInMap("EndPage") public Long endPage...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
36c2e96b82681d19f7b4fca7289de3a1bf90dbad
1dbb735f07e09d9e7655d7251f5393dcaf28affb
/Cloud Center/CC/src/main/java/controlModule/ComputingInterface.java
cf83e38b796eaf8c36d2d580c5a31e27f6e80fb3
[]
no_license
sirius93123/EdgeFlow
f72b14a997d53d7a6c8852de0b6c8d37868bc9c0
5067caae26b6a22cad3661f841f3a60364cf1436
refs/heads/master
2021-09-12T16:33:49.763275
2018-04-18T18:11:38
2018-04-18T18:11:38
115,795,357
3
1
null
null
null
null
UTF-8
Java
false
false
212
java
package controlModule; /** * computing module interface */ public interface ComputingInterface { /** * the computing interface * @param temp */ void computingFunction(taskFile temp); }
[ "chao.yao@pku.edu.cn" ]
chao.yao@pku.edu.cn
831e663b7763c7ee7c37f4d9b3584cb1656b446d
98fe6213ddd0fa16958590b7a2d46d85965d034b
/api/src/main/java/org/openmrs/module/htmlformentry/substitution/HtmlFormSubstitutionUtils.java
8bb7a5a8eef56d44a458524c6a9f5cda255e2715
[]
no_license
JyothsnaAshok/openmrs-module-htmlformentry
038379e12ccc7bdbb199116b2c45aac4c65d0791
b02c00c569dac0e9ed3f8b8da1154d6fda707a41
refs/heads/master
2021-04-25T01:27:30.546797
2017-12-01T20:15:18
2017-12-01T20:15:18
115,688,834
1
0
null
2017-12-29T05:10:28
2017-12-29T05:10:28
null
UTF-8
Java
false
false
8,546
java
package org.openmrs.module.htmlformentry.substitution; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang.StringUtils; import org.openmrs.OpenmrsObject; import org.openmrs.api.context.Context; ...
[ "mgoodrich@pih.org" ]
mgoodrich@pih.org
52ecedc92f0cba1c5a613d2a8d5f44614f09bc05
31cd3061480c72cdedcf55f94f8b30046c9d2eaf
/tiger/src/test/java/tiger/test/name/NameA.java
b5b06abcbfa9b1984c91bfdc81f09e323d16c5f4
[ "Apache-2.0" ]
permissive
Justice-love/tiger
930970c9164a01786ae7103788961b5e88b9728e
ed15f9be3025cfeecfa91291b958bddde3ed63db
refs/heads/master
2021-01-19T02:44:13.755898
2014-11-14T13:17:46
2014-11-14T13:17:46
25,665,172
1
0
null
null
null
null
UTF-8
Java
false
false
218
java
/** * * @creatTime 下午4:12:46 * @author Eddy */ package tiger.test.name; import javax.inject.Named; import javax.inject.Singleton; /** * @author Eddy * */ @Named("name") @Singleton public class NameA { }
[ "eddyxu1213@126.com" ]
eddyxu1213@126.com
981c096a211ce9eaf4f30b0750743e675946f288
8fa1b82e4523fa5e7540f96516d0f1f80249ea47
/FuelSupplyChecker/src/fuelsupplychecker/model/Analyzers/RecordsIntervalAnalyzerTerminal.java
02a6e2aa6ec0d577067456f53935264d08725c97
[]
no_license
TomaszHalemba/TPDiA
a1a85a9da5f13e5cb1e5ee32e578a7d8884609ed
0f0d025510f9b38f11c27889f41d8141b8dc0c1a
refs/heads/master
2020-07-08T20:12:59.289523
2019-08-22T09:48:30
2019-08-22T09:48:30
203,759,516
0
0
null
null
null
null
UTF-8
Java
false
false
2,992
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 fuelsupplychecker.model.Analyzers; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Comparator;...
[ "TomaszHalemba@gmail.com" ]
TomaszHalemba@gmail.com
6fe20489ec366a72fc6eadd82fc046cc3d5bdbbc
74b47b895b2f739612371f871c7f940502e7165b
/aws-java-sdk-discovery/src/main/java/com/amazonaws/services/applicationdiscovery/model/DescribeContinuousExportsResult.java
6192ce69f09e202c1731a7e8149356c99658d663
[ "Apache-2.0" ]
permissive
baganda07/aws-sdk-java
fe1958ed679cd95b4c48f971393bf03eb5512799
f19bdb30177106b5d6394223a40a382b87adf742
refs/heads/master
2022-11-09T21:55:43.857201
2022-10-24T21:08:19
2022-10-24T21:08:19
221,028,223
0
0
Apache-2.0
2019-11-11T16:57:12
2019-11-11T16:57:11
null
UTF-8
Java
false
false
6,688
java
/* * Copyright 2017-2022 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...
[ "" ]
3b4e158485761b6f3d6f94058f16bc6e3d445d59
ddd6f41364b104579224af63615a1cc8374a8f55
/src/test/java/com/epam/lab/task1/PassengerTest.java
0660706e428547070199d68c84c387fff8b42156
[]
no_license
RomanKarpyn/KarpynTaskk3
4497473306e84e8afc75bc846d47bf97acf6fa3d
ee37c2b31b9346513a350e496d22e3bce057c210
refs/heads/master
2020-03-22T15:59:02.879881
2018-07-09T14:07:48
2018-07-09T14:07:48
140,293,912
0
0
null
null
null
null
UTF-8
Java
false
false
1,441
java
package com.epam.lab.task1; import org.apache.log4j.Logger; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Rule; import org.junit.Test; import org.junit.rules.MethodRule; import org.junit.rules.TestWatchman; import org.junit.runners.model.FrameworkMethod; import static org.junit.Assert.*;...
[ "roma2014q@gmail.com" ]
roma2014q@gmail.com
db3b9c976b0820a192aa12612d3a9991948b956e
3ca2b9c83060b4811606d8f44b115b55de7824fb
/android/src/com/blackhornetworkshop/flowrush/AndroidConstants.java
11b144f1cb3956f534687ed95b706301a9dfc4e8
[ "Apache-2.0" ]
permissive
ks228/flowrush
1c34cf65ffa8965d2dc36b38fa007557ff3515c8
b04c636f17f1dd158b08fc2064f4d7552260df14
refs/heads/master
2020-03-12T07:53:56.048435
2018-03-25T21:21:24
2018-03-25T21:21:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
413
java
package com.blackhornetworkshop.flowrush; // Created by TScissors class AndroidConstants { final static String TAG = "FlowRush"; final static boolean IS_DEBUG = false; final static int RC_SIGN_IN = 9001; final static int RC_LIST_SAVED_GAMES = 9002; final static int RC_ACHIEVEMENT_UI = 9003; ...
[ "tscissors@zoho.com" ]
tscissors@zoho.com
9ae7c682af3083269b9ee082629345300887d8ed
15783e25206e6b14cdd2217dcc01e5914134cb5d
/app/src/main/java/com/wyw/jiangsu/activity/wuhaihua/YangzhihuDetailActivity.java
0480b40deeefb794d3d0dd2573626a6ff210308b
[]
no_license
993739033/JiangSu
7e1e0f2a457ea8e88629e716b8201f936c191bdb
d4b9524c06a103848631036d568c5577b70cad1a
refs/heads/master
2020-06-12T10:59:46.695256
2019-06-28T13:19:04
2019-06-28T13:19:04
194,276,952
0
0
null
null
null
null
UTF-8
Java
false
false
11,719
java
package com.wyw.jiangsu.activity.wuhaihua; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.AppBarLayout; import android.text.TextUtils; import android.view...
[ "993739033@qq.com" ]
993739033@qq.com
d3bc5a5222c1d62d51f9799b0db1f08936e3c2b3
ac33a1154fcfd617d7cd8012bbedd2f1f0351375
/src/test/java/com/rothsmith/utils/database/JdbcUtilsTest.java
e7da7a365120d0700dbb6e37e56a27f63804121c
[]
no_license
drothauser/rothsmith-database
d5309a2348a427fe370cdff96e3e4d5b2dd3d3a8
237da6466ea31d28b3fb1acd490c5484fb1df20d
refs/heads/master
2022-07-23T17:21:42.298811
2019-06-04T16:49:54
2019-06-04T16:49:54
139,078,136
0
0
null
2022-06-29T19:25:20
2018-06-28T23:30:32
Java
UTF-8
Java
false
false
2,803
java
/* * (c) 2011 Rothsmith, LLC All Rights Reserved. */ package com.rothsmith.utils.database; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.io.File; import java.net.URL; import java.sql.Connection; import java.sql.SQLExc...
[ "drothauser@yahoo.com" ]
drothauser@yahoo.com
ecffd3330b881937b6b29c38c182c70fef18f65d
3a009bbf04156cbb7f2eb47de8b126ec0b7f4d00
/app/src/main/java/com/cameraappchat2me/camerafilter/filter/BlueFilter.java
8f3f2b3b1caf3a4cbc5dd70af708ff8e05df3486
[]
no_license
Seemagiri/CameraApp
925a52287420463c520deb4890ec53afc7a1d53a
cbc6ee013eb9a56b1e3cc5141d073a47777af4ba
refs/heads/master
2021-01-20T08:21:28.668534
2017-05-09T07:23:02
2017-05-09T07:23:02
90,133,994
0
0
null
null
null
null
UTF-8
Java
false
false
1,010
java
package com.cameraappchat2me.camerafilter.filter; import android.content.Context; import android.opengl.GLES20; import com.cameraappchat2me.camerafilter.MyGLUtils; import com.cameraappchat2me.camerafilter.R; /** * Created by Machine Vision on 09-05-2017. */ public class BlueFilter extends CameraFilter { priva...
[ "seemagi@gmail.com" ]
seemagi@gmail.com
2a1c1016a2879f8726476e99066bb980c5a80bc9
f13a8579eabcd947c127a699968c2b9f1ffae4f6
/src/main/java/org/benben/modules/online/cgreport/mapper/OnlCgreportParamMapper.java
d44ffb9efec1ec0c7575281df15819c582a9a16c
[]
no_license
tanlei945/nckf
13da9b00993338a0e8cb30d276319a79b19d917a
d1a1838d56df1c11a0dff52335db2065bd0c6d66
refs/heads/master
2023-08-29T09:11:56.227613
2019-08-06T03:20:41
2019-08-06T03:20:41
200,949,781
0
0
null
2023-07-22T12:53:43
2019-08-07T01:33:04
Java
UTF-8
Java
false
false
374
java
package org.benben.modules.online.cgreport.mapper; import org.benben.modules.online.cgreport.entity.OnlCgreportParam; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: 在线报表配置 * @author: benben-boot * @date: 2019-03-08 * @version: V1.0 */ public interface OnlCgreportParamMapper extend...
[ "wanghao@31a602a2-70d2-49ef-bb5e-4fe84f325a75" ]
wanghao@31a602a2-70d2-49ef-bb5e-4fe84f325a75
864ab90784ad23dd6092481477169056995fd1a0
94e1df4ba72f06de9d108cdc6f0ef86183f8d0ed
/src/Exa2/TipoArreglo.java
311c4b65e9e92bd58b57c2db7baf6cce53fac9e3
[]
no_license
UnitecSPS/Programacion2_2_1_2012
d6c73ea08c2b7355647ede212f691dbead54bd3f
203c8b53b6adc6b39feaeb655bfa5111bac77b1a
refs/heads/master
2020-05-17T11:05:17.395701
2012-09-20T13:54:55
2012-09-20T13:54:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
215
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Exa2; /** * * @author Gotcha */ public enum TipoArreglo { INTEGER, CHAR, BOOLEAN, STRING, DOUBLE }
[ "carlos.gochez@unitec.edu" ]
carlos.gochez@unitec.edu
2c3c9c613377a8ef120f7b6a1877c15c053d9a6c
6b0e18bc795e68b877d8df2ca16b9fd311a41174
/src/main/java/com/example/demo/UiService.java
7f329578b84bdae6bcefeeb06f9c42d9f9dac2b2
[]
no_license
tkaburagi/springboot-vault-consul-demo-ui
da6734d4abf91dd2a88194468714b752fe26b214
5e8f7c67737bbcda6803ddd7d06984b6b4e25226
refs/heads/master
2020-05-19T01:32:27.120057
2019-05-03T14:23:39
2019-05-03T14:23:39
184,759,508
0
0
null
null
null
null
UTF-8
Java
false
false
1,653
java
package com.example.demo; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.cloud.client.loadbalancer.LoadBalancerClient; import org.springframework.stereotype.Service; import org.springframework.web.bind.annotation.RequestPar...
[ "t.kaburagi@me.com" ]
t.kaburagi@me.com
e47bfb424fc686c3624f15de410cd45379f51af2
95e0f8d403895bca2744a58050e79ff7585a0335
/src/main/java/com/backend/estadisticas/controller/Controlador.java
5283e0b9688c8693bb8c64682f83ce8fb4972e6f
[]
no_license
Benitomo/backend-estadisticas
7b93769b6c8d81a006af2cc263c68ee433b441ee
d5b6e4dc5d490525602bab904343bbc72dfe574c
refs/heads/main
2023-07-14T18:52:18.702171
2021-08-25T18:49:09
2021-08-25T18:49:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,206
java
package com.backend.estadisticas.controller ; import com.backend.estadisticas.service.EstadisticasService; import com.google.gson.Gson; import java.io.IOException; import java.util.HashMap; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springfram...
[ "82038169+oscarosorio3@users.noreply.github.com" ]
82038169+oscarosorio3@users.noreply.github.com
f65a4d736d49280a6effd44d81d2cb625032ef1d
dda25827c52ee42d11f8c1197ed0041a66138453
/app/src/main/java/cl/telematica/android/certamen3/presenters/contract/FeedPresenter.java
ce2cb13d4c69e9ba60db5dd761366b3675f23ff5
[]
no_license
rvalencia90/Certamen3_2016_2_p1
713e1857ede43bed862a65ccc59acb57b7eccfce
cb04564bb9f19f87e2a9d818d9506a422eb98eb9
refs/heads/master
2021-05-01T22:25:56.731666
2016-12-24T00:15:02
2016-12-24T00:15:02
77,251,602
0
0
null
2016-12-23T21:31:33
2016-12-23T21:31:33
null
UTF-8
Java
false
false
300
java
package cl.telematica.android.certamen3.presenters.contract; import java.util.List; import cl.telematica.android.certamen3.models.Feed; /** * Created by telusm on 23-12-2016. */ public interface FeedPresenter { public List<Feed> getFeeds(String result); public List<Feed> getDatos(); }
[ "ricardo.valencia@alumnos.usm.cl" ]
ricardo.valencia@alumnos.usm.cl
4c98017b6a5bf8cdd76e3e60abd1b16783852813
4f3fbd90662e4e0607809025c3709017c305c2d7
/iters-web/src/main/java/com.xinghui/Config/AdminWebSecurityConfig.java
58b6bbc18ad8383ec2262880de683f28d6359662
[]
no_license
chenkuanxing/iters
f76332aec5648317f35683c51c7a52b3d57a3043
4e65eab3445e98e60023cf03ff94ad3cb1d4d453
refs/heads/master
2022-07-09T07:29:30.128430
2020-05-22T09:00:37
2020-05-22T09:00:37
195,210,743
1
0
null
2022-06-29T17:29:19
2019-07-04T09:23:47
JavaScript
UTF-8
Java
false
false
2,831
java
package com.xinghui.Config; import com.xinghui.handler.CustAccessDeniedHandler; import com.xinghui.handler.SignInFailureHandler; import com.xinghui.handler.SignInSuccessHandler; import com.xinghui.handler.SignOutSuccessHandler; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.c...
[ "12345678" ]
12345678
5ea811ab871f33cfca3712749e6a1402c8e33b33
4b93a2d0350b8fb673967ac84ca219a54c4d0648
/ims/framework/delegates/BedPlannerBedEdited.java
c0fe5817e052b6d632a91eb4d36f40ac51a24cc0
[]
no_license
LibreHIS/framework
f1b91f9a3d9bb35c13ffb2b1396ca546d8ef6ff1
8eda310fb9fc208fce53d9e7f2714fb4dcd8930a
refs/heads/master
2021-01-13T03:02:05.452729
2016-12-21T10:39:39
2016-12-21T10:39:39
77,041,739
0
0
null
null
null
null
UTF-8
Java
false
false
200
java
package ims.framework.delegates; import ims.framework.controls.Bed; public interface BedPlannerBedEdited { public void handle(Bed bed) throws ims.framework.exceptions.PresentationLogicException; }
[ "dgray123321" ]
dgray123321
9950adf3a82712afa85de0ee24953c468fe45448
250c226c79f6b2d5a61a0c7510e713b1af97c887
/app/src/main/java/msgcopy/com/retrofit2/DataResponse.java
6af648edad83c10db157340dcadf04d3286e1e65
[]
no_license
androidlinpeng/Retrofit2_Rxjava_Okhttp3
7fd5010cfc1780f4293da26ec045850d2d3636a1
1559587f670679421c66539381537c0a3c56d682
refs/heads/master
2021-01-19T20:12:35.667573
2017-04-17T10:04:14
2017-04-17T10:05:08
88,495,857
5
0
null
null
null
null
UTF-8
Java
false
false
552
java
package msgcopy.com.retrofit2; /** * Created by liang on 2017/4/17. */ public class DataResponse<T> { private String code; private String msg; private T data; public String getCode() { return code; } public void setCode(String code) { this.code = code; } public St...
[ "linpd@msgcopy.com" ]
linpd@msgcopy.com
654eaf6b1ff62fdada735888b4affe9a07a26874
a2b520ef7a017dd2788513223c3ff965d945bb1d
/app/src/main/java/com/example/lkjhgf/helper/closeUp/CloseUp.java
c01326e7d6ca6c2e56b2c2bb66b350503a48939d
[]
no_license
Murphius/planer
b8e0cf5b3ac5b82c24e11a99fc34e3258ba32f6e
0021254b7ed3bc6cb9ecd3ee9f94f4a46d65fb89
refs/heads/master
2021-01-14T04:26:13.457003
2020-07-09T12:44:56
2020-07-09T12:44:56
242,597,833
0
0
null
null
null
null
UTF-8
Java
false
false
8,520
java
package com.example.lkjhgf.helper.closeUp; import android.app.Activity; import android.app.AlertDialog; import android.content.Intent; import android.view.View; import android.widget.Toast; import com.example.lkjhgf.activities.MainMenu; import com.example.lkjhgf.helper.MyURLParameter; import com.example.lkjhgf.helper...
[ "merle1996@gmx.net" ]
merle1996@gmx.net
b2098cb798e46e7490b198f33bfd09e8b9b48f8c
dcade8cf80e2220686a62db15d43a926eb9b3eeb
/Android/socket实现camera实时传输预览/socket_ser_demo/app/src/main/java/com/example/socket_ser_demo/CameraUtils.java
49e9d6961542b88e31f4b9ed59282f06e933ec17
[]
no_license
xiaoAmor/Android_Test_Demo
4a9f7a6b26d882101ab4bdc1762e138e88bd5396
6e0488a9606d680cc88255e73b5ecdae583b24fe
refs/heads/master
2020-06-27T12:11:16.933276
2019-09-09T05:29:17
2019-09-09T05:29:17
199,951,815
0
0
null
null
null
null
UTF-8
Java
false
false
6,850
java
package com.example.socket_ser_demo; import android.hardware.Camera; import android.view.Window; import java.util.Iterator; import java.util.List; /** * Created by blueberry on 2017/7/14. */ public class CameraUtils { private CameraUtils() { } public static int getCameraBackId() { return...
[ "38721845+xiaoAmor@users.noreply.github.com" ]
38721845+xiaoAmor@users.noreply.github.com
33443810c9f633bb8abbb2310b93d0bd6680f666
1d8d8065c9bedfc21f9cf9838d08506f3fccea08
/jParent/report/src/main/java/br/com/report/poi/excel/ReportExcel.java
bed6d3e14db29d3dad64ed82133fdfb15883d76a
[]
no_license
MarioVieira6/templates
18167b8c3837a07253e079fdeacb2c5059c7b70b
fcfb219911facb3a5217b40bad5a10ad18643b75
refs/heads/master
2023-03-05T21:51:54.220226
2022-12-03T06:15:31
2022-12-03T06:15:31
167,748,701
0
0
null
2023-03-02T18:12:13
2019-01-26T23:06:02
HTML
UTF-8
Java
false
false
4,830
java
/** * */ package br.com.report.poi.excel; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.nio.file.Files; import java.nio.file.Path; import jav...
[ "marioviera.mvj@hotmail.com" ]
marioviera.mvj@hotmail.com
d3f292493ea53505029e033a0538989b10619337
0ccc49d95b852823e77b2eec556ac41db47148dc
/server/BattleServer.java
6afd620b0e05f2abbaf44181efe997083b8637a8
[]
no_license
Solorank20/NetworkProject3
fc8a4f529a1d3b3e7231eeb83f2887234f2fbe4f
04f10791f2e4d9b2f636501cc76a0e0e4c51bcb3
refs/heads/master
2020-06-03T15:20:22.682005
2019-06-12T18:44:51
2019-06-12T18:44:51
191,626,095
0
0
null
null
null
null
UTF-8
Java
false
false
9,237
java
package server; import common.ConnectionAgent; import common.MessageListener; import common.MessageSource; import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; import java.util.ArrayList; /** * server side logic contains and instance of the battleship game when it receives a...
[ "noreply@github.com" ]
Solorank20.noreply@github.com
c3afafab8a9c5eda92b9d1545b671b59cf6fae2c
2f9fb47d286093e9aeaeabb5bc3dbdca2b631c34
/SwitchCase.java
fe3b11584fadc35bc6259b9323cd25d98344804c
[]
no_license
pooja2629/java
d85f3ab1daf5c5ccbb117a0f20b93086615b1a55
7b80c69181a7533ddfc61fd3d5909d3c3b7d6aff
refs/heads/master
2021-07-09T05:28:56.517839
2017-10-05T06:47:16
2017-10-05T06:47:16
103,230,579
0
0
null
null
null
null
UTF-8
Java
false
false
676
java
package variablesAndData; public class SwitchCase { void show() { int casenumber = 1; switch (casenumber) { case 1: if (casenumber == 1) { System.out.println("in case 1"); } break; case 2: ...
[ "poojaborhade29@yahoo.in" ]
poojaborhade29@yahoo.in
9a1a5720dd377b990108aef10b38b479a7eb5da5
6d109557600329b936efe538957dfd0a707eeafb
/src/com/google/api/ads/dfp/v201308/ReconciliationOrderReport.java
58c98b36a0211c21b09eb7eb3dca053f9e3df851
[ "Apache-2.0" ]
permissive
google-code-export/google-api-dfp-java
51b0142c19a34cd822a90e0350eb15ec4347790a
b852c716ef6e5d300363ed61e15cbd6242fbac85
refs/heads/master
2020-05-20T03:52:00.420915
2013-12-19T23:08:40
2013-12-19T23:08:40
32,133,590
0
0
null
null
null
null
UTF-8
Java
false
false
13,882
java
/** * ReconciliationOrderReport.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.google.api.ads.dfp.v201308; /** * A {@link ReconciliationOrderReport} represents one order * in the reconciliation report. */ publ...
[ "api.arogal@gmail.com@e5600b00-1bfd-11df-acd4-e1cde50d4098" ]
api.arogal@gmail.com@e5600b00-1bfd-11df-acd4-e1cde50d4098
6f8c07fb4465bfdc46bb730df4974ab875438db6
44bdd7fccc6d6ee8268fa3f1b15eff6b0607beeb
/DMPD4/src/decoder/discr/Point.java
9fc6e498f6f363df52e74bec6f7bdddadc96f8c8
[]
no_license
HannahAmanda/DMPD
79adc045b812d224da9097a724efa9c873713948
3d0477a8079bba99bf56ae7209c16a6c23c8b969
refs/heads/master
2021-01-17T09:11:43.182847
2016-05-19T09:07:39
2016-05-19T09:07:39
34,171,013
2
0
null
null
null
null
UTF-8
Java
false
false
6,541
java
package decoder.discr; import java.util.ArrayList; import java.util.List; import message.Message; import message.recieveMessage; import code.graph.Node; import f4.GF4Element; public class Point extends Node implements recieveMessage { private double[] softInfo; private boolean isLeaf; private Calculator calc =...
[ "hannah.hansen2@gmail.com" ]
hannah.hansen2@gmail.com
803521f53b82b124096e4655d975f6366a0f47b4
2a940a531c6e806407e36f06ef9fcd28ee6a3eaf
/gremlin-python/src/main/java/org/apache/tinkerpop/gremlin/python/jsr223/SymbolHelper.java
ce4ad7fb85abdd7e203f2410fb3e1ba648940ded
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
JamesRandall/tinkerpop
c4cf62d57f83f1c73fa6e6a30ca2d3c4a0a544f9
bdd2130a47d1c1cd23935bbb5e342364b41f7253
refs/heads/master
2020-03-07T09:33:12.211276
2018-04-04T05:27:46
2018-04-04T05:27:46
127,410,679
3
0
Apache-2.0
2018-03-30T09:39:57
2018-03-30T09:39:57
null
UTF-8
Java
false
false
2,081
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
[ "okrammarko@gmail.com" ]
okrammarko@gmail.com
60ac2550c160a1b5e58c988e9e6b6cfe8dc4691b
29da318ba204f293a35026d9f8f5632692aff905
/src/test/java/com/xyzcorp/demos/reactive/HotVsColdObservableTest.java
f3bab1c0fef12c4acf92640231f708e8ffcfc74a
[]
no_license
keeplearningandtrying/advanced_java
f385e892ace7b7f624bbd3688fa8bfa10e00b9c6
588fce52d61e13367fdb3c35a6fb4529e3a2f4fc
refs/heads/master
2022-02-21T21:48:59.879683
2019-10-17T21:13:57
2019-10-17T21:13:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,256
java
package com.xyzcorp.demos.reactive; import io.reactivex.Flowable; import io.reactivex.Observable; import org.junit.Test; import java.util.concurrent.TimeUnit; public class HotVsColdObservableTest { @Test public void testColdObservable() throws InterruptedException { Observable<Long> observable = Ob...
[ "dhinojosa@evolutionnext.com" ]
dhinojosa@evolutionnext.com
9e19269d980f5975694419d347a385a3b62f137f
908e57d5b7e8d3cada68608fe1f52c6de0476e01
/Ipi-TSP/src/test/java/tsp/algorithms/BruteForceRuntimeTests.java
d1a5cbf50e6bf898ad322fc125f337b603f2496c
[]
no_license
Ilpolainen/Ipin-TSP
7dcbb49b988c0ea4fec69f47b6dd4b9d896f65f3
08425a334da39ee4b5e4e2c8afc98cdad176ab6d
refs/heads/master
2021-01-21T14:23:37.181151
2016-06-10T13:41:04
2016-06-10T13:41:04
58,750,133
0
0
null
null
null
null
UTF-8
Java
false
false
2,406
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 tsp.algorithms; import java.util.ArrayList; import java.util.Random; import org.junit.After; import org.junit.AfterClass; impo...
[ "vipohjol@da3-cs-dk110-16.helsinki.fi" ]
vipohjol@da3-cs-dk110-16.helsinki.fi
acf6fc6f303a5e076d6482a9c12c5ef8ad91b93f
27dac1e55d34188f4b17d2c39dc2f1fd439b2f24
/SeleniumProject/src/day3/CheckBoxEg.java
f1cd94739a07c6db2a5b3840a294f1d90209dd53
[]
no_license
shaath/Rashmi
eb71f28a67b8636589910210111f1464c87d909e
25bb69e8188cf3574806af56a6602ed607f5fdc5
refs/heads/master
2021-01-15T22:02:00.830589
2017-08-10T04:45:14
2017-08-10T04:45:14
99,882,352
0
0
null
null
null
null
UTF-8
Java
false
false
503
java
package day3; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; public class CheckBoxEg { public static void main(String[] args) { WebDriver driver=new FirefoxDriver(); driver.get("http://echoecho.com/...
[ "you@example.com" ]
you@example.com
1987ddcdb348a32e6643a32adf38f80158ba285f
8de2ce0d05b11eae1931b5395eee3a1096975f7f
/Final Project/src/World/terrain/Rock.java
43f69c7a4d11e77b174b02ff66f47c197fd6c590
[]
no_license
rooseveltcs/ant-simulator
8bd80162f9c1335f36aa64b70a451068756c4352
8b9da598cd89bb0e87833ed6268e709953abd23f
refs/heads/master
2021-01-20T09:09:23.992792
2014-06-18T19:01:20
2014-06-18T19:01:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
191
java
package World.terrain; /** * Created by ros_aljacobson001 on 5/20/2014. */ public class Rock implements Terrain { @Override public int getDurability() { return 15; } }
[ "alj@hushmail.me" ]
alj@hushmail.me
4681dba1cb862db761ea2d858daa88323bf42cb2
126fc08be44867cdc77bb053d379e1ec7510ff15
/src/Bt3/ShapeFactory.java
17719b68bfc7722bf7cd59c5bbc3aede57367b55
[]
no_license
luongtungthien59cntt/LuongTungThien_59132385_Creational
ea75a4592b60fcd32887069c36483f5bcbba367b
13c27cbe407c3a227cef768a8ee5d48890bc69d3
refs/heads/master
2022-07-02T04:52:36.735886
2020-05-13T15:00:21
2020-05-13T15:00:21
263,661,102
0
0
null
null
null
null
UTF-8
Java
false
false
626
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 Bt3; /** * * @author dell */ public class ShapeFactory { public Shape createShape(ShapeType type){ switch ...
[ "thanboy8x@gmail.com" ]
thanboy8x@gmail.com
3bbbe6c1b424ca98c5e81d0ab7715e7459b7fe09
2baf0df2637ed9c47292162d4902bb0eeeeb2e28
/app/src/main/java/com/example/android/sunshine/data/network/WeatherResponse.java
5b647f6df1f932898bc1d5ffb5c884759d3bb75e
[ "Apache-2.0" ]
permissive
ShamsKeshk/Sunshine_MVVM
d80fcec8ac4f87b4ce554c967e4c4243a66af3ee
1c90632ef835366a0b691fa55a720a42a646e5b4
refs/heads/master
2020-05-05T13:08:05.976758
2019-04-08T11:25:29
2019-04-08T11:25:29
180,061,836
0
0
null
null
null
null
UTF-8
Java
false
false
1,172
java
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "shams.keshk@gmail.com" ]
shams.keshk@gmail.com
d72a7100624acdd69687def691c68876811c9cfd
3bded3eb5c260308205d9c63a6867c8b399f1d6a
/app/src/main/java/com/bin/fish/myproject/activity/MainActivity.java
2966add42cf8e5aef153ba48769e083ac63fbe0d
[]
no_license
Fish-Bin/MyProject
e0f2d783c7d82ede7ee54149f53118d625cfb8e8
8f70966e25c0ddc2a60f1ecb758aad45bf4dcbf9
refs/heads/master
2020-03-27T21:52:22.844814
2018-09-03T09:38:30
2018-09-03T09:38:30
147,182,552
0
0
null
null
null
null
UTF-8
Java
false
false
918
java
package com.bin.fish.myproject.activity; import com.alibaba.android.arouter.facade.annotation.Route; import com.alibaba.android.arouter.launcher.ARouter; import com.bin.fish.myproject.R; import com.bin.fish.myproject.annotation.InjectRes; import com.bin.fish.myproject.arouter.ArouterConst; import com.bin.fish.myprojec...
[ "474174309@qq.com" ]
474174309@qq.com
5cd8989898f5c5b9ef58f3f33444a86e5fe5f052
f334e14cffb92a373574f14ddf640c45264e7e47
/app/src/main/java/com/yahoo/search/yhssdk/showcase/custom/CustomSearchBar.java
748d80a0dcc4b7bedbfe41e5dc9145cac3034619
[ "BSD-3-Clause" ]
permissive
yahoo/YHSShowcaseApp
38c99fdf8624857126391627c153abb113f43069
0bf462963e643e069a2395dba060643e4d7d14c5
refs/heads/master
2023-06-21T03:06:50.276574
2017-04-28T21:46:14
2017-04-28T21:46:14
68,059,660
4
3
null
2017-04-01T01:07:47
2016-09-13T00:37:22
Java
UTF-8
Java
false
false
1,460
java
// Copyright 2016, Yahoo Inc // Licensed under the terms of the BSD license. Please see LICENSE file associated with this project for terms. package com.yahoo.search.yhssdk.showcase.custom; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.widget.EditText; impor...
[ "surendar@yahoo-inc.com" ]
surendar@yahoo-inc.com
8409a2936b5b3b096f5bc2b5e19545d03c5becb9
f7fbc015359f7e2a7bae421918636b608ea4cef6
/base-one/tags/hsqldb_1_7_0/src/org/hsqldb/util/ScriptTool.java
a89855c475159a46f9f46aaf49ad99410a44b84a
[]
no_license
svn2github/hsqldb
cdb363112cbdb9924c816811577586f0bf8aba90
52c703b4d54483899d834b1c23c1de7173558458
refs/heads/master
2023-09-03T10:33:34.963710
2019-01-18T23:07:40
2019-01-18T23:07:40
155,365,089
0
0
null
null
null
null
UTF-8
Java
false
false
7,375
java
/* Copyright (c) 2001-2002, The HSQL Development Group * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * list...
[ "(no author)@7c7dc5f5-a22d-0410-a3af-b41755a11667" ]
(no author)@7c7dc5f5-a22d-0410-a3af-b41755a11667
291535bc5746fc2d2e5e0151aa3c9a6c8f7204ee
2b67cd30731ae70930aa986355edf9a03dbc6fe5
/src/test/java/finaldata/finaldata/AppTest.java
3092fe98a86fa88832fe6b265711b24a3a1eab25
[]
no_license
shbm1505/SmsResult
03bb177e14a914430236de9f1e3ce5fee08fa394
7c9a6a06fb78ca3d353adffdbed9111268f762bf
refs/heads/master
2021-01-10T04:18:45.386189
2016-03-28T12:57:07
2016-03-28T12:57:07
54,892,176
0
0
null
null
null
null
UTF-8
Java
false
false
647
java
package finaldata.finaldata; 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 */ public AppT...
[ "kshubham155@gmail.com" ]
kshubham155@gmail.com
01d87662d584edc9e45a731fd5ff29c0b6d70e70
080c196d977840b54ab541ed52bf22b821b0ea61
/InstitutionSimulator/src/payment/simulator/institution/tx/p2p/Tx3151.java
cc6140ef11c533d337ed8e9903dd6a28be297b53
[]
no_license
jinxiaoyi/myTest
39419918636df39da3673f955f0dac62b474c81b
a338db9c8e701ce240b3b239c532fa1528fdad23
refs/heads/master
2020-03-27T23:48:12.784075
2018-09-04T13:16:45
2018-09-04T13:16:45
147,347,442
0
0
null
null
null
null
UTF-8
Java
false
false
6,866
java
package payment.simulator.institution.tx.p2p; import java.io.IOException; import java.util.ArrayList; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import cpcn.institution.tools.util.StringUti...
[ "jinxiaoyi2@163.com" ]
jinxiaoyi2@163.com
4c22933785a7db1ad5b9063371c76aa2efe763ac
890ed66c75d5294a582d0765b0f0437913cb9127
/android/app/src/main/java/com/bluetooth/BTSerialComm.java
032199318e968b74a45d2ddab3694d7c21fa5df2
[]
no_license
jiumogaoao/yzj
ef663b594317e6db26d37faee9f3878977591f73
d100fe5334fea46695f2a58d7f65bd365a00a05d
refs/heads/master
2021-09-05T13:57:56.847281
2018-01-28T13:25:38
2018-01-28T13:25:38
114,569,170
0
0
null
null
null
null
UTF-8
Java
false
false
12,861
java
package com.bluetooth; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.UUID; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.blu...
[ "394127821@qq.com" ]
394127821@qq.com
157edfe11985e86a02625ae1afd049f407bb8220
1d8b72c0e713880b0a76f5ff17de4a9e5345c401
/src/main/java/com/gpch/login/service/CustomerUserDetailsService.java
c4602a0565674e26c50a746ce0679d3a113e2559
[]
no_license
weitiancai/auth-server
06ac746d101560c0e4163a173da64e8ef30c9b32
0b99f8017511b9492b6e0753976458710309d01e
refs/heads/master
2023-06-25T22:04:29.109605
2019-05-23T11:06:47
2019-05-23T11:06:47
188,025,557
2
1
null
null
null
null
UTF-8
Java
false
false
1,059
java
package com.gpch.login.service; import com.gpch.login.model.CustomerUserDetail; import com.gpch.login.model.User; import com.gpch.login.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframewor...
[ "1711952372@qq.com" ]
1711952372@qq.com
f98a08ee7fc49a89da10a1dfdc16a3a7f5dfd624
6745f46be3f9145a61b4aa0545d8173add98e9bd
/common/am/lib/src/test/java/org/apache/syncope/common/lib/SerializationTest.java
95453f2c4b211323bc386934c542ff3b1d01c9b4
[ "Apache-2.0" ]
permissive
gulixciurli/syncope
0860e84b635fd220cdc583b83d333c306bd6e29e
97fad264948214b11f0707179877dac8977da5ea
refs/heads/main
2023-06-17T23:43:17.197896
2021-07-04T18:49:58
2021-07-04T18:49:58
382,308,673
0
1
Apache-2.0
2021-07-02T10:30:46
2021-07-02T10:17:38
Java
UTF-8
Java
false
false
1,934
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "scricchiola.7@icloud.com" ]
scricchiola.7@icloud.com
f9158900a3246537d806642a269f2ae750743740
291cea39a0b3952a5fb6fb5be7603f96747dee7a
/app/src/main/java/lcc/ishuhui/http/request/HttpRequest.java
19165fdd01551a1fa34c9b94a30e3ba6f130fb8e
[]
no_license
lccLuffy/IShuHui
2b0fd2ac70cc4bc996ad155a83ace263d8387dff
2411d48671aee53cd43125bdb341efd04e55623d
refs/heads/master
2021-01-21T13:49:18.162282
2016-05-27T08:07:13
2016-05-27T08:07:13
51,687,225
1
0
null
null
null
null
UTF-8
Java
false
false
1,011
java
package lcc.ishuhui.http.request; import java.io.IOException; import lcc.ishuhui.http.HttpUtil; import lcc.ishuhui.http.builders.RequestBuilder; import lcc.ishuhui.http.callback.HttpCallBack; import okhttp3.Call; import okhttp3.Request; import okhttp3.Response; /** * Created by lcc_luffy on 2016/1/25. */ public cl...
[ "528360256@qq.com" ]
528360256@qq.com
4797680793cafe8c94adeee8c2dfc960a7cd307a
4d37505edab103fd2271623b85041033d225ebcc
/spring-web/src/test/java/org/springframework/web/context/request/ServletRequestAttributesTests.java
6e8125b52e991c54c34c8e8b82724f86a944e14a
[ "Apache-2.0" ]
permissive
huifer/spring-framework-read
1799f1f073b65fed78f06993e58879571cc4548f
73528bd85adc306a620eedd82c218094daebe0ee
refs/heads/master
2020-12-08T08:03:17.458500
2020-03-02T05:51:55
2020-03-02T05:51:55
232,931,630
6
2
Apache-2.0
2020-03-02T05:51:57
2020-01-10T00:18:15
Java
UTF-8
Java
false
false
6,739
java
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "huifer97@163.com" ]
huifer97@163.com
8ae7fe6a85565e3a15d481f6992080d6a633cfc4
cfc7cf0b19e0842245444da0ed77b4205d613efe
/src/java/elpoeta/felurian/util/CredencialApi.java
97c78c1cd2299d3c44e5c2fd5555faca8e33f88b
[ "MIT" ]
permissive
elPoeta/ecommerceWineStore
bd36f478dd4c3f525d296cbe9ded52d95002a7bc
cbeb3c6e64ec55e6e922edef033df0e5a7c2a882
refs/heads/master
2020-04-01T02:57:14.843328
2018-11-03T00:59:25
2018-11-03T00:59:25
152,803,267
0
0
null
null
null
null
UTF-8
Java
false
false
407
java
package elpoeta.felurian.util; /** * * @author elpoeta */ public class CredencialApi { public static final String CLIENTE_ID = "AfTtYYNm-p54vj8UmaEaVYaUUJMY9k5lrNFpJcsYTAQzgcO6Om0SfvcDEDAC0eJbBqLCuS01qBauMyQq"; public static final String CLIENTE_SECRET = "EH-S8RHgRKtDgvv07LWQql8b9gayrOAlNkeFkfjdv_lR9fqh...
[ "leonardo.a.tosetto@gmail.com" ]
leonardo.a.tosetto@gmail.com
9d368c0dd557bd8c0f70192045a713144cfda996
97021240b0283f6f6e9e834595a95d5090a6d66c
/src/test/java/com/service/customer/ItemApplicationTests.java
223ff2b35d34ee2d1907b381a0e6973a97746bbc
[]
no_license
gokul225/item
f3bb6ce5a6155cbb366f7a89b08b5f69b1d5b692
f6fcdb6ca5594cbe8e9c3a72ac580b46929688b8
refs/heads/master
2020-09-05T19:54:49.025845
2019-11-07T09:37:10
2019-11-07T09:37:10
220,198,982
0
0
null
null
null
null
UTF-8
Java
false
false
214
java
package com.service.customer; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class CustomerApplicationTests { @Test void contextLoads() { } }
[ "gokulkris225@gmail.com" ]
gokulkris225@gmail.com
c99fc57f0c2baf27be6661f0b8eb04eeda2d8d7b
fc85f14f2979ba1a31f2f99a2de463dfb14fe3e5
/authentication/src/main/java/com/authentication/dto/UserTokenState.java
061c186664e726e4bf3c7cc8974a9828ef1e6a80
[]
no_license
petarcurcin/Rent-a-Car-MicroservicesApp
0220d2a43c12dc6040379c6296abd1b30df87ff1
cfe492db8248cc48a5bb5c54519b5c745b30b51f
refs/heads/master
2022-11-09T12:22:20.648992
2020-06-30T16:55:40
2020-06-30T16:55:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
948
java
package com.authentication.dto; public class UserTokenState { private String accessToken; private Long expiresIn; private UserDTO userDto; public UserTokenState() { this.accessToken = null; this.expiresIn = null; this.userDto = null; } public UserTokenState(String acce...
[ "jekibp@gmail.com" ]
jekibp@gmail.com
270e2f6be34e6c1cb363469f6abdc1676af4eb45
fa66d88901fb730c33639f3378ec3dfed8ad30fb
/src/main/java/com/Whodundid/slc/util/LayerTypes.java
06cb57457067ccc7cb2dab679398ce43d3f686ee
[ "BSD-3-Clause" ]
permissive
Whodundid/EnhancedMC-Core
84cd3bc760a282f1e8889b40845130a45707f8ca
c663eb8d1ba89123154af4abaa48d1b7d9b9d9aa
refs/heads/master
2020-07-20T07:18:25.704992
2020-06-24T07:12:55
2020-06-24T07:12:55
206,596,038
3
1
null
null
null
null
UTF-8
Java
false
false
779
java
package com.Whodundid.slc.util; import net.minecraft.entity.player.EnumPlayerModelParts; public enum LayerTypes { LL("ll"), RL("rl"), LA("la"), RA("ra"), J("j"), CA("ca"), H("h"); private final String type; LayerTypes(String type) { this.type = type; } public String getLayerType() { return type; } ...
[ "HTBragg7@gmail.com" ]
HTBragg7@gmail.com
c7527982203317901d40d79884aa0d079d95d173
44e7adc9a1c5c0a1116097ac99c2a51692d4c986
/aws-java-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/SendMessageResult.java
7fb34cde28898ccc59e08d2389e92837f1175f33
[ "Apache-2.0" ]
permissive
QiAnXinCodeSafe/aws-sdk-java
f93bc97c289984e41527ae5bba97bebd6554ddbe
8251e0a3d910da4f63f1b102b171a3abf212099e
refs/heads/master
2023-01-28T14:28:05.239019
2020-12-03T22:09:01
2020-12-03T22:09:01
318,460,751
1
0
Apache-2.0
2020-12-04T10:06:51
2020-12-04T09:05:03
null
UTF-8
Java
false
false
5,872
java
/* * Copyright 2015-2020 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...
[ "" ]
1125ff486403c8a4a923ce99190f70f552aec064
6ab9ef6bfc6eb43eb00bff00ea5f25d0c207c1a7
/BreakoutApplet/src/usrinput/MouseControl.java
89a28d6adfdc680e99721a02ecd1dc1b21f4a638
[]
no_license
EPSUND/Breakout
35006c77130a575208dccdd9adb3780c27fffaf1
091adf78739e98fb94d3151caddee19f1487b91d
refs/heads/master
2020-03-29T19:08:52.280745
2014-06-07T11:10:21
2014-06-07T11:10:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,647
java
package usrinput; import gui.BreakoutCanvas; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import main.Player; import main.Shooter; import shapes.Ball; /*** * A class handling mouse events * @author Erik * */ public class MouseControl implements MouseListener { pri...
[ "ESundholm@gmail.com" ]
ESundholm@gmail.com
5205083bcf5f5bdb83e874db00b15c42e2cd62a3
579ddfb4d9c2b39aa71d9302ea44d352d2952079
/demo_sikuli/src/tut1/TestGenericButton.java
779cd52f19a9a403fbc37baab3cf1983ab99c0a7
[]
no_license
tannth/sikuli
b4a713ccd1a318ee3d2356655383cdfcfe9c3680
760a6d1e56924c8b1ea460ca200c5883a7394eb3
refs/heads/master
2021-05-27T15:02:30.861777
2013-10-27T08:45:55
2013-10-27T08:45:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
307
java
package tut1; import java.awt.Robot; import java.awt.event.KeyEvent; import org.sikuli.script.Screen; public class TestGenericButton { /** * @param args */ public static void main(String[] args) { GenericButton.click("imgs/start.PNG"); GenericButton.click("imgs/start.PNG", .8, 5); } }
[ "nguyentranhuytan@gmail.com" ]
nguyentranhuytan@gmail.com
f1b14e3ba56984823d6976f2bdff9f343bc14d7e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_579dcaf54dc9d6835fca275bbff4bf92622fb9f3/Context/2_579dcaf54dc9d6835fca275bbff4bf92622fb9f3_Context_s.java
0056539e60a5720bcb7357a2d827e6efedf5588d
[]
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
75,299
java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7278dc9a39a6b14d754107fda2cb80030c32c4cf
296fa935b0678fd04406ed44b2a545af53535ec9
/src/DominioDoProblema/Lance.java
1194e7a651b446757bad4e08a93df6afd3a3670f
[]
no_license
Cleberton-Oliveira/SHISIMA
551f1b8ab4ebab0df9b4ea195b9b7095f1bfe8f7
982bbc1a254324f723277e5b7525b36ca474f0ec
refs/heads/master
2023-01-29T19:46:08.913942
2020-12-14T00:03:55
2020-12-14T00:03:55
296,119,870
0
0
null
2020-12-14T00:03:56
2020-09-16T18:47:28
Java
UTF-8
Java
false
false
892
java
package DominioDoProblema; import br.ufsc.inf.leobr.cliente.Jogada; public class Lance implements Jogada { private static final long serialVersionUID = 1L; protected int linhaOrigem; protected int linhaDestino; protected int colunaOrigem; protected int colunaDestino; public Lance() { } public void defin...
[ "camposmrc01@gmail.com" ]
camposmrc01@gmail.com
d5e082fdf1dac8aa48d592569cebdf8d004e9de1
703c0f9cc62bf55a4155818d5a46e3a68afb0b10
/FirstCodeAndroid/chapter10/ServiceBestPractice/app/src/main/java/com/isure/servicebestpractice/DownloadService.java
7328ddd79dc28577808c39c711591e7ddc14f25b
[]
no_license
aosure1204/MyLearn
77b4185d7fb9f5e38e8dffc79414724ca7c6686f
6e491f52e2c70248d9347c17e3939ecc391a6d62
refs/heads/master
2021-07-17T04:28:57.720307
2020-05-30T02:30:55
2020-05-30T02:30:55
162,260,352
0
0
null
null
null
null
UTF-8
Java
false
false
753
java
package com.isure.servicebestpractice; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; public class DownloadService extends Service { private DownloadBinder mBinder = new DownloadBinder(); private DownloadTask mTask; public Down...
[ "1026526473@qq.com" ]
1026526473@qq.com
67dcc11c55ffa49e83a59c936c118e6350e4e8ff
218376ec828a6952fbb1d985a2b79abf388ec1c2
/src/common/java/Automation_Common/DriverContext.java
b9b0e41373f1d862ae0ad3f245051d0c9d4ed524
[]
no_license
DreamNk/Testauto
f3017f653b13ff6fcc8ec1cbc89cec120a80409e
0ef9b8927d27d3aaf3fa589d4a38e68612f22ecb
refs/heads/master
2022-09-16T16:19:15.091928
2020-04-27T15:46:28
2020-04-27T15:46:28
227,049,053
0
0
null
2022-09-01T23:17:23
2019-12-10T06:50:48
HTML
UTF-8
Java
false
false
2,217
java
package test.Automation_Common; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.openqa.selenium.remote.CapabilityType; import org.openqa.selenium.remote.DesiredCapabi...
[ "nban@netchexonline.com" ]
nban@netchexonline.com
842dbc480f593b271f87974369d4211f1503fc2f
02db4fd8b83846ff9166b8ca950586c4e5eb8d88
/Concurrency-Project/concurrency/src/main/java/com/donaldy/concurrency/ConcurrencyApplication.java
b4fcbd951ba07679729619b541411800e30cb7a8
[]
no_license
DonaldY/Java-Practice
d87ae1c2561322386df57c5e10533645f028d1d6
ba4735cfc84c66722f1860c23a02b5406b437344
refs/heads/master
2022-06-24T08:03:33.832581
2021-07-27T07:35:49
2021-07-27T07:35:49
83,669,924
2
0
null
2022-06-21T04:14:05
2017-03-02T11:22:32
Java
UTF-8
Java
false
false
1,156
java
package com.donaldy.concurrency; import com.donaldy.concurrency.filter.HttpFilter; import com.donaldy.concurrency.filter.HttpInterceptor; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.servlet.FilterRegistratio...
[ "448641125@qq.com" ]
448641125@qq.com
19b71fe901293fb45970adaf820ca9a8ccc52688
bfa0508e748f1f266a5acbacb68f55264b35ed2c
/inmobiliaria/src/inmo/action/cargar/CargaRegistrarEventosAction.java
3023fbb54a06db3510b884cad6610a6d0c8d8d2c
[]
no_license
yeisonestiben/inmobiliaria-web
1b59d730a46d2623991dd797a7f4beaec70a1f8f
82dec3889e0b08090138e42f3a2c01f50ac596d2
refs/heads/master
2021-01-01T18:29:41.411553
2011-01-13T13:06:19
2011-01-13T13:06:19
34,739,750
1
0
null
null
null
null
UTF-8
Java
false
false
930
java
package inmo.action.cargar; import inmo.db.TipoEvento; import inmo.db.TipoEventoDAO; import java.util.ArrayList; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForm; import org.apache....
[ "nicopozo@6a927537-1675-0bca-4a87-7d446362da1b" ]
nicopozo@6a927537-1675-0bca-4a87-7d446362da1b
2f9e94a5cd3217cfa590c35e9afe2aa887fd5258
42cc77c5810366fa817ac80417597a5589ab43b0
/src/main/java/com/personalproject/coronavirustracker/CoronavirusTrackerApplication.java
f5fe66f6c136cdaf6130eeb6ece619e7e1c09d1c
[]
no_license
akhilsuryadevara/coronavirus-tracker
5501a4bb26ea68cbd9889caf7dd0ca90438d128e
2b54aaf5776610f97125f1a32355711ba3420a09
refs/heads/master
2021-02-20T03:53:10.769651
2020-03-06T04:30:05
2020-03-06T04:30:05
245,326,555
0
0
null
null
null
null
UTF-8
Java
false
false
441
java
package com.personalproject.coronavirustracker; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation.EnableScheduling; @SpringBootApplication @EnableScheduling public class CoronavirusTrackerApplicatio...
[ "Akhil.Suryadevara@searshc.com" ]
Akhil.Suryadevara@searshc.com
2cf23d9a845f286f97a807142822f6352dff08cb
e003a721e8246fd3cb85750ced1a06a05df4cae5
/slather/sim/Pherome.java
26428e232ddd356a2bc0d42f5b45eb7e8944cb2a
[]
no_license
julianedwards/comsw4444proj2
09f669f933937619c3e84a7a1be5ce3c8c30b3ee
a558d0424d1e1edbb535a78e4f40d4a0b2076a4d
refs/heads/master
2021-01-18T12:48:47.441642
2016-10-21T00:42:00
2016-10-21T00:42:00
68,602,964
0
1
null
null
null
null
UTF-8
Java
false
false
484
java
package slather.sim; public class Pherome extends GridObject{ public final int max_duration; private int duration = 0; public Pherome(Point position, int player, int max_duration) { super(position, player); this.max_duration = max_duration; } public double distance(GridObject other) { ret...
[ "jse2122@columbia.edu" ]
jse2122@columbia.edu
4776ceef6027db164d0ebb0da2c9455b2c0d2fe6
b6df04dc3ea0644a03744ef661d1a828e6f9735e
/src/main/java/com/hzitshop/util/LayuiEntity.java
f0988106b4fd975ea11aefb7ca13dce26aaf7ba1
[]
no_license
lvyou12/hzit-newcrm3
911a51284cc86fe6cf3bf59e9e2d2a755df2f311
d0e85d54179b93247432cc5085c3276136d6a2c1
refs/heads/master
2021-09-27T04:35:07.819192
2018-11-06T05:34:12
2018-11-06T05:34:12
103,082,512
0
1
null
null
null
null
UTF-8
Java
false
false
789
java
package com.hzitshop.util; import java.util.List; /** * layui接收的分页数据格式 * { code: 0, msg: "", count: 1000, data: [] } */ public class LayuiEntity<T> { private int code; private String msg; private long count; private List<T> data; public int getCode() { return code; } publ...
[ "3267672731@qq.com" ]
3267672731@qq.com
58d1ea9856febf1314e5d99353b76bba8fae4112
d712481949caf7400062205f96e16d78697e74e5
/NCWITMOBILEAPP-AppEngine/src/com/ncwitmobileapp/server/MessageLocator.java
f64e29c98b0414d7c20d1d85947608ebd2ba670d
[]
no_license
ncwitmobileapp/Application
2085ae1e8db68543d13b542916387c710a008504
c414bb62da4b62b581e783b5e53486a105ab8a7e
refs/heads/master
2021-01-10T21:19:07.200317
2012-10-28T22:15:01
2012-10-28T22:15:01
3,593,025
3
10
null
2020-10-01T09:11:57
2012-03-01T15:17:38
Java
UTF-8
Java
false
false
1,761
java
/******************************************************************************* * Copyright 2011 Google Inc. All Rights Reserved. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and ...
[ "ncwitmobileapp@gmail.com" ]
ncwitmobileapp@gmail.com
3812f90e2654d7322d37b6f6a6aa8c4d45687ba4
7aa6973eb7c1e54111e786378c73256db6581bc6
/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
d7c84def681a39a386544e6d80718297ea2e16a7
[]
no_license
PizzanTrop/AntiBot
bd77ed0844b1d03c8452a2fb50174824a7cf7337
5aa18d14aa933018bd0964f16b543e9764696077
refs/heads/master
2021-01-01T18:16:30.282479
2017-07-25T10:36:14
2017-07-25T10:36:14
98,295,177
0
0
null
null
null
null
UTF-8
Java
false
false
24,372
java
package net.md_5.bungee.connection; import com.google.common.base.Charsets; import com.google.common.base.Preconditions; import com.google.gson.Gson; import java.math.BigInteger; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.URLEncoder; import java.security.MessageDigest; import java....
[ "den213den@yandex.ru" ]
den213den@yandex.ru
0cdbeb2f2c085fb10badc574941da0d18c34a2a1
ec88df0e676700b5d2a630076937e43a81c658dc
/src/main/java/com/mavennet/album/auth/jwt/JwtAuthenticationEntryPoint.java
e10267f0af1597b44446d4119c148b49d9044fa8
[]
no_license
k17l/album-app-backend
d166de3efdbf8da70f01118dd39310b3da94757f
acbffe2b907fb2a77b99989750d9597ffa5bb5f9
refs/heads/master
2022-07-02T07:52:15.439311
2019-09-25T15:32:21
2019-09-25T15:32:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
780
java
package com.mavennet.album.auth.jwt; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.security.core.AuthenticationException; import org.springframework.security.web.Authentication...
[ "kalaiselvan@outlook.com" ]
kalaiselvan@outlook.com
46b7e6db5f50899689deeeb5ad38967fb64cb552
7adec7df47f805229a0facdff9f3d286d033d29e
/archetype/jsf-jpa-rs-common/target/classes/archetype-resources/src/main/java/api/BookmarkAPI.java
a5ee152b11b1c1bf9384746796a3e07b91505d2b
[]
no_license
CEAMSO/tekoporu-framework
9e661f2e1b81d8a5f8f4e44d6039a1fb726f6585
fe14569d037a0d2519ccf8af6ff09825d76d4609
refs/heads/master
2016-09-09T20:15:55.601471
2014-10-24T16:02:35
2014-10-24T16:02:35
33,945,657
0
0
null
null
null
null
UTF-8
Java
false
false
2,206
java
package ${package}.api; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.MediaType; import javax.ws....
[ "vereojeda@gmail.com" ]
vereojeda@gmail.com
bf0efd90b171a7de8daf2d975181d6a192efb38b
f04370cfde73b0a2579f893fc32c8a1c8b62a8f2
/estructuras/src/jerarquicas/dinamicas/NodoArbolBin.java
38ddd8f87faf0e1b47dc814b8720303abd846a48
[]
no_license
fabian-sepulveda-S/estructuras
c9877f44ace88c758c09b46f139f87d13bdca98e
fe466bf2cee68d63fafb5211869588062701743b
refs/heads/main
2023-04-10T10:21:37.686549
2021-04-28T01:10:18
2021-04-28T01:10:18
360,291,775
0
0
null
null
null
null
UTF-8
Java
false
false
682
java
package jerarquicas.dinamicas; public class NodoArbolBin { private Object elem; private NodoArbolBin izquierdo; private NodoArbolBin derecho; public NodoArbolBin(Object elem) { this.elem = elem; izquierdo = null; derecho = null; } public Object getElem() { return elem; } public...
[ "fabian@DESKTOP-VHARO06" ]
fabian@DESKTOP-VHARO06
f7bb2528ddaf4f338a296ab50faa1a328520b72e
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project92/src/test/java/org/gradle/test/performance92_2/Test92_188.java
a084101b8cb19bdb42c739856ff9896c39176b82
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
292
java
package org.gradle.test.performance92_2; import static org.junit.Assert.*; public class Test92_188 { private final Production92_188 production = new Production92_188("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
fb3c8b3d60da4fd671d73817c167524779fe6ca9
ef8c8fb8b0feec228bdbe0a92820e6013aaf085a
/src/main/java/com/mawujun/convert/package-info.java
6f85abd84196236cfdbede954417e79a4b573773
[]
no_license
mawujun1234/leon-tools-bak
f51436aba08b4f17347e01a9831a2177f5af41bb
e26e57e26dce42a504f6f994ef832dbcd7bdae5d
refs/heads/main
2023-05-07T12:58:57.902824
2021-05-31T12:48:43
2021-05-31T12:48:43
372,504,466
0
0
null
null
null
null
UTF-8
Java
false
false
199
java
/** * 万能类型转换器以及各种类型转换的实现类,其中Convert为转换器入口,提供各种toXXX方法和convert方法 * * @author mawujun * */ package com.mawujun.convert;
[ "mawujun1234@163.com" ]
mawujun1234@163.com
1cffd43e91a0c0f59b2feb8eead16dc76cd6b054
8eb029197157e860229b7dfe59c11e07155b8cdc
/lab2/lab/src/main/java/com/ulasevich/scooters/Service/ScooterService.java
a3b6eb1d5f148358d8991ac401085a5d6475422d
[]
no_license
YuraUlasevich/java-lab
1561fa93508c222b8f70c41245c01a26dbd2ebe3
ca9d50a54305159b5c9c981b901079c357250de7
refs/heads/master
2023-02-09T18:54:03.013809
2020-12-28T01:26:52
2020-12-28T01:26:52
302,044,850
0
0
null
null
null
null
UTF-8
Java
false
false
773
java
package com.ulasevich.scooters.Service; import com.ulasevich.scooters.domain.Role; import com.ulasevich.scooters.domain.Scooters; import com.ulasevich.scooters.domain.User; import com.ulasevich.scooters.repository.ScootersRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframe...
[ "y.ulasevich@andersenlab.com" ]
y.ulasevich@andersenlab.com
de96e4ab398fed26abcb773e7497b9d5f9b3c459
b91b89a107cd70018a31f8ff721d25d98dcf2b63
/design-mode/src/main/java/a3factorymethod/FileLoggerFactory.java
858d0754196f585bb54b4abfaab7f0cb2f3456f0
[]
no_license
zhpliu29/java-base-test
6ce36cb08cf04d81254c5ceff154cc05c962e7b0
00832ed40006a17dace34929e26c0d766fc6edef
refs/heads/master
2021-07-09T01:33:22.390042
2019-08-14T15:19:48
2019-08-14T15:19:48
201,078,561
0
0
null
2020-10-13T15:20:09
2019-08-07T15:35:33
Java
UTF-8
Java
false
false
241
java
package a3factorymethod; public class FileLoggerFactory implements LoggerFactory{ public Logger createLogger() { //连接数据库 //.. Logger logger=new FileLogger(); //.. return logger; } }
[ "liuzhongpeng@example.com" ]
liuzhongpeng@example.com
c30a237b8bf1f35d55d468b8aaec5ad698ffac29
12fe6dad3e0cbc33929459658bfcd53a4a12e239
/src/MainPanel.java
3f4b94157502029295e0d6e0c5d082841c3c0f7f
[]
no_license
vera0302/GameOfLife
b9a9371acb7e70e3e385f94256bc84fd1a7a2a80
7264787b11f83118c7f20f7860a1b10a3aebdd33
refs/heads/master
2020-09-23T21:15:44.059953
2016-11-11T21:17:41
2016-11-11T21:17:41
73,511,664
0
0
null
null
null
null
UTF-8
Java
false
false
9,601
java
import java.awt.*; import javax.swing.*; import java.util.*; public class MainPanel extends JPanel { // Current configuration private Cell[][] _cells; // Backup configuration private Cell[][] _backupCells; private int _size = 0; private int _maxCount = 10000; public i...
[ "yiz105@pitt.edu" ]
yiz105@pitt.edu
66efbde8d173cc5d27c98506322969311ef94ad6
0552ba39efd5eb835b1d4070da11836fc0a23914
/app/src/test/java/ko/sh/com/mini_project_movie/ExampleUnitTest.java
fa17056398896d525d0a62273f1638b150152be9
[]
no_license
create-ko/MPM
11d23d4d1f17298b89a026eeab111eb888fe7e13
f91e72d95be771b0041fd8128669329876a9ccc7
refs/heads/master
2020-09-02T17:44:45.030863
2017-06-15T05:07:33
2017-06-15T05:07:33
94,401,719
0
0
null
null
null
null
UTF-8
Java
false
false
406
java
package ko.sh.com.mini_project_movie; 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 publi...
[ "create_ko@naver.com" ]
create_ko@naver.com
6e2c2338abaffb8a4fa88caeb811513957e6afe3
62e334192393326476756dfa89dce9f0f08570d4
/tk_code/tiku-essay-app/essay-server/src/main/java/com/huatu/tiku/essay/web/controller/api/V2/ApiUserCorrectGoodsControllerV2.java
fc0154f6898727e24e0505f0a08221a59f86df2e
[]
no_license
JellyB/code_back
4796d5816ba6ff6f3925fded9d75254536a5ddcf
f5cecf3a9efd6851724a1315813337a0741bd89d
refs/heads/master
2022-07-16T14:19:39.770569
2019-11-22T09:22:12
2019-11-22T09:22:12
223,366,837
1
2
null
2022-06-30T20:21:38
2019-11-22T09:15:50
Java
UTF-8
Java
false
false
5,118
java
package com.huatu.tiku.essay.web.controller.api.V2; import com.huatu.common.exception.BizException; import com.huatu.tiku.common.bean.user.UserSession; import com.huatu.tiku.essay.constant.error.EssayErrors; import com.huatu.tiku.essay.entity.UpdateCorrectTimesOrderVO; import com.huatu.tiku.essay.vo.resp.EssayOrderVO;...
[ "jelly_b@126.com" ]
jelly_b@126.com
75d52d60b15729e86aa414c27cdc3578a0e5975f
dd9ff3365441f78f72531a5fc1f4199c20b73096
/src/main/java/com/jsx/conf/data/DataSourceConfig.java
ee90bebfaa10ab74fb3969e6217898c7902afed2
[]
no_license
jsx112/springboot-quartz
c044586c50922790cebf34ca4451878f2bbe9046
6b7a11a994c9aae0f61d4c37cd77e7fa7c0195f8
refs/heads/master
2021-07-06T05:12:34.739690
2017-09-25T06:28:48
2017-09-25T06:28:48
104,697,926
0
0
null
null
null
null
UTF-8
Java
false
false
703
java
package com.jsx.conf.data; import com.alibaba.druid.pool.DruidDataSource; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Primary; ...
[ "jsx7@163.com" ]
jsx7@163.com
785e24cb21e730bd0e61101ecf0aaba5a5b0fcca
a2a584b003dbe290418ac17273b14ba8ce0749d3
/lib/src/main/java/com/llew/reflect/FieldUtils.java
65febc7697e0c7ac0ded4ba4654509d7b2313010
[ "Apache-2.0" ]
permissive
fanlysir/Reflection
bda02779cbebe1fdfdded2336e254426fc0b485d
fa5ff0773095ede9c39ba65ff7092e08a89c47c7
refs/heads/master
2023-03-18T12:58:29.453402
2018-01-14T03:20:20
2018-01-14T03:20:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,137
java
package com.llew.reflect; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.HashMap; import java.util.Map; import static com.llew.reflect.ReflectUtils.print; public class FieldUtils { private static Map<String, Field> sFieldCache = new HashMap<String, Field>(); private sta...
[ "wei.liu@ushow.media" ]
wei.liu@ushow.media
bf59c4883eb0f2ad09b15bccb1c881317ca0fa9b
993063847137efbe6feee99047c065adc007ecde
/accessModifier/NewClass.java
30729400c2d8ad76e60eb7f7d6c6c06e681b3153
[]
no_license
sebaek/20171122java
857821803deac3915623ad12e836e98c93c79dc5
3cb45dd3b3d613c697d87709357ec32531d5012f
refs/heads/master
2021-05-06T12:42:28.150926
2017-12-08T07:41:47
2017-12-08T07:41:47
113,126,023
0
0
null
null
null
null
UTF-8
Java
false
false
123
java
package accessModifier; public class NewClass { private int privateField; public int publicField; int defaultField; }
[ "302@choongang" ]
302@choongang
e2ec33b0ef1e4dfbe7eb5bc9b1edfca30332daf3
b193fb2c07fb3f37172a5b65a33ac7eb3fd51738
/app/src/main/java/com/example/user/todoapplication/AddTask.java
f206db325152ffb62ea966781a4ee6cd264fd900
[]
no_license
alexlindroos/TodoApplication
ddef52ed57e89678bf32fba9c36d1fe867c398e0
ac78f89ba7bc2857188064b8133573e8aabbc55e
refs/heads/master
2021-01-17T22:11:51.243141
2017-05-16T11:42:13
2017-05-16T11:42:13
84,115,493
0
0
null
null
null
null
UTF-8
Java
false
false
5,524
java
package com.example.user.todoapplication; import android.app.AlarmManager; import android.app.DialogFragment; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.text.TextUtils; import ...
[ "alex.lindroos@metropolia.fi" ]
alex.lindroos@metropolia.fi
d8caa0400c4168fc401a4802d75d9850f6ac1eb1
ea340b8073d6d094b46901b4394e2a5a4ca1d07a
/src/test/java/com/jakubzegar/pracadyplomowaserwer/controller/HeatmapDataControllerTest.java
0917e3ea66ca59537de09d05b27ba03497b6f818
[]
no_license
JakubZegar/Web-Analytics-Tool-Serwer
81de4d522747d5ca40d9aaf1ef36e3a42596dfb8
d99f31d2a8eef60148772f703cd8259aed450f67
refs/heads/master
2023-02-28T08:11:38.105701
2021-02-02T12:35:35
2021-02-02T12:35:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,766
java
package com.jakubzegar.pracadyplomowaserwer.controller; import com.jakubzegar.pracadyplomowaserwer.payload.LoginRequest; import com.jakubzegar.pracadyplomowaserwer.security.JwtTokenProvider; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowire...
[ "jakubzegar3@gmail.com" ]
jakubzegar3@gmail.com
bc31a46de7b832edb1846fd17272c2f117a1534d
ddba98f91563dcd516e02e6c61485958be326751
/src/main/java/com/leo/algorithm/easy/array/MagicIndexLcci.java
56871dfab37e37654cdf2d95833bccc557c39393
[]
no_license
LIULE8/leecode-store
b2c120f333125641bc9f0d003b522db7ffeb7c3d
379e5c4feeb80b35cceffd3485a698da568a31bd
refs/heads/master
2022-01-01T00:39:52.260151
2021-11-24T13:59:54
2021-11-24T13:59:54
227,330,529
0
1
null
null
null
null
UTF-8
Java
false
false
1,664
java
// 魔术索引。 在数组A[0...n-1]中,有所谓的魔术索引,满足条件A[i] = i。给定一个有序整数数组,编写一种方法找出魔术索引,若有的话,在数组A中找 // 出一个魔术索引,如果没有,则返回-1。若有多个魔术索引,返回索引值最小的一个。 // // 示例1: // // 输入:nums = [0, 2, 3, 4, 5] // 输出:0 // 说明: 0下标的元素为0 // // // 示例2: // // 输入:nums = [1, 1, 1] // 输出:1 // // // 说明: // // // nums长度在[1, 1000000]之间 // 此题为原书中的 Follow-up,即数组中可能包含重复元素的...
[ "scau_lzc@163.com" ]
scau_lzc@163.com
47c82a786065738eef71c35b6eba067a8958147a
caf8a37bb98e323e58ce91ec4022402cc4f799f8
/G4G/Tree/SizeTree.java
34058425c84886a499c69c1cda9aaf34e0e4d9c5
[]
no_license
Debugger3/Coding
a0e3d326a28349cff64639bdc8d562c3e2da159a
b6dd5d8b7af9432863db42a3c05fe2aa31a2e886
refs/heads/master
2021-01-17T12:51:30.265803
2016-06-26T17:56:28
2016-06-26T17:56:28
58,266,385
0
1
null
null
null
null
UTF-8
Java
false
false
793
java
/* package whatever; // don't place package name! */ import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ class Node{ int data; Node left,right; Node(int d) { data=d; left=right=null; } } class Solution { public static int size(Node ...
[ "aditi.raghuvanshi@iiitb.org" ]
aditi.raghuvanshi@iiitb.org
8497079538a6bd3778adfa19ff6de12ec0fd9473
4f37840cebe7ecc3242b72a968e960009ebc21bb
/app/src/main/java/com/example/quiz/QuizContract.java
7ef9228f75b69482fb71d232d191f4eeeeada386
[]
no_license
Salman53/Quiz_App_SQlite
99874be768d922c870124dd155fb8c1ee65d818a
53da07a21aea5b5561ef70bf1355880cd0be31d4
refs/heads/master
2020-11-25T14:53:25.849636
2019-12-18T00:49:10
2019-12-18T00:49:10
228,727,240
1
0
null
null
null
null
UTF-8
Java
false
false
913
java
package com.example.quiz; import android.provider.BaseColumns; public final class QuizContract { private QuizContract() { } public static class CategoriesTable implements BaseColumns{ public static final String TABLE_NAME = "quiz_categories"; public static final String COLUMN_NAME = "name"; } publ...
[ "53404505+Salman53@users.noreply.github.com" ]
53404505+Salman53@users.noreply.github.com
968b7da2da7b84e18fba93ff7c938fc62e2f4f4d
54fab4d1609334577c8a00a503a5ef427f889868
/design-pattern/src/simply_factory/Client.java
4f42682e7b86e8b6cda23c4427da4bf6df65c094
[]
no_license
KimiQianMin/design-pattern
38795564a05a17ea9d03b57eb60878200d8105a4
2c63428999bba06c02d3d91a0a00153fc3369381
refs/heads/master
2021-01-04T19:17:02.695222
2020-04-16T05:16:49
2020-04-16T05:16:49
240,725,200
0
0
null
null
null
null
UTF-8
Java
false
false
473
java
package simply_factory; public class Client { public static void main(String[] args) { System.out.println("This is simply factory ..."); Mcdonald mcdonald = new Mcdonald(); IFood food = mcdonald.getFood("FrenchFries"); if (food != null) { food.eat(); } food = mcdonald.getFood("McChi...
[ "attpnxg1@GIT51-NB.PSAI.PSA.COM.SG" ]
attpnxg1@GIT51-NB.PSAI.PSA.COM.SG
33049d876df38b0136a8ea2325eec9d1b263f7a8
c04f812bea53c3d180baeea583f43176a6565005
/app/src/main/java/com/yuyh/github/support/RefreshTreeTask.java
c27da5e5450b83393b4b0ba0502b80747f581ed8
[ "Apache-2.0" ]
permissive
tim0523/GithubClient
4fd83457be59e9c7124655c115d9dff2c189e2bc
2ab35289f21f9cb1cb7ee955c9df3c5577d5a139
refs/heads/master
2021-05-02T11:37:28.020500
2016-11-02T09:41:59
2016-11-02T09:41:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,946
java
package com.yuyh.github.support; import android.text.TextUtils; import com.yuyh.github.api.git.CommitInfoClient; import com.yuyh.github.api.git.GitTreeInfoClient; import com.yuyh.github.api.git.ReferenceInfoClient; import com.yuyh.github.api.repo.RepoInfoClient; import com.yuyh.github.bean.resp.GitCommit; import com....
[ "352091626@qq.com" ]
352091626@qq.com
10de677fa76055e3b7b6a5625758c7c07ed2ac74
ed55867fa839a8582e60abdb04cf111215c1e0e4
/src/main/java/actions/views/EmployeeConverter.java
4cddf4b41ddefa2958ccc817f660c78c872f6d73
[]
no_license
Hossori/daily_report_system
0fa330fd06f3da76dd585658d942fa5d440f8ae4
294994bfcded47c2ecd01f5ccc781353112018dc
refs/heads/main
2023-06-29T08:21:02.326141
2021-07-23T13:37:05
2021-07-23T13:37:05
386,568,380
0
0
null
null
null
null
UTF-8
Java
false
false
3,503
java
package actions.views; import java.util.ArrayList; import java.util.List; import constants.AttributeConst; import constants.JpaConst; import models.Employee; /* * 従業員データのDTOモデル⇔Viewモデルの変換を行うクラス */ public class EmployeeConverter { /* * ViewモデルのインスタンスからDTOモデルのインスタンスを作成する * @param ev Em...
[ "law.f1.vegas@gmail.com" ]
law.f1.vegas@gmail.com
df17d2c8674d4eb59896f92bd46a4642cba82e25
aa869bf37faccbcdfeb855d0443ca751666bd079
/playground/emo3/src/com/example/emo3/CameraPreview.java
285c6cdc093dc2b901dca0b51660d641e4c36698
[]
no_license
gyan-garcia/Garage_iPal
b1fa12ca7c5cba23be0e726e36606abac24b70d5
a798fccc570159179553a818a0afc67e3c7a2676
refs/heads/master
2021-01-01T17:59:27.055484
2017-08-03T21:37:30
2017-08-03T21:37:30
98,213,085
0
0
null
null
null
null
UTF-8
Java
false
false
1,277
java
package com.example.emo3; import java.io.IOException; import android.content.Context; import android.hardware.Camera; import android.view.SurfaceHolder; import android.view.SurfaceView; public class CameraPreview extends SurfaceView implements SurfaceHolder.Callback { private SurfaceHolder mSurfaceHolder; private Ca...
[ "deminw@winse.microsoft.com" ]
deminw@winse.microsoft.com
8b4ea65119abc8a4a2640ac39e5c723313e32fb7
0613bb6cf1c71b575419651fc20330edb9f916d2
/CheatBreaker/src/main/java/net/minecraft/command/server/CommandEmote.java
0671e814fd4ae778611cabb273cae8b9c2989c48
[]
no_license
Decencies/CheatBreaker
544fdae14e61c6e0b1f5c28d8c865e2bbd5169c2
0cf7154272c8884eee1e4b4c7c262590d9712d68
refs/heads/master
2023-09-04T04:45:16.790965
2023-03-17T09:51:10
2023-03-17T09:51:10
343,514,192
98
38
null
2023-08-21T03:54:20
2021-03-01T18:18:19
Java
UTF-8
Java
false
false
1,609
java
package net.minecraft.command.server; import java.util.List; import net.minecraft.command.CommandBase; import net.minecraft.command.ICommandSender; import net.minecraft.command.WrongUsageException; import net.minecraft.server.MinecraftServer; import net.minecraft.util.ChatComponentTranslation; import net.minecraft.uti...
[ "66835910+Decencies@users.noreply.github.com" ]
66835910+Decencies@users.noreply.github.com
32c5562d5c59f15b7db16585c524093f1bd44bc3
67664a4e07978b3fde696c907e284c54d342c9e3
/app/src/main/java/com/example/daniel/arbolesapp/MainActivity.java
1dce55d71172a2fa49fa18f36e955db1f29bc3f4
[]
no_license
dmolinae/ArbolesApp
df31a508d83e4bd6d82541737fe3400d614a4437
70ef59765aa1129804dbce122eef1087ec2df5fc
refs/heads/master
2021-01-17T17:23:43.830042
2016-07-05T22:45:10
2016-07-05T22:45:10
62,530,859
0
0
null
null
null
null
UTF-8
Java
false
false
3,690
java
package com.example.daniel.arbolesapp; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.ActionBar; import android.view.View; im...
[ "dmolinae@outlook.com" ]
dmolinae@outlook.com