search for: 343017

Displaying 2 results from an estimated 2 matches for "343017".

Did you mean: 33017
2009 Mar 30
1
Crash in 1.1.18-6.1
...opt/lib32/usr/lib/libtasn1.so.3.1.2 7db97000-7dc2f000 r-xp 00000000 08:12 342785 /opt/lib32/usr/lib/libgnutls.so.26.11.5 7dc2f000-7dc35000 rw-p 00097000 08:12 342785 /opt/lib32/usr/lib/libgnutls.so.26.11.5 7dc35000-7dc46000 r-xp 00000000 08:12 343017 /opt/lib32/lib/libresolv-2.9.so 7dc46000-7dc47000 r--p 00010000 08:12 343017 err:module:attach_process_dlls "winspool.drv" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system3...
2008 Dec 16
1
Applying a function to a dataframe
Another Newbie Question sorry: I am trying to apply a function a dataframe and could use some help: Assuming, dim(df) = (10,2) say, I would like to apply a function that looks at each row in turn and returns a list (dim =(10,1)) using the columns as inputs to the function, but with no INDEX stuff that the by() function refers to. For a simple function x+y I know in Mathematica it would be