image_pdfimage_print

Speech recognition – Post histórico com status de 2008 (10 anos)

Speech Recognition HOWTO: http://www.faqs.org/docs/Linux-HOWTO/Speech-Recognition-HOWTO.html Dates from April 2002, should be updated. Speech Recognition for Linux: http://volker.dnsalias.net/linux/speechrec.html Seems to be up to date as of 2005. CVoiceControl – command and control for Linux: http://www.kiecza.net/daniel/linux/ Up to date as of 2002. Open Continue reading Speech recognition – Post histórico com status de 2008 (10 anos)

Como verificar se um objeto está vazio no JavaScript?

ECMA 5+: // Como Object.keys(new Date()).length === 0; // É necessário efetuar a checagem final Object.keys(obj).length === 0 && obj.constructor === Object   Pre-ECMA 5: function isEmpty(obj) { for(var prop in obj) { if(obj.hasOwnProperty(prop)) return false; } return JSON.stringify(obj) === Continue reading Como verificar se um objeto está vazio no JavaScript?

Can’t locate Date/Format.pm in @INC (you may need to install the Date::Format module)

Para solucionar este problema no Debian, basta: Caso este problema seja detectado no log de erro do Apache, após a instalação do ISPConfig, isto é causado pela falta do módulo Date/Format da Linguagem de progração Perl, que é usado pelo Continue reading Can’t locate Date/Format.pm in @INC (you may need to install the Date::Format module)