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 2,993 public repositories matching this topic...
It's not completely clear from the documentation how to use Markdown in a Schemameta XML file. E.g. after some experimenting I found that an unordered should be written differently depending on whether it's inside an element or an attribute.
<comments>- one
- two</comments>
<column name="foo" comments="- one - two" />
Please document the use of Markdown in Schemameta and wh
-
Updated
May 28, 2020 - HTML
整体进度 v2.4.4
认领须知
提交的时候不要改动文件名称,即使它跟章节标题不一样也不要改,因为文件名和原文的链接是对应的!!!
留言格式:翻译/校验 + 昵称 + QQ + 章节
需要取消认领的也在此留言。
| 序号 | 章节 | 贡献者 | 进度 | 校验者 | 进度 |
|---|---|---|---|---|---|
| 1 | Spark 概述 | @keyianpai | 100% | ||
| 2 | 编程指南 | @keyianpai | 100% | ||
| 3 | 快速入门 | @keyianpai | 100% | ||
| 4 | Spark 编程指南 | @keyianpai | 100% |
-
Updated
May 18, 2020 - HTML
-
Updated
May 26, 2020 - HTML
Examples
Unit tests don't give enough info for the end-user to get up and running with. Consider BDB. There should perhaps be a README in here - https://github.com/archiecobbs/jsimpledb/tree/master/jsimpledb-kv-bdb. From that links to example projects.
Implementations
Note too that https://github.com/archiecobbs/jsimpledb (readme) does not mention Berkeley. First linked wiki page
-
Updated
Jun 4, 2020 - HTML
Is it not supposed to pop-up a selection interface where i can choose a bank? When i click on it, nothing happens. I have tried it on 3 different machines now.
no readme file
does not work out of the box. no steps.
have to figure out yourself where the port, url, this that. The purpose of this app just shows that it works. out of the box. not spending hours to figure out why it doesn't
-
Updated
May 17, 2018 - HTML
-
Updated
Mar 2, 2019 - HTML
-
Updated
Jun 6, 2020 - HTML
-
Updated
Apr 9, 2020 - HTML
Add JavaScript as a topic
We are currently missing the whole topic for JavaScript naming conventions.
Acceptance Criteria:
- Add at least 5 different topics for JavaScript naming conventions.
- Add a home page for JavaScript naming conventions and list all the covered section.
- Make sure nothing is copied from internet. All the examples and descriptions should be origin
-
Updated
Apr 27, 2020 - HTML
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
Capture the Flag
May - June 2020 • Online
Correct me if I'm wrong, but isn't it not correct that you pass globals as the surrounding environment in LoxFunction's
call(https://www.craftinginterpreters.com/functions.html#function-objects)? If I understand this correctly, globals holds a fixed reference to the outer global environment, and it doesn't appear to change. Maybe I missed something, but when you define a recursive call, like yo