Skip to content
View a2gs's full-sized avatar
😎
nice
😎
nice

Highlights

  • Pro

Block or report a2gs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
a2gs/README.md

⚡The most userfrindly thing my programs have are good debug messages\0⚡

"Engineers like to solve problems.
If there are no problems handily available, they will create their own problems." --Scott Adams

0. My Environment

1. Studies:
C++ Features
Python
Bash Shell Script
Bitcoin Blockchain Implementation
OpenMP
C TCPv6 Server/Client (with DNS resolution)
C TCPv4 Server/Client (with DNS resolution)
Samples using PyQT
A sample for Python Menu with ncurses
Qt codes
My Artificial Intelligence training
PostgreSQL C API sample codes
Assembly codes for Intel x86 (64bits)
My sample of C application with a full Debian in a Docker image
A sample using sigaction(2)
A quick sample for C POSIX pthread and mutex
A sample of statvfs(2) usage: get filesystem information/statistics
A full sample of filesystem events notification (Linux inotify(7))
A full sample of ncurses pallet and attributes
A sample of how to calculate a delta time (nanoseconds) of an event
Print all default C variable types sizes and limits
Testing with ncurses windows
A sample of POSIX Message Queue
POSIX semaphore sample
Just initial template sources
MQL5 Snippet Codes
C Static/Shared Library Template
Linux epoll(2) sample
A simple snippet sample of ZeroMQ Publisher/Subscriber for C and Python
Undergraduate Thesis (Bachelor's degree in Electrical Engineering)
Some VBA tests
Linux Device Driver Google Colab codes

2. Algorithms:
A fast shared circular buffer library for POSIX systems (libscb)
Numerical Analysis / Numerical Calculus
My Math Library
Circular List (buffer)
Cryptography sample codes (using OpenSSL)
API for a Doubly Linked List
Static library SHA-256
Exponential Moving Average
AVL Binary Tree C library

3. Projects:
PAINEL
A solution to dynamic application
Binance Exponential Moving Average Bot
A Send Email API for C
Driver to access Arduino GPIO (config, set and get state) through PC-serial
A Linux Debian facility for system administration
Arduino Set/Get/Status GPIO HTTP Server using Ethernet Shield W5100
SSP - SimpleSerializerProtocol
Personal DumpHex file
ISO8583 Message simulator
A tracer (to stderr) from malloc/free usage
Arduino code sample of DS18B20 thermometer
A RPN library calculator API and a simple ncurses interface
Arduino 433MHz ASK Transmitter and Receiver code samples
A personal getopt libray
Mercado Bitcoin Order Place
A binary (with offset regulation) load balance
A simple memory dumper formatter
C (header only) Bitwise get/set operators
A bitmap facility
Wizard Pattern Library
BCD code/encoder Library
API to add/subtract seconds (or days) from a given date
Base64 Library
Ordinal number to extended format number converter (pt_br string)
Remote Client Shell
Convert a binary file to HEX ASCII values and desconvert to binary again
Shuffle a deck with C++ Mersenne Twister Engine
Shellscript para consumir linhas de um arquivo desprezando comentários
An API for LCD 16x2 menu for Arduino
Return a the machine bype order: big-endian or little-endian
A simple, fast and independent level C Log API
A python factory for notify schema (log, twitter, discord, telegram, etc)
MetaTrader MQL5 Copy-Trade Expert Advisor with ZeroMQ
As Bulletin Board System
A simple debouncing schema
Shell script / awk to parse DSV files
Trailing Stop MetaTrader 5 EA
A BTC wallet digger
Histogram by historical (1) and raffle (2)
Get status and place orders to Binance account through command line
Trailing Stop tool for Binance
A copy trading tool for Binance
A safe storage (a simple password wallet)
C Library (header only) for a complex error type to function return with status and a message
TradingView Pine scripts
A Bitcoin/Litecoin CUI wallet
RSA Asymmetric Key utility
A simple and fast python keylogger
Sudoku Simplifier
A Scheduler Synchronizer for different Databases
A simple Keepalive

4. Closed:
KTSU
GYA

Pinned Loading

  1. myEnvironment myEnvironment Public

    My cfgs ...

    HTML 1

  2. clientForkServTCP6 clientForkServTCP6 Public

    Simple Client (with DNS resolution) / ForkServer TCPv6

    C 1

  3. CPP_VersionFeatures CPP_VersionFeatures Public

    A buch of samples features from C++ versions

    C++

  4. PAINEL PAINEL Public

    PAINEL: A client/server message hub and HTML/Excel report generator

    C 1

  5. EMA_Binance_BOT EMA_Binance_BOT Public

    A exponential moving average (EMA) crossover strategy BOT for Binance

    Python 14 3

  6. libscb libscb Public

    A Shared Circular Buffer library

    C