6 Framed photos was added to the collection 4 small ones and 2 relatively bigger ones All the photos are related to NATIONAL GEOGRAPHIC
Monthly Archives: January 2015
Hacking with listing local system locks
ABOUT lslocks lslocks lists information about all the currently held file locks in a Linux system. File locking is a mechanism that restricts access to a computer file by allowing only one user or process access at any specific time. Systems implement locking to prevent the classic interceding update scenario (see race condition). [bash] $lslocks …
Hacking with an arbitrary precision calculator
dc is a reverse-polish desk calculator which supports unlimited preci‐ sion arithmetic. It also allows you to define and call macros. Nor‐ mally dc reads from the standard input; if any command arguments are given to it, they are filenames, and dc reads and executes the contents of the files before reading from standard input. …
Continue reading “Hacking with an arbitrary precision calculator”
Ultimate Survival Alaska – Competitors :30
[youtube https://www.youtube.com/watch?v=2Z0l5mJ9ls8?rel=0&w=560&h=315]
Introducing The Linux Foundation Certification Program
[youtube https://www.youtube.com/watch?v=Y29qZ71Kicg?rel=0&w=560&h=315]
Example for an Array with processing language
/** * Array. * * An array is a list of data. Each piece of data in an array * is identified by an index number representing its position in * the array. Arrays are zero based, which means that the first * element in the array is [0], the second element is [1], and …
Continue reading “Example for an Array with processing language”