Skip to content

Instantly share code, notes, and snippets.

View Saketh-Chandra's full-sized avatar
💻
pf("Hello World!")

Saketh Chandra Saketh-Chandra

💻
pf("Hello World!")
View GitHub Profile
@Saketh-Chandra
Saketh-Chandra / SAS.multi.bt
Created August 29, 2022 20:38 — forked from OrionSR/SAS.multi.bt
San Andreas Save template for the 010 Editor. This multi-platform template can parse most PC, PS2 and Mobile save files for GTA: San Andreas.
/* --------------------------------------
GTA: SA Save File 010 template
Revision: 03/07/08
Based on GTA: SA save format article from:
www.gtamodding.com/index.php?title=GTA_SA_Saves
Credits go to CyQ, pdescobar, OrionSR and everyone who contributed in this article.
by Seemann
@Saketh-Chandra
Saketh-Chandra / How_To_Make_Pipenv_Install_Virtual_Environment_In_Project_Folder_On_Windows_10.md
Last active April 5, 2022 13:13
How to make pipenv install virtual environment in project folder/location on Windows 10

You should add PIPENV_VENV_IN_PROJECT=1 to the Windows 10 User variable

Step 1: Press WIN+S to launch Windows Search on your Windows 10 machine. You will see the Search Textbox.

Step 2: Type “environ..” in the Windows Search Textbox. You will see “Edit the system environment variables” as a result of the Best match list. Select this option.

Step 3: This will launch the System Properties window. In this window, we can review Computer Name, Hardware, and other Advanced properties.

@Saketh-Chandra
Saketh-Chandra / 2019-https-localhost.md
Created June 17, 2021 17:42 — forked from kdamsmt/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).