similar to: Ruby on Rails is great! - I can code while smashed!

Displaying 20 results from an estimated 2000 matches similar to: "Ruby on Rails is great! - I can code while smashed!"

2005 Jun 02
1
Populating Data on a Foreign Table
the scenario... three tables, thusly: widgets ------- id widget_color_id widget_style_id widget_colors ------------- id color widget_style ------------ id style the data: widgets ------- 1 2 1 2 1 3 3 3 2 widget_colors ------------- 1 blue 2 red 3 green widget_styles ------------- 1 smooth 2 round 3 broken so, putting the associations together, we have in widgets: 1 red smooth 2 blue
2019 Sep 19
2
Fixing some StackProtector issues
PR43308 describes a case where StackProtector fails to protect against a fairly simple smash. This problem started after r363169, which removed StackProtector's own analysis function HasAddressTaken, and used CaptureTracking's PointerMayBeCaptured instead. The problem here is that "pointer is captured" and "pointer could be used to smash the stack" are not equivalent
2007 May 18
1
How to repress the annoying complains from X window system
Dear All: I am running some GUI functions in linux environment, they runs fine, however I constantly get this kind of message in R console: Warning: X11 protocol error: BadWindow (invalid Window parameter) Is there a way to repress it? Or am I doing something wrong here.. it does not interfere with the running of fucntion though. Thanks Hao
2007 Jul 31
1
Wrinkled faxes or missing lines with Hylafax + IAXModem + Asterisk
Hello. We are running Asterisk 1.2.23 iaxmodem-0.2.1 and hylafax-4.3.3 When we send faxes the people who receive the faxes complain that they look wrinkled or smashed up. Sometimes they are missing random lines. Has anyone seen this happen, or know how to fix it?
2007 Apr 04
1
polycom repair
Hi all, Has anyone had any experience getting Polycom phones repaired? The screen on one of our IP600s got smashed, and I'm wondering if it's worth the effort to get it repaired, or if it'd just be cheaper to buy a new phone. Thanks, -- James Andrewartha Systems Administrator Data Analysis Australia Pty Ltd
2008 Dec 13
1
world of warcraft on ubuntu 8.10
I've been trying to figure out how to get world of warcraft to work with Ubuntu 8.10 with wine. i've messed around with the config.wtf file but it hasn't really worked out to well. when i open WoW it looks as if everything got smashed together. graphics blend and text overlaps. its incomprehensible. i'm very new to this whole linux thing. any help would be greatly appreciated.
2011 Jan 07
1
[LLVMdev] Problem returning structures by value from C
I have a simple structure in my program: struct pair { double value; int32_t type; }; Also I have 2 functions, which are called from LLVM code: extern "C" void dump(pair s) { unsigned char *p = reinterpret_cast<unsigned char *>(&s); printf("#dump, %02x%02x%02x%02x %02x%02x%02x%02x %02x%02x%02x%02x\n", p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7],
2020 Aug 12
3
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Hi everyone, Well, we lost power here again.  I was not at home, but I guess a dump truck smashed into some power poles and took out half the city; actually tripped most of the breakers in the panel.  Anyways, the power was out for just a few seconds and of course my servers shutdown on me after power being out for just a second or two.  Here is my syslog from two different machines.  I included
2012 Nov 09
3
[LLVMdev] Inlining bitcast functions...
Eli, Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that by inserting the bitcast. ;-) (That does come from the linker.) That the linker 'works
2006 Jan 13
21
anyone interested in an Effect.Slideshow?
I had to make a sort of slideshow for a site I''m working on, and I was thinking of making it into a Scriptaculous object. Anyone think of reasons why I shouldn''t? You''d have to pass in all the image urls and a div id, with an optional delay parameter to determine how long to leave each image up before moving on. I could also have a ''randomize''
2007 May 24
3
shareiscsi is cool, but what about sharefc or sharescsi?
I''d love to be able to server zvols out as SCSI or FC targets. Are there any plans to add this to ZFS? That would be amazingly awesome. -brian -- "Perl can be fast and elegant as much as J2EE can be fast and elegant. In the hands of a skilled artisan, it can and does happen; it''s just that most of the shit out there is built by people who''d be better suited to
2012 Nov 10
2
[LLVMdev] Inlining bitcast functions...
Spoke too soon... running the inst combine pass does seem to resolve the linker/inlining issue. But the resulting code fails to run correctly. I was expecting the same result that I get when running with unstripped modules, that is passing test runs. When it still failed, I guessed the failure mode to be the same, but it isn't. Not sure WHAT to make of this...
2007 Nov 30
4
Autotest''ing specs on non-rails app
I''m having trouble using autotest with rspec on a non-rails project. my Rspec gem is version 1.0.8, ZenTest is 3.6.2 project structure $ ls * lib: parser.rb spec: parser_spec.rb autotest finds and runs the spec, but it won''t detect changes to lib/parser.rb I know it''s something stupid, but... help? -- Rick DeNatale My blog on Ruby
2012 Nov 10
0
[LLVMdev] Inlining bitcast functions...
On Fri, Nov 9, 2012 at 3:58 PM, Relph, Richard <Richard.Relph at amd.com> wrote: > Eli, > Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that
2007 May 04
4
centos 5 smp kerne vrs centos 4 smp kernel ???l
On a Compaq DL360 G1 w/ dual PIII 1.27's I installed Centos 5 minimal and then a yum update When I do a "uname -a" I get this Linux tstsrvr.abbacomm.net 2.6.18-8.1.3.el5 #1 SMP Mon Apr 30 19:55:44 EDT 2007 i686 i686 i386 GNU/Linux When I do a rpm -qa | grep kern* I get this kernel-devel-2.6.18-8.1.3.el5 kernel-2.6.18-8.1.3.el5 kernel-headers-2.6.18-8.1.3.el5 It is interesting
2013 Jan 28
1
Syslinux 5.01 released
Hi folks, Syslinux 5.01 is out, a week later than predicted but that's largely down to the realloc() bug described below. This release is mainly a collection of bug fixes for problems reported after people tested Syslinux 5.00. The NEWS entries are included at the bottom. There was a pretty nasty realloc() bug that took some time to find and fix, which resulted in memory corruption. There
2005 Apr 15
2
children of objects are not instantiated?
Hello, I''m a Java developer and I''m looking at Rails as a very interesting thing. I read the article http://theserverside.com/articles/article.tss?l=RailsHibernate and saw a couple of things that I didn''t like too much: 1) The N+1 problem This has been discussed in the thread (or should I say "flame"?) "Java people want to beat us". It seems
2003 Sep 06
7
OT: Creating documentation using a web interface
Hello all, I would like to document some things I am doing with asterisk, but would prefer to do this from a web interface. I am unfamiliar with any software that allows you to create online documentation from a web interface. Ideally I will be able to create documentation online from a browser, which then when saved, is immediately ready to be read online. Perhaps I can setup different authors
2015 Sep 04
3
LLVM as a back end for HHVM
On 9/4/15 1:12 AM, Sanjoy Das via llvm-dev wrote: > Specifically on "Location records" -- > > Is it legal for the optimizer to drop the `!locrec` metadata that you > attach to instructions? The general convention in LLVM is that > dropping metadata should not affect correctness, and if the location > record information is not best-effort or optional then metadata is
2012 Feb 13
3
If (x > 0)
Hi, I am new to R. I was trying to get a very simple program to run. Take one number from the command line. If the number < 0 return -1. If number > 0 return 1 and if the number == 0 return 0. The code is in a file called test1.R The code: #useage: R --no-save --args 5 < test1.R args = (commandArgs(TRUE)) x = as.numeric(args[1]) print(x) res <- conditional1(x) cat("result=