Skip to content

Instantly share code, notes, and snippets.

@patricktouchette
patricktouchette / caster-commands-for-vs-code.md
Created August 31, 2020 18:01
Caster commands for VS Code

Caster Commands For VS Code

General

Command Shortcut Description
[open] command palette [<text>] Ctrl+Shift+P, F1 Show Command Palette
(open file | go to [tab]) [<text>] Ctrl+P Quick Open, Go to File…
new window Ctrl+Shift+N New window/instance
close window Ctrl+Shift+W Close window/instance
@drmfinlay
drmfinlay / _dictation_mode.py
Last active July 5, 2020 13:57
My formatted dictation Dragonfly grammar + related code
"""
Dictation & command mode Dragonfly grammar
============================================================================
This module defines a configurable grammar for using three different
command/dictation modes. The modes can be configured externally by modifying
the number in the grammar's status file. The modes and associated status
numbers (0-2) are defined as follows:
0. Command-only mode.
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active July 24, 2024 09:32
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

#!/bin/sh
IP=192.168.2.200
docker run -d -p $IP:8019:8019 voxhub/silvius-worker:latest /bin/sh -c 'cd /root/silvius-backend ; python kaldigstserver/master_server.py'
docker run -d voxhub/silvius-worker /root/worker.sh -u ws://$IP:8019/worker/ws/speech
@IntergalacticApps
IntergalacticApps / make_windows10_great_again.bat
Last active December 28, 2023 08:16
Make Windows 10 Great Again - stop Windows 10 spying!
@echo off
setlocal EnableDelayedExpansion
ver | find "10." > nul
if errorlevel 1 (
echo Your Windows version is not Windows 10... yet. Brace yourself, Windows 10 is coming^^!
pause
exit
)
@haasn
haasn / about:config.md
Last active April 2, 2024 18:46
Firefox bullshit removal via about:config

Firefox bullshit removal

Updated: Just use qutebrowser (and disable javascript). The web is done for.