Pinned Repositories
card-reader-ios
A credit card reader and parser for iOS Using Native Vision/VisionKit
EOG-Eye-Tracking-Capstone
An application to control Snake and Tetris game inputs with eye-movements - in Python and Arduino C
giftstory-api-js
Backend APIs for Giftory
giftstory-ios
The SwiftUI + Combine application for Giftstory!
Image-Contrast-Enhancement
Enhancing a dark images contrast by manipulation of pixel values in Matlab
Image-Interpolation
Interpolation of images in Matlab
image-processor-swift
Applies filters on images like contrast enhancements or grayscale.
Movie-Database
The Movie Database made in Swift 5.0
PlatformCommon
Common Swift functions, networking, protocols, and extensions created and maintained by me in Swift 5.2.4 for iOS 13.6.
portfolio-swift
My Portfolio app remade in native iOS Swift 4.2
khalid-asad's Repositories
khalid-asad/card-reader-ios
A credit card reader and parser for iOS Using Native Vision/VisionKit
khalid-asad/image-processor-swift
Applies filters on images like contrast enhancements or grayscale.
khalid-asad/Image-Interpolation
Interpolation of images in Matlab
khalid-asad/Movie-Database
The Movie Database made in Swift 5.0
khalid-asad/portfolio-swift
My Portfolio app remade in native iOS Swift 4.2
khalid-asad/EOG-Eye-Tracking-Capstone
An application to control Snake and Tetris game inputs with eye-movements - in Python and Arduino C
khalid-asad/Image-Contrast-Enhancement
Enhancing a dark images contrast by manipulation of pixel values in Matlab
khalid-asad/PlatformCommon
Common Swift functions, networking, protocols, and extensions created and maintained by me in Swift 5.2.4 for iOS 13.6.
khalid-asad/giftstory-api-js
Backend APIs for Giftory
khalid-asad/giftstory-ios
The SwiftUI + Combine application for Giftstory!
khalid-asad/AlReddit
Another Reddit Client
khalid-asad/BestBefore
An iOS Swift 5 application to keep track of Expiry Dates of products.
khalid-asad/bug-me-not-ios
Unofficial BugMeNot iOS Application
khalid-asad/Call-Blocking-in-Circuit-Switched-Cellular-Networks
Call Blocking in Circuit Switched Cellular Networks (Packet Programming in C)
khalid-asad/Concurrent-Shearsort
A concurrent Shearsort program using POSIX PTHREADS library and semaphore operations
khalid-asad/dashboard-js
khalid-asad/File-System
A program that studies the structure of the UNIX file system
khalid-asad/Hardware-Acceleration-vs.-Software-Configuration
RGB touch rectangle rotations and Camera filters
khalid-asad/Introduction-to-Real-Time-Operating-Systems
Learning about the basic task management and resource sharing in a real-time operating system (OS)
khalid-asad/khalid-asad
khalid-asad/Memory-Mapped-Files
Programs that manage a set of shared resources using UNIX memory mapped files
khalid-asad/MinimalisticWeather
Minimalistic Weather using WeatherSource APIs
khalid-asad/Multi-tasking-vs.-Multi-processing-in-Embedded-Systems
Task synchronization in a multi-tasking real-time operating system (OS) on a single processor. The two main synchronization mechanisms that are introduced employ mailboxes and queues. In the last experiment you will learn about multiprocessing with two NIOS-II processors, however without any OS support.
khalid-asad/NASADailyPicture
Displays the NASA Picture/Video of the day in Swift 4.2
khalid-asad/Nebula
Reddit Reader
khalid-asad/Online-Group-Chatting-System
A peer-to-peer (P2P) communication system, where each peer can act as both a client and a server to exchange data.
khalid-asad/Pipes-and-Process-Management
Experimenting with Process Management and Pipes
khalid-asad/portfolio-js
Frontend + Backend APIs in Node JS for my Portolio.
khalid-asad/RickNMorty
Rick And Morty Data Viewer in SwiftUI for Episodes, Characters, and Locations.
khalid-asad/Robot-World
A virtual robot that traverses the world using SONAR to avoid hitting obstacles - In C++