search for: scholz

Displaying 20 results from an estimated 262 matches for "scholz".

2015 Jul 06
2
libopus and TI am335x with linphone
...e core ARM? Thanks Helmut Sholz ______________________________ BAYERISCHER RUNDFUNK Rundfunkplatz 1 80335 M?nchen HA IT und Medientechnik Abteilung Systemservice Funkhaus FG Sendungssysteme Telefon: 089/59 00 11 573 Fax: 089/59 00 18 11 571 Lync: 089/59 00 97 334 Mobil: 0151/14 00 70 60 helmut.scholz at br.de<mailto:helmut.scholz at br.de> BR.de EMail: helmut.scholz at br.de<mailto:helmut.scholz at br.de> -------------------------------------------------------------------------------------------------- Bayerischer Rundfunk; Rundfunkplatz 1; 80335 M?nchen Telefon: +49 89 590001; E-M...
2005 Feb 21
4
rnorm??
I am wondering whether there is a bug in rnorm. When generating rnorm(1000000) and counting the cases > 4 and the cases < (-4) I get rather unexpectedly low counts for the latter. The problem goes away when using qnorm(runif(1000000)). Fritz Scholz, PhD Applied Statistics Group Boeing Phantom Works fritz.scholz at pss.boeing.com 425-865-3623 Tu/We 206-542-6545 (most likely)
2008 May 13
6
variable name containing variable name
Hello, i''m new to puppet (and ruby). I have a problem when using a variable name containing a variable name and containing a reserved variable name : I have a class : class kernel-Linux-binary { $test = $operatingsystem ? { Fedora => "/usr/bin/test", default => undef } } and i want to call "test" and replace Linux by
2006 Jun 14
4
[LLVMdev] Code instruction selection based on SSA-graphs
...ethods. These results were obtained without modifying the grammar. Though the overhead of the PBQP solver is higher than tree matching methods, the compile time overhead is in acceptable bounds". And this is quite impressive. Here is a link to the paper: Erik Eckstein, Oliver König, Bernhard Scholz: Code Instruction Selection Based on SSA-Graphs. SCOPES 2003: 49-65 http://www.cs.usyd.edu.au/~scholz/publications/scopes03.pdf Some people at the University of Karlsruhe, Germany have already done some implementations along the lines of the proposed method: http://www.info.uni-karlsruhe.de/theses...
2016 Feb 26
3
Metadata in xsl files
...houtcast servers need "icy", icecast 1.x needs "xaudiocast", and icecast 2.x needs "http". --> <Protocol>http</Protocol> I haven't checked the code to see if this is used for anything, though... On Fri, Feb 26, 2016 at 12:44 PM, Marvin Scholz <epirat07 at gmail.com> wrote: > Can you show me the context where <Protocol> is used? > > On 26 Feb 2016, at 18:42, A. Craig West wrote: > > > So why does the ices.conf file have <Protocol>http</Protocol> ic it is > > going to use icy anyways? >...
2017 Mar 20
1
Icecast Digest, Vol 153, Issue 3
...uest at xiph.org You can reach the person managing the list at icecast-owner at xiph.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Icecast digest..." Today's Topics: 1. Re: Hello to all (Can Kırca) 2. Re: Hello to all (Marvin Scholz) 3. Re: Hello to all (Can Kırca) 4. Re: Hello to all (Marvin Scholz) 5. Re: Hello to all (Roman) 6. Re: Hello to all (Marvin Scholz) ---------------------------------------------------------------------- Message: 1 Date: Sun, 19 Mar 2017 23:09:18 +0300 From: Can Kırca <cankirca at...
2006 Jan 30
2
collating columns
...lting data frame has columns A,Z,B,Y,C,X ..., how do I do this? In other words, I'm trying to collate two column sets (for purposes of writing a presentable file) rather than simply using cbind to add one set of columns onto the end of another set. Thanks in advance of your help. Matt -- Matt Scholz Senior Research Specialist Department of Plant Sciences University of Arizona (520) 621-1695 [[alternative HTML version deleted]]
2004 Feb 26
1
IMAP error with squirrelmail - how to debug?
.../tmp as HOME. But I see no logfiles being generated. Environment: lastest dovecot from CVS, vpopmail and local users (error with both types). Another issue: Ocassionally the auth process dies: Feb 26 21:08:49 servername dovecot: child 28641 (auth) killed with signal 11 Cheers, Ray -- Raymond Scholz - rscholz at zonix.de - GnuPG/PGP - http://www.zonix.de/
2017 Aug 23
3
Change bitrate
El mié, 23-08-2017 a las 14:13 +0200, Marvin Scholz escribió: > > On 23 Aug 2017, at 14:08, José Luis Artuch wrote: > > > Hello, good morning ! > > Running Icecast2 and Ices2 with live audio from Line IN, what is > > the > > correct way to change the bitrate ?. > > In the Icecast2 configuration file I set: &g...
2019 Sep 14
2
HTTP authentication
...RL with the username and password inside, it plays. That is, it seems that some players generate more than 1 request, and being limited the connection of each user to a connection, prevents the direct play and asks for user and password one more time... El sáb., 14 sept. 2019 a las 21:46, Marvin Scholz (<epirat07 at gmail.com>) escribió: > > > On 14 Sep 2019, at 21:39, Mikel Sanz | 20 Comunicación wrote: > > > I would like to have a private signal, which can only be tuned by whoever > > has the username and password, and know who is connected. But I wish the > &g...
2008 Oct 28
2
Help in R
...mean' is available: corresponding file is missing The directory /usr/lib/R/library/base/html appears to be completely empty. Can someone help me fix this problem? Did I miss something during the installation of? By the way, the same problem occurred during an earlier R 2.6.2 version. Fritz Scholz
2012 Aug 08
3
password change problem and no logon servers available
...of time 3. sometimes windows foces the users to change their passwords (we never told samba to do it!) 4. sometimes windows tells us that there are no logon server available! Are there any known bugs regarding to these problems? Do you need further information to investigate this problem? Florian Scholz -------------- next part -------------- [global] #!!! Authentifizierung des PDC in der Dom?ne workgroup = ASTA netbios name = samba domain logons = yes domain master = yes local master = yes server string = %h PDC (%v) comment = %h PDC (%v...
2010 May 12
0
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
Hi Prasad, The comments at the beginning of RegAllocPBQP.cpp list the two most relevant papers for PBQP register allocation. // (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with // PBQP. In Proceedings of the 7th Joint Modular Languages Conference // (JMLC'06). LNCS, vol. 4228. Springer, New York, NY, USA. 346-361. // // (2) Scholz, B., Eckstein, E. 2002. Register allocation for irregular // architectur...
2006 Jun 14
0
[LLVMdev] Code instruction selection based on SSA-graphs
> > What do you think about this approach? Whould it be interesting to > implement something like that for LLVM? May be you already have > considered something like that? Are there any plans to it? We have talked about whole function instruction selection but does not have immediate plan to implement it. If we were to implement it today, it would probably be done on DAGs with
2017 Feb 01
3
Icecast Server doesn't start even after being properly configured
Same situation with the smartphone, connection timed out. 2017-02-01 1:40 GMT+01:00 Marvin Scholz <epirat07 at gmail.com>: > It is possible that you are not able to connect to your external IP > address and reach Icecast. > Please try doing so from a connection that has not the external IP that > Icecast has, like with > your mobile phone over cellular network. > > T...
2023 Jan 19
1
IPV6 in version 2.4.4
Good morning, On Thu, 2023-01-19 at 13:19 +0100, Marvin Scholz wrote: > On 18 Jan 2023, at 22:56, Damian wrote: > > > Another question: I see in the icecast config it states that "If a > > bind-address is not specified for a particular listen-socket, then > > the socket will be bound to all interfaces (including IPv6 if > >...
2004 Jul 09
0
LARTC related talks at Swiss Unix Conference 2004
...you, especially: o HTB - detailed look into new QoS shaper - Martin Devera o Linux Packet Classification Performance - Jamal Hadi Salim o Status of IPv6 Implementations - Peter Bieringer o High Availability using Keepalived - Alexandre Cassen o Application Layer Fingerprinting - Hendrik Scholz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCON''04 - 2nd Swiss Unix Conference ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2nd Swiss Unix Conference September 2-4, 2004 Te...
2017 Aug 23
3
Change bitrate
El mié, 23-08-2017 a las 14:42 +0200, Marvin Scholz escribió: > > On 23 Aug 2017, at 14:40, José Luis Artuch wrote: > > > El mié, 23-08-2017 a las 14:13 +0200, Marvin Scholz escribió: > > > > > > On 23 Aug 2017, at 14:08, José Luis Artuch wrote: > > > > > > > Hello, good morning ! > > &...
2010 May 11
2
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
Hello, we are currently working on my project that aims at improving the register allocation scheme by identifying if the interference graphs are chordal or not. we are working on the llvm compiler .we are forcing the compiler to use PBQP register allocation scheme by an option of ' ' regalloc=pbqp ' during the execution of prgm. we have been succesfull in accessing the interference
2015 Jul 06
0
libopus and TI am335x with linphone
...netz: 05776-3930000 Fax-Nummer: 05221-17242088 Skype: miete-admin E-Mail: service at it-sreimers.de Internet: www.it-sreimers.de Internet: www.miete-admin.de Steuernummer: 331/5079/2619 UST-IdNr.: DE239109607 ------------------------------------------ Am Montag, den 06.07.2015, 05:23 +0000 schrieb Scholz, Helmut: > Hello, > > has anyone running a linphone-application on am335x (like beaglebone) > with opus codec. > My CPU has extreme high load, wenn ist start with opus codec. > Is there a possibikity tu optimize f?r this single core ARM? > > Thanks > Helmut Sholz &gt...