Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by Dor-sketch

A curated list of projects in awesome lists by Dor-sketch .

https://github.com/dor-sketch/python-pixel-art

A comprehensive set of functionalities for an image editor, including color manipulation, pixelation, history tracking, and GUI components.

gui matplotlib pixel-art pixelart python3

Last synced: 21 Nov 2024

https://github.com/dor-sketch/talking-timer

A Lightweight Text-to-Speech Timer Application, utilizing the Google Text-to-Speech API for voice announcements.

educational-tool exam-timer israeli-standard-exam multithreading python study-tool test-preparation threading timer

Last synced: 21 Nov 2024

https://github.com/dor-sketch/snakes_ladders

Enhanced with Qt6, WebAssembly-ready, and simplified CMake builds.

cairo cairo-drawing cmake cpp game-development gtk3 qt6

Last synced: 24 Oct 2024

https://github.com/dor-sketch/hebrew-markdown

A lightweight, browser-based Hebrew markdown editor with real-time preview. Built with HTML5 and JavaScript, this tool allows users to write markdown in Hebrew and instantly see the rendered output. Perfect for bloggers, developers, and content creators working with right-to-left text.

hebrew hebrew-markdown html5 markdown markdown-editor

Last synced: 12 Oct 2024

https://github.com/dor-sketch/game-of-life-ai

Implementing Conway's Game of Life with genetic algorithms to optimize patterns and explore emergent behaviors within the simulation.

biological-computing evolutionary-algorithms gameoflife genetic-algorithm genetic-programming optimization

Last synced: 21 Nov 2024

https://github.com/dor-sketch/15-puzzle

Demonstrating a Variety of Classic AI Search Algorithms to Solve the Classic 8-Puzzle Problem.

astar-algorithm bfs-algorithm cpp dfs-algorithm gui python3 searching-algorithms

Last synced: 21 Nov 2024

https://github.com/dor-sketch/simulation-earth

Implementation of a Cellular Automaton for a variety of cause-effect inferences, with simple GUI and graph support.

biological-computing cellular-automata matplotlib simulation tkinter

Last synced: 21 Nov 2024

https://github.com/dor-sketch/pyface3d

Real-time 3D face modeling application that generates textured mesh models from webcam input. Uses MediaPipe for facial landmark detection and OpenGL for interactive 3D visualization. Features live preview, mesh generation with Delaunay triangulation, and OBJ export functionality.

3d-models computer-vision delaunay-triangulation face-detection facial-recognition mediapipe mesh-generation opengl pygame python real-time scipy

Last synced: 19 Dec 2024

https://github.com/dor-sketch/hebrew-calendar

A web app that utilizes the Intl.DateTimeFormat API to convert Gregorian dates to Hebrew dates accurately and effortlessly.

calendar chrome-extension hebrew-calendar hebrew-date intl-dateformat jewish-calendar

Last synced: 13 Dec 2024

https://github.com/dor-sketch/sudoku-solver

An advanced C++ puzzle solver that leverages AI techniques of constraint satisfaction and backtracking algorithms to solve any puzzle, complemented by an interactive Qt5 GUI and Sudoku games.

ac-3 ac-3-algorithm ai csp emscripten html javascript qt5 smfl sudoku webassembly

Last synced: 12 Oct 2024

https://github.com/dor-sketch/tanakh

A simple, lightweight web application for reading the Hebrew Bible (Tanakh תנך) online.

bible bible-api hebrew-bible sefaria torah

Last synced: 21 Nov 2024

https://github.com/dor-sketch/dor-sketch

Config files for my GitHub profile.

config github-config

Last synced: 21 Nov 2024

https://github.com/dor-sketch/anki-interactive-addon

An Anki Add-on for effective reviewing

anki-addon flashcards learning-tools

Last synced: 21 Nov 2024

https://github.com/dor-sketch/leetcode-solutions

Leveraging Selenium WebDriver to generate a categorized collection of your LeetCode solutions.

automation codeing-interviews datastructures-algorithms leetcode-solutions selenium-webdriver

Last synced: 21 Nov 2024

https://github.com/dor-sketch/sql_sandbox

A collection of SQL scripts designed to help you improve your SQL querying skills through practical exercises.

database postgresql sql sqlite

Last synced: 21 Nov 2024

https://github.com/dor-sketch/tm

A graphical application built using Python and the Pygame library to simulate the operation of Turing machines.

computation turing-machine turing-machine-simulator

Last synced: 21 Nov 2024

https://github.com/dor-sketch/webp-convertor

An online tool that allows users to convert images to the WebP format.

html-css-javascript html5-canvas webp-convert webp-converter webp-images

Last synced: 21 Nov 2024

https://github.com/dor-sketch/meta-decorator-program

A Python script that demonstrates the dynamic injection of decorators into classes within a Python source file.

codeinjection decorator metaprogramming python3 regression

Last synced: 21 Nov 2024

https://github.com/dor-sketch/encryptedtcp

A robust and secure server-client architecture specifically tailored for real-time encrypted communication.

