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
# Setup languages | |
echo "\n\nSetting language...\n" | |
export LANGUAGE=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 | |
sudo locale-gen en_US.UTF-8 | |
sudo dpkg-reconfigure locales | |
# Update | |
echo "\n\nUpdating apt-get...\n" |
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
• Designed for iOS 7 | |
• Completely rewritten server side code | |
• Supports Jabber protocol | |
• Added OAuth support for GTalk | |
• Real time syncing of chat messages across devices | |
• New Conversations view | |
• Use Dropbox to share files in chat | |
• Sync Chat, File Sharing and Read Later accounts over iCloud | |
• Pocket (Read later) support | |
• Safari's Reading Lists support |
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
# Setup languages | |
echo "\n\nSetting language...\n" | |
export LANGUAGE=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 | |
sudo locale-gen en_US.UTF-8 | |
sudo dpkg-reconfigure locales | |
# Update | |
echo "\n\nUpdating apt-get...\n" |
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
[{ | |
"name": "Brian", | |
"address": "Florida" | |
}, { | |
"name": "Christine", | |
"address": "District of Columbia" | |
}, { | |
"name": "Billy", | |
"address": "Louisiana" | |
}, { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#EXTM3U | |
#EXT-X-VERSION:3 | |
#EXT-X-TARGETDURATION:15 | |
#EXT-X-MEDIA-SEQUENCE:1 | |
#EXTINF:5.0000, | |
https://staging.space.audyo.ai/audyo/ab9747a7-6aa0-4b2f-a951-6a2fc87c3d76.mp3 | |
#EXTINF:5.0000, | |
https://staging.space.audyo.ai/audyo/8114ebb0-ed0b-423c-87ea-9696cba44ba1.mp3 | |
#EXTINF:5.0000, | |
https://staging.space.audyo.ai/audyo/a7f115b2-8a02-4b3b-a56d-0b3276d9d23c.mp3 |
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
#EXTM3U | |
#EXTINF:5, Example artist - Example title | |
https://staging.space.audyo.ai/audyo/ab9747a7-6aa0-4b2f-a951-6a2fc87c3d76.mp3 | |
#EXTINF:5, Example Artist2 - Example title2 | |
https://staging.space.audyo.ai/audyo/8114ebb0-ed0b-423c-87ea-9696cba44ba1.mp3 | |
#EXTINF:5, Example Artist3 - Example title3 | |
https://staging.space.audyo.ai/audyo/8114ebb0-ed0b-423c-87ea-9696cba44ba1.mp3 |