Highlights
- Pro
Stars
The Beginner's Guide To ReactJS
My Graphics Projects with Three.js, Canvas, or SVG
Personal fashion planning web app. Add your clothes, see how they fit together, and get inspired!
A Social Media Web App built with Vue.js, Firebase, Element-UI, Disqus, Vuex, Vue-Router, and Sass.
A boilerplate to use meteor to build desktop apps!
Example for how to use `react-router/Link` within `material-ui/MenuItem`
boilerplate of vue/vuex/vue(x)-router, with sass/prerendering, muse-ui, and firebase/firebaseui
A 2D top-down shooting game, built with phaser + box2d plugin
Venue Prediction with bag of words + heterogenous information using sklearn SGDClassifier
Using 6-Axis data + PCA + SVM -> predict shooting result
Some common recommendation system baseline, with description and link.
计算机组成与设计 硬件/软件接口 第5版 ; Patterson, Hennessy: Computer Organization and Design:The Hardware/Software Interface,5th Edition.
Source Code for K-d tree in Python series
A simple and fast KD-tree for points in Python for kNN or nearest points. (damm short at just ~60 lines) No libraries needed.