Projects in Awesome Lists by bl33h
A curated list of projects in awesome lists by bl33h .
https://github.com/bl33h/whosbl33h
This project showcases my skills using React, ESLint, Tailwind, and Vite. It includes a brief introduction about me, my projects, the technologies I've worked with, and my experience. You'll also find a contact form at the bottom and my social media links below it.
emailjs eslint girlsinstem javascript netlify npm portfolio react tailwind vite
Last synced: 06 Apr 2025
https://github.com/bl33h/visitourlands
It's a recommendation system built with React and Supabase. This system focuses on providing tourist recommendations for various locations in Guatemala.
javascript netlify npm react supabase vite yarn
Last synced: 20 Nov 2024
https://github.com/bl33h/axolotlslikepicklesraytracing
A raytracing graphics app with a resource manager, skybox rendering, and precise sphere representation through ray intersections. An axolotl and two pickles take place in the scene.
axolotl block cpp glm minecraft pickle pixel-art raytracer raytracing sdl2 sphere ubuntu wsl
Last synced: 16 Jun 2025
https://github.com/bl33h/automatagenerator
This Python tool transforms NFAs to DFAs, minimizes DFAs, and converts regular expressions to NFAs.
algorithm automata-simulator computing-theory dfa dfa-minimization nfa nfa-minimization nfa-to-dfa-conversion postfix regex shunting-yard-algorithm
Last synced: 13 Apr 2025
https://github.com/bl33h/deepdiveodysseyraycasting
The code simulates 3D perspective with a "Under the Sea Pirates Treasure Hunt" theme using raycasting.
3d-graphics cmake cmakelists cpp glm graphics-programming header make raycaster raycasting render sdl2
Last synced: 14 Mar 2025
https://github.com/bl33h/lispinterpreter
A interpreter that analyzes a code in LISP and executes it. Uses JCF to optimize the operations. Also uses MVC pattern.
aritmethic data-structures interpreter java lisp logic-operations operations
Last synced: 14 Mar 2025
https://github.com/bl33h/mathematicalsets
A program that manipulates mathematical sets, allowing users to input elements, perform set operations, and search for specific elements.
data-structures discrete-mathematics mathematical-sets python set-operations set-theory
Last synced: 14 Mar 2025
https://github.com/bl33h/wordleai
A project to simulate the Wordle game with models like Constraints and Minimax to solve it.
ai artificial-intelligence constraints minimax minimax-algorithm wordle wordle-ai wordle-game
Last synced: 14 Mar 2025
https://github.com/bl33h/squareperimeter
A program that calculates the value of the perimeter of 3 squares.
assembly assembly-language perimeter raspberry-pi raspi square
Last synced: 14 Mar 2025
https://github.com/bl33h/bl33h
In this README file, you'll find information about me, my skills, and the projects I'm currently working on. Let's dive in! Feel free to use it as a template for your own profile.
readme readme-profile readme-template
Last synced: 13 Jun 2025
https://github.com/bl33h/fahrenheit-centigrados
Ambiente de trabajo Lisp, conversión de Farenheit a Centígrados.
Last synced: 14 Mar 2025
https://github.com/bl33h/xmppclientcore
A Python XMPP client with authentication, contact and group chat management, and a Tkinter interface.
dotenv slixmpp stanza tkinter tkinter-gui xml xmlstream xmpp xmpp-client xmpp-protocol
Last synced: 06 Apr 2025
https://github.com/bl33h/altamhtmlonly
Embark on an immersive journey through realities in the ALTAM Experiment. Crafted with HTML and images, make choices that shape the story's outcome.
choices game html netlify text-based-game
Last synced: 14 Mar 2025
https://github.com/bl33h/computergraphicstemplatefiles
A program that implements a C++ framebuffer for color manipulation and display on a virtual screen.
cmake colors computer-graphics framebuffer framebuffers gcc template
Last synced: 14 Mar 2025
https://github.com/bl33h/connectfour
A program that implements Connect Four with a Python Pygame GUI, supporting player vs. AI and AI vs. AI modes. It uses the MiniMax algorithm with optional alpha-beta pruning for enhanced performance.
ai alpha-beta-pruning artificial-intelligence connectfour connectfour-game minimax minimax-algorithm pygame python
Last synced: 14 Mar 2025
https://github.com/bl33h/digitscombination
A program for generating and analyzing four-digit combinations. Provides sequence counts and verification using itertools and collections libraries.
collections combinations digits itertools itertools-library python
Last synced: 14 Mar 2025
https://github.com/bl33h/outofspaceshaders
A graphics application project delving into celestial realms via shaders. Features shaders for Earth, Neptune, Sun, Moon, Venus, Pluton, and a Random shader. Utilizes noise generation for terrain, density, and efficient triangle filling for rendering.
cmake cpp glew glm make planets sdl2 shader shaders
Last synced: 14 Mar 2025
https://github.com/bl33h/factorysimulation
A factory simulation system that utilizes a SQL database.
create-database database postgresql queries simulation sql
Last synced: 14 Mar 2025
https://github.com/bl33h/byletter
Categorize words by their starting letter in a dictionary.
algorithms data-structures dictionary logic python text-processing word
Last synced: 14 Mar 2025
https://github.com/bl33h/disneyplusreplica
A replica of the Disney+ principal page built using React and Vite.
eslint netlify npm react replication storybook vitest
Last synced: 14 Mar 2025
https://github.com/bl33h/radio
Simulación de una radio con el uso de una interfaz en común utilizando el lenguaje Java. Asignación Algoritmos y Estructuras de Datos, HDT01.
Last synced: 14 Mar 2025
https://github.com/bl33h/grocerystorecontrol
A program that simulates the control of a grocery store and is capable of printing receipts with specifications.
Last synced: 14 Mar 2025
https://github.com/bl33h/calculator
With a user-friendly interface and reliable calculations, the React Calculator is a handy tool for performing mathematical operations efficiently.
calculator eslint netlify npm react vite vitest
Last synced: 14 Mar 2025
https://github.com/bl33h/primenumbersidentifier
A multi-threaded program that finds and sums prime numbers within a given range, displaying the results.
identifier limit multi-threading multithreading prime-numbers thread threading
Last synced: 14 Mar 2025
https://github.com/bl33h/championsleaguebet
This project uses databases to analyze European football data and determine which team to bet on based on performance. The goal is to provide data-driven justifications for the chosen team.
champions-league csv football matplotlib pandas postgresql psql psycopg2 python queries
Last synced: 14 Mar 2025
https://github.com/bl33h/idsinorder
A program for organizing and displaying user-inputted ID numbers in ascending order.
array arrays ascending id ordermanagement sort-functionality
Last synced: 14 Mar 2025
https://github.com/bl33h/calculadorapostfix
Programa que lee un archivo de texto, una expresión en formato Postfix y producir el resultado de la misma. Asignación Algoritmos y Estructuras de Datos, HDT02.
Last synced: 14 Mar 2025
https://github.com/bl33h/discreteeventsimulation
Simulation of program execution in a time-sharing operating system.
cpu data-structures operating-system python ram simulation time-sharing
Last synced: 14 Mar 2025
https://github.com/bl33h/artmemorygame
Arasartara's Gallery is a captivating memory game implemented with React, presented in a single HTML file. Test your memory skills by matching pairs of famous artworks in this immersive and entertaining game.
art game html memory netlify python react
Last synced: 14 Mar 2025
https://github.com/bl33h/pcssystem
A user-friendly application for managing personal computers efficiently. Powered by PostgreSQL.
database gui pcs postgresql psql python simulation tkinter transactions ui
Last synced: 14 Jun 2025
https://github.com/bl33h/ordenamiento
Programa para usar algoritmos de ordenamiento (sort). Asignación Algoritmos y Estructuras de Datos, HDT03.
Last synced: 14 Mar 2025
https://github.com/bl33h/cervicalcancerriskfactors
apriori apriori-algorithm association-rules
Last synced: 14 Mar 2025
https://github.com/bl33h/fibonacciandfactorial
A project that includes two LISP programs: one for factorials and the other for Fibonacci sequences. They use recursion, prompt user input, and display results efficiently.
factorial factorial-calculation fibonacci fibonacci-sequence lisp recursion
Last synced: 14 Mar 2025
https://github.com/bl33h/calculadorainfix
Programa para evaluar expresiones infix, convertidas a postfix y luego evaluadas. Asignación Algoritmos y Estructuras de Datos, HDT04.
Last synced: 14 Mar 2025
https://github.com/bl33h/clientserverchat
A program that enables multi-client communication through a central server, using socket programming and threads for concurrent connections.
chat client-server client-server-architecture client-server-chat-application protobuf pthreads thread threads
Last synced: 14 Mar 2025
https://github.com/bl33h/coffeefactorysimulation
A program that simulates a coffee factory with parallel processing using pthreads. It handles coffee production, storage, and thread synchronization.
coffee factory mutex mutex-lock parallel-computing parallel-programming posix-threads pthreads simulation synchronization
Last synced: 14 Mar 2025
https://github.com/bl33h/exploringthespace
This OpenGL/C++ graphics app renders celestial bodies with realistic shaders and noise functions. It features a camera tracking a spaceship represented by a Blender .obj file.
3d-graphics blender cpp glm obj-files opengl sdl2 shaders space
Last synced: 14 Mar 2025
https://github.com/bl33h/conwaysgameoflife
A real-time rendering program with Conway's Game of Life algorithm.
algorithm cmake conways-game-of-life cpp gcc make sdl2 wsl
Last synced: 14 Mar 2025
https://github.com/bl33h/convergencecalculator
A multi-threaded program that calculates the convergence of a function based on user input. It uses pthreads to evaluate the function and displays the summation result.
convergence multi-threading multithreading posix posix-threads pthreads
Last synced: 14 Mar 2025
https://github.com/bl33h/ecosystemsimulation
This project simulates an ecosystem with plants, herbivores, and carnivores using OpenMP for parallel processing. The grid-based simulation involves species interacting through reproduction, consumption, and movement.
gcc openmp openmp-parallelization parallel-computing parallelism stdio stdlib wsl
Last synced: 14 Mar 2025
https://github.com/bl33h/computersimulation
Measure the time for large-scale operations and contribute to the exploration of computational efficiency.
computational-efficiency computer-simulation large-scale python
Last synced: 14 Mar 2025
https://github.com/bl33h/cykalgorithm
This Python CYK parser demonstrates sentence parsing with a CFG in CNF.
chomsky cnf-grammer cyk-algorithm cyk-parser
Last synced: 14 Mar 2025
https://github.com/bl33h/coffeeshopinventory
This code simulates a coffee shop's inventory, generates sales reports, and ensures thread-safe data access for efficient management.
mutex mutex-lock posix-threads pthreads synchronization
Last synced: 14 Mar 2025
https://github.com/bl33h/evenorodd
A simple web application that enables users to determine if a given number is even or odd.
evenorodd html javascript netlify web
Last synced: 14 Mar 2025
https://github.com/bl33h/spotifysimulation
A program that prints the playlist data from a csv file in a music player, it also identifies the longest song.
Last synced: 14 Mar 2025
https://github.com/bl33h/fillinganypolygon
A program that uses a framebuffer to fill any polygon and save the result as a bitmap (BMP) file in the build folder. It supports drawing and filling polygons with custom shape and color.
cmake computer-graphics cpp gcc make polygon polygons vector
Last synced: 14 Mar 2025
https://github.com/bl33h/systemcallsandprocesses
C programming repository focusing on system calls and practical application of process concepts.
Last synced: 14 Mar 2025
https://github.com/bl33h/pythagoreantheorem
A program that calculates the Pythagorean theorem for a large number of elements using GPU parallel processing.
arrays cuda kernel parallel-programming pythagoras pythagorean-theorem
Last synced: 14 Mar 2025
https://github.com/bl33h/productoftwovectors
This code utilizes CUDA for parallel vector multiplication on a GPU, demonstrating GPU's acceleration capabilities.
cuda gpu kernel paralelism parallel-programming product vector
Last synced: 14 Mar 2025
https://github.com/bl33h/encryption
A program for RSA message encryption and decryption. It uses prime numbers and a public key for secure encryption and decryption.
decryption discrete-mathematics encryption python rsa-encryption
Last synced: 14 Mar 2025
https://github.com/bl33h/mathfunctions
Math program with spread function and pseudorandom number generator.
discrete-mathematics hashing math-functions modular-arithmetic modules pseudorandom python seed spread-function
Last synced: 14 Mar 2025
https://github.com/bl33h/posixthreads
A program that uses pthreads in C++ to create two threads that perform operations on an array.
array multithreading operations parallel-programming pthreads
Last synced: 14 Mar 2025
https://github.com/bl33h/duckduckgo
Explore the replica search engine, conduct searches, and enjoy a seamless user experience of the Duck Duck Go website. The inclusion of ESLint tests guarantees code correctness and consistency throughout the project.
duckduckgo eslint netlify npm prettier-eslint react replica vite
Last synced: 14 Mar 2025
https://github.com/bl33h/machinevshuman
A multi-threaded simulation comparing human workers' production efficiency to machine production in a factory.
factory human machine multi-threading multithreading parallel-programming simulation
Last synced: 14 Mar 2025
https://github.com/bl33h/relations
A program for relation analysis and matrix operations using numpy. It determines relation types and performs matrix computations.
discrete-mathematics matrix matrix-operations numpy python relations
Last synced: 14 Mar 2025
https://github.com/bl33h/universityagreements
It's a project designed to simplify data access for the agreements of Universidad del Valle de Guatemala.
database javascript netlify npm react supabase
Last synced: 14 Mar 2025