You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customizable progress bar for C# console applications (.NET Core 2.0). Includes a basic progress bar which can be used for any long-running task and a file transfer progress bar that detects when the transfer has stalled, firing an event that the client can subscribe to.
Network Mapping Tool: A Python-based network mapping tool that discovers devices on your local network and creates visual network topology graphs using built-in Python libraries and basic network scanning techniques.
It is the repository where I created examples on .NET Core Console Projects to understand the logic of the RabbitMQ technique by touching on the basic concepts.
A simple calculator class written in C# that supports basic arithmetic operations like addition, subtraction, multiplication, and division. It maintains the result and prints a tagged message after each operation.
Projeto de sistema de gerenciamento de uma loja fictícia feito em C# com .NET, utilizando somente fundamentos básicos como arrays, listas, métodos, tratamento de erros e organização por classes. Ideal para quem está iniciando na linguagem.
This is a simple console application for currency exchange, developed in C# using the .NET framework. The project serves as a basic implementation to demonstrate fundamental concepts in currency conversion.
A console-based Zoo Management System developed in C#. It enables basic CRUD operations for managing animals, staff, and visitors. Ideal for beginners learning object-oriented programming, file handling, and console application structure in .NET.
The Candidate Management Console Application is a streamlined solution for managing candidate information from the command line. Built using the .NET Framework 4.8, this application offers a basic set of features to efficiently manage candidate data.