similar to: production code

Displaying 20 results from an estimated 2000 matches similar to: "production code"

2011 Mar 08
1
Write list and user permissions.
Hello, I am trying to make a small server around the team that we experiment together. I gave permission to read to all users and i gave permissions to write only to some of them, dependent on the folder. Folders are in second HD that is auto mounted at boot through fstab. All folders and sub folders have permission to read and write changed to user , group , other. users : me, harald, heiner
1998 Jun 08
1
IBM AIX problems
Heiner Schwarte has helped me with the AIX problem that I and Janusz Kawczak recently reported here. Heiner had found out earlier that there was a problem with the 'finite' c-library function [Heiner's test code see below] when gcc (and older versions of xlc) is used. He also found that instead, AIX defines a FINITE(.) macro itself in fp.h and that this would work in any case.
2020 Apr 19
0
Free Persian Asterisk Book and COVID-19 Pandemic
In the context of the COVID-19 pandemic, Nasim Telecom decided to publish the first six-captures of Persian Asterisk book that was written by me and Mr Najafi, published in 2017. Also it was introduced by Mr. David Duffett in AstriCon 2017 on Florida. It would be useful for all people which understand Persian language, Also all other people could use it by going code commands on it and examples.
2013 Sep 04
0
Fwd: Bienvenido a la lista de distribución R-help-es
Estimado José Betancourt Dos sugerencias: Debes responder a toda la lista, no solo a quien envía un correo. Es un conjunto de datos y esas son probabilidades. Entiendo que puedes utilizar el método de cálculo que le resulte adecuado. Flu2009 {EpiEstim} R Documentation Data on the 2009 H1N1 influenza pandemic in a school in Pennsylvania Description This data set gives 1/ the daily
2004 Aug 06
1
Java bindings
Hi, I have writen a simple JNI wrapper for speex so i could use it from Java, so far i managed to record from a raw pcm file and from the javasound inputLine and to decode the output in narrowband CBR mode and play it back still using javasound. And it sounds quite good. I haven't tried anything else because my project has no use for wideband and ultra wideband. VBR would be nice but i have
2018 Mar 14
0
wbinfo -i output different before 1st authentication
Thank you very much, Rowland! Very helpful. But do you say that the change in the output of „wbinfo -i“ is expected after the user has logged in? Should the use of „domain.realm“ vs „NTDOMAIN“ not be consistent, no matter if the user has logged in or not? Many regards, Heiner Von meinem iPhone gesendet > Am 11.03.2018 um 16:09 schrieb Rowland Penny <rpenny at samba.org>: > >
2015 Mar 17
2
How to know which protocol version clients use?
Hello, I currently run samba with server min protocol = NT1 but I need to move towards server min protocol = SMB2 is there any way I can detect which clients still use the older protocol versions? I would like to estimate the impact of the change before i do close NT1/SMB1. Thank and kind regards, Heiner Billich
2007 Jun 13
0
Re: cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files
Hi, > I installed VS Express and included the IDE in $LIB. It looks like wine > is able > to run 'cl.exe' but 'cl.exe' itself has a problem. We've tried a number > of variations > of setting %TMP% and %TEMP% to no avail. > > Any ideas. > > TIA. I don't know if this is of any use anymore, but I've had the same problem and google did not have
2011 Dec 01
1
(no subject)
it.s not safe. ------------------ Original ------------------ From: "????? ?????????"<romius99 at mail.ru>; Date: Thu, Dec 1, 2011 04:43 PM To: "speex-dev"<speex-dev at xiph.org>; Subject: [Speex-dev] (no subject) Hi. Is the speexlib thread safe? _______________________________________________ Speex-dev mailing list Speex-dev at xiph.org
2011 Dec 06
1
回复: (no subject)
yes? you are right.but its not one instance of codec. ------------------ ???? ------------------ ???: "Jean-Marc Valin"<jmvalin at jmvalin.ca>; ????: 2011?12?6?(???) ??12:52 ???: "speex-dev"<speex-dev at xiph.org>; ??: Re: [Speex-dev] (no subject) Actually, it *is* thread safe as long as you don't use the *same* state at the same time from two calls.
2004 Aug 06
1
LIB usage
Hello, I'm trying to use the speexlib but I just can't do it. I've made just like the example (on the site) says. Some times I get SIGFAULT. Also, I'm reading the input_frames from /dev/dsp (directly). What is missing here? speex_bits_init(&bits); enc_state = speex_encoder_init(&speex_nb_mode); speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE, &frame_size);
2020 Oct 02
1
PJSIP_DIAL_CONTACTS and Queues
    Is there a solution to dial multiple contacts for a Queue agent?  Since the pandemic started many of our customers have begun to move agents off site.  Since most of them were using softphones we did not have any problems but now we have one case where the agents have a desk phone in their cubicle and are using a softphone from home.  For regular calls there is no problem as
