search for: stamp

Displaying 20 results from an estimated 2272 matches for "stamp".

2011 Aug 14
6
[PATCH 1/6] out-of-tree build: fix documentation generation
...ools/Makefile.am | 4 ++-- 20 files changed, 66 insertions(+), 65 deletions(-) diff --git a/cat/Makefile.am b/cat/Makefile.am index 6022cd6..91abfac 100644 --- a/cat/Makefile.am +++ b/cat/Makefile.am @@ -102,7 +102,7 @@ noinst_DATA = \ virt-cat.1 $(top_builddir)/html/virt-cat.1.html: stamp-virt-cat.pod stamp-virt-cat.pod: virt-cat.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --man virt-cat.1 \ --html $(top_builddir)/html/virt-cat.1.html \ $< @@ -111,7 +111,7 @@ stamp-virt-cat.pod: virt-cat.pod virt-ls.1 $(top_builddir)/html/virt-ls.1.html:...
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
...file.original Wed Mar 31 20:45:50 1999 --- Makefile Wed Mar 31 20:49:56 1999 *************** *** 15,20 **** --- 15,21 ---- PKGS = base eda lqs modreg mva stepfun SUBDIRS = profile $(PKGS) + RDFILES = $(@echo $(srcdir)/*/man/*.Rd) all: Makefile R *************** *** 37,43 **** latex: stamp-latex examples: stamp-examples ! stamp-docs: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex @rm -f $@ stamp-help stamp-html stamp-latex stamp-examples @echo "Building ALL documentation (help, HTML, LaTeX, R-Examples)" @$(MAKE) DOCS --- 38,44 ---- latex:...
1998 Nov 16
5
Solaris make for 0.63 failing
...w how to make target `src/*/*.[chfy]' [16] /home/res4/gilp/R : make install make: Fatal error: Don't know how to make target `src/*/*.[chfy]' ... [31] /home/res4/gilp/R-versions/R-0.63 : make -d MAKEFLAGS value: Building all because it is out of date relative to Makefile Building stamp-R because it is out of date relative to src/include/Platform.h make: Fatal error: Don't know how to make target `src/*/*.[chfy]' [32] /home/res4/gilp/R-versions/R-0.63 : ... [32] /home/res4/gilp/R-versions/R-0.63 : make -dd MAKEFLAGS value: stat(make.rules) doname(make.rules) Looking for...
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...libguestfs-test-tool for a quick check. Note this diff --git a/align/Makefile.am b/align/Makefile.am index 2b4dee4..1eccf28 100644 --- a/align/Makefile.am +++ b/align/Makefile.am @@ -23,10 +23,6 @@ EXTRA_DIST = \ test-virt-alignment-scan-guests.sh \ virt-alignment-scan.pod -CLEANFILES = \ - stamp-virt-alignment-scan.pod \ - virt-alignment-scan.1 - bin_PROGRAMS = virt-alignment-scan SHARED_SOURCE_FILES = \ diff --git a/appliance/Makefile.am b/appliance/Makefile.am index e23778e..08a7f4c 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -155,13 +155,7 @@ stamp-libguestfs-m...
2010 Jun 17
1
Help .. A question about if then
Please be gentile ... I am new at this ror thing I have a view which looks like this <h1>Nicaragua Stamps</h1> <table id ="stamps"> <tr> <th>Scott</th> <th>Maxwell</th> <th>Description</th> <th>Url</th> <th>Mint</th> <th>Used</th> </tr> <% @stamps.each do |stamp| %...
2010 Mar 08
1
Time stamps
I am new to SAMBA and I have what I'm not even sure is an issue. I am aware of the difference in time stamps between *nix and Windows. What I don't understand is this: I used touch to modify the time stamps of a large number of files on the file server from the server side to match the time in the file name. They were video files from my Digital Video Cam and the import program used the time stam...
2011 Feb 24
1
Using a Virtual IP Line
...ed so I change the User-Agent to my asterisk to the same as saying the xlite but still does not work. I have traces of xlite for the invite and register this done to see if someone can help me to use this line with my asterisk. These are the traces of my Xllite REGISTER sip:Xlite release 1100l stamp 49022 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.221:22818;branch=z9hG4bK-d8754z-e322ee549824f666-1---d8754z-;rport Max-Forwards: 70 Contact: <sip:8887776666 at 10.0.0.221:22818;rinstance=570ac597afa82c9a> To: "8887776666"<sip:8887776666 at Xlite release 1100l stamp 49022> From: "8...
2009 Aug 31
2
write file to date-stamped folder
Hello, I would like to be able to write all files produced on one day to an output directory with that date stamp, or alternatively stamp the date in the filename. So that if i run the same code the next day the files will not be overwritten. here's what i have to start with: baseDir = getwd() outputDir = paste(baseDir,"/OutputData-", Sys.Date(),sep="") and lets say i want to write th...
2006 Jan 11
2
Problem with making Matrix
...IC -g -O2 -c Csparse.c -o Csparse.o ... numerous lines deleted ... gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -g -O2 -c triplet_to_col.c -o triplet_to_col.o f77 -fPIC -g -O2 -c zpotf2.f -o zpotf2.o f77 -fPIC -g -O2 -c zpotrf.f -o zpotrf.o touch CHOLMOD.stamp UMFPACK.stamp COLAMD.stamp CCOLAMD.stamp AMD.stamp Metis.stamp LDL.stamp gmake[1]: Entering directory `/tmp/R.INSTALL.WMODs1/Matrix/src/CHOLMOD' ( cd Lib ; make ) make: don't know how to make w. Stop gmake[1]: *** [library] Error 2 I am running: > version _...
2016 Jan 04
3
[PATCH 0/3] podwrapper: Generate consistent WARNING sections (RHBZ#1293527).
Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=1293527 Note that patches 2/3 and 3/3 are dependent on each other, ie. applying 2/3 on its own will break the build. So I may combine these when applying the series. Rich.
2009 Jan 22
2
time date stamp since, january 1st 1970
Hello, we are receiving some data, sample below - with a weird time/date stamp format, we need some help with R on converting this time date stamp to a useable field in R, date and time in a data-frame. The developer says its the number of milliseconds since midnight, January 1, 1970. sample: *1232558018624* --------------------- How do I interpret the time stamp? Is...
2004 Oct 29
2
Fwd: RE: DSP stamp
Are we interested, or ready for this? Andrew Seddon is offering to provide hardware to port Theora to the DSP Stamp. http://www.linuxdevices.com/news/NS4405077268.html John ---------- Forwarded Message ---------- Subject: RE: DSP stamp Date: Friday 29 October 2004 03:50 am From: "Andrew Seddon" <andrew.seddon@camsig.co.uk> To: "'John Kintree'" <jkintree@swbell.net> Cc...
2006 Oct 25
3
simplification of code using stamp?
...and the coefficients. It runs slow, as it is doing the regressions for each - is it possible to get the values in a dataframe which looks as follow: expert | xx | seeds | r.squared | slope | intercept Thanks in advance, Rainer library(reshape) rsqs <- as.data.frame( stamp( tc.long, expert * xx * seeds ~ ., function(df) try( summary( lm(distance ~ generation, data=df))$r.squared, silent=TRUE ) ) ) slope <- as.data.frame(...
2014 Jan 28
1
[PATCH] builder, sysprep: initialise the random generator
...rt-sysprep-script.sh | 22 +++++++++++++++++++++- 5 files changed, 47 insertions(+), 1 deletion(-) create mode 100755 sysprep/script4.sh diff --git a/.gitignore b/.gitignore index 74661b0..d9bef99 100644 --- a/.gitignore +++ b/.gitignore @@ -428,6 +428,7 @@ Makefile.in /sysprep/.depend /sysprep/stamp-script1.sh /sysprep/stamp-script2.sh +/sysprep/stamp-script4.sh /sysprep/stamp-virt-sysprep.pod /sysprep/sysprep-extra-options.pod /sysprep/sysprep-operations.pod diff --git a/builder/builder.ml b/builder/builder.ml index 3c45fa5..6dc172f 100644 --- a/builder/builder.ml +++ b/builder/builder.ml...
2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.
2017 Jul 07
3
[PATCH v4 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Best of .. 4?
2017 Jul 07
3
[PATCH v5 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
After enabling procmail debugging ...
2017 Jul 07
3
[PATCH v2 0/3] Remove gtk-doc.
This is a repost so I can test my procmail script / automatic testing framework. The patch series is identical to v1. Rich.
2017 Jun 29
3
[PATCH 0/3] gobject: Remove gtk-doc and replace with guestfs-gobject(3) manual page.
Patch 1 cleans up the gobject tests. Patches 2 and 3 remote gtk-doc, which is slow and useless, and replace it with a simple manual page. https://bugzilla.redhat.com/show_bug.cgi?id=1465665 Rich.
2004 Oct 28
1
Re: DSP stamp
...erences, and for encoding several videos that can be found at www.theora.org. Development has progressed to the point that the value of the codec can be seen. That value could be enhanced, I believe, by implementing the codec in silicon. When I saw the Oct. 22, 2004 announcement of your DSP stamp at http://www.linuxdevices.com/news/NS4405077268.html it seemed like your module might be a candidate for embedded hardware that could allow camcorders or webcams to encode video into theora format in real-time. I look forward to any further information you can share about this. Regards, John...