View swear-words.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"arse", | |
"arsehole", | |
"ass", | |
"asshole", | |
"balls", | |
"bastard", | |
"beaver", | |
"beef curtains", | |
"bellend", |
View vireplace.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lemon orange banana melon lemon | |
orange banana melon lemon orange | |
banana melon lemon orange banana | |
melon lemon orange banana melon | |
lemon orange banana melon lemon | |
orange banana melon lemon orange | |
banana melon lemon orange banana | |
melon lemon orange banana melon |
View aozora-bunko-2020-03.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"year": "2020", | |
"month": "03", | |
"ranking": [ | |
{ | |
"book_id": "773", | |
"access": 5113, | |
"title": "こころ", | |
"authors": [ | |
"夏目 漱石" |
View ssml.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<speak> | |
むかしむかし、あるところにおじいさんとおばあさんとアレクサがいました。 | |
<prosody pitch="x-low" rate="x-slow">おじいさん、アレクサのおかげで、毎日がたのしいですねぇ。</prosody> | |
では問題です。私は何歳でしょうか? | |
<prosody pitch="x-low" rate="x-slow"><voice name="Takumi">うーん、何歳だったかのう</voice></prosody> | |
<audio src='soundbank://soundlibrary/impacts/amzn_sfx_fireworks_whistles_01'/> | |
<prosody pitch="x-high">ボーッと生きてんじゃねーよ!</prosody> | |
<prosody pitch="x-high"><voice name="Kendra"><lang xml:lang="en-US">I am 4 years old!</lang></voice></prosody> | |
<audio src='soundbank://soundlibrary/human/amzn_sfx_crowd_excited_cheer_01'/> | |
</speak> |
View index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const functions = require('firebase-functions'); | |
const { dialogflow } = require('actions-on-google'); | |
const app = dialogflow(); | |
app.intent('Default Welcome Intent', conv => { | |
conv.close('hello'); | |
}); |
View README
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html |
View jsdoit.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button id="controller">開始</button> | |
<div id="display-ja"> | |
</div> | |
<div id="display-en"> | |
</div> |
View README
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
音声が出ます。日本語に対応する英文を作りましょう。 |
View README
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://thecodeplayer.com/walkthrough/canvas-fireworks-tutorial | |
https://developer.mozilla.org/samples/canvas-tutorial/6_1_canvas_composite.html | |
View FizzBuzzTest.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'FizzBuzz.php'; | |
class FizzBuzzTest extends PHPUnit_Framework_TestCase | |
{ | |
/** | |
* @test | |
*/ | |
public function say() | |
{ | |
$fizzBuzz = new FizzBuzz(); |
NewerOlder