This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ asterisk -v | |
Asterisk 1.8.6.0, Copyright (C) 1999 - 2011 Digium, Inc. and others. | |
Created by Mark Spencer <[email protected]> | |
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. |