Examples here use the default settings, see the VidStab readme on GitHub for more advanced instructions.
brew install ffmpeg --with-libvidstab
| Mutt | |
| http://www.mutt.org/doc/manual/manual.html | |
| Select (tag) messages: shift+t (T) | |
| = (string) | |
| ~ (expression) | |
| ~b expr (message with expr in body) | |
| [b]body |
| # Example for my blog post at: | |
| # http://danijar.com/introduction-to-recurrent-networks-in-tensorflow/ | |
| import functools | |
| import sets | |
| import tensorflow as tf | |
| def lazy_property(function): | |
| attribute = '_' + function.__name__ |
| var st = $ui({ | |
| bpm: 86 | |
| }) | |
| var bpm = st.bpm | |
| timer = $.zerone(bpm, sampleRate) | |
| //generator = new $.chrono() | |
| //console.log(timer, st) | |
| //t0.emit('stop') | |
| t0 = timer.beat(3/4, [,1,1,1,1,1,1,[,,,1],], function(ti, b, off, swing){ |
| var st = $ui({ | |
| tempo: 72 / 60, | |
| tmod: 10, | |
| pi: 2, | |
| c: 1, | |
| fq: 18, | |
| swing: 1/18, | |
| speed: 1, | |
| beat: 16, | |
| amod: 9, |
| var st = $ui({ | |
| tempo: 72 / 60, | |
| tmod: 10, | |
| pi: Math.PI / 2, | |
| c: 1, | |
| fq: 289 / 10 | |
| }) | |
| var v = [[0, .67], [0,.25], [1,0]] | |
| var env = $.env([v], [1]) |
| edits = [function(){require('cheatcode') | |
| specialX = function(t){ | |
| t *= 72 / 60 / 2 | |
| return oz.sine(t, 120 + oz.triangle(t, amod(0, .1, t, 1/3) * oz.triangle(t, 2))) | |
| + oz.sine(t, 360 * 2 + (amod(0, .1, t, 1/4) * oz.triangle(t, 3))) | |
| }},function(){require('cheatcode') | |
| specialX = function(t){ | |
| t *= 72 / 60 / 2 | |
| return oz.sine(t, 120 + oz.triangle(t, amod(0, .1, t, 1/2) * oz.triangle(t, 2))) | |
| + oz.sine(t, 360 * 2 + (amod(0, .1, t, 1/3) * oz.triangle(t, 3))) |
| setTimeout(function(){context = (AudioContext) ? AudioContext : webkitAudioContext | |
| master = new context | |
| SAMPLERATE = samplerate = master.sampleRate | |
| jsynth = require('jsynth') | |
| nvelope = require('nvelope') | |
| sync = require('jsynth-sync') | |
| oz = require('oscillators') | |
| jdelay = require('jdelay') | |
| amod = require('amod') | |
| chronotrigger = require('jigger') |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Toggle Switch</title> | |
| <style> | |
| .switch { | |
| position: relative; | |
| } | |
| .switch label { | |
| width: 55px; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CSS3 Checkbox</title> | |
| <style type="text/css"> | |
| .checkbox { | |
| width: 30px; | |
| height: 30px; | |
| background-color: #ddd; | |
| position: relative; |
Examples here use the default settings, see the VidStab readme on GitHub for more advanced instructions.
brew install ffmpeg --with-libvidstab