Skip to content

Instantly share code, notes, and snippets.

View skvarovski's full-sized avatar
🌴
On vacation

Mike Skvarovski skvarovski

🌴
On vacation
  • Moscow
View GitHub Profile
@skvarovski
skvarovski / gist:e4e54925d6849a92da58b567fc20543d
Created March 14, 2026 20:57 — forked from iamwildtuna/gist:7772b7c84a11bf6e1385f23096a73a15
VPN IP Addresses (IP адреса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord)
Meta (Instagram, Facebook)
// Узлы
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38
57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97
// Подсети
213.102.128.0/24
204.15.20.0/22
199.201.0.0/16
@skvarovski
skvarovski / image2grf.php
Created May 4, 2022 11:13 — forked from thomascube/image2grf.php
PHP function to convert a PNG image to a .GRF file for use with Zebra printers
<?php
/**
* Converts a PNG image to a .GRF file for use with Zebra printers
*
* The input is preferably a 1-bit black/white image but RGB images
* are accepted as well.
*
* This function uses PHP's GD library image functions.
*
@skvarovski
skvarovski / .proxyauth
Created April 18, 2022 11:29 — forked from PlugFox/.proxyauth
Установка и настройка прокси-сервера 3proxy на Debian/Ubuntu
## addusers in this format:
#user:CL:password
##see for documentation: http://www.3proxy.ru/howtoe.asp#USERS
#
# Username
MyUser:CL:MyPassword
#include <BLEAdvertisedDevice.h>
#include <BLEDevice.h>
#include <BLEScan.h>
const int PIN = 2;
const int CUTOFF = -60;
void setup() {
pinMode(PIN, OUTPUT);
BLEDevice::init("");