Skip to content

Instantly share code, notes, and snippets.

View pdbg's full-sized avatar
🎯
Focusing

Prakash Bhagat pdbg

🎯
Focusing
View GitHub Profile
@raviteja1452
raviteja1452 / infix_evaluation_using_two_stacks.cpp
Created April 3, 2017 04:43
Stack/ Evaluating an Infix Expression using two Stacks (Operand and Operator Stacks).
// Evaluation of Infix Expression using Two Stacks
// p9Scripts
/*
Q: Evalution of Infix Expression using Two Stacks.
Algo: Here we have two stacks.
1) Operator Stack
2) Operand Stack.
@leonardofed
leonardofed / README.md
Last active May 8, 2025 09:49
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@l8nite
l8nite / clone-all-stash-repositories.sh
Created March 2, 2016 05:40
Clone all repositories in stash that you have access to
#!/bin/bash
if [[ "$STASH_USER" == "" || "$STASH_PASS" == "" ]]; then
echo "FATAL: You need to set STASH_USER and/or STASH_PASS"
exit 1
fi
STASH_HOST=${STASH_HOST:-stash.hq.practicefusion.com}
STASH_URL=https://${STASH_USER}:${STASH_PASS}@${STASH_HOST}

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: