search for: 4423

Displaying 20 results from an estimated 49 matches for "4423".

Did you mean: 4.23
2010 Apr 18
1
Add shorthand support for routes like /projects/status(.:format)
...se the controller was not specified. This happend because actually the shorthand routes only work with routes without optional parameters. The modification to support routes ending with a optional parameters is very simple, as can be seen here: https://rails.lighthouseapp.com/projects/8994/tickets/4423-patch-add-shorthand-support-for-routes-like-projectsstatusformat <https://rails.lighthouseapp.com/projects/8994/tickets/4423-patch-add-shorthand-support-for-routes-like-projectsstatusformat>This way, we can create a route like the specified instead of: match ''/projects/status(.:for...
2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
...E, FALSE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE, FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE, TRUE, FALSE, TRUE), n = c(1489634L, 17491L, 134985L, 1639L, 47892L, 611L, 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657, 48547, 593, 4423, 54)), .Names = c("dob_day", "dob_mon", "dob_year", "n", "pred1"), row.names = c(NA, -8L), class = "data.frame") m <- glm(dob_mon ~ dob_day*dob_mon, data = tab, family = binomial()) The crash doesn't when the variables are added...
2010 Mar 03
2
Screen settings for point of view in lattice and misc3d
...ist(z=-40, x=60, y=0), # domain turned upside down, looking up and away in pos. x direction screen=list(z=40, x=-60, y=0), # looking down and away in positive x direction Scott Waichler Pacific Northwest National Laboratory P.O. Box 999, Richland, WA 99352 scott.waichler at pnl.gov 509-372-4423, 509-341-4051 (cell)
2003 Nov 13
1
Can't get Sweave syntax highlighting with Emacs
...("Snw" "Rnw" "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo")) Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2004 Aug 12
1
AgentLogin issue
...issue getting agentLogin working /etc/asterisk/queues.conf member => Agent/1001 member => Agent/1002 extension.conf exten => 110,1,Wait,1 exten => 110,2,AgentLogin() now, i call 110 by a firefly client, trying to login in as 1001 agent: Aug 12 16:31:36 DEBUG[1103408048]: chan_sip.c:4423 build_route: build_route: Contact hop: <sip:sip3@192.168.1.151:5060> -- Executing Wait("SIP/sip3-768a", "1") in new stack -- Executing AgentLogin("SIP/sip3-768a", "") in new stack Aug 12 16:31:37 DEBUG[1127562160]: rtp.c:1156 ast_rtp_write: Ooh,...
2004 Dec 17
2
Call Queue Uniden UIP 200 not working
...18178583152 OneTouchKey6 18178583152 OneTouchKey7 18178583152 OneTouchKey8 18178583152 TwoTouchDigit0 3459 TwoTouchDigit1 3450 TwoTouchDigit2 4420 TwoTouchDigit3 4421 TwoTouchDigit4 4422 TwoTouchDigit5 4423 TwoTouchDigit6 4424 TwoTouchDigit7 4425 TwoTouchDigit8 4426 TwoTouchDigit9 4427 # Hotline and vmwi numbers --Must be placed after OneTouchDial's HotLineNumber - VmaDirectCallNo 8500 #value associating with VMA Programmable key. Vm...
2006 Apr 04
0
Need help debugging (long)
...hunk != av->top) { (gdb) 4409 if (!nextinuse) { (gdb) 4413 clear_inuse_bit_at_offset(nextchunk, 0); (gdb) 4421 bck = unsorted_chunks(av); (gdb) 4429 set_foot(p, size); (gdb) 4421 bck = unsorted_chunks(av); (gdb) 4422 fwd = bck->fd; (gdb) 4423 p->bk = bck; (gdb) 4424 p->fd = fwd; (gdb) 4425 bck->fd = p; (gdb) 4428 set_head(p, size | PREV_INUSE); (gdb) 4426 fwd->bk = p; (gdb) 4428 set_head(p, size | PREV_INUSE); 4459 if ((unsigned long)(size) >= FASTBIN_CONSOLIDA...
2004 Aug 09
1
Inbound Call Errors...
...ing new SIP call for 640E2D47-E98B11D8-8FDBE54A-5FB5A0CB@65.67.76.30 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:6991 handle_request: Check for res for 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:1605 update_user_counter: is not a local user 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:4423 build_route: build_route: Contact hop: <sip:65.67.76.30:5060> 2004-08-09 17:36:29 DEBUG[245775]: pbx.c:1255 pbx_extension_helper: Launching 'Congestion' 2004-08-09 17:36:29 DEBUG[245775]: channel.c:652 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/65.67.76.30-0814e4f0&...
2005 Nov 03
6
Cannot get htb & prio working together.
Hi, I''ve failed miserably in my endeavours so far and I''m at the point where help would be much appreciated. I want to have 3 bandwidth limited classes on my Internet interface. In each of those classes I want 3 prioritization bands, and then use "tc filters" to place the traffic into the correct class and priority. The problem is that the traffic
2013 Aug 20
0
[LLVMdev] Failure to optimize vector select
Can you send the IR of the function ? On Aug 20, 2013, at 8:36 AM, Matt Arsenault <arsenm2 at gmail.com> wrote: > > On Aug 19, 2013, at 18:47 , Eugene Toder <eltoder at gmail.com> wrote: > >> Have you tried running SLP vectorizer pass (-vectorize-slp)? > Yes. That was the first thing i tried, and it didn't do anything. I was looking the vectorizer, but then
2017 Oct 06
0
Using response variable in interaction as explanatory variable in glm crashes R
...RUE, > TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE, > FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE, > TRUE, FALSE, TRUE), n = c(1489634L, 17491L, 134985L, 1639L, 47892L, > 611L, 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657, 48547, > 593, 4423, 54)), .Names = c("dob_day", "dob_mon", "dob_year", > "n", "pred1"), row.names = c(NA, -8L), class = "data.frame") > > m <- glm(dob_mon ~ dob_day*dob_mon, data = tab, family = binomial()) > > > The crash doesn't wh...
2009 Mar 29
0
Q about 5.3 qt and qgis
Guess I'll find out soon enough ... In order to get qgis to build by RPM in CentOS 5.2 I had to update qt - but the shared library did not version - http://forum.qgis.org/viewtopic.php?f=3&t=4423 Since the qt shared library did not version with the minor update to qt, my suspicion (though I don't know for sure as I didn't look at source) is that the minor version bump was a small bug fix that would have likely just been a patch in RHEL. Anyway, I am curious - is the version of...
2008 Jan 07
3
Log Monitoring Recomendation
Given my experience in Linux is limited currently, what do you guys use to monitor logs such as 'messages' on your centos servers? I had a hardware failure that happened in between me manually looking (of course...). I would hope it might have a some features to email critical issues etc... Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 06
0
script.aculo.us V1.6.1
...chain multiple calls. [Rick Olson] Bug fixes: * Fix an IE flicker with SlideUp/SlideDown, fixes #3774, [thx sbbowers] * Fix a problem with window scrolling on draggables [thx Gregory Hill] * Fix a problem with id-based handle names and draggables * Fix shift-tab for autocompleter in Safari, fixes #4423 [thx matt] * Make Element.forceRerendering give up on any exception (this fixes various problems with IE) * Fix only option on Sortable.create to accept multiple class names, fixes #3427 [thx glenn nilsson] * Added workaround for a rendering bug in Safari when using floating elements with Eff...
2013 Aug 20
3
[LLVMdev] Failure to optimize vector select
On Aug 19, 2013, at 18:47 , Eugene Toder <eltoder at gmail.com> wrote: > Have you tried running SLP vectorizer pass (-vectorize-slp)? Yes. That was the first thing i tried, and it didn't do anything. I was looking the vectorizer, but then I saw some things that made me wonder if it was even supposed to do this
2004 Dec 16
2
Unsightly lines from x*y grid in levelplot with Postscript
...the problem if I use png instead, but that brings up other problems. Any ideas for how I can get Postscript to not show those lines around the cells? Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2005 Jan 14
0
Code contributed for a gant (Gantt) chart
...ers[i] + half.height, col = tasks[[i]]$color, border = F) } box() mtext("Month", side=3, outer=F, line=2, cex=1.1) # x-axis label dev.off() Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2013 Aug 20
3
[LLVMdev] Failure to optimize vector select
...cation/octet-stream Size: 1545 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/94befc0a/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: vselect_unoptimized.ll Type: application/octet-stream Size: 4423 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/94befc0a/attachment-0001.obj>
2005 Dec 19
5
Inbound and outbound traffic problem
+---------------+ +----+ ISP A | | | |-----------------| | +----+ | | +------+ | ROUTER | NET C | www | | LINUX |----------------| |
2002 Mar 27
0
Re: RE Vertical bars with barchart()
...th the functions available with lattice. > > Scott > > Scott Waichler, Senior Research Scientist > Hydrology Group/Environmental Technology Division > Battelle Pacific Northwest National Laboratory > P.O. Box 999, MSIN: K9-36 > Richland, WA 99352 > (voice) 509-372-4423 (fax) 509-372-6089 > (email) scott.waichler at pnl.gov > (web) http://hydrology.pnl.gov > ________________________________________________ > __________________________________________________ Yahoo! Movies - coverage of the 74th Academy Awards® -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...