Skip to content

Instantly share code, notes, and snippets.

1. Download https://github.com/dz0ny/leapcast/archive/master.zip
2. Extract zip to C:\leapcast
3.1 Download Python 2.7:
x86: http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi
x64: http://www.python.org/ftp/python/2.7.5/python-2.7.5.amd64.msi
3.2 Install Python to C:\Python27
NOTE: If you have a newer version, install 2.7.5 and edit the environment variable and change for example "C:\Python33" to "C:\Python27".
4.1 Download Setuptools here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools
@LordOkami
LordOkami / Docker-without-sudo.sh
Created May 14, 2018 08:15
Run docker without sudo
sudo groupadd docker
sudo usermod -aG docker $USER
# Relogin
@LordOkami
LordOkami / atom-packages.sh
Last active June 6, 2018 10:12
Atom packages
# Linters
apm install linter
apm install linter-clang
apm install linter-sass-lint
apm install linter-eslint
apm install linter-csslint
apm install linter-stylelint
apm install file-icons
apm install linter-gcc
apm install linter-cpplint
@LordOkami
LordOkami / iterm2-solarized.md
Created May 14, 2018 15:34 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@LordOkami
LordOkami / export_google_music.js
Created June 18, 2018 09:02 — forked from dcalacci/export_google_music.js
Export your Google Music Library and Playlists (Google Play Music All Access) (see http://webapps.stackexchange.com/questions/50311/print-playlist-from-google-play-music for more)
// Jeremie Miserez <jeremie@miserez.org>, 2015
//
// A little bit of Javascript to let you export your Google Music library, playlists, and album track lists :)
//
// I posted this as an answer here: http://webapps.stackexchange.com/questions/50311/print-playlist-from-google-play-music
//
// 1. Go to: https://play.google.com/music/listen#/all (or your playlist)
//
// 2. Open a developer console (F12 for Chrome). Paste
// code below into the console.
@LordOkami
LordOkami / cloudSettings
Last active November 30, 2020 11:19
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-11-30T11:19:15.931Z","extensionVersion":"v3.4.3"}
curl -s https://[USER_TOKEN_ID]:@api.github.com/orgs/[ORGANIZATION]/repos\?per_page\=200 | jq ".[].ssh_url" | xargs -n 1 git clone --recursive
@LordOkami
LordOkami / export_google_starred_locations.py
Created February 4, 2020 20:20 — forked from endolith/export_google_starred_locations.py
Export Google Maps starred locations
# -*- coding: utf-8 -*-
"""
Go to Google Bookmarks: https://www.google.com/bookmarks/
On the bottom left, click "Export bookmarks": https://www.google.com/bookmarks/bookmarks.html?hl=en
After downloading the html file, run this script on it to generate a KML.
"""
@LordOkami
LordOkami / .env
Last active February 26, 2020 21:25
Deezer Music downloader
COMPOSE_CONVERT_WINDOWS_PATHS=1