212
I Use This!
Very Low Activity

News

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Posted about 13 years ago by Brett Zamir
@Timo, RafaƂ: there were a few other issues I noticed when comparing to PHP. Should now be fixed.
Posted about 13 years ago by Brett Zamir
@Dj: Fixed in Git, thanks!
Posted about 13 years ago by Brett Zamir
@Welp: let yourGreatness = deeds && !words;
Posted about 13 years ago by Brett Zamir
@Thomas: Fixed in Git, thanks!
Posted about 13 years ago by Thomas
var pos = 0 is initialized but never used.
Posted about 13 years ago by Welp McDerp
function php2js() { var butt = []; butt.push("poop", "fart"); return butt; }
Posted about 13 years ago by wHrOxPsVfW
Posted about 13 years ago by Jacob Lee
Now I got it! If you want the output of PHP and that of Javascript to be same, use utf16to8 and utf8to16 function for javascript for javascript's string represents as utf16.
Posted about 13 years ago by David Lundgren
It would be nice to add the following otherwise date objects are always detected as being empty. if (mixed_var instanceof Date) { return isNaN(Number(mixed_var)); } Idea taken from http://frugalcoder.us/post/2010/02/15/js-is-empty.aspx
Posted about 13 years ago by Baijun
Thanks bro... its really helpful to me....