Pinned Repositories
cadastro
(Portuguese) Programa simples escrito em python3 para cadastro de pacientes para uma suposta clínica médica, utiliza interface gráfica em Tkinter, banco de dados SQLite3, importa e exporta arquivos XML para o banco de dados para compatibilidade com outros programas. Tem pouco mais de 600 linhas de código. Escolhi utilizar Tkinter pra não fugir da biblioteca padrão e não ter trabalho de instalar outras coisas além do Python nas estações de trabalho. Foi baseado na experiência de aprendizado com o livro "Programação em Python 3" de Mark Summerfield.
competitive-programming
In this Repo i'll keep some solutions to competitive programming problems from online sites
fundamentus
API em python para análise fundamentalista de ações da BOVESPA utilizando o site fundamentus (www.fundamentus.com.br)
hungarian_algorithm
An implementation of the Hungarian Algorithm in C++
minesweeper
This is an implementation of Minesweeper written in C++ and Qt5
simple_pool
This is a 2D pool / billiards game with C++ / SDL2
sudoku
Simple Sudoku Game in C++17 / Qt5
TicTacToe
Tic Tac Toe game implemented in C++14 and QT5
wgetter
Download utility written in python
phoemur's Repositories
phoemur/fundamentus
API em python para análise fundamentalista de ações da BOVESPA utilizando o site fundamentus (www.fundamentus.com.br)
phoemur/hungarian_algorithm
An implementation of the Hungarian Algorithm in C++
phoemur/wgetter
Download utility written in python
phoemur/simple_pool
This is a 2D pool / billiards game with C++ / SDL2
phoemur/competitive-programming
In this Repo i'll keep some solutions to competitive programming problems from online sites
phoemur/aioget
This is a simple script that implements concurrent downloads with Python.
phoemur/cxmaze
A maze game in C++ with lib ncurses, just an exercise
phoemur/sudoku
Simple Sudoku Game in C++17 / Qt5
phoemur/wakeonlan
This is a widget that I use for wakeonlan on my local network. Made with C++ and QT5 on Linux.
phoemur/flappy
Flappy Bird Clone made with C++14 and SDL2
phoemur/blog
Example of a blog engine with Python and Flask
phoemur/minesweeper
This is an implementation of Minesweeper written in C++ and Qt5
phoemur/phoemur.github.io
Personal Github Pages
phoemur/reversi
This is an implementation of the strategy board game Reversi (a.k.a. Othello tm) in C++14 and QT5
phoemur/TicTacToe
Tic Tac Toe game implemented in C++14 and QT5
phoemur/apache_icu
Little C++/QT widget to calculate APACHE II ("Acute Physiology And Chronic Health Evaluation II")
phoemur/arduino-web-timers
Application to configure and visualise timers. Support for Atmel atmega328p (e.g Arduino Uno, Nano, Pro-mini) and Logic Green lgt8f328p
phoemur/AVL_tree
Naive implementation of an AVL tree using modern C++ (C++14, smart_pointers,etc...), and also a naive implementation of map using it.
phoemur/breakout
breakout / arkanoid remake C++/SDL2
phoemur/calc
Recursive Descent Parser Calculator. Made with C++14 and a simple QT5 GUI
phoemur/cannonball
Cannonball is a simple artillery game made with C++ and SDL2
phoemur/collision_model
Basic Collision Model for balls with C++ / SDL
phoemur/lcdi2c
Linux Kernel Module for HD44780 with I2C Expander
phoemur/Linux_Driver_Tutorial
A Tutorial how to get started with Linux Kernel Modules and Linux Drivers.
phoemur/oldsnake
C++ classic snake game with ncurses
phoemur/sdl2-cmake-scripts
CMake scripts for finding SDL2 headers and libraries on multiple platforms
phoemur/sdsl-lite
Succinct Data Structure Library 2.0
phoemur/slackbuilds-1
fork of master branch from git://slackbuilds.org/slackbuilds.git (read more on wiki). If you want to fork do it only with master (the other branches are temporary and are always rebased on master). alternative interface http://cgit.ponce.cc/slackbuilds/
phoemur/snaky
C++ classic snake game with SDL2
phoemur/tinycurl
Tiny Curl C++ wrapper