search for: cprogs

Displaying 4 results from an estimated 4 matches for "cprogs".

Did you mean: progs
1997 Jul 24
1
R-beta: dyn.load: incompatability between R and S
I have C routines in a collection of files "/homef/jonm/postdocs/GLMM_project/Cprogs/nn/misc.o" "/homef/jonm/postdocs/GLMM_project/Cprogs/nn/random.o" "/homef/jonm/postdocs/GLMM_project/Cprogs/nn/ars.o" ... etc , where the third file includes functions which call functions in the second. In S, the function > gload function() { dyn.load("/homef/j...
2010 Feb 23
2
how to pass external parameters to an R script
How, if possible, can I run an R script, from command line, passing external parameters just like I can run a C main program passing parameters: # Cprog p1 p2 p3 Cprog can access its arguments (p1,p2,p3) through the built-in structures "argv" and "argc". Since R is built on C language I would expect the same feature to be available with R scripts as well ... ? Please, notice
2023 Feb 23
0
[Bridge] [netfilter][bridge...?][BUG report] vmalloc-out-of-bounds Read in __ebt_unregister_table
Hello I'm iCAROS7 and my syzkaller hit vmalloc-OOB in net/bridge/netfilter/ebtables.c:1168 I not sure about that and related bridge. But report for just-in-case. I attached C reproducer and syzkaller report. Thank you for your deication. >From iCAROS7. <Information of my syzkaller system> CPU: Intel i7-12700K OS: Kubuntu 22.04.1 LTS (amd64) Kernel: 5.18.19-051819-generic Syzkaller
2013 Aug 04
1
XP network breaks when shares are accessed by Fedora 19 smbclient
Hi. This is my first samba install. I have an XP box which connects to internet via dialup "DUN", is the base of the lan and provides InternetConnectionSharing to the lan. The XP lan base is 192.168.0.0 and the XP user "Owner" is on 192.168.0.1 and hostname is "WILLY". My Fedora 19 laptop on 192.168.0.148 with hostname "splurge.f19". I am having