Alexis Zamanidis (alexiszamanidis)

alexiszamanidis

Geek Repo

Location:Athens, Greece

Home Page:alexiszamanidis.github.io

Github PK Tool:Github PK Tool

Alexis Zamanidis's repositories

vscode-git-worktrees

A VS Code extension that wraps git worktree operations for simplicity and productivity

Language:TypeScriptLicense:MITStargazers:42Issues:2Issues:17

zsh-git-fzf

An interactive ZSH plugin that wraps some git operations for simplicity and productivity. Also, it contains completions and combines the FZF tool to make the operations more convenient.

Language:ShellLicense:MITStargazers:21Issues:1Issues:1

news_articles_text_mining

News Articles Text Classification and Clustering using Machine Learning in Python. Also, KNN implementation from scratch using max heap.

Language:Jupyter NotebookStargazers:6Issues:1Issues:0

airbnb_data_analysis

Athens Airbnb Data Analysis and Recommendation System Implementation based on the description of each Airbnb using TF–IDF and Cosine Similarity metric.

Language:Jupyter NotebookStargazers:3Issues:1Issues:0

vector

Generic Vector/Dynamic Array implementation using Macros in C.

Language:CStargazers:3Issues:1Issues:0

background-images

Various background images I use

sql_query_executor

A Parallel SQL Query Executor that parses and executes SQL queries using a Thread pool. It also rearranges the predicates by frequency to reduce execution time.

Language:C++Stargazers:1Issues:1Issues:0

.ubuntu_bootstrap

This project contains scripts that set up a new Ubuntu System, as it installs many useful packages, applications and synchronizes the dotfiles that I am currently using.

Language:ShellStargazers:0Issues:1Issues:0

2022

A minimal Portfolio Web page developed using Next.js, TypeScript and Styled-Components. It is deployed with GitHub pages and uses GitHub REST API to fetch my Projects.

Language:TypeScriptStargazers:0Issues:1Issues:0

alexiszamanidis

My profile-level README that is displayed prominently on my GitHub profile.

Stargazers:0Issues:0Issues:0

alexiszamanidis.github.io

A minimal Portfolio Web page developed using React.js, TypeScript and Material-UI. It is deployed with GitHub pages and uses GitHub REST API to fetch my Personal Data and my Projects.

Language:TypeScriptStargazers:0Issues:1Issues:0

ansible

This repository installs packages and applications that I use in my daily work

Language:ShellStargazers:0Issues:1Issues:0

dotfiles

This repository synchronizes the configuration files that I am currently using

Language:LuaStargazers:0Issues:1Issues:0

conway_game_of_life

Conway's game of life parallelization using pure MPI and MPI-OpenMP hybrid implementation.

Language:CStargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

thread_pool

Thread pool implementation using a Job Scheduler to manage the Jobs. When a Job is submitted to execute, Job Scheduler pushes the job in blocking queue and executes it using one of possible threads from the Thread pool.

Language:CStargazers:0Issues:1Issues:0