This login notifier uses IP information to send silent telegram notifications if the login source seem to be trustable.
First, please read this awesome Medium tutorial on how to setup the Telegram bot.
#This is a step-by-step guide to build the avr-gcc 10.2 with the | |
#libstdc++ using the freestanding implementation[1]. | |
# | |
#Don't expect a robust script without boilerplates or something coded | |
#to be resilient. This is only a short register of what I need to | |
#obtain the compiler in this mode. | |
# | |
#[1] https://timsong-cpp.github.io/cppwp/n4861/compliance | |
wget https://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.gz |
This login notifier uses IP information to send silent telegram notifications if the login source seem to be trustable.
First, please read this awesome Medium tutorial on how to setup the Telegram bot.
#include <SFML/Graphics.hpp> | |
#include <Windows.h> | |
#include <Dwmapi.h> | |
#pragma comment (lib, "Dwmapi.lib") | |
int main() | |
{ | |
sf::RenderWindow window(sf::VideoMode(1280, 720), "Transparent Window"); |