Skip to content

Instantly share code, notes, and snippets.

View emmandeb's full-sized avatar

Juan Emmanuel Ramirez Monje emmandeb

View GitHub Profile
@arirusso
arirusso / webkitSpeechRecognition
Created January 4, 2014 01:52
Hello world for Web Speech API in a browser. Speak into the microphone and the recognized words will be printed
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaScript Web Speech API Example</title>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript">
var final_transcript = '';
@malambra
malambra / usuarios.py
Created September 23, 2011 12:41
Script para creacion de usuarios Linux - Python
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Copyright: Manolo
Licencia: Affero GPL V3
Requisitos: Python 2.4
Script para crear usuarios Unix.
Uso:
----