Linux
Linux is an open source kernel modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 3,051 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Python
-
Updated
Dec 7, 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
~/.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
Dec 6, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Dec 6, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Jun 20, 2020 - Python
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.
-
Updated
Dec 5, 2020 - Python
how to use gui in the AidLearning?how to custom the gui?
-
Updated
Nov 1, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Dec 7, 2020 - Python
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Jul 3, 2019 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 20, 2020 - Python

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