-
Updated
Sep 3, 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 27,588 public repositories matching this topic...
-
Updated
Sep 8, 2020
-
Updated
Aug 30, 2020 - JavaScript
-
Updated
Aug 25, 2020
-
Updated
Sep 12, 2020 - C++
-
Updated
Sep 3, 2020 - C++
-
Updated
Sep 11, 2020 - OCaml
-
Updated
Sep 11, 2020 - Java
-
Updated
Sep 12, 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
It would be really nice when using the Rides view that you could select Excitement, Intensity, or Nausea ratings as the view, with sorting for them.
-
Updated
Sep 11, 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.
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 9, 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 11, 2020 - C++
-
Updated
Sep 10, 2020 - C++
功能请求:兼容 “Clash” 节点导入
你的功能请求与使用中遇到的麻烦有关吗?若有,请描述?
clash节点需要手动导入软件太麻烦
SS格式
{"name":"AE_1","server":"45.9.249.X","port":34583,"type":"ss","password":"hbWeaNJfjeP6GkT7jp6CSSx8","cipher":"aes-256-gcm"}
SSR格式
{"name":"JP_252","server":"172.105.192.X","port":8099,"type":"ssr","password":"eIW0Dnk69454e6nSwuspv9DmS201tQ0D","cipher":"aes-256-cfb","protocol":"origin","
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