search for: huzzah

Displaying 20 results from an estimated 22 matches for "huzzah".

Did you mean: hurrah
2014 Dec 06
2
[LLVMdev] [cfe-dev] Major ARM bots failure
On 6 December 2014 at 00:03, Benjamin Kramer <benny.kra at gmail.com> wrote: > Reverted for now. Not sure what's going on there. Sorry for the breakage. No worries, at least that was easy to spot. Huzzah for buildbots! :) cheers, --renato
2008 Apr 02
2
New winetricks 20080402: new verbs dotnet20, win2k, flash, msls31; updated mono, liberation
Big news: as of today or so, wine doesn't need any patches to install the .net 2.0 runtime or run trivial .net 2.0 apps, so I've added a dotnet20 verb. No more futzing with recipes to try out simple .net 2 apps, huzzah! There are lots of other little changes, too: 20080402 r21 Added dotnet20, removed one kludge from dotnet11, added win2k verb, plus shorthand for winver=foo r20 Updated liberation fonts. 20080328 r19 Added flash. 20080326 r18 Fix i18n problem reported by Ricardo Cabral 20080321...
2003 Mar 04
2
e2fsck on ext3 is 10x slower than ext2
...tely left the forced boot check parameters alone so my system checks after 20 mounts. I notice that the fsck takes a good ten times longer than under ext2, to perform the cleanly unmounted check. (On the occasion where I did unmount dirtily, the journals played back and things came up swiftly - huzzah.) I looked back through the last several months in these archives, but could only find someone's fsck hanging - mine just takes a long time, and the spinner sticks here and there. I also notice that I can see .journal files, despite /proc/mounts showing ext3 for all my disc-based filing sy...
2013 Oct 21
0
[LLVMdev] llvm.org bug trend
This week, for the very first time since I started sampling (14 months ago), the weekly open-bug count went DOWN. Traffic on llvm-bugs indicates that Bill Wendling is doing a lot of this. Huzzah! --paulr From: cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] On Behalf Of Robinson, Paul Sent: Tuesday, July 30, 2013 11:32 AM To: llvmdev at cs.uiuc.edu; cfe-dev at cs.uiuc.edu Subject: [cfe-dev] llvm.org bug trend Over most of the past year, I have been keeping an eye o...
2010 Dec 22
3
filebucket questions
Hi everyone, I''ve got several questions that are most probably obvious to some of you but I''m actually a bit ''in the fog'' about filebucket. backup are done on a md5 basis so 1 file is generated whatever the number of clients if it''s the same md5. That a really good option. On the other hand let''s say that after 3 months I need to restore a /
2000 Jul 19
1
Windows ACM codec Status Update
I just commited the first working version of the Windows ACM codec. It is capable of encoding and decoding, but it is still very buggy and unstable and of course not able of realtime encoding or decoding. If you want to play around with it go to http://sourceforge.net/projects/vorbisACM/. To compile it you need the latest Cygnus Gnu-Win32 and an older version of dllwrap (the latest Cygnus
2014 Aug 29
3
EPEL-7 is Released
hi folks, I know lots of people have been waiting for this : https://lists.fedoraproject.org/pipermail/epel-announce/2014-August/000030.html EPEL-7 is now considered GA and available to all users. -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.karan.org/publickey.asc
2008 Apr 04
1
Re: New winetricks 20080402: new verbs dotnet20, win2k, flash, m
I am a chinese, and we are tring to run atuodesk 3ds max 9.0 with the help of wine and "winetricks". Could you illustrate that how to use "winetricks" to install .net 2.0 and other windows applications. Thank you very much.
2012 Aug 16
1
sum predictions by hand
Hi, If I do a standard svm regression with e1071 x <- seq(0.1, 5, by = 0.05) y <- log(x) + rnorm(x, sd = 0.2) m <- svm(x, y) we can do predict(m,x) to get the fitted values. But what if I wan tho get them by hand? Seem to me like it should be w = t(m$coefs)%*%m$SV x.scaled = scale(x, m$x.scale[[1]], m$x.scale[[2]]) t(w %*% t(as.matrix(x.scaled))) - m$rho but this is wrong If i
2012 Jun 18
0
[LLVMdev] "ninja update" not working.
On Mon, Jun 18, 2012 at 2:32 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Hi, > > The docs state that you can do a "make update" to update all top-level and > embedded projects from Subversion. This is a feature of the configure+make build system, and not a feature of the CMake build system. I also don't have any real desire to support it as part of the
2009 Mar 11
2
Introducing a new com32 module : HDT
Since a while, I've been contributing some code to syslinux to improve the hardware detection. Most of that code have been revamped from other project like dmidecode or the linux kernel itself. The com32 api is really a nice play for developing new features. All of that work is only available in libraries or sample code. During his fosdem presentation
2014 Dec 05
2
[LLVMdev] [cfe-dev] Major ARM bots failure
r223478 seems to be responsible for PR21770: http://llvm.org/bugs/show_bug.cgi?id=21770 On Fri, Dec 5, 2014 at 3:10 PM, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote: > I'm not sure if it helps but the clang builder for mips has been dying of > timeouts since > http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/389 which only > has one commit in the blamelist
2012 Jun 18
3
[LLVMdev] "ninja update" not working.
Hi, The docs state that you can do a "make update" to update all top-level and embedded projects from Subversion. This does not appear to work with Ninja. Ninja just reports the following error: ninja: ERROR: unknown target 'update' FYI. Perhaps somebody is already looking into integrating Ninja better intp the build process. Or, perhaps I am just a too early adopter
2013 Jul 30
7
[LLVMdev] llvm.org bug trend
Over most of the past year, I have been keeping an eye on the overall LLVM.org open-bug count. Sampling the count (almost) every Monday morning, it is a consistently non-decreasing number. I thought I'd post something about it to the Dev lists, as the count broke 4000 this past week. For your entertainment here's a chart that Excel produced from the data. (To make it more dramatic, I
2006 Mar 08
2
ath(4) and 802.11g speed
So, with the updated HAL, I'm now able to negotiate an IP address via DHCP over the WLAN. Huzzah! But I've got two questions (now that I can use the card): ath(4) doesn't contain a list of media nor mediaopt settings that can be used. Some are detailed down in EXAMPLES, but there's no comprehensive list. (As well, and this is minor, the speeds are explicitly listed for 802.11a...
2006 Jun 01
9
More flexible file column?
The file column plug-in is great, but there is a problem with it. Well, two... But the other is well documented now. :^) Consider a time when you''ve created a CMS for a client and it''s been in use for over a year. Say 1500+ images have been uploaded so far. Now the client comes back with a simple request... ''Can you change the thumbnail size to 80/90, rather than
2011 Jan 10
5
FLAC is dead?
>> Oh I don't doubt the basics, red book is red book and bits are >> identically replicable and re rippable bits. > > I don't see any problem with taking innovation as far as is practical > and saying "it's finished, no more updates". Sure, basics :) Again, I'm meaning in regard to about bugs, docs, porting and nits. > If I want to do freedb
2008 Dec 15
15
Need Help Invalidating Uberblock
I have a ZFS pool that has been corrupted. The pool contains a single device which was actually a file on UFS. The machine was accidentally halted and now the pool is corrupt. There are (of course) no backups and I''ve been asked to recover the pool. The system panics when trying to do anything with the pool. root@:/$ zpool status panic[cpu1]/thread=fffffe8000758c80: assertion failed:
2013 Feb 21
1
IPMI serial console
Hi all, A recent thread inspired me to try getting a proper serial console working on a Supermicro X9SCL motherboard with IPMI. However I find that while I see loader messages and the getty I enabled after boot I don't get any kernel messages which does somewhat limit the utility.. The BMC creates COM3 (/dev/cuau2) which works with getty. I modified /boot/loader.conf like so..
2013 Oct 21
0
[LLVMdev] LLVMdev Digest, Vol 112, Issue 56
...9DC057DEED8FEA5596B747 at USCULXMSG02.am.sony.com> Content-Type: text/plain; charset="us-ascii" This week, for the very first time since I started sampling (14 months ago), the weekly open-bug count went DOWN. Traffic on llvm-bugs indicates that Bill Wendling is doing a lot of this.  Huzzah! --paulr From: cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] On Behalf Of Robinson, Paul Sent: Tuesday, July 30, 2013 11:32 AM To: llvmdev at cs.uiuc.edu; cfe-dev at cs.uiuc.edu Subject: [cfe-dev] llvm.org bug trend Over most of the past year, I have been keeping an eye o...