Projects in Awesome Lists by KalbarczykDev
A curated list of projects in awesome lists by KalbarczykDev .
https://github.com/kalbarczykdev/java-swing-snake
This is a classic Snake game implemented in Java using the Swing framework. The game allows players to control a snake and navigate it around the game board to collect food. As the snake eats the food, it grows longer, and the player's goal is to achieve the highest possible score without colliding with the game's boundaries or the snake's own body
java java-swing snake snake-game
Last synced: 28 Apr 2026
https://github.com/kalbarczykdev/snake-java-swing
This is a classic Snake game implemented in Java using the Swing framework. The game allows players to control a snake and navigate it around the game board to collect food. As the snake eats the food, it grows longer, and the player's goal is to achieve the highest possible score without colliding with the game's boundaries or the snake's own body
java java-swing snake snake-game
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/gsm-network-symulation-java-swing
The GSM Simulation Program aims to replicate the behavior of a basic GSM network with mobile devices and cell towers. It allows users to create and manage mobile devices, cell towers, and simulate communication between them.
gsm gsm-symulation java java-swing
Last synced: 27 Mar 2025
https://github.com/KalbarczykDev/ReadNext
The Book Recommendations System is a web application that helps users discover books tailored to their interests. Users can explore a diverse collection of books, view recommendations, and manage their profiles.
flask flask-application flask-sqlalchemy python python-web python-web-development
Last synced: 01 Aug 2025
https://github.com/kalbarczykdev/easyroads
🛤️ EasyRoads is a Minecraft Bukkit plugin that enhances player movement by modifying their speed based on their location on predefined roads. This plugin allows server administrators to create custom roads with specific speed attributes.
Last synced: 04 Apr 2025
https://github.com/kalbarczykdev/ulam-spiral-java-swing
The Ulam Spiral is a graphical representation of prime numbers in a spiral pattern. This program generates the Ulam Spiral and displays it using Java's Swing library.
beginer-friendly beginer-projects beginner java java-awt-swing java-swing turorial ulam-spiral ulam-spiral-generator youtube
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/snake-c-sdl2
Simple implementation of Snake game made in C to practice SDL2
c c-application c-library desktop-app game gui sdl sdl2 snake snake-game
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/kalbarczykdev
Config files for my GitHub profile.
Last synced: 28 Jan 2026
https://github.com/kalbarczykdev/tick-tack-toe-java
🎮 This is a simple Tic-Tac-Toe game implemented in the console using vanilla java.
begginer-friendly begginer-project begginersguide java tik-tac-toe
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/pong-cpp-sdl2
Recreation of the classic Pong game with SDL2 lib and C++!
beginner beginner-friendly cpp first-contributions pong pong-game sdl sdl-library sdl-ttf sdl2
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/weather-and-currency-converter-app-java
This application provides users with real-time weather information and currency conversion rates. Users can input the country, city, and currency they are interested in to get the latest updates.
currency currency-converter currency-exchange-rates java java-8 javafx javafx-application javafx-desktop-apps weather-app
Last synced: 14 Mar 2025
https://github.com/kalbarczykdev/dotfiles
My config dotfiles
aerospace dotfiles git neovim sketchybar starship-prompt wezterm zsh
Last synced: 09 Apr 2026
https://github.com/kalbarczykdev/snakesdl2
Simple implementation of Snake game made in C to practice SDL2
c c-application c-library desktop-app game gui sdl sdl2 snake snake-game
Last synced: 30 Jul 2025
https://github.com/kalbarczykdev/k-nearest-neighbors-algorithm-implementation-java
This project implements the K-Nearest Neighbors (KNN) algorithm for classification purposes. KNN is a simple and effective algorithm for classifying data points based on their similarity to other data points in a given dataset.
java java-8 knn knn-algorithm knn-classification knn-java knn-model knn-regression
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/prologroom
Final Project For MIW(Knowledge Engineering Methods) class at PJAIT
Last synced: 19 Jun 2025
https://github.com/kalbarczykdev/weather-app-vanilla-javascript
The Weather App is a simple web application that allows users to search for weather information of a specific city. It fetches weather data from the OpenWeatherMap API based on the user's input and displays the relevant weather details on the user interface.
beginner beginner-code beginner-friendly beginner-project css css-animations first-commit html javascript javascript-applications open-source openweathermap openweathermap-api vanilla-javascript weather-app
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/java-swing-ulam-spiral
The Ulam Spiral is a graphical representation of prime numbers in a spiral pattern. This program generates the Ulam Spiral and displays it using Java's Swing library.
beginer-friendly beginer-projects beginner java java-awt-swing java-swing turorial ulam-spiral ulam-spiral-generator youtube
Last synced: 29 Apr 2026
https://github.com/kalbarczykdev/perceptron-algorythm-java
This project implements a Perceptron, which is a fundamental algorithm used in machine learning for binary classification tasks. The Perceptron learns from a set of training data and adjusts its weights to classify new data points.
java java-perceptron perceptron perceptron-algorithm perceptron-java perceptron-learning-algorithm
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/simple-tcp-chat-room-in-java
This repository contains a straightforward Java-based chat application using the TCP protocol, consisting of a server and a client.
beginner beginner-code beginner-friendly beginner-project beginners first-issue first-project java java-application java-net tcp tcp-client tcp-server tcp-socket
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/file-zipper-java-swing
File Zipper is a Java application that allows you to add files to an archive, delete selected files from the archive, and create a zip archive containing the selected files.
beginner-code beginner-friendly beginner-project beginners first-program first-project first-timers-friendly java java-swing java-swing-applications java-swing-gui zipfile zipper
Last synced: 27 Mar 2025
https://github.com/kalbarczykdev/sports-manager
CRUD application for managing sports events and competitors made with Spring Boot and Thymeleaf template engine.
bootstrap bootstrap5 java junit mysql spring spring-boot thymeleaf
Last synced: 06 May 2026
https://github.com/kalbarczykdev/airecruiter
AI Powered Recruiter Fullstack Concept Made With Java Spring Boot, Angular And PostreSQL.
Last synced: 14 Aug 2025
https://github.com/kalbarczykdev/canbevar
Simple IntelliJ plugin that generates a warning when an explicit type declaration can be changed to var.
gradle intelij java jetbrains-plugin plugin var
Last synced: 14 Apr 2026
https://github.com/kalbarczykdev/java-tick-tack-toe
Tic-Tac-Toe game implemented in the console using vanilla java.
begginer-friendly begginer-project begginersguide java tik-tac-toe
Last synced: 30 Apr 2026
https://github.com/kalbarczykdev/employee-xml-database
A console-based Java application for managing an XML database of employees. Built in raw Java without external libraries, dependencies, or javax.xml.bind.*.
database java java-25 xml xml-database xml-parser
Last synced: 15 May 2026