Skip to content

Instantly share code, notes, and snippets.

@tzutalin
tzutalin / install_cv_anaconda.sh
Created June 10, 2018 04:34
Ubuntu install opencv + anacoda
#!/bin/sh
# ubuntu install opencv + anaconda
# anaconda
curl -O https://repo.continuum.io/archive/Anaconda3-4.3.1-Linux-x86_64.sh
sha256sum Anaconda3-4.3.1-Linux-x86_64.sh
bash Anaconda3-4.3.1-Linux-x86_64.sh
# paste the below to bashrc
export PATH=~/anaconda3/bin:$PATH
@tzutalin
tzutalin / autojump.py
Last active November 6, 2020 07:46
Ranger's settings and plugins
# config/ranger/plugins/autojump.py
import ranger.api
import subprocess
from ranger.api.commands import *
HOOK_INIT_OLD = ranger.api.hook_init
def hook_init(fm):
def update_autojump(signal):
@tzutalin
tzutalin / settings.json
Created August 31, 2019 19:18
VSCode Global Settings
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
".idea": true,
"bower_components": true,
"dist": true,
"tmp": true
@tzutalin
tzutalin / removeCertainSearchEngine
Last active March 26, 2020 20:43
js script to remove all other search engines in chrome
removedName = ['groupon',
'avg',
'red',
'Jenkins',
'petewarden',
'booking',
'Hudson',
'blog',
'ebay',