search for: abridg

Displaying 20 results from an estimated 113 matches for "abridg".

Did you mean: abridge
2007 Dec 19
2
(no subject)
Dear R Users, I am working for the United Nations to construct a complete life table from an abridged table. I want to use the code of Hydman Filter by Rob J Hydman but an error sentence always appears and it simply doesn't run-- source("C:/R/Jamie/HymanFilter.R") Error in .C("spline_coef", method = as.integer(method), n = nx, x = x, : C symbol name &...
2005 Jul 24
2
TNT and SIP problem
...al cause code 021 I just have a T1 port from the asterisk machine cabled to the TNT with a T1 crossover trying to send calls out of the asterisk machine via T1 and back in via SIP until the PRI's are turned up. dave -- Dave Weis "I believe there are more instances of the abridgment djweis@sjdjweis.com of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations."- James Madison
2007 Feb 18
1
dbi, rodbc, rmysql, charset problem
...les: 1 Open tables: 64 Queries per second avg: 0.041 Yet if i use R's RODBC or RMySQL to connect to my database i can't see these accentuated characters: library(RODBC) con <-odbcConnect("trybunal", uid="root", pwd="mypassword") sqlTable(con) the output (abridged) is like that: TABLE_CAT TABLE_SCHEM TABLE_NAME TABLE_TYPE REMARKS 14 trybunal Wyk?adnia innych przepis<f3>w TABLE MySQL instead of <F3> i should see "?" and instead of ? a "?". It is just the same if i use RMySQL instead of...
2003 Oct 03
2
Transfer from IAX call
...ap/1-1 -- Playing 'pbx-transfer' -- Unable to find extension '1' in context 'NANPA' -- Playing 'pbx-invalid' -- Stopped music on hold on Zap/1-1 How do I make this work? dave -- Dave Weis "I believe there are more instances of the abridgment djweis@sjdjweis.com of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations."- James Madison
2006 Jul 24
18
difference between running unabridged
22 sudo mv camping.rb camping-abridged.rb 23 sudo mv camping-unabridged.rb camping.rb when running into problems, the abridged version of camping is rather difficult to debug. so I''m moving to unabridged, but I''m getting this error. [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] /usr/local/lib/ruby/...
2012 Mar 02
0
server signing = mandatory aix 6.1 (abridged debug)
Using samba 3.5.12 on aix 6.1 when I set "server signing = mandatory" nothing can connect to my server. Included the smb.conf followed by errors showing up in the level 10 debug output. Thanks, >cat /usr/local/samba/lib/smb.conf [global] workgroup = somename netbios name = someserver server string = somename Samba Server %v security = user
2013 Jul 30
2
Failed to parse template, wrong number of arguments (create_resources)
I''m having some issues trying to track down a problem I''m having parsing a simple template, using create_resources and Hiera. Here''s my setup (abridged): ../hieradata/settings.yaml: *global:* * variables:* * env: foo* * * *appSpecific:* * serverName: someServer* ../modules/test/manifests/init.pp: *class test {* * create_resources(test::variables, hiera(''global''))* * $appcfg = hiera(''appSpecific''...
2009 Aug 25
1
jpeg device loop problem
Dear R gurus, Trying to loop a graphing function and output a jpeg file each loop. It works fine for a single run (ie. not looping) but when I loop the output is nothing but white space. Here is my code, somewhat abridged: { <rest of loop> jpeg(filename=<"name for this loop.jpeg">) xyplot(AbvBioAnnProd~Year|factor(Plot), type = c("b", "r"), pch = 16,data=dd.mono.i,main=<"name for this loop">) dev.off() } Is there a problem with my device settings? A...
2003 Oct 10
3
Grandstream wallmount??
Am I the only one that has noticed there is no way to wallmount a Grandstream phone? There are screw notches on the back, but no hook to hold the handset in. -- Dave Weis "I believe there are more instances of the abridgment djweis@sjdjweis.com of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations."- James Madison
2009 Oct 23
1
macro for dnat through alternate public ip (alias)
Hi, I have a rule: DNAT net dmz:a.b.c.d tcp 25 - k.l.m.n The problem: I want to DNAT port 25, 143, 110 k.l.m.n is alternate public ip (using vrrp, just like alias) Can I abridge the above line using macro, instead of writing 3 separate lines? I can do: MailPorts/DNAT net dmz:a.b.c.d But this refer to the physical public ip I have more elaborate requirement to forward around 20 ports like this on multiple alternate ip addresses. Thank you. Lito _____________________...
2003 Jun 14
1
Cisco 7960 config?
...sco -> Grandstream, but not vice versa. While fixing that I made it not work either way. It looks like asterisk is sending a 407 to the phone, the phone is trying to authenticate, not succeeding, and getting a 404. dave -- Dave Weis "I believe there are more instances of the abridgment djweis@sjdjweis.com of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations."- James Madison
2008 May 21
32
Rack, Camping 2.0++
...p Rack in some other way: #!/usr/bin/env rackup # Auto-detects CGI & FastCGI # Start mongrel with: ./blog.ru -s mongrel -p 3301 require ''blog'' Blog.create run Blog Some notes: * Branch: http://github.com/judofyr/camping/commits/rack * You have to rename camping-unabridged.rb to camping.rb in order to run apps. * You''re app is also a Rack-app (aka respond_to?(:call)) * I''m using Rack::Request (@request) and Rack::Response (@response) * Status, headers and body must be set using @status, @headers and @body, not @response.status, @response.header...
2019 Nov 03
2
suddenly change: idmap uid + gid
...; > is > > that we don't want to rely on any remote communication (eg name- > > >sid > > calls and reverse) to determine the mapping, as that could fail at > > the > > critical momenet. > > > > Then when why does 'man smb.conf' say this (abridged) about 'winbind > use > default domain' ? > > This parameter specifies whether the winbindd(8) daemon should > operate > on users without domain component in their username. > Users without a domain component are treated as is part of the > winbindd > server...
2006 May 02
4
Indexing Speed?
Hi all, Have been looking at lucene and ferret. Have noticed that ferret takes ~463 seconds to index 200Mb of docs, whereas lucene takes ~60 seconds. I''m using the standard "get you started" sort of code provided by both libraries. My ruby code is: (abridged) @index = Index::Index.new(:path => inIndexPath) def createIndex(inRepositoryPath) Find.find(inRepositoryPath) do |path| if FileTest.file?(path) File.open(path) do |file| @index.add_document(:file =>path, :content => file.readlines) end My Java...
2019 Nov 03
2
suddenly change: idmap uid + gid
On Sun, 2019-11-03 at 20:57 +0000, Rowland penny wrote: > > > G'Day Rowland, > > > > Are you really sure that is the case? > > > > The "winbind use default domain" code, which I authored, certainly > > isn't intended to do that. It changes the formatting at the nss > > interface to strip the domain\ prefix, allowing local logins
2005 Jan 12
2
Off Topic: Statistical "philosophy" rant
...subjective exploration and subsequent choice of modeling strategy. One can only say (at best) that the stated model uncertainty is an underestimate of the true uncertainty. And very likely a considerable underestimate because of the model choice subjectivity. Now I in no way wish to discourage or abridge data exploration; only to point out that we statisticians have promulgated a self-serving and unrealistic view of the value of formal inference in quantifying true scientific uncertainty when we do such exploration -- and that there is therefore something fundamentally contradictory in our own rhe...
2011 Sep 10
4
Is xtable still being maintained?
Hi, I wonder if anyone knows if the xtable package is still actively being maintained? The last update to the CRAN was about 2 years ago. Earlier in the year I found I wanted to use the short caption option of LaTeX tables to display an abridged title in my table of contents. It was a relatively simple change to get xtable to support this. I bundled up my changes and sent the maintainer David B. Dahl an email and I got absolutely no response? What's the etiquette for this kind of situation? I think he's done a sterling job mainta...
2013 Mar 01
1
predict.loess() segfaults for large n?
...e range. (In the code that segfaults N is about 77,000). set.seed(1) n = 5000 # n=4000 seems ok x = rnorm(n) y = x + rnorm(n) yf = loess(y~x, span=0.75, control=loess.control(trace.hat="approximate")) print( predict(yf, data.frame(x=1), se=TRUE) ) ##---valgrid output with segfault (abridged): > test4() ==30841== Warning: set address range perms: large range [0x3962a040, 0x5fb42608) (defined) ==30841== Warning: set address range perms: large range [0x5fb43040, 0xf8c8e130) (defined) ==30841== Invalid write of size 4 ==30841== at 0xCD719F0: ehg139_ (loessf.f:1444) ==30841== b...
2017 Aug 08
2
[ScalarEvolution][SCEV] no-wrap flags dependent on order of getSCEV() calls
...rs. The SCEV for %i.07.i will have <nuw> or not depending on whether %idxprom.i was computed before it: > > %idxprom.i, the zext? I'm not sure how you're getting that particular effect. ScalarEvolution::getSCEV for a zext immediately calls getSCEV on its operand. Here is an abridged record of the getSCEV results as seen by each pass with/without preserving SCEVAnalysis. In the first case, when the SCEV is invalidated, the SCEV for %i.07.i is computed in LSR as {0,+,1}<%for.body.i>. In the second case, the SCEV for %i.07.i is computed in LSR the same way, but because t...
2004 Dec 15
1
Re: 12.50$ per port ???
...t Newbridge 3624s from Ebay for about $150-$300 a box w/ 12 port FXOs a while back. Then I moved to PRI for the capability of setting Caller ID easily (e&m was a pain in the..). wherd -Matt ----------------------------------------------------- "I believe there are more instances of the abridgment of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations." - James Madison On Wed, 15 Dec 2004, Shoval Tomer wrote: > > > > -----Original Message----- > > From: Matt Klein [mailto:mklein@nmedia...