Skip to content

Instantly share code, notes, and snippets.

@tararoys
tararoys / README.md
Last active February 19, 2024 19:40 — forked from EFHIII/README.md
Net3arth. What is it and how to use it.

Net3arth is a flame inspired chaos game based fractal rendering program that runs in the browser.

It aims to be fairly versatile, being able to make things like this: ArcSinhSplits

Aswell as things like this: UtahTreepot

And even this (though it's not great at it):

Jafar's Tzeenchian Guide on How To Play The Chaos Game

jafar_fractals

So, young Slawkenberg Student! You wish to walk the path of the Changer of Ways? You wish to ride the tides of Chaos, to see the crackling beauty of the fractal Empyrian?

Know this: the Architect of Fate is a God of of hidden order- a God of unseen rules of breathaking simplicity and power that grow forth into astonishing complexity and apparent chaos.

Know the rules, and see the vast and hidden workings of the Architect! First, you see what is hidden. Then, you call forth what is unseen, and revel in the hidden rules of the Emperyon! Once you understand the game, you may become a writer of rules, a caster of spells, an Architect of your own Fate in the wonderful, whirling chaos of Destiny.

@tararoys
tararoys / index.html
Last active April 24, 2023 17:45
PoypbMX
<html>
<script>
window.addEventListener("load", function () {
var editbox = document.getElementById("elm_editable");
editbox.addEventListener("input", (e) => {
// and here is how to detect the enter key
var last_character = e.currentTarget.innerText.charAt(
e.currentTarget.innerText.length - 1
);
@tararoys
tararoys / cartooncamerawithsaving.markdown
Created April 5, 2023 13:09
CartoonCameraWithSaving
@tararoys
tararoys / youtube.talon
Last active June 26, 2021 14:08
If you want to control Youtube with voice commands, this script set and the video tutorials linking it explaining how they were created will allow you to control youtube with your voice.
title: /YouTube/
-
# tutorial series (9 videos, two hours total) on how this file was created is here: https://youtube.com/playlist?list=PLOChdnCXLga4fduRCuaQwEc_8BitX3PqE
# This script, specifically the youtube <user.number_key> command, depends on the knausj repository being present in order to be able to use the <user.number_key capture>
# Many people using this script will also be using Vimium. This script will not work out of the box with vimium. To make it work with vimium, you have to deactivate vimium so that the vimium keyboard shortcuts stop working and the keyboard shortcuts for this website start working. The easiet way to do this is to put vimium in insert mode by pressing the 'i' key (or saying 'sit' in Talon, if you are using the default phonetic alphabet that comes with the knausj repository. Putting vimium in insert mode will allow all the keybaord shortcuts for whatever webpage you are on to trigger instead of being overridden by vimium. This means that every key except for 'i' and 'e

This is a collection of files that pop up reminders. Ever needed to take a quick note? Remember a couple of things? add a complicated url to your article?

Adapting the homophones functionality from the knausj repositiory, this lets you summon a reminder for a keyword. You can also choose something off the reminders list and have it type that item into a text field.

Highly adaptable for having a custom vocabulary for a specific article, your grocery list, or to keep notes on poker odds.

It workds like this:

Open your .csv file. To create a new reminder list, write the keyword you want to use to summon at particular list in the first. Then addd everything you want on that list, separated by commas.

# short hiss to make a dot, long hiss to make a dash, pop to interpret the latest sequence of dots and dashes and type it as a letter.
morse history: user.morse_history_toggle()
@tararoys
tararoys / Replacement.md
Last active June 16, 2023 15:39
A cheat sheet for learning several of the most useful talon commands

user.letter

command word user.letter
air a
bat b
cap c
drum d
each e
fine f
@tararoys
tararoys / May12knausj-master-cheatsheet.pdf
Last active September 1, 2023 05:14
Code to print out all voice commands in the knausj talon repository,
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.