search for: abridged

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

Did you mean: bridged
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 &qu...
2005 Jul 24
2
TNT and SIP problem
I'm trying to get inbound calls from a TNT working but get 407 errors from the TNT. This is what I have in sip.conf: [maxtnt] type=friend host=x.x.x.x dtmfmode=rfc2833 callerid="MaxTNT" <maxtnt> context=demo qualify=yes disallow=all allow=g729 allow=ulaw insecure=very This is what the TNT is spitting out: Jul 24 14:55:12 tnt1 1/17: Releasing
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 R...
2003 Oct 03
2
Transfer from IAX call
I am using IAX to send a call to my cell phone. I want to be able to hit # and transfer it back into the office. I have added tTr to the dial command and hitting # prompts me for the transfer, but after I start dialing 103, it stops at 1 and tries to transfer it within nufone instead of my dialplan. This is the debug output: -- Called me@NuFone/1515480XXXX -- Call accepted by
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/ge...
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? As...
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
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
2003 Jun 14
1
Cisco 7960 config?
I finally got the power supply for my 7960 and am having problems getting it working. What should be in sip.conf and the SIP(macaddr).cnf file? This is what I have in SIP0002FD3BA8F7.cnf # SIP Configuration Generic File # Line 1 appearance line1_name: Asterisk Test # Line 1 Registration Authentication line1_authname: "phone1" # Line 1 Registration Password line1_password:
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.headers...
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 c...
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
R-Listers. The following is a rant originally sent privately to Frank Harrell in response to remarks he made on this list. The ideas are not new or original, but he suggested I share it with the list, as he felt that it might be of wider interest, nonetheless. I have real doubts about this, and I apologize in advance to those who agree that I should have kept my remarks private. In view of this,
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 maintain...
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== by...
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 the...
2004 Dec 15
1
Re: 12.50$ per port ???
Shoval, Interesting Mention. I agree, most people don't have CO exp. And I wish daily I had enough. Understand that what I mean by my e-mail is consumer side FXS ports, in broader terms, I mean, customer picks up a phone line, it signals a channel bank which signals *. 24 of those channels. Not channels equipped to Send Signal to the CO that a loop has been made.. meaning FXO. 24