// Mes: 0 a 11, sendo 0 Janeiro e 11 Dezembro // Ano: No padrão yyyy (4 dígitos) function total_dias_mes(ano, mes) { let date = new Date(ano, mes + 1, 0); return date.getDate(); }
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)