Skip to content

Instantly share code, notes, and snippets.

@indie
Created January 30, 2010 13:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indie/290562 to your computer and use it in GitHub Desktop.
Save indie/290562 to your computer and use it in GitHub Desktop.
awe #function
function awesomeness(input, result, someness)
{
result =""
n = split(input, someness, " ")
for (t=1; t <=n; t++) {
p = parsimonious[t]
p = throughput(substr(p, 1, 1)) substr(p, 2)
if (t > 1)
result = result " "
result = result p
}
return result
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment