Skip to content
View KMChris's full-sized avatar
💻
Programming
💻
Programming
  • Poland
  • 06:37 (UTC +01:00)

Block or report KMChris

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KMChris/README.md

Hi there 👋


Languages and Tools:

python
Python
html
HTML
css
CSS
sass
SASS
git
GIT
selenium
Selenium
vuejs
Vue.js
nodejs
Node.js
postgresql
PostgreSQL
mongodb
MongoDB
redis
Redis
oracle
Oracle
gcloud
GCP
firebase
Firebase
aws
AWS
heroku
Heroku

Pinned Loading

  1. esp32-kvm esp32-kvm Public

    ESP32 BLE KVM Bridge allows you to use your PC keyboard and mouse to control another device via Bluetooth using an ESP32 as a bridge.

    C 2

  2. quadfit quadfit Public

    An algorithm for fitting trapezoids from irregular polygons. Fork of QuadrilateralFitter, rewritten in C.

    C 2

  3. bigdata bigdata Public

    Big Data project analyzing forum questions on Stack Exchange. Predicts accepted answers using Stack Exchange Data Dump from archive.org.

    Jupyter Notebook 2

  4. boardgamegeek boardgamegeek Public

    Scraper do BoardGameGeek, analiza danych oraz interaktywny dashboard. Zbiera dane o grach planszowych, przeprowadza analizę eksploracyjną i wizualizuje wyniki w przyjaznym interfejsie.

    Jupyter Notebook 1

  5. messenger-counter messenger-counter Public

    Python script for counting messages from Facebook Messenger

    Python 7 3

  6. Displaying an array as matrix in LaT... Displaying an array as matrix in LaTeX in a Jupyter notebook
    1
    from IPython.display import display, Math
    2
    
                  
    3
    def print_matrix(array):
    4
        matrix = ''
    5
        for row in array: