similar to: Fw: Souscription - Newsletter Ogg Vorbis en français !

Displaying 20 results from an estimated 400 matches similar to: "Fw: Souscription - Newsletter Ogg Vorbis en français !"

2008 Nov 04
1
Is SIPPEER curcalls working for you ?
Hi, In this thread http://lists.digium.com/pipermail/asterisk-users/2008-October/219592.html , I wondered whether SIPPEER curcalls was working. I could test this anew today. Here are my findings : Alice, Bob and Carol ar all using SIP Phones. Whenever Alice is calling Bob, - if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 0 - if Carol is calling Bob, SIPPEER(Bob:curcalls) equals 1
2006 Mar 22
2
beronet & bristuff
Hi. I'm trying to get a Beronet QuadBRI card work with bristuff drivers. Though qozap module loads right, all card spans are in deactivated status. I'm quite sure my configuration is correct and using a single BRI card instead of the quadBRI the status is active and I can place and receive calls. On Beronet installation manual I read that Beronet and Junghanns cards are identical in
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
Hi all: How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010? What I'm doing is the following: 1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git 2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010. 3. Then I build the solution opus. I get 3 executable at
2015 Mar 19
2
Brand new EATON 3S700DIN (mfr.date 09/28/14) doesn't wait for LB flag
Linux-2.4.28 libusb-0.1.8 nut-2.6.5 [+most recent drivers from GIT] - from tarball EATON 3S700DIN [mfr.date 09/28/14] ---------------------------------- ISSUES: I) Too many kernel logs: --- In /var/log/kernel.log usbdevfs: usb_submit_urb returned -28 In /var/log/daemon.log: usbhid-ups[744]: libusb_get_interrupt: No error usbhid-ups[744]: libusb_get_interrupt: error submitting URB: No space left
2010 Jul 09
8
Repository of sample FXRuby programs?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Repository of sample FXRuby programs?</title> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body {
2007 Feb 24
3
Mongrel Cluster 1.0.1.1 Prerelease: Healing power of the pack!
Hello all... I know its been a while since the last one, but a new prerelease is available with a gratuitous increase in version numbers! gem install mongrel_cluster --source http://mongrel.rubyforge.org/releases/ This one has some new features in it that need to be tested on all unix platforms. Please run --clean and cluster::status on every *nix you can find. I run linux so the rest are up
2007 Nov 24
19
R/W lock portability issue
Hi, I am having a problem porting Solaris R/W lock functionality to Linux. The problem is that RW_LOCK_HELD() doesn''t have an equivalent function in pthreads. This was not a problem before because RW_LOCK_HELD() was only used in ASSERT statements. In this case, I was able to make it work by making it behave a bit differently (specifically, it would return true if *any* thread was
2008 Jun 11
3
Buffer in IceCast
Hi Tom, You might be right, but I don't get why my existing downloads (I guess they are on different routes) are not affected. If my ADLS provider is doing some IP adjustments (btw my IP is static) I expect everything to disconnect, not only my icecast connection. So I'll monitor my USRobotics logs today and tomorrow so see if there is something strange. Regards, On Wed, Jun 11, 2008 at
2013 May 15
2
erreur dans R
Bonjour, dans la computation de mon modèle dans R avec le package deSolve pour des Equations Différentielles Ordinaires (ODEs), je rencontre l'erreur suivant: Erreur dans checkFunc(Func2, times, y, rho) :    The number of derivatives returned by func() (1457) must equal the length of the initial conditions vector (17) à quoi devrais-je regarder? merci  
2014 Jun 03
0
Investissez aux Etats Unis
Investissez aux Etats Unis Probl?mes d'affichage ? Affichez cette newsletter dans votre navigateur. ( http://culturalspaceworld.com/artistedumonde/?email_id=13&user_id=940052&urlpassed=W3ZpZXdfaW5fYnJvd3Nlcl9saW5rXQ%3D%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Pour investir en toute s?curit? sur le march? immobilier US LESUR INVESTMENT
2004 Aug 06
2
broadcast FM radio
Thanks for your answers Tim and Jaromil, there were useful for my work. But you don't understand what i really mean (sorry for my english). Here is exactly what i want to do: I want to install on my PC (OS Linux) 2 or more FM-tuners. These tuners will get existing FM stations programs. Then, i want to broadcast these programs at the same time on internet with 2 or more softwares'
2002 Jun 20
1
Argument visible of addTaskCallback
Hello, I have a question about addTaskCallback It is said that the argument visible allows to know wether the result of the top-level evaluation was printed or not. Nevertheless, in the following example, I encountered a problem, as it seems not all printed objects are visible... Could someone tell me where is the tip? TIA
2007 Nov 06
3
Produce a multiple formats graphic
Is it possible to produce the same graphic in different formats in one shot? Now if I want to produce the same graphic in pdf, ps and jpeg I run the producing code, but I change the graphic device, and I choose successively : pdf(...) ps(...) jpeg(...) So in this case I run the same code 3 times, or I have to choose a format and use converters... Is it possible to produce the 3 graphics in once
2004 Aug 06
2
broadcast FM radio
Hi. I want to broadcast FM radio. Can i pass data directly from my radio card to livecast and finally to my server, or must i pass data in the sound card after the radio card and before liveice? Thanks in advance, Bertrand. -------------- Jusqu'à 60 heures gratuites pour toute souscription à l'un des nouveaux Forfaits Liberty Surf
1997 Dec 08
3
R-alpha: Bug in tapply in the Windows version of September
The function tapply is not working in the Windows version of R=20 (Version 0.50 Beta (Sept 29, 1997)) In tapply <- function (x, INDEX, FUN=3DNULL, simplify=3DTRUE, ...)=20 ... The part: if (simplify && all(unlist(lapply(ans, length)) =3D=3D 1)) { ans <- unlist(ans, recursive =3D FALSE) names(ans)<-namelist[[1]] return(ans) } should be replaced by if (simplify
2010 Nov 03
2
Calling C in R in Windows 64 bit
Dear developers, I am trying to run some C/ Fortran code in R. Although I have experience with that in Windows (Vista) 32 bit, I could not succeed in 64 bit. I downloaded the following: - R 2.12.0 - Rtools 212 - miktex 2.9 - inno setup 5 -Afterwards, I changed the path as: ?C:\Program Files\R\R-2.12.0\bin;C:\Rtools\bin;C:\Rtools\MinGW64\bin;C:\Program Files\HTML Help Workshop;C:\Program Files
2001 Apr 09
0
Bonjour !
Si vous souhaitez vous former sur Coreldraw ou Photopaint, (logiciels de dessin, illustration et montage photo) Sachez qu''un site leur est dédié : http://www.ocreat.com Les formations, dispensées dans toute la France, Belgique & Suisse, sont personnalisées par professions exercées... N''hésitez pas à donner vos impressions à son concepteur Olivier Fournier ol@ocreat.com Merci
2007 Sep 19
0
Error with special characters(?)
Hi, I am having a strange problem. I have RoR 1.7 installed and a have a HTML page (View) with the folowing part of code: <% types = ["AF1", "ALéEL", "AE pé", "CET"]%> The element of the 2nd index ("AE thé") is causing me problem. The fact is since the last letter of the string is a special character ("é"), i have the following
2000 Jan 07
0
R parser
Hello, I am actually developping a libary under S+/NT in which I do modify the .Program. Is there any equivalent in R? (the .Program is the command line parser, ie the function which is called when you press enter and pass the commmand line to the internal program) TIA Eric ?-----------------------?--------------------------------------------------? | Eric Lecoutre | DEA de
2012 Apr 23
1
Invitation à se connecter sur LinkedIn
LinkedIn ------------ J'aimerais vous inviter ? rejoindre mon r?seau professionnel en ligne, sur le site LinkedIn. Manuel Manuel Dahmen Developer chez Ibiiz Tera R?gion de Li?ge , Belgique Veuillez confirmer que vous connaissez Manuel Dahmen?: https://www.linkedin.com/e/nxxpbc-h1detqns-60/isd/2681722075/t3f3BniE/?hs=false&tok=2AxxFr6wmLzlc1 -- Vous recevez des invitations ? vous