Pinned Repositories
CrappyConsole
A crappy console created in Godot to simulate printf/scanf commands in GDScript.
Filternista
Simple iOS image filtering app made with Pythonista 3
fsradio
Control FS9/X Radio Stack with a simple Arduino system
Langs-Comparisons
It's interesting to see how different languages solve the same problem.
PlaneSpace
Space shooter game made in Construct 3
SelecNatProj
Férias Mid-2019
Skalculator
Simple GUI RPN calculator using only X11
spong
In-terminal multiplayer pong-like game made in Python
TextToTeX
Take a TeX String as input and create an image with compiled LaTeX written.
tutano
Simple adventure game created using only C and OpenGL.
fvcalderan's Repositories
fvcalderan/tutano
Simple adventure game created using only C and OpenGL.
fvcalderan/Filternista
Simple iOS image filtering app made with Pythonista 3
fvcalderan/CrappyConsole
A crappy console created in Godot to simulate printf/scanf commands in GDScript.
fvcalderan/fsradio
Control FS9/X Radio Stack with a simple Arduino system
fvcalderan/Langs-Comparisons
It's interesting to see how different languages solve the same problem.
fvcalderan/PlaneSpace
Space shooter game made in Construct 3
fvcalderan/SelecNatProj
Férias Mid-2019
fvcalderan/Skalculator
Simple GUI RPN calculator using only X11
fvcalderan/spong
In-terminal multiplayer pong-like game made in Python
fvcalderan/TextToTeX
Take a TeX String as input and create an image with compiled LaTeX written.
fvcalderan/VideoJoystick
Simple computer vision program to create joysticks out of paper
fvcalderan/Xraycaster
A X11 Raycaster, because OpenGL is bloat!
fvcalderan/CellularAutomata
Program capable of running 3 types of Cellular Automata Simulations.
fvcalderan/CombSort_analysis
An analysis of the Comb Sort algorithm
fvcalderan/COMfig
Calculate [C]enter [O]f [M]ass of a [fig]ure represented by CSV sheet or PNG image
fvcalderan/dotfiles
Dotfiles for my Arch Linux system
fvcalderan/FastK
Python implementation of FastK K-Medoids clustering algorithm (except it's slow)
fvcalderan/fchess
A simple Minimax Chess Engine implementation.
fvcalderan/Flash-CHIP
Ready to use Flash environment for the C.H.I.P Single Board Computer
fvcalderan/fvcalderan.github.io
My personal webpages
fvcalderan/GDScript-Server
Simple GDScript server using Python and Flask
fvcalderan/GDScript_KMeans
K-Means clustering algorithm implemented in GDScript
fvcalderan/nvim_classic
nvim configuration
fvcalderan/riemann_series_theorem
Riemann Series Theorem Generator
fvcalderan/S-DES
Simplified Data Encryption Standard (S-DES) in C
fvcalderan/sklinux
Independent GNU/Linux distribution made following the Linux From Scratch 9.1 book.
fvcalderan/Skonvolve
Apply kernels to images with a simple, but nice GUI.
fvcalderan/SKText
Very minimalist and useless GUI text editor. It depends solely on X11.
fvcalderan/Springer_csv2bib
Python script to convert SpringerLink .csv to .bib
fvcalderan/TreapSearch_analysis
An analysis of the Treap Search algorithm