search for: rothschild

Displaying 20 results from an estimated 46 matches for "rothschild".

2018 Jul 13
2
Package migration
Now that CentOS 7.5 ships with Samba 4.7 and has MIT Kerberos support, I would like to migrate away from the Sernet packages. Currently I have two Samba4 DC's. Can I easily swap the packages? Do I need to move all roles from #1 to #2, demote/unjoin, swap packages, rejoin/promote? .. What's the right way to migrate? Thanks in advance! j
2011 Sep 19
1
Constrained regressions (suggestions welcome)
...mla, data = cars, link=identity()) Error in identity() : argument "x" is missing, with no default In this example I haven't even gotten to the stage of constraining the coefficients yet because I can't get the function to work with minimal inputs. Thanks, RogerRoger J. Bos, CFA Rothschild Asset Management, Inc. Tel +1 (212) 405-5471 Email roger.bos at rothschild.com 1251 Avenue of the Americas, NY, NY 10020 *************************************************************** This message is for the named person's use only. It may\...{{dropped:14}}
2018 Jul 13
1
Package migration
...amba AD Domain Controller URL : http://www.samba.org/ License : GPLv3+ and LGPLv3+ Description : The samba-dc package provides AD Domain Controller functionality What is missing? I could rebuild from the source RPM, if that helps. > > > yours Adam > > From: Jeremiah Rothschild via samba > Date: 2018-07-13 09:38 > To: samba > Subject: [Samba] Package migration > Now that CentOS 7.5 ships with Samba 4.7 and has MIT Kerberos support, I > would like to migrate away from the Sernet packages. Currently I have two > Samba4 DC's. > > Can I easily sw...
2008 Jun 17
2
try catch block
How can I use the try catch block such that if this statement fails xml <- xmlTreeParse(xmlTxt, useInternal=TRUE) then this statement is executed xml <- xmlMalFormed() ? This code does not work but assuming its somewhere along these lines: tryCatch(xml <- xmlTreeParse(xmlTxt, useInternal=TRUE), xml <- xmlMalFormed(f1)) -- View this message in context:
2017 Jan 20
1
How to handle INT8 data
...in-a-64-bit-world/ > > > > -- > > Nicolas PARIS > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel -- Nicolas PARIS Responsable R & D WIND - PACTE, H?pital Rothschild ( RTH ) Courriel : nicolas.paris at aphp.fr Tel : 01 48 04 21 07
2009 Nov 20
3
Remove leading and trailing white spaces
I have a character string and I would like to remove the leading and tailing white spaces. The example for 'sub' shows how to remove the trailing white spaces, but I still can't figure out how to remove both trailing and leading white spaces because I can't find any documentation for what "+$" means or what "\\s+$" means. Maybe its because I don't have a
2006 Jun 14
3
problem trying to update multiple <DIV> elements with AJAX
I''ve been trying for days now to figure this out on my own, but I can''t, so this is my cry for help. Here''s my situation: I need to update multiple <DIV> elements on a page, each with its own HTML, but I just can''t figure out how to get it to work. That is, I want to replace everything within each <DIV> element with something new. When I try what
2005 Mar 19
3
Asterisk and Cisco AS53xx/54xx Access Server Platform
Hello, I've got an ISDN PRI circuit terminating in a Cisco AS5350, which in turn is talking to an Asterisk server via SIP for call origination and termination. Seems simple enough, and it works for the most part, but: 1) Caller ID name data comes in on the PRI, but doesn't appear to get handed off to the Asterisk server via SIP, at least not in any format that Asterisk
2011 Sep 08
3
How to specify a variable name in the regression formula without hard coding it
I have a matrix called mat and y is the column number of my response and x is a vector of the column numbers of my terms. The variable name of y can change, so I don't want to hardcode it. I can find out the name as follows: > names(mat)[y] [1] "er12.l" Then I can run the regression by hard coding the variable name as follows: > mod <-
2010 Aug 26
3
Help with ddply to eliminate a for..loop
I created a small example to show something that I do a lot of. "scale" data by month and return a data.frame with the output. "id" represents repeated observations over "time" and I want to scale the "slope" variable. The "out" variable shows the output I want. My for..loop does the job but is probably very slow versus other methods. ddply
2017 Jan 20
2
How to handle INT8 data
...> -- > > Nicolas PARIS > > > > > > -- > Nicolas PARIS > > > > > -- > Gabriel Becker, PhD > Associate Scientist (Bioinformatics) > Genentech Research -- Nicolas PARIS Responsable R & D WIND - PACTE, H?pital Rothschild ( RTH ) Courriel : nicolas.paris at aphp.fr Tel : 01 48 04 21 07
2008 Jun 17
1
Scan document including "\n"
How do you read in a whole file while preserving end of line "\n" characters? Basically, read in a whole file as one string. Ex: <XML> <TAG> </TAG> </XML> After this file is read into a variable, it should really look like "<XML>\n<TAG>\n</TAG>\n</XML>\n" -- View this message in context:
2011 Sep 06
1
How to speed up regressions (related to data.frame)
All, I have a function that runs a set of regressions (using the rlm function) and I notice that it run much slower on my 64-bit R than it does on my 32-bit R. I guess the bigger bit size slows it down. Anyway, I looked into Rprof to see how I can speed it up. I saw that 78% of the total time is spent in [.data.frame, so I tried converting my data to a matrix using data.matrix, but then rlm
2011 Jul 18
1
R on a server (Windows Server 2008)
Apologies for a naive question: Can R be installed and run on a server (operating system Windows Server 2008)? Thank you! -- Dimitri Liakhovitski
2003 Oct 08
1
Cisco 7940/7960 phone and conference calling?
Hello, Anyone else having problems with the Cisco 7940/7960 (5.3 firmware) and the latest CVS build, placing conference calls from the phone? I've noticed the party on the Cisco phone's side will sound very garbled, and delayed by several seconds. I haven't begun troubleshooting yet, though I'm able to reproduce this easily... Thanks in advance, -a
2003 Oct 09
0
Cisco 7940/7960 phone and conference calling ?
I am guessing you are running without reinvite's, I'm running with reinvite's with latest CVS release and 79x0 phones without any issues with conferencing... > -----Original Message----- > From: Adam Rothschild [mailto:asr@latency.net] > Sent: 08 October 2003 15:49 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Cisco 7940/7960 phone and > conference calling? > > > Hello, > > Anyone else having problems with the Cisco 7940/7960 (5.3 firmware) > and the...
2012 Feb 15
1
LaTeX and Sweave on windows
I am completely new to LaTeX and Sweave, so I am trying to follow the tutorial in the following link: http://www.r-bloggers.com/using-latex-r-and-sweave-to-create-reports-in- windows/ I installed MiKTeX 2.9 and TeXnicCenter, but I get a build error when compiler the example file: The two errors are: "Error: running 'texi2dvi' on 'test.tex' failed" and "R> !
2007 Mar 21
0
Unable to register TclNotifier window class
...39;s support team for more information. Does anyone have any hints on how to debug this or what the possible cause might be? Is the Tcl/Tk interface mandatory, or can I somehow turn it off? I use this batch to run overnight jobs where reliability is important. Thanks, Roger Roger J. Bos, CFA Rothschild Asset Management 1251 Avenue of the Americas New York, NY 10020 (212) 403-5471 ********************************************************************** * This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No right to...
2008 Aug 20
1
How to send Html using SQL Server db mail
All, I have a variable called `go` and it has a single quote in the name column of line 47 that I am trying to get rid of. I have tried using gsub, but I cannot get the syntax correct to tell R to remove the ' (single quote). > go[47,] gvkey Symbol Name Rank MarketCap MemoDate Action Analyst Reason SharesHeld 75 065105 BJ BJ'S WHOLESALE CLUB INC 0.9579
2008 Jun 19
2
Pattern Matching Replacement
I would like to replace "\r\n" with "" in a character string, where "\r\n" exists only between < and >, how could I do that? Initial: characterString = "<XML><tag1 id=\"F\r\n2\"></t\r\nag1>\r\n<tag\r\n2></tag2></XML>" Result: characterString = "<XML><tag1