blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
5b93b31d0decd459493f0011757b4e8669511f3f
d4bea825e260fa34145870d9f49fff88fdb08b47
/Videojuego en Red/core/src/com/videojuegored/red/WorldState.java
3c3befd631275c82afbff6816486ec16c86f4009
[]
no_license
KarinaAbraham/Videojuego-en-red
61a6c54ca28a389dbed46a1f3ec5e359f641d863
07c8cda7fbb236142b51429126a0c3b3ae13af50
refs/heads/master
2020-05-09T23:02:13.176560
2019-04-15T14:00:16
2019-04-15T14:00:16
181,490,303
0
0
null
null
null
null
UTF-8
Java
false
false
2,212
java
package com.videojuegored.red; import java.util.ArrayList; import com.videojuegored.personajes.Jugador; import com.videojuegored.personajes.SoldadoEnemigo; public class WorldState implements java.io.Serializable{ private ArrayList<SoldadoEnemigoRed> soldadoEnemigoRed = new ArrayList<SoldadoEnemigoRed>();...
[ "abraham.karina.a@gmail.com" ]
abraham.karina.a@gmail.com
f3270528708bca185e6abc47a254704fd997effa
c326029735a79d246069e34abfee894393d40afb
/src/com/magicpwd/e/mpro/file/AppendAction.java
00623f81d0dae8683280f3b4dbb735cade6a74c7
[]
no_license
zenoyao/MagicPwd
32fa4c6c44237516ec0c69708ad7d3370b2d760e
209a544626d84c7be0fb57bc79d9cc6fe4330f07
refs/heads/master
2021-10-25T08:56:05.813409
2019-04-03T07:06:10
2019-04-03T07:06:10
2,542,815
1
0
null
null
null
null
UTF-8
Java
false
false
1,917
java
/* * Copyright (C) 2010 Amon * * 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 3 of the License, or * (at your option) any later version. * * This program is distrib...
[ "amonsoft@gmail.com" ]
amonsoft@gmail.com
ebafc8cf055e878e2dd390fde019c266203ca07a
a436024f119708f996ead6d13e5430c6444e87db
/src/main/java/nl/miwgroningen/se/ch3/bacchux/model/IbanValidation.java
c581e187665aee6c290560f67a84ac71d4fa1a25
[]
no_license
filiusalwin/bug-free-octo-computing-machine
23c6f13fb890d8d4a5059a01063e45f54ca95e0a
9a6092e581b8a0e011baca4421af0047976f9c71
refs/heads/main
2023-03-19T02:08:05.881052
2020-10-28T14:05:21
2020-10-28T14:05:21
347,638,964
0
0
null
null
null
null
UTF-8
Java
false
false
2,019
java
package nl.miwgroningen.se.ch3.bacchux.model; //This file contains a method to validate a Dutch IBAN number import java.math.BigInteger; public class IbanValidation { private static final int IBAN_SIZE = 18; private static final BigInteger IBAN_MODULUS = new BigInteger("97"); private String iban = "NL0...
[ "mschouten1983@gmail.com" ]
mschouten1983@gmail.com
1ed1f76130c9a219c53e7a0ea9d36969e43b93ea
541bf0a55a049c9abea378adc831d0cb5e567eb7
/src/main/java/com/origonetworks/isv/backend/integration/remote/type/RemoteEventType.java
0e0b0710af76ff491f5f0f4ac1f25465b6fe8278
[]
no_license
sweis/sample-isv
0375943de627182911f73d452e9eabd80e544ff7
cb9d024eabba06d44af0c6ff6038c4f678292315
refs/heads/master
2020-06-02T18:07:22.085946
2010-12-29T21:07:23
2010-12-29T21:07:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
115
java
package com.origonetworks.isv.backend.integration.remote.type; public enum RemoteEventType { USER_LIST_CHANGE; }
[ "steveweis@gmail.com" ]
steveweis@gmail.com
70ca3fa952bf669abdf0f6e8f27874fc9f598489
35b99f8685bddaba15fc0c6daa01f9c282eb49cc
/904pxSpring/src/main/java/com/project/controller/HelloController.java
bcbe0a10af4fae1ac8a2f7a4d28377440e64b316
[]
no_license
MartinFilipov/904px
dcff3259a44a285d1a04e44b1649b230579feee5
056bf3c9e43767a9ded0faa84668d94310b45364
refs/heads/master
2020-03-11T14:42:04.208156
2018-05-14T14:53:56
2018-05-14T14:53:56
130,062,166
0
1
null
null
null
null
UTF-8
Java
false
false
1,205
java
package com.project.controller; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.an...
[ "martin.i.filipov@gmail.com" ]
martin.i.filipov@gmail.com
414d1e5b777507d5872eb56174a235b0be07c528
947d154c8f4f6ca7d2e14678572707d1c2803067
/src/main/java/com/barberia/app/models/Salon.java
8490e622f397fddf67ccca090da58b98d6d0c500
[]
no_license
thisisminh172/barberia-services
1a4d14e29a5fefa9fcb386c42739d67faa49e042
0116ecacb12dd87e5e873d07f76d3f98ac1925aa
refs/heads/main
2023-07-18T09:44:36.851168
2021-08-19T00:31:35
2021-08-19T00:31:35
379,179,004
1
0
null
null
null
null
UTF-8
Java
false
false
5,314
java
package com.barberia.app.models; import com.fasterxml.jackson.annotation.JsonIdentityInfo; import com.fasterxml.jackson.annotation.ObjectIdGenerators; import org.apache.tomcat.jni.Local; import javax.persistence.*; import java.sql.Time; import java.time.LocalTime; import java.util.List; @Entity @Table(name = "salon"...
[ "thisisminh172@gmail.com" ]
thisisminh172@gmail.com
5aff33315cfaa21037778fdfda63feb860cadf66
3de3dae722829727edfdd6cc3b67443a69043475
/javaUtilities/com.raytheon.uf.featureexplorer/src/com/raytheon/uf/featureexplorer/PluginManifestIndex.java
94e6aa5023a4a369ff1e4d5cb2c7ca937cafbd90
[ "LicenseRef-scancode-public-domain", "Apache-2.0" ]
permissive
Unidata/awips2
9aee5b7ec42c2c0a2fa4d877cb7e0b399db74acb
d76c9f96e6bb06f7239c563203f226e6a6fffeef
refs/heads/unidata_18.2.1
2023-08-18T13:00:15.110785
2023-08-09T06:06:06
2023-08-09T06:06:06
19,332,079
161
75
NOASSERTION
2023-09-13T19:06:40
2014-05-01T00:59:04
Java
UTF-8
Java
false
false
4,150
java
package com.raytheon.uf.featureexplorer; import java.io.File; import java.io.FileFilter; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.jar.Attributes; import java.util.jar.JarFile; im...
[ "mjames@unidata.ucar.edu" ]
mjames@unidata.ucar.edu
54666f78208568d111fdb55890bcf8ea0d3ab281
7d6bcfbae2b12372a1fde3efc19dc93642843b3c
/app/src/main/java/com/social/yourturn/fragments/EventFragment.java
95546113264a4eb049aed7ed1d83609e59c4ae99
[]
no_license
rahulyhg/YourTurn
3c771b196ee0e517f7f4b4e4111e3430aa5c0834
7a673041257bc7cdbea8e28902f4837f7d47c1fc
refs/heads/master
2020-04-16T07:11:19.585057
2017-07-28T16:12:49
2017-07-28T16:12:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,124
java
package com.social.yourturn.fragments; import android.database.Cursor; import android.graphics.Typeface; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.LoaderManager; import android.support.v4.content.CursorLoader; import and...
[ "ousmanefouchimi1990@gmail.com" ]
ousmanefouchimi1990@gmail.com
b109e16f79d3e925d2ba1535ece764833699d00c
e7c48e95f167f37edf8c4f5d9062d4d546211c81
/chbase-jaxb/src/main/java/com/chbase/thing/oxm/jaxb/ccd/RoleClassEmployee.java
fda7f5b75387cc93ab292478a1755135650bde90
[]
no_license
CHBase/chbase-java-sdk
1d6b04e1884cfa20541bfe0d3ff0b7e3c1fcacd8
61c6143134162d11f897d446595a26a8abdcacd5
refs/heads/master
2023-02-19T09:14:26.321622
2023-02-09T07:10:58
2023-02-09T07:10:58
43,138,403
0
2
null
2023-02-09T07:11:00
2015-09-25T12:10:54
Java
UTF-8
Java
false
false
1,100
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // 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: 2015.09.23 at 03:45...
[ "rajeev@getrealconsulting.com" ]
rajeev@getrealconsulting.com
19af850afa0d7ef4d39bf66a59370104d10537d0
91a442c4164c4d5b1de5d45c3d37b3e200f896d4
/app/src/main/java/com/sec/samsung/tvcontentsync/TvContentSyncApplication.java
ca04ee26f6d5d27199ac9fb0a4d9e51eda7abc34
[]
no_license
ndquyenanh/TVApp
bfa527deee718508dd1115fa1855a46ccedd9314
23360da68b27448bc75f5fd11f17767770cbdd14
refs/heads/master
2021-07-16T08:55:34.286640
2017-10-07T04:13:31
2017-10-07T04:13:31
96,737,309
0
0
null
null
null
null
UTF-8
Java
false
false
7,607
java
package com.sec.samsung.tvcontentsync; import android.app.Activity; import android.app.Application; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.Handle...
[ "ndquyenanh@gmail.com" ]
ndquyenanh@gmail.com
ddbc318fc8818ca17cfa0c5db01e1f8599fe9fb5
b12a5c753102293b7cf0b3002a85736788df449e
/dps-publish/src/main/java/com/timeInc/dps/publish/translator/PublishResponseHandler.java
dc1fde759b05b74e2827fcf0c1aba1a444320278
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ryanlfoster/dpsapi
882f6b80404de0b0c2a386f477d91e2be76469d4
67b627114d2607491887f2fdf4aa9e5f1df4b331
refs/heads/master
2020-12-14T07:20:03.348482
2014-05-28T14:53:10
2014-05-28T14:53:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,126
java
/******************************************************************************* * Copyright 2014 Time Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
[ "tom_chamnongvongse@timeinc.com" ]
tom_chamnongvongse@timeinc.com
4a49f63c91e42f45ae9ecc2693898360d8ccf800
0d8bf667f2728c13bc07362bf584c0cbaf9c9a32
/app/src/main/java/com/pk/PkMusic/activity/GeDanInputActivity.java
779630ead1c0e17ee8a238d5ce13cde9b9c859cb
[ "MIT" ]
permissive
pk-love-tjy/PkMusic
d74b02f730fa70ff8f1f65c2ad31ff90eae983fb
a31de18a410e4e5ceb99e0dcdc16ae10abdd7153
refs/heads/master
2023-01-12T18:34:36.719989
2020-11-02T07:48:12
2020-11-02T07:51:15
309,292,772
2
0
null
null
null
null
UTF-8
Java
false
false
3,993
java
package com.pk.PkMusic.activity; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; import android.widget.Toast; import androidx.annotation.Nullable; import com.alibaba.fastjson.JSONArray; imp...
[ "1018977317@qq.com" ]
1018977317@qq.com
aa84638293bbab22423b744fbfc894bab4b8c8a6
6b19e7da15d91c4dbdd62889ac74a7bfa692003d
/lab 9/lab9/src/ro/unibuc/lab9/predicate/exercise/ExerciseOne.java
7c3e6aff5ea31221968c93d8c7f0524f0676268d
[]
no_license
soaregeorgiana/pao-labs
aa7c7c59eba331ed97021aede74155fef6718a61
8031ce9a3cb06e566306c5620db260af89147d15
refs/heads/master
2023-05-01T23:25:00.825777
2021-05-18T17:02:25
2021-05-18T17:02:25
338,982,352
7
3
null
null
null
null
UTF-8
Java
false
false
704
java
package ro.unibuc.lab9.predicate.exercise; import java.util.ArrayList; import java.util.List; import java.util.UUID; import java.util.stream.Collectors; public class ExerciseOne { /** * Generate 100 codes and extract the ones started with 1 * Generate codes using UUID.randomUUID().toString() */ ...
[ "soare.georgiana95@gmail.com" ]
soare.georgiana95@gmail.com
3e8338dde97fddb7c12811ae59ebc9b676ce61fe
1a4770c215544028bad90c8f673ba3d9e24f03ad
/second/quark/src/main/java/com/taobao/android/binding/core/dk.java
dd0862dbc56dd048e4421fc685f551789a5d7b67
[]
no_license
zhang1998/browser
e480fbd6a43e0a4886fc83ea402f8fbe5f7c7fce
4eee43a9d36ebb4573537eddb27061c67d84c7ba
refs/heads/master
2021-05-03T06:32:24.361277
2018-02-10T10:35:36
2018-02-10T10:35:36
120,590,649
8
10
null
null
null
null
UTF-8
Java
false
false
811
java
package com.taobao.android.binding.core; import java.util.ArrayList; import org.json.JSONException; /* compiled from: ProGuard */ final class dk implements bg { dk() { } public final Object a(ArrayList<Object> arrayList) throws NumberFormatException, JSONException { double doubleValue = ((Double)...
[ "2764207312@qq.com" ]
2764207312@qq.com
0998dc5b87cd86224aba1910d3b566a8c3764518
f723ed26d3282e5b01515a71ba62148f66878bab
/src/main/java/net/vanabel/vanabelscriptcore/legacy/ArgumentBit.java
654b81ed8442ae5a26bae85d44e24712fce12939
[ "MIT" ]
permissive
MusicScore/VanabelScriptCore
e6aa5322c8fc64a051071f6bf62071f3aa75364c
8337e14afcb7d6c40ea09a2a856c4ad2085f55b9
refs/heads/master
2022-12-23T00:28:36.051393
2019-07-30T21:09:00
2019-07-30T21:09:00
199,727,727
0
0
MIT
2022-12-14T20:24:53
2019-07-30T21:09:08
Java
UTF-8
Java
false
false
523
java
package net.vanabel.vanabelscriptcore.legacy; import com.github.musicscore.denizensuspiccore.tags.AbstractTagObject; import com.github.musicscore.denizensuspiccore.utilities.Action; import com.github.musicscore.denizensuspiccore.utilities.debugging.DebugMode; import java.util.HashMap; public abstract class ArgumentB...
[ "16635607+MusicScore@users.noreply.github.com" ]
16635607+MusicScore@users.noreply.github.com
e8d75c71f9d08fd01904e4dd6ef0d82a5a56c62e
cb762d4b0f0ea986d339759ba23327a5b6b67f64
/src/web/com/joymain/jecs/fi/webapp/action/JfiYeepayLogFormController.java
1777a188af9e166be89fa4811b653afd692671d6
[ "Apache-2.0" ]
permissive
lshowbiz/agnt_ht
c7d68c72a1d5fa7cd0e424eabb9159d3552fe9dc
fd549de35cb12a2e3db1cd9750caf9ce6e93e057
refs/heads/master
2020-08-04T14:24:26.570794
2019-10-02T03:04:13
2019-10-02T03:04:13
212,160,437
0
0
null
null
null
null
UTF-8
Java
false
false
2,573
java
package com.joymain.jecs.fi.webapp.action; import java.util.Locale; import java.math.BigDecimal; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.web.bind.ServletRequestDataBinder; import org.apache.commons.lang.StringUtils; import com.joymain.jec...
[ "727736571@qq.com" ]
727736571@qq.com
a9d3e601a0818742728f1afab6e9d470aa5c1023
102cedb0745f6f235601cbec4d841991594c3c44
/src/main/java/com/app/dao/impl/ItemImpl.java
d807277b05540f63f281137f85747e7f9e4a84b9
[]
no_license
santhoskumar123/WareHouse
26235d5dcd225055bf3ca334aa084fc8516a61ae
9065b0293e5f71379850a0921d381acb755e9ed5
refs/heads/master
2020-04-21T20:21:01.763632
2019-02-09T07:32:54
2019-02-09T07:32:54
169,840,846
0
0
null
null
null
null
UTF-8
Java
false
false
897
java
package com.app.dao.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.orm.hibernate5.HibernateTemplate; import org.springframework.stereotype.Repository; import com.app.dao.IitemDao; import com.app.model.Item; import com.app.model.OrderMe...
[ "USER@192.168.0.10" ]
USER@192.168.0.10
c61500ef5b109a7d51b1ec6fcce59ffa4977a5a8
487d450376951b378a9cb0efaeef4661e000228b
/src/main/java/com/kintone/client/model/app/ProcessAssigneeType.java
68f496154bf39c335f5519bd1963f78dfaad6ecd
[ "MIT", "GPL-2.0-only", "BSD-3-Clause", "Apache-2.0", "CDDL-1.0", "MPL-2.0", "EPL-1.0", "Classpath-exception-2.0" ]
permissive
kintone/kintone-java-client
1bd78e0c9124cde892072e46d057e08b9918dfb6
df13eb2867d46fc83e90a74374c0e60812773e14
refs/heads/master
2023-08-17T18:56:15.921847
2023-08-15T23:59:26
2023-08-15T23:59:26
238,640,137
23
8
MIT
2023-08-15T23:59:28
2020-02-06T08:22:36
Java
UTF-8
Java
false
false
277
java
package com.kintone.client.model.app; public enum ProcessAssigneeType { /** User chooses one assignee from the list to take action */ ONE, /** All assignees in the list must take action */ ALL, /** One assignee in the list must take action */ ANY }
[ "sho-aoki@cybozu.co.jp" ]
sho-aoki@cybozu.co.jp
aa4266e3a5980154284d5301abd5a2ea29fcb21e
0ba4dd0e3a09285dced590355d10b69b2a320144
/MorePowers.java
96ac97e0f62f1f74b54596694e3ba339fab55ef4
[]
no_license
McookeSoftware/RacingGame
a4d461ba8a52f4525afd9f824ab6ccfe44bae040
2b8729bf2aa272d6b06284ce05423a61c236417b
refs/heads/master
2020-06-18T21:01:13.617266
2019-07-11T18:32:03
2019-07-11T18:32:03
196,446,549
0
0
null
null
null
null
UTF-8
Java
false
false
324
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 gamerace; /** * * @author matthew cooke */ public abstract class MorePowers implements Power{ Power power; ...
[ "noreply@github.com" ]
McookeSoftware.noreply@github.com
dabe0c897f91357b8af2ee87400f34a8a2d12571
696a3b7384c5a8c436578672f2e3c05e317b05f8
/src/main/java/offer/FindRepeatNumber.java
6ba1e3ef3459a657380d10a4dce6818be2100e57
[ "Apache-2.0" ]
permissive
zybotian/leetcode
d3c0b39c23a9726b1edab21f7a0ff043a3cac576
dbc6eb0bc867bd9d13e9ff29719b07f587360f54
refs/heads/master
2023-09-01T00:00:17.742224
2023-08-22T16:10:54
2023-08-22T16:10:54
172,421,229
0
1
null
null
null
null
UTF-8
Java
false
false
473
java
package offer; import java.util.HashSet; import java.util.Set; public class FindRepeatNumber { public int findRepeatNumber(int[] nums) { if (nums == null || nums.length == 0) { return -1; } Set<Integer> set = new HashSet<>(); for (int i = 0; i < nums.length; i++) { ...
[ "tianbosh@yeah.net" ]
tianbosh@yeah.net
7cc1b79f082a64734b7bee082608acf9f989f7db
100cd9e84a586949e1e5f3caca15e740bc6e0c47
/src/main/java/reddit/springboot/ranking/cleaner/SerializeRedditPost.java
45a13a0800025872855304afa834dfc460d63088
[]
no_license
subhash-pujari/redditRankerSevice
36e3e68902edad5cf7dccf406bab13423bb628d8
2bf811bf4e8e7505155544e43bcc92e172cdf84e
refs/heads/master
2016-09-13T14:51:25.472824
2016-05-22T12:11:52
2016-05-22T12:11:52
59,410,069
1
1
null
null
null
null
UTF-8
Java
false
false
4,916
java
package reddit.springboot.ranking.cleaner; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.ObjectInput; import java.io.ObjectInputStream; import java.io.ObjectOutput...
[ "subhash.pujari@gmail.com" ]
subhash.pujari@gmail.com
6e0ee9215eba34a594276c1c3b7c9782aa08f8bb
aa623c778fd88082cf59f442ad3cb671253ffc37
/src/main/java/com/tencentcloudapi/gaap/v20180529/models/ProxyInfo.java
7f7e72515ad1955dca862c4312d67043aca71bd6
[ "Apache-2.0" ]
permissive
zjm9109/tencentcloud-sdk-java
1eac89cedd70c8111c300d050f2c2f2ab1839189
a31d2d50f75dc740457289db0bf93ed8b3994c73
refs/heads/master
2020-09-30T10:32:57.836303
2019-12-05T14:18:17
2019-12-05T14:18:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
19,470
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
0e65d93ff1f225cba0d6efd5333f1f6b3590d589
09649412e12bdc15cf61607e881203735cfafa50
/proxies/com/microsoft/bingads/adintelligence/SortOrder.java
c8661fe6c8468e9b189c57b3016f5ad01e5897d0
[ "MIT" ]
permissive
yosefarr/BingAds-Java-SDK
cec603b74a921e71c6173ce112caccdf7c1fdbc8
d1c333d0ba5b7e434c85a92c7a80dad0add0d634
refs/heads/master
2021-01-18T15:02:53.945816
2016-03-06T13:18:32
2016-03-06T13:18:32
51,738,651
0
1
null
2016-02-15T07:38:14
2016-02-15T07:38:13
null
UTF-8
Java
false
false
779
java
package com.microsoft.bingads.adintelligence; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for SortOrder. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleType name="SortOrder"...
[ "bing_ads_sdk@microsoft.com" ]
bing_ads_sdk@microsoft.com
3805f6dcf8556a193d67792a26904872eef96585
404ef6ccbee81971974a9a80deb4efa0c260200a
/src/test/java/com/kakaopay/Utf8Config.java
0e98cfcd99d4afad836fbbd1493ac3ac2d9257af
[]
no_license
neoty/kakaopay-money-sprinkle
2f615cf4655fc4dcf6f3dca2cfad47c6a7faa91b
eaa129999638ada0769ec68dd24b95f092658a8d
refs/heads/main
2023-03-13T05:38:47.184631
2021-03-07T03:44:42
2021-03-07T03:44:42
330,368,500
3
0
null
null
null
null
UTF-8
Java
false
false
904
java
package com.kakaopay; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Import; import org.spring...
[ "neoty@naver.com" ]
neoty@naver.com
de2e8b3ce03fabd8dbaca632143c3ee23cd2c2d0
afaa63d0f02fdd2d4de86545c4e47a79dea29d5d
/LeaderBoard2/src/InsertionSort.java
ed905e6889df2a2e12c90c2e0ccab2b3a578337f
[]
no_license
dart-frog/LeaderBoard2
33c7d3b8f24dd55d28a33ebb7401e13bc7ef6e89
53441af0210e70a1cf5cc956cae21a884c78fe5c
refs/heads/master
2021-01-10T19:33:18.902707
2013-10-21T04:39:15
2013-10-21T04:39:15
13,721,500
1
0
null
null
null
null
UTF-8
Java
false
false
1,182
java
import java.awt.List; import java.util.ArrayList; /** * Uses the insertion sort method to arrange a list of key value pairs from lowest to highest based on thier value * @author Steve * */ public class InsertionSort { /** * takes an arraylist of keyvaluepair pairs and spits out a sorted version ...
[ "Steve@Steve-DellPC" ]
Steve@Steve-DellPC
aae45a408ae22da6056fffade0a2132c69cf909d
cd4261100babeb94822baf0a25172753c0097451
/ribbon-service/src/main/java/com/cn/bo/pojo/User.java
4e96b9ce875d170b8b64ed9167c04b3ce2becc39
[]
no_license
wangbo9988/springcloud-learning
16005799b1b68a367d2f0c54512246a277f84088
f2a01aa932445ddbf84a766793416cde9366939f
refs/heads/master
2020-12-07T18:11:13.764459
2020-07-14T13:09:19
2020-07-14T13:09:19
232,768,239
0
0
null
null
null
null
UTF-8
Java
false
false
953
java
package com.cn.bo.pojo; /** * @ClassName User * @Description TOD0 * @Author mr.wang * @Date 2020/1/10 11:15 上午 * @Version v1.0 */ public class User { /** * 用户id */ private Long id; /** * 用户名 */ private String username; /** * 用户密码 */ private String password...
[ "465204107@qq.com" ]
465204107@qq.com
8de0082026ba0d8d17905fdc2c0046bdcc863071
615e95ed985dabaa0c8ed0f861567305b27c80fe
/Assignment 9 - Lab/src/Type.java
e0269fc7c384281e9e4e877140e882fb9ed65312
[]
no_license
VOL898/java-exercises
61b911d2f4d4a7db19e14c2e163301e5251cb4a8
6782522e60f3d4ef0598640a91c7929aedc0a17e
refs/heads/master
2022-06-21T22:36:09.890195
2020-05-12T13:17:00
2020-05-12T13:17:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
428
java
import java.util.*; public enum Type{ HARE, TURTLE, UNDEFINED; public static Type from(String type) { if ( Objects.isNull(type) ) { return UNDEFINED; } switch ( type.trim().toLowerCase() ) { case "hare": return HARE; case "turtle": return TURTLE; } return UNDEFINED; } public boolean isUnde...
[ "me@clavinjune.dev" ]
me@clavinjune.dev
86653e5284bbed2abf856ea5107d74fce416c18f
7d0cc6f3c51ccf9b88d0bf7233bc2a908c886d74
/src/LeetCode/Leetcode134.java
893a67ff0f05114c7613e5fc8b63da04c997a4a2
[]
no_license
JiangYueLi/LeetcodeHyh
533c7b44951a250a639beffe7655b65051bb496f
381b4ccdfa301119b5a8ea91388e4f5b72ee9289
refs/heads/master
2023-05-15T01:43:41.709614
2021-05-23T09:02:56
2021-05-23T09:02:56
370,004,926
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package LeetCode; public class Leetcode134 { public int canCompleteCircuit(int[] gas, int[] cost) { int rest = 0, run = 0, start = 0; for (int i = 0; i < gas.length; ++i){ run += (gas[i] - cost[i]); rest += (gas[i] - cost[i]); if (run < 0){ start ...
[ "JiangYueLi1117@163.com" ]
JiangYueLi1117@163.com
bee5d4347057a220d8d62ea55b4bb9a547015844
d3da9938824e16a28d8ef60409c956d059ddc813
/app/src/main/java/ng/com/silveredgeprojects/nearbyshop/ShopsByCategory/Interfaces/NotifyGeneral.java
b78dd76ab6183103ea1e9565f4e3198b8f48a5ae
[]
no_license
arowolojoshuao/NearbyShop
4de6a7be56c968f4702fa340ae1b8a0279e9749e
725a764d94ca92eac3c98496f80b70fbe32291b7
refs/heads/master
2020-05-05T03:34:54.390003
2019-04-05T12:40:14
2019-04-05T12:40:14
179,678,460
1
0
null
null
null
null
UTF-8
Java
false
false
261
java
package ng.com.silveredgeprojects.nearbyshop.ShopsByCategory.Interfaces; /** * Created by sumeet on 27/6/16. */ public interface NotifyGeneral { void insertTab(String categoryName); void removeLastTab(); void notifySwipeToright(); }
[ "arowolojoshuao@gmail.com" ]
arowolojoshuao@gmail.com
db52bcafc6fbba1dd8e9e3c996ec95e374c0b8fc
dc5a181a4d891ea0eed94a15489b6e96dcdb9502
/app/src/main/java/psuva/com/ph/psuvotingsystem/PartyListAdd.java
5a0bc14b8205038e4e0fbab87da500172f234f08
[]
no_license
theshook/PSUVotingApp
54d15b08cede8dcf317f858ec0fd97f8039420be
48ed2473026217a31ec4c709c708032dbc3ed4c4
refs/heads/master
2020-04-10T06:01:58.834503
2018-12-13T18:50:52
2018-12-13T18:50:52
160,844,011
0
0
null
null
null
null
UTF-8
Java
false
false
5,648
java
package psuva.com.ph.psuvotingsystem; import android.app.ProgressDialog; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.ArrayAdapter; impo...
[ "hjefernandez@gmail.com" ]
hjefernandez@gmail.com
0864d304e94c06b37f9556816f1ee4f9a23d04dc
9e40446a92a02ef7920229a62317e02afd9a3e81
/src/garageapplication/FXMLSimulationController.java
36a49ece2e73ab6acda024bbe52fa70bc3093da3
[]
no_license
tijanalakic/GarageApplication
4c7acacf96aae2461b8fe6999c9498f758bbd8be
72f84293a4355b5dcf92e797973e13f4f9b61974
refs/heads/master
2022-01-29T09:55:31.462427
2022-01-20T11:49:15
2022-01-20T11:49:15
144,162,467
0
0
null
null
null
null
UTF-8
Java
false
false
6,450
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 garageapplication; import garaza.Platforma; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; ...
[ "42244128+tijanalakic@users.noreply.github.com" ]
42244128+tijanalakic@users.noreply.github.com
34c5f44ef961389c9e674e4de09fc324bcce3b6b
ebc13a3f9dbbef3fb6101c30217d3417f10543f2
/testJava/src/main/java/cjy/com/kafka/TestConsumer.java
9288619f5fc1f54242dc3fc4aa3a259ed6a2b40e
[]
no_license
panqingcui/test
27aaf5ac12d0ec625f32f8b02c389065511473ef
df7c2f7f33d51e3b751338c6031764faf4c3765d
refs/heads/master
2020-05-25T15:43:55.200443
2016-09-06T05:34:25
2016-09-06T05:34:25
43,406,485
0
0
null
null
null
null
UTF-8
Java
false
false
1,786
java
/* * Copyright (c) 2013-2014 Shandong Antrol Network Technology Co.Ltd. All rights reserved. 版权所有(c) 2013-2014 * 山东蚁巡网络科技有限公司。保留所有权利 */ package cjy.com.kafka; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import kafka.consumer.ConsumerConfig; import kafka.consu...
[ "panqingcui@antvision.cn" ]
panqingcui@antvision.cn
e1495ef1767328f6a4d0e7800c6f3e980370c98b
29df17f3b1f06317d98c384d477e0f840e47dd47
/app/src/main/java/org/port/trade/activity/MainActivity.java
9752e7f10bdb977df89994cd4a37811d38241b6d
[]
no_license
shenhgithub/PortTradeMobile
916874d4c936def00147e0de041b853b7fe7f2fc
afb79a74aabb8543238fe223ef7ae16503968434
refs/heads/master
2020-03-24T20:42:48.543254
2018-07-31T09:35:02
2018-07-31T09:35:02
142,993,166
0
0
null
null
null
null
UTF-8
Java
false
false
6,478
java
package org.port.trade.activity; import android.os.Bundle; import android.os.Handler; import android.support.v4.view.ViewPager; import android.support.v7.app.ActionBarActivity; import android.support.v7.widget.Toolbar; import android.view.Menu; import android.view.MenuItem; import android.widget.TextView; import org....
[ "shenh2013@163.com" ]
shenh2013@163.com
9279ea196e2a6ae27d2d6ca858b30046c97414a3
8e2584689a9fe5f40c78cce0b98861af134d34bf
/source/org/zootella/cheat/desktop/Open.java
9214d90ed7f3e46022a266ff838aa1f9039fd58a
[]
no_license
zootella/cheat
29cd99a859165c5eeb05c0246b59380f08f57814
69e83efe2c5f2751df5d64140dbf17bfaab4fbb7
refs/heads/master
2020-06-08T12:20:07.898769
2009-08-31T14:37:15
2009-08-31T14:37:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
832
java
package org.zootella.cheat.desktop; import java.awt.Desktop; import java.io.IOException; import java.net.URI; import org.zootella.cheat.file.Path; import org.zootella.cheat.process.Mistake; public class Open { // -------- Run programs, open files, and browse to Web pages -------- /** Open the file...
[ "Kevin@davepc2.(none)" ]
Kevin@davepc2.(none)
b0617843380568766de11b76f9e8dbe9b22f42bc
e5ed99e5ecb420440c4edad08f8cdcdc90b6373b
/src/main/java/com/carlosfilipe/zup/bootcamp/nossobancodigital/nossobancodigital/service/implentacao/ClienteServiceImplement.java
a82b6e8d70eaa9c0b89f65d658d2f553fb2cca5d
[]
no_license
cfilipeandrade/Nosso-Banco-Digital
393f0908e9887e4d791b6a1b4d6f388ef3c19782
dfd122c73604322bab88e78398be377587dea73a
refs/heads/main
2022-12-28T23:22:16.462978
2020-10-20T23:34:29
2020-10-20T23:34:29
305,823,770
1
0
null
null
null
null
UTF-8
Java
false
false
5,378
java
package com.carlosfilipe.zup.bootcamp.nossobancodigital.nossobancodigital.service.implentacao; import java.util.List; import java.util.Optional; import com.carlosfilipe.zup.bootcamp.nossobancodigital.nossobancodigital.dto.resposta.RespostaClienteDTO; import com.carlosfilipe.zup.bootcamp.nossobancodigital.nossobancodi...
[ "cfilipeas06@gmail.com" ]
cfilipeas06@gmail.com
51fcad2f8160bcff9569b5ef046a2d66917fa02a
00a95f3e5ef488372f0542dbf221dc8f77ce059c
/spring-cloud-reactivefeign-core/src/test/java/org/springframework/cloud/openfeign/reactive/testcase/IcecreamServiceApi.java
a570b3df83deb6485ff88ae040778165d1ce5e81
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
azeem87/spring-cloud-openfeign
b1945701c67f6e6d1a074d56c41436cc1d24924b
a563b60e70b88344efa73518decea51eb864e392
refs/heads/master
2020-04-24T01:41:17.097218
2018-07-25T20:27:15
2018-07-25T20:27:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,120
java
/* * Copyright 2013-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 ap...
[ "skarpenko@playtika.com" ]
skarpenko@playtika.com
6b98f0f874d5adb84ba471c46ad16b01ae9dad70
c249b7323068150e6d359b63f6edabdc3f530db3
/src/GameState/ModeChanger.java
2c87a03fd97d992c047dae178bcaa0db5db318fe
[]
no_license
BillSdev/Java-Maplestory
287575a484d1cdeb8c20cb46cb201aecc30fd33c
9a6bdbd7fb5c45ffd221e17efd12d5ee18c55b93
refs/heads/master
2020-05-25T18:05:14.239235
2019-05-22T10:45:22
2019-05-22T10:45:22
187,922,309
0
0
null
null
null
null
UTF-8
Java
false
false
1,731
java
package GameState; import java.awt.Graphics2D; import java.awt.event.MouseEvent; public class ModeChanger { Mode[] modes; int currentMode; public static final int NUMOFGAMEMODES = 4; public static final int MENUMODE = 0; public static final int PLAYMODE = 1; public static final int DEADMODE ...
[ "noreply@github.com" ]
BillSdev.noreply@github.com
10b8b24ff77537cd38a5716e12bd36e55e6afe54
f18c96dbd335aebfacc6553b190e5e37a00f1fc8
/spring_project/SinChonBeer/src/main/java/com/bitcamp/sc/ScApplication.java
c5a0e33bc78ca578b7ed0361cebc4fc7e6ac3674
[]
no_license
flip1945/Java205
9f710156b344048faf3aaa925302c82e24fbb268
ea34da4a411fe7ab2ac938a48caa203a29d54b12
refs/heads/main
2023-07-13T20:28:59.633857
2021-09-01T11:27:13
2021-09-01T11:27:13
370,222,260
0
0
null
null
null
null
UTF-8
Java
false
false
299
java
package com.bitcamp.sc; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ScApplication { public static void main(String[] args) { SpringApplication.run(ScApplication.class, args); } }
[ "77256607+flip1945@users.noreply.github.com" ]
77256607+flip1945@users.noreply.github.com
d58ac19dc6359f0416533d027204e9a169c831d8
4abd603f82fdfa5f5503c212605f35979b77c406
/html/Programs/hw5-1/c49cc328f265664efb5f6b88b193eef4/ConvexHullVertix.java
96daa45ca237812db0fc549a25bd25af89740bab
[]
no_license
dn070017/1042-PDSA
b23070f51946c8ac708d3ab9f447ab8185bd2a34
5e7d7b1b2c9d751a93de9725316aa3b8f59652e6
refs/heads/master
2020-03-20T12:13:43.229042
2018-06-15T01:00:48
2018-06-15T01:00:48
137,424,305
0
0
null
null
null
null
UTF-8
Java
false
false
3,463
java
import java.io.BufferedReader; import java.io.FileReader; import java.util.Random; import java.util.Arrays; import java.io.BufferedReader; import java.io.FileReader; public class MyConvexHull{ public static int[] ConvexHullVertex(Point2D[] a) { int n = a.length; Point2D[] points = new Poi...
[ "dn070017@gmail.com" ]
dn070017@gmail.com
49a200f388b32a8d7d8bf07fff9bd30faf149044
d96e286e35029689176152bc056ee963020311fe
/src/main/java/com/moelyon/learning/concurrent/Priority.java
ba7a31dce843bbe6d9fd725d64a5ed4cbd414428
[ "MIT" ]
permissive
krislint/java_learning
ff4d6ba480b08e8d414b20136d948d6455e71d74
c1a85056296992fc5162189b03b1c410e50f6212
refs/heads/master
2022-12-19T15:10:31.909603
2020-09-19T00:44:27
2020-09-19T00:44:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,425
java
package com.moelyon.learning.concurrent; import java.util.ArrayList; import java.util.List; import java.util.stream.IntStream; public class Priority { static volatile boolean nostart = true; static volatile boolean notend = true; public static void main(String[] args) throws InterruptedExcept...
[ "wrisboy@gmail.com" ]
wrisboy@gmail.com
3e048e782379da35d6f79d94312fb0bac730d598
3a7742b372c0597037d9bd569e37ff330b6d7a4f
/ph-jdmc-core/src/main/java/com/helger/jdmc/core/datamodel/AbstractJDMGenType.java
627fab70e1b8c065393698386482741e57d56d98
[ "Apache-2.0" ]
permissive
jdrew1303/ph-jdmc
eecc5c1eec6f9d5d29030b4ce0b41a6c28648a0b
75efd96646883aab3eecf261df7cba37ef60c9a9
refs/heads/master
2023-08-27T14:28:40.256248
2021-10-30T19:34:08
2021-10-30T19:34:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,235
java
/* * Copyright (C) 2018-2021 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
[ "philip@helger.com" ]
philip@helger.com
b76e3287821d940fc1b5f09e695e1bca3b9fdebf
0c987ac63f128de0ba9d34d873f97ed86c444f0c
/55_JumpGameGreedy.java
e3140549347ebf74d8fd7b81c03738ee35002417
[]
no_license
github-prathma/LeetcodePractice
9c2fbd978ad513571c4cc8cf24b4fd5662303ffc
5a97f78dc86a1637bbde8cf536b83642943634c8
refs/heads/master
2020-08-12T23:38:02.739639
2020-06-21T20:21:36
2020-06-21T20:21:36
214,865,103
0
0
null
null
null
null
UTF-8
Java
false
false
627
java
import java.util.*; import java.io.*; class JumpGameGreedy { public static boolean canJump(int[] nums) { int maxJump = 0; for (int i=0; i<nums.length; i++) { if (i > maxJump || maxJump >= nums.length-1) { break; } maxJump = Math.max(maxJump, i+nums[i]); } return maxJump >= nums.length-1; }...
[ "prathma999@gmail.com" ]
prathma999@gmail.com
3b277060019cf1edeedc439268fc30096706e24f
8efb3d483191921e8b361501c179c5a83af52845
/src/system/report/model/TableModelReport.java
454508aa2d7b7a950ccf5e0c5d0be387505843da
[]
no_license
soul-source/soul-app-full
2d37d6984caf08d27573df7af9913d8685bc7470
37152b340450eab4be5e0a34fee69447eb742704
refs/heads/master
2021-01-10T21:53:07.760463
2015-07-17T19:13:08
2015-07-17T19:13:08
37,922,003
1
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
/* * Copyright (C) 2007 - 2014 Hyperweb2 All rights reserved. * GNU General Public License version 3; see www.hyperweb2.com/terms/ */ package system.report.model; import hwcore.modules.java.src.library.database.RecordSet; import system.common.MyQueryHandler; import system.common.MyTableModel; import system.common.P...
[ "hw.2@hotmail.it" ]
hw.2@hotmail.it
07fa3e590b0bb9329260c8fc83166d81ce751f2c
4c36bc898fd0172a21df5dcc3b7aa7679332a0df
/app/src/main/java/component/com/model/ComWorkshop.java
366c7ea624c9670fdff3083e012af0b641eb2681
[]
no_license
quanyousheng/benxiao
2d5a97629f0c1044ad0ea1253af6340f779cf71b
73706a3e9c07248b090e097bb20f750555550bd1
refs/heads/master
2021-06-17T04:22:45.257609
2017-06-06T09:59:55
2017-06-06T09:59:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
933
java
package component.com.model; import java.io.Serializable; import java.util.List; import com.alibaba.fastjson.annotation.JSONField; import component.system.model.SystemUser; /** 车间 */ @SuppressWarnings("serial") public class ComWorkshop implements Serializable { @JSONField(ordinal = 1) private int id; @JSONField...
[ "andygo520@163.com" ]
andygo520@163.com
c2d3eb1ddbc0d87ec57e4f5566075a12a794d3b3
6f68bf29f395c3a7e509beb6b21f064a9ac2f5a0
/src/main/java/com/tencent/client/service/ISysLogService.java
4b2ae426e41b3b012bc1802984e706e53beceeb7
[]
no_license
jidongfang123/client
df88cf3c7d6187d1f4334bbc019d8aef2e23aed9
7512f06b2f29780d8ba1d61e95c5d779f9086c8f
refs/heads/master
2023-08-07T17:38:53.828816
2022-02-23T12:27:27
2022-02-23T12:27:27
217,507,143
1
0
null
2023-07-22T19:45:46
2019-10-25T10:09:58
Java
UTF-8
Java
false
false
338
java
package com.tencent.client.service; import com.tencent.client.model.SysLog; /** * @author Promise * @createTime 2018年12月18日 下午9:29:48 * @description 日志接口 */ public interface ISysLogService { /** * 插入日志 * @param entity * @return */ int insertLog(SysLog entity); }
[ "17600570699@163.com" ]
17600570699@163.com
411dc7e59440050f51df4693d677c93cf4661936
f6def0cbecf523bea923c8fa0fb05ec8dfb4fe10
/src/main/java/co/dc/ccpt/common/utils/io/type/StringBuilderWriter.java
c7c7e756c5b040226907a6f0aa5decbfe0510790
[]
no_license
HssInspiration/jzerp
e1cef07e4bc9cb14ed3fbf94dea0c25bf64bb2f2
a5cf7335cef1c61c523a87d91e2b970f135fc329
refs/heads/master
2020-03-19T13:14:31.465305
2018-11-19T05:08:07
2018-11-19T05:08:07
136,569,455
0
0
null
null
null
null
UTF-8
Java
false
false
5,079
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
[ "HssInspiration@aliyun.com" ]
HssInspiration@aliyun.com
00d4fe3a5e3c6ae99fdc62fed2f8afcdfde5ee99
ebf6db8f969954143969f5edcbf2e2e1d9880f7b
/Exam/bootcamp-java-Exam2/src/main/java/co/g2academy/bootcamp/controller/PersonListController.java
7a5ecdb256c406bc31d6756fbf9bcb7bdfab2b35
[]
no_license
cimiko/Java
3b09de22be8267f3a3a2f3e50005ade6c2fd8ed7
7d01efb6dd4d58f36675b1642575dfe03fc461a2
refs/heads/main
2023-01-21T00:00:29.774454
2020-11-28T11:05:01
2020-11-28T11:05:01
306,367,397
0
0
null
null
null
null
UTF-8
Java
false
false
1,585
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 co.g2academy.bootcamp.controller; import co.g2academy.bootcamp.helper.ControllerHelper; import co.g2academy.bootcamp.entity.Pe...
[ "private.hartono@gmail.com" ]
private.hartono@gmail.com
68d1be8f6bf5be89bd49c3f0d86ffaee9683400f
97ca096643ba8395abb6b3942eed2a88a6bf5134
/redisop/src/main/java/com/yq/redisop/config/RedissonSingleConfig.java
5ee64ef9feed92656494cdc9ae12fb82e9bbfc66
[]
no_license
polanpan/spring-boot-pick-up
0de49fdfefa39495c15b53fdfba436864fdb7c53
1ab936fbb20ec63a3f5e12df1ce6ca17ddf489ff
refs/heads/master
2022-10-29T14:54:28.644945
2020-04-28T03:29:21
2020-04-28T03:29:21
145,359,323
2
1
null
2022-10-04T23:56:44
2018-08-20T03:02:46
Java
UTF-8
Java
false
false
2,974
java
package com.polan.redisop.config; import io.netty.channel.nio.NioEventLoopGroup; import lombok.Data; import org.redisson.client.codec.Codec; import org.redisson.config.Config; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.spri...
[ "panliyong@unioncast.cn" ]
panliyong@unioncast.cn
6948364fbfe859c7be35ddac4451a1efc1fabea5
0abd9287dda723d31c6c420cc9433e80a718692d
/src/test/java/com/devsmile/sbmultidb/WebCrawlerServiceV1ApplicationTests.java
1d5bd939fa1527de34f2bd76aefd72226b774da5
[]
no_license
Oleksandr-Moik/Spring-Boot-Web-Crawler
5c6663bf123b753200246503b0b0d226de30e18f
355176c47b997956b65761882ce96b59afc9de71
refs/heads/master
2022-02-27T04:51:21.733517
2019-09-02T17:05:04
2019-09-02T17:05:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
179
java
package com.devsmile.sbmultidb; //@RunWith(SpringRunner.class) //@SpringBootTest public class WebCrawlerServiceV1ApplicationTests { // @Test public void contextLoads() { } }
[ "sashamoik2016@gmail.com" ]
sashamoik2016@gmail.com
9499ab6e16d1d7a81a5c3a0b27ab74e5556cd8c4
fc8ae6019d8e083cf86accbc52b34c6c41cdbe4c
/app/src/main/java/com/app/song/hxchat/view/RegisterView.java
a9d346727da53878e1c38f84c43c29727010c71b
[]
no_license
songju1992/HXChat
c0ad10b81500d70db082d60d4cbe60b3c379d3b1
c5aad836586feb468936f899e1b5375f91251e02
refs/heads/master
2021-01-22T21:03:50.157553
2017-03-26T14:06:02
2017-03-26T14:06:02
85,391,760
0
0
null
null
null
null
UTF-8
Java
false
false
195
java
package com.app.song.hxchat.view; /** * Created by song on 2017/3/15 19:37 */ public interface RegisterView { void onRegister(String username,String pwd,boolean isSuccess,String msg); }
[ "ju.song@cymobi.com" ]
ju.song@cymobi.com
927cacd25bd29b516d48ecd51882773b1c317956
593f0260a13f05406f2d9a9f5fc3c548d293e326
/core-java/src/com/coderbd/ex56/A.java
255ccd4c14cc1a7cc42ea2690fc77612ad132c08
[]
no_license
ARMUNNA/java-certification
be4d0259ff1242205fcaa9b089e981bdbb22f0aa
571e544ab3618f89ab23cb7bc973c8d9159d478d
refs/heads/master
2021-08-23T21:20:59.660454
2017-12-06T16:03:17
2017-12-06T16:03:17
113,346,849
1
0
null
2017-12-06T17:27:33
2017-12-06T17:27:33
null
UTF-8
Java
false
false
146
java
package com.coderbd.ex56; public class A { public void displayMsg() { System.out.println("Hi, I am a method from class a"); } }
[ "springapidev@gmail.com" ]
springapidev@gmail.com
e6d08e26c32e6e76c21e62524dcaf2dc84fb42a8
3a8f876322d1c09cde2bebe12297429aa6366ce0
/src/com/codewithsatyaki/strategy/ImageStore/BNWFilter.java
002150ebb5f37904bebdd4757d70878f6e274b5d
[]
no_license
satyakisen/Design-Patterns-1
4659e15e90321df289e7e99c5d9d7ca805dc9c90
adfc24a79725e62db0b2b9195a13a7e98cb5e693
refs/heads/master
2022-10-07T17:36:50.046451
2022-09-22T16:59:01
2022-09-22T16:59:01
247,073,433
0
0
null
null
null
null
UTF-8
Java
false
false
203
java
package com.codewithsatyaki.strategy.ImageStore; public class BNWFilter implements Filter{ @Override public void apply() { System.out.println("Applying Black and white filter"); } }
[ "satyaki.s.sen@ericsson.com" ]
satyaki.s.sen@ericsson.com
7f8e46d63dc5b14182a07b36da8ba693a456f878
fa984d0ec80dda218d24ce4eb348475768652a37
/app/src/androidTest/java/com/example/axientatest/ExampleInstrumentedTest.java
9929490a3c9ef3c9d7515ca8b69f4777eb317ae2
[]
no_license
HiranMadhu/InterviewTest
48e52d51332f4d5a07c668af46750d7f02220900
0695b0ebc1924d71251ee42b5e33512e469ad398
refs/heads/master
2023-07-02T04:25:38.898546
2021-08-11T13:30:44
2021-08-11T13:30:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
760
java
package com.example.axientatest; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on...
[ "en82631@sjp.ac.lk" ]
en82631@sjp.ac.lk
8fe6e919f509baa8f4361eed94372b5152b1c028
afbb9791d6cc7cf8e7bdd6afe4d93bf340cfb35f
/src/org/usfirst/frc/team3021/robot/commands/device/StopClimber.java
e32e7f2dea4ef8ad6f6731f2618c83a16dfb04bc
[]
no_license
Team3021/Steamworks
d5403d35851975c82756b18c93bce9cf2e799b3e
29ff9c6574827a1a5ca2a1b180086a94c1d8cbc5
refs/heads/master
2021-01-12T00:51:21.016336
2018-02-07T07:11:49
2018-02-07T07:11:49
78,306,759
0
0
null
2017-02-12T01:14:24
2017-01-07T22:16:42
null
UTF-8
Java
false
false
372
java
package org.usfirst.frc.team3021.robot.commands.device; import org.usfirst.frc.team3021.robot.Stanley; import org.usfirst.frc.team3021.robot.commands.ClimberCommand; public class StopClimber extends ClimberCommand { @Override protected void execute() { Stanley.climber.stopMotor(); } @Override protected void ...
[ "trevor.hawrysh@thermofisher.com" ]
trevor.hawrysh@thermofisher.com
2db5c3dfb5e06bda77d0405ccb4210b3dc9aa3e0
44a62e366d0d65640e1c7618a6850ec9057bf4bb
/sign-service/src/main/java/cn/com/codeele/sign/service/impl/SystemPropertyServiceImpl.java
55f8690160bac63c9b5355c2482b11f51b5c87d2
[]
no_license
microcent/sign-parent
3742282fe52fd5b6e7eddb74a9377e3d0335bf84
e0f51b36e91911d65ccaad168e42ccca5baa437c
refs/heads/master
2020-04-15T23:11:29.785901
2019-01-12T17:09:13
2019-01-12T17:09:13
165,097,105
0
0
null
null
null
null
UTF-8
Java
false
false
886
java
package cn.com.codeele.sign.service.impl; import cn.com.codeele.sign.domain.SystemProperty; import cn.com.codeele.sign.domain.Terminal; import cn.com.codeele.sign.repository.SystemPropertyRepository; import cn.com.codeele.sign.repository.TerminalRepository; import cn.com.codeele.sign.service.SystemPropertyService; imp...
[ "abc123456" ]
abc123456
d94ed2dc99613539857bc0238ea4f4fa21e102e7
d1a97326a93462cce70c0f0ac6263fc290ba6c32
/app/src/main/java/com/dapgarage/lecture1/receivers/BluetoothBroadcastReceiver.java
d7e0498d13ab30c9446e93e2c787d05e71fcbd94
[]
no_license
MHamzaShahzad/Batch0LDLecture1
129ff3644d4b671804306902e1fd1a5d210770a3
a13ed52e615d971034e85fdf88b2a0da69afbdf4
refs/heads/master
2022-12-06T12:38:12.151794
2020-08-09T10:30:27
2020-08-09T10:30:27
276,133,960
0
0
null
null
null
null
UTF-8
Java
false
false
1,980
java
package com.dapgarage.lecture1.receivers; import android.bluetooth.BluetoothAdapter; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; import android.widget.Toast; public class BluetoothBroadcastReceiver extends BroadcastReceiver { pr...
[ "hamzashahzad604@gmail.com" ]
hamzashahzad604@gmail.com
31060dc45237c793bd8a20f39be3ff1af8f43ef6
459cf37614511d3ce74520255e312aaf83b34c1f
/Salmans Project/src/main/java/edu/mum/cs/swe425/project/domain/Appointment.java
459a03fb856227502940ea84f1118e27a181d592
[]
no_license
MoSeud/SWE-CS425
c1e782eabc69d8e173180451ffc7b544ac38d0b4
83123318f3c3e291aad344cf771361c2f17c6708
refs/heads/master
2020-06-26T20:20:20.775777
2019-08-14T19:36:22
2019-08-14T19:36:22
198,499,438
0
0
null
null
null
null
UTF-8
Java
false
false
2,646
java
package edu.mum.cs.swe425.project.domain; import javax.persistence.*; import java.time.LocalDate; @Entity @Table(name = "appointments") public class Appointment { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer appointmentId; /*** * refers to the date chosen * */ ...
[ "mseud52@gmail.com" ]
mseud52@gmail.com
6cbd4123cc97bc9d2241102f158878544bd9bf14
4abbe25c8ab60d47d6d715f921f4004515a1e36f
/src/com/shopping/foundation/dao/GoodsReturnLogDAO.java
869b107dcc8cbfa52099bd947f63dec49588ac8c
[]
no_license
tsingning/likejd
cde46b17c19694b06835364ac5720ebbd29f3290
c5184d8e416bb1c9f5ff0e9e843c1368145168ba
refs/heads/master
2021-05-09T22:48:05.083383
2018-01-25T02:07:49
2018-01-25T02:07:49
118,762,828
0
0
null
2018-01-24T12:32:12
2018-01-24T12:32:11
null
UTF-8
Java
false
false
300
java
package com.shopping.foundation.dao; import com.shopping.core.base.GenericDAO; import com.shopping.foundation.domain.GoodsReturnLog; import org.springframework.stereotype.Repository; @Repository("goodsReturnLogDAO") public class GoodsReturnLogDAO extends GenericDAO<GoodsReturnLog> { }
[ "Sale@SaleComputer" ]
Sale@SaleComputer
e31a66a0d7abb05b3097188a0a83cb61c18aec8f
907d2852c42d7a8f76afd92c70c2770cea57c268
/BackEnd/themis-order/src/main/java/com/oxchains/themis/order/entity/OrderComment.java
f8c746e829dad84c803bebd24930729544af0b13
[]
no_license
oxchains/themis
f9edfaa95b5b5cb7243303e8d3f7e42cd9ff3fb1
e9beeb37d684391957bdc4bb7ff543f5f39c82ab
refs/heads/master
2021-08-30T19:54:27.743572
2017-12-18T02:05:30
2017-12-18T02:05:30
107,077,376
0
1
null
null
null
null
UTF-8
Java
false
false
1,526
java
package com.oxchains.themis.order.entity; import lombok.Data; import org.web3j.crypto.CipherException; import org.web3j.crypto.Credentials; import org.web3j.crypto.WalletUtils; import org.web3j.protocol.Web3j; import org.web3j.protocol.core.methods.response.Web3ClientVersion; import org.web3j.protocol.http.HttpService;...
[ "13653595447@163.com" ]
13653595447@163.com
06c678bf34ebb6d6bc1bf1ebc8407bd08501ae0f
049544b36ce917b9db602305e0f4230e1f370cd8
/ExternalSearchServices/BigHugeLabsLib/src/main/java/SearchService/ServiceNotReachableException.java
fdde14b6701c7137bf0c3ee53410ef0443d5cd28
[]
no_license
joacolabrisca/J2CharlieClean
e45d27e360046598ce4a4f3a601b4c56b5fef1a0
dd8c5a24c1ff2821d7e3f5be1a673c831d4f9bd2
refs/heads/master
2020-03-27T06:39:37.820976
2018-09-03T20:21:28
2018-09-03T20:21:28
142,369,433
0
0
null
null
null
null
UTF-8
Java
false
false
177
java
package SearchService; public class ServiceNotReachableException extends Exception { public ServiceNotReachableException(String message) { super(message); } }
[ "joacolabrisca@gmail.com" ]
joacolabrisca@gmail.com
400d66d0eadd520d1ac1dfddbac8429c7ab34bc6
f9a8f7f8aaecb7c0e5361c074775a5066be0544d
/example/android/app/src/main/java/io/datvo/fluttertabbarnorippleexample/MainActivity.java
e9a590f031dc8a685e53b14125cfa3a3c292f343
[ "BSD-3-Clause" ]
permissive
Arefalhaj/flutter_tab_bar_no_ripple
e506711b5c3411abcedf1cd653448d956f05eb92
36ed555e5de71bf02745f0bc6f63b02e0965494c
refs/heads/master
2020-07-16T00:09:37.313880
2018-12-25T15:47:48
2018-12-25T15:47:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
382
java
package io.datvo.fluttertabbarnorippleexample; import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceSt...
[ "datvo0110@gmail.com" ]
datvo0110@gmail.com
052a8aff164eaf647ee0a9eda781db397584506f
dd0864dfc5e78a9dea793db8095f3e93a449382d
/src/main/java/com/lonely/test/TestArrayBeanGenera.java
880a2097a80eb37abab8f21969c2eec800120c60
[]
no_license
duguxiaobiao/generator-code
62c7103eccf900803489fb49ee2e5006d049dd36
f5f5e48f952aff97bcc136c34d3139d83836cb7c
refs/heads/master
2022-12-26T17:46:31.663172
2019-12-16T07:27:15
2019-12-16T07:27:15
209,505,918
1
0
null
2022-12-16T00:38:16
2019-09-19T08:48:01
Java
UTF-8
Java
false
false
6,148
java
package com.lonely.test; import com.lonely.bean.ModelDesc; import com.lonely.bean.ParamTypeDesc; import com.lonely.generator.DefaultModelHandler; import com.lonely.util.ClassUtil; import com.lonely.util.DefaultModelBuildUtil; import org.springframework.beans.BeanWrapper; import org.springframework.beans.PropertyAccess...
[ "373008554@qq.com" ]
373008554@qq.com
825b10e3fce542505056cc447f13216c08a64354
4170a9760aef0f6397a96ef2b907d4ea7e77d158
/org.m4is.diffmerge/src/main/java/org/m4is/diffmerge/service/DiffMergeService.java
203984ca3a53281362e3ba26a3e62b42ef356909
[]
no_license
xiwc/diffmerge
ff086c34fc1ab57c90da4c043b051d409f138f4a
d17014f169d13e3ba91f3457329aee5e4c815c6b
refs/heads/master
2021-01-21T00:25:52.355228
2015-05-31T09:52:48
2015-05-31T09:52:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
19,252
java
package org.m4is.diffmerge.service; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; import java.util.Date; import java.util.Hashtable; import java.util.Iterator; import java.util.List; import java.util.Map; import org....
[ "erik.gollot@bnpparibas.com" ]
erik.gollot@bnpparibas.com
cfc79301f9baaa7c471d5516115f7f15816c2ed1
f96fe9258e983db03783d3c2fc0ffbc6574f49c8
/src/main/java/com/camunda/consulting/client/api/TaskIdentityLinkApi.java
ab170611f440f724e5ae5dc9da4424cab2a4879c
[]
no_license
lucascalsilva/camunda-rest-client-spring
cf22464bc76ad8d5cf01bb0b970d162c12dbc89f
a94a5b1948f234d8d0da9ece0d4b65ca6f4ca23b
refs/heads/master
2022-12-19T23:47:32.846799
2020-09-20T13:05:57
2020-09-20T13:05:57
297,077,809
0
0
null
null
null
null
UTF-8
Java
false
false
10,922
java
package com.camunda.consulting.client.api; import com.camunda.consulting.client.invoker.ApiClient; import com.camunda.consulting.client.model.ExceptionDto; import com.camunda.consulting.client.model.IdentityLinkDto; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util....
[ "lucasc.alm.silva@gmail.com" ]
lucasc.alm.silva@gmail.com
e6983cc5beeedfddaecbe1d0ee761d9bbcea012b
98bf0dc455f4865bea06847c12c46f4be31d2ec4
/fhir/src/main/java/org/dhis2/fhir/adapter/fhir/transform/dhis/impl/AbstractPreparedDhisToFhirSearch.java
4b9968adb169efd8e94dc0850fd254414cea5a65
[ "BSD-3-Clause" ]
permissive
opensrp/dhis2-fhir-adapter
5150e8876fb3405534792e6ce15d73a4363cf09e
e29d531f311d87089a32fbfaedde3456dbb6da6e
refs/heads/master
2022-11-28T02:45:44.378322
2022-05-17T11:40:41
2022-05-17T11:40:41
472,286,673
1
2
BSD-3-Clause
2022-11-12T22:13:07
2022-03-21T10:25:17
Java
UTF-8
Java
false
false
4,798
java
package org.dhis2.fhir.adapter.fhir.transform.dhis.impl; /* * Copyright (c) 2004-2019, University of Oslo * 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 mu...
[ "volker@volsch.eu" ]
volker@volsch.eu
820e1b131354bf3ed36270c25b3e7a4f0956bfb4
d3c4b9e8a20b30f6a64f9d7e4ab8c0d7e71bbd7b
/netty-in-action/src/main/java/com/manning/nettyinaction/chapter1/PlainEchoServer.java
6475977881d163e77380eac620456235c96e19e6
[]
no_license
mo-open/tests
105b1b36da07ded8800dadcaf7b1d8c3ec743735
741c9c65ceb0237905b8f31f00cb29a98a52550d
refs/heads/master
2021-05-28T16:43:32.675631
2015-05-10T05:39:26
2015-05-10T05:39:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,803
java
package com.manning.nettyinaction.chapter1; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; /** * Listing 1.4 of <i>Netty in Action</i> * * @author <a href="mailto:nmaurer@redhat.com">Nor...
[ "dongsong.mo@thistech.com" ]
dongsong.mo@thistech.com
fd111a9dd31f4442645baf4f5bf9633242ecafcc
8ec986726b3b60170aec4cb9772d3bdb163710af
/lib/jdomodels/src/main/java/org/sagebionetworks/repo/model/dbo/file/MultipartRequestUtils.java
0ce99b58c3adcee9b1099602811245463853c44a
[ "Apache-2.0" ]
permissive
marcomarasca/Synapse-Repository-Services
871446d7bc8e27ca9f4e3d16c4f2007e3f69f5d3
294e6f422ef9a1367deaf511bc97473623233da4
refs/heads/develop
2023-08-17T12:25:54.442901
2023-08-16T15:40:47
2023-08-16T15:40:47
190,295,841
0
0
Apache-2.0
2023-02-22T08:31:06
2019-06-04T23:55:19
Java
UTF-8
Java
false
false
1,825
java
package org.sagebionetworks.repo.model.dbo.file; import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import org.apache.commons.codec.binary.Hex; import org.sagebionetworks.repo.model.file.MultipartRequest; import org.sagebionetworks.sche...
[ "8505576+marcomarasca@users.noreply.github.com" ]
8505576+marcomarasca@users.noreply.github.com
8d016c94033e3ed2ed55c07ddd1f66c0758103ce
86220a3b6fde651f1c9c8a8fc0d599cab75ebf18
/src/com/learning/WordFileWriting.java
1f4927ff6e8179de196c73aa47eec09cf97af59b
[]
no_license
aryamann-learning/ds-algo
67c967e6723027a4411906e21840acb8979590f3
b9cb40c9ba5b3095a5033980421213e0524cc3ab
refs/heads/main
2023-07-26T05:51:05.964951
2021-08-28T13:27:41
2021-08-28T13:27:41
312,771,318
1
0
null
null
null
null
UTF-8
Java
false
false
3,849
java
package com.learning; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; /*import org.apache.poi.util.Units;*/ import org.apache.poi.openxml4j.exceptions.InvalidFormatException; import org.apache.poi.xwpf.usermo...
[ "arya00014@gmail.com" ]
arya00014@gmail.com
eb371a28b9928890de8835bd6159b37b562cb18d
db6b88ca550ade48cac994e0dc2c061e9969f677
/play-global-auth-sample/app/annotations/SkipAuth.java
4a9bddbb99082e324525442b4e9b6c6849b9c1c6
[]
no_license
teriusray/sample
d75abd01c34e0606b2116e2854898056d60b5742
fc8e826263090e9d5f3a0b5026ee1abd1e81674c
refs/heads/master
2020-04-08T21:06:05.614979
2013-05-07T02:00:58
2013-05-07T02:00:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
435
java
/** * Author : Teriusray * Created date : 2013/05/06 * Version : 1.0 * CopyRright (c) 2013 Teriusray * All right reserved. */ package annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target...
[ "teriusray@gmail.com" ]
teriusray@gmail.com
63202fe40f6650db4c0b01205c9ed3dae5198da1
75359750770a76cf1478ae09074a563eb9fba767
/src/main/java/bll/validators/AgeValidator.java
2176e40badc718a6f98c9449fdbc84736a006599
[]
no_license
andreibursuc97/FOOD_DELIVERY
24648cfd248ad19244c0c62a8337db3323b7011d
9ac39bac1431386b6547f9e229f671e84b368eb4
refs/heads/master
2021-04-09T15:06:52.302822
2018-03-29T09:21:22
2018-03-29T09:21:22
125,529,469
0
0
null
null
null
null
UTF-8
Java
false
false
455
java
package bll.validators; import model.Client; /** * Created by Andrei on 18/04/2017. */ public class AgeValidator implements Validator<Client> { private static final int MIN_AGE = 18; private static final int MAX_AGE = 100; public void validate(Client t) { if (t.getVarsta() < MIN_AGE || t.getVar...
[ "andrei_bursuc2002@yahoo.com" ]
andrei_bursuc2002@yahoo.com
642a7ced09d0ffc81a257fa7a0f425a0644274ce
347273f2a9eb143f81e3f87758fe35fd0c63e9bc
/src/main/java/com/spare/mapper/GradeMapper.java
ba7775770e8c5486482f9997d489854fae27bd58
[]
no_license
VERATUM/ssm
31a55ecae98b2cb557213fc9336b0ff4d01c18d6
b95330324acfe41028fe84e22882ccdec804d89b
refs/heads/master
2020-04-23T00:21:16.077217
2019-02-15T00:23:50
2019-02-15T00:23:50
170,776,493
0
0
null
null
null
null
UTF-8
Java
false
false
491
java
package com.spare.mapper; import com.spare.entity.Grade; import org.apache.ibatis.annotations.Mapper; import java.util.List; public interface GradeMapper { int deleteByPrimaryKey(Integer gid); int insert(Grade record); int insertSelective(Grade record); Grade selectByPrimaryKey(Integer...
[ "veratum@163.com" ]
veratum@163.com
0dc39ca1da7de0ec8acbce34d116cf7867417e9b
9e0566c94f5c360888015f9a77c9a88abb11efae
/FoodOrderingApp-api/target/generated-sources/com/upgrad/FoodOrderingApp/api/model/PaymentResponse.java
eb5337de1852212149f42920a68f8cb05118f1f2
[]
no_license
aditya8119/FoodOrderingApp-Backend
9bb4d54fa801d216c2eec463b99bec07d8f35773
7722bc7f112e1b88bfa501ab8c3d1b74d7e21c2f
refs/heads/master
2022-12-25T22:59:30.677086
2020-09-28T20:19:23
2020-09-28T20:19:23
298,328,409
1
0
null
2020-09-28T20:19:25
2020-09-24T16:02:20
Java
UTF-8
Java
false
false
2,600
java
package com.upgrad.FoodOrderingApp.api.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.util.UUID; import org.springframework.va...
[ "aditya.gnb@gmail.com" ]
aditya.gnb@gmail.com
661c9aa922212f74eb3c804d1e2e96d25fde7916
0718f4702b422650b4d1e19bf3ca1de1708dd67b
/ProjectImplementation12/src/main/java/testcases/TC003.java
b20b2cf865d770930d61b45d4a6eccbbffef3cf0
[]
no_license
sivajimore/Practice
7d274fdd78bb3e024f7ada3da2e2eee791327dc1
d1ba0d15060288408724f2fd59b95459c75b7f14
refs/heads/master
2022-07-05T14:55:13.929591
2020-04-01T08:57:37
2020-04-01T08:57:37
252,112,848
0
0
null
2022-06-29T18:03:01
2020-04-01T08:12:37
HTML
UTF-8
Java
false
false
333
java
package testcases; import org.testng.annotations.Test; import wrappers.GenericWrappers; public class TC003 extends GenericWrappers { @Test public void IrctcFTRSignup() { invokeApp("chrome", "https://www.ftr.irctc.co.in/ftr/"); waitproperty(3000); clickByLink("New User? Signup"); waitproperty(3000...
[ "THIRUMALA@Sys" ]
THIRUMALA@Sys
764ae1ba30defed0363fdf4630b19fe526081302
f8d887abc23f19c8e2dafec356d97fd20854e191
/domain-models-runtime-it/src/main/java/org/folio/rest/impl/MyitemsApi.java
be444c262d733a85ff6ba38e729ba2f68ff3e51f
[ "Apache-2.0" ]
permissive
DivineRapierH/raml-module-builder
1e2a228714d28c1e32db46b2a9728ab02a7cfe85
01c88f3c4f78c6c9e7edbef61ce01e8d8a0ea333
refs/heads/master
2023-04-29T05:52:26.668973
2020-03-02T00:53:06
2020-03-02T00:53:06
242,886,453
0
0
Apache-2.0
2023-04-14T17:54:42
2020-02-25T01:59:22
Java
UTF-8
Java
false
false
2,081
java
package org.folio.rest.impl; import java.util.Map; import javax.ws.rs.core.Response; import org.folio.rest.jaxrs.model.Myitem; import org.folio.rest.jaxrs.model.Myitems; import org.folio.rest.persist.PgUtil; import io.vertx.core.AsyncResult; import io.vertx.core.Context; import io.vertx.core.Handler; public class ...
[ "julianladisch@users.noreply.github.com" ]
julianladisch@users.noreply.github.com
8e8631f167747bc67033798bf990138d04d798fa
46694da7ad952e92756bba7fd570cb6150cc9a94
/components/org.wso2.carbon.config/src/test/java/org/wso2/carbon/config/configprovider/UniqueElementTestConfiguration.java
9937b895f3e0db6bbd98d248a5c221961b67f3a6
[]
no_license
wso2/carbon-config
bb4f1009aeaafb5c7505f1a617b843bed4200f5b
25852772c23778345b602e4dea4031921efb5e58
refs/heads/master
2023-08-31T13:41:17.212065
2019-12-17T08:55:26
2019-12-17T08:55:26
83,403,025
35
38
null
2019-12-17T08:52:45
2017-02-28T07:29:29
Java
UTF-8
Java
false
false
2,909
java
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * ...
[ "kshanth2101@gmail.com" ]
kshanth2101@gmail.com
00847f15cf3b97fd65e27f2a5cc084439eea281c
4240f6522808b7793d75b09dba8131ac3ef3c9f5
/src/main/java/com/dxfjyygy/test/threadTest/threadSync/Creature.java
d7c834a6e58f55945742d58c2d7fab71fd1a32c3
[]
no_license
jwlong/springmvcDemo4
40c9e7087eb527e8a537cf951c839db78895aef9
f8ca244e2ae9f987e22d02f5cc6d8f9d967fdbe8
refs/heads/master
2021-01-19T20:18:12.403689
2017-09-24T10:44:30
2017-09-24T10:44:30
83,743,904
0
0
null
null
null
null
UTF-8
Java
false
false
473
java
package com.dxfjyygy.test.threadTest.threadSync; /** * Created by longjinwen on 2017/4/17. */ public class Creature { private static long numCreated; public Creature() throws InterruptedException { System.out.println("now Count:"+numCreated); Thread.sleep(1000); // synchronized (Creat...
[ "dxfjyygy@sina.com" ]
dxfjyygy@sina.com
50b736f2a373df5db5d397796ab506c4abea8fb5
d13e9f86111e2dd033a8ef42419338350ef69078
/app/src/main/java/org/app/mbooster/shopping_mall/RequestAnItem/RequestAnItem2.java
708a3219c6662a5fe3266c5cc68769a1dad90c60
[]
no_license
amirfirdausdeveloper/mboosteropenver_my
c4390134b1d0441c5d3969f8ed7ea627ac76467e
c015dbd17cc2dd3feb7c2b8b6844acb826b6518c
refs/heads/master
2020-09-04T07:28:14.187392
2020-02-10T15:11:22
2020-02-10T15:11:22
219,684,869
0
0
null
null
null
null
UTF-8
Java
false
false
30,090
java
package org.app.mbooster.shopping_mall.RequestAnItem; import android.app.Activity; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.graphics.Bitmap; import android.graphics.Color; import...
[ "Fuckacikko93" ]
Fuckacikko93
e54cacc675950b1dbb419da37dafe7633bcfe110
530c516e35785da233381c7d1a92938433153687
/jalog/jlog/gui/optiondialog/AbstractOptionsDialogBox.java
93511d728b5027bb1bedc5ec7a39aa34fc7a69fd
[]
no_license
septantrionalis/jalog
2ea511501087992174fa79023fc22a2ab3e52786
92c8c6fbe941e91a6017c5d860fa720f7ac8c595
refs/heads/master
2020-09-04T18:21:13.555497
2019-11-05T21:00:46
2019-11-05T21:00:46
219,848,016
0
0
null
null
null
null
UTF-8
Java
false
false
3,185
java
package jalog.jlog.gui.optiondialog; import java.util.ArrayList; import jalog.jlog.gui.common.GenericDialog; import jalog.jlog.logbook.jlogentry.LogEntry; import jalog.jlogimpl.gui.TableColumnEnum; import javax.swing.JFrame; /** * An abstract class defining common methods for a generic dialog box. * * @author ...
[ "rokinney@ghx.com" ]
rokinney@ghx.com
51cad3ba61cc69a9488f2a2fa85d2a0c82fb5e0d
193880d3be2b0b1b03eae971c0465747bcf31a85
/app/src/main/java/com/example/raniamofeed/project_androidfci/utility/Utils.java
32f6356e3f4bb4a06931eec28bc9fcd2551f3ed4
[]
no_license
MostafaAnter/Project_androidFCI
42cdac6adab3a4a597c5e1a51b28b60947bdebc3
412c2bdbfa27e5ba610ca96396c31681ed3807f8
refs/heads/master
2020-03-18T14:40:24.990348
2018-05-31T15:30:30
2018-05-31T15:30:34
134,860,356
0
0
null
null
null
null
UTF-8
Java
false
false
445
java
package com.example.raniamofeed.project_androidfci.utility; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Utils { public static boolean isEmailValid(String email) { String expression = "^[\\w\\.-]+@([\\w\\-]+\\.)+[A-Z]{2,4}$"; Pattern pattern = Pattern.compile(expres...
[ "ga30000@gmail.com" ]
ga30000@gmail.com
fa5f573b6307eb3a8eeb0cc427a547a02d70a70c
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava11/Foo921.java
3dae3c3392c0f50c7b618fcf4b4295381c22f324
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
348
java
package applicationModulepackageJava11; public class Foo921 { public void foo0() { new applicationModulepackageJava11.Foo920().foo5(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void foo4() { foo3(); } public void...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
c8f9cf4c9a346ec9253790f3694408e9b04a6146
1513433d877144b8dfe1bb337f2fae78fed010e7
/taotao-manager/taotao-manager-service/src/main/java/com/taotao/service/UPloadPicture.java
883011b44bff984f61bcf997adb4a2b16a5db1e5
[]
no_license
lixiang0103/Shop
8ef0dfd5353ad917acba06a455531b937cd38f1f
5939787d7ceb7fcaffa572350ff970ee45acf8d6
refs/heads/master
2020-04-15T15:31:08.774673
2019-01-19T09:30:01
2019-01-19T09:30:01
164,796,911
0
0
null
null
null
null
UTF-8
Java
false
false
311
java
package com.taotao.service; import java.awt.MultipleGradientPaint; import java.io.IOException; import org.springframework.web.multipart.MultipartFile; public interface UPloadPicture { //上传文件到指定目录 public abstract String uploadFile(MultipartFile file,String filePath) throws IOException; }
[ "714581466@qq.com" ]
714581466@qq.com
22d7d133a8b6679533b40e56761ee4f6f9a5d49b
8d6095498a17a80679c79f8721ef65be9bf838a3
/android_new/app/src/main/java/com/kii/tutk/Logging.java
abe6429a36e99e4ee9d3bdc2d4b2b87967c5d0a2
[]
no_license
xdutaotao/Demo
12e1ff3260f6e422b524b41fc43a2dbfe028f366
9644d0b0ecbd4e082ca44f628023de73b5862142
refs/heads/master
2020-03-14T03:43:09.473227
2018-04-28T07:17:39
2018-04-28T07:17:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
package com.kii.tutk; import android.util.Log; /** * Created by Evan on 15/12/23. */ public class Logging { public static void d(String TAG, String msg) { Log.d(TAG, msg); } public static void e(String TAG, String msg) { Log.e(TAG, msg); } public static void w(String TAG, Strin...
[ "gzfgeh@sina.com" ]
gzfgeh@sina.com
40b82dac85504b633d2ddd599a6bf1519c38d06a
4d6e6a8e5605c4ecb0a92762b8504bb2edf77b47
/DataStructures-Algo-master/searching/SearchInANearlySortedArray.java
e6e2d74da22e2c5072d11f4fcec418747873a758
[]
no_license
sankalpchauhan-me/InterviewPrep
aa1e81f45121dd1a5476c968e877b921f1bf9311
531acf86b8c1851bcb3a195c1917c63557ef3e5b
refs/heads/master
2022-04-07T14:50:23.236024
2020-03-14T15:38:09
2020-03-14T15:38:09
240,069,299
0
0
null
null
null
null
UTF-8
Java
false
false
1,715
java
package searching; //https://www.techiedelight.com/search-nearly-sorted-array-ologn-time/ //https://www.youtube.com/watch?v=xWOoBJUqlbI //O(logn) public class SearchInANearlySortedArray { // Function to search an element x in nearly sorted array A public static int searchElement(int[] A, int x) { // sear...
[ "sankalpchauhan.me@gmail.com" ]
sankalpchauhan.me@gmail.com
424ea761b149bf50246da23eca869284d47e1e79
c62864ff0fdc24bb2493c0a892204810ac2b8ce2
/app/src/main/java/it/museomobile/BarcodeGraphicTracker.java
bdb8758a41caf6228b27832339333f74f92ea605
[]
no_license
giovannidefilippi/MuseoMobile
3408308e63980c5a2f573471752946ec18dd8221
410bb8383dff38b80d8d1d977c2c8e26ec741235
refs/heads/master
2021-08-29T02:53:41.871015
2018-01-04T11:01:59
2018-01-04T11:01:59
109,968,653
0
0
null
null
null
null
UTF-8
Java
false
false
3,226
java
/* * Copyright (C) The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
[ "gdefilipp393@gmail.com" ]
gdefilipp393@gmail.com
ae68265a2672cbf55af3fb0714293170f0aba825
f66ecfbc89d99479886c1eb60518dab597bd854f
/android_app/app/src/main/java/me/memory7734/moving/viewitem/LineCardView.java
3c63e61f972052f547840726d0c16c2db4ed7f11
[]
no_license
memory7734/Moving
7de59217eacb225ee1c1a99e46cd235ef620d8c9
169522a7bacb8f787495af5a5c03de9926d58f7d
refs/heads/master
2020-05-27T21:13:21.097665
2017-09-19T10:58:21
2017-09-19T10:58:21
83,618,607
0
0
null
null
null
null
UTF-8
Java
false
false
8,129
java
package me.memory7734.moving.viewitem; import android.content.Context; import android.content.SharedPreferences; import android.graphics.Color; import android.support.v7.widget.CardView; import android.view.View; import android.widget.TextView; import com.db.chart.Tools; import com.db.chart.model.LineSet; import com....
[ "memory7734@gmail.com" ]
memory7734@gmail.com
b5f6e75a1ebe4111100005bb4cd9bdf646f0bbf6
96e979ae4ea0497622f56c2c3f671abb081e9d46
/tests/generics/wildcard_10p/Test.java
67072bfaeaa932e05eb79f7b8f745c179d4b5a61
[ "BSD-3-Clause" ]
permissive
ExtendJ/Regression-Tests
a8e588c452bea830a838514cc307e54c2abd3a4f
2cae0e2f444a78857980224f9c216edb6a29ece2
refs/heads/master
2021-05-04T01:09:08.662395
2018-12-21T09:56:26
2018-12-21T09:56:57
71,147,163
1
0
null
null
null
null
UTF-8
Java
false
false
299
java
// https://bitbucket.org/extendj/extendj/issues/259/method-applicability-error-for-generic // .result: COMPILE_PASS public class Test { void add(Container<? super X> xs) { xs.add(new Y()); } static class X { } static class Y extends X { } } interface Container<T> { void add(T t); }
[ "jesper.oqvist@cs.lth.se" ]
jesper.oqvist@cs.lth.se
01eac041decf38ce11a54aed242fa50cfad4e099
32fb249ac141e317d5751a15d4e2fcbb1bf99b3f
/src/main/java/com/neeraj/reactivex/rxjava/operators/FlatMap.java
bb7288a127cf8131d697ff2883797e06e8dc7a8e
[]
no_license
neerajjain92/reactive-programming
bad9f3576bd4820ee989856033bdde7f3fce1dde
f2d073e9dd18acbf48fd1e12dbc7f7a8ac90a6b1
refs/heads/main
2023-03-09T20:26:10.951395
2021-02-21T20:02:19
2021-02-21T20:02:19
338,446,743
0
0
null
null
null
null
UTF-8
Java
false
false
930
java
package com.neeraj.reactivex.rxjava.operators; import io.reactivex.Observable; /** * @author neeraj on 22/02/21 * Copyright (c) 2019, reactive-programming. * All rights reserved. */ public class FlatMap { public static void main(String[] args) { flatMap(); flatMapBiFunction(); } priv...
[ "neeraj_jain@apple.com" ]
neeraj_jain@apple.com
9285df11c387a17486a66458fb7da3383f46f5b5
7da2f0d4d8b84dc29f8273f7c3b5d97d4549cb84
/src/Week5Homework/spacedLogger.java
dd772158fb18909523ffdc5e410e914cdfe20eb6
[]
no_license
csgarza1984/BESD-Week5
304f43966a41b04f87c4a39c93f65700d7223ccb
33c02de53343bd608d17bcb88198532fed42ca8a
refs/heads/main
2023-05-15T06:16:00.803671
2021-06-09T04:14:39
2021-06-09T04:14:39
363,477,193
0
0
null
null
null
null
UTF-8
Java
false
false
837
java
package Week5Homework; public class spacedLogger implements Logger { @Override public void log(String log) { //print the string with spaces added between each character StringBuilder spacedOut = new StringBuilder(""); for (int index = 0; index < log.length(); index++) { spacedOut.append(log.charAt(index...
[ "csgarza1984@outlook.com" ]
csgarza1984@outlook.com
1ef2d83fcc286de2fa995c025a02ac1c261d81c9
5c3675a683f0eadb036046e3080746e0cce81be4
/src/main/java/com/mpango/core/model/COAAccountType.java
c1a90c39b20eb64c8be066baf5706b48414649ec
[]
no_license
mulutu/mpangoFarm
acfdb7f73bfacc41cff8fe636cd053db94245137
963213a125e8dbf2ca19f1030b1d663d696e987b
refs/heads/master
2020-04-02T05:48:10.250951
2018-12-31T05:39:39
2018-12-31T05:39:39
152,695,677
0
0
null
null
null
null
UTF-8
Java
false
false
833
java
package com.mpango.core.model; public class COAAccountType { private int id; private String AccountTypeName; private String AccountTypeCode; private int AccountGroupTypeId; public COAAccountType() { id = 0; } public int getId() { return id; } public void setId(int id) { this.id = id; } public ...
[ "mulutujackson@gmail.com" ]
mulutujackson@gmail.com
62c4eb7ca855d39f098ab8b1866b07beea1c8790
a79a01064db3764666539a746392aaba4a8c8804
/strategy-pattern/src/test/java/example1/simuduck/duck/DuckTest.java
1117ea3b8349e4a5fc93ab21615e69034f50e08c
[ "Apache-2.0" ]
permissive
shambhand/demystifying-design-patterns
78a779f359f3ab20181991085d789e6de16a3abc
d570964a82421ce486a37ece2c5524af0c29c86c
refs/heads/master
2022-01-21T20:06:26.804689
2019-08-17T21:55:30
2019-08-17T21:55:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
434
java
package example1.simuduck.duck; import example1.simuduck.fly.FlyRocketPowered; import org.junit.Test; import static org.junit.Assert.*; public class DuckTest { @Test public void testRedheadDuck() { Duck redhead = new RedheadDuck(); redhead.display(); redhead.performFly(); red...
[ "shambhand2020@gmail.com" ]
shambhand2020@gmail.com
a99376cbde6c3b7ff9ea23b6d3c908e6177fe033
40fdb479cacb287fe52b563ce694e340eb44f8eb
/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/PushbotTeleopTank_Iterative.java
b23f75f988f16a84d8f0a7df3142e35eb3c6c935
[]
no_license
Starnox/FTC-Bionic-Royals
f2565f9a9c94ecd81aa43dcb3fe9480d9741fd20
5c0da8b7f6299810bd8b7a9577fdbf4594d057f5
refs/heads/master
2021-07-11T17:54:28.384558
2021-04-20T08:03:25
2021-04-20T08:03:25
122,740,917
0
0
null
null
null
null
UTF-8
Java
false
false
5,475
java
/* Copyright (c) 2017 FIRST. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided that * the following conditions are met: * * Redistributions of source code must retain the above cop...
[ "alex.doncea9@yahoo.com" ]
alex.doncea9@yahoo.com
6db71ae1d2e535e2972aed120306c38f54429acf
9dee9dddaef39d6fde617756c1638afc678fd19f
/ch04/wxapp/src/com/xiaogang/app/servlet/WxUploadFileServlet.java
13dadf20671c9eca4d1bc564c62e3e17d41c528d
[]
no_license
kongxiangyue/minipro_pic
e5b4d32e79f60a0e1ba966ebf4f823583b315fcc
8c50e7fed7967e4b1a094204c60e86329fa148b4
refs/heads/master
2020-12-22T02:01:12.440966
2020-05-20T06:15:40
2020-05-20T06:15:40
236,636,899
3
0
null
null
null
null
GB18030
Java
false
false
2,299
java
package com.xiaogang.app.servlet; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http...
[ "513001363@qq.com" ]
513001363@qq.com
2b7fca457f4427b2986ae965ada1dd9839f02a97
684f50dd1ae58a766ce441d460214a4f7e693101
/sz-yld/console/src/main/java/com/dimeng/p2p/console/servlets/account/vipmanage/grxx/CcxxView.java
e6f956ad5dc113ee9aadf825fa49225c7d97dcf9
[]
no_license
wang-shun/rainiee-core
a0361255e3957dd58f653ae922088219738e0d25
80a96b2ed36e3460282e9e21d4f031cfbd198e69
refs/heads/master
2020-03-29T16:40:18.372561
2018-09-22T10:05:17
2018-09-22T10:05:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,597
java
/* * 文 件 名: CcxxView.java * 版 权: 深圳市迪蒙网络科技有限公司 * 描 述: <描述> * 修 改 人: zhoucl * 修改时间: 2015年11月10日 */ package com.dimeng.p2p.console.servlets.account.vipmanage.grxx; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.dimeng.framework.http.servlet.annot...
[ "humengmeng@rainiee.com" ]
humengmeng@rainiee.com
0f8f1b54a7e8efee492c3a48dc8292c1f6761ffc
71d752d9211d8f7cd8b0fe0722e7bfba9724d716
/app/src/androidTest/java/com/xiaoma/rxcache/ExampleInstrumentedTest.java
483ebdd6b4b9edae596df34813e404a410478dd7
[]
no_license
artshell/RxCache
9b3874fee6b06fa57c8122f431fb340f916fe3da
6da7695441fe815604c96b4869fdafd450d21e83
refs/heads/master
2020-03-23T11:59:52.014890
2018-07-19T05:31:04
2018-07-19T05:31:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
737
java
package com.xiaoma.rxcache; 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 Android devi...
[ "maxiaochong@kuaidihelp.com" ]
maxiaochong@kuaidihelp.com
ec79346bc6cafc4b77cc5de0fa666d4eb2ffc707
0a6671c5f9f4a59d66f7df2d71b8830a2d755a30
/Ascending-or-Decending-Sorting/Ascending-or-Descending-Sorting.java
83d87df8a3b431407c512c259f3398aa663d180e
[ "MIT" ]
permissive
whynesspower/Number-Theory
712395ff4bcd7ca89b1a0ed5b59298b9370c5e8d
7b52b4a18bae336b79c2747e9d11ba22ff7a2cca
refs/heads/main
2023-08-30T09:50:54.223472
2021-10-06T07:07:19
2021-10-06T07:07:19
413,688,319
0
0
MIT
2021-10-05T05:39:59
2021-10-05T05:39:59
null
UTF-8
Java
false
false
1,104
java
/* This program is to check if the given array is sorted or not, it further checks if it is ascending or the decending order, in which it is sorted */ import java.io.*; import java.util.*; class GFG { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n, ascend = 1...
[ "yashrajshukla48@gmail.com" ]
yashrajshukla48@gmail.com
ccd70ef5c9dd8a9bab2c27a5e251a0280188fe6e
1c5e8605c1a4821bc2a759da670add762d0a94a2
/easrc/pm/contract/client/SettlementDetailHelper.java
72e9ef9cb5043abaf9e697178de6602d2379d357
[]
no_license
shxr/NJG
8195cfebfbda1e000c30081399c5fbafc61bb7be
1b60a4a7458da48991de4c2d04407c26ccf2f277
refs/heads/master
2020-12-24T06:51:18.392426
2016-04-25T03:09:27
2016-04-25T03:09:27
19,804,797
0
3
null
null
null
null
GB18030
Java
false
false
19,013
java
package com.kingdee.eas.port.pm.contract.client; import java.awt.BorderLayout; import java.awt.Color; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import com.kingdee.bos.BOSException; import com.kingdee.bos.ctrl.kdf.table.ICell; import com.kingdee.bos.ctrl.kdf.table.IRow; impo...
[ "shxr_code@126.com" ]
shxr_code@126.com
207e18b5e6cb47797584570d6f60663a19fdcf65
78d2a2fd546c1a4fc51bd58c83cd06308f785477
/app/src/main/java/ng/com/hybridintegrated/a365dailyreadingsfornigeria/prayerThree.java
d8f4ee539a2d27961e31eb805d94e7a418c7f568
[]
no_license
Omamuli-Emmanuel/365job
66b6195f92730b5ff4b8a3829c46423023065ac1
5d03d9dcd68f183b3dedf4a5d03815e4c2f2bd24
refs/heads/master
2020-06-01T10:14:12.054679
2019-06-07T13:11:20
2019-06-07T13:11:20
190,744,545
0
0
null
null
null
null
UTF-8
Java
false
false
1,241
java
package ng.com.hybridintegrated.a365dailyreadingsfornigeria; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.view.Menu; import android.view.MenuItem; import android.view.View; import com.google...
[ "omamuli.emmanuel@gmail.com" ]
omamuli.emmanuel@gmail.com
cdb4e7701cae9969358f20e9220036ea27e6f627
b42870d83cad0eec8fb6011c8e163ddf51e24d93
/servidorTFG/src/main/java/com/pabliyosu/servidorSpring/Estacion.java
060106ffa566698354b2ddf2472f11e730bd51e3
[]
no_license
pabloyosu/servidorTFG
36b977751914abafc916b5a929eb91d8f9c86f3c
760846c8aa43e97294c103127035719990f50e35
refs/heads/master
2022-09-19T22:04:05.797791
2020-06-03T11:39:44
2020-06-03T11:39:44
269,068,514
0
0
null
null
null
null
UTF-8
Java
false
false
1,901
java
package com.pabliyosu.servidorSpring; import javax.persistence.*; //Listado estaciones @Entity @Table(name = "estaciones") public class Estacion { @Id @GeneratedValue private int id; @Column private double longitud; @Column private double latitud; @Column private String calle;...
[ "pablo_alejandro1994@hotmail.com" ]
pablo_alejandro1994@hotmail.com
9773dc0c921f2c526492afa5aafc9f9258ad9330
87132e18b7ebe8dfef3408af4005bdfffec797f9
/src/com/riotapps/word/utils/Logger.java
14767bdea51c8575a5b9ffab58f846759de256fb
[]
no_license
rendyramon/WordAndroid
7b6ee894b8ea8d9b0d381dff5921bfc3a455d271
6a3adb118aab023ead80a7a3503787bc738cd1c9
refs/heads/master
2021-01-18T16:11:24.891293
2013-04-08T01:49:55
2013-04-08T01:49:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,802
java
package com.riotapps.word.utils; import com.riotapps.word.BuildConfig; import android.util.Log; public class Logger { public static final boolean LOG_OK = true; public static void w(String tag, String msg){ if (BuildConfig.DEBUG && LOG_OK) { Log.w((tag==null?"UNKNOWN_TAG":tag), (msg==null?"unknown message...
[ "hunter@riotapps.com" ]
hunter@riotapps.com
4d3edba5f069297784ea4236016d00fab3162839
bf000f639b8faf68ef26ae296ea0d01db82a2b47
/mockito/src/test/java/com/myself/mockito/mockito/MockitoApplicationTests.java
820b02945d2f633f0cf3d1be5320a636b165011c
[]
no_license
ZarrarMalik/TestingWIthMockito
eebb4530b6c7b6fb2a807510fda35b75f89ada5a
0290eb5ad9142ac2059b28cb9ef466cc662a23e4
refs/heads/master
2020-04-06T11:21:25.795506
2018-11-13T16:53:27
2018-11-13T16:53:27
157,413,723
0
0
null
null
null
null
UTF-8
Java
false
false
344
java
package com.myself.mockito.mockito; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class MockitoApplicationTests { @Test public void...
[ "zarrarmalik81@gmail.com" ]
zarrarmalik81@gmail.com