8000 msemjan ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View msemjan's full-sized avatar

Block or report msemjan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
msemjan/README.md

Hello there



Hi, my name is Marek.

  • ๐Ÿ‡ธ๐Ÿ‡ฐ I live in a small country in the heart of Europe, Slovakia
  • ๐Ÿ’ป๏ธ I work as a software developer
  • โค๏ธ I really like programming & science
  • ๐Ÿ–‹๏ธ I write a blog that probably no one reads
  • โŒ› In my free time...
    • ๐Ÿ“– Read books
    • ๐Ÿ‹๏ธ Exercise with kettlebells
    • ๐ŸŽฎ๏ธ Play videogames
    • ๐Ÿ–‹๏ธ Practice calligraphy

Skills

Programming Languages

C C++ Go Java JavaScript TypeScript Python GNU Bash

Frameworks

Express Fast API Flask

Databases

PostgreSQL MongoDB Supabase

Other

Git HTML5 CSS3 TailwindCSS Vite NodeJS GraphQL Amazon Web Services Docker Linux Raspberry Pi Vim

Socials

Personal Projects

Here are few of my personal projects:

  • Monte Carlo Simulations
    • A collection of various code that I've use during my scientific career
    • Includes my implementation of the Metropolis Algorithm for the Ising model on the vertically stacked 3D and 2D kagome lattice with general spin-S, including S=โˆž in CUDA parallel programming framework
    • Written in CUDA, C++, and Matlab
  • KMeans
    • My implementation of KMeans clustering algorithm from scratch
    • Written in C++
  • YATL - Yet Another Todo List
    • A simple single-user web app to manage your tasks
    • Written in: Python, Flask framework, Jinja2 template engine, SQLite3, (very simple) CSS and HTML
  • Arxiv Search
    • A simple script to search scientific papers on Arxiv and download them
    • Written in Python, uses BeautifulSoup4 to scrape XML responses from Arxiv API
  • Wine quality prediction
    • A beginner data science project (regression)
    • Goal is to predict quality of a wine sample on the scale from 0 to 10
    • I've employed a couple Sklearn regressors and compared their performance
    • I've used: Python, Jupyter Notebook, Sklearn, Seaborn and Matplotlib
  • Stellar classification
    • A beginner data science project (classification)
    • Goal was to predict the star type
    • The execution times and accuracy of several sklearn classifiers was compared
  • Crypto prices
    • A simple script that fetches buy and sell prices of a couple of selected crypto currencies using Coinbase API
    • This way you can watch how bad your investment in crypto was from the comfort of your terminal
    • Written in Python
  • Scraping historical prices of crypto
    • A web scraping project to obtain historical prices of crypto from CoinMarketCap
    • Written in Python, uses BeautifulSoup4
  • Blog in Java
    • A simple Java project using Spring-Boot and MongoDB

Badges

My GitHub Stats

Top Languages

Popular repositories Loading

  1. MC_MA_IAKL MC_MA_IAKL Public

    GPGPU implementation of Metropolis Algorithm for Ising model on kagome lattice in CUDA.

    Cuda 1

  2. go-taskwarrior-hook-boilerplate go-taskwarrior-hook-boilerplate Public

    Boilerplate code for writing Taskwarrior hooks in Golang

    Go 1

  3. monte-carlo-simulations monte-carlo-simulations Public

    In this repository is the code for implementations of Monte Carlo simulations (Metropolis algorithm and Wang-Landau method) for various systems.

    C++ 1 1

  4. kmeans kmeans Public

    A simple implementation of K-means algorithm in C++

    C++

  5. LightsGame LightsGame Public

    A simple game written in Kotlin

    Kotlin

  6. udacity_sql_for_data_analysis udacity_sql_for_data_analysis Public

    This repository consists of various solved SQL problems from Udacity's course "SQL for Data Science"

0