gnu
Here are 393 public repositories matching this topic...
Install archlinux as the WSL (Windows Subsystem for Linux) host.
-
Updated
Nov 21, 2017 - Batchfile
Describe the bug
On the new registration page, the nickname prefix moves to a separate line.
To Reproduce
Steps to reproduce the behavior:
- Go to '/users/sign_up'
- Resize viewport
- See the nickname input wrapping to a new line
Expected behavior
Prefix and input stay on the same line
Screenshoot
. *** Larger patches require copyright assignment to FSF. please file bugs here. ***
-
Updated
Oct 6, 2020 - Objective-C
What I Learned from porting my projects to FreeBSD
-
Updated
Jul 7, 2020
Mastering Embedded Linux Programming – Second Edition, published by Packt
-
Updated
Aug 20, 2020 - C
Example based guide to mastering GNU sed
-
Updated
Sep 30, 2020 - Shell
GNU Hyperbole: The Everyday, Hypertextual Information Manager
-
Updated
Oct 4, 2020 - Emacs Lisp
GNU Psychosynth is a a synthesizer and modular audio framework inspired by the ideas of the Reactable.
-
Updated
Oct 8, 2019 - C++
Yet another INI parser
-
Updated
Oct 6, 2020 - C
An Alternative to MacOS Mojave Dynamic Theme and Wallpaper Changer for KDE Plasma 5
-
Updated
Apr 16, 2020 - Python
Improve this page
Add a description, image, and links to the gnu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gnu topic, visit your repo's landing page and select "manage topics."


unicode_literalswas necessary pre-Python 2.6;absolute_importpre-2.5.It's especially not necessary on Py3.
Hence in the sence of cleaning up the source tree, deletion of all
from __future__ import somethingfrom the python files is desirable. This should ideally not happen manually, but with a script, or command line: we need to do that onmaster, but it might also be desirable to