search for: starti

Displaying 14 results from an estimated 14 matches for "starti".

Did you mean: start
2012 Feb 15
2
function similar to ddply? + calculations based on previous row
Hi all, I was wondering if there is a function kind of similar that splits a dataframe, applies a function to each row and returns in a data frame. I know ddply but this one isn?t useful in this situation. I have a dataframe with values for each day (rows) for different objects (columns). I have values for several years. Now, I want to do calculations on only the data of that year. With the
2009 Jun 26
1
gradient fill of a grid.polygon
Dear list, Following a recent enquiry, I've been playing with the idea of creating a colour gradient for a polygon, using the Grid package. The idea is to draw a number of stripes of different colours, using the grid.clip function. Below is my current attempt at this, library(grid) rotate.polygon <- function(g, angle=0){ # utility function, works fine matR <- matrix(c(cos(angle),
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
Here are my patches to add extra shapes to the annotate plugin. I have also added dbus support and made a few things configurable. The new tools available are Line, Rectangle and Circle, the original is called Brush. There is no selection line at the moment because I do not understand OpenGL yet. Hopefully these patches can be added and something added later. There is an extra action called
2006 Oct 24
4
avoiding a loop
I think I asked a similar question 3 years ago to the Splus list and I think the answer was no or noone answered so noone should spend more than 5 minutes on this because it could definitely be a waste of time. My question is whether the function below can be rewritten without a for loop. apply is fine if it can be done that way but i doubt it. I call it a lot and would prefer to not loop.
2008 Apr 25
1
grid() : start values?
Hi, is not there any way to tell grid() the starting value? With nx,ny I get the right number of grid cells, but not on the exact values I would like them. (I know I can do it with abline(), just asking for an easier way, i.e. grid(nx,nx,start.x,start.y)) An alternative way (which would solve another problem) would be making the axes coincident w...
2008 Nov 13
1
system.windows.Forms.MimeIconEngine
Gettting an error startiing an application on the call to system.windows..forms.MimeIconEngine and need to find the dll in which its loaded. I copied the dll from Microsft.NET which appeared to be the one causing the problem, and am getting a bit further, but the error now appears to be in system.windows.forms.winfilesyst...
2011 Jan 03
0
Font '?' cannot be found when running .NET apps
...at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle styl e, GraphicsUnit unit, Byte gdiCharSet) at FormsTest.Form1.InitializeComponent() at FormsTest.Form1..ctor() at FormsTest.Program.Main() wine: Unhandled exception 0xe0434f4d at address 0x7b837c83 (thread 0009), starti ng debugger... Unhandled exception: 0xe0434f4d in 32-bit code (0x7b837c83). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7b837c83 ESP:0033f10c EBP:0033f170 EFLAGS:00000207( - -- I - -P-C) EAX:7b82521d EBX:7b893878 ECX:80070057 EDX:0033f130 ESI:e0434f4d EDI:e0434f4d St...
2007 Mar 19
3
"Horn Loudspeaker Response Analysis Program" mit Wine, geht das doch?
...Dcom--hilft nicht. Alle Schriften installieren beseitigt eine Fehlermeldung, danach verschwindet das Programm im Winenirvana. Bitte helft mir. Wenn hornresp funktioniert kann ich endlich die XP-Partition l?schen. Winebild: wine: Unhandled exception 0xc0000092 at address 0x7ed9ece5 (thread 000c), starti ng debugger... Unhandled exception: floating point stack check in 32-bit code (0x7ed9ece5). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7ed9ece5 ESP:7d776608 EBP:7d776618 EFLAGS:00210202( - 00 - -RI1) EAX:001714fc EBX:7ee09ca0 ECX:00171514 EDX:7d776654 ESI:0017152c...
2004 Aug 03
5
memory error?
...br2: port 1(eth2) entering learning state br2: port 1(eth2) entering forwarding state br2: topology change detected, propagating Uhhuh. NMI received. Dazed and confused, but trying to continue You probably have a hardware problem with your RAM chips TLAN: eth0: Adaptor Error = 0x180002 TLAN: eth0: Starting autonegotiation. TLAN: eth0: Autonegotiation complete. TLAN: eth0: Link active with AutoNegotiation enabled, at 100Mbps Full-Duplex TLAN: Partner capability: 10BaseT-HD 10BaseT-FD 100baseTx-HD 100baseTx-FD TLAN: eth0: Adaptor Error = 0x180002 TLAN: eth0: Starting autonegotiation. TLAN: eth0: Aut...
2012 Dec 13
7
HVM bug: system crashes after offline online a vcpu
Hi Konrad I encountered a bug when trying to bring offline a cpu then online it again in HVM. As I''m not very familiar with HVM stuffs I cannot come up with a quick fix. The HVM DomU is configured with 4 vcpus. After booting into command prompt, I do following operations. # echo 0 > /sys/devices/system/cpu/cpu3/online # echo 1 > /sys/devices/system/cpu/cpu3/online With
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...,7 @@ FDISK_PART_GPT=0xee def get_partition_offsets(file): image_type = identify_disk_image(file) if image_type == DISK_TYPE_RAW: - # No MBR: assume whole disk filesystem, which is like a + # No MBR: assume whole disk filesystem, which is like a # single partition starting at 0 return [0] elif image_type == DISK_TYPE_HYBRIDISO: @@ -122,7 +123,7 @@ def get_partition_offsets(file): partbuf = buf[poff:poff+16] offset = struct.unpack("<L", partbuf[8:12])[0] * SECTOR_SIZE type = struct.unpack("<B", p...
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_ from xen.util.blkif import blkdev_uname_to_file from xen.util
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
...si generic sg1 type 0 [ 30.691522] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 30.691694] initcall init_sg+0x0/0x1000 [sg] returned 0 after 1742 usecs [ 30.700195] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 > [ 30.706632] sd 2:0:0:0: [sdb] Attached SCSI disk Waiting for fb [ OK ] Starting..[/dev/fb0] Could not open; err: 2 FATAL: Module agpgart_intel not found. [ 32.386576] calling drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] @ 5194 [ ^G^G^G^G[ 32.401047] calling fb_console_init+0x0/0x1000 [fbcon] @ 5196 [ 32.401528] initcall fb_console_init+0x0/0x1000 [fbcon] retur...
2003 Dec 01
0
No subject
...Archive: http://lists.samba.org/pipermail/samba/ I recently upgraded from RedHat Linux 6.2 running Samba -2.0.6-9 (which was running fine) to RedHat 7.1 and Samba 2.0.10-2. and I am unable to get smbd and nmbd to start. When I use the command: /etc/rc.d/init.d/smb start, the system says it is starting but the daemons are not running. RedHat 7.1 uses xinetd rather than inetd and I have not found any documentation concerning Samba and xinetd. Restarting xinetd does not start the daemons either. I have upgraded to the latest rpm's from the RedHat site with no change. I was wondering...