Skip to content

Instantly share code, notes, and snippets.

View Sidduppal's full-sized avatar
🎯
On the lookout for new adventures

Siddharth Uppal Sidduppal

🎯
On the lookout for new adventures
  • School of Pharmacy, University of Wisconsin-Madison
  • Madison, WI
  • 15:10 (UTC -05:00)
  • X @SiddUppal
  • LinkedIn in/sidd-uppal
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@rxaviers
rxaviers / gist:7360908
Last active July 26, 2024 15:31
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@evanroyrees
evanroyrees / autometa-large-data-mode.sh
Last active November 12, 2021 00:10
Template slurm submission script to run autometa-large-data-mode pipeline
#!/usr/bin/env bash
#SBATCH -p partition
#SBATCH -t 48:00:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
## First create environment to run Autometa, (and optionally GTDB-Tk and CheckM)
# git clone git@github.com:KwanLab/Autometa
# cd Autometa
# make create_environment