wanwenli.com
Welcome to Jekyll
http://wanwenli.com/programming/2013/07/17/welcome-to-jekyll.html
Youll find this post in your. Directory - edit this post and re-build (or run with the. Switch) to see your changes! To add new posts, simply add a file in the. Directory that follows the convention: YYYY-MM-DD-name-of-post.ext. Jekyll also offers powerful support for code snippets:. Prints Hi, Tom to STDOUT. Check out the Jekyll docs. For more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekylls GitHub repo. Comments powered by Disqus. A Hu Qiang Blog.
wanwenli.com
Ocaml React package tutorial
http://wanwenli.com/programming/2014/01/28/React-Tutorial.html
Ocaml React package tutorial. React is an Ocaml package made for reactive programming. Using Ocaml. The objective of this post is to illustrate and explain some examples of the React API. Therefore the basic concepts of React, such as Signals, Events and side effects, will not be repeated here. Below are some prerequisites for reading this post. Version 4.00.1 or above). React (installation via OPAM). Most of the examples used in this post are inspired by test cases. Omitted in the examples below *).
wanwenli.com
Differences between type systems of Ocaml & Java
http://wanwenli.com/programming/2013/12/27/Type-Systems.html
Differences between type systems of Ocaml and Java. When asked the differences between the Ocamls type system and Javas, I realized that I did not understand them well. Therefore, I did some research about these two type systems and posted the result as this blog. Values. These values would potentially cause mechine errors if used where a value is expected. Every expression has exactly one type. When an expression is evaluated, one of the four things may happen:. It may raise an exception,. When compilin...
wanwenli.com
Advice for STM R&D Assignments
http://wanwenli.com/programming/2014/12/28/STM-RD-Advice.html
Advice for STM R&D Assignments. STM (Starter Mission) is the training program for new employees of Works Applications Co., Ltd. Each employee is required to implement several information systems. Here are some practical guidelines for you to program and deliver your systems more effectively. Here we use a simple leave-application system as an illustration. It has some basic requirements as below:. There are two roles in the system: manager and employees. But the main feature is the application of leaves.
wanwenli.com
Categories
http://wanwenli.com/categories.html
Advice for STM R&D Assignments. Ocaml React package tutorial. Differences between type systems of Ocaml and Java. Bootstrap, bootstrap everywhere. Why I used Jekyll-bootstrap instead of Octopress. It has been two years. A Hu Qiang Blog. JOSHUA.NG; I.AM. One thing I have asked. Simon is a software engineer who uses Java, Python and JavaScript. 2015 Design from Materialize.
wanwenli.com
Why I used Jekyll-bootstrap instead of Octopress
http://wanwenli.com/programming/2013/06/13/Why-I-Used-Jekyll-Instead-of-Octopress.html
Why I used Jekyll-bootstrap instead of Octopress. I was amazed by the beautiful blog made by my friend. He suggested me use. However I faced a lot of problems when I tried to install both of them. Below are some examples:. Sudo apt-get install ruby1.9.1-dev. Find the Gemfile by command:. Cd into the directory. You have already activated rake 0.9.6, but your Gemfile requires rake 0.9.2.2. Bundle exec rake install. Apply to all the incidents when rake is aborted. Now I switch to. Comments powered by Disqus.
wanwenli.com
It has been two years
http://wanwenli.com/life/2014/02/03/TwoYears.html
It has been two years. It has been two years since I joined github. Since then my life has stepped into AD (After Development) from BC (Before Coding). Comments powered by Disqus. A Hu Qiang Blog. JOSHUA.NG; I.AM. One thing I have asked. Simon is a software engineer who uses Java, Python and JavaScript. 2015 Design from Materialize.
wanwenli.com
Bootstrap, bootstrap everywhere
http://wanwenli.com/programming/2013/06/19/Bootstrap-Everywhere.html
Bootstrap, bootstrap everywhere. In laymans terms, bootstrap is a CSS and Javascript framework designed to make web development easier. At the same time, it makes the websites look similar. If the framework is used without any customization, the produced websites will look almost in the same style. Anyway, I do not say twitter bootstrap is bad. Even this blog uses this framework. Imagine if I built the CSS from scratch, perhaps I would have not finished writing it. Comments powered by Disqus.
jamesknelson.com
Re-exporting ES6 modules - James K Nelson
http://jamesknelson.com/re-exporting-es6-modules
Thank you for subscribing! June 29, 2015. By James K Nelson. Still need a little help getting ES6 compiling smoothly? First find out how. With the advent of Babel, ES6 modules have become a real option for organising code. Mapping your. Is intuitive and will get you up and running, but the syntax for doing anything else can be downright unexpected. I ran into this today while translating index.coffee. But Babel doesn’t even compile this. Edit: as Tim Branyen. Export {AppBar, AppCanvas}. Re-export the def...
SOCIAL ENGAGEMENT