Featuring stream from a radio station in South Africa
A Pen by Martin Myburgh on CodePen.
| using System; | |
| using Xamarin.Forms; | |
| namespace FormsGallery | |
| { | |
| public class WebViewDemoPage : ContentPage | |
| { |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>chker</title> | |
| <link type="text/css" href="style.css" rel="stylesheet" /> | |
| </head> | |
| <body> | |
| <div id="chker" class="chker"> |
| # 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 |
| sudo sed -i "s/archive\.ubuntu/mirrors.digitalocean/g" /etc/apt/sources.list |
| <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"> |
| # 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>'; |
Featuring stream from a radio station in South Africa
A Pen by Martin Myburgh on CodePen.
| { | |
| "version":2.0, | |
| "display_hints":[ | |
| { | |
| "key":"GPCAMERA_GROUP_VIDEO", | |
| "display_name":"Video Settings", | |
| "settings":[ | |
| { | |
| "setting_id":5, | |
| "widget_type":"select", |
| /*! | |
| * 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 | |
| * |
| 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 --> |