cpp cryptopp python3 tcp

Last synced: 21 Nov 2024

https://github.com/dor-sketch/decisiontreeai

An innovative Python implementation of decision trees for machine learning, showcasing algorithmic learning from scratch with practical examples and a focus on AI principles.

ai desiciontree information-gain learning-from-data openui python3

Last synced: 21 Nov 2024

https://github.com/dor-sketch/javaboxkit3d

Demonstrates object-oriented programming and mathematical prowess in the realm of 3D geometry.

java math matrix-multiplication object-oriented-programming openuniversity

Last synced: 21 Nov 2024

https://github.com/dor-sketch/binary-perceptron-simulator

A Python-based project that utilizes perceptron neural networks to classify 21-digit binary numbers into categories based on the presence of 'ones'.

ai binary-classification perceptron

Last synced: 21 Nov 2024

https://github.com/dor-sketch/irisnetrbm

A Python-implemented RBM project exploring generative learning through the classification of the Iris dataset, featuring a user-friendly GUI and advanced data handling capabilities.

iris-dataset machine-learning neural-network rbm restricted-boltzmann-machine

Last synced: 21 Nov 2024

https://github.com/dor-sketch/gpa-calculator

A web application designed to help students calculate their GPA based on course scores and credit points.

css gpa-calculator hebrew html5 javascript sweetalert2

Last synced: 21 Nov 2024

https://github.com/dor-sketch/cbits

A collection of C functions designed for bit manipulation and analysis.

bitcount bitfield bits bitwise mutex posix threading union

Last synced: 21 Nov 2024

https://github.com/dor-sketch/openu_course20471_asm

A collection of MIPS assembly language programs for CS students.

assembly computer-organization mars mips mips-assembly

Last synced: 21 Nov 2024

https://github.com/dor-sketch/complexcalculatorc

Designed for complex number calculations, showcasing modular programming and efficient parsing techniques in ANSI C.

ansi-c ansic calculator complex-numbers modular-architecture openuniversity parsing

Last synced: 21 Nov 2024

https://github.com/dor-sketch/custom-gold-miner-game

A custom implementation of the classic Gold Miner game, featuring contemporary topics and public figures.

bb-migration goldminer miri python3 webassembly

Last synced: 21 Nov 2024

https://github.com/dor-sketch/assembler

Thorough study of compiler architectures and translating assembly code.

code-generation file-output openuniversity preprocessing symbol-table-generation syntax-analysis

Last synced: 21 Nov 2024

https://github.com/dor-sketch/minesweeper-ai

An innovative variant of Conway's Game of Life introduces advanced states and specialized rules designed to accurately detect cross-shaped patterns.

cellular-automata gameoflife image-recognition matplotlib matrix pattern-recognition python3

Last synced: 21 Nov 2024

https://github.com/dor-sketch/textanalysisc

Text processing tools written in C, including brackets balancing and ASCII sequence compressor.

ascii brackets parsing stack syntax

Last synced: 21 Nov 2024

https://github.com/dor-sketch/hopfield-network-simulator

An interactive tool for exploring Hopfield networks, showcasing neural dynamics, pattern recognition, and TSP optimization.

ai energy-functions gui hopfield-network hopfield-neural-network neural-network tsp-problem

Last synced: 21 Nov 2024

https://github.com/dor-sketch/javabasics

Demonstrating basic Java capabilities and OOP principles.

bluej freshman-year introduction-to-computer-science java matrix random recursion

Last synced: 21 Nov 2024

https://github.com/dor-sketch/backup-server

Server-client dynamics & efficient file parsing.

asynchronous-programming boost cpp parsing python-bytes python3 spdlog struct templates

Last synced: 21 Nov 2024

https://github.com/dor-sketch/usocial

A C++ coursework project on social media system simulation, featured in my professional portfolio.

Last synced: 21 Nov 2024

https://github.com/dor-sketch/midnight-aurora-theme

A sophisticated browser theme inspired by the mesmerizing dance of the aurora borealis in a starry night sky, including a custom new tab page.

chrome-extension custom-new-tab dark-theme firefox-addon firefox-theme manifest-json

Last synced: 13 Dec 2024

https://github.com/dor-sketch/deepdarkblueminimax

The Minimax Games project showcases AI decision-making in competitive games like Tic Tac Toe and Stone Taking through an implementation of the minimax algorithm with alpha-beta pruning, enriched by visual insights into the algorithm's strategies.

ai game gametree minimax-algorithm minimax-alpha-beta-pruning tic-tac-toe

Last synced: 21 Nov 2024

https://github.com/dor-sketch/search-console-pro

Chrome extension for terminal-like Google search with advanced features.

chrome-extension google-search reverse-shell terminal

Last synced: 21 Nov 2024

https://github.com/dor-sketch/audio-visual-synth

Combining real-time graphics, audio synthesis, and interactive elements to create an engaging, cross-platform music visualizer.

image-processing midi-player music-composition musicsheet notes-tool numpy pygame pygbag pyopengl

Last synced: 21 Nov 2024