Displaying 20 results from an estimated 32 matches for "ouptutting".
2007 Apr 16
1
User space tool to extract ext3 inode information
Hello!
I need to write a user space tool that can dump
logical block addresses used by every file in a ext3
file system. For example, if file foo uses LBAs 2,3
and file bar uses LBAs 100,102,156, then the ouptut
should read:
FILENAME LBAs
foo 2, 3
bar 100,102,156
Is there a tool that exists that can do this? If not,
what would be a good strategy to write this tool. I am
2002 Aug 12
2
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
stdout I would like to output it to the soundcard so that I can hear the
file
playing. I am using Visual C++. Could someone please tell me the quickest
way to do this. I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
--- >8 --...
2009 Dec 24
2
Recording the Calls to a USB Drive
Hi Guys,
Merry Christmas and Happy new Year.
I am looking for some assistance from the group as i think this might
already have been tried before.
i have an asterisk server with a external USB Harddisk Drive, just to store
recordings. I am using the mixmonitor application for doing the recordings.
When i have active calls that are being recorded to the USB Drive, and if my
USB disk fails for
2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
Hi,
my program works well with fedora-2 .with fedora-5 it's gives following
errors..
get_it_i_say.c:549: warning: implicit declaration of function 'strcmp'
cc -o giis dir.o file.o get_it_i_say.o group.o init.o inode.o main.o
searchnupdate.o uninit.o
inode.o: In function `read_inode':inode.c:(.text+0x202): undefined reference
to `S_ISDIR'
inode.o: In function
2011 Jul 06
1
Create simulated data's using mvrnorm
Hi All
This might be something very trivial but I seem to miss something in the
syntax or logic which makes me keep wandering around the problem without
arriving at a solution.
What I want to do is to simulate a sample data for performing cluster
analysis. I tried to use
x1= mvrnorm(10,rep(0.8,3),diag(3))
x2= mvrnorm(10,rep(0,3),diag(3))
x3= mvrnorm(10,rep(-0.5,3),diag(3))
x=rbind(x1,x2,x3)
2006 Aug 24
1
Time problem
Hello,
I have a little problem regarding time.
I want to preserve all time when i transfert for my backup.
So i used the following option "-t", but when i transfert it i have
nothing about times just the day when it was transfered.
Here is a snapshot of what i try to explain
I transfert my data though this command
rsync -trvu 192.169.10.69::original /mnt/disque3
Client side
ls -la
2002 Aug 08
1
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
sdout I would like to output it to the soundcard so that I can hear the file
playing. I am using Visual C++. Could someone please tell me the quickest
way to do this. I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
PS I managed...
2001 May 06
3
just a reminder
Just a reminder to keep testing. The latest builds should be rock
solid.
The url is: http://i.cantcode.com:8888/stats.xml
You can now get stats ouptut by pointing a browser to:
http://i.cantcode.com:8888/stats.xml
We're looking for more win32 freeamp reports, and any other clients
besdies the standard ones (sonique, winamp, xmms, etc).
Oh, and I stuck some silly station ids in between
2001 May 06
3
just a reminder
Just a reminder to keep testing. The latest builds should be rock
solid.
The url is: http://i.cantcode.com:8888/stats.xml
You can now get stats ouptut by pointing a browser to:
http://i.cantcode.com:8888/stats.xml
We're looking for more win32 freeamp reports, and any other clients
besdies the standard ones (sonique, winamp, xmms, etc).
Oh, and I stuck some silly station ids in between
2008 Mar 27
1
[Re: Significance of confidence intervals in the Non-Linear Least Squares Program.]
Thanks for the response. I was not very clear in my original request.
What I am asking is if in a non-linear estimation problem using nls(),
as the condition number of the Hessian matrix becomes larger, will the
t-values of one or more of the parameters being estimated in general
become smaller in absolute value -- that is, are low t-values a
sign of an ill-conditioned Hessian?
Typical
2007 Nov 29
1
Anova(car) SS digits
Hi,
When I use Anova(car) to produce type III SS, 'Sum Sq' is reported in
integers:
> Anova(bot.lm3, type ="III")
Anova Table (Type III tests)
Response: bottemp
Sum Sq Df F value Pr(>F)
(Intercept) 45295 1 29436.4440 < 2e-16
fungroup 3 2 0.8259 0.44006
numsp.fun 11 2
2024 Sep 25
1
Could not convert sid S-0-0
Here are the lines of the winbind.log justs after a restart of winbind:
[2024/09/25 07:32:24.878544,? 1]
../../source3/winbindd/wb_lookupsid.c:102(wb_lookupsid_recv)
? Failed with STATUS_SOME_UNMAPPED.
[2024/09/25 07:32:41.921563,? 0]
../../source3/winbindd/winbindd_dual.c:1964(winbindd_sig_term_handler)
? Got sig[15] terminate (is_parent=1)
[2024/09/25 07:32:42.042654,? 0]
2006 Feb 13
3
AW: Exporting Dom0 disks to DomU as SCSI disks doesnot work
Hello Digvijoy,
> Does your kernel have inbuilt support for Logical Volumes
> ,because your ouptut shows VFS is unable to mount root ,which
> means dm-mod and multidevice modules wasnt compiled into the kernel.
Multi-device support is compiled into my DomU kernel, device-mapper is
built as a module.
But I don''t think this has something to do with my problem because
2008 Jan 29
2
error message + boot library
Dear all;
What can be wrong with this simple example?
library(boot)
d1<-c(rnorm(10,mean=10))
fm<-function(d,i) mean(d[i])
bd1<-boot(d1,fm,10000)
> Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Thanks for any idea
2008 Mar 27
1
Significance of confidence intervals in the Non-Linear Least Squares Program.
I am using the non-linear least squares routine in "R" -- nls. I have a
dataset where the nls routine outputs tight confidence intervals on the
2 parameters I am solving for.
As a check on my results, I used the Python SciPy leastsq module on the
same data set and it yields the same answer as "R" for the
coefficients. However, what was somewhat surprising was the the
2011 Oct 20
0
problems getting chan_alsa.so to run
Hi!
I am interisted to dial out from the console with chan_alsa. Can
somebody of you help me according this problem?!
I added user the asterisk to "pulse" and "pulse-access", and it didn't
change anything. alsa applications are routed by default to pulse.
cat /etc/asound.conf
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
What might be the problem?!
2010 Mar 27
1
progress on screen with only stats in a log file
Hello ladies & gentlemen,
Which combination of options/output redirection permits to display the
progress (--progress) at the standard output and ONLY (no file listing) the
stats (--stats) in a log file? If the stats are also displayed at the
standard output, it's ok
Thank you.
ps: rsync 3.0.2
--
View this message in context:
2012 Sep 10
0
How to calculate the number of points that fall inside each cell of a given raster using R
Hi everyone,
Here is a summary of what I am trying to do. Please take a look and let me
know how can i complete this below mentioned objective using R for a large
dataset.
**
- *Objective:*
- To calculate the number of points that fall inside each cell of a
given raster
- *Inputs:*
- Raster data – Geotiff, approximate size: 4000 rows x 4000 columns
- Points data –
2019 Jul 15
0
Convert STRSXP or INTSXP to factor
Hi Morgan,
So if the goal is output identical to calling factor, one thing youc an
do is construct and evaluate a call to the R-level factor function. That
would work and be guaranteed to meet your requirement.
The factor function is implemented with R code, without even any direct
calls down to C code, so there isn't any C level functionality already
there that you could try to hit
2011 Oct 05
2
Estimating backup usage with dir-merge filter
I use --filter='dir-merge .backup-filter" to allow my users to
designate portions of their home directories that should be excluded
from my rsync-based backup system. I'm looking for a way to
periodically generate a report that shows the amount of backup space
being used by each user. I've tinkered with writing my own script
that processes any filter files into --exclude