Linux
Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 2,883 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Python
-
Updated
Apr 11, 2020 - Python
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Jun 4, 2020 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Jun 20, 2020 - Python
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using appdirs instead of hardcoding ~/.config/
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 5, 2020 - Python
how to use gui in the AidLearning?how to custom the gui?
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Jul 3, 2019 - Python
-
Updated
Aug 17, 2020 - Python
-
Updated
Sep 28, 2020 - Python
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Oct 3, 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