A Discord API wrapper library made in C
-
Updated
Oct 27, 2024 - C
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
A Discord API wrapper library made in C
A high-performance C HTTP library inspired by Go's syntax, emphasizing simplicity and ease of use.
Efficient design and implementation of computer vision algorithms using High-Performance Computing (HPC) techniques. This requires knowledge of task parallelism through the use of OpenMP and proper profiling the applications. This also required to refactor a previous project "Development of Monitoring Application for Resistance", from C to C++.
Specification for Eddystone, an open beacon format from Google
This is the third University Project for the Communication Protocols course. The idea of this project is a client that interacts with a REST API. Objectives: • understanding the mechanisms of communication over HTTP • Interaction with a REST API • Understanding the concepts often used in the web such as JSON, session, JWT