-
Updated
Sep 26, 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 28,077 public repositories matching this topic...
-
Updated
Sep 28, 2020
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 25, 2020
-
Updated
Sep 21, 2020 - C++
-
Updated
Sep 21, 2020 - C++
-
Updated
Sep 29, 2020 - OCaml
-
Updated
Sep 27, 2020 - Java
-
Updated
Sep 30, 2020 - C++
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum
, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
-
Updated
Aug 25, 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
Sep 30, 2020 - C++
-
Updated
Sep 29, 2020 - Java
This rule has to be added to RuleList.h
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.
-
Updated
Sep 14, 2020 - TeX
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
Sep 30, 2020 - C++
功能请求:HiDPI 图标支持
客服端UI对HiDPI好像支持不是很好。MacOS,Ubuntu 18.04 上对高分辨率的屏幕,一些icons显示马赛克很明显。
-
Updated
Sep 25, 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:
The same cppreference link als