Skip to content

Instantly share code, notes, and snippets.

View alefcarlos's full-sized avatar
✌️
Focusing

Alef Carlos alefcarlos

✌️
Focusing
View GitHub Profile
@vinikira
vinikira / build.sh
Last active January 14, 2022 19:11
Curl request and JSON Parsing in C
#!/bin/sh
set -xe
cc -Wall -Werror -std=c11 -pedantic -lcurl -ljson-c -o main main.c
@davidfowl
davidfowl / .NET6Migration.md
Last active July 19, 2024 22:48
.NET 6 ASP.NET Core Migration