victordomingos
with open('life', 'r+') as opportunity: things = opportunity.learn() things.think() x = choose(things) y = code(x) debug(y) run(y)
Portugal
Pinned Repositories
Count-files
A CLI utility written in Python to help you count files, grouped by extension, in a directory. By default, it will count files recursively in current working directory and all of its subdirectories, and will display a table showing the frequency for each file extension (e.g.: .txt, .py, .html, .css) and the total number of files found.
count-money
Um pequeno utilitário para ajudar a contar notas e moedas, calculando em tempo real o total correspondente.
Learning_COBOL
Some introductory snippets written while learning COBOL. Mostly exercises suggested by a teacher or a book.
Learning_CPP_VisualStudio
Some introductory snippets written while learning Windows GUI programming in C++ using Microsoft Visual Studio. Mostly exercises suggested by a teacher or a book.
Learning_CSharp
Some introductory snippets written while learning C#. Mostly exercises suggested by a teacher or a book.
NiceTelescopePlanner
A simple cross-platform desktop utility for amateur astronomy hobbyists, written in Java. The aim is to provide an easy to use tool to help planning sky observation sessions, suggesting some of the interesting objects you may be able to watch at naked eye, or using amateur equipment (binoculars or small to medium size telescopes) in a given date/time and place.
optimize-images
A command-line interface (CLI) utility written in pure Python to help you reduce the file size of images.
optimize-images-x
A desktop app written in Python, that exposes and unlocks the full power of Optimize Images in a nice graphical user interface, to help you reduce the file size of images.
PT-Tracking
Aplicação para registo e acompanhamento de encomendas da CTT Expresso, automatiza a consulta online do estado de tracking para várias remessas e mantém um registo dos pagamentos referentes aos envios à cobrança. As remessas que requerem atenção, devido a atrasos na entrega ou na receção do pagamento correspondente, bem como os cheques cuja data prevista de depósito se esteja a aproximar são destacadas na lista principal, por forma a permitir uma intervenção em conformidade. Adicionalmente, é mantido um histórico facilmente pesquisável de todas as remessas registadas na base de dados.
RepService
Database application for in-store registering of warranty and service/repair processes in general. It enables store staff to keep an organized log of the products left for repair by costumers, their route during the process and the communications made. Processes that require special attention, for instance because of a delay in delivery or while waiting for an answer from the costumer, are highlighted in the main list, in order to allow proper intervention by the staff team.
victordomingos's Repositories
victordomingos/optimize-images
A command-line interface (CLI) utility written in pure Python to help you reduce the file size of images.
victordomingos/optimize-images-x
A desktop app written in Python, that exposes and unlocks the full power of Optimize Images in a nice graphical user interface, to help you reduce the file size of images.
victordomingos/Count-files
A CLI utility written in Python to help you count files, grouped by extension, in a directory. By default, it will count files recursively in current working directory and all of its subdirectories, and will display a table showing the frequency for each file extension (e.g.: .txt, .py, .html, .css) and the total number of files found.
victordomingos/PT-Tracking
Aplicação para registo e acompanhamento de encomendas da CTT Expresso, automatiza a consulta online do estado de tracking para várias remessas e mantém um registo dos pagamentos referentes aos envios à cobrança. As remessas que requerem atenção, devido a atrasos na entrega ou na receção do pagamento correspondente, bem como os cheques cuja data prevista de depósito se esteja a aproximar são destacadas na lista principal, por forma a permitir uma intervenção em conformidade. Adicionalmente, é mantido um histórico facilmente pesquisável de todas as remessas registadas na base de dados.
victordomingos/RepService
Database application for in-store registering of warranty and service/repair processes in general. It enables store staff to keep an organized log of the products left for repair by costumers, their route during the process and the communications made. Processes that require special attention, for instance because of a delay in delivery or while waiting for an answer from the costumer, are highlighted in the main list, in order to allow proper intervention by the staff team.
victordomingos/NiceTelescopePlanner
A simple cross-platform desktop utility for amateur astronomy hobbyists, written in Java. The aim is to provide an easy to use tool to help planning sky observation sessions, suggesting some of the interesting objects you may be able to watch at naked eye, or using amateur equipment (binoculars or small to medium size telescopes) in a given date/time and place.
victordomingos/The-No-Title-Tech-Blog
Exploring the amazing world of antigravity and other human made technologies.
victordomingos/DjangoBlog
Exploring Django
victordomingos/Learning_DataScience
Some exercises on Data Science, Machine Learning, Deep Learning, done while reading through a couple of books and other sources.
victordomingos/Learning_Django
Nothing special here, just me following a Django tutorial.
victordomingos/Learning_Elixir
Just a few exercises and experiments
victordomingos/Learning_Swift
Just a few exercises and experiments
victordomingos/NPK-Backup
Um pequeno utilitário para automatizar a cópia de segurança de uma determinada pasta (por exemplo, cópias de segurança locais de bases de dados Filemaker, coleções de scripts e aplicações do Pythonista, etc.), criando arquivos zip individuais a partir de cada pasta principal na localização especificada e fazendo upload dos mesmos para a Dropbox. O programa mantém um registo simples, por forma a nao repetir as tarefas de compressão e upload já realizadas.
victordomingos/victordomingos.com
victordomingos/django_experiment
victordomingos/haikudepotserver
Haiku Depot Server
victordomingos/it-cert-automation-practice
Google IT Automation with Python Professional Certificate - Practice files
victordomingos/Learning_ASP.NET
Some introductory snippets written while learning ASP.NET. Mostly exercises suggested by a teacher or a book.
victordomingos/Learning_FastAPI
Just a few exercises and experiments
victordomingos/Learning_Java
Some introductory snippets written while learning Java. Mostly exercises suggested by a teacher or a book.
victordomingos/Learning_JSP
Some exercises done while learning JavaServer Pages
victordomingos/Learning_PHP
Some introductory snippets written while learning ASP.NET. Mostly exercises suggested by a teacher or a book.
victordomingos/Learning_VB.Net
Some introductory snippets written while learning Visual Basic .NET. Mostly exercises suggested by a teacher or a book.
victordomingos/Learning_Xamarin
Some introductory snippets written while learning ASP.NET. Mostly exercises suggested by a teacher or a book.
victordomingos/Medo
Haiku Media Editor
victordomingos/nerva
Official NERVA (XNV) CLI Software
victordomingos/nerva-gui
Official NERVA (XNV) GUI Software
victordomingos/skills-copilot-codespaces-vscode
My clone repository
victordomingos/telescope-planner
victordomingos/The-NPK-Weather-App
A little utility to check the weather forecast for the next few days. This version is custom made for iPhone, so it uses Pythonista 3. It makes use of the web API provided by openweathermap.org and requires 'arrow' (which you can install with pip using StaSh). It shows the current weather and the forecast for the next 5 days.