Pinned Repositories
Automata
Implementations of DFA, NFA and PDA (incl. examples) in Python
Calculadora-de-IRA-e-GPA
Calculadora automática de IRA e GPA para a UnB
Haskell-Exercism
Solutions to problems from the Haskell track on Exercism
Hutton
Contains solutions to all of the exercises in and some scripts related to the book: Hutton, G. — Programming in Haskell (2nd ed.)
Java-Katas
Code katas in Java
K-R
Solutions and programs to accompany Kernighan and Ritchie's "The (ANSI) C Programming Language"
Numerical-Methods
Material de ensino para um curso sobre Métodos Numéricos
Python-Tutorial
A short, fast-paced tutorial on basic Python and Jupyter, aimed at undergraduate students
Turing-machine-tape-generator
A Python function which generates LaTeX code for displaying the tape of a Turing machine
Vim
Vim cheat sheet and vimrc
pzuehlke's Repositories
pzuehlke/Numerical-Methods
Material de ensino para um curso sobre Métodos Numéricos
pzuehlke/Hutton
Contains solutions to all of the exercises in and some scripts related to the book: Hutton, G. — Programming in Haskell (2nd ed.)
pzuehlke/Python-Tutorial
A short, fast-paced tutorial on basic Python and Jupyter, aimed at undergraduate students
pzuehlke/Turing-machine-tape-generator
A Python function which generates LaTeX code for displaying the tape of a Turing machine
pzuehlke/Vim
Vim cheat sheet and vimrc
pzuehlke/Automata
Implementations of DFA, NFA and PDA (incl. examples) in Python
pzuehlke/Calculadora-de-IRA-e-GPA
Calculadora automática de IRA e GPA para a UnB
pzuehlke/Haskell-Exercism
Solutions to problems from the Haskell track on Exercism
pzuehlke/Java-Katas
Code katas in Java
pzuehlke/K-R
Solutions and programs to accompany Kernighan and Ritchie's "The (ANSI) C Programming Language"
pzuehlke/Project-Euler-Solutions
Solutions in Python 3 to the first 100 problems on Project Euler
pzuehlke/Quine-checker
Contains a quine and a script that checks whether another program is a quine
pzuehlke/Struktur-und-Interpretation-von-Computerprogrammen
Skripten und Lösungen zum Buch "Struktur und Interpretation von Computerprogrammen"
pzuehlke/Matematica-Computacional-2
Material de ensino para um curso de curta duração sobre o uso das bibliotecas NumPy, Matplotlib, SymPy e SciPy aplicadas ao Cálculo e à Álgebra Linear
pzuehlke/ML-with-NumPy
Basic ML algorithms using only NumPy
pzuehlke/NAND2Tetris
Solutions to all the projects in the NAND2Tetris course/book
pzuehlke/NumPy-Tutorial
An introduction to NumPy focusing basic linear algebra and random number generation