You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe.
A Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework designed to be simple and fast
A Linux based distributed application comprising server, client and its very own database which can handle multiple clients. Giving client features like adding, deleting and modifying data in the server database. This is achieved employing Linux socket programming(uses TCP/IP protocol suite) and shared memory IPC.
This repository contains my full documentation of Coursera's Introduction to Programming the Internet of Things (IOT) Specialization taught by the professor Ian Harris offered by the University of California, Irvine.