blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
e68f7cca33a2ff1e44094206ec93c360d35744ef
b8b9868360aecb618fa6bb02832ce106b07293a0
/client/src/main/java/council/website/event/beans/StagingEvent.java
51658587a47e746f8285e5bb08080f20d526ea95
[]
no_license
abhinavshetty/hec-mba-council-website
1b04aadb4029ce059fef335c38db0264c0c76809
90d20c090781ca753dee4a10ae39472da131b29c
refs/heads/main
2023-02-26T20:24:30.351741
2021-01-30T17:01:02
2021-01-30T17:01:02
333,860,136
0
0
null
null
null
null
UTF-8
Java
false
false
361
java
package council.website.event.beans; public class StagingEvent extends Event { /** * */ private static final long serialVersionUID = -1007251484263448031L; private int stagingEventId; public int getStagingEventId() { return stagingEventId; } public void setStagingEventId(int stagingEventId) { this....
[ "abhinavshetty9419@gmail.com" ]
abhinavshetty9419@gmail.com
90ec89e974b630736dcd95580750d3e899263994
8b1692d9daf2d2339d2c63444ca8ebb12bbeb62f
/src/main/java/com/ncl/sindhu/web/rest/vm/KeyAndPasswordVM.java
1854f398e62b3ed9af6f7ee65115c00e581a65f1
[]
no_license
shyamailene/nclsindhu
11fbb2233c6803c671a517b57a08c14154cc0683
782446b603151ebe9aa0332a042d6957adc22fa2
refs/heads/master
2021-09-03T08:29:20.771868
2018-01-07T14:34:54
2018-01-07T14:34:54
114,122,561
0
0
null
2018-01-07T14:44:10
2017-12-13T13:12:50
Java
UTF-8
Java
false
false
495
java
package com.ncl.sindhu.web.rest.vm; /** * View Model object for storing the user's key and password. */ public class KeyAndPasswordVM { private String key; private String newPassword; public String getKey() { return key; } public void setKey(String key) { this.key = key; }...
[ "shyam.ailene@hpe.com" ]
shyam.ailene@hpe.com
26403dea3425e017163ae8c5e98cf2b197db25a8
16bb1d75b02b2445efe9df05115a6eb642eccae0
/src/main/java/com/raindrop/mail/spring/boot/cache/AccountCache.java
e8dd712deb81ae90d59823e3f63836afba4aeb0b
[]
no_license
727474430/mail-spring-boot
1cded6d3dcc6fe83bf14130b0bfa3867a4258f66
cfc9e14f0ddd00ea1eb2cdea5a594eb879cb6ffa
refs/heads/master
2020-03-22T03:08:49.582472
2018-07-02T08:47:01
2018-07-02T08:47:01
139,415,464
1
0
null
null
null
null
UTF-8
Java
false
false
737
java
package com.raindrop.mail.spring.boot.cache; import com.raindrop.mail.spring.boot.model.Account; import java.util.HashMap; import java.util.Map; /** * @name: com.raindrop.mail.spring.boot.cache.AccountCache.java * @description: 模拟数据库数据 * @author: Wang Liang * @create Time: 2018/6/28 19:37 */ public class Accoun...
[ "727474430@qq.com" ]
727474430@qq.com
c6c0a15b89383e484566ac2485da90fbfda29f8a
05217bf46b5f64118a809f21d55e95b4ebeb6676
/src/leetcode/solution/Solution309.java
b5e3ce9fa5c70b351d068d921025941343a0906b
[]
no_license
zd071lz/leetcode
b67737fcea979a15f0b0b5f0a09a0d68da418179
218cf01f8641d8a299683488e66c5963b0d9b4c9
refs/heads/master
2022-09-08T23:26:17.002711
2022-07-06T01:19:48
2022-07-06T01:19:48
193,122,807
0
0
null
null
null
null
UTF-8
Java
false
false
798
java
package leetcode.solution; /** * @author okr */ public class Solution309 { public int maxProfit(int[] prices) { if (prices.length == 0) { return 0; } int n = prices.length; // f[i][0]: 手上持有股票的最大收益 // f[i][1]: 手上不持有股票,并且处于冷冻期中的累计最大收益 // f[i][2]: 手上不持有股票...
[ "zheng.li1@okcoin.net" ]
zheng.li1@okcoin.net
8aad8a370a33e095deff0d3b162f0619fd53757a
28411db80139955c9e045e61160f4e3ece5dd782
/src/FantabArray.java
52209013f01582f8d12bb03b9986f29a5b1bd77b
[]
no_license
Padmaja02/project
2c1419214b311e40faed9db53cf0912aefdda459
c06ef1060cfcb350d72aeb543678c4157c9f4f88
refs/heads/master
2020-04-06T05:11:16.426255
2017-02-17T12:06:55
2017-02-17T12:06:55
54,535,020
0
0
null
null
null
null
UTF-8
Java
false
false
795
java
import java.util.Scanner; public class FantabArray { private static Scanner sc; private static int prod; private static int sum; public static void main(String[] args) { sc = new Scanner(System.in); boolean fab=true; boolean fant=true; int n=sc.nextInt(); int[] arr=new int[n]; for(int...
[ "padmajaswaminathan@gmail.com" ]
padmajaswaminathan@gmail.com
5cd767b246906d1f52120e7cbe202002ef50de3c
518779119258b8e5c13484a854ff93eb5f48edcf
/src/Lab4/FractalExplorer.java
ad063e275c19a6f9b57b5aeceb06ef301b19646a
[]
no_license
shvekh/Labs
9bb25fdc75e41300b2bf45b4b53df64f0c09cfca
8e83a4a753f7529f53b0554fb729c9d8e5ef7c3f
refs/heads/master
2022-10-29T11:06:04.754746
2020-06-16T10:58:27
2020-06-16T10:58:27
244,499,425
0
0
null
null
null
null
UTF-8
Java
false
false
5,111
java
package Lab4; import javax.imageio.ImageIO; import javax.swing.*; import javax.swing.filechooser.FileFilter; import javax.swing.filechooser.FileNameExtensionFilter; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseL...
[ "shvekh-misha@yandex.ru" ]
shvekh-misha@yandex.ru
6663df1754c9c3d8a2ef0e30420ae4eec4b8715d
563e8db7dba0131fb362d8fb77a852cae8ff4485
/Blagosfera/bp-core/src/main/java/ru/radom/blagosferabp/activiti/component/converters/xml/parsers/MapChildParser.java
b9bf68df93dc5fcbae5d19426d1465cc5ad78b21
[]
no_license
askor2005/blagosfera
13bd28dcaab70f6c7d6623f8408384bdf337fd21
c6cf8f1f7094ac7ccae3220ad6518343515231d0
refs/heads/master
2021-01-17T18:05:08.934188
2016-10-14T16:53:38
2016-10-14T16:53:48
70,894,701
0
0
null
null
null
null
UTF-8
Java
false
false
3,904
java
package ru.radom.blagosferabp.activiti.component.converters.xml.parsers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.util.StringUtils; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamReader; imp...
[ "askor2005@yandex.ru" ]
askor2005@yandex.ru
fcfedd4b0a46134e1d3857cd2ad828a90d45cbb3
9ee294cea46b872dae47fc076f4ab668ac8d10d4
/app/src/main/java/com/bhargav/hcms/LoginActivity.java
2e38d8af1685992b22d12978c019273d5bcc3a3d
[]
no_license
bhargav944/HCMS-Old-Code
0507424f3491578356b3afd2a09b9ecf60ab84e8
f57c164ef684c8cd9502cab42ee10968ee6ce49a
refs/heads/master
2020-09-12T00:20:39.513138
2019-08-12T10:02:18
2019-08-12T10:02:18
222,238,398
1
0
null
null
null
null
UTF-8
Java
false
false
17,062
java
package com.bhargav.hcms; import android.app.ActivityOptions; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.design.widget.FloatingActionButton; import android.support.v7.app.AppCompatActivity; import android.util.Log;...
[ "bhargav.gurramkonda@gmail.com" ]
bhargav.gurramkonda@gmail.com
052b4f40e904d304518d207056d1743df7488644
4b38bc3064c80d792d155a2cd0d24ece9186f0fe
/app/src/main/java/com/mark/app/hjshop4a/common/utils/NumberUtils.java
4f147884c70c4d9c672de77c7d4b9bd603e2ca3a
[]
no_license
HHFly/HJShop
8d074cd3819073305c545ca8e44a36dbfc64336c
877b918418014a16cdf19d4d2153f5d0f9c4eb1f
refs/heads/master
2020-03-23T18:17:40.906719
2018-06-19T14:13:03
2018-06-19T14:13:03
141,899,610
0
0
null
null
null
null
UTF-8
Java
false
false
9,436
java
package com.mark.app.hjshop4a.common.utils; import java.text.DecimalFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.TimeZone; /** * 功能:数值加工厂 * 作者:林敬聚 */ public class NumberUtils { //格式化日期 private static final String PARAM_DATETIME = "yyyy-MM-dd HH:mm:ss"; //格式化日期 ...
[ "zhouchunhui@dlydly.com" ]
zhouchunhui@dlydly.com
71b1fe00f80df871b808cde12565db10b6b41796
dc4f0d95e99a2d6d64de0faaa5b95626602fa2cf
/app/src/main/java/com/mstring/andtest/bean/LeLiveCreateBean.java
2013434ca8b5546e92678db5e56fd3747f4420d5
[]
no_license
zyzd/LeVodTest
4a5dd0d5a27e2f6f0dc2d3323a81cc6be6256956
55ca8ec04045cc31d8d44cf0fec9ce6b8484d57d
refs/heads/master
2021-01-24T08:36:41.674312
2016-11-01T06:11:00
2016-11-01T06:11:00
69,553,096
1
0
null
null
null
null
UTF-8
Java
false
false
568
java
package com.mstring.andtest.bean; import java.io.Serializable; /** * Created by 李宗源 on 2016/10/11. * 创建标准直播活动的接口 */ public class LeLiveCreateBean implements Serializable { private String activityId; public String getActivityId() { return activityId; } public void setActivityId(String act...
[ "919869109@qq.com" ]
919869109@qq.com
0fc6869bbe100b0671bf6d7f7ba372ad23c915c0
e6b5e0f7330fab7597926e4f16a8555e232a6fc4
/src/main/java/uk/nhs/ctp/service/report/org/hl7/v3/CSCDAObservationType.java
82b0c095e74e4566565b9cd47d5a55f263c68133
[ "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
UECIT/cdss-ems
424500c8b3365abaf44162c6cbacbf186748fb8c
7b9552268ed42f027fa401aba24eddef25aae799
refs/heads/develop
2022-04-25T19:18:23.192395
2020-04-30T16:25:31
2020-04-30T16:25:31
259,712,948
0
0
MIT
2020-04-30T16:25:32
2020-04-28T17:59:53
Java
UTF-8
Java
false
false
1,163
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.03....
[ "daniel.nuttall@answerdigital.com" ]
daniel.nuttall@answerdigital.com
89a2297e49eca99105405b1989348c57a23f825e
28346f85beff37198be57d7e2b6013e62f2510f1
/app/src/main/java/com/daocheng/girlshop/view/FullyGridLayoutManager.java
4aaae8e341bd344cbea588030719d5941f766a2d
[]
no_license
xuxiang1991/girlshoplast
25e71f6c79006fa8155de18c9d1385ec4c03895e
0dda0976b808a389ab5bf7adb3222d7ede7af3d7
refs/heads/master
2023-02-03T21:04:33.453918
2018-10-26T02:24:15
2018-10-26T02:24:15
88,509,677
1
0
null
null
null
null
UTF-8
Java
false
false
4,251
java
package com.daocheng.girlshop.view; import android.content.Context; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; /** * 项目名称:girlshop * 类描述: * 创建人:Dove * 创建时间:2016/5/3 17:51 * 修改人:Dove * 修改时间:2016/5/3 1...
[ "597698914@qq.com" ]
597698914@qq.com
097ec67eb1083c554e4b77616ca8efc762922ce1
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/neo4j/2017/4/GBPTreeIT.java
57bc906228546c74cbd178615a6f361a44aea6ae
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
8,239
java
/* * Copyright (c) 2002-2017 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 Foundatio...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
b5ffb15f6d1fabb03d6ccd2f6076137b00960b28
a6c1355cf9f1ea5b316610ea4a763fd19e184d97
/src/com/epam/training/onlineshop/controller/ShowOrdersServlet.java
10572d00907db9a2689650bc016f2dd049a6d46f
[]
no_license
SidarenkaIhar/OnlineShop
119ba36314cc2efe37abe4abeb086e8cd9a9dd1e
9c231803ff8ecb7fef870bcca18261690ec90ec2
refs/heads/master
2020-05-29T09:50:08.390396
2019-07-04T17:31:50
2019-07-04T17:31:50
180,342,411
0
0
null
null
null
null
UTF-8
Java
false
false
2,290
java
package com.epam.training.onlineshop.controller; import com.epam.training.onlineshop.dao.AbstractDAO; import com.epam.training.onlineshop.dao.DAOFactory; import com.epam.training.onlineshop.entity.order.Order; import com.epam.training.onlineshop.utils.json.JsonDataPackage; import com.epam.training.onlineshop.utils.jso...
[ "sid157659623@gmail.com" ]
sid157659623@gmail.com
5fe7815b33b6c3d0cfdf8543d7e7bcd247682c99
547c393b59ec2e1a4879c204cfb86ce47b60ec64
/enterprise-spring-4.2.a.RELEASE/jms-solution/src/main/java/rewards/messaging/client/RewardConfirmationLogger.java
b68d7e21178f3c783732b53a3ed6df9d544d1791
[]
no_license
vinodhkumarg/enterprise-spring
aa54868684fbb0ceff41b6fce6e07d324bedf901
b1f6463416975db10b414c10166302fab952e16a
refs/heads/master
2020-04-07T15:45:31.278330
2016-11-22T22:33:01
2016-11-22T22:33:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
940
java
package rewards.messaging.client; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.jms.annotation.JmsListener; import rewards.RewardConfirmation; /** * A simple logger for...
[ "sullivang@CAR03-03992.corp.monitise.net" ]
sullivang@CAR03-03992.corp.monitise.net
29d7dfe4acdd259848dae8c8b6aa9f83f2349e74
c8aa009fad341ac3840c00e72269b5cb306f8254
/src/buildMap/Gui.java
5fe1d5147fe5b6f9180c0b2fa0db3304dccf8463
[]
no_license
jcarlos2289/TopoMap
aacde76a55debf6216f77d35f0d55199b38ce64f
05d73fc67b943f262bd3daa9e1beff710453c3d6
refs/heads/master
2021-01-10T08:58:45.732159
2015-11-25T20:39:29
2015-11-25T20:39:29
44,687,743
0
0
null
null
null
null
UTF-8
Java
false
false
24,476
java
package buildMap; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.text.DateFormat; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.SimpleDateFormat; //import java.io.IOException; import java.util.ArrayList; impor...
[ "jockrlos2289@gmail.com" ]
jockrlos2289@gmail.com
d351a3d618a9b3d9fdd7349c2c24ff619e4c3fe9
0bcceee7140c5ec7f03199798d1db643fdc5b6e3
/src/Git_Holecek_Keles_Kogler/LightsOutLogic.java
22a0fbb21c9132e1004ccfb06806e4a597968f18
[]
no_license
williamholecek/Git_Holecek_Keles_Kogler
fba3179015d97ec8b7443877b8ea7e829ac8076a
84e2112990ec79428a20d7df1f1f67a0df9dd185
refs/heads/master
2021-01-01T05:34:50.388295
2014-12-11T15:38:36
2014-12-11T15:38:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
68
java
package Git_Holecek_Keles_Kogler; public class LightsOutLogic { }
[ "pkogler@student.tgm.ac.at" ]
pkogler@student.tgm.ac.at
d03087987ba633ece263f67a362b6023cfe602ee
cbc61ffb33570a1bc55bb1e754510192b0366de2
/ole-app/olefs/src/main/java/org/kuali/ole/gl/batch/service/BalanceCalculator.java
712364e8dfc12bc59524bcc8d2cb8d623147967c
[ "ECL-2.0" ]
permissive
VU-libtech/OLE-INST
42b3656d145a50deeb22f496f6f430f1d55283cb
9f5efae4dfaf810fa671c6ac6670a6051303b43d
refs/heads/master
2021-07-08T11:01:19.692655
2015-05-15T14:40:50
2015-05-15T14:40:50
24,459,494
1
0
ECL-2.0
2021-04-26T17:01:11
2014-09-25T13:40:33
Java
UTF-8
Java
false
false
1,552
java
/* * Copyright 2006 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless required by appl...
[ "david.lacy@villanova.edu" ]
david.lacy@villanova.edu
d83c8fe4895978429cad9bf55d2050b5898f126f
574afb819e32be88d299835d42c067d923f177b0
/src/net/minecraft/advancements/critereon/ConsumeItemTrigger.java
404051340302712d846fdfc0105c78603f21e6db
[]
no_license
SleepyKolosLolya/WintWare-Before-Zamorozka
7a474afff4d72be355e7a46a38eb32376c79ee76
43bff58176ec7422e826eeaf3ab8e868a0552c56
refs/heads/master
2022-07-30T04:20:18.063917
2021-04-25T18:16:01
2021-04-25T18:16:01
361,502,972
6
0
null
null
null
null
UTF-8
Java
false
false
4,815
java
package net.minecraft.advancements.critereon; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonObject; import java.util.Iterator; import java.util.List; import java.util.Ma...
[ "ask.neverhide@gmail.com" ]
ask.neverhide@gmail.com
7ba93d7a6d6be38caa0b68d8c1756d88c33a11a6
6c91bdda01f712a830e63138be37f08c7bbfce4c
/com.io7m.jnoisetype.writer.api/src/main/java/com/io7m/jnoisetype/writer/api/NTInstrumentWriterZoneDescriptionType.java
ba0dead1512d38235c68783e4460a08df109f00d
[ "ISC" ]
permissive
io7m/jnoisetype
bdd40587527aacfa759a2614809c57078aebd3ef
0cbe1063961b6ea5fb24f640020898fca45e216d
refs/heads/master
2023-08-19T22:41:19.146622
2022-04-09T21:12:05
2022-04-09T21:12:05
172,563,997
4
0
null
null
null
null
UTF-8
Java
false
false
1,356
java
/* * Copyright © 2019 Mark Raynsford <code@io7m.com> https://www.io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS P...
[ "code@io7m.com" ]
code@io7m.com
60086e228e146f961d6a113808d5312834b5ae42
bd8d90dac229dddea0c8a4256cb13291084c880d
/A7/NotExtended.java
929060e1510569297374b759c2f45d4f8b4f650c
[]
no_license
PuranjaySharma/javacodes
265ed0e7656855e257f36b7f17164450a9850d6f
ff1af58f61a9ef60fe77c1d47dbb997d374b2680
refs/heads/master
2021-07-05T07:08:59.101321
2020-08-05T10:21:20
2020-08-05T10:21:20
146,789,719
1
0
null
null
null
null
UTF-8
Java
false
false
138
java
final class finalClass { } class Derived { } public class NotExtended { public static void main(String[] x) { } }
[ "noreply@github.com" ]
noreply@github.com
27cf17848619c69315bea6dd6f4ab603032fac27
f6ecfe2dded201449b8cf8d12e770487205db4c9
/Enhance_02(객체 설계)/src/model/Bomb.java
bfb059cfdab46fb47372a2514f555fd705298aff
[]
no_license
yunkangmin/project
e292c10066eefafa99bbb92735e8477340623ba9
cc183a445844576d6fdb04adf6fc6ec3c248a1b2
refs/heads/master
2021-08-20T03:21:41.371499
2017-11-28T03:59:47
2017-11-28T03:59:47
112,186,261
0
0
null
null
null
null
UHC
Java
false
false
1,693
java
package model; public class Bomb { //Bomb 관련 기능인것 같긴 한데, instance용 메서드는 아닌거 같고, //class를 새로 설계해서 만들 필요까지는 없을것 같고, //유효한 사거리인지 아닌지 체크 public static boolean checkValid(Bomb t) { return t.radius>0; } public boolean isValid() { return radius>0; } int x; int y; int radius; Bomb(int a, int b) { x = a; y =...
[ "1103-8@1103-8-PC" ]
1103-8@1103-8-PC
db8404240e6e5787c8930db5359a8a8576707c55
8ba531d6a9cf52d4020762aaf4e79cf527083768
/src/TreeCountUnivalSubTree.java
daaf42c89e324937e539c11bd3ed647ea4111e05
[]
no_license
sswaminathanart/Java
5d46fff5cf70e09f0b73c624587693e74b61622c
f1a5c79235c02afb57f6805f61d34e7871e02772
refs/heads/master
2020-03-27T18:24:26.413755
2018-09-25T02:13:05
2018-09-25T02:13:05
146,920,417
0
0
null
null
null
null
UTF-8
Java
false
false
1,053
java
public class TreeCountUnivalSubTree { public static void main(String args[]) { Node root = new Node(15); root.left = new Node(25); root.right = new Node(57); root.left.left = new Node(25); root.left.right = new Node(25); root.right.right = new Node(15); int[] ...
[ "sswaminathan@art.com" ]
sswaminathan@art.com
a0dbccf967cbaa0bc98ee8c71f468010d002950b
f30d49642d0aacbab53177a4617ebbb5f33d8c94
/src/net/frapu/code/visualization/bpmn/IntermediateEvent.java
203eadfbb7a4750e8bfe21830f7d319b653a14db
[ "Apache-2.0" ]
permissive
frapu78/processeditor
393892ab855ff4dbc83cc320279315a1c2789a8c
2e317a17308f5958d35c2b7cecb3e86d06a1b9c1
refs/heads/master
2023-08-09T23:26:22.035014
2023-07-24T16:06:11
2023-07-24T16:06:11
20,647,096
5
6
null
2015-03-24T16:31:59
2014-06-09T13:18:37
Java
UTF-8
Java
false
false
5,314
java
/** * * Process Editor - BPMN Package * * (C) 2008,2009 Frank Puhlmann * * http://frapu.net * */ package net.frapu.code.visualization.bpmn; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.geom.Ellipse2D; import java.util.LinkedList; import java.util.List; import jav...
[ "frank@frapu.de" ]
frank@frapu.de
d1c9fb322f95384b4e269b9f8db40bc477ac968b
6fc1240c9ae2a7b3d8eead384668e1f4b58d47da
/workshops/contrerasi/unit3/WS28-SortingAlgorithms/SortingAlgorithms/src/ec/edu/espe/view/SortingAlgorithms.java
48842af98e997f2643d70d3787697c2cfbf0869e
[]
no_license
elascano/ESPE202105-OOP-TC-3730
38028e870d4de004cbbdf82fc5f8578126f8ca32
4275a03d410cf6f1929b1794301823e990fa0ef4
refs/heads/main
2023-08-09T13:24:26.898865
2021-09-13T17:08:10
2021-09-13T17:08:10
371,089,640
3
0
null
null
null
null
UTF-8
Java
false
false
847
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 ec.edu.espe.view; import ec.edu.espe.controller.SortingContext; /** * * @author Ian Contreras ESPE-DCCO */ public class So...
[ "iancontre09@gmail.com" ]
iancontre09@gmail.com
9975141995a27d83d3bb3c1f747f153aac513935
dc5e14947d62e7ba284ab598c3ce912088726fdf
/create/src/builderpattern/BuilderClient.java
0b20d26d27d2d602e09efc588f860e094eff8702
[]
no_license
GL168/demo-designPatterns
512431e66ffeffa4a7ceaf6243dd87a696dd70b6
1d498dea54231cc81666796bef500aac72b20e0c
refs/heads/main
2023-07-19T15:40:43.472594
2021-09-03T05:40:22
2021-09-03T05:40:22
395,496,838
0
0
null
null
null
null
UTF-8
Java
false
false
2,538
java
package builderpattern; /** * 建造者模式 * 产品角色(Product):它是包含多个组成部件的复杂对象,由具体建造者来创建其各个零部件。 * 抽象建造者(Builder):它是一个包含创建产品各个子部件的抽象方法的接口,通常还包含一个返回复杂产品的方法 getResult()。 * 具体建造者(Concrete Builder):实现 Builder 接口,完成复杂产品的各个部件的具体创建方法。 * 指挥者(Director):它调用建造者对象中的部件构造与装配方法完成复杂对象的创建,在指挥者中不涉及具体产品的信息。 * * @author gulin * @date 2021/9/...
[ "Lin.Gu@itiaoling.com" ]
Lin.Gu@itiaoling.com
dcd27bb6c9098c68d443b86d161543df52f2cb41
72905f1a93b18e147419471c4c7b28bbcf0a4e68
/AndroidPhysicalTherapy-final/app/src/main/java/edu/fau/group10/AndroidPhysicalTherapy/FragmentActivityFragment5.java
0be1e059bec3090df88271ab2215c9355ddb78c8
[]
no_license
HealthCareApps/Group-10-Physical-Activity
4818c186c00f2b3720e028ccfd3cad8a9f9edc75
324c3f6524ebdae8239695c3eb02e5593728454e
refs/heads/master
2021-01-10T17:47:56.568114
2016-05-02T04:28:07
2016-05-02T04:28:07
52,137,502
0
0
null
null
null
null
UTF-8
Java
false
false
650
java
package edu.fau.group10.AndroidPhysicalTherapy; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * A placeholder fragment containing a simple view. */ public class FragmentActivityFragment5 extends Frag...
[ "fsoares2014@fau.edu" ]
fsoares2014@fau.edu
fdf441765935174bb58d1bfe073995ac8dc2c08a
bbf46b05cbdfa739ec19433882bc20d38f76739f
/app/src/main/java/com/cawlapp/cawlapp/data/cache/GetDaoSession.java
5e92cb11b226d05840882108afa916744f8b598c
[]
no_license
IvanSvirin/CAWLApp
e4df7183ce8207b142cd003c124779c15eaf82bf
efcfe7dc15facfd5a45545408a82ab318b3ad734
refs/heads/master
2020-12-24T12:20:55.500966
2016-11-07T06:53:28
2016-11-07T06:53:28
73,050,351
0
0
null
null
null
null
UTF-8
Java
false
false
950
java
package com.cawlapp.cawlapp.data.cache; import android.content.Context; import com.cawlapp.cawlapp.data.entity.DaoMaster; import com.cawlapp.cawlapp.data.entity.DaoSession; import org.greenrobot.greendao.database.Database; import javax.inject.Inject; import javax.inject.Singleton; @Singleton public class GetDaoS...
[ "Ivan.Svirin@softomate.com" ]
Ivan.Svirin@softomate.com
91388beddb2c1b761824ca7175fb0d0af146ecd2
5e33fe47d645674b44109f6a43105907634228e0
/simpleDB/src/simpledb/remote/RemoteConnectionImpl.java
68278252dbd17d6cf26691783387cf7897dd845e
[]
no_license
Meyke/TheSDB
74f6471b9f39c7ec835a0a227f3cfe71452b3717
95785e4f8cb84e1f4d21e5c1d75e15c5fb6ce953
refs/heads/master
2021-04-06T00:49:28.507851
2018-04-03T07:09:38
2018-04-03T07:09:38
125,223,231
0
0
null
null
null
null
UTF-8
Java
false
false
1,881
java
package simpledb.remote; import simpledb.server.SimpleDB; import simpledb.tx.Transaction; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; /** * The RMI server-side implementation of RemoteConnection. * @author Edward Sciore */ @SuppressWarnings("serial") class RemoteConnec...
[ "michele.tedesco487@virgilio.it" ]
michele.tedesco487@virgilio.it
37255df3739f8aa31188b6ec0a68ad8770812431
be2cf493dadcd9a31d0582b793bb605191173484
/src/main/java/learn/calorietracker/controllers/LogEntryController.java
47e0d11fb88dc1bb3ec7d8bfc2798c896f097df7
[]
no_license
kdonelson/dev10-calorietracker-jdbctemplate
2092f03344ec047e268f9cadfdc0f2f8a46641ea
fee79e86c0852591e053e6a758e5381d03f0bf8c
refs/heads/main
2023-02-27T07:00:03.776588
2021-01-28T22:22:59
2021-01-28T22:22:59
332,900,943
0
0
null
2021-01-28T22:23:01
2021-01-25T22:23:37
Java
UTF-8
Java
false
false
2,164
java
package learn.calorietracker.controllers; import learn.calorietracker.domain.LogEntryResult; import learn.calorietracker.domain.LogEntryService; import learn.calorietracker.models.LogEntry; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.a...
[ "kdonelson@genesis10.com" ]
kdonelson@genesis10.com
f9075ef4e913c531d6e52fd93bb811e16709ca07
5b84eff937375f68b76a60ef29dea9bedfb3444e
/src/test/java/com/nagel/api/FlightPlanControllerIT.java
286651268a7812725c73394186ccf509387af06b
[]
no_license
armine28/airflux
8c2a9df330eea778b45f1a700b00149fb89fe499
8a559fcc7372790b08fac2f26c2c5eab1d092937
refs/heads/feature/airflux-task
2020-03-31T16:37:34.098327
2018-10-14T20:01:16
2018-10-14T20:01:16
152,382,902
0
1
null
2018-10-14T20:01:17
2018-10-10T07:42:20
Java
UTF-8
Java
false
false
2,844
java
package com.nagel.api; import com.google.common.collect.ImmutableList; import com.nagel.api.error.exception.AirportNotFoundException; import com.nagel.api.response.Flight; import com.nagel.common.AirportSign; import com.nagel.config.Application; import com.nagel.service.AirportService; import org.junit.Test; import or...
[ "armin@Julias-MBP.fritz.box" ]
armin@Julias-MBP.fritz.box
e3443264e73456b091f591736f7f8268e5217c80
ccbaabfc53561b0ae740e4ae82d4ebdb7a781c58
/src/test/java/com/spartaglobal/tlg/JSONJackson/AppTest.java
26a1d49abbe6366ce739d06c798a41da09fd6dac
[]
no_license
toby7794/JSONJackson
ab9413f8a739786ded56cc1d61d063567f30640b
64844aed0893b6005d737fef18166eb4c289cebc
refs/heads/master
2020-05-16T19:13:40.832432
2019-04-25T08:33:53
2019-04-25T08:33:53
183,252,478
0
0
null
null
null
null
UTF-8
Java
false
false
304
java
package com.spartaglobal.tlg.JSONJackson; import static org.junit.Assert.assertTrue; import org.junit.Test; /** * Unit test for simple App. */ public class AppTest { /** * Rigorous Test :-) */ @Test public void shouldAnswerWithTrue() { assertTrue( true ); } }
[ "TGoddard@spartaglobal.com" ]
TGoddard@spartaglobal.com
e6ffdcdcb4ad1f84f117ed69922507b837169edb
36bf98918aebe18c97381705bbd0998dd67e356f
/projects/argouml-0.34/argouml/src/argouml-core-model-mdr/src/org/argouml/model/mdr/UndoUmlHelperDecorator.java
9da756595a63302d970225572543e8b8cce19c87
[]
no_license
ESSeRE-Lab/qualitas.class-corpus
cb9513f115f7d9a72410b3f5a72636d14e4853ea
940f5f2cf0b3dc4bd159cbfd49d5c1ee4d06d213
refs/heads/master
2020-12-24T21:22:32.381385
2016-05-17T14:03:21
2016-05-17T14:03:21
59,008,169
2
1
null
null
null
null
UTF-8
Java
false
false
2,669
java
/* $Id: UndoUmlHelperDecorator.java 17765 2010-01-11 21:20:14Z linus $ ***************************************************************************** * Copyright (c) 2009 Contributors - see below * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Pu...
[ "marco.zanoni@disco.unimib.it" ]
marco.zanoni@disco.unimib.it
89f5029b0e0daa0e82a3ad7eaaa1ef6bf0264e8b
480a0d66554091e9059192903c2b4c8fa9664083
/src/ar/edu/untdf/labprog/tp1/ejer5/sol/SortListIntStrategy.java
c1d2d80243cc8d9f5e9bef79fe0a9b0683e95dd0
[]
no_license
derlisjeremias/LabProg2013_tp1
40931e45c1cb5eae15b9945f1055a26f9c941f72
66cb991705fef62a2f62135410b05430137be09d
refs/heads/master
2021-01-18T10:41:49.185304
2013-04-22T02:19:15
2013-04-22T02:19:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
293
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ar.edu.untdf.labprog.tp1.ejer5.sol; /** * * @author Jere */ public interface SortListIntStrategy { public void setList(int[] aList); public void sort(); }
[ "Jere@Jere-PC" ]
Jere@Jere-PC
c02ed02fe9913f1dc83848248256649fd90fc16d
a4bff513038d59d5e5cde81997b75d45bd76aecb
/Semana9/RayTracer1/src/Math/Vector4.java
64bf08288d695dce3bd0da8feec4c2c4a99cfbdb
[]
no_license
imurielr/Computer-graphics
542c6101d960644f6f69b2e95507680eb41c0bd9
4e927e32adccefe914cf7ecd2a89408c98b774c3
refs/heads/master
2021-01-15T05:51:30.333211
2020-02-25T02:55:13
2020-02-25T02:55:13
242,894,786
0
0
null
null
null
null
UTF-8
Java
false
false
6,775
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 Math; /** * * @author htrefftz */ public class Vector4 { /** * x, y and z coordinates are stored in an array with...
[ "isamuriel@MacBook-Pro-de-Isa.local" ]
isamuriel@MacBook-Pro-de-Isa.local
390c0915d824606f9f7774b033b400b68986e383
c1e81483ad5d91c26ca273644b27f5a038387126
/MyBatis-Config/src/main/java/com/atguigu/mybatis/bean/Employee.java
612b560804a6baf98ae479324aed175099986e0b
[]
no_license
mu15182/MyBatis
acf63c8abfc3b9021e51d850f0ca3893075cc58a
580728cc19711bf1636a18fbfbfe3f739c9d7d28
refs/heads/master
2023-07-13T06:31:33.416523
2021-08-22T11:44:04
2021-08-22T11:44:04
398,770,790
0
0
null
null
null
null
UTF-8
Java
false
false
257
java
package com.atguigu.mybatis.bean; import lombok.Data; import org.apache.ibatis.type.Alias; @Data @Alias(value = "employee") public class Employee { private String id; private String lastName; private double sal; private String deptno; }
[ "1765641153@qq.com" ]
1765641153@qq.com
13323e3d97dfdc136d6125a773dec5e1b150a82c
afb52c5d1000c8afc6de5d533a5a70745fd97a5f
/Inlab3/GroceryItem.java
01c3ee66d432424bdc6fba1d63af772834217511
[]
no_license
EthanMiller2/CSCI-111-Intro-To-Java
76f2642d2298d5c806f482bdeaafd410f599cfcc
61680cec08cdce3e033306859936896ae10b4911
refs/heads/master
2020-12-02T23:36:14.117688
2019-12-31T23:13:05
2019-12-31T23:13:05
231,155,064
0
0
null
null
null
null
UTF-8
Java
false
false
793
java
/** * * * @author (Ethan Miller) * @version (20 Sept 2016 ) */ public class GroceryItem { private String name; //item name private double cost; //cost of 1 unit of item private int stockNum; // constructor for GroceryItems public GroceryItem(String inName, double inCost, ...
[ "noreply@github.com" ]
noreply@github.com
41cf2f15c0b9e57387c025d19dd7c582a5c0d86f
8418693407524990398234cded53a63ac3c808ad
/lernfesttool-gui/src/main/java/de/rincewind/gui/panes/editors/PaneHelperEditor.java
5a008cd8b900f9424cbf0b709db48f50e964191c
[]
no_license
Rincewind34/Lernfesttool
73aa8d3d6805c7256d89ddb8235c83c704044981
cb26c827fe6a48b11726060fb4aac3db59db6dfd
refs/heads/master
2021-01-19T22:05:15.584689
2017-04-22T16:52:53
2017-04-22T16:52:53
88,749,480
1
0
null
null
null
null
UTF-8
Java
false
false
725
java
package de.rincewind.gui.panes.editors; import java.util.Arrays; import javafx.scene.layout.VBox; import de.rincewind.api.Helper; import de.rincewind.gui.controller.editors.ControllerHelperEditor; import de.rincewind.gui.panes.abstracts.PaneEditor; import de.rincewind.gui.util.TabHandler; public class PaneHelperEdit...
[ "rincewind34@wtnet.de" ]
rincewind34@wtnet.de
b7c6624ebe02ef6ed1de22c8f1763ed10a7d9c12
e6f5120b3263b419cf743865dc5850d0c4678ef1
/src/main/java/com/sellinall/shopify/init/InitSKUMap.java
31188b0784f026d2b9f5bce24e90ead3d24ac0a0
[]
no_license
sathiya-sellinall/shopify-test
c66719e16240fed05ecc30ab513f3585fc8c40cf
e96438349114369d6313a72ea8c1190dae9e4395
refs/heads/master
2021-07-23T04:47:34.653444
2020-04-07T05:13:55
2020-04-07T05:13:55
253,687,208
0
0
null
2021-07-07T06:23:43
2020-04-07T04:30:48
Java
UTF-8
Java
false
false
634
java
/** * */ package com.sellinall.shopify.init; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.log4j.Logger; import org.codehaus.jettison.json.JSONObject; /** * @author malli * */ public class InitSKUMap implements Processor { static Logger log = Logger.getLogger(InitSKUMap...
[ "sathiya@sellinall.com" ]
sathiya@sellinall.com
c53cbd08179556a8064dc74a25a32b9a588da009
4956e2651640a7a3574bc670c216b13ae92969dd
/app/src/main/java/org/c19x/data/type/ContactPattern.java
34945faf9978f337c5bede656b8ad8da558b0d4d
[ "MIT" ]
permissive
emotionrobots/C19X-Android
74baa7b2c9400266e4b73f8008a6334ac2dc27c1
564f1a1ce0c19a59e4418a1453f8fb90e331ffd1
refs/heads/master
2022-12-11T07:04:32.324548
2020-07-09T12:26:49
2020-07-09T12:26:49
290,578,815
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package org.c19x.data.type; public class ContactPattern { public String value; public ContactPattern(final String value) { this.value = value; } @Override public String toString() { return "ContactPattern{" + "value='" + value + '\'' + '}'; } }
[ "support@c19x.org" ]
support@c19x.org
b3e4b9ba5a246fb2bb349ddc1ba31ad196355395
b98c635746a6abbea60e78a18aa63ce8646e4bdd
/monitoring/src/main/java/de/hub/cs/dbis/aeolus/monitoring/throughput/ThroughputCounterSpoutOutputCollector.java
dabc3d9b5a4c984f29acc84951334d7981e1ed3a
[ "Apache-2.0" ]
permissive
InsightsDev-dev/aeolus
56e5b8693d85f45434c7b02f4404cded9f6d8a12
32f3a34f153a32ca87cdfa3fa063eb6bdb159c10
refs/heads/master
2020-12-24T09:07:48.734615
2016-07-23T20:55:47
2016-07-23T20:55:47
69,042,504
0
0
null
2016-09-23T16:33:21
2016-09-23T16:33:21
null
UTF-8
Java
false
false
3,073
java
/* * #! * % * Copyright (C) 2014 - 2016 Humboldt-Universität zu Berlin * % * 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 * * U...
[ "mjsax@informatik.hu-berlin.de" ]
mjsax@informatik.hu-berlin.de
dcda9878b4017d757ac1385db666e7e4193180d5
2061092e898d99f008ae727771c42747f6dce83a
/src/main/java/com/soud/jaba/util/RegexSplitUtils.java
ef4179ffef6a05229ef06c4bd9c71022440978b1
[]
no_license
porsukali/Jaba
0534c9271299336844594decbe56675b5bdad29a
6c5e46516fe63265c2d414ab94f52fe349ac1ebf
refs/heads/master
2023-03-16T20:02:38.238991
2019-08-19T07:14:37
2019-08-19T07:14:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,021
java
package com.soud.jaba.util; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * @author Soud */ public class RegexSplitUtils { /** * 根据 pattern 把字符串 str 分割出来,匹配与不匹配部分皆保留。 * 详见:com.soud.jaba.JabaCutTest#testSplit() */ publ...
[ "soud95@163.com" ]
soud95@163.com
306b95d329a4891191179e0e34e32f6189554da0
330729ecb0f7185345a9b3d73d386004be3edf01
/basex-core/src/main/java/org/basex/query/func/fn/FnNumber.java
757d4600d47a6262fe1058322d162b4708342e46
[ "BSD-3-Clause" ]
permissive
bryanchance/basex
f9e3ca99a3c41f97790b002af48a65bdb956f67d
a18a092b11a5240075b081ffd301014f0dc00edf
refs/heads/master
2020-04-27T20:15:02.231646
2019-03-08T12:10:37
2019-03-08T12:10:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,246
java
package org.basex.query.func.fn; import org.basex.query.*; import org.basex.query.expr.*; import org.basex.query.value.item.*; import org.basex.query.value.type.*; import org.basex.util.*; /** * Function implementation. * * @author BaseX Team 2005-19, BSD License * @author Christian Gruen */ public final class F...
[ "christian.gruen@gmail.com" ]
christian.gruen@gmail.com
876e659b1b3fd6cdd094e1e17b68b80004334b7c
6c20f1c49aedf1c4d42556920a1e3866d6dc4be9
/src/main/java/com/xugah/exam/security/SecurityUtils.java
9f007097706e5e65f2a7f508b2efb9a696cb5fb1
[]
no_license
aazipperer/exam
309a8ff88b0bb8dc802f9885ec83c1b0842901da
29938a2603708fa202c63c4ba98e0ecc4fa22833
refs/heads/master
2016-09-05T10:37:35.022461
2014-10-28T23:35:27
2014-10-28T23:35:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,958
java
package com.xugah.exam.security; import org.springframework.security.core.Authentication; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.context.SecurityContext; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.secur...
[ "fredo.br@gmail.com" ]
fredo.br@gmail.com
09bf123ccc499e5cc552fc515f1cdf3e55e9ec6f
d2d80c36a2b7f0495d59a6b1dd942b89678aabde
/platforms/android/src/br/com/jeitto/phonegap/MainActivity.java
1d7ceb527480fc7a39c2d6441fa6b2bb1b43ecb6
[]
no_license
cauerego/jeitto
3938f271c98b6eeafdfbb0cde6374817c8d79395
1637d38a70827e9a949be0f9a7f8e37487fcada3
refs/heads/master
2021-01-10T13:30:49.074926
2015-10-27T23:20:24
2015-10-27T23:20:24
45,069,341
0
0
null
null
null
null
UTF-8
Java
false
false
1,215
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...
[ "caue@cregox.com" ]
caue@cregox.com
4d842f176d1f16c3234da23117f700def4274101
582571cf75e603ae639a8b8af4e31476a11129fa
/src/test/java/com/github/hasys/TrafficViolationTest.java
7d3670ae5ce98f571a8793e28f1646ef7c981975
[ "Apache-2.0" ]
permissive
hasys/QuickServiceTest
f6ae85fd9b5559e841c6766dfd7dde0f6344791a
357f05525dd9bd1b71efd8f98c6d7c95724a3a5d
refs/heads/main
2023-06-09T21:23:20.227074
2021-07-02T14:49:26
2021-07-02T14:50:00
382,377,117
0
0
null
null
null
null
UTF-8
Java
false
false
1,650
java
/* * Copyright 2021 Red Hat, Inc. and/or its affiliates. * * 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 a...
[ "kgaevski@redhat.com" ]
kgaevski@redhat.com
7680f5156befa148a26757be921b0f7e153c1738
7e2de44520d02ea2f4b4c8891be33853fb54ec00
/app/src/main/java/com/mtsealove/github/food_delivery/Design/TitleView.java
6fe4ab954af623b41572176f29bc147adf45a82e
[]
no_license
mtsealove/FoodDeliveryAndroid
e01074f75ca15cfbf01bc3f97ae15c4bdcabd551
42d1fcf2922ecc24e8908a679bceb8b4e3af48fa
refs/heads/master
2020-09-07T03:11:45.386619
2019-11-17T12:56:33
2019-11-17T12:56:33
220,639,182
0
0
null
null
null
null
UTF-8
Java
false
false
2,640
java
package com.mtsealove.github.food_delivery.Design; import android.content.Context; import android.content.Intent; import android.util.AttributeSet; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.widget.ImageView; import android.widget.RelativeLayout; import com.mt...
[ "40752097+mtsealove@users.noreply.github.com" ]
40752097+mtsealove@users.noreply.github.com
9d8ab4f942e29b7cd34cace1b98eee5e40d5dc1a
d145a722f56e7b6e6584c7a2eb6de7c7500761e9
/src/modelo/Endereco.java
7bbaf3857bcd25f4a8ac5be5710de62bad31342c
[]
no_license
Gerlan-Ferreira/PJRevisaoJava
b4bb4194519f55871c994f870a6b39a7d4729eec
2c0b2c58882e420509ada6b46702f18e9d1ad279
refs/heads/master
2021-01-01T23:59:36.239920
2020-02-12T02:16:51
2020-02-12T02:16:51
239,402,019
0
0
null
null
null
null
UTF-8
Java
false
false
793
java
package modelo; public class Endereco { private int id_end; private String rua; private String bairro; private String cidade; public Endereco() { } public Endereco(int id_end, String rua, String bairro, String cidade) { super(); this.id_end = id_end; this.rua = rua; this.bairro = bairro; ...
[ "gerlan.ferr@gmail.com" ]
gerlan.ferr@gmail.com
bc53aef8a42546bc71db3910387285a67c9134a7
d30ab70db08ee104a941afeb2417573c2f9d295f
/android/app/src/main/java/com/customeraccount/MainApplication.java
30c725fbac08712a705c551cdb25be99dc0d2f6a
[]
no_license
AlphaDevTeam/Scotts_Customer_Account
c8aaaaf9209082e794c57924b580be435f9e8cea
5800459d308965e78542889961ff5a0a21d06887
refs/heads/master
2021-01-19T17:20:44.124269
2017-05-15T19:41:44
2017-05-15T19:41:44
82,449,154
0
0
null
null
null
null
UTF-8
Java
false
false
1,036
java
package com.customeraccount; import android.app.Application; import android.util.Log; import com.facebook.react.ReactApplication; import com.facebook.react.ReactInstanceManager; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.shell.MainReactPackage; import ...
[ "dhanush@alphadevs.com" ]
dhanush@alphadevs.com
7a81b3487a750d1077f7995ca7bcddeaec5f8c47
a42a0e143efc60cd8bd4c9c0dcc80a03a156a054
/app/src/test/java/com/jucsinyu/lovecoding/ExampleUnitTest.java
3c308147a4654fc18e1758ee024a275ed3ac7ae0
[]
no_license
DurianSUN/Latest-demo-for-Android
b8cc3e1c8cf8c12dd3d570283f96d375cc93bffe
6cf7bb68d3d9d056229ba0dc4c0793ee80eb9a8b
refs/heads/master
2021-01-01T05:27:21.196673
2016-04-10T14:26:42
2016-04-10T14:26:42
56,365,235
0
0
null
null
null
null
UTF-8
Java
false
false
316
java
package com.jucsinyu.lovecoding; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "1033784992@qq.com" ]
1033784992@qq.com
0d75fbb501237b9a28bd8b51f3be4b05a7e2f6d7
570f0b28280863dd2b75938680af9d05f235733f
/app/src/main/java/com/example/reqres/model/data.java
4cbbe99024d582d4ad838b127fe07bb2010038c5
[]
no_license
mthakkar226/ReqRes
f83b3f0a52b446c3d3b192da476a3dc801bc4222
c4f2bfc0ea2bca19b853fa324a9839ed5b3f063e
refs/heads/master
2020-06-18T04:31:14.679955
2019-07-10T09:16:08
2019-07-10T09:16:08
196,146,291
0
0
null
null
null
null
UTF-8
Java
false
false
1,830
java
package com.example.reqres.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class data { @SerializedName("id") @Expose Integer id; @SerializedName("name") @Expose String name; @SerializedName("job") @Expose String job; ...
[ "mthakkar226@gmail.com" ]
mthakkar226@gmail.com
6e885f43c58fede9ac650dd1d2505562355628df
e9ece774e955791eecd63f62f8dd47bd2e1e3b0e
/src/test/java/stepDefinations/profile_tab.java
7d53fab289de794f920264500b84fc3f282527b8
[]
no_license
AlexandrMay/spacepassios2
eb6dcf78ed0fa1b51d12fe9643e9fbc8c124d58b
fc6548b3235d965760b57810a476823b32002400
refs/heads/master
2020-03-22T21:35:03.142541
2018-07-12T12:14:14
2018-07-12T12:14:14
140,697,979
0
0
null
null
null
null
UTF-8
Java
false
false
3,026
java
package stepDefinations; import Properties.Caps; import Screens.AuthorizationScreen; import Screens.BookSpaceScreen; import Screens.OnboardingScreen; import Screens.ProfileTabScreen; import cucumber.api.DataTable; import cucumber.api.Scenario; import cucumber.api.java.After; import cucumber.api.java.en.And; import cu...
[ "maysalexandr@gmail.com" ]
maysalexandr@gmail.com
8e0092f5fe7ac2f1ba98b6bada1f4f8b7b426c5e
1d89f07e856611623df943f5f0dee6d2185fb7c4
/app/src/main/java/com/app/goldenhealth/presenter/impl/CauHoiMucDoPresenterImpl.java
98b3389d0dcf21d7bae80a3ec85a98f57859fdd1
[]
no_license
namtv1997/golde
5d67ea096a465f62ea2ed081ab3b3fea693b8532
05cc930568c812b4ee7821da8b155f10d29bcd4d
refs/heads/master
2020-11-30T18:52:01.067064
2019-12-27T14:30:11
2019-12-27T14:30:11
230,457,807
0
0
null
null
null
null
UTF-8
Java
false
false
420
java
package com.app.goldenhealth.presenter.impl; import com.app.goldenhealth.base.BasePresenterImpl; import com.app.goldenhealth.presenter.CauHoiMucDoPresenter; import com.app.goldenhealth.ui.fragment.CauHoiMucDoView; public class CauHoiMucDoPresenterImpl extends BasePresenterImpl<CauHoiMucDoView> implements CauHoiMucDoP...
[ "nam.ta.intern@ntq-solution.com.vn" ]
nam.ta.intern@ntq-solution.com.vn
b43df7ac4d6810aaf0f5e3c94c7115aceb3c7f79
4a68a3afeb5b56cdfb5d84974347f51f5eca5d09
/src/main/java/study/designpattern/command/commandlist/GarageDoor.java
bb25d0d11bf4e3f878ef4fb69012aa2684ce499c
[]
no_license
luvram/design-pattern-study
9bbddb2a2ed84806ac2852086657458b8a8245c9
f50932876be877c8d57306c50a63fc57d3a6b019
refs/heads/master
2023-04-15T10:47:28.106438
2021-04-20T13:31:35
2021-04-20T13:31:35
352,915,657
1
0
null
null
null
null
UTF-8
Java
false
false
586
java
package study.designpattern.command.commandlist; public class GarageDoor { String location; public GarageDoor(String location) { this.location = location; } public void up() { System.out.println(location + " garage Door is Up"); } public void down() { System.out.println(location + " garage Door is Down"...
[ "sahul0804@gmail.com" ]
sahul0804@gmail.com
ea75a4625a5d6b57183ca8cd470e8119b7db4a12
c0605b5048bd9ba4135c951d257d068e75a7eccb
/app/src/main/java/com/cmnd97/bucharestcitytour/WelcomeFragment.java
164fdb5e4938147788d9f7d703820f3290b1e390
[]
no_license
cmnd97/BucharestCityTour
dc4d2dedf134f0214e233e4941b5a72b6a34cad5
fc6951c1d23f14e277a140b6b93905d529d36996
refs/heads/master
2021-01-22T01:14:31.338626
2017-09-12T10:51:03
2017-09-12T10:51:03
102,214,920
0
0
null
null
null
null
UTF-8
Java
false
false
1,063
java
package com.cmnd97.bucharestcitytour; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class WelcomeFragment extends Fragment { private OnFragmentInteractionListener mLis...
[ "cristian.mandica97@gmail.com" ]
cristian.mandica97@gmail.com
7b1ad0cf5a7701ffda3f402508b9685af5e6b1b6
66e82cdae6b47ccce2729d91c933a0996ccfb07c
/doc/ESA/JPA_Factura/JavaSource/cursojpa/facturacion/controladores/BusquedaProductoControlador.java
7be359eb7d5637385babdc76396fdba71058f83f
[]
no_license
hernanludena/kendo-boostrap-angular-exercises
5813c2eeb656c63294c2b826067b652e84f83d2b
ce2645299363b0fc09f9e10636eec40f5ea14073
refs/heads/master
2022-06-09T13:23:12.279702
2020-05-05T18:41:01
2020-05-05T18:41:01
261,554,164
1
0
null
null
null
null
UTF-8
Java
false
false
1,141
java
package cursojpa.facturacion.controladores; import java.util.ArrayList; import java.util.List; import javax.ejb.EJB; import javax.faces.bean.ManagedBean; import cursojpa.facturacion.entidades.Producto; import cursojpa.facturacion.servicios.ProductoServicio; @ManagedBean public class BusquedaProductoControlador { ...
[ "hludena@todo1.com" ]
hludena@todo1.com
8b487f8bbbd5c27d4a45da5038042f9836f4ab69
75950d61f2e7517f3fe4c32f0109b203d41466bf
/modules/tags/fabric3-modules-parent-pom-0.7/kernel/api/fabric3-api/src/main/java/org/fabric3/api/annotation/logging/LogLevels.java
94784705a414bb56be028d61b6501a03e84371ae
[]
no_license
codehaus/fabric3
3677d558dca066fb58845db5b0ad73d951acf880
491ff9ddaff6cb47cbb4452e4ddbf715314cd340
refs/heads/master
2023-07-20T00:34:33.992727
2012-10-31T16:32:19
2012-10-31T16:32:19
36,338,853
0
0
null
null
null
null
MacCentralEurope
Java
false
false
2,529
java
/* * Fabric3 * Copyright © 2008 Metaform Systems Limited * * This proprietary software may be used only connection with the Fabric3 license * (the “License”), a copy of which is included in the software or may be * obtained at: http://www.metaformsystems.com/licenses/license.html. * Software distributed under t...
[ "meerajk@83866bfc-822f-0410-aa35-bd5043b85eaf" ]
meerajk@83866bfc-822f-0410-aa35-bd5043b85eaf
1138c3c87f2f7f262b6bfbbbb297cca36e6e6e77
0223b74dbda5e9ce6b003a02f3379ee0e43b7ac7
/xwder-framework-utils/src/main/java/com/xwder/framework/utils/reflect/ReflectUtils.java
6048a68e326d7bcc92f2ea42b2e9039edc983434
[]
no_license
xwder/xwder
9b7ea06daabf50dc703c7c33946a447a1f338e19
e382f6be9907aeb37e3d3a11823924ef181e8db7
refs/heads/master
2023-07-07T02:35:59.352888
2019-11-26T16:36:46
2019-11-26T16:36:46
390,979,051
0
0
null
null
null
null
UTF-8
Java
false
false
14,278
java
package com.xwder.framework.utils.reflect; import com.xwder.framework.utils.date.DateUtils; import com.xwder.framework.utils.text.Convert; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.Validate; import org.apache.poi.ss.usermodel.DateUtil; import org.slf4j.Logger; import org.slf4j.Logger...
[ "xwdercom@gmail.com" ]
xwdercom@gmail.com
2a7f66c6184d0d71d609af17eff155bc4695c098
a4bbfc28cac46ab2200cd680afde0f3425239252
/Lab4/lab4_part2_shapes/Circle.java
68c005b7b94dad6646e427942925a7465dbef326
[]
no_license
wilsonteng97/CZ2002-Object-Oriented-Design-Programming-Labs
2cb2403e2d3130c5ca37aac9e31c58a98547b9b2
cd5c913736c2dce8e35edec8f3c9199e37397031
refs/heads/master
2022-02-24T13:19:38.455558
2019-10-12T04:50:11
2019-10-12T04:50:11
206,215,303
0
0
null
null
null
null
UTF-8
Java
false
false
854
java
package lab4_part2_shapes; import java.lang.Math; import java.util.Scanner; public class Circle extends Shape { private static final int DIMENSION = 2; private static final double PI = Math.PI; private double radius; private int dimension; // Constructor public Circle() { this.dimension = DIMENSION; } ...
[ "wilsonteng89@gmail.com" ]
wilsonteng89@gmail.com
9113970ae20a4a8e719c2039a5c849c415133cb2
8b93f7dc20bed3a1b2011915bd3f1be4e8d50d3c
/src/main/java/io/github/leleueri/keyring/KeystoreVerticle.java
4d0abcdc9128e67ba07d1d6fa1e11cb7fa9e3cae
[ "Apache-2.0" ]
permissive
leleueri/keyring
78c4d12a4beeff24c1d393a47279bddbec5b043c
403ed8276e853dfc576abf8d03c288f844dc15f1
refs/heads/master
2021-01-10T08:39:39.018921
2016-01-20T20:07:33
2016-01-20T20:07:33
43,837,800
0
0
null
null
null
null
UTF-8
Java
false
false
6,596
java
package io.github.leleueri.keyring; import io.github.leleueri.keyring.bean.SecretKey; import io.github.leleueri.keyring.exception.KeyringApplicativeException; import io.github.leleueri.keyring.exception.KeyringConfigurationException; import io.github.leleueri.keyring.provider.KeystoreProvider; import io.vertx.core.Abs...
[ "eric.leleu.dev+github@gmail.com" ]
eric.leleu.dev+github@gmail.com
d176fb5fd9e67c07d7f92cc5d8fd321bfd8124e6
4047d224c991a73cff9ce8e831391a6446512bfb
/src/main/java/tutoria/domingo/web/WebCliente.java
1fb8182c2f4d370e446ef3d0a8ac813ee5d85e20
[]
no_license
Sergiops8/back_domingo
597e41bd774a0921303b4e13fd44f3a2f3d65e35
9fff26bf529df52ea69ddc0aa99749173f95cfb9
refs/heads/master
2023-08-20T06:32:07.650436
2021-10-26T01:52:07
2021-10-26T01:52:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,230
java
/* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template */ package tutoria.domingo.web; import java.util.List; import java.util.Optional; import org.springframework.beans.factory...
[ "sergio.pena1.mt@correo.usa.edu.co" ]
sergio.pena1.mt@correo.usa.edu.co
93e2805a7940f14680ae769107088a791f4ca817
77b819c4cbd8ea2599ad6745a44444a610090502
/selinium/src/main/java/selinium/linkAccess.java
a76e9807f8a3284451733d3932ad847440880435
[]
no_license
santhosh-01/selenium_example
934be29e09c4e867e9219e073cc164c0419e7a73
269efc07af1d6abe2f468c5e6e1a7cef22692092
refs/heads/master
2023-08-21T23:02:23.725298
2021-10-17T14:07:15
2021-10-17T14:07:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,281
java
package selinium; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; public class linkAccess { public static void main(String[] args) { System.setProperty("webdri...
[ "Admin@DESKTOP-Q7J3BI5" ]
Admin@DESKTOP-Q7J3BI5
bbad47ed24e84cf9d7658c0089f510bf8f3310c9
d6e251b244f224e766a843363165b084d1fa5e84
/app/src/main/java/com/techmorshed/blogapplication/adapter/BlogRecyclerAdapter.java
dab6d6702166bd5e140fdc8cd6b3b881ae5cb115
[]
no_license
Morshed-islam/BlogApplication
71c60c3733008c7750f6b3c51b903f0368fccb3a
653e048a35c74a14115d5dea619d6d76c8fb29df
refs/heads/master
2021-04-15T06:13:45.829075
2018-03-23T20:18:23
2018-03-23T20:18:23
126,534,821
0
0
null
null
null
null
UTF-8
Java
false
false
4,488
java
package com.techmorshed.blogapplication.adapter; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.text.format.DateFormat; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.w...
[ "morshedislam21@gmail.com" ]
morshedislam21@gmail.com
5766d8e935e20ed860bafd43081a4120c989294d
81a6dca5c8f3dec7f0495b2c3ef8007c8a060612
/hybris/bin/platform/bootstrap/gensrc/de/hybris/platform/smarteditwebservices/data/SmarteditLanguageData.java
ab4e251bf0cf15d2679807d1bd9b55e09ecdb58a
[]
no_license
BaggaShivanshu/hybris-hy400
d8dbf4aba43b3dccfef7582b687480dafaa69b0b
6914d3fc7947dcfb2bbe87f59d636525187c72ad
refs/heads/master
2020-04-22T09:41:49.504834
2018-12-04T18:44:28
2018-12-04T18:44:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,023
java
/* * ---------------------------------------------------------------- * --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! * --- Generated at May 8, 2018 2:42:48 PM * ---------------------------------------------------------------- * * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affili...
[ "richard.leiva@digitaslbi.com" ]
richard.leiva@digitaslbi.com
18e09708cf099a042b68ee183f1194daa3ad455b
e054625d2c83c00240d0ab9e6c810e3392d22841
/eidpweb/src/main/java/uk/ac/ucl/eidp/service/AuthResource.java
32debb3111983bf5e4cef789ab80ced9f516bcd8
[ "Apache-2.0" ]
permissive
UCL/EIDP-4
aa070aa57e362218185b31587135ea170f35e271
7a14670d8737b493cea54b09c110611cd289ba5f
refs/heads/master
2021-06-11T14:03:06.717047
2017-06-28T14:16:49
2017-06-28T14:16:49
34,864,911
0
0
Apache-2.0
2021-02-15T04:12:44
2015-04-30T16:32:35
Java
UTF-8
Java
false
false
2,377
java
package uk.ac.ucl.eidp.service; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiResponse; import io.swagger.annotations.ApiResponses; import uk.ac.ucl.eidp.auth.AuthAccess; import uk.ac.ucl.eidp.auth.AuthControllerLocal; import uk.ac.ucl.eidp.auth.AuthLog...
[ "d.guzman@ucl.ac.uk" ]
d.guzman@ucl.ac.uk
224db2fe6defd14e29d5ae233b4546644c578607
d5c6333459524d0e8ebb751f05e9c34006cb8e95
/src/main/java/gxj/study/demo/juc/VolatileExample3.java
08f77b5ab59b43c92a2377f8391ae84f84f0bb0e
[]
no_license
shineguo1/springDemo
2cafca5b3f10da40946d5ab94b88eb4cfe49b2d3
97dbeafa911308ef3a111cc967a519166aa14de9
refs/heads/master1
2023-06-21T16:15:26.076134
2023-06-01T05:45:40
2023-06-01T05:45:40
221,106,307
3
0
null
2023-06-14T22:32:53
2019-11-12T01:48:40
Java
UTF-8
Java
false
false
2,075
java
package gxj.study.demo.juc; /** * @author xinjie_guo * @version 1.0.0 createTime: 2019/11/14 11:53 * @description 线程内写指令重排证明 -》未成功 */ public class VolatileExample3 { private static volatile int a = 1; Thread threadA = new Thread(() -> { MyData.getInstance().change_status(); }); Thread ...
[ "xinjie_guo@xinyan.com" ]
xinjie_guo@xinyan.com
9c926063fc667057161f3b0d9407aad831200f8c
9bac6b22d956192ba16d154fca68308c75052cbb
/icmsint-ejb/src/main/java/hk/judiciary/icmsint/model/sysinf/inf/gdnid2j/GDNIMsgD2J.java
8c359cc9204eb6f11ad449ef79f20cb97e6823fa
[]
no_license
peterso05168/icmsint
9d4723781a6666cae8b72d42713467614699b66d
79461c4dc34c41b2533587ea3815d6275731a0a8
refs/heads/master
2020-06-25T07:32:54.932397
2017-07-13T10:54:56
2017-07-13T10:54:56
96,960,773
0
0
null
null
null
null
UTF-8
Java
false
false
8,183
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.06....
[ "chiu.cheukman@gmail.com" ]
chiu.cheukman@gmail.com
163bd7c3996771cb4d44115ff89b7a5888b22d1b
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/TIME-7b-1-16-SPEA2-WeightedSum:TestLen:CallDiversity/org/joda/time/field/FieldUtils_ESTest.java
9025e5d616bda938622ef4d3dd64e36de887f9ec
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
1,130
java
/* * This file was automatically generated by EvoSuite * Sun Jan 19 11:52:26 UTC 2020 */ package org.joda.time.field; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; ...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
b329acbf8755c0c1e127caa17d1f9e119c48d88f
167c972a86f7e98e85f7afddfe815dbba3d2c78a
/test/benchmarkFiles/type2/NeutralView.java
2aa27423dc20ac44364c0a91f1ecf68e090e41b9
[]
no_license
synchi/Software-Evolution
5b0cb1797560c9a64dfc20271642512f989c2856
3a658f9b76f46c8f8772bc2c517f74e9bfff09bb
refs/heads/master
2021-08-30T20:37:47.896932
2017-12-19T10:35:25
2017-12-19T10:35:25
109,130,112
1
1
null
null
null
null
UTF-8
Java
false
false
6,300
java
/* ============================================================= * SmallSQL : a free Java DBMS library for the Java(tm) platform * ============================================================= * * (C) Copyright 2004-2011, by Volker Berlin. * * Project Info: http://www.smallsql.de/ * * This library is f...
[ "sara@mollie.com" ]
sara@mollie.com
f52858323b67272b3d6ad82e34f2b88f2d26cb62
66dc762b19325af56838f34fc3a2d6d87a58a577
/src/main/java/ru/graduation/util/exception/TimeNotValidException.java
203762680a4849a9dcf62415a54bd15312e16e7f
[]
no_license
minki793/graduation
4afdc2e82bec1f40e260ded94ed8f4b2b3f94801
86cdb78db8964234ea30eb601a42800cc1baef8f
refs/heads/master
2022-11-26T21:55:27.186428
2020-05-20T22:01:49
2020-05-20T22:01:49
253,783,132
0
0
null
2022-11-16T00:59:16
2020-04-07T12:14:47
Java
UTF-8
Java
false
false
313
java
package ru.graduation.util.exception; import static ru.graduation.util.ValidationUtil.TIME_LIMIT; public class TimeNotValidException extends ApplicationException { // http://stackoverflow.com/a/22358422/548473 public TimeNotValidException(String arg) { super(ErrorType.TIME_ERROR, arg); } }
[ "minki793@gmail.com" ]
minki793@gmail.com
f978039181165795633fc12fa69e55faa57acc14
6c5f5c7921592038771fd0332e9c2a705043516b
/src/Server/ServerTransaction.java
def2389226a90bf6dfdc2f9059b445c727f281c6
[]
no_license
vietdung-truong/HSNR-Coin-3rd-Iteration
ac70b85c2ec40debae703487c09bd317cba66cb4
7e7b889e95a82ca98f1fec428c2c46a6275a31fc
refs/heads/master
2020-03-25T13:28:25.234123
2018-08-14T14:08:35
2018-08-14T14:08:35
143,827,331
0
0
null
2018-08-13T08:07:19
2018-08-07T06:05:34
Java
UTF-8
Java
false
false
4,095
java
package Server; import java.security.PrivateKey; import java.security.PublicKey; import java.util.ArrayList; public class ServerTransaction { public String transactionID; public PublicKey sender; public PublicKey recipient; public Float value; public String signature; //prevent 3rd party from spen...
[ "deivatko@gmail.com" ]
deivatko@gmail.com
83de9c51cd370ccbc160681fa11d4e9757b017a3
b72e3ed397fa7ee065147810660a086150f10dd0
/app/src/main/java/com/radlab/eltiempodelemur/network/models/weatherModels/WeatherObservation.java
2bd51277d42e87bdc5c5473ecb0dee57e85bbba2
[]
no_license
Tywanek/ElTiempoDeLemur
8ff4cc803b08d18fe4601cf3ea76450e3c2f090f
1f3f7ce51faa328bd45e5ff9b80fee70eb120c47
refs/heads/master
2020-04-08T12:06:40.660736
2018-11-29T03:40:28
2018-11-29T03:40:28
159,333,443
0
0
null
null
null
null
UTF-8
Java
false
false
3,456
java
package com.radlab.eltiempodelemur.network.models.weatherModels; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class WeatherObservation { @SerializedName("lng") @Expose private Double lng; @SerializedName("observation") @Expose private S...
[ "radoslaw.tywanek@gmail.com" ]
radoslaw.tywanek@gmail.com
d3e71a4709a01f7aa27a8ac77947298b0a056995
26fbb9b76457da2d4725f3ff9fccb8c84807044c
/src/main/java/com/rrgy/person/controller/PersonProvinceController.java
6abb7015cee52b34772edabcd15fcad1c1988bd5
[ "Apache-2.0" ]
permissive
hxx688/jbweb
564b90bcb59be1692955c1c1df258c24f4c4318f
e75d0f5a5535062671ceaecbf3a2c22ae9acfce3
refs/heads/master
2021-04-12T11:18:41.310174
2018-06-11T15:43:16
2018-06-11T15:43:16
126,513,179
1
0
null
null
null
null
UTF-8
Java
false
false
4,152
java
package com.rrgy.person.controller; import java.util.List; import org.jeecgframework.poi.excel.entity.ExportParams; import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springfram...
[ "hxx688@163.com" ]
hxx688@163.com
c49126c4d6ad27589807ffbc4453cb3ab6f6fa8d
b1589b08bcc2ef841938cef0398dddefa8bfe550
/Homework03/src/Task18.java
6fd1ba0ee41501bf3d6e27f45d4cd3541659e1f0
[]
no_license
ehadzhi/IT-Talents
830141f1519b8259b6942c10a00a3758f1084d74
35793ad511a194d63dffafb7bcf3a3b9fe17dc2b
refs/heads/master
2021-05-31T00:29:10.485931
2016-03-16T23:06:02
2016-03-16T23:06:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
727
java
public class Task18 { public static void main(String[] args) { int[] arrayOne = { 18, 19, 32, 1, 3, 4, 5, 6, 7, 8 }; int[] arrayTwo = { 1, 2, 3, 4, 5, 16, 17, 18, 27, 11 }; int[] arrayThree; int arrayThreeSize; if (arrayOne.length < arrayTwo.length) { arrayThreeSize = arrayOne.length; } else { arr...
[ "Erol Hadzhi" ]
Erol Hadzhi
e1182841df5e2dd36b6de62e17047b159436e57c
7edf03a3f2246fbf9cc4cec86dcc4839f4a83e96
/DSPNGraph/src/pipe/common/EvaluationStatus.java
744fc9108f9588b7e8596a15a30a113aae7d3ba4
[]
no_license
xuchonghao/AFDXPN
4a567cde889f4ce31a5fb36878e250106c354626
01fb5ee93275fee8e13ac35a280d2117f64af03d
refs/heads/master
2021-01-22T02:28:35.133277
2017-09-03T07:17:21
2017-09-03T07:17:21
102,246,941
1
0
null
null
null
null
UTF-8
Java
false
false
1,273
java
/** * */ package pipe.common; import pipe.modules.interfaces.QueryConstants; import java.awt.Color; import java.io.Serializable; /** * @author dazz * */ public enum EvaluationStatus implements Serializable { EVALNOTSUPPORTED, EVALNOTSTARTED, EVALINPROGRESS, EVALCOMPLETE, EVALFAILED; publi...
[ "xuchonghao@buaa.edu.cn" ]
xuchonghao@buaa.edu.cn
38449a2afc82537d97cb6a7bffa1c8481b89ea65
39d58b7adeb1e0fd1e3929e44e33eee2a21a1c54
/libro/src/libro/Libro.java
d43b3f2eb6dfddeb48bc42771684a87a4a008db3
[]
no_license
k-ro84/guia-java
33b0e772b9300e1b5dc5dddc34dd08b6d8b889a9
2723f8a79a2018c1efa118b7d376fc99be2e3dfd
refs/heads/main
2023-08-23T13:19:04.827188
2021-11-02T02:43:59
2021-11-02T02:43:59
419,925,415
0
0
null
2021-11-02T02:43:59
2021-10-22T01:12:31
Java
UTF-8
Java
false
false
416
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 libro; /** * * @author K-RITO */ public class Libro { /** * @param args the command line arguments */ pu...
[ "carolinaolguin1984@yahoo.com.ar" ]
carolinaolguin1984@yahoo.com.ar
642ba1f90571d948425fe84879fdcb74d003f3bb
3bf8e6a2bd5fea3fc9842e2fc92c2c3217ff55fa
/app/src/main/java/com/chetuhui/lcj/chezhubao_x/model/IhelpBean.java
67ca2a4508abffa72435ff37c5eeb31051287581
[]
no_license
sengeiou/cth_lcj
ec5ab23cb2543e22a2cc28e359380e548b57ec5b
9d47f9a801efdfa5c2e4dfc13e1e6ad1601a9f69
refs/heads/master
2020-05-16T02:41:31.070074
2019-01-31T03:06:45
2019-01-31T03:06:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,573
java
package com.chetuhui.lcj.chezhubao_x.model; import java.util.List; public class IhelpBean { /** * total : 0 * data : [{"mutualSize":2,"carNum":"川A444"}] * code : 0 * msg : 成功 * pageNum : 0 */ private int total; private String code; private String msg; private int pag...
[ "lcj8023520" ]
lcj8023520
38c0d7895cb8db9e9174f56cc066e280f9f96c15
f1c133caa0d4113589040cfd01e4bafe82ae84fa
/210509/sihwa_섬연결하기.java
53166f4238dcbe721106639da9a1b1a6630839d0
[]
no_license
amane-IT/CodingTest
d5c9d4be9ec88bc9a4bf972b764576631b623242
83ce192aceb7ad8626de5a28ef535b3f1ebe1e88
refs/heads/main
2023-08-11T18:53:03.984487
2021-09-19T09:30:23
2021-09-19T09:30:23
412,737,107
1
0
null
2021-10-02T08:28:46
2021-10-02T08:28:45
null
UTF-8
Java
false
false
1,267
java
import java.util.*; class Solution { public int solution(int n, int[][] costs) { int answer = 0; Arrays.sort(costs,(o1,o2)->{ return o1[2]-o2[2]; }); int[] parent = new int[n]; for(int i = 0; i <n; i++){ parent[i]=i; } ...
[ "noreply@github.com" ]
noreply@github.com
077ae5c13d4777f9e16e32f26da87794aa5b1984
5d9128606e288f4a8ede1f39bf0909a97247dbb8
/jOOQ-test/src/org/jooq/test/oracle/generatedclasses/test/udt/records/UBookTypeRecord.java
4603464fb64f81c96024f6de8308aafa99d83bdb
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
Arbonaut/jOOQ
ec62a03a6541444b251ed7f3cdefc22eadf2a03d
21fbf50ca6129f1bc20cc6c553d99ba92865d192
refs/heads/master
2021-01-16T20:32:00.437982
2012-11-26T13:28:19
2012-11-26T13:28:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,263
java
/** * This class is generated by jOOQ */ package org.jooq.test.oracle.generatedclasses.test.udt.records; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings("all") public class UBookTypeRecord extends org.jooq.impl.UDTRecordImpl<org.jooq.test.oracle.generatedclasses.test.udt.records.UBookTypeReco...
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
377835f09fba47c226edf51f9326049af133d7dc
fe89a091ebb0007477743698b463b6e83b0cdae7
/jokedisplay/src/test/java/com/rashwan/jokedisplay/ExampleUnitTest.java
eeb04245b70b1dcf5e8765860bfbf499794d97b6
[]
no_license
Rashwan/Build-it-Bigger
19cddb37cd13542f5ddfaefcfc4d496eee1ed974
3eac81d7df6d137005da2efaee4e6ab332a89aa5
refs/heads/master
2021-01-09T20:36:07.642494
2016-08-18T00:41:33
2016-08-18T00:41:33
65,731,838
0
0
null
null
null
null
UTF-8
Java
false
false
401
java
package com.rashwan.jokedisplay; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public voi...
[ "ahmed.t.rashwan@gmail.com" ]
ahmed.t.rashwan@gmail.com
42afc18d95f0e56eecf671cf0bbcf730dcf4b8a0
ed0261afd3d7af2a2c7c226c1ea8577ce5ff5c58
/src/day52/Warmup/BankTest.java
ea4dfb040c1bf1131091356c4bc9f7d2cb9ae32c
[]
no_license
Mukaddes06/JavaPractice2020
c7be9367af64178767a886d4f4ff3854c73cbd5f
fd92e845e6cc95764117ab74ae44c0899583c372
refs/heads/master
2020-12-03T22:26:47.732829
2020-02-29T18:01:58
2020-02-29T18:01:58
231,504,657
0
0
null
null
null
null
UTF-8
Java
false
false
875
java
package day52.Warmup; public class BankTest { public static void main(String[] args) { Account a1 = new Account("John Snow", 10000); Account a2 = new Account("Hannah", 7000); System.out.println("a1 before = " + a1); System.out.println("a2 before = " + a2); a1.transferAl...
[ "mukaddes_06_@hotmail.com" ]
mukaddes_06_@hotmail.com
1f0a90e72a1072822db2a023fd4c0b86aa30925d
3a26aa1c27b2486c3df73cfda5818fa324962a81
/app/src/androidTest/java/com/example/trabalhofinal2/ExampleInstrumentedTest.java
45afb87e147f3c113f4287b902177285d011757b
[]
no_license
pos-java/android-trabalho02
f632aec139cfc6cb5244c9e0a37297ef33ebe0ee
d091ee3a3fc6c94cea34b2afe8e6fff2ff260b24
refs/heads/master
2020-05-20T04:17:30.040624
2019-05-09T02:34:46
2019-05-09T02:34:46
185,379,981
0
0
null
null
null
null
UTF-8
Java
false
false
736
java
package com.example.trabalhofinal2; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Andr...
[ "wesleipatrick@gmail.com" ]
wesleipatrick@gmail.com
3e35bd524b3c00f4b4fca754b3dfbddf01e03ac7
b3a5ba1ba044cd994808d4c84fd047be775323c0
/app/src/test/java/com/xin/test/ExampleUnitTest.java
f4cf2dd283c7b4e581bc23df7d8d61dc4e3c978b
[]
no_license
shouxinxiao/RecyclerViewStaggered
142ffbe38c5f8c6ef5349abfab84ee810865b52c
8d5cb06b4abaa70f0dcaf79d6da31de8e370438e
refs/heads/master
2021-01-13T04:05:19.251254
2017-01-11T03:44:35
2017-01-11T03:44:35
77,907,102
0
0
null
null
null
null
UTF-8
Java
false
false
305
java
package com.xin.test; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "you@example.com" ]
you@example.com
14d7bfe7fcf0825129a85bf1bd91c2ce73a79d39
9c7c9e1f2614e85ce18b5eea9fe21d203d3032d5
/src/main/java/com/epam/jobmatch/command/impl/sign_up_command/type_impl/RespondSignUpType.java
7e650008635f659e19a2e0c97a06f1dd25fcd370
[]
no_license
PashaKolediuk/JobMatch-Kolediuk
3eeb33275966f68ff6eb06c5775332ee1cb8d65f
e76ebc973141ae809de73c7961ad93b4a8562a25
refs/heads/master
2021-01-11T21:12:13.319644
2017-03-16T10:38:29
2017-03-16T10:38:29
79,268,521
0
0
null
null
null
null
UTF-8
Java
false
false
1,986
java
package com.epam.jobmatch.command.impl.sign_up_command.type_impl; import com.epam.jobmatch.bean.entity.user.Applicant; import com.epam.jobmatch.command.impl.Type; import com.epam.jobmatch.command.util.Attribute; import com.epam.jobmatch.command.util.Parameter; import com.epam.jobmatch.service.SignUpService; import com...
[ "kolediuk@gmail.com" ]
kolediuk@gmail.com
42ed094beb78c54ed2fba52347490124dc1b2c21
40c3d288c95af0e4b28d070ae3b7ad867354efec
/app/src/main/java/com/example/bakingapp/IdlingResource/MyIdlingResource.java
fb31fdd01a2cf40a62f405c4f5d5d47add52365d
[]
no_license
itsadarsh8/OpenBakingApp
8e852da415c71dd78e7ec7209285381302ac3bdd
ae0d7c9a3cc23decdc4b83378eb3e536bc8849c5
refs/heads/master
2022-12-08T12:33:34.116181
2020-09-07T10:17:55
2020-09-07T10:17:55
266,800,989
0
0
null
null
null
null
UTF-8
Java
false
false
926
java
package com.example.bakingapp.IdlingResource; import androidx.annotation.Nullable; import androidx.test.espresso.IdlingResource; import java.util.concurrent.atomic.AtomicBoolean; public class MyIdlingResource implements IdlingResource { @Nullable private volatile ResourceCallback mCallback; private fin...
[ "itsadarsh8@gmail.com" ]
itsadarsh8@gmail.com
13a62ab4a4b8233c88469fa8d4c0197437ed8b1a
7ce60ae831a4afcefe30b149ad5aa2a01c61280d
/Test Data/Comp401F16/Assignment9/Correct, Stub(stubs)/Submission attachment(s)/Assignment10Stubs/Assignment10Stubs/src/grail/tokenBeans/extraCommandBeans/ProceedAllCommandToken.java
d7b9bf593e1277eb80937865af7bcafa23f0080b
[]
no_license
pdewan/Comp401AllChecks
ed967cb535f1bf8c6d7777b7ca53bd6e810e5ba1
86d995defcdde2766329a6db37fdb7a54c70da4a
refs/heads/master
2023-06-26T13:01:27.009697
2023-06-12T06:05:01
2023-06-12T06:05:01
66,742,312
0
0
null
2022-06-30T14:43:42
2016-08-28T00:49:37
Java
UTF-8
Java
false
false
491
java
package grail.tokenBeans.extraCommandBeans; import grail.tokenBeans.WordToken; import util.annotations.EditablePropertyNames; import util.annotations.PropertyNames; import util.annotations.StructurePattern; import util.annotations.StructurePatternNames; import util.annotations.Tags; @Tags({"ProceedAll"}) @StructurePa...
[ "avitkus7@gmail.com" ]
avitkus7@gmail.com
4a55955439c76740049212e439815fd05056ba70
9b4009583f4574f8934fd5e1edfcbd57252eeea8
/src/DefensiveMentality.java
8508b424b69661b157e04395974dbb26a4994f85
[]
no_license
mikkelmrch/FootSimu
0512023456391149de823526c80f262a6deda104
79c4f1aad4f0b2430c5b626417236a5e2c4c41b1
refs/heads/master
2021-01-10T06:39:13.321891
2015-12-27T18:42:54
2015-12-27T18:42:54
48,278,576
1
0
null
null
null
null
UTF-8
Java
false
false
421
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 mikkelmoerch */ public class DefensiveMentality extends Mentality { @Override public void PlayWithMentalit...
[ "moerch.mikkel@gmail.com" ]
moerch.mikkel@gmail.com
36674dd96cbda7384f1448fc6d0ee40fe7cc3931
50e4157ac632f8867a94ef8927afe2da7b3562fb
/src/main/java/com/mucahit/issuemanagement/advice/IMExeptionHandler.java
631c74ec027e0e938ebd1192355e8b60a0396e96
[]
no_license
Boyraci41/issue-management
0b79fe37df1e0ae7619bbe1908b42b2fe1ae5b7d
ebc875562320143efc09081fe9ef9e0a7f08b6bd
refs/heads/master
2023-01-13T21:09:12.764857
2020-11-19T19:04:51
2020-11-19T19:04:51
311,658,674
0
0
null
null
null
null
UTF-8
Java
false
false
1,111
java
package com.mucahit.issuemanagement.advice; import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springfr...
[ "mucahitboyraci@gmail.com" ]
mucahitboyraci@gmail.com
6b505ee2b486f14a874f86ddcc81b19919a851b8
ea8d4e757ad0b2e6d09906e7cb6ec0ed0b14e772
/JavaSocket/src/main/java/spring/jdbc/JdbcTest.java
bbd163c1df6ae41819b4d71260545d535c4c2af2
[]
no_license
a1422020484/JavaSocketLearn
927f17251ba5883b9ae3f0de6ef594b04ecfeb4c
39b996a92041ee84e8bdfc79682c6e2231d6de91
refs/heads/master
2023-04-14T09:49:14.899848
2023-03-28T02:00:24
2023-03-28T02:00:24
99,089,437
1
0
null
2022-12-16T09:56:00
2017-08-02T08:01:20
Java
UTF-8
Java
false
false
1,303
java
package spring.jdbc; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class JdbcTest { public static void main(String[] args) throws SQLException { Connection connection = null; PreparedStateme...
[ "1422020484@qq.com" ]
1422020484@qq.com
301cbb4e352fed2abe7e142a14a99e487b77035f
855c47964be5106507751a7d6bc7aecea38208bc
/module4/case_study/src/main/java/com/codegym/model/employee/EducationDegree.java
ca37624656a9968e7b7f87febb79405c088faa15
[]
no_license
theanh2010/C0920G1-TuongTheAnh
a1c48dd6a44ea0fba1a6f8d65b69874c3cc31d1d
155f5797dbcc6042755d87e2ccb775ab104ae977
refs/heads/master
2023-05-01T13:47:09.562801
2021-05-22T16:02:26
2021-05-22T16:02:26
295,308,054
0
1
null
null
null
null
UTF-8
Java
false
false
749
java
package com.codegym.model.employee; import com.codegym.model.TypeCommon; import com.fasterxml.jackson.annotation.JsonBackReference; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.OneToMany; import javax.persistence.Table; import java.util.Set; @Entity @Table(name = "e...
[ "tuongtheanh20101997@gmail.com" ]
tuongtheanh20101997@gmail.com
2b32c7821e2d9ec73ac54046c5bfc606cb2dda06
b72358c47a60c93529d445135ea436f796587831
/src/main/java/top/wservice/entity/Userm.java
2d3c2b9ae310d3fed50fe536df675e8ae9836295
[]
no_license
shenhui12388/springbootMybatis
546c13e0735f730e08339c0f523bac2240cc8f98
ba408551691ad755e06379da82b3453236843649
refs/heads/master
2020-04-26T08:29:49.993245
2019-03-02T08:49:08
2019-03-02T08:49:08
173,424,731
0
0
null
null
null
null
UTF-8
Java
false
false
669
java
package top.wservice.entity; import java.math.BigDecimal; public class Userm { private BigDecimal id; private String uesrname; private String password; public BigDecimal getId() { return id; } public void setId(BigDecimal id) { this.id = id; } public String getUesr...
[ "18715857321@sina.cn" ]
18715857321@sina.cn
2b34a5a30b7300c9d5689ed080aee62b7ca06780
dd9732376fca7093d0648fb2cfc1fc738798de4b
/src/main/java/cn/music/service/commonManagerService/CommonTuitionService.java
7c5b2a6660c5e3d62ad0c4f802f258a3695190a7
[]
no_license
demonlittledog/muaicNew
58759c7a81f90de26373fc6f9aa03240040a65c3
b446ff140e32f0224175fd9c1d503979447f60c4
refs/heads/master
2020-04-29T16:13:26.799281
2019-03-18T09:51:51
2019-03-18T09:51:53
176,251,469
0
0
null
null
null
null
UTF-8
Java
false
false
1,809
java
package cn.music.service.commonManagerService; import cn.music.dao.commonManagerDao.CommonTuitionDao; import cn.music.entity.CommonTuition; import java.math.BigDecimal; import java.util.List; import java.util.Map; /** * Created by dell on 2018/11/8. */ public class CommonTuitionService { private CommonTuitionD...
[ "945663324@qq.com" ]
945663324@qq.com
17a2c9f651b247d599940cc449612beb6a064d12
008ddb0cf1f746c5f19714ee59ac453f23ad68f3
/sample/src/main/java/com/arduino/propertyofss/arduinolearning/draglistview/sample/ActionList.java
da7003b9b6c0ab0050ee5f41007b867c87aa2bc0
[ "Apache-2.0" ]
permissive
sitharaSasindu/ArduinoLearning
10cde9bef4cc8d753f5eca7ad0a9078f730cc03a
c8cf7d48765b06255d360388dd2d127550db586b
refs/heads/master
2020-03-18T17:54:00.761320
2018-05-27T15:31:11
2018-05-27T15:31:11
135,044,972
0
0
null
null
null
null
UTF-8
Java
false
false
9,199
java
package com.arduino.propertyofss.arduinolearning.draglistview.sample; import android.os.Bundle; import java.util.concurrent.TimeUnit; public class ActionList extends BoardFragment{ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setHasOptionsMe...
[ "sasindusithara@gmail.com" ]
sasindusithara@gmail.com
3f7b863c10b1b416ee603c8b6d58d39e5aa675f5
24eaacd92b9dcad11143e4f42cc85c55046bcfc1
/src/com/company/work/Extend/Peoples/Sportsmen.java
365482a9873fb2c2c4580f6149f46b899efeea61
[]
no_license
schweibuz/Examples
c068a45b8be9c7d0aaa0d9e5fc3702d41a697c48
ed05fda1616771ff41a832b689811391f0b82e23
refs/heads/master
2020-05-26T00:28:19.561100
2019-07-22T14:08:30
2019-07-22T14:08:30
188,052,211
1
0
null
null
null
null
UTF-8
Java
false
false
202
java
package com.company.work.Extend.Peoples; /** * Created by iMac on 08/01/17. */ class Sportsmen extends Animals { @Override void say() { System.out.println("I'm understand"); } }
[ "a.matsera@yahoo.coom" ]
a.matsera@yahoo.coom
6e756f6f8e441c89bef6ef8518c765e616529230
526397f249eedb40f4ee591bdd1c7072ecd30a56
/src/main/java/pl/kordulewski/memory/leaks/runners/ZipInputStreamNotProperlyClosedWithCollectingRunner.java
0e8b48bc3aaff3e99aae518917f05e8b21289477
[]
no_license
mkordulewski/java-native-memory-leaks
1720143b4732925d04f847f7619b0047b0ae17ae
630b4aedeefd70785e72e2ea2f7a8b9f1c07e334
refs/heads/master
2021-01-25T01:03:02.991436
2017-06-26T02:15:03
2017-06-26T02:15:03
94,716,466
1
1
null
null
null
null
UTF-8
Java
false
false
707
java
package pl.kordulewski.memory.leaks.runners; import pl.kordulewski.memory.leaks.ZipInputStreamNotProperlyClosedWithCollectingGenerator; /** * Class to run from the command line. * * Testing memory utilisation in native heap when GC is called periodically. * It's usually safe, no memory leak. * * @author Michał ...
[ "michal@kordulewski.pl" ]
michal@kordulewski.pl
999350c527b88b935cb68a55eed17264ae905032
1ac84da6f4c7b4d441b7e30fe6e9865703925aa8
/src/main/java/org/incode/eurocommercial/relatio/camel/processor/ProcessorAbstract.java
73a6280ea0e8842548922f1f2c1e45dee353d4ba
[]
no_license
incodehq/relatio-camel
664bc6cb04405dad55b14dd84c3fd866705b96d0
8f0d0620fcf22ad87818294115fec32c5469d877
refs/heads/master
2020-04-14T21:07:01.971119
2019-04-26T14:40:40
2019-04-26T14:40:40
164,117,924
0
0
null
2019-05-29T18:29:32
2019-01-04T14:34:20
Java
UTF-8
Java
false
false
2,685
java
package org.incode.eurocommercial.relatio.camel.processor; import java.io.StringWriter; import java.util.Map; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import com.google.common.base.Charsets; import com.google.common.collect.Maps; import org.apache.cam...
[ "mbhjvanbergen@gmail.com" ]
mbhjvanbergen@gmail.com
da3d57564e834b94c42274c0763eaed928ba9765
9915cb1cfa72d1d52b8665ba8d9ee6902dcf2879
/src/main/java/com/sot/iexam/DO/XNode.java
cdb903e3ddcab2004ea98c0ff7d8a09bcbe89776
[]
no_license
flybesttop/iexam
73db620acd97559d494183ddbcefc39c998ffa20
ab26c2dbf1c00ff120ea38aa159e918850540254
refs/heads/master
2022-12-18T12:10:17.083679
2020-09-27T06:26:37
2020-09-27T06:26:37
298,967,567
0
0
null
null
null
null
UTF-8
Java
false
false
6,844
java
package com.sot.iexam.DO; import javax.persistence.*; import java.util.Objects; @Entity @Table(name = "x_node", schema = "iexam", catalog = "") public class XNode { private Integer id; private String iconClass; private String email; private Integer isShow; private Integer isMenu; private Integ...
[ "1602803469@qq.com" ]
1602803469@qq.com
94a18c1a20eb80bb66bda72c3e19eeada34de2bd
7d4f3a8f035123cdb996bf60653f606010193906
/src/me/enz0z/files/ChestsYML.java
4baea2629022d56f7acb742d646d1948ef26c714
[]
no_license
Enz0Z/Full-PVP
5de9ad7c2856f0b341e8ac876a90c705505e166c
9ad2e04d952125a567fdc7c2ddb3c6790a24af1f
refs/heads/master
2023-02-23T19:10:59.116951
2021-02-02T23:31:22
2021-02-02T23:31:22
335,446,811
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
package me.enz0z.files; import java.io.File; import java.io.IOException; import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.configuration.file.YamlConfiguration; import me.enz0z.Core; public class ChestsYML { File p; FileConfiguration pFileConfig; String fileName = "chests.yml"; public ...
[ "enzogiova00@gmail.com" ]
enzogiova00@gmail.com
c5dcaf327080b5af6c4fb97b0a1cbe010ea4b616
9adb152f8ca767d3bf768356aa4af8412fe2526d
/src/main/java/top/chao58/blog/service/ArticleCommentService.java
327b5fd65a329002879f8653bb9d9a4f9d572141
[]
no_license
wc58/blog
5ce5bf9afb8b52c98d367e776806668283cc83d1
ea05e86fc3be70505b1f645b39899197fdf3db9e
refs/heads/master
2023-03-25T05:28:06.634611
2021-03-13T03:36:38
2021-03-13T03:36:38
328,649,818
7
0
null
null
null
null
UTF-8
Java
false
false
700
java
package top.chao58.blog.service; import top.chao58.blog.entity.qo.CommentQo; import top.chao58.blog.entity.vo.ArticleCommentVo; import top.chao58.blog.entity.vo.ResponseVo; import top.chao58.blog.entity.vo.admin.AdminCommentVo; import java.util.List; public interface ArticleCommentService { Integer queryCommen...
[ "chaosir@yeah.net" ]
chaosir@yeah.net
db133f8769490318f327cc1e191aa085042c1742
8aa342fa3322f9fe7b78b8170568f49c748f84a6
/src/com/semakula/Player.java
311f9b789a044ecd44f924ff552319d303de66fa
[]
no_license
SennaSemakula/Maze-Game
5d26d2379015a6951626eb64e6d449bf5595e814
c270576f6c691cfc370c5c88f88975776ddea169
refs/heads/master
2020-03-18T04:54:12.155866
2018-05-21T19:04:43
2018-05-21T19:04:43
134,312,576
0
0
null
null
null
null
UTF-8
Java
false
false
262
java
package com.semakula; public class Player { private final int WALL = 1; private boolean[][] north_wall; private boolean[][] south_wall; private boolean[][] west_wall; private boolean[][] east_wall; public void initialise(){ } }
[ "sennasemakula@hotmail.co.uk" ]
sennasemakula@hotmail.co.uk