Skip to content

Instantly share code, notes, and snippets.

View paoloboschini's full-sized avatar

Paolo Boschini paoloboschini

View GitHub Profile
asd
@paoloboschini
paoloboschini / miao.html
Last active August 10, 2017 17:32
wormhole
...
@paoloboschini
paoloboschini / html.html
Last active December 14, 2015 18:28
Web MoSync Live
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=320, user-scalable=no">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Wormhole Template App</title>
<link rel="stylesheet" href="http://people.dsv.su.se/~pabo9696/live/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div id="screen">
@paoloboschini
paoloboschini / camera.html
Last active December 14, 2015 18:38
Native MoSync Live
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<script type="text/javascript">
mosync.nativeui.UIReady = function() {
var mainScreen = document.getNativeElementById("mainScreen");
mainScreen.show();
var vibrateButton = document.getNativeElementById("vibrateButton");
apple xxx