Tag: libraries
Glaring Gap In Open Source Security, 80 Percent Of Libraries Used...
92 percent of open source library flaws can be fixed with an update, and 69 percent of updates are only a minor version...
Machine Learning Libraries that can Make Web Applications Smarter
Web applications have come a long way. From the simple data capturing applications of the past they are now complex and dynamic. To enrich...
Write Your Own conio.h for GNU/Linux
Here's a close look at the technique and code for console handling in Standard (i.e., ISO/ANSI) C/C++. In the latter part of the article...
Building an Embedded System Based on the Initial RAM Disk
Here's a rough tutorial on writing an embedded Linux based system, using an initial RAM disk.
The initial RAM disk (initrd) is a tool for...
A Peek Into the Hadoop Distributed File System
HDFS is a core component of the Hadoop package. It is an open source implementation of the distributed file system on the lines of...
Loading Library Files in C++
This article demonstrates how to load shared or dynamic library files in programs written in C++, which is not as straightforward as in C.
Device...