search for: fnb

Displaying 16 results from an estimated 16 matches for "fnb".

Did you mean: fn
2011 Feb 17
2
amount of data R can handle in a single file
...49million records. Can R handle this? Advise with regard to this. Mark Nasila Quantitative Analyst CBS Risk Management Personal Banking 7th Floor, 2 First Place, Cnr Jeppe and Simmonds Street, Johannesburg, 2000 Tel (011) 371-2406, Fax (011) 352-9812, Cell 083 317 0118 e-mail MNasila@fnb.co.za <mailto:MNasila@fnb.co.za> www.fnb.co.za <http://www.fnb.co.za/> www.howcanwehelpyou.co.za <http://www.howcanwehelpyou.co.za/> First National Bank - a division of FirstRand Bank Limited. An Authorised Financial Services and Credit Provider (NCRCP20). 'Consider the...
2007 Oct 17
3
getent passwd not listing domain users, nsswitch.conf is configured
...sing Samba 3.0.25c on OpenSolaris nv72. wbinfo -u lists domain users as expected. getent passwd only lists local users. nsswitch.conf has the following lines: passwd: files winbind group: files winbind My smb.conf is below. Where should I start to troubleshoot? [global] realm = FNB.LOCAL workgroup = FNB security = ADS use kerberos keytab = true ; password server = my-server.fnb.local encrypt passwords = yes server string = Samba ADS client use spnego = yes # winbind configuration: winbind use default domain = yes winbind nested groups = yes idmap backend = ad winbi...
2003 Oct 09
1
Scoping rules
...studied the FAQ and on-line manuals and think I have identified the source of my difficulty, but cannot work out the solution. For the purposes of illustration. I have three functions as defined below: fnA <- function(my.x) { list(first=as.character(substitute(my.x)), second=sqrt(my.x)) } fnB <- function(AA) { tmp.x <- get(AA$first) tmp.x^2 } fnC <- function() { x <- 1:2 y <- fnA(x) z <- fnB(y) c(x,y,z) } fnA() has a vector as an argument and returns the name of the vector and the square root of its elements in a list. fn(B) takes the result of fn(A) as...
2008 Feb 14
4
FW: Memory Problem
...web the suggestions are that I done the above, as I have done to sort out my problem buy nothing seems to work. Any help would be much appreciated Allan To read FirstRand Bank's Disclaimer for this email click on the following address or copy into your Internet browser: https://www.fnb.co.za/disclaimer.html If you are unable to access the Disclaimer, send a blank e-mail to firstrandbankdisclaimer at fnb.co.za and we will send you a copy of the Disclaimer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos...
2013 Sep 13
2
[LLVMdev] [lld] Implementing the aliasing feature
...definition, which is a non zero sized atom, aliasing will not work. > That is the exact scenario I think it *will* work in. What do you think won’t work. If its a non zero sized atom, like for example :- definedatoms: - name : fna size : 4 ... ... definedatoms: - name: fnb size: 4 If I alias the atom, and add a layoutBefore from *fna* to *fnb*, fnb is going to have a seperate virtualaddress from fna. But you essentially wanted fna, fnb to have the same virtual address right ? Am I misreading something that you said ? > > >> I was thinking to mod...
2003 Oct 09
0
Scoping Rules: Summary
...of whom addressed my questions or threads arising from them. The full messages were posted to the list so this is a brief summary: Andy Liaw explained the difference between lexical and dynamic scoping and the rationale behind the choice of lexical scoping for R. Roger Peng showed how to modify fnB. Brian Ripley suggested that it is generally better to pass functions an object rather than just the name, and warned of the dangers of using get() on the result of deparse(substitute()). Thanks all Peter Alspach Original question below: I'm using R1.7.1 (Windows 2000) and having difficul...
2013 Sep 14
0
[LLVMdev] [lld] Implementing the aliasing feature
...ing will not work. >> That is the exact scenario I think it *will* work in. What do you think won’t work. > If its a non zero sized atom, like for example :- > > definedatoms: > - name : fna > size : 4 > ... > ... > > definedatoms: > - name: fnb > size: 4 > > If I alias the atom, and add a layoutBefore from fna to fnb, fnb is going to have a seperate virtualaddress from fna. This sounds like you mean “alias” to mean take one implementation and override another implementation (that has a different name). -Nick > &g...
2013 Sep 16
1
[LLVMdev] [lld] Implementing the aliasing feature
On 9/13/2013 8:51 PM, Nick Kledzik wrote: >> If I alias the atom, and add a layoutBefore from fna to fnb, fnb is going to have a seperate virtualaddress from fna. > This sounds like you mean “alias” to mean take one implementation and override another implementation (that has a different name) Yes. I think ELF could treat it as a Layout-Before reference too. This way Darwin can share the same func...
2008 Apr 08
1
IAX2 speex payload using ZoIPer
...stions: 1. What is the rest and how do I decode it with my own VoIP client? 2. How do I encode my outgoing audio so that it looks something like the above? To read FirstRand Bank's Disclaimer for this email click on the following address or copy into your Internet browser: https://www.fnb.co.za/disclaimer.html If you are unable to access the Disclaimer, send a blank e-mail to firstrandbankdisclaimer at fnb.co.za and we will send you a copy of the Disclaimer. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/at...
2013 Sep 13
0
[LLVMdev] [lld] Implementing the aliasing feature
On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > This would work only if an alias is another name for the same symbol(weak symbols). I don’t know what that means. Can you clarify? > > If what is being aliased is another function definition, which is a non zero sized atom, aliasing will not work. That is the exact scenario I think it *will* work
2008 Feb 05
1
Got *** caught segfault *** with Quantreg on Mac (PR#10699)
...as.integer(0), h = integer(p * nsol), qn = as.double(qn), cutoff = as.double(cutoff), ci = double(4 * p), tnmat = double(4 * p), as.double(big), as.logical(lci1), PACKAGE = "quantreg") 2: rq.fit.br(x, y, tau = tau, ...) 3: switch(method, fn = rq.fit.fn(x, y, tau = tau, ...), fnb = rq.fit.fnb(x, y, tau = tau, ...), fnc = rq.fit.fnc(x, y, tau = tau, ...), pfn = rq.fit.pfn(x, y, tau = tau, ...), br = rq.fit.br(x, y, tau = tau, ...), fcen = rq.fit.fcen(x, y, tau = tau, ...), lasso = rq.fit.lasso(x, y, tau = tau, ...), scad = rq.fit.scad(x, y, ta...
2006 Jul 17
2
Quantreg error
Dear User, I got the following error running a regression quantile: > rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 ); > summary(rq1) Erro em rq.fit.fnb(x, y, tau = tau + h) : Error info = 75 in stepy: singular design Any hint about the problem? Thanks a lot, ________________________________________ Ricardo Gon?alves Silva, M. Sc. Apoio aos Processos de Modelagem Matem?tica Econometria & Inadimpl?ncia Serasa S.A. (11) - 6847-8889 ri...
2007 Sep 11
1
apche vhosts ldap
Hi all, i am building a web server on centos version 4 running httpd-2.0.52 mysql we have a ldap server on the network which has got all the vhost details. so i am trying to pull vhost details from the ldap server could not find module vhosts ldap for centos. can some one please point me in the right direction any help is much appreciated. cheers phani
2013 Sep 13
2
[LLVMdev] [lld] Implementing the aliasing feature
Hi Nick, This would work only if an alias is another name for the same symbol(weak symbols). If what is being aliased is another function definition, which is a non zero sized atom, aliasing will not work. I was thinking to model this for ELF for the below functionalities :- a) __wrap For example : --wrap fn What I plan to do here is, create a undefined function fn atom create a defined
2006 Jun 20
2
Documentation issues [Was: Function hints]
...eexamples" directive might also be considered. It often makes sense to use the same example to illustrate the use of different functions, or perhaps extend an example used to illustrate one function to illustrate another. One way to do this is simply to put example(fnA) in the \examples for fnB, but this is not particularly helpful for people reading the help pages as they either need to look at both help pages or run the example. The alternative is to maintain multiple copies of the same code, which is not ideal. So it would be useful to be able to put \includeexamples(fnA) so that th...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...stry <kartik at debian.org>} [gwibber] gwibber: Can not post messages to twitter Added tag(s) jessie. > tags 701319 + jessie Bug #701319 [src:massxpert] massxpert: ftbfs with GCC-4.8 Added tag(s) jessie. > tags 702233 + jessie Bug #702233 {Done: Christoph Ulrich Scholler <scholler at fnb.tu-darmstadt.de>} [tinyca] /usr/bin/tinyca2: tinyca won't open saved CA, possibly related to openssl upgrade Added tag(s) jessie. > tags 153782 + jessie Bug #153782 [lilypond] lilypond: Grace notes and volta bar merges Bug #153784 [lilypond] lilypond: Clef changes don't line up when u...