C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 884 public repositories matching this topic...
The latest copy of the CPython grammar tests in test_grammar.py has several @skips and FIXMEs. 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.
-
Updated
Oct 31, 2020 - Python
Add Braille Decoder
Hello spoooopyyy hackers
This is a Hacktoberfest only issue!
Find our contributing guidelines here, this walks you through how to add a decoder / cracker!
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders
Don't worry if it looks hard, we will walk you through everything! :)
Write this issue in Python!
Links
These links will
Conan can't work on OpenBSD.
ERROR: Invalid setting 'OpenBSD' is not a valid 'settings.os' value.
Possible values are ['AIX', 'Android', 'Arduino', 'Emscripten', 'FreeBSD', 'Linux', 'Macos', 'Neutrino', 'SunOS', 'Windows', 'WindowsCE', 'WindowsStore', 'iOS', 'tvOS', 'watchOS']
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Sep 15, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 31, 2020 - Python
Title -
what will change -
Type of Issue -
Please add/delete options that are not relevant.
- Adding New Code
- Improving Code
- Improving Documentation
- Bug Fix
Programming Language
Please add/delete options that are not relevant.
- Python
- C++
Self Check
- Ask for issue assignment before making Pull Request.
- Ad
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Aug 26, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Oct 23, 2020 - Python
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