Skip to content

Instantly share code, notes, and snippets.

View catgarret's full-sized avatar

Lee Dong-Kyu (Dong-gri) catgarret

View GitHub Profile
@LeoHeo
LeoHeo / var-let-const.md
Last active July 26, 2023 16:58
javascript var, let, const 차이점
View var-let-const.md
@getflourish
getflourish / receiver.pde
Last active May 9, 2018 20:37
Speech to Text for Processing using WebSockets and Google Chrome.
View receiver.pde
/*
Simple WebSocketServer example that can receive voice transcripts from Chrome
Requires WebSockets Library: https://github.com/alexandrainst/processing_websockets
*/
import websockets.*;
WebsocketServer socket;
void setup() {