Skip to content

Instantly share code, notes, and snippets.

View rmdias's full-sized avatar

Rodolfo Dias rmdias

View GitHub Profile
@rmdias
rmdias / speech.js
Last active December 7, 2018 14:35
Speech Recognition
const SpeechRecognition = webkitSpeechRecognition;
const SpeechGrammarList = webkitSpeechGrammarList;
const SpeechRecognitionEvent = webkitSpeechRecognitionEvent;
const recognition = new SpeechRecognition();
const speechRecognitionList = new SpeechGrammarList();
recognition.grammars = speechRecognitionList;
recognition.lang = 'pl-PL';
recognition.continuous = true;
@paulochf
paulochf / get_slack_threads.ipynb
Last active July 30, 2018 16:26
Get starred threads dialogs from Slack
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.