[todo]
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
kitteh@owo: ~/melonDS/build $ ./melonDS ~/DSi/Crystal\ Monsters\ \(USA\).nds | |
melonDS 0.9.1 | |
http://melonds.kuribo64.net/ | |
Audio output frequency: 48000 Hz | |
ARM9 BIOS loaded | |
ARM7 BIOS loaded | |
Resetting JIT block cache... | |
done resetting jit mem | |
done resetting jit mem | |
ARM9i BIOS loaded |
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
/* | |
* ------------------------------------------------------------ | |
* "THE MONSTERWARE LICENSE" (Revision 01): | |
* <author> wrote this code. As long as you retain this | |
* notice, you can do whatever you want with this stuff. If we | |
* meet someday, and you think this stuff is worth it, you can | |
* buy me a Monster Energy® energy drink in return. | |
* ------------------------------------------------------------ | |
*/ |
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
306517 /home/kitteh/mksystem/build/cross-tools/lib/gcc/aarch64-linux-musl/10.2.0/../../../../aarch64-linux-musl/bin/ld -plugin /home/kitteh/mksystem/build/cross-tools/libexec/gcc/aarch64-linux-musl/10.2.0/liblto_plugin.so -plugin-opt=/home/kitteh/mksystem/build/cross-tools/libexec/gcc/aarch64-linux-musl/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc8p9akQ.res --sysroot=/home/kitteh/mksystem/build/prefix -Bstatic -X -EL -maarch64linux --fix-cortex-a53-835769 --fix-cortex-a53-843419 -o /home/kitteh/mksystem/build/sources/alacritty-0.5.0/target/aarch64-unknown-linux-musl/release/deps/alacritty-4933810244b77974 -L/home/kitteh/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/lib/rustlib/aarch64-unknown-linux-musl/lib -L/home/kitteh/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained -L/home/kitteh/mksystem/build/sources/alacritty-0.5.0/target/aarch64-unknown-linux-musl/release/deps -L/home/kitteh/mksystem/build/sources/alacritty-0.5.0/target/relea |
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
ssh [email protected] |
/*
* Copyright (c) 2016 Andrew Kelley
*
* This file is part of zig, which is MIT licensed.
* See http://opensource.org/licenses/MIT
*/
#include "analyze.hpp"
#include "ast_render.hpp"
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
// ==UserScript== | |
// @name New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author You | |
// @downloadURL https://gist.githubusercontent.com/NamedKitten/f171b664859fdb1be8afc434cafa5a79/raw/dd7646ed48c02256c91a9627270af57538b6d551/discord.js | |
// @match https://discordapp.com/* | |
// @require https://code.jquery.com/jquery-3.4.1.slim.min.js | |
// @grant none |
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
:33 < 1 | |
:33 < Yellow, black. Yellow, black. | |
:33 < Yellow, black. Yellow, black. | |
:33 < Ooh, black and yellow! | |
:33 < Let's shak3 it up a littl3. | |
:33 < Barry! Breakfast is ready! | |
:33 < Coming! | |
:33 < Hang on a second. | |
:33 < Hello? | |
:33 < - Barry? |
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
SearchText = "Search:" | |
SearchButton = "Search" | |
Tags = "Tags" | |
Home = "Home" | |
Rules = "Rules" | |
Login = "Login" | |
Logout = "Logout" | |
Register = "Register" | |
Upload = "Upload" | |
UserProfileAccountSettings = "User Profile and Account Settings" |
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
var doesMatchTagsTests = []struct { | |
searchTags []string | |
post Post | |
result bool | |
}{ | |
{ | |
[]string{"potato"}, | |
Post{ | |
Tags: []string{"tomato"}, | |
}, |
NewerOlder