A Ruby interpreter written in C, as part of my CS degree.
-
Updated
May 22, 2014 - C
A Ruby interpreter written in C, as part of my CS degree.
A custom Unix shell implemented in C, featuring piping, redirection, command history, and process management. Built to explore system-level programming concepts.
Repositorio Academico dedicado a todos os projetos/cadeiras praticas do curso Ciência da Computação UNIFG 2020-2023
A lightweight, C-based CLI tool to compute SHA-256 hashes of files from scratch — no libraries used. Includes memory checks, output file writing, and Makefile support.
A command line battleship game written in C.
Academic purpose project for Operating Systems course. Simulates a distributed Key-Value store using some imposed theoretical concepts of modern operating systems.
The Banking System project is a console-based application that simulates a simple banking system. It provides users with the ability to perform various banking operations such as account registration, balance inquiry, deposits, withdrawals, and more. Developed using the C programming language, this system provides two distinct interfaces.
Kernel module implemented as a character device file (driver) that provides a new IPC mechanism
Sistema interativo em C para criar, gerenciar e salvar sistemas planetários com uso de structs, ponteiros e arquivos binários.
Firmware for a dual-node STM32-based LoRa telemetry relay system, featuring DMA-driven UART capture and state-machine validation.
Proyecto de segundo ingeniería informática en la asignatura de Sistemas Operativos 1
A C-based academic project demonstrating signal processing using Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT). Includes custom implementations for both complex and sine/cosine forms of DFT, and an optimized recursive FFT — ideal for learning frequency-domain analysis from scratch.
OpenCL-based neuronal network simulator. Incorporates synaptic plasticity based on event-based implementation of Graupner-Brunel algorithm. Neurons are encoded as leaky integrate-and-fire (LIF). Synapses are current based and are available as both direct delta-currents and a difference-of-exponentials.
C implementation of an optimized word search using BST variants (TPZ)
Um repositório dedicado a armazenar projetos de programação desenvolvidos durante as disciplinas acadêmicas.
Sistema de ficheros. Proyecto de segundo de ingeniería informática en la asignatura Sistemas Operativos 2.
A lightweight C framework for hot-reloading shared libraries at runtime using dynamic linking. Designed as an academic project, it enables seamless updates to .so files without restarting the application—ideal for modular systems, plugin architectures, and rapid development workflows.
Project to 2013/2014 Operating Systems course of Bachelors Degree in Computer Science and Engineering 2nd Year @ Instituto Superior Técnico WITH @carboned4
Cinema booking system – academic project – implemented in C++
Add a description, image, and links to the academic-project topic page so that developers can more easily learn about it.
To associate your repository with the academic-project topic, visit your repo's landing page and select "manage topics."