Pinned Repositories
akurczyk
bash_snippets
Bash language and Unix/Linux commands cheat sheet (commented in polish)
basic_kubernetes_deployer
A bunch of scripts that automate the custom deployment of Kubernetes in multiple clouds and environments (currently only for GCP) with Terraform, Packer, and Ansible.
bme280_esp32_driver
🌡️ 🌦️ 🎈 ESP32 IDF driver for Bosch BME280 temperature, humidity and pressure sensor
pms5003_esp32_driver
💨 🌪️ ESP32 IDF driver for PMS5003 dust sensor
STM32-Training
🤖 ⚙️ ⚡ Some training projects made on STM32 course organised by Microsystems Oriented Society on Wrocław University of Technology and on which my book is based.
texts
Unfinished Django project that I have started a while ago when I was learning Django. It is a website similar to 9gag but for pasting texts that are converted to images with imgkit and Celery libraries. The GUI is based on Bootstrap.
TTGO_ESP32_LORA_OLED
📡 📶 Instructions for setting up the Arduino IDE and sample projects for Chinse TTGO ESP32 LORA OLED development board.
uke_radio_licence_db_downloader
📡 📃 Script that downloads the list (in CSV format) of radio transmitters from the official database of radio licenses published by Polish Office of Electronic Communications.
yeelight_cli
💡 🌈 Xiaomi Yeelight control tool written in Go. Now with multicast discovery of light bulbs in local network.
akurczyk's Repositories
akurczyk/TTGO_ESP32_LORA_OLED
📡 📶 Instructions for setting up the Arduino IDE and sample projects for Chinse TTGO ESP32 LORA OLED development board.
akurczyk/bme280_esp32_driver
🌡️ 🌦️ 🎈 ESP32 IDF driver for Bosch BME280 temperature, humidity and pressure sensor
akurczyk/pms5003_esp32_driver
💨 🌪️ ESP32 IDF driver for PMS5003 dust sensor
akurczyk/STM32-Training
🤖 ⚙️ ⚡ Some training projects made on STM32 course organised by Microsystems Oriented Society on Wrocław University of Technology and on which my book is based.
akurczyk/uke_radio_licence_db_downloader
📡 📃 Script that downloads the list (in CSV format) of radio transmitters from the official database of radio licenses published by Polish Office of Electronic Communications.
akurczyk/texts
Unfinished Django project that I have started a while ago when I was learning Django. It is a website similar to 9gag but for pasting texts that are converted to images with imgkit and Celery libraries. The GUI is based on Bootstrap.
akurczyk/yeelight_cli
💡 🌈 Xiaomi Yeelight control tool written in Go. Now with multicast discovery of light bulbs in local network.
akurczyk/akurczyk
akurczyk/bash_snippets
Bash language and Unix/Linux commands cheat sheet (commented in polish)
akurczyk/basic_kubernetes_deployer
A bunch of scripts that automate the custom deployment of Kubernetes in multiple clouds and environments (currently only for GCP) with Terraform, Packer, and Ansible.
akurczyk/best-website
Personal website inspired by the 90s interwebz aesthetic
akurczyk/django_rest_snippets
[🌵 Django] [🚀 Django REST framework] [🥬 Celery] [💓 django_celery_beat] [🧮 django_celery_results] [🐳 Docker] Sample project done while I was repeating these technologies for a new job. 😊
akurczyk/flux_tests
akurczyk/golang_echo_blogging_platform
Training projects done while I was learning Go with Echo framework
akurczyk/golang_snippets
Golang snippets made while I was learning Go
akurczyk/GROT-Game-Solver
A simple script that solves the problem described here: https://gist.github.com/sargo/8c75ba58790b230fcf08
akurczyk/laravel_dockerized
Simple snippet with an empty Laravel PHP MVC framework project enclosed in a Docker container and docker-compose config file with additional services (MySQL and Adminer).
akurczyk/MAX10-Training
Just some training projects in VHDL...
akurczyk/metaheuristics_algorithms_comparison
My MSC graduation project.
akurczyk/olo-server-setup
Simple Ansible playbook for setting up zsh shell with oh-my-zsh and my custom theme.
akurczyk/python_snippets
Set of my Python snippets
akurczyk/weather_stations_network
[C] [Py] My BSc graduation project.
akurczyk/Weirdtext-Encoder-and-Decoder
A solution for https://gist.github.com/sargo/e3a4d72fbdace178e1b6 interview exercise.