Skip to content

Instantly share code, notes, and snippets.

<speak>
Saying bed&amp;breakfast is no problem!
</speak>
<speak>
Why can't you say bed&breakfast properly?
</speak>
@chees
chees / example.xml
Last active May 1, 2018 14:45
SSML basics
<speak>
Hello
<audio src="https://actions.google.com/sounds/v1/cartoon/cartoon_boing.ogg"/>
With SSML,
<prosody rate="fast">you can make speech fast.</prosody>
<prosody rate="slow">Or, make it slow.</prosody>
</speak>

Keybase proof

I hereby claim:

  • I am chees on github.
  • I am chees (https://keybase.io/chees) on keybase.
  • I have a public key ASBz42KBXKgPb7qmZiijYL19Ahm14akfWtmWDhfT1c_g2go

To claim this, I am signing this object:

@chees
chees / Rahul.java
Created February 10, 2012 21:45
Rahul's puzzel
import java.math.BigInteger;
/**
* n! means n * (n - 1) * ... * 3 * 2 * 1
*
* For example, 10! = 10 * 9 * ... * 3 * 2 * 1 = 3628800
*
* Let R(n) equal the sum of the digits in the number n!
*
* For example, R(10) is 3 + 6 + 2 + 8 + 8 + 0 + 0 = 27. Find the lowest value