2020 Sep 03
1
[RESEND] Requests For Proposals for hosting XDC2021 are now open
(Including a bunch more emails in the To: that got missed the first time) Hello everyone! The X.org board is soliciting proposals to host XDC in 2021. Since XDC2020 is being held virtually this year, we've decided to host in either North America or Europe. However, the board is open to other locations, especially if there's an interesting co-location with another conference. Of course
2018 Mar 11
1
wbinfo -i output different before 1st authentication
Dear all, on CentOs7 based linux w. different versions of Samba (4.6.x from CentOS repos, but also Sernet-Samba-4.7.4 and also compiled from source), "wbinfo -i user at domain.tld" returns different results before the first successful authentication of the user. Server joined as member to Active Directory, idmapping via tdb2. On first attempt, the result returns
2005 Jul 06
2
click at end of playback
Thank you very much for your immediate attention! I've exported my wav files to raw files before encoding and the click is now gone. That sure beats discarding the last packet, which was the workaround "solution" I was going to implement... Best regards, David Resnick -----Original Message----- From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca] Sent: Thursday, July 07,
2019 Nov 20
1
Smbstatus shows same share for same client several times - related to locking issues?
Hello, we frequently face locking issues with office applications and documents on samba shares. The office applications claim that the document is locked and hence no write access is possible. I can check on the samba server that there is no concurrent access/locking from other computers or users. It looks like the same user holds some lock and is denied to access the document because it?s
2005 Jul 06
0
click at end of playback
Actually, I just tried again with the wav file directly and it just seems to be a bug with the way the speexenc utility handles wav files. The problem doesn't occur with the equivalent raw file (which I used for testing). It's probably really stupid anyway. Jean-Marc Le mercredi 06 juillet 2005 ? 14:00 +0300, David Resnick a ?crit : > I am using speexenc/speexdec to convert WAV files
2005 Jul 06
0
click at end of playback
If you have a couple minutes, it probably wouldn't be hard to see where the bug is (I just don't have time this week). It would have to do with the granulepos computation in speexenc. Jean-Marc Le jeudi 07 juillet 2005 ? 08:41 +0300, David Resnick a ?crit : > Thank you very much for your immediate attention! > > I've exported my wav files to raw files before encoding and
2011 Dec 06
2
回复: 回复: (no subject)
two thread send frames to only encoder at same time,two thread will use one buffer .it will work wrong if not Handling thread synchronization. if not use same state, it need more memory, but no need to consider thread safe. ------------------ ???? ------------------ ???: "Jean-Marc Valin"<jmvalin at jmvalin.ca>; ????: 2011?12?6?(???) ??3:24 ???:
2013 Apr 23
3
Need to replicate Boltzman Signmodial Curve fit from Graph Pad
Hello useRs (please don't kill me), I've fairly new to R having only a few months of playing around with R. What little I've learned has been extremely useful. If someone could point me as to how to replicate the Boltzman Sigmodial curve fit as provided by Graphpad software I'd be eternally grateful. Where we currently use Graphpad for only this one function,its seems highly