Skip to content

Instantly share code, notes, and snippets.

View NotMoni's full-sized avatar

NotMoni

  • the orderbook
View GitHub Profile
@NotMoni
NotMoni / GithubNameChecker.sh
Created October 9, 2019 16:18
Check for untaken or 404 GitHub Usernames
#!/usr/bin/env bash
# Exit on error
set -e
# On MacOS, make sure shuf command is available
@NotMoni
NotMoni / help.txt
Created February 13, 2020 20:49
Mac Sound not Playing
Open Activity Monitor and force quit "coreaudiod"
JavaScript 4 hrs 32 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰β–‘β–‘ 89.9%
Markdown 10 mins β–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 3.5%
CSS 7 mins β–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 2.6%
Other 6 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.1%
JSON 3 mins β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.2%

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

🌞Morning 13 commits ▍░░░░░░░░░░░░░░░░░░░░ 2.2%
πŸŒ†Daytime 167 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 27.9%
πŸŒƒEvening 273 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 45.6%
πŸŒ™Night 146 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 24.4%
πŸ† 9,581 Karma Points
βœ… Completed 1,635 tasks so far
βŒ› Longest streak is 0 days
πŸ† 757 Contributions in year 2020
πŸ“¦ Used 312 MB in GitHub's Storage
πŸ“œ 9 Public Gists
πŸ”‘ 2 Public Keys
🚫 Not opted to Hire
#!/bin/bash
for branch in `git branch -a | grep remotes | grep -v HEAD | grep -v master`; do
git branch --track ${branch##*/} $branch
done
git fetch --all
git pull --all
@NotMoni
NotMoni / 1.md
Last active April 14, 2022 16:09

tip 1

@NotMoni
NotMoni / 2.md
Last active April 14, 2022 16:07

tip 2