Trending Github Repositories for 2/9/2015
2/9/2015·1 min read
List of trending repository for 2/2015 which I feel interesting.
- https://github.com/thebinarysearchtree/regexpbuilderjs
Look like a very good idea to use regex. If there're more people use it, I think I want to try it.
var regex = r .find("$") .min(1).digits() .then(".") .digit() .digit() .getRegExp(); regex.test("$10.00"); // true
- https://github.com/reapp/reapp
Looks like it provide app template so developer can start right away.
- https://github.com/jlmd/UpcomingMoviesMVP
Good idea, I should build something like this and use the google material design. If you want to build android use google material design, this sample app should be good.
- http://githut.info/
I have seen this before, very good place to dicover languages in github. What's swift? I need to take a look.
- https://github.com/USArmyResearchLab/Dshell
USArmyResearchLab, interesting.
- https://github.com/facebook/css-layout
This is something I'm not familiar, so want to take a look.