#
gnu
Here are 493 public repositories matching this topic...
Install archlinux as the WSL (Windows Subsystem for Linux) host.
-
Updated
Nov 21, 2017 - Batchfile
Example based guide to mastering GNU awk
-
Updated
Nov 23, 2021 - Shell
Curated list of free as in freedom software
-
Updated
Nov 11, 2021
The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
-
Updated
Dec 14, 2021 - Objective-C
A minimalist C compiler with x86_64 code generation
-
Updated
Oct 9, 2020 - C
An arctic, north-bluish clean and elegant Emacs theme.
theme
syntax
color
gui
ui
terminal
emacs
colorscheme
highlighting
melpa
spacemacs
gnu
nord
colortheme
-
Updated
Dec 14, 2021 - Emacs Lisp
Example based guide to mastering GNU grep and ripgrep
-
Updated
Nov 22, 2021 - Shell
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
-
Updated
Dec 14, 2021 - Objective-C
Mastering Embedded Linux Programming – Second Edition, published by Packt
-
Updated
Dec 15, 2020 - C
Command line text processing with GNU Coreutils
-
Updated
Dec 14, 2021 - Shell
What I Learned from porting my projects to FreeBSD
-
Updated
Jul 7, 2020
Example based guide to mastering GNU sed
-
Updated
Nov 22, 2021 - Shell
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
linux
unix
gui
opensource
kernel
cpp
operating-system
gcc-complier
graphical
x86
gnu
c11
gnu-binutils
32-bit
cpp20
ghost-kernel
-
Updated
Dec 5, 2021 - C
ViewTouch Point of Sale (PoS) - official
-
Updated
Nov 22, 2021 - C++
Ad-blocking hosts files, IP block lists, PAC filters, and ABP / uBO subscriptions, all merged from multiple reputable sources, combined with my own research. Also, script-based utilities to help you create such things yourself. Updated at least once a week, often more frequently.
javascript
windows
linux
bash
mac
security
automation
privacy
bittorrent
freedom
scripting
foss
p2p
file-sharing
hosts
gnu
shell-scripting
blocklists
ad-blocking
ancient-truths
-
Updated
Dec 11, 2021 - Shell
GNU Hyperbole: The Everyday, Hypertextual Information Manager
-
Updated
Dec 13, 2021 - Emacs Lisp
Yet another INI parser
config
c
parser
unix
library
configuration
configuration-management
ini
gnu
configuration-file
bare-metal
ini-parser
ini-config
conf
ini-reader
shared-library
ini-file
ini-library
conf-library
conf-file
-
Updated
Nov 9, 2021 - C
GNU Psychosynth is a a synthesizer and modular audio framework inspired by the ideas of the Reactable.
-
Updated
Mar 6, 2021 - C++
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."
Feature Description
Would be nice to be able to do modtool operations from the build/ dir
Here is the sequence I always run into:
'''
gr_modtool add myblock
[go and make the block do something]
cd build
make
[get cmake error that bindings are not present]
gr_modtool bind myblock
[get nasty python error that this is not a module]