Displaying 11 results from an estimated 11 matches for "recno".
2012 Jan 18
1
Compile error 1.8.8.1
...sh/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o
recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o
recno/rec_utils.o -> libdb1.a
[LD] abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o
asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o
bridg...
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
...sh/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o
recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o
recno/rec_utils.o -> libdb1.a
[LD] abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o
asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o
bridg...
2014 Jul 25
1
Use of undeclared identifier 'pvt' in asterisk-12.4.0
...K. However, I'm getting a compile error: use
of undeclared identifier 'pvt'.
I've found similar reports for other versions (asterisk-11 and dongle;
macports; a couple others), but nothing for 12.4.
Any suggestions to fix the issue?
Thanks in advance.
**********
make
...
[CC] recno/rec_utils.c -> recno/rec_utils.o
clang: warning: argument unused during compilation: '-fnested-functions'
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o
hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o
btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delet...
2011 Mar 07
1
Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze
...sh/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o
recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o
recno/rec_utils.o -> libdb1.a
[LD] abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o
asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o
bridg...
2011 Jan 04
2
Print plot to pdf, jpg or any other format when using scatter3d error
...(),
user='root',dbname='test',host='localhost',password='')
rsUser01 <- dbSendQuery(mycon, "select
a.userID,a.sessionID,a.actionTaken,a.timelineMSEC,a.durationMSEC,b.X,b.Y,b.Rel__dist_,b.Total_dist_
from `actiontimes` as a , `ulogdata` as b where a.originalRECNO =
b.RECNO and a.userID='ID01'")
user01 <- fetch(rsUser01, n= -1)
user01[1,1]
#plot loop
for (i in 1:10){
userSubset<-subset(user01,sessionID ==
sessionU01[i,],select=c(timelineMSEC,X,Y))
userSubset
x<-as.numeric(userSubset$X)
y<-as.numeric(userSubse...
2001 Mar 13
5
is this null block OK?
...t + chunk - 1) & chunk_mask;
if ( fd->fd_offset + rec->size >= boundary ) {
offset = boundary;
fd->fd_offset = boundary;
}
}
if (rec->size > 0) /* XXX */
fd->fd_recno++;
rec->offset = fd->fd_offset;
rec->recno = fd->fd_recno;
fd->fd_offset += rec->size;
/* add the reservation data at the end of the list */
if (rd) {
list_add(&rd->ri_list, fd->fd_reservations.prev);
rd-&...
2011 Jan 04
0
Error in M[, 1] : incorrect number of dimensions when trying to plot hexbin
...(),
user='root',dbname='test',host='localhost',password='')
rsUser01 <- dbSendQuery(mycon, "select
a.userID,a.sessionID,a.actionTaken,a.timelineMSEC,a.durationMSEC,b.X,b.Y,b.Rel__dist_,b.Total_dist_
from `actiontimes` as a , `ulogdata` as b where a.originalRECNO = b.RECNO")
user01 <- fetch(rsUser01, n= -1)
user01[1,1]
#list of users
mycon <- dbConnect(MySQL(),
user='root',dbname='test',host='localhost',password='')
listUser <- dbSendQuery(mycon, "select distinct userID from ulogdata")
userList <-...
2004 Jan 09
1
Fwd: new cvs build failure
...nfigs
cvs server: Updating asterisk/db1-ast
cvs server: Updating asterisk/db1-ast/btree
cvs server: Updating asterisk/db1-ast/db
cvs server: Updating asterisk/db1-ast/hash
cvs server: Updating asterisk/db1-ast/include
cvs server: Updating asterisk/db1-ast/mpool
cvs server: Updating asterisk/db1-ast/recno
cvs server: Updating asterisk/doc
cvs server: Updating asterisk/doc/testdocs
cvs server: Updating asterisk/editline
cvs server: Updating asterisk/editline/TEST
cvs server: Updating asterisk/editline/np
cvs server: Updating asterisk/editline/readline
cvs server: Updating asterisk/formats
cvs server:...
2008 May 01
1
Strategy for importing temporary .csv file?
...# FasterCSV.foreach(fullpath) do |row|
c = @owner.accounts.new
c.code = row[0]
c.description = row[1]
if c.save
n += 1
else
n += 1
d = Badboy.new
d.message = ''Aaccount Record Failed to convert''
d.recno = n
d.save
end
end
end
end
end
You''ll notice that I am able to import this file on MY OWN machine but
I''m having to HARD CODE the file path before the actual file name that
is delivered. You can see some ideas I''ve tried to make the
params[:fi...
2007 Dec 04
4
eventlog
...n\t\t\t%%4433\r\n\t\t\t%%4434\r\n\t\t\t%%4435\r\n\t\t\t%%4436\r\n\t\t\t
> %%4437\r\n\t\t\t", "-", "0", "0xF003F"], description="">
>
> note the empty description
>
> comparing it with sysinternals psloglist command, i get
>
> recno : 674805
> datetime: 12/4/2007 12:05:18 PM
> eventid : 560
> user : pe?aijm\DMPI
> description: Object Open: Object Server: Security Object Type: Key
> Object Name: \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\Eventlog\Security\
> Security Handle ID: 1...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...t;eaalminar at ucsd.edu>
To: r-help at r-project.org
Subject: [R] Sum Question
Message-ID: <C3B8C5EE-975E-4A83-9966-9C41F5A827F9 at ucsd.edu>
Content-Type: text/plain; charset=us-ascii
Hello,
I have the following dataset (this is a piece of a much larger set):
RID SCRNO VISCODE RECNO CONTTIME
23 18 HBA0190012 bl 1 5
24 18 HBA0190012 bl 3 5
28 18 HBA0190012 bl 5 5
29 18 HBA0190012 bl 2 5
32 18 HBA0190012 bl 4 5
38 19 HBA0190013 bl 2 35
50 19 HBA0190013 bl...