Skip to content

Instantly share code, notes, and snippets.

View peppapig13132's full-sized avatar
🐍
py -m pip install --upgrade pip

Pepp peppapig13132

🐍
py -m pip install --upgrade pip
  • 02:13 (UTC +02:00)
View GitHub Profile
@peppapig13132
peppapig13132 / CONTRIBUTING.md
Created June 17, 2024 12:46
GitHub project contributing

Contributing to [Project Name]

First off, thanks for taking the time to contribute! 🎉

The following is a set of guidelines for contributing to [Project Name], which is hosted in the GitHub Repository. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table of Contents

  1. Code of Conduct
  2. How Can I Contribute?

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 / GitCommitEmoji.md
Created May 29, 2024 21:55 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@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