From 50c9becbdb7953b7816ffbfe2d6ed2704ca4fef7 Mon Sep 17 00:00:00 2001 From: Nathan Hutchision Date: Mon, 14 Jul 2014 21:17:46 +1000 Subject: [PATCH 1/4] Add ramda to list of functional programming libs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b8cbb2..ff611ca 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras. * [Sugar](https://github.com/andrewplummer/Sugar) - A Javascript library for working with native objects. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. +* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers. ## Date From a048c4f508940247fd2edad75d4b08be55d3194b Mon Sep 17 00:00:00 2001 From: light Date: Mon, 14 Jul 2014 21:10:21 +0800 Subject: [PATCH 2/4] add iscroll --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b8cbb2..35e6db0 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [scrollMonitor](https://github.com/sakabako/scrollMonitor) - A simple and fast API to monitor elements as you scroll. * [headroom](https://github.com/WickyNilliams/headroom.js) - Give your pages some headroom. Hide your header until you need it. * [onepage-scroll](https://github.com/peachananr/onepage-scroll) - Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin. +* [iscroll](https://github.com/cubiq/iscroll) - iScroll is a high performance, small footprint, dependency free, multi-platform javascript scroller. ## Menu From 830f2f36396f4c1ca14ea2feff75ab8325f2c384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20J=2E=20Rodr=C3=ADguez-Posada?= Date: Mon, 14 Jul 2014 17:30:47 +0200 Subject: [PATCH 3/4] adding list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bba8f8..9d77674 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection # Other Awesome Lists +* [awesome-awesome](https://github.com/emijrp/awesome-awesome) * [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) * [list](https://github.com/jnv/lists) From 611b60a026b360de685bbd731fcb285c32fcf326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?chencheng=20=28=E4=BA=91=E8=B0=A6=29?= Date: Mon, 14 Jul 2014 23:45:41 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d77674..4138c5e 100644 --- a/README.md +++ b/README.md @@ -425,9 +425,10 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection # Other Awesome Lists -* [awesome-awesome](https://github.com/emijrp/awesome-awesome) -* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) -* [list](https://github.com/jnv/lists) +* [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome) +* [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) +* [sindresorhus/awesome](https://github.com/sindresorhus/awesome) +* [jnv/list](https://github.com/jnv/lists) # Contributing