- Glasgow, UK
- jalalsayed.com
Highlights
- Pro
-
PDF-merger Public
Merge PDFs into one.
Python Creative Commons Zero v1.0 Universal UpdatedApr 20, 2025 -
rpi_pwm Public
Forked from berndporr/rpi_pwmHardware PWM C++ class for the Raspberry PI 5
C++ GNU General Public License v3.0 UpdatedMar 21, 2025 -
Decrypting-Ciphertexts Public
Involves decrypting two different pieces of ciphertext using two different methods (KPA and COA) to find the encryption keys and the original plaintext messages.
Java UpdatedMar 9, 2025 -
-
-
AI-Coursework Public
COMPSCI4004 Artificial Intelligence H - Coursework
Jupyter Notebook UpdatedJan 21, 2024 -
-
IIR-filters Public
Level 4 DSP ENG4053 course - Assignment 3: IIR filters
Python UpdatedDec 4, 2023 -
Fourier-Transform Public
Level 4 DSP ENG4053 course - Assignment 1: Fourier Transform
Python UpdatedNov 8, 2023 -
FIR-filters Public
Level 4 DSP ENG4053 course - Assignment 2: FIR/LMS and Matched filters
Python UpdatedNov 8, 2023 -
-
AI-Meme-Generator Public
Forked from ThioJoe/Full-Stack-AI-Meme-GeneratorUses Various AI Service APIs to generate memes with text and images
Python GNU General Public License v3.0 UpdatedJul 19, 2023 -
ML-foundations Public
Forked from LinkedInLearning/artificial-intelligence-foundations-machine-learning-3067770This is a repo for the LinkedIn Learning course Artificial Intelligence Foundations: Machine Learning
Jupyter Notebook Other UpdatedMay 30, 2023 -
OpenCL-Host-Programming Public
create a simple host-side driver routine run driver() to interact with an OpenCL-compliant device (e.g. a GPU)
C UpdatedMar 14, 2023 -
-
-
Robotic-arm Public
Simulation of a Robotic arm and its position control system.
-
Dependency-Discoverer Public
To find out the non-system .h files using multithreaded programming in C++.
-
Switch-debounce Public
To investigation switch bouncing and to cope with it in mbed - FRDM-KL25Z.
-
Web-Monitoring Public
Web monitoring system, developed in C, to count number of visits from different countries using an input log file.
-
OS-scheduler-algorithms Public
Implementation of the most popular OS scheduling algorithms: FCFS, SJF, RR and SRTF
-
Storage-Managment Public
Rudimentary storage allocator using the Stack data structure. Section 5.4 of The C Programming Language.
C UpdatedOct 6, 2022 -
Expand Public
Expand function to expand shorthand notations like a-z in string into the equivalent complete list eg. abc...xyz. Exercise 3-3 Section 3.5 of The C Programming Language.
C UpdatedSep 26, 2022 -
getint Public
Free-format input conversion to one integer per call. Section 5.2 of The C Programming Language.
C UpdatedJul 15, 2022 -
itoa Public
Convert n to characters in s. Section 3.6 and 4.10 of The C Programming Language.
C UpdatedJul 12, 2022 -
QuickSort Public
Quicksort algorithm using the meddle element as pivot in C to sort an array of integers. Section 4.10 of The C Programming Language.
C UpdatedJul 12, 2022 -
Calculator program that provides the operators +, -, * and / as well as modulus %, print last result ?, duplicate last result #, swap last two results ~ and clear stack (memory) !. . It uses the re…
C UpdatedJul 12, 2022 -
atof Public
Convert string s to its double precision equivalent. Section 4.2 of The C Programming Language.
C UpdatedJul 4, 2022 -
strindex Public
strindex to find pattern in string s. Section 4.1 of The C Programming Language.
C UpdatedJul 3, 2022 -