Skip to content

Instantly share code, notes, and snippets.

View peppapig13132's full-sized avatar
👋
Hola!

peppapig13132

👋
Hola!
View GitHub Profile
@peppapig13132
peppapig13132 / Astrill.md
Last active August 8, 2024 21:37
Astrill VPN

I can't login Astrill desktop application on Windows

  1. Open Astrill app.
  2. Ctrl + J will open a new modal.
  3. Enter https://rats1.com or http://magic1.info and "Ok".
  4. Try login again!

I can't use some locations in Astrill desktop application on Windows

(Suppose, you can't use the locations of Austria)

  1. Click on the Astrill application options located at the top left corner of the screen.
  2. Select "Help" from the options, then click on "Reset Settings."
@peppapig13132
peppapig13132 / hackerrank-mysql.md
Last active August 8, 2024 05:29
HackerRank MySQL Prepare

Average Population of Each Continent

📆 08/08/2024 🚀

Given the CITY and COUNTRY tables, query the names of all the continents (COUNTRY.Continent) and their respective average city populations (CITY.Population) rounded down to the nearest integer.

Note: CITY.CountryCode and COUNTRY.Code are matching key columns.

Input Format

The CITY and COUNTRY tables are described as follows:

Checking ports

# Windows terminal
netstat -an | find "LISTEN"
@peppapig13132
peppapig13132 / github.md
Last active June 16, 2024 12:59
GitHub

GitHub SSH

$ ssh-keygen -t rsa -b 4096 -C "YOUR_GITHUB_EMAIL"
# C:\Users\Admin\.ssh\config

#GITHUB_USERNAME
Host YOUR_ACCOUNT_NAME.github.com
@peppapig13132
peppapig13132 / Safari new Date issue.md
Created January 27, 2024 06:55
JavaScript new Date() Returns NaN or is Blank in Safari

JavaScript new Date() Returns NaN or is Blank in Safari

ISO formatted Date is not supported on Safari.

const date = new Date('2021-08-09');   // yyyy-mm-dd 

Alternaive Date formats