C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 896 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.
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
-
Updated
Nov 24, 2020 - Python
[suggestion] failure to auto-detect a compiler for the default profile should not report 'ERROR:'
Conan outputs that there has been an error when no compiler is found during auto-detect:
conan profile new default --detect
Profile created with detected settings: C:\Jenkins\workspace\my_job\.conan\profiles\default
ERROR: Unable to find a working compiler
This happens often because my compiler is not installed on the machine - I am using a build_requires package for my cross-
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Sep 15, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Nov 16, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Nov 24, 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
Oct 5, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 16, 2020 - Python
-
Updated
Nov 22, 2020 - Python
Required skills: Python, Cython, nyan, maybe C++
Difficulty: Medium
Currently, the asset converter stores the openage nyan API as hardcoded nyan objects. It would be much better if the converter could read the API objects from the filesystem with a parser. There would be two ways to do this. Either we implement a new Python parser for nyan or we extend
libnyan's already existing C+