Skip to content

Instantly share code, notes, and snippets.

View laventura's full-sized avatar

Atul Acharya laventura

View GitHub Profile
@laventura
laventura / springer-free-maths-books.md
Created December 10, 2016 23:36 — forked from bishboria/springer-free-maths-books.md
Springer made a bunch of books available for free, these were the direct links
@laventura
laventura / GIF-Screencast-OSX.md
Created April 23, 2017 05:24 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

@laventura
laventura / get-books.sh
Created October 1, 2024 19:04 — forked from yismailuofa/get-books.sh
Get URL Schemes For Your Apple Books on MacOS
#!/bin/bash
# Path to the BKLibrary file
BKLIBRARY_PATH=~/Library/Containers/com.apple.iBooksX/Data/Documents/BKLibrary
# Check if BKLibrary file exists
if [ ! -f "$BKLIBRARY_PATH/BKLibrary-"*".sqlite" ]; then
echo "BKLibrary file not found. Please make sure Books app is installed and has been opened at least once."
exit 1
fi