-
Updated
Aug 18, 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 26,870 public repositories matching this topic...
-
Updated
Aug 3, 2020
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Aug 16, 2020
-
Updated
Aug 17, 2020 - C++
-
Updated
Jul 15, 2020 - C++
-
Updated
Aug 18, 2020 - OCaml
-
Updated
Aug 14, 2020 - Java
-
Updated
Aug 18, 2020 - C++
The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
const char win_path[] = R"(c:\some\unescaped\path)";
The same cppreference link als
-
Updated
Jan 7, 2020 - C++
$ .local/lib/appimagelauncher-lite/appimagelauncher-lite.AppImage update Applications/Sourcetrail_2020_1_117_Linux_64bit_838fbdbb027567876d3da8cf74c6d512.AppImage
The Error:
Could not find update information in AppImage:
Applications/Sourcetrail_2020_1_117_Linux_64bit_838fbdbb027567876d3da8cf74c6d512.AppImageThe AppImage doesn't support updating. Please ask the authors to set
-
Updated
Aug 12, 2020 - Java
Our error messages are not consistent regarding the use of quotes, e.g. some quote the function name and contract name, others don't.
We should agree on how we want to do that and make it consistent everywhere.
@erak argues for double quotes "
around all user defined names.
I tend to agree.
Added object oriented approach for BST. Please review and let me know if any changes are required.
-
Updated
Aug 3, 2020 - TeX
I do call center work from home and BM works beautifully to pause music when a call comes in and I get an alert that goes to my headphone jack. When the call begins, the sound is routed to a USB headphone and BM automatically unpauses the music during the call. :-(
Some way to prevent automatic unpause and require manual unpause would be very helpful.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther
Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md
-
Updated
Aug 10, 2020 - C++
-
Updated
Aug 9, 2020 - C++
The latest copy of the CPython grammar tests in test_grammar.py has several @skip
s and FIXME
s. Some of them seem easy to fix, e.g. some parser bugs or missing warnings that would be helpful, others are entire features. We should fix the easy ones and make sure there are tickets for the rest.
Due to personal experience I'd really like to replace jinja2 with mako templates instead.
We only use jinja in
openage/codegen/coord.py
.Really not high priority :)