-
Updated
Nov 28, 2020 - Java
C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 435 public repositories matching this topic...
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 28, 2020 - Java
Prefix Sum Array
🚀 Feature
An easy to implement an algorithm that calculates range sums. It supports O(1) queries and O(n) updates.
Have you read the Contribution Guidelines?
Pitch
PSAs are a beginner-friendly algorithm that helps reinforce the understanding of arrays. I can implement this in C++ and Java (:
Assigned
@RohanK6 - Java
@itslinotlie - C++
@mavneeK - C
@aniket
-
Updated
Oct 17, 2020 - Java
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
Just make PR with the design pattern implementation, language doesn't matter. Just follow the structure: https://github.com/ZoranPandovski/design-patterns#contribution
If the implementation already exists follow the code structure and create new dir with e.g your name, 1, 2, or use your imagination
Add documentation
-
Updated
Oct 21, 2020 - Java
-
Updated
Apr 6, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 10, 2020 - Java
-
Updated
Oct 17, 2020 - Java
-
Updated
Mar 10, 2019 - Java
-
Updated
Jun 27, 2014 - Java
struct Template<T>
{
uint32 value;
};
Currently we report nothing and the template parameter is silently "unused". With more complex templates it might happen during refactoring that some template parameters become unused and we should report it, probably as a warning.
-
Updated
May 31, 2020 - Java
Pick the latest AdoptJDK URL and update build files by register it in the
Makefile (
https://github.com/OpenBeans/OpenBeans/blob/master/pkgsrc-coolbeans/macos/Makefile
) and distinfo (
https://github.com/OpenBeans/OpenBeans/blob/master/pkgsrc-coolbeans/macos/distinfo
)
Same for Windows.
-
Updated
Nov 27, 2020 - Java
PrestoDB https://prestodb.io .. is widely used as SQL frontend for many different data-sources, including ElasticSearch, and even files in S3 .. would be very nice if there would be a Connector available for Vespa.