Skip to content

Instantly share code, notes, and snippets.

View saitodisse's full-sized avatar

Julio M Saito saitodisse

  • Linx
  • São Paulo, Brasil
  • 10:55 (UTC -03:00)
View GitHub Profile
@saitodisse
saitodisse / 7z.bat
Created January 31, 2014 22:24
7-zip bat to extract at the current folder
"C:\Program Files\7-Zip\7z.exe" e "%1"

Molho de Tomate - prático

refoge o molho

  • 4 tomates italianos batidos no liquidificador
  • cebola refogada
  • alho refogado

tempere o molho

  • glutamato monosódico
  • shoyu
  • pimenta do galo, chinesa(USA)
@saitodisse
saitodisse / 01.sh
Last active August 29, 2015 14:05
resultado do azk agent start
[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
@saitodisse
saitodisse / Azkfile.js
Last active August 29, 2015 14:06
AZK node example error
/**
* 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

Download only audio track

youtube-dl -f 141/140/139 --playlist-end 20 'https://www.youtube.com/user/videoscpflcultura/videos'

Convert m4a to mp3

for i in *.m4a; do avconv -i "${i}" -acodec libmp3lame "${i%.m4a}.mp3"; done
@saitodisse
saitodisse / 0_reuse_code.js
Last active August 29, 2015 14:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// blabla
@saitodisse
saitodisse / XXX_Busca_detalhe_Nota_Fiscal
Created December 21, 2011 11:11
Busca detalhe da Nota Fiscal no ShcToolsApolloMvc3
///
xxx
http://sec064/ShcToolsApolloMvc3.Release/NotaFiscal/Chave/xxx
.
.
.
@saitodisse
saitodisse / merge_realizado
Created December 23, 2011 12:24
merge realizado
---------
MERGE
---------
branch origem : xxx
branch destino: xxx
----------
status
----------
check-in : OK|ERRO