Pinned Repositories
a7medev.com
My personal website.
falcon
A basic, high-level, definitely not production-ready HTTP server in C.
goredis
A basic Redis server implementation in Go.
luminarylang
A very minimalist programming language built just for fun!
machine-language
Simulator for a simple machine language instruction set described in the book, Computer Science: An Overview 13th edition.
react-native-map-input
A React Native Component for Getting Location using a Map
react-native-ml-kit
React Native On-Device Machine Learning w/ Google ML Kit
react-native-prevent-screenshots
Prevent Screenshots in your React Native app when needed. 🦄
Instabug-Flutter
In-app feedback and bug reporting for Flutter apps.
Instabug-React-Native
In-app feedback and bug reporting tool for React Native
a7medev's Repositories
a7medev/react-native-ml-kit
React Native On-Device Machine Learning w/ Google ML Kit
a7medev/falcon
A basic, high-level, definitely not production-ready HTTP server in C.
a7medev/machine-language
Simulator for a simple machine language instruction set described in the book, Computer Science: An Overview 13th edition.
a7medev/fadfadah
Chat app for sending anonymous messages to people with notifications, dark/light themes, offline support, and more!
a7medev/lms
LMS Management System Project for the Advanced Software Engineering course in FCAI Cairo University.
a7medev/medical-insurance-cost-ml
A simple linear (and polynomial) regression model to predict medical insurance cost.
a7medev/os-shell
A simple shell simulation in Java for the Operating Systems course.
a7medev/unwind-stack
A simple stack unwinding implementation using frame pointers for ARM64.
a7medev/a7medev
a7medev/cpu-scheduling
CPU scheduling simulation project for the Operating Systems course.
a7medev/game-of-life
Conway's Game of Life implementation
a7medev/goredis
A basic Redis server implementation in Go.
a7medev/stroke-prediction
Stroke prediction exploratory data analysis and modeling. This was my GDSC final project.
a7medev/vismap
React Native metro source maps visualizer
a7medev/adventofcode
My solutions to Advent of Code
a7medev/appium-dotnet-driver
Extension to the official Selenium dotnet webdriver
a7medev/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
a7medev/directory
A searchable and filterable directory of React Native libraries.
a7medev/instabug-react-native-monorepo
A monorepo with a React Native app and a shared package ft. Instabug
a7medev/instabug-react-screen-loading-fabric
An example app and package used to demo and assess the screen loading time measurement for React Native with the New Architecture and Fabric
a7medev/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
a7medev/react-native-ama
a7medev/React-Native-Apps
Curated List of Open Source React Native Apps. Curation curtesy of
a7medev/react-native-bouncy-checkbox
Fully customizable animated bouncy checkbox for React Native
a7medev/react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
a7medev/sourcekit-lsp
Language Server Protocol implementation for Swift and C-based languages
a7medev/swift
The Swift Programming Language
a7medev/swift-markdown
A Swift package for parsing, building, editing, and analyzing Markdown documents.
a7medev/vscode-swift
Visual Studio Code Extension for Swift
a7medev/xv6-riscv
OSTEP book's xv6 lab solutions