FLEXI-FLUX WEBAPP
A Pen by Bright Sparks on CodePen.
FLEXI-FLUX WEBAPP
A Pen by Bright Sparks on CodePen.
HTML5 Streaming Audio
A Pen by Bright Sparks on CodePen.
poulton:Applications -->chrome-ssb.sh | |
What should the Application be called? | |
Gmail | |
What is the url (e.g. https://www.google.com/calendar/render)? | |
https://mail.google.com/mail/u/0/ | |
What is the full path to the icon (e.g. /Users/username/Desktop/icon.png)? | |
/Users/poulton/Dropbox/Rocketmade/app\ icons/gmail-orangish.icns | |
poulton:Applications --> |
/*! | |
* Copyright 2013 Drifty Co. | |
* http://drifty.com/ | |
* | |
* Ionic, v0.9.17 | |
* A powerful HTML5 mobile app framework. | |
* http://ionicframework.com/ | |
* | |
* By @maxlynch, @helloimben, @adamdbradley <3 | |
* |
{ | |
"version":2.0, | |
"display_hints":[ | |
{ | |
"key":"GPCAMERA_GROUP_VIDEO", | |
"display_name":"Video Settings", | |
"settings":[ | |
{ | |
"setting_id":5, | |
"widget_type":"select", |
Featuring stream from a radio station in South Africa
A Pen by Martin Myburgh on CodePen.
# shutdown Skype | |
# Skype username - it's a login at Skype | |
# Mac username - it's a short username of Mac OS X (ex.: dive) | |
# <...> should be entered without brackets <> | |
#copy this one, paste to Terminal.app and hit Enter | |
sqlite3 "$HOME/Library/Application Support/Skype/<your_skype_username>/main.db" | |
#then copy this one, paste to Terminal.app where sqlite3 running and hit Enter | |
delete from Messages where dialog_partner = '<delete_history_of_conversation_with_particurarly_username>'; |
<div class="container"> | |
<h2>Also included in every plan</h2> | |
<div class="row"> | |
<div class="col-6 col-lg-3"> | |
<h4>Team Collaboration</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>Live Preview</h4> | |
</div> | |
<div class="col-6 col-lg-3"> |
sudo sed -i "s/archive\.ubuntu/mirrors.digitalocean/g" /etc/apt/sources.list |
# You don't need Fog in Ruby or some other library to upload to S3 -- shell works perfectly fine | |
# This is how I upload my new Sol Trader builds (http://soltrader.net) | |
# Based on a modified script from here: http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash | |
S3KEY="my aws key" | |
S3SECRET="my aws secret" # pass these in | |
function putS3 | |
{ | |
path=$1 |