search for: develper

Displaying 20 results from an estimated 31 matches for "develper".

Did you mean: developer
2006 Apr 21
0
Rails Develper Available, San Diego or Telecommute
Hello I am somewhat new to rails but not new to web development -- I have over 10 years in software devlopment and web development.... I''m looking to do my first commercial project in rails and I am availble for telecommute or onsite assignments (onsite if they are in San Diego) If interested please email for more info Jordan
2005 Aug 30
1
ssh develpers list
Hi, I am software developer working on adding ssh server support to an existing embedded device which is based on the VxWorks operating system.(very different than windows/lynix/unix). I am adding support for remote login to our products command line interface and external file transfers(sftp). Prior to this project I had no experience with SSH. I have been using the O'Reilly SSH The Secure
2010 Oct 20
3
xen PV on HVM and initial domain merge in linux-next
Hi Stefano, [just casting the net a bit wider ...] On Tue, 19 Oct 2010 18:51:47 +0100 Stefano Stabellini <stefano.stabellini at eu.citrix.com> wrote: > > I forgot to CC the LKML and linux-next... > > On Tue, 19 Oct 2010, Stefano Stabellini wrote: > > Stephen, > > I have two patch series to merge in linux-next: > > > > PV on HVM: receive interrupts as
2010 Oct 20
3
xen PV on HVM and initial domain merge in linux-next
Hi Stefano, [just casting the net a bit wider ...] On Tue, 19 Oct 2010 18:51:47 +0100 Stefano Stabellini <stefano.stabellini at eu.citrix.com> wrote: > > I forgot to CC the LKML and linux-next... > > On Tue, 19 Oct 2010, Stefano Stabellini wrote: > > Stephen, > > I have two patch series to merge in linux-next: > > > > PV on HVM: receive interrupts as
2010 Oct 20
3
xen PV on HVM and initial domain merge in linux-next
Hi Stefano, [just casting the net a bit wider ...] On Tue, 19 Oct 2010 18:51:47 +0100 Stefano Stabellini <stefano.stabellini at eu.citrix.com> wrote: > > I forgot to CC the LKML and linux-next... > > On Tue, 19 Oct 2010, Stefano Stabellini wrote: > > Stephen, > > I have two patch series to merge in linux-next: > > > > PV on HVM: receive interrupts as
2017 Dec 11
6
Update samba and Debian
Thank all those who have responded, mainly to Rowland and tell them that I just managed to mount a samba server 4.7.3 with Debian 9 implementing the option of NONE when choosing the DNS server, the steps that followed were as follows 1- Download samba 4.7.3 2- ./configure.develpment & make & make install 3- apt-get install debian9 4- Follow the steps of the how to of the samba website 5-
2007 Feb 06
2
Request for Developement
Dear fellows, Thank you. Our company engaged in developing Voice conference sofware.Now we are using speex 1.0.5 acm for our sofware.And we are using VB6 for our develpement. We would like to know anybody is intrested in developing VC++ dll which could export encode decode of speex to vb so that we can use it VB6.Our clients would be pleased to invest money for it. thank you regards
2007 Sep 20
1
combined AEC
I don't know too much about echo cancellation so forgive me if the question seems silly. i was wondering is it possible to have the echo canceler be taken care of by speex instead of the develper having to code it in his/her application? ----------------no sig --------------------------------- Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/piper...
2006 Feb 27
0
[LLVMdev] FW: assetion failed in llvm-java
On 2/26/06, Dmitriy Abramov <dmitriy.abramov at star-force.com> wrote: > > > > Hello. > > > > After llvm-java front-end compilation under cygwin I have encountered with > the problem. Compilation successfully complete but the assertion message > displayed while running application class2llvm.exe. class2llvm is by no means complete and hasn't been actively
2006 Feb 26
2
[LLVMdev] FW: assetion failed in llvm-java
Hello. After llvm-java front-end compilation under cygwin I have encountered with the problem. Compilation successfully complete but the assertion message displayed while running application class2llvm.exe. C:\SRC_CVS\COPY\llvm\tools\llvm-java\Debug\bin>class2llvm.exe assertion "Ty->isInteger() && Ty->isSigned() && "Illegal type for signed integer
2006 May 04
4
problem setting up mongrel_cluster 0.1.1
I posted this to the rails list before by mistake, and only later realized that there is a specific mongrel list. Uff, I got lost. I had mongrel_cluster 0.1working fine, even with capistrano (my own hack). Then came mongrel_cluster 0.1.1 and I tried to set it up, but somehow I messed up things and nothing worked anymore. So here is what I did: on production machine: (debian linux, rails 1.1)
2003 Sep 14
1
configure problem in R-devel caused by conditionals
...m4 directory the README states that the files in m4 are used to create acinclude.m4 - is that done by hand or is there any "official" way to do it? There is no script called 'bootstrap' in the root dir so the whole autoconf process seems to be non-standartized ... (ok, in the develper docs it says that one should simply run autoconf .. but then such issues as the above won't become visible as autoconf doesn't call aclocal, whereas e.g. autoreconf does ...). So, how is the 'official' configure created? --- Simon Urbanek Department of computer oriented statisti...
2004 Nov 18
2
segmentation fault
Dear sir, I have configured samba with ads integration and it was working perfectly in RedHat Linux 9.0. But Yesterday I changed that configuration as simple user level security. But my problem was when I run 'smbpasswd' command I am getting one error as 'Segmentation fault'. What I can do to trouble shoot this problem. Kindly reply me as soon as possible.. Thanks & Rgds
2009 Feb 26
1
Line breaks removed from ActionMailer template
I''ve been googling and searching this list for about an hour now, and maybe I''m just not thinking of the common nomenclature for what to be looking for, but I can''t find jack. Here''s the deal: I''ve got an application coded correctly, sending the mail out, and the template is structured correctly (method_name.erb is the filename) with LF line breaks
2018 Aug 06
2
[PATCH] D50328: [X86][SSE] Combine (some) target shuffles with multiple uses
[NOTE: Removed Phab and reviewers] > ================ > Comment at: test/CodeGen/X86/2012-01-12-extract-sv.ll:12 > +; CHECK-NEXT: vblendps {{.*#+}} xmm1 = xmm1[0],xmm2[1,2,3] > +; CHECK-NEXT: vpermilps {{.*#+}} xmm0 = xmm0[0,0,0,0] > ; CHECK-NEXT: vinsertf128 $1, %xmm0, %ymm0, %ymm0 > ---------------- > greened wrote: >> Can we make this test less brittle by
2007 Nov 30
1
meta-analysis on diagnostic tests (bivariate approach)
Hello friends of R list, Im a physician and Im not that good in statistics. I have posted similar email in the epi-sig list but no one aswered so far. Im cunducting a systematic review on two diagnostic test for a particular tropical disease. I found a free software that make most of the analysis called MetaDiSc. However there is a paticular analysis that I wuould like to try that it is not
2006 Feb 08
10
Sharing sessions between subdomains?
Hello, I know how to share sessions between subdomains in PHP. Can anyone please guide me as to how I can share sessions using Ruby? Where can I set the value of domain for which the cookie is set? I would like for a user to login on the home page and then go to blog.home.com and not have to login again. Any guidance/pointers are appreciated. Thanks''
2012 Jun 29
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
*hi,Óscar:* * * >LLVM_INSTALL_PREFIX is supposed to contain the value of > >CMAKE_INSTALL_PREFIX when you configured LLVM. Using it for setting > >other variables is just a convenience. > > Ok, I understood your point, so I'd like to develop another patch to make > it relocatable and respect the original meanings. > > >CMAKE_CURRENT_LIST_FILE can be
2017 Dec 11
0
Samba with DNS backend set to NONE (was: Re: Update samba and Debian)
On Mon, 2017-12-11 at 19:02 +0000, Sandy via samba wrote: > Thank all those who have responded, mainly to Rowland and tell them that I just managed to mount a samba server 4.7.3 with Debian 9 implementing the option of NONE when choosing the DNS server, the steps that followed were as follows > 1- Download samba 4.7.3 > 2- ./configure.develpment & make & make install > 3-
2017 Dec 11
0
Samba with DNS backend set to NONE (was: Re: Update samba and Debian)
11 de diciembre de 2017 15:10, "Andrew Bartlett" <abartlet at samba.org> escribió: > On Mon, 2017-12-11 at 19:02 +0000, Sandy via samba wrote: > >> Thank all those who have responded, mainly to Rowland and tell them that I just managed to mount a >> samba server 4.7.3 with Debian 9 implementing the option of NONE when choosing the DNS server, the >> steps