Jalal (JalalSayed1)

JalalSayed1

Geek Repo

Location:Glasgow, UK

Home Page:jalalsayed.com

Twitter:@JalalHSayed

Github PK Tool:Github PK Tool

Jalal's repositories

Robotic-arm

Simulation of a Robotic arm and its position control system.

Language:MATLABStargazers:3Issues:1Issues:0

Web-Monitoring

Web monitoring system, developed in C, to count number of visits from different countries using an input log file.

Language:CStargazers:2Issues:1Issues:0

Dependency-Discoverer

To find out the non-system .h files using multithreaded programming in C++.

OS-scheduler-algorithms

Implementation of the most popular OS scheduling algorithms: FCFS, SJF, RR and SRTF

Switch-debounce

To investigation switch bouncing and to cope with it in mbed - FRDM-KL25Z.

Language:C++Stargazers:1Issues:1Issues:0

AI-Coursework

COMPSCI4004 Artificial Intelligence H - Coursework

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

AI-Meme-Generator

Uses Various AI Service APIs to generate memes with text and images

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

atof

Convert string s to its double precision equivalent. Section 4.2 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Calculator-using-reverse-Polish-notation

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 reverse Polish notation. Section 4.3 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0

Converter

Convert .mp4 files to .mp3

Language:PythonStargazers:0Issues:1Issues:1

DL-Image-Damage-Classification

COMPSCI5085 Deep Learning (DL) M Coursework

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Expand

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.

Language:CStargazers:0Issues:1Issues:0

FIR-filters

Level 4 DSP ENG4053 course - Assignment 2: FIR/LMS and Matched filters

Language:PythonStargazers:0Issues:1Issues:18

Fourier-Transform

Level 4 DSP ENG4053 course - Assignment 1: Fourier Transform

Language:PythonStargazers:0Issues:1Issues:0

getint

Free-format input conversion to one integer per call. Section 5.2 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0

IIR-filters

Level 4 DSP ENG4053 course - Assignment 3: IIR filters

Language:PythonStargazers:0Issues:1Issues:12

itoa

Convert n to characters in s. Section 3.6 and 4.10 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

Kotlin_Beginner_Apps

Kotlin apps for beginners

Stargazers:0Issues:0Issues:0

ML-foundations

This is a repo for the LinkedIn Learning course Artificial Intelligence Foundations: Machine Learning

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:0Issues:0Issues:0

N-bit-Full-Adder

N-bit Full Adders implementation in VHDL

Language:TclStargazers:0Issues:1Issues:0

N-bit-Multiplier

N-bit Multiplier implementation in VHDL

Language:VHDLStargazers:0Issues:1Issues:3

OpenCL-Host-Programming

create a simple host-side driver routine run driver() to interact with an OpenCL-compliant device (e.g. a GPU)

Language:CStargazers:0Issues:1Issues:0

PDF-merger

Merge two PDFs into one.

Language:PythonStargazers:0Issues:1Issues:2

QuickSort

Quicksort algorithm using the meddle element as pivot in C to sort an array of integers. Section 4.10 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0

Rename

Rename all files in a directory to include a postfix.

Language:PythonStargazers:0Issues:1Issues:0

shift-regs-8-bits

A fully featured 8-bit shift register in VHDL

Language:VHDLStargazers:0Issues:1Issues:0

Storage-Managment

Rudimentary storage allocator using the Stack data structure. Section 5.4 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0

strindex

strindex to find pattern in string s. Section 4.1 of The C Programming Language.

Language:CStargazers:0Issues:1Issues:0