SebastianMestre
Computing Science student at UNR, Argentina. I enjoy tinkering with low level code.
Rosario, Argentina
Pinned Repositories
BFAF
BrainFuck Auto Formatter
BFCT
A BrainFuck Optimizing Transpiler
BGE-screen-space-reflections
A simple filter that implements screen space reflections in the (now deprecated) Blender Game Engine
comp-prog-material
Stuff I wrote about competitive programming
dsa
Random data structures and algorithms, mostly in C.
Jasper
A programming language. Static types. Full type inference. Garbage collection. --- not stable
meme-generator
Rays
A toy path tracer in C
sdf-dsl
An EDSL for designing SDFs. Final project for the programming languages course at Universidad Nacional de Rosario.
SortingAlgorithms
Sorting algorithms visualizations in Javascript
SebastianMestre's Repositories
SebastianMestre/Jasper
A programming language. Static types. Full type inference. Garbage collection. --- not stable
SebastianMestre/sdf-dsl
An EDSL for designing SDFs. Final project for the programming languages course at Universidad Nacional de Rosario.
SebastianMestre/bytecode
Lenguaje interpretado con bytecode. Transmito su desarrollo en https://youtube.com/@SebastianMestreLive
SebastianMestre/comp-prog-material
Stuff I wrote about competitive programming
SebastianMestre/dsa
Random data structures and algorithms, mostly in C.
SebastianMestre/Rays
A toy path tracer in C
SebastianMestre/TPAnvorgesa2019
kiero anvorgesa
SebastianMestre/bdl
Programming language with bidirectional type checking
SebastianMestre/compilador
Mi primer compilador a assembler. Compila un lenguage chiquito a x86-64. Voy jugando y agregando cosas a medida que me dan ganas.
SebastianMestre/connect-4
A CLI connect 4 game, with a simple Monte Carlo tree search implementation
SebastianMestre/cses-en-c
Soluciones a https://cses.fi/problemset en lenguaje C
SebastianMestre/taller-oia
Teoría de programación competitiva
SebastianMestre/CM1-TpFinal
Visualizador de grafos que utiliza pyplot
SebastianMestre/SortingAlgorithms
Sorting algorithms visualizations in Javascript
SebastianMestre/awesome-problems
Cool educational competitive programming problems
SebastianMestre/boilerplate-generator
This project takes some JSON and outputs SQL table definitions (and maybe some other stuff?). Made as an exercise in learning TDD.
SebastianMestre/Competitive-Programming
Solutions to competitive programming problems
SebastianMestre/cpp-repl
Interpreter of a small subset of C++ for the web. It's a teaching tool.
SebastianMestre/Include-Graph
Uses shell scripting with some common unix-ey tools to build a graph of the #include directives in a directory
SebastianMestre/menace
Implementation of "Menace", a simple algorithm that learns how to play simple games.
SebastianMestre/OIA-Politecnico.github.io
Material: apuntes, tutoriales, editoriales, etc.
SebastianMestre/pl-gym
Esqueleto de la implementacion de un lenguaje de programación, y una lista de ejercicios que la extienden.
SebastianMestre/PROG2
Programación II - LCC UNR
SebastianMestre/so1-tpfinal
SebastianMestre/tidbits
Various small projects, mostly js (canvas) visualizations
SebastianMestre/tower-defense
small Tower Defense game using javascript and canvas
SebastianMestre/TP1-PyE
Trabajo practico de estadistica descriptiva
SebastianMestre/TP1-SO1
Trabajo Práctico 1 de Sistemas Operativos 1 - LCC
SebastianMestre/TP2-SO1
Primitivas de sincronizacion
SebastianMestre/TP3-SO1