This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------- | |
PuTTY Fatal Error | |
--------------------------- | |
Disconnected: No supported authentication methods available | |
--------------------------- | |
OK | |
--------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Data --> 24/04/2009 23:57:08 | |
Webco Tech Talk - Git - Ronaldo Ferraz | |
http://www.ustream.tv/recorded/1221889 | |
Analysis of Git and Mercurial | |
http://code.google.com/p/support/wiki/DVCSAnalysis | |
Getting Started with Git and GitHub on Windows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TortoiseSVN Alert! | |
Your working copy appears to be on a tag path! | |
You should first switch to a branch or the main trunk before committing. | |
Do you want to commit anyway? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
names: ["dlpo"], | |
icon: "http://www.priberam.pt/favicon.ico", | |
description: "DLPO - Dicionário Priberam de Lingua Portuguesa On-Line v0.0.3.20090917", | |
help: "Procura a definição da palavra informada no DLPO - Dicionário Priberam de Língua Portuguesa On-Line (http://www.priberam.pt/dlpo/)", | |
author: { | |
name: "Bruno Caimar", | |
email: "[email protected]" | |
}, | |
license: "MIT", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
ToDo: | |
- Try to find an icon | |
Release notes | |
v0.0.1 - Versão Inicial | |
v0.0.2 - (bug) Problemas com acentos resolvido ( Issue about special chars solved) | |
- (change) Licença alterada para MIT (License change to MIT) | |
- (change) Remoção códigos duplicados (Few improvements in code) | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
ToDo: Formatar melhor o resultado | |
Refatorar para evitar código duplicado | |
Incluir links para maiores informações (direto para o site) | |
Incluir opção completo | |
*/ | |
CmdUtils.CreateCommand({ | |
names: ["umportugues"], | |
description: "UmPortugues.com - Acordo Ortográfico da Língua Portuguesa v0.0.4.20090915", | |
help: "UmPortugues.com - Verifica se o texto/palavra está de acordo com o Acordo Ortográfico da Língua Portuguesa (http://umportugues.com/)", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Release notes | |
v0.0.1.20090914 - Versão Inicial | |
*/ | |
CmdUtils.CreateCommand({ | |
names: ["aulete", "iDicionario"], | |
title: "iDicionário Aulete da língua portuguesa", | |
icon: "http://aulete.uol.com.br/favicon.ico", | |
description: "iDicionário Aulete da língua portuguesa v0.0.1.20090914", | |
help: "Procura a definição da palavra informada no iDicionário Aulete da língua portuguesa (http://aulete.uol.com.br/)", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
names: ["estantevirtual"], | |
icon: "http://www.estantevirtual.com.br/favicon.ico", | |
description: "Estante Virtual - <b style='color: red'>Busque livros na maior rede de sebos do Brasil</b>", | |
help: "Busca um livro pelo título ou nome do autor no site Estante Virtual - A maior rede de sebos do Brasil (http://www.estantevirtual.com.br) <br/>Comando desenvolvido por Bruno Caimar<br/>Dúvidas ou sugestões para esse comando entre em contato <br/>Versão 0.1.2_20100714", | |
author: {name: "Bruno Caimar", email: "[email protected]"}, | |
license: "MIT", | |
homepage: "http://ubiquity.brunocaimar.com/", | |
arguments: [{role: 'object', nountype: noun_arb_text}], | |
preview: function preview(pblock, args) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
names: ["migre", "migreme"], | |
icon: "http://www.podpods.com.br/favicon.gif", | |
description: "Migre.ME - Compactar URL", | |
help: "Migre.ME - Compactar URL <br/> Desenvolvido por <a style='color: blue' href=http://twitter.com/brunocaimar/>Bruno Caimar</a><br/> Versão 0.2.0_20091116", | |
author: {name: "Bruno Caimar", email: "[email protected]"}, | |
license: "MIT", | |
homepage: "http://ubiquity.brunocaimar.com/", | |
arguments: [{role: 'object', nountype: noun_arb_text, label: 'URL para compactar'}], | |
preview: function preview(pblock, args) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
names: ["tfd"], | |
icon: "http://img.tfd.com/favicon.ico", | |
description: "Looks for a word definition on TFD (The Free Dictionary)", | |
help: "Looks for a word definition on TFD (The Free Dictionary)" + | |
"Developed by Bruno Caimar - Version 0.1.0_20090918", | |
author: { | |
name: "Bruno Caimar", | |
email: "[email protected]" | |
}, |
OlderNewer