ARM C Compiler (ACC)

ACC is a pet project with the purpose of improving my knowledge of three topics. The C language, compilers and the ARM assembly. I think this is a good exercise to go deep into both topics. The ACC is a LALR(1) parser, that means it is a Look-Ahead Left-to-Right parser. The curre … | Continue reading


@oscarforner.com | 2025 years ago

Search

search | Continue reading


@iamsafts.com | 2025 years ago

Archive

archives | Continue reading


@iamsafts.com | 2025 years ago

Toggle navigation Cybernetist Home About ← Previous Post Show comments Milos Gajdos • © 2024 • Cybernetist Hugo v0.123.8 powered • Theme Beautiful Hugo adapted from Beautiful Jekyll | Continue reading


@cybernetist.com | 2025 years ago

Prefix Tree Comparison

Trie, Ternary Search Tree (TST) and Radix Tree is aimed to compare the performance of these three data structures. The three data structure are an implementation of the abstract data type dictionary, but they are enhanced with an extra method called “keys”. That method returns th … | Continue reading


@oscarforner.com | 2025 years ago

Toggle navigation Cybernetist Home About ← Previous Post Next Post → Show comments Milos Gajdos • © 2024 • Cybernetist Hugo v0.123.8 powered • Theme Beautiful Hugo adapted from Beautiful Jekyll | Continue reading


@cybernetist.com | 2025 years ago

Toggle navigation Cybernetist Home About ← Previous Post Next Post → Show comments Milos Gajdos • © 2024 • Cybernetist Hugo v0.123.8 powered • Theme Beautiful Hugo adapted from Beautiful Jekyll | Continue reading


@cybernetist.com | 2025 years ago

Toggle navigation Cybernetist Home About Next Post → Show comments Milos Gajdos • © 2024 • Cybernetist Hugo v0.123.8 powered • Theme Beautiful Hugo adapted from Beautiful Jekyll | Continue reading


@cybernetist.com | 2025 years ago

Links

From elsewhere on the web. [Subscribe via RSS](/links/feed.xml) | Continue reading


@harrycresswell.com | 2025 years ago

Yaus, Yet Another URL Shortener

YAUS, Yet Another URL Shortener, was first written in Python3 using the Flask web framework, and deployed in Heroku: https://yaus.dev. The code of that version can be seen here: https://github.com/maitesin/yaus/tree/e938b0d218849f50df7ab5a4a46923faf235762b. However, the project h … | Continue reading


@oscarforner.com | 2025 years ago

Resume Application

This resume is an interactive application written in Rust and it can be found in https://github.com/maitesin/rust-cv/. The idea for this project was inspired by S0ulshake’s CV, however, I preferred to use other technologies, since I do not know JavaScript. The Rust library I used … | Continue reading


@oscarforner.com | 2025 years ago

Weekly API Roundup | Sports & Fitness, Finance, Crypto, AI

Every day the ProgrammableWeb team is busy updating its three primary directories for APIs, clients (language-specific libraries or SDKs for consuming or providing APIs), and source code samples. If you have new APIs, Clients, or Source Code examples to add to ProgrammableWeb's d … | Continue reading


@programmableweb.com | 2025 years ago