Skip to content

Instantly share code, notes, and snippets.

View philipbreau's full-sized avatar

Philip Breau philipbreau

  • Fiddlehead Technologies
  • Moncton, Canada
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= content_for?(:title) ? yield(:title) : "Jolét" %></title>
<%= Gon::Base.render_data({}) %>
@philipbreau
philipbreau / bridgeit.js
Created January 13, 2014 19:20
bridgeit.js with a few alerts for easier debugging
/* BridgeIt Mobile 1.0.0
*
* Copyright 2004-2013 ICEsoft Technologies Canada Corp.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
@philipbreau
philipbreau / gist:7760631
Created December 2, 2013 22:59
Microphone Tutorial
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<script type="text/javascript" src="http://bridgeit.github.io/bridgeit.js/src/bridgeit.js"></script>
</head>
<body>
<style>
.button{
height: 80px;
@philipbreau
philipbreau / gist:7567384
Last active December 28, 2015 21:49
BridgeIt Camcorder Tutorial
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<script type="text/javascript" src="http://bridgeit.github.io/bridgeit.js/src/bridgeit.js"></script>
</head>
<body>
<style>
.button{
height: 80px;
@philipbreau
philipbreau / gist:7555046
Last active May 9, 2017 02:22
BridgeIt Camera
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<script type="text/javascript" src="http://bridgeit.github.io/bridgeit.js/src/bridgeit.js"></script>
</head>
<body>
<style>
.button{
height: 80px;