search for: microsoftie

Displaying 8 results from an estimated 8 matches for "microsoftie".

2004 Dec 09
2
Réf. : Re: "Bounties" on XEN to Windows2000 support
>> We are ready to spend more than 10.000 euros to help Xen to support Windows >> 2000 >I asked a Microsoft sales guy about ports of Windows and got this quote >forwarded from the Microsoft Research guys in Cambridge >"The XenoXP work is not currently under active development. Whilst >there is no *technical* reason that it can''t be done (and it would Ok
2012 May 24
3
[LLVMdev] Minor correction to the Visual Studio documentation/Windows support in general
> > the problem is that very few LLVM developers use or know anything about > Windows. > The only way for this to change is for people who do know and care about > Windows > to step forward, work on improving Windows support, and contribute their > Windows > viewpoint to design discussions etc. > As it is now, Windows users will quite likely drop LLVM because of the
2009 Jul 02
5
save the result into a word file
Hi, everyone: I forget on how to save a result from R as a word document. For example, if I run the linear regression and want to save the result: summary(lm(y~x) in a word file. So I can show it later to my clients. Any idea on how to do this? Thanks a lot, Suyan
2005 Jan 02
0
[LLVMdev] VC++ linking issues, revisited
OK, there may be some light at the end of the tunnel. I *can* force an arbitrary .obj file to become part of the executable, one that is not part of the executable's project. This is sufficient to eliminate the global variable hack Morten introduced for the X86 target. But this still doesn't scale very well, as I'd have to manually enumerate all .objs that are transforms and
2004 Jan 10
1
High load average and client timeouts
...192 SO_SNDBUF=8192" out of the "socket options"). That does not seem to have helped noticeably. I've managed to snag a tcpdump of one particular client box running and then aborting, if that would help. It's a 9mb tgz that I can make available on request. In contrast: The Microsofties running the department are pushing for an NT5 "server", so we're comparing this testbed to a little 500Mhz recycled-workstation (also with 128mb of RAM). On the Linux testbed, all five clients aborted after the connections stalled. The same five clients kept going when talking to t...
2005 Jan 02
3
[LLVMdev] VC++ linking issues, revisited
...y supply a response > file in VS...). And do it without requiring Perl or Python or > whatever that may not be available. Well, it's worth a try... The light was an oncoming train. Response files cannot be used within Visual Studio for a stupid technical reason that'd take some Microsoftie 30 minutes at most to fix if Microsoft bothered. Manually forcing each of the 73 object files in Transforms to link not only doesn't scale and would be a pain to maintain, but it doesn't work. The list is too long for VS to handle and it gets truncated, without warning, and in the mi...
2009 Jun 09
8
Ui Designing with Rails opposed to PHP
Why are there more web design users using PHP instead of using Rails? Is there an advantage using PHP over Rails? Thanks -- Posted via http://www.ruby-forum.com/.
2005 Jan 02
3
[LLVMdev] VC++ linking issues, revisited
No, VC++ has no way to combine multiple .obj files into one. Nor is there any way to force the entire contents of a .lib file into an executable. Believe me, I looked for a way. Morten couldn't find one either. Even Microsoft's command line tools can't do it. Advantage: GNU. DLLs aren't that slow any more. Windows is so dependent on DLLs (the Win32 API itself is