Programming
Shell Scripting examples
- tree.sh
Graphically displays the folder structure of path. Works like ‘tree’ in DOS.
Good example on recursive function calls in bash scripts.
PHP Programs (good for proramming examples)

My Wordrpess plugin creations
These are not only useful for WordPress users but also plugin programmers and PHP programmers in general as they might provide very useful methods and can be used as programming exampls.
Download:
phpinclude-0.9.zip (2.7 KiB, 265 hits)
Created for Worpress 2.6
Plugin Name: phpinclude
Plugin URI: http://salamanteri.homelinux.net/wordpress/software/wordpress-plugins/phpinclude/
Description: Lets the user include any files, including php execution, inside posts/pages from outside of wordpress infrastructure. Blog administrator can limit users who can use phpinclude functionality is phpincludes admin settings page. To include a file just write to post/page in HTML mode: <code>#include “/var/www/myinc.php”</code>
Version: 0.9
Author: Jani “robsku” Saksa
Author URI: http://salamanteri.homelinux.net/wordpress/ - HackNBlog
Note! Comments for this page are allowed, but I would appreciate if indiviual plugins were commented on their own page.
Requests of new plugins or interoparability between my plugins (or even mine and someone elses) are welcome.
