search for: crummy

Displaying 20 results from an estimated 44 matches for "crummy".

2013 Aug 28
2
[LLVMdev] COFF.h and windows.h conflict
Reid Kleckner <rnk at google.com> writes: > IMO the fact that it uses the standard names from the COFF > documentation is a feature, not a bug. *defining* (not *using*) symbols already defined on a platform header is definitely a bug.
2013 Aug 28
0
[LLVMdev] COFF.h and windows.h conflict
...bug. > > *defining* (not *using*) symbols already defined on a platform header is > definitely a bug. We have to provide definitions so that we can produce COFF on platforms that do not have winnt.h. Ours are nicely namespaced under ::llvm::, but winnt's are global macros, which is crummy. That said, I don't actually feel strongly about this. It would be nice if Support/ELF.h, COFF.h, and MachO.h all provided the enums named in their respective specifications, but if you send a patch to remove the IMAGE_ prefix, it's probably for the best. -------------- next part --------...
2015 Mar 12
3
switching from SIP to Skype..or not
I'm testing Asterisk at home, crummy connection. Skype works fine for me, but every SIP client, even without using Asterisk, fails to connect. That's ok. Is swapping out SIP for Skype a big deal? Heh, well, I guess it's dead: http://www.digium.com/en/products/software/skype-for-asterisk If I have a really bad co...
2013 Nov 11
3
[LLVMdev] [cfe-dev] Goal for 3.5: Library-friendly headers
...ck around with glibc headers but I'm not certain.) That means that, as long as there are assert() uses in the headers and you want to have a standard definition usable from a non-debug build, you need a custom assert() macro. Even when you have a !NDEBUG build, the platform assert() is pretty crummy on Windows and generates, at best a UTF-16 dump, or sometimes just pops up a dialog. WebKit and other projects take the same approach and define their own assertion macros to deal with this portably. So as far as I can tell, as long as the headers use assert(), they need to use our own version in...
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app and (like me) you define your own :cruise task, because, for example, you use rspec rather than Test::Unit and (like me) you have the RAILS_ENV ||= ''production'' line in environment.rb (because, like me, you use crummy shared hosting) Your build will run in production mode, possibly screwing up your production database, like mine! (Happily, my crummy shared hosting service has non-crummy database backups, so no lasting harm was done.) This is hinted at in the README of the 1.0 release, but not in the d...
2001 Mar 30
5
PICT output?
hi, all. I use R on a unix (linux) box and am quite happy with it. However, sometimes I need to create a graph that needs to be used with Microsoft Word or Powerpoint (ug). I can create a png or jpeg format picture, but the text look pretty crummy because jpeg is bitmapped. I can also create a PS/EPS version (my preference), but then it doesn't display properly in word or powerpoint (but it prints OK). I guess I have two questions: 1) Are there any plans for R to output a PICT format? (which would solve this problem, I think, since...
2017 May 15
8
Frauenhofer signing off on mp3, ogg stream player for Macs?
...estival remotes, but ogg isn't an option because the station's media player, iTunes (running on a Mac) doesn't support ogg. Is there any work being done to support AAC in Icecast? Oh, wait. Use of AAC in an encoder requires paying a licensing fee. Drat. So we have mp3 (free, sounds crummy, everything plays it) and ogg (free, sounds better, but does anyone know of any programs for Macs that can play an ogg stream?) -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics
2005 Jun 06
1
dragging windows leaves traces
I have an excellent nvidia graphics card, I get excellent fps, all agp features are installed correctly etc. When I drag windows around wit hthe opaque settings on it leaves traces for a couple milliseconds as it redraws the window, but it just looks so crummy to see. I am having a hard time convincing people that using linux is a good idea. People make judgements on this type of thing and they think that linux is slow compared to Windows. When I had windows installed on this same machine dragging windows around did not produce any traces. Using li...
2015 Mar 12
7
switching from SIP to Skype..or not
...an SIP when it comes to sound quality. I have SIP softphone with Asterisk server and Skype on the same workstation. Skype just works better over the same network. Ron On 12/03/2015 9:26 AM, A J Stiles wrote: > On Thursday 12 Mar 2015, Thufir wrote: >> I'm testing Asterisk at home, crummy connection. Skype works fine for >> me, but every SIP client, even without using Asterisk, fails to connect. >> That's ok. >> >> Is swapping out SIP for Skype a big deal? > Stay away from Skype! It is a toxic, proprietary product. The lack of > interoperability...
2006 Mar 15
7
O''Reilly Rails Cookbook on Rough Cuts
Subject says it all. Anybody taken a look yet? http://www.oreilly.com/catalog/railsckbk/?CMP=ILC-GG7423313304&ATT=railsckbk After buying the Ruby Cookbook and the other Rails book, I''m pretty gunshy about another Rough Cuts purchase. Sean
2013 Nov 11
0
[LLVMdev] [cfe-dev] Goal for 3.5: Library-friendly headers
...I'm not certain.) > > That means that, as long as there are assert() uses in the headers and > you want to have a standard definition usable from a non-debug build, > you need a custom assert() macro. > > Even when you have a !NDEBUG build, the platform assert() is pretty > crummy on Windows and generates, at best a UTF-16 dump, or sometimes > just pops up a dialog. WebKit and other projects take the same approach > and define their own assertion macros to deal with this portably. > > So as far as I can tell, as long as the headers use assert(), they need > to...
2009 Mar 22
5
How does view know about instance vars set in controller?
Hi, I know that the AWDWR says to believe in magic and to not spend Xmas with people asking this question, but really how does it work under the hood? I was looking at the source code of crummy, and it seems that instance_variable_set and instance_variable_get may be part of the answer. Is there some resource on that or do I have to dive into Rails code? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2013 Nov 12
3
[LLVMdev] [cfe-dev] Goal for 3.5: Library-friendly headers
On Nov 11, 2013, at 12:09 PM, Alp Toker <alp at nuanti.com> wrote: >> Even when you have a !NDEBUG build, the platform assert() is pretty >> crummy on Windows and generates, at best a UTF-16 dump, or sometimes >> just pops up a dialog. WebKit and other projects take the same approach >> and define their own assertion macros to deal with this portably. >> >> So as far as I can tell, as long as the headers use assert(),...
2017 May 17
1
Frauenhofer signing off on mp3, ogg stream player for Macs?
..., but ogg isn't an option because the station's media player, iTunes (running on a Mac) doesn't support ogg. > > Is there any work being done to support AAC in Icecast? Oh, wait. Use of AAC in an encoder requires paying a licensing fee. Drat. > > So we have mp3 (free, sounds crummy, everything plays it) and ogg (free, sounds better, but does anyone know of any programs for Macs that can play an ogg stream?) > > -- > That Jack Elliott > (541) 848 7021 > KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics > > ___...
2009 Sep 01
2
Sid Meier's Pirates! crashes consistently - Part II
...the inconvenience." It was occurring regularly a short time after I started playing. Some helpful folks posted suggestions to help get it working reliably, but nothing made a significant difference, and in the end they suggested the problem was likely because I was running the game with the crummy onboard video. So, I purchased a good card, an NVIDIA GeForce EN9600GT. I'm using the driver recommended by EnvyNG (180.44), and it's enabled in Hardware Drivers. (I'm using the VGA output, not the DVI or HDMI.) But now I get the error immediately when I start Pirates. No video for...
2005 Jun 06
3
Re: dragging windows leaves traces -- running older GeForce drivers on newer cards
...etc. In Windows or Linux? And by "all agp features are installed correctly," what do you mean and how are you getting this? > When I drag windows around wit hthe opaque settings on it leaves traces > for a couple milliseconds as it redraws the window, but it just looks so > crummy to see. Hmmm, sounds like a window manager/environment issue, unless you're having a video card issue (see below). What is your desktop environment? > I am having a hard time convincing people that using linux is a good idea. Umm, what Windows version offers translucent settings comparab...
2002 Jun 13
8
Red Code, Nimbda et. al
Hello, we are interested to learn how Shorewall can be configured to look into a packet''s payload, say to look for footprints of Red Code or Nimbda (for example). From the site web page features section we understand Shorewall only looks into the packet''s header. Your enlightening answer will be appreciated. Regards Jose.
2015 Mar 12
0
switching from SIP to Skype..or not
On Thursday 12 Mar 2015, Thufir wrote: > I'm testing Asterisk at home, crummy connection. Skype works fine for > me, but every SIP client, even without using Asterisk, fails to connect. > That's ok. > > Is swapping out SIP for Skype a big deal? Stay away from Skype! It is a toxic, proprietary product. The lack of interoperability by design is the antith...
2015 Mar 12
0
switching from SIP to Skype..or not
...> I have SIP softphone with Asterisk server and Skype on the same > workstation. > Skype just works better over the same network. > > Ron > > On 12/03/2015 9:26 AM, A J Stiles wrote: >> On Thursday 12 Mar 2015, Thufir wrote: >>> I'm testing Asterisk at home, crummy connection. Skype works fine for >>> me, but every SIP client, even without using Asterisk, fails to >>> connect. >>> That's ok. >>> >>> Is swapping out SIP for Skype a big deal? >> Stay away from Skype! It is a toxic, proprietary product....
2017 May 16
0
Frauenhofer signing off on mp3, ogg stream player for Macs?
...c festival remotes, but ogg isn't an option because the station's media player, iTunes (running on a Mac) doesn't support ogg. Is there any work being done to support AAC in Icecast? Oh, wait. Use of AAC in an encoder requires paying a licensing fee. Drat. So we have mp3 (free, sounds crummy, everything plays it) and ogg (free, sounds better, but does anyone know of any programs for Macs that can play an ogg stream?) -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics ____________________________________...