Displaying 20 results from an estimated 500 matches similar to: "before => ?"
2007 Mar 18
1
Dependancy sequencing problem
Hi,
I have this code here:
$filepackages = $operatingsystem ? {
debian => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
],
default => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
]
}
package { $filepackages:
ensure => latest
2007 Oct 14
4
flac fingerprint
hi,
i found this explanation of the flac fingerprint somewhere:
'A FLAC Fingerprint is generated only for the audio data portion of
the file. (Therefore, changing the filename or the tags or
FlacMetadata does not change the fingerprint calculation.) In
contrast, an .md5 is generated against the whole file, including
header portions.'
so i was wondering what advantages it could give me
2009 Jul 29
1
flac test mode is very useful
If md5sum --check did not return an error with a truncated file, then the
file was likely broken to start with. I think the chances of a corrupted
file generating the same md5sum is close enough to 0 that you will never see
it in a life time.
Also, you lost me on storing the md5sum value at the begging and the end?
On Wed, Jul 29, 2009 at 4:44 AM, Dat Head <dathead2 at gmail.com> wrote:
2005 Apr 21
1
R 2.1.0 for Windows installation error? atanh not in R.dll?
Could someone please tell me what I did wrong to create this message or what I should do to correct this problem?
I downloaded 2.1.0 Windows binary and installed into C:/R/rw2010, using the installer. I ran md5check.exe in C:/R/rw2010/bin/ and got "No errors."
The problem is this:
When I start up Rgui.exe from its shortcut (target= C:\R\rw2010\bin\Rgui.exe --save -sdi, Start in
2008 Sep 02
0
mk5check crashed on Windows
Hi,
When I was trying to use md5check.exe in R on Windows, I found that it is
actually crashed for R-2.7.2 and R-2.6.2 (R-2.5.1 seems to be ok).
As I looked into the code (src/gnuwin32/front-ends/md5check.c), I think that
there might be several bugs in the code:
(1) A "segmentation fault" occurred in read_unist_file("unins000.dat"). I
guess that the file pointer didn't
2008 Feb 08
2
how to get flac fingerprint from a wav?
Great info. I found some descriptions of st5 (md5 fp) and ffp, where
I assume that "fp" is just a Taper abbreviation for "fingerprint" -
or signature as it's called in the flac header. However, I could not
find these utilities or source code. What I found looked like
instructions for a gui-based program. I think it would be easier to
support Mac if st5 were
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi,
I''m testing puppet from the subversion trunk. I have a rather
hacked-together system to install a CRM into one of my nodes, which
worked (more or less) with version 0.19.3. When I tried to do a puppet
run on a completely clean node it seemed to stall on the ''compilation''
part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When
I broke
2009 Jul 28
2
flac test mode is very useful
I'm uploading some very large flac files, and I've had to use the
Unix command 'split' to break the files into smaller pieces. This
works well, but my only concern is that I want to make sure I get all
the pieces back together in the right order, without any missing
pieces or partial files. "flac -t filename.flac" works perfectly.
It will detect a truncated
2003 Oct 20
0
Update Packages / help.start() (PR#4681)
Full_Name: Leonard Weil
Version: 1.8.0
OS: Windows2000 Pro
Submission from: (NULL) (192.249.47.9)
I have encountered two anomalies in version 1.8.0 that I had not observed in
version 1.7.0:
When using the menu Packages -> Update Packages from CRAN,
The console repeats the message twice (example below)
> update.packages()
trying URL
2006 Jul 22
1
R shutdown
Dear R Users,
I run simulation that takes very long time (R 2.2.1, Win XP pro., Rgui SDI
mode, editor Tinn-R).
It's happened that R shuts down and Windows display the message: Rgui.exe
makes an error and the application will shut down. Unfortunately everything
I lost. Below I paste the message that is created when error appear. Maybe
You as an expert will figure out what is happening to me.
2005 Sep 01
4
Using zebra
Hello
Anyone used Zebra routing daemon and created virtual routers
before? Is it possible to run OSPF/BGP on each virtual server and get
them to talk to each other?
I''m new to Xen and I need to know... I will be trying this out in the
coming days and I want to know about any pitfalls to avoid.
--
Nonchalantly yours
GobbledeGeek
[Every thing but Gobbledegook.. !!]
2008 Jul 29
1
R crashes on new laptop
The problem is that R crashes with an exception "R for Windows GUI front-end
has encountered a problem and needs to close..." It doesn't always crash,
but almost always does.
Thanks for any help (fixes, workarounds, or diagnostics) you can provide!
Doug
Specs:
PC: HP 2710p
Graphics HW: Mobile Intel 965 Express Chipset Family / Graphics Media
Accelerator X3100
Graphics Driver:
2007 Oct 14
0
flac fingerprint
i forgot to ask this important question :)
why doesn't a ffp file make a md5 of the *whole* flac file, so that
all non-audio data inside the file are verified too?
in my opinion, now it only does the same as the internally stored md5
on the decompressed audio data, but there is still no way to verify
the header of the flac file (so i mean : all non-audio data in the
file)
or am i forgotting
2007 Oct 14
0
Re: flac fingerprint
Harry,
> so i was wondering what advantages it could give me to make a ffp
> file, because there is already a internally stored md5 checksum on the
> decoded audio data inside the flac file?
Testing the .flac file against its internally stored fingerprint lets
you know that you have a properly encoded .flac file of *something*. If
you also certify that internally stored fingerprint
2008 Feb 08
0
how to get flac fingerprint from a wav?
shntool (http://etree.org/shnutils/, http://shnutils.freeshell.org/)
is Windows-only, but the source is available.
> Great info. I found some descriptions of st5 (md5 fp) and ffp, where I
> assume that "fp" is just a Taper abbreviation for "fingerprint" - or
> signature as it's called in the flac header. However, I could not find
> these utilities or source
2005 Apr 21
0
DOH! RE: R 2.1.0 for Windows installation error? atanh not in R.dll?
I'm sorry to waste bandwidth. I re-read the console message for the tenth time and finally noticed R was looking in rw2001pat for libraries. Looking at my Env vars I see I set R_LIBS to look there. Changed R_LIBS, fixed problem.
DOH!
So now if I want to use several versions of R simultaneously, what do I do.
I set R_LIBS so it would look also in C:/R/extra for some added packages.
Thanks and
2004 Oct 07
1
library/utils/man/utils.RD.gz : Nosuch file or directory
R-help
I have installed R 2.0.0 ( Windows) on my machine and had several
'crashes' while working on it.
I have reinstalled a couple of times and still got strange behaviour
from time to time(screen goes white and no prompt is printed out,,,)
Last time I have reinstalled I checked the md5sum.txt (md5sum output
for the setup program and went O.K) and also Md5 from which I paste a
piece of
2007 Oct 17
2
Re: flac fingerprint
2007/10/15, David W. Tamkin <dattier@panix.com>:
>
> Harry,
>
> > so i was wondering what advantages it could give me to make a ffp
> > file, because there is already a internally stored md5 checksum on the
> > decoded audio data inside the flac file?
>
> Testing the .flac file against its internally stored fingerprint lets
> you know that you have a
2006 Aug 13
2
Puzzling warning using 2.3.1...
Greetings folks:
Stepped away from a win/lin dual boot system and spent the better part of the
past week resetting a windows only arrangement.
Before the switch I was running 2.3.1 without any strange behaviours. When I
reached the point of putting it back on the machine I would get this puzzling
warning the first time I would try to select a cran mirror:
> chooseCRANmirror()
Warning
2009 Mar 25
8
ITSP's no longer supporting IAX?
After a variety of connectivity problems, my itsp (Unlimitel.ca) blamed the
problem on the IAX protocol. They told me that as of Asterisk 1.4 the IAX
protocol went downhill and many carriers (like VoicePulse) are discontinuing
support for IAX.
Is this correct? We are all heading for SIP?
Thanks,
MD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: