-
Updated
Oct 1, 2020 - Java
Java

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 114,467 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Java
-
Updated
Oct 4, 2020 - Java
-
Updated
Oct 2, 2020 - Java
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
-
Updated
Oct 5, 2020 - Java
-
Updated
Oct 5, 2020 - Java
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 21, 2020 - Java
-
Updated
Oct 5, 2020 - Java
-
Updated
Oct 1, 2020 - Java
🙏 Guest Book 🙏
This "issue" serves as a guest book. You're welcome to write nice things about LeakCanary, share how it's helped you solve a problem, or name drop companies using it.
Idea came from this tweet.
I'll keep this issue open, don't hesitate to drop a comment even if it's 5000 years from when I'm writing this.
-
Updated
May 18, 2020 - Java
-
Updated
Sep 17, 2020 - Java
-
Updated
Sep 29, 2020 - Java
-
Updated
Oct 3, 2020 - Java
-
Updated
Oct 5, 2020 - Java
-
Updated
Oct 3, 2020 - Java
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Java
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy