This file contains hidden or 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
javascript:(function() { | |
if (!document.URL.startsWith('https://chat.openai.com')) { | |
alert('Please use on https://chat.openai.com'); | |
return; | |
} | |
const sanitize = html => { | |
return String(html).replace(/&/g,'&') | |
.replace(/</g,'<') | |
.replace(/>/g,'>') | |
.replace(/"/g,'"'); |
This file contains hidden or 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", |
This file contains hidden or 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 |
This file contains hidden or 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": [ | |
"夏目 漱石" |
This file contains hidden or 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> |
This file contains hidden or 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'); | |
}); |
This file contains hidden or 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 |
This file contains hidden or 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> |
This file contains hidden or 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
音声が出ます。日本語に対応する英文を作りましょう。 |
This file contains hidden or 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 | |
NewerOlder