-
Updated
Nov 19, 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 29,743 public repositories matching this topic...
-
Updated
Nov 25, 2020
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 20, 2020 - C++
-
Updated
Nov 25, 2020
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 21, 2020 - C++
-
Updated
Nov 26, 2020 - OCaml
-
Updated
Nov 27, 2020 - C++
-
Updated
Nov 23, 2020 - C++
Required skills: Python, maybe Cython
Difficulty: Medium
The openage converter is able to optimize the compression for created PNG files by utilizing a search algorithm inspired by OptiPNG. To do this, the search algorithm first tries 8 different compression settings by creating PNGs with these settings in-memory. The compression settings that produ
-
Updated
Aug 25, 2020 - C++
Create N-bonacci.cpp
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist
- Added description
-
Updated
Nov 27, 2020 - C++
In my mind one of the key things (besides visualization) Sourcetrail provides is a useful graph structure for source code that can be used for various types of analysis, without having to go through the pain of writing a clang analyzer yourself. However, since sourcetrail doesn't have plugins (#1076), writing your own analysis tools is a bit of work, and may not let you use other kinds of graph an
The ScanDirectory method of FileScanner allocates pointers with new and returns raw pointers. It should use unique_ptr instead.
Note: Wait for #13444 resolution before working on this.
-
Updated
Nov 27, 2020 - Java
Proposed by @axic in ethereum/solidity#10352 (comment).
Hmm, didn't we also had a sh256 hash next to this? That is way more useful for anyone downloading a static compiler from here and trying to verify it on CI (as that works with shasum -a 256 ).
After doing this the example in solc-bin docs should be updated to include such a hash too.
Fix Volume Icon
-
Updated
Nov 24, 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
ๅคๅฎไพ๏ผไธป่ฆๆฏv2rayๅคๅฎไพ๏ผ้ๆฑ๏ผไธป่ฆๆฏไธคไธชๅบๆฏ๏ผไธ้พไปฅ็จๅ ถๅฎๆนๅผๆฟไปฃใ่ฏทๆจๅ่่๏ผๆชๆฅๆฏๅฆๅฏไปฅๅขๅ ๆญค็นๆงใ
ๅบๆฏ1ใไปฃ็้พๅผ่ฝฌๅ
ๅจ #742 ไธญๅ ณไบไปฃ็้พๅผ่ฝฌๅ็่ฎจ่ฎบ๏ผไฝฟ็จproxySettingsไปฃ็ๅบ็ซๆต้็ๆนๅๆฏๅฏน็๏ผไฝๅจๅฎๆไธญ๏ผ็ปๅๆบๅบ็่ฎข้ ๏ผ้่ฆๅฐๆบๅบ็ไฟกๆฏ็ผ่พๅฐๅคๆ่ทฏ็ฑ็json้ ็ฝฎไธญ๏ผๅฝๅๆข็บฟ่ทฏๆถ้ๅธธ็้บป็ฆใ
ๆ็ฐๅจ็ๅๆณ๏ผๆฏๆบๅบ็ไปฃ็ๆไพไธไธชๆฌๅฐsocks5ๆๅก๏ผๆฏๅฆ็ซฏๅฃไธบ10801๏ผv2rayไธญ้ ็ฝฎไธไธชsocksๅ่ฎฎ็outbound๏ผไฝไธบvmess็proxySettingใๆดไธช้พ่ทฏๅคง่ดๆฏ่ฟๆ ท็:
ๆต่งๅจ ->
# ไปฃ็
socks://127.0.0.1:1080 -> vmess outbound (proxySetting on socks)-> socks outbound ->
#
-
Updated
Nov 26, 2020 - Shell


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