🦾
Running tea binary
Pinned Loading
-
Bash one-liner that summs integers d...
Bash one-liner that summs integers divisable by 3 1#it's important to have space after last integer
2echo "1 2 3 4 5 " | tee a | sed 's/\s/\/3\n/g' | bc -l | sed 's/00//g' | sed 's/.$//g' | nl | grep -v '\.' | awk '{print $1}' > b; export A=$(cat a | sed 's/\s/\n/g'); export B=$(cat b); for i in $B; do echo -e "$A" | sed "${i}q;d" ; done | tr '\n' ' ' | rev | cut -c 2- | rev | sed 's/\s/+/g' | bc
-
fantastic-train
fantastic-train PublicLibrary for a searching shortest way in a field of obstacles
C++
-
avr-gcc automatic makefile
avr-gcc automatic makefile 1BUILD_DIR=Build
2SRC_DIR=Src
3INC_DIR=Inc
4CC=avr-gcc
5LD=avr-ld
-
mcuterminaltranslator
mcuterminaltranslator PublicLibrary for parsing commands for communication of MCUs
C++
-
mdprint
mdprint 1from rich.console import Console
2from rich.markdown import Markdown
345if __name__ == "__main__":
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.