search for: upt

Displaying 20 results from an estimated 31 matches for "upt".

Did you mean: up
2009 Jun 20
4
Customize axis labels in xyplot
Hello, I'm plotting an xyplot where a continuous var recorded every min is plotted on y, and time expressed as HH:MM:SS on x, as follows : xaxis=list(tick.number=12,rot=90) lst=list(x=xaxis) xyplot(upt$LOAD_1 ~ upt$TIME, data=upt, type=c('g','p', 'r'), scales=lst) On the x-axis, every time label is drawn and the label quickly become unreadable as they overlap on each other. I wished to limit the number of label with 'tick.number=12' but it does not work as the x...
2007 Jun 19
2
Histogram
Hello, I am using the following codes to plot a histogram and density line for x. For the density line, I just want it to show the two tails, eg, for x larger than 0.05 ans smaller than -0.05 hist (x, seq(-0.1,0.1,0.01),freq = FALSE) lines (density(x,bw="SJ"), x> 0.05 & x< (-0.05), col = "red") But is does not work, can anyone give me some advice? -- View this
2006 Apr 13
3
[Bug 466] u.tcp used where u.udp should be, in tftp nat helper
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=466 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com Status|NEW |RESOLVED Resolution|
2005 Nov 15
1
latex table and R codes
Dear R-help assistance; may you help me regrding to following inquiry!? you know what, i have generated three tables by xtable R function, right now i am trying to make a single table by putting these tables togethere; actully i am going to come upt with *.tex (latex) file. because i have more extera non-R material, i am using Sweave to read R instructions, and finally i hope to end up with a single table containing all three tables in one table, would you let me know how i should go for it!?( i mean combining Sweave arguments and Latex e...
2009 Mar 26
0
[LLVMdev] GSoC'09 question
Hello llvm, I am a first year PhD student at "Politehnica" University of Timisoara, Romania. I am a part of the LOOSE Research group (http://www.loose.upt.ro ) and until now I have been involved in several research projects in reverse-engineering object oriented software. Currently I am using llvm to statically check C/C++ programs for memory leaks. What I have until now is a llvm FunctionPass that tries to find a CFG path from each malloc or...
2004 Aug 06
1
ices and libshout.so.1
> "./ices: error while loading shared libraries: libshout.so.1: cannot > open shared object file: No such file or directory" >>Is libshout installed? What I know I haven't installed it, is there a debian package of it so I can install or reinstall it mayne? >>Did you run ldconfig? When I do a ldconfig I get this back in return " ldconfig:
2009 Jun 23
1
Identify groups by character point in xyplot legend
http://www.nabble.com/file/p24173983/groups.csv groups.csv http://www.nabble.com/file/p24173983/groups.r groups.r Hello, Points of an xyplot can be identified to a particular group according to 'sunflowers', a different one per group. However, this distinction does not appear in the legend generated by auto.key, all groups are expressed as a point or line, of different colours, but
2007 May 16
0
Compiling wine on Ubuntu Feity
Hi wine users ! I want to compile wine from git repository on Ubuntu Feisty Fawn (7.04). How can I set up my developpement environment ? The page at http://wiki.winehq.org/Recommended_Packages isn't upt-to-date for feisty. Maybe I should try with Dan Kegel's edgy script ? Regards, LvR
2006 Apr 01
0
[Bug 466] New: u.tcp used where u.udp should be, in tftp nat helper
...p nat helper Product: netfilter/iptables Version: linux-2.6.x Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: NAT AssignedTo: laforge@netfilter.org ReportedBy: peter@cs.upt.ro In net/ipv4/netfilter/ip_nat_tftp.c, in function help(): exp->saved_proto.udp.port = exp->tuple.dst.u.tcp.port; Souldn't it be: exp->saved_proto.udp.port = exp->tuple.dst.u.udp.port; ? It works of course, as u is a union and tcp and udp fields are similar. -- Configure bu...
2015 Aug 28
2
[OT] GNU bc base conversion
...st from the CLI and the right values are returned, I have to wonder. Other than a few other define statements, the only other option I have set is scale=5 in my bcrc. In reference to the order of (o|i)base parameters, I have specified obase before ibase [0]. [0] http://docstore.mik.ua/orelly/unix/upt/ch49_03.htm See below for my examples. Thanks! ]$ echo "bin_to_dec(1001)" | bc 1001 # should be decimal 9 ]$ echo "obase=10; ibase=2; 1001" | bc 9 ]$ grep bin_to_dec ~/.bcrc define bin_to_dec(b) { obase=10; ibase=2; return b; } ---- ]$ echo "hex_to_dec(AB)" | b...
2018 Jun 22
4
[Bug 107003] New: Timeout in nvkm_falcon_v1_clear_interrupt on gp104
https://bugs.freedesktop.org/show_bug.cgi?id=107003 Bug ID: 107003 Summary: Timeout in nvkm_falcon_v1_clear_interrupt on gp104 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org...
2009 Mar 26
3
[LLVMdev] GSoC'09 question - previous mail w/o html
Hello llvm, I am a first year PhD student at "Politehnica" University of Timisoara, Romania. I am a part of the LOOSE Research group (http://www.loose.upt.ro ) and until now I have been involved in several research projects in reverse-engineering object oriented software. Currently I am using llvm to statically check C/C++ programs for memory leaks. What I have until now is a llvm FunctionPass that tries to find a CFG path from each malloc or...
2010 Feb 25
0
Ruby on Rails application could not be started
Hi, Hi, I''m upt o install retrospectiva on my centOS 5 machine. Therefore, i installed ruby 1.9.1 (ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]) and following gems: *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) fastthread (...
2005 Oct 19
1
Initialising a mirror
Dears, I would like to mirror data from 2 servers connected together via VPN over ADSL lines (dwn 2Mbps/Upld 512Kbps). I'm sure rsync is one of the best tool to keep these data in sync but how should I use it to initialise the mirror? I'm currently testing the solution with 10Gb of data to keep in sync. But on my lines it would take more than 40 hours to initially create the
2004 Apr 26
4
e164.org proudly announces PSTN support
e164.org is a public name service which provides ENUM.164, a method devised by the IETF and ITU to allow an ordinary telephone to be connected to an Internet type network and provided dialling service from other, regular telephones. Unlike many other "free" voice over IP systems, e164.org allows users who have a regular telephone line, to also hook themselves up to the Internet
2009 Sep 28
4
[PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
...vmxnet3 a couple of years ago. It's being shipped with hypervisor in products since VMware Workstation 6.5 (9/2008) and ESX 4.0 (5/2009). Some of the features of vmxnet3 are : PCIe 2.0 compliant PCI device: Vendor ID 0x15ad, Device ID 0x07b0 INTx, MSI, MSI-X (25 vectors) interrupts 16 Rx queues, 8 Tx queues Offloads: TCP/UDP checksum, TSO over IPv4/IPv6, 802.1q VLAN tag insertion, filtering, stripping Multicast filtering, Jumbo Frames Wake-on-LAN, PCI Power Management D0-D3 states PXE-ROM for boot suppor...
2009 Sep 28
4
[PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver: vmxnet3
...vmxnet3 a couple of years ago. It's being shipped with hypervisor in products since VMware Workstation 6.5 (9/2008) and ESX 4.0 (5/2009). Some of the features of vmxnet3 are : PCIe 2.0 compliant PCI device: Vendor ID 0x15ad, Device ID 0x07b0 INTx, MSI, MSI-X (25 vectors) interrupts 16 Rx queues, 8 Tx queues Offloads: TCP/UDP checksum, TSO over IPv4/IPv6, 802.1q VLAN tag insertion, filtering, stripping Multicast filtering, Jumbo Frames Wake-on-LAN, PCI Power Management D0-D3 states PXE-ROM for boot suppor...
2003 Oct 02
8
upgrading 4.0 to stable
I'm still kind of hung up looking for some definitive answers on this issue. Perhaps you guys can help me out? Frank Date: Mon, 29 Sep 2003 17:55:33 -0500 (CDT) From: "F. Even" <freebsdlists@elitists.org> Subject: re: upgrading 4.0 to stable To: freebsd-questions@freebsd.org Message-ID: <20030929225533.81D352FE@elitists.org> Content-Type: text/plain; charset=iso-8859-1
2010 May 04
9
RFC: Network Plugin Architecture (NPA) for vmxnet3
...to accomodate NPA by splitting the driver into two parts: Shell and Plugin. The new split driver is backwards compatible and continues to work on old/existing vmxnet3 device emulations. The shell implements the API interface and contains code to do the bookkeeping for TX/RX buffers along with interrupt management. The shell code also handles the loading of the plugin and verifying the license of the loaded plugin. The plugin contains the code specific to vmxnet3 ring and descriptor management. The plugin uses the same Shell API interface which would be used by other IHVs. This vmxnet3 plugin is c...
2010 May 04
9
RFC: Network Plugin Architecture (NPA) for vmxnet3
...to accomodate NPA by splitting the driver into two parts: Shell and Plugin. The new split driver is backwards compatible and continues to work on old/existing vmxnet3 device emulations. The shell implements the API interface and contains code to do the bookkeeping for TX/RX buffers along with interrupt management. The shell code also handles the loading of the plugin and verifying the license of the loaded plugin. The plugin contains the code specific to vmxnet3 ring and descriptor management. The plugin uses the same Shell API interface which would be used by other IHVs. This vmxnet3 plugin is c...