Skip to content

Instantly share code, notes, and snippets.

@rocLv
rocLv / index.html
Created May 1, 2016 02:31 — forked from anonymous/index.html
JS Bin redex react todo list example add todo // source http://jsbin.com/wivuyi
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="redex react todo list example add todo">
<script src="https://fb.me/react-0.14.7.min.js"></script>
<script src="https://fb.me/react-dom-0.14.7.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.0.4/redux.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
@rocLv
rocLv / README.md
Created February 27, 2016 14:50 — forked from karmadude/README.md
San Francisco Contours
# This scripts merges subtitles (if present) and transcodes video files
# to H.264 mp4 video files with similar quality level.
# This will be applied to all video files found under the directory passed
# as an argument to the script or the current working directory otherwise.
# The script will also check if the ffmpeg binaries are present and located
# in unrestricted directory. It will also check for the presence of fonts
# configuration file and copy it to the right place if they are absent.
#
# This code is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free