search for: ffaq

Displaying 3 results from an estimated 3 matches for "ffaq".

Did you mean: faq
2009 Apr 11
1
Protocol question: formatting of posts
Here's a random example of some code and the response R produced: -------- > sum(2 ^ (which(as.logical(rev(nn))) - 1)) [1] 74 ------- Now, maybe I'm old and crochety, but why don't people put a handy linefeed (or <CR>) between each command line and each response line? I just find it tedious to try to figure out exactly where a given command ended, especially when a
2003 Dec 08
0
Wrestling with Samba, Solaris 9, and groups, and a big thanks
...ttp://lwn.net/Articles/50988/). But Solaris is stuck to the 16 group membership limit by design. Really? Naaaa, there is a way to use 32 groups per user. But then, Solaris'NFS client wouldn't work anymore, as the following FAQ entry notes (http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=ffaqs/01247) : " Note: Do not raise the value of NGROUPS_MAX above 16 for systems that need to be NFS clients as this will break NFS authorization and those users will not be able to login because NFS internally depends on NGROUPS_MAX and is limited to only 16. " So, so far, from Samba-3....
2011 May 20
8
Building Custom GUIs for R
I am looking to build simple GUIs based on the R codes I have. The main objective is to hide the scary R codes from non-programming people and make it easier for them to try out different inputs. For example, 1. The GUI will have means to upload a csv file which will be read by the R code. 2. A button to preprocess data (carried out by a R function behind) 3. A button to build some models