Displaying 20 results from an estimated 39 matches for "flew".
Did you mean:
few
2006 Jul 13
1
From the Agile book, page 144 regarding a div tag helper
...copied code from the Rails
standard
helper called content_tag( ); that?s how we knew to call tag_options( )
the way
we did.And how did we find the source code of the content_tag( ) method?
We brought up the
RDoc documentation in a browser and clicked the View Source link.
>>>
This just flew gracefully over my head..(duuugh)..
I was at the RDDoc site, and nothing pertaining to helper methods, or a
source containing ''content_tag()'' was found..
So my question is which source file did Dave talk about? and how often
would we have to do this kind of trick..
Thanks
--...
2005 Sep 03
1
Whole lotta stuff
....
Added a typedef for wxDash
Corrected/expanded the typemap for GetTextExtent
Added GetMultiLineTextExtent prototype (there are some others missing I
didn''t add. I added this one because the typemap was so close to the other)
Added typemap for SetDashes
3) It''s very late (just flew out to the West Coast) and I''m not
thinking straight. But I seem to recall there was a problem I shelved
earlier today where appropriate ruby interfaces weren''t being created
for files we %import.
Roy
_______________________________________________
wxruby-users mailing...
2003 Sep 17
0
FW: opiekey segfault ... isn't that harmfull? it's setuid root
...ecret pass phrase: TESTtestTEST
ID jimmy OTP key is 1 ad2003
HUT SWAY DANE TOLL DAM JUDO
jimmy@lama (192.168.0.50) 13:47 ~ $ opiekey -n 2 1 ad2003
Using the MD5 algorithm to compute response.
Reminder: Don't use opiekey from telnet or dial-in sessions.
Enter secret pass phrase: TESTtestTEST
0: FLEW SLAY STAN BUNK RAT BACH
1: HUT SWAY DANE TOLL DAM JUDO
jimmy@lama (192.168.0.50) 13:48 ~ $ ssh 192.168.0.50
otp-md5 0 ad2003 ext
Password: FLEW SLAY STAN BUNK RAT BACH
jimmy@lama (192.168.0.50) 13:49 ~ $ exit
Connection to 192.168.0.50 closed.
jimmy@lama (192.168.0.50) 13:51 ~ $ opieinfo
-1 (null)...
2009 May 26
3
Still can't find missing data
...able ## List
connector
Mode_orig_only OD Passenger Connector
Walked/Biked 17.814338 0.000000
I flew in from another a place/connected 0.000000 0.000000
Amtrak 49.128982 0.000000
Bus - Chartered bus or van 525.978899 0.000000
Bus - Hotel Courtesy van...
2009 Feb 19
1
How do I get xtabs to show missing data?
...de_orig_only + connector, LAWAData)
> XTTable ## List
connector
Mode_orig_only OD
Passenger Connector
Walked/Biked
17.814338 0.000000
I flew in from another a place/connected
0.000000 0.000000
Amtrak
49.128982 0.000000
Bus - Chartered bus or van
525.978899 0.000000
Bus - Hotel Courtesy van
913.295370 0.000000
Bus - MTA (Metro) or other public transit bus
114.302764 0.000000
Bus - Scheduled airport bus...
2008 May 21
9
Slow pkginstalls due to long door_calls to nscd
...are asking nscd
to resolve? ***
Hopefully that will lead me (and the Sun engineer with whom I have a
case open) to an understanding of what is leading to the presumed
timeouts.
FWIW, here''s a partial truss with timestamps of an existing pkginstall
process. Once it hit the ioctl(3,...) it flew through the package
installation. Note the times around the door_calls: 13, 10 and 15
seconds (the first isn''t a multiple of 5 since I started the truss
during the call).
Base time stamp: 1210181159.9172 [ Wed May 7 17:25:59 GMT 2008 ]
door_call(4, 0xFFBFD030) (sleeping...)
1210...
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time:
http://www.vimeo.com/742590
This disturbs me immensely. If anyone can explain it, that would be cool.
I think it''s an illusion brought about by how RSpec wraps the code it
executes, and by the sheer weirdness of continuations.
--
Giles Bowkett
Blog: http://gilesbowkett.blogspot.com
Portfolio:
2000 Aug 17
1
Things I don't understand about the graphics interface
...e postscript() or ps.options().
3. I see that png() and jpeg() have no "horizontal" option. Is that
because they are being saved in a file, and there is no need to
constrain them to fit in a piece of paper?
4. Can you explain this? I did
>example(hist)
and a bunch of histograms flew by really fast. Then I did
> png(file="test.png")
> example(hist)
> dev.off()
I expected the file "test.png" to have just one figure, I was guessing
the last one that showed on the screen. But instead it was a figure with
4 histograms, arrayed in a 2x2 matrix. What co...
2019 Jun 17
0
[PATCH 06/59] drm/prime: Actually remove DRIVER_PRIME everywhere
On 2019/06/14, Daniel Vetter wrote:
> Split out to make the functional changes stick out more.
>
Since this patch flew-by, as standalone one (intentionally or not) I'd
add, anything vaguely like:
"Core users of DRIVER_PRIME were removed from core with prior patches."
HTH
Emil
2007 Dec 01
0
[PATCH] Add Visual Studio 2008 Prject files
...windows. From what I hear, that is coming.
This may be an option for you to consider.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"I ran it on my DeathStation 9000 and demons flew out of my nose." --Kaz
2010 Feb 26
0
Dom0 fails to boot CentOS 5.4
...issue? I tried using the beta 2.6.18-190.el5xen
kernel, and it gave the same errors. My grub.conf file is attached here:
http://pastebin.ca/1812408
I also read that there is a way to make a serial over lan connection to
log all the messages at boot, as I was unable to get most of them
because they flew by so fast. If that''s necessary, could someone point
me in the right direction? I don''t have a serial port on the machine
that would be logging the boot (not to mention no cable to connect them
readily available) so SoL is my only bet, although if it''s not necessary
I'...
2001 Oct 01
0
Summary on graceful exit from fortran.
...C function) and it
worked. Since Prof. Ripley supplied explicit code, it was trivial to
implement. I had to change ***ONE*** line, in the Fortran code:
the declaration ``int nc'' causes the compiler to hiccup (at least on
our system) --- I change it to ``integer nc'' and everying flew
beautifully.
The behaviour provided was EXACTLY what I'd hoped for.
In closing let me (as has been done so often before on this list and
the s-news list --- but it bears repeating) publicly express my
gratitude to Prof. Ripley for his help and wisdom and extensive
insight.
cheers,...
2004 Jul 09
0
Eqexxmey A valauable resource
...drug you need. It's simple,
quick and secure!
No cha_rge for the physician's consult. Fast, private
Lega`lly or`der Parac`odin, Su'perVia"gra etc
please LQQk: http://wo.net.yourpillsweb.com?k=T11k26
Stock is limited and selling fast, so hurry
It isn't their fault; I flew over the wall, returned Rob
2005 Feb 17
0
Report of incompatability [pxelinux] - (long ago fixed)
...ompaq Deskpro Pentiums (DP4000S) slimline system, and
PXELINUX froze after loading up and giving the "ip=###.##.### ..." line.
No network traffic took place after that; checked with a sniffer.
When I got the RPMs off of kernel.org for syslinux 3.07, and copied
everything back over, it flew just fine. No freezes or anything. Now
if I could just figure out why Kickstart is failing.... sigh.
Thanks once again for a great piece (pieces!) of software.
--
David Douthitt
UNIX System Administrator
Linux+, LPIC-1, RHCE
HP-UX, Unixware, Linux, FreeBSD, OpenBSD
Member: ACM, USENIX/SAGE
2003 Jul 14
0
samba via ssh; some W2000 do not.
Samba 2.2.8a. Since (Free)Swan flew into ground I've started to use
openssh to connect to the samba server. So far so good, what I do is to
forward 139 and then declare the samba server to be 127.0.0.1 in lmhosts on
the Windows WS. It worked well for all XPs Pro that I have tested but in 2
out of 3 W2000 Pro it did not. That is t...
2008 Dec 06
0
Samba 3.3.0rc1 for production server - is it safe?
...ne in
pam_winbind.c - in function `_pam_error_code_str';
old line:
PAM_AUTHTOK_RECOVERY_ERR
new line:
=> PAM_AUTHTOK_RECOVER_ERR
because I saw this in pam_windbind.h
#ifndef PAM_AUTHTOK_RECOVER_ERR
#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
#endif
I rpmbuild-ed it again, it flew through the above stage, but again, it
stucked while compiling samba-3.3.01rc/source/client/mount.cifs.c. It
said that
unlock_mtab and lock_mtab is undefined. I tried digging the source
code, I found this
else {
atexit(unlock_mtab);
rc = lock_mtab();...
2003 Apr 18
2
What do you think of mergemaster -i option ?
Yeah, I don't have luck with mergemaster, may be after another 100 times
I run it I will educate myself to properly use it.
So, would '-i' option help me to automate the process?
Best Regards, Anton
2007 May 26
0
[LLVMdev] Random notes on the llvm developer meeting
...ng LLVM in many interesting ways, and the excitement level
seemed generally very high.
Many thanks to the speakers, attendees, and organizers. I really enjoyed
meeting all of you, and it's great to now be able to put faces together
with names. From an informal poll, about 20% of attendees flew in, and
just about everyone seemed to want to do it again :).
Speakers: please send me a copy of your slides in .PDF format for future
reference and for those who couldn't make it. I'll put together a page to
host them.
Also, random nagging note: please send a picture to be included o...
2001 Aug 23
1
2G Maximum file size?
I have just tried to rsync a file of 2147500032 bytes (2.0000152587Gb) and
got the following error:
rsync -Wvaz /db/edwp/temp/edwp_temp_09.dbf klingon::Dest/db/edwp/temp/
building file list ... link_stat /db/edwp/temp/edwp_temp_09.dbf : Value
too large for defined data type
done
wrote 81 bytes read 40 bytes 80.67 bytes/sec
total size is 0 speedup is 0.00
Source and
2004 Sep 09
0
file context menu takes for ever with 3.0.6,bothserne tand suse
...ns include SO_KEEPALIVE IPTOS_LOWDELAY and TCP_DELAY
on my systems.
What command is meant by "no" as in "no -a"?
I don't find it on my Linux.
> did you try "large readwrite = no" with sendfile on or off?
> I'm just really curious because my system just FLEW after that
> change, but I have TCP_NODELAY SO_SNDBUF=262144 SO_RCVBUF=262144
> and have the "no" options tuned accordingly.
I dealt with both modifications separately.
I'll give it a try jointly + your 256k buffers
just to see if it makes a dent. But "no" options
c...