Skip to content

Instantly share code, notes, and snippets.

View aceiro's full-sized avatar

Erik Aceiro Antonio @e2a aceiro

View GitHub Profile
@hofmannsven
hofmannsven / README.md
Last active February 24, 2026 02:03
Git CLI Cheatsheet
@ianmackinnon
ianmackinnon / match.c
Created August 8, 2012 12:01
C Regex multiple matches and groups example
# gcc -Wall -o match match.c && ./match
#
#include <stdio.h>
#include <string.h>
#include <regex.h>