blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
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
684M
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
132 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
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
20343707cce80e2ba100cbfc1e69326d39a19b20
8611a3e8840683553d3799d0322a46ad24595cda
/src/main/java/com/showtime/jkgl/model/entity/Sport.java
a35953c4afba3051165bf79e3ae603637e0e9600
[]
no_license
showTimeQin/jkgl
3df405514e1db779476e674ba7458c3fe55967ae
dd51bffafec87864c3cd196b1ff428099f4e8cd1
refs/heads/master
2021-04-12T10:21:38.962659
2018-04-23T14:14:41
2018-04-23T14:14:41
126,172,993
1
0
null
null
null
null
UTF-8
Java
false
false
3,663
java
package com.showtime.jkgl.model.entity; import javax.persistence.*; public class Sport { /** * 编码 */ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; /** * 项目名 */ @Column(name = "sport_name") private String sportName; /** * 运动类别 ...
[ "13226661877@163.com" ]
13226661877@163.com
08774c6fc57ce1b8ba17c3614da0b3e3879577fc
dc98a407662e73260ef76ccc8250a422b987de85
/src/main/java/pageObjects/HomePage.java
3f0d5302ca5ef0f57c24dcb89cbd808f16f5370c
[]
no_license
jasna84/AutomationPractice
de5a915608312f9fee0c27093dc47a4b2cd10afa
5dff6dbb13aed8231027839cd8943abe4febc8d3
refs/heads/master
2023-01-08T03:42:35.531661
2020-10-28T14:02:59
2020-10-28T14:02:59
308,034,985
0
0
null
null
null
null
UTF-8
Java
false
false
3,179
java
package main.java.pageObjects; import main.java.config.BasePage; import main.java.config.Driver; import main.java.config.Utils; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import java.util.List; public class HomePage extends BasePage { public String homeURL = "http://automationpractice...
[ "savetovaliste.jasmina@gmail.com" ]
savetovaliste.jasmina@gmail.com
be1aa04fe2db99e93d37938f4f258215a6a1d1ea
ba3b25d6cf9be46007833ce662d0584dc1246279
/droidsafe_modified/modeling/api-manual/android/content/Context.java
71279ab3f363e6714cba5f6782cb33884519076c
[]
no_license
suncongxd/muDep
46552d4156191b9dec669e246188080b47183a01
b891c09f2c96ff37dcfc00468632bda569fc8b6d
refs/heads/main
2023-03-20T20:04:41.737805
2021-03-01T19:52:08
2021-03-01T19:52:08
326,209,904
8
0
null
null
null
null
UTF-8
Java
false
false
10,016
java
/* * Copyright (C) 2015, Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version....
[ "suncong@xidian.edu.cn" ]
suncong@xidian.edu.cn
73cac476818ed97b1a7d94119a6901c9cae3a30a
e4409342dc8043a4a33145e04496766fd9477c57
/src/main/java/com/lesson/model/Menu.java
cbc2b0e2197d9b39a6ce9ce8e4a1bc9c9b776e30
[]
no_license
princeqjzh/iWeb
4d371516b24b607aed7f3e0782057f273e88c78f
87d3901e50f91ba78603c83c5bca5405a34a10e8
refs/heads/master
2023-08-31T04:42:17.030956
2023-08-23T03:57:59
2023-08-23T03:57:59
157,643,718
8
79
null
2022-12-16T03:05:19
2018-11-15T02:59:37
CSS
UTF-8
Java
false
false
617
java
package com.lesson.model; public class Menu { int mid; int cid; String mname; float price; public int getMid() { return mid; } public void setMid(int mid) { this.mid = mid; } public int getCid() { return cid; } public void setCid(int cid) { ...
[ "jizhi.qian@jimubox.com" ]
jizhi.qian@jimubox.com
642171eb2f82385127fb89321e726b41f2711a74
04dffcef5286116520f1f37c8931d873ac9d2725
/src/main/java/me/planetology/dragondefend/kit/kits/DefenderKit.java
9fff9e5703543afa58ff251e053697bc42569d6b
[ "MIT" ]
permissive
planetology/dragon-defend
cc5fa1a8d3bba7bd88f27bfeac71e89772bf2d68
c69703702cd4cee6c1f5097080ffa1488dc69e46
refs/heads/master
2020-03-28T21:24:43.484560
2018-09-17T16:31:53
2018-09-17T16:31:53
149,020,699
0
0
null
null
null
null
UTF-8
Java
false
false
2,193
java
package me.planetology.dragondefend.kit.kits; import me.planetology.dragondefend.DragonDefend; import me.planetology.dragondefend.kit.Kit; import me.planetology.dragondefend.utils.ItemUtil; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.enchantments.Enchantment; import org.bukkit.inventory....
[ "planetology@isetar.com" ]
planetology@isetar.com
cd87f9444e387e116463fd4b8d4b10ca0288efef
fe4e114e48c64f72e4aa4de353e661b726995c86
/src/main/java/com/pages/CurrentLotteryPage.java
8c97c31f37442ff3869920498f7953f5b56e8fe9
[]
no_license
AlexeyPaskhin/rv
721e7439100b7b6b65d46033d49c8d0a14052e96
92dea175b85bd2bdc0c59c3e7ecf25c49d2c0540
refs/heads/master
2020-04-15T05:40:11.955903
2018-09-25T08:40:56
2018-09-25T08:40:56
164,432,725
0
0
null
null
null
null
UTF-8
Java
false
false
494
java
package com.pages; import com.Elements.Button; import com.Elements.Element; import lombok.Getter; import org.openqa.selenium.By; @Getter public class CurrentLotteryPage extends AbstractPage { private Button GET_A_RAFFLE_TICKET = new Button(By.xpath("//span[text()='Получить лотерейный билет']/..")); private El...
[ "a.paskhyn@playtini.ua" ]
a.paskhyn@playtini.ua
ec3d1a7fa797d48d00c691905262df25e6f3c352
7f52c1414ee44a3efa9fae60308e4ae0128d9906
/core/src/test/java/com/alibaba/druid/bvt/filter/wall/mysql/MySqlWallTest4.java
fed3a0a041d361c11c1ef08eaf9cf7c23419b1bb
[ "Apache-2.0" ]
permissive
luoyongsir/druid
1f6ba7c7c5cabab2879a76ef699205f484f2cac7
37552f849a52cf0f2784fb7849007e4656851402
refs/heads/master
2022-11-19T21:01:41.141853
2022-11-19T13:21:51
2022-11-19T13:21:51
474,518,936
0
1
Apache-2.0
2022-03-27T02:51:11
2022-03-27T02:51:10
null
UTF-8
Java
false
false
1,145
java
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "shaojin.wensj@alibaba-inc.com" ]
shaojin.wensj@alibaba-inc.com
5dd4122e41a6cc0666d597eaba54d80f229eafb5
4dbbf63c1937a523890390c5ee34e81589f78e5e
/bus-oauth/src/main/java/org/aoju/bus/oauth/provider/QqProvider.java
d555fc8d62212181eea3be1cafe5e97ececdec42
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
q040407/bus
9b0970b829264899857a5035396ddbb1052e0aac
f10136c6ea472e8886355a76caa331cb607d59ef
refs/heads/master
2022-04-23T10:10:50.686780
2020-04-14T06:43:17
2020-04-14T06:43:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,900
java
/********************************************************************************* * * * The MIT License * * ...
[ "839536@qq.com" ]
839536@qq.com
2f30539aa54d35a1bfe2e3f161ec082d8e49a3b9
d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb
/PROMISE/archives/poi/2.0/org/apache/poi/hssf/record/LabelSSTRecord.java
cc7deced76de1bcdde4eb981223192be5e259e40
[]
no_license
hvdthong/DEFECT_PREDICTION
78b8e98c0be3db86ffaed432722b0b8c61523ab2
76a61c69be0e2082faa3f19efd76a99f56a32858
refs/heads/master
2021-01-20T05:19:00.927723
2018-07-10T03:38:14
2018-07-10T03:38:14
89,766,606
5
1
null
null
null
null
UTF-8
Java
false
false
7,371
java
package org.apache.poi.hssf.record; import org.apache.poi.util.LittleEndian; /** * Title: Label SST Record<P> * Description: Refers to a string in the shared string table and is a column * value. <P> * REFERENCE: PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P> * @author...
[ "hvdthong@github.com" ]
hvdthong@github.com
684dc773a09d557d1de3bf4389fbeaca1443b50f
3759284dd4b3992d467cc9ff2f18c0c3c115b711
/src/main/java/org/lemanoman/contas/config/InitialDataConfig.java
0bc5babe64772c1b0bf4765a0bfa8152004f4c1a
[]
no_license
dofun12/contas
bee826add0a189d7498f193959416a60082c6efe
5b1249e524ef9eb93d8f119a77919c2259fe80ff
refs/heads/master
2023-05-26T01:12:37.744135
2020-03-13T01:33:44
2020-03-13T01:33:44
241,358,712
1
0
null
2023-05-23T20:12:19
2020-02-18T12:44:35
CSS
UTF-8
Java
false
false
475
java
package org.lemanoman.contas.config; import org.lemanoman.contas.service.DatabaseService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import javax.annotation.PostConstruct; @Configuration public class InitialDataConfig { @Autowired ...
[ "k.v.n.such@gmail.com" ]
k.v.n.such@gmail.com
b4fcda6b6e1b1c2b740a8900658e9e96924c78a7
fc7d2d6a843e861059b912da9e354c42209f72d3
/LanguageFactory/src/com/center/service/hrmgt/PositionService.java
c48e7a878fdf1ce7383a5baae2143271c55afda9
[]
no_license
lingyu5219/gitRepo
fc19510743f20793caba02c7e5ff0365784a7d08
5f2e8776dadb8b4be2f87053a8942174c7720263
refs/heads/master
2022-12-15T23:29:34.567063
2022-04-11T16:20:58
2022-04-11T16:20:58
157,998,306
0
0
null
2022-12-04T17:04:01
2018-11-17T15:35:04
JavaScript
UTF-8
Java
false
false
1,219
java
/** * Project Name:trainingCenter * File Name:PositionService.java * Package Name:com.center.service.hrmgt * Date:2018年6月26日下午3:14:06 * Copyright (c) 2016, Tony All Rights Reserved. * */ package com.center.service.hrmgt; import java.util.List; import javax.servlet.http.HttpServletRequest; import co...
[ "18561351559@126.com" ]
18561351559@126.com
ab44cf36df76797dc9c1e60ed0fd79c1900c8d2b
8927c2c50e46a680b9bafa69a26bbd6471e0c496
/src/main/java/com/ibm/jenkinspractice/jenkinspractice/HomeController.java
06d4a04a0c2a1251632ab9ed83ddcaaa8b7a77f1
[]
no_license
pat5212/testJenkins
46d7fb8c51af0ea5c42fb09ff27474203c9ab6b4
ece5e2ab6dcaa830c6fa9bf52cdb7876336ad64a
refs/heads/master
2020-03-19T20:04:02.108178
2018-06-11T06:58:40
2018-06-11T06:58:40
136,886,454
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package com.ibm.jenkinspractice.jenkinspractice; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class HomeController { @RequestMapping("/home") public String home() { return "Hello IBM"; } }
[ "lcwei@tw.ibm.com" ]
lcwei@tw.ibm.com
6f32297d7e2984fc1726906662733f80b42eb30b
201de1906e9498baa6df7423296c43ce1c04d6b6
/.history/src/main/java/com/example/ManagerProject/Controller/RestProjectFileMpp_20190902112228.java
7326a1149a4754eb8d210ab7259eac4e58645dc3
[]
no_license
Isamae/Project-Estratego
822e9782e94444df8beb2afc736e808ce52fe58f
0429245ff8cc2c5cc4d442cc1d09516ea67ac779
refs/heads/master
2022-12-12T00:34:23.736293
2020-03-27T19:23:22
2020-03-27T19:23:22
200,688,183
0
0
null
2022-11-28T22:21:50
2019-08-05T16:06:52
Java
UTF-8
Java
false
false
60,274
java
package com.example.ManagerProject.Controller; import java.io.File; import java.text.ParseException; import java.text.SimpleDateFormat; //import org.apache.poi.sl.usermodel.TextRun.FieldType; import org.springframework.boot.configurationprocessor.json.JSONArray; import org.springframework.boot.configurationprocessor.j...
[ "diego.ismael.montesdeoca@gmail.com" ]
diego.ismael.montesdeoca@gmail.com
7eeb507de9088277825e8cc779113d9e70e33983
3d45ff191e67b776f8f8c73c775811600da843bf
/backend/de.unidue.ltl.ctestbuilder.service.LangId/src/main/java/de/unidue/ltl/ctestbuilder/service/LangId/HelloWorld.java
e86e2dc6759ba686f526b73fec346053b47d6109
[]
no_license
zesch/ctest-builder
f1bcf5d71cd6d439025bf81eba12547fd8b65933
f060b64784e2e56495ab91ebaa2ec0fed9fd91b0
refs/heads/master
2022-06-24T14:31:50.632187
2020-03-28T07:41:16
2020-03-28T07:41:16
89,223,570
1
0
null
2022-06-02T20:54:55
2017-04-24T09:43:49
TypeScript
UTF-8
Java
false
false
312
java
package de.unidue.ltl.ctestbuilder.service.LangId; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; @Path("/hello") public class HelloWorld { @GET @Produces(MediaType.TEXT_HTML) public String sayHtmlHello() { return "Hello from Jersey"; } }
[ "torsten.zesch@gmail.com" ]
torsten.zesch@gmail.com
63fab75d77083498239053f0ad84e2623fd1fa88
1e8b26e3bfed321376dca48d587192e146bb8331
/e1-gui/src/peer/gui/ConfigPanel.java
a1b18440d48e0d112628cd4bfb70c0162d114c8f
[]
no_license
Alchemy-Meister/ddss-tracker
0f84cc3409fce7a791dd6ebcbb943464ec7327cb
1f18a89b38114864bd0418dba57437f03f205849
refs/heads/master
2021-01-21T09:35:05.119232
2016-01-25T22:28:33
2016-01-25T22:28:33
43,552,400
0
0
null
null
null
null
UTF-8
Java
false
false
6,326
java
package peer.gui; import java.awt.Color; import java.awt.Component; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.FocusEvent; import java.awt.event.FocusListener; import java.net.SocketException; import java.util.Observable; import javax.swing.JButton; import javax.swi...
[ "jesusesma@gmail.com" ]
jesusesma@gmail.com
514f7fdb2a76b843b93a10ccd4a5b147fee7576b
cf2105c21a4631587893523e4ece4c78d716f178
/skynda_backend/src/java/me/skynda/common/helper/SkyndaUtility.java
d6354f0916ac85380669676e7c1967631b5af58e
[]
no_license
Ecif/Skynda
8a4d965f8f4bbab7a367cd57824d4af8ff56e32c
1f726725ce6fc342aee35362221158010ace1862
refs/heads/master
2022-04-19T13:08:22.656783
2020-04-19T18:12:43
2020-04-19T18:12:43
78,101,266
2
0
null
null
null
null
UTF-8
Java
false
false
1,066
java
package me.skynda.common.helper; import org.apache.commons.codec.binary.Base64; import java.util.Optional; import java.util.function.Supplier; public class SkyndaUtility { /** * Instead of using if param != null && param.nested != null && param.nested.foo != null * you can propagate nulls using resolv...
[ "reva.ardi@gmail.com" ]
reva.ardi@gmail.com
ad786c263415e04b549dea613eded40b2b607cc0
7586e976f18c8786ce7f9a1fc77d3632a141d796
/SMI-SDK/Java SDK/test/pt/sapo/gis/trace/EntrySeverityEventFilterTest.java
610681360631b9a11665cb2cb84a24f8199358d9
[]
no_license
stvkoch/sapo-services-sdk
3c5612ea66925d89035d4e82b2fc9acbf4d08e4c
6dc065132d0d4af076ca55a1b91a0b703e0056c0
refs/heads/master
2021-01-16T20:07:57.227438
2014-07-09T10:51:00
2014-07-09T10:51:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,134
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pt.sapo.gis.trace; import java.util.Collection; import java.util.ArrayList; import org.junit.Before; import org.junit.Test; import pt.sapo.gis.trace.configuration.SeverityType; import static org.junit.Assert.*; ...
[ "z_branco@hotmai.com" ]
z_branco@hotmai.com
32536af0c5d130181fb7a5a2fa3cf47b1af50b84
7d34967b06809badc87efc5de8543a6d21e0a5db
/gulimall-ware/src/main/java/com/atguigu/gulimall/ware/controller/WareInfoController.java
813bb8e49ab683fc0d2e86147b162eae5a1bb041
[ "Apache-2.0" ]
permissive
espmihacker/gulimall
7f1f20f62dbed1d1e29ddc15963ab2be93e6cc97
f63e976562dad3d48a28a5ece96ce00be75db272
refs/heads/master
2023-03-12T09:41:04.235302
2022-12-07T03:32:46
2022-12-07T03:32:46
253,051,639
0
0
Apache-2.0
2023-02-22T02:17:31
2020-04-04T16:55:05
JavaScript
UTF-8
Java
false
false
1,928
java
package com.atguigu.gulimall.ware.controller; import java.util.Arrays; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annot...
[ "mihacker.mh@gmail.com" ]
mihacker.mh@gmail.com
2f816b5c2af20aff821ec9325fe8d68e3642f155
c8548cedfa8106f63d38ee8cb4cc33509e22fc64
/src/main/java/cn/smbms/dao/user/UserDao.java
8438522d42c23bd6cad1bcec211ec40f58f639cd
[]
no_license
Cod4Man/SMBMS_SSM
28e209a94474d4b8d845fd352a6e911b8033f737
1e58599e92604dba71cc96d52259e6bc3ad53541
refs/heads/master
2020-05-02T23:54:12.431239
2019-04-10T03:52:58
2019-04-10T03:52:58
178,293,654
0
0
null
null
null
null
UTF-8
Java
false
false
1,587
java
package cn.smbms.dao.user; import java.sql.Connection; import java.util.List; import cn.smbms.pojo.User; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.session.RowBounds; public interface UserDao { /** * 增加用户信息 * @param connection * @param user * @return * @ */ public int add(User...
[ "fresh_zz@163.com" ]
fresh_zz@163.com
b1a16b47a107bbb7b616806e85cb01c52acd023d
69b61da391d99bbd01a655cb6060a5faccbb6044
/src/pojo/WebAutomation.java
baa8380730666c71144a3bf13261e6a69052b233
[]
no_license
Manish5243/Api_Automation
6bcf06d424634bcf841fc2c7540d143b4923bf4f
16ceb4d10b13b5b763d84b873100d9660ac8f568
refs/heads/main
2023-07-10T18:22:32.695334
2021-08-18T17:17:31
2021-08-18T17:17:31
397,679,233
0
0
null
null
null
null
UTF-8
Java
false
false
368
java
package pojo; public class WebAutomation { private String courseTitle; private String price; public String getCourseTitle() { return courseTitle; } public void setCourseTitle(String courseTitle) { this.courseTitle = courseTitle; } public String getPrice() { return price; } public void setPrice(Strin...
[ "manishkumargolu90@gmail.com" ]
manishkumargolu90@gmail.com
e3630bc7919711184dd5a236caf7dacf677c0637
d6a9f396a16f2c425de876b98f809ab9ccc34dad
/rabbitmq-concurrency-consumer/src/main/java/rabbitmq/concurrency/consumer/rabbitmqconcurrencyconsumer/RabbitmqConcurrencyConsumerApplication.java
3e0ebba4daf22d44dd34e8c34aae4baf62dc18a0
[]
no_license
marcodeba/rabbitmq-study-demo
11c0ca2163403b8e1dbc415bed616d2f930eec0d
cfe3b4e3e03905f081c8d57e0bfdfb68cbffffd7
refs/heads/master
2023-01-08T03:18:11.239207
2020-10-29T00:01:40
2020-10-29T00:01:40
307,910,100
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package rabbitmq.concurrency.consumer.rabbitmqconcurrencyconsumer; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class RabbitmqConcurrencyConsumerApplication { public static void main(String[] args) { ...
[ "panning255@jk.cn" ]
panning255@jk.cn
1002f3aeb981b37d29d7a3e4caa8f50fc0d2325f
6a4c6c3d3090e037e93251c1aa736b3c28716fcd
/src/main/java/com/theironyard/Services/UserRepository.java
682e7521d184fd4dac92005e68a381c0344bd5e9
[]
no_license
BrandenSandahl/CalendarSpring
0d2fca9a008f815c33fe9cf16b0c7ed088883cb3
ad708a1f7299d4dcdaf4f2482d619a0daffe6a12
refs/heads/master
2021-01-13T01:00:07.444627
2016-03-15T14:43:43
2016-03-15T14:43:43
53,861,589
0
0
null
null
null
null
UTF-8
Java
false
false
297
java
package com.theironyard.Services; import com.theironyard.Entities.User; import org.springframework.data.repository.CrudRepository; /** * Created by branden on 3/14/16 at 11:16. */ public interface UserRepository extends CrudRepository<User, Integer>{ User findFirstByName(String name); }
[ "branden157@gmail.com" ]
branden157@gmail.com
f73c5eb82c7033cb0b208df309753ecefc9f3792
7bcec451ee79ad4f5ab15f620b93c13a1b218218
/src/cn/edu/nsu/predom/db/function/FunctionDAO.java
9addbf3cfbc03764ca9c95cea90900ef28366328
[]
no_license
NOSucker/first-in
621ddcfc7f278b99e2488674956ade15141b0e2e
421ef0ac61216b9ae028b7723c52824afac930dc
refs/heads/master
2021-07-02T11:30:43.774470
2017-09-25T03:22:50
2017-09-25T03:22:50
104,699,160
0
0
null
null
null
null
UTF-8
Java
false
false
2,786
java
/** * */ package cn.edu.nsu.predom.db.function; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import cn.edu.nsu.predom.db.DBMain; /** * @author ���Ƕ� * */ public class FunctionDAO extends DBMain<Function> { @Override public void add(Function dataObj) throws ClassNotFo...
[ "1576927058@qq.com" ]
1576927058@qq.com
f5d55780d9df9468b2cbbe82d4ee1a583ea50d97
e9fe29870d01a37540c7b99b06d5490e15e32948
/src/main/java/com/bridgelabz/usermanagement/controller/DashboardController.java
729bda616281a01f3f60620614feb40de53e04da
[]
no_license
VijaykumarBhavanur/UserManagement
91afe63429a3b232d3cae1781d26a8af8b05b9aa
d76bcef199ae250f83e3c22d9fee4ef9aa115674
refs/heads/master
2020-11-30T17:40:13.664700
2019-12-28T07:02:11
2019-12-28T07:02:11
230,450,093
0
0
null
null
null
null
UTF-8
Java
false
false
1,032
java
package com.bridgelabz.usermanagement.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVari...
[ "vijaykumarbhavanur.com" ]
vijaykumarbhavanur.com
5c21058e9e373bb89af8a29559b345d3acd304dc
38eba95967b313f35d0edf621734436e756626b6
/src/org/fieldstream/service/sensor/virtual/RespirationCalculation.java
bec400952a9bde6d8d33d7b69c84f994e56bdc96
[ "BSD-2-Clause" ]
permissive
nesl/FieldStream-AntRadio
1ac0ccd00d6063d0c66ff41cf9abe20c286ab91d
955f15343ca5f808eba37d3c904919c2d4b59ac6
refs/heads/master
2021-01-10T18:58:20.814202
2012-01-03T16:11:40
2012-01-03T16:11:40
2,255,868
0
0
null
null
null
null
UTF-8
Java
false
false
3,577
java
//Copyright (c) 2010, University of Memphis //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 of condit...
[ "haksoo@cs.ucla.edu" ]
haksoo@cs.ucla.edu
5debb8a6460a8070143db74272a2df972cd01e8c
94ac6295a007d5f8550b117a6a39f568c48b34c5
/src/simple/ValidParentheses.java
8486747092a661f091dfbc24cbc99a18b02a720a
[]
no_license
BUPTZHanggg/leetcode
cb1e693a418cf8986611bc58c25d922a6e68eb14
2700f08a771d48fa5376e3aa1aa2149c97df1454
refs/heads/master
2023-08-29T04:46:47.949477
2023-08-02T06:05:13
2023-08-02T06:05:13
218,939,005
0
0
null
null
null
null
UTF-8
Java
false
false
748
java
package simple; import java.util.Stack; public class ValidParentheses { public static boolean isValid(String s) { Stack<Character> stack = new Stack<>(); for (char c : s.toCharArray()){ if (c == '(' || c == '{' || c == '['){ stack.push(c); continue; ...
[ "ZhaoHang@bupt.edu.cn" ]
ZhaoHang@bupt.edu.cn
0cc593bccaf9e82c6a2913a50b370f1fc4074ac8
4d82090a726577807998a7cac134f12ebb4a66d7
/src/main/java/info/ottawaimagyar/katolikus/exporter/PostDate.java
27fa8be00240e5af4bbf0cf1b1bd9114c23f3204
[]
no_license
tfasanga/ottawa.katolikus.hu-exporter
fbac3b5fd1c652d8afeedec8979ae3083379488e
fd37654306a84ac39fa1b276d0b23f5813327ff3
refs/heads/master
2020-04-23T02:10:39.122354
2015-11-19T03:32:19
2015-11-19T03:32:19
41,768,621
0
0
null
null
null
null
UTF-8
Java
false
false
3,161
java
package info.ottawaimagyar.katolikus.exporter; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; class PostDate { private static final Map<String, String> dict; private static final Set<String> missing = new HashSet<>(); private final String year; private ...
[ "tibor@fasanga.com" ]
tibor@fasanga.com
3d480abea62cd03e61b747f2e963f91301894bc6
4c312063a064a9e420bc90dd960bd04cd00478bb
/app/src/main/java/ercanduman/jobschedulerdemo/services/ServiceExample.java
07e18910e88fc8634423253608b65f902462b5ba
[]
no_license
ercanduman/AndroidServicesExamples
000d769e19cf433d736e116e1af46147f3745261
ceb72a9274874126bf012d02c705ba4f1c9bdd09
refs/heads/master
2020-09-01T14:16:34.709444
2019-11-19T07:44:08
2019-11-19T07:44:08
218,977,250
0
0
null
null
null
null
UTF-8
Java
false
false
2,421
java
package ercanduman.jobschedulerdemo.services; import android.app.Notification; import android.app.PendingIntent; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.os.SystemClock; import android.util.Log; import androidx.annotation.Nullable; import androidx.core.app.N...
[ "ercanduman30@gmail.com" ]
ercanduman30@gmail.com
7f2bd4ba51dc716395c707637d49c4f9f87557f3
827c4d3f1fc5eaec0e0fc6658022fe74960ff200
/src/main/java/ir/maktab/service/ManagerService.java
257ce5c25f7fb5cf1c07a034d55ee12e193df09a
[]
no_license
zahra-asgari1996/home_service_spring
e7a42a34c89c1b2a0184bf626bc60d986db69b57
ac46970faa7aba7486cc581b9fc5b828263290c5
refs/heads/master
2023-06-04T23:09:11.501145
2021-06-25T09:40:51
2021-06-25T09:40:51
367,715,199
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
package ir.maktab.service; import ir.maktab.data.domain.Manager; import ir.maktab.dto.ManagerDto; import ir.maktab.service.exception.InvalidPassword; import ir.maktab.service.exception.NotFoundManagerException; import java.util.List; public interface ManagerService { void saveNewManager(ManagerDto dto); voi...
[ "zahra.asgari1996@yahoo.com" ]
zahra.asgari1996@yahoo.com
ff457ea6f00755425081050232ca0735ae746045
1711fa3513ef168348b5f2c98f14de947e35629f
/app/src/main/java/br/usjt/arqdesis/projetopredial/MainActivity.java
8e7276e01c4d088890f3e478f5a52d76158ef92a
[]
no_license
Bruchner/ProjetoPredial
af783dd10fc10216ad025eda6ed93132d1eef2b7
602b4123ac300d6e03540e1deefbd04e0ca656f0
refs/heads/master
2021-06-29T23:43:31.670547
2017-09-20T04:21:24
2017-09-20T04:21:24
104,112,358
0
0
null
null
null
null
UTF-8
Java
false
false
3,645
java
package br.usjt.arqdesis.projetopredial; import android.annotation.SuppressLint; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.design.widge...
[ "matheus.alarcon@hotmail.com" ]
matheus.alarcon@hotmail.com
f433545621fe50a838d7de45c3f08a6b6f21fd4b
d7f0eef76905f8976e9f82078663ea10a281ecd8
/src/Algorithm/BinarySearchNoRecur.java
7b2c91c48e88320290de2c8e097f0d94be0d1b3a
[]
no_license
WeStudyTogether/EveryDayPractice
ce61532568222fe3cfd7a36be1db5eaf48d88963
6afa17206b56c151549b33f8c04d317598526c1a
refs/heads/master
2020-12-06T15:13:25.410652
2020-05-04T13:19:40
2020-05-04T13:19:40
232,493,842
1
0
null
null
null
null
UTF-8
Java
false
false
821
java
package Algorithm; /** * @author Guangyao Gou * @date 2020/38/14 15:38:05 * @ClassName BinarySearchNoRecur.java * @Description 类描述 */ public class BinarySearchNoRecur { public static void main(String[] args) { // TODO Auto-generated method stub int[] arr = {1,3,8,10,11,67,100}; int index ...
[ "1362211091@qq.com" ]
1362211091@qq.com
d2979fd6694601e8934b7a3fa5a4faed09f2459b
7ece0a6ecefc2ff7402a756aefea76636d9fdc3f
/bradypod.framework/framework.design/src/main/java/com/bradypod/framework/design/creator/mode/factory/SimpleFactory.java
137f6738ea3284f818f40ab9fd680e1d8002e1e9
[]
no_license
JumperYu/bradypod
f0aa03cfc6dfcbbeac2bedde92a60ab02e29843f
e208e5f416153c9146551236a9f537607d945b26
refs/heads/master
2022-12-21T05:23:57.912657
2019-06-28T10:29:33
2019-06-28T10:29:33
42,263,126
0
2
null
2022-12-16T07:44:35
2015-09-10T18:34:22
Java
UTF-8
Java
false
false
509
java
package com.bradypod.framework.design.creator.mode.factory; /** * Github * User: previous_yu * Date: 2018/10/27-13:19 * Desc: 简单工厂模式, 使用输入指令区别是哪个厂家的实现 */ public class SimpleFactory { public Mouse produceMouse(int type) { if(type == 1) { return new DeilMouse(); } else if(type == 2)...
[ "previous_yu@163.com" ]
previous_yu@163.com
2ee68192050082452946f9249f36d65944cee5a2
39933a810f663de1773e93d2a080c30aad8a8454
/src/main/java/br/jus/cnj/corporativo/bean/CorporativoUsuarioSistemaPerfilPK.java
b41fe45f96214f26e5bdecad559de40f5a9d3d3d
[]
no_license
ViniciusFelix/ProjetoJava
4ce23cf00e53108c67eca0524b308a9ad7d42067
ae23195d6e4decc6d4252e5c525b0b1b1ca60653
refs/heads/master
2021-01-11T23:54:42.362543
2017-01-11T13:47:37
2017-01-11T13:47:37
78,643,045
0
0
null
null
null
null
UTF-8
Java
false
false
1,649
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.jus.cnj.corporativo.bean; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Embeddable; /** * * @author fabio.pereira */ @Embeddable public class CorporativoUsuario...
[ "vinicius.felix.silva@gmail.com" ]
vinicius.felix.silva@gmail.com
1b342bee3fdd37ff4a7ae72669280aabbb00ad5f
bdfed246ecd7996f3ff831ea42ac3f686f3f1fb4
/src/test.java
8071adb0e33c222033b563b0d7d6a88dd9645b59
[]
no_license
IslamSalah/AvlTree_Implementation
b31f4ad03b46b48b3e1c9fe3cb8e161289f9c0fd
dbf02cdaf24cacf04f4fc51ee7b0fc97e81cf201
refs/heads/master
2020-03-29T17:43:42.814588
2015-03-25T21:54:22
2015-03-25T21:54:22
32,892,569
0
0
null
null
null
null
UTF-8
Java
false
false
700
java
public class test { public static void main(String[] args){ AVL_Tree<Integer,Object> avl = new AVL_Tree<Integer, Object>(); // int[] bookEg = {3,2,1,4,5,6,7,16,15,14,13,12,11,10,8,9}; // for(int i=0; i<bookEg.length; i++) // avl.insert(new Node<Integer,Object>(bookEg[i])); int[] arr = {30,89,80,25,90,53,1...
[ "islamsalah007@gmail.com" ]
islamsalah007@gmail.com
e3396328aa56d0346da767f66eac3900b496f3d1
66c3152591aeeefa93a078b4ea38f418a4478e50
/src/main/java/org/edloidas/web/controller/ProjectController.java
99df099d8e4643fa6c749a9c2a102b0607d9a620
[]
no_license
edloidas/texthistory
a8259c98897aed461e1980f49835b2551b5b5760
abcca8493c196053b93b727149e6944ac154e6de
refs/heads/master
2021-01-15T23:40:19.116486
2015-12-07T07:40:44
2015-12-07T07:40:44
5,589,662
1
0
null
null
null
null
UTF-8
Java
false
false
14,249
java
package org.edloidas.web.controller; import org.apache.log4j.Logger; import org.edloidas.entity.common.Project; import org.edloidas.entity.common.Source; import org.edloidas.web.json.JsonData; import org.edloidas.web.service.EntityService; import org.edloidas.web.service.SessionService; import org.springframework.ster...
[ "edloidas@gmail.com" ]
edloidas@gmail.com
cfb2e86ae35d8447293992576dd549471b294e4b
55dca62e858f1a44c2186774339823a301b48dc7
/code/my-app/functions/7/getCategory_ZeroOneNumberRule.java
5fcd7db3ebf57dc91466b86eef5109495fbe3303
[]
no_license
jwiszowata/code_reaper
4fff256250299225879d1412eb1f70b136d7a174
17dde61138cec117047a6ebb412ee1972886f143
refs/heads/master
2022-12-15T14:46:30.640628
2022-02-10T14:02:45
2022-02-10T14:02:45
84,747,455
0
0
null
2022-12-07T23:48:18
2017-03-12T18:26:11
Java
UTF-8
Java
false
false
160
java
public Category getCategory(double input) { if (input == 0 || input == 1) { return Category.one; } else { return Category.other; } }
[ "wiszowata.joanna@gmail.com" ]
wiszowata.joanna@gmail.com
00b775ade7c536ab4f753ab753b234d0c3502719
d98ed4986ecdd7df4c04e4ad09f38fdb7a7043e8
/Hero_Charms/src/main/java/net/sf/anathema/hero/charms/model/learn/BasicLearningModel.java
8952f56acd50a1011ded18939fbc22f1d6ff6c96
[]
no_license
bjblack/anathema_3e
3d1d42ea3d9a874ac5fbeed506a1a5800e2a99ac
963f37b64d7cf929f086487950d4870fd40ac67f
refs/heads/master
2021-01-19T07:12:42.133946
2018-12-18T23:57:41
2018-12-18T23:57:41
67,353,965
0
0
null
2016-09-04T15:47:48
2016-09-04T15:47:48
null
UTF-8
Java
false
false
386
java
package net.sf.anathema.hero.charms.model.learn; import net.sf.anathema.magic.data.Charm; public interface BasicLearningModel { boolean isCurrentlyLearned (Charm charm); boolean isLearnedOnCreation (Charm charm); boolean isLearnedWithExperience (Charm charm); void toggleLearnedOnCreation (Charm ...
[ "BJ@BJ-PC" ]
BJ@BJ-PC
15b0409ff9b97212c72655584dabae17df065241
693f943e01c284cef93315eee90c0f114697376f
/src/main/java/com/example/wrapper/wrapperchechk/EmplyoeeController.java
c71e3dd6416d272df67ebf5b36b7c1aebe767a4c
[]
no_license
baderusslam/EmployeesSample
6eb5f2dab16337f3362bd01bb40e6d1f79f3ad24
886064df63f6b3876e517216cf39532a5b21976e
refs/heads/master
2023-04-21T03:06:46.680906
2021-04-16T11:44:33
2021-04-16T11:44:33
358,576,614
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
package com.example.wrapper.wrapperchechk; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import java.util.Arrays; import java.util.List; @RestController public class EmplyoeeController { @GetMapping(path = "/emp") public Employee ge...
[ "71968571+baderusslam@users.noreply.github.com" ]
71968571+baderusslam@users.noreply.github.com
c8c11fd1f451d875ba59a716e575d7e664e4f09c
31703986366e1ea30ea2ad4639fd2d854817dc74
/java-basic/src/main/java/bitcamp/java100/ch07/ex4/Test1.java
1c353a0edd785f3ba025986f14d303ad5886fb0c
[]
no_license
ji881111/bitcamp
8c793d14d67b8646a7f9747cc34df795fe7aaca6
59b511dd8e5609a00e5e5f7af8d976216f8c0e29
refs/heads/master
2021-09-08T21:28:39.953027
2018-03-12T10:18:28
2018-03-12T10:18:28
104,423,455
0
0
null
null
null
null
UTF-8
Java
false
false
693
java
package bitcamp.java100.ch07.ex4; public class Test1 /* extends Object */ { public static void main(String[] args) { Test1 obj = new Test1(); if (obj instanceof Test1) System.out.println("obj는 Test1의 인스턴스이다"); if (obj instanceof Object) System.out.print...
[ "ji881111@naver.com" ]
ji881111@naver.com
0c83c49f8b965cd59cc4c1a9690ffe1418e435df
f3e573228db8daa9d7e4aea4cef53c65bd47e216
/java_learn/src/demo_007_EXtends/Day_001.java
d84851bc0cc8ef79fc868a42591746c5ecc1c018
[]
no_license
lhyyp/itCast
2f6cd8037c6c64f8fd49c524dc7dd3c9da2f2217
8623d673429290cfd0ec4010dadb9533025d31c2
refs/heads/master
2023-08-19T20:37:42.095099
2021-10-26T06:59:16
2021-10-26T06:59:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
326
java
package demo_007_EXtends; public class Day_001 { public static void main(String[] args) { Zi zi = new Zi(); System.out.println("年龄:"+ zi.age); System.out.println(zi.num); zi.ZiMethods(); Zi.FuMethods(); Zi Z2 = new Zi(99); System.out.println(zi.num); } }
[ "836444329@qq.com" ]
836444329@qq.com
083551625bb4919068383a4c599ef90f4dae99fc
acf25d6beade19db09cf821643cd05a668d433fc
/source/src/main/java/ru/tsystems/tchallenge/service/security/token/TokenController.java
872cc4bb6c71bcbfeb6919bdec7890213ad05321
[]
no_license
kirillterekhov/tchallenge-service
c23f88151073f17776f4528a6558f88b7b45c99a
640710fafa7f4818d945415a671195faf2f66e1b
refs/heads/main
2023-06-10T01:06:18.503982
2021-07-06T18:45:18
2021-07-06T18:45:18
381,982,563
0
0
null
2021-07-01T09:40:14
2021-07-01T09:40:14
null
UTF-8
Java
false
false
3,586
java
package ru.tsystems.tchallenge.service.security.token; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.Authorization; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.*; import ru.tsystems.tchall...
[ "aleksandr.glukhov@t-systems.com" ]
aleksandr.glukhov@t-systems.com
cfa8f5878f44c5e82f92dc43b5eb891345f14000
837c6edcb521d7ce7d828de1c3ce2dc89615172b
/后端/src/main/java/com/example/library/controller/BorrowBooksController.java
a7a2a2211005b2aa16aeb2d957f9b655c96926f6
[]
no_license
Frank520lang/library
741821e4d63f1eb2f21cf7c12cd6085b0466bece
6645aaa6ade137843eef94a8656dade4d16083f1
refs/heads/main
2023-02-10T15:33:10.283745
2020-12-23T06:53:21
2020-12-23T06:53:21
323,823,085
0
0
null
null
null
null
UTF-8
Java
false
false
2,894
java
package com.example.library.controller; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RestController; import com.ali...
[ "42695465+Frank520lang@users.noreply.github.com" ]
42695465+Frank520lang@users.noreply.github.com
7abcee733417512d09ccc2a4dc32258349b20efc
797dd6d2c570747618b26adadf04ba7d92260838
/src/main/java/com/mowmaster/pedestals/client/RenderPedestalOutline/RenderPedestalOutline.java
72ed2ce817ef80301721e2037a1591cc85f0d559
[]
no_license
Ridanisaurus/Pedestals
a7d118dc39ca272b3aa5e8a19451b7bbc77f72ff
73e0a9fac3dfd1f63d580e0f171c8176e3ebd882
refs/heads/1.16
2023-02-18T18:59:41.088258
2021-01-21T21:11:30
2021-01-21T21:11:30
329,657,032
0
0
null
2021-01-21T19:27:12
2021-01-14T15:33:15
Java
UTF-8
Java
false
false
15,032
java
package com.mowmaster.pedestals.client.RenderPedestalOutline; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.IVertexBuilder; import com.mowmaster.pedestals.blocks.PedestalBlock; import com.mowmaster.pedestals.item.ItemLinkingTool; import c...
[ "mowmaster@outlook.com" ]
mowmaster@outlook.com
698f1f4cfe513aab1b0c1eb04969723c96da5eea
3ebaee3a565d5e514e5d56b44ebcee249ec1c243
/assetBank 3.77 decomplied fixed/src/java/com/bright/assetbank/user/action/ViewRegisterAction.java
4eb2c3ee126ff78cf244f1e9a505de23d843700c
[]
no_license
webchannel-dev/Java-Digital-Bank
89032eec70a1ef61eccbef6f775b683087bccd63
65d4de8f2c0ce48cb1d53130e295616772829679
refs/heads/master
2021-10-08T19:10:48.971587
2017-11-07T09:51:17
2017-11-07T09:51:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,395
java
/* */ package com.bright.assetbank.user.action; /* */ /* */ import com.bn2web.common.exception.Bn2Exception; /* */ import com.bright.assetbank.customfield.service.CustomFieldManager; /* */ import com.bright.assetbank.language.service.LanguageManager; /* */ import com.bright.assetbank.marketing....
[ "42003122+code7885@users.noreply.github.com" ]
42003122+code7885@users.noreply.github.com
ab4efdb9f07c060427b582b685569d27963097a1
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project32/src/main/java/org/gradle/test/performance32_3/Production32_218.java
cb4a4c9889b773a0bed0cf2a2b08c4e3639c8e08
[]
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
305
java
package org.gradle.test.performance32_3; public class Production32_218 extends org.gradle.test.performance13_3.Production13_218 { private final String property; public Production32_218() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
a53d8984b525b72f7aa4908baf137ce2c67eb6a0
c061d8a236c1cd7f886ccaadae78ecd27812e160
/engine/src/api/generated/TransPoolTrip.java
98d7d8b4b9c0a7f155e2e44036d5eafce8841124
[ "Apache-2.0" ]
permissive
nadavsu/transpool-web
5a14e11a863b92c7dadcc5ca78c4ffb828843a4e
337671d71f85c5740ab52900af6043bbd24f0d22
refs/heads/master
2023-04-03T20:23:03.773951
2021-04-16T17:08:19
2021-04-16T17:08:19
253,467,624
0
0
null
null
null
null
UTF-8
Java
false
false
3,811
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1-b171012.0423 // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> // Any modifications to this file will be lost upon recompilation of the source schema. ...
[ "nadavsuliman@gmail.com" ]
nadavsuliman@gmail.com
4476f38f60769242db4b4c9bd897ac2311dd72ab
95cb5e35c1cd39377bda0d78fbef73708d4b666a
/vulpe-framework/annotations/src/main/java/org/vulpe/config/annotations/VulpeUpload.java
cf87e47645dd2e5c997648cbfefcf6cc1347113b
[]
no_license
RiusmaX/vulpe
d8532032fdcb1b9cb539a80291eb1ea2ad1f0d1a
cbc96b921dc201dac27f2b99d04de4a8c93b9243
refs/heads/master
2016-08-08T04:49:36.330106
2013-10-30T23:06:32
2013-10-30T23:06:32
42,253,906
0
0
null
null
null
null
UTF-8
Java
false
false
2,361
java
/** * Vulpe Framework - Quick and Smart ;) * Copyright (C) 2011 Active Thread * * Este programa é software livre; você pode redistribuí-lo e/ou * modificá-lo sob os termos da Licença Pública Geral GNU, conforme * publicada pela Free Software Foundation; tanto a versão 2 da * Licença como (a seu critério)...
[ "lordfelipe@gmail.com" ]
lordfelipe@gmail.com
6db88f7e7b7511fccbbd2f306572b17009a61a9a
b3e32f230ff50636df0a56ffa092f21b82171439
/netty-private-protocol/src/main/java/org/lwl/netty/constant/ProtocolConstant.java
ec4c98a6c5df789e6a42bfdfdeaf59c949c5abaa
[ "Apache-2.0" ]
permissive
phial3/netty-learning-1
8998d887d5186955a582c76b60e0254badb7818b
739323d31ff2a81879bc0e624606f5562a753541
refs/heads/master
2022-01-12T09:21:31.063852
2019-04-28T12:37:38
2019-04-28T12:37:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,439
java
package org.lwl.netty.constant; import org.lwl.netty.config.ProtocolConfig; /** * @author thinking_fioa * @createTime 2018/4/22 * @description 私有协议中配置的信息 */ public final class ProtocolConstant { // can't use private ProtocolConstant() { throw new IllegalAccessError("static class, can not use con...
[ "thinking_fioa@163.com" ]
thinking_fioa@163.com
129ff3f3d0578b3e6fd253bfd13124254867ea28
fa1408365e2e3f372aa61e7d1e5ea5afcd652199
/src/testcases/CWE197_Numeric_Truncation_Error/s01/CWE197_Numeric_Truncation_Error__int_large_to_byte_71a.java
6d631b30226f204893f966cf3d6a1839588dc4fc
[]
no_license
bqcuong/Juliet-Test-Case
31e9c89c27bf54a07b7ba547eddd029287b2e191
e770f1c3969be76fdba5d7760e036f9ba060957d
refs/heads/master
2020-07-17T14:51:49.610703
2019-09-03T16:22:58
2019-09-03T16:22:58
206,039,578
1
2
null
null
null
null
UTF-8
Java
false
false
2,042
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE197_Numeric_Truncation_Error__int_large_to_byte_71a.java Label Definition File: CWE197_Numeric_Truncation_Error__int.label.xml Template File: sources-sink-71a.tmpl.java */ /* * @description * CWE: 197 Numeric Truncation Error * BadSource: large Set data to a n...
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
d433ca06c9cf1e512e02fd9f4b6c6f3a6c470b51
977b5326cacbd4248ad06addf8a34eb6be486b97
/src/main/java/com/example/demo/web/HelloController.java
b16a6dc674ea63c1a9836f5d5930dba3784bd8cc
[]
no_license
git4won/Spring-Boot-Learning
828b494d015f212c0157180fed62178745aa5cf1
f52326cca2b6d89fd763411571834d5e1c085773
refs/heads/master
2020-05-19T12:52:40.371352
2019-05-20T03:41:29
2019-05-20T03:41:29
185,023,039
0
0
null
null
null
null
UTF-8
Java
false
false
566
java
package com.example.demo.web; import com.example.demo.exception.MyException; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class HelloController { @RequestMapping("/hello") public String index() throws Exce...
[ "846820279@qq.com" ]
846820279@qq.com
331c706c368f647409980902ef1409b2955ae8cf
a2eeaa709e6a50572b9d80d85c02c2c2829f5be6
/98_validate_binary_search_tree/98_validate_binary_search_tree.java
27ef7d4b0f5207fd32cc9e639908cea31adc1ebc
[]
no_license
wht931011/leetcode
4f6e475417a5355f37cdcb557ce2a027340a5f04
404877b622d92109dca0c3176a84f115e7d21310
refs/heads/master
2021-01-24T02:45:15.212069
2017-01-19T03:19:15
2017-01-19T03:19:15
68,541,405
0
0
null
null
null
null
UTF-8
Java
false
false
942
java
/** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ //first do binary tree inorder travasl and store it in a arraylist //then check whether it is increasing public class Solution { public bool...
[ "wht931011@gmail.com" ]
wht931011@gmail.com
646ffb61c1ef00340a3fc5293a715de312516286
f49b68fe094449c06e2a497fa5bd5565e0547be7
/fall_2014/parallel/LockFreeList/src/ru/spbau/afanasev/LockFreeList/Reader.java
f5d5983715a268821c406223c6717073153b05a9
[]
no_license
Icemore/homework
412a1cf3254ed887058569302df432f113a60cf1
6e8a359dd4d153ad98e53e65954eed8dcb12e5de
refs/heads/master
2020-04-30T08:57:45.927198
2015-01-16T10:06:09
2015-01-16T10:06:09
12,825,884
1
0
null
null
null
null
UTF-8
Java
false
false
439
java
package ru.spbau.afanasev.LockFreeList; import java.util.Random; public class Reader extends Worker { protected Reader(Set<Integer> set, int numberOfOperations) { super(set, numberOfOperations); } @Override public void run() { Random rand = new Random(); for(int i = 0; i < nu...
[ "okajsler@yandex.ru" ]
okajsler@yandex.ru
4c2e7c3e06b0045f0c892bb6e39fa7857c8b8ab4
31adfb488d650ceeb4f2b893b9a94747ce356805
/src/tests/TestDriver.java
645e51b0b18e5e500efb707b3338e64685427023
[]
no_license
aliiitarek/Buffer-Manager
c0747b988d10699a56cec3f013936a8dbe8429c8
261f1e107b25e15fe760432b6db041eca99d054b
refs/heads/master
2016-09-11T06:46:02.557984
2014-10-01T12:43:44
2014-10-01T12:43:44
24,677,728
2
0
null
null
null
null
UTF-8
Java
false
false
6,363
java
package tests; import java.io.*; import java.util.*; import java.lang.*; import chainexception.*; // Major Changes: // 1. Change the return type of test() functions from 'int' to 'boolean' // to avoid defining static int TRUE/FALSE, which makes it easier for // derived functions to return the right t...
[ "AlyTarek@alys-mbp.home" ]
AlyTarek@alys-mbp.home
f806e7ff2e76a6921e3383293902e644fb126a68
4f31426c08f4fcdfa591df5971868c77386e3814
/core/src/com/terrain/game/TerrainGame.java
be5e17c1f693293d7a8049bb84d5ab3d40af9c8d
[]
no_license
antonshkurenko/inf_terrain
3531a30501c9d3154d20a0b9cab41c0a498d05f2
dcf9d36f44dcc47755ec4eab4cf5930aa6c81041
refs/heads/master
2022-08-24T15:43:34.766758
2015-04-01T11:20:41
2015-04-01T11:20:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,670
java
package com.terrain.game; import com.badlogic.gdx.Game; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics.box2d.*; import com.badlogic.gdx.utils.Array; import java.util.ArrayLis...
[ "elaugfein@gmail.com" ]
elaugfein@gmail.com
b3091f812d37bc2b3f161da7b1b330ecf888caf9
2a1469663aa74535060fec05b1887a4c70c1801a
/src/test/java/org/mydomain/app/classloader/ClassLoaderUtil.java
40ad2784af3c7bc56bf77dcf370ecb189ec5f5fc
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
baowp/jpetstore-6
797e07fdc87795f440d2b7650cd3887d38234c44
c62c874a985dc9c40adca3afdea749bf0320432e
refs/heads/master
2021-01-18T18:22:52.378905
2013-11-05T13:51:04
2013-11-05T13:51:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,627
java
/** * Project: jpetstore-6 * * File Created at Sep 27, 2013 * $Id$Corporation * * Copyright 2013-2015 Colomob.com Corporation Limited. * All rights reserved. */ package org.mydomain.app.classloader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.net.URI; import j...
[ "122515909@qq.com" ]
122515909@qq.com
6ded44642c41b0250ca23d33d45df789bbb23216
e85a61d5882a9c291c61e217b5668a8ba38a587e
/app/src/main/java/ar/com/syswork/sysmobile/psincronizar/LogicaSincronizacion.java
5a4f4e1be3dc1839f405c18307eae25ed5e440ba
[]
no_license
sysworkorg/SysMobile
5f5ff7d9d329f4d3d1341080c215ee6a3a750e33
17bbd7b8ebabf9ae7d4c83770adfb672581a8a4b
refs/heads/master
2021-01-11T06:04:37.618039
2016-11-01T12:33:38
2016-11-01T12:33:38
72,534,101
0
1
null
null
null
null
UTF-8
Java
false
false
12,270
java
package ar.com.syswork.sysmobile.psincronizar; import java.util.ArrayList; import java.util.concurrent.Executors; import java.util.concurrent.ThreadPoolExecutor; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import android.app.Activity; import android.os.Handler.Callback; impo...
[ "albertoantunez@hotmail.com" ]
albertoantunez@hotmail.com
8872bf56eeaf4efb93bd3a8689147cacecea2921
c28324889711ae8457ebe5077c87ce620f53b91f
/src/main/java/com/walker/design/graphic/abstraction/list/ListFactory.java
62888e641fc3b00f0214344bdacbb2d05faee4c3
[]
no_license
walker911/design-pattern
359a96113f13f07250ad66d7a92549e2e5b0968c
f4a3aa53709a401e7b394bc83e4c40708640f1dc
refs/heads/master
2020-08-26T12:48:48.744600
2019-11-12T09:46:52
2019-11-12T09:46:52
217,014,602
0
0
null
null
null
null
UTF-8
Java
false
false
753
java
package com.walker.design.graphic.abstraction.list; import com.walker.design.graphic.abstraction.factory.Factory; import com.walker.design.graphic.abstraction.factory.Link; import com.walker.design.graphic.abstraction.factory.Page; import com.walker.design.graphic.abstraction.factory.Tray; /** * 具体的工厂 * * @author ...
[ "qinmu911@163.com" ]
qinmu911@163.com
32414d0bdc0b6d8201150cdc9e135a754a20fb0b
efd47f39c0b6ae996db30892ab3bb38e0c3330e9
/src/main/java/io/pogorzelski/nitro/carriers/domain/enumeration/Grade.java
794ad9f92e91795dc460f726119309e2c4bcc582
[]
no_license
jpogorzelski/nitro-carriers
c8388d4289c8ddd2cc8334d90a5dee26186ab8bd
204c57b84cdfd6b49357cb7c7ef4da3cdede298b
refs/heads/master
2023-08-29T09:30:16.896396
2023-04-17T11:19:47
2023-04-17T11:19:47
166,852,828
0
0
null
2023-05-28T12:45:29
2019-01-21T17:24:52
Java
UTF-8
Java
false
false
162
java
package io.pogorzelski.nitro.carriers.domain.enumeration; /** * The Grade enumeration. */ public enum Grade { DEF_YES, YES, FINE, NO, DEF_NO, BLACK_LIST }
[ "qba.pogorzelski@gmail.com" ]
qba.pogorzelski@gmail.com
b48db8ce68412235380f738b62b8c069257dd572
d71e879b3517cf4fccde29f7bf82cff69856cfcd
/ExtractedJars/Shopkick_com.shopkick.app/javafiles/com/facebook/share/model/AppInviteContent$Builder.java
0de9c2c0ea781a36895d0222b69563a31525090c
[ "MIT" ]
permissive
Andreas237/AndroidPolicyAutomation
b8e949e072d08cf6c6166c3f15c9c63379b8f6ce
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
refs/heads/master
2020-04-10T02:14:08.789751
2019-05-16T19:29:11
2019-05-16T19:29:11
160,739,088
5
1
null
null
null
null
UTF-8
Java
false
false
15,205
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.facebook.share.model; import android.text.TextUtils; // Referenced classes of package com.facebook.share.model: // ShareModelBuilder, AppIn...
[ "silenta237@gmail.com" ]
silenta237@gmail.com
d20ef7d976c419728edb53b4a889bc9f285f6e9f
9a48041212cdbffe64c4c6fa7f7bf8e4397905b9
/src/com/weibo/util/SimpleWebClient.java
d82c94af5b13f0d867d8480381fc4b1edae7ade9
[]
no_license
renhuaigui/SinaWeiboCrawler
883f753f71f43a334136fe0a2cb4a31ac23a71f7
8db49dc6d26807a2290d471783ed7bafb75bc95c
refs/heads/master
2021-01-10T05:05:59.044557
2017-04-18T05:00:59
2017-04-18T05:00:59
54,010,097
0
0
null
null
null
null
UTF-8
Java
false
false
8,238
java
package com.weibo.util; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.zip.GZIPInputStream; import org.apache.log4j.Logger; import com.weibo.Config; public class SimpleWebClient { /**...
[ "renhuaigui@163.com" ]
renhuaigui@163.com
e3173685adcf24af1bc81d44874e059341cdea01
0dbd987d03145e5864e2031d3523dab013102031
/sroh10378782/QLJava/src/org/uva/sea/ql/ast/nodes/ASTNode.java
7dbce5a19e0847b9b2c052392383c99ba1f5b296
[]
no_license
slvrookie/sea-of-ql
52041a99159327925e586389a9c60c4d708c95f2
1c41ce46ab1e2c5de124f425d2e0e3987d1b6a32
refs/heads/master
2021-01-16T20:47:40.370047
2013-07-15T11:26:56
2013-07-15T11:26:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
62
java
package org.uva.sea.ql.ast.nodes; public interface ASTNode {}
[ "xCQJ2BdUYOPV" ]
xCQJ2BdUYOPV
1a4e22087228364adbd37653e641d5703ddeb8c9
e2392533ca0d6d63ee64033af8aa15753087582c
/src/streetmap/pathfinding/AStarAlgorithm.java
26b35df538b34a501dfe89d6c07908fe42caee19
[]
no_license
Moepelchen/StreetMap
71a491f6bfe28f565ef15658c686b21c3987bcbb
5ed1f8ce889bad2ec3e7e3b297a6b371eb4fe9fe
refs/heads/master
2020-04-27T15:18:43.191275
2014-10-27T14:29:30
2014-10-27T14:29:30
2,830,266
0
0
null
null
null
null
UTF-8
Java
false
false
6,057
java
/* * Copyright (C) Ulrich Tewes GmbH 2010-2014. */ package streetmap.pathfinding; import streetmap.car.Car; import streetmap.map.street.Lane; import java.awt.*; import java.awt.geom.Point2D; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.LinkedList; import java...
[ "ulrich.tewes@googlemail.com" ]
ulrich.tewes@googlemail.com
823a6fc6051be71c6df6e62f2956ec70946bd53e
0af8b92686a58eb0b64e319b22411432aca7a8f3
/api-vs-impl-small/domain/src/main/java/org/gradle/testdomain/performancenull_23/Productionnull_2260.java
9abd99e2e158d6ee3adeb93dd23fbff988020968
[]
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
591
java
package org.gradle.testdomain.performancenull_23; public class Productionnull_2260 { private final String property; public Productionnull_2260(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String ge...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
e16cb32770c0e316452ad1ba7a1495b3d6f46aa2
0acae11d24e7ada2de6c5bf7acd2223435019801
/pattern 13.java
99e3429fa5ca8c61b6ea7878417d7f4102a55feb
[]
no_license
govindersingh/java-pattern
29f0f30eff13b26a063ff9ed04e30e12a94290ec
ebaa7f89596683d430c1c50439de405d980b9cd1
refs/heads/master
2020-12-02T16:21:55.472886
2017-07-07T22:55:19
2017-07-07T22:55:19
96,539,931
0
0
null
null
null
null
UTF-8
Java
false
false
204
java
class abc { public static void main(String args[]) { int i,j,k; for(i=1;i<=5;i++) { for(j=4;j>=i;j--) { System.out.print(" "); } for(k=1;k<=i;k++) { System.out.print(" *"); } System.out.println(); } } }
[ "rajan.rana@gmail.com" ]
rajan.rana@gmail.com
3ee6449a13dbbe8e2ed249c3a8bd3b4a01e77b21
2517b2628014801f17fbb1899044ac7a75575e90
/src/main/java/com/sefist/scheduler/TestScheduler.java
fb37aa1aa7df29360924f8ba4e6e8e9a0316fa55
[]
no_license
BruceYi119/test
1a9dd96b0e236d9657f11792b9cd41a63c4fe26b
edc067927aaa37051ffce84fc8a42ffe6a1edf87
refs/heads/master
2023-07-11T14:40:52.042227
2021-08-18T23:58:43
2021-08-18T23:58:43
331,846,052
0
0
null
null
null
null
UTF-8
Java
false
false
5,361
java
package com.sefist.scheduler; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Ra...
[ "pirates119@gmail.com" ]
pirates119@gmail.com
101e842581917e932e129fc1f1073b88d54de93d
7f7f797a8fb586a1697376a31f4a0460f02d39e1
/Aufgabe3/src/ns/Communicator.java
0833c97931c8a60690707e7605c603b62fda2bc5
[]
no_license
HAW-AI/VS-2012-SKAW
95058c730c26107dc2c26811db8f5c3d35da7d1c
e6947a87bfac5e70b6ea1ce3f90fff6d00ebd007
refs/heads/master
2016-08-05T05:05:55.364578
2013-01-16T17:36:59
2013-01-16T17:36:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,948
java
package ns; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; final class Communicator extends Thread { private final Socket socket; private PrintWriter out; private BufferedReader in; private String inputLine; private...
[ "andreaswimmer.aw@googlemail.com" ]
andreaswimmer.aw@googlemail.com
7bb670d8e9212e03c7a78063c51dbcf89fd8339b
e946bfd11bb25af8741807c29e9015e0f69bbf3c
/src/com/example/android_projekt/individ/IndividualDB.java
385e5f57912b81798378a658fb5f76ad52bf47ff
[]
no_license
jobe0900/android-brunst
cdf155053cb62953c90de125d32de46e60ce4847
8de9d911775a78a6e236f18149520b79510c6857
refs/heads/master
2021-01-10T09:53:21.809442
2014-06-22T17:06:36
2014-06-22T17:06:36
47,702,946
0
0
null
null
null
null
UTF-8
Java
false
false
10,213
java
package com.example.android_projekt.individ; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import com.example.android_projekt.BrunstDBHelper; import com.example.android_projekt.Utils; import com.example.android_projekt.pro...
[ "jobe0900@student.miun.se" ]
jobe0900@student.miun.se
0ff4e857ee53e5db42eaf948c69b6086cf5fd0a7
98c9d4575781bfbd26fa20673ba5a216c4a06429
/src/main/java/com/minshang/erp/common/vo/AccessToken.java
18c69cd57cec699a2a36341650ab618f1670e6fa
[]
no_license
JackLuhan/minshang_back
e06e21899b142a489715fa8110cfad5874992ad8
f54c6a36798005012029d96b355ba9518a33aef3
refs/heads/master
2020-04-13T17:50:56.929733
2019-01-10T16:38:03
2019-01-10T16:38:03
163,357,735
1
5
null
null
null
null
UTF-8
Java
false
false
152
java
package com.minshang.erp.common.vo; import lombok.Data; /** * @author houyi */ @Data public class AccessToken { private String access_token; }
[ "1317406121@qq.com" ]
1317406121@qq.com
e823d10b92f99bcd11c64fec4a1bb3444be16497
8dfc9785d2022c5937d1b26eb472c48cb58d0cd2
/Shiro-Limit/src/main/java/com/nh/limit/common/properties/SwaggerProperties.java
8faf902191fce98597af12bfd36ad70030f4a9bf
[]
no_license
iosdouble/ItemLib
da1b924338af2ce84b5bbaf00258d68497f16193
5c4c639dd2bd9ae4c814b3c57f1651cb3760f016
refs/heads/master
2022-09-11T02:01:27.181795
2020-01-03T06:31:21
2020-01-03T06:31:21
214,361,565
0
0
null
2022-09-01T23:13:57
2019-10-11T06:36:07
HTML
UTF-8
Java
false
false
491
java
package com.nh.limit.common.properties; import lombok.Data; /** * @Classname SwaggerProperties * @Description TODO Swagger 配置类封装 * @Date 2019/10/12 9:44 AM * @Created by nihui */ @Data public class SwaggerProperties { private String basePackage; private String title; private String description; p...
[ "18202504057@163.com" ]
18202504057@163.com
12e19389a50ef742857f9fbef94df493842a443c
2f3150334028e42fd95a4dd5d474dc819a5b09bd
/app/src/main/java/com/terryyamg/bluetoothdatatransfertest/MainActivity.java
eee47cecdbaf4a82e280824d9b39c2c97876a9bb
[]
no_license
terryyamg/BluetoothDataTransferTest
b6dba817bc44cf5990c1ff3061cc35ea21f28481
0b23837107844cf25ae1f49b3583a76cb8cbab16
refs/heads/master
2016-08-09T03:13:13.169248
2015-12-21T09:57:45
2015-12-21T09:57:45
48,364,484
0
0
null
null
null
null
UTF-8
Java
false
false
3,896
java
package com.terryyamg.bluetoothdatatransfertest; import android.bluetooth.BluetoothAdapter; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.net.Uri; import android.os.Bundle; import android.os.Environment; import android.support.v7.app.AppC...
[ "terryyamg@hotmail.com" ]
terryyamg@hotmail.com
5f82cda175b504d6633a7cd130df2b9cdf97307c
820959ada24a496507c45c8e316bb556266f1668
/springcloudoauth/hotel-server/src/main/java/cn/lyf/hotelserver/config/ResourceConfig.java
7d7a64bf8009983cf7d59bd4f2bad7db2964d933
[]
no_license
sweetfly123/bishe
9a767eabba75c95b4b5e90bc2685718ecad48aee
dec705bf7324b525e8c3868756f923b77fbd1933
refs/heads/master
2020-04-09T11:23:56.947423
2019-02-19T08:00:09
2019-02-19T08:00:09
160,308,270
0
1
null
null
null
null
UTF-8
Java
false
false
1,259
java
package cn.lyf.hotelserver.config; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServer; import org.springframework.security.oauth...
[ "991370140@qq.com" ]
991370140@qq.com
2f6717137641e7d86a82e50e9e223b5dc411f2c5
f1dd7a9542290c5e6cdcd9b59db7da449bcf9850
/HealthCareUserModule/src/test/java/com/I2I/healthCare/Prototype/UserDataPrototype.java
4bbab0f16c64003c1f997d9ee55a95437abb57ec
[]
no_license
Subash1010/Ideas2It-Training
39a56b2c82801de1dc4cd77306d2f17ca4cb7159
a68506b081bb45fc9f9ed3e94b3f87920c490dc3
refs/heads/master
2023-04-06T08:09:16.876068
2021-04-07T10:41:10
2021-04-07T10:41:10
335,544,071
0
0
null
null
null
null
UTF-8
Java
false
false
295
java
package com.I2I.healthCare.Prototype; import com.I2I.healthCare.Dto.UserDto; public class UserDataPrototype { public static UserDto getUserDto() { UserDto userDto = new UserDto(); userDto.setUserId(1); userDto.setUserName("Test001"); userDto.setRoleId(500); return userDto; } }
[ "subashboss1010@gmail.com" ]
subashboss1010@gmail.com
6d0d5ead0810647a3618f2d1e2223868d09b5d4a
7412831ae9097fdbd4089ea1edc059f164ba9644
/src/bus/SinComparator.java
58d4c6353ccfe1d839c5d005d762e62a27952a8d
[]
no_license
fmaldonadot/IT-Soft_V2.0
3d638f601c19e994f3c669356525f1b905fda8a6
f61a477a4a4ba43ac9d84c750bf519377fecfbef
refs/heads/master
2020-03-08T05:55:26.812903
2018-04-03T19:24:50
2018-04-03T19:24:50
127,959,009
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package bus; import java.util.Comparator; public class SinComparator implements Comparator<Employee> { public int compare(Employee e1, Employee e2) { if ( e1.getSocial_security().compareTo(e2.getSocial_security()) > 0) return 1; else if ( e1.getSocial_security().compareTo(e2.getSocial_security()) < 0) r...
[ "35792576+fmaldonadot@users.noreply.github.com" ]
35792576+fmaldonadot@users.noreply.github.com
dcaee59845a5e1c873eddefb68383f5860304569
680335111376ca5d6872a883633ca3232314fc76
/core/src/main/java/usecase/CreateConferenceTrack/ConferenceTrackInput.java
21555e0841bb55f7bfc0c4615411a6026f7fd343
[ "MIT" ]
permissive
sharmapankaj2512/timeless-architecture-example
61e689b1465c4f186837ee68c2f86ace48038356
6010bb55c5bffb5624d992973f9094b42b9e1ba0
refs/heads/master
2020-03-29T21:21:06.686426
2018-09-16T17:16:53
2018-09-17T03:26:55
150,361,970
1
0
null
null
null
null
UTF-8
Java
false
false
356
java
package usecase.CreateConferenceTrack; import java.util.List; public class ConferenceTrackInput { public List<TalkInput> talks; public ConferenceTrackInput() { } public ConferenceTrackInput(List<TalkInput> talks) { this.talks = talks; } public boolean hasTalks() { return talks !...
[ "pankaj@alefeducation.com" ]
pankaj@alefeducation.com
bb4b9bad89918b21aad6f8c9a3c41bea21c372c6
6d671eb0bfc58d86a789dbe122a900f62aaaab43
/src/com/hhh/trees/Tree.java
f20f871192eda7ce5bc3da50a13a84a90596bf65
[]
no_license
harshssd/BinarySearchTree
68bb82b733714f66f7f68527b9436ab835f4aa74
b7b8d6c1736e1dae162b32f83056ba1668201bc3
refs/heads/master
2021-03-12T22:35:34.416189
2014-09-09T14:05:33
2014-09-09T14:05:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,839
java
package com.hhh.trees; import java.util.ArrayList; public class Tree { private Node root; //populated after running in order method public ArrayList<Integer> elementsInOrder = new ArrayList<Integer>(); //populated after running pre order method public ArrayList<Integer> elementsPreOrder = new ArrayList<Integer>...
[ "harsh.ssd@gmail.com" ]
harsh.ssd@gmail.com
4c3cdfdbe1dd5dd9be05bfd9f0ed7bf56d92b875
ea54df435833bfbfc93b20e4efc48c40eb001977
/src/main/java/com/rockagen/gnext/po/KeyValue.java
b23ac4cc1bfd575538b7a1fdf4a9e501ebb683ab
[ "Apache-2.0" ]
permissive
rockagen/security-stateless-samples
ae9fe58564c0f462645bf9e6fcd4439540faa09f
716843c318dfc5d953184ef1d89198b79b63cd50
refs/heads/master
2021-01-02T10:25:37.182983
2015-06-12T09:37:26
2015-06-12T09:37:26
29,226,285
3
0
null
null
null
null
UTF-8
Java
false
false
2,045
java
/* * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "agen@rockagen.com" ]
agen@rockagen.com
54cf64bb106bf3295e5960f1fcc9f96cf1b288b9
d18af2a6333b1a868e8388f68733b3fccb0b4450
/java/src/com/google/android/gms/internal/zzaf$7.java
a4475f7594a1f9bf09671590cd65036d0912c8da
[]
no_license
showmaxAlt/showmaxAndroid
60576436172495709121f08bd9f157d36a077aad
d732f46d89acdeafea545a863c10566834ba1dec
refs/heads/master
2021-03-12T20:01:11.543987
2015-08-19T20:31:46
2015-08-19T20:31:46
41,050,587
0
1
null
null
null
null
UTF-8
Java
false
false
678
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.gms.internal; import java.util.Map; // Referenced classes of package com.google.android.gms.internal: // ...
[ "invisible@example.com" ]
invisible@example.com
4e312487b85d9f3c3c7fab2182d804d3cec75fad
520ecca55a17e5edb5edc8edf28afd82b9b6adcf
/app/src/main/java/home/work/pcconfig/ui/viewer/OrdersAdapter.java
51580a6e6563b15fa78a51930a37ec0a13faab95
[]
no_license
MrVilkaman/Ivan_pc_config
b50bc2ad368ca53dd024e8bcad42f23679e27159
e1d5d959794c61d88e067061260d9c398167c643
refs/heads/master
2021-04-28T08:12:34.750629
2018-02-21T19:23:51
2018-02-21T19:23:51
122,243,627
0
0
null
null
null
null
UTF-8
Java
false
false
4,905
java
package home.work.pcconfig.ui.viewer; import android.content.res.Resources; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.content.ContextCompat; import android.view.View; import android.widget.TextView; import com.github.mrvilkaman.di.PerActivity; im...
[ "zahar.zolotarev@gmail.com" ]
zahar.zolotarev@gmail.com
6f60392f5ea5b9fb22b2de82eb132ee2f54f7925
5a44f08379ffe558c1bc4979770e540d029239cd
/core/src/com/youtoolife/labyrinth/events/InvokeEvent.java
751bce19aa4561337487a41de6537013b560f040
[]
no_license
YouTooLifeTeam/labyrinth
be74831a424756f3f645d03cb096a5de46061604
7c05249064861d3977a67f63b58be53710c836d0
refs/heads/master
2021-01-10T18:26:19.644928
2015-05-07T06:18:21
2015-05-07T06:18:21
28,446,482
2
0
null
null
null
null
UTF-8
Java
false
false
754
java
package com.youtoolife.labyrinth.events; import java.util.Vector; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import com.youtoolife.labyrinth.chunk.Chunk; import com.youtoolife.labyrinth.units.Unit; public abstract class InvokeEvent { public Element base; public int rotates = 0; public Vector<Acti...
[ "youtolife@yandex.ru" ]
youtolife@yandex.ru
7ba0f62b909c74986bc70589d4ef5849212cba0b
511670f0a7b04b99a093f02cc280369cb5d67f67
/src/main/java/leetcode/搜索插入位置.java
1605fad99faa713eeb62977f564d2e9e3ff0a025
[]
no_license
xiaosamo/Algorithms
11c9f7103a2277482f66d6d505edd0c64036c0fc
d73c626df72289ef59b6de1cdf768df28d2a5603
refs/heads/master
2022-07-02T00:58:04.544446
2020-06-28T03:34:27
2020-06-28T03:34:27
186,937,554
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
package leetcode; public class 搜索插入位置 { public static int searchInsert(int[] nums, int target) { for (int i = 0; i < nums.length; i++) { if (nums[i] == target) { return i; } else if (nums[i] > target) { return i; } } return...
[ "yuan491187718@gmail.com" ]
yuan491187718@gmail.com
d9837cb868bf311c9ea2ac8c2badde398a712b4f
dd08849a71940a7cb921dc383e12606e210def97
/src/codechef/problems/SportsStadium.java
fe3743506bf0c2275f5cc188b2e0352f6e9ed7c4
[]
no_license
brhmshrnv/Solutions
e3581cf1fc5ac7c391b3f62ef087b55c195ad345
0d3a6124030bbe2a2c5b653fc957eba19b631978
refs/heads/master
2022-12-17T22:52:19.455791
2020-09-26T11:15:52
2020-09-26T11:15:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,189
java
package codechef.problems; import java.util.Arrays; import java.util.Comparator; import java.util.Scanner; public class SportsStadium { public static void main(String[] args) { Scanner in = new Scanner(System.in); int stadiums = in.nextInt(); Slot[] slots = new Slot[stadiums]; for (int s = 0; s < stadiums; s...
[ "Gurpreet-makkar" ]
Gurpreet-makkar
922d0c19c28162b984ecec050d622a64dcc854ce
96f8d42c474f8dd42ecc6811b6e555363f168d3e
/zuiyou/sources/com/facebook/imagepipeline/d/e.java
563d0c717e52332533877325badcdd30894348a9
[]
no_license
aheadlcx/analyzeApk
050b261595cecc85790558a02d79739a789ae3a3
25cecc394dde4ed7d4971baf0e9504dcb7fabaca
refs/heads/master
2020-03-10T10:24:49.773318
2018-04-13T09:44:45
2018-04-13T09:44:45
129,332,351
6
2
null
null
null
null
UTF-8
Java
false
false
195
java
package com.facebook.imagepipeline.d; import java.util.concurrent.Executor; public interface e { Executor a(); Executor b(); Executor c(); Executor d(); Executor e(); }
[ "aheadlcxzhang@gmail.com" ]
aheadlcxzhang@gmail.com
8528242c2aa30a57be92722b25872b8a81f52720
e62c5512d1eadb8fe5b98ccff95655f7f3065048
/src/main/java/com/asx/sbsat/GuiMain.java
60d75faea3cb4e347c0cc165aa72cf30f5e43fe0
[]
no_license
Ri5ux/SBS-Analyzer-Tool-Application
101f7a3bbc5e0adba5918e1e0a8bc1777578d058
c985286364aa95a046ad72ee1c4a66cac4aa2610
refs/heads/master
2021-06-11T02:27:48.220284
2021-05-19T02:36:24
2021-05-19T02:36:24
191,502,743
0
0
null
null
null
null
UTF-8
Java
false
false
426
java
package com.asx.sbsat; import org.asx.glx.gui.GuiPanel; import org.asx.glx.gui.themes.Theme; public class GuiMain extends GuiPanel { public GuiMain() { super(new Theme()); new FormComPortSelection(this, null); new FormBatteryOverview(this, null); this.activeForm = FormComPort...
[ "Ri5ux" ]
Ri5ux
6ee7f7caaf5be6ef0258c0ed4e10db951376f13b
e2adb3fadf79028a22780bc6d1c1490051d5111b
/getty-core/src/main/java/com/gettyio/core/channel/starter/Starter.java
a0bf13a798b081b4e3766e055c2d99345043c1ca
[ "Apache-2.0" ]
permissive
endlessc/getty
4b2d4d7faa7dcdd6d51ca6e84b82255652a1a2bb
d44fc467ed9fe15bc96d2e2b7ef0ab5a885fe8a1
refs/heads/master
2022-07-03T06:29:06.388147
2020-04-22T00:40:26
2020-04-22T00:40:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
787
java
package com.gettyio.core.channel.starter;/* * 类名:Starter * 版权:Copyright by www.getty.com * 描述: * 修改人:gogym * 时间:2020/4/8 */ public abstract class Starter { /** * Boss线程数,获取cpu核心,核心小于4设置线程为3,大于4设置和cpu核心数一致 */ protected int bossThreadNum = Runtime.getRuntime().availableProcessors() < 4 ? 3 : Run...
[ "34082822+gogym@users.noreply.github.com" ]
34082822+gogym@users.noreply.github.com
858f6f3afba3ada1a254ff653e8e21ccd7ac0c23
b72c33685c280900f8f99064e05ff48aa63fbdf3
/app/src/main/java/org/hazelcast/evergreencache/DemoApplication.java
9fbca72ea307b7c3dda6da99d42785e047d2b7b4
[]
no_license
itbhp/evergreen-cache
2429cc642f13b9b5a48beea2a309a26391b5f628
6ff92f8a5e7bf46194f68b9f0634e68127eb55c1
refs/heads/master
2023-01-19T04:34:58.101423
2020-05-13T06:40:58
2020-11-23T08:39:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
987
java
package org.hazelcast.evergreencache; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.spring.cache.HazelcastCacheManager; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cache.CacheManager; import org.s...
[ "nicolas@frankel.ch" ]
nicolas@frankel.ch
64490b71230506713d3b2ef71b878833d8e21e55
be4675c3dc721a40c6e0b2750762fc3f96403bb3
/src/test/java/com/empiresAndAllies/library/TestngListener.java
07855229851e994109a41a296acc6ee98e29cc27
[]
no_license
cbtautomation92/EmpiresandAllies
5d939939cc44dee97f53b64b96f57bdcd3553293
fd3acc3a35cd40f589d4ecc00618806a69a172b4
refs/heads/master
2021-01-11T19:53:01.961235
2017-01-20T06:42:51
2017-01-20T06:42:51
79,418,755
0
0
null
null
null
null
UTF-8
Java
false
false
2,364
java
/*********************************************************************** * @author : LAKSHMI BS * @description : Implemented ITestListener interface and overrided methods as per requirement. It listenes to all the events performed by Testng and keep track of it. * @method : onTestStart() * @method : on...
[ "RAGHUKIRAN92" ]
RAGHUKIRAN92
ab0780e723f652268d107cd529ae76c4ddec27e8
4baea63c9b7e70d0257c33f02782dbf9681de79d
/RMI/src/rmi_serializableList/ListItem.java
329ba1e06343ab565eb472d279938ceadd188810
[ "MIT" ]
permissive
mwel/FOPT
5355160d8f68691094046fae8caadb401b08f5cb
5e20cc37816e790726711d065ec1f81b2c701731
refs/heads/master
2021-06-27T02:49:39.543848
2020-10-04T13:37:31
2020-10-04T13:37:31
154,032,280
0
0
null
null
null
null
UTF-8
Java
false
false
464
java
package rmi_serializableList; import java.io.Serializable; public class ListItem implements Serializable { private int value; private ListItem next; public ListItem(int value) { this.value = value; this.next = null; } public int getValue() { return value; } publ...
[ "max.wellenhofer@gmail.com" ]
max.wellenhofer@gmail.com
99f8c4b5255ee8bae6d2e277fc5fccb526bd6ef8
f680ae3cfa887ae4b888d200b55ae1884610b62c
/SiemCore/src/main/java/com/code10/security/service/LogService.java
a1ad90050f0ab9ade0d07f0cc46fc69f9d1dc50d
[ "MIT" ]
permissive
pkrtel/siem-monitor
ffa6c0c77c9e9f77b09bbb266e5341d75633d891
0c06a56f67b39de58db9dc1fc46036f7324aa2ea
refs/heads/master
2023-03-16T17:19:15.179915
2019-01-12T19:55:21
2019-01-12T19:55:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,108
java
package com.code10.security.service; import com.code10.security.model.LogItem; import com.code10.security.model.LogQuery; import com.code10.security.repository.LogRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.doma...
[ "lukadjmaletin@gmail.com" ]
lukadjmaletin@gmail.com
6d8bfbe97f05221eff0f456e205a86a0bc9aed27
eb743e3383d8cf61e88ec14a8996acce9953d9bc
/chapter2_001/src/test/java/ru/job4j/tree/TreeTest.java
b6c48b4907bf9fe49710d6b35e44f6f47615322d
[ "Apache-2.0" ]
permissive
Tovaniks/snazarov
80353ccba1243210a6f2847d8b39428b5498e802
5d1593a67cecf4f397b1a2caa334db5bc54c817d
refs/heads/master
2018-10-09T08:42:37.893886
2018-07-11T08:45:25
2018-07-11T08:45:25
117,973,165
0
0
null
null
null
null
UTF-8
Java
false
false
2,841
java
package ru.job4j.tree; import org.junit.Test; import java.util.Iterator; import java.util.NoSuchElementException; import static org.hamcrest.core.Is.is; import static org.junit.Assert.*; public class TreeTest { @Test public void when6ElFindLastThen6() { Tree<Integer> tree = new Tree<>(1); t...
[ "tovaniks@yandex.ru" ]
tovaniks@yandex.ru
df2899f8fba11c75e804a1aeb57b915be7e6a8ec
e85fe2d3751865b741bdb4a1a55d46ed35893144
/mapred/timesentimentanalysis/Driver.java
05cc805eb34aff112a9a3e2104fec3eada1a89db
[]
no_license
xiaokaisun90/TwitterSentimentAnalysis
5e1c1f5440ac64d2ea928558f777e2e18803a8d2
e7846e83d31e2d5e283979f855dda4562795f5e6
refs/heads/master
2020-05-19T13:37:41.519958
2015-04-23T17:39:17
2015-04-23T17:39:17
34,470,952
1
0
null
null
null
null
UTF-8
Java
false
false
892
java
package mapred.timesentimentanalysis; import java.io.IOException; import mapred.job.Optimizedjob; import mapred.util.SimpleParser; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.io.Text; public class Driver { public static void main(String args[]) throws Exception { SimpleParser ...
[ "xiaokais@andrew.cmu.edu" ]
xiaokais@andrew.cmu.edu
c4dbda47ba91cee3629b4a3194e333e801317e34
43487091e74de9ec72c262527ae135abbce1c738
/learning-rabbitmq-consumer/src/main/java/org/learning/rabbitmq/consumer/listener/topic/InfoListener.java
067565901d940d0fde3981be4d61c5602176113e
[]
no_license
xiaxinyu/learning_parent
901b697a3855c703718a017dbfeeafc2ebb38bea
424be1adb4562e53a58219b477c934f809c1ed3c
refs/heads/master
2022-12-23T01:36:51.222536
2020-07-01T07:51:14
2020-07-01T07:51:14
108,367,462
0
0
null
2022-12-16T04:50:11
2017-10-26T05:51:55
Java
UTF-8
Java
false
false
545
java
package org.learning.rabbitmq.consumer.listener.topic; import org.apache.log4j.Logger; import org.springframework.amqp.rabbit.annotation.RabbitHandler; import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.stereotype.Component; @Component @RabbitListener(queues = "info-queue") p...
[ "summer_west2010@126.com" ]
summer_west2010@126.com
58c003abc117e2ae6534da7295ececadb168cab9
05fb661633873b55030a18a4d18c4481492101a1
/src/main/java/com/example/demo/config/userConfig.java
a3d8ab3dc72bf63afe9bc3d710ab730a13c529e4
[]
no_license
chowtha/SpringRestCRUD
45a0ed0318a5322993bbcc8028968b856f4953fc
c3bb2ea0fa74f1f7774334abbfef07db1863d4bc
refs/heads/master
2023-07-14T18:41:39.018845
2021-08-24T08:03:16
2021-08-24T08:03:16
399,364,297
0
0
null
null
null
null
UTF-8
Java
false
false
957
java
package com.example.demo.config; import static springfox.documentation.builders.PathSelectors.regex; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.ApiInfoBuilder; import springfox.documentation.service....
[ "sandeepsharma.achanta@gmail.com" ]
sandeepsharma.achanta@gmail.com
c29b50041399bc03ed685d51e6772626ef5b8cbe
ced62ae5fb068627312a5e63a15fcc26e1596432
/tests/simplify-01/src/test/java/org/jvnet/jaxb2_commons/plugin/simplify/tests01/Gh4Test.java
0226d78e8dd5a68d1f9ab5724f18531a53218aa8
[ "BSD-2-Clause" ]
permissive
ja6a/jaxb2-basics
3201d4fa346d4e0ab7aa9a9dfe8198c94a0f2a32
fb6979be02e8acf3ba4674a4a91cd0f25d067148
refs/heads/master
2020-02-26T16:46:45.464595
2014-12-19T14:50:27
2014-12-19T14:50:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,081
java
package org.jvnet.jaxb2_commons.plugin.simplify.tests01; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBElement; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class Gh4Test { private JAXBContext context; @Before public void setUp() throws Exception { context = J...
[ "aleksei.valikov@gmail.com" ]
aleksei.valikov@gmail.com
890d679877e59411284fb9ed456a7344ff42885b
f378ddd47c8b7de6e9cf1d4228c84f73e9dc59f1
/projetos/Web/Object_catalog/src/ru/spbstu/telematics/objectCatalog/DeleteStyleServlet.java
d3c1203fa7dddf5bd77ff75ba6daa5562babed5d
[]
no_license
charles-marques/dataset-375
29e2f99ac1ba323f8cb78bf80107963fc180487c
51583daaf58d5669c69d8208b8c4ed4e009001a5
refs/heads/master
2023-01-20T07:23:09.445693
2020-11-27T22:35:49
2020-11-27T22:35:49
283,315,149
0
1
null
null
null
null
UTF-8
Java
false
false
653
java
package ru.spbstu.telematics.objectCatalog; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class DeleteStyleServlet extends HttpServlet{ ObjectCatalog catalo...
[ "suporte@localhost.localdomain" ]
suporte@localhost.localdomain
f2c60d5a3e6d4431a470ca648be68434e9f83ba4
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_373/Testnull_37295.java
53fc626266751cf0ecb5ea9267bcda9fe31b0c88
[]
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
308
java
package org.gradle.test.performancenull_373; import static org.junit.Assert.*; public class Testnull_37295 { private final Productionnull_37295 production = new Productionnull_37295("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
656728c2383e7ca613a35598105a7bd1583d7693
55d32ebe3b454254ccdc12510cc69db64b128612
/app/src/main/java/com/krzysiudan/ourshoppinglist/activities/BaseActivity.java
6d4dc7d511c5b56e22698eb1f22157ca305c6877
[]
no_license
Krzysiudan/OurShoppingList
94549f86b40e5f30e198152bd37ffd16b872c01f
bfc9935b980bfc8bb2da0d1db136052336424fea
refs/heads/master
2020-04-12T04:17:46.437958
2020-03-03T20:47:56
2020-03-03T20:47:56
162,291,130
2
0
null
null
null
null
UTF-8
Java
false
false
937
java
package com.krzysiudan.ourshoppinglist.activities; import android.app.Activity; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import com.krzysiudan.ourshoppinglist.application.MyApp; public class BaseActivity extends AppCompatActivity { protected MyApp mMyApp; protected void on...
[ "krzysiudan@gmail.com" ]
krzysiudan@gmail.com
4a3353deb9ace5062d29671817bcacdbf62dc0fd
2d242a8d03163074b99e3c84547686a72a004f30
/src/main/java/com/bettorleague/server/batch/football/data/org/processor/CompetitionProcessor.java
0cfc47c413f5f0fb3a37f534302c00a28a6ed039
[]
no_license
BettorLeague/bettor-league-api
7882a5519cf2398870ea50e2ef9aac59ef16f1cd
87019a922970bbbd29215e4da1e34aab601e6674
refs/heads/master
2023-05-01T12:24:22.305701
2019-07-02T13:20:06
2019-07-02T13:20:06
187,831,471
0
0
null
2023-04-14T17:47:36
2019-05-21T12:20:48
Java
UTF-8
Java
false
false
2,130
java
package com.bettorleague.server.batch.football.data.org.processor; import com.bettorleague.server.dto.football.data.org.CompetitionDto; import com.bettorleague.server.model.football.Competition; import org.modelmapper.ModelMapper; import org.springframework.batch.item.ItemProcessor; public class CompetitionProcessor ...
[ "c.nadjim@gmail.com" ]
c.nadjim@gmail.com
d32147daac37ad2d095e003e94cf77bee60984d0
88a65a4f471612e14b769c4c0bdbf3b3f30cb045
/SMA1/src/aasss/Task1.java
588036742b453b87a5c0a398f19bb5c74e633b7d
[]
no_license
Alhussien31/DStask1
258dc9b78998f6167bf3388cc4094b939b12df54
ebfba4f3ddb731c77f4286c61fae833553eb6b66
refs/heads/master
2022-12-20T21:54:11.417592
2020-09-25T17:22:53
2020-09-25T17:22:53
298,633,221
0
0
null
null
null
null
UTF-8
Java
false
false
1,461
java
package aasss; public class Task1 { public static void main(String[] args) { double[] myList = {1,-7, -6, 9, 8}; //Q1:Find the sum of all negative numbers in array. double sumoutP = 0; for (int i = 0; i < myList.length; i++) { if(myList[i]<0) sumoutP...
[ "ALHUSSIEN@DESKTOP-186M9MT" ]
ALHUSSIEN@DESKTOP-186M9MT
665d72ca645a915e421b450d600d58532bfa0a07
ad562f39e2c652030d2dda054ab508c98c65ef1c
/src/oops_concepts/Constructor.java
c71d3c9acf284b30c5d7f9132097f58ebdaa0bf1
[ "MIT" ]
permissive
Mahesh-Parmar/CoreJava
cd88193ccba413f71500a63a3a63d5648ed08ede
27da921ce8f5407f29a71632b7fda8c21b15336a
refs/heads/master
2021-01-03T10:53:42.055213
2020-06-13T11:22:45
2020-06-13T11:22:45
240,049,381
0
0
null
null
null
null
UTF-8
Java
false
false
1,065
java
package oops_concepts; public class Constructor { /** * Concept of Constructor * A block of code similar to method that get executed when instance of a class is created * Generally used to initialize member variables of a class * Constructor name is same as that of class name * Constructor does not have ...
[ "maheshkparmar540@gmail.com" ]
maheshkparmar540@gmail.com
32ba8d6810b489b70e3738d61a980ab65b2538a3
34c07fd5d1d790636b5e358c27a767801c22a6c3
/Integrador/src/integrador/Practica.java
a6ca165906538582970ff5cbc740d270a2ffa199
[]
no_license
GonzaloDRM/EjerciciosJava
ec865692d6dedceaac08f83cd41b8625aa5df037
1b65951e707b064a9af7fc5b6292dec813cd60f5
refs/heads/main
2023-06-25T09:27:34.836209
2021-07-15T15:09:59
2021-07-15T15:09:59
385,814,790
0
0
null
null
null
null
UTF-8
Java
false
false
4,003
java
package integrador; import java.util.ArrayList; import java.util.Collections; import java.util.InputMismatchException; import java.util.List; public class Practica { /** * El programa debera tomar un numero x y determinar si es capicua o no * **Contemplar que el num que llega puede ser null,en caso de ...
[ "gonzalo_delrio@live.com.ar" ]
gonzalo_delrio@live.com.ar