-
所谓麻利和急躁的差别在于,麻利的人知道中间可能会出什么问题,征兆是什么,从而时刻检测有没有这样的征兆。而急躁 …
Articles by grapeot
- Tagged as : Chinese
Update on Beamer Writer: Online Compiling with WriteLaTeX and Error Messages
After moving the compiler implementation of our Beamer Writer to node.js, we are able to provide more features than our old version (which used client-side javascript).
- One of them is directly exporting (as well as compiling) the LaTeX code on writelatex.com. The usage is straightforward. Like before, after …
Automatic Email Notification on Github Pushes
It would be sweet if we can get auto email notifications whenever someone pushes to our github project. Unfortunately, the default email service hook of github only supports 2 email addresses at most. Although putting everyone into a mailing list is one solution, for small teams like us, it's also …
[zz] 博士五年总结
Some Technical Details about KinectFusion
KinectFusion is a powerful 3D reconstruction technique based on Microsoft Kinect Sensor. It's included in the Microsoft Kinect SDK, which is pretty easy to use. But if you wish to do some serious vision applications based on that, more technical details need to be figured out. And here are some …