MarkZhangTW's Stars
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
hazelcast/hazelcast
Hazelcast is a unified real-time data platform combining stream processing with a fast data store, allowing customers to act instantly on data-in-motion for real-time insights.
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
andybalaam/tail-call-opt-in-cpp
Source code for the article Tail Call Optimisation in C++
cdnjs/new-website
🖥 cdnjs.com website
koel/koel
🐦 A personal music streaming server that works.
vim-tw/vim-tw.github.io
Vim zh-hant community website
openalpr/openalpr
Automatic License Plate Recognition library
frontdevops/nojsgame
This is a video about a game that is written in HTML5 + CSS3 - JS
opentk/opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
php/php-src
The PHP Interpreter