search for: staement

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

Did you mean: statement
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 Technologies - http://www.iris-tech.com Serveur kwartz - http://www.kwartz.com
2011 Aug 14
5
Puzzled with form on multiple table rows
...event is_ten_event = true trying to make event is_ten_event = true Redirected to http://0.0.0.0:3000/admin/events/events As you can see, in both cases, the 3 event ids which are checked get passed through, and the length of the @events array is 3. After all events are set to false, the first log staement shows the block being executed, and the database being updated. The second log statement shows that although the block was run (from the printout "trying to make event is_ten_event = true") the update_attribute call didn''t do anything! CAn anyone tell me why?? it seems very simp...
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
...iptables -A INPUT -i eth0 -d 192.168.101.60 -p tcp -m state --state > ESTABLISHED,RELATED -j ACCEPT > > But without an INPUT statament it does not work. BUT for TCP OUTPUT > traffice , that will be appilicalbe. But other than tcp (i.e UPD and ICMP ) > I will have to include a INPUT staement. I have no INPUT statements for any traffic that is started from my box. You will only need INPUT statements for traffic that originates from the internet that you want to connect to your box. > A few OUTPUT rules that I need INPUT statemet are give below. (not TCP) > > #UDP > ipt...
2015 Oct 30
0
Isohybrid wiki page and UEFI
...gt; 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 staement by hpa about ISO and EFI, but cannot find it in my mailbox archives back to 2010, which is surely before that mail conversation. (I once made some theories about the EFI-in-ISO failure and hpa told me that it was about other obstacles.) Ady wrote: > The reason genisoimage is highly modified i...
2006 May 19
2
Problem with joins and overlapping field names
...39;'+ ''LEFT JOIN email_addresses on email_addresses.id = messages.email_address_id'', :conditions => [''email_addresses.email = ?'', @email_address.email]) producing this sql staement: SELECT * FROM conversations LEFT JOIN messages on messages.conversation_id = conversations.id LEFT JOIN email_addresses on email_addresses.id = messages.email_address_id WHERE (email_addresses.email = ''xyz@gmail.com'') LIMIT 0, 20 The funny thing is that my conversation.id is...
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