search for: damaging

Displaying 20 results from an estimated 4516 matches for "damaging".

Did you mean: amazing
2009 Sep 25
2
grep or other complex string matching approach to capture necessary information...
Say I have the following data: house_number<-floor(runif(100, 200, 600)) water_evaluation<-c("No water damage", "Water damage", "Water On", "Water off", "water pipes damaged", "leaking water") water_evaluation_selection<-floor(runif(100, 1,6)) house_info<-data.frame(water_evaluation[water_evaluation_selection],
2010 Jun 25
2
rsync and hfs+ compressed files damaged
Hi All, I have been using rysnc 3.0.6 with Mike's rsync_3.0.6-hfs-compression_20091027.diff patch (as well as the standard osx patches) with good results. I discovered that clones done on 10.6 using this rsync cause some executable files ( the ones that are mostly compressed this way on osx ) to be damaged. I did a test twice and indeed a handful of them are damaged. They all appear to be in
2008 Dec 25
3
Percent damage distribution
R version: 2.7.0 Running on: WinXP I am trying to model damage from fire losses (given that the loss occurred). Since I have the individual insured amounts, rather than sampling dollar damage from a continuous distribution ranging from 0 to infinity, I want to sample from a percent damage distribution from 0-100%. One obvious solution is to use runif(n, min=0, max=1), but this does not seem to be
2007 Jan 13
5
Filling holes in a FLAC file from an old Vorbis file
I have a partly damaged CD, from which I extracted 192Kb/s Vorbis files a while ago (before it got damaged) and I'd like to get FLAC files. `cdparanoia' extracted most of the data from the CD, but there are some holes due to the damages. How could I fill those holes in my FLAC files using the Vorbis files? Stefan
2007 Jan 13
5
Filling holes in a FLAC file from an old Vorbis file
I have a partly damaged CD, from which I extracted 192Kb/s Vorbis files a while ago (before it got damaged) and I'd like to get FLAC files. `cdparanoia' extracted most of the data from the CD, but there are some holes due to the damages. How could I fill those holes in my FLAC files using the Vorbis files? Stefan
2007 Jan 13
5
Filling holes in a FLAC file from an old Vorbis file
I have a partly damaged CD, from which I extracted 192Kb/s Vorbis files a while ago (before it got damaged) and I'd like to get FLAC files. `cdparanoia' extracted most of the data from the CD, but there are some holes due to the damages. How could I fill those holes in my FLAC files using the Vorbis files? Stefan
2011 Nov 11
1
Predicting x from y
Dear list members, I have just a quick question: I fitted a non-linear model y=a/x+b to describe my data (x=temperature and y=damage in %) and it works really nicely (see example below). I have 7 different species and 8 individuals per species. I measured damage for each individual per species at 4 different temperatures (e.g. -5, -10, -20, -40). Using the individuals per species, I fitted one
2006 Dec 23
1
complex barplot enquiry
Hello, I was hoping for some advice to resolve a problem I am having trouble with. The data consists of a series of pre and post variables, in a dataframe called 'offend'. I am interested in graphically depicting the pre & post values for a factor variable called 'decision' which has 4 values : nusm, fit, unsound & unfit. An example of a pre and post variable is:
2007 Oct 06
2
Damaged rpm database?
Hello, while doing some maintenance on a Centos 4.4 box, I ran rpm -qa --last and got: error: rpmdb: damaged header #91 retrieved -- skipping. ...lots of lines identical to the one above and finally: the_last_package_I_installed_yesterday.rpm all the other rpms in reverse installation order I've seen via google that this should mean there is a damaged rpm database and it should be rebuilt
2010 Aug 24
2
chisq.test on samples of different lengths
Hello, I am trying to see whether there has been a significant difference in whether people experienced damages from wildlife in two different years. I therefore have two columns: year 1: yes no no no yes yes no year 2: no yes no yes I wanted to do a chisq.test, but if I enter it this way: chisq.test(year1, year2) I get the error saying the columns are two different lengths. So then I tried
2007 Aug 15
1
FLAC: corrupted files
hi, suppose I burn my flac files to CD (not audio cd, but just data cd with all the flac files) and after some time the cd becomes damaged and some bits in some flac files are read incorrectly by the cd-rom drive. So what happens then with those flac files. Will doing verify on them fail? Will you still be able to decode them to WAV with only some damaged frames so with incorrect bits at the
2008 Jan 21
1
FXS damaged at TDM22B
Hi All; If one of my FXS port damaged at TDM22B because we connected the Telephone Line cable to the FXS port while it should be connected to the FXO port, then can I order S110M FXS Module and fix it instead of the damaged FXS? (This if we assume my problem that really the FXS port damaged). Rregards Bilal
2004 Nov 26
1
big troubel - damaged mailboxfolders
Hi, because the fedora project switcht from wu imap to dovecot, i followed this step. Today I'm very unhappy about this step, because there are more problems for me than advantages... But today the biggest problem is, that a lot!!! of mailboxes are damaged. within three year no mailbox was damaged using wu imap. The errormessage is: imap(cstrang): File isn't in mbox format:
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
Hi! I have made some extensions to debugfs to undelete or recover files from a damaged ext3 file system. Salvage or undelete files of damaged ext2/ext3 file systems debugfs salvage command can be used to salvage files from a damaged ext3 or ext2 file system. The code is alpha, so use at your own risk. the usage is: salvage first-block count-blocks Salvage tries to salvage files found in
2009 Dec 22
3
How do I make rsync ignore unreadable files (damaged sectors)?
Lately I've working on a backup script that utilize rsync together with MySQL logging. Everything has been working just fine until now when I needed to generate some errors for my error handling code. So I took a CD (which I scratched with a needle) and mounted it to the file system. There after I started the backup job which went on forever and never got completed. It seems that rsync
2004 May 27
1
(regards to ext3 and RAID) Re: Linux consultation needed (fwd)
---------- Forwarded message ---------- Date: Thu, 27 May 2004 08:43:30 -0400 (EDT) From: Arthur Perry <alp at perryconsulting.net> To: ext3 at linuxfarms.com Subject: (regards to ext3 and RAID) Re: Linux consultation needed (fwd) ---------- Forwarded message ---------- Date: Thu, 27 May 2004 08:11:17 -0400 (EDT) From: Arthur Perry <alp at perryconsulting.net> To: Christopher Welton
2005 Sep 22
3
anova on binomial LMER objects
Dear R users, I have been having problems getting believable estimates from anova on a model fit from lmer. I get the impression that F is being greatly underestimated, as can be seen by running the example I have given below. First an explanation of what I'm trying to do. I am trying to fit a glmm with binomial errors to some data. The experiment involves 10 shadehouses, divided between
2006 Apr 03
0
Can copying a file damage the original?
Consider the following scenario: * A database is accessing a large file $a on an Ext3FS, writing to it, reading from it. * While testing a backup script, the file $a is copied with rsync without prior shutdown of the database software. Here's what just happened under this scenario: $a got damaged. I'm certain that this is just a conincidence. However, my employer recalls
2009 Aug 05
0
dofus : Enripsa Soloing Guide
Most people (even Eniripsa players) see Eniripsa solely as support characters. They are support characters, but to limit an Eniripsa to purely support status, one never realises an Eniripsa's true power. Alot of guides will tell you that Eniripsa are "leech fairies" for most levels, that is not the case if built properly. The important thing to remember when building a solo Eniripsa
2006 Jun 17
3
If Trying to Recover a Damaged Partition: kbs-CentOS-Extras Has a Tool
Recently (and for ages, I'm sure) folks have suffered partition destruction and had to try and recover. In the recent thread, the victim eventually had to resort to Google and fond some package that I can not remember now. Well, I was perusing my YumInfo.lst.05, for general info, and I discovered this (potential) little gem. Thought I would pass it on and make it "more googleable"