Skip to content

Instantly share code, notes, and snippets.

View sharjeelsayed's full-sized avatar

Sharjeel sharjeelsayed

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sharjeelsayed on github.
  • I am sharjeel (https://keybase.io/sharjeel) on keybase.
  • I have a public key ASAGHLPSmTbB6nvbhw5fsk_4peQiqgQ2eStfyZ7gl8XyDQo

To claim this, I am signing this object:

@sharjeelsayed
sharjeelsayed / soma.txt
Created May 22, 2018 16:15 — forked from andreis/soma.txt
Soma Radio iTunes Playlist
Name Artist Composer Album Grouping Work Movement Number Movement Count Movement Name Genre Size Time Disc Number Disc Count Track Number Track Count Year Date Modified Date Added Bit Rate Sample Rate Volume Adjustment Kind Equalizer Comments Plays Last Played Skips Last Skipped My Rating Location sonicuniverse-192-mp3 11/1/16, 1:44 PM 192 44100 Internet audio stream 1 11/1/16, 1:44 PM http://ice1.somafm.com/sonicuniverse-192-mp3 beatblender-128-aac 11/1/16, 1:45 PM 44100 Internet audio stream 1 11/1/16, 1:45 PM http://ice1.somafm.com/beatblender-128-aac suburbsofgoa-128-mp3 11/1/16, 1:45 PM 128 44100 Internet audio stream 1 11/1/16, 1:45 PM http://ice1.somafm.com/suburbsofgoa-128-mp3 thetrip-128-mp3 11/1/16, 1:46 PM 128 44100 Internet audio stream 1 11/1/16, 1:46 PM http://ice1.somafm.com/thetrip-128-mp3 7soul-128-aac 11/1/16, 1:48 PM 44100 Internet audio stream 1 11/1/16, 1:48 PM http://ice1
@sharjeelsayed
sharjeelsayed / tmux_local_install.sh
Last active February 22, 2021 03:49 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access.Updated to include latest Tmux version and some other minor changes
#!/bin/bash
# Source: https://gist.github.com/ryin/3106801
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.9