search for: otoh

Displaying 20 results from an estimated 1862 matches for "otoh".

2004 May 05
2
[LLVMdev] Open Source Contributions
...the server much easier to deal with. > BTW, before considering arch too seriously, you should check how > mature/stable it is. Last time I heard about it, Tom Lord was pleading > for help and funding to finish Arch. Yes, I think that Tom Lord is the single biggest problem with Arch. :) OTOH, Arch is now a gnu project, so perhaps its better now. I any case, everything that I know about it is dated. :) > OTOH, Subversion is just a sane CVS. No distributed repositories. > > With CVS, some people keep a copy of the main repository on their > local computers. That's what...
2008 May 13
6
[LLVMdev] Iterator protocols
...the iterator object that says whether or not the sequence is finished. So the question is, what's the trade-off. In most languages that support exceptions, you tend to think of exceptions as expensive operations that should only be thrown if something truly "exceptional" happens. OTOH, the Java case is also made worse by the fact that a large part of the time you'll be using the more expensive interface dispatching, rather than simple vtable dispatching. I would imagine that for smaller sequences the Java protocol wins (because of the expense of unwinding), whereas for...
2004 May 05
0
[LLVMdev] Open Source Contributions
...ternet connection, or you are behind a firewall, so you can not access the server at all (no diffs, no logs, nothing)". BTW, before considering arch too seriously, you should check how mature/stable it is. Last time I heard about it, Tom Lord was pleading for help and funding to finish Arch. OTOH, Subversion is just a sane CVS. No distributed repositories. With CVS, some people keep a copy of the main repository on their local computers. That's what some gcc developers do. They rsync from time to time with the remote repository. I don't know how serious the incoveniences are with t...
2002 Feb 15
3
ssh can't resolve hostnames thru WINS
...openssh use this snippet to convert hostname to ip: if((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) fatal("%s: %.100s: %s", __progname, host, gai_strerror(gaierr)); and it fails for me exactly in this if() when I say "ssh <wins_name>". OTOH, ping uses code similar to struct hostent *hp; hp = gethostbyname(hostname); and this works for WINS names. My openssh version: openssh-3.0.2p1 Will try to patch ssh, although I'm know nothing about network programming. Happy hacking, -- vda
2008 Aug 22
7
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
Thanks! This is all very interesting, and tells me that LLVM has a way to go to fully support all of these capabilities (if that is the right thing to do, which isn't clear). OTOH, it looks like a lot of real-world software that is using LLVM already doesn't seem to be affected by the lack of them. Does anyone know of any C/C++ programs that require integer overflow on signed arithmetic (even though it is not strictly allowed by the standard)? Also, does anyone...
2004 May 05
0
[LLVMdev] Open Source Contributions
...l with. > >> BTW, before considering arch too seriously, you should check how >> mature/stable it is. Last time I heard about it, Tom Lord was pleading >> for help and funding to finish Arch. > > Yes, I think that Tom Lord is the single biggest problem with Arch. :) > OTOH, Arch is now a gnu project, so perhaps its better now. I any > case, > everything that I know about it is dated. :) > >> OTOH, Subversion is just a sane CVS. No distributed repositories. >> >> With CVS, some people keep a copy of the main repository on their >> l...
2004 May 05
3
[LLVMdev] Open Source Contributions (was Re: Benchmarks)
Chris Lattner wrote: > > Right, but you'd need HTTP/FTP server. Not a problem for *me*, but lots > > of folks are behind firewalls and can't do that. > > Sure. I can't imagine that there is a wonderful solution other than this > though. In particular, how can you do distributed development without it? > The whole idea is to reduce the need for a completely
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
By now, linux is mostly endian-clean. Enabling endian-ness checks for everyone produces about 200 new sparse warnings for me - less than 10% over the 2000 sparse warnings already there. Not a big deal, OTOH enabling this helps people notice they are introducing new bugs. So let's just drop __CHECK_ENDIAN__. Follow-up patches can drop distinction between __bitwise and __bitwise__. Cc: Linus Torvalds <torvalds at linux-foundation.org> Suggested-by: Christoph Hellwig <hch at infradead.org&...
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
By now, linux is mostly endian-clean. Enabling endian-ness checks for everyone produces about 200 new sparse warnings for me - less than 10% over the 2000 sparse warnings already there. Not a big deal, OTOH enabling this helps people notice they are introducing new bugs. So let's just drop __CHECK_ENDIAN__. Follow-up patches can drop distinction between __bitwise and __bitwise__. Cc: Linus Torvalds <torvalds at linux-foundation.org> Suggested-by: Christoph Hellwig <hch at infradead.org&...
2007 Jun 07
2
gtk-window-decorator takes 100% CPU and doesn't work
...n manager selection on screen 0 display ":0.0" And 1. I get no window decorations at all 2. gtk-window-decorator takes 100 % CPU 3. The desktop content doesn't get updated any more -- e.g .xterm w/o characters and the cpu load applet shows the (frozen) state when compiz was startet. OTOH compiz itself works, I can rotate the cube. This is compiz 0.5 as it comes with debian unstable. Any ideas? -- Dr. Johannes Zellner <johannes at zellner.org>
2009 Feb 02
2
[LLVMdev] Adding legal integer sizes to TargetData
...future, so there is an inherent limit to its power. An earlier place to handle this is in codegen prepare, which is global. However, the bad thing about this is that it would effectively require duplicating all the type legalization code in CGP, which is a pass we want to shrink, not grow. OTOH, the whole CGP pass is really a hack around selection dags not being whole-function. A third way to handle this is to add to target data a notion of "native types". Instcombine could then be constrained to not do the widening/narrowing transformations when the original type (i32 i...
2006 Feb 12
2
Updates
SuSE tries to feed me Wine V20050211 as a security fix for the recent WMF vulnerability. OTOH, WneHQ says that this is fixed in V0.9.6. Can anyone tell me how to specify to "YOU" (YaST Online Updater) that I most certainly don't want that 20050211 version? Not now -- not ever! I am now using V0.9.7. If I permit "YOU" to perform automatic updates I get clobbered by...
2009 May 22
1
/etc/asterisk/startup.d
Does anybody think it would make sense for /etc/init.d/asterisk to run /etc/asterisk/startup.d/*.sh on start like safe_asterisk did? Philipp Kempgen -- AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de Videos of the AMOOCON VoIP
2004 Sep 27
3
must use dns-name for shares
...om\share instead of \\smbserv\share Otherwise the user is asked for username and password, but is refused access, regardless of whether the password is right or wrong. However, if a wrong password is given several times, the user is locked out from the AD. (PDC is a Win2K-server.) The NT-boxen, OTOH must use the form \\smbserv\share. Any advice on where to start looking for errors? Regards, Alex
2014 Mar 04
2
6.03-pre6 minor building suggestions
...main txt/html/ directory), just as the rest of the documentation is. In that case, the <respective_firmware>/txt/html/ subdirectories should not even be created. _ The bios/dosutil/ directory contains copybs.com and eltorito.sys, while the efi32/ and efi64/ don't, which is expected. OTOH, mdiskchk.com is being created under the main dosutil/ directory. I think that 'mdiskchk.com' should be created under the bios/dosutil/ subdirectory, just as copybs.com and eltorito.sys are. I am unsure whether 'dosutil/README' and 'dosutil/eltorito.txt' should be also...
2004 Jun 09
5
"attach" in R corr. to Spus one
Hi, I am a newbie to R, just trying to switch from Splus. I am wondering to know if there is any such command in R as "attach" in Splus which can be used to attach the full directory. Also, any idea/referrence about, how to load c functions in R would be highly appreciated. Thanks, Utsav
2006 Oct 09
2
Detab should be multi-byte aware?
...verts to (X)HTML which does not define the tab size, and a good rule of thumb is to always convert to spaces before publishing on the net. As for #2, Markdown doesn?t know the encoding of the source document, so that would mean it can?t really be aware of things such as UTF-8 mb sequences, OTOH if it changes my pre-formatted text, I would like to have it do the right thing.
2008 Mar 20
0
[LLVMdev] Just got bitten by accidentally using the wrong gcc
...ure already does that for gcc < 3. > > What are valid versions? Exactly 4.0 and 4.2? 4.0 and >=4.2? There's a list at http://llvm.org/docs/GettingStarted.html#brokengcc so there is a reasonable basis. The list isn't comprehensive, of course, and will likely grow in the future. OTOH extending it as new problems come up should be easy to do. > dnl Verify that GCC is version 3.0 or higher > if test "$GCC" = "yes" > then > AC_COMPILE_IFELSE([[#if !defined(__GNUC__) || __GNUC__ < 3 > #error Unsupported GCC version > #endif > ]], [],...
2017 May 31
2
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
OTOH, > sapply(1:9, function(i){ + sum(dfr$time <= quantile(dfr$time, 1./3., type = i)) + }) [1] 8 8 6 6 6 6 8 6 6 Only the default (type = 7) and the first two types give the result lines() gives now. I think there is plenty of reasons to give why any of the other 6 types might be better suit...
2014 Dec 07
2
Build On CentOS
On Sun, Dec 07, 2014 at 04:33:49PM +0100, Guus Sliepen wrote: > Hm, on Debian it works fine, OTOH the command "libncurses5-config > --libs" does tell me to link with -ltinfo. I'll see if I can add that > to the autoconf script. On CentOS 7 tinc 1.1 compiles without problems. Also, both on Debian and CentOS "pkg-config --libs ncurses" only prints "-lncurses&qu...