News

The previous tutorial explained the Lua stack. It's the fundamental knowledge to start implementing a Lua library in C/C++. You should make sure that you understand the Lua stack before carrying on ...
This tutorial is designed for those who want an introduction to building a digital library using an open source software program. The tutorial will focus on the Greenstone digital library software. In ...
React, also known as ReactJS, is an open source JavaScript library for building user interfaces, often for single-page applications or to add interactive views to existing web applications built ...
This command creates a shared library called shim.so from the shim.c source code file. Then, if the test program was run with the previous LD_PRELOAD line, any calls to the function usb_open () in the ...