search for: stamps

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

Did you mean: stamp
2011 Aug 14
6
[PATCH 1/6] out-of-tree build: fix documentation generation
--- cat/Makefile.am | 6 +++--- df/Makefile.am | 2 +- edit/Makefile.am | 2 +- examples/Makefile.am | 12 ++++++------ fish/Makefile.am | 18 +++++++++--------- fuse/Makefile.am | 2 +- inspector/Makefile.am | 2 +- java/examples/Makefile.am | 6 +++--- ocaml/examples/Makefile.am | 6 +++---
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
Full_Name: Andrew Barclay Version: 0.63.4 OS: Solaris 2.7 Submission from: (NULL) (170.140.252.158) The Makefile in src/library gets the following error from our Solaris 2.7 make when making 'docs': make: Fatal error: Don't know how to make target `*/man/*.Rd' Current working directory R-release/src/library It doesn't seem to appreciate shell wildcards in the
1998 Nov 16
5
Solaris make for 0.63 failing
I shouldn't try to do this on Monday morning. Can anyone suggest why the make for R 0.63 is failing for me under Solaris (SunOS 5.6). Paul Gilbert ... creating src/scripts/html2dos creating tests/Makefile creating tests/Examples/Makefile creating src/include/Platform.h R is now configured for sparc-sun-solaris2.6 Source directory: . Installation directory: /usr/local C
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
By adding common CLEANFILES and DISTCLEANFILES variables to common-rules.mk, we can remove these from most other Makefiles, and also clean files more consistently. Note that bin_PROGRAMS are already cleaned by 'make clean', so I removed cases where these were unnecessarily added to CLEANFILES. --- .gitignore | 1 + Makefile.am | 6
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 stamp...
2011 Feb 24
1
Using a Virtual IP Line
Hello! I bought a virtual IP line to my ISP to use with my asterisk but when I try to connect it to my ISP tells me I can not use and I can only use with a softphone that gives me, xlite ready configured. I use ngrep to see what information sent on xlite for communication, the User-Agent was changed so I change the User-Agent to my asterisk to the same as saying the xlite but still does not work.
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
2006 Jan 11
2
Problem with making Matrix
Hi R-help citizens, I'm having trouble making version 0.99-6 of Matrix on FreeBSD 6.0. The error message is: * Installing *source* package 'Matrix' ... ** libs gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -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
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 there a date, i need
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'"
2006 Oct 25
3
simplification of code using stamp?
Hi I have the following code which I would like to simplify. Id does linear regressions and returns the r-squares, 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(
2014 Jan 28
1
[PATCH] builder, sysprep: initialise the random generator
virt-builder and virt-sysprep may make use of Common_utils.string_random8 (which uses Random.int) for constructing temporary paths; not initialising the random generator means that every invocation will reuse the same name used previously (!). Thus just call Random.self_init, just like virt-sparsify already does. Expand the test-virt-sysprep-script.sh test to ensure that virt-sysprep is not
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
Yes, the Theora codec is based on VP3, which is an earlier version of ON2's VP6 codec. Theora is currently at its alpha 3 release, and is stable enough to have been used already for streaming live video from a number of conferences, 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