search for: omg

Displaying 20 results from an estimated 214 matches for "omg".

Did you mean: ogg
2007 Jul 26
1
Lohan the observable
...ved class Celebrity include Observable attr_accessor :name attr_reader :is def is=(val) @is = val changed notify_observers(self) end end # one who does the observering class TrashMag attr_accessor :name def update(sender) puts "#{name}''s Breaking News: OMG! #{sender.name} is #{sender.is}. KeWl!!!!" end end celebs = [] lohan = Celebrity.new lohan.name = "Lindsey Lohan" celebs << lohan britney = Celebrity.new britney.name = "Britney Spears" celebs << britney paris = Celebrity.new paris.name = "Paris Hilto...
2004 May 14
5
OMG THE SKY IS FALLING!! NOT!!!
http://www.eweek.com/article2/0,1759,1591131,00.asp bkw -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040514/165456d3/attachment.htm
2016 May 19
0
OMG it's true
Hi, I've just found something really interesting and OMG ... it's amazing, just take a look <http://ndikynkiky.vendercamara.com/aexfbue?nxc> Nouveau -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160520/12543c48/attachment-0001.html>
2007 Apr 18
1
[OT] OMG Verizon is terrible
Had an appointment for these schmoes to come out and install another line. Was supposed to be 8-12. Its now 6PM and not even call. Missed 3 sales calls waiting on these jerks. No wonder customers were jumping ship to Vonage. -- Warm Regards, Lee
2004 Aug 06
0
fixed point conversion volunteer (OMG what am I doing?)
I'm willing to contribute some time to converting speex to fixed point. I'm not doing this for a particular product and I will receive nothing but some warm fuzzy feelings for "giving back to the community". Consequently, I don't want to do it all myself. So ... is anyone else currently working on this? Splitting the work into chunks should allow more people to write code
2004 Aug 06
0
fixed point conversion volunteer (OMG what am I doing?)
> > Mark, > > I'm in for some work--time permitting. Pick me off a chunk and send it > my way. I've never done float->int conversions, but I do love > code optimizations. I just wish I knew x86 assembly. :) > > Cheers, > David Glad to hear from you. What's your background? I don't think we should use assembly just yet. Let's get a C version
2009 Nov 12
4
OMG! Microsoft patents sudo! Linux and MacOS dead!
http://blogs.computerworld.com/15082/omg_microsoft_patents_sudo_linux_and_macos_dead?source=CTWNLE_nlt_dailyam_2009-11-12 -- thanks ./francis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091112/1061174b/attachment-0003.html>
2004 Aug 06
2
fixed point conversion volunteer (OMG what am I doing?)
Hello Mark: Count me in. I'm an excellent C programmer and I've done assembly coding. Although I've not done float to int conversions, I'll pick it up quickly ... send me an example, please. Also, I direct The Tech Startup Connection here in Silicon Valley, so I have a very large resource pool. Check out
2012 Feb 08
3
[LLVMdev] Static ctors in llvm::Attribute
...DYT? > > This seems to work fine, except that reading a field from a const > AttrConst is not a constant expression in C++03, so the "set" > declarations (ParameterOnly, FunctionOnly, VarArgsIncompatible, > and MutuallyIncompatible) still require a global constructor. > OMG, yes, indeed. > You > can split the values into separate 'const uint64_t' declarations and > use those; it makes the header even uglier, but it works. > > like this (see the new patch)? Yes, that's great, thanks! John. -------------- next part -------------- An H...
2012 Jan 03
7
New Tutorial - RHCS + DRBD + KVM; 2-Node HA on EL6
...gistration) and released under the Creative Common 3.0 Share-Alike Non-Commercial license. Feedback is always appreciated! -- Digimer E-Mail: digimer at alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "omg my singularity battery is dead again. stupid hawking radiation." - epitron
2012 Jan 03
7
New Tutorial - RHCS + DRBD + KVM; 2-Node HA on EL6
...gistration) and released under the Creative Common 3.0 Share-Alike Non-Commercial license. Feedback is always appreciated! -- Digimer E-Mail: digimer at alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "omg my singularity battery is dead again. stupid hawking radiation." - epitron
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...not bridge the zap channels. The zap channel from which i'm calling remains in state:ring and applicaton:dial and the zap channel with the external line configured remains in state:dialling an Application:AppDial. Zap/20-1 agentie s 1 Dialing AppDial (Outgoing Line) 09399 (None) Zap/9-1 int_omg 09399 5 Ring Dial Zap/g5/9399||T 00:07:58 (None) Obviously, this is a big problem for us... Below are my zapata.conf, zaptel.conf and extensions.conf: -------------------------- zapata.conf -------------------------- [channels] usecallerid=yes hidecallerid=no echocancel=yes musiconhold=service b...
2009 Oct 21
3
New administrator and upgrading systems
Hi there folks. I've been watching the never ending "CentOS 5.4 OMG WHEN?" threads for the last few days / weeks and had a question. I'm pretty new to anything rpm based. I used Red Hat 9 back in college, but that's about it. Currently, I do have a few Cent OS servers and we're slowly migrating from Debian to CentOS for various reasons. Since 5....
2009 Sep 18
2
[LLVMdev] Where should I put libLLVMgold.so??
OMG,that's just my situation... I can link with libLLVMgold.so manualy,but will fail in that by llvm-gcc. Debug llvm-gcc????? Any one installed the gold-plugin successfully can give some instruction? 2009/9/18 Rafael Espindola <espindola at google.com> > 2009/9/17 Nan Zhu <zhunansj...
2006 Jun 07
4
WEBrick wouldnt start....
hi guys, just did a search and cant find anything helpful.. suddenly my WEBrick cant start.... omg.... dunno wat''s wrong with it that''s wat i typed : ......$ruby script/server => Booting WEBrick... ......$ that''s all... i dont even know wat''s wrong and when i did a ps -F -C ruby, i also couldnt find anything..... did i jsut corrupt the file or wat???...
2012 Feb 08
0
[LLVMdev] Static ctors in llvm::Attribute
...his seems to work fine, except that reading a field from a const >> AttrConst is not a constant expression in C++03, so the "set" >> declarations (ParameterOnly, FunctionOnly, VarArgsIncompatible, >> and MutuallyIncompatible) still require a global constructor. > > OMG, yes, indeed. > >> You >> can split the values into separate 'const uint64_t' declarations and >> use those; it makes the header even uglier, but it works. >> > > like this (see the new patch)? > > > Yes, that's great, thanks! > Shall I co...
2006 Aug 14
2
klibc and udev
In case people here don't follow the udev mailing list, udev seems to be quasi-dropping klibc support. Well, see the forwarded message below. As I don't agree with the "omg udev is complex! use glibc!" rationale, I want klibc and udev to remain working with each other.... Assuming some minor breakage in the near future, is klibc open to accepting patches for "basic C features", such as fnmatch and/or getopt_long? ---------- Forwarded message --------...
2005 Jan 13
7
long delays in list posts?
Hey guys, I sent an email to the list at 2:57PM central. I just now see it on the list, and its 3:23PM. Anyone else experience this? I am sending this email at 3:24PM central. Lets see when it gets posted to the list. -Matthew
2007 Aug 07
3
test the email-list
test only. good luck! james.zhu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070807/0fd2b827/attachment.htm
2009 Sep 19
4
[LLVMdev] Where should I put libLLVMgold.so??
...directory structure is not exactly the same as the classic linux distribute, I put libLLVMgold.so in /usr/lib/gcc/i486-linux-gnu/4.2.4 where cc1 is also in. Strange situation,is it a bug for llvm-gcc???? 在 2009-09-18五的 12:58 +0300,Török Edwin写道: > On 2009-09-18 03:06, Nan Zhu wrote: > > OMG,that's just my situation... > > > > I can link with libLLVMgold.so manualy,but will fail in that by llvm-gcc. > > > > Debug llvm-gcc????? > > > > Any one installed the gold-plugin successfully can give some instruction? > > Does the directory whe...