My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Thursday, May 31, 2012
Fatal error: Call to undefined function session_start() in Php 6
›
you may get this error you are not a PHP guy , Fatal error: Call to undefined function session_start() ru...
Tuesday, May 22, 2012
C#, Chained lambda expression to validate Email
›
>
JAVA regular expression, encode &#[0-9]+ form html
›
private static String ReplceSpecialChars(String s) { String orig=s; Pattern pnum...
Thursday, May 17, 2012
How to: Get ProcessID of a given application pool on IIS
›
there are couple ways to get the processed of a given application pool, here is some quick ways to do that. Using WMIC, this works fo...
Monday, May 14, 2012
Using the async node.js library to get twitter content in a parallel
›
Quick test: setup the node.js to pull the contents from twitter in a parallel, and parse the json data back, If search, http://search.t...
Node.js and Sublime auto completion and Build integration / windows 7
›
Sublime Text is a Super IDE for developers, if you are looking the same experience for Node.js, there is one plug-in which supports Both. y...
1 comment:
Friday, May 11, 2012
Java regular expression to extract Date format like April 12, 2012
›
String s = "Department May 89 , 2012 - May 09 , 2011, June 12, 2011"; Pattern p = Patter...
‹
›
Home
View web version