Displaying 3 results from an estimated 3 matches for "whao".
Did you mean:
shao
2004 Aug 06
1
alias mount points
On Thursday 06 May 2004 13:23, Joseph Wilhelm wrote:
> Also, unique users/passwords would be nice... a custom auth module of
> some sort, perhaps? A database backend, instead of reading the config?
We already have this for listeners (it uses a flat-file backend, storing
usernames and md5sums of passwords - but the design is such that a database
backend could also be done fairly easily).
2004 Aug 06
1
bit/bytes
Le mar 02/03/2004 à 23:38, MacSym a écrit :
> I agree with you but how do you suggest convincing these software companies
> to implement ogg support in their players? I can imagine Itunes and XMMS but
> it's going to be harder for Windows Media Player and Winamp. Microsoft is
> promoting its very own WMA. I guess they implemented mp3 because it was
> already too popular to
2012 May 25
1
equivalent to source() inside a package
Hi all:
I'm working on a project that I have packaged for ease of
distribution. The different simulations in the package share code, so
obviously I have those parts organized as functions. Now, I want to
show people my code, but the structure with the internal functions
might be a little confusing to follow. One thing I tried was to have
the code of the functions as their own R files in the