search for: staements

Displaying 7 results from an estimated 7 matches for "staements".

Did you mean: statements
2008 Aug 14
3
tryCatch question
I would like to use the 'tryCatch' function but am having a hard time getting my head around it. In 'C' like languages try/catch/finally means try a block of statements and if any throw an error then do the statements in the catch block and then error or not always do the staements in the finally block. In 'R' as best as I can tell the block of staements in the try block is a single function. Does this mean I need to construct a temporary function that contains what I would have put in the try blck? Also in 'R' it seems the 'finally' function (of '...
2005 May 24
1
BudgeTone 101 doesn't register with FirmWare 1.5.23
Hello, I am trying latest stable Firmware for GS IP Phone BudgeTone 101 found at http://gs-firmware.gratissip.dk/firmwares/ and the phone doesn't send a register staement (nothing in thertereal log). With the 1.0.3.81 version, the phone register properly. Is ther any know bug with the SW Version? Best regards, Daniel ANDRE -- Daniel ANDRE (mailto:daniel.andre@iris-tech.fr) IRIS
2011 Aug 14
5
Puzzled with form on multiple table rows
I''ve got a table of events, and each event has a boolean attribute is_ten_event. On each row of the table is a chekbox to edit the value of is_ten_event, so that multiple rows can be edited with one submit. In order to allow boxes to be un-checked as well, the logic in the controller works like this get array of events from checkboxes that are ticked. make all events.is_ten_event =
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
Hi all, That issue is over now. I found why my ESTABLISHED,RELATED rule at the top of INPUT chain did not work for udp and icmp. The reason was I have included the protocol as tcp as below iptables -A INPUT -i eth0 -p tcp -m state --state ESTABLISHED,RELATED -j ACCEPT I removed -p tcp from above rule. Now it works for all protocols. Thanks for your support. ---------- Forwarded message
2015 Oct 30
0
Isohybrid wiki page and UEFI
Hi, Bruno Cornec wrote: > With grub.efi (0.99 version from RHEL6) I can have access to the grub > prompt. Most of the various EFI bootable ISOs use FAT images with GRUB2 equipment. E.g. this 250 MB image: http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/debian-8.2.0-amd64-netinst.iso > Any other idea wrt debugging that is again welcome. I dimly remember to have read a sparse
2006 May 19
2
Problem with joins and overlapping field names
Hi, I have the following code: @conversation_pages, @conversations = paginate(:conversations, :per_page => 20, :joins => ''LEFT JOIN messages on messages.conversation_id = conversations.id ''+ ''LEFT JOIN email_addresses on
2015 Oct 30
2
Isohybrid wiki page and UEFI
> Hello, > > Ady via Syslinux said on Sun, Oct 25, 2015 at 08:15:37PM +0200: > >_ Creating filesystem that _does_ conform to ISO-9660; > > I think the only issue is with a tag. That same image boots with grub > 0.99 I understand. My point is, in theory, "everything" is frequently expected to work as it was designed; in practice, it is not. So my suggestions