Skip to content

Instantly share code, notes, and snippets.

View belpyro's full-sized avatar

Aleksandr Shaduro belpyro

  • Home
  • Lithuania, Vilnius
  • 05:55 (UTC +02:00)
View GitHub Profile
Entity Status (statecode) Status Reason (statuscode)
Account (account) 0 Active 1 Active
1 Inactive 2 Inactive
Activity (activitypointer) 0 Open 1 Open
1 Completed 2 Completed
2 Canceled 3 Canceled
3 Scheduled 4 Scheduled
Appointment (appointment) 0 Open
@belpyro
belpyro / ATTiny + Micronucleus
Created April 22, 2025 08:43 — forked from amcolash/ATTiny + Micronucleus
ATTiny85 + micronucleus using an AVR programmer
This gist is a list of instructions that I used to program my ATTiny85s with Micronucleus. They worked for me, but your mileage may vary! I would highly recommend starting by looking at the SparkFun article linked at the bottom for schematics and more in-depth info. This gist is mostly just a copy/paste list.
## Required:
- ATTiny85
- AVR programmer
- 1 uF capacitor
- Micronucleus FW: https://github.com/micronucleus/micronucleus/releases
- avrdude: http://www.nongnu.org/avrdude/
## Setup:
@belpyro
belpyro / rpi-configure-locales.md
Created March 24, 2023 14:41 — forked from tomysmile/rpi-configure-locales.md
Raspberry Pi: Reconfigure Locales

Reconfigure your RPi Locales

First you need to install the locales you want:

sudo dpkg-reconfigure locales

Then refresh your current environment: