Archive for the Category Code

 
 

Datepicker’s Today button problem

One of the features of jQuery UI Datepicker is an option (showButtonPanel) which will display two buttons: Today and Done. One would expect that upon clicking the Today button the today date will also be selected and used in input box. Instead, jQuery UI Datepicker simply selects it.


| Read more …

Check if PID exists on Linux

A simple function that will scan /proc file system and check if PID exists. If name is provided, it will also check the command name. Function returns TRUE if process was found (and name matched if specified) or FALSE if no such process ID exists.

| Read more …

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close