Skip to content

Instantly share code, notes, and snippets.

View MechaDragonX's full-sized avatar

Raghav Vivek MechaDragonX

View GitHub Profile

The PATH is an important concept when working on the command line. It's a list of directories that tell your operating system where to look for programs, so that you can just write script instead of /home/me/bin/script or C:\Users\Me\bin\script. But different operating systems have different ways to add a new directory to it:

Windows

  1. The first step depends which version of Windows you're using:
  • If you're using Windows 8 or 10, press the Windows key, then search for and
//ROUTER
//Silly small javascript router to help me learn how they worked in a very simple way
(function (){
const appDiv = "app";
// Both set of different routes and template generation functions
let routes = {};
let templates = {};
@mechcozmo
mechcozmo / IAM Permissions List.md
Last active December 1, 2025 15:01
A list of IAM permissions you can use in policy documents. Collected from the myriad of places Amazon hides them. (incomplete)