-
Updated
Jul 15, 2022 - 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 139,031 public repositories matching this topic...
-
Updated
Jul 5, 2022 - Java
-
Updated
Jul 15, 2022 - Java
-
Updated
Jul 14, 2022 - Java
-
Updated
Jun 29, 2022 - Java
Add a hashtable with cuckoo hashing algorithm.
There is no implementation of that data structure here yet.
Could be a good first issue.
Add a K-D tree
-
Updated
Jul 14, 2022 - Java
-
Updated
May 21, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 15, 2022 - Java
-
Updated
Jun 12, 2022 - Java
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Jun 17, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Jul 14, 2022 - Java
-
Updated
Jul 7, 2022 - Java
-
Updated
Jul 6, 2022 - Java
Which Component
spring-cloud-starter-stream-rocketmq
Describe the bug
When hot deployment in eclipse throw MQClientException: The producer group[mygroup] has been created before
To Reproduce
Steps to reproduce the behavior:
- Spring boot application with devtools in Eclipse
- Send message using org.springframework.cloud.stream.function.StreamBridge.send
- Modify any cod
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
Description
Before ES 7.x it was possible to provide a list of fields by URL or BODY request for field_caps API.
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-field-caps.html
POST _field_caps { "fields" : ["rating"] }Starting from 7.x this feature was removed, and only one possible way it uses URI but in this case, it is possible to have an error 414 (Reques