Displaying 9 results from an estimated 9 matches for "datevalu".
Did you mean:
datevalue
2007 Dec 13
1
Omega datevalue search fails during scriptindex flush
...ere is no output after entering several enters, I assume scriptindex is indexing data.
* The search I perform on omega is as follows:
omega?P=harry&B=XINja&B=XAR0&DEFAULTOP=and&DB=...&FMT=customxml&xDB=...&xFILTERS=--O&TOPDOC=0&HITSPERPAGE=20&MINHITS=50&DATEVALUE=4&START=20071206
* After a while (20-30 seconds), omega just returns a blank page. No errors nothing (not even in apache error logs).
If I remove the DATEVALUE=4&START=20071206 everything just works fine. If scriptindex is replacing or adding records the search works fine aswell. Only du...
2016 Sep 22
2
issues compiling omega
...flow=1
-Wlogic
al-op -Wmissing-declarations -Wdouble-promotion -Winit-self
-fvisibility=hidden
-I/home/John/xapian-core-1.4.0/include -g -O2 -std=gnu++11 -o
.libs/omega.exe om
ega.o query.o cgiparam.o utils.o configfile.o date.o cdb_init.o cdb_find.o
cdb_h
ash.o cdb_unpack.o jsonescape.o loadfile.o datevalue.o common/str.o
sample.o url
encode.o weight.o expand.o csvescape.o -Wl,--enable-runtime-pseudo-reloc
/home/
John/xapian-omega-1.4.0/../xapian-core-1.4.0/.libs/libxapian.dll.a -lrpcrt4
-lz
-lws2_32 ./.libs/libtransform.a -L/lib -lpcre -L/usr/local/lib
datevalue.o: In function `DateRangeLimit::oper...
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 22
0
issues compiling omega
..." is for files which are
architecture independent. So executable machine code will (well,
should) never be there, only data files, scripts, byte-code, etc, and
only when the format and contents don't depend on word-size, endianness
or other aspects of the machine's architecture.
> datevalue.o: In function `DateRangeLimit::operator-(int)':
> /home/John/xapian-omega-1.4.0/datevalue.cc:87: undefined reference to
> `timegm(tm *)'
OK, this is a bug in the build system.
> If I'm understanding the undefined reference error correctly, I think
> what make is telling...
2004 Jun 10
1
X-12-ARIMA
...a grateful user of a less klugey approach.
Below is a clearer explanation of my klugey approach and functions which I've
used successfully. Feel free to use them.
# create data file for the series to be read by x12 fortran pgm
# blp is a object of class ts written to file blp.dat in the x12 datevalue
# format
writex12in(blp,"blp")
# create the specification file using your favourite editor say blp.spc to be
# read by x12 fortran pgm
# a vanilla specification file might have the following
# series{
# title="building consents"
# start=1973.01
# span=(1973.01, 2000.12...
2006 Nov 24
1
Fwd: Dates Conversion/write.foreign
...The write.foreign package says:
"Numeric variables and factors are supported for all packages, dates
and times (Date, dates, date, and POSIXt classes) are also supported
for SAS and characters are supported for SPSS."
So, what should i do to get my time value also apart from the
datevalue? Do i need to convert the chron object, "Datetime" into
POSIXt...or anything alse...so that SAS can read it as datetime.
format?
Thank you,
Shubha.
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
...tle = totle & "Check file time " & CStr(thisnow - thistime) + " ms" + vbCrLf
thistime = thisnow
Set objFile = objFSO.GetFile(fn)
totle = totle & "Get object time " & CStr(thisnow - thistime) + " ms" + vbCrLf
thistime = thisnow
temp = DateValue(CStr(objFile.DateLastModified))
totle = totle & "Get date time " & CStr(thisnow - thistime) + " ms" + vbCrLf
End If
2. Linux PC Server:
It provide Linux/Samba shared directory for the client
(1) Operation System
kernel = 2.6.6
file system = xfs
nic = in...
2007 Oct 16
1
Matches estimate varies with sorting method
Hi all,
I found that the figure returned by MSet::get_matches_estimated() varies
depending on how results are to be sorted.
For instance, in my index, value 4 contains date and time in the format
"yyyymmddhhmmss". For the same query, the number of results will be
estimated to 20000+ when results are first sorted by date and time
with set_sort_by_value_then_relevance(4) and to only 100
2007 Oct 02
0
Adehabitat package question - trying to generate animal home ranges
...==========================
The following is as far as I have gotten with my attempt to repeat the
above:
> require(adehabitat)
...
## I can get my data into the data frame object test
> test = read.csv("c:/rjunk/testdata.csv", header=T)
> test
BIRD_LOC BIRD SEX DATE TIME DATEVALUE SEASON X Y
1 CBF1001 CBF F 5/18/2004 1756 38125 04BR 675022 5302087
2 CBF1002 CBF F 5/19/2004 1817 38126 04BR 674988 5302111
...
90 CBM1043 CBM M 9/28/2004 739 38258 04BR 675305 5302229
91 CBM1044 CBM M 10/1/2004 738 38261 04BR 675005 5302109...