Skip to content

Instantly share code, notes, and snippets.

@afodor88
afodor88 / build-mkv-with-subtitles
Created March 3, 2017 18:55 — forked from oznek/build-mkv-with-subtitles
Build MKV video with subtitles inside
#!/bin/bash
# Build MKV file with subtitles inside
# Author: Kenzo Okamura
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
@afodor88
afodor88 / README.md
Created April 19, 2016 18:27 — forked from larrycai/README.md
Learn REST API with Python script, slides : http://www.slideshare.net/larrycai/learn-rest-apiwithpython

Introduction

Learn REST API with Python script, slides : http://www.slideshare.net/larrycai/learn-rest-apiwithpython

REST/JSON is perfect match to fetch web data, and python requests module