Displaying 20 results from an estimated 24 matches for "whizz".
Did you mean:
whizzo
2009 Jun 03
1
[LLVMdev] debug info for global variables when optimising
...-strip-debug-declare immediately,
> which would hide such cases. Try it with that flag removed and I bet you'll
> see some failures.
Yes, thanks, I hadn't noticed the -strip-debug-declare.
Incidentally I only "see" the failures because some "TEST-FAIL"
messages whizz up and off the screen. The actual "make TEST=ipodbgopt"
command completes successfully. Is that intentional?
Thanks,
Jay.
2005 Sep 28
3
Headline - Linux misses Windows of opportunity
Dear CentOS,
Ken wants you to know about this story on http://www.theage.com.au.
Personal Message:
How much did MS pay for the article?
Linux misses Windows of opportunity
September 27, 2005
URL: http://www.theage.com.au/articles/2005/09/26/1127586780339.html
The online edition of The Age brings you updated local and world news, sports results, entertainment news and reviews and the latest
2015 Apr 14
2
debugging pxelinux
...t.
I thought I would try to find out how pxelinux copes with this, by trying
to insert printfs in pxe_init, but nothing gets printed.
I can spew lots of output if I set
DEBUGOPT = -DDEBUG=1 -DDEBUG_STDIO -DCORE_DEBUG=1
but given that this box doesn't have a serial port, anything I add will
whizz off the screen.
>From looking at com32/include/dprintf.h, it looks as though all this does is
to define dprintf to printf, so why is it that if don't define DEBUG_STDIO
and CORE_DEBUG, and just use printf directly, nothing appears?
I assume (given the dprintfs) that ldlinux.c32 is loaded b...
2008 Jul 03
1
[LLVMdev] gcc in c++
...ants to move to C++. You can argue this is a bad idea.
The consensus is that it isn't a bad idea. The consensus is also that
our time is better spent on coding our compiler than evaluating and
learning new languages. If someone came along and showed us we could
do all we ever wanted with some whizz bang new language and it would
require minimal effort on our part, i'm sure we'd use it.
Nobody has done this.
You certainly will never achieve the goal of getting people to use new
languages by sitting on the sidelines and saying how sad it is.
--Dan
2004 Mar 28
4
Could someone email me with the code for glm.nb ?
Hi -- subject says all. I just want the code for that function,
which I guess was in Venables and Ripley as early as 1994.
Well, and for any of the sub-functions that glm.nb calls. I
can't install the entire MASS library.
If the code for just glm.nb (again, don't want to touch the MASS
library, last time I tried to install it was a complete nightmare and
fiasco) is somewhere on a
2009 Jun 01
0
[LLVMdev] debug info for global variables when optimising
On May 29, 2009, at 6:24 AMPDT, Jay Foad wrote:
> I see that llvm-gcc now has some support for generating debug info
> when optimising - thanks!
>
> However, it still doesn't generate debug info for global variables
> when optimising. Is there any reason for this? With the attached
> patch, the whole test suite passes for me with TEST=ipodbgopt.
The reason is given in the
2015 Apr 14
0
debugging pxelinux
...with this, by trying
> to insert printfs in pxe_init, but nothing gets printed.
This is normal.
> I can spew lots of output if I set
>
> DEBUGOPT = -DDEBUG=1 -DDEBUG_STDIO -DCORE_DEBUG=1
>
> but given that this box doesn't have a serial port, anything I add will
> whizz off the screen.
Serial or some sort of IP KVM with logging is ideal.
> From looking at com32/include/dprintf.h, it looks as though all this does is
> to define dprintf to printf, so why is it that if don't define DEBUG_STDIO
> and CORE_DEBUG, and just use printf directly, nothing app...
2011 May 09
0
Lattice: splom plots for different factors with correlation in lower.panel
...ve thus far is below, using the iris dataset
so that it is reproducible. This almost does what I want, but for some
reason overlays the r-values for each level in each subplot.
I think the problem is something to do with the lower.panel function call
within my custom function, but I am not a huge whizz using lattice and can't
figure out what it is. If I put the panel.text call in the lower.panel
function, it only causes a similar problem. Apologies if there is something
obvious I have missed, I hope there is someone out there who can help me!
var.cor <- list()
for(i in 1:3){
var.cor[[i...
2007 Jun 21
0
[JOB] Web Application Developer
...looking for the following in candidates:
* experience with OO programming and modelling
* understanding of relational databases (we use PostgreSQL)
* rabid enthusiasm for testing, BDD and automation
Experience of FreeBSD and Mac OS X (from a Unix perspective) would be
handy. Being a Capistrano whizz would be helpful. None of this is
essential though; we are happy to take on a junior developer if you
are enthusiastic and willing to take on new things.
The job is permanent, full time, and on-site. If you are interested,
please reply to this email and I will forward your details to the...
2009 Oct 21
0
DAHDI: TCM PCI Master abort
...n remember which is FXS and
which is FXO )-: and a couple of SIP phones; small
home system. About once or twice a month this happens.
What I observe is that the system is comatose. I can switch via
CTRL-ALT-F2 to a console window and I can see the "TCM PCI Master abort"
messages whizzing past. They are also written to the syslog over and
over and over and over and... until the file system fills up and Bad
Things (tm) happen. The only way to get the system back at this point is
to do a hard reset, wait for it to come back, remove
the /var/log/messages file, then reboot again (I...
2002 Aug 21
0
HEAD/TNG Problems.
...both linux and also,
using 'samedit' to TNG. This is the name of my HEAD samba server
running. I've changed the security = share, and the server works on the
network. I can browse shares. I've changed it to =domain and run 'net
rpc join -S csmsrv-tng' and loads of stuff whizzed past the screen,
ending in something along the lines of OK.
I'm presuming that much went ok. I added a user on the system (csm)
using samedit. 'createuser csm -p test'. It said it went ok. (while
I'm talking about that - could anyone tell me what '-i' does?).
When I t...
2005 May 21
1
[LLVMdev] performance results?
Hi,
I'm very interested in the quality of the codes generated by LLVM.
Has anyone done performance comparision among llvm, gcc, and native
compilers on x86 or sparc for SPEC CPU2000 or other large benchmarks?
thanks.
Qiong
2009 May 29
3
[LLVMdev] debug info for global variables when optimising
I see that llvm-gcc now has some support for generating debug info
when optimising - thanks!
However, it still doesn't generate debug info for global variables
when optimising. Is there any reason for this? With the attached
patch, the whole test suite passes for me with TEST=ipodbgopt.
Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 May 25
4
Can I copy my .wine??
I tried doing scp between two machines on my LAN. It whizzed
along at great speed for a long time, mostly displaying messages over and
over saying either something about permission (denied, I presume), or
else about too many levels of symlinks.
What I use it for is GPS/map software -- legacy proprietary stuff
from Garmin and Maptech, to which I have...
2008 Jul 02
0
[LLVMdev] gcc in c++
On Thu, 19 Jun 2008 09:44:46 +0300, Török Edwin wrote:
> Hi,
>
> Have you seen this: http://gcc.gnu.org/ml/gcc/2008-06/msg00385.html
> There is a new branch for converting gcc to C++.
>
> Best regards,
> --Edwin
The sad thing is that they seem to be replacing one unsafe language with
another, presumably with enormous effort.
The only hopeful sign in that thread is the
2008 Jun 19
3
[LLVMdev] gcc in c++
Hi,
Have you seen this: http://gcc.gnu.org/ml/gcc/2008-06/msg00385.html
There is a new branch for converting gcc to C++.
Best regards,
--Edwin
2005 Nov 15
3
First post-xenbus-change USB patch
Here''s the first snapshot of the USB code after updating to the new
xenbus.
The xenidc code provides a much higher level of abstraction than the new
xenbus code so the changes didn''t affect the usb driver much.
I had to put in empty frontend_changed and backend_changed functions
because the new xenbus code segfaults without them. The USB code
doesn''t need them because
2008 Apr 28
8
NetApp vfiler example scripts
Hi,
For anyone who is interested; I created some basic scripts based on my
current iSCSI block script.
http://kinkrsoftware.nl/contrib/xen/block-netapp
http://kinkrsoftware.nl/contrib/xen/netapp-lun.py
Basically these two scripts allow you to start a vfiler with a qtree of
customers. You log in the NetApp upon boot, and can use:
netapp://customer1/disk1
It is work in progress... because I
2008 Apr 28
8
NetApp vfiler example scripts
Hi,
For anyone who is interested; I created some basic scripts based on my
current iSCSI block script.
http://kinkrsoftware.nl/contrib/xen/block-netapp
http://kinkrsoftware.nl/contrib/xen/netapp-lun.py
Basically these two scripts allow you to start a vfiler with a qtree of
customers. You log in the NetApp upon boot, and can use:
netapp://customer1/disk1
It is work in progress... because I
2005 Aug 28
5
Detect Dialtone
i need to know something in the zaptel configuration
as it seems i can configure detecting the busy tone and hangup after number of busy tone counts, that was great but the problem is sometimes the pstn line has no dialtone and when i try to make call it continue dialing while not having a dialtone! while it should say "all lines are busy/congested" how can i configure that??
i already