- Cemu 1.7.4c
- Breath of the Wild Wii U-Rom
- BotW shadercache (9K)
- Cemu graphics packs
- Maple Seed
- Cemu-hook
- MSI-Afterburner
This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am noahkw on github. | |
| * I am noahkw (https://keybase.io/noahkw) on keybase. | |
| * I have a public key whose fingerprint is F387 A2E1 ABC2 3574 F937 F519 9553 39AC 998E 4282 | |
| To claim this, I am signing this object: |
This file contains hidden or 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
| function streamableUrls() { | |
| const Http = new XMLHttpRequest(); | |
| Http.withCredentials = true; | |
| let url = 'https://ajax.streamable.com/videos?sort=date_added&sortd=DESC&count=10000&page=1'; | |
| Http.open('GET', url); | |
| Http.send(); | |
| Http.onreadystatechange = (e) => { | |
| let resp = Http.responseText; | |
| let data = JSON.parse(resp); |
This file contains hidden or 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
| def strip_list(l): | |
| return [x.strip() for x in l] | |
| class DNFParser: | |
| def __init__(self, exp): | |
| self._exp = exp | |
| self._parsed = self._parse_expression() | |
| def _parse_expression(self): |
This file contains hidden or 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
| Aviary Attorney | |
| DARK SOULS™ III | |
| Holy Potatoes! We're in Space?! | |
| Last Day of June | |
| Lost Castle | |
| Splasher | |
| Cities in Motion 2 | |
| Majesty 2 Collection | |
| Loot Rascals | |
| Loot Rascals Soundtrack |
This file contains hidden or 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
| BoldAsFont=no | |
| Font=Source Code Pro | |
| Columns=132 | |
| Rows=35 | |
| FontHeight=10 | |
| Transparency=off | |
| OpaqueWhenFocused=no | |
| CursorType=line | |
| ForegroundColour=131,148,150 | |
| BackgroundColour=0,43,54 |
This file contains hidden or 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
| unbind C-b | |
| set -g prefix C-a | |
| bind C-a send-prefix | |
| bind -n WheelUpPane copy-mode | |
| # Make mouse useful in copy mode | |
| #setw -g mode-mouse on | |
| # Allow mouse to select which pane to use | |
| #set -g mouse-select-pane on |
This file contains hidden or 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
| alias ll="ls -la" | |
| alias lv="livestreamer" | |
| alias twitch="livestreamer --twitch-oauth-token SECRET" | |
| alias ls="ls --color=auto" | |
| LS_COLORS="di=31;1:ln=36;1:ex=31;1:*~=31;1:*.html=31;1:*.shtml=37;1" | |
| export LS_COLORS | |
| alias stopdb='net stop "Apache CouchDB"' | |
| alias startdb='net start "Apache CouchDB"' |
NewerOlder