If you share this list, please use this link instead: https://lambdaurora.dev/optifine_alternatives
It may still be only a redirection link, but it will have a better web display of the list soon. And the list being on GitHub/GitHub pages improves load times.
The gist version of this list will stop being updated.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#include <Dshow.h> | |
#include <iostream> | |
using namespace std; | |
// Macro to report success or failure, and return on failure (lazy shorthand... bad habit! :-) | |
#define REPORT_OUTCOME(hr) if (FAILED(hr)) { cout << "failed" << endl; return false; } cout << "success" << endl; | |
// Data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================== | |
SID FILE FORMAT DESCRIPTION | |
=========================== | |
AUTHORS: | |
Michael Schwendt (PSID v1 and v2) | |
Simon White (PSID v2NG, RSID) | |
Dag Lem (PSID v2NG) | |
Wilfred Bos (PSID v3, RSID v3, PSID v4, RSID v4) |
At some point you’ll find yourself in a situation where you need edit a commit message. That commit might already be pushed or not, be the most recent or burried below 10 other commits, but fear not, git has your back 🙂.
git commit --amend
This will open your $EDITOR
and let you change the message. Continue with your usual git push origin master
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set the arch [IM] | |
sudo dpkg --add-architecture i386 | |
# add the repos [IM] | |
sudo add-apt-repository -y ppa:wine/wine-builds | |
sudo add-apt-repository -y ppa:ethanak/milena | |
# update the deps [IM] | |
sudo apt-get update | |
sudo apt-get -y upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Presets] | |
Preset0=Classical | |
Preset1=Club | |
Preset2=Dance | |
Preset3=Flat | |
Preset4=Live | |
Preset5=Laptop Speakers/Headphone | |
Preset6=Rock | |
Preset7=Pop |