Skip to content

Instantly share code, notes, and snippets.

View 3l-d1abl0's full-sized avatar

Sameer 3l-d1abl0

View GitHub Profile
@3l-d1abl0
3l-d1abl0 / video_compressor.sh
Created December 10, 2021 10:55
mp4-compressor using ffmpeg
#!/bin/bash
FOLDER=$1
if [ -z "$FOLDER" ]
then
echo "Fodler path is empty .. Exiting !"
exit 1
else
echo "Scanning '$FOLDER' for mp4s"
@3l-d1abl0
3l-d1abl0 / cowin_schedule_v3.js
Created May 5, 2021 08:53 — forked from debarko/cowin_schedule_district_wise.js
Get an update on console as soon as a slot opens up in https://selfregistration.cowin.gov.in/ . Login to the website and then run this script on Console.
// This script will alert you whenever some slot opens up on the given date within the given pincodes
// Change the pincodes to your needs as per your city
// Change the dateArr to add your convinent set of dates
// For further update do checkout http://twitter.com/debarko/
// Steps to use
// 1. Update Config
// 2. Login to https://selfregistration.cowin.gov.in/
// 3. Rigt Click on the website
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.