blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
dd6a18b7a5d55f83dc6779d071ffee2e37956546
d8bc877da7355045051bf3eb5cd4db457d024322
/app/src/main/java/com/ilp/ilpschedule/activities/ILpinnovationsActivity.java
4e0fff5443d37728261164a6e449df18ee11493b
[]
no_license
robsinspirechange/MyILP_Abhishek
dc94a7b1791eb6e9c1a5589ffd69e328b8237ad2
6881218c0438fa4cf39b09f22b31b8c683d585e5
refs/heads/master
2021-06-15T16:05:22.085092
2017-02-28T04:46:23
2017-02-28T04:46:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,414
java
package com.ilp.ilpschedule.activities; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.Menu; import android.view.MenuItem; import com.ilp.ilpschedule.R; public class ILpinnovationsActivity extends AppCompatActivity { @Overri...
[ "1018475@India.TCS.com" ]
1018475@India.TCS.com
22ac1e5c842c93b8f93bc21836a63473278b0413
5e317864cf0d952587457aab6945c7706ddf9055
/crm-reactive-microservice/src/main/java/com/example/crm/document/Address.java
108d3ce3388ee0fd1eaed693f997d75e5024d744
[ "MIT" ]
permissive
deepcloudlabs/dcl350-2020-oct-19
d3048da0d547978b147a496ab8e9026660513eae
eeef31f0fc0da1db8b6de3afba73e0b9caefa664
refs/heads/main
2022-12-30T10:38:33.675766
2020-10-23T21:30:43
2020-10-23T21:30:43
304,814,308
0
0
null
null
null
null
UTF-8
Java
false
false
958
java
package com.example.crm.document; public class Address { private String city; private String country; private String line; private String zipCode; private AddressType type; public Address() { } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public St...
[ "deepcloudlabs@gmail.com" ]
deepcloudlabs@gmail.com
8748834c2b4f3f49aafedc3ccb615b0f81885a4d
b686d115a09864103a761559bcb225e0eaca3f60
/src/test/java/CardTest.java
c617fb7cc07b08f6cb05286ded4bd9d86f2b918e
[]
no_license
DCHitch092/CardGame_wk11
ec048c69b9807af582f2ac427521fbf78d69d068
7bfeea8de4ca2a13238d2923d0ac45531ad74732
refs/heads/master
2020-12-08T01:55:41.619961
2020-01-09T23:56:48
2020-01-09T23:56:48
232,853,194
0
0
null
2020-10-13T18:44:35
2020-01-09T16:27:00
Java
UTF-8
Java
false
false
637
java
import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertEquals; public class CardTest { Card card; @Before public void before(){ card = new Card(SuitType.HEARTS, RankType.ACE); } @Test public void canGetSuit(){ assertEquals(SuitType.HEARTS, card....
[ "fahitch+github@gmail.com" ]
fahitch+github@gmail.com
665fc83d2437d0db9543243fc64ae522be7bf1a2
b34654bd96750be62556ed368ef4db1043521ff2
/ball/Forums_0.11/src/java/main/com/orpheus/game/server/handler/admin/CreatePrivateAuctionHandler.java
5601c511ca7ad9fcababda5548274b9947ac2784
[]
no_license
topcoder-platform/tcs-cronos
81fed1e4f19ef60cdc5e5632084695d67275c415
c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6
refs/heads/master
2023-08-03T22:21:52.216762
2019-03-19T08:53:31
2019-03-19T08:53:31
89,589,444
0
1
null
2019-03-19T08:53:32
2017-04-27T11:19:01
null
UTF-8
Java
false
false
6,015
java
/* * Copyright (C) 2007 TopCoder Inc., All Rights Reserved. */ package com.orpheus.game.server.handler.admin; import com.orpheus.auction.KeyConstants; import com.orpheus.auction.persistence.CustomBid; import com.orpheus.game.persistence.Game; import com.orpheus.game.persistence.HostingBlock; import com.orph...
[ "mtong@fb370eea-3af6-4597-97f7-f7400a59c12a" ]
mtong@fb370eea-3af6-4597-97f7-f7400a59c12a
ab05440372782e6c078ab62201c5ab899b5f21b2
f312afa4a970463aad9082c3c2e2b71b9605d997
/src/main/java/com/project/beans/PostsAndBlogs.java
bd0dcc4d25c664ba39c42508044eed9dbca7ae37
[]
no_license
Chinmay84/IETBackend
a329cc2fd06277c1500e01dacf589420b7e50198
5baed641bda6bedf81b18c89cbf6257abf142898
refs/heads/master
2023-03-14T18:21:15.783703
2021-03-21T08:05:14
2021-03-21T08:05:14
349,935,593
0
0
null
null
null
null
UTF-8
Java
false
false
438
java
package com.project.beans; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; @Entity public class PostsAndBlogs { @Id @GeneratedValue(strategy = Gen...
[ "chinmayphade84@gmail.com" ]
chinmayphade84@gmail.com
ee525c24936fc1b4d42259cf77aac86cbb3ef995
8e6456c06378bf3e16aebcfeb3d93d4f2b236c14
/src/ch09/RegularEx1.java
f44d972708d42348f123dc9257d202ef73ac11a2
[]
no_license
ialsghi123/java-basic
ddb35b5260d75308473a990f90dd58faa14d710d
e9cd8041ae04c98e858f3d96e974abd3b3e8c8d9
refs/heads/master
2023-02-21T13:40:44.321147
2022-12-13T03:51:22
2022-12-13T03:51:22
326,334,429
0
0
null
null
null
null
UTF-8
Java
false
false
500
java
package ch09; import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegularEx1 { public static void main(String[] args) { String[] data = {"bat", "baby", "bonus", "cA", "ca", "co", "count", "date", "disc"}; Pattern p = Pattern.compile("c[a-z]*"); for (int i = 0; i ...
[ "ialsghi123@naver.com" ]
ialsghi123@naver.com
9b029fc680142a807678884cdb54e9e8fbdd6363
8e8dc5cecd023863e02c6bd183d0e80e2688ae00
/src/net/timroden/adminchat/utils/Utils.java
81d1fe896a0f3a2d41237471a285510068ada841
[]
no_license
TheArchives/AdminChat
8c88cabddf086946be3c0f933ef8ae268542f824
9ee5d749000aecae64296d2742b6f3c9b018ed2b
refs/heads/master
2020-12-03T02:13:57.436546
2014-05-09T21:33:08
2014-05-09T21:33:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
716
java
package net.timroden.adminchat.utils; import net.timroden.adminchat.AdminChat; import net.timroden.adminchat.CommandType; public class Utils { public AdminChat plugin; public Utils(AdminChat plugin) { this.plugin = plugin; } public String implode(String glue, String[] pieces) { StringBuilder sb = new String...
[ "timroden@telus.net" ]
timroden@telus.net
46735aa2b5749993bb72e8d44efb29639b433e33
eb686f6faa165e4e1388810fe8d48b1fcc76b4f7
/base_common/src/main/java/com/mding/chatfeng/base_common/components/model/DataFriendPush.java
3b3035c520e59bb00ca4a71d231ca4ee4ed798b3
[]
no_license
zllAndroid/ChatFengIM-master
1d77e87f74f156fd5415dd4fcf16cefc94f8751b
cf8a02b102a32fae8d703b92e6cfb0ed09c82e72
refs/heads/master
2020-06-05T01:34:22.281785
2019-06-20T10:09:22
2019-06-20T10:09:22
192,266,464
0
0
null
null
null
null
UTF-8
Java
false
false
3,552
java
package com.mding.chatfeng.base_common.components.model; import java.util.List; public class DataFriendPush { /** * code : 200 * msg : 成功 * method : addFriendPush * record : {"messageList":[{"userId":"49a4-9b2-68","friendUserId":"2644b163-b898-ba84-a7be-69cb62f214c7","remark":"dasd","nickNam...
[ "970705279@qq.com" ]
970705279@qq.com
d732ade3e3fd608d77a6f8c2e2161b899cacf493
e41b8e0534488d40ec1b2b44b1ac4a5e817d94ea
/src/Four.java
914995219ab83f0f4f3e731a320fc0bd5390f98d
[]
no_license
arnu515/computer-project
2d4f18260ec8e6d4f157367dd77f669c13756a63
5fe4c4ded00d9499845dda3393f9d5e6c4d69791
refs/heads/master
2023-02-08T01:37:51.856737
2021-01-03T07:27:32
2021-01-03T07:27:32
326,351,321
0
0
null
null
null
null
UTF-8
Java
false
false
924
java
/* Write a program to enter three sides of a triangle and check whether the triangle is possible or not. If possible then display whether it is equilateral, an isosceles or scalene triangle otherwise display the message “triangle is not possible” */ import java.util.Scanner; public class Four { public static v...
[ "arnu5152@gmail.com" ]
arnu5152@gmail.com
619d7372ec68d3f62938efd13cfd85b01718ac7a
20eb62855cb3962c2d36fda4377dfd47d82eb777
/IntroClassJava/dataset/digits/313d572e1f050451c688b97510efa105685fa275a8442f9119ce9b3f85f46e234cdf03593568e19798aed6b79c66f45c97be937d09b6ff9544f0f59162538575/000/mutations/2251/digits_313d572e_000.java
5bceb4ad82cb842a2c410db6cfe10cd0b262f7ec
[]
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
7,749
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
93605c07f8a7f58fc01bfce32208a79c2ab1ac87
56cd451a27fdda7f199b030be46c1dcd4ba765f0
/Owing/src/owe/model/OweLoan.java
5ef7184866b5bb97c65e5fe30abb1bf586ab8b3f
[]
no_license
Tapra/JAVA_Programming
8eef233983dead92b2cf0645c1771bcd85d6dd80
02c17bf68190deb13ee564f6cc766e81e1f73748
refs/heads/master
2021-03-24T13:13:07.450495
2016-01-11T07:53:15
2016-01-11T07:53:15
38,217,799
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package owe.model; public class OweLoan { private double amount; private String date; public OweLoan(String date, double amount) { this.date = date; this.amount = amount; } public double getAmount() { return amount; } public String toString() { return "Date ...
[ "s3482232@student.rmit.edu.au" ]
s3482232@student.rmit.edu.au
8788129cdfe8e47534d8a242fa2146c33d0206dc
b5c485493f675bcc19dcadfecf9e775b7bb700ed
/jee-utility-client-controller/src/main/java/org/cyk/utility/client/controller/data/Form.java
31a485ae276fc21d7d6b105ebab2c8667dd625a0
[]
no_license
devlopper/org.cyk.utility
148a1aafccfc4af23a941585cae61229630b96ec
14ec3ba5cfe0fa14f0e2b1439ef0f728c52ec775
refs/heads/master
2023-03-05T23:45:40.165701
2021-04-03T16:34:06
2021-04-03T16:34:06
16,252,993
1
0
null
2022-10-12T20:09:48
2014-01-26T12:52:24
Java
UTF-8
Java
false
false
295
java
package org.cyk.utility.client.controller.data; import org.cyk.utility.client.controller.Objectable; public interface Form extends Objectable { String getTitle(); Form setTitle(String title); void submit(); /**/ String PROPERTY_TITLE = "title"; String METHOD_SUBMIT = "submit"; }
[ "kycdev@gmail.com" ]
kycdev@gmail.com
98ec2c978b987c39e7cddd7dd58149eae2894967
a0e5e9a1c1c561eae1240e1446c208bca7a81a3d
/week-01/exercises/variables-and-types-exercises/src/Exercise15.java
0801eb2fcddb21add36af3e91cbf73467d8aafb8
[]
no_license
Tuck-d10/Java-Exercises-c10
ed1d68bd3ce07e8c6ff93b34f5e702dc521b495e
72777fb7db2081b38d9090102f5ee82758804890
refs/heads/main
2023-07-07T21:11:53.075655
2021-08-10T18:39:03
2021-08-10T18:39:03
394,749,206
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
public class Exercise15 { public static void main(String[] args) { int value = 24; // 1. Declare a boolean variable inRange. // 2. When value is between 10 and 20 OR value is between 110 and 120, inRange is true. Otherwise, it's false. // 3. Build an expression using value...
[ "87035258+Tuck-d10@users.noreply.github.com" ]
87035258+Tuck-d10@users.noreply.github.com
7b7b401c6f5a2d705d071964e5ed6fbfac282599
5d4d552ac8577409550f31d3826b896254772383
/src/main/java/org/example/RangeSearchVisualizer.java
fda9a014dd93556049238cb82c2c626e9302a6d2
[]
no_license
bitflame/KDTrees
a207f14ee20ce227723d9f27a8b0a3162feef52e
339dcc5a9fedfae5fabd974dbb73d8e63526fd73
refs/heads/master
2023-08-31T07:43:21.898177
2021-10-07T12:39:40
2021-10-07T12:39:40
387,031,339
1
0
null
null
null
null
UTF-8
Java
false
false
3,439
java
package org.example; /****************************************************************************** * Compilation: javac RangeSearchVisualizer.java * Execution: java RangeSearchVisualizer input.txt * Dependencies: PointSET.java KdTree.java * * Read points from a file (specified as a command-line argument...
[ "sansari1@cox.net" ]
sansari1@cox.net
00328e0751ac25d493bc7b044f81d875573d3967
47de0b67b512ef7aa9dd88118dbc7796598495f1
/src/main/java/com/example/demo/student/StudentService.java
334d5790be8c010fe606138621f8c52bdc54a19b
[]
no_license
manbobo2002/java-spring-backend-template
568bca1ba8bbf952776a6fca1b20ca0345d00db9
23e9abf5ef8ecb5af5ec98cb82bac46b2d548e29
refs/heads/main
2023-02-23T01:05:51.582967
2021-01-25T13:33:27
2021-01-25T13:33:27
332,730,401
0
0
null
null
null
null
UTF-8
Java
false
false
1,794
java
package com.example.demo.student; import java.util.List; import java.util.Objects; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @Service public class StudentSer...
[ "manbobo2012@gmail.com" ]
manbobo2012@gmail.com
fe3a80ef83719bc31fd3d7921c3989a5ab1f65a0
9324099ab169d81a866a536947c1eafedf9b8295
/src/main/java/com/transbank/webpay/wswebpay/service/WSCompleteWebpayService.java
d9540e9c8b88a4ea7b868f5fc4e60f5e8bfae8ee
[ "BSD-3-Clause" ]
permissive
evesys/transbank-sdk-java
f57137ecdc05e1d01476d28d299f5b3c9e1f5715
ea3a3bc1cf09b93ec418be30bba03687b5afbaf4
refs/heads/master
2023-02-24T16:19:24.104974
2020-11-23T14:30:59
2020-11-23T14:30:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,608
java
package com.transbank.webpay.wswebpay.service; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /** * This class was generated by Apache...
[ "leo.soto@gmail.com" ]
leo.soto@gmail.com
9806299a51c11c329d08cd3600b2e685dc47ad0b
ee1244b10de45679f053293e366f192af307be74
/sources/org/telegram/tgnet/ConnectionsManager$AzureLoadTask.java
df4861d73b23c0b51b9d6f7ffb2ace571c12d8ce
[]
no_license
scarletstuff/Turbogram
a086e50b3f4d7036526075199616682a0d7c9c45
21b8862573953add9260f1eb586f0985d2c71e8e
refs/heads/master
2021-09-23T14:34:23.323880
2018-09-24T17:48:43
2018-09-24T17:48:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,722
java
package org.telegram.tgnet; import android.os.AsyncTask; import android.util.Base64; import com.google.android.exoplayer2.DefaultLoadControl; import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import org.telegram.messenger.BuildVars; import org.telegra...
[ "root@linuxhub.it" ]
root@linuxhub.it
47a9ef186083e356597872a7363e49eb0e08507a
94405dc11f45639691d57ccdd4f9bf7e902537fc
/Code_Drop/word_classification_script/word_count_duplicate.java
82b926c1234aad4156d8644aaf8af511ae115fe0
[]
no_license
chialingwang/BigDataAnalysis
013bcb8ae3aef7b64f379ddb7d0413e778afa149
ce5c7acd5d8109f209979bdb3e1c2c5ca9a1ae93
refs/heads/master
2021-01-10T13:40:06.030965
2016-02-08T15:08:52
2016-02-08T15:08:52
51,304,572
0
0
null
null
null
null
UTF-8
Java
false
false
1,522
java
import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Hashtable; import java.util.StringTokenizer; import org.apache.lucene.analysis.en.KStemmer; import org.apache.lucene.analysis.en.PorterSte...
[ "howfuncurry@gmail.com" ]
howfuncurry@gmail.com
bcec87e85bb24eb8cbf43c4d6c22b8887320cda2
3f83f5d35506819d90478370c33cab3dc927f70f
/projects/experiment/src/main/java/org/preferanto/experiment/poset/FileConfiguration.java
03d2b1fc85c8f5985638c66f12b2166bf3bebfc1
[]
no_license
preferanto/preferanto
47101bb27c6fb9fcb2c519bac8988c2a4ea72681
80e0b567801b5a027e127c0aa251f791f29260cc
refs/heads/master
2016-09-06T18:22:39.287793
2014-04-23T19:59:02
2014-04-23T19:59:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
824
java
package org.preferanto.experiment.poset; public class FileConfiguration { private final String dirName; private final String fileNamePrefix; private final String fileExtension; private boolean timestampDirEnabled = true; public FileConfiguration(String dirName, String fileNamePrefix, String fileExtension) { ...
[ "iordache@hotmail.com" ]
iordache@hotmail.com
2fc6d2aca70ed28c0f5e03624e27e393aefdc0a0
4836355f72d5783cdf5d9bd10090b5bca707abf8
/HomeWork/Homework15/src/by/it_academy/task2/Main.java
3ad3fe7e9966036f0bfeab3ad0c03f671c6f82e3
[]
no_license
Brut1K/javapvtproject
76c75779bf7c09909ae0b6861a59e0766109c3ab
3488cabcf93315083e83b1012a66f098797fe003
refs/heads/master
2021-09-05T22:36:47.334143
2018-01-31T11:52:01
2018-01-31T11:52:01
110,532,536
0
1
null
null
null
null
UTF-8
Java
false
false
883
java
package by.it_academy.task2; public class Main { //synhronized methods public static void main(String[] args) { UserThread thread1 = new UserThread(); UserThread thread2 = new UserThread(); thread1.setName("Thread №1"); thread2.setName("Thread №2"); thread1.start(); ...
[ "brutski.aliaksei@gmail.com" ]
brutski.aliaksei@gmail.com
9db4971fb44d7590489e6f1e36d7347265a11b3f
8882ea20bf1085e7c4231edc947f46a4fd787e9a
/boca/T1_2019_1_Etapa03/src/br/ufes/inf/prog3/jjmuliana/stats/PublicationStats.java
d4f555ac7fd257714728347350205c76114a5712
[]
no_license
jorgeuliana1/ObjectOriented_Exer
70e2a3f4bdbe66bc7b9952880adcef1eb67db998
82cd287c060968d30d595e590db62e44afe7755f
refs/heads/master
2020-04-28T13:07:43.336040
2019-07-10T00:56:58
2019-07-10T00:56:58
175,298,853
0
0
null
null
null
null
UTF-8
Java
false
false
19,184
java
package br.ufes.inf.prog3.jjmuliana.stats; import java.io.*; import java.util.*; import br.ufes.inf.prog3.jjmuliana.csvreader.CSVReader; import br.ufes.inf.prog3.jjmuliana.publication.*; import br.ufes.inf.prog3.jjmuliana.university.University; import br.ufes.inf.prog3.jjmuliana.gradprogram.GradProgram; import br.ufes...
[ "ulianamjjorge@gmail.com" ]
ulianamjjorge@gmail.com
bf8edd94704171bcbb74952b832703afd3fbba0c
beba93c13d613d3e6ebbc1e7603085bc37538ae5
/ws_orgs/gs-rest-service-master/complete/src/main/java/hello/repo/UsersClass.java
2aa8681b6224ac67644069a33870a0b5cf785669
[]
no_license
reset1301/javaProgs
c0f40da2701f9312e8d8aa070e55bcd25b085142
92979172ad66e6b5034cb433a050d06b364118ab
refs/heads/master
2022-12-23T23:33:39.077421
2019-10-26T18:29:50
2019-10-26T18:29:50
144,703,812
0
0
null
2022-12-16T04:32:39
2018-08-14T10:14:20
Java
UTF-8
Java
false
false
2,369
java
package hello.repo; import hello.dao.Office; import hello.dao.Position; import hello.dao.UserDoc; import hello.dao.Users; import org.hibernate.Criteria; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import javax.persistence.EntityManager; import javax.pe...
[ "reset1301@mail.ru" ]
reset1301@mail.ru
6c25cafe4b4499199ce305462420e706f7a35b11
b73c463f7b62e580e08d9693fa76ef694a67daab
/study_jvm/src/main/java/com/jvm/test4/PCRegisterTest.java
eaad2c5ac19d96d48e85222c8d00aef00d2dfa52
[]
no_license
start-spt/study2020
963ef4187982b953e4e523e1df6b2c7736418781
b22133d6fe2d0f547b976e93ad2ee92fcf811f56
refs/heads/master
2023-07-19T17:01:04.959455
2023-07-12T09:55:27
2023-07-12T09:55:27
318,195,837
1
0
null
null
null
null
UTF-8
Java
false
false
250
java
package com.jvm.test4; public class PCRegisterTest { public static void main(String[] args) { int i=10; int j=20; int k=i+j; String s="abc"; System.out.println(i); System.out.println(k); } }
[ "pengtao.song" ]
pengtao.song
fa1697cc83a34d855814049057a575ee39162244
e93b1ef4d59ef90fbe400dc8206fe85e9c8ae739
/app/src/androidTest/java/in/raushanjha/paymentintegration/ExampleInstrumentedTest.java
2f617c616c8c73924272c4c97f7bf478bbeda17c
[]
no_license
ProgrammerChirag/PaymentIntegrationWithRazoryPay-in-Android
291e30477f1492a3064a6c4854733eae9f6766e0
a03364df1f9a40b8e505882858ab2220601a9640
refs/heads/master
2022-04-09T17:37:33.125940
2020-02-08T12:30:10
2020-02-08T12:30:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
779
java
package in.raushanjha.paymentintegration; 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 ex...
[ "raushanjha465@gmail.com" ]
raushanjha465@gmail.com
e4cb2cadf4bca3e46c487ab77a197136b3c9fb8e
3f099e3fe115888ddfd5a149a6ea241ccb4dbba1
/Labs/P0002/SourceCode/AirlineTickets/build/generated/src/org/apache/jsp/index_jsp.java
ddf99b550872f362d70c927b6ad564be033ea2b3
[]
no_license
zeralot/Java-Web-lab
5fa1747bd9185476055f712cc987082b1042bcb0
59859dd651a136aace4895063c7f2a28ad1c64bd
refs/heads/master
2020-05-28T11:19:25.826915
2019-05-28T08:11:52
2019-05-28T08:11:52
188,981,121
0
0
null
null
null
null
UTF-8
Java
false
false
32,423
java
package org.apache.jsp; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import com.fpt.J3.L.P0002.Model.DBConnect; import com.fpt.J3.L.P0002.Entity.Customer; import java.sql.ResultSet; import java.sql.ResultSet; public final class index_jsp extends org.apache.jasper.runtime.HttpJspBas...
[ "zerozeralot@gmail.com" ]
zerozeralot@gmail.com
5973e7238ceaeb459b402f4d17271d765af52c04
7b7c8d986f0e7e19787fd5113d355b22f0e46e12
/app/src/main/java/com/flyingtravel/ImageSlide/CirclePageIndicator.java
f6b04947a511b98be19792c4a9e51ddeaefafb89
[]
no_license
weiwei1128/Travel
a5bff8f6b255962e05b9ed6ea0c41385d03ce795
b0a5092c27dd2d8ef08b9e53f33856e5596c9e5c
refs/heads/master
2021-01-21T13:03:04.213183
2016-06-02T04:54:27
2016-06-02T04:54:27
53,263,079
0
0
null
2016-05-23T01:19:39
2016-03-06T15:59:09
Java
UTF-8
Java
false
false
18,210
java
package com.flyingtravel.ImageSlide; /** * Created by wei on 2015/11/10. */ import static android.graphics.Paint.ANTI_ALIAS_FLAG; import static android.widget.LinearLayout.HORIZONTAL; import static android.widget.LinearLayout.VERTICAL; import android.content.Context; import android.content.res.Resources; import and...
[ "justbearcry@gmail.com" ]
justbearcry@gmail.com
670a2d3cd29073799371a4118a8d826e16ba6032
c0d4038466988483b24aa19555ecaced88b2eb46
/core/src/fr/n7/game/flappyzombie/world/models/Grass.java
99778415f6000536a9ecde3ffd6f418e27f4dad1
[ "Beerware" ]
permissive
N7i/Flappy-Zombie
767b1df3f06e7e09f742910f48bfc88ad38db895
d1c2d348cbc31ce7ccfad9f1073706209d2c90cc
refs/heads/master
2020-12-24T17:26:47.408308
2015-04-06T16:19:01
2015-04-06T16:19:01
33,444,453
0
0
null
null
null
null
UTF-8
Java
false
false
621
java
package fr.n7.game.flappyzombie.world.models; import fr.n7.game.flappyzombie.world.models.base.HorizontaleScrollable; /** * Created by Nementon on 06/04/2015. */ public class Grass extends HorizontaleScrollable { public Grass(float x, float y, int width, int height, float scrollSpeed) { super(x, y, wid...
[ "gueux666@gmail.com" ]
gueux666@gmail.com
3bbadfcb6a543b06d3a732eda4f5ba3262369536
537a5b9e6cbb0a46da2e464564dc25294ec31dd8
/StringFAQ/src/RemoveChar.java
8e18a3f6b0466e7e9e0f6008b39ae55c3105a6dc
[ "MIT" ]
permissive
akashgangurde/anotherJavaRepository
8d43685a995b2cc81b4bdb520f6eac1a7f2c806b
6bfef7e6ab39c6fb57a024ad0bcf36fade155e84
refs/heads/main
2023-03-14T16:27:24.194428
2021-03-21T09:43:20
2021-03-21T09:43:20
349,948,722
0
0
null
null
null
null
UTF-8
Java
false
false
317
java
public class RemoveChar { public static void main(String[] args) { String str = "Lakers 2020 Champs"; System.out.println(charRemoveAt(str, 10)); } public static String charRemoveAt(String str, int p) { return str.substring(0, p) + str.substring(p + 1); } }
[ "noreply@github.com" ]
noreply@github.com
b7b9bdd31b5de5b9217cff0549fa092871001541
af750d17e64bea910003909a10572f8f91d910d8
/app/src/main/java/com/example/semesterproject/RetrieveData_TimeTable.java
379ae069915abe76f6581097052e1a66e33b71e9
[]
no_license
shahrukhktk/SemesterProject_AdminApp
3ce4961e0d7bd03f73861033f659861e89bf9a02
5678ebef4350451875d8a63babe3541f117f2c47
refs/heads/master
2020-06-08T22:44:17.412040
2019-06-23T11:10:14
2019-06-23T11:10:14
193,320,257
0
0
null
null
null
null
UTF-8
Java
false
false
4,201
java
package com.example.semesterproject; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.support.v7.widge...
[ "shahrukhktk760@gmail.com" ]
shahrukhktk760@gmail.com
3ae363d3626265a6fe918789fbbf3c7edb067d39
4a55b31930700171377209e10035fe0dea36d675
/f1app/src/main/java/uniWork/f1app/Entities/DriverContractTO.java
4f7e8537f3929500a3ee20b6401647ea2f9fcfce
[]
no_license
Tudiman/F1MVCApp
d31af6150be11223cea377ca339a759856ce6c4b
bcb6e24bc5ae3824f17c3e2f9937a86d378d2547
refs/heads/main
2023-02-12T05:32:05.530887
2021-01-15T14:05:24
2021-01-15T14:05:24
329,896,180
0
0
null
null
null
null
UTF-8
Java
false
false
693
java
package uniWork.f1app.Entities; import lombok.*; @Getter @Setter @NoArgsConstructor @AllArgsConstructor @EqualsAndHashCode public class DriverContractTO { private String driverFirstName; private String driverLastName; private String teamName; private Integer startDate; private Integer endDate; ...
[ "vladtudose496@gmail.com" ]
vladtudose496@gmail.com
2d0f21f9ad71f381719e62f9c6a0c1984ecf2b5c
53f895ac58cb7c9e1e8976c235df9c4544e79d33
/26_Wrapper Classes/com/source/wrapperclass/M24.java
0e4dc0f96014bc27ab3348efd30b38a6506dc8d7
[]
no_license
alagurajan/CoreJava
c336356b45cdbcdc88311efbba8f57503e050b66
be5a8c2a60aac072f777d8b0320e4c94a1266cb3
refs/heads/master
2021-01-11T01:33:11.447570
2016-12-16T22:24:58
2016-12-16T22:24:58
70,690,915
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com.source.wrapperclass; public class M24 { public static void main(String[] args) { char c1 = new Character('s'); char c2 = 's'; /****** Unboxing*******/ System.out.println("Done"); } }
[ "aalagurajan@gmail.com" ]
aalagurajan@gmail.com
a6cf6d4d402b87e95b857915a34f2edf3eff8805
7b6d5a6a8be27154715f43121d9371e2baa48bfe
/src/main/java/com/jian/website/config/VerifyConfig.java
ee3fe6fadbffb7eb2bfcd17f356b92a1d409d745
[]
no_license
error20000/website222
7fcd975c402de78a9104765d9ff1b06e0e979820
b36291039c6bd4768081e19c7aa75887d3249556
refs/heads/master
2020-03-27T10:35:43.627900
2018-08-28T10:33:32
2018-08-28T10:33:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,721
java
package com.jian.website.config; import java.util.HashMap; import java.util.Map; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import com.jian.tools.core.HttpTools; import com.jian.tools.core.JsonTools; import com.jian.tools.core.ResultTools; ...
[ "liujian@digisky.com" ]
liujian@digisky.com
aad6c17540c218926736cad1d41dfbb9a95752fb
92900df21cc10450e633bc652ea0dcf006154683
/src/main/java/com/kdyzm/spring/helloworld/JUC/TestConcurrentHashMap.java
3b9a6055094aaf54df955d99368fdfbab33018d6
[]
no_license
dirkzhou222/spring-source-code-deep-analysis
eea08fe52ae37f90349d9416e1b4c487273e7940
6c5faa2f791b7d827b482d717c22f27bf0b68339
refs/heads/master
2020-05-14T23:14:23.927980
2019-05-14T03:13:32
2019-05-14T03:13:32
181,993,506
0
0
null
2019-04-18T01:19:32
2019-04-18T01:19:32
null
UTF-8
Java
false
false
1,115
java
package com.kdyzm.spring.helloworld.JUC; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * @Author: dirk * @CreateDate: 2019-04-24 17:12 */ public class TestConcurrentHashMap { public static void main(String[] args) { Map map = new ConcurrentHashMap(); /*map.putIfAbsent...
[ "861588487@qq.com" ]
861588487@qq.com
40092eee56182c88d967274017a5136d8f21ddc2
5c016d691b30435c37a11e6f90f2b27f78fd7c05
/src/main/java/org/ccframe/subsys/core/service/RoleMenuResRelService.java
3c14c1f1d1a05597db18b14bf81cf19fa38ee47c
[]
no_license
tbs005/BikeServer
4a38788763221dd2cc40380ec8a8e0ec1398b1e9
11ca6fbc67cd922e481781a5d757927f90cb4dff
refs/heads/master
2021-05-05T20:37:06.266744
2017-07-29T03:38:13
2017-07-29T03:38:13
100,594,741
2
0
null
2017-08-17T11:08:44
2017-08-17T11:08:44
null
UTF-8
Java
false
false
813
java
package org.ccframe.subsys.core.service; import org.ccframe.commons.base.BaseService; import org.ccframe.subsys.core.domain.entity.RoleMenuResRel; import org.ccframe.subsys.core.repository.RoleMenuResRelRepository; import org.springframework.stereotype.Service; @Service public class RoleMenuResRelService extends Base...
[ "1275563227@qq.com" ]
1275563227@qq.com
fc9670941613d237b8be5dad18cdee4666717e1e
ce886eb85232d0dfffc9bbac1159cc54a62df593
/Implementation/Platform/src/Platform/Util/Profiler/observercode/ObjectValueString.java
38a7b7bfcf2a430687ecf1ea852d1407c2764511
[]
no_license
Kalinin-Maksim-JavaDev/MultySimSystems
0ae87895832646aad8a737cd1210ede042db0949
33c43016a89d122a085f070300b591f64f7aa915
refs/heads/master
2022-11-19T23:28:20.406276
2020-07-16T11:16:32
2020-07-16T11:16:32
280,129,624
0
0
null
null
null
null
UTF-8
Java
false
false
207
java
package Platform.Util.Profiler.observercode; public class ObjectValueString extends ObjectValue { public ObjectValueString(String name_) { super(name_); value = new String(); } }
[ "mk0304@mail.ru" ]
mk0304@mail.ru
70da9a057856b77cf8530fa22c2cfed6e82eacc3
df60a350f98730d3c15dc13679fd318d0c1cc482
/src/test/java/com/inetbanking/pageObjects/CustomizedStatement.java
5b538291f0a757c5a810e2cd68af837f70436b2e
[]
no_license
Nikhil8778/inetbanking
3b8c43b43d65e80e8d0e0590c4ddfbbc9d9395e9
2271d3d8559d2d9732cae6f8bd7eccdc7b2ea231
refs/heads/master
2022-12-29T06:45:02.101733
2020-04-12T00:08:59
2020-04-12T00:08:59
254,714,580
0
0
null
2020-10-13T21:06:43
2020-04-10T19:05:48
Java
UTF-8
Java
false
false
1,130
java
package com.inetbanking.pageObjects; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class CustomizedStatement { WebDriver driver; CustomizedStatement(WebDriver d) { driver=d; PageFacto...
[ "nikhilgupta.4488@gmail.com" ]
nikhilgupta.4488@gmail.com
5c8df4410fa5f073ad99cbb56274836d4dc5b89f
9d92bc38d8a3196f6136902c36d2e10bf8cc8d44
/src/main/java/com/olp/jpa/domain/docu/ut/EmployeeService.java
297ec155312127688fcbb58a87795448d9076555
[]
no_license
trilia/b2b_bkofc_jayesh
75814e15cfba267b86b7d3f013a400dee16fccc0
b6c8826dce5ed7ca624ffe63b4307fd34d3e0e7c
refs/heads/master
2020-12-03T02:10:22.144574
2017-09-12T16:30:52
2017-09-12T16:30:52
95,911,719
0
1
null
null
null
null
UTF-8
Java
false
false
2,867
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 com.olp.jpa.domain.docu.ut; import com.olp.jpa.domain.docu.ut.model.EmployeeBean; import com.olp.jpa.common.IJpaServic...
[ "noreply@github.com" ]
noreply@github.com
4b76e8ab04cda48d07a2f262f25f3165bdb35b1b
f3e560384988e15529ff9b35b97a8a9b812c540e
/Finance Manager/src/finance/manager/View/MainFrame.java
08905965bd793ecae9ff8d2767770bdbddeb12a4
[]
no_license
rsmodel/rsmodel
d0411b27facd83683a35f5e20304e1fc0218b4c2
178cff5d2f2fde8c0d4451070c0e96f8ce268c01
refs/heads/master
2021-04-26T23:04:34.741553
2019-09-15T11:47:40
2019-09-15T11:47:40
123,926,600
0
0
null
null
null
null
UTF-8
Java
false
false
799
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 finance.manager.View; import finance.manager.View.menubar.MenubarManager; import finance.manager.View.tabbedpane.Tabbe...
[ "User@Kastel-lar" ]
User@Kastel-lar
1d0ff91b1c6cd7ba5481876978bf61695aa48ffc
79d982e5b6353f6d5b63c2c7ad95f7eaddeaa849
/org.eclipse.om2m/org.eclipse.om2m.core/src/main/java/org/eclipse/om2m/core/CSEInitializer.java
229b344f7ac4818a472087cf3cdd78e61a11767b
[]
no_license
hongdatchy/oneM2m
720243e849a5f8ed5898e67792e6ef6df5536c99
15fccb4c589bf4fe4fe09733c949aa6d65fc410a
refs/heads/master
2022-12-22T02:49:23.167608
2020-09-29T08:41:12
2020-09-29T08:41:12
299,550,383
0
0
null
null
null
null
UTF-8
Java
false
false
18,231
java
/******************************************************************************* * Copyright (c) 2013-2016 LAAS-CNRS (www.laas.fr) * 7 Colonel Roche 31077 Toulouse - France * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 ...
[ "hongdatchy@gmail.com" ]
hongdatchy@gmail.com
3603046062beeffa5cd7ea4af735c8669fc97000
87fb5f0d88b55573abc916289e5353f3a145b850
/g201401_client/proj.android/src/org/cocos2dx/lib/Cocos2dxFakeActivity.java
b1cc0a9ce11fb9ec7222cd965b1b856553769224
[]
no_license
balder2046/lyzr
566f83a2373c4e611c16cbeade223a511b561a99
e23bcf44e7cd9938a05748e08c1370ad125c1cb6
refs/heads/master
2021-01-22T07:39:19.916637
2017-02-13T14:31:48
2017-02-13T14:31:48
81,837,922
0
0
null
null
null
null
UTF-8
Java
false
false
7,072
java
/**************************************************************************** Copyright (c) 2010-2013 cocos2d-x.org http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software...
[ "void1981@gmail.com" ]
void1981@gmail.com
12678cf5ad3a0f6626936f1258cdf41e65270386
c363ef9aabcd580ea8f8931e1932cd439f5a8ea7
/backend/src/com/turbomeme/datastorage/Connection.java
5b29ea35bcdedb45e8b56cadb9669f745ca765aa
[]
no_license
kleitz/turbomeme
df175533206b39fcfe40167c141f8c3eac4e3e15
9e4a361875613f5e8fdcae8ed68b3d6a2f732cc4
refs/heads/master
2020-12-11T05:54:38.074741
2016-03-05T15:25:50
2016-03-05T15:25:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
636
java
package com.turbomeme.datastorage; import org.javalite.activejdbc.Base; public final class Connection { private static final String DB_DRIVER; private static final String DB_HOST; private static final String DB_USERNAME; private static final String DB_PASSWORD; static { DB_DRIVER = "org.postgresql.Driver"; ...
[ "tuomas@heaviestmatter.com" ]
tuomas@heaviestmatter.com
e95bbe683f32586543e49d2a84a5ac6c15c8d302
a7bba5d9db46582a672de331d0e9e4df03185688
/Multithreading/task24/task3608/MVC-8/controller/Controller.java
384940f4a978d16d9b86f749d59638b75c39b932
[]
no_license
stereozz/javaRushRu
a15529d4c30e1152c49e89ed3ae281a5e757e565
098f33c61ce5d6a0731c0f64856de5cd8468d237
refs/heads/master
2021-09-08T05:13:56.264365
2018-03-07T12:46:44
2018-03-07T12:46:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,174
java
//They asked him, "What then? Are you Elijah?" He said, "I am not." "Are you the prophet?" He answered, "No." (John 1:21) package com.javarush.task.task36.task3608.controller; import com.javarush.task.task36.task3608.model.Model; import com.javarush.task.task36.task3608.model.MainModel; import com.javarush.task.task...
[ "noreply@github.com" ]
noreply@github.com
aea393208c59e97fdb460e7c475cb0d21f911918
d26d63928203286a3d096a5075104b8393846c62
/java/aulas/src/projetofinal/Pessoa.java
bd6c6bc9213a9cbabb9f997a7d04198ab0b29276
[]
no_license
beymarjhoel/turma-14
f1c05dfab55551a622e111c197d72034d8162d65
75470550eaabbb2d96e330a439d9176602e8fe35
refs/heads/main
2023-02-25T05:00:46.207133
2021-01-22T02:43:06
2021-01-22T02:43:06
315,410,572
0
0
null
null
null
null
UTF-8
Java
false
false
49
java
package projetofinal; public class Pessoa { }
[ "beymarjhlima@gmail.com" ]
beymarjhlima@gmail.com
0b0d80a64a68b6c3aa760ca34b0c17a24988f9ac
0735d7bb62b6cfb538985a278b77917685de3526
/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedType.java
cbd615c3deac6bcbc9ca40175eeb0b95960a1f37
[]
no_license
Denoah/personaltrackerround
e18ceaad910f1393f2dd9f21e9055148cda57837
b38493ccc7efff32c3de8fe61704e767e5ac62b7
refs/heads/master
2021-05-20T03:34:17.333532
2020-04-02T14:47:31
2020-04-02T14:51:01
252,166,069
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
5,110
java
package kotlin.reflect.jvm.internal.impl.resolve.calls.inference; import java.util.List; import kotlin.collections.CollectionsKt; import kotlin.jvm.internal.Intrinsics; import kotlin.reflect.jvm.internal.impl.builtins.KotlinBuiltIns; import kotlin.reflect.jvm.internal.impl.descriptors.annotations.Annotations; import k...
[ "ivanov.a@i-teco.ru" ]
ivanov.a@i-teco.ru
bc95e3725e0339240224cec111829734ad2ae0fb
74262b13f8229ff1572978e42c3cac096c5c698d
/build/generated/src/org/apache/jsp/Vista/convenios_jsp.java
876fb25425156de4f1efd684a958cf99afe0571e
[]
no_license
javidu/Convenios
f15ea838bcf349116374a82d57aac64950f82abc
c58553695873cbe44c9c474bc01e8a4994aea40c
refs/heads/master
2020-05-21T10:14:54.058117
2016-10-06T08:04:29
2016-10-06T08:04:29
69,545,610
0
0
null
null
null
null
UTF-8
Java
false
false
4,722
java
package org.apache.jsp.Vista; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class convenios_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDe...
[ "javinovich_12@hotmail.com" ]
javinovich_12@hotmail.com
e12ceee7fbe239879843bfe5537d071b2519b961
6fb054a6a340ca4b420f28e742856c5a8179bb69
/app/src/main/java/com/ucfo/youcaiwx/UmengPushIntentService.java
3e55c23ecca01212b9b928d1416f4e272eaf9136
[]
no_license
Androidzh-cpu/youcaiwx_android
caa142dd741efa3551c41df331b85147a98fec16
1ae86b200ea3ca3aae6728e82291a478e1c204bc
refs/heads/master
2022-08-06T01:12:56.779185
2020-05-21T02:21:15
2020-05-21T02:21:15
266,709,033
1
0
null
null
null
null
UTF-8
Java
false
false
1,844
java
package com.ucfo.youcaiwx; import android.content.Context; import android.content.Intent; import android.text.TextUtils; import com.ucfo.youcaiwx.common.Constant; import com.ucfo.youcaiwx.module.login.LoginActivity; import com.ucfo.youcaiwx.utils.LogUtils; import com.umeng.message.UTrack; import com.umeng.message.Ume...
[ "34635313+Devil-AND@users.noreply.github.com" ]
34635313+Devil-AND@users.noreply.github.com
a19e99a8625bf8f0ec2fd86a193a5c21ae2a0353
9208ba403c8902b1374444a895ef2438a029ed5c
/sources/com/kantv/ui/androidupnpdemo/service/ClingUpnpService.java
e26a35dcd0bf376cfd405978b278a6a0bf3597c7
[]
no_license
MewX/kantv-decompiled-v3.1.2
3e68b7046cebd8810e4f852601b1ee6a60d050a8
d70dfaedf66cdde267d99ad22d0089505a355aa1
refs/heads/main
2023-02-27T05:32:32.517948
2021-02-02T13:38:05
2021-02-02T13:44:31
335,299,807
0
0
null
null
null
null
UTF-8
Java
false
false
1,881
java
package com.kantv.ui.androidupnpdemo.service; import android.content.Intent; import android.os.IBinder; import org.fourthline.cling.UpnpService; import org.fourthline.cling.UpnpServiceConfiguration; import org.fourthline.cling.android.AndroidUpnpServiceImpl; import org.fourthline.cling.controlpoint.ControlPoint; impor...
[ "xiayuanzhong@gmail.com" ]
xiayuanzhong@gmail.com
bd51a7d2a478cc5f120199fba53cee1d37fe5920
c5530fbf8c6e8bb4ad82dca2cf4136f411becd98
/src/main/java/cn/maxlu/demo/spring/aop/springinterface/Main.java
89c7e13be4ceaba441474f09e7229d76e24efa72
[]
no_license
Max-lu/spring-demo
85b6bd0cc1a8617da7110bcf4ac2e396d265532a
43ac1b6896794e87717f2db8f3f0dd13316ffdb4
refs/heads/master
2020-03-26T16:28:21.169023
2018-08-17T10:06:56
2018-08-17T10:06:56
145,104,028
0
0
null
null
null
null
UTF-8
Java
false
false
446
java
package cn.maxlu.demo.spring.aop.springinterface; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Main { public static void main(String[] args) { ApplicationContext ctx = new ClassPathXmlApplicationContext("clas...
[ "luwei@luwei.com" ]
luwei@luwei.com
baaf1e3cfa0fb173550773c3e4a2cf642e4e3d0a
4401bcfe8e2661942dd882f35b3596b3c27b6a6f
/src/pokladna/DataLoader.java
45b24442cf6a2b59d18288068fa94bc5db9c298b
[]
no_license
kubasi3/pokladnaPad
f3381cd5bb598d3d81c60ddddf2f982c9ae5b372
c9f8b290ad444c55eafe070bed9b60f6685f2f91
refs/heads/master
2020-08-05T23:15:40.250302
2019-11-22T06:21:36
2019-11-22T06:21:36
212,750,679
0
0
null
2019-10-04T06:34:02
2019-10-04T06:34:01
null
UTF-8
Java
false
false
4,840
java
package pokladna; import java.util.ArrayList; //load data from "fake" database :) public class DataLoader { private static ArrayList<Item> creatItems() { ArrayList<Item> items = new ArrayList<>(); Ticket item = new Ticket("Listek", 20, 30, "student"); Ticket item1 = new Ticket("Listek", ...
[ "hony.com@seznam.cz" ]
hony.com@seznam.cz
13910d9ec849fc8aab183375a43d529dc64db5c9
ccea60747728d8fe127bf18897507d0080caac32
/spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/discovery/EurekaServiceInstanceConverter.java
4cb76534785e27ee14f6579a36dda57bf9bfdf43
[ "Apache-2.0" ]
permissive
youjava/spring-boot-admin
c55d771407c93ede5a2b212ad92f7943d19ae0f2
1de7d9d3657a7a9cde0b43b36de6f9d0c050038f
refs/heads/master
2021-01-17T22:05:41.756695
2016-06-06T04:20:03
2016-06-06T04:20:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,172
java
/* * Copyright 2014 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 applica...
[ "johannes.edmeier@gmail.com" ]
johannes.edmeier@gmail.com
0e6bba0c64daf0bcc7b5197c3aa505c7f7f72360
14f9b8174a53e95cfb9625297aa63b097f9e9b41
/exercicies/exercicie8.java
10a1efc5131b6930802a343a4e5e4e215d1fa58f
[]
no_license
lpeta/Java
7c3f237846d87bb586b1058172783788e8face71
a9062f7ede4bcee833792d196ce5751962b5c6b4
refs/heads/master
2021-01-21T13:48:18.266109
2016-05-06T19:56:09
2016-05-06T19:56:09
48,952,170
0
1
null
null
null
null
UTF-8
Java
false
false
523
java
"#123456" "#234567" nao passa! "#fkvdvknkk" "kmckdncn" "#fff" "1234567" "#12345u" public static boolean isColorValid (String color) { if(color.length == 7 && color.charAt(0) == "#") { for (int i = 1; i <= 6; i++) { if(!isHexadecimal(color.charAt(i))) { return false; } } ...
[ "leonardopeta@live.co.uk" ]
leonardopeta@live.co.uk
8f14b7d0621b489632841f769651f3c118e3eaf7
71e5c794d60460db1b9f675e11586b53ed72dfea
/src/main/java/crane/Result.java
c26b9c309fa83cf1cb5f5f7ff8e0035abe33fbc3
[]
no_license
snowheat/crane3
2403797398b9505746a8b3222aa03f4e5d62980e
0f64e75878213d611ac6d5dd7912e90b2fc7ca08
refs/heads/master
2021-01-11T12:08:49.025050
2017-01-05T01:48:53
2017-01-05T01:48:53
76,528,502
0
0
null
null
null
null
UTF-8
Java
false
false
738
java
package crane; import java.math.BigDecimal; import java.util.HashMap; import java.util.TreeMap; /** * Created by insan on 12/5/2016. */ public class Result{ public Result() { } public TreeMap<BigDecimal,BigDecimal> innerVerticalForceNodes, innerHorizontalForceNodes, innerBen...
[ "insan.air@gmail.com" ]
insan.air@gmail.com
8671826232fb1157754a351b0f3e6466be072784
1dd4227092fb1ebca232518eb5de4eecd2aacaba
/spring-web/src/main/java/org/springframework/http/client/InterceptingAsyncClientHttpRequest.java
3242ae42203bd13128da11dc8e471f4eefa8b931
[ "Apache-2.0" ]
permissive
qsk1226/spring-framework
65b7dd129722af6d924e0e42cec7faa3e0aaf460
77899424e8ce2d37d7a2d21a1d38f4bae39b82d6
refs/heads/master
2023-03-16T16:02:45.578432
2021-03-07T05:07:27
2021-03-07T05:07:27
271,598,371
0
0
null
null
null
null
UTF-8
Java
false
false
3,736
java
/* * Copyright 2002-2018 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 requi...
[ "qinshengkei@taoche.com" ]
qinshengkei@taoche.com
151dfaf29f58eaf035358a9091acafca482416c7
1376a927de3a0f955966e200feb161ba91ebd083
/docroot/WEB-INF/service/it/bysoftware/ct/service/persistence/TracciabilitaSchedaPersistence.java
da7e3ddf35708a6f3eb8d1af27bef5437f4de096
[]
no_license
mtorrisi/gestionale-op-portlet
2bd1b8ebb27b447c89ea1709e91f36f5d4a2d730
9849cdd48c9313c6dc12d0add914514893350d93
refs/heads/master
2020-04-03T20:55:58.667039
2018-07-04T14:14:48
2018-07-04T14:14:48
35,332,819
0
0
null
2018-07-04T14:14:49
2015-05-09T15:04:31
Java
UTF-8
Java
false
false
23,522
java
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any la...
[ "torrisi.mario@gmail.com" ]
torrisi.mario@gmail.com
fd43e6050baa58def59f9771662d9cf49f32ec85
8456a8291c4733ab50691e36f743f33e163aebdc
/Practicals/Tennis/Player.java
e203fc28ad14ca11f587fb474484e05bbfa0cbaa
[]
no_license
ConnerTenn/Legacy_Java
c3b7897c2a6c92396f38f095010a4f6b8bb2776f
19ed19f1800ff1727ea237fc4a2b2108d6341a7b
refs/heads/master
2021-05-09T22:17:34.043973
2018-01-24T10:05:32
2018-01-24T10:05:32
118,747,173
0
0
null
null
null
null
UTF-8
Java
false
false
1,950
java
package Practical1; public class Player { public String name; public int setsWon = 0; //public boolean wonGame = false; public int gamesWon = 0; public int points = 0; public Player(String name) { this.name = name; } //player scores /*public boolean score() { boolean win = false; if (this.po...
[ "connertenn@gmail.com" ]
connertenn@gmail.com
9e7fd121c5bca8f7551c80bf7a115c3a4482ea6f
51e66f0e2d85e19bef203eef93a9e2f981fab0d0
/frameworks/base/services/core/java/com/android/server/power/PowerManagerService.java
4507e285816922da0f08dd00a4150fda601cb1b7
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
iykex/ALPS.L1.MP3.V2.62_HCT6753_65C_C_L1_INHOUSE_KERNEL
8733a94f63c9d040921c301d9a9f96a205bde232
f027f49ce628afe72d7ec30682d48a67dddfafbb
refs/heads/master
2021-06-14T04:00:03.042489
2017-02-14T05:10:38
2017-02-14T05:10:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
173,228
java
/* * Copyright (C) 2014 MediaTek Inc. * Modification based on code covered by the mentioned copyright * and/or permission notice(s). */ /* * Copyright (C) 2007 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 th...
[ "rekgrpth@gmail.com" ]
rekgrpth@gmail.com
dfa3ff3ad8190fba8b3284805cc08b6a27705b2e
c9313b4964509b6767545c3971a2150dcb52ac86
/gen/com/actionbarsherlock/R.java
3711dbd01981c3788b99e5c19d49a987dbff44be
[]
no_license
wilidga/Divisas
86e4481dd01857f25b7493555e4dad08373dd71b
97777e8467ec8e9dcc09192cda01c4ec6b25e39b
refs/heads/master
2020-05-17T07:02:23.201414
2015-02-26T03:19:54
2015-02-26T03:19:54
31,348,499
0
0
null
null
null
null
UTF-8
Java
false
false
41,247
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.actionbarsherlock; public final class R { public static final class attr { public static final int actionBarDivider = 0x7f0...
[ "wilidga@gmail.com" ]
wilidga@gmail.com
4926daeb616cd892afa1c125adffd38e69de2bf0
23de2c10f72a30ade795ac8d4d7923036c575de5
/src/com/google/android/gms/location/Geofence.java
9ec7daefd26bd8a16265f7b820947f07842899e3
[]
no_license
PARTHIBANMS/com.divmob.doodlebubble
a2c179ad9aa762668c69c0302bb17958e895148e
4718ee64c5edc9bcfc95861754ad9b876bd7fd5d
refs/heads/master
2020-06-04T22:30:50.560385
2014-07-17T10:39:23
2014-07-17T10:39:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,885
java
package com.google.android.gms.location; import android.os.SystemClock; import com.google.android.gms.internal.hj; public abstract interface Geofence { public static final int GEOFENCE_TRANSITION_DWELL = 4; public static final int GEOFENCE_TRANSITION_ENTER = 1; public static final int GEOFENCE_TRANSITI...
[ "bsauniv30@BSAs-iMac-93.local" ]
bsauniv30@BSAs-iMac-93.local
783e19f7d481576b88387d5e89997b8fb63b4985
e8f171ddb3c8fb54fcecaff0a84648e76681f982
/community/logicaldoc/tags/logicaldoc-7.6.1/logicaldoc-gui/src/main/java/com/logicaldoc/gui/frontend/client/services/ZohoService.java
5b00dea8cdea3c014885b3c1b5756a66226e6302
[]
no_license
zhunengfei/logicaldoc
f12114ef72935e683af4b50f30a88fbd5df9bfde
9d432d29a9b43ebd2b13a1933a50add3f4784815
refs/heads/master
2021-01-20T01:05:48.499693
2017-01-13T16:24:16
2017-01-13T16:24:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,491
java
package com.logicaldoc.gui.frontend.client.services; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; import com.logicaldoc.gui.common.client.ServerException; import com.logicaldoc.gui.common.client.beans.GUIDocument; /** * The client side ...
[ "car031@bae09422-6297-422f-b3ee-419521344c47" ]
car031@bae09422-6297-422f-b3ee-419521344c47
93439c69189dcd7a24044099e1c8df4cf4003e9f
9d265892d49e97e98078f7cdba620acd33f69dd9
/gratewall/sjzx_query/src/com/gwssi/expression/config/ConfigurationFactory.java
f69998176178d78922437f4a5d7e89ca0791ec2f
[]
no_license
gxlioper/collections
70d11d5f3e6c999d40fc9f92b1fc26e6d78bf15d
2458b9e260edd91d564b063072801905e0377a00
refs/heads/master
2023-06-21T22:17:49.069471
2021-08-10T15:43:51
2021-08-10T15:43:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,370
java
package com.gwssi.expression.config; import com.gwssi.expression.core.lang.ExpressionException; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class ConfigurationFactory{ static final Logger logger = L...
[ "1039288191@qq.com" ]
1039288191@qq.com
650200b51837f37f737875983cbe3a361be42dc8
fe788ea230081361cf143c7086484500f434ae1d
/src/askap/css/janus/util/Util.java
cc0b6555d5cbd6a47bb3a15bf685f1c9baf33b09
[]
no_license
webepics/epics-react
7420f7eb5b3d16e0e1bf6c78ebe98a936ff650e9
d43a2c1ef1ebeea4444b5955fd2371c14acddefb
refs/heads/master
2020-04-05T19:49:52.648796
2018-11-12T00:50:33
2018-11-12T00:50:33
157,152,233
0
1
null
null
null
null
UTF-8
Java
false
false
1,907
java
package askap.css.janus.util; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import java.util.Properties; import java.util.StringTokenizer; import org.apache.log4j.Logger; import com.google.gson.Gson; import com....
[ "xinyu.wu@csiro.au" ]
xinyu.wu@csiro.au
891531376d48ddcdb381d14794fd60939b749f2a
8ea2ea80ebf9cd3cf42fe7b4e57aee5f3d59dd1e
/SampleModel.java
c5dfc55d05e0f9453d8c7c84df996202594c84ac
[]
no_license
HariharanBaskaran/AndroidParcebleWithRecyclerView
9dd90df27978388a659908b531b3e6ea4b15b5ab
9af7baa9aedd91b2dba1538e93389c6cf98fba56
refs/heads/master
2020-03-21T21:44:34.596638
2018-06-29T00:29:24
2018-06-29T00:29:24
139,081,507
0
0
null
null
null
null
UTF-8
Java
false
false
1,425
java
package com.solvedge.androidsampleexamples; import android.os.Parcel; import android.os.Parcelable; /** * Created by hariharan on 6/28/2018. */ public class SampleModel implements Parcelable{ private String sample; private String isSelected; public String getSample() { return s...
[ "noreply@github.com" ]
noreply@github.com
db242e140cdd3dacc37f98823e1a9de4276b9978
1ea6accd3163518319e5425763f24e31c508452d
/src/main/java/com/model/businesslogic/AsientoContableService.java
41b14aabbd4d53791328e4f685e365863a85f533
[]
no_license
gdiazcamilo/nominaRestful
b1af0d6c6115c45ab736b7257579d3798b273a97
fb5a77c951d199382f4318e579627af29e886d0e
refs/heads/master
2021-01-18T16:31:23.819365
2015-07-19T22:19:02
2015-07-19T22:19:02
38,860,742
0
0
null
null
null
null
UTF-8
Java
false
false
218
java
package com.model.businesslogic; import com.model.AsientoContable; public class AsientoContableService extends BaseService<AsientoContable>{ public AsientoContableService() { super(AsientoContable.class); } }
[ "gdiazcamilo@gmail.com" ]
gdiazcamilo@gmail.com
00b5e945c48992d184acaef18c409e122bb834c3
53a649692d0bd9bee1be8a12afae48d41430b9c0
/src/main/java/seedu/address/model/tag/TagIsUnreferenced.java
2fc6bc2fbb5b125baea9318c498d1b2efe3ccb8b
[ "MIT" ]
permissive
KT27Learn/tp
ac878276d686184c7af9504d721a824a8e310ba0
44fb91f4c67ca05c95e38aa9cae057cbd17a1e2b
refs/heads/master
2023-09-05T10:43:30.869561
2021-11-05T08:19:13
2021-11-05T08:19:13
405,566,578
0
0
NOASSERTION
2021-10-21T14:49:50
2021-09-12T06:36:45
Java
UTF-8
Java
false
false
295
java
package seedu.address.model.tag; import java.util.function.Predicate; /** * Tests if {@code Tag} is unreferenced by clients. */ public class TagIsUnreferenced implements Predicate<Tag> { @Override public boolean test(Tag tag) { return tag.getClients().size() == 0; } }
[ "t.karwi@yahoo.com" ]
t.karwi@yahoo.com
b661ab89028f8fe63b9c3f410e811a8e34ea29c0
0e53cec1e52cb24db275c97f5fc1e58d2a8f8b1f
/04-java-spring/01-spring-fundamentals/03-hello-human/HelloHuman/src/main/java/com/nick/HelloHuman/controllers/HomeControllers.java
fc0244a1708fe12daaf14aabec739ffbde10a7b3
[]
no_license
Java-October-2020/NickM-Assignments
0129d7c0efd1fb65ef3bd1cdaf6f4a118b71e36c
66cfc0c9516e678e46d25b5d439a1c10a2fb24ac
refs/heads/master
2023-01-23T19:37:25.604897
2020-11-18T17:39:43
2020-11-18T17:39:43
299,692,149
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
package com.nick.HelloHuman.controllers; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class HomeControllers { @RequestMapping("/us...
[ "nicolasamiranda97@gmail.com" ]
nicolasamiranda97@gmail.com
a7ba7a483388870f4649a6e20ae419eb5ca46c02
dbb465341cea51e2f9800283a26efe2cd84ef8b5
/src/main/java/com/ibm/ws/jms20/samples/DeliveryDelayTest.java
8322a25be60d02e682074eca17c2e7fdf90726b5
[]
no_license
WASdev/sample.javaee7.jms
50d7562d898c3dd7a09468fa69f915b8db70346a
665ae6f05e745d601e4e0a1b3af95b85b7aedae7
refs/heads/master
2021-01-10T14:33:22.832219
2019-01-21T19:43:34
2019-01-21T19:43:34
45,968,313
6
10
null
2019-01-21T19:43:35
2015-11-11T08:09:40
Java
UTF-8
Java
false
false
9,428
java
/* * COPYRIGHT LICENSE: This information contains sample code provided in source * code form. You may copy, modify, and distribute these sample programs in any * form without payment to IBM for the purposes of developing, using, marketing * or distributing application programs conforming to the application progra...
[ "mosqueda@mx1.ibm.com" ]
mosqueda@mx1.ibm.com
473f83268754e8c7c7c6e0e51d67602598c5f7da
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/Lang-5/org.apache.commons.lang3.LocaleUtils/BBC-F0-opt-40/14/org/apache/commons/lang3/LocaleUtils_ESTest_scaffolding.java
a2359abadbf7b07517938312be95cb182f1bd5a7
[ "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
3,307
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Thu Oct 21 02:34:38 GMT 2021 */ package org.apache.commons.lang3; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Af...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
0d6eece05efa5ebcc48aa386dcbfb090c1491880
4b197afb984c7713b85a6b50d435a338405ec130
/vertx-example/src/main/java/com/fys/vertx/example/p2p/Sender.java
edc3d8270e4436c9dfca389ba48965d63e7d397f
[]
no_license
fengyongshe/distributed-system-example
02c26055c6d120c04b38775e7126165ef86b204f
38658cad4912129cdeb02c6be197d095ba622fc6
refs/heads/master
2023-01-09T12:16:21.365350
2020-07-07T09:26:27
2020-07-07T09:26:27
163,684,239
0
0
null
2022-12-27T14:43:31
2018-12-31T16:48:41
Java
UTF-8
Java
false
false
699
java
package com.fys.vertx.example.p2p; import io.vertx.core.AbstractVerticle; import io.vertx.core.eventbus.EventBus; public class Sender extends AbstractVerticle { public static void main(String[] args) { Runner.runClusteredExample(Sender.class); } @Override public void start() throws Exception { Event...
[ "fengyongshe@cmss.chinamobile.com" ]
fengyongshe@cmss.chinamobile.com
b0e6422a12e97bb922f720313ad18fbf097e42e4
2c28c3b770dd670ba09090795141cac0f38a785e
/backend/dh-activiti/src/main/java/com/hyn/activiti/util/SecurityUtil.java
a76bbd2f62cbb3256044edd2585425b98104a2ee
[]
no_license
wangchuanluoshui/smart-dh
0b067f7e735ee6f73a999862b1a6f89cf08f05cd
7d2111d056adc114b61786944ec74aa55f3c387c
refs/heads/main
2023-07-13T21:06:16.236839
2021-08-19T15:54:45
2021-08-19T15:54:45
395,018,672
1
0
null
null
null
null
UTF-8
Java
false
false
2,305
java
package com.hyn.activiti.util; /* * @Classname SecurityUtil * @Description TODO * @Date 2021-01-01 19:26 * @Created by 62538 */ import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.Authentication; import o...
[ "625385032@qq.com" ]
625385032@qq.com
8d09ad0a530091e1f328331de7652bbbd489881c
f5a5494b0943dc1a1d8ac73ed4a2a69d272836bb
/Practice/LeetCode/Easy/SumOfSquares.java
a1493aed8e672b558ea5f58e035b1a383068db54
[]
no_license
vtkrishn/Learning
f0eda9763e1196169b6c4932aca52cb23ded1e2e
4ede1bd5205190588e3ebc1445c47e10118a01af
refs/heads/master
2022-12-12T02:31:33.378052
2021-10-20T03:14:21
2021-10-20T03:14:21
72,395,832
1
0
null
2022-12-07T08:20:22
2016-10-31T03:26:38
Java
UTF-8
Java
false
false
817
java
public boolean judgeSquareSum(int c) { for (long a = 0; a * a <= c; a++) { double b = Math.sqrt(c - a * a); if (b == (int) b) return true; } return false; } ---------- public class Solution { public boolean judgeSquareSum(int c) { for (...
[ "vin.sinin@gmail.com" ]
vin.sinin@gmail.com
7d6d6a511594feccac292ee94d2bb8bd42728080
34b947e390a17792a0250a358936d92b0d6b4cbf
/app/src/main/java/com/sayyidisal/movieapp/activities/DetailTelevisionActivity.java
e0fbaeec27ddca8837475d9a982888f526ff0353
[]
no_license
sayyidisal/MovieApps
23d15bae599066025dde040d1d79cd5d3b20f3ad
40adfbdec34c54a830836014e2700fab30120cec
refs/heads/main
2023-06-26T03:39:05.685103
2021-07-26T18:13:22
2021-07-26T18:13:22
389,727,763
0
0
null
null
null
null
UTF-8
Java
false
false
10,054
java
package com.sayyidisal.movieapp.activities; import android.app.Activity; import android.app.ProgressDialog; import android.content.Intent; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.view.MenuItem; import android.view.View; import android.view.Window; import android...
[ "sayyidshalahuddin96@gmail.com" ]
sayyidshalahuddin96@gmail.com
b259b83c4b60f6a8d182caa1eba35e95c87c7b15
b47c60f86b9fc33bdb6465ab1882207e113ddb7b
/src/main/java/test/java/voiture/commentaire/repositories/RoleRepository.java
245bfae9d4423dae86fbb911801d090c438e2b6b
[]
no_license
Veronique9333/TestVoiture
1053414bdc227e76b9457f433a513410739b875f
36cb8e85605fbdd119794c201a05b703430303a3
refs/heads/master
2023-04-06T22:37:07.982896
2021-04-22T12:28:29
2021-04-22T12:28:29
360,110,140
0
0
null
null
null
null
UTF-8
Java
false
false
300
java
package test.java.voiture.commentaire.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import test.java.voiture.commentaire.models.Role; @Repository public interface RoleRepository extends JpaRepository<Role, String> { }
[ "rasoanantenainav@gmail.com" ]
rasoanantenainav@gmail.com
d81c4d7013539a8bae7e4beffda16dfdde1f1977
af7b8bbe77461e59f32ba746f4bb055620a5c110
/base/src/main/java/com/hz/yk/reflect/param/Demo.java
694d4d7081ddab2e09be2beda57fde1394cc0d7a
[]
no_license
ykdsg/MyJavaProject
3e51564a3fb57ab4ae043c9112e1936ccc179dd5
a7d88aee2f58698aed7d497c2cf6e23a605ebb59
refs/heads/master
2023-06-26T02:23:33.812330
2023-06-12T11:28:23
2023-06-12T11:28:23
1,435,034
4
6
null
2022-12-01T15:21:01
2011-03-03T13:30:03
Java
UTF-8
Java
false
false
176
java
package com.hz.yk.reflect.param; /** * Created by wuzheng.yk on 16/1/29. */ public class Demo { public void add(int a,int b){ System.out.println(a + b); } }
[ "17173as@163.com" ]
17173as@163.com
aa8f6bb19772dfc9f3b41f02551e0e4875d2f44a
35348f6624d46a1941ea7e286af37bb794bee5b7
/Ghidra/Framework/Generic/src/main/java/ghidra/util/graph/EdgeSet.java
b34ddf698548f0052341d66bcd0dffbc1c34f3d0
[ "Apache-2.0", "GPL-1.0-or-later", "GPL-3.0-only", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
StarCrossPortal/ghidracraft
7af6257c63a2bb7684e4c2ad763a6ada23297fa3
a960e81ff6144ec8834e187f5097dfcf64758e18
refs/heads/master
2023-08-23T20:17:26.250961
2021-10-22T00:53:49
2021-10-22T00:53:49
359,644,138
80
19
Apache-2.0
2021-10-20T03:59:55
2021-04-20T01:14:29
Java
UTF-8
Java
false
false
16,143
java
/* ### * IP: GHIDRA * REVIEWED: YES * * 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 ag...
[ "46821332+nsadeveloper789@users.noreply.github.com" ]
46821332+nsadeveloper789@users.noreply.github.com
2a17f310bb8e1683aa63cacef502b04d22e97d18
3c76ab132a5160253ab7a5557056749d3a4ab327
/RPGTextGame_IndividualParts/PartEight/AttackableTarget.java
f3fcb471ea91514eab1e5d5a275da03a7c02542e
[ "MIT" ]
permissive
Squirrelbear/RPGTextGame
1296a864d95e7068a118067300cfcb87061c448e
7a42e9a6372c48557b384819cb297a649523a842
refs/heads/main
2023-08-27T23:23:49.334494
2021-10-14T07:22:26
2021-10-14T07:22:26
381,925,089
0
0
null
2021-10-14T07:22:26
2021-07-01T05:54:44
Java
UTF-8
Java
false
false
93
java
public interface AttackableTarget { void takeDamage(int amount); String getName(); }
[ "petermitchell0001@gmail.com" ]
petermitchell0001@gmail.com
1c9d410aaf8e9b936734dfee1e1786693f9d0a52
3ccf08b9d1ce7894213020e4681c76e032f2f806
/TP1/src/arraySorter/Libro.java
9713fa18e7e848b58bd8150919f6f0151e0f971c
[]
no_license
Gaaston12/Algoritmos1
bef66153dffb87cf1bb7fbdd873d5bb45a1b24d1
2c9160109d4b852edd91672fa95293cd4bd06fac
refs/heads/master
2023-01-19T18:19:04.115254
2020-12-03T13:32:49
2020-12-03T13:32:49
290,237,179
1
0
null
null
null
null
UTF-8
Java
false
false
1,312
java
package arraySorter; public class Libro { private String titulo; private String autor; private int nroPag; public Libro() { titulo = null; autor = null; nroPag = 0; } public Libro(String t, String a, int p) { titulo = t; autor = a; ...
[ "Gaastonmaartin12@gmail.com" ]
Gaastonmaartin12@gmail.com
23bb165a87a1c3a7e0dd90a047aad239134b8330
2f97464863813a2372e1f83808219acc13cf2c44
/app/src/androidTest/java/com/shamdroid/myfinancialassistant/ExampleInstrumentedTest.java
f5f7bad34c54001cc4c123b328a62e91d42c6ff1
[ "MIT" ]
permissive
mAlaliSy/MyFinancialAssistant
02078dec86d003afa599c90c8ced1b86eb891342
e5ab10a76cb6e1fcf7db6d7ddfa8295d3c75e5e9
refs/heads/master
2020-12-28T21:50:44.747791
2019-01-19T20:02:39
2019-01-19T20:02:39
68,455,794
0
0
null
null
null
null
UTF-8
Java
false
false
772
java
package com.shamdroid.myfinancialassistant; 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...
[ "m.alali.sy@gmail.com" ]
m.alali.sy@gmail.com
7df0dcedd4eda4718759f6fd05f51e218715709c
5bf3f953ef579a9776d2ad1f58e46da995fef791
/chaos-common/src/test/java/com/str/CommentLabel.java
7eb34f095fc84e314793e8d2bbe9f0e52ab65fa5
[]
no_license
marvinsworld/chaos
171276b6658400ff6a1e07e69941aeef0327c547
1893b4b15f82c90baf066f4935d89c7f7aca8262
refs/heads/master
2020-12-08T09:38:15.365763
2018-08-05T04:19:44
2018-08-05T04:19:44
66,061,450
0
0
null
null
null
null
UTF-8
Java
false
false
460
java
package com.str; /** * Created by lunjianchang on 2/16/16. */ public class CommentLabel { private String content; private int label_type; public String getContent() { return content; } public void setContent(String content) { this.content = content; } public int getLab...
[ "gezhiqiang@meituan.com" ]
gezhiqiang@meituan.com
05f2032cabfc340a948b903e69dea69709d84c67
4043795962745e43f7fcff99d7cb2ed404231bd9
/DataSharing/app/src/main/java/com/example/datasharing/Database.java
704d27c5944c1c58e664a13105a873cc1fb2655b
[]
no_license
bohmax/Android
eef00ae96559324901020468147c33e538a07d52
7056e240226ed61826e00d5a282e1c6e94923412
refs/heads/master
2020-09-07T08:44:09.282720
2019-11-13T10:08:35
2019-11-13T10:08:35
220,724,432
0
0
null
null
null
null
UTF-8
Java
false
false
1,370
java
package com.example.datasharing; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; public class Database extends SQLiteOpenHelper { private static final String DATABASE_NAME = "DBName"; private static fina...
[ "mssmpuddu@gmail.com" ]
mssmpuddu@gmail.com
a64124f769ce1d8989ce267cf8d159786f8ec1f4
baba7ae4f32f0e680f084effcd658890183e7710
/MutationFramework/muJava/muJavaMutantStructure/Persistence/TobiasSamples/Debug2/int_linearSearch(int,int)/ROR_7/Debug2.java
40a12a90e940f67f9e641c1e916f343f7d5310c4
[ "Apache-2.0" ]
permissive
TUBS-ISF/MutationAnalysisForDBC-FormaliSE21
75972c823c3c358494d2a2e9ec12e0a00e26d771
de825bc9e743db851f5ec1c5133dca3f04d20bad
refs/heads/main
2023-04-22T21:29:28.165271
2021-05-17T07:43:22
2021-05-17T07:43:22
368,096,901
0
0
null
null
null
null
UTF-8
Java
false
false
2,785
java
// This is a mutant program. // Author : ysma public class Debug2 { /*@ @ normal_behavior @ requires true; @ ensures \result>=0 ==> a[\result]==x; @*/ public static int linearSearch( int[] a, int x ) { int i = a.length - 1; /*@ loop_invariant !(\exists int q; q >= i+1 && q < a.length; a[q]==x) && i>...
[ "a.knueppel@tu-bs.de" ]
a.knueppel@tu-bs.de
620ba45ca2d1708c40e7ec23c7901dfe0694d4f4
976f7afff64d36a9715eb16f66f97124da91f269
/app/src/main/java/com/example/mat/herome/Fragments/ShowBackStoryFragment.java
59ad206e200512f0e2d2f1fc833210834a4973f2
[]
no_license
Mateaus/HeroMe
9db08b8440e11d4f9239d82aea8de0b899bf48be
81df3928edc16c20325e2d4d60caf75214e7779c
refs/heads/master
2020-03-17T22:32:39.653163
2018-05-18T22:12:10
2018-05-18T22:12:10
134,008,061
0
0
null
null
null
null
UTF-8
Java
false
false
8,036
java
package com.example.mat.herome.Fragments; import android.content.Context; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.TextView; ...
[ "mateausc@gmail.com" ]
mateausc@gmail.com
62d5d7833160f720e9d1c987967323a50fc226b4
7a4a62721df0daf92a50f2f79ea73767c594ffc7
/app/src/main/java/com/elfefe/mynews/models/article_search/SearchQuery.java
13d7f7f463c244169e3a97ffd2bc7ed5ef2f9c0c
[]
no_license
elfefe/MyNews
b0dc3362cc93bc8d192d5c80f2484edaabbe61fb
422b9966f2dadfa77418f8e6ba34507bdf01a5fa
refs/heads/toRebase
2020-05-14T08:49:11.136713
2019-08-29T11:11:06
2019-08-29T11:11:06
181,729,160
0
1
null
2019-06-19T00:41:25
2019-04-16T16:42:29
Java
UTF-8
Java
false
false
1,069
java
package com.elfefe.mynews.models.article_search; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; @SuppressWarnings("unused") class SearchQuery { @SerializedName("status") @Expose private String status; @SerializedName("copyright") @Expose private...
[ "f.bou-reiff@orange.fr" ]
f.bou-reiff@orange.fr
24a61e374dbf16c148e90e4dd225ac28e1534f4c
5bfdd3e3e61e046a56f5e4714bd13e4bf0bf359d
/algorithm/src/boj/Regist7287.java
c49aefae6186eb74656d855af906499886d47cb6
[ "MIT" ]
permissive
Oraindrop/algorithm
e40b0c36a6728bc3f3599b7769d581cc3e59e9d8
7081464a4153c307c5ad6e92523b7d6f74fce332
refs/heads/master
2022-01-18T15:11:13.959202
2021-12-30T14:39:17
2021-12-30T14:39:17
146,498,419
0
1
null
null
null
null
UTF-8
Java
false
false
153
java
package boj; public class Regist7287 { public static void main(String[] args) { System.out.println("26"); System.out.println("chltmdals111"); } }
[ "chltmdals115@gmail.com" ]
chltmdals115@gmail.com
ea6fef9d38a502e8c3afe791658c504840284574
355c41b5bb8706ad1acb282b828ab50f2a58d1a2
/cn/jsprun/domain/Typeoptions.java
16d48f8ee0ad18791deb0c4c66292a08788c5c55
[]
no_license
goldbo/vcity
d7a424f00939ceafbb4f6d06ebfa608321a75c8a
645f6a5eb429d3974ef4afa4e3f00ab37f6d5643
refs/heads/master
2021-01-22T01:54:36.186223
2012-02-20T09:30:57
2012-02-20T09:30:57
3,134,179
2
0
null
null
null
null
UTF-8
Java
false
false
2,142
java
package cn.jsprun.domain; public class Typeoptions implements java.io.Serializable { private static final long serialVersionUID = 2707874118083150326L; private Short optionid; private Short classid; private Short displayorder; private String title; private String descri...
[ "549668352@qq.com" ]
549668352@qq.com
83ccc07ab52c35b6bfb920da9a7460e60b1bdb44
f4dfe52bd506f1508637f23f1d9822c659891c12
/JAVA7/InvokeDynamic/src/main/java/org/mk/training/invoke/ThreadPoolMain.java
d0be48d413084b2288971a826354f058a662e87b
[]
no_license
siddhantaws/LowLatency
5b27b99b8fbe3a98029ca42f636b49d870a0b3bb
f245916fed8bfe5a038dc21098d813bf5accdb1e
refs/heads/master
2021-06-25T19:55:07.994337
2019-09-19T15:39:15
2019-09-19T15:39:15
152,133,438
0
0
null
2020-10-13T16:09:28
2018-10-08T19:17:54
Java
UTF-8
Java
false
false
1,811
java
package org.mk.training.invoke; import org.mk.training.invoke.ThreadPoolManager.CancelProxy; import java.lang.invoke.MethodHandle; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; import java...
[ "siddhantaws@gmail.com" ]
siddhantaws@gmail.com
8b01caa837ea891e16e994973d7cd336e23d7b6b
307187542f43504d48544a9119c1fbdf8fe4782f
/app/controllers/UserPermissionManagement.java
3f9db2eca24947f76be62606284a605dbfa64227
[]
no_license
sheikhshamirshakir/EIMS
bfa231ca145b77a370f8e8bc55ae6d889b90474b
aa7b012f871f034395bfccf7df74cbb87dd7f226
refs/heads/master
2020-12-25T17:26:07.224692
2016-08-29T08:41:34
2016-08-29T08:41:34
31,545,247
1
0
null
null
null
null
UTF-8
Java
false
false
2,931
java
/**Created By Sheikh Shamir Shakir Shomoy Solution * Shomoy Solution * On 28-Apr-2015 ***/ package controllers; import java.util.Date; import java.util.List; import java.util.Map; import models.Role; import models.User; import models.UserPermission; import models.UserRole; import models.admission.Course; import mo...
[ "sheikhshamirshakir@gmail.com" ]
sheikhshamirshakir@gmail.com
1af9ece33ec008d5c7f069bd6afc9969943df3b3
0de9c91955bdeb7a99eac16b3ad98b28d2b00721
/src/main/java/no/nav/fo/veilarbdialog/config/TimedConfiguration.java
75bc4793e8231c404ee7388cf13e797b4d7b9e5f
[ "MIT" ]
permissive
navikt/veilarbdialog
6af2f8e4fb60423c387a021d652bc55c48d4f31a
71de40f23c47d7c089da28d927439c3c0290777d
refs/heads/main
2023-09-01T20:07:08.744780
2023-08-17T12:10:32
2023-08-17T12:10:32
160,199,893
2
1
MIT
2023-09-08T11:31:07
2018-12-03T14:01:15
Java
UTF-8
Java
false
false
670
java
package no.nav.fo.veilarbdialog.config; import io.micrometer.core.aop.CountedAspect; import io.micrometer.core.aop.TimedAspect; import io.micrometer.core.instrument.MeterRegistry; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework...
[ "noreply@github.com" ]
noreply@github.com
0fe2a016b3b51a0d82a9d15d594a6b8622e349f6
bced7c254b4414a4bbbb14cbdb76d104fcd2052f
/core/src/com/itstimetosnuff/jellyfishsurvival/UpgradeScreen.java
5264e1ebabfa1afc3414d7b120d9e6748a0204e1
[]
no_license
ItsTimeToSnuff/jellyfish-survival
7fb50fc94cf8da8485f9106f97093f1eba029788
e08c2e79240c4b4f935283c8aa5755f230395385
refs/heads/master
2023-06-03T20:57:51.657783
2021-06-17T21:44:22
2021-06-17T21:44:22
377,930,681
0
0
null
null
null
null
UTF-8
Java
false
false
1,771
java
package com.itstimetosnuff.jellyfishsurvival; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.g...
[ "itstimetosnuff@gmail.com" ]
itstimetosnuff@gmail.com
2b1c9bffd3e24e6dee88ee9af11d016b8554b7b4
61c29b9954c0ae2ea7ea2ea3dfbdeb03a8f026a3
/src/main/java/flatstore/test/StorageTest.java
b2ae31bc1d502a3f19709418373ddd5fc9e73f65
[]
no_license
SWBForms/SWBSemEngine
8be53aa738baccd18383c705496dd3b0faee23f3
cdd8caddd2425e9434034da308823ff1433ff787
refs/heads/master
2020-06-12T19:23:01.127060
2016-12-06T19:39:03
2016-12-06T19:39:03
75,764,768
0
0
null
null
null
null
UTF-8
Java
false
false
1,177
java
package flatstore.test; import java.io.IOException; import java.util.HashMap; import java.util.Map; import org.semanticwb.store.Graph; import org.semanticwb.store.flatstore.GraphImp; /** * * @author serch */ public class StorageTest { /** * @param args the command line arguments */ public static...
[ "softjei@gmail.com" ]
softjei@gmail.com
3f63ba15c69c540508595c950d02edea1042dd10
b80023c2e0d55937fc9dd942de6de09b354911e3
/clone/CloneTest.java
e7e6ae83954dc3d89c7334df1dbec869f9aa923d
[]
no_license
biheng/corejava-9e-
3f9affac7def669c542e420abf2c3c96f98c0a53
17bb1c5d619c692d1077b8457226dd9021b1da06
refs/heads/master
2021-01-14T12:09:50.205085
2014-10-22T05:39:34
2014-10-22T05:39:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
682
java
package clone; /** * This program demonstrates cloning. * @author youkpter * 2014年 09月 24日 星期三 23:37:28 CST */ public class CloneTest { public static void main(String[] args) { try { Employee original = new Employee("John Q. Public", 50000); original.setHireDay(2000,...
[ "xingqiang345@163.com" ]
xingqiang345@163.com
10ce30752a945911064fe82edd4073269988077d
0347c553e977427aaf17aaef88028d788f2c2142
/tulingmall-canal/src/main/java/com/tuling/tulingmall/client/SimpleCanalClientExample.java
d0cd88c6f127cb95ae9020c30f2fd2e21283aea6
[]
no_license
gaogushenling/tuling-mall-3
a2c0722ab42e5207e6b6cb1693b77e127afad77d
e31a0607db3287deaf45f434b5d20d88dc6c78d5
refs/heads/master
2023-03-29T05:03:05.208874
2021-03-27T09:09:49
2021-03-27T09:09:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,227
java
package com.tuling.tulingmall.client; import java.net.InetSocketAddress; import java.util.List; import com.alibaba.otter.canal.client.CanalConnectors; import com.alibaba.otter.canal.client.CanalConnector; import com.alibaba.otter.canal.common.utils.AddressUtils; import com.alibaba.otter.canal.protocol.Message; import ...
[ "1561763825@qq.com" ]
1561763825@qq.com
f473a486fcd30731eef06f583e1f19ac37e8a8fe
58d7f6ada7cb4909172c5096880ba54406556d5b
/Easymall/easymall-common-resources/src/main/java/com/jt/common/vo/Page.java
1b09b69fca3eae58ff79e15c9a9b664c917e0ce5
[]
no_license
Vivian-ww/catnip
67987062afe2cd86a4acf3b2bbd53b9449deadb9
37d42b850bd614ce96eeb1aaf5c93b35ed81a80e
refs/heads/master
2021-01-06T10:06:12.875101
2020-08-27T02:00:46
2020-08-27T02:00:46
241,290,721
1
0
null
null
null
null
UTF-8
Java
false
false
746
java
package com.jt.common.vo; import java.util.List; import com.jt.common.pojo.Product; /** * @author admin * */ public class Page { //总页数 private Integer totalPage; //当前页数 private Integer currentPage; //查询分页结果 private List<Product> products; public Integer getTotalPage() { return totalPa...
[ "noreply@github.com" ]
noreply@github.com
781ebbec2b3e2826a1f3aadf3289d7a8b887f3ef
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/XRENDERING-481-10-17-Single_Objective_GGA-WeightedSum/org/xwiki/display/internal/ConfiguredDocumentDisplayer_ESTest_scaffolding.java
01c0b9df8af79a67ef208f970b4af0e0bbfb9f83
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
458
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Mar 31 17:24:14 UTC 2020 */ package org.xwiki.display.internal; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit....
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
7edb7dbda0b0ecee9da6c6450dd8e393a10058b3
6c2f9d94c3e60bd8c9764ce0fa86d88cf258bd5b
/ass4.java
a89f78b7a8a24be5dbbc5e2b85227f0a65449a16
[]
no_license
sonaliparekh/exception_handling
dc4bf934351f67f827ee987229d3182a6892bdb1
79b764b4f7720fdd71cee821d308e0b913ef7162
refs/heads/master
2021-01-10T03:38:16.987680
2016-03-01T18:48:19
2016-03-01T18:48:19
52,901,069
0
0
null
null
null
null
UTF-8
Java
false
false
371
java
public class ass4 { public static void main(String[] args) { // TODO Auto-generated method stub String str="Sonali"; try{ System.out.println("Value at index 0 "+str.charAt(0)); System.out.println("value at index 10"+str.charAt(15)); } catch(StringIndexOutOfBoundsException e) { System.out.printl...
[ "sonaliparekh22@gmail.com" ]
sonaliparekh22@gmail.com
aeddb32ded9c9e40ea81caede0e286c40220c851
14e9ca431e112a7ed9acbc3355e05a9035019ace
/Java/YamanBanking/app/src/main/java/br/com/yaman/yamanbanking/LoginActivity.java
57ffe6c5aa45a6cf2f17b50ebdf1851b0bc01e7c
[]
no_license
JhonatanSuardi/Projetos_pessoais
a532362e7ebc01b06eb270d4adeadb80b62b6e0d
d4f831705a023aede1901e8713537fbee65eb240
refs/heads/master
2022-11-15T23:50:23.546569
2020-07-15T14:35:43
2020-07-15T14:35:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,574
java
package br.com.yaman.yamanbanking; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.net.ConnectivityManager; import android.os.AsyncTask; import and...
[ "jhonatan.suardi123@gmail.com" ]
jhonatan.suardi123@gmail.com
33d498fb5cd94b9d73ac9bec9964d537fa6eee46
cc2a0e84761c0324c192551ad4f8dd4228969dd2
/app/src/main/java/com/example/tech_5/syncdemo/VectorActivity.java
80fbafb4383dd01c2ad84ab5b9052fbde6d299eb
[]
no_license
NidhiPatel1311/Syncdemo
436be73589944f0026011aa61eb0cc7bfe37d285
3ddd0abca89b56fc6fbff94f1939fdc439ed94d2
refs/heads/master
2020-06-25T17:45:30.114700
2019-07-29T05:34:35
2019-07-29T05:34:35
199,381,261
0
0
null
null
null
null
UTF-8
Java
false
false
721
java
package com.example.tech_5.syncdemo; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.ImageView; public class VectorActivity extends AppCompatActivity { private ImageView mImageV...
[ "nhp13118@gmail.com" ]
nhp13118@gmail.com
094ea267c386bf06348ba0f181dd127a916f36ed
005dc0860f173f4eeb3a0c7114625dffd9057d3f
/week-10/example-exam/src/main/java/com/exampleexam/exampleexam/services/UrlService.java
ec4a4e55c916faf86cdfac1f9d170d9ba03d4871
[]
no_license
green-fox-academy/nadayzsolt
9e2d0d13e1e4aa3843a99f7c2bf25c4c463514c8
7f2d94bce24c5d7634bf4e2de0ce084ff54c96e8
refs/heads/master
2023-01-18T15:52:18.015190
2020-11-17T22:24:19
2020-11-17T22:24:19
279,879,167
0
0
null
null
null
null
UTF-8
Java
false
false
1,643
java
package com.exampleexam.exampleexam.services; import com.exampleexam.exampleexam.models.Url; import com.exampleexam.exampleexam.repositories.UrlRepository; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class UrlServ...
[ "nadayzsolt@gmail.com" ]
nadayzsolt@gmail.com
51d7f210c2922951a93cbd60f0bd42ce471514e8
ae1cbf5459daa1da08ab61070286a4210a9286d4
/app/src/main/java/com/example/sampurna/stormy/AlertDialogFragment.java
a32c42de208bc083c68831e13cdcb798466119e4
[]
no_license
sampurnabasu/SmartUmbrella
ce9f0185b2c65fc9d309cc1eac78cd9f879b2569
61a1488f264c704dd6c58c64ee1f2e707c06afb4
refs/heads/master
2020-12-31T00:19:27.948487
2015-12-29T23:14:09
2015-12-29T23:14:09
48,771,155
0
0
null
null
null
null
UTF-8
Java
false
false
801
java
package com.example.sampurna.stormy; import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.content.Context; import android.os.Bundle; /** * Created by sampurna on 12/27/15. */ public class AlertDialogFragment extends DialogFragment { @Override public Di...
[ "sampurna.basu23@gmail.com" ]
sampurna.basu23@gmail.com
86625298584d3f225abebcfc5ac916bb48893d39
9c24b6c6774d715a6c4de338d80e46587e486b1f
/GovernmentTax.java
8c8efc9fb25d7d927eeebad89884015bda8ddb6c
[]
no_license
aliamahamad/javaExercise
cc9bd12e6e4646407c28196901eddfd43a057abb
64f115dc1defef80fedeb1af21edbe3a3cd40633
refs/heads/master
2021-07-07T23:47:01.970563
2017-10-03T18:41:59
2017-10-03T18:41:59
105,687,771
0
0
null
null
null
null
UTF-8
Java
false
false
497
java
//To calculate total amount import java.util.Scanner; public class GovernmentTax { public static void main (String [] args) { Scanner input = new Scanner (System.in); //Get payment of food System.out.println("Enter your current payment of food :"); double payment = input.nextD...
[ "noreply@github.com" ]
noreply@github.com
7a285f9cf4a632fedc26be6738df1880d88472dd
2df75ad287977c1884367aa09a089d52fd9c5bec
/Kruskals/src/mini/DisjSets.java
2f4f7de20d4e5b51f7ede8a2ed5841a66f36a4fd
[]
no_license
shadowjljp/Algorithms_Java
c09184afe300e1d0885a411520703eb2fa26dfa4
40d80a00b291baf768c6f799a63f68dc20d53fd6
refs/heads/master
2023-08-01T15:43:42.504865
2021-09-16T02:20:21
2021-09-16T02:20:21
283,597,849
0
0
null
null
null
null
UTF-8
Java
false
false
2,604
java
package mini; // DisjSets class // // CONSTRUCTION: with int representing initial number of sets // // ******************PUBLIC OPERATIONS********************* // void union( root1, root2 ) --> Merge two sets // int find( x ) --> Return set containing x // ******************ERRORS**************************...
[ "40411574+shadowjljp@users.noreply.github.com" ]
40411574+shadowjljp@users.noreply.github.com