search for: implemened

Displaying 20 results from an estimated 71 matches for "implemened".

Did you mean: implemented
2005 Mar 23
2
Browser to replace the internal browser?
Hello, I see that the more I work with R and the more the code gets larger I would like to have some graphic support in my quellcode. Is there a browser that could be easily implemened in R? And how do I call it from R? It would be nice if the browser replaces the "fix()" function. Carsten
2013 Nov 25
2
Help required in simulating libvirt TLS server
Hi All, Will some one explain how is this tls libvirt server is implemented. For my testing purpose I need to implement the similar TLS server in Java or Python and this server is capable to receive all libvirt calls like getCapabilities, hostname etc and return response as I'm configured. Basically I need to simulate the libvirt TLS server. I tried creating many TLS server but none of the my
2005 Aug 30
6
SYSLINUX 3.11-pre10
Okay, the serial port feature in 3.11-pre9 was of course completely broken (I seem to have bad luck with -pre9's :)... a 3.11-pre10 is now available, and it does seem to have a more reliable handling of arrow keys ... *but not perfect*. There simply is no way to reliably detect both [Esc] and arrow keys on existing serial consoles. -hpa
2006 Mar 16
1
application_helper.rb vs application.rb
I find that I want to put the same methods into both of these files. Whats the best way to get away with a single implemenation? Gareth -- Posted via http://www.ruby-forum.com/.
2006 Jul 26
1
arima() function - issues
...MA function in stats package. While looking for the time series literature I found following link which highlights discrepancy in "arima" function while dealing with differenced time series. Is there a substitute function similar to "sarima" mentioned in the following website implemened in R? Any pointers would be of great help. http://lib.stat.cmu.edu/general/stoffer/tsa2/Rissues.htm Thanx in advance. Sachin --------------------------------- [[alternative HTML version deleted]]
2005 Oct 19
1
Want my RSYNC documentation link to be added to your resources list.
Dear RSYNC guys, As initially i found it really confusing setting up RSYNC done, but as i got it through, I was really fascinated with it. So i decided to create a new tutorial on my own regarding " UNDERSTAND RSYNC SERVERS & THEIR IMPLEMENATIONS". Direct link : http://www.amitsharma.linuxworld.com/rsync.htm I have explained with examples & figures to make it look more
2010 May 11
1
Announcing Spirit Markdown
Here is another implementation of Markdown, this time in c++ using the Boost Spirit library. Spirit Markdown is written in (hopefully!) idiomatic modern c++ and a full suite of unit tests are provided. It is licensed under the Boost Software License (OSI compliant). The purpose of writing this is: * for me to gain expertise in the use of Spirit, both through direct experience and public review,
2002 Mar 26
7
[Bug 187] ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187 ------- Additional Comments From markus at openbsd.org 2002-03-27 09:44 ------- (1) exporting openssh private keys is not supported (2) rsa bugs from ssh.com 2.0.12 are not supported (3) this is probably another 2.0.12 bug. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2019 Feb 26
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
Thanks for the first reply, Jeremy. What about the (future) implementation of RichACL? Will there be any native Linux Client support along with the SMB2/SMB3 protocol? I know, there is a native implemenation for RichACLs in ext4 FS. Unfortunately, smbcals is not a native Linux ACL Tool and has a very unhandy syntax. I just tested some days ago. ;-) I am looking for a solution that allows the
2007 Dec 23
1
multiple scenarios problem
Hi all I just recently started to use rspec and I''m having a problem using multple scenarios in one story. These are the two scenarios, trying to test my implemenation of the new http authentication in rails 2: Scenario "user has to authenticate" do Given "an anonymous user" do end When "visiting", "working_page" do |page|
2003 Nov 13
3
an unwanted chroot() call
Hello, I am trying to run rsync under my own userid on a high-numbered port. The problem is that, when I use the --daemon option, I get an error saying that a chroot() call failed. My config file does *not* have any chroot call in it. How can I avoid a chroot() invocation when running as a normal non-root user? Thanks in advance for any advice! -- Daniel Ortmann, LSI Logic, 3425 40th Av NW,
2016 Nov 16
3
[PATCH] ssh-pkcs11: allow providing unconditional pin code for PKCS11
Some HSM's such as Safenet Network HSM do not allow searching for keys unauthenticated. To support such devices provide a mechanism for users to provide a pin code that is always used to automatically log in to the HSM when using PKCS11. The pin code is read from a file specified by the environment variable SSH_PKCS11_PINFILE if it is set. Tested against Safenet Network HSM. ---
2016 Nov 14
1
Help with Opus Streaming
On 2016-11-14 6:09 AM, Deepak K wrote: > I am using Http Progressive download technique to download the opus > audio in chunks. So I am not sure if the Opusfile seek API will work in > this case. Please correct me if I am wrong. If you don't want to use opusfile's http client implementation (libopusurl) you can still use its seeking implementation. Just provide the
2015 Mar 26
2
[PATCH 0/9] qspinlock stuff -v15
On Wed, Mar 25, 2015 at 03:47:39PM -0400, Konrad Rzeszutek Wilk wrote: > Ah nice. That could be spun out as a seperate patch to optimize the existing > ticket locks I presume. Yes I suppose we can do something similar for the ticket and patch in the right increment. We'd need to restructure the code a bit, but its not fundamentally impossible. We could equally apply the head hashing to
2015 Mar 26
2
[PATCH 0/9] qspinlock stuff -v15
On Wed, Mar 25, 2015 at 03:47:39PM -0400, Konrad Rzeszutek Wilk wrote: > Ah nice. That could be spun out as a seperate patch to optimize the existing > ticket locks I presume. Yes I suppose we can do something similar for the ticket and patch in the right increment. We'd need to restructure the code a bit, but its not fundamentally impossible. We could equally apply the head hashing to
2016 Feb 03
4
[RFC] Embedding Bitcode in Object Files
Apple has some internal implemenation for embedding bitcode in the object file that we would like to upstream. It has few changes to clang frontend, including new clang options, clang driver changes and utilities to embed bitcode inside object file. We believe upstreaming these implementations will benefit the people who would like to develop software on Apple platform using open source LLVM. It
2005 Jun 11
5
[PATCH] Fixing iopl and ioperm
With this patch, x86 and x86-64 share ioport.c, fixing LTP iopl and ioperm testcase failures (on both). We found an iopl testcase failing even on x86 xenlinux. Now x86-64 xenlinux should have the same results regarding the LTP testcases (as far as we tested). Signed-off-by: Li B Xin <li.b.xin@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Jun --- Intel Open Source
2006 Dec 11
2
Asterisk Sends 180-RINGING to UA even withprogressinband=yes
Andrew, I don't think it's a Polycom issue. We took Asterisk out of the picture and had our Polycom phones communicate directly with an Audiocodes PSTN gateway. Unlike Asterisk, the audiocodes do not send 180 Ringing before sending 183 Session Progress, and the polycom's play the correct tones in this case. We WANT Asterisk to send progress tones in band. In our case it IS needed.
2019 Mar 16
0
[ANNOUNCE] x11perf 1.6.1
x11perf is a standard X11 tool for measuring how many times per second a given X11 request can be made. It also includes the Xmark script to calculate how many millions of times faster your 2019 GPU is than the graphics on a 1989 SPARCstation 1 workstation, if you need more meaningless numbers in your life. This is a minor maintainance and bug fix release. Adam Jackson (1): tests: Fix
2019 Feb 26
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
On Tue, Feb 26, 2019 at 04:51:21PM +0000, Kraus, Sebastian via samba wrote: > Thanks for the first reply, Jeremy. > What about the (future) implementation of RichACL? Windows ACLs map quite well into RichACLs. Unfortunately Christolph Hellwig has peristently blocked any merge of the RichACLs code into the Linux kernel. If you use ZFS then you can use ZFSACLs which are quivalent. >