search for: blabber

Displaying 13 results from an estimated 13 matches for "blabber".

Did you mean: blabbed
2005 Jun 28
1
Offtopic Posts [was Re: [OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing]
...going to leave it. I tried several times in that thread, but yes, you are correct, I didn't stop, and I kept posting too. My apologies. > or you get to maintain "non-troll" status. Pick one, but don't > tangentially blab and get upset about being called a tangential > blabber. I don't have a problem with being called a "tangential blabber." What *I* have a problem is being singled out. Dude, re-read back in that last thread. Although I didn't stop posting, at some point, I realized it was going to have to go _deep_ before it would end. Now I've...
2006 Jun 22
2
Passing a value from one rhtml to another
I''m trying to find a way to get from one rhtml page to another and taking a value along to use in the second page. Basically a user clicks on one of many download links and what should appear on the next page is all the available stuff related to that download, so I think if I take the id number of the first page then i can use if statements in the second page? Sorry if that sounds
2010 Jan 10
1
Weird Polycom SP 650
...son, a second calls is presented to the unit by the Asterisk 1.6 server. The user has its headset speaker muted (and therefore thinks that the call was lost/ended abruptly), yet the party at the other end of the call is still alive and well (aka connected) and has no idea we my user starts blabbering about problems to the call. Does anybody have similar experiences with the 650? There is very little I did differently on this unit than on the other SP 330s that are running without a problem, on the same Asterisk setup.. Any additional questions are more than welcome! Kind regards A...
2010 Mar 11
0
Hardware setup for dom0 boxes
...very and file level. I would ideally do both, backup the entire disk image, and then also have the ability to backup the file data inside of those. Anyway, ive read a lot of different ways to house stuff, but i didnt really pay attention to hardware specs or setups NOT using a san/nas. Hope im not blabbering too much =) Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Jun 28
2
Offtopic Posts [was Re: [OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing]
From: Chris Mauritz <chrism at imntv.com> > I agree completely. Unfortunately, even though I've killfiled the > biggest offender, I'm still getting a lot of the noise since people > continue to feed him. I assume the former is a reference to me. As far as the latter, you might re-think your singularity focus. As I've said before, you can't complain about me
2007 Dec 05
2
yum update repo problems
Hi I noticed today that all my Centos servers are giving same error on "yum update". Error is: ---------------------------------- Loading "installonlyn" plugin Setting up Update Process Setting up repositories rpmforge 100% |=========================| 1.1 kB 00:00 Could not retrieve mirrorlist
2007 Sep 16
1
Yet another shaping question
...d around it. I am not seeking a complete script, I just need an idea/a set of pointers on how to best subdivide traffic accordingly to my needs, and which shapers to place on every leaf. I am very experienced with netfilter and have minor experience with HTB so keep it concise and technical. Enough blabber here is the setup: ----------- ----------- - wan_a - - wan_b - - 1.1.1.1 - - 5.5.5.5 - - 1.1.1.2 - - - ----------- ----------- \ / \ / ---------------------- - Server/Router - ---------------------- / \...
2008 May 06
12
Why before_filter is not working?
I have been scratching my head on this one for most of the day. Hopefully someone can help explain why before_filter isn''t working for my codes. In my Application controller, I have this: before_filter :login_required, :except => [:newacct, :create_newacct, :passwd_reset ] def login_required unless session[:user_id] flash[:notice] = "Please log in"
2008 Jun 02
2
[LLVMdev] Plans considering first class structs and multiple return values
...], [ %a.1, %bar ] %b = insertvalue { i32, i32 } %a, i32 0, 0 which you can't do directly using a literal { } or buildagg kind of instruction. OTOH, you can still do things like this using nested structs then, so having a builddag will probably not improve things much. Anyhow, so much for my blabbering of incoherent thoughts. I think that simply using insertvalue for now and not having an explicit multiple return function attribute should work fine. Whenever I want to add a function argument, I will just let it return a struct of two elements (current value and the new value). I'll also...
2009 Feb 19
4
problem with comparing a part of string with whole string
Hi all, I got one problem with comparing strings like if any string is like "*RIGHT, EPICARDIUM: FOCUS, GRAY-WHITE, SINGLE, APPROX 0.6 CM IN DIAMETER*." and i have to compare "*GRAY-WHITE*" with the above string or otherwise i have to compare " *TUMOR BENIGN*" this string with "*MEDULLRY TUMOR BENIGN,TYP PHEOCHROMOCYTOMA*" i
2008 May 30
0
[LLVMdev] Plans considering first class structs and multiple return values
On May 30, 2008, at 9:11 AM, Matthijs Kooijman wrote: > Hi all, > > I've been implementing some stuff that uses the new structs-as- > firstclass > values code. Apart from some implementation problems, I'm spotting a > few > structural problems that seem non-trivial to fix. Hi, thanks for your interest! > Furthermore, as far as I've understood, the
2008 Jun 02
0
[LLVMdev] Plans considering first class structs and multiple return values
...e { i32, i32 } %a, i32 0, 0 > > which you can't do directly using a literal { } or buildagg kind of > instruction. OTOH, you can still do things like this using nested > structs > then, so having a builddag will probably not improve things much. > > Anyhow, so much for my blabbering of incoherent thoughts. I think > that simply > using insertvalue for now and not having an explicit multiple return > function > attribute should work fine. Ok. And as I mentioned before, we can add buildagg (maybe with a different name ;-)) later if we find it would be of sign...
2008 May 30
3
[LLVMdev] Plans considering first class structs and multiple return values
Hi all, I've been implementing some stuff that uses the new structs-as-firstclass values code. Apart from some implementation problems, I'm spotting a few structural problems that seem non-trivial to fix. In particular, now that structs are a first class values, the old way or returning multiple values is a bit confusing. The old way had a variable number of arguments to the return