Displaying 2 results from an estimated 2 matches for "leaveout".
Did you mean:
leave_at
2002 Feb 27
6
Newbie question
...flush cache
Its work fine when request comes from 172.16.1.0 netwok
When i add
ip route add default via w.x.y.z dev eth1
to forward request from another lan network it works fine
but req from 172.16.1.0 does not work
if i remove
ip route del default via w.x.y.z dev eth1
its work well.
Did i leaveout anything in configuration?
Is my confifuration is correct?
Thanks,
Suresh
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
2010 Jun 02
2
Faster union of polygons?
Dear R-helpers,
thanks for yesterday's speeding-up tip. Here is my next query:
I have lots of polygons (not necessarily convex ones, and they never
have holes) given by x,y coordinates.
I want to get the polygon that is the union of these polygons. This is
my current method, but I am hoping there is a faster method (up to
thousands of polygons, each with ca. 40 xy points).
Example: