Skip to content

Instantly share code, notes, and snippets.

View thebitguru's full-sized avatar

Farhan Ahmad thebitguru

View GitHub Profile
$ asterisk -v
Asterisk 1.8.6.0, Copyright (C) 1999 - 2011 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Asterisk already running on /var/run/asterisk/asterisk.ctl. Use 'asterisk -r' to connect.
@thebitguru
thebitguru / facebook-photo-download.go
Created January 14, 2017 18:21
A simple go program to download all the high resolution pictures from your facebook albums.
package main
/*
* A simple go program to download all the high resolution pictures from your facebook albums.
*
* To run this:
* 1. Go to https://developers.facebook.com/tools/explorer/?method=GET&path=me&version=v2.8
* 2. Get an Access Token: Get Token > Get User Access Token > Check "user_photos"
* 3. Paste in the app.
*/
@thebitguru
thebitguru / Abyss.js
Last active February 21, 2019 08:16
A simple BeardedSpice (https://github.com/beardedspice/beardedspice) strategy for ignoring media keys.
//
// Abyss.js
// BeardedSpice
//
// Created by Farhan Ahmad on 12/2/2018.
// Copyright (c) 2016 GPL v3 http://www.gnu.org/licenses/gpl.html
//
// We put the copyright inside the file to retain consistent syntax coloring.