Flex Tutorial
flex, "fast lexical analyzer", is a software tool for scanning input file and breaking it into recognizable chunks of text, called tokens.
flex, "fast lexical analyzer", is a software tool for scanning input file and breaking it into recognizable chunks of text, called tokens.
The problem of synchronizing multiple concurrent processes is explained and a solution is provided with an example program.
Regular expressions are used for searching strings in text files. Regular expressions are explained with usage in a C program.
Resolution of the problem of vi editor not showing color syntax highlighting in the edit window in Ubuntu Linux.
sha256sum command generates and checks the SHA256 checksum for files. How to use sha256sum command for SHA256 is explained with an example.
Solution to the problem of not being able to access the guest OS from the host in VirtualBox is given with steps.
Solution to the problen of not able to mount VirtualBox Guest Additions CD image and installation of Guest Additions.
Resoution of the problem of "vboxdrv kernel module is not loaded" during the first time running of VirtualBox after installation.
Resolution of the error observed while running VirtualBox the first time, "No Bootable medium found. System halted".
The dining philosophers problem is about deadlock in concurrent systems. The dining philosophers problem is explained with example programs.