search for: embarrased

Displaying 20 results from an estimated 73 matches for "embarrased".

Did you mean: embarrassed
2004 Apr 07
5
Changing `security@freebsd.org' alias
Hello Folks, The official email address for this list is `freebsd-security@freebsd.org'. Due to convention, there is an email alias for this list: security@freebsd.org, just as there is for hackers@ & freebsd-hackers@, arch@ & freebsd-arch@, and so on. The security@freebsd.org alias has been the source of occassional problems. Several times in the past, postings have been made to
2008 Jul 24
4
Just 2 more questions - for now!
Hi all, Thanks for the help with my previous post. I have just two more questions for the minute. I think I said in a previous post that I like to use the terminal, i.e. run rterm.exe. On exiting the terminal, I am asked if I want to save the workspace. If I hit y (yes), the workspace is just saved as .rdata in my working directory, does anyone know how I can name it directly from the
2009 Jul 18
0
[LLVMdev] speed and code size issues
We have some results that are somewhat entertaining and that relate to the size/speed discussion. The basic idea is exhaustive generation of C functions where "exhaustive" is qualified by some structural restrictions (depth of AST, node type, etc.). For one particular set of restrictions we ended up with about 7 million C functions. We then compiled each of these functions with 7
2006 Jul 13
3
strange behavior with link_to for "blog" and "gallery"
Okay, what''s so different about the bellow code? When I use the link_to function in a partial (three times passing "Stats", "Blog", and "Gallery")... <%= link_to(menuItem.to_s, :controller=>menuItem.to_s.downcase)%> I get... <a href="/stats">Stats</a> <a href="/blog">Blog</a> <a
2004 Sep 10
2
[Flac-users] Re: CD archival best practices?
On Tue, 27 May 2003, benny k. wrote: > I'm a little embarrased because its just a hack on metaflac, but if you > want it, i'll post it one my webpage. it should be easy to modify it for > use with a CD image. Why don't you submit to the sourceforge feature request queue as a patch? That way it will be there for anyone who wants to hack on it. A...
1997 Jun 03
1
R-alpha: unif_rand() again
Just out of curiosity, here is a question that might be embarrasingly stupid. Hmm ... What I need is to call runif() (more precisely, `runif(1, 0, 1)') from inside a C function. Is this possible using call_S? If so, how? -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2001 Aug 27
1
oggenc 1.0rc2 dies on alpha
Embarrasing that I didn't notice this earlier. oggenc from 1.0rc2 dies for me on FreeBSD/alpha with SIGFPE. I expect this to come out of libvorbis. I've built libao/libogg/libvorbis/vorbis-tools with both gcc and ccc, no difference. I'll see whether I can dig up more details. -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ----
2004 Apr 23
1
[LLVMdev] x86 cogen quality
Chris Lattner wrote: >You can check out the whole CVS tree at once, which is going to be a lot >easier than pulling it down from CVSweb :) Here are the instructions: >http://llvm.cs.uiuc.edu/docs/GettingStarted.html#checkout > Ouch, how embarrasing - I looked for that place, but apparently failed to notice it. Sorry. Anyhow, I checked it out as described (in a clean directory),
2002 Sep 09
1
getting variable names into formulas
Hello, I have a dataframe with several hundred variables. I would like to explore updates of some baseline lme fit by including each of some subset of these variables, one at a time. For various reasons it is inconvenient to rely on the positions of the numbered columns in the dataframe. Here is what I want to do: mod.baseline<-lme(fixed=foo,data=dat,random=bar) for(thisvar in vars){
2016 May 11
1
Re: host freeze when starting VM
Hi Han, thanks for your reply. I'm using KVM as hypervisor. The versions are: Kernel: 4.5.2 Libvirt: 1.3.4-1 But its quite embarrasing... when I was answering your mail I was having a look if there is a new kernel I can build, since I have to rely on some patches. I upgraded from 4.4.3 to 4.5.2 and now libvirt doesn´t have any problem. So thanks for the heads up! Regards Alex On Tue, May
2014 Feb 17
2
Opus supported source client without transcoding?
Figured I'd join the list since I saw someone else had just popped in looking for exactly the same thing I am (non-transcoding opus streamer for sending multiple .opus files to icecast2). It looks like ices2 would do exactly what I personally need, except for not having been updated to support opus yet. (I chatted on IRC once or twice with someone who it sounds like is interested in adding
2004 Aug 06
3
lots of icecast help needed
...cecast.org failed > >directory_add([yp.shoutcast.com:80]) failed, could not connect. (retry in 0 > >seconds) > > I can't say for sure what could be causing this, but I'm having problems > with yp.shoutcast.com myself. I get: I found out what it was, and I'm quite embarrased that I've missed it for so long. I had set the hostname setting in icecast.conf to a local IP (my icecast server is also a router with two IPs), thinking that this would only allow people from that local IP (and not on the outside) for attaching as a source. (That's what the beginning of...
2012 Feb 04
1
[LLVMdev] [BBVectorizer] Obvious vectorization benefit, but req-chain is too short
Hello, Thanks for your work on the bb-vectorizer. It looks like a promising pass to be used for multi-work-item-vectorization in pocl. On 02/04/2012 06:21 AM, Hal Finkel wrote: > Try it now (after r149761). If this "solution" causes other problems, > then we may need to think of something more sophisticated. I wonder if the case where a store is the last user of the value could
2009 Jul 17
9
[LLVMdev] speed and code size issues
So it would appear that llvm-gcc and clang are both slower than gcc4 which is infamous for being slow at compiling code, and yes this is with a release build/--enable-optimizations. This seems to go against notes such as http://clang.llvm.org/features.html#performance which claim clang is signifcantly faster than gcc. Below are some times and the larger object files when compiling an i386
2004 Sep 10
5
[Flac-users] Re: CD archival best practices?
I've just started to archive my CD collection (about 800 CDs), and my criteria are pretty much the same as the original message under this subject, except that I'm doing one file per CD. One file per song is just too much of a pain, and there's really no need, given FLAC's ability to have metadata in the file. The first thing I do is run cd-discid against the cd, and store that
2013 Jan 31
0
[LLVMdev] [PATCH] parallel loop metadata
Dear all, Here's an updated version of the parallel loop metadata patch. It includes documentation for the new metadata types with a semantics description. -- Pekka -------------- next part -------------- A non-text attachment was scrubbed... Name: parallel-loop-metadata.patch Type: text/x-patch Size: 12972 bytes Desc: not available URL:
2009 Feb 27
3
Making tapply code more efficient
...y, I posed the question pasted down below to the list and received some very helpful responses. While the code suggestions provided in response indeed work, they seem to only work with *very* small data sets and so I wanted to follow up and see if anyone had ideas for better efficiency. I was quite embarrased on this as our SAS programmers cranked out programs that did this in the blink of an eye (with a few variables), but R was spinning for days on my Ubuntu machine and ultimately I saw a message that R was "killed". The data I am working with has 800967 total rows and 31 total columns. The...
2004 Sep 10
0
[Flac-users] Re: CD archival best practices?
--- Curt Sampson <cjs@cynic.net> wrote: > On Tue, 27 May 2003, benny k. wrote: > > > I'm a little embarrased because its just a hack on metaflac, but if > you > > want it, i'll post it one my webpage. it should be easy to modify > it for > > use with a CD image. > > Why don't you submit to the sourceforge feature request queue as a > patch? That way it will be there for...
2014 Feb 18
0
Opus supported source client without transcoding?
have you tried "cat $1.opus $2.opus $3.opus | oggfwd" could be a band-aid until ices2 can work with opus files - if it works... On Sun, Feb 16, 2014 at 10:19 PM, <epicanis+icecast at dogphilosophy.net>wrote: > Figured I'd join the list since I saw someone else had just popped in > looking for exactly the same thing I am (non-transcoding opus streamer for > sending
2006 Jul 24
2
Flash problem with RoR? missed something?
I have tried to put a flash movie inside of my RoR page and it shows up with nothing on IEPC. It does very well on every other type of browser but does not work with IEPC. I made a folder - "flash" in my public directory and have had the one instance of it point there. Thus my flash directory is www.rails-app.com/flash/flash.swf Is there anything that anyone knows to help out?