Skip to content

Instantly share code, notes, and snippets.

View sthobis's full-sized avatar
🕘
🕔

Stefanus Thobi Sinaga sthobis

🕘
🕔
View GitHub Profile
@sthobis
sthobis / VSCode Setting 20180929
Last active September 29, 2018 09:21
Microsoft Visual Studio Code User Settings
{
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.fontSize": 14,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.tabSize": 2,
"explorer.openEditors.visible": 0,
"window.menuBarVisibility": "toggle",
@sthobis
sthobis / sample.md
Created February 15, 2018 04:56
Markdown Sample

Markdown Title

Markdown Content

@sthobis
sthobis / google-translate-language-codes
Created February 3, 2017 21:48
List of Google Translate supported languages.
/*
* https://gist.github.com/sthobis
* source: https://ctrlq.org/code/19899-google-translate-languages
*/
const languages = {
'af': 'Afrikaans',
'sq': 'Albanian',
'ar': 'Arabic',
'az': 'Azerbaijani',