Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/daniellmb/microjs.com int…
Browse files Browse the repository at this point in the history
…o daniellmb-master

Conflicts:
	data.js
  • Loading branch information
SimonWaldherr committed Jan 27, 2015
2 parents fc760e1 + 3cdeebf commit 9b0724f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,41 @@ module.exports = [
url: "https://github.com/fend25/strg.js",
source: "https://raw.githubusercontent.com/fend25/strg.js/master/strg.js"
},
{
name:"Euclid",
tags: ["euclid","algorithm","greatest","common","divisor","gcd"],
description: "Recursive Euclidean algorithm for finding the greatest common divisor of two numbers.",
url: "https://github.com/daniellmb/Euclids-algorithm",
source: "https://github.com/daniellmb/Euclids-algorithm/blob/master/gcd.src.js"
},
{
name:"VidBG",
tags: ["video","background","embed"],
description: "micro-library for embedding video backgrounds into web pages",
url: "https://github.com/daniellmb/VidBG",
source: "https://github.com/daniellmb/VidBG/blob/master/vidbg.js"
},
{
name:"aop.js",
tags: ["aspect","oriented","programming","aop", "functional"],
description: "Aspect Oriented Programming Micro Library.",
url: "https://github.com/daniellmb/aop.js",
source: "https://github.com/daniellmb/aop.js/blob/master/aop.js"
},
{
name:"di.js",
tags: ["dependency","injection","di"],
description: "Dependency Injection Micro Library.",
url: "https://github.com/daniellmb/di.js",
source: "https://github.com/daniellmb/di.js/blob/master/di.js"
},
{
name:"ab.js",
tags: ["ab test","a/b test","split test", "testing"],
description: "A/B/n Testing Micro Library.",
url: "https://github.com/daniellmb/ab.js",
source: "https://github.com/daniellmb/ab.js/blob/master/ab.src.js"
},
{
name:"devicedetector.js",
tags: ["device detector", "client-side", "ismobile", "check mobile"],
Expand Down

0 comments on commit 9b0724f

Please sign in to comment.