Quantcast
Channel: Linux Feed » Used
Browsing latest articles
Browse All 3 View Live

Awk – Get CPU usage with GAwk

This script displays a total CPU% (user+system+nice) as well as user CPU% system CPU% and nice CPU%.

View Article



Python – Create an image using PIL (Python Imaging Library)

How to create an image with text (useful for captcha).

View Article

JavaScript – Get DOM element by class name

Select a DOM HTML element by class. (is a fix for IE…and older browser) Use it in this way: var element = Core.getElementByClass("myClass"); element.length; //number of matched elements element[0];...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images