-
Updated
Apr 7, 2022 - Java
{{ message }}
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
The missing bridge between Java and native C++
HackerRank solutions in Java/JS/Python/C++/C#
An easy to implement an algorithm that calculates range sums. It supports O(1) queries and O(n) updates.
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
SonarQube C++ Community plugin (cxx plugin): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools.
Add projects under <language>/Projects/ for example a python project will go under the folder Python/Projects/
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 a new dir with e.g your name, 1, 2, or use your imagination
Java .class to .cpp converter for use with JNI
Interview preparation kit of hackerrank solutions
A collection of common algorithms and data structures implemented in Java.
Samples of modern build automation for native languages with Gradle
JIntellitype is a Java API for interacting with Microsoft Intellitype commands as well as registering for Global Hotkeys in your Java application.
Algorithms in Graph Theory written in Java, C++, and Python
Create issues and create question references!
Refer here https://github.com/KhushbooGoel01/Top-Interview-Questions--Leetcode/tree/master/Bag%20of%20Tokens
Single File Execution Plugin is a plugin for CLion (C/C++ IDE on IntelliJ platform provided by Jetbrain).
We should implement conversion from floating point types to string to enable it in the new reflectable interface, probably the support should be added in StringConvertUtil in zserio C++ runtime to make it consistent with conversions from integral types.
Note that the conversion MUST support allocators and must ensure that it allocates ONLY using the given allocator.
Describe the bug
Currently keys written to
server.confgo undetected.This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.
To reproduce