Displaying 20 results from an estimated 22 matches for "bunde".
Did you mean:
bundle
2009 Jan 21
1
Multifractal detrended fluctuation analysis
Dear R-users,
Has anyone written a function for multifractal detrended
fluctuation analysis? The "fractal" package does mono-fractal DFA,
but not multifractal as far as I can tell. The MF-DFA approach is
presented in:
J. W. Kantelhardt, S. Zschiegner, E. Koscielny-Bunde, S. Havlin, A.
Bunde, and H. E. Stanley, "Multifractal Detrended Fluctuation
Analysis of Nonstationary Time Series," Physica A 316, 87-114 (2002).
Thanks for any help you can provide.
Sincerely,
J. Dixon
--
James A. Dixon
Department of Psychology
406 Babbidge Road, Unit 1020
Unive...
2010 Jul 08
2
partition offset/alignment on SAN devices.
Hey folks,
I've been getting requests from the users that they want the OCFS2
filesystems aligned to 64k boundaries, however, when I began the
project, the dummy of me, created the OCFS2 filesystem on top of the
whole disk device (no partition) for example, one of the SAN devices
would show up as /dev/dm-10, I created the filesystem using the
following command:
mkfs.ocfs2 -L SOMELABEL
2019 May 06
2
Source client with HTTP PUT
Good morning,
On Mon, 2019-05-06 at 08:44 +0000, Jürgen Bund wrote:
> Hello again,
> thanks for your response.
>
> I have still some questions:
> I want to stream a 24/7 radiochannel with mp3s. So I can't send all mp3s with one http PUT request.
> So is there a possibility for that with http PUT?
> If yes, how can I send the next mp3, so that icecast is playing it
2003 Oct 24
2
EU Linux migration document. -- German Gvt. "Migration Guide"
> Linux migration document.
>
> * To: samba at sambadotorg, samba-technical at sambadotorg
> * Subject: Linux migration document.
> * From: Jeremy Allison <jra at sambadotorg>
> * Date: Tue, 21 Oct 2003 23:20:58 +0000
> * Cc: jra at sambadotorg
>
> Hi all,
>
> If you're looking at a Windows server to Linux & Samba migration
2019 May 04
4
Source client with HTTP PUT
Good afternoon,
On Fri, 2019-05-03 at 12:24 -0400, Fred Gleason wrote:
> On Fri, 2019-05-03 at 13:19 +0000, Jürgen Bund wrote:
> > I’m writting a source client in c#, in which I’m sending chunks of a
> > mp3 file with http Put to IceCast.
> > My problem is, that it is not a continues stream. Each http PUT
> > request is an extra track.
> > How can I generate an
2019 May 03
2
Source client with HTTP PUT
Hi,
I'm writting a source client in c#, in which I'm sending chunks of a mp3 file with http Put to IceCast.
My problem is, that it is not a continues stream. Each http PUT request is an extra track.
How can I generate an ongoing stream with mp3 chunks, which I send per http Put to IceCast.
Any suggestions?
My headers are:
Headers.Add("Content-Type", "audio/mpeg");
2019 May 07
0
Source client with HTTP PUT
Hello again,
for now I figuered out to send a mp3 stream to IceCast with TCP Socket communication.
Now I'm challenged with the correct timing for the data packets.
Are there any API calls for getting the state of IceCast's buffer?
I'm programming now on a scheduler for sending the mp3 frames, depending on the metada of each frame.
I hope, that this is precisly enough.
Can you tell
2018 Apr 03
0
Issues with RPC, SID resolving; cannot use RSAT
seems removing idmap settings from smb.conf on both DCs having them has
fixed it. smbclient and ADUC work as expected, now.
Thank you!
> I'm running a setup with 3 DCs, all Samba 4.5.12, Debian Stretch (is
> patched for CVE-2018-1057, "samba_CVE-2018-1057_helper" been used).
>
> Probably unrelated to the upgrade and patch for CVE-2018-1057, there's
> a new
2010 Sep 15
2
barplot: space between axis and bars
Hi all,
I have a problem with a rather simple plot (which I have used several
times) - barplot.
I want to create a barplot, where no space is between the axis and the bars.
Example:
barplot(rnorm(10), space=0)
creates a vertical axis at the left and bars. I want to skip the space
between both.
Thank you for your help.
Daniel
2006 Oct 18
1
New to Mocha
Hi all
I am new to Mocha. I am trying to use it for my pet rails project.
I seem to be getting loads of errors when I add mocha as a plugin. It
seems to be conflicting with TinyMCE plugin http://johnwulff.com/
articles/2006/05/31/tinymce-with-ruby-on-rails
I am getting the following errors
ActionView::TemplateError: undefined method `using_tiny_mce?'' for
2015 May 20
0
xl stack problems on CentOS6 XEN4
Hi George,
I already outlined the drbd-stuff on xen-users (see attachement). Yes - elrepo is right on mark.
Excerpt:
"The script (/etc/xen/scripts/block-drbd) I am using is from drbd84-utils-8.9.2-1.el6.elrepo.x86_64 - and already seems to contain the "drbd or phy" case;
both in the add and the remove branch.
CentOS6 XEN4 is based on the Kernel 3.10.68-11.el6.centos.alt.x86_64
2012 May 03
0
Logon at domain after upgrade
Hallo all,
last weekend, We have installed a new server with debian squeeze and samba
3.6.5. This sever replace the old samba-PDC and BDC (samba 3.2.5). We also
install new server vor ldap and kerberos with a new ldap structure and the
move the config from slap.conf to slad.d/. The ldapdatabase ware restore with
the necessery changes from dump of the old datatabase. Also the kerberos
2010 Jan 09
2
Cant get Winebottler working... getting very frustrated!
Hi okay.
I am running OSX 10.6.2 (Snow Leopard).
I have X11 2.3.4
I have installed the latest WinebottlerCombo 1.1.35 (includes Wine)
I have a pc file with .exe on the end it will put software into my mac version of DAZ Studio.
I had this working when I had 10.5.8 installed, but then I had to go and mess things up.
When I open my exe file the window opens up:
You are about to install a Wine
2019 May 06
0
Source client with HTTP PUT
Hello again,
thanks for your response.
I have still some questions:
I want to stream a 24/7 radiochannel with mp3s. So I can't send all mp3s with one http PUT request.
So is there a possibility for that with http PUT?
If yes, how can I send the next mp3, so that icecast is playing it fluently (continuesly)?
If not, is there a documentation for a TCP Socket Communication?
Libshout is a c++
2006 Oct 11
2
Nelly Moser Asao Codec
...lobal players in the IT
industry the initiative promotes small and medium business companies
that deal with Open Source. Members are amongst others IBM, MySQL,
Fujitsu Siemens Computers, Novell, Red Hat, Collax, Abraxas for IT
providers, Stuttgarter Versicherung, Federal State of Bavaria, Schweizer
Bundesverwaltung and Universities like Linz, Heilbronn, N?rnberg and
Mannheim. Further information can be found at http://www.lisog.org/
- --
Greetings
Nico Gulden
Technical Lead
Linux Solutions Group e.V. - LiSoG
Breitscheidstr. 4
70174 Stuttgart
Phone: +49 711/90715-393
Fax: +49 711/90715-350
E-M...
2006 Oct 11
2
Nelly Moser Asao Codec
...lobal players in the IT
industry the initiative promotes small and medium business companies
that deal with Open Source. Members are amongst others IBM, MySQL,
Fujitsu Siemens Computers, Novell, Red Hat, Collax, Abraxas for IT
providers, Stuttgarter Versicherung, Federal State of Bavaria, Schweizer
Bundesverwaltung and Universities like Linz, Heilbronn, N?rnberg and
Mannheim. Further information can be found at http://www.lisog.org/
- --
Greetings
Nico Gulden
Technical Lead
Linux Solutions Group e.V. - LiSoG
Breitscheidstr. 4
70174 Stuttgart
Phone: +49 711/90715-393
Fax: +49 711/90715-350
E-M...
2011 Jun 02
3
Problems with descriptions.
Hi guys!
I can?t find an answer in google, so my last hope is this mailing list.
Story.
I have two servers with same arrays. Servers connected by DRBD.
I used ocfs2 as file system, also I used NFS4 to access to the
ocfs2 drive. I do not have any idea, but the allocated descriptors in
/proc/sys/fs/file-nr increasing every time while drive accessed.
So after some time allocated descriptions over
2012 May 11
6
[LLVMdev] Scheduler Roadmap
Dave,
Thank you for your interest. Please see my replies below. Sorry that my
terminology is not as crisp as Andy's, but I think you can see what I mean.
Sergei
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum.
> -----Original Message-----
> From: dag at cray.com [mailto:dag at cray.com]
> Sent: Friday, May 11, 2012 12:14 PM
> To: Sergei Larin
> Cc:
2008 May 29
0
OCFS2-versions and SLES9/10, update
hi,
just to complete the story: i downloaded the iso-images of
SLES9-SP4_x86_64 from novell and found inside ocfs2-tools
and ocfs2console, both version 1.2.1.
:-(
we solved our problem without resizing the FS for now, but
it would have been less complicated with resizing.
perhaps we should consider upgrading to SLES10... :-D
greetz,
thomas
2009 May 26
0
Dynamic XEN USB usage for Win Guest?
Hi,
I am trying to attach a Palm Z22 via USB to my fully virtualized Win XP.
Dom0-System: CentOS 5.3 x86_64 (Kernel 2.6.18.128.1.10.el5xen)
XEN: 3.0.3-80.el5_3.2
XP: 32-Bit Professional
lsusb shows:
USB Palm: Bus 002 Device 007: ID 0830:0061 Palm, Inc. Lifedrive / Treo
650/680 / Tunsten E2/T5/TX / Zire 21/31/72 / Z22
I found some hints that I have to put
usb = 1 and
usbdevice =