C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 848 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 2, 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
The self.options object inside a main recipe has .get_safe attribute to get the value of a option or a default value if it does not exist.
But in a test package conanfile.py, this does not exist.
I believe options object in the main and test recipe should have the same options.
Environment Details (include every applicable attribute)
- Operating System+version: Linux+Windows
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Sep 15, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Sep 17, 2020 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 10, 2019 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 27, 2020 - Python
-
Updated
Sep 21, 2020 - Python
-
Updated
Oct 2, 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