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
ceabf0fd2926fa4d1236e86f5a6f9676de362dc2
d7b6cb02a0ea427388b62c0e5a39c2bff13e0e77
/src/test/java/com/google/cloud/tools/appengine/api/whitelist/AppEngineJreWhitelistTest.java
30b93a2e207b76d6e231809e728848bff69ade3d
[ "Apache-2.0" ]
permissive
kpstsp/appengine-plugins-core
ebc577045efa63aeb0ca5cbc92cd9d4a428562da
79e103c60a053bf017de0aad2a78ebd833e8b054
refs/heads/master
2020-03-07T07:08:18.727062
2018-03-29T17:55:04
2018-03-29T17:55:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,701
java
/* * Copyright 2017 Google 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/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
[ "noreply@github.com" ]
kpstsp.noreply@github.com
49f3efcd1a963b4d9009b644b255904a49681204
e59d7641399e05f3518dc1f6d745e61d3795623e
/app/src/main/java/com/example/ypavshl/example/MyService.java
4cf36f163505a15864b86c3c0c43cd5768e4ca7b
[]
no_license
plastec/RxRemote
88169376161b98716e0282d6e39a0dfe38efa79f
9a0419915c9227bc29f1d4e75344309db24f0e40
refs/heads/master
2021-01-10T06:21:09.874062
2016-03-22T20:12:07
2016-03-22T20:12:07
49,578,861
1
0
null
null
null
null
UTF-8
Java
false
false
3,322
java
package com.example.ypavshl.example; import android.app.Service; import android.content.Intent; import android.graphics.Color; import android.os.*; import android.support.annotation.Nullable; import android.util.Log; import ru.yandex.music.rxremote.RxBridge; import ru.yandex.music.rxremote.RxSingleBridge; import ru....
[ "ypavshl@yandex-team.ru" ]
ypavshl@yandex-team.ru
04e9a11dcec9ef38a9c0d2f327a5bf41c5452387
082213c7dd1c95964a79c56918bf387336d7e44e
/src/main/java/com/sdk4/common/id/IdUtils.java
0db7df84848c129eca64d9df11a1efa6324e8bd0
[]
no_license
cnJun/sdk4-java-common
94c1c1c4826d5426448b7b5e4fcf3939eedfd553
42ee3d8523c08b3b887a624cf2399e0fcab19f97
refs/heads/master
2020-03-29T04:31:37.252335
2018-12-21T03:51:32
2018-12-21T03:51:32
149,535,246
1
0
null
null
null
null
UTF-8
Java
false
false
415
java
package com.sdk4.common.id; import java.util.UUID; import java.util.concurrent.ThreadLocalRandom; /** * id * * @author sh */ public class IdUtils { private IdUtils() { throw new IllegalStateException("Utility class"); } public static UUID fastUUID() { ThreadLocalRandom random = Thread...
[ "junsh@126.com" ]
junsh@126.com
93002e62450f5fe30d08cd607c23e6ddfe515ac8
c4398e4ce561aa65278fe01d96aaeb8cd449df47
/src/algorithms/dynamic_programming/Number_Of_Corner_Rectangles.java
1aaab6f20bf50f920818d7936ddb4682ab573500
[]
no_license
lytbfml/LeetCode
ef68820ae86b2797128dab75db1070cbfbe13203
51b042216e8b540844934fb0e42cbe24f9936696
refs/heads/master
2020-04-05T16:58:53.874980
2019-11-14T09:34:27
2019-11-14T09:34:27
157,038,385
0
0
null
null
null
null
UTF-8
Java
false
false
1,148
java
package algorithms.dynamic_programming; /** * @author Yangxiao Wang on 10/31/2019 */ public class Number_Of_Corner_Rectangles { public int countCornerRectangles(int[][] grid) { int[][] dp = new int[grid[0].length][grid[0].length]; for (int i = 0; i < grid[0].length; i++) { for (int j = i + 1; j < grid[0]...
[ "lytbfml@gmail.com" ]
lytbfml@gmail.com
16fe40e2c23a27881b1a1a3032e83944d5c175aa
5cefafafa516d374fd600caa54956a1de7e4ce7d
/oasis/web/ePolicy/PM/src/dti/pm/agentmgr/AgentManager.java
766a85f117ff58f6d21b6950126288fceac7f58d
[]
no_license
TrellixVulnTeam/demo_L223
18c641c1d842c5c6a47e949595b5f507daa4aa55
87c9ece01ebdd918343ff0c119e9c462ad069a81
refs/heads/master
2023-03-16T00:32:08.023444
2019-04-08T15:46:48
2019-04-08T15:46:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,620
java
package dti.pm.agentmgr; import dti.oasis.recordset.Record; import dti.oasis.recordset.RecordSet; import dti.pm.policymgr.PolicyHeader; /** * Interface to handle Agent data. * <p>(C) 2003 Delphi Technology, inc. (dti)</p> * Date: Apr 26, 2007 * * @author gjlong */ /* * * Revision Date Revi...
[ "athidevwork@gmail.com" ]
athidevwork@gmail.com
cb6a32a9ba38a02ddb9c330f06e349e369122f11
b57cc71bc96db779d8905194be6c1cb9fd8b3cea
/TTTFx/src/main/java/HumanVHumanTurnHandler.java
d7eea1a5cae025d9d3543cae4cfafaa7730cdab2
[]
no_license
emashliles/java-tic-tac-toe
5f26cccd5ae8fa8ec6025d4f1f100fce8e855531
4470552ea69f06ca07aec497989f354cbf068d62
refs/heads/master
2021-01-11T16:33:18.503645
2017-02-28T20:17:39
2017-02-28T20:17:39
80,107,532
0
0
null
2019-10-28T09:25:02
2017-01-26T11:02:55
Java
UTF-8
Java
false
false
830
java
public class HumanVHumanTurnHandler implements TurnHandler { private PlayerMarkers lastPlayerMoved; public void getPlayerTurn(String spaceString, Player player1, Player player2, PlayerMarkers currentPlayer) { HumanFxPlayer player1Human = (HumanFxPlayer) player1; HumanFxPlayer player2Human = (H...
[ "emashliles@gmail.com" ]
emashliles@gmail.com
64e65d7e08660118e2e2fc13513bf247d004f2f4
2746761478e36575264a7233420c165c5877c7b3
/TomCode/src/RubberLines.java
aa6473ac1d8d2b9051c5b36571c340572fd0103c
[]
no_license
tkgray/TomCode
e1b30abc6eb7d0b289487278d1d61acdb7c74d6a
7e170d8cab97cb25361462b9327df124bf761d63
refs/heads/master
2016-09-06T12:53:20.325658
2012-11-28T23:05:10
2012-11-28T23:05:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,162
java
//************************************************************* // RubberLines.java Author: Lewis and Loftus // Upate: Constance Conner // Demonstrates mouse events and listeners using inner classes. //************************************************************* import java.applet.Applet; import java.awt...
[ "tom@tkgray.com" ]
tom@tkgray.com
29d09f0ebfede7867f7084df7324092c6fb8ff1e
543f3ef3d8d4fc5294ab2e1da2785480333e887a
/src/main/java/net/thumbtack/school/tasks1_10/introduction/FirstSteps.java
b4c131682b361b80f6124ae806beaa3f6970f4be
[]
no_license
gulliver159/java_practice
afb822763971261527a8073765e0a23ad1ee5efa
317696c4a3932afbed12c3aaa9fed24c109a6ed1
refs/heads/main
2023-03-01T02:24:05.815029
2021-02-11T17:15:00
2021-02-11T17:15:00
338,093,242
0
0
null
null
null
null
UTF-8
Java
false
false
3,537
java
package net.thumbtack.school.tasks1_10.introduction; public class FirstSteps { public int sum(int x, int y) { return x + y; } public int mul(int x, int y) { return x * y; } public int div(int x, int y) { return (int) x / y; } public int mod(int x, int y) { ...
[ "gulliver159@yandex.ru" ]
gulliver159@yandex.ru
9dd47ed710df3aa95e88b185c2e8f987d4f4a5e1
010256e469a9630dcb9d0556ea4ebcf82e453fa7
/src/main/java/com/emppayroll/EmployeePayrollFileIOService.java
907bb687d92a99eac51cba17e5afeb395fbd9156
[]
no_license
anirudha99/EmployeePayroll-JavaIO
b3cce778d1b7fc3708d41b0c9893e381926299d9
4bf0dd241d9da04ecb5824ee7d8d83e0fe8cdca9
refs/heads/main
2023-08-11T15:37:59.675513
2021-09-26T17:13:50
2021-09-26T17:13:50
410,600,721
0
0
null
2021-09-26T17:07:47
2021-09-26T16:16:34
Java
UTF-8
Java
false
false
1,325
java
package com.emppayroll; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; public class EmployeePayrollFileIOService { public static final String PAYROLL_FILE_NAME = "/Users/anirudhasm/Desktop/eclipse-yml_training_workspace/EmployeePayroll...
[ "anirudha.mayya@gmail.com" ]
anirudha.mayya@gmail.com
15e99a79a0a45a10bbf58d565bf71d13706ca397
14e26bfd08b41c50ac37174bbc8f73887c3fa4da
/BinarySearchTree/src/BinarySearchTree.java
6a50b1522e0630cb8219aa54ccba7a45b78075ee
[]
no_license
promise-125/Learn_Java
b897896692d066e29a0d986b7fef1463725e6e5d
4edd24322fe31905bf6e59a2ed28ba05c084192a
refs/heads/master
2023-01-03T00:16:25.725478
2020-03-15T12:19:38
2020-03-15T12:19:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,056
java
public class BinarySearchTree { public static class Node { public int key; public int value; public Node left; public Node right; public Node(int key, int value) { this.key = key; this.value = value; } } public Node root = null; ...
[ "929125066@qq.com" ]
929125066@qq.com
8934488b16e8513fadcf31e5397b3eda1a674ba0
3fe67240a476dd61fe8191a4482ec09628be8327
/hello.spring/src/main/java/hello/hello/spring/repository/JpaMemberRepository.java
26fda70ddbaaa8bde5f0d252121c283d61071318
[]
no_license
heojumi/Spring_Study
df32a718848dbb4f5fe85fe6984ef6c922163e40
9888f11fce49a475f67fb6043f7235860cea9811
refs/heads/main
2023-06-24T17:31:23.883520
2021-07-20T14:36:35
2021-07-20T14:36:35
383,699,313
0
0
null
null
null
null
UTF-8
Java
false
false
1,088
java
package hello.hello.spring.repository; import hello.hello.spring.domain.Member; import javax.persistence.EntityManager; import java.util.List; import java.util.Optional; public class JpaMemberRepository implements MemberRepository{ private final EntityManager em; public JpaMemberRepository(EntityManager em...
[ "70880034+heojumi@users.noreply.github.com" ]
70880034+heojumi@users.noreply.github.com
9cbbd10f9d80fd0845880c2fe0ebbe3f77a4cb29
93870339314fb000128d112eac3456c9603e014c
/PracticePage_002.java
2ebdc11c6ec2252923e7c06fe6beb5cd0604d3d9
[]
no_license
Shridhar-Automation/Data
2282bcb1a4644d84db16af35d89ca79670c69a88
8a5782bd2270ce34f1c80b84a6a186da62793867
refs/heads/master
2023-01-01T09:59:32.519990
2020-10-14T07:09:31
2020-10-14T07:09:31
303,921,230
0
0
null
null
null
null
UTF-8
Java
false
false
2,022
java
package practicePageModule; import java.util.Iterator; import java.util.Set; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.support.ui.Select; import org.testng.Assert; imp...
[ "noreply@github.com" ]
Shridhar-Automation.noreply@github.com
15b1a2e9a0c217eb085d1258d37e2f699e2ea359
86b9e9239fd6aeea69076de0f9d2d985557a6239
/src/behavioral/observer/current/Client.java
de48213e03e0c504b520e8e1d010a0c6936c70ff
[]
no_license
h-mora10/java-design-patterns
4a1e52cbe4ad2ad27758808c282ecf09c093a102
d0a901d195e2349ec899005e6c21aab079c8a5bb
refs/heads/main
2023-02-15T15:55:32.620933
2021-01-05T22:26:40
2021-01-05T22:26:40
301,565,689
0
0
null
null
null
null
UTF-8
Java
false
false
418
java
package behavioral.observer.current; public class Client { // When the button state changes (is clicked), the list and the text should be updated as well public static void main(String[] args) { Button button = new Button(); InputText text = new InputText(); List list = new List(); ...
[ "h.mora10@uniandes.edu.co" ]
h.mora10@uniandes.edu.co
ec435e3bfd73ab01434c7fc4ce22dcc71ba7bb15
213242f04b60202e9bb86bbeb4d16bff62332290
/bytemall-member/src/main/java/com/iat/bytemall/member/service/impl/MemberLoginLogServiceImpl.java
84a527f959276d6595611195b918508c7054715b
[]
no_license
coffeerr/bytemall
5a93740e39a0bad57fc3b6291fbbd05e75dabea7
c6b1af3d3057feccacf082359e19c1a47fe35f7e
refs/heads/main
2023-03-19T00:17:39.896627
2021-03-15T08:42:35
2021-03-15T08:42:35
347,240,649
0
0
null
null
null
null
UTF-8
Java
false
false
1,037
java
package com.iat.bytemall.member.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.iat....
[ "chriso1998@qq.com" ]
chriso1998@qq.com
bcd6e7b58078762961f35ce2c081a54b1f9e08c4
901a345fbdb2b94de1f5dbdc2471930860be059d
/src/main/java/com/oplao/Controller/SlashController.java
64046182220e7313b22fec90b862ea99dc76e8d7
[]
no_license
AlexUlianets/cbk_version
e0d71d06b09a200ee7889d5d930ba1a2960ccd94
3f29a7b2cd119e8fe2404c5578085fb9b134a2f0
refs/heads/master
2021-01-20T21:12:07.909720
2017-12-23T19:19:01
2017-12-23T19:19:01
101,755,605
1
0
null
2017-12-23T19:19:02
2017-08-29T11:51:46
CSS
UTF-8
Java
false
false
4,972
java
package com.oplao.Controller; import com.oplao.Utils.LanguageUtil; import com.oplao.service.LanguageService; import com.oplao.service.SearchService; import com.oplao.service.WeatherService; import org.json.JSONException; import org.json.JSONObject; import org.springframework.beans.factory.annotation.Autowired; import...
[ "vladikabcdeg@gmail.com" ]
vladikabcdeg@gmail.com
cbaa419bc3ff50187e0c431a1f3b73a4859d1280
e4d8fffba80cd95de040eadf7a9cc5fa5f1fc96c
/src/java/myapplication/utils/email/EmailService.java
b9419359f7deea5586da4ef1d63b1ff01fb9d03c
[]
no_license
Aketza19/CRUD-Server
cdc97914c857391cff8747c11ce0e0ada44b1e47
c0b4cae40672648debf863950147671be166bae3
refs/heads/master
2023-02-26T20:15:55.307187
2021-01-29T10:24:40
2021-01-29T10:24:40
316,501,534
0
0
null
2021-01-29T10:24:41
2020-11-27T12:56:04
Java
UTF-8
Java
false
false
8,120
java
package myapplication.utils.email; import java.util.Properties; import java.util.ResourceBundle; import javax.mail.Authenticator; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Multipart; import javax.mail.PasswordAuthentication; import javax.mail.Session; import javax.mail.Transpo...
[ "theofficialdork@hotmail.com" ]
theofficialdork@hotmail.com
c79df3382a5bdb4f13b876bb358c35728c3ddf3f
0c334a39a6cc84b906dd1fd563aff1bd3e86c1db
/app/src/androidTest/java/com/ketchuphub/www/digife/ExampleInstrumentedTest.java
68fed38f867f7abf9d1291f10e05eef427aca069
[]
no_license
suyashshukla/Tefo
7e83badba6bd5a876a66b60149f69db81c8310cd
db9bbcab34cda95566eac5ccb155707beb821621
refs/heads/master
2020-04-15T02:22:38.013854
2019-01-07T11:56:43
2019-01-07T11:58:02
164,312,418
0
0
null
null
null
null
UTF-8
Java
false
false
734
java
package com.ketchuphub.www.digife; 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 Andro...
[ "suyashshukla1997@gmail.com" ]
suyashshukla1997@gmail.com
78825e52444773b915a28a54a3bf9bce7c9514f0
2addee486f0ab9fda9827b422c76e44f78c9cfe1
/src/A1Q5.java
7987fda12d57357eb3d5bbbc2ff5d9cd6b6db5ed
[]
no_license
laurelizall/Assignment01-1
890119b341faa9c98699f1262f7c0b2ff2fee7af
0b6f31ecfd1b3e0a0312d5fc4918886e92248f6f
refs/heads/master
2020-12-11T09:09:46.456850
2016-10-03T16:24:29
2016-10-03T16:24:29
67,532,712
0
0
null
2016-09-06T17:49:25
2016-09-06T17:49:24
null
UTF-8
Java
false
false
957
java
import java.util.Scanner; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author halll7908 */ public class A1Q5 { /** * @param args the command line arguments */ public static void main(String[] args) { // TO...
[ "halll7908@HRH-IC0027341.wrdsb.ca" ]
halll7908@HRH-IC0027341.wrdsb.ca
7250a155a8725434dec2d37db1fb24cb93f04dda
638dd731c48399536a83f43dafefb20069f0ffd6
/PsychAssist/src/com/pyschassist/utils/AccessUtils.java
4bc1de8bab30d6af42dc6f17288296a07779610c
[]
no_license
triggerwes/pychassist
6d5bc00f821a2131a928e602e4b3a2a1d5ed57aa
1e20e6ca60646b94bf00fbbc7f8191fd0521cdd2
refs/heads/master
2020-06-08T15:26:27.281239
2014-05-29T02:00:41
2014-05-29T02:00:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,109
java
package com.pyschassist.utils; import android.content.Context; import android.content.SharedPreferences; import com.example.psychassist.R; public class AccessUtils { private static String TAG = "AccessUtils"; public static String getVaultId(Context myContext) { SharedPreferences prefs = myContext...
[ "bestndawes@yahoo.com" ]
bestndawes@yahoo.com
a759352540e0da378713db19556ab1cd00aec116
0278ce2bbe6c8ade595744a9dddfb4ec1ad8f646
/src/main/java/ru/specialist/java/spring/xml/Device.java
647f8c44d77121f930b1929c9cad3ee490b8d380
[]
no_license
CharArt/spring-november
c842af727014d66b8d9eee1089383055f66c2883
3ef6b6c90c400b7e13490e7f5f2406558fc842dd
refs/heads/main
2023-01-13T03:37:12.661782
2020-11-20T17:08:13
2020-11-20T17:08:13
314,618,825
0
0
null
null
null
null
UTF-8
Java
false
false
94
java
package ru.specialist.java.spring.xml; public interface Device { String getVendor(); }
[ "charartpav@gmail.com" ]
charartpav@gmail.com
815097fc988b2627060b8d925e247a68fa0f2719
d7ac91b8fb92df6d641e2d7bd7090ec7f94c0415
/qsp1/src/SystemCheck.java
181f9fce0d9e74c8a10ff49ad6010548a5ef93c5
[]
no_license
girish-professional/girishTestYantra
e48de73b32fad368405ea7245730f4a4ff3a74dc
c4bd0767e6892101397edaa7af98ebfa5316be0d
refs/heads/master
2020-04-21T11:28:13.840584
2019-02-07T07:56:48
2019-02-07T07:56:48
169,526,594
0
0
null
null
null
null
UTF-8
Java
false
false
121
java
public class SystemCheck { public static void main(String[] args) { System.out.println("asdjkflksdjf"); } }
[ "giri26march@gmail.com" ]
giri26march@gmail.com
73d9dc026e3bc5624cd1625893e9e4f1dd0115c8
bac27c4ca737557a164ba8c33d5b01a7ab23e5d1
/lesson-2/src/ua/lviv/lgs/Main.java
daa8339d7bdf2139586107a977d8cb3c6cc3d82c
[]
no_license
Julia-Shmiljak/Java_Core_-lesson_3-
cc08c6cb21cd26ad844c9e0b0f0f516669bcb59a
06e52b7d2d60b2d5c70cfd0cc2fb7b53bec223ba
refs/heads/master
2023-03-21T19:19:51.636661
2021-03-10T17:49:23
2021-03-10T17:49:23
346,440,068
0
0
null
null
null
null
UTF-8
Java
false
false
526
java
package ua.lviv.lgs; public class Main { public static void main(String[] args) { Rectangle r1 = new Rectangle(); Rectangle r2 = new Rectangle(10, 8); System.out.println(r1); System.out.println(r2); r1.setLenght(20); r1.setWidth(120); System.out.println(r1); Circle circle1 = new Circle (); ...
[ "shmiliak112@gmail.com" ]
shmiliak112@gmail.com
fc96b9ea7d599bda997d4458230489ba3a4d9f32
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/alipay/android/phone/mobilecommon/multimediabiz/biz/audio/silk/SilkUtils.java
64019b2968015beb45ab1c7c2b0f524a817813d7
[]
no_license
shuixi2013/AmapCode
9ea7aefb42e0413f348f238f0721c93245f4eac6
1a3a8d4dddfcc5439df8df570000cca12b15186a
refs/heads/master
2023-06-06T23:08:57.391040
2019-08-29T04:36:02
2019-08-29T04:36:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
16,106
java
package com.alipay.android.phone.mobilecommon.multimediabiz.biz.audio.silk; import android.text.TextUtils; import com.alipay.android.phone.mobilecommon.multimediabiz.biz.utils.Logger; import com.alipay.multimedia.img.utils.ImageFileType; import java.io.File; import java.io.RandomAccessFile; import java.nio.ByteBuffer;...
[ "hubert.yang@nf-3.com" ]
hubert.yang@nf-3.com
7d90fd6dbfce07378acb1fac5e7b538a64228850
afd98a7be4e8b96e60142e3a4985e71b925df4d5
/app/src/main/java/com/umbrella/financialteaching/base/ApiService.java
df5ca6250854b83eb13e5965cf43aed622acc09a
[]
no_license
simon-cj/protective-umbrella
921f2de8825ca770510f656a2ed5f7ec68b17122
ffa1e866525d97d10794230daf5482a04787575f
refs/heads/master
2020-03-28T08:50:31.811091
2018-09-09T15:18:36
2018-09-09T15:18:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
758
java
package com.umbrella.financialteaching.base; import com.umbrella.financialteaching.model.NewsDetail; import com.umbrella.financialteaching.model.VideoModel; import io.reactivex.Observable; import okhttp3.ResponseBody; import retrofit2.http.GET; import retrofit2.http.Url; /** * Created by chenjun on 18/9/9. */ pub...
[ "chenjun@meiqia.com" ]
chenjun@meiqia.com
2666ca9988bd037250efdd3c6386961a6092909d
43f74ea498cb0dae05bf2390b448d16f398a0a2b
/workspace/ncp_base/src/main/java/com/plgrim/ncp/base/repository/inf/InfOrdGodErpDstbRepository.java
4ece22795f3e573b47ce737988e2e08a4b4d3508
[]
no_license
young-hee/pc_mlb
2bdf5813418c14be2d7e2de78f0f294ed8264dde
708417eada78eed398e068460bda44adea16cbdf
refs/heads/master
2022-11-22T00:11:05.335853
2020-07-22T08:27:03
2020-07-22T09:10:07
281,615,442
0
1
null
null
null
null
UTF-8
Java
false
false
3,080
java
/* Copyright (c) 2015 plgrim, Inc. * All right reserved. * http://www.plgrim.com * This software is the confidential and proprietary information of plgrim * , Inc. You shall not disclose such Confidential Information and * shall use it only in accordance with the terms of the license agreement * you entered into...
[ "aksla79@gmail.com" ]
aksla79@gmail.com
2a24c56e19fd8282bff86053c706bc2a4f4fa8a8
1ca86d5d065372093c5f2eae3b1a146dc0ba4725
/spring-cloud/spring-cloud-kubernetes/kubernetes-guide/client-service/src/main/java/com/surya/spring/cloud/kubernetes/client/RibbonConfiguration.java
77b284075f05711b9583029fdc4b6cf92216037d
[]
no_license
Suryakanta97/DemoExample
1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e
5c6b831948e612bdc2d9d578a581df964ef89bfb
refs/heads/main
2023-08-10T17:30:32.397265
2021-09-22T16:18:42
2021-09-22T16:18:42
391,087,435
0
1
null
null
null
null
UTF-8
Java
false
false
2,116
java
/* * Copyright (C) 2016 to the original 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 require...
[ "suryakanta97@github.com" ]
suryakanta97@github.com
1956aaa1252da5790ecc12cdf42de36ab492100c
4208d725844e8c966d7a0977fc9135697535ef97
/src/Animal.java
b73d5d4f862b41e60d52f08f02fc3bd5c423c89f
[]
no_license
IliqNikushev/ITECO-Zoo
c42827cbe75b90cbc74b19d2aeb3486badee00bc
ebf4cbd2b96223685e2549690474a2b3bea8be70
refs/heads/master
2021-01-17T15:19:27.297680
2014-02-15T13:17:27
2014-02-15T13:17:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,083
java
import java.util.HashMap; import java.util.Map; public class Animal { private String name; private AnimalData data; private int monthsOld; public Animal(int id, String name, int monthsOld) throws KeyNotFoundException{ this(AnimalDatabase.get(id), name, monthsOld); } public Animal(AnimalData base, String na...
[ "iliq.nikushev@hotmail.com" ]
iliq.nikushev@hotmail.com
3fed79fa1e00eca61206abfa498b928e84b21d98
6c0a7d61f94e931072100f9007cfc5d5a459da31
/143/src/main/java/org/example/Solution.java
e9451e11f333ef2978ef8387903d124635367a47
[]
no_license
sabaao/leetcode
55f8567175c0669523d3163ac03898e7008a0676
05714e28aeda14c3c06d7060af1a30cf1b6cd8c0
refs/heads/master
2021-08-07T16:28:00.554657
2021-06-27T16:38:14
2021-06-27T16:38:14
165,649,549
0
0
null
2021-06-27T16:38:47
2019-01-14T11:26:39
Java
UTF-8
Java
false
false
861
java
package org.example; import java.util.ArrayDeque; import java.util.Deque; public class Solution { public void reorderList(ListNode head) { if(head==null) return; ListNode node = head; Deque<ListNode> que = new ArrayDeque<ListNode>(); int count = 0; while(node!=null){ ...
[ "charles@cathayholdings.com.tw" ]
charles@cathayholdings.com.tw
54dcd8733533304d18d31bb2c4d98f63e26cccb4
0e0f515bf1d56b2afbfc70a5c88e296f545d62c7
/src/main/java/com/naclo/PlanesysApplication.java
e960d148ae2060320418cee00daf75efb3ec1621
[]
no_license
NaClOSYX/planssys
c029959c96e7e0693dade142b6024717ebf85609
cbac974030693869034f240f38c00ab0cc60ad0d
refs/heads/master
2022-04-27T10:49:24.878243
2020-04-29T08:12:30
2020-04-29T08:12:30
259,863,223
0
0
null
null
null
null
UTF-8
Java
false
false
318
java
package com.naclo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class PlanesysApplication { public static void main(String[] args) { SpringApplication.run(PlanesysApplication.class, args); } }
[ "2471342008@qq.com" ]
2471342008@qq.com
7ba045d27a4dfe190ca4e3aba1f0736843a31a8b
c6dc339bea8015c51f8b21d82cacbc0fbcd5daf8
/Algorithms/Astar.java
bac1ed1c86340fcf57b1e526225a6273eca926e9
[]
no_license
roszerne/PathVisualizer
a032386ece498d84db22d9653204fa3b14c84002
ce6529fca966a2962b98757289a63832c1a8d6a7
refs/heads/main
2023-02-22T03:25:15.929228
2021-01-26T20:19:53
2021-01-26T20:19:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,946
java
package Algorithms; import Field.Node; import GUI.BoardPanel; import java.util.ArrayList; import java.util.PriorityQueue; import java.util.Queue; public class Astar extends Algo{ public Astar(BoardPanel boardPanel) { super(boardPanel); startNode.g = 0; startNode.f = ...
[ "noreply@github.com" ]
roszerne.noreply@github.com
fca8179caed7175220ddbd22a5e80551f66b85dc
d2d72045f6ce0534e598bf0046a3d79c0fe6deb1
/app/src/main/java/com/example/farshad/smarthome/Model/UserModel.java
e47842e72cdb1d21853752d86ae72e783af696de
[ "Unlicense" ]
permissive
FarshadFaramarzlou/SmartHome
31cb180bc18596e0510ed64ccece4f677deea562
1034501e48e9d95772d1847b229bd5269054ab62
refs/heads/master
2021-06-27T13:36:38.271969
2017-09-05T14:49:19
2017-09-05T14:49:19
101,962,631
0
0
null
null
null
null
UTF-8
Java
false
false
1,761
java
package com.example.farshad.smarthome.Model; import com.google.gson.annotations.SerializedName; /** * Created by Farshad on 5/12/2017. */ public class UserModel { private int userid; private String usertype; private String name; private String lastname; private String username; private Stri...
[ "farshadfaramarzlou@gmail.com" ]
farshadfaramarzlou@gmail.com
35d213d3ea8c63513866dddb12c6737995cc10d3
2ec381dc7922f0ce0cf1a064271a0ded3997f40c
/Homework6/src/main/java/com/lab/homework6/service/model/Payment.java
38b7f031ab0ec577cca9705f78d81b668b344058
[]
no_license
Taras-Chaban/Lab-Homework
062b57cfcd6267bf134758828fc9c7ecf5f8f34f
9331e4122bc25bc96683fd628e921160fa4d3a33
refs/heads/master
2023-05-14T07:46:14.194184
2021-06-07T09:06:35
2021-06-07T09:06:35
354,719,009
0
0
null
null
null
null
UTF-8
Java
false
false
275
java
package com.lab.homework6.service.model; import lombok.Builder; import lombok.Data; @Data @Builder public class Payment { private Long invoiceCode; private String productCode; private String productName; private Double quantity; private Double value; }
[ "gold.bender2001@gmail.com" ]
gold.bender2001@gmail.com
57b5f2feb8ca1fe735fe9685e526a648602a8fe2
26a837b93cf73e6c372830f9a7a316c01081a4ea
/core/src/test/java/arez/ObservableValueTest.java
0e27491134f8c56f547f8414b3347d3f39fae348
[ "Apache-2.0" ]
permissive
arez/arez
033b27f529b527c747b2a93f3c2c553c41c32acd
df68d72a69d3af1123e7d7c424f77b74f13f8052
refs/heads/master
2023-06-08T00:09:56.319223
2023-06-05T02:12:14
2023-06-05T02:12:14
96,367,327
13
4
Apache-2.0
2022-12-10T20:29:35
2017-07-05T22:50:24
Java
UTF-8
Java
false
false
69,656
java
package arez; import arez.spy.ActionCompleteEvent; import arez.spy.ActionStartEvent; import arez.spy.ComputableValueActivateEvent; import arez.spy.ComputableValueDeactivateEvent; import arez.spy.ComputableValueDisposeEvent; import arez.spy.ObservableValueChangeEvent; import arez.spy.ObservableValueDisposeEvent; import...
[ "peter@realityforge.org" ]
peter@realityforge.org
62507759fb4b2cf43d6afe0a6157c318b4c2c43c
3b14e1a8b7764e2bc216040adc7eab9a7d8cd25d
/app/src/main/java/com/example/aidlservicetest/Person.java
6e79db7c393b0b4a08f755e24caf5b00afc3a46b
[]
no_license
StarsAaron/AIDLClientTest
50a43e70f5c48f3ba7a44e68a7a7a59b7f04285c
511801c6026a0d83d9dd9cbd470d7c70473001c2
refs/heads/master
2021-01-20T20:42:23.013259
2016-06-15T11:10:10
2016-06-15T11:10:10
61,201,773
0
0
null
null
null
null
UTF-8
Java
false
false
1,505
java
package com.example.aidlservicetest; import android.os.Parcel; import android.os.Parcelable; public class Person implements Parcelable{ private String name;//名字 private int sex;//性别 public Person(){} //从Parcel解析出Person protected Person(Parcel in) { readFromParcel(in); } public s...
[ "100@" ]
100@
6c9ab60c7571de71e4f7c4e5178c83100e7b29f7
33d123b375f86bd5f95affbad5cc7a3941ec3f3d
/src/main/java/net/ryanland/empire/bot/command/executor/checks/impl/DisabledCheck.java
c7832e4b418f2def0d2ea754dc681c3c723b273b
[ "Apache-2.0" ]
permissive
General-Mudkip/EmpireBot
9c77195d7fc5aa5091ea245e91766b8404a33ec8
9f61b0f6f90a54cccc021d5b36d6db515022c6aa
refs/heads/master
2023-07-15T20:30:11.817284
2021-08-23T17:49:43
2021-08-23T17:49:43
393,718,682
0
0
null
2021-08-20T14:07:02
2021-08-07T15:20:53
Java
UTF-8
Java
false
false
686
java
package net.ryanland.empire.bot.command.executor.checks.impl; import net.ryanland.empire.bot.command.executor.checks.CommandCheck; import net.ryanland.empire.bot.events.CommandEvent; import net.ryanland.empire.sys.message.builders.PresetBuilder; import net.ryanland.empire.sys.message.builders.PresetType; public class...
[ "ryanlandofficial@hotmail.com" ]
ryanlandofficial@hotmail.com
02baa73e993796b53bf9aa98cadac9ec79cb7c0d
2bf635753ddaf497f42909c28e3c84e0491aa6b6
/src/behaviour/AttackerBehaviour.java
aaada563bed2aeabd2df59876bbc711cfb239977
[]
no_license
pmscosta/distributed-ai
4925bce38128f7d47cf1276b5be8bdef76b072e2
e4801a906ce35cc544f296f1e9805fa631c8bbf5
refs/heads/master
2022-03-27T01:06:50.874032
2019-12-14T21:14:09
2019-12-14T21:14:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,911
java
package behaviour; import agents.Attacker; import jade.core.behaviours.TickerBehaviour; import jade.domain.FIPAAgentManagement.AMSAgentDescription; import jade.lang.acl.ACLMessage; import protocol.ACLObjectMessage; import utils.AttackVector; import utils.Resource; import utils.Resource.ResourceType; import utils.Logge...
[ "up201606746@fe.up.pt" ]
up201606746@fe.up.pt
88ee81f85bfe88ffe350bc22d163614a5ff02a37
3cfe4b3623a298cfa25385036eaf2b6a911d563d
/src/ro/sda/MirroredMatrixAndReversedMatrix.java
d76106ca4af33aa6a472cde668b03bca08ac1680
[]
no_license
FlorinMarin992/MySDAProject
c790a98f1b6e648edfc431419b5d3e1a2a6abb84
77b718618a0b17c7b17ea004498060eb23328b3e
refs/heads/master
2020-03-07T17:54:11.618746
2018-04-01T11:29:59
2018-04-01T11:29:59
127,623,916
0
0
null
null
null
null
UTF-8
Java
false
false
1,780
java
package ro.sda; import java.util.Scanner; public class MirroredMatrixAndReversedMatrix { public static void main(String[] args) { System.out.println("Enter matrix size :"); Scanner scanner= new Scanner(System.in); int n=scanner.nextInt(); System.out.println("Enter the elements of yo...
[ "fmarin992@yahoo.com" ]
fmarin992@yahoo.com
627668c6169af37a1f20e32f036c6cc2a4d79f18
e1e219f91271ac82276d1d0bb3119c8af5b3b0ff
/backend/src/main/java/com/journaldev/spring/model/SamlUserDetails.java
f9b21f6573415f097bfa6721a02cf083034228d4
[]
no_license
upadristasarath/SAML-Okta-Angular
0501cc2e0f5c4baa0ee98c1885ef52b21d75d8c1
fd8c809ccc61b2615a87d4d3e459879ecaa4996a
refs/heads/master
2023-06-19T21:42:35.677612
2019-04-12T02:38:34
2019-04-12T02:38:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
919
java
package com.journaldev.spring.model; import java.util.ArrayList; import java.util.Collection; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; /** * @author slemoine */ public class SamlUserDetails implements UserDetails { @Override ...
[ "manojp1988@gmail.com" ]
manojp1988@gmail.com
ddf9a3e081867937de3ff1733afd8e106cc58b83
0a4aaf32167acb2eebcfb87892b10776ba8f37cd
/src/Work/HackerRank/Anagrams/Anagrams.java
bc4f252402bb4a523370db85c4486dc72688d0d3
[]
no_license
pandapirate/LeetCode
b5834603ac4a1b11f9bf17eaa70b7020d9acc01f
82d8ab5885f5117fb39a11a6145bd1decc4d965e
refs/heads/master
2021-01-02T09:09:28.962108
2015-04-14T18:20:29
2015-04-14T18:20:29
23,373,715
0
1
null
null
null
null
UTF-8
Java
false
false
1,227
java
package HackerRank.Anagrams; import java.util.HashMap; public class Anagrams { public static void main (String[] args) { HashMap<String, String> testCase = new HashMap<String, String>(); testCase.put("secure", "rescue"); testCase.put("google", "facebook"); testCase.put("conifers", "fir cones"); ...
[ "kevinchh88@gmail.com" ]
kevinchh88@gmail.com
cd1035205789df362a5fa4b1b20800f84b8d0f61
0abc464945701f40a1ba7efac28046c8a75d6a1b
/src/servlet/RemoverCategoriaServlet.java
fe7a08ecd424cdbe85687f18e00607a6d2f5aeb2
[]
no_license
WellingtonIdeao/RestauranteManager
7777673a5c76cc00688ccfe09c8f309d1cb3bfdc
4598d1fc720cb2552acabeb06d1116be6a6d31b5
refs/heads/master
2021-01-01T05:13:28.114026
2016-05-16T13:33:52
2016-05-16T13:33:52
58,934,725
0
1
null
2016-05-19T13:39:46
2016-05-16T13:32:12
Java
UTF-8
Java
false
false
851
java
package servlet; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import model.Categoria; import service.Categor...
[ "Wellington@Wellington-PC" ]
Wellington@Wellington-PC
9a27157696db35ff54fd175b5bf4708ed97ba1e7
2acd1eeb030b406aee4a249cdac0217229d5f1e7
/limits-service/src/main/java/com/springcloud/microservices/limitsservice/bean/LimitConfiguration.java
655f8b2f5fad54471653fcc0ef0ecd3fc02dc2dd
[]
no_license
jaraju/SpringCloudMicroServices
a819fcf9881b3ea9e5feb2b76f35bcfe0ab53405
f90100d90e54fab5f08e651f5d8942e1b182df16
refs/heads/master
2020-06-13T21:03:28.030834
2019-07-02T04:16:14
2019-07-02T04:16:14
194,786,587
0
0
null
null
null
null
UTF-8
Java
false
false
546
java
package com.springcloud.microservices.limitsservice.bean; public class LimitConfiguration { private int maximum; private int minimum; protected LimitConfiguration() { super(); } public LimitConfiguration(int maximum, int minimum) { super(); this.maximum = maximum; this.minimum = minimum; } public int...
[ "raju@Appalarajus-MacBook-Pro.local" ]
raju@Appalarajus-MacBook-Pro.local
95d4ac4f1300f3193370e326e358a4633b9ac4f3
ee610591ff97d81e4d6b1a25e2c2f9c81dd26da4
/Load/LoadAdapter.java
d4f2d9bb6d730111d0f35325d9ea58830ef89b6e
[]
no_license
krimasofttech/comparelogisticsp
84c8e4970c2c9674c5537370175fe414e8b655aa
a72605630565c5933374c198ad800b1c9743030f
refs/heads/master
2020-12-25T15:18:35.316877
2016-06-21T13:24:16
2016-06-21T13:24:16
61,635,483
0
0
null
null
null
null
UTF-8
Java
false
false
2,516
java
package logistic.compare.comparelogistic.Load; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import java.util.ArrayList; impor...
[ "jaypatel171091@gmail.com" ]
jaypatel171091@gmail.com
4d8e902eb7bed48e5d9c75e74b917acf73315ee3
42eefc6527dfce0d3ba90dfdc2f45e4894635be8
/yese-web/src/main/java/com/chnye/yese/spring/config/WebXmlInitializer.java
c37dc29ff1e86f3106f48c406f8468548768918f
[]
no_license
ztoh/curry-projects
ad1dc8769f590a455a5c35d1e88b06424befda1b
fbd8b30a59bba2c1bbec4cafae80372b2386cef6
refs/heads/master
2021-01-12T04:44:44.557864
2017-01-01T13:23:55
2017-01-01T13:23:55
77,779,569
0
0
null
null
null
null
UTF-8
Java
false
false
2,704
java
package com.chnye.yese.spring.config; import javax.servlet.FilterRegistration; /** * Servlet3启动时会自动扫描ServletContainerInitializer的实现类 * Spring提供了一个实现类SpringServletContainerInitializer * 该类中Spring自动扫描WebApplicationInitializer接口的所有实现类 */ import javax.servlet.ServletContext; import javax.servlet.ServletException; i...
[ "bolonzhang@gmail.com" ]
bolonzhang@gmail.com
9f7b4b1a67460f7e978f6fd35dd72d333144e5ed
974720f7480e8ee8c978026af0e865dede7ed0e5
/src/main/java/com/example/domain/Article.java
eab9fdeff6b865dfe1cd77bfa0c34bdce4f4978e
[]
no_license
rakus-inadayutaka0707/teamBBS
0822b642aee05286be2bd116d52e8a296a4bc11e
cc80a1e1149bb984c9ed3bc1d348dc18b8aa6f66
refs/heads/main
2023-07-18T09:02:39.986868
2021-08-27T06:33:02
2021-08-27T06:33:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
package com.example.domain; import java.util.List; /** * articlesテーブルのDomainクラス. * * @author inada * */ public class Article { /** ID */ private Integer id; /** 氏名 */ private String name; /** 記事 */ private String content; /** コメント一覧 */ private List<Comment> commentList; public Integer getId() { retu...
[ "yutaka.inada@rakus-partners.co.jp" ]
yutaka.inada@rakus-partners.co.jp
8d70b1a7e8ebceb9fc3c6c61082840d403773aac
5f0a61d5df3ceee6737db4e91960a32217f40e7b
/AOP-master/src/cn/itcast/aop/JDKProxyFactory.java
a209510d9d8e1412eb03ff7cb26c3e3e4c9f99d7
[]
no_license
andersonnascimento/log4j-customizations
425c6e13d471ac9bc5e77d41696ee9856defd039
d2c555d5169a417002d3c6d3691ed91bada8fe8c
refs/heads/master
2021-01-24T06:30:36.183266
2014-06-10T14:00:05
2014-06-10T14:00:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
780
java
package cn.itcast.aop; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import cn.itcast.service.impl.PersonServiceBean; public class JDKProxyFactory implements InvocationHandler { private Object targetObject; public Object createProxyInstance(Object targ...
[ "andersonnascimento@ymail.com" ]
andersonnascimento@ymail.com
499fb2a6bea07180238e78cae681dcc8e0980bc9
20d795e75d96f441ce161b78bfed4af0b9e3dd9d
/SourceFiles/Code/FRPG/Monster.java
bde98edfa925d8be05840b2aba760b57d11dd67e
[]
no_license
BraverIncident/finchrpg
76449c35e0b9d735f3b9491b98de040be6e61cb4
b1c1fbb2025d7122b01c8530332d64187685f2a4
refs/heads/master
2021-01-19T20:43:41.903993
2017-04-17T18:45:08
2017-04-17T18:45:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
945
java
package Code.FRPG; /** * * @author Tim */ public abstract class Monster implements Typing{ // TD - Instantiating and constructors created private int health; private int combatPower; private String name; public Monster(){ health=combatPower=0; } public Monster(in...
[ "noreply@github.com" ]
BraverIncident.noreply@github.com
f5fe43a5e1beba7bb595ce2c421f91331e49e6bd
1e9c9f2a9639db7cdb032aae69cb4d99aef1d3a5
/codeChef/src/medium/unsolved/TravelingPhotographer.java
0c79f6db001cf99d6317dde9c0fc2a84baa084d1
[ "MIT" ]
permissive
sagarnikam123/learnNPractice
f0da3f8acf653e56c591353ab342765a6831698c
1b3b0cb2cff2f478006626a4c37a99102acbb628
refs/heads/master
2023-02-04T11:21:18.211654
2023-01-24T14:47:52
2023-01-24T14:47:52
61,184,927
2
1
MIT
2022-03-06T11:07:18
2016-06-15T06:57:19
Python
UTF-8
Java
false
false
2,565
java
/** The Traveling Photographer You are a freelance photographer and you are about to start the busiest day of your career! There are a number of events happening throughout the city and you want to take a picture of these events to publish in the local newspaper. The problem is that the events only occur at speci...
[ "sagarnikam123@gmail.com" ]
sagarnikam123@gmail.com
642d2afe1f19148db38930727105dd187be88f21
1f7f105fed0c857857ba48461baf791b916bef77
/490.the-maze.java
465cbacc26eb2a7942e9562785dda912155afc1e
[]
no_license
CyanideTD/Leetcode
f71f562688c3e362876f6d50ca0707027979aa87
9a78313ac75de8a6a6031b235d33f848ba562bc6
refs/heads/master
2021-01-23T04:59:09.919953
2018-02-01T08:44:22
2018-02-01T08:44:22
92,946,905
0
0
null
null
null
null
UTF-8
Java
false
false
1,502
java
public class Solution { class Coordinate { int x; int y; public Coordinate(int x, int y) { this.x = x; this.y = y; } } int[] directionX = {0, 0, -1, 1}; int[] directionY = {1, -1, 0, 0}; public boolean hasPath(int[][] maze, int[] start, int[] destination) { if (start[0] == destinati...
[ "qchen10@stevens.edu" ]
qchen10@stevens.edu
19068dac86571cabaa5a32338da6c490857b00a8
81c38dd45838dffa9983df369371557d935fc479
/src/main/java/com/wulaobo/config/WebConfigurer.java
46aa83c3d0b7fe133e26d4a63bab02dd52ce1b66
[]
no_license
YWADMIN/excellentcourse_springboot
cc03eff3be3c11fd48c6ddff9b0efbc60925adfb
4513054975657b273dbb0bbe92c87479c480e2de
refs/heads/master
2022-08-16T00:43:03.840698
2020-06-03T06:14:21
2020-06-03T06:14:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,458
java
package com.wulaobo.config; import com.wulaobo.config.interceptors.LoginInterceptor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.s...
[ "wulaobo@aliyun.com" ]
wulaobo@aliyun.com
8cf6c2b191626e0b75d0015a611c46b2f42eccfa
29ffee0608a635870909f55083b84c6ac2a3085a
/reprotool-prediction/src/reprotool/dmodel/extensions/Combinations.java
980228cc9f5b20989c6cd2da6c40382debe5092a
[]
no_license
vsimko/ese-nlp-tools
49b880a4377ac214e4d6930e18c41d8d9852b60f
f4d7d38af41ee5684efbb78759dd85179d4ed754
refs/heads/master
2021-01-10T01:32:36.382424
2018-11-12T14:12:13
2018-11-12T14:12:13
51,915,711
0
0
null
null
null
null
UTF-8
Java
false
false
6,313
java
package reprotool.dmodel.extensions; import java.math.BigInteger; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.List; import java.util.Random; import java.util.Set; import org.eclipse.xtext.xbase.lib.IterableExtensions; import org.eclipse.xtext.xbase.lib.Pair; /** *...
[ "simko@d3s.mff.cuni.cz" ]
simko@d3s.mff.cuni.cz
d35e3d8cfff3c8237fd76e843fcb97a9e0a79816
f51962e34b90843687ddcb75cb6c1c9d862094ee
/app/src/main/java/com/example/bottomsheet/MainActivity.java
014eccba1926ecf32d70067fb4511ee916ab0152
[]
no_license
McaSamrat/BottomSheet
714a4676d1bf9a92342008c27cd3de658568bf42
951151ef3673b66ca5d0f9f1b72caa625d35de33
refs/heads/master
2020-12-04T03:44:23.804106
2020-01-03T13:33:44
2020-01-03T13:33:44
231,595,402
0
0
null
null
null
null
UTF-8
Java
false
false
2,781
java
package com.example.bottomsheet; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.Recycl...
[ "samrat.b@encoders.co.in" ]
samrat.b@encoders.co.in
5aeb5e62bced2bc055562a216e5cc7e7683661f3
6715ac83996a8bc14951bb67e9fe146c9645009a
/src/test/java/TestNG_Project/Bank.java
4d90b9d7def1ad1d6c354ccd02eef95d843b4c07
[]
no_license
Seleniumtesting123/new
14f20f3bcca78642baee38da685aab35853082d3
3a807c979686ec91ca13f889b2baaf64adb15a88
refs/heads/master
2020-05-22T13:20:23.811979
2019-05-13T06:32:33
2019-05-13T06:32:33
186,357,335
0
0
null
null
null
null
UTF-8
Java
false
false
714
java
package TestNG_Project; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.Test; public class Bank { WebDriver driver ; @Test public void Login() { System.setProperty("webdriver.chrome.driver", "C:\\Use...
[ "mohammadrahil914@yahoo.com" ]
mohammadrahil914@yahoo.com
4ef7baddbe551d2cd3b4e4e957f25291d0678f06
b016e43cbd057f3911ed5215c23a686592d98ff0
/google-ads/src/main/java/com/google/ads/googleads/v7/errors/ChangeEventErrorProto.java
fe20549fccf6f57a6f3b99fc5449d8bbbaff6414
[ "Apache-2.0" ]
permissive
devchas/google-ads-java
d53a36cd89f496afedefcb6f057a727ecad4085f
51474d7f29be641542d68ea406d3268f7fea76ac
refs/heads/master
2021-12-28T18:39:43.503491
2021-08-12T14:56:07
2021-08-12T14:56:07
169,633,392
0
1
Apache-2.0
2021-08-12T14:46:32
2019-02-07T19:56:58
Java
UTF-8
Java
false
true
2,859
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v7/errors/change_event_error.proto package com.google.ads.googleads.v7.errors; public final class ChangeEventErrorProto { private ChangeEventErrorProto() {} public static void registerAllExtensions( com.google.protob...
[ "noreply@github.com" ]
devchas.noreply@github.com
809cb11ba25b3a8cb072d4976102c5a41d4f07ea
0769a546e031880eee50f142f3cd738ec65be8be
/BFTP/src/discovery2.java
d0f547d20719eccec8eb53044c85f37835624cad
[]
no_license
Liangyuefeng/Appliedalgorithm
bb66a7a947202d8a883ad34e680c36ef2a37b528
fa4b87f7ef78e3db31dbff2f64a4288768b64800
refs/heads/master
2020-04-30T12:56:10.568594
2019-07-18T22:12:29
2019-07-18T22:12:29
176,839,798
0
0
null
null
null
null
UTF-8
Java
false
false
19,629
java
import java.util.LinkedList; public class discovery2 { // set a bound for the max allowed height of the sequence public static int bestFoundRecursive = 128; // array to store the current growth rate of the bamboo public static int GrowthRate[] = new int[8]; // array to store the current height of each bamb...
[ "liangyf1013@gmail.com" ]
liangyf1013@gmail.com
01aa638204f349c374a0e5a19509fec8ab00f86b
3126f7a42ccd717f3533a3074bc38900d76cf19d
/src/main/java/com/udemy/cursospring/models/Estado.java
993f0c0eff58b559ed1a9046984abecd63832abb
[]
no_license
JhonatanMota/Spring-Web-Service
50c47b9fd76eedef0a55cc16b892464f8396ea0f
83db8788b1fe8937bc2af40a52214349149f3b73
refs/heads/master
2020-03-24T05:09:42.949577
2018-07-31T13:05:00
2018-08-30T12:13:14
142,476,844
0
0
null
null
null
null
UTF-8
Java
false
false
959
java
package com.udemy.cursospring.models; import com.fasterxml.jackson.annotation.JsonBackReference; import com.udemy.cursospring.abstractes.AbstractEntity; import org.omg.CosNaming.NamingContextExtPackage.StringNameHelper; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.OneT...
[ "savaegt@gmail.com" ]
savaegt@gmail.com
019f0ce08632df5a17ffe925e490b6014ae2f3f9
1979082c6c355649f1c799a276b0866fcc1d2813
/WordListSQLInteractiveWithSearch/app/src/main/java/com/example/wordlistsqlinteractivewithsearch/EditWordActivity.java
dff5e6c1ea114c3d0818462ccafe07aa62de2890
[]
no_license
rizkidwimartanto/PBB-Sebelum-UTS
795d0d30ffff00c3ee3bb35bb96b2bd31ced4aa6
de8098b22ae58acab83f2baad1696f185071cdba
refs/heads/master
2023-04-03T09:14:02.666187
2021-04-11T13:41:47
2021-04-11T13:41:47
356,877,345
0
0
null
null
null
null
UTF-8
Java
false
false
2,047
java
package com.example.wordlistsqlinteractivewithsearch; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; import androidx.appcompat.app.AppCompatActivity; /** * Activity for entering a new word or editing an existing word. */ public class EditWordActiv...
[ "rizkidwimartanto@gmail.com" ]
rizkidwimartanto@gmail.com
b12d83899910ce19c59e48e1f18dd3c5196aa412
25d99370ee649a4e208f9261eecb3278141aa64a
/src/week1/les1/opdracht2/Klant.java
1d083ca78e1ed455325dbedaea32074fa0391365
[]
no_license
tloader11/TICT-V1OODC-15
265e1e39a862b4c49e10b289f4593350a957cc79
40db67d34a0cb3bfc16ac1d30fa5bbd0348f668b
refs/heads/master
2021-05-03T16:47:17.200484
2018-06-23T17:53:47
2018-06-23T17:53:47
120,442,757
0
0
null
null
null
null
UTF-8
Java
false
false
524
java
package week1.les1.opdracht2; /** * Created by universal on 2/6/2018. */ public class Klant { private String name; private String address; private String plaats; public Klant(String name, String address, String plaats) { this.name = name; this.address = address; this.plaat...
[ "tristan-floyd@hotmail.com" ]
tristan-floyd@hotmail.com
4e18ae46b80205ececfc20cd76a86504dcc4a0bc
e4846bfe1efe1cb6d4f9da07a1ccb73ca63e1328
/exercise/src/main/java/com/fetchrewards/exercise/model/Point.java
0cdb43d4da4d72e671296e8cad4bbde6b2e16e62
[]
no_license
ahujaprabhpreet/Fetch-Rewards
ba3b1001e1b7bdbf794b73d19fa02b8c8346d07b
d5dfe991942e0b32168ec682b803e07136220a65
refs/heads/main
2023-03-03T01:47:09.329713
2021-02-10T06:26:12
2021-02-10T06:26:12
337,627,061
0
0
null
null
null
null
UTF-8
Java
false
false
253
java
package com.fetchrewards.exercise.model; public class Point { public Point(){ } private int points; public int getPoints() { return points; } public void setPoints(int points) { this.points = points; } }
[ "ahuja.pra@husky.neu.edu" ]
ahuja.pra@husky.neu.edu
86e7b4612275308517676995ccd612c88c453996
2f9872b6890e4c50310dfcf61b29ae95d7b3b63f
/TipCalc2/app/src/main/java/a/tcalc/CalcActivity.java
965f13a3c7c492975ab85b05ec2c15893d4b58f4
[]
no_license
DevAppsX/MobSoft
52f33b00d19bbdc6254b8b8afc95ba7a7330cb11
5f4e6aef91fd626f847dbb775316d9b34be8f69a
refs/heads/master
2021-07-06T08:28:57.271882
2021-04-12T10:15:21
2021-04-12T10:15:21
231,383,585
0
0
null
null
null
null
UTF-8
Java
false
false
5,156
java
package a.tcalc; import android.os.Bundle; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.text.Editable; import android.text.TextWatcher; import android.view.View; import android.widget.Button; import android.widget.EditText; im...
[ "fabdadv@gmai.com" ]
fabdadv@gmai.com
f34b4722481cdef3ed5bcb133ed429b517499aa2
58a6789a014d76437f45a65a3c45383bc9d0e031
/VirginMobileMinutesChecker/src/com/jaygoel/virginminuteschecker/Globals.java
3b0b0698f00fd0d236e2171dca2b09e3f0a1c3b2
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause-Views" ]
permissive
drfloob/VirginMobileMinutesChecker
d8e0fc140e4c181b7e6148794f047b7f2e712e25
6b1c401985f14af55e04ffd6c82739daf1bf6b02
refs/heads/master
2021-01-20T22:47:26.350359
2011-03-13T11:50:12
2011-03-13T11:50:12
1,372,444
0
0
null
null
null
null
UTF-8
Java
false
false
215
java
package com.jaygoel.virginminuteschecker; public class Globals { public static final String NAME= "VirginMinutesChecker"; public static final String URL= "https://www1.virginmobileusa.com/login/login.do"; }
[ "aj@drfloob.com" ]
aj@drfloob.com
ae80da8194aabde1a9260574e2347911e8f2af84
7c757db5123f2752e9b08f46d13e2f7400b07fb6
/src/main/java/com/insping/libra/account/AccountType.java
ebb937032e0d1aff33e481524883c189263ce732
[]
no_license
inspingcc/LibraGameServer
fd782aeac099cc6bdfb3fe499d6832578a59ca74
1bff6fa440ba8b1e731c1a9b65a7404ed09efd76
refs/heads/master
2021-01-21T12:21:16.128042
2017-09-18T06:30:43
2017-09-18T06:30:43
102,067,593
0
0
null
null
null
null
UTF-8
Java
false
false
576
java
package com.insping.libra.account; public enum AccountType { COMMON((byte) 0), EMAIL((byte) 1), PHONENUMBER((byte) 2); private byte value; private AccountType(byte value) { this.value = value; } public byte getValue() { return value; } public void setValue(byte value) {...
[ "insping@hotmail.com" ]
insping@hotmail.com
42dd1f21633a206a19368141f569d0438c9ef6ea
7ea6218503974431f4ef60a0e620673e92af751d
/admin-console/src/main/java/com/admin/console/app/repository/AuthorityRepository.java
646863e5cec62c052e127eb2bd1b57102e6d57ac
[]
no_license
srikanthkalvakota/mobileweb
3236a50fed39975e0d97419a67b6839f4ea3f4a9
363ba2512b862e6b13218a8ce53f4bb2c979ac3c
refs/heads/master
2021-01-23T04:54:05.985808
2017-06-15T17:54:44
2017-06-15T17:54:44
86,255,084
0
0
null
null
null
null
UTF-8
Java
false
false
300
java
package com.admin.console.app.repository; import com.admin.console.app.domain.Authority; import org.springframework.data.jpa.repository.JpaRepository; /** * Spring Data JPA repository for the Authority entity. */ public interface AuthorityRepository extends JpaRepository<Authority, String> { }
[ "ksrikanth11@gmail.com" ]
ksrikanth11@gmail.com
cc986b18f37cf66f4c12501ae49ac1ca872988bd
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/15/15_2d87bae7fa29e2f0fbf2c1cd986c1bde824554bf/BindingManager/15_2d87bae7fa29e2f0fbf2c1cd986c1bde824554bf_BindingManager_t.java
660e1abeeaaa34d67db75393f460104205c38935
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
67,421
java
/******************************************************************************* * Copyright (c) 2004, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distributio...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
7e4747262bfe870ed304b07d738b81feaeb54e6d
888ff6ea342169d27291b5e8ae8787461a1718a8
/RestAPIAutomation/src/com/tweet/util/Headers.java
701a0851f59ae13adc6715fa916ad2f30de98aa3
[]
no_license
Savithagh/Automation
98e0b8db8dfb697b14ee158fe68e9952ed913b46
8fbd324a94778d8a6b1a2ec72c7d039d5a4709bb
refs/heads/master
2020-12-22T23:34:15.603669
2016-08-16T21:19:59
2016-08-16T21:19:59
65,852,592
0
0
null
null
null
null
UTF-8
Java
false
false
952
java
package com.tweet.util; /** * Created by Savi on 7/13/2016. */ import org.apache.http.Header; import java.util.HashMap; import java.util.Map; public class Headers { public Header[] headers; //response.getAllHeaders(); public String getHeader(String name) { for (Header header : headers) { ...
[ "nejananthi.s@gmail.com" ]
nejananthi.s@gmail.com
8b0d169e8a8062d4c20c327663a407a804fc231c
20e3598018221799f82d73b564410ed30f14f87f
/sources/unlsaga/ability/skill/SkillRegistry.java
afd512de65f34129df26b91d221eb0b1a4cee230
[]
no_license
damofujiki/minecraftmod_new
be40472ba2911ebb63e4c3fe8520d518d834ca0d
aa372f41bb66de01079bad87c10969ebd773fd91
refs/heads/master
2020-07-02T01:00:18.288885
2014-10-31T05:02:21
2014-10-31T05:02:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
80
java
package com.hinasch.unlsaga.ability.skill; public class SkillRegistry { }
[ "ahoahomen@gmail.com" ]
ahoahomen@gmail.com
d24bd4111739f75de3fb8b696eb4134e3afcce35
a6aa94cc0f1afa848b26d97ca8ae6054ea604e9f
/app/src/androidTest/java/com/example/testtextview/ExampleInstrumentedTest.java
014b5b805c7bacb771185d25c25425bfa0893234
[]
no_license
IamTouma/TestTextView
a6ecd34453851ad0d9744e0dc8e77f497032b874
2cb391471ed4e3db2a13a4d658b966b2f939c91c
refs/heads/master
2020-03-12T12:33:49.129078
2018-04-23T00:50:58
2018-04-23T00:50:58
130,621,098
0
0
null
null
null
null
UTF-8
Java
false
false
752
java
package com.example.testtextview; 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.*; /** * Instrumentation test, which will execute on an And...
[ "IamTouma@gmail.com" ]
IamTouma@gmail.com
433c11fbad7ab0687b76c9b54165bdb85e42e37e
523fd8c19ad7ea468a4eed8be15e3c8ced8eb052
/movie-info-service/src/main/java/com/kevinjanvier/movieinfoservice/MovieInfoServiceApplication.java
b78a886d7d91135a446e03ec27cb632ac4917916
[]
no_license
kevinjam/Microservice
b7cc4168e8ae58ef24255eef018fcc08306b6e1f
4febecfa4cb66799b91c8bc4e0ab77314c118b36
refs/heads/master
2022-06-19T01:51:38.964733
2020-05-03T17:37:56
2020-05-03T17:37:56
260,985,380
0
0
null
null
null
null
UTF-8
Java
false
false
619
java
package com.kevinjanvier.movieinfoservice; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; import org.springframework.context.annotation.Bean; import org.springframework.web.clien...
[ "kevin.janvier5@gmail.com" ]
kevin.janvier5@gmail.com
81dde7d9983f426dc79272270c2a4010bda67a11
6ced765270d281d71fb5dd72f0af014bf7e8461e
/src/test/java/com/selenium/training/JsExecutor.java
b1625c4b2f78fb400234d47f799050ce09017728
[]
no_license
Ashik1112/SeleniumTraining
7113f39c8e212d0379308c8ad307ae9fd29cd6d1
db9c8e8862b8a38a3123a21b6398c7ffb5ff5d42
refs/heads/master
2023-08-27T12:43:18.886640
2021-10-13T04:39:30
2021-10-13T04:39:30
416,585,180
0
0
null
null
null
null
UTF-8
Java
false
false
615
java
package com.selenium.training; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import io.github.bonigarcia.wdm.WebDriverManager; public class JsExecutor { public static void main(String[] args) throws InterruptedException { WebDr...
[ "ashiktheboss007@gmail.com" ]
ashiktheboss007@gmail.com
c1b4730fc5bc6028ba1668058308e515c2da1cc2
d702abb1b152836231041ad97cdbe3b962e63000
/src/factory/store/PizzaStore.java
df82dc80ba4bb73749e416b5b40ff78d40eba7ec
[]
no_license
lejewk/design_pattern
ac63d4a91685419e12010957f68eaa01a5f64619
e4fc45cc134604a7239a986236b7914dbf55c3d6
refs/heads/master
2020-03-21T22:13:28.781044
2018-08-13T09:13:30
2018-08-13T09:13:30
139,112,525
0
0
null
null
null
null
UTF-8
Java
false
false
327
java
package factory.store; import factory.pizza.Pizza; public abstract class PizzaStore { public Pizza orderPizza(String type) { Pizza pizza = createPizza(type); pizza.prepare(); pizza.cut(); pizza.box(); return pizza; } protected abstract Pizza createPizza(String ty...
[ "lejewk@naver.com" ]
lejewk@naver.com
b0260865b052c009dde86a3954ea51a7f111eacd
12b14b30fcaf3da3f6e9dc3cb3e717346a35870a
/examples/commons-math3/mutations/mutants-AbstractIntegerDistribution/113/org/apache/commons/math3/distribution/AbstractIntegerDistribution.java
c96a3aebb40a507cae167a45e7f9c5803582425b
[ "BSD-3-Clause", "Minpack", "Apache-2.0" ]
permissive
SmartTests/smartTest
b1de326998857e715dcd5075ee322482e4b34fb6
b30e8ec7d571e83e9f38cd003476a6842c06ef39
refs/heads/main
2023-01-03T01:27:05.262904
2020-10-27T20:24:48
2020-10-27T20:24:48
305,502,060
0
0
null
null
null
null
UTF-8
Java
false
false
8,459
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 may ...
[ "kesina@Kesinas-MBP.lan" ]
kesina@Kesinas-MBP.lan
73e37cc6c407fda0fad35880afed74da7b408029
e41fae2111f6a31ba67fe34fbdae431179941851
/p4/Server2User.java
7469a2245c156936161fad051372ea95d94b7a4d
[]
no_license
Dew25/JavaKursus-2018-
0232b60a57bf306d064d9e8fe452186a067d5ded
c2285b4629c1615479aeac8c436f4a74c2af8a43
refs/heads/master
2021-05-04T12:10:41.127919
2018-02-05T09:00:41
2018-02-05T09:00:41
120,288,225
0
0
null
null
null
null
UTF-8
Java
false
false
646
java
import java.io.*; import java.net.*; public class Server2User implements Runnable{ PrintWriter pw; BufferedReader br; String username; Server2Work worker; Socket sc; String linepart=""; public Server2User(Socket sc, Server2Work worker){ this.sc=sc; this.worker=worker; new Thread(...
[ "Juri.Melnikov@ivkhk.local" ]
Juri.Melnikov@ivkhk.local
d646d1fb50f951d00cc111e67a47e277dfe47f92
c844f144860649635fa58852c445566c42816663
/junit/game/CommandTest.java
92fe12c8ea0ab7d65372431d5ff06992fb0cc31d
[]
no_license
dnicho11/Adventure
8e0e2d1ab23d3edcc146c7417ee746c271827553
de460a86eb9404f285daa4b0eb29a23183ffb4bd
refs/heads/master
2021-04-27T10:58:58.126378
2018-05-08T23:15:31
2018-05-08T23:15:31
122,551,862
0
2
null
2018-05-08T22:46:45
2018-02-23T00:21:06
Java
UTF-8
Java
false
false
875
java
package game; import static org.junit.Assert.assertEquals; import org.junit.*; import ycp.edu.cs320.adventure.game.Command; public class CommandTest { private Command command; @Before public void setUp() { command = new Command(); command.setCommand("Move up"); command.setDescription("Moves the player up...
[ "rseitz@ycp.edu" ]
rseitz@ycp.edu
e575d81e628fb41ea868615ce2c60fe5e7e397c5
c3b2a7cb1c18d8e8f73aa5a8689e8aa34bed4c18
/src/main/java/com/amit/locking/service/ShopService.java
1f7b0524549a8b07b1894d7e46aab35f26e741a3
[]
no_license
amitarora15/optimistic-pessimistic-locking
184c37716b651355a3001c5a106d2bbd32119cc3
0ce4eb1473accb6c04301c692ec7996ed849500c
refs/heads/master
2022-09-24T22:50:59.187003
2020-06-09T13:20:46
2020-06-09T13:20:46
271,008,554
0
0
null
null
null
null
UTF-8
Java
false
false
2,926
java
package com.amit.locking.service; import com.amit.locking.entity.Shop; import com.amit.locking.entity.User; import com.amit.locking.repository.ShopRepo; import com.amit.locking.repository.UserRepo; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; import org.springframework.transact...
[ "amit.arora15@gmail.com" ]
amit.arora15@gmail.com
1e7056ec5ba30168b85eade0b8f8dc0e89ad5038
a3acee8050327538fa4f329f50e7097eb135f5e6
/Game/Game/src/Game/GamePanel.java
0af6a22eefa3518bfa65357b28cd8e2081d457f0
[]
no_license
artyomvladimirov/Game-FS-1
d762bb4a728c439fc68c97a3a5b6c25c7c8e1778
ea19df5a57dd7c7d0c8a68bcd4155c6d0343e8cd
refs/heads/master
2021-09-13T21:33:58.838802
2018-05-04T13:48:48
2018-05-04T13:48:48
118,937,221
0
0
null
null
null
null
UTF-8
Java
false
false
4,372
java
package Game; import javax.swing.JPanel; import java.awt.*; import java.awt.image.BufferedImage; import java.util.*; public class GamePanel extends JPanel implements Runnable{ //Field public static int WIDTH = 400; public static int HEIGHT = 400; private Thread thread; private BufferedImage imag...
[ "artyom_vladimirov239@mail.ru" ]
artyom_vladimirov239@mail.ru
3924de9d700ac0c8ab52db77e75e82ef56cf3a7e
67144f7e366b3db5a3325b1ba2fa2c32d0b2eec0
/Home9/src/main/java/org/oa/zooshop/model/AccessoryType.java
3c0fef5d0bf5321c30b929651ef2444ab0fe2b49
[]
no_license
tomahkvt/home9
93b67927e7ba3b27258dc08085750716f58fd076
1b74bff4eb415e57ccb7b3fd71e0b54dc2a2841b
refs/heads/master
2020-06-11T22:20:49.767676
2015-10-25T15:24:16
2015-10-25T15:24:16
44,915,981
0
0
null
null
null
null
UTF-8
Java
false
false
763
java
package org.oa.zooshop.model; import javax.persistence.*; import javax.xml.bind.annotation.*; @Entity @Table(name = "accessory_type") @XmlRootElement // тип акссесуара public class AccessoryType { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column @XmlElement private int id; @Colum...
[ "user@10.1.1.8" ]
user@10.1.1.8
93b88aa18f45d9ae2170ac5685d29b0274bdc50f
62b24a53b6e776d4aead80f3cf0b2f20092fcadc
/app/src/main/java/com/example/yunwen/myapplication/Main3Activity.java
4ce9247bb3fecfa947a3248386555e8e80194ba5
[]
no_license
sdmengchen12580/textum
d31dfa5c7973031e949ab11595c21d9ed7d4fa32
7a294ce0bc4c8a33ab35f585291185501019fcf7
refs/heads/master
2020-03-12T20:44:38.448292
2018-04-24T07:18:14
2018-04-24T07:18:14
130,812,802
0
0
null
null
null
null
UTF-8
Java
false
false
347
java
package com.example.yunwen.myapplication; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; public class Main3Activity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layou...
[ "cmeng@iyunwen.com" ]
cmeng@iyunwen.com
8dbd28fadffb496a01ee92ff77f955d032eaddc7
6dbae30c806f661bcdcbc5f5f6a366ad702b1eea
/Corpus/eclipse.pde.ui/2728.java
671567a48bfc5291fde380cb1e99d14b24940a00
[ "MIT" ]
permissive
SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018
d3fd21745dfddb2979e8ac262588cfdfe471899f
0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0
refs/heads/master
2020-03-31T15:52:01.005505
2018-10-01T23:38:50
2018-10-01T23:38:50
152,354,327
1
0
MIT
2018-10-10T02:57:02
2018-10-10T02:57:02
null
UTF-8
Java
false
false
1,086
java
/******************************************************************************* * Copyright (c) 2008, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
[ "masudcseku@gmail.com" ]
masudcseku@gmail.com
e49ee513adaca3516780a2a0694724976dc1e541
feced5d2778e62a4c435a03e3720de56bce46d4f
/1.JavaSyntax/src/com/codegym/task/task05/task0512/Circle.java
fbb71355599490bbb9e5e9fdf907062812593b0b
[]
no_license
GreegAV/CodeGymTasks
2045911fa3e0f865174ef8c1649c22f4c38c9226
6ab6c5ef658543b40a3188bee4cec27018af3a24
refs/heads/master
2020-04-15T17:40:43.756806
2019-02-28T15:31:56
2019-02-28T15:31:56
164,881,892
0
0
null
null
null
null
UTF-8
Java
false
false
1,515
java
package com.codegym.task.task05.task0512; /* Create a Circle class Create the Circle class with three initializers: - centerX, centerY, radius - centerX, centerY, radius, width - centerX, centerY, radius, width, color Requirements: 1. The program must not read data from the keyboard. 2. The Circle class must have i...
[ "greegav@gmail.com" ]
greegav@gmail.com
2f0a5d5901973933f5967fc46fcf62ae60911df9
41989364ae25d29878732c453e3fb7186e3e5b63
/kodilla-good-patterns/src/main/java/com/kodilla/good/patterns/food2door/OrderManufacturerService.java
135e8eea513b35a485a97be63061a6624e0e6f92
[]
no_license
walulikt/TWalulik-Kodilla
92c7f50f204c5e962ff1e331d4cc9d09004bcdae
20ab2b8aec8f845bc2d796b0ffc7452107faa84f
refs/heads/master
2021-05-07T05:51:25.642853
2018-05-14T20:18:28
2018-05-14T20:18:28
111,668,781
0
0
null
null
null
null
UTF-8
Java
false
false
117
java
package com.kodilla.good.patterns.food2door; public interface OrderManufacturerService { boolean process (); }
[ "walulik.t@wp.pl" ]
walulik.t@wp.pl
477169a81b0d08871dad6be33ffd4d7cdf6f8d84
20eb62855cb3962c2d36fda4377dfd47d82eb777
/IntroClassJava/dataset/digits/ca94e3756cbf8d1490bad660c06307f5d678e3675bbea85359523809a4f06b370066767ea2d2d76d270e4712b464924f12e19dbf1a12d28b75d367ceb202dbb9/002/mutations/129/digits_ca94e375_002.java
fd88dd3ea8c3747727dd66fe5c209125122aac61
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,329
java
package introclassJava; class IntObj { public int value; public IntObj () { } public IntObj (int i) { value = i; } } class FloatObj { public float value; public FloatObj () { } public FloatObj (float i) { value = i; } } class LongObj { public long value; public...
[ "justinwm@163.com" ]
justinwm@163.com
82cae554cedca1dce18ba205ed981688c62abcc7
260ffc8ab1409b781cfdd8d5ed44c600eb276986
/duo-core/src/main/java/com/duo/core/utils/SpringUtil.java
3ff874d7293d9c311cb500aef68eb180b80bfa9b
[]
no_license
qingtingduizhang77/duo
bbc8bf4752818952cf1fe8bad428b949a76cfa8b
5ca6ff9d1e44f5ac36860468c0789a4884ad0934
refs/heads/master
2023-01-29T21:08:09.191741
2020-12-14T07:13:47
2020-12-14T07:13:47
321,250,525
1
1
null
null
null
null
UTF-8
Java
false
false
2,935
java
/** * Copyright (c) 2005-2012 https://github.com/zhangkaitao * * Licensed under the Apache License, Version 2.0 (the "License"); */ package com.duo.core.utils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.NoSuchBeanDefinitionException; import org.springframework.beans.f...
[ "qingtingduizhang77@163.com" ]
qingtingduizhang77@163.com
0335c174fb2a2c7498cbfd39088ebe06f18a5485
9fbf249e8ffacd4121f9c00ba30b052d6af76f22
/library/src/main/java/com/santalu/autoviewpager/AutoViewPager.java
fa41b3c1efb563bad8a8394d2216725a5bc05d80
[ "Apache-2.0" ]
permissive
naseemakhtar994/auto-viewpager
7f92083d97fc0d1c894efe64f67c9430d6dc8e9b
a8a8a02b0c3d02c257c63fe9bd953a2be5f969ef
refs/heads/master
2021-01-15T22:01:43.836133
2017-08-09T18:37:02
2017-08-09T18:37:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,879
java
package com.santalu.autoviewpager; import android.content.Context; import android.content.res.TypedArray; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.MotionEvent; /** * Created by santalu on 09/08/2017. */ public class AutoViewPager extends ViewPager { priva...
[ "ftsantalu@gmail.com" ]
ftsantalu@gmail.com
0ac06fd6d12b79934c097132e286e2cb329d6265
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/neo4j--neo4j/c268b8478116e9045735629088b9e742609b1dac/before/SchemaAcceptanceTest.java
4f9b29e64467ecff6d1cd36cfc18ff462afc104c
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
6,043
java
/** * Copyright (c) 2002-2013 "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 Foundati...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
e13583ffa9bc2a4e168b9f00b64b2a031f736ad4
580f5fbb174e20302dfdd355c81afb64e4d92175
/exemploGit/src/exemplogit/ExemploGit.java
71723a9b3931d7c97cc08d5573a106c037a77252
[]
no_license
RenanDiogenes/HelpAnimal
ce0648c9709c43dda9501354db733c06a2a91583
10fceb27a07853df35d73f62933977ee80732e1d
refs/heads/master
2021-01-12T12:23:41.003884
2017-09-24T17:25:14
2017-09-24T17:25:14
72,482,989
0
0
null
null
null
null
UTF-8
Java
false
false
219
java
package exemplogit; /** * * @author RENAN DIGENES */ public class ExemploGit { /** * @param args the command line arguments */ public static void main(String[] args) { } }
[ "RENAN DIGENES@DESKTOP-OFNTEML" ]
RENAN DIGENES@DESKTOP-OFNTEML
288fa296bd08351d57b632982afba3be2271884f
f21e26ed856b85cbb45f2ab01eb8562ec4720181
/portal/patric-libs/src/edu/vt/vbi/patric/common/SiteHelper.java
f87a77eab33bd449bb9d371c0943d4b7f544b875
[ "MIT" ]
permissive
ARWattam/patric3_website
ef01d63e20eae47ebb4750b3572a57b296d5e265
1161b51d4222984ceace50e42c28c944489e75b5
refs/heads/master
2020-04-04T20:04:22.716319
2016-09-12T20:00:18
2016-09-12T20:00:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,526
java
/** * **************************************************************************** * Copyright 2014 Virginia Polytechnic Institute and State University * <p/> * 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 cop...
[ "hyun@vbi.vt.edu" ]
hyun@vbi.vt.edu
581fca3a549605bc7c21f3a70119b717cb4b8a17
c00436639343b3c3cec30b0abebc16c05f09bd7b
/RouteManager/src/main/java/com/BRP/routemanager/models/LoginRequest.java
592aba08f3104f9e51ad3a2a8746a601c583b2fd
[]
no_license
007durgesh219/routemanager
e5fc2cf2293b6e846c9cd901c1df2d67bca62627
78699b8665fd3900e715e40e8b12eda4bd5e139f
refs/heads/master
2020-12-24T07:59:58.709792
2016-08-07T07:54:41
2016-08-07T07:54:41
58,542,541
0
0
null
null
null
null
UTF-8
Java
false
false
314
java
package com.BRP.routemanager.models; /** * Created by durgesh on 5/11/16. */ public class LoginRequest { public String username, password, fromApp; public LoginRequest(String username, String password) { this.username = username; this.password = password; fromApp = "1"; } }
[ "007durgesh219@gmail.com" ]
007durgesh219@gmail.com
06c5c93909b8e3f44688762351b2aeb5285f11cc
a659a9f9c9eae2229e4a8da1b7eea07edfb7c1ed
/src/main/java/com/palette/busi/project/tms/business/basic/login/vo/MenuResultVo.java
1c67fe3a32ecdedd6fa3477c751fc7149000542e
[]
no_license
paletter/tms-webapp
e8068d4385c1fefd9e06147a0896cf91ee5b58f4
90142054d2b3325a661a17572695231b558caa47
refs/heads/master
2021-01-19T04:27:21.582095
2017-02-17T07:12:32
2017-02-17T07:12:32
49,817,750
0
0
null
null
null
null
UTF-8
Java
false
false
656
java
package com.palette.busi.project.tms.business.basic.login.vo; import java.util.List; public class MenuResultVo { private String category; private String menuCate; private List<MenuSubResultVo> menuSubList; public String getCategory() { return category; } public void setCategory(String category) { this....
[ "fangbo123" ]
fangbo123
736ae81401f49d06c47cc8832a250e685b3c1061
1dc904851d9a922ed2e8a63178e7d9153e72d422
/app/src/main/java/com/salah/taskmaster/RoomDB.java
e53813954651aa890dc35ea1815c39fb1aa166f7
[ "MIT" ]
permissive
SalahAlawneh/taskmaster
bf84fac0b93a6cf8d3e7a6c1ff1b625650f56b89
74e6df531ebf6bedb93462b8bdb6d82af4a5cdae
refs/heads/main
2023-05-30T20:55:11.488832
2021-06-09T19:43:57
2021-06-09T19:43:57
368,064,432
0
0
MIT
2021-06-09T19:43:58
2021-05-17T05:21:21
Java
UTF-8
Java
false
false
885
java
package com.salah.taskmaster; import android.content.Context; import androidx.room.Database; import androidx.room.Room; import androidx.room.RoomDatabase; import com.salah.taskmaster.MainDao; import com.salah.taskmaster.Task; @Database(entities = {Task.class}, version = 1, exportSchema = false) public abstract clas...
[ "salah.alawneh@yahoo.com" ]
salah.alawneh@yahoo.com
e6344e2e6f2ba803e3b13cbff50fc0b2ff57c480
cd84616085a2e9478a1f66ff30a645df8b29c66d
/src/main/java/HashtagCounterBolt.java
2a2b44381dc1dfd45f08c308a9c3020134ed60ba
[]
no_license
LorenzoAgnolucci/TwitterRealTimeSentimentAnalysis
a86f91b1549eb928e5caa7dba581a60702f4d03d
d945ad48e10462007c9240625cb1235ecf53e90f
refs/heads/master
2020-12-21T07:31:03.972535
2020-03-31T11:52:49
2020-03-31T11:52:49
236,359,019
5
1
null
2020-01-26T19:21:49
2020-01-26T18:48:02
Java
UTF-8
Java
false
false
1,399
java
import java.util.HashMap; import java.util.Map; import org.apache.storm.tuple.Fields; import org.apache.storm.tuple.Values; import org.apache.storm.task.OutputCollector; import org.apache.storm.task.TopologyContext; import org.apache.storm.topology.IRichBolt; import org.apache.storm.topology.OutputFieldsDeclarer; im...
[ "lory.agnolucci@gmail.com" ]
lory.agnolucci@gmail.com
7f39b4652f698147d1527108d0dbfa6724b73a92
95ded8f6a963aea6ebb24c07985382e253c25596
/tensquare_common/src/main/java/entity/Result.java
ef692115922120dcc64f2d204bf287553516ec5e
[]
no_license
LinXiaoBaiXCG/tensquare
764c3307f3d4827f35e9bd25b886967369245a6a
552424b6aa30c2328ca53c50b2048a69bc3c8713
refs/heads/master
2020-11-25T11:24:08.938528
2019-12-24T15:31:17
2019-12-24T15:31:17
228,636,225
0
0
null
null
null
null
UTF-8
Java
false
false
705
java
package entity; import lombok.Data; /** * @program: tensquare_parent * @description: 返回实体类 * @author: LCQ * @create: 2019-12-17 16:08 **/ @Data public class Result { private boolean flag; private Integer code; private String message; private Object data; /** * 控构造器 */ public R...
[ "1203718422@qq.com" ]
1203718422@qq.com
eadbb6ab0f624c4319e281fb15ef333229cc73eb
61b8566c8fe00cc8213fed702a3a5bf377bfc400
/src/GUI/ListaArtikujve.java
7cd9236f780741ed20e179f26a806be035da8114
[]
no_license
kushtrimrrahimi/SUPERMARKETI
e6dc3049de5a5f548a35141c0c4cc11c97c8bc59
eb02fd04d320309a2f1189e9d2f5a97ff6695a38
refs/heads/master
2023-08-03T12:20:36.043291
2021-09-13T19:42:38
2021-09-13T19:42:38
406,107,086
0
0
null
null
null
null
UTF-8
Java
false
false
5,598
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 GUI; import java.awt.event.KeyEvent; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatem...
[ "90649397+kushtrimrrahimi@users.noreply.github.com" ]
90649397+kushtrimrrahimi@users.noreply.github.com
69bc6729b0cb1b8fdcae27002dfa61b1db903d27
28d71af491563505031a979af03c0bf7a0132012
/Arrays and Strings/Question2.java
1a7966a727f3b6be42145013bf5728cb8db4ce9a
[]
no_license
antoniosj/Cracking-the-Coding-Interview
235453be2582f97e4715d6103ba3dc127173c70a
3a557a507a5fea1732e6baec12718e8bc102791d
refs/heads/master
2021-01-20T13:26:13.731458
2017-07-09T19:50:31
2017-07-09T19:50:31
90,489,323
0
0
null
null
null
null
UTF-8
Java
false
false
599
java
package io.github.antoniosj.strings; import java.util.HashMap; public class Question2 { public static boolean isPermutation(String a, String b){ int[] letterCount = new int[52]; if (a.length() != b.length()){ return false; } for (int i = 0; i < a.length(); i++) { letterCount[a.charAt(i) - '...
[ "antonio.silvajr23@gmail.com" ]
antonio.silvajr23@gmail.com
7a864f6c736bf74a3dc3721268a51f33e53454a0
fb99bf0d48b16b7d21735d78eb3ffd52d9491360
/Modulo9/src/fors/TestForOne.java
ba5f3b42de14f35f575b5d6233f901c5051bad89
[]
no_license
devendarg/java
594e1515d5d1855bf0359d618c9ab109787285aa
02195fc5a5e5f5fdb9b9313f33507e7a23dafebb
refs/heads/master
2021-01-11T13:37:08.972699
2016-04-28T15:45:59
2016-04-28T15:45:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
402
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 fors; /** * * @author christianjimenezcjs */ public class TestForOne { public static void main(String[] args) { ...
[ "christianjimenezcjs@gmail.com" ]
christianjimenezcjs@gmail.com
0b227d9bdf77111e09d47bea7ee6370123638829
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/JacksonXml-1/com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser/BBC-F0-opt-50/15/com/fasterxml/jackson/dataformat/xml/deser/FromXmlParser_ESTest.java
6c2ad7c7e23be41d05f46ee02b88aca4fdc89d58
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
2,198
java
/* * This file was automatically generated by EvoSuite * Wed Oct 20 11:03:08 GMT 2021 */ package com.fasterxml.jackson.dataformat.xml.deser; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import com.fasterxml.jackson.core.JsonFactory; import com.fasterx...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
3427a38d56707df690e2843ab7eea4f4710ff4a3
b1434b41337f6dd09ba37270dd796052d2a57f52
/src/main/java/com/phone/etl/test.java
87d5e1daf1b76f4f199e7ac08a2f9e490dd20e2e
[]
no_license
susu0919/phone_analystic
39239da92106af3e55d7ac2f2bcec27144063d35
c37940bf4c17f84a99161edfa940017efb6d654d
refs/heads/master
2020-03-28T23:06:12.617288
2018-09-18T11:17:16
2018-09-18T11:17:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
47
java
package com.phone.etl; public class test { }
[ "1835488217@qq.com" ]
1835488217@qq.com
f124d600d6b9e633946f3356844c63c18ec96dbb
dbc996396a33e1270cbe4437c603f723f1f98561
/src/main/java/com/leandev/downloader/AdvancedFileDownloader.java
19133b7a74f10144d09dcd5c1bf0ae7d26ee9bdc
[]
no_license
jackmew/gitPullRequest
0e010d461ee3e14be39450fa52f670518f6dd632
d6d7ee31def1c0efaa8f48097237bb5c7ede7079
refs/heads/master
2021-01-10T10:27:18.217013
2015-12-15T04:07:49
2015-12-15T04:07:49
48,013,457
0
0
null
null
null
null
UTF-8
Java
false
false
6,082
java
package com.leandev.downloader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.logging.Logger; import com.vaadin.server.ConnectorResource; import com.vaadin.server.DownloadStream; import com.vaadin.ser...
[ "wonderfuljack123@gmail.com" ]
wonderfuljack123@gmail.com
f12022b770a1970b09a1fb8d14753cbaf2925650
adc5e75da8137937ee5fd53d9e3701f6650f6f55
/attempt-cache/src/main/java/com/attempt/core/cache/suppore/redis/holder/MapHolder.java
bed44729672872e49eb08cf42b45f16693af3122
[]
no_license
zyb8529630/attempt
527d2097964fe074eee9af665c10438ca70e08fb
28256ccd4a9a2c919ec4e4e496b5842ab981ecf6
refs/heads/master
2021-07-05T06:05:48.495044
2019-06-26T05:19:05
2019-06-26T05:19:05
190,316,952
1
0
null
2020-10-13T13:41:18
2019-06-05T03:06:26
Java
UTF-8
Java
false
false
5,561
java
package com.attempt.core.cache.suppore.redis.holder; import java.io.Serializable; import java.util.HashMap; import java.util.Map; import org.springframework.util.Assert; import com.alibaba.fastjson.JSON; import com.attempt.core.cache.api.MapOperations; import com.attempt.core.cache.models.Behavior; import com.attemp...
[ "AB063825@BJ-AB051964-MI2.AB.COM" ]
AB063825@BJ-AB051964-MI2.AB.COM
0e142fedc4f573405d20597be35cb04c83f810b4
98304c9ae29210909579b885fba03139c2633848
/cglcrm/src/main/java/com/rainy/cglcrm/common/utils/PropertiesLoader.java
32e5bc76f6234c8abac1c898fac2f81e58a11ed4
[]
no_license
Rainyone/cglcrm
31eb1342b7311b76214d0dcc04927339761cf35e
1dc8b131846126d632390f50434c8cecd9b5f429
refs/heads/master
2021-09-04T00:47:20.661350
2018-01-13T14:52:54
2018-01-13T14:52:54
113,199,227
0
0
null
null
null
null
UTF-8
Java
false
false
4,542
java
/** * Copyright (c) 2005-2011 springside.org.cn * * $Id: PropertiesLoader.java 1690 2012-02-22 13:42:00Z calvinxiu $ */ package com.rainy.cglcrm.common.utils; import java.io.IOException; import java.io.InputStream; import java.util.NoSuchElementException; import java.util.Properties; import org.apache.commons.io...
[ "Administrator@8AFQ6TPXKA4WYKI" ]
Administrator@8AFQ6TPXKA4WYKI
398eff81ff19aa7569b9a480a25324aef7b31840
b7ea598d7a04cf5bc460647ebc7910c429cc193b
/src/main/java/cn/bestlang/algs/common/TreeNode.java
6da43e958b00908a70a27733c64568537f0179d2
[ "MIT" ]
permissive
ligenhw/algs
b9bf9c2209e94df7f3d3331ff54c50e80efc25c1
097802acfa8adba9685a21cd4729feaa1c7018e1
refs/heads/main
2023-08-31T10:40:27.166329
2021-10-20T02:53:04
2021-10-20T02:53:04
379,483,664
0
1
null
null
null
null
UTF-8
Java
false
false
186
java
package cn.bestlang.algs.common; public class TreeNode { public int val; public TreeNode left; public TreeNode right; public TreeNode(int x) { val = x; } }
[ "ligenhw@outlook.com" ]
ligenhw@outlook.com
39887cfdc953e1adf97dd1ed7375f1fc20254ca4
c0cc9f465471b4bd0a0f203793135939b8b145ea
/entites/NegocioDaEmpresa.java
f3ab703b95700f6bbb9b872d382ca2276a27346d
[]
no_license
IagoBS/estudo
79d3c4f429684a5d39851fd1a51877b18a9379de
2cd2cd84b46a133a4077f186242e83928bcb6c13
refs/heads/master
2020-08-03T08:43:01.367032
2019-09-29T16:10:49
2019-09-29T16:10:49
211,688,717
0
0
null
null
null
null
UTF-8
Java
false
false
618
java
package entites; public class NegocioDaEmpresa extends Account { private Double emprestimolimite; public NegocioDaEmpresa() { super(); } public Double getEmprestimolimite() { return emprestimolimite; } public void setEmprestimolimite(Double emprestimolimite) { this.emprestimolimite = emprestimolimite; } public Nego...
[ "iagobsbastos@gmail.com" ]
iagobsbastos@gmail.com