Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by sami-bre
A curated list of projects in awesome lists by sami-bre .
https://github.com/sami-bre/botnet
A botnet, hacking tool allowing a hacker to control multiple zombie computers from a central command script
botnet flask hacking python security sqlite3 terminal-based zombies
Last synced: 07 Dec 2024
https://github.com/sami-bre/movie_lookup
a code for a flutter app that allows for quickly looking up overviews of movies
Last synced: 07 Dec 2024
https://github.com/sami-bre/danielgraham_ethicalhacking
a github repository to my codes working through the book
detectors hacking-tools network-scanner python reverse-shell security
Last synced: 07 Dec 2024
https://github.com/sami-bre/dart_to_mips32_compiler
A tiny compiler that can compile simple dart code into MIPS-32 assembly, written in typescript
Last synced: 07 Dec 2024
https://github.com/sami-bre/wenchf
A classic Ethiopian kids' game: throwing rocks at birds. implemented with pygame.
Last synced: 07 Dec 2024
https://github.com/sami-bre/crossword_game
A flutter implementation of simple crossword game. A Crossword widget that's easily costomizable.
crossword-puzzle custompainter flutter game
Last synced: 07 Dec 2024
https://github.com/sami-bre/ai_project_2
solving problems with local search, knapsack and genetic algorithms.
Last synced: 07 Dec 2024
https://github.com/sami-bre/exchange_rate_dashboard_backend
django based rest api that periodically scrapes currency exchange data between the Ethiopian Birr and various other currencies and provides this data in different formats
Last synced: 07 Dec 2024
https://github.com/sami-bre/poker
A poker (Texas Hold'em) simulator. Implements game logic on the frontend and validates data on the backend using the pokerkit library
docker fastapi game-simulation nextjs poker
Last synced: 22 Nov 2024
https://github.com/sami-bre/wordling
Android app for spaced repetition study and looking up meanings of words.
api-rest flashcards flutter spaced-repetition-algorithm
Last synced: 07 Dec 2024
https://github.com/sami-bre/cryptosystems
A small command line tool that can encrypt and decrypt text with 3 different algorithms: the affine, transposition and RSA ciphers.
affine-cipher cryptography rsa-encryption transposition-cipher
Last synced: 07 Dec 2024
https://github.com/sami-bre/flask_minimal_auth
A bare minimal flask webapp that implements authentication functionality
authentication back-end flask python session
Last synced: 07 Dec 2024
https://github.com/sami-bre/competitive_programming
A repository containing solutions to some leetcode problems. I wrote these during my a2sv days
Last synced: 07 Dec 2024
https://github.com/sami-bre/flutter_counter_app_with_hive_inheritance
a simple example for flutter hive with class inheritance using the famous flutter counter app
counter-app flutter-hive-example hive-inheritance
Last synced: 07 Dec 2024
https://github.com/sami-bre/anime_rating_prediction
a small codebase that can predict how a particular person might rate a particular anime using the KNN algorithm with cosine similarity.
cosine-similarity knn-algorithm machine-learning python
Last synced: 07 Dec 2024
https://github.com/sami-bre/pacman_search
A series of search algorithms built on top of the simple pac-man game simulation.
Last synced: 07 Dec 2024
https://github.com/sami-bre/pvot
An online voting app with python and django. Pvot is an extension of the voting app on the official Django documentation.
bootstrap django voting-application
Last synced: 07 Dec 2024
https://github.com/sami-bre/telebirr_mock
A simple flutter app to imitate the UI of the telebirr app and improve some parts.
Last synced: 07 Dec 2024
https://github.com/sami-bre/ugr-0848-13
A repo to hold the assignments for my web design and development course.
bootstrap design front-end javascript wireframes
Last synced: 07 Dec 2024
https://github.com/sami-bre/timetable
A small pretty flutter-firebase app. It's a handy time table that changes in real time whenever teachers modify their schedules. (stalled in development)
Last synced: 07 Dec 2024
https://github.com/sami-bre/tic-tac-toe
a simple implementation of the tic-tac-toe game with front-end web code
front-end game javascript tic-tac-toe
Last synced: 07 Dec 2024
https://github.com/sami-bre/recommender-slides
a simple webpage featuring 5 sliders that move between 10 and 90 (values) and the sum of whose values always equals 100. Made for the Mindplex recommendation system profile settings page.
Last synced: 07 Dec 2024
https://github.com/sami-bre/slider_puzzle
a small slider buzzle game built with frontend tools (web)
front-end game javascript puzzle
Last synced: 07 Dec 2024
https://github.com/sami-bre/alsweigart_smallpythonprojects
codes I wrote while going through the book, and the original codes on the book
Last synced: 07 Dec 2024
https://github.com/sami-bre/graph_search_benchmark
A code-base that benchmarks different graph search algorithms used in AI.
artificial-intelligence benchmarking group-project searching-algorithms
Last synced: 07 Dec 2024
https://github.com/sami-bre/grokking_algorithms
a repo to hold codes I wrote while going through the book "Grokking Algorithms by Aditya Bhargava". An amazing book :)
algorithms data-structures python
Last synced: 07 Dec 2024
https://github.com/sami-bre/assembly_lab
a repo to hold assembly code I write while going through my comp arch course. This is assembly for the MIPS32 reduced instruction set architecture.
Last synced: 07 Dec 2024
https://github.com/sami-bre/flutter_projects_the_book
source codes for tthe projects on the book: 'flutter projects' by Simone Alessandria
Last synced: 07 Dec 2024
https://github.com/sami-bre/grokking_ai_algorithms
A repo to store code I write while going through the book: grokking AI algorithms, by Rishal Hurbans.
Last synced: 07 Dec 2024
https://github.com/sami-bre/color_picker_app
A flutter - android/iphone app that web / GUI programmers can use to get the hex value of a color of their choice
Last synced: 07 Dec 2024
https://github.com/sami-bre/visualizing-sort-algorithms
a jupyter lab showcasing time complexity behaviors of the mergesort, quicksort and insertionsort algoritms
data-visualization jupyter-notebook sorting-algorithms time-complexity-analysis
Last synced: 07 Dec 2024
https://github.com/sami-bre/game_of_life
A simulation of Conway's game of life. A GUI software developped using Java and its Swing and AWT packages.
conways-game-of-life desktop-application gui java simulation zero-player-game
Last synced: 07 Dec 2024
https://github.com/sami-bre/calculator_api
just a calculator but the calculations are sent to an api and performed there. it's really under-cooked code, created in less than an hour and a half for my web-dev lab quiz. To try it, start the nest server, and open the index file in the 'front-end' folder
api-client calculator-application nestjs
Last synced: 07 Dec 2024