Displaying 20 results from an estimated 1000 matches similar to: "better than sapply"
2008 Nov 21
3
write every element of a variable into a separate text-file
Hello,
what I want to do, is, to write every element of a variable into a
separate text-file automatically:
My Variable:
> wull
[1] "Hallo Leute, wie gehts denn euch seid ihr noch alle..."
[2] "Is their anyone how can help me with..."
[3] "mann, mann, mann... das nervt aber.."
[4] "how are you littele strange tiger..."
2013 Jan 10
1
Fixing corrupt flac files
Here you are:
soa2ii at thor /mnt/files/music/Slime/Alle gegen Alle $ metaflac --list 02\
St?rtebecker.flac
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
minimum blocksize: 4608 samples
maximum blocksize: 4608 samples
minimum framesize: 14 bytes
maximum framesize: 15637 bytes
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5857656
2006 Oct 19
3
Bristuff qozap drivers problem
Hi,
For a significant time now (since about 0.2.0-rc8n) the qozap driver
has become very verbose if an ISDN line is not connected... I get the
messages below every couple of seconds in the asterisk logs.
The "flaw" in the messages is the "Alarm cleared" message - The alarm
cannot possibly be cleared because there is no physical media
connected into that port!!! (BTW - All
2006 Jun 07
1
development.log is blank
I am having problems login in my ruby application. in my attempt to
debug the problem i went to development.log and noticed the file is
getting filled with blank space. Does anybody got a clue why?
--
Posted via http://www.ruby-forum.com/.
2006 Nov 03
4
read file problem
R-help,
I have the following file I want to import to R (some lines
removed)
Calibrated CTD data for station:00280001
Calibrated:23/8 2001, Salinity Unsmoothed, Fluorescence Uncalibrated
Maximum observed depth: 36 m
QUAL has one digit for each of pressure, temp., sal. and fluor.
QUAL=1:Uncal., QUAL=2:OK, QUAL=6:Interp., QUAL=9:No data
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all,
I'm looking for some rudimentary insight on GotoIf() which seems to be
failing on me in my dial plan. All I basically wish to do is block a
particular caller. Sounds easy enough, but my ternary operator/plan
currently is not properly being implemented. Can anyone spot where I'm
being a momo?
All extensions get forwarded to the following macro:
[macro-forward]
; arg1 = phone
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 14:58, "Hurricane Tong" <zhangshangtong.cpp at qq.com> wrote:
> hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ `xapian-config --cxxflags --libs` BuildIndexDemo.cpp
You want to use xapian-config-1.3 here, not xapian-config (which will be the installed version, not the trunk version you built).
I've just built trunk (on Mac OS, admittedly),
2004 Aug 06
2
m3u - file definition
Hello
is there any documentation on the .m3u file definition ?
I want to define a .m3u playlist where I have to define the start and
end point of the single mp3 file.
The .m3u files is supposed to handle multiple tracks from one file.
Just with put a tab, start time (seconds), tab, end time (seconds) after
the path to
mark where it starts and ends in the file.
#First Track
2007 Aug 08
1
OT - P-asserted-identity and remote id
Hi,
The case I'm working on is :
- a call comes from PSTN to a given extension (say 122)
- a user picks the call up (dialing *8122) from another extension (say 240)
using a SIP hardphone
- the hardphone (he one with 240 extension) displays the dialed string (here
*8122) instead of original caller-id.
This is logical but I would like to change this default behaviour so that
original
2014 Apr 04
3
[Bug 2221] New: Explicit identity files are being used after implicit files are attempted
https://bugzilla.mindrot.org/show_bug.cgi?id=2221
Bug ID: 2221
Summary: Explicit identity files are being used after implicit
files are attempted
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component:
2004 Aug 06
5
m3u - file definition
Hello Remco,
I found these decumentations before but they say nothing about
setting the start time and end time of each mp3 file entry in the
.m3u file
Best Regards
- Johann
"Remco B. Brink" schrieb:
> <quote who="Johann Soukup">
>
> > is there any documentation on the .m3u file definition ?
>
> Google is your friend (tm):
>
>
2006 Jun 09
1
Asterisk, mISDN and a Fritz card -- kernel crashes
Who mentioned fax? :-)
Native CAPI isn't an option for us (unfortunately), as our service is a
point-to-point service, which the AVM CAPI drivers don't support.
We've now got another problem -- we're now able to make calls -- once. The
kernel panics as soon as someone terminates a call (and, so it would seem,
at various other times too). This has only been occuring since mISDN
2013 Dec 10
2
[Bug 2181] New: error message changed for sftp(get command)
https://bugzilla.mindrot.org/show_bug.cgi?id=2181
Bug ID: 2181
Summary: error message changed for sftp(get command)
Product: Portable OpenSSH
Version: 6.0p1
Hardware: Other
OS: Other
Status: NEW
Severity: enhancement
Priority: P5
Component: sftp
Assignee: unassigned-bugs at
2004 Jul 26
2
IAX2 to IAX2...i'm obviously an idiot!!
Hi All
I'm trying to get two Asterisk servers to talk to each other using IAX(2).
I've read the WiKi and the docs and tried the examples.....
I can't get it to work (I have 2 x 7960's registering on one server and 1 x 7960 registering on the other).
I've set them up as follows...
The two servers are set up as friends and have consecutive IP address's.
The setup is
2011 Dec 20
1
File Convert
Hi users,
I have Asterisk 1.6.2.20 in Ubuntu 10.04. I am trying to convert a gsm file
to G729 using file convert, but I am facing error as follows,
file convert /tmp/welcome.gsm /tmp/welcome.g729
Failed to convert /tmp/welcome.gsm to /tmp/welcome.g729!
Command 'file convert /tmp/welcome.gsm /tmp/welcome.g729' failed.
[Dec 20 17:24:18] WARNING[2221]: translate.c:256
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On Wed, Feb 12, 2014 at 10:32:03PM +0800, Hurricane Tong wrote:
> I seem to run into some trouble.
> I succeeded in building the source code of Xapian in ubuntu,
> but when I write a demo c++ application
>
> [snip]
> I can't get it built.
>
>
> hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ -L/usr/local/lib -lxapian-1.3 BuildIndexDemo.cpp
Hmmm,
2013 Jun 27
0
NTLM authentication mechanism with Postfix
I'm working on getting authentication for Postfix smtpd clients
working with Dovecot. I've got both plain text and GSSAPI mechanisms
working. Winbind also works for shell access and the command line
test work fine.
If I can get NTLM authentication working I can use Postfix as a drop
in replacement for a MS MTA I want get rid of.
I'm hoping the community might be able to offer some
2013 Jun 27
1
Dovecot NTLM Authentication
I'm working on getting authentication for Postfix smtpd clients
working with Dovecot. I've got both plain text and GSSAPI mechanisms
working. Winbind also works for shell access and the command line
test work fine.
If I can get NTLM authentication working I can use Postfix as a drop
in replacement for a MS MTA I want get rid of.
I'm hoping the community might be able to offer some
2011 May 05
1
Question about error of "non-numeric argument to binary operator"
I have been trying to do a nls model and gives me the error of a nonnumeric
argument
table(file="c:/tt2.txt",header=T)
> fit.model <- nls(TT~60*(1+alpha*(v/c)^beta),data=tt2, start=list(alpha=1,
beta=3, v=1000))
Error in v/c : non-numeric argument to binary operator
> is.numeric(tt2)
[1] FALSE
> is.character(tt2)
[1] FALSE
> as.numeric(tt2)
Error: (list)
2002 Jun 20
4
I think It is a bug!
Hi All,
To clerify the problem, firstly I have to give you some details of our environment..
Linux Redhat 7.3, Samba 2.2.4, Win2000 workstations... We are trying to use Linux servers as file and print servers. Our client are Windows2000 workstations which will use Linux boxes as file and print servers...
Problem with : winbindd Signal 11 error
Suspect : When winbind starts, it can get all