Instructions to replace PulseAudio with PipeWire on debian 11.
sudo apt install -t backports pipewire pipewire-alsa pipewire-audio-client-libraries Populate config files in /etc/pipewire/media-session.d:
# Set up basic config filesInstructions to replace PulseAudio with PipeWire on debian 11.
sudo apt install -t backports pipewire pipewire-alsa pipewire-audio-client-libraries Populate config files in /etc/pipewire/media-session.d:
# Set up basic config filesI hereby claim:
To claim this, I am signing this object:
| #include <thread> | |
| #include <atomic> | |
| #include <cstdio> | |
| #include <chrono> | |
| #include <memory> | |
| #include <sigslot/signal.hpp> |
| # | |
| # Sets Prezto options. | |
| # | |
| # Authors: | |
| # Sorin Ionescu <[email protected]> | |
| # | |
| # | |
| # General | |
| # |
| Syntax theme .xml, copy to /usr/share/qtcreator/styles |
| #include "MyClass.h" | |
| class MyClass::Impl | |
| { | |
| // etc.. | |
| }; | |
| MyClass::MyClass() | |
| : m_pimpl(new Impl()) |
http://learngitbranching.js.org/
git grep -p '<whatever>' $(git rev-list --all)
git checkout B1
This contains useful reminders for me from C++11.
Read more here, but basically
virtual void f() = 0; // pure virtual| #include <LightGBM/config.h> | |
| #include <LightGBM/dataset_loader.h> | |
| #include <LightGBM/boosting.h> | |
| #include <LightGBM/objective_function.h> | |
| #include <LightGBM/metric.h> | |
| #include <LightGBM/utils/common.h> | |
| #include <iostream> | |
| #include <random> | |
| #include <algorithm> |