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({ | |
node010: { | |
// 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({ | |
'node-example': { | |
// Dependent systems | |
depends: [], | |
// More images: http://images.azk.io |
[linux_support] ~/_git/azk | |
$ azk check-install | |
azk: Check dependencies: [ok] | |
azk: Check vm ip: [ok] | |
azk: Check vm ssh key: [ok] | |
azk: Check node: [ok] | |
azk: Check azk node dependencies: [ok] | |
azk: Azk has installed and configured | |
[linux_support] ~/_git/azk | |
$ azk agent start |
"C:\Program Files\7-Zip\7z.exe" e "%1" |
###shell
tar xzf INSTALLATION_FILE.tar.gz
./configure
make
sudo make install
using System; | |
using System.Text.RegularExpressions; | |
public class RegexBasics | |
{ | |
static public void Main () | |
{ | |
Console.WriteLine("Primeiro método"); | |
Console.WriteLine(".. vai casando com o Match até terminar"); | |
Console.WriteLine(".. e junta tudo no final."); |
<!-- | |
These lines below makes the "jasmine" be able to run on command-line and, yet, on browser | |
<script type="text/javascript"> | |
function require(){}; | |
function module(){}; | |
</script> | |
--> | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |