Developer Tips: How To Show Line Number in vi / vim & nanoNovember 5th, 2008 vi / vim as well as nano are the most popular editors on Unix / Linux / Solaris and for hardcode Mac OSX users too. For developing / debugging we need line numbers.
Free High Quality Java Charting Software, JFreeChart 1.0.0, ReleasedDecember 7th, 2005 I personally used JFreeChart is several projects. I found it to be of very high quality.
How To Pass Command Line Arguments To Ant Task / ScriptAugust 17th, 2008 Ant is a popular, high quality Java based build and deployment tool from Apache Foundation. You can invoke Java programs in ant using the java task.
How To Solve PmWiki File Upload Problem & Other Upload TipsAugust 10th, 2006 Everytime I tried to upload a file to my PmWiki (popular PHP based Wiki) installation, it failed with "no file uploaded" error. Also it asks me for password thrice, once before accessing the upload page and twice after uploading.
Core Java: How To Get Java Source Code Line Number & File Name in CodeSeptember 8th, 2008 While debugging code Java programmers often use System.out.println(). It is important to write separate message in each System.out.println() so you can understand from the output where the problem lies.
Simplifying Java Software Development: How to Count the Number of Words in a String using Java (one-liner)June 18th, 2005 Java is a language of choice for millions of developers worldwide. In a series of articles I will show simple tips and techniques which make Java extremely powerful and yet simple to use.
Free e-Book: Linux Command Line and Shell Scripting Bible January 29th, 2009 Covering the most popular Linux shells (such as bash, ash, tcsh, ksh, korn, and zsh), this reference book shows how to use commands to create scripts within each shell and demonstrates practical applications for shell scripts (including retrieving information from Web sites and sending automated reports via e-mail). For each shell, the author discusses the commands available and explains how to use these commands to create scripts that can automate common functions and reports.
Mini Scare with jBPMDecember 22nd, 2005 While reading the jBPM (Workflow management software) documentation I got a mini scare with the line "The directory structure of the sub projects core, tools & ejb complies with the maven directory layout". It brought back all my bad memories with Maven, so much so I thought about switching without even giving jBPM a fair trial.
In Postgresql How to solve: psql: FATAL: database "root" does not exist ErrorOctober 16th, 2008 Postgresql command line interface psql presents a stumbling block to any mysql users. Try running psql on command line and you will get a nice and unfriendly error message: FATAL: database "root" does not exist
Most MySQL users face this problem initially with Postgresql because Postgresql works differently.
Copy to and Paste from Clipboard: A cross-platform solution in JavaNovember 1st, 2004 Copy to and paste from clipboard on command line using these nifty java utlities.
How to Connect Your VOIP Service to your Landline Phone and Save Hundreds of Dollars Every MonthDecember 1st, 2008 If you didn't know, VOIP stands for Voice over Internet Protocol. Some wireless phone companies are offering home phone service for rates as low as $10 per month when coupled with cell phone service.
How To Display Sidebar in Single Post in WordPress 1.5 / 2.0 Default Kubrick ThemeDecember 26th, 2005 WordPress default theme (Kubrick based) does not display sidebar on single post page. However with a minor change in the theme you can make it to display sidebar.
How To Debug Execution Path in PHP...Equivalent of printStackTrace() in JavaMarch 1st, 2007 While programming in PHP often you will find that a simple echo or log statement is not sufficient. You have found out where a problem is happening but you have no clue why it is executing that code in the first place.
Program (Source Code) to Trim Whitespaces from Files...April 20th, 2008 PHP is not only a very competent web development language (and part of LAMP stack). It is also a very capable language for writing (command line) scripts.
How To Recursively Delete Files And Directories Using JavaJune 15th, 2006 How can you recursively delete files and directories in windows? You can select them in explorer (in windows) and delete it, right?
The problem with the explorer approach is that if one or more files and / or directories cannot be deleted then the whole process fails. Try cleaning your Local Settings\temp directory to see an example.
May 24th, 2006 at 12:32 am
all the viruses are not dangerous some are operating systems
May 27th, 2006 at 6:40 am
How is it relevant in context?
October 4th, 2006 at 2:12 am
Your php fubonacci script does not work mate
October 4th, 2006 at 5:34 am
Single quotes problem mate. It now works fine.
February 12th, 2008 at 8:12 am
That is not the fibonacci sequence..
June 19th, 2008 at 6:40 am
does anyone know the fibonacci code for this output?
0 1 1 2 3 5 8
i only know this part $limit=7 =( help