youtube-dl -f 141/140/139 --playlist-end 20 'https://www.youtube.com/user/videoscpflcultura/videos'
for i in *.m4a; do avconv -i "${i}" -acodec libmp3lame "${i%.m4a}.mp3"; done
/** | |
* Documentation: http://docs.azk.io/Azkfile.js | |
*/ | |
// Adds the systems that shape your system | |
systems({ | |
'node-example': { | |
// Dependent systems | |
depends: [], | |
// More images: http://images.azk.io |
'ruby19-postgres': { | |
// Dependent systems | |
depends: [], | |
// More images: http://images.azk.io | |
image: "postgres:9.3", | |
workdir: "/azk/#{manifest.dir}/ruby19", | |
mounts: { | |
'/azk/#{manifest.dir}': path("."), | |
// '/var/lib/postgresql' : persistent('postgresql'), // Volume nomed | |
// '/var/log/postgresql' : path('./log/postgresql'), |
/** | |
* Documentation: http://docs.azk.io/Azkfile.js | |
*/ | |
// Adds the systems that shape your system | |
systems({ | |
node010: { | |
// Dependent systems | |
depends: [], | |
// More images: http://images.azk.io |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console | |
// blabla |
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch __FILE_TO_REMOVE__' --prune-empty --tag-name-filter cat -- --all |
% npm start _git/cerebral-boilerplate (master ⚡) julio-P67A-UD3-B3 | |
> [email protected] start /home/julio/_git/cerebral-boilerplate | |
> cross-env kotatsu serve app/main.js --index app/index.html --config webpack.config.js --devtool eval-source-map | |
[kotatsu] (v0.13.0) | |
[kotatsu] Compiling... | |
[kotatsu] Built in 2.7s. | |
[kotatsu] Done! | |
[kotatsu] Serving your app on port 3000... |
# http://www.grymoire.com/Unix/Sed.html | |
adb -s 192.168.57.101:5555 logcat -c; adb -s 192.168.57.101:5555 logcat -v raw *:S ReactNative:V ReactNativeJS:V | sed -u -e $'s/\\\\n/\\n/g' | sed -u -e $'s/%\[cs\]/__/g' > /tmp/192-1.log.js | |
subl -n /tmp/192-1.log.js | |
adb -s f9azb600j154 logcat -c; adb -s f9azb600j154 logcat -v raw *:S ReactNative:V ReactNativeJS:V | sed -u -e $'s/\\\\n/\\n/g' | sed -u -e $'s/%\[cs\]/__/g' > /tmp/f9azb600j154.log.js | |
subl -n /tmp/f9azb600j154.log.js |