Skip to content

Instantly share code, notes, and snippets.

View KyleShen's full-sized avatar

Kyle KyleShen

  • ZeRoneInfoSutido,SystemLead
View GitHub Profile
@KyleShen
KyleShen / form.html
Created April 30, 2017 14:31
googlescriptformhtml
<!DOCTYPE html>
<html>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" href="//cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
<script src="//cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
<script>
function fileUploaded(status) {
$('form').hide();
$('#output').html(status);
}
@KyleShen
KyleShen / itri_Text2Voice.html
Created December 12, 2015 16:26
itri_Text2Voice
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<script language="javascript" src="http://tts.itri.org.tw/TTScript/Text2SpeechJsApiV2.php?key=*3Dekn@-_ji*26*3D*2A*14*2A*3Dekn@-_ji*26*3D"></script>
<script language="javascript" src="http://tts.itri.org.tw/other/webttstest.js"></script>
</body>
</html>