Displaying 7 results from an estimated 7 matches for "dorky".
Did you mean:
porky
2017 May 29
2
Low random entropy
> Am 29.05.2017 um 14:41 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>
>
>
> On 05/29/2017 06:46 AM, Leon Fauster wrote:
>>> Am 29.05.2017 um 05:46 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>>
>>>
>>>
>>> On 05/28/2017 06:57 PM, Rob Kampen wrote:
>>>> On 28/05/17 23:56, Leon Fauster wrote:
2005 May 10
1
[S] Data sets from Chambers' green book?
Dear R and S people:
Yet another dorky question (YADQ), please:
Where can I find the data sets from Chambers' green book, please?
I've tried
http://cm.bell-labs.com/stat/Sbook
(web site, no data or even pointers....functions and articles...good ones)
http://cm.bell-labs.com/stat/project/icmanuf
no web site at all.
Thanks in...
2012 Feb 07
1
alternating element in url
...ULL. Once that is solved I have trouble because
read.table needs the URL to be in "". If I put read.table("url") R wont
recognize it as the url I defined earlier. But I also do not know how to use
cat() to get " at beginning and end.
If I am approaching this in a totally dorky way (likely...), please let me
know, too.
Thank you!! Frauke
Frauke Hoss
PhD student Carnegie Mellon
--
View this message in context: http://r.789695.n4.nabble.com/alternating-element-in-url-tp4363423p4363423.html
Sent from the R help mailing list archive at Nabble.com.
2017 May 29
2
Low random entropy
> Am 29.05.2017 um 05:46 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>
>
>
> On 05/28/2017 06:57 PM, Rob Kampen wrote:
>> On 28/05/17 23:56, Leon Fauster wrote:
>>>> Am 28.05.2017 um 12:16 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>>>
>>>>
>>>>
>>>> On 05/28/2017 04:24 AM, Tony
2017 May 29
0
Low random entropy
On 05/29/2017 06:46 AM, Leon Fauster wrote:
>> Am 29.05.2017 um 05:46 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>
>>
>>
>> On 05/28/2017 06:57 PM, Rob Kampen wrote:
>>> On 28/05/17 23:56, Leon Fauster wrote:
>>>>> Am 28.05.2017 um 12:16 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>>>>
2008 Jul 21
0
Re: find_by_name won't return record id
...> So, why does Role.find_by_name("Admin").id return nil?
>
> If I go into MySQL Query Browser, I can do SELECT id FROM roles WHERE
> name = "Admin" and I get back "233" - everything''s groovy.
>
> I''m sure I''m doing something dorky - apologies in advance...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscr...
2002 Feb 26
0
syslinux timeout
...t
+ ;;call cwritestr
+ call writeprompt
+ ; DTM END --------------------------------------------------
mov byte [FuncFlag],0 ; <Ctrl-F> not pressed
mov di,command_line
;
; get the very first character -- we can either time
; out, or receive a character press at this time. Some dorky BIOSes stuff
; a return in the buffer on bootup, so wipe the keyboard buffer first.
;
clear_buffer: mov ah,1 ; Check for pending char
int 16h
@@ -1479,30 +1496,67 @@
jmp short clear_buffer
get_char_time:
call vgashowcursor
mov cx,[KbdTimeOut]
and cx,cx
jz get_char ; Timeo...