mendezmariano
Phd. in Computer Science Master in Software Engineering Major in Software Engineering Nerd among other things
mendezmariano's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
romkatv/powerlevel10k
A Zsh theme
chubin/cheat.sh
the only cheat sheet you need
miguelgrinberg/flasky
Companion code to my O'Reilly book "Flask Web Development", second edition.
GreyDGL/PentestGPT
A GPT-empowered penetration testing tool
LunarVim/Neovim-from-scratch
📚 A Neovim config designed from scratch to be understandable
facundoolano/software-papers
📚 A curated list of papers for Software Engineers
openbsd/src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
taviso/123elf
A native port of Lotus 1-2-3 to Linux.
taviso/wpunix
WordPerfect for UNIX Character Terminals
replit-archive/jq-console
Feature complete web terminal
caisah/Sedgewick-algorithms-in-c-exercises-and-examples
Examples and exercises from Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching by Robert Sedgewick book
Torbet/Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
AnjaneyaTripathi/c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
joeangel/linux-0.0.1
linux kernel 0.0.1
dale48/levawc
Some ADT:s - written in C
alehunt/django_2022_2C
Codo a Codo 4.0: Django
cmudevops/course-materials
materials about and for the classes I teach
heray1990/AlgorithmVisualization
Visually shows sorting algorithms with Python.
JulesWang/helloworld-fuse
A VERY simple fuse example to start with.
jfacorro/fp-interpreter-in-lisp
Interpreter for Backus's FP programming language
computacion-fiuba/docker-examples
dgkim5360/algorithms-in-c-sedgewick
Executable programs and exercises from "Algorithms in C" 3/E by Sedgewick
LMAK00/FordADT
LucianoPueyo/Codo-a-codo-Django-23317
Todo el material creado en clase para la comisión 23317
eclipse-ptp/ptp.photran
pablodeymo/fiuba-templates
Templates para documentos FIUBA
fisop/xv6-riscv
Xv6 for RISC-V
maxbla/minimal-shell
A minimal interactive shell
taielc/lox-py
Lox (parser) in python