blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
cb73233369f054cb5c1fc7dcd69ffc15398d017a
7668d8cce3e305f45756b1a4818cca2ea62e8b49
/uitest/src/com/vaadin/tests/push/PushErrorHandling.java
3074bd38514d5818d12957ba85750aae0c57b938
[]
no_license
rtvt123/vaadin
014b29a477dcc96cae60401e5ea80a39bc86e1b0
bc0d55197a2b7fd8a6ac163688026d92203f2618
refs/heads/master
2022-08-27T11:35:43.168720
2013-11-07T11:28:53
2013-11-07T12:16:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,236
java
package com.vaadin.tests.push; import java.util.ArrayList; import java.util.Collection; import java.util.List; import com.vaadin.data.util.AbstractInMemoryContainer; import com.vaadin.data.util.BeanContainer; import com.vaadin.event.ItemClickEvent; import com.vaadin.event.ItemClickEvent.ItemClickListener; import com....
[ "review@vaadin.com" ]
review@vaadin.com
50c4e1453a4839d9fba6b8944b67564fae13b0a7
a25cd0fe45f6fc928b42b266eb425b85b87c42c6
/WhatsUp/app/src/main/java/com/example/btw/whatsup/LeadershipComparator.java
d5657a1f8101700cc59fa864ca9879a4b06bc25a
[]
no_license
sherlynng/orbital
7ce262e2903bd3ebcd6fa708b19178e75dbaf418
e6d99f08280fd07806559f0c6dd2e745185af759
refs/heads/master
2021-01-20T15:06:48.398930
2017-08-09T13:41:09
2017-08-09T13:41:09
90,718,739
0
0
null
null
null
null
UTF-8
Java
false
false
372
java
package com.example.btw.whatsup; import java.util.Comparator; /** * Created by sherl on 21/7/2017. */ public class LeadershipComparator implements Comparator<User> { @Override public int compare(User u1, User u2){ return -(u1.getScore() - u2.getScore()); } @Override public boolean equa...
[ "alexawangzi@gmail.com" ]
alexawangzi@gmail.com
45edbd870c6c2a34901cac32e025addc2b9a38dd
af74884e3c2b2dac7e41ccdabd9cc37080dd1c79
/Inorder traversal/Main.java
a7f79267e05cce4b75f679c7e70cbbb195fd4334
[]
no_license
shanmalini/Playground
1c50f5cab8e7927ed6761cd5d155124d95807b6f
5da9aca170a6d2975d0f877885e069bd93f32de4
refs/heads/master
2021-12-11T10:38:22.941843
2021-08-23T05:48:32
2021-08-23T05:48:32
187,820,271
0
0
null
null
null
null
UTF-8
Java
false
false
1,422
java
#include<iostream> using namespace std; struct nodetree { int data; struct nodetree *left; struct nodetree *right; }; void insert(struct nodetree **root, int value) { struct nodetree *newnode = (struct nodetree*)malloc(sizeof(struct nodetree)); newnode -> data = value; newnode -> left = NULL; newn...
[ "50870026+shanmalini@users.noreply.github.com" ]
50870026+shanmalini@users.noreply.github.com
892b4aea522a13bd55f5c445e6ad10dd996e1fee
0b28d5104c6faa39966e6301739ae3eb77bb9f42
/MyDemo/app/src/main/java/com/dong/mydemo/MainActivity.java
28f7f3b97f9a44331d68fe51b18899baa05361ca
[]
no_license
DgPengPeng/DgPengDemo
76ea674a0b749b35ad6acfbf57bf9be67d3e3a38
9c2c0eca4a10abea5d835b0b3d4031790e352706
refs/heads/master
2020-06-17T01:39:17.668305
2016-11-29T07:04:47
2016-11-29T07:04:47
75,051,833
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package com.dong.mydemo; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); ...
[ "1242688818@qq.com" ]
1242688818@qq.com
9abf1fe85fc6f8f5d053fd168ca1104b501eab8f
544cfadc742536618168fc80a5bd81a35a5f2c99
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/common/SingleLiveEventTest.java
181a41e687a73a149cf402440c24339b4e00b919
[]
no_license
ZYHGOD-1/Aosp11
0400619993b559bf4380db2da0addfa9cccd698d
78a61ca023cbf1a0cecfef8b97df2b274ac3a988
refs/heads/main
2023-04-21T20:13:54.629813
2021-05-22T05:28:21
2021-05-22T05:28:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,189
java
/* * Copyright (C) 2020 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "rick_tan@qq.com" ]
rick_tan@qq.com
f258f6ab1c5753a0d6f1b2b86ef0fb9f6cab3bf1
1f8c8aa87ff13d35bc8ec333fde7cf07c0bf2934
/Vote.java
ceefc780f579c27e5f9a6ca197463f6017c430ca
[]
no_license
Potatopat/Voting
b04e89ed2b719f3d328497dac56ea286ed1db088
e5df689407b06423e6fc47856e05c45737aa238d
refs/heads/master
2016-08-12T14:50:36.740765
2015-09-28T19:05:39
2015-09-28T19:05:39
43,320,045
0
0
null
null
null
null
UTF-8
Java
false
false
1,716
java
import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JOptionPane; public class Vote { public static boolean running = true; public static int ID = 0, num = 0, a = -2468; public static String studentId...
[ "potatopat1973@gmail.com" ]
potatopat1973@gmail.com
af048c1e6745477b9ad2b37fcb00507400f47b22
024ef33f04da3a84f9c44e4180604f5a9339f161
/ga-supervision-mgt/src/main/java/com/atosenet/ga/company/mgt/service/ga/employe/PhysicalRecordService.java
91d17f9178f9463c98f3e02d2168f717d5942c4c
[]
no_license
pitaoWang/ga_supervision
d95da46b39cf61185ac9c8f32f285e0198a4a8c2
4dc42dae1fae66f6065f27c65a52765b7e6f5f07
refs/heads/master
2020-04-08T22:27:49.202427
2018-12-04T09:43:35
2018-12-04T09:43:35
159,641,336
0
0
null
null
null
null
UTF-8
Java
false
false
2,207
java
package com.atosenet.ga.company.mgt.service.ga.employe; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereoty...
[ "wpt1225@126.com" ]
wpt1225@126.com
7d2691a3ec98481c3eea32dc5ffc20ce6ba37fd2
24da489a08b898d8fc0052df7c4906de83bd0da0
/src/com/github/serializable/service/Product.java
c579ebd4f58db781e65c919c8c083e3ec98f7495
[]
no_license
Tsiones/Serializable-Lab
e4b152cc67b6bc9f2e1a20370630307babbbbe6c
c26ef36900e850863a1da2852cd5c2644efe2f17
refs/heads/master
2021-01-11T18:01:42.571383
2017-01-19T16:45:36
2017-01-19T16:45:36
79,472,886
0
0
null
null
null
null
UTF-8
Java
false
false
921
java
package com.github.serializable.service; import java.io.Serializable; /** * this is the public product object that will be saved/loaded by the * application */ public class Product extends Id implements Serializable { private static final long serialVersionUID = 525630403812799901L; private String name; private...
[ "Tsiones@Eduards-MacBook-Pro.local" ]
Tsiones@Eduards-MacBook-Pro.local
9bd0b8cd149f1a627cfe93c5b6485495b48118aa
c95ca5eeeb81f492383514d4a54e5f066d2ac08f
/xiaoyaoji-web/src/main/java/cn/com/xiaoyaoji/utils/JdbcUtils.java
e934a0119b4569afef2d5d59fd22a1d567ae1af8
[]
no_license
Jsonlu/api
679bc5fa6a54f732d98cadf3c07c0a4cfbcaaa58
a6695c46c5af22be06b4cfcc95286d3181e57b81
refs/heads/master
2021-01-01T19:38:09.510476
2017-07-29T07:25:44
2017-07-29T07:25:44
98,634,690
0
0
null
null
null
null
UTF-8
Java
false
false
1,565
java
package cn.com.xiaoyaoji.utils; import java.sql.Connection; import java.sql.SQLException; import org.apache.commons.dbutils.DbUtils; import com.alibaba.druid.pool.DruidDataSource; /** * @author: zhoujingjie * @Date: 16/5/2 */ public class JdbcUtils { private static DruidDataSource ds; static { ds...
[ "a12345678" ]
a12345678
80f3d9f0b24cb00fc57abe7926dd799e61282f01
62c0cdf9d02569b363fe5125b87e3c69456e6dc1
/Distributed Highly Available Calendar Tool for Workgroups/Chord_Implementation/src/Fault_Detection.java
871abd7ed0d06500903055ccc3d39ed5080f727b
[]
no_license
DontWorryIGotThis/Distributed-Highly-Available-Calendar-Tool-for-Workgroups
f01790719c26a635d3a7432588ad7a95627771ab
63d7b739febf8d3545ec9a023cb66569b26a3e86
refs/heads/master
2020-05-17T09:59:17.837089
2015-06-12T17:17:48
2015-06-12T17:17:48
37,334,549
0
0
null
null
null
null
UTF-8
Java
false
false
469
java
import java.io.Serializable; import java.net.DatagramSocket; import java.net.SocketException; public class Fault_Detection implements Runnable, Serializable { DatagramSocket Fault_Detection_Socket; public Fault_Detection() { try { Fault_Detection_Socket= new DatagramSocket(Server.Initializations...
[ "kirankumar.reddy.18@live.com" ]
kirankumar.reddy.18@live.com
c281fddba9a5e8b7397ee1d7aa6b9a04644534ec
d9c2682189e718f15cb129b5df7ccb325dae5f3e
/renren-admin/src/main/java/io/renren/modules/sys/controller/SysLoginController.java
3b97e6f80d7ee984696fd1025900a61c9c217312
[ "Apache-2.0" ]
permissive
xwj920930/renren-admin
69693ab43aa4844da5653b54a3b79fb2c316e44a
3b5edd81bfea64bf8995c1dddbccadecaa9df910
refs/heads/master
2020-05-04T19:30:15.389795
2019-04-04T01:15:46
2019-04-04T01:15:46
179,396,605
0
0
null
null
null
null
UTF-8
Java
false
false
3,723
java
/** * Copyright 2018 人人开源 http://www.renren.io * <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 copy of * the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by appli...
[ "276349574@qq.com" ]
276349574@qq.com
1243c44d888c545570956982fb8abeb51cc041a1
ffbc4e5072a571d24eb8837ee185bf7c890438a8
/NeurophStudio/NeurophClassificationSample/src/org/neuroph/netbeans/classificationsample/NeuralNetObserver.java
4a906f1108ee17c2464a050e8adc5a24e50ce082
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
ABjelotomic/ART
3f5c2405f60c0f3ad64d9805db68a7a59c9b6def
6cb3a624502820667c17efebd4554eb44595950b
refs/heads/master
2020-04-09T22:57:51.415584
2015-03-17T11:15:10
2015-03-17T11:15:10
32,153,662
2
2
null
null
null
null
UTF-8
Java
false
false
611
java
package org.neuroph.netbeans.classificationsample; import java.util.Observable; import java.util.Observer; import org.neuroph.core.NeuralNetwork; /** * * @author Marko */ public class NeuralNetObserver implements Observer{ private NeuralNetwork nnet = new NeuralNetwork(); public NeuralNetwork getNnet()...
[ "sevarac@4ad91d96-3078-4544-b664-688ae3f1b027" ]
sevarac@4ad91d96-3078-4544-b664-688ae3f1b027
e6888404771571f4de157f0b1c1615942272b5f2
2f10b47b903e63798acab6fa7a93f8fff997341d
/design-patterns/src/decoratorpattern/Whip.java
1760a7db440298a15f40dd03d3ec2a979731a8b4
[]
no_license
rakshith67/rakshithWorkspace
3d02c499f6305613fcdb1cb4081ef33ad0d63896
8e2f70b8ca84d98c9e77a94ac04265f75eb4b366
refs/heads/master
2021-06-25T10:18:20.441547
2021-02-01T17:37:21
2021-02-01T17:37:21
203,383,906
1
0
null
null
null
null
UTF-8
Java
false
false
286
java
package decoratorpattern; public class Whip extends CondimentDecorator { public Whip(Beverage beverage) { this.beverage = beverage; } public String getDescription() { return beverage.getDescription() + ", Whip"; } public double cost() { return .10 + beverage.cost(); } }
[ "Rakshith.Mamidala@amdocs.com" ]
Rakshith.Mamidala@amdocs.com
c3a5847efc5bd0f70877078f5d976cd70935d8e4
a78fe462c02c6e5cf329d7d187186d7fc3290562
/app/src/main/java/sistem/Smarta/grandcikarangcity2/model/DataPengajuan.java
862d441db420bbbcf8c5ec0aca7c4254eff7667e
[]
no_license
zenzero3/Aplikasi-Manajement-RT
66ac41ac0900d370c1e89a42dbea9b41310adb94
59f9254d5cce320d20142baf719d861d50510f1e
refs/heads/master
2023-07-16T04:24:27.763100
2021-09-02T08:54:19
2021-09-02T08:54:19
375,195,988
0
0
null
null
null
null
UTF-8
Java
false
false
688
java
package sistem.Smarta.grandcikarangcity2.model; public class DataPengajuan { private String namasurat,namawarga,status,id; public void setId(String id) { this.id = id; } public void setNamasurat(String namasurat){ this.namasurat=namasurat; } public void setNamawarga(String nama...
[ "zen.ilfat@gmail.com" ]
zen.ilfat@gmail.com
6c8b18c8e4efabf06771f592988066596372ac8f
ea4da81a69a300624a46fce9e64904391c37267c
/src/main/java/com/alipay/api/domain/AlipayOpenServicemarketInstanceSyncModel.java
dc94e028eefb2d3de2cd2fc0ecd50b90721788b8
[ "Apache-2.0" ]
permissive
shiwei1024/alipay-sdk-java-all
741cc3cb8cf757292b657ce05958ff9ad8ecf582
d6a051fd47836c719a756607e6f84fee2b26ecb4
refs/heads/master
2022-12-29T18:46:53.195585
2020-10-09T06:34:30
2020-10-09T06:34:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,981
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 服务市场实例同步 * * @author auto create * @since 1.0, 2019-11-18 13:30:28 */ public class AlipayOpenServicemarketInstanceSyncModel extends AlipayObject { private static final long ser...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
15fc0e48182570496f3a7b12dab0a2e62c29b14a
0016005ee6a22429433a4e0e66ff1303147179ec
/src/day21_MultiDimensionalArrays/DeepToString.java
8e8f5b3ae5305c61b3db7360314a19b2f43f38f0
[]
no_license
OrkhanMusayev/B18_JavaCourse
7d1fee404169ec7f45b20efc42456f0173577327
017a6cfca170ec0c0ace15fa5d5fb319529f2921
refs/heads/master
2022-12-10T06:03:38.178027
2020-08-22T23:31:10
2020-08-22T23:31:10
286,326,298
0
0
null
null
null
null
UTF-8
Java
false
false
823
java
package day21_MultiDimensionalArrays; import java.util.Arrays; import java.util.Arrays; public class DeepToString { public static void main(String[] args) { int[] arr1D = {1,2,3}; System.out.println(Arrays.toString(arr1D)); int[][] arr2D = {{1,2,3},{4,5,6}}; System.out.printl...
[ "mussayevorkhan@gmail.com" ]
mussayevorkhan@gmail.com
f083e49cf7aa7410215d813eee6e586de4067bfa
52280cf6517f27bde1ad70037bc20f9aaa01d6c5
/src/com/jd/lottery/lib/data/CurrIssueManager.java
61946c95b4f1c94e5e55ca033e246b242d03bfff
[]
no_license
xiangyong/JDMall
7730ae3395a44d03387f4d4075a1b2c8870c23be
5ce5a7870e87a67cad500903bc169cd266b5a2e9
refs/heads/master
2021-01-16T18:13:41.254336
2014-02-26T09:59:08
2014-02-26T09:59:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
857
java
package com.jd.lottery.lib.data; import android.content.Context; import com.jd.droidlib.persist.sql.EntityManager; import com.jd.lottery.lib.model.CurrIssueEntity; public class CurrIssueManager extends EntityManager<CurrIssueEntity> { public CurrIssueManager(Context paramContext) { super(CurrIssu...
[ "13718868826@163.com" ]
13718868826@163.com
6aa37b19177305b77f7beccc04d904d8fd8e4acf
fa1408365e2e3f372aa61e7d1e5ea5afcd652199
/src/testcases/CWE129_Improper_Validation_of_Array_Index/s01/CWE129_Improper_Validation_of_Array_Index__database_array_read_check_min_74b.java
02c9e9ed456912bebacda692f333d22c88c82f41
[]
no_license
bqcuong/Juliet-Test-Case
31e9c89c27bf54a07b7ba547eddd029287b2e191
e770f1c3969be76fdba5d7760e036f9ba060957d
refs/heads/master
2020-07-17T14:51:49.610703
2019-09-03T16:22:58
2019-09-03T16:22:58
206,039,578
1
2
null
null
null
null
UTF-8
Java
false
false
3,061
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE129_Improper_Validation_of_Array_Index__database_array_read_check_min_74b.java Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml Template File: sources-sinks-74b.tmpl.java */ /* * @description * CWE: 129 Improper Validation of Array Inde...
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
9bdac05ecb564649883ab343567bef296c33ee83
de3c2d89f623527b35cc5dd936773f32946025d2
/src/main/java/com/bytedance/sdk/openadsdk/utils/Reflection.java
25825fd1d4f667ef4df6c95307d953a7cbbd8597
[]
no_license
ren19890419/lvxing
5f89f7b118df59fd1da06aaba43bd9b41b5da1e6
239875461cb39e58183ac54e93565ec5f7f28ddb
refs/heads/master
2023-04-15T08:56:25.048806
2020-06-05T10:46:05
2020-06-05T10:46:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,597
java
package com.bytedance.sdk.openadsdk.utils; import java.lang.reflect.Method; /* renamed from: com.bytedance.sdk.openadsdk.utils.aa */ public class Reflection { /* renamed from: a */ private static Object f9107a; /* renamed from: b */ private static Method f9108b; static { try { ...
[ "593746220@qq.com" ]
593746220@qq.com
7fa3e9a6f791d5d9da192d25fc6bd180b712db7b
551507b5ba52c3341aeadd1df596d949f8f7fbe6
/webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationEntryPointFailureHandler.java
95cd2cf5d5621a6ae72d04650e6a15108645a809
[ "Apache-2.0" ]
permissive
hoomanb1/spring-security
eb591ccd1b9ec43067c596887b84ba6fdb53d19f
c2fa89f11e7714c96783ae962ffe24b4d08c4731
refs/heads/master
2021-12-03T15:32:47.214165
2021-11-29T01:07:03
2021-11-29T01:07:03
106,230,005
0
0
null
2017-10-09T02:56:40
2017-10-09T02:56:40
null
UTF-8
Java
false
false
1,655
java
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "rwinch@users.noreply.github.com" ]
rwinch@users.noreply.github.com
35b721c3f240be62881e9494d84ece7f3b2a8892
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-84b-1-24-PESA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/optimization/direct/DirectSearchOptimizer_ESTest.java
96443967029dc22acfa5808f29907a88a933fb7f
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
1,313
java
/* * This file was automatically generated by EvoSuite * Fri Apr 03 08:38:28 UTC 2020 */ package org.apache.commons.math.optimization.direct; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.apache.commons.math.optimization.OptimizationExceptio...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
036019c8562984235a353fac849f1c3c5846c1b2
726b6d9f5bd965b8047662cdf3c7f2796139e69c
/InteraxTelephonyAsteriskJava/src/org/asteriskjava/fastagi/command/AnswerCommand.java
e38f24bdd04f943372604a9dae90278b242d7003
[]
no_license
adiquintero/interaxtelephony
794e8311d3f61e3fdec233c055c0e5df4db3274a
14dcd109fa3dd5ed74797f681dd87ec793ded703
refs/heads/master
2020-08-23T09:24:31.158545
2019-10-21T14:21:34
2019-10-21T14:21:34
216,584,831
0
0
null
null
null
null
UTF-8
Java
false
false
1,241
java
/* * Copyright 2004-2006 Stefan Reuter * * 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 ...
[ "yquintero@alodiga.com" ]
yquintero@alodiga.com
c7911fcf5c6ea0050dafc18d91532edce686189d
48a8f7155f6daa41eb5fc6cfdbfefd5baecf94a9
/index-providers/modeshape-lucene-index-provider/src/main/java/org/modeshape/jcr/index/lucene/SingleColumnIndex.java
db0bf293178bdaa3cd93fb406eb923a8d392e04d
[ "Apache-2.0" ]
permissive
vhalbert/modeshape
3aa246867e914a107d95b17a74e655e5917754c9
0bde16a631204b7361840dbfb09d8f946784a938
refs/heads/master
2020-12-01T01:09:40.172364
2018-11-16T21:33:54
2018-11-16T21:33:54
159,847,462
0
0
Apache-2.0
2019-05-30T14:24:50
2018-11-30T16:07:36
Java
UTF-8
Java
false
false
3,381
java
/* * ModeShape (http://www.modeshape.org) * * 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 o...
[ "hchiorea@redhat.com" ]
hchiorea@redhat.com
dd742b5a7773f833c44828fa5c2f0e8c73489ed6
ae5eb1a38b4d22c82dfd67c86db73592094edc4b
/project269/src/test/java/org/gradle/test/performance/largejavamultiproject/project269/p1345/Test26903.java
e9cf6ccc7e3d620e714f1a97002212d3f9012934
[]
no_license
big-guy/largeJavaMultiProject
405cc7f55301e1fd87cee5878a165ec5d4a071aa
1cd6a3f9c59e9b13dffa35ad27d911114f253c33
refs/heads/main
2023-03-17T10:59:53.226128
2021-03-04T01:01:39
2021-03-04T01:01:39
344,307,977
0
0
null
null
null
null
UTF-8
Java
false
false
2,182
java
package org.gradle.test.performance.largejavamultiproject.project269.p1345; import org.junit.Test; import static org.junit.Assert.*; public class Test26903 { Production26903 objectUnderTest = new Production26903(); @Test public void testProperty0() { Production26900 value = new Production26900();...
[ "sterling.greene@gmail.com" ]
sterling.greene@gmail.com
4dc481e046c7bb1304d3716a591ed4d2699f3cbc
736fef3dcf85164cf103976e1753c506eb13ae09
/seccon_2015/Reverse-Engineering Android APK 1/files/source/src/android/support/v4/graphics/drawable/DrawableCompat$LollipopMr1DrawableImpl.java
224f414a32df8abf437065f1f8e64ecca6050638
[ "MIT" ]
permissive
Hamz-a/MyCTFWriteUps
4b7dac9a7eb71fceb7d83966dc63cf4e5a796007
ffa98e4c096ff1751f5f729d0ec882e079a6b604
refs/heads/master
2021-01-10T17:46:10.014480
2018-04-01T22:14:31
2018-04-01T22:14:31
47,495,748
3
1
null
null
null
null
UTF-8
Java
false
false
556
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package android.support.v4.graphics.drawable; import android.graphics.drawable.Drawable; // Referenced classes of package android.support.v4.gr...
[ "dzcyberdev@gmail.com" ]
dzcyberdev@gmail.com
55d0845285a54172e9bce9c049cc384ca00a4564
db590cdb8e3fb6be8109af366b7ae1a52def6aab
/Singleton/src/com/it/demo2/SingletonTest03.java
d2f2582f8ba06864775c788fe9a06e44280fc274
[]
no_license
1035929/pinyougou_project
daee28d95e23b314db3b3d2be9b5eaa4dc8699bb
776792fbf4e4a746918ec0b515b485fd52386e64
refs/heads/master
2022-12-23T18:10:42.673592
2019-12-22T09:56:24
2019-12-22T09:56:24
229,547,731
0
0
null
2022-12-16T07:16:13
2019-12-22T09:54:49
JavaScript
UTF-8
Java
false
false
311
java
package com.it.demo2; public class SingletonTest03 { private SingletonTest03(){ } private static class SingletonManger{ private final static SingletonTest03 instance=new SingletonTest03(); } public static SingletonTest03 getInstance(){ return SingletonManger.instance; } }
[ "1035929256@qq.com" ]
1035929256@qq.com
baef96823ac7e0c3b5cc6f003b3f422f955fba24
9f2614252555e8d149565032f1496eedd9773081
/esac-commons-core/src/main/java/com/esacinc/commons/logging/logstash/impl/TimestampJsonProvider.java
58632bcd6261c479d1d60ba8c1b8d4c13d940df2
[ "Apache-2.0" ]
permissive
mkotelba/esac-commons
bd9033df7191c4ca1efeb5fabb085f6e353821ff
81f1567e16fc796dec6694d7929d900deb6a4b78
refs/heads/master
2021-01-12T11:38:12.464762
2017-01-24T03:17:13
2017-01-24T03:17:13
72,240,463
0
0
null
2016-10-28T20:39:51
2016-10-28T20:39:50
null
UTF-8
Java
false
false
1,143
java
package com.esacinc.commons.logging.logstash.impl; import ch.qos.logback.classic.spi.LoggingEvent; import com.esacinc.commons.config.property.PropertyTrie; import com.esacinc.commons.logging.elasticsearch.ElasticsearchDatatype; import com.esacinc.commons.logging.elasticsearch.ElasticsearchFieldMapping; import com.esac...
[ "michal.kotelba@esacinc.com" ]
michal.kotelba@esacinc.com
cf14f23dd0a9f770ebd44eb2e6eaa0a78ad5121c
539c22a397b0679415c26ef0690c4c8f33a82fbb
/src/FlowInt.java
f6bac96b78b35686701a95cd6e210bf4488dfd98
[]
no_license
lupeiadrian/-FlowersDelivery-
9808c6f1e4cdae5adcf45669e9bd5ec3b1eb9570
c3e9f1ec13c2932e0591d44e1eba8722836561ec
refs/heads/master
2022-11-27T12:35:51.948118
2020-07-01T17:20:26
2020-07-01T17:20:26
275,565,888
0
0
null
2020-06-28T19:53:19
2020-06-28T10:59:53
Java
UTF-8
Java
false
false
21,840
java
import java.awt.Component; import java.awt.Dimension; import java.awt.Image; import java.io.File; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JFileChooser; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JTable; import javax.swing.filechooser.FileNameExtension...
[ "lupei@DESKTOP-758UGCK" ]
lupei@DESKTOP-758UGCK
e789ade847c54211eabea83000708a6f4030aa21
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/iot-20180120/src/main/java/com/aliyun/iot20180120/models/QueryMessageInfoRequest.java
c58087b47b245ed327343e1bfaa276991fb70773
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
943
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.iot20180120.models; import com.aliyun.tea.*; public class QueryMessageInfoRequest extends TeaModel { @NameInMap("IotInstanceId") public String iotInstanceId; @NameInMap("UniMsgId") public String uniMsgId; public static Que...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
fb2b5605092c62cab1050da589c354dacd59349e
cbd473c31ad9e95249f7ea929004ce2af4be76cc
/app/src/main/java/com/example/weather2/FiveDayForecast.java
801257e7f86e0bcf93c623a3cefa98078949a68b
[]
no_license
the-eugene/Weather2
6f48e1871de3984183b349209d4507b5b3850770
ff739262fa38e3e8d4a9ba4ed0f478a17f433ca1
refs/heads/master
2022-12-31T00:39:38.232851
2020-10-23T21:34:32
2020-10-23T21:34:32
306,750,798
0
0
null
null
null
null
UTF-8
Java
false
false
1,081
java
package com.example.weather2; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; public class FiveDayForecast { @SerializedName("cnt") @Expose public Integer countResponses=0; @SerializedName("list") @Expose public List<Weathe...
[ "72322861+the-eugene@users.noreply.github.com" ]
72322861+the-eugene@users.noreply.github.com
454c6880cd63cdd9d35318ab11ad83dfc8a0119c
516a32e6b2c5b679341abe49d51bab20f68d85d4
/src/main/java/com/tianyu/example/asm/App.java
265285d9b8ceb8be01671956cad402a22883c654
[]
no_license
coobee0620/example
b377dd75cb7e9ff8348ccc89bcac2d6598b9fca8
0373528e06f86c96f1369d8769183e14d67ba9e3
refs/heads/master
2021-09-21T19:47:08.714206
2018-08-31T02:13:52
2018-08-31T02:13:52
103,602,040
0
0
null
null
null
null
UTF-8
Java
false
false
1,544
java
package com.tianyu.example.asm; import org.objectweb.asm.ClassReader; import org.objectweb.asm.ClassWriter; import org.objectweb.asm.Opcodes; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * App * * @Author yu.tian@mtime.com * @Date 17/10/30 1...
[ "yu.tian@mtime.com" ]
yu.tian@mtime.com
a43615857d74b0647bbcda37bd898af06b407190
76dda0e120b3129be9809d463c90ffc1f9690ba4
/Notes3.java
e907cf71557ab6c315cf352da151828153139048
[]
no_license
RathoreDevansh08/Java_Notes
1e2abc03e47ed0312aed846728f01077cd6bba90
42d37dff002a6c68f5982f12dc5a45090f7b794d
refs/heads/master
2022-10-19T21:44:06.203690
2020-06-11T16:38:11
2020-06-11T16:38:11
270,387,373
0
0
null
null
null
null
UTF-8
Java
false
false
2,246
java
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// TOPICS :: Conditional statements, Switch, Loops(For, While, Do-While, For-each), break/continue. ///////////////////////////////////////////////////////////////////////////////////////////////////...
[ "rathoredevansh08@gmail.com" ]
rathoredevansh08@gmail.com
5c4ca9c8c5914fbc4a750aeb9bbe7d81c8543838
bd729ef9fcd96ea62e82bb684c831d9917017d0e
/CHPT/source/trunk/supp_app/SspDispatchService/src/com/ctfo/storage/model/basedata/TbVehicleModels.java
eb4495f5f0bd8ebd5feba0dc3dbf17dbeed40c1e
[]
no_license
shanghaif/workspace-kepler
849c7de67b1f3ee5e7da55199c05c737f036780c
ac1644be26a21f11a3a4a00319c450eb590c1176
refs/heads/master
2023-03-22T03:38:55.103692
2018-03-24T02:39:41
2018-03-24T02:39:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,797
java
package com.ctfo.storage.model.basedata; import java.io.Serializable; import java.math.BigDecimal; /** * * * <p> * ----------------------------------------------------------------------------- <br> * 工程名 : SspDispatchService <br> * 功能: 车型档案<br> * 描述: 车型档案<br> * 授权 : (C) Copyright (c) 2011 <br> * 公司 : 北京中交慧...
[ "zhangjunfang0505@163.com" ]
zhangjunfang0505@163.com
a2c81a38f5f2e3b597d03ed4781d094e21bbdabe
00b1b8ec0ec1e5b9d39548cc104aa8c751d4304d
/src/main/java/com/ironhack/midterm/bankingAPI/utils/Decode.java
6bb44a8337cedb6bf91c654b7090707c35d7baef
[]
no_license
EN-IH-WDPT-JUN21/miniProject_group1_monolith
99c0548f215c500aaaf573b4e0f43eab5630525e
f4e7baffe3a9275271d026d99bb4981a39bdc37e
refs/heads/master
2023-09-03T22:28:19.734265
2021-10-09T13:43:30
2021-10-09T13:43:30
415,319,298
0
0
null
null
null
null
UTF-8
Java
false
false
520
java
package com.ironhack.midterm.bankingAPI.utils; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; public class Decode { public static void main(String[] args) { BCryptPasswordEncoder bCryptPasswordEncoder = new BCryptPasswordEncoder(); System.out.println("123456"); Sy...
[ "wojtek.drygas@gmail.com" ]
wojtek.drygas@gmail.com
1a593df3c1b667fe14fb5947e57d865a7d69a9dd
b181102cc07b2704fff74d25e197126f6cbf37ed
/xmd-shop-parent/xmd-shop-commons/xmd-shop-common-oauth/src/test/java/com/baidu/test/JwtTokenTest.java
b6d50ca9a044a046a50fc269e28fee7476d671de
[]
no_license
xinmengdan/xmd-shop
8d657bdd8ccbcaa202bff8cb5ec843df56b8d28c
8f6461ed0353d880102d1fcdf0c45f759c3e607d
refs/heads/master
2023-01-03T04:08:28.790114
2020-10-31T03:29:28
2020-10-31T03:29:28
290,703,909
0
0
null
null
null
null
UTF-8
Java
false
false
2,099
java
package com.baidu.test; import com.baidu.shop.dto.UserInfo; import com.baidu.shop.utils.JwtUtils; import com.baidu.shop.utils.RsaUtils; import org.junit.Before; import org.junit.Test; import java.security.PrivateKey; import java.security.PublicKey; /** * @ClassName JwtTokenTest * @Description: TODO * @Author xinm...
[ "xinmengdan@163.com" ]
xinmengdan@163.com
edb030fa75b009b4bc41bba4d98c9d84a56d90d4
fb07107b7758bd1c1ec30feb13d612f318093901
/src/main/java/br/com/brazukas/Models/Responses/PagamentoResponse.java
34bfe4d5bd7bbf5174b0cb503bf135b224ba9bb1
[]
no_license
Caio-Moreno/Ecommerce-Java-API
05d08a23356d8aaf0a73935f91b952a1725aaa5a
c3fde439afd330af85a193f2fbe85b184e0e4b00
refs/heads/main
2023-07-15T04:46:09.428811
2021-08-31T18:47:09
2021-08-31T18:47:09
342,949,334
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package br.com.brazukas.Models.Responses; import br.com.brazukas.Models.Payment; import lombok.*; @Getter @Setter @NoArgsConstructor @AllArgsConstructor @ToString public class PagamentoResponse { private int _httpCode; private String _message; private int _idVenda; private String _numPedido; priva...
[ "cvinicius.moreno@outlook.com" ]
cvinicius.moreno@outlook.com
639591f834a2490e01cec7d1ccbf5772118a76f8
4215fe95adc47d31b712c777c05e3085e66f8a5d
/src/plugins/dbaccess/src/java/org/jivesoftware/openfire/plugin/DbAccessPlugin.java
446414addfbdee8be169d3bc09451edca71c9ac7
[ "Apache-2.0" ]
permissive
koothooloo/openfire
a27ca5d530fef683687da6c95dfb6b488279b27a
258663addfea44b31132a21d52198b6e2aaba44f
refs/heads/master
2023-01-10T00:12:59.395548
2017-02-23T03:13:32
2017-04-03T20:01:53
87,117,292
0
0
Apache-2.0
2022-12-27T14:47:20
2017-04-03T20:23:16
Java
UTF-8
Java
false
false
724
java
/** * Copyright (C) 2008 Daniel Henninger. All rights reserved. * * This software is published under the terms of the GNU Public License (GPL), * a copy of which is included in this distribution. */ package org.jivesoftware.openfire.plugin; import org.jivesoftware.openfire.container.Plugin; import org.jivesoftwar...
[ "daeva@b35dd754-fafc-0310-a699-88a17e54d16e" ]
daeva@b35dd754-fafc-0310-a699-88a17e54d16e
f09de8f7b4d48eacdf1272abfde4f6a77bebbfba
b051fb2c04233d7fc1777ea69e92d09a9e836b7c
/src/main/java/com/btanabe/busnotifier/onebusaway/listeners/LoggingRetryListener.java
2b62c15f17b5bfde67734e04256bb3533e79ffe5
[]
no_license
brian-tanabe/BusNotifier
5a4da0c90780929bf6f429c33ed9e9e10f4d913e
ba87591d1f9395a4ff71b17c12d832939e1f2263
refs/heads/master
2020-01-23T22:03:58.439001
2017-02-05T20:24:06
2017-02-05T20:24:06
74,704,754
0
0
null
null
null
null
UTF-8
Java
false
false
1,357
java
package com.btanabe.busnotifier.onebusaway.listeners; import com.github.rholder.retry.Attempt; import com.github.rholder.retry.RetryListener; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.exception.ExceptionUtils; /** * Created by Brian on 12/11/16. */ @Slf4j public class LoggingRetryListener im...
[ "btanabe2@gmail.com" ]
btanabe2@gmail.com
6573e74df3af50b8508e9955829ea7ffe81b522f
fda3d45669a82feb72e70b84c658e97db759b9a2
/app/src/main/java/com/penglong/android/libsocket/sdk/bean/ISendable.java
41dce10f9a512c7814e12813520fa66315545eaa
[]
no_license
xiangruyimobuliaoq/qycode
22db500a276e1ec050035fd8d1bd60d0d5f96820
0b9767cfa42cdb6e7f8f8bf263ab89b1af0015d2
refs/heads/master
2020-03-30T00:27:09.043019
2018-10-08T02:44:53
2018-10-08T02:44:53
150,524,307
0
0
null
null
null
null
UTF-8
Java
false
false
366
java
package com.penglong.android.libsocket.sdk.bean; import java.io.Serializable; /** * 可发送类,继承该类,并实现parse方法即可获得发送能力 * Created by penglong on 2017/5/16. */ public interface ISendable extends Serializable { /** * 数据转化 * * @return 将要发送的数据的字节数组 */ byte[] parse(); }
[ "446971874@qq.com" ]
446971874@qq.com
f40c753fe42232b5e06bab5d97706f25d859ea41
30f2dfccea2e8ba000379f3da2acbba2611db207
/sample/src/main/java/me/jeevuz/outlast/sample/ChildPresentationModel.java
375377e63ed7c3338a6008e6c93f17590f721ba7
[ "MIT" ]
permissive
Jeevuz/Outlast
d8e63006c32439c3cb3171ca61dc1ffa6bf1eda4
fd98107289c0bc6e4712f329919559c399968ea2
refs/heads/master
2021-01-22T05:34:03.533830
2017-04-13T21:10:35
2017-04-13T21:10:35
81,678,243
7
2
null
2017-04-02T19:51:13
2017-02-11T19:54:56
Java
UTF-8
Java
false
false
1,865
java
package me.jeevuz.outlast.sample; import java.util.concurrent.TimeUnit; import io.reactivex.Observable; import io.reactivex.disposables.CompositeDisposable; import io.reactivex.subjects.BehaviorSubject; import timber.log.Timber; import static me.jeevuz.outlast.sample.TheApplication.BAD_WORDS; /** * @author Vasili ...
[ "vasili@mobileup.ru" ]
vasili@mobileup.ru
990bf3150012f48195b45594e721d0eed151a9f4
07925a627afa3f670f2c7c3c9813ca766cea362e
/app/src/main/java/cnaio/imooc/com/cniao5/model/Category.java
53f75cf119f1cf57e5ee0c643bdcd88d4767506e
[]
no_license
cnrnews/Cniaoshop
5248ca9058b84bdb5c030467c4f5735dac7d79da
c9f2c59eac061a1eed5714c7d5584ce1c617d217
refs/heads/master
2021-08-24T01:27:00.874814
2017-12-07T12:57:15
2017-12-07T12:57:15
113,450,906
0
0
null
null
null
null
UTF-8
Java
false
false
659
java
package cnaio.imooc.com.cniao5.model; /** * 分类 * @author:lihl on 2017/11/20 22:52 * @email:1601796593@qq.com */ public class Category { /** * id : 1 * name : 热门推荐 * sort : 1 */ private int id; private String name; private int sort; public int getId() { return id; ...
[ "18810356923@163.com" ]
18810356923@163.com
a8d52a946b343b95545fdd2ad1dc56efe1a70a15
6a57764caa0c2652ee2334c3e9ce74536db248d7
/Fn/src/fn/ContextFnNode.java
ad586ee2e8c60b336941f9fc1476a01410eefa38
[]
no_license
calvinashmore/painter
2da46d3b7f55b4bae849d645cafee74fea2ae50d
bb25d9cb02ecb347e13e96247e11fcbb14290116
refs/heads/master
2021-03-12T23:59:20.720280
2011-09-22T17:28:56
2011-09-22T17:28:56
26,514,507
1
0
null
null
null
null
UTF-8
Java
false
false
5,555
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package fn; import fn.parser.ASTBlock; import fn.parser.ASTFnDefinition; import fn.parser.ASTFnDefinition.TypeAndName; import fn.parser.Token; import java.util.ArrayList; import java.util.List; import jd.ClassDescriptor...
[ "ashmore@a3f7fd50-973e-0410-8b28-ed0ccb69969c" ]
ashmore@a3f7fd50-973e-0410-8b28-ed0ccb69969c
3d6dbd0318bb94a975a315c7ca9fd7157327cfe6
f4c64601684ea81564b5a31e9992bc035a054a82
/src/main/java/com/cse406/cw/TransactionController.java
fa5ab93e3308fa5eb4a6067e0b3b1ddcf3e9cf0f
[]
no_license
davidberlian/coursework-cse406-2
379c0bf4ec7195d957018f8512c94aa4b8db5537
cf688d4e91e44f9723d3407a39061e74153ce519
refs/heads/master
2022-06-23T02:07:37.955370
2020-05-08T15:08:43
2020-05-08T15:08:43
258,809,804
0
0
null
2020-05-08T08:00:06
2020-04-25T15:30:37
Java
UTF-8
Java
false
false
4,820
java
package com.cse406.cw; import java.text.NumberFormat; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.springframework.stereotype.Controller; ...
[ "david.berlian@outlook.com" ]
david.berlian@outlook.com
60cab93a4dca66e6d977a85188cfa97b53b1b5de
493c101f337ff4b1060f1e1586f0336faace8f87
/src/com/mkyong/common/SendMailSSL.java
e0e638ec1e41d3aabe39e8c8aa0e446f9f22a9bf
[]
no_license
ShoeTurtle/Trade-My-Book
6590f809ece27bac2b9e2b426c71b9c19d60c03e
7693835f156b5fb8260e5b3b459c3ae235f028ec
refs/heads/master
2021-03-12T23:54:17.996849
2013-01-15T06:14:48
2013-01-15T06:14:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,424
java
package com.mkyong.common; import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.PasswordAuthentication; import javax.mail.Session; import javax.mail.Transport; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; public class ...
[ "binay_budhathoki@hotmail.com" ]
binay_budhathoki@hotmail.com
692161356d310677a7236e53a3c613e4f68df688
85f24d3c5dcb258569128c7fac0ef749f91ac33b
/ad-management/src/main/java/com/healspace/ad/controller/AdvertisementController.java
70c85458b4c19e890024033ef62ba9e9461f6244
[ "Apache-2.0" ]
permissive
mengyuhs/ad
37b8d5480fd80daf78c11fcff9ccae9a4f6255cb
831e2df49e2b40a823aeb12d3bfba85d975a5a60
refs/heads/master
2021-01-02T08:55:22.230019
2017-08-02T17:48:22
2017-08-02T17:48:22
99,098,834
0
0
null
null
null
null
UTF-8
Java
false
false
154
java
package com.healspace.ad.controller; /** * AdvertisementController * * @author mengyu * @since 2017/8/2 */ public class AdvertisementController { }
[ "yu.meng@17zuoye.com" ]
yu.meng@17zuoye.com
e50ddf4c77b7128d688886bc85eb2e706a63dece
a37a129755fd193fa46d3c64ab269b6b9dde7982
/DesignPatterns/src/com/org/modal/FactoryPattern/Circle.java
b3b196414b02eee20f47b88c53e02bff01507b13
[]
no_license
dishu2016/DesignPatterns
df82c10457798d8e9315b7eb508e0cb3a2b53203
bdc2d6bab03c2170fdf848d4544aeb90db5040fb
refs/heads/master
2020-04-22T10:34:22.465777
2016-09-07T10:02:52
2016-09-07T10:02:52
67,590,219
1
0
null
null
null
null
UTF-8
Java
false
false
211
java
package com.org.modal.FactoryPattern; public class Circle implements Shape { @Override public void draw() { // TODO Auto-generated method stub System.out.println("Inside Circle::draw() method."); } }
[ "1193218027@qq.com" ]
1193218027@qq.com
31f45a15f9427932736e712ee52577f7f80b7416
8c4fc22c0899daa1bdb49f9468b657929c56b884
/src/main/java/resume/ExperianceModel.java
e7d3dabd0c449b0506cf42c1a8c80772b6dd0fd4
[]
no_license
Betty2017/ResumeWeek6
35e04657283071f0dfe5b949094ef52b5ee73813
35f5abe9090bd86e30c29ae56f41ca3fa34d7eef
refs/heads/master
2020-12-03T00:39:14.309624
2017-07-10T17:12:01
2017-07-10T17:12:01
95,598,942
0
0
null
null
null
null
UTF-8
Java
false
false
1,319
java
package resume; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class ExperianceModel { @Id @GeneratedValue(strategy = GenerationType.AUTO) private int id; private String company; private ...
[ "beti.negatu@gmail.com" ]
beti.negatu@gmail.com
11aa72c205412fbd936877f51914bc4a369f560a
7ddcd3628958272be3a40b58bb062889d373a810
/src/exam_questions/files/Test6.java
2f50d2212c225d09edc74bd8f144088d22001c2a
[]
no_license
minaeva/ocp
ca7961b57aa8a122669f5261a633cfe666fb7f9c
52ebb67a3bd265993e178b266aad4c9988acd730
refs/heads/main
2023-08-25T10:01:39.087351
2021-09-21T15:51:30
2021-09-21T15:51:30
337,324,757
0
0
null
null
null
null
UTF-8
Java
false
false
683
java
package exam_questions.files; class Resource1 implements AutoCloseable { public void close() { System.out.println("Resource1"); } } class Resource2 implements AutoCloseable { public void close() { System.out.println("Resource2"); } } public class Test6 { public static void main(St...
[ "sminaeva@uscold.com" ]
sminaeva@uscold.com
455e6eb0ec93ed0d56b2a82c5996fd9658cbdf74
21c13de053a615f44b80545fe13e1024167d7779
/src/main/java/com/woowahan/firstweb/answer/ApiAnswerController.java
46d25c096afd1bcb972c16da66c3efc7bb0ef3a8
[]
no_license
HannaJeon/firstweb
0378511b3aa892a7674355fa709128ee3da095b6
bdd12416c396ebdbc07a16acf6110921e402b57d
refs/heads/master
2021-05-05T07:03:43.139000
2018-01-30T08:05:27
2018-01-30T08:05:27
118,846,790
1
0
null
null
null
null
UTF-8
Java
false
false
1,878
java
package com.woowahan.firstweb.answer; import com.woowahan.firstweb.question.Question; import com.woowahan.firstweb.question.QuestionRepository; import com.woowahan.firstweb.user.User; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.spri...
[ "jks7psj@gmail.com" ]
jks7psj@gmail.com
39b500d2ab7bae334b24708f4345565e93b3a718
7e8c1a7db1b3cf31eae3e28ffb32eec3eaa906a7
/SDET Programs/src/homework/ds/arrays/P010Calories.java
0076ef6cf1e36ef7755ec516dea53a8a2c9380bf
[]
no_license
AravindhanBoopathi/SDET
ecebe7066819e1d3879ec2d8a1e38e92149cadb7
d857bd4d818af3558b509b68edadabc85fdecd6a
refs/heads/master
2023-02-10T20:41:55.876573
2021-01-07T15:40:54
2021-01-07T15:40:54
296,859,371
0
2
null
2020-10-16T06:54:27
2020-09-19T12:01:52
Java
UTF-8
Java
false
false
3,223
java
package homework.ds.arrays; import org.junit.Test; public class P010Calories { /* A dieter consumes calories[i] calories on the i-th day. Given an integer k, for every consecutive sequence of k days (calories[i], calories[i+1], ..., calories[i+k-1] for all 0 <= i <= n-k), they look at T, the total calories cons...
[ "aravindhanb@hotmail.com" ]
aravindhanb@hotmail.com
845afc16ba62967811d592b4aac4f17627a1e80e
360506c57cf9b7f2eb2fb583bbe79088bd7494af
/系统后台/src/main/java/com/pers/food/object/vo/UserVO.java
e112ce7fec1396b54b2c43ceedc310e1aabd331d
[]
no_license
Lovefirmament/wechat_order_food
5c74ba1d5b5cb508f5326f6f020e78b48a4446d3
30de28b7047dda3bd594684a13c3f25a0d6d8532
refs/heads/master
2022-04-24T00:08:52.867204
2020-04-17T12:06:09
2020-04-17T12:06:09
256,488,927
0
0
null
null
null
null
UTF-8
Java
false
false
266
java
package com.pers.food.object.vo; import lombok.Data; import java.io.Serializable; @Data public class UserVO implements Serializable { private static final long serialVersionUID = 9098717301875076528L; private String username; private String token; }
[ "623311582@qq.com" ]
623311582@qq.com
058feb8b31c1cf79a484e360a654c9832d10681d
76fb987699fd42cbc266a72b2d274156a11eb00f
/app/src/main/java/com/baidu/traveleverywhere/utils/SpUtil.java
1242d9bdb99990cec7fc2df308977ab65aa1c415
[]
no_license
Jesuslovedtheworld/Travel
edbc1cf946681edffdebc193dce221cf30a2a0df
1fb0972cfde0ca08624b69667f58a73d5ae3b282
refs/heads/master
2020-05-24T06:30:36.588330
2019-05-17T03:47:34
2019-05-17T03:47:34
187,139,157
1
0
null
null
null
null
UTF-8
Java
false
false
2,105
java
package com.baidu.traveleverywhere.utils; import android.content.Context; import android.content.SharedPreferences; import com.baidu.traveleverywhere.base.BaseApp; /* * * author gme * time 2019年4月30日14:08:37 */ //Sharepreference public class SpUtil { /** * 保存在手机里面的文件名 */ private static final String FILE_...
[ "1367346501@qq.com" ]
1367346501@qq.com
ce4b9b88899892d6260983673d5d8a827bb6b4a0
ee62fa86f658c22421cd58585c01f1974b78211c
/src/main/java/com/anzoo_anzoom/database/information_schema/tables/records/InnodbLocksRecord.java
e6eeca962ce1b7d46d6b58ba689be6d8250e47c5
[]
no_license
ppurin888/anzoo-anzoom
d31a9cc133aba0d26002293701584b97bc9a80dd
8594265b00789ad4d3e2fa8e780804dc2cecbf42
refs/heads/master
2021-05-07T14:01:05.284523
2017-11-22T08:05:57
2017-11-22T08:05:57
109,797,678
1
0
null
null
null
null
UTF-8
Java
false
true
11,552
java
/* * This file is generated by jOOQ. */ package com.anzoo_anzoom.database.information_schema.tables.records; import com.anzoo_anzoom.database.information_schema.tables.InnodbLocks; import javax.annotation.Generated; import org.jooq.Field; import org.jooq.Record10; import org.jooq.Row10; import org.jooq.impl.TableR...
[ "alska1039@allocation.co.kr" ]
alska1039@allocation.co.kr
bb5b134b3e6a3853c58f5b47b8de8c8fa7fa56c3
b3c6dc41e5f05c8be7e158e7c841a3ac6df2a505
/spring-aop-async/src/main/java/com/zbwfisher/async/core/AsyncFutureCallback.java
25305c8bb43010f8ecb04b7e24327f9a8b553e44
[]
no_license
zbwfisher1/spring-vue-docker
0b35320fd897fdbc623189566dad23cfaf647d41
1f4404bba6fd6a516226be000763a3702ee1d1ee
refs/heads/master
2020-06-17T18:19:22.877244
2018-12-13T12:28:14
2018-12-13T12:28:14
94,160,038
2
1
null
null
null
null
UTF-8
Java
false
false
274
java
package com.zbwfisher.async.core; /** * <p> * * * * </p> * @author woter * @date 2016-8-1 下午4:12:08 * @version */ public interface AsyncFutureCallback<V>{ public void onSuccess(V result); public void onFailure(Throwable t); }
[ "zhang_bw@inspur.com" ]
zhang_bw@inspur.com
229604095db6e5599efb9c110b89fdfa28400c3b
ef83fba33db607763110612c1cba54625ab19f1c
/lib/main/net/oz/string/StringUtils.java
ca47450b0165ca85e2a791c7aa59ad8b75e11fb6
[ "Apache-2.0" ]
permissive
osmanys/cpjava2
6e12913a53e2be3b70a905febd01b8d5caa06c12
707c57ff9bca694ff159e95cd9af45675b1ac7e2
refs/heads/master
2020-05-14T13:18:31.072651
2019-06-30T20:07:16
2019-06-30T20:07:16
181,809,171
1
0
null
null
null
null
UTF-8
Java
false
false
6,201
java
package net.oz.string; import java.util.Arrays; /** * @author Egor Kulikov (kulikov@devexperts.com) */ public class StringUtils { public static String reverse(String sample) { StringBuilder result = new StringBuilder(sample); result.reverse(); return result.toString(); } public ...
[ "osmanys@gmail.com" ]
osmanys@gmail.com
4977a09e2ba8c88daeb283201e201bf24b24264e
9630c7c54e36bf6f1e5f6921f0890f9725f972b9
/src/main/java/com/jxf/task/tasks/trans/ImportUpdateMemberMsgTask4.java
4b8373b65fdb225c80d78b067abd17e7fdf858f2
[]
no_license
happyjianguo/wyjt
df1539f6227ff38b7b7990fb0c56d20105d9c0b1
a5de0f17db2e5e7baf25ea72159e100c656920ea
refs/heads/master
2022-11-18T01:16:29.783973
2020-07-14T10:32:42
2020-07-14T10:32:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package com.jxf.task.tasks.trans; import org.quartz.DisallowConcurrentExecution; import org.quartz.Job; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import com.jxf.transplantation.temp.message.ImportUpdateMessageUtils4; /** * 导入好友数据 * * @author wo */ @DisallowConcurrentExec...
[ "gbojob@126.com" ]
gbojob@126.com
36603e44d3469ef28fbf188d07e4527e9342d64a
6c38e256d798c666ab20c5215296d3f8cefb4cfb
/zap_syn/src/main/java/com/goldmsg/gmvcs/syn/core/base/BaseController.java
52e0aaa4ae3bd181ae7bb671928191822419c1dc
[]
no_license
13169114313/tools
1294628e2060a4b489b706c787d01d49d41254fe
ede4b8580dec4613dab3baf99950c12d935893b2
refs/heads/master
2021-05-09T05:36:18.766746
2018-02-08T02:19:02
2018-02-08T02:19:02
119,315,739
0
0
null
null
null
null
UTF-8
Java
false
false
2,456
java
package com.goldmsg.gmvcs.syn.core.base; import com.alibaba.druid.support.json.JSONUtils; import com.goldmsg.gmvcs.syn.core.exception.MyException; import org.springframework.beans.propertyeditors.CustomDateEditor; import org.springframework.web.bind.WebDataBinder; import org.springframework.web.bind.annotation.Excepti...
[ "1332787671@qq.com" ]
1332787671@qq.com
89b70399efdaf57175800d8e7c6939b771b78744
3a7fcec7fcf57989c813ddf0f56bf1afb0a048a9
/src/main/java/com/keyan/common/constant/CommonMap.java
34ff9b4e80ab5efe2e73a42a49aeadeb54932d09
[]
no_license
zhangguoji/KeYanBookKeep
57ce96fa2e8a81eaa4cda571afc37d6c05d6d293
485917d8eb2379364f84ba82aaed64ac5479c5de
refs/heads/master
2022-12-22T21:07:24.729112
2020-09-23T08:39:30
2020-09-23T08:39:38
297,889,781
0
0
null
null
null
null
UTF-8
Java
false
false
1,285
java
package com.keyan.common.constant; import java.util.HashMap; import java.util.Map; /** * 通用Map数据 * * @author ruoyi */ public class CommonMap { /** 状态编码转换 */ public static Map<String, String> javaTypeMap = new HashMap<String, String>(); static { initJavaTypeMap(); } /** * 返回...
[ "zguoji@servyou.com.cn" ]
zguoji@servyou.com.cn
398707076586a30a1468f4e6b6e7974ecf3ac035
128da67f3c15563a41b6adec87f62bf501d98f84
/com/emt/proteus/duchampopt/__tcf_25139.java
45bd99f67f649dac83ea256ac892d4e7a784f969
[]
no_license
Creeper20428/PRT-S
60ff3bea6455c705457bcfcc30823d22f08340a4
4f6601fb0dd00d7061ed5ee810a3252dcb2efbc6
refs/heads/master
2020-03-26T03:59:25.725508
2018-08-12T16:05:47
2018-08-12T16:05:47
73,244,383
0
0
null
null
null
null
UTF-8
Java
false
false
1,639
java
/* */ package com.emt.proteus.duchampopt; /* */ /* */ import com.emt.proteus.runtime.api.Env; /* */ import com.emt.proteus.runtime.api.Frame; /* */ import com.emt.proteus.runtime.api.Function; /* */ import com.emt.proteus.runtime.api.ImplementedFunction; /* */ import com.emt.proteus.runtime.librar...
[ "kimjoey79@gmail.com" ]
kimjoey79@gmail.com
98d6b1b40546401b719390d0020105950eff26d5
fc0cfa4aeac24c4b8c9ca4b67ffb439dd5cfc112
/src/main/java/grader/TestExtractZippedFile.java
b32c3c5d1ba83feef196fe5e9c93e960a392cc22
[]
no_license
camman3d/Grader
c8c07456ec1ad7be9fd5a4af01a58be8cf569f43
67fb994cdb1520de323c4d9e7180135a21046e86
refs/heads/master
2020-05-27T07:54:24.544505
2013-12-12T15:42:36
2013-12-12T15:42:36
13,368,673
1
1
null
2013-11-06T16:13:55
2013-10-06T20:18:02
Java
UTF-8
Java
false
false
1,502
java
package grader; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; public class TestExtractZippedFile { public static final String ZIPPED_FOLDER = "D:/dewan_backup/Java/RecursionLimit.zip"; // public static final S...
[ "camman3d@gmail.com" ]
camman3d@gmail.com
e84abf3e9cea041a562ecbe342cb4840f517567f
51dc63e7dc911d9bd6216c5c27a9ab50b8ff8925
/SplitMoney!!/src/main/java/com/example/yoshita/navigation/Main6Activity.java
ddd55f73a8ab6a1bd436778b162d4baa63ba24b7
[]
no_license
Wise-team3/Crackitpls
e7c37e3ec6a4fa5ac550d148094d8aafcce0c257
12eed0f296cc7eea8b9ca07817c6d2e7df5f3ce7
refs/heads/master
2021-05-01T09:52:21.133246
2018-02-11T06:56:20
2018-02-11T06:56:20
121,100,395
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package com.example.yoshita.navigation; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class Main6Activity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout....
[ "byoshita@gmail.com" ]
byoshita@gmail.com
8b817d2ab164885d1ec602a6323887b1f993d90d
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-70b-1-25-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/apache/commons/math/analysis/solvers/BisectionSolver_ESTest.java
a75bf1827d26a786399574ef1f85710c2b7ae905
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
1,157
java
/* * This file was automatically generated by EvoSuite * Sun Apr 05 13:27:00 UTC 2020 */ package org.apache.commons.math.analysis.solvers; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import org...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
0120a195ee49cd027a8af03eaf8b39e5ff0affa2
2e48d53bf94b0ae9dfdf5ad51cee7d5651a022d3
/hib/LambdaExp/src/com/shrey/samples/java8/WithLambdaExp.java
b31daf8da598093d6c59dec9a3421785a1476787
[]
no_license
Jehanat/mode1-2
826d2c7bcccf77ba50ad71f06065e35213da7508
bd914ece9839682b465cae8570b0a327b62bf6fe
refs/heads/master
2022-12-20T14:38:19.345886
2019-10-24T13:17:41
2019-10-24T13:17:41
216,971,322
0
0
null
2022-12-16T10:42:46
2019-10-23T04:58:25
JavaScript
UTF-8
Java
false
false
240
java
package com.shrey.samples.java8; public class WithLambdaExp { public static void main(String[] args) { MyFunctionalInterface myFunctionalInterface =() -> {System.out.println("Welcome Lambda"); }; myFunctionalInterface.sayMessage(); } }
[ "jehanatjamil1412@gmail.com" ]
jehanatjamil1412@gmail.com
eaacee027b80cb58005594b1747c7f703c617b3a
2577325d9ffd99ecbf569648d2315e08368c476f
/RushuWechatCP/src/main/java/com/rushucloud/wechat/cp/Application.java
63973565cd88c02540cb77f158837e2d31778205
[ "Unlicense" ]
permissive
yangboz/north-american-adventure
b1f69b283241984bccfc3d9be1ccd3711b1d0356
544c89fac8c861216c40bef01badeade65409a23
refs/heads/master
2021-03-19T07:07:18.855860
2015-04-10T12:47:33
2015-04-10T12:47:33
23,430,933
0
0
null
null
null
null
UTF-8
Java
false
false
2,196
java
package com.rushucloud.wechat.cp; import java.util.List; import me.chanjar.weixin.common.exception.WxErrorException; import me.chanjar.weixin.cp.api.WxCpInMemoryConfigStorage; import me.chanjar.weixin.cp.api.WxCpServiceImpl; import me.chanjar.weixin.cp.bean.WxCpMessage; import me.chanjar.weixin.cp.bean.WxCpUser; imp...
[ "YoungWelle@gmail.com" ]
YoungWelle@gmail.com
e5a283688ca7009bc80c951cbf8880d13fd7097e
4c1b59312ecf261c30e933ea751e3f25d7ece627
/src/main/java/com/thinkgem/jeesite/modules/wlpt/service/trade/TradeTraceService.java
889f56cdc337d6830df3270e9a644b396b9806f3
[ "Apache-2.0" ]
permissive
nowimwrok/zd_ztpor
e18d58545ac0f02c64cff81e38bfb0510352047d
1e53899726f0a5e89ce8dab647504be7b4e68a03
refs/heads/master
2021-04-05T23:43:06.065526
2018-03-09T06:17:07
2018-03-09T06:17:07
124,496,758
1
2
null
null
null
null
UTF-8
Java
false
false
9,798
java
/** * */ package com.thinkgem.jeesite.modules.wlpt.service.trade; import java.util.List; import com.thinkgem.jeesite.common.config.DataDic; import com.thinkgem.jeesite.modules.sys.entity.User; import com.thinkgem.jeesite.modules.sys.service.SystemService; import com.thinkgem.jeesite.modules.sys.utils.UserUtils; imp...
[ "nowimwork@foxmail.com" ]
nowimwork@foxmail.com
b920ebf6c088e4a6b3a330a07f6f3dc5d7e77277
84e064c973c0cc0d23ce7d491d5b047314fa53e5
/latest9.3/hej/net/sf/saxon/tree/linked/ElementImpl.java
3ce38643d6336ba32f6588bbeecb323fb5095f19
[]
no_license
orbeon/saxon-he
83fedc08151405b5226839115df609375a183446
250c5839e31eec97c90c5c942ee2753117d5aa02
refs/heads/master
2022-12-30T03:30:31.383330
2020-10-16T15:21:05
2020-10-16T15:21:05
304,712,257
1
1
null
null
null
null
UTF-8
Java
false
false
32,135
java
package net.sf.saxon.tree.linked; import net.sf.saxon.event.CopyInformee; import net.sf.saxon.event.Receiver; import net.sf.saxon.event.ReceiverOptions; import net.sf.saxon.om.*; import net.sf.saxon.tree.iter.AxisIterator; import net.sf.saxon.tree.iter.NamespaceIterator; import net.sf.saxon.pattern.NodeKindTest; impor...
[ "mike@saxonica.com" ]
mike@saxonica.com
270ed3d6a761d6383db15437c7951291559d079a
2bce0faeefb37450d32f97f13ff8ab9bbdaaf8cf
/app/src/main/java/com/zxt/zxt_phone/utils/GlideUtil.java
73f05d7ef6ff84fa7b6fcb205f267b05cc7d3641
[]
no_license
hyz632067489/zxt_phone
6fe6556fb39808ed788610c6e8dc024a88513a13
f48fa9bc011e3dd168896ec19e5f7692345346fb
refs/heads/master
2021-01-22T19:04:46.340479
2017-05-27T06:44:10
2017-05-27T06:44:10
85,156,915
0
1
null
null
null
null
UTF-8
Java
false
false
23,209
java
package com.zxt.zxt_phone.utils; import android.content.Context; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapShader; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.RectF; import android.rend...
[ "632067489@qq.com" ]
632067489@qq.com
94b70d71e53d6e23f92e93e2fb2f197ca76e8035
27ffe1f66b556ce52adfa6e43c7b9e6f198d040b
/NUM239.java
a91cfbb99eb69a665b8c60c08543a03e0f6389df
[ "MIT" ]
permissive
flick-23/Hackerrank-Solutions
6c2c7200d3269cd3afc79f62eea53319598deb4a
1b5cc6b41811da7488087bc568cf30973e84ecf7
refs/heads/master
2022-11-08T01:15:24.046871
2022-10-30T07:48:06
2022-10-30T07:48:06
218,800,382
2
1
MIT
2022-10-30T07:48:07
2019-10-31T15:39:02
Java
UTF-8
Java
false
false
420
java
import java.io.*; import java.lang.*; import java.util.*; import java.math.*; class NUM239 { public static void main(String[]args) { Scanner venki=new Scanner(System.in); int T=venki.nextInt(); for(int t=0;t<T;t++) { int c=0; int l=venki.nextInt(); int r=venki.nextInt(); for(int i=l;i<=r;i++) {...
[ "venkigd8@gmail.com" ]
venkigd8@gmail.com
f4f122270fc10a31281fa1f3e861b221df3160c4
90df306ee552a6e9f1582d826ccd9964f167d462
/Tutorial 4/Question3.java
8b84925b4d56156103879d0f8eba042719e17b75
[]
no_license
dilenDev/Mobile_Development_Team
6f3f6f30d1252344c2e9f116d8df7c69e94672b8
952b3ae8629b056598589a9554cacbe9ece5992c
refs/heads/master
2023-09-03T12:16:06.439952
2021-09-12T08:49:29
2021-09-12T08:49:29
398,852,002
0
1
null
null
null
null
UTF-8
Java
false
false
502
java
public class Question3 { public static void main(String[] args) { int [] arr = {10, 20, 30, 40, 50}; reverse(arr, arr.length); } static void reverse(int a[], int n) { int[] b = new int[n]; int j = n; for (int i = 0; i < n; i++) { b[j - 1] = a[i]; ...
[ "flightme89" ]
flightme89
d594feb0a31a98a3301b0e877813fe52f4eada50
45a8506bbb5783d6cb6c5a0cb71a85c7a6e02cee
/src/main/java/com/shunan/committeewb/controller/converter/CustomDateConverter.java
6350cb64dd945260cf96f62208a0c29af98906e0
[]
no_license
zhangyong9704/committeewb
1a70002ec8f072262741bf2f5c1a7a099bc08742
647ededd4cc92d87e41fca3ea762eee55c86115e
refs/heads/master
2021-05-17T15:37:11.773620
2018-03-30T01:35:13
2018-03-30T01:35:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
541
java
package com.shunan.committeewb.controller.converter; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; /** * 自定义日期转换器 * @author 李琳茹 * */ public class CustomDateConverter implements org.springframework.core.convert.converter.Converter<String, Date>{ /** * String转Date ...
[ "13523558276@163.com" ]
13523558276@163.com
1f89e7508917bdff64dade385174327b97d01e98
70ac32b5ff97e5103ed150478c20ee713eb30381
/src/main/java/com/example/demo/HomeController.java
6543e8b713b6b5aace112c28657e2bd686ba2f39
[]
no_license
ambriel2016/Exercise-20_4
55cb5db6c32181974ca7ac6f3be9f9aee83c981d
a7c5e65aad8535ea25bab4e7f86b3bd1bf04ea20
refs/heads/master
2020-09-30T03:35:04.216852
2019-12-10T18:50:50
2019-12-10T18:50:50
227,192,674
0
0
null
null
null
null
UTF-8
Java
false
false
751
java
package com.example.demo; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import javax.naming.Binding; impo...
[ "crb3305@gmail.com" ]
crb3305@gmail.com
766756685dfe43af3928d81711ee09dbdbf07fb9
fe38801548d39122743ba010b273a57a6498c55a
/rpcClient/src/main/java/Proxy/ProxyFactory.java
3fdc1edfa077e9fb3c137154ff31f990d9075b3e
[]
no_license
zntzhang/rpcDemo
da8a8c91fc43e377ebe8c5bb5e825350ac563acd
ea911ec58dc7c9ddb13e2839fde3e6962ef03198
refs/heads/master
2022-12-07T07:37:38.691910
2020-04-07T01:53:05
2020-04-07T01:53:05
253,660,585
0
0
null
2022-11-16T12:15:56
2020-04-07T01:52:23
Java
UTF-8
Java
false
false
314
java
package Proxy; import java.lang.reflect.Proxy; public class ProxyFactory { public static <T> T create(Class<T> interfaceClass) throws Exception { return (T) Proxy.newProxyInstance(interfaceClass.getClassLoader(),new Class<?>[] {interfaceClass}, new RpcClientDynamicProxy<T>(interfaceClass)); } }
[ "zhangtao@olymtech.com" ]
zhangtao@olymtech.com
11a517ce74978f233fdd7d19c567970bb74b70bd
ebff50ab6612e289f04181d92d1ce94769873240
/java/com/google/gerrit/server/change/AbandonUtil.java
f505f6d1d2bc2db9748b70780ee629f26dd22453
[ "Apache-2.0" ]
permissive
ycj211/gerrit_chinese
9a2b3bdb84a130293f92e776471145286aeabe43
6daa275bb3337f7e4c277740319826ba0829646f
refs/heads/master
2022-12-14T00:11:08.778824
2019-01-21T00:54:23
2019-01-21T00:54:23
166,319,815
0
1
Apache-2.0
2022-11-28T13:41:22
2019-01-18T00:56:53
Java
UTF-8
Java
false
false
4,892
java
// Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
[ "ycj211@163.com" ]
ycj211@163.com
18772c6401a326476c7c9b18fff520f08a2eff76
b7d4c627dd7a7a40eaaa8dcd85e9125b2f0d060c
/src/main/java/com/best/java/jvm/init/NonInitializationThree.java
89929c898bf32064353ef1929efb0eead9f7bde7
[]
no_license
PrometheusComing/bestjava
d03a0a6ac04a03845dd4888416610db4ac3836a8
2f30460503bcba861de765bad26c42fe8f8999bc
refs/heads/master
2022-11-10T04:36:55.615334
2020-08-30T16:23:14
2020-08-30T16:23:14
229,012,255
2
1
null
2022-10-05T18:22:01
2019-12-19T08:45:07
Java
UTF-8
Java
false
false
1,733
java
package com.best.java.jvm.init; /** * @Author: xjxu3 * @Date: 2019/12/16 16:31 * @Description: 被动引用,不会触发类加载 * 类加载的初始化有且只有5种场景会发生,被称为类的主动引用 * 1.遇到new,getstatic,putstatic,invokestatic这4条字节码指令,如果类没有初始化,就会先触发其初始化 * 这4条指令常见于使用new实例化对象、读取或者设置一个类的静态字段(被final修饰且编译期把结果放入常量池的 * 静态字段除外)以及调用一个类的静态方法的时候 * 2.对类使用反射操作的时候 * ...
[ "1226553206@qq.com" ]
1226553206@qq.com
1160c7e430b29c7445062b632696663b7a45fade
ac96270bdd9f667596e527fa7a6a74652ee2a013
/app/src/main/java/com/bw/android/cloudmusic/MusicPlayActivity/StackBlurManager.java
f07b0a36187d4591f9861100cd5f62c241e3714a
[]
no_license
shuGuo813/CloudMusic2
5bf5aecb40865518d1c2d2831ddf0de1c8dfde48
aed89d9963383bb9a1cc6bc78e0fcaa1eea301d6
refs/heads/master
2020-05-05T09:25:45.768529
2019-04-07T01:14:28
2019-04-07T01:14:28
179,904,183
0
0
null
null
null
null
UTF-8
Java
false
false
16,777
java
package com.bw.android.cloudmusic.MusicPlayActivity; /** * StackBlur v1.0 for Android * * @Author: Enrique López Mañas <eenriquelopez@gmail.com> * http://www.neo-tech.es * * Author of the original algorithm: Mario Klingemann <mario.quasimondo.com> * * This is a compromise between Gaussian Blur and Box blur * I...
[ "yy252253892911.com" ]
yy252253892911.com
e7e4b2ed494b31d673de60caa1b02673bea53314
a01b17f2ebdf76cbac0d38b2b4db2fc30c7a8079
/Lecture_4_Threads_Intro/src/main/java/prepare/lecture/Util.java
dc1780db4215b3555e86555236dd256fe4caa501
[]
no_license
rusergei2010/GITLAB_v2
f11a4ec7f2279f3312b2bf3fc623c16164e563c0
063091e774a2ca95cbabfc9410506c741e7c24b5
refs/heads/master
2023-01-19T06:28:08.419272
2023-01-08T13:28:50
2023-01-08T13:28:50
156,403,552
1
88
null
2023-03-10T09:41:53
2018-11-06T15:20:10
Java
UTF-8
Java
false
false
308
java
package prepare.lecture; public class Util { public static void printThread(final Thread thread) { System.out .println("name = " + thread + " group = " + thread.getThreadGroup() + " state = " + thread.getState() + " isInterrupted = " + thread.isInterrupted()); } }
[ "S.Zheleznov@thomsonreuters.com" ]
S.Zheleznov@thomsonreuters.com
d5b5e5cf17ea04bb630c39c9a489ea5e7251abc5
4fc490c7d53c114bf5db361662a50a9928285178
/BinaryFileSubstitution/src/ru/spbstu/timofeev/workers/SubstitutionTable.java
377a0c11e8aa2b83d45ed39197e7cbaf020be600
[]
no_license
nineleven/java
f7374f29a6a6549f659537eaba5034a262b2a87d
0a99ae9c3c0a4b9c0d4d7fbe08ccc9da4f7b35e0
refs/heads/master
2023-01-29T23:13:03.614800
2020-12-12T15:36:11
2020-12-12T15:36:11
301,173,133
0
0
null
null
null
null
UTF-8
Java
false
false
3,768
java
package ru.spbstu.timofeev.workers; import ru.spbstu.pipeline.RC; import ru.spbstu.timofeev.utils.FileParser; import ru.spbstu.timofeev.utils.Pair; import ru.spbstu.timofeev.utils.PipelineBaseGrammar; import java.util.HashMap; import java.util.Map; import java.util.logging.Logger; public class SubstitutionTable { ...
[ "tim-sania2008@mail.ru" ]
tim-sania2008@mail.ru
581abd4491a1a97bf5937412ccc1ed2f7f6f7b88
00726b566d23db9c1343cd1fbfed3aaf143ee89d
/src/main/java/net/ttk1/jetty_example/servlet/HogeServlet.java
ed76d20608a7d05202314845ab63b7e78dffdd3f
[]
no_license
ttk1/jetty_example
d8afb579eb75a08141e4e278ca0bbf4f4a06f1cf
4d0a968710ffe69496462f8e7dff36cc64792b86
refs/heads/master
2021-07-13T00:29:44.954561
2019-11-12T16:16:57
2019-11-12T16:16:57
221,228,726
0
0
null
2020-11-16T17:13:14
2019-11-12T13:48:28
Java
UTF-8
Java
false
false
417
java
package net.ttk1.jetty_example.servlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public class HogeServlet extends HttpServlet { @Override protected void doGet(HttpServletRequest req, HttpServ...
[ "tama@ttk1.net" ]
tama@ttk1.net
f55e00abe81d625887429731ea09a329aeac1963
b67d1a01c5fc26d7ac303301b2e91fafc142a5c1
/src/test/java/jp/gr/java_conf/dyama/rink/parser/core/BitVectorTest.java
5b36a2ae7e6abf46765246f71c44d930ebdffce4
[ "BSD-3-Clause" ]
permissive
dyamah/rink
6c0ab410828f2b32cc75ae59e223f5622650a2b3
3ef1df689afc6768383ac7987c8470a2ff81562b
refs/heads/master
2016-08-04T22:29:09.878831
2013-02-28T06:41:25
2013-02-28T06:41:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
14,946
java
package jp.gr.java_conf.dyama.rink.parser.core; import static org.junit.Assert.*; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import jp.gr.java_conf.dyama.rink.parser.core.BitVec...
[ "dyama.h@gmail.com" ]
dyama.h@gmail.com
b1b41171060db740190b044eb5d893dcb2fe24b1
6345f2e959be705441fb63f8cfbaee4d1e8bdf3a
/src/org/iplantcollaborative/AccessPermissionCache.java
8bbdb1806d6ba51a5e60927fced723ffe4724063
[ "Apache-2.0" ]
permissive
iychoi/iPlantBorderMessageServer
a93ca6eee61bc33a903be20d98957ffa6773f887
cbb540202d5a222339b689c79622a7cceddbcb4f
refs/heads/master
2021-01-18T23:55:58.081587
2016-07-26T02:04:16
2016-07-26T02:04:16
46,043,496
0
0
null
null
null
null
UTF-8
Java
false
false
2,677
java
/* * Copyright 2015 iychoi. * * 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 in ...
[ "iychoi@email.arizona.edu" ]
iychoi@email.arizona.edu
c75209a700f5d245df70557c53381989bc52b8fa
329be945c297354a23dc4fd69122d54e1dea9ed5
/hrm_user_parent/hrm_user_client/src/main/java/com/ymy/hrm/client/VipCourseCollectClientHystrixFallbackFactory.java
3c359b7ae81444a4dddaccf895d52f835b3694a1
[]
no_license
jackyang92/hrm_parent
d57fa7f3b7f46704108ce3a84a027dbc91b22f20
ae9db97fe6f78ea45ec06f56f7950ff88150c1e1
refs/heads/master
2022-07-05T04:13:39.059021
2019-10-07T01:57:43
2019-10-07T01:57:43
205,696,724
1
0
null
2022-06-17T03:28:10
2019-09-01T15:36:25
Java
UTF-8
Java
false
false
1,261
java
package com.ymy.hrm.client; import com.ymy.hrm.domain.VipCourseCollect; import com.ymy.hrm.query.VipCourseCollectQuery; import com.ymy.hrm.util.AjaxResult; import com.ymy.hrm.util.PageList; import feign.hystrix.FallbackFactory; import org.springframework.stereotype.Component; import java.util.List; /** * @author ya...
[ "jack@163.com" ]
jack@163.com
a44b99089f7d7f820354dd8d21565b8a2edc2bfa
bbacce19dd5a7d526b97e6004faa4cf7da2bd645
/Demo_working/Tax1099Automation-master/Test/src/test/java/Fidentity_pages/UserActions.java
fd95c297992dfb016287bb1148a78286bd6a8cc7
[]
no_license
prasadautomation/Tax1099Automation
f44bbce63fb7d756e07444cfa8c17d843937472b
ef1fd1fab8743d27810591b8a688cce9e329675c
refs/heads/master
2023-04-02T12:07:34.545111
2021-04-08T05:50:47
2021-04-08T05:50:47
322,508,946
0
0
null
null
null
null
UTF-8
Java
false
false
18,210
java
package Fidentity_pages; import java.util.List; import java.util.Random; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebElement; import Common.Fid_base; public class UserActions extends Fid_base{ public...
[ "sridevi@zenwork.com" ]
sridevi@zenwork.com
0af6c59dd3c648cf17123e2a2a13fa2b83a1dbcb
152f382f72d6b65b9b766babb2feb4894a4dcb0e
/src/main/java/org/bcia/javachain/sdk/security/csp/pkcs11/rsa/RsaImpl.java
6c1ec2618a9d0043386ce20c65fe83e70009aacb
[ "Apache-2.0" ]
permissive
JulongChain/julongchain-sdk-ftsafe
c1d8738afbc54a87f89a78c764e492ceb85fdf53
255140ca39369327fdbe26135c3f8efc85dddb39
refs/heads/master
2020-03-29T05:49:46.975344
2018-10-19T01:25:44
2018-10-19T01:25:44
149,598,310
7
9
null
null
null
null
UTF-8
Java
false
false
27,650
java
/** * Copyright Dingxuan. All Rights Reserved. * <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 copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by appli...
[ "wangzhe@ftsafe.com" ]
wangzhe@ftsafe.com
3c59d0b046d7259248106713f959017f6fc24886
3ef31baa81483ea134cbd8a8b1339ef9fb5ec4a4
/src/NeuralNet/NonLinFuncs/Sigmoid.java
f31899c54a88cac18c987c3f853b464b66b3bbae
[]
no_license
shenkev/JavaNet
dace62faede8f916383bf7c900ef38f6c08ab5fa
1e555cb5d7d1c7bef4abefcfca38919511dad584
refs/heads/master
2021-01-11T02:56:08.493383
2016-12-08T02:37:40
2016-12-08T02:37:40
70,879,062
0
0
null
null
null
null
UTF-8
Java
false
false
415
java
package NeuralNet.NonLinFuncs; import NeuralNet.NonLinAndDerivs.SigmoidDerivative; import NeuralNet.NonLinAndDerivs.SigmoidFunction; // Outputs from 0 to 1 public class Sigmoid extends NonLinFunction{ public Sigmoid() { this.fnc = new SigmoidFunction(); this.derivative = new SigmoidDerivative(); } public st...
[ "tingkekevin@hotmail.com" ]
tingkekevin@hotmail.com
fa158732e8af9611003749124d2b9aa3ab656700
70e207ac63da49eddd761a6e3a901e693f4ec480
/net.certware.argument.euz.diagram/src/net/certware/argument/euz/diagram/edit/parts/SolutionSolutionCriteriaExternalLabelEditPart.java
ee991579e4afcff3e4d33e575ee9d7d695ef7056
[ "Apache-2.0" ]
permissive
arindam7development/CertWare
43be650539963b1efef4ce4cad164f23185d094b
cbbfdb6012229444d3c0d7e64c08ac2a15081518
refs/heads/master
2020-05-29T11:38:08.794116
2016-03-29T13:56:37
2016-03-29T13:56:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
14,803
java
/* * Copyright (c) 2010 National Aeronautics and Space Administration. All rights reserved. */ package net.certware.argument.euz.diagram.edit.parts; import java.util.Collections; import java.util.List; import net.certware.argument.euz.diagram.edit.policies.EuzTextSelectionEditPolicy; import net.certware.argument.e...
[ "mrb@softisms.com" ]
mrb@softisms.com
46432034a05a0c9ad4e5651b407bc6073395548b
a6fcda70b3e34c8676eb736fbb6bffe732a26af7
/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/facebook/R.java
a2d990ec6509cf9284311e6a47f67a72869cca13
[]
no_license
nadongjun/mr_final
a1773a55636c1ca11a83f498d95797c5eba4019c
ecbbbcc933a84b8777bcc3b57d47bfaaf6c94b83
refs/heads/master
2020-11-24T12:21:26.497475
2019-12-15T06:41:51
2019-12-15T06:41:51
228,140,392
0
0
null
null
null
null
UTF-8
Java
false
false
131,905
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package com.facebook; public final class R { private R() {} public static final class anim { private anim() {} ...
[ "nadongjun@Nadongjunui-MacBookPro.local" ]
nadongjun@Nadongjunui-MacBookPro.local
cacb514a4788fb1bed7cb42e4e85b03fddeb15e4
4da9097315831c8639a8491e881ec97fdf74c603
/src/StockIT-v2-release_source_from_JADX/sources/com/google/android/gms/internal/vision/zzq.java
45f8ae2b18cca9dee50fef4dcecac0280840f99e
[ "Apache-2.0" ]
permissive
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
refs/heads/main
2023-08-11T06:17:05.659651
2021-10-01T08:48:06
2021-10-01T08:48:06
410,595,708
1
1
null
null
null
null
UTF-8
Java
false
false
1,202
java
package com.google.android.gms.internal.vision; import android.graphics.Bitmap; import android.graphics.Matrix; import com.facebook.imagepipeline.common.RotationOptions; /* compiled from: com.google.android.gms:play-services-vision-common@@19.0.0 */ public final class zzq { public static Bitmap zzb(Bitmap bitmap,...
[ "57108396+atul-vyshnav@users.noreply.github.com" ]
57108396+atul-vyshnav@users.noreply.github.com
db681d111da83ebb4e9ce77da0ef4340514f0f24
f858d8b7a13fad4c069cafb98749b020aa82d0c1
/src/main/java/com/tushar/lms/book/repository/BookRepository.java
013477a9d7fae16151f947f5384dc80293585e71
[]
no_license
tushargangurde/books-service
df203d34fb9a318c7ab2ca44b2df9ca071f6f142
0b634ce930574863f3944939d010bfa9aa54364d
refs/heads/master
2023-06-30T13:57:00.744615
2021-08-07T10:01:56
2021-08-07T10:01:56
386,583,252
0
0
null
null
null
null
UTF-8
Java
false
false
478
java
package com.tushar.lms.book.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import com.tushar.lms.book.entity.Book; public interface BookRepository extends JpaRepository<Book, Integer> { Book findByBookId(String...
[ "tushar.gangurde92@gmail.com" ]
tushar.gangurde92@gmail.com
a7e72f637f0a188534ad8a72730140ae5c48fccb
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-800-Files/boiler-To-Generate-800-Files/syncregions-800Files/BoilerActuator1639.java
d5fe54758ff935d0da8e7426f24e903143056d05
[]
no_license
soha500/EglSync
00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638
55101bc781349bb14fefc178bf3486e2b778aed6
refs/heads/master
2021-06-23T02:55:13.464889
2020-12-11T19:10:01
2020-12-11T19:10:01
139,832,721
0
1
null
2019-05-31T11:34:02
2018-07-05T10:20:00
Java
UTF-8
Java
false
false
263
java
package syncregions; public class BoilerActuator1639 { public execute(int temperatureDifference1639, boolean boilerStatus1639) { //sync _bfpnGUbFEeqXnfGWlV1639, behaviour Half Change - return temperature - targetTemperature; //endSync } }
[ "sultanalmutairi@172.20.10.2" ]
sultanalmutairi@172.20.10.2
c23a58ba54772203d7d982abed056fd617f3afa4
f6f1835abd27bc60bca70946c8df89be92a9d869
/cnki-backend/cnki-web/src/main/java/net/cnki/service/HrService.java
17557ef99156e36bc57244ffe832106c35912cc0
[ "MIT" ]
permissive
AichaelLee/vhr
b1c13d0ca58d1cbd6bfa16d612a5d0ad49d813b6
8e34abae5275a8ea18de810995432f100fbbeaf0
refs/heads/master
2020-04-08T22:32:46.289534
2018-12-28T08:53:29
2018-12-28T08:53:29
159,791,237
0
1
null
null
null
null
UTF-8
Java
false
false
1,436
java
package net.cnki.service; import net.cnki.bean.Managers; import net.cnki.bean.Role; import net.cnki.mapper.HrMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.AuthorityUtils; import org.sp...
[ "aichaellee@sina.com" ]
aichaellee@sina.com
4d87d498a772387603417565f5286dc3b7e02c70
65429daa4cafd871b18ce220dfac1f50094bf912
/src/com/hcx/bio/chat/Server.java
58207d55db52f3c03bea9c7a53aca541d784f36d
[]
no_license
GitHongcx/java_io_demo
d43d3e34f05e7a9437f0c6b6f15c03aea38dc5fa
998be6ea312ef54d05728c2204b01cf84caa24f3
refs/heads/main
2023-02-19T23:12:07.290977
2021-01-21T03:12:50
2021-01-21T03:12:50
330,592,005
0
0
null
null
null
null
UTF-8
Java
false
false
885
java
package com.hcx.bio.chat; import java.net.ServerSocket; import java.net.Socket; import java.util.ArrayList; import java.util.List; /** * BIO模式下的端口转发 * @author hongcaixia * @version 1.0 * @date 2021/1/14 20:35 */ public class Server { //存储所有在线socket public static List<Socket> allOnlineSocket = new ArrayLi...
[ "948957717@qq.com" ]
948957717@qq.com
b6d2935cb2648e350c08a5503732fae055a399e0
bc98d000881b71e1d25baa35eaf31d1198555f0d
/src/metro/bean/TransactionHistory.java
c66ede841fc105e1cfb7f98b2d989007f27835df
[]
no_license
Saisamyuktha999/MetroManagementSystem
0002ce299967af9a5182d45635393101e40e1e35
fc296cc75979b28d7efa6ef5837d3226a1cd2c29
refs/heads/master
2023-07-02T10:53:25.436060
2021-08-03T16:35:07
2021-08-03T16:35:07
391,675,848
0
0
null
null
null
null
UTF-8
Java
false
false
1,757
java
package metro.bean; public class TransactionHistory { private int transactionId; private int cardId; private int sourceId; private int destinationId; private String swapInTime; private String swapOutTime; private int fare; public TransactionHistory(){ } public TransactionHisto...
[ "38566910+Saisamyuktha999@users.noreply.github.com" ]
38566910+Saisamyuktha999@users.noreply.github.com
8bafe547325b725bed7d2398b7ab5c50cc82f667
262889818ceb095305ff444b25b3be691885d6f0
/src/de/pandawan/PasswordGeneratorService/CharSet.java
b2074c89f6b32889b03f3c8c54ff9d47531875ed
[]
no_license
Tsang91/testservice
ff124f65b267823401fece3f108ee3e40c3a50dc
f646f2021353df7f198878a9a3c315114ce201b8
refs/heads/master
2016-09-13T07:59:22.179907
2016-03-28T16:02:46
2016-03-28T16:02:46
56,335,410
0
0
null
null
null
null
UTF-8
Java
false
false
369
java
package de.pandawan.PasswordGeneratorService; /** * Created by vuong on 23.03.16. */ public class CharSet { public String createLowerCharSet(){ return "abcdefghijklmnopqrstuvwxyz"; } public String createUpperCharSet(){ return "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; } public String createNum...
[ "vuongngo@outlook.de" ]
vuongngo@outlook.de
f3d9205bfc1c267fa426489a0af1ec87575392cf
530fe1b3a654543334d5a9afbb2ea46b8544d6b0
/week-03/Day-03/src/Codewars_sortDescending.java
9522cded3a41d10085b5490533c34100be43d12f
[]
no_license
greenfox-zerda-raptors/PappBeata
d58ea959f8588172df5ae9994a552a6af5bb7283
3a67b8eedeb7e1b0ff723429ea4faa5350fa8d80
refs/heads/master
2021-01-12T18:19:16.649526
2017-05-06T07:55:19
2017-05-06T07:55:19
71,363,242
0
1
null
null
null
null
UTF-8
Java
false
false
705
java
import java.util.Arrays; import java.util.Collections; public class Codewars_sortDescending { public static int sortDesc ( final int num){ int i = 0; int len = String.valueOf(num).length(); Integer[] list = new Integer[len]; for (; i < len; i++) { ...
[ "pappbeata@gmail.com" ]
pappbeata@gmail.com
77156f0fc8399ca29613f8fa1bf1a3ef1f47466e
98802b76b3a7e59f5edad959193be4099d67587f
/app/src/main/java/com/nidhi/as/AppStaticsActivity.java
bbe44fe55a4d677562628a47ff38ac8c3f982e1d
[]
no_license
nidhish4patel/AppStatistics
083ff90ccdacf149480afe9b55eb21d4cc6bc467
61204b26a43e154f01eec73989ddca4845575740
refs/heads/master
2021-01-23T08:34:14.251983
2017-10-14T02:28:02
2017-10-14T02:28:02
102,536,003
0
0
null
null
null
null
UTF-8
Java
false
false
7,354
java
package com.nidhi.as; import android.app.FragmentManager; import android.app.FragmentTransaction; import android.content.Context; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.view.View; import android.support.design.w...
[ "nidhishpatel4@gmail.com" ]
nidhishpatel4@gmail.com
96bac1125393784ccca22e223cc447ceaaa0ae04
322061d379b741a35ba44be48ee67456e8965724
/lib-dempsyimpl/src/test/java/com/nokia/dempsy/router/TestRouterClusterManagement.java
c7ef4e72a377ca51fd459775f99e6ec4661f5d81
[ "Apache-2.0" ]
permissive
khalabi/Dempsy
2ab54e975d5afe449063cc3c3cde5201ea2bf31b
8754c97a077149ae330ff7fa1e6269dd440cf375
refs/heads/master
2021-01-15T16:37:36.490377
2012-08-28T22:18:50
2012-08-28T22:18:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,841
java
/* * Copyright 2012 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...
[ "thecarrolls@jiminger.com" ]
thecarrolls@jiminger.com
2eccf4323751e531bc9aafc3ebd94c792c2f4432
d88f7f5c74e66f1f32c3bcff3bceb2d37cb6f60e
/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/StripeReader.java
9a204230abe1343c51cadff1174d32bfb74a77d2
[ "BSD-3-Clause", "CC-BY-2.5", "EPL-1.0", "Classpath-exception-2.0", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "GCC-exception-3.1", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-public-domain", "CC-PDDC", "CC0-1.0", "CC-BY-3.0", "CDDL-1.0", "MIT", "LicenseRef-scancode...
permissive
arenadata/hadoop
8de902ffdb4e9d9eb41cc56ba2136416687fd49d
af33d00fbc442d519560a6c5e72cc19c42b75ab5
refs/heads/arenadata-branch-3.1.1
2023-03-18T15:47:39.730315
2021-03-23T13:55:30
2021-03-23T13:55:30
61,741,725
1
2
Apache-2.0
2023-03-15T17:05:01
2016-06-22T18:21:52
Java
UTF-8
Java
false
false
16,105
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...
[ "ean@arenadata.io" ]
ean@arenadata.io
cef416c85dd4604baa4d170d70ee5c193139c6b0
4fd23bd3afe6687ac26023dda1478b0dae34f1d8
/src/com/class27/Phone.java
809568d77a3c2e23e06e6eab4fde6acf158a3586
[]
no_license
Zhenissyntax/JAVA-classes
86971c2b3145bb289ae8ea1ac75ab3cd754333e6
11866fc19c696c80f73f1937d2c9ec39320f5e19
refs/heads/master
2020-05-03T00:08:23.451622
2019-05-04T18:52:06
2019-05-04T18:52:06
178,301,873
0
0
null
null
null
null
UTF-8
Java
false
false
1,123
java
package com.class27; public abstract class Phone{ public void makeCall() { System.out.println("Phone can call"); } public void sendText() { System.out.println("Phone can sned text"); } public abstract void unlockPhone(); public abstract void viewPictures(); } class iPhone extends Phone{ @Override publ...
[ "zhenisismagambetov@gmail.com" ]
zhenisismagambetov@gmail.com
cf45ebac8c14730e2f7682b110a79d73908a9f22
b297b1dcf292b09c4bddf14186ec0e973f4b0435
/common-web/src/main/java/com/nemustech/common/json/JsonValidator.java
c1341c05995d189edec8b54486867e423751328e
[ "Apache-2.0" ]
permissive
koreafood/common
8e0ec7cf40abe4a51199c4a034eda8068dc53581
b25ac9acde235e68a897ea084a8564bc83dcdffa
refs/heads/master
2020-03-24T02:50:09.879560
2018-04-27T13:12:20
2018-04-27T13:12:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
705
java
package com.nemustech.common.json; import java.util.List; /** * Json Schema 검증 서비스를 위한 interface * * * @version 1.0.0 * */ public interface JsonValidator { /** * Schema를 검증한다. * * @param text 검증할 Json 문자열 * @param schema 검증에 사용할 Json의 Schema 문자열 * @return 검증 결과. <code>true</code>...
[ "skoh@nemustech.com" ]
skoh@nemustech.com
5a54c6e68e8e0b72ab0c4cb56a4aa4cd6f1f48a9
7c91165e686b3693efd9a70608d9c823efff4012
/Ewill/app/src/main/java/com/moonlay/litewill/fragments/will/MyWillsFragment.java
bbb83460a184b514aa884695d06c50d97009ceb3
[]
no_license
adya011/ewilltest
a0c4daba6ce56fbdd7a8a0054a3cf6b18623495b
396fa9870d5a6edbcdae23b9f6d7fd5136857339
refs/heads/master
2020-03-26T20:34:00.015328
2018-08-23T11:15:08
2018-08-23T11:15:08
145,330,103
0
0
null
null
null
null
UTF-8
Java
false
false
7,874
java
package com.moonlay.litewill.fragments.will; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.FloatingActionButton; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.suppor...
[ "samudera.nanda@gmail.com" ]
samudera.nanda@gmail.com