- Algeria
-
06:12
(UTC +02:00)
Starred repositories
A collection of 2 scripts to generate UML diagrams from Python code. One uses Pyreverse for class diagrams, while the other leverages PlantUML to create both class and sequence diagrams, offering …
This repository explores nature-inspired optimization techniques like Genetic Algorithms (GA), These methods simulate natural processes such as evolution and swarm behavior to solve complex problem…
distributed algorithms for various network topologies, including tree-based election, flooding, broadcasting, saturation, and eccentricity calculations. This repository hosts Python implementations…
This repository contains a multi-agent ecosystem simulation developed using NetLogo. The simulation models the interactions between different agents in a simplified ecosystem, including cows, lions…
Implementing sorting algorithms using inversion operations, aiming to minimize the number of inversions required for sorting any given array using search methods, including depth-first, breadth-fir…
This repository contains a diverse collection of Perl scripts and utilities designed to assist developers in various aspects of programming and problem-solving.
A Python script for educational and ethical purposes, acting as a basic keylogger and system information gatherer. Captures keypress events, logs active applications, takes screenshots, and collect…
This script is like a detective for your computer. It looks at what programs are running, especially those using special files. It then asks an expert (VirusTotal) if these files are safe or not. T…
A Python-based tool for concealing confidential information within images.embed and extract data seamlessly, adding an extra layer of privacy to your images.
An expert system using knowledge graphs that aims to provide the patients with medical advice and basic knowledge on various diseases
A simple task tracking application built using Python and Tkinter. The app allows users to input tasks along with their estimated completion time in minutes.
Cizr / Machine-Learning-Specialization-Coursera
Forked from greyhatguy007/Machine-Learning-Specialization-CourseraContains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG
Python script that serves as a Control Flow Graph (CFG) generator.
This project aims to create a more advanced version of Markdown
The provided Java RMI (Remote Method Invocation) code demonstrates a simple example of reversing a string remotely. It consists of four main components:
The Hill-ADN Cryptography project combines Hill cipher methods with DNA encryption, offering a novel approach for improved data security. It includes binary to DNA conversion, amino acid translatio…
An educational Yacc parser implementation for the specified grammar, featuring Java-like addition rules and integrated type checking for assignment consistency. Explore code, examples, and tests to…
A Python project implementing a matrix parser using PLY (Python Lex-Yacc). Recognizes and processes matrices with a specific syntax, offering flexibility and simplicity. Ideal for learning PLY in P…
PLY parser for Java files, supporting integer and boolean variables, arithmetic and logical operations, variable assignments, conditional statements, and simple looping.
Execution/Implementation of LRU (Least Recently Used) Algorithm in C
Execution/Implementation of FIFO (First in First Out) Algorithm in C