Pinned Repositories
NeoVimConfig
My config for neovim
chrome-dino-javascript
This JavaScript program simulates a game similar to the popular Chrome offline game "Chrome Dino". The game is designed to be played in a web browser and provides a fun and challenging experience for players. 🕹️
console-chess-java
This is a simple console-based chess game implemented in Java. It allows two players to play chess against each other in the console window. The game follows the standard rules of chess, including all legal moves and win conditions.
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.
pong-javascript
This is a simple implementation of the classic Pong game using HTML canvas and JavaScript. Inspired by Marcin's Monskała Book "JavaScript from scratch".
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.
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
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.
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.
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.
OsLint's Repositories
OsLint/OsLint
OsLint/NeoVimConfig
My config for neovim
OsLint/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.
OsLint/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.
OsLint/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.
OsLint/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.
OsLint/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.
OsLint/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.
OsLint/snake-c-sdl2
Simple implementation of Snake game made in C to practice SDL2
OsLint/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.
OsLint/Pong-Cpp-SDL2
Recreation of the classic Pong game with SDL2 lib and C++!
OsLint/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.
OsLint/mini-console-data-base-in-cpp
This program allows you to manage a database of persons. You can add new persons, view existing persons, save the database to a file, load the database from a file, search for persons by index, and delete persons from the database. 🗃️
OsLint/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
OsLint/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.
OsLint/console-chess-java
This is a simple console-based chess game implemented in Java. It allows two players to play chess against each other in the console window. The game follows the standard rules of chess, including all legal moves and win conditions.
OsLint/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.
OsLint/pong-javascript
This is a simple implementation of the classic Pong game using HTML canvas and JavaScript. Inspired by Marcin's Monskała Book "JavaScript from scratch".
OsLint/tick-tack-toe-java
🎮 This is a simple Tic-Tac-Toe game implemented in the console using vanilla java.
OsLint/chrome-dino-javascript
This JavaScript program simulates a game similar to the popular Chrome offline game "Chrome Dino". The game is designed to be played in a web browser and provides a fun and challenging experience for players. 🕹️