-
Updated
Jan 21, 2021 - Java
jvm

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 1,401 public repositories matching this topic...
-
Updated
Jan 5, 2021 - Java
-
Updated
Jan 19, 2021 - Java
-
Updated
Jan 20, 2021 - Java
-
Updated
Jan 20, 2021 - Java
-
Updated
Jan 21, 2021 - C++
Hi,
Very regularly we see that the MySQL container fails to start under the default 2mn timeout (120s). We've even increased that to 4mn and still fails (I've now increased it to 15mn to see what happens).
Anyway the point is that TC tries issue a SQL query to verify it's started during the defined timeout and if it doesn't succeed it just says that the DB is started, with:
00:11:17.
-
Updated
Jul 28, 2020 - Java
-
Updated
Jan 11, 2021 - Java
-
Updated
Jan 20, 2021 - Ruby
reactor.core.Scannable, method stepName
This code:
name = name
.substring(0, name.indexOf('$'))
.substring(name.lastIndexOf('.') + 1);
throws .StringIndexOutOfBoundsException for name:
ScopePassingSpanSubscriber{subscriber=reactor.core.publisher.MonoNext$NextSubscriber@1bf6ebc, parent=org.springframework.cloud.sleuth.api.noop.NoOpTraceContext@7110297e}
I don't t
-
Updated
Jan 21, 2021 - Java
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Jan 8, 2021
-
Updated
Jan 10, 2021 - Java
-
Updated
Jun 15, 2020 - Java
As per the title.
By the way, thanks for the work you're doing on jphp, and sorry for so many issues, I'm really interested in the project, and would love to use it for lotsa cool magic upcoming stuff <3
Update the TPCH example to support query 6:
select
sum(l_extendedprice * l_discount) as revenue
from
lineitem
where
l_shipdate >= date ':1'
and l_shipdate < date ':1' + interval '1' year
and l_discount between :2 - 0.01 and :2 + 0.01
and l_quantity < :3;
Document code style
Add how to configure code style in Contributing.
Adding an .editorconfig file will help to auto apply code style in some IDEs.
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Jan 4, 2021
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
JDK