C is a general-purpose, procedural computer programming language.
Projects with this topic
-
A hash table implementation in C using multiplicative, word-folding hashing. Keys are strings (or integers when char pointers are directly assigned to whichever integer you require) and values are void pointers for flexibility.
Updated -
A digital implementation of the classic board game from 1937 with some improvement by adding prediction cards. The goal of the game is to test the features of my Glymmer library user interface.
Updated -
A POSIX-compliant printf() implementation as a single header file for C99 and above designed to run in freestanding environments such as embedded devices and operating system kernels.
Updated -
-
-
Collection of Verification Tasks
Updated -
-
The repository contains HAL-based and baremetal implementations for STM32F401RE Microcontroller.
UpdatedUpdated -
-
Desarrollo de un sistema de comunicaciones que comunica un celular móvil por medio de termux hacia dos terminales de Linux. Utiliza un servidor en AWS que se encarga de gestionar los mensajes para entregarlos al destinatario correcto. Hace uso de un transceptor LoRaWan para comunicar el servidor AWS con la Raspberry Pi en un lugar remoto. El transceptor utiliza el protocolo UART para comunicarse con la PC, que se encuentra ejecutando un script en C utilizando Linux encargado de gestionar todos los datos.
Updated -
Este proyecto contiene el firmware de un dispositivo IoT desarrollado en lenguaje C. El dispositivo se encarga de monitorizar variables ambientales como temperatura, humedad y dióxido de carbono. El firmware utiliza una librería de RTOS para gestionar las lecturas de los diferentes sensores ambientales y a la vez se encarga de controlar la apertura de una ventana por medio de un actuador lineal.
Updated -
The tool packs abc music notation file(s) into a html page for notes reading and listening. Informations are provided for listing titles, files and paths. Filtering of ABC files is possible.
Updated -
Entropictron is a free software context synthesizer and audio effect.
Updated -
Yet another event loop, this time based on pure epoll.
Updated -
C Piscine Reloaded project from @42school / 42 Porto /.
Updated -
-
The Oyjl API provides a platformindependent C interface for JSON I/O, conversion to and XML + YAML, string helpers, file reading, testing and argument handling.
Updated -
-
-
A lightweight, fully unprivileged container implementation for HPC applications.
Updated