blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
1f84a0ad167df9f28ec1f0e5cb979af8113f153e
8fdae63025a2452d698c66e6b6a2153fdb1a28a8
/app/src/main/java/com/android/gallery3d/filtershow/filters/FilterTinyPlanetRepresentation.java
1e6e372061ac3b9ba1f7a4456d6533ea7dc5be80
[]
no_license
csguo/GradleAndroidGallery3D
b37d56a433dccbd3f9dfabd46b528d73c62b3f49
4bca3ad18d3bf34f96b383913ed991e5b2d694fb
refs/heads/master
2021-01-17T12:50:20.617567
2016-01-13T16:52:32
2016-01-13T16:53:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,704
java
/* * Copyright (C) 2012 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 requir...
[ "yutao04@baidu.com" ]
yutao04@baidu.com
f1adc8fb0b82868a0ff127ec9fdb21275456de03
228ffb128da0b5c6e3100e1148e9c0fd4b9b94c5
/JavaPildorasInformaticasl28_229/src/L86_110CompSwing/l106StyledEditorKit/Main.java
e441d6dd1e76f095cc1df695e0b2e0fb4b7d1c0f
[]
no_license
JavierGarciaGomez/JavaPildorasInformaticas
18ab3f4621067609eb4edea73b8bb80f631625b7
594206542c82a63f15be6d86bdede88a9cb4281f
refs/heads/master
2022-12-01T10:35:52.153250
2020-07-12T01:26:18
2020-07-12T01:26:18
278,405,549
0
0
null
null
null
null
UTF-8
Java
false
false
167
java
package L86_110CompSwing.l106StyledEditorKit; public class Main { public static void main(String[] args) { MainFrame mainFrame = new MainFrame(); } }
[ "javieron.garcia@gmail.com" ]
javieron.garcia@gmail.com
eb4e4d9f01aad62ef05bbd2fee1d8b2b66fb8bbc
085de4dc015fdf645216021cafe8cce084429604
/src/rendering/SimplexNoise.java
b565fa6e2b905ce1f8c37dbdea25a574b8ca37a3
[]
no_license
Alver415/SimplexWaves
7726dcd5a14865822cb89fbd643f0d7b20f0ca8c
60cfd36e90ecf54d2dd2d6cfb3955b1e6b0788c2
refs/heads/master
2021-01-13T04:08:13.925324
2017-01-03T03:54:01
2017-01-03T03:54:01
77,861,398
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
13,541
java
package rendering; public class SimplexNoise { // Simplex noise in 2D, 3D and 4D private static int grad3[][] = {{1,1,0},{-1,1,0},{1,-1,0},{-1,-1,0}, {1,0,1},{-1,0,1},{1,0,-1},{-1,0,-1}, {0,1,1},{0,-1,1},{0,1,-1},{0,-1,-1}}; private static int grad4[][]= {{0,1,1,1}, {0,1,1,-1}, {0,1,-1,1}, {0,1,-1,-1}, {0,-1,1,...
[ "Alver415@gmail.com" ]
Alver415@gmail.com
ba0d366944742f5b368fd48817115fc99b009ecd
bb07201c25c20a393b12f2fd2b71b5a0b0ed4caa
/AGACEApp/FIS-PortalContribuyente/src/main/java/mx/gob/sat/siat/feagace/vista/carga/helper/CargaDocumentosDTOAbstractHelper.java
d70a3e9a1fa585554fec8bc974ef6f215a9ef592
[]
no_license
xtaticzero/AGACEApp
cff6187bfd3656519ba4429af39545e6ba236589
9c29cd6c2d559827aed99edf02121e626db46ccb
refs/heads/master
2020-07-19T18:35:14.882685
2018-03-19T23:49:51
2018-03-19T23:49:51
73,757,634
0
0
null
null
null
null
UTF-8
Java
false
false
4,390
java
package mx.gob.sat.siat.feagace.vista.carga.helper; import java.io.Serializable; import java.util.List; import mx.gob.sat.siat.feagace.modelo.dto.common.FecetAlegato; import mx.gob.sat.siat.feagace.modelo.dto.ordenes.FecetAlegatoOficio; import mx.gob.sat.siat.feagace.modelo.dto.ordenes.FecetDocProrrogaOficio; import ...
[ "emmanuel.estrada@stksat.com" ]
emmanuel.estrada@stksat.com
ab2fd59e67012698987c941446fe41ba9a1bcc7e
73853d3613db0d2f8a534faaf18eadd96088627f
/app/src/main/java/com/laioffer/tinnews/ui/search/SearchNewsAdapter.java
9e00166c5d6657dde976f153c8a42dcc95df543d
[]
no_license
EdwinArgudo/TinNews
0bf3ce42ab4ce5b94e980f5517072f9613942921
923f2705e3408be3daf6182d6fb9abceade73076
refs/heads/master
2022-12-16T14:02:54.586438
2020-09-18T00:04:48
2020-09-18T00:04:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,559
java
package com.laioffer.tinnews.ui.search; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import com.laioffer.tinnews.R; im...
[ "viennazhang@ViennasyMacBook.fios-router.home" ]
viennazhang@ViennasyMacBook.fios-router.home
4c887e6ec115e0c88ec0d9730ad7d7754b35b441
27d354d17fd80ee4b30a7ca8736570b5f3ed74c0
/src/main/java/com/mengu/condition/MacOsCondition.java
7dcda2fbdda893b381aa2c4509fa00ddc6611197
[]
no_license
mengmengu/spring-annotation
811c5cb5ce42fe5796598eeeea9904cc12d7f3ab
d979e2f6012712de88a25aec2ca24ed22ffc6318
refs/heads/master
2020-04-15T20:32:28.539735
2019-01-10T06:10:48
2019-01-10T06:10:48
164,998,536
0
0
null
null
null
null
UTF-8
Java
false
false
1,567
java
package com.mengu.condition; import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; import org.springframework.beans.factory.support.BeanDefinitionRegistry; import org.springframework.context.annotation.Condition; import org.springframework.context.annotation.ConditionContext; import org.spri...
[ "myhappyrock@163.com" ]
myhappyrock@163.com
2f55d2da75a006f679d7a21630f3f36d4d4845b3
cb5fd3c318c3b1d032bb5eb47a858e7ef0278450
/vcx/wrappers/java/src/main/java/com/evernym/sdk/vcx/NoAgentInfoException.java
1377642c22308b1abbf3c39312c88b2b210b6db2
[ "Apache-2.0" ]
permissive
Artemkaaas/indy-sdk
d78f06f834bdbbcd7f606c1f8ff0432fa32e3260
6fb162f89e830a4e89f8583cea9a0053797c3f6d
refs/heads/master
2021-06-01T12:13:53.586049
2020-08-19T08:44:44
2020-08-19T09:45:04
92,382,515
3
0
Apache-2.0
2019-08-19T11:11:19
2017-05-25T08:33:21
Rust
UTF-8
Java
false
false
419
java
package com.evernym.sdk.vcx; /** * Exception thrown when the SDK reports than agent pairwise information not found. */ public class NoAgentInfoException extends VcxException { private static final long serialVersionUID = -1802344846222826490L; private final static String message = "Agent pairwise information not ...
[ "artem.ivanov@dsr-company.com" ]
artem.ivanov@dsr-company.com
80c0ce29327d7f8e67a41e17bdeec5fa4f357ea1
2de7be8d5b0d14aac142a97615a0b3bda35e4401
/spring-cloud-scheduler-spi/src/main/java/org/springframework/cloud/scheduler/spi/core/CreateScheduleException.java
6969e75e651814a55b085323330171916949b723
[]
no_license
spring-operator/spring-cloud-scheduler
a15f7704c1523c3cc05308de2f683863165d4d70
b47ea6a0279ea64d2b5cc4448eea2db2792bee5e
refs/heads/master
2020-04-28T06:20:10.521410
2018-12-12T15:46:59
2018-12-12T15:46:59
175,053,308
0
0
null
2019-03-11T17:45:13
2019-03-11T17:45:13
null
UTF-8
Java
false
false
1,009
java
/* * Copyright 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 required by...
[ "mpollack@pivotal.io" ]
mpollack@pivotal.io
a6242ac8a2c6f482d11e75459aa24d03e64d3c37
3a072764f7176c2f2d1048c5f264744cf5526488
/src/main/java/knowledge/SynchronizedTest.java
a0e499c344b6cfaa0411cce01adaeb0f74a7219f
[]
no_license
chenzifeng1/JavaLearning
3fddaa6813b276614141104c8e1408d5eb5033fb
bc3852790f8795654ee29c44f0378397d85d4a55
refs/heads/master
2023-07-25T18:39:16.820253
2023-07-18T05:15:47
2023-07-18T05:15:47
234,921,102
0
0
null
2023-07-18T05:11:25
2020-01-19T15:26:23
Java
UTF-8
Java
false
false
287
java
package knowledge; public class SynchronizedTest { // public synchronized void synWay(){ // System.out.println(Thread.currentThread().getName()); // } public void test(){ synchronized (Reflection.class){ Reflection.getName(); } } }
[ "704734862@qq.com" ]
704734862@qq.com
59a90c881bbe1acf9b17514ab52d126a16265d76
36bf98918aebe18c97381705bbd0998dd67e356f
/projects/argouml-0.34/argouml/src/argouml-core-notation/src/org/argouml/notation2/NotationModule.java
11457fc25a383da14348f25df47c9f8f3dbfc175
[]
no_license
ESSeRE-Lab/qualitas.class-corpus
cb9513f115f7d9a72410b3f5a72636d14e4853ea
940f5f2cf0b3dc4bd159cbfd49d5c1ee4d06d213
refs/heads/master
2020-12-24T21:22:32.381385
2016-05-17T14:03:21
2016-05-17T14:03:21
59,008,169
2
1
null
null
null
null
UTF-8
Java
false
false
1,655
java
/* $Id$ ***************************************************************************** * Copyright (c) 2010 Contributors - see below * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, ...
[ "marco.zanoni@disco.unimib.it" ]
marco.zanoni@disco.unimib.it
9de971aa16e26d15a00541bc703e33aa07add0c2
bd3a307434cb8d4e5529b9f0f7e8cf230f6965c5
/com/zaxxer/hikari/HikariConfigMXBean.java
b392b57f0fa0abb5a8245e978dec8342a5809ff4
[]
no_license
bigbubble/hikaricp-comments
138e4ee06da9aafab6379b8e81b5618145a87181
7a119828cc435a91cf9bfce3c5f4ba50c59a8b24
refs/heads/master
2020-03-17T12:48:05.229308
2018-05-22T07:27:34
2018-05-22T07:27:34
133,603,694
1
1
null
2018-05-16T04:23:24
2018-05-16T03:11:25
Java
UTF-8
Java
false
false
9,792
java
/* * Copyright (C) 2013 Brett Wooldridge * * 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 agree...
[ "pengbowo@126.com" ]
pengbowo@126.com
d30a8117b8d4acbab426ebdaa558510b31ccea91
3b6b068e73846325f57e77bd8bfdc9ad611535b3
/src/CarFactory.java
de64bd1eba4e10cd734881933bc7b82700a221e4
[]
no_license
QJY17011210180/test
37a99b1527e681092011007754f072a2acb744ce
8f05ee6ca8052b3bf3e66ebce2fc7f281ae77bf5
refs/heads/master
2020-04-02T05:28:30.225658
2018-10-22T02:34:47
2018-10-22T02:34:47
154,079,773
0
0
null
null
null
null
UTF-8
Java
false
false
118
java
/** * @author * @create 2018-10-10 11:55 **/ public interface CarFactory { Car createCar(String carBrand); }
[ "3588035927@qq.com" ]
3588035927@qq.com
ac2e645207f291d49103cb725d1a17201fdfb581
cf0b6f36db76519c76f7a3e370be31f57873b107
/regressiontests/stable/src/main/java/org/apache/isis/testdomain/jpa/JpaTestDomainPersona.java
bcd55f92741073626c0aea3847bd592e5f070440
[ "Apache-2.0" ]
permissive
GArlington/isis
b2bdc6a3dfb976e09f663240e882468c3b6cfef9
8a4464572cf8e22d7b60d605a4e841230a9043b2
refs/heads/master
2023-02-12T10:01:15.378594
2021-01-17T19:42:34
2021-01-17T19:42:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,155
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")...
[ "ahuber@apache.org" ]
ahuber@apache.org
0418b428291d94f931608d1adb74b5231a137681
02655588e111f99e4763c44ecfafd574d22e7bae
/ares-remoting/src/main/java/zzz/ares/remoting/framework/revoker/NettyServerInvokeHandler.java
6420c0c5343daa7dc8ad7da83adf498aae712adc
[]
no_license
workplease/myDistributedArchitecture
bc00ba4db47e49f9658d902d3e5de61379e99a02
35f7230922e0338338b8356e3ec28240ffa08c25
refs/heads/master
2023-02-18T04:40:26.433175
2021-01-15T10:38:23
2021-01-15T10:42:55
318,852,081
1
0
null
null
null
null
UTF-8
Java
false
false
4,637
java
package zzz.ares.remoting.framework.revoker; import com.google.common.base.Predicate; import com.google.common.collect.Collections2; import com.google.common.collect.Maps; import io.netty.channel.ChannelHandler; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; import ...
[ "1692460871@qq.com" ]
1692460871@qq.com
45bf5d87baf09aab8db19ee47508feb36001a88a
9ec08d1a9b652ee649462bcf79a4d6dfc8332deb
/ModuleAnnotation/uiframe/src/main/java/com/whaley/core/uiframe/view/TitleBarView.java
6e2e96d3bf08c6394889718f35b575fe7d9ff158
[]
no_license
portal-io/portal-android-library
a17e3b1a529a09c1e69a549ca9c398b910c9ab45
a32c592f695453bb309a671850506dbd8a0313a6
refs/heads/master
2020-03-20T12:26:45.181898
2018-08-31T06:25:00
2018-08-31T06:25:00
137,430,333
0
0
null
null
null
null
UTF-8
Java
false
false
124
java
package com.whaley.core.uiframe.view; /** * Created by YangZhi on 2017/7/10 16:02. */ public interface TitleBarView { }
[ "lizs@snailvr.com" ]
lizs@snailvr.com
6a306b7eca8819212a88bfa7b84ae799350d504f
c1d4d48573dd01083df651d86612f842d0fcecf4
/src/com/practice/graph/SnakesAndLadder.java
28f1f3c1562bd9aa923da8660fa1efab3f9ff7ed
[]
no_license
SonaliOberoi/TargetInterview
ed93fc9eee92852d63ae752c7e2512fcc9550c8e
42296b83c7fb61d92229954e890ddd0419dff9ca
refs/heads/master
2023-03-02T04:06:37.640951
2021-02-07T23:02:56
2021-02-07T23:02:56
111,259,940
0
0
null
null
null
null
UTF-8
Java
false
false
2,184
java
package com.practice.graph; import java.util.*; //https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/ //https://leetcode.com/problems/snakes-and-ladders/ public class SnakesAndLadder { public int snakesAndLadders(int[][] board) { if(board == null || board.length < 0) { retu...
[ "sonagarg@amazon.com" ]
sonagarg@amazon.com
743fff8e5df8b317cb9e45206f7a74e94e2de3a2
3ae97689ce4f6692d4b2040641cf7f25d57f354a
/android/app/src/main/java/com/example/remind_me/MainActivity.java
e3fdfa7a4a19ede4515c6f90b64056926dde50e4
[]
no_license
yusufeyisan/remind_me
93b70029d3bf2fc2e435bc4b93c88afef6388dec
910c6eaf4deddeec567a5f7198733f8019f190ff
refs/heads/master
2021-07-17T21:19:45.388703
2019-08-27T21:03:14
2019-08-27T21:03:14
183,940,436
2
1
null
null
null
null
UTF-8
Java
false
false
366
java
package com.example.remind_me; import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Genera...
[ "yusuf@endpoint-labs.com" ]
yusuf@endpoint-labs.com
95fa6116274cf6fa324d64dcf143d39b86777cd8
17bfe5bf23d259b93359a1aad48cb064f34bf670
/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/Container.java
ffe48069792ccaf3c3cf085a233cbc28c871f809
[ "Apache-2.0" ]
permissive
apache/servicemix-components
732fff76977a3f026ea85cc99e70fa5b1a0889f1
6bf1e46e7e173275a17571ab28c6174ff26f0651
refs/heads/trunk
2023-08-28T17:39:33.860650
2014-04-09T17:51:21
2014-04-09T17:51:21
1,167,439
4
17
null
2023-09-12T13:54:34
2010-12-14T08:00:08
Java
UTF-8
Java
false
false
8,398
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "gertv@apache.org" ]
gertv@apache.org
19c001417eb4cc87bdb49b8cd40c50e4978cd70c
72580d77cc64965109776399b742b2e095c478cf
/src/twopointers/RemoveDuplicatesFromSortedList.java
87a87237f6ead4f72affc0c0a5cd6f3dbd9079ef
[]
no_license
heyan4869/LeetMyCode
078257790510150d0d29b2421f239579f23606cf
2247e7f0b0c07dccc1dc6c0889f3c97deba31d36
refs/heads/master
2021-01-21T21:54:55.022745
2015-10-22T19:29:55
2015-10-22T19:29:55
38,233,110
0
0
null
null
null
null
UTF-8
Java
false
false
1,035
java
// No.83 package twopointers; public class RemoveDuplicatesFromSortedList { public static ListNode deleteDuplicates(ListNode head) { ListNode fakeHead = new ListNode(Integer.MAX_VALUE); fakeHead.next = head; if (head == null || head.next == null) { return head; } ListNode p1 = head; ListNode p2 = head...
[ "heyan4869@gmail.com" ]
heyan4869@gmail.com
ce88b7ab0882b99bdedcfc6c240aafc9fa12f4c0
e8e4ae8acfa572a5b4fbc8f32b0c2a1baaba63fc
/PDS/atv02(jogo-da-forca)/src/models/BancoPalavras.java
cdccf4bdc18b18f48b76a0174ac45e10c052f046
[]
no_license
jefo3/5-semestre
7b558c20256b3cf6b7d49842cba4ce9273b3c194
d469d828b8e3baa5bbd08737fcdfcf695c67a377
refs/heads/master
2023-08-20T15:55:50.196019
2021-09-17T14:54:44
2021-09-17T14:54:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
683
java
package models; import java.util.ArrayList; import java.util.List; import java.util.Random; public class BancoPalavras { List<String> palavras; public BancoPalavras() { this.palavras = new ArrayList<String>(); this.preencherBancoPalavras(); } public String sorteaPalavra(){ Random generator = ...
[ "jeferson.goncalves.noronha@gmail.com" ]
jeferson.goncalves.noronha@gmail.com
3438eb905993d5970ce9a98cb337b91f35f5c080
6632e8783e739b2ddcb07e1d9f444c9802823c00
/cloudalibaba-sentinel-service8401/src/main/java/com/atguigu/springcloud/controller/RateLimitController.java
f6473fc3d2100c6db0f3ba1ee6ab54f241e4cd45
[]
no_license
461280293/springcloud2020
65ad9f3e4070cf12b4a87be64c3b848e8392c437
a334a2ef98c1e62ed9f557e62ae3049b0ebd8d90
refs/heads/master
2023-02-14T14:29:50.892932
2021-01-11T06:59:22
2021-01-11T06:59:22
328,539,561
0
0
null
null
null
null
UTF-8
Java
false
false
1,507
java
package com.atguigu.springcloud.controller; import com.alibaba.csp.sentinel.annotation.SentinelResource; import com.alibaba.csp.sentinel.slots.block.BlockException; import com.atguigu.springcloud.entities.CommonResult; import com.atguigu.springcloud.entities.Payment; import com.atguigu.springcloud.myHandler.CustomerBl...
[ "461280293@qq.com" ]
461280293@qq.com
44e980e47fc1ee13ac8edd11eb24aa5bf75f89b9
97802af16d1c7b0b4420aa4ece2c5c157986c05a
/coro-ui/src/main/java/org/ops4j/coro/ui/node/MeasureNode.java
cc4d47db9c14ff12f6ffadd87b56a8172c2f1986
[]
no_license
hwellmann/coro-fx
ba5f06f19487ea629d755b22c14e36ff23326593
61a4ea556e78b8841cbe4cf8ff0947a00189611d
refs/heads/master
2021-01-03T13:19:55.604067
2015-07-06T18:14:28
2015-07-06T18:14:28
38,443,445
0
0
null
null
null
null
UTF-8
Java
false
false
6,587
java
/* * Copyright 2015 Harald Wellmann. * * 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...
[ "harald.wellmann@gmx.de" ]
harald.wellmann@gmx.de
c095c832300d5e5e7ec320c64ca79b34ba7911b1
f069ff7bece2c084ec2fcb1be79f17dd599f8762
/Calculator.java
cf419ed8bb36e5c9683bfb0535aa195b7db835a0
[]
no_license
nelsondwayne/-Protip-Name-it-something-clear-and-to-the-point-
b03406aedbe591f38aaf9278a4179c112b070952
6ac7b26ed21388db567540b890f5c3a1316ccf69
refs/heads/master
2016-09-05T13:31:04.146207
2015-08-17T18:01:52
2015-08-17T18:01:52
40,921,632
0
0
null
null
null
null
UTF-8
Java
false
false
1,635
java
import java.awt.event.*; import javax.swing.*; import java.awt.*; public class Calculator extends JFrame implements FocusListener { JTextField value1, value2, sum; JLabel plus, equals; public Calculator() { super("Add Two Numbers"); setSize(350, 90); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setLo...
[ "nelsondwayne76@gmail.com" ]
nelsondwayne76@gmail.com
1a80490798af017a1c89395090e151c7db42a1c7
59293b8468682cfa5c295bbcbc9b42c53ad32d9c
/JavaRushTasks/2.JavaCore/src/com/javarush/task/task19/task1909/Solution.java
2315fd7529c18ed0d19d61e0d2909fbb2c139f23
[]
no_license
olimpMichael/JavaRushTasks
98e8660a3a157ef01d3473b9511c4613a757f08e
e3d7da217c071b18f7f1d4103115d29270fa0c6d
refs/heads/master
2021-05-11T20:26:28.030167
2018-01-14T15:24:45
2018-01-14T15:25:05
117,440,292
0
0
null
null
null
null
UTF-8
Java
false
false
821
java
package com.javarush.task.task19.task1909; /* Замена знаков */ import java.io.*; public class Solution { public static void main(String[] args) throws IOException { BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in)); String file1 = bufferedReader.readLine(); ...
[ "olimp_michael@mail.ru" ]
olimp_michael@mail.ru
09ff9e449ef03ee0eb826a1f2c74de8eda2ec2ca
8c2ff38f6a5263e79669084380297c31a0458bc4
/src/main/java/com/miage/souvenir/repository/PhotoRepository.java
d445c6d1abc1b35caf4c5a14eb7b44773967c817
[]
no_license
Wazazu/newSouvenir
14fcb65a2422219fad63ed8cf393e2d7f2d83a8d
0abc7d2deaa0b7efc489356ad498b3948c009ba5
refs/heads/master
2020-03-08T20:39:12.886690
2018-05-03T08:25:19
2018-05-03T08:25:19
128,387,494
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package com.miage.souvenir.repository; import com.miage.souvenir.domain.Photo; import org.springframework.stereotype.Repository; import org.springframework.data.jpa.repository.*; /** * Spring Data JPA repository for the Photo entity. */ @SuppressWarnings("unused") @Repository public interface PhotoRepository exte...
[ "ba-ba_@hotmail.fr" ]
ba-ba_@hotmail.fr
8b75d3ae058c20246ef510a45fbbdc9be09fd976
7b1b0bda0c1f70a9b5ffe717c3d688c2ffbd4b5c
/app/src/main/java/com/radomar/newsfeed/di/ActivityScope.java
e426d3ad56a9bd63b5f202f6d577bd3fecb74ef2
[]
no_license
AndrewKhainus/NewsFeed
96043b3bbfcc8dfa4c1c91313344452ec0aa139c
baf1d3f5d2bbde7aaf21de2f797d9b2479b98a69
refs/heads/master
2020-12-30T12:44:25.503359
2017-05-16T22:21:20
2017-05-16T22:21:20
91,354,788
0
0
null
null
null
null
UTF-8
Java
false
false
271
java
package com.radomar.newsfeed.di; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Scope; /** * Created by Andrew on 15.05.2017. */ @Scope @Retention(RetentionPolicy.RUNTIME) public @interface ActivityScope { }
[ "andriy.khainus@thinkmobiles.com" ]
andriy.khainus@thinkmobiles.com
831289844559cdcac07e2aef2aef87cdd10bbe07
1d53aea2f04472059b90ded150660bc5a01ae267
/src/main/java/me/vilsol/adventofcode/day2/Day2Main.java
2a6fac8e7552a007fc8287da85575246364f0092
[]
no_license
Vilsol/Advent-of-Code
c2d477cd9f0171f8ec922b8ad3934de5ef939e56
e2adaeb810a4985ec15bf0f9dcd609f4258bf513
refs/heads/master
2021-01-10T14:33:53.451385
2015-12-08T15:56:48
2015-12-08T15:56:48
47,306,848
0
0
null
null
null
null
UTF-8
Java
false
false
9,502
java
package me.vilsol.adventofcode.day2; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Day2Main { private static final String input = "29x13x26,11x11x14,27x2x5,6x10x13,15x19x10,26x29x15,8x23x6,17x8x26,20x28x3,23x12x24,11x17x3,19x23x28,25x2x25,1x15x3,25x14x4,23x10x23,29x19x7,17x10x13,26...
[ "vilsol2000@gmail.com" ]
vilsol2000@gmail.com
bec02970354e673155ce4536dc6d9a2f3fdfac25
7f91111298fe814a1a5f768fcb974e16bae68936
/app/src/main/java/id/ac/poliban/mi/maya/googlemaps/MapsActivity.java
860d06acc2a86221f968d807dd2d1c2a69be61e5
[]
no_license
mayadiahatikasari/GoogleMaps
97765ccc780a8abc12ce103ef2ab6d002024a95d
79112358e614e97e3c5f90f0804827d3af3610ed
refs/heads/master
2020-12-28T15:05:35.187736
2020-02-05T06:18:56
2020-02-05T06:18:56
238,381,818
0
0
null
null
null
null
UTF-8
Java
false
false
1,890
java
package id.ac.poliban.mi.maya.googlemaps; import androidx.fragment.app.FragmentActivity; import android.os.Bundle; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.OnMapReadyCallback; import com.google.android.gms.maps.SupportMap...
[ "mayadiahatikasari@gmail.com" ]
mayadiahatikasari@gmail.com
b2b50b1e971c1f56f302a8a9562ab1d6fdeeb86a
aa85de9495ead02a8a463d7255eb31a5681cce5e
/mooding-module-system/src/test/java/HttpUtilsTest.java
8d83e79121d3ef28d83a0925ffe0523158184025
[]
no_license
ricefire/vue3-mooding-boot
6aa35cea79fd008d39118f841a05fdf7ae6b08be
d1987fa735b2d627f9e8e4e1c496c1c574de8d86
refs/heads/main
2023-09-05T10:15:10.779917
2023-08-26T07:37:15
2023-08-26T07:37:15
393,719,130
0
0
null
null
null
null
UTF-8
Java
false
false
13,302
java
import cn.mooding.common.model.constant.SysConfig; import cn.mooding.common.utils.string.CharsetKit; import cn.mooding.common.utils.string.StringUtils; import cn.mooding.modules.utils.HttpUtils; import com.alibaba.fastjson.JSONObject; import com.gargoylesoftware.htmlunit.BrowserVersion; import com.gargoylesoftware.html...
[ "moodingtech@gmail.com" ]
moodingtech@gmail.com
35b6eac6d39f9dcb44547a9cd1888420aa3bcb69
3988d04cb4263bc0b43911369e3e9d25547510e3
/app/src/main/java/penguin_tech/com/starrealmtrackertablet/PlayerFragment.java
645e975c38642ba083676d6a3671ebf16bd47d31
[]
no_license
theag/Star-Realm-Tracker-Tablet
6a1879695e1f0b067a52b136836b35ceb145ff4d
fa437fa771d1aeb71de14cacb4938b51caef7897
refs/heads/master
2020-04-08T09:05:28.104371
2018-11-27T13:43:56
2018-11-27T13:43:56
159,207,338
0
0
null
null
null
null
UTF-8
Java
false
false
12,075
java
package penguin_tech.com.starrealmtrackertablet; import android.graphics.Paint; import android.graphics.Rect; import android.os.Bundle; import android.support.v4.app.DialogFragment; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; impo...
[ "TGegenberg@nbpower.com" ]
TGegenberg@nbpower.com
27fce938ab44073a53c8f4960500234787b10c76
46a89f9e193af8ef1c94ade170d71b5203677190
/src/main/java/com/ro0sterjam/twentyone/strategies/ManualPlayerStrategy.java
639cdbaccdd756163f4561bc3d5537db9a5efeed
[]
no_license
ro0sterjam/21_java
8ab43cf2f87ba8cfa6dc7b9974cd39b621406f1e
b530fc23000a0ebf718cc81a94393d3fe071ee4f
refs/heads/master
2021-06-20T14:14:03.884197
2017-08-12T21:22:32
2017-08-12T21:22:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
package com.ro0sterjam.twentyone.strategies; import com.ro0sterjam.twentyone.events.BustedEvent; import com.ro0sterjam.twentyone.events.PlayerEvent; import com.ro0sterjam.twentyone.events.RoundResultsEvent; import com.ro0sterjam.twentyone.table.Action; import com.ro0sterjam.twentyone.table.Card; import com.ro0sterjam....
[ "khkwang@gmail.com" ]
khkwang@gmail.com
cd1e876dff6f7ae299fbc2b68e7896f5e8744e08
c386eecbe7eebca4552cde05a72138a194e619b3
/com/example/pattern/creational/AbstractFactory/BankFactory.java
6a3ad8ba7c8d60955113ef965e0ebb0cb942033e
[]
no_license
nammavar-guru/java
34184f3b718637b32b289a2856fef7fbdd192b3a
7bf0784decc22b42580cb62f4bbedd002fc5d067
refs/heads/master
2020-08-31T12:44:58.756400
2020-02-25T14:35:11
2020-02-25T14:35:11
218,694,412
0
0
null
null
null
null
UTF-8
Java
false
false
393
java
package com.example.pattern.creational.AbstractFactory; public class BankFactory extends AbstractFactory { public Bank getBank(String bank) { if(bank.equalsIgnoreCase("icici")) { return new ICICIBank(); } else if(bank.equalsIgnoreCase("hdfc")) { return new HDFCBank(); } return null; } ...
[ "noreply@github.com" ]
nammavar-guru.noreply@github.com
8fd4f5dfbdb05c3bfe45b1b712d4b6cb2ac5cb79
e1318ee84763a4ee9ee98ac81c0d4b20e2ae8435
/Cifra de Cesar/ButtonRead.java
73cb8c46412f89c66504a2213fee1483e311cb7a
[]
no_license
renatosayyed-eng/Mini-Projetos
a8bee433dc8a2382ffb79786ed75eed90e3d314b
fb2bc89d8d9d310b6b0cd80a34e3743dbf97f815
refs/heads/main
2023-04-21T21:39:02.961038
2021-05-05T21:49:34
2021-05-05T21:49:34
364,698,288
1
0
null
null
null
null
UTF-8
Java
false
false
1,219
java
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import javax.swing.JOptionPane; import javax.swing.JTextArea; public class ButtonRead implements ActionListener...
[ "noreply@github.com" ]
renatosayyed-eng.noreply@github.com
13e6c6065cab1bc1e8f3a158b07908e741a6e73f
384e298b94511490ed20a07a8659d2188401a6bc
/GeniusBI/src/negotiator/actions/Accept.java
8f80a5e6cabb4a3bc11c18c337f651930862b5d3
[]
no_license
erelsgl-nlp/GeniusWebSocket
d60c91eb49cd6a75f5078d58e7cb79e9291c2448
07e901d6726f066ee7e86cf7e9a1db561333465a
refs/heads/master
2021-05-26T15:34:39.845968
2013-05-06T10:20:59
2013-05-06T10:20:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,490
java
/* * AcceptBid.java * * Created on November 6, 2006, 10:26 AM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package negotiator.actions; import javax.xml.bind.annotation.XmlRootElement; import negotiator.AgentID; /** * An Action that used...
[ "erelsgl@gmail.com" ]
erelsgl@gmail.com
dd82de8508fef82292270ec27a1b6bd74f975efd
8415fc9f82f0561c3e2f78f84930527231cc3a7b
/main/src/com/google/refine/browsing/FilteredRecords.java
7e98eecbe087afb06783ea7d6bf8cc743386f446
[ "BSD-3-Clause" ]
permissive
snac-cooperative/OpenRefine
d18c9594b5ba4896ae3a50bfbd563390fb71efde
14341d6683919b0b1eb44a2eae0263f7ab512f1f
refs/heads/master
2021-06-16T11:51:23.612409
2020-01-17T20:00:35
2020-01-17T20:00:35
191,580,601
2
2
BSD-3-Clause
2020-11-18T18:49:14
2019-06-12T13:51:01
Java
UTF-8
Java
false
false
2,020
java
/* Copyright 2010, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following dis...
[ "dfhuynh@gmail.com" ]
dfhuynh@gmail.com
7a2657afa829ff1250a848c4a46ded1aaa0b502d
b92724573755d6614442157e75dfb3cd46c6e3c4
/src/main/java/org/codelibs/fess/app/web/admin/relatedcontent/SearchForm.java
193839409154789b254ca57634ade58c99347b2b
[ "Apache-2.0", "MIT" ]
permissive
werberson/fess-1
e49fad885a6a6e1829585c0ef0e8beeedf98d248
1a09d53951d6bf181919b997b6d6acec0cdf1c78
refs/heads/master
2021-01-06T01:43:38.721988
2020-02-15T11:58:14
2020-02-15T11:58:14
241,192,307
1
0
Apache-2.0
2020-02-17T19:39:38
2020-02-17T19:39:38
null
UTF-8
Java
false
false
788
java
/* * Copyright 2012-2020 CodeLibs Project and the Others. * * 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...
[ "shinsuke@apache.org" ]
shinsuke@apache.org
d2bce699c5cb7812869427fa34dfa1147603d1ae
26723339e7eca95123348f000854dfe1c4e69e3c
/src/main/java/com/security/oauth/repository/UserRoleRepository.java
0117f31332580e55997876f68230e2fd587eb4c0
[]
no_license
zzmkj/security-oauth
2229c7228b764ae58d8c3ccbc6bc37bf1e4acb94
3e0debdae4297607a089f68b46965908632a8d8d
refs/heads/master
2022-01-30T00:08:44.639515
2019-06-13T02:27:03
2019-06-13T02:27:03
190,549,281
0
0
null
null
null
null
UTF-8
Java
false
false
438
java
package com.security.oauth.repository; import com.security.oauth.domain.UserRole; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.transaction.annotation.Transactional; /** * @ClassName UserRoleRepository * @Description UserRoleRepository * @Author zzm * @Data 2019/6/12 18:...
[ "2224247288@qq.com" ]
2224247288@qq.com
f912b62085abc27ad1f94946287e7e59220332b1
5445ec8d05a038da4cc7de5ef5713294af8619ec
/src/main/java/by/gsu/forms/custom/InvitationButtonEditor.java
1b237e0f677f90762ba4f558579b912f3dd8a4e1
[]
no_license
gorych/invitations-sender
e8964d3adbfe567857e888ce63ae31838303d505
69122fcdf2d4b55d4b703c6fdc3208b73fd52cc0
refs/heads/master
2023-05-26T04:21:44.746424
2020-01-02T16:21:55
2020-01-02T16:21:55
230,421,471
0
0
null
2023-05-23T20:12:51
2019-12-27T10:12:40
Java
UTF-8
Java
false
false
1,622
java
package by.gsu.forms.custom; import by.gsu.model.Event; import javax.swing.*; import java.awt.*; import java.util.function.Consumer; public class InvitationButtonEditor extends DefaultCellEditor { private JButton button; private String label; private boolean isPressed; private transient Consumer<Ev...
[ "Yahor_Semianchenia@epam.com" ]
Yahor_Semianchenia@epam.com
6d58a24920238d0356b88c96a8b48fc3c851da6a
50d52a5108beb20d1b95e61da7d2150be8837612
/source/src/main/java/com/app/seachallenge/service/AtividadeService.java
f69a9c146cc0c5d4c2e341f6c3135c22ecc33dbd
[]
no_license
david2000tsi/seachallenge
9ba1c4b0ea6bf6dca1499c22553cb6a5ad364043
abb02a6590ee426ae8f00827cd4f457a0e5d1904
refs/heads/master
2023-04-26T13:21:36.445394
2022-03-31T17:24:33
2022-03-31T17:24:33
223,209,361
0
0
null
2023-04-14T17:59:20
2019-11-21T15:49:41
Java
UTF-8
Java
false
false
1,988
java
package com.app.seachallenge.service; import java.util.List; import java.util.Optional; import org.springframework.stereotype.Service; import com.app.seachallenge.dto.AtividadeDTO; import com.app.seachallenge.model.Atividade; import com.app.seachallenge.repository.AtividadeRepository; import lombok.RequiredArgsCons...
[ "david2000tsi@gmail.com" ]
david2000tsi@gmail.com
836536f16f9c48b00da29502bfaf441b066c1936
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-paymentcryptography/src/main/java/com/amazonaws/services/paymentcryptography/model/transform/ThrottlingExceptionUnmarshaller.java
6508534cf2c166cc64133b15b894e4bb25bf65d2
[ "Apache-2.0" ]
permissive
aws/aws-sdk-java
2c6199b12b47345b5d3c50e425dabba56e279190
bab987ab604575f41a76864f755f49386e3264b4
refs/heads/master
2023-08-29T10:49:07.379135
2023-08-28T21:05:55
2023-08-28T21:05:55
574,877
3,695
3,092
Apache-2.0
2023-09-13T23:35:28
2010-03-22T23:34:58
null
UTF-8
Java
false
false
2,878
java
/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
189f3cdd5d3719157428c4dd3d8d3aff04488c44
5e1328c0f98583576935e2c067baa6ba1d880582
/src/main/java/br/com/painelnfce2017/model/ModPagamento.java
9578162e17365977ef49288a858f76fcb85512e4
[]
no_license
yanSilv/Painel
9416981e65d838516ade93d90890b47de8a6476f
8e0ec0a0998f1e5c1a75a1377e30586fc96787be
refs/heads/master
2021-03-31T01:05:29.217602
2018-03-12T18:30:42
2018-03-12T18:30:42
124,933,747
0
0
null
null
null
null
UTF-8
Java
false
false
1,020
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 br.com.painelnfce2017.model; import javax.xml.bind.annotation.XmlRootElement; /** * * @author programador */ @XmlRootEleme...
[ "programador@jaguaryan" ]
programador@jaguaryan
788559e3a51d79999366f3a4921dac9e403a6c18
25c8b49d2eb5d39ceb79348e2d9fce3cc06b1d34
/8puzzle/src/test/java/assignment4/4PuzzleTests/Puzzle4x4_26Test.java
085c8ad5a12b3f4869a0d24560d073456b5e37d8
[]
no_license
pliesveld/algorithm-exercises-java
fd336f145c811424c47499d7847ccbf459a2e3db
a7009874dd27aace2a4bb04d308896018f69349d
refs/heads/master
2020-12-24T07:59:59.228276
2016-01-07T08:58:37
2016-01-07T08:58:37
59,030,541
0
0
null
null
null
null
UTF-8
Java
false
false
1,253
java
import java.net.*; import java.util.*; import java.io.*; import java.lang.*; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertNotNull; import org.junit.Test; import org.junit.Before; import edu.princeton.cs.algs4.*; public class Puzzle4x4_2...
[ "pliesveld@users.noreply.github.com" ]
pliesveld@users.noreply.github.com
ebb865db2e7db8255cf729586ab9d764d5aaf6d1
5614005598ae7db3e6291804ba11bf4acd97ce07
/task16/task1617/Solution.java
0cc5902d44afbc7fdb6e0e1a112c220a451471a7
[]
no_license
MetalSheriff/JavaRush-Solutions
bbee6dcb7c10e5d312c269460c67e5439b269251
68f4b6bb1f3cc659e956e0d1af2ea7108360a0e7
refs/heads/main
2023-03-23T12:09:41.111841
2021-03-23T19:37:49
2021-03-23T19:37:49
350,803,206
0
0
null
null
null
null
UTF-8
Java
false
false
876
java
package com.javarush.task.task16.task1617; /* Отсчет на гонках */ public class Solution { public static volatile int numSeconds = 3; public static void main(String[] args) throws InterruptedException { RacingClock clock = new RacingClock(); Thread.sleep(3500); clock.interrupt(); ...
[ "noreply@github.com" ]
MetalSheriff.noreply@github.com
b7edfedef12bbde24b4f0948d8f8f0a3152af595
c3debbc571031781ec2f156783ae0d17fb663d90
/qa/smoke-test/21022009/esb/src/test/java/org/wso2/carbon/web/test/esb/ESBFilterMediatorMainTest.java
f51c67abdcc06a02156ceecb44186f91b825bca2
[]
no_license
manoj-kristhombu/commons
1e0b24ed25a21691dfa848b8debaf95a47b9a8e0
4928923d66a345a3dca15c6f2a6f1fe9b246b2e8
refs/heads/master
2021-05-28T15:53:21.146705
2014-11-17T14:53:18
2014-11-17T14:53:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,557
java
package org.wso2.carbon.web.test.esb; import org.wso2.carbon.web.test.common.SeleniumTestBase; /* * 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....
[ "hasini@a5903396-d722-0410-b921-86c7d4935375" ]
hasini@a5903396-d722-0410-b921-86c7d4935375
18725705a9cd7a8d4c8533aaaceb283f977c59be
bdebd508d7c8dc954528ed4bb146f724a9d79b09
/test/tp3/unq/CounterTestCase.java
2a6542b8131a228c53209417954689db581b8105
[]
no_license
CundariNicolas/unqui-poo2-cundari
305700b2b45bccdb8b3130a2c9d291e4f1688f69
deae8bfdfd70671a2d675573227f40a5a7eb7420
refs/heads/main
2023-07-16T23:47:54.813349
2021-09-03T14:08:26
2021-09-03T14:08:26
357,692,508
0
0
null
null
null
null
UTF-8
Java
false
false
767
java
package tp3.unq; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; class CounterTestCase { private Counter counter; @BeforeEach void setUp() throws Exception { //Se crea el contador counter = new Counter(); //Se...
[ "nicolasmcundari@gmail.com" ]
nicolasmcundari@gmail.com
49e811a178eac9474ef87e6ae95da65d7fb9b1f5
de66466bb32e515bcb23386e122d0d41c5a422fd
/src/test/java/com/ecommerce/service/UserSessionServiceTest.java
964b5a7a1afbd4ef04a93b860272a9d9606a5c01
[]
no_license
maxca/spring-boot-ecommerce
90cdb8de485f7fe979137a6628f407528a67d69a
682abde187ea770ba433f6533afd1c9eed6272a0
refs/heads/master
2022-06-18T09:21:26.477335
2020-05-12T04:48:13
2020-05-12T04:48:13
259,239,664
0
1
null
2020-05-12T04:48:14
2020-04-27T07:33:19
Java
UTF-8
Java
false
false
2,796
java
package com.ecommerce.service; import com.ecommerce.exception.UnauthorizedException; import com.ecommerce.model.UserSession; import com.ecommerce.repository.UserSessionRepository; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import o...
[ "samark.chaisangun@scb.co.th" ]
samark.chaisangun@scb.co.th
f0a2d0a9d0da8d5814ecc82d1071acf2b8d934c1
9254e7279570ac8ef687c416a79bb472146e9b35
/cdn-20180510/src/main/java/com/aliyun/cdn20180510/models/ModifyCdnDomainSchdmByPropertyRequest.java
764b200f48d13670d29433110b69663f64a5afb7
[ "Apache-2.0" ]
permissive
lquterqtd/alibabacloud-java-sdk
3eaa17276dd28004dae6f87e763e13eb90c30032
3e5dca8c36398469e10cdaaa34c314ae0bb640b4
refs/heads/master
2023-08-12T13:56:26.379027
2021-10-19T07:22:15
2021-10-19T07:22:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,257
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.cdn20180510.models; import com.aliyun.tea.*; public class ModifyCdnDomainSchdmByPropertyRequest extends TeaModel { @NameInMap("OwnerId") public Long ownerId; @NameInMap("DomainName") public String domainName; @NameInMap("P...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
33a18351bb9b96b5dd79ad87ad191c795cfc2beb
d51e0f868a3fd07afd80e7967f7d761da9c54b02
/src/Medium/matrix/NumberOfIslands.java
34f0a8d8eb0d19ff1a7f10a2d0858d1c3f93a77a
[]
no_license
menghan1224/LeetCode
3e10abccd97b96263b8c91aba0971904c7232971
85b9cd7c6d810b5827e64e4990b46fe311140615
refs/heads/master
2021-01-22T05:42:19.465127
2018-07-25T08:39:48
2018-07-25T08:39:48
92,486,061
0
0
null
null
null
null
UTF-8
Java
false
false
789
java
package Medium.matrix; /** * Created by 28479 on 2017/6/8. */ public class NumberOfIslands { public int numIslands(char[][] grid) { if(grid.length==0||grid[0].length==0) return 0; int num=0; for(int i=0;i<grid.length;i++){ for(int j=0;j<grid[0].length;j++){ if(...
[ "13501175561@163.com" ]
13501175561@163.com
8017643dd5f7fad0baaf86dcf91a83d82dfb44f9
a3b01e70e3a7ecc64c3bbc5099a73b1dfec07b81
/src/main/java/com/uday/streamAPIEnhancement/FlatMapUsage_12.java
90f6689620810f5505478e5344abbdce0b58b23a
[]
no_license
udaykumar1113/java-9
1c150655b642d5dd4d104b3ff12e6c9de345adb4
7ca2271ed34ef83cae0ab83718eebe7dc1ff9d8c
refs/heads/master
2020-04-14T03:05:57.389868
2019-02-07T23:13:26
2019-02-07T23:13:26
163,599,845
0
0
null
null
null
null
UTF-8
Java
false
false
557
java
package com.uday.streamAPIEnhancement; import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; public class FlatMapUsage_12 { public static void main(String args[]){ List<Integer> numberList=new ArrayList<>(); numberList.add(5);numberL...
[ "udaykumar1113@gmail.com" ]
udaykumar1113@gmail.com
7dc6a7b71329e49521eb040528ad77d526fc68c1
14746e2be191d5c9a15ce8397ae408084d125e05
/src/main/java/com/example/demo/error/ErrorResult.java
76d75e551707ad7049a850a65e9d8bce97436f0b
[]
no_license
Lee-tw/B-basic-quiz
37d4a0be72d5ef0b2f48a19d5f29a5b11675c109
8b68e129926df6016fff3b61c25884e10e91352b
refs/heads/master
2022-11-12T20:35:08.343401
2020-06-30T03:36:19
2020-06-30T03:36:19
273,490,199
0
0
null
2020-06-19T12:36:41
2020-06-19T12:36:40
null
UTF-8
Java
false
false
289
java
package com.example.demo.error; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; @AllArgsConstructor @Getter @Setter public class ErrorResult { private String timestamp; private Integer status; private String error; private String message; }
[ "ce.li@thoughtworks.com" ]
ce.li@thoughtworks.com
1220f5f74629389c25051f2c213ea49784e79728
7559bead0c8a6ad16f016094ea821a62df31348a
/src/com/vmware/vim25/AnswerVMRequestType.java
e4c3d388c77f2b50c8bdefd37ea05aa568ed4919
[]
no_license
ZhaoxuepengS/VsphereTest
09ba2af6f0a02d673feb9579daf14e82b7317c36
59ddb972ce666534bf58d84322d8547ad3493b6e
refs/heads/master
2021-07-21T13:03:32.346381
2017-11-01T12:30:18
2017-11-01T12:30:18
109,128,993
1
1
null
null
null
null
UTF-8
Java
false
false
2,800
java
package com.vmware.vim25; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for AnswerVMRequestType complex type. * * <p>The following schema fragment specif...
[ "495149700@qq.com" ]
495149700@qq.com
b49b689504a3c635fda113f95fb7dbd87e0ccfa3
87f74997a88ca01affedfc68efb928df094b3413
/src/main/java/com/aidilude/betdice/util/EncryptUtils.java
f6524aa5a19ef922975805386ae02ab57cfaf8d1
[]
no_license
xinfushe/betdice
8975b80a0edc822a44f12eb2b6e6f6765efc0d9f
b77d5d6e91f2953597db6f41f60519fc49e5f0ae
refs/heads/master
2020-04-10T23:14:03.550201
2018-12-11T10:03:58
2018-12-11T10:03:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,768
java
package com.aidilude.betdice.util; import java.security.MessageDigest; public class EncryptUtils { private static final String[] hexDigits = { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f" }; private static final int[] abcde = { 1732584193, -271733879, -1732584194, 271733878,...
[ "mvp18582851776@163.com" ]
mvp18582851776@163.com
a6b09485aea124af4f405dc11d8c00ca92f00ea1
ac8f5c2d9c4da1cfecdd8ca4c5189dbfe4c3e1c2
/src/Tools/MirrorFlipper.java
a0bc8674ed2dd3fffa49f2126ac72283c72ebbd8
[ "MIT" ]
permissive
chronic-underclocking/Image_Toolbox
caff3d56de46c16597dd28ba26d7b0fbf1744508
8c35194c343af4c62e8098e718d6049d6be9dfc0
refs/heads/master
2023-02-17T00:34:53.340256
2021-01-06T20:32:57
2021-01-06T20:32:57
255,435,252
0
0
null
null
null
null
UTF-8
Java
false
false
474
java
package Tools; import java.awt.image.BufferedImage; public class MirrorFlipper { public BufferedImage flip(BufferedImage img) { int width = img.getWidth(); int height = img.getHeight(); BufferedImage flippedImg = new BufferedImage(width, height, img.getType()); int p; for(int i = 0; i < width; i+...
[ "basselyasser42@gmail.com" ]
basselyasser42@gmail.com
72989fc6b30d96b3953260a68e96e4f6a5fa1827
b1f91c5c0bcd7699ce9344524f43bc13eef59959
/job/hoya/src/main/java/com/jaemisseo/hoya/command/HoyaSignitureCommandMessenger.java
a76737bbb66e4d8649120d94cc56660b10e68a6f
[ "MIT" ]
permissive
avaj-java/installer-maker
75f24f90fc6e1bd255dbf09e82aec51480e119f0
399b99b1c243032d1aa7f5aadc659a7e45958b34
refs/heads/master
2023-03-18T03:30:16.234511
2021-12-26T20:31:22
2021-12-26T20:31:22
90,461,895
5
1
MIT
2023-03-02T05:04:29
2017-05-06T12:37:41
Groovy
UTF-8
Java
false
false
1,964
java
package com.jaemisseo.hoya.command; import jaemisseo.man.configuration.annotation.Order; import jaemisseo.man.configuration.handler.AbstractCommandMessenger; import com.jaemisseo.hoya.job.Hoya; import jaemisseo.man.PropMan; import jaemisseo.man.configuration.context.CommanderConfig; import jaemisseo.man.configuration....
[ "souljungkim@gmail.com" ]
souljungkim@gmail.com
27f99eba46d5544f612aca4c37055f51ea4d36f5
f110e29b8d93a4b5c49783980b908454b9772b9c
/src/IBankingSystemController.java
9e5cfc6102169872d950470cb483cde31080d5ab
[]
no_license
bguilder/BankAccountManagementSystem
f4ec39c9d4a9e494d69700e726da1aa2f1d4e9b5
93165eb940406d0e2d2a928220efd6c2367f184e
refs/heads/master
2020-04-06T06:53:52.283001
2016-09-13T15:40:06
2016-09-13T15:40:06
64,875,093
0
0
null
null
null
null
UTF-8
Java
false
false
957
java
import java.util.Date; public interface IBankingSystemController { public String addClient(String firstName, String lastName, Date date, String address, Date timeCreated); public void addSavingsAccount(int clientID, double interestRate); public void addCheckingAccount(int clientID); public String viewAccount(i...
[ "bguilder@gmail.com" ]
bguilder@gmail.com
53ec9e4117f9ec8cf1bacda1aecf3fcfb736adfc
0d033ec460e7845a6a084783b1c4ab6f578f32a3
/app/src/main/java/com/example/test/models/CitationNight.java
5fa48d71c63f7112ef5662dfcc19e81e023a6ffa
[]
no_license
MuhammedMagdyy/Azkar-App
4ffc5c6af1c13991c96d57ef9e48a0212903b552
c00a8e05acfeee7a36d640a14cddfaf3fec0a735
refs/heads/master
2023-03-22T05:28:29.042762
2021-03-20T13:20:22
2021-03-20T13:20:22
292,843,760
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package com.example.test.models; public class CitationNight { private String citation_night_text; public CitationNight(String citation_night_text) { this.citation_night_text = citation_night_text; } public String getCitation_night_text() { return citation_night_text; } }
[ "you@example.com" ]
you@example.com
7bfe5bd823e1c05eb19fed876252409775dd9c43
2985f034413ac1d135206bfc10ecd7a15fa00d95
/src/topplintowers/lib/Slider.java
7ef0b84e8cd89781ff0770d3b39bcd7269f0ed6d
[]
no_license
MCBTay/topplintowers
df8350d691f88892bcddcb5f9999cc255b8ddea4
5b7ad36218d0080f512c41015f75c090c8b4680d
refs/heads/master
2020-06-03T21:47:47.514440
2013-11-06T03:33:44
2013-11-06T03:33:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,976
java
/* Copyright 2012 Olie 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 writing, soft...
[ "mcbtay@gmail.com" ]
mcbtay@gmail.com
de4853c845d14f24d43b5021b02c87d21f7db027
76ff67db569d76afbb10f756a5e474efdf04ccb8
/src/main/java/com/suppergerrie2/websocket/ExtendedInputStream.java
e69d19968aaa58ed86dec960e937e1d0d431f2f0
[]
no_license
suppergerrie2/JavaWebsocket
010fdd323ae98cbe61a83f5391fc7db4e11953fd
f86f7b742e84457b15530e7304fd373fde154db2
refs/heads/master
2022-11-13T17:29:44.392439
2020-07-12T13:58:21
2020-07-12T13:58:21
278,035,077
0
0
null
null
null
null
UTF-8
Java
false
false
2,080
java
package com.suppergerrie2.websocket; import java.io.IOException; import java.io.InputStream; public class ExtendedInputStream extends InputStream { final InputStream base; public ExtendedInputStream(InputStream base) { this.base = base; } @Override public int read() throws IOException {...
[ "gerjan2001@gmail.com" ]
gerjan2001@gmail.com
5a2d9275a437f4bab17dc2efe2cc7a80dbe999df
59f796e97ec4795ff00a09ab04bba07545b7b9a1
/src/com/omartech/tdg/model/ClaimItem.java
253e317d5e976e2756c283bff4f844dae0383d17
[]
no_license
sonyfe25cp/TDG
584bde7776109c63d1faab0fa1c6e1f0ccd8b4ce
4677d675eba69e028f3f5a1e33f450caa4fd7bdf
refs/heads/master
2016-09-05T10:36:21.784149
2014-04-06T14:16:39
2014-04-06T14:16:39
9,906,686
1
0
null
null
null
null
UTF-8
Java
false
false
2,604
java
package com.omartech.tdg.model; import com.omartech.tdg.model.Customer; import com.omartech.tdg.model.Seller; /** * 投诉项/退货项 * @author Sonyfe25cp * 2013-10-3 */ public class ClaimItem { private int id; private String claimType; //claim:投诉;return:退货 private int claimTypeId;//投诉类型,1234567 private int sellerId; p...
[ "sonyfe25cp@gmail.com" ]
sonyfe25cp@gmail.com
36d9d970559222d6944313769197373a74d3e9c3
027e030daadfce27540af31ae42100a68e0eeeab
/back/src/main/java/co/com/sofka/crud/tools/Controllers.java
0f22c714195417df73939749ad251729d4d04942
[]
no_license
Meridadaniel316/reto-crud-reactjs
7b0b655007d91d87c93c8457174c38af70179164
5c1fdc6216d43a95b433e6339f76c456d249d490
refs/heads/master
2023-05-29T04:51:35.021468
2021-06-07T05:05:21
2021-06-07T05:05:21
374,537,230
1
0
null
null
null
null
UTF-8
Java
false
false
1,805
java
package co.com.sofka.crud.tools; import co.com.sofka.crud.models.ModelGroup; import co.com.sofka.crud.models.ModelItems; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @RestController @CrossOrigin(origins = {"http://localhost:3000"}) public class Cont...
[ "dacastamerd@gmail.com" ]
dacastamerd@gmail.com
d822cce025b7a3c9bc956801279b1f99baaf2440
aa13dbc3a010219eebf70ed0a4863db0ed0e747b
/modules/apex-apps/apex-apps.uservice/apex-apps.uservice-test/src/test/java/com/ericsson/apex/apps/uservice/test/adapt/events/TestJSONEventHandler.java
3c3b6bce7473170282f7387ce138677af21f43b4
[]
no_license
zhniu/apex
48c61243b2e91932fd6af93e3b9f00c47e1d9eba
ab91898c51f6e45be8a4abaefef9747472e22a8e
refs/heads/master
2020-03-07T14:05:02.605568
2018-03-26T18:03:03
2018-03-26T18:03:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
16,013
java
/******************************************************************************* * COPYRIGHT (C) Ericsson 2016-2018 * * The copyright to the computer program(s) herein is the property of * Ericsson Inc. The programs may be used and/or copied only with written * permission from Ericsson Inc. or in accordance with ...
[ "liam.fallon@ericsson.com" ]
liam.fallon@ericsson.com
ebfdfd87eef068a00c26a4700881398322139807
cf91c7a1a7b933ff783c8f9207dbdb1c59de197c
/Griffins 1884/src/org/usfirst/frc/team1884/robot/commands/scaleprofiles/MotionProfile1RightScale.java
3c00ec0c41d554820f989d51ab0d9ee1615b23d0
[]
no_license
ASL-Robotics/Griffins-2018
568d71fb849b53bf8988bbad55c57f80201a462c
01d8f738556dcd2f0db69f83ab027795570f729e
refs/heads/master
2021-05-13T13:16:55.617285
2018-03-06T00:14:53
2018-03-06T00:14:53
116,699,705
0
5
null
null
null
null
UTF-8
Java
false
false
1,287
java
package org.usfirst.frc.team1884.robot.commands.scaleprofiles; import org.usfirst.frc.team1884.robot.Robot; import org.usfirst.frc.team1884.robot.subsystems.Drivetrain; import edu.wpi.first.wpilibj.command.Command; /** * drives robot straight from left starting position */ public class MotionProfile1RightScale ext...
[ "kaito_arai@asl.org" ]
kaito_arai@asl.org
93f613fd92d93739929b8e4dc4108efb143602eb
0cc04887f17b25041463f1ffbeaba489ae89a18c
/src/main/java/pattern/strategy/step5/Test.java
6257dfdaee945195884ba672f5a1957d428430f1
[]
no_license
QEnvelope/design_pattern
28aa08c8088417218716dd1df09c6ff07179b767
35b8d9d5f24b2c97e278f1ec5c5875673181a027
refs/heads/master
2020-04-24T15:28:13.453913
2019-02-22T13:47:42
2019-02-22T13:47:42
172,069,024
0
0
null
null
null
null
UTF-8
Java
false
false
456
java
package pattern.strategy.step5; import pattern.strategy.step4.FlyWithSwings; import pattern.strategy.step4.Quack; public class Test { public static void main(String[] args) { Duck duck = new ModelDuck(); duck.display(); duck.performFly(); duck.performQuack(); duck.setFlyBeh...
[ "2712241581@qq.com" ]
2712241581@qq.com
774ad90efe521f5cbcf8a383b6104302771892af
f0e1051f52273da8872b4a61321dd276b8a75d91
/src/main/java/com/chrisalbright/ffshow/service/MovieService.java
cf15d366194c3322f0e6319e0aa009d4e532841a
[]
no_license
chrisalbright/ffshow
d141c0cfcd8c64ba4b7b6e8946621977454fa23c
7aabf6cda683cf3643bd7e940f37325d43ee1f3e
refs/heads/master
2022-12-19T07:27:05.711093
2020-09-30T12:56:54
2020-09-30T12:56:54
299,919,348
0
0
null
null
null
null
UTF-8
Java
false
false
1,584
java
package com.chrisalbright.ffshow.service; import com.chrisalbright.ffshow.http.OMDBClient; import com.chrisalbright.ffshow.model.Movie; import com.chrisalbright.ffshow.model.MovieDto; import com.chrisalbright.ffshow.repository.MovieRepository; import lombok.RequiredArgsConstructor; import org.springframework.stereotyp...
[ "calbright@cj.com" ]
calbright@cj.com
8389703277f9c8741bd09390b957611ecd62e695
e019acf60a1c169fbe7ef0178e494e5776cb5472
/ihc-security-demo/src/main/java/com/vijay/ihc/demo/web/controller/ControllerExceptionHandler.java
a44567262e4f450848e7d8e7dac4d9d992e6ea50
[]
no_license
fangwj0928/ihc
d56d37e9525344a5c1857d63faccbb6424cb0e5c
a244bd875a4f937b820a57b13125197e50612878
refs/heads/master
2021-05-03T08:17:47.508395
2019-01-28T08:04:38
2019-01-28T08:04:38
120,565,032
1
0
null
null
null
null
UTF-8
Java
false
false
898
java
package com.vijay.ihc.demo.web.controller; import com.vijay.ihc.demo.exception.UserNotExistException; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotat...
[ "fangwj0928@163.com" ]
fangwj0928@163.com
ef5ee65b1b4c0eb73519e3eb0acd742f646cb51c
69661ad7d9b46c4bc529ccd558fbeb17d20129f6
/RealEstateAdvisorForStudents/src/main/java/com/reafs/input/types/Silence.java
f98b4a08fa352ca0fb9baeb72becc7b27a44ec54
[]
no_license
systemsarchitecture/realEstateAdvisor
875d40a054509d47667a5cffe9815e5a04233760
8126e58d0ea0cecd1d7d88affaed815c6e936eb2
refs/heads/master
2022-06-14T00:26:40.357743
2013-04-13T15:22:56
2013-04-13T15:22:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
125
java
package com.reafs.input.types; public enum Silence { VERY_IMPORTANT, LIKE_TO_WALK_IN_SILENCE_TIME_TO_TIME, NOT_NECESSARY }
[ "jaan.lambert@gmail.com" ]
jaan.lambert@gmail.com
ea009633f183fa855c2a2dcaae822a81a0777e6e
0429ec7192a11756b3f6b74cb49dc1ba7c548f60
/src/main/java/com/linkage/module/gtms/stb/resource/action/StbSetConfParamACT.java
aefb99a049599fd41c13f69a5e44c8763dadc75e
[]
no_license
lichao20000/WEB
5c7730779280822619782825aae58506e8ba5237
5d2964387d66b9a00a54b90c09332e2792af6dae
refs/heads/master
2023-06-26T16:43:02.294375
2021-07-29T08:04:46
2021-07-29T08:04:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,804
java
package com.linkage.module.gtms.stb.resource.action; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import action.splitpage.splitPageAction; import com.linkage.commons.uti...
[ "di4zhibiao.126.com" ]
di4zhibiao.126.com
c4f549435636bcbef641abe2fff6dd2838d2b6a1
c34e69497151355d3e39236e2eac01481e326d01
/Classes/Expression.java
84b1984bea8a3e55912d28b2964c65e1a35f73ed
[]
no_license
Abner-Hernandez/OLC1_1S2020_P1_201612101
513b595e933f050ec3c83b0cc6638a79e33a31b6
e2437c428f766e82652400af62e50d261b44cc95
refs/heads/master
2022-08-13T08:06:39.783416
2020-02-21T12:14:26
2020-02-21T12:14:26
238,340,103
0
0
null
null
null
null
UTF-8
Java
false
false
263
java
/** * @author abner */ public class Expression{ String lexical_component; String lexeme; public Expression(String lexical_component, String lexeme) { this.lexical_component = lexical_component; this.lexeme = lexeme; } }
[ "abner18enero@gmail.com" ]
abner18enero@gmail.com
cdb66d1a1d6332284621cb605cf293a7a91cfa9a
2b631cb14b185044e4201c9cc8be8219c5ab7556
/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WakeupControllerTest.java
009429b3f0fcc322b40428f5ec016e22b0277423
[]
no_license
yuchuangu85/Android-framework-code
59837ba3e41ebdda7de74ce82e1af2d0367610ce
fb27715328b4b0064b0f4e7b499b8c0f2e728d61
refs/heads/master
2020-09-03T09:00:20.642461
2019-11-04T16:21:25
2019-11-04T16:21:25
219,429,555
2
3
null
null
null
null
UTF-8
Java
false
false
30,036
java
/* * Copyright 2017 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 applica...
[ "yuchuangu85@gmail.com" ]
yuchuangu85@gmail.com
e16e99935d2c1338cbe82fc660b0c0d6f9ef1c24
5320c764dd9bdcee3bc66a22e602f7af32451337
/testing-demo/src/main/java/com/cecum/testing/RomanNumerals.java
e9063c7c4a8b4a6c704684eb93399c3846a3059e
[]
no_license
ccum/java-testing
840e6fcadf7b23950b03ddebe217027bf0472525
87cb0841a8220454114effed63a19c235f16323c
refs/heads/master
2020-12-03T20:16:19.503722
2020-03-20T16:48:14
2020-03-20T16:48:14
231,471,733
0
0
null
2020-10-13T18:35:09
2020-01-02T22:48:23
Java
UTF-8
Java
false
false
1,279
java
package com.cecum.testing; public class RomanNumerals { public static String arabicToRoman(int n) { String roman = ""; if(n==1) { return "I"; } if(n>1 && n<4) { return "I" + arabicToRoman(n-1); } if(n==4) { return "IV"; } if(n==5) { return "V"; } if(n>5 && n<9) { return "V" + arab...
[ "cesarcueva@MacBook-Air-de-Cesar.local" ]
cesarcueva@MacBook-Air-de-Cesar.local
f058ac942cd972cd2d1626c247c1b51544c31d12
f4b6422703af7534867f90f2902aa3baa7b72416
/2018/hackover/sources/android/support/v4/graphics/drawable/RoundedBitmapDrawable.java
f264dbf9ce46239a181818c7df1f26741b09998e
[]
no_license
b04902036/ctf
d1eac85b915057e0961ad862d7bf2da106515321
fac16cd79440a9c0fc870578d5c80b1491bb8eae
refs/heads/master
2020-03-18T16:23:02.321424
2019-11-22T03:34:25
2019-11-22T03:34:25
134,962,628
0
0
null
null
null
null
UTF-8
Java
false
false
7,595
java
package android.support.v4.graphics.drawable; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapShader; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Rect; imp...
[ "b04902036@ntu.edu.tw" ]
b04902036@ntu.edu.tw
0d6ed5b59519468b778e9252639daaa8964d5f93
f38b6c1d85c6a5ee1dfe06423c3bcaebdc718d43
/app/src/main/java/market/goldandgo/videonew1/Utils/imageCroper/CropImage.java
c65ebd34b23a322c8f77033977b183aafdbd2c42
[]
no_license
GoGoal92/fmovievesion5
673241cad783e429e9f83512079e0da43df36527
9a61cf4f65e48658820ad99cc925be426073f017
refs/heads/master
2021-09-10T07:11:28.087937
2018-03-22T05:30:58
2018-03-22T05:30:58
119,559,171
0
0
null
null
null
null
UTF-8
Java
false
false
37,463
java
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" package market.goldandgo.vi...
[ "goldyonwar@gmail.com" ]
goldyonwar@gmail.com
92db687620bf0fd20e8a444105a448e9d2bfaa85
1cf482f87d6c10e14a30358af95c00b55ef8a186
/PopcornEditText/src/main/java/io/github/kexanie/library/PopcornEditText.java
b5022651358db44e41674e4e929985c7d022fb94
[ "Apache-2.0" ]
permissive
andVisions/PopcornEditText
f39037187fb996e751f648b41c76e16e6def1652
45d634ec11e0928d0154e48d744041ae51f05ca3
refs/heads/master
2020-12-25T01:29:31.581668
2015-12-04T10:45:14
2015-12-04T10:45:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,550
java
package io.github.kexanie.library; import android.app.Activity; import android.content.Context; import android.content.res.TypedArray; import android.text.Editable; import android.text.TextWatcher; import android.util.AttributeSet; import android.view.ViewGroup; import android.view.animation.DecelerateInterpolator; im...
[ "key.insist@gmail.com" ]
key.insist@gmail.com
d6cb2584844ccc778eece016eb4811fd32c47d1f
e024ed90dd14f34232eacf8dc4e1b37c2034c5a6
/src/main/java/com/rn/dao/BookDAOImpl.java
bc9e11fc7e79638b38558a5a0eae4b8a3aacb0e2
[]
no_license
ragini-nevaskar/Online-Bookstore
bfde561445174d6326b010298e0d11ff250c7b3c
1ad59ce9027fe924acf6cad4192becf3c122f26d
refs/heads/master
2023-04-29T23:36:59.758957
2021-05-16T11:31:32
2021-05-16T11:31:32
354,788,290
0
0
null
null
null
null
UTF-8
Java
false
false
1,466
java
package com.rn.dao; import java.util.List; import org.hibernate.Criteria; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.rn.entities.Book; ...
[ "nevaskarragini@gmail.com" ]
nevaskarragini@gmail.com
e15398a1d9f8c361cbc88041c22e68779af0f011
7677e6168d30c1bd7bd7925e5131cb3c6ad8e099
/app/src/main/java/com/qy/emt/aty/WelcomeAty.java
910af4ed1c5b095847dd1de4cffa0d6ad8cb906f
[]
no_license
cemtc/android
1d4c347b42f67aeea96f953e8edb318919d3b8a2
fed440339acb6bfd3c65b4addc568f653648f5d0
refs/heads/master
2020-12-08T14:11:52.236347
2020-01-10T08:20:33
2020-01-10T08:20:33
232,999,751
0
0
null
null
null
null
UTF-8
Java
false
false
931
java
package com.qy.emt.aty; import android.view.View; import com.qy.emt.R; import com.qy.emt.aty.account.LoginAndRegisterAty; import com.qy.emt.aty.base.BaseAty; import com.qy.emt.aty.wallet.WalletMnemonicAty; import butterknife.OnClick; public class WelcomeAty extends BaseAty { @OnClick({R.id.tv_welcome_login, R...
[ "3170265567@qq.com" ]
3170265567@qq.com
d8f53d8c920e1ed245816a1aa3f8e47de267c0c7
6a1c8540e81a34e315e10c1a33a1202d2f8db8ce
/AdAdmin/src/main/cn/adwalker/ad/admin/operation/controller/AdEffectIosNumberController.java
fac763e827d414b25e14ca18e9f176b7c0d8b021
[]
no_license
springwindyike/ad-server
7624a3129c705ce5cd97bfe983704d1f29b09889
c2878216505e5aea7222e830ad759a22fc6a22da
refs/heads/master
2021-12-11T05:29:26.909006
2016-10-24T02:48:55
2016-10-24T02:48:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,528
java
package cn.adwalker.ad.admin.operation.controller; import java.io.IOException; import java.util.List; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.log4j.Logger; import org.spring...
[ "13565644@qq.com" ]
13565644@qq.com
9d48ee68d24fe0c06fff51c3be23a5716b9557d4
27cf1879e1658b4d43660f152230e11db2444717
/src/main/java/br/com/recatalog/bolsab3/service/CotacaoService.java
fb5d78953e48312f18430aaafb003108765739a7
[]
no_license
josefernando/bolsab3
7fb3dbc0db2d772843b269eae9fe73256704047f
6408d589e2eadb73b1689ba97d2ddbba86379cc2
refs/heads/master
2022-11-25T06:57:56.956585
2020-08-01T12:12:32
2020-08-01T12:12:32
272,479,915
0
0
null
null
null
null
UTF-8
Java
false
false
1,255
java
package br.com.recatalog.bolsab3.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import br.com.recatalog.bolsab3.model.domain.Cotacao; import br.com.recatalog.bolsab3.model.domain.repository.CotacaoRepository; @Service pub...
[ "jose.ze.fernando@gmail.com" ]
jose.ze.fernando@gmail.com
4f153a972559a388c4cdf3388a80207beeb8677d
87158c4e09f74f6da6c1eff54ce8769310707950
/app/src/main/java/org/cocos2dx/lib/Cocos2dxHelper.java
49e3d235b28cf033650a15012f7d9e93c6c0d37f
[]
no_license
longnguyencse/ParrotTower2
84ce9c0e16327c1ebaa280b7ac1b37ad60d5f7ee
e2ba4d7f4ddaef4017ea814ce65955b310d421c6
refs/heads/master
2021-06-12T00:53:40.267819
2017-01-20T04:35:23
2017-01-20T04:35:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,332
java
package org.cocos2dx.lib; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import android.content.pm.ApplicationInfo; import android.content.res.AssetManager; import android.os.Build; import android.os.Process; impor...
[ "longnguyenqu@gmail.com" ]
longnguyenqu@gmail.com
d26cbeea5f3fad714fb51bbdbb857fdea5db3b40
59ee4fe90ba7a6b98e9f4774e779174862024f6b
/app/src/main/java/com/syalife/diary/adapter/StickerToolAdapter.java
b1e754ed3f9349cbd12496b5e8e26b060c01d983
[]
no_license
xueyuan20/PrivacyDiary
b8f8aa4d6cefc19f70279867039df2d58310bcb0
a7b73d66fbc9f22e8c391136ea2f6aab534f0e5e
refs/heads/master
2021-01-10T01:18:23.280389
2016-03-16T09:27:34
2016-03-16T09:27:34
50,652,471
0
0
null
null
null
null
UTF-8
Java
false
false
2,146
java
package com.syalife.diary.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import com.syalife.diary.R; import com.syalife.diary.model.Addon; import com.syalife.diary...
[ "xueyuan@oneplus.cn" ]
xueyuan@oneplus.cn
38131209c84334df17ea19050701c5d4fa247876
050649c9b292286b16b9d98df199d7398217ed6e
/Alat_hitung/app/build/generated/source/r/debug/android/support/mediacompat/R.java
8873e06397b0bc1be5bb7ee0f3c928a963ba087c
[]
no_license
imam76/Menghitung_segitiga
7e299bb055026086bc40a5e4714821d68883492b
4c3148377958e695505c9d7254f80108cd7b3c9c
refs/heads/master
2020-03-18T02:23:30.171402
2018-05-20T21:32:59
2018-05-20T21:32:59
134,188,351
0
0
null
null
null
null
UTF-8
Java
false
false
9,442
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 android.support.mediacompat; public final class R { public static final class attr { public static final int font =...
[ "asepimam335@gmail.com" ]
asepimam335@gmail.com
60fb77ffbba7dba44e1276d846883bcc8bffa702
5a9568f06d54c8a8ffa7d3efec8063f474372817
/app/src/main/java/com/xinyuan/xyorder/widget/behaviors/DetailCarBehavior.java
f228c9c059857c52043f8429d237785e7210e696
[]
no_license
xiasiqiu/ShareFood
a38851ccdcd06c3647cfac0fb925c2cb301c8c0c
e37fc520ce79b1b88a15dcdc26e5ff82e64da1f7
refs/heads/master
2022-12-01T00:35:50.329787
2020-07-29T09:46:44
2020-07-29T09:46:44
283,417,760
1
0
null
null
null
null
UTF-8
Java
false
false
410
java
package com.xinyuan.xyorder.widget.behaviors; import android.content.Context; import android.support.design.widget.CoordinatorLayout; import android.util.AttributeSet; import android.view.View; public class DetailCarBehavior extends CoordinatorLayout.Behavior<View>{ public DetailCarBehavior() { super(); } publ...
[ "491850673@qq.com" ]
491850673@qq.com
21338df9c601c667962c4886d1ac4597806d804c
d41035a16e5df37dfe88e5f40cb08b427746b5f1
/org/omg/CosNaming/NamingContextHolder.java
4a6bc4915fc64976cfeea2c1f3f87022672fbaed
[]
no_license
XJ2017/JavaSource
8b3ac45d087b146b7738177bd99a6c65c481bdb8
fbe4f5c5ff76942380390356cc644ad1e72f99db
refs/heads/master
2021-01-19T03:35:17.235001
2016-06-16T12:56:49
2016-06-16T12:56:49
60,250,989
2
0
null
null
null
null
UTF-8
Java
false
false
1,332
java
package org.omg.CosNaming; /** * org/omg/CosNaming/NamingContextHolder.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from d:/re/puppet/workspace/8-2-build-windows-amd64-cygwin/jdk8u73/6086/corba/src/share/classes/org/omg/CosNaming/nameservice.idl * Friday, January 29, 2016 5:40:18 PM PST *...
[ "504283451@qq.com" ]
504283451@qq.com
92b5112ecab43ca403328a5b382d0c3b1a9dba7e
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/main/java/org/gradle/test/performancenull_188/Productionnull_18790.java
0c36eef19c3e2d363d3c71d5dd99fe5a13223950
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
588
java
package org.gradle.test.performancenull_188; public class Productionnull_18790 { private final String property; public Productionnull_18790(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getPr...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
66c5624026e50ffc7e83f463f8cfa8ae484b0a9b
a741d82fb5ee0203161455353587ffcc902ef351
/aylson-dao/src/main/java/com/aylson/dc/pioneer/vo/PioneerAgentVo.java
2448de1076217eae3ac0b447dbdd5753d4f4fb2f
[]
no_license
xiaofeifei321/aylson-parent
b48121272d5e92a1acc4b671ab7af63aa6c06b0b
3749a0f1ef45851b4aa513b324ef23a04e4421d3
refs/heads/master
2022-12-23T20:15:51.598455
2019-08-29T11:30:13
2019-08-29T11:30:13
204,696,341
0
0
null
null
null
null
UTF-8
Java
false
false
1,583
java
package com.aylson.dc.pioneer.vo; import java.util.List; import com.aylson.dc.pioneer.po.PioneerAgent; public class PioneerAgentVo extends PioneerAgent{ private static final long serialVersionUID = 6017528812010789132L; private String submitter; //提交人账号名 private String submitterRealName; ...
[ "874189630@qq.com" ]
874189630@qq.com
d8477790906e23554a3a5e56d0de4718c4d06fec
b7d5c208c5bee5857bb21a6a7dbe87845c13963f
/banco/banco-model/src/main/java/es/uc3m/tiw/model/daos/PedidoDAO.java
2199f31ae4972b3f0b83fa9c009dcccefa3dff03
[]
no_license
YemiMolina/banco
7a1d178f0116aa6f3f43df4a2e52e020c8448735
ef7a84183392c570e175daa86053a49b9b1fe9a3
refs/heads/master
2016-08-12T09:08:24.022162
2015-12-15T14:11:59
2015-12-15T14:11:59
46,426,131
0
1
null
null
null
null
UTF-8
Java
false
false
1,163
java
package es.uc3m.tiw.model.daos; import java.sql.SQLException; import javax.persistence.EntityManager; import javax.transaction.HeuristicMixedException; import javax.transaction.HeuristicRollbackException; import javax.transaction.NotSupportedException; import javax.transaction.RollbackException; import javax.transact...
[ "100283924@alumnos.uc3m.es" ]
100283924@alumnos.uc3m.es
e916ab2cef43a95b0cd0463a62c0e1a9b346055d
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
/ast_results/indrora_Atomic/viewPagerIndicator/src/main/java/com/viewpagerindicator/PageIndicator.java
6c8a0f6328ff361ccb3770b691badfecf71a8e93
[]
no_license
cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
d90c41a17e88fcd99d543124eeb6e93f9133cb4a
0564143d92f8024ff5fa6b659c2baebf827582b1
refs/heads/master
2020-07-13T13:53:40.297493
2019-01-11T11:51:18
2019-01-11T11:51:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
// isComment package com.viewpagerindicator; import android.support.v4.view.ViewPager; /** * isComment */ public interface isClassOrIsInterface extends ViewPager.OnPageChangeListener { /** * isComment */ void isMethod(ViewPager isParameter); /** * isComment */ void isMethod(Vie...
[ "matheus@melsolucoes.net" ]
matheus@melsolucoes.net
ee3b504f8dbdd15838cf3e03afc7a9b26602e0ad
fa465dd83f17240956942199968be1620e587abd
/async-gateway-pipeline/src/main/java/com/gulf/async/gateway/pipeline/GatewayPipelineImpl.java
92434c4f438dcb7922ffd7c8761333ba365ae2dc
[ "Apache-2.0" ]
permissive
gulf-university/asyc-gateway
e4760428cdf15613bbf234d2468849c976aa1717
b8bce5c58ac67e388bec125b932ee7a3a54aa85b
refs/heads/master
2022-06-29T19:47:41.236950
2020-01-09T13:53:33
2020-01-09T13:53:33
204,830,541
4
1
Apache-2.0
2022-06-17T02:34:22
2019-08-28T02:25:24
Java
UTF-8
Java
false
false
265
java
package com.gulf.async.gateway.pipeline; import com.gulf.async.gateway.common.spi.Activate; /** * Created by xubai on 2020/01/08 8:33 PM. */ @Activate(group={"pipeline"}, tag = {"default"}) public class GatewayPipelineImpl extends AbstractGatewayPipeline{ }
[ "lijunjun@globalegrow.com" ]
lijunjun@globalegrow.com
610bd496422d168a76d76bf9b32c40c6b7cfb0f0
2943f233ac0e073f585c9142f5ff66ecba7d8b13
/tags/msgUI version 2.0/MsgUI/src/com/legacytojava/msgui/listener/CacheControlPhaseListener.java
4b8e6e3ba45b3cc4861647e79e04583596bd4016
[]
no_license
barbietunnie/jboss-5-to-7-migration
1a519afeee052cf02c51823b5bf2003d99056112
675e33b8510ca09e7efdb5ca63ccb73c93abba8a
refs/heads/master
2021-01-10T18:40:13.068747
2015-05-29T19:01:26
2015-05-29T19:01:26
57,383,835
0
0
null
null
null
null
UTF-8
Java
false
false
1,532
java
package com.legacytojava.msgui.listener; import java.util.HashSet; import java.util.Set; import javax.faces.context.FacesContext; import javax.faces.event.PhaseEvent; import javax.faces.event.PhaseId; import javax.faces.event.PhaseListener; import javax.servlet.http.HttpServletResponse; import com.legacyt...
[ "jackwng@gmail.com" ]
jackwng@gmail.com
348c2b3c1c36fe488f397167ff7b7a6fd3a7cdb4
8dcdb46fbb6a9ba9ebcd4fd827ce2670c1953069
/threatconnect-sdk-addons/stix-reader/src/main/java/com/threatconnect/stix/read/parser/map/cybox/object/CyboxObjectMapping.java
11fd6a15a9a0d6fe7e943ebf569a17a9a8a326c3
[ "Apache-2.0" ]
permissive
ThreatConnect-Inc/threatconnect-java
1243d812cae54724710276dab60418cd7e2e97ed
af1397e9e9d49c4391e321cbd627340bfd3003bc
refs/heads/master
2023-08-31T18:22:06.686473
2021-08-25T15:06:28
2021-08-25T15:06:28
27,193,063
5
3
NOASSERTION
2022-05-20T20:49:45
2014-11-26T19:38:13
Java
UTF-8
Java
false
false
1,725
java
package com.threatconnect.stix.read.parser.map.cybox.object; import com.threatconnect.sdk.model.Indicator; import com.threatconnect.sdk.model.Item; import com.threatconnect.sdk.model.SecurityLabel; import com.threatconnect.sdk.parser.util.AttributeHelper; import com.threatconnect.stix.read.parser.exception.InvalidObse...
[ "gmarut@threatconnect.com" ]
gmarut@threatconnect.com
7232fac36848a3995e4e7861daa8d49f303c06f5
3ef55e152decb43bdd90e3de821ffea1a2ec8f75
/large/module1955_public/src/java/module1955_public/a/IFoo2.java
443c7f3e2211f3f5e5d971f8c361a4d1efae4041
[ "BSD-3-Clause" ]
permissive
salesforce/bazel-ls-demo-project
5cc6ef749d65d6626080f3a94239b6a509ef145a
948ed278f87338edd7e40af68b8690ae4f73ebf0
refs/heads/master
2023-06-24T08:06:06.084651
2023-03-14T11:54:29
2023-03-14T11:54:29
241,489,944
0
5
BSD-3-Clause
2023-03-27T11:28:14
2020-02-18T23:30:47
Java
UTF-8
Java
false
false
808
java
package module1955_public.a; import java.io.*; import java.rmi.*; import java.nio.file.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. * ...
[ "gwagenknecht@salesforce.com" ]
gwagenknecht@salesforce.com
cc0b5b790edaa2028b139efa9ea6ea7100e48c2f
591e72c06407fae8563ed9740e1b5bec3a6c43b3
/15_Interfaces/src/main/java/com/sdacademy/interfaces/Main.java
ffb4366bb7eba8300c5e030f0b1db3d876db461b
[]
no_license
pkrajnik/IntelliJWorkspaceMaven_WprowadzenieDoJava11
faec3b87a389e0c0bc3856f80e42161dbb28aa77
36412369a56b39eca69a391626ed50a913de1091
refs/heads/master
2021-07-12T17:47:03.055162
2020-09-26T16:57:12
2020-09-26T16:57:12
237,063,157
0
0
null
2021-03-31T21:46:06
2020-01-29T19:20:12
Java
UTF-8
Java
false
false
954
java
package com.sdacademy.interfaces; import com.sdacademy.interfaces.phones.Camera; import com.sdacademy.interfaces.phones.Computer; import com.sdacademy.interfaces.phones.MobilePhone; import com.sdacademy.interfaces.phones.Phone; public class Main { public static void main(String[] args) { MobilePhone mob...
[ "krajnikp@poczta.wp.pl" ]
krajnikp@poczta.wp.pl
73b2f965ca9faaa0ecf198adbee140d918f28d61
d271fbec63636ac8eb928894079d01803e100510
/classlib/src/main/java/org/teavm/classlib/java/util/function/TDoubleUnaryOperator.java
b6be9eddfcc07cc4db6b201bbecbbbef024b7d7c
[ "Apache-2.0" ]
permissive
cooboyno111/teavm
41a5d22e7d3e24e022505d295aef9445b640e948
fcf0394214e26f76beb2bbba4aeacd0165a82054
refs/heads/master
2021-01-15T14:47:43.701923
2016-09-19T19:34:16
2016-09-19T19:34:16
68,708,319
2
0
null
2016-09-20T12:11:43
2016-09-20T12:11:43
null
UTF-8
Java
false
false
1,151
java
/* * Copyright 2015 Alexey Andreev. * * 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...
[ "konsoletyper@gmail.com" ]
konsoletyper@gmail.com
b375044dd079d4f49938c75d3dcf20365feb3aa6
827bf064e482700d7ded2cd0a3147cb9657db883
/AndroidPOS/src/com/aadhk/restpos/d/hm.java
7e9fdae47e6bdae380505692f66a1043203d1ebb
[]
no_license
cody0117/LearnAndroid
d30b743029f26568ccc6dda4313a9d3b70224bb6
02fd4d2829a0af8a1706507af4b626783524813e
refs/heads/master
2021-01-21T21:10:18.553646
2017-02-12T08:43:24
2017-02-12T08:43:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
913
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 com.aadhk.restpos.d; import android.widget.EditText; import com.aadhk.product.library.b.f; import com.aadhk.restpos.ReportListActivity; ...
[ "em3888@gmail.com" ]
em3888@gmail.com
a85755cc188ca841ce5f68712fc18ecdc4723c4c
865d360a5925429e825f2436772443d142e3281f
/src/main/java/got/InMemoryMemberDAO.java
e1884c75858c476d67c59cf1ccf276ccbe4a359a
[ "MIT" ]
permissive
rlwing/java_upgrade
7ef1d7ba01e5623d0c6e594e42da83e6af78e783
d23279f56798e5f0b3722f40077d07647da4aac7
refs/heads/master
2020-05-07T10:11:11.391100
2019-04-10T19:09:45
2019-04-10T19:09:45
180,408,243
0
0
MIT
2019-04-09T16:29:59
2019-04-09T16:29:59
null
UTF-8
Java
false
false
3,793
java
package got; import java.time.LocalDate; import java.time.Month; import java.util.*; import java.util.stream.Collectors; public class InMemoryMemberDAO implements MemberDAO { private static final MemberDAO dao = new InMemoryMemberDAO(); private List<Member> allMembers = Arrays.asList( new Member(...
[ "ken.kousen@kousenit.com" ]
ken.kousen@kousenit.com
c24fc490d1741aee006cf7d58db9ac5827c137c7
4bdd0d09c736bdbc505e9071e8e954c682498974
/src/com/java/endPoint/LoginDetailEndPoint.java
266faf1f1822d1c519606a9ef625342281e81751
[]
no_license
Akashr30/fb
2933b64d3be9b0d00bf2054533d82e90fa7746cf
70c9ecc605ca71175da61205e4ccacdd3662ba70
refs/heads/master
2021-05-10T09:07:40.564718
2018-01-25T13:40:36
2018-01-25T13:40:36
118,917,159
0
0
null
null
null
null
UTF-8
Java
false
false
2,150
java
package com.java.endPoint; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import org.codehaus.jettison.json.JSONObject; import java.util.List; import com.java.mod...
[ "noreply@github.com" ]
Akashr30.noreply@github.com
7d6f9819777c9d9fc41dc8e4170f8ca31a81de19
3dd40cac9d1eff790b77009da2cef46fd8730f33
/src/main/java/org/tempuri/ISOAP.java
f079852d4a7c8b7d01b719cab337d7ef8ceb7b16
[]
no_license
vivekgopalan/naccho-choice
5152585843f2844afc9212ef61420356c2dea065
cc2c3dad9a97b15c30a260a0b68b65b584615b63
refs/heads/master
2020-04-06T04:30:32.023013
2011-02-23T03:51:48
2011-02-23T03:51:48
35,901,978
0
0
null
null
null
null
UTF-8
Java
false
false
68,693
java
/** * ISOAP.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.tempuri; public interface ISOAP extends java.rmi.Remote { public org.datacontract.schemas._2004._07.NCHS_HIW_Service_ServiceObjects.Other getOtherByID(java.lang.I...
[ "vivekgopalan@gmail.com@547793f8-a712-30f8-ecd7-1d525e609629" ]
vivekgopalan@gmail.com@547793f8-a712-30f8-ecd7-1d525e609629
831a158920b2c5d7f335ec4235d015ea803d134e
a0764a0684b670af1519362d0474cfc44f412c74
/Dialogs/DialogTaxRatesList.java
e3db541d8b948f6ebd8e573dc57a8d4e2cdebe72
[]
no_license
jrh4016/FL_Android
75d5ca6721748c07fb14d280021971af1d47ac22
7ff9e085a4522a8b541383dfeec974863ec04874
refs/heads/master
2021-01-10T09:26:45.423038
2016-02-11T19:31:52
2016-02-11T19:31:52
51,538,869
0
0
null
null
null
null
UTF-8
Java
false
false
5,118
java
package com.skeds.android.phone.business.Dialogs; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.view.Window; import android.widget.AdapterView; import android.widget.Adapte...
[ "jeffrey.hatfield@mavs.uta.edu" ]
jeffrey.hatfield@mavs.uta.edu
4501b158925a9c80c804666cc9349848c17a07e4
2893b76a1df5bd8a95c166c8c84b27d4c52dfad2
/app/src/main/java/com/loftysys/starbites/MVP/CartProducts.java
a9454e3f6f3901ff4f7540632e6794e2675d7ec2
[]
no_license
abhishekwebcode/Starbites_app_Semedia
e69cf0d54a983a08358682bae4a2d2049c1afc14
d3498a96ff51503afab7b29370803e8b20bc2ed5
refs/heads/master
2022-03-31T19:56:51.758358
2020-02-19T12:20:00
2020-02-19T12:20:00
203,338,360
0
0
null
null
null
null
UTF-8
Java
false
false
3,529
java
package com.loftysys.starbites.MVP; import java.util.HashMap; import java.util.List; import java.util.Map; public class CartProducts { private String success; private String productId; private String iteam_id; private String plimit; private String orderstatus; private String productName; ...
[ "mathur17021play@gmail.com" ]
mathur17021play@gmail.com
deea4919ecae976dbe48d73a56d4cd6a9a8d9d1d
ee7e3a88c571e6a59d500035a357645c5ce69593
/SocketsTutorial/src/chat/client/ClientChat.java
4dec0ae7f897b97120dc8fb5b7bacbf54bc14cba
[]
no_license
DiegOliveros/foo-org-ve
6c91638d31570971f543968ccfbe92bc7cdef707
fef2c796d8c22cbf236500f94055c4006a61ddd2
refs/heads/master
2021-01-10T18:00:54.701851
2013-11-06T21:06:54
2013-11-06T21:06:54
55,300,195
0
0
null
null
null
null
UTF-8
Java
false
false
1,161
java
package chat.client; import java.net.Socket; import javax.swing.JFrame; import javax.swing.WindowConstants; /** * Clase con el main de un cliente del chat. Establece la conexion y crea la * ventana y la clase de control. */ public class ClientChat { /* Socket con el servidor del chat */ private S...
[ "annitap4@gmail.com" ]
annitap4@gmail.com
3f394664778911bcda65017a3199f6067b10c912
de137f3bea4dade8db0e64c9199215db4499b234
/dsa-cp-2/Binary_Search_Algo/code/Iterative_method/iterative.java
3a85b68baca01c49bb8b3ad61d39a82f7dddcc5c
[ "MIT" ]
permissive
akrish4/DSA
34d1a8597229ab4ee0f7a549895b09ffca791017
dcd78164f2879e4b361087ec70dc9245a2f9e747
refs/heads/main
2023-02-04T10:35:12.538346
2020-12-25T06:08:25
2020-12-25T06:08:25
314,809,135
8
0
MIT
2020-12-25T06:08:26
2020-11-21T12:39:29
Java
UTF-8
Java
false
false
1,412
java
import java.util.*; class Main { // Returns index of x if it is present in arr[l.. // r], else return -1 public static int binarySearch(int arr[], int x) { int l = 0, r = arr.length - 1; while (l <= r) { int m = l + (r - l) / 2; // Check if x is present...
[ "59015510+sudeepshukla930@users.noreply.github.com" ]
59015510+sudeepshukla930@users.noreply.github.com