Note
You will have to uninstall previously patched Revanced apps before following this guide. You can export Youtube Revanced settings before doing this.
Included apps:
- YouTube Revanced
<NotepadPlus> | |
<UserLang name="DAX2" ext="dax" udlVersion="2.1"> | |
<Settings> | |
<Global caseIgnored="no" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments">00-- 01 02 03% 04%</Keywords> | |
<Keywords name="Numbers, prefix1"></Keywords> | |
<Keywords name="Numbers, prefix2"></Keywords> |
#include <LilyGo_AMOLED.h> | |
#include <LV_Helper.h> | |
#include <WiFiClientSecure.h> | |
#include <WiFi.h> | |
#include <HTTPClient.h> | |
#include <ArduinoJson.h> | |
#include <esp_wifi.h> | |
// WiFi credentials | |
const char* ssid = "WIFI_SSID"; |
license: gpl-3.0 |
# Frontend Design Guideline | |
This document summarizes key frontend design principles and rules, showcasing | |
recommended patterns. Follow these guidelines when writing frontend code. | |
# Readability | |
Improving the clarity and ease of understanding code. |
You might want Audacity to work with the ASIO drivers supplied with your sound devices. Commmon reasons for this are:
Due to licensing restrictions the Audacity team cannot provide a prebuilt version with Windows ASIO driver support. But with this guide and script you can easily build your own Audacity with ASIO support, on a Windows PC.
/** | |
* Bootstrap any application services. | |
* | |
* @return void | |
*/ | |
public function boot() | |
{ | |
Component::macro('notify', function ($message, $title = '', $type = 'success') { | |
$this->dispatchBrowserEvent('notify', ['message' => $message, 'title' => $title, 'type' => $type]); | |
}); |
#!/bin/bash | |
# This is a script that will install a minimal GNOME on a minimal Fedora Everything install | |
# This script was made for Fedora 38 | |
# 1. Get the Fedora Everything ISO: https://alt.fedoraproject.org/ | |
# 2. When installing select "Minimal install" where you select software. | |
# Install curl to download and run this script trough that, or just copy paste the lines | |
# Let's make dnf a little bit faster first |
01000000 - version | |
0000000000000000000000000000000000000000000000000000000000000000 - prevblock | |
8a6be158deb38d5cc20aa8612ac303bb7ae59520d3b22213df5e88434f36b18e - merkleblock | |
2d87ce6000000000000000000000000000000000000000000000000000000000 - withdrawalBundle | |
0000000000000000000000000000000000000000000000000000000000000000 - mainchainBlock | |
00000000 - timestamp | |
ffff7f20 - bits | |
02000000 - nonce | |
01 - number of tx | |
01000000 - version |
With all the new local image & video generation tools coming out I've been seeing a lot of posts and error threads being opened for various issues with cuda/pytorch/sage attantion/triton/flash attention. I was tired of digging links up so I initially made this as a cheat sheet for myself but expanded it with hopes that this will help some of you get your venvs and systems running smoothly.