- Click-freeze: If you click any of lines drawn, desmos will freeze. Sometimes you can recover your drawing but most of the time it is cleared.
This file contains 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
Copyright 2024 thatrandomperson5 | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
This file contains 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
echo "Installing NGrok CLI in $PREFIX/bin" | |
ARCHITECTURE=$(lscpu | grep "Architecture" | tr -d " \t\n\r" | cut -c 14-) # Extract the architecture | |
URL="" | |
TAR_LOCATION="$PREFIX/bin/vscode.tar.gz" | |
if [ "$ARCHITECTURE" = "arm64" ] || [ "$ARCHITECTURE" = "aarch64" ]; then | |
URL="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz" | |
elif [ "$ARCHITECTURE" = "arm32" ]; then | |
URL="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz" |
This file contains 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
echo "Installing VSCode CLI in $PREFIX/bin" | |
ARCHITECTURE=$(lscpu | grep "Architecture" | tr -d " \t\n\r" | cut -c 14-) # Extract the architecture | |
URL="" | |
TAR_LOCATION="$PREFIX/bin/vscode.tar.gz" | |
if [ "$ARCHITECTURE" = "arm64" ] || [ "$ARCHITECTURE" = "aarch64" ]; then | |
URL="https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-arm64" | |
elif [ "$ARCHITECTURE" = "arm32" ]; then | |
URL="https://code.visualstudio.com/sha/download?build=stable&os=cli-linux-armhf" |
This file contains 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
GNU LIBRARY GENERAL PUBLIC LICENSE | |
Version 2, June 1991 | |
Copyright (C) 1991 Free Software Foundation, Inc. | |
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA | |
Everyone is permitted to copy and distribute verbatim copies | |
of this license document, but changing it is not allowed. | |
[This is the first released version of the library GPL. It is |
This file contains 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
# Adapted from https://github.com/pietroppeter/nimib/blob/2e0c2223cef10423fc43fc3be9626890a6bb4779/src/nimib/highlight.nim | |
import std/[strutils, dom] | |
import packages/docutils/highlite | |
func nimNormalize(s: string): string = | |
# Copied from strutils.normalize (same except for branch i == 0) | |
# Normalizes a Nim identifier to all lowercase: | |
# - All letters except the first one are lower-cased |
This file contains 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
import parser | |
const xml = """ | |
<MyTag> | |
Hello | |
<OtherTag attr1="hello" attr2="nono"></OtherTag> | |
<Container> | |
I'm shallow | |
<Deep>I'm down deep!</Deep> | |
I'm shallow | |
</Container> |
This file contains 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
name: mypy | |
on: [push, pull_request] | |
jobs: | |
mypy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.10' |
This file contains 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
import requests | |
from dataclasses import dataclass | |
import furl | |
from sys import argv | |
@dataclass | |
class RTDIOsearch: | |
slug: str | |
query: str | |
def __repr__(self): |
All these were tested with a 10 block distance.
Short name | B/s | s | ticks | visuals |
---|---|---|---|---|
Observer flying machine (OFM) | 2.38 | 4.2 | 84 | https://cubical.xyz/project/EBYd |
Extended OFM | 1.8 | 5.5 | 110 | https://cubical.xyz/project/kv55 |
E2 OFM | 1.72 | 5.8 | 116 | https://beta.cubical.xyz/project/3L5BwMaA |