Pinned Repositories
AdvancedTopicsInMalware
Advanced Topics in Malware courses 1 & 2
AntiVirus_C-scan
"AntiVirus" - C exercise on scanning files for signatures
AttendanceProject
Face Recognition (OpenCV) app that marks attendance at class via web camera or via capturing desktop screen
BackTracking-Array-BST
Backtracking algorithm for arrays, sorted arrays and binary search trees.
BackTracking-AVL-BTREE
Backtracking algorithm for AVL trees and B-trees.
BGUMart
3 scripts (Init, Update, Print) for DB
OSCP
My OSCP cheat sheet
PolynomialCalculator
Simple polynomial calculator
SababaSales
Ecommerce website built with Django Ninja API & React
Superli
Supermarket managment app. Includes usage of OpenCV for facial recognition, email API, and Text to Speech API
Daniel-Ayz's Repositories
Daniel-Ayz/OSCP
My OSCP cheat sheet
Daniel-Ayz/SababaSales
Ecommerce website built with Django Ninja API & React
Daniel-Ayz/Superli
Supermarket managment app. Includes usage of OpenCV for facial recognition, email API, and Text to Speech API
Daniel-Ayz/AdvancedTopicsInMalware
Advanced Topics in Malware courses 1 & 2
Daniel-Ayz/AntiVirus_C-scan
"AntiVirus" - C exercise on scanning files for signatures
Daniel-Ayz/AttendanceProject
Face Recognition (OpenCV) app that marks attendance at class via web camera or via capturing desktop screen
Daniel-Ayz/BGUMart
3 scripts (Init, Update, Print) for DB
Daniel-Ayz/CoalitionSimulation
Simulating a coalition race
Daniel-Ayz/ConwaysGameofLife
Conway's Game of Life with Pygame
Daniel-Ayz/DoubleRotAES
A variation of AES128
Daniel-Ayz/DungeonsAndDragons
Game of Thrones inspired D&D game
Daniel-Ayz/ELF-Linker
ELF Linker (C)
Daniel-Ayz/First-C-Lab-Encoder
Lab 1 in C
Daniel-Ayz/First-C-Lab-Mapper
Lab A in C
Daniel-Ayz/FlowersCommunication
A simple exercise practicing c++ message passing
Daniel-Ayz/Kanban
A multiuser kanban application
Daniel-Ayz/L3-Language
L3 Programming Language based on Scheme
Daniel-Ayz/L4-Language
L4 Programming Language based on Scheme
Daniel-Ayz/L5-Language
L5 Programming Language based on Scheme
Daniel-Ayz/PentestGPT
A GPT-empowered penetration testing tool
Daniel-Ayz/ProjectEuler
My solutions to https://projecteuler.net/
Daniel-Ayz/Psagotathon-FileDrive
2023 Psagot BGU Hackathon - File Manager
Daniel-Ayz/SearchAlgo
Implementation of maza generators (via MST algorithms) and search for the maze solution with A* search algorithm
Daniel-Ayz/Set_Card_Game
Set (card game), multithreaded game that supports PvP and PvE
Daniel-Ayz/StompClient
Stomp Client that communicates and gets updates from the "fifa world cup 2022" via Stomp server
Daniel-Ayz/StompServer
Stomp Server that supports TPC and Reactor design pattern
Daniel-Ayz/Syscalls_x86-C
Practice lab on assembly x86 with C code - syscalls
Daniel-Ayz/TypeScript-Async
TypeScript async practice lab
Daniel-Ayz/TypeScript_FP
Functional Programming in TS
Daniel-Ayz/XV6-OS-Course