Rex's tutorials
Mac OSX: Delete a user account
Contributed by Rex on October 7, 2005 under Mac system administrationDeleting a user account is neat and clean with Mac OS X. This recipe describes the procedure and consequences of deleting a user.
39 comments Continue reading...Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried…
Contributed by Rex on November 25, 2004 under PHP programmingThis error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don’t fret, though, because this is an easy problem to overcome.
102 comments Continue reading...PHP: Break apart strings with explode
Contributed by Rex on September 19, 2004 under PHP programmingPHP has a wonderful built-in function to break apart a string using substring separators. This recipe describes the use of the explode() function.
no comments Continue reading...Java while-do and do-while loop syntax
Contributed by Rex on September 9, 2004 under Java programmingThe while loop in Java allows a loop block to be executed an arbitrary number of times until a condition is met. This recipe shows the basic syntax of the Java while loop.
14 comments Continue reading...Java for loop iteration syntax
Contributed by Rex on under Java programmingThe for loop provides a simple mechanism for repeating a code block a fixed number of times or for iterating through a set of values.
45 comments Continue reading...Java switch/case statement syntax
Contributed by Rex on September 7, 2004 under Java programmingThe switch statement in Java provides a convenient method for branching a program based on a number of conditionals. This recipe describes the use of the Java switch statement.
24 comments Continue reading...Java J2SE Hello World sample program
Contributed by Rex on September 4, 2004 under Java programmingThe Hello World program (one that just prints Hello World to the screen) has long been a staple first application for a programmer to try out a new programming language. This recipe describes the steps involved in compiling and running a simple Hello World program in Java.
24 comments Continue reading...REX'S TOP TEN
- Copy and paste text with vi or vim
- Java switch/case statement syntax
- Show line numbers in vi or vim
- Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried...
- Using variables in Windows batch files
- Java for loop iteration syntax
- Bourne/bash shell script: while loop syntax
- Bourne/bash shell scripts: string comparison
- Bourne/bash shell scripts: case statement
- Determine if file exists in a Bourne/bash shell script
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer



