Since 4/2/2012 5:22:16 AM, oprah.chopra has written 2 articles and participated in 0 conversations. oprah.chopra signature: oprah.chopra
oprah.chopra's articles:
Items(2) /1
How to find duplicate 3d points?215 (6/11/2008 3:35:01 PM) comp.lang.python I have a large data file of upto 1 million x,y,z coordinates of points. I want to identify which points are within 0.01 mm from each other. I can compare the distance from each point to every other point , but ... oprah
How to split on a backslash '\' ?3689 (3/8/2008 5:40:55 AM) comp.lang.javascript The following code does not seem to work, I have tried all combinations of \\, \, \\\ etc. Unfortunately I can not change str . var str = 'Hello \ World'; var pattern = /\\/; result = str.split( pattern ); ... oprah