search for: rtable

Displaying 18 results from an estimated 18 matches for "rtable".

Did you mean: table
2012 Sep 11
2
Sort or Permutate
...ch is a "rating" of the file on first column A small subset looks like that small      [,1]                                                                                                                                                                 [1,] "/storage/storage0/59Off.Rtable" [2,] "/storage/storage0/5912On.Rtable" [3,] "/storage/storage0/5912314ff.Rtable"      [,2]               [1,] "0.220386301811093" [2,] "0.405237035258638" [3,] "0.288659374128626" I want based on the values of column two to rearrange table...
2022 Oct 29
1
tools:: extracting pkg dependencies from DCF
...ble.packages, but who >> >> >> >> really cares what it wants? It's a function and we are people :) >> >> >> >> >> >> >> >>> library(tools) >> >> >> >>> db <- read.dcf("~/gabe/checkedout/rtables_clean/DESCRIPTION") >> >> >> >>> package_dependencies("rtables", db, which = intersect(c("Depends", >> >> >> >> "Suggests", "Imports", "LinkingTo"), colnames(db))) >> >> >> &...
2015 Apr 28
2
Resumen diseño sencillo
...Javier Ruben Marcuzzi CC: R-help-es en r-project.org Hola Javier, Mira alguno de estos paquetes. En algún caso, tendrás que pasar por hacerlo en Markdown pero luego ya sabes que lo puedes exportar a pdf sin problemas... etable Easy Table htmlTable Advanced Tables for Markdown/HTML rtable Tabular Reporting Functions summarytools Dataframe Summaries, Frequency Tables and Numerical Summaries with Customizable Output tab Functions for Creating Summary Tables for Statistical Reports tables Formula-driven table generation Saludos, Carlos Ortega El 28 de abril de 2015, 20:11,...
2015 Apr 28
2
Resumen diseño sencillo
Estimados Estoy realizando algo tan sencillo que no se que forma sería la más apropiada, la situación es la siguiente, hay un data.frame con unos 500 registros, con algunas variables de las cuáles me interesa marcar solo tres, o dicho de otra forma, me interesan tres columnas, de las cuáles cada una tiene entre dos y cuatro factores. Nada complicado, me interesa colocar la combinación de los
2002 May 08
0
Security Advisory
...2002 @@ -66,6 +66,7 @@ =20 extern struct ip_ra_chain *ip_ra_chain; extern rwlock_t ip_ra_lock; +struct nf_ct_info; =20 /* IP flags. */ #define IP_CE 0x8000 /* Flag: "Congestion" */ @@ -106,7 +107,8 @@ unsigned length, struct ipcm_cookie *ipc, struct rtable *rt, - int flags); + int flags, + struct nf_ct_info *nfct); =20 /* * Map a multicast IP onto multicast MAC for type Token Ring. diff -urN linux-2.4.19-pre6.orig/net/ipv4/icmp.c linux-2.4.19-pre6-nf-01/ne= t/ipv4/icmp.c --- linux-2.4.19-pre6.orig/net/ipv4/icmp.c Sun Apr...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->current_speed, + slot_cur->bus_on->current_bus_mode); + *sl = slot_cur; return 0; } @@ -141,7 +143,7 @@ int ibmphp_init_devno(struct slot **cur_slot) rtable = pcibios_get_irq_routing_table(); if (!rtable) { - err("no BIOS routing table...\n"); + pr_err("no BIOS routing table...\n"); return -ENOMEM; } @@ -164,33 +166,33 @@ int ibmphp_init_devno(struct slot **cur_slot) &irq_attr); debug("(*cur_slot)-&g...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->current_speed, + slot_cur->bus_on->current_bus_mode); + *sl = slot_cur; return 0; } @@ -141,7 +143,7 @@ int ibmphp_init_devno(struct slot **cur_slot) rtable = pcibios_get_irq_routing_table(); if (!rtable) { - err("no BIOS routing table...\n"); + pr_err("no BIOS routing table...\n"); return -ENOMEM; } @@ -164,33 +166,33 @@ int ibmphp_init_devno(struct slot **cur_slot) &irq_attr); debug("(*cur_slot)-&g...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->current_speed, + slot_cur->bus_on->current_bus_mode); + *sl = slot_cur; return 0; } @@ -141,7 +143,7 @@ int ibmphp_init_devno(struct slot **cur_slot) rtable = pcibios_get_irq_routing_table(); if (!rtable) { - err("no BIOS routing table...\n"); + pr_err("no BIOS routing table...\n"); return -ENOMEM; } @@ -164,33 +166,33 @@ int ibmphp_init_devno(struct slot **cur_slot) &irq_attr); debug("(*cur_slot)-&g...
2004 Jul 03
0
Setup balancing a cable modem and an ADSL
...2 in the box, then downloaded kernel 2.6.7, applied Julian Anastov parches for version 2.6.7, and then when i tried to compile the kernel i got and error about variable rt not declared, so i check the patch and saw one of the thing it changes is getting rid of line 84 of ipt_MASQUERADE.c ( struct rtable *rt; ), so i added the line back, and the kernel compiled ok. Now i can have the hosts in my internal network being forwarded through both lines and all seems to work properly, but after some hours, it stops working and i cannot have packets forwarded by any of the lines, the linux box still can r...
2008 Sep 12
4
Custom build kernel patch fails big time.
...05-25 12:21:11.000000000 +0300 @@ -108,6 +108,7 @@ #ifdef CONFIG_SYSCTL #include <linux/sysctl.h> #endif +#include <linux/xfrm.h> #define RT_FL_TOS(oldflp) \ ((u32)(oldflp->fl4_tos & (IPTOS_RT_MASK | RTO_ONLINK))) @@ -2631,7 +2632,7 @@ int ip_route_output_key(struct rtable **rp, struct flowi *flp) { - return ip_route_output_flow(rp, flp, NULL, 0); + return ip_route_output_flow(rp, flp, NULL, XFRM_LOOKUP_SLEEP); } static int rt_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event, diff -urN a/net/ipv4/ah4.c b/net/ipv4/ah4.c --- a/net/ipv4/ah4.c 2007-...
2020 Oct 16
2
tools::package_dependencies problems
Hello, All: tools::package_dependencies('Ecfun') failed to find how my development version of Ecfun was using rJava, which generated errors in "R CMD build Ecfun". This is because package_dependencies by default uses CRAN and ignores locally installed packages. What do you think about having this function check both locally installed and CRAN versions? It can
2004 Aug 22
4
Question about htb class
...he code) 2. Why does htb calculate its burst(buffer) with tc_xmit_time() ? Is opt.rate.buffer supposed to have the time it takes to transmit the packet ? (in q_htb.c around 223 lines) 3. What does rtab and ctab arrays do ? And what kind of value should be in there ? (its set in tc_core.c tc_calc_rtable()) I''d really appreciate your help. Thankyou very much in advance. Eme -- Eme _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2012 Oct 31
8
[PATCHv2 net-next 0/8] enable/disable zero copy tx dynamically
tun supports zero copy transmit since 0690899b4d4501b3505be069b9a687e68ccbe15b, however you can only enable this mode if you know your workload does not trigger heavy guest to host/host to guest traffic - otherwise you get a (minor) performance regression. This patchset addresses this problem by notifying the owner device when callback is invoked because of a data copy. This makes it possible to
2012 Oct 31
8
[PATCHv2 net-next 0/8] enable/disable zero copy tx dynamically
tun supports zero copy transmit since 0690899b4d4501b3505be069b9a687e68ccbe15b, however you can only enable this mode if you know your workload does not trigger heavy guest to host/host to guest traffic - otherwise you get a (minor) performance regression. This patchset addresses this problem by notifying the owner device when callback is invoked because of a data copy. This makes it possible to
2012 Oct 29
9
[PATCH net-next 0/8] enable/disable zero copy tx dynamically
tun supports zero copy transmit since 0690899b4d4501b3505be069b9a687e68ccbe15b, however you can only enable this mode if you know your workload does not trigger heavy guest to host/host to guest traffic - otherwise you get a (minor) performance regression. This patchset addresses this problem by notifying the owner device when callback is invoked because of a data copy. This makes it possible to
2012 Oct 29
9
[PATCH net-next 0/8] enable/disable zero copy tx dynamically
tun supports zero copy transmit since 0690899b4d4501b3505be069b9a687e68ccbe15b, however you can only enable this mode if you know your workload does not trigger heavy guest to host/host to guest traffic - otherwise you get a (minor) performance regression. This patchset addresses this problem by notifying the owner device when callback is invoked because of a data copy. This makes it possible to
2012 Nov 01
9
[PATCHv3 net-next 0/8] enable/disable zero copy tx dynamically
tun supports zero copy transmit since 0690899b4d4501b3505be069b9a687e68ccbe15b, however you can only enable this mode if you know your workload does not trigger heavy guest to host/host to guest traffic - otherwise you get a (minor) performance regression. This patchset addresses this problem by notifying the owner device when callback is invoked because of a data copy. This makes it possible to
2012 Nov 01
9
[PATCHv3 net-next 0/8] enable/disable zero copy tx dynamically
tun supports zero copy transmit since 0690899b4d4501b3505be069b9a687e68ccbe15b, however you can only enable this mode if you know your workload does not trigger heavy guest to host/host to guest traffic - otherwise you get a (minor) performance regression. This patchset addresses this problem by notifying the owner device when callback is invoked because of a data copy. This makes it possible to