search for: librai

Displaying 4 results from an estimated 4 matches for "librai".

Did you mean: libravi
2010 Jun 09
5
LPK integration - summary and ideas
...How about another approach is to sign the Agent with the servers > > private key (if that's possible??). > Maybe may be included SHA hash of agent program in the config file > and it may be checked before running the agent. But it is necessary? > and who will check all the shared libraies used? *** Brainstorming So, given that arguments, I'd like to offer a few ideas that might help. 1) How about loading some shared library (libraries) for retrieving public keys? The library would provide interfaces like an init(), uninit(), and lookup(). Lookup would get the use...
2013 Nov 03
1
How to make an R package that uses Boost.Thread, qualified to be published on CRAN or shared by the most
...ader-only Boost libraries. I am not sure whether it is OK for separately-compiled libraries such as Boost.Thread, after many fails. Is it possible? Are there any special variables or path for Boost.Thread? May I suppose that it is acceptable for 1) if there are, or at least for header-only Boost libraies? (There are an R package called BH provides header-only Boost libraries, but BOOSTLIB make me imagine something else.) Simon PS: Below are the source files and results of my tries for exploring BOOSTLIB on win-builder, please forgive me use win-builder as a test machine, so I post my quest...
2007 Feb 13
1
Dead-air detection
...ay to redirect new users. I also intend to use pygtk to write an application for the studio pc to warn deejays that dead air has been detected and let them be able to tell the system not to switch over. Anyway what I'd like to know from the icecast dev's is if there are existing functions/libraies within icecast that support mainly audio sampling within 15 seconds. I'd prefer to start off using the functions already availiable and build upon them. Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachme...
2009 Oct 26
1
Support for merging LPK into mainline openssh?
Hello I've created patch to the openssh which allows to use an agent for obtaining the public keys. It may be the first step towards the implementation of something similar lpk. The solution is independent on the agent, so it may be used with ldap based agent or with any other technology. May be that patch acceptable as the first aproach to the lpk replacement? It is placet in mindrot's