examples

(โ˜… 634)

Example code used in my videos

  • add_pxe_client.sh
  • arduino nano esp32 pinout.jpg
  • Arduino Nano ESP32 Review.md
  • Arduino_UNO_R4_Review.md
  • binsearch.py
  • binsearch2.py
  • bubblesort.py
  • build
  • Connect Nokia 5110 display PCD8544 to Raspberry Pi.png
  • coreutils.ps1
  • decode_ieee754.c
  • doublelinkedlist.c
  • doublelinkedlist_with_skip.c
  • dtt.c
  • ESP-NOW_on_Arduino_Nano_ESP32.md
  • fah2kel.py
  • fiddle_bits.c
  • Gary-Explains-Regular-Expressions-Cheat-Sheet.pdf
  • hello.s
  • How to network boot a Pi 4.md
  • how-to-build-a-raspberry-pi-nas.md
  • how-to-connect-a-Raspberry-Pi-NAS-over-iSCSI.md
  • how-to-run-llama-cpp-on-raspberry-pi.md
  • How-to-use-a-Nokia-5110-LCD-Display-with-a-Raspberry-Pi.md
  • how_to_build_nvidia_jetson_gpu_cluster.md
  • how_to_enable_ZRAM_Raspberry_Pi.md
  • iphone12-camera-test.md
  • leibniz.c
  • leibniz_fixedpoint.c
  • linkedlist.c
  • linux_fingerprint_gdid.py
  • loop.s
  • loopswithinpi.md
  • loopswithpi-from99999to9999999.md
  • loopswithpi-from9999to99999.md
  • loopswithpi-from999to9999.md
  • ls_usr_bin.txt
  • moa_poc.py
  • My CPU ISA design opcodes - Sheet1.pdf
  • overlock_pi_zero_2.md
  • pi5si.sh
  • picomon-3000.py
  • pillama.py
  • prep_pxeboot_ge.sh
  • primality_cluster_test1.py
  • primality_cluster_test2.py
  • python and instagram.py
  • raspberry_pi_router.md
  • README.md
  • riscv64-qemu-raspberry-pi.md
  • sherlock.txt
  • sine-wave-speech.md
  • smart_websearch.py
  • sqlite examples.txt
  • threadtesttool.c
  • threadtesttool_go.go
  • threadtesttool_sha256.c
  • vASM.py
  • voncoin.py

# Installation Guide

1. Get the code
git clone https://github.com/garyexplains/examples

Downloads the entire project code from GitHub to your computer.

cd examples

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r Decodo/requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python <์‹คํ–‰ํ•  ํŒŒ์ผ๋ช…>.py # README์—์„œ ์ •ํ™•ํ•œ ์‹คํ–‰ ํŒŒ์ผ๋ช…์„ ํ™•์ธํ•˜์„ธ์š”

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation