Skip to content

Instantly share code, notes, and snippets.

View jordanburke's full-sized avatar

Jordan jordanburke

  • Helio Health Group
  • Boston, Massachusetts
  • 22:12 (UTC -04:00)
  • LinkedIn in/jordanhburke
View GitHub Profile
@alotaiba
alotaiba / google_speech2text.md
Created February 3, 2012 13:20
Google Speech To Text API

Google Speech To Text API

Base URL: https://www.google.com/speech-api/v1/recognize
It accepts POST requests with voice file encoded in FLAC format, and query parameters for control.

Query Parameters

client
The client's name you're connecting from. For spoofing purposes, let's use chromium

lang
Speech language, for example, ar-QA for Qatari Arabic, or en-US for U.S. English

@werpu
werpu / ScalaElResolver.scala
Created July 7, 2011 13:42
Scala EL Resolver for JSF
import javax.el.{ELContext, ELResolver}
import java.beans.FeatureDescriptor
import java.lang.reflect.Method
import collection.JavaConversions._
import collection.mutable.HashSet
import org.extrasapache.myfaces.codi.examples.ebean.support.lang.ReflectUtil
/**
*