17 private links
KXStudio is a collection of applications and plugins for professional audio production.
KXStudio provides Debian and Ubuntu compatible repositories and its own Linux Distribution currently based on Ubuntu 14.04.5 LTS.
SuperCollider is a platform for audio synthesis and algorithmic composition, used by musicians, artists, and researchers working with sound. It is free and open source software available for Windows, macOS, and Linux.
Dexed is a multi platform, multi format plugin synth that is closely modeled on the Yamaha DX7. Dexed is also a midi cartridge librarian/manager for the DX7.
Full documentation for sequencer64, a loyal fork of seq24, now including native JACK MIDI in v. 0.90.0.
A major reboot of Seq24, with new features and bug fixes. Current release is 0.93.0, native JACK MIDI and ALSA, important bug fixes, new features "multi-wid" and "varisets", better support for Meta events.
Seq24 is a minimal loop based midi sequencer.
It was created to provide a very simple interface for editing and playing midi 'loops'. After searching for a software based sequencer that would provide the functionality needed for a live performance, such as the Akai MPC line, the Kawai Q80 sequencer, or the popular Alesis MMT-8, I found nothing similar in the software realm. I set out to create a very minimal sequencer that excludes the bloated features of the large software sequencers, and includes a small subset of features that I have found usable in performing.
Let's make music
with a free, cross-platform tool for your computer.
;;; It is the opposite of fill-paragraph
(defun unfill-paragraph ()
"Takes a multi-line paragraph and makes it into a single line of text."
(interactive)
(let ((fill-column (point-max)))
(fill-paragraph nil)))
And to bind it to a key:
;; Handy key definition
(define-key global-map "\M-Q" 'unfill-paragraph)
par Sylvestre Meininger (Le Monde diplomatique, mars 2008)
// Quarante ans après « La Nuit des morts-vivants », de George A. Romero, les films sur ces créatures qui nous menacent se multiplient, de « Je suis (...)
The father of the modern movie zombie and the inspiration for generations of horror filmmakers died of lung cancer Sunday, his family said.
Luther Blisset, net.gener@ationmanifesto delle nuove libertà1 edizione, febbraio 1996il libro beffa alla casa editrice...
Middleware is a function that receives the request and response objects of an HTTP request/response cycle. It may modify (transform) these objects before passing them to the next middleware function in the chain. It may decide to write to the response; it may also end the response without continuing the chain.
In other frameworks “middleware” is called “filters”, but the concept is the same: a request, response, and some transformation functions.
The Technoethical X200 is a refurbished 12.1″ fairly modular/customizable Lenovo ThinkPad X200 laptop preinstalled with Libreboot, the fully free BIOS replacement, and with a fully free GNU/Linux operating system (Trisquel). Enjoy the freedom of having best control of your computing, privacy and security by using the Technoethical X200.
Libreboot is the fully free BIOS/UEFI replacement endorsed by the FSF. It is based on Coreboot, having the nonfree parts removed and better build system. While most people tend to overlook the importance of having fully free BIOS/UEFI and bootloaders, emphasizing only the need to have a free main operating system, these lower layers of the computer can contain backdoors and security vulnerabilities which have the potential to violate user's freedoms and privacy.
However, the control over your computer with a fully free BIOS is incomplete without a fully free GNU operating system, endorsed by the FSF and other free software organizations like Ceata. A fully free system doesn't preinstall, host or recommend nonfree software. Thus users can feel protected from the dangers of proprietary world and also feel part of the community which contributes to the advancement of the free digital society. The society which Richard Stallman has envisioned and has been fighting for for more than 30 years.
We at Technoethical are doing our best to offer you the best free software compatible X200 which reaches its maximum potential. Thus, we replace the nonfree firmware Wi-Fi card with a free software compatible 3-antenna Atheros AR9380-based one, and we upgrade the memory to the maximum capacity of 8GB.
A similar freedom-respecting laptop based on the ThinkPad X200 is also available at our friends Vikings and Libiquity.
Technoethical donates part of its income to different free software projecs. We list the donations on the page Technoethical donations.
Whether you’re maintaining a personal todo list, planning your holidays with
some friends, or working in a team on your next revolutionary idea, Kanban
boards are an unbeatable tool to keep your things organized. They give you a
visual overview of the current state of your project, and make you productive by
allowing you to focus on the few items that matter the most.
Wekan has real-time user interface. Not all features are implemented.
Alternatively, if you are creating the theme yourself and/or can modify it, you can create an action yourself using WordPress' do_action
function. This is also how they create their other hooks. So basically in your theme, you would go where you want to, right after the <body>
tag, and do something like:
do_action('after_body');
You can also pass arguments to the action callback, see the linked documentation for information.
Then afterwards, you would simply use the add_action
function to hook onto it.
add_action('after_body', 'my_callback');
Hope that helps. Sorry if I misunderstood.
A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme.
Why use a Child Theme?
There are a few reasons why you would want to use a child theme:
If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved.
Using a child theme can speed up development time.
*Using a child theme is a great way to learn about WordPress theme development.
A standardized, organized, object-oriented foundation
for building high-quality WordPress Plugins.