Skip to content

Commit

Permalink
add DoubleMetaphone; check and comment versioned libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed Jun 18, 2013
1 parent 376dab1 commit 396ae22
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ node_modules
npm-debug.log
.DS_Store
.idea
microjs.com.iml
8 changes: 8 additions & 0 deletions atom.xml
Expand Up @@ -2888,5 +2888,13 @@
<summary>Build your own framework from scratch</summary>
</entry>

<entry>
<title>DoubleMetaphone</title>
<link href="https://github.com/hgoebl/doublemetaphone" />
<id>urn:uuid:75cb5e00-d858-11e2-800b-4741063c1b17</id>
<updated>2013-06-18'T'20:48:18Z</updated>
<summary>Phonetically encode w/ DoubleMetaphone algorithm (&apos;Alexander&apos; -&gt; &apos;ALKS&apos;)</summary>
</entry>


</feed>
2 changes: 1 addition & 1 deletion data-min.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions data.js
Expand Up @@ -712,6 +712,7 @@ var MicroJS = [
tags: ["templating"],
description: "Spec-compatible (v1.1+λ) Mustache templating: written in CoffeeScript, runnable anywhere.",
url: "https://github.com/pvande/Milk",
// version is current as of 18-JUN-2013, 2 years old
source: "https://raw.github.com/pvande/Milk/master/dist/v1.2.0/milk.js"
//source: "https://raw.github.com/pvande/Milk/master/milk.coffee"
},
Expand Down Expand Up @@ -1053,6 +1054,7 @@ var MicroJS = [
source: "https://raw.github.com/padolsey/satisfy/master/satisfy.js"
},
{
// can ignore "GitHub says: Not Found" (checked 18-JUN-2013)
name: "jXHR",
tags: ["json", "json-p", "xhr", "ajax", "cross-domain"],
description: "JSON-P based cross-domain Ajax wrapped in the XHR API.",
Expand Down Expand Up @@ -1602,6 +1604,7 @@ var MicroJS = [
tags: ["functional", "language", "data", "sugar"],
description: "A small collection of utility functions to make working with JavaScript that much sweeter and more expressive.",
url: "http://supplementjs.com",
// version is current as of 18-JUN-2013, 2 years old
source: "https://raw.github.com/olivernn/supplement.js/master/dist/supplement-0.1.1.js"
},
{
Expand Down Expand Up @@ -1910,6 +1913,7 @@ var MicroJS = [
tags: ["inputControl", "chars", "numbers"],
description: "InputControl is a powerfull script to controlling own input text to accept specific chars or numbers.",
url: "https://github.com/metalipower/inputControl",
// version is current as of 18-JUN-2013, 1 year old
source: "https://raw.github.com/metalipower/inputControl/master/inputControl-1.0.js"
},
{
Expand Down Expand Up @@ -2686,5 +2690,12 @@ var MicroJS = [
description: "A JavaScript library for cricket scoring.",
url: "https://github.com/ryansmith94/Scorebook",
source: "https://raw.github.com/ryansmith94/Scorebook/master/src/core.js"
},
{
name: "DoubleMetaphone",
tags: ["phonetic", "metaphone", "codec", "sounds", "like"],
description: "Phonetically encode w/ DoubleMetaphone algorithm ('Alexander' -> 'ALKS')",
url: "https://github.com/hgoebl/doublemetaphone",
source: "https://raw.github.com/hgoebl/doublemetaphone/master/doublemetaphone.js"
}
];

0 comments on commit 396ae22

Please sign in to comment.