Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on GetPocket

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://help.getpocket.com/article/883-using-the-save-to-pocket-extension-for-google-chrome

https://help.getpocket.com/article/1077-what-is-article-view

https://help.getpocket.com/article/900-saving-to-pocket-and-viewing-your-list-in-firefox

Developing GUI Applications Using Qt5

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation on Ubuntu

wajig install qt5-default

Crop an Image in Qt

https://stackoverflow.com/questions/7010611/how-can-i-crop-an-image-in-qt

References

https://wiki.qt.io/Install_Qt_5_on_Ubuntu

Games for Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  • Team fortress 2

  • Dungeon defenders

  • Counter strike

  • Bit trip runner 2

  • The cave

  • Heroes of newerth

  • Trine 2

  • Serious sam 3

  • Rochard

  • Botanicula

  • Frozen Synapse

  • Dear Esther

Application Tracking Using OpenCats

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

OpenCats looks like a great applicant tracking system!

http://www.opencats.org/

http://forums.opencats.org/

http://opencats-documentation.readthedocs.io/en/latest/

http://demo.opencats.org/index.php?m=companies

https …

Tips on ANTLR4

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Install ANTLR4 in Ubuntu

wajig install antlr4
sudo pip3 install antlr4-python3-runtime==4.5

References