Skip to content

Instantly share code, notes, and snippets.

View dufferzafar's full-sized avatar
🏠
Working from home

Shadab Zafar dufferzafar

🏠
Working from home
View GitHub Profile
@dufferzafar
dufferzafar / OSA_NFAK_Live_Video.csv
Created April 7, 2024 04:42
CSV List of all OSA Live Nusrat Videos from all playlists
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 5 columns, instead of 2. in line 9.
playlist,title,url,duration,views
UK Allah Ditta Centre,Sochta Hoon Ke Woh Kitne Masoom (Live Full),https://youtube.com/watch?v=QuNyMxLlVig,1570,42000000
Coventry DVD 20,Aankh Uthi Mohabbat Ne Angrai Li,https://youtube.com/watch?v=BIOgR38G2Zs,1181,39000000
Dorchester Hotel London Live in Concert,Ye Jo Halka Halka Saroor Hai,https://youtube.com/watch?v=UIPXHsUXVH0,985,24000000
Birmingham Town hall 1993,Akhiyan Udeek Dian,https://youtube.com/watch?v=YSMIDIt2Ku4,1206,21000000
Birmingham Town hall 1993,Mast Nazron Se - Husan Walon Se Allah Bachaye,https://youtube.com/watch?v=GkejOgSZ8qw,308,13000000
University of Aston in Birmingham 1988,Kehna Ghalat Ghalat To Chupaana Sehi Sehi,https://youtube.com/watch?v=q89NdfH-P8Q,1612,9800000
Birmingham Town hall 1993,Kinna Sohna Tenu Rab Ne Banaya (Live Full) Kinna Sona,https://youtube.com/watch?v=L5bD5pGhk6E,413,9600000
Wolverhampton,Ankh Uthi Mohabbat Ne Angrai Li,https://youtube.com/watch?v=DKpzCm_nxTo,2480,9400000
UK Digbeth Civic Centre Birmingham,Hai Kahan Ka Irada Sa
title url duration views
Kya Tha Jo Ghari Bhar Ko Tum Laut Ke Aa Jate https://youtube.com/watch?v=_I3JKuh-sIk 969 7700000
Lut Gaye - Original Ankh Uthi Mohabbat Ne https://youtube.com/watch?v=w_5vIxqGo7g 1174 6400000
Baba Ji Sada Hajj Hogaya https://youtube.com/watch?v=XMa_EVn4yJQ 657 5800000
Jhoole Jhoole Lal (Magic Touch) Bally Sagoo https://youtube.com/watch?v=Mwaje9YCnNg 476 5300000
Gal Kar Koi Peen Pilawan Dee https://youtube.com/watch?v=zQ4fCHeMrT4 483 3800000
Sab Pe Karam Farmayen Ge https://youtube.com/watch?v=XuzESPHuvAc 916 3400000
Ravidass Guru https://youtube.com/watch?v=0wyhcdxDrjI 1706 3200000
Haqeeqat Ka Agar Afsana Ban Jaye https://youtube.com/watch?v=mjH8v6UFt5w 749 3200000
Usman Ke Laal Aapka Darbar https://youtube.com/watch?v=-y2NJlPEG3o 901 2700000
title url duration views
Kali Kali Zulfon Ke Phande Na https://youtube.com/watch?v=lsqsggtTZfs 867 95000000
Saja Hai Maikhana https://youtube.com/watch?v=8dlkBDK0_Aw 494 64000000
Wich Pardesan I Dr Zeus Ft. Shortie https://youtube.com/watch?v=8h5bgmdGE2U 284 25000000
Menu Yadan Terian Aondiyan Ne https://youtube.com/watch?v=OqENfj3TZL0 448 19000000
Khula Hai Maikhana (Remix) https://youtube.com/watch?v=npmJUYt6Z8U 485 18000000
Jani Door Gaye https://youtube.com/watch?v=r8mIeP3aRQs 1116 16000000
Khali Morda Nahin Data Hajveri https://youtube.com/watch?v=IosA1Rrgggw 905 15000000
Meri Zindagi Hai Tu (Remix) https://youtube.com/watch?v=Crwo6Tuhtw0 477 15000000
Charkhay De Har Har Gehray https://youtube.com/watch?v=o-tcsnwW6J8 522 12000000
@dufferzafar
dufferzafar / batter
Created May 31, 2023 05:18
Previewer for lf using batter
#!/bin/bash
REVERSE="\x1b[7m"
RESET="\x1b[m"
if [ "$1" == "-v" ]; then
SPLIT=1
shift
fi
@dufferzafar
dufferzafar / build-tmux.sh
Created February 28, 2023 12:17
Build tmux
#!/usr/bin/bash
# Last modified: 2022/01/26 08:52:11
# Install latest version of Tmux, libevent, ncurse as root.
# local user install
# tmux will be installed in $BUILD/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
@dufferzafar
dufferzafar / .tmux.conf
Created February 28, 2023 12:12
Tmux config - Install tpm before!
######################
### HOTKEY CHANGES ###
######################
# Fuzzy session finder
# https://thoughtbot.com/blog/a-tmux-crash-course
# https://github.com/junegunn/dotfiles/blob/master/tmux.conf
# https://thoughtbot.com/upcase/videos/tmux-advanced-workflow
# https://coderwall.com/p/_g2vpq/workflow-in-tmux
# https://gist.github.com/Starefossen/5955406
@dufferzafar
dufferzafar / ddcavcontrol.init.lua
Created July 28, 2022 05:55 — forked from waydabber/ddcavcontrol.init.lua
Hammerspoon script to control a Display via DDC (brighness, volume) and a Yamaha AV (network) using standard Mac keyboard with MacOS OSD
-- ddcavcontrol
-- v1.2.1
-- This Hammerspoon script is intended to do the following:
-- 1) Control External Display Brightness via DDC (utilizing a proper brightness+contrast curve)
-- 2) Control External Display Volume via DDC
-- 3) Control Digital AV Volume via Network (currently works with Yamaha AVs)
-- 4) Use the standard brightness and volume keys of an Apple keyboards
-- 5) Display the standard MacOS OSD as expected
@dufferzafar
dufferzafar / 00-ssh-tmux-iterm.md
Created May 3, 2022 04:50 — forked from lukasnellen/00-ssh-tmux-iterm.md
Summary of my remote tmux and ssh configuration to benefit from the iterm2-tmux integration, with ssh authentication socket refreshing

Configuration to use remote tmux over ssh in iterm

This is a compilation of information I found in different postings on the net.

All manual invocation

Basic remote tmux session

tmux can be invoked in command mode using tmux -CC. The simplest way to get a remote tmux session into a window of iterm is to invoke it on the remote host

@dufferzafar
dufferzafar / adeeb_dummy_data.sql
Created November 9, 2021 12:15
Adeeb's DBMS project for Class XII - School Management System
INSERT INTO teachers VALUES
(0, "Salma", "Anjum", "salma@gmail.com", "1969-10-26", "1993-10-26", "WORKING"),
(0, "Rauf", "Khan", "", "1965-10-26", "1992-10-26", "WORKING");
@dufferzafar
dufferzafar / README.md
Created January 14, 2021 14:57 — forked from foulegg/README.md
Generate a ClearTax capital gains report using the capital gains statement from Kuvera (depends on beautifulsoup4 and openpyxl)

Installing dependencies

This script requires two Python dependencies: beautifulsoup4 and openpyxl. Install them first using pip:

$ pip install beautifulsoup4
$ pip install openpyxl

You might have to use sudo if installing globally.