Skip to content

Instantly share code, notes, and snippets.

View chaoticryptidz's full-sized avatar
🌴

ChaotiCryptidz chaoticryptidz

🌴
View GitHub Profile
@chaoticryptidz
chaoticryptidz / melonDSi.log
Last active December 29, 2020 12:12
Crystal Monsters crash
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
@chaoticryptidz
chaoticryptidz / Pinebook Pro Review.md
Created December 5, 2020 15:10
Pinebook Pro review.

[todo]

/*
* ------------------------------------------------------------
* "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.
* ------------------------------------------------------------
*/
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
/*
 * 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"
// ==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
@chaoticryptidz
chaoticryptidz / bee movie but quirks.txt
Created April 2, 2020 23:34
bee movie but quirks.txt
: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?
SearchText = "Search:"
SearchButton = "Search"
Tags = "Tags"
Home = "Home"
Rules = "Rules"
Login = "Login"
Logout = "Logout"
Register = "Register"
Upload = "Upload"
UserProfileAccountSettings = "User Profile and Account Settings"
var doesMatchTagsTests = []struct {
searchTags []string
post Post
result bool
}{
{
[]string{"potato"},
Post{
Tags: []string{"tomato"},
},