Author: aviran
- 
		
		
		The best calculator for AndroidFinding a good calculator for you mobile device is not an easy task, after looking for quite a while I found this scientific calculator which I believe to be the best calculator for Android. 
- 
		
		
		Strip/Remove IRC client control charactersHere’s a small PHP function that gets rid of the mIRC (or any other IRC client) control characters, that is the colors, underlines, italics, etc. 
- 
		
		
		PHP – Collapse multiple line drops to a single line dropIf you need to clean up some input by removing multiple new line drops and replace it with a single new line drop, for example, making this piece of text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam ac elit at elit viverra mollis. Cras tincidunt leo eleifend purus fermentum. Look like this:… 
- 
		
		
		Logging telnet (Or anything else on a Linux/Unix shell)I had some web server acting funny the other day so I decided to go Rambo style and get a page manually using telnet. I also wanted to save the output of the entire client/server negotiation for later analysis. The Unix command script is just for that, it will run telnet (or any other shell…