Skip to content

Instantly share code, notes, and snippets.

View vijayabose's full-sized avatar

Vijay Bose vijayabose

  • 24 Hour Apps
  • California,US
View GitHub Profile
@vijayabose
vijayabose / tts.go
Created June 30, 2020 07:05
Mac Text to speech sample (Golang)
package main
import (
"os/exec"
)
func main() {
textsound := `Once upon a time there was an old woman who loved baking gingerbread. She would bake gingerbread cookies, cakes, houses and gingerbread people, all decorated with chocolate and peppermint, caramel candies and colored frosting.
@vijayabose
vijayabose / designer.html
Last active August 29, 2015 14:24
designer
<link rel="import" href="../google-map/google-map-directions.html">
<polymer-element name="my-element">
<template>
<style>
#google_map_directions {
left: 660px;
top: 400px;
position: absolute;