Displaying 20 results from an estimated 10000 matches similar to: "HSBC Banking"
2006 Aug 30
1
Installation of SrcStatConnectorSrv on Windows
I am trying to install SrcStatConnectorSrv(2) and rcom from local zip
files.
I have successfully downloaded both files (from CRAN for rcom CRAN Other
for SrcStatConnectorSrv) and installed rcom. However, I get the following
error message when I try to install SrcStatConnectorSrv (the version dated
21-Aug-2006:
> utils:::menuInstallLocal()
Error in gzfile(file, "r") : unable to open
2008 Jul 16
1
Problems with snowfall
Guys,
Is anyone using snowfall? It seems that the last version is broken. sfinit
contains test code:
data("config", package = "snowfall")
configM <- as.matrix(t(config))
config <- as.list(configM)
names(config) <- dimnames(configM)[[2]]
.sfOption$SERVER <<- as.character(config[["SERVER"]])
.sfOption$PORT <<-
2003 Apr 03
3
smb.conf Parameters
Hi,
I am looking at upgrading our existing Samba installs to 2.2.8
Some of the installations contain the parameter "shared mem size" in the
smb.conf file. This parameter does not appear to be available in ver 2.2.8.
Is there an alternative parameter or is this now defunct?
Regards
Jim Burns
HSBC Group
The HSBC Group's website is at http://www.hsbc.com
2008 Jul 16
3
Snow or alternative MPI packages on Windows
Guys,
I'm running R on both Windows & Linux. I'm looking at a number of packages
for parallel execution. It seems that the most used packages are "snow" and
"Rmpi".
snow seems more user friendly, but it doesn't run on windows. I see from
searching the mailing list that I'm not the first one to try it on Windows.
There was a message that kind of shed some
2007 Apr 12
3
Method dispatch for print() in package its
Dear all,
in the package its the print() method does not seem to correctly work in all circumstances:
> selectMethod(print, "its")
Method Definition:
function (x, ...)
{
print(x@.Data <mailto:x@.Data> , ...)
}
<environment: namespace:its>
Signatures:
x
target "its"
defined "its"
> fundPME.lst[[1]]$irr
An object of
2014 Aug 10
1
rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4]
Does anyone know what this message is about? I keep getting this message
once in a while after my rsync command is run for some time.
rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4]
Regards
Jerry
************************************************************
HSBC Global Asset Management (Hong Kong) Limited
whose registered address is HSBC Main Building, 1 Queen's
2014 Jul 23
1
Fw: rsync permission error
Hi All
I found that the rsync cannot fully sync permission although I have
specified the -A option. The ACL is ok but the permission itself is not.
rsync command:
rsync -rtgoDAh --stats --files-from=flist.txt --log-file=$DetailLogPath
$OldPath $NewPath &
Old Server (rsync version 3.0.4):
-rw-r-----+ 1 43810537 imopfs 246784 Jul 22 10:17 miki2.sas7bdat
New Server (rsync version
2008 May 20
2
Question about banking to 45 degrees.
Hello,
I am very interested in "banking to 45 degrees" as defined by William S. Cleveland in "Visualizing Data." I like to do it in R as well as Excel, etc. With R I have come across the following method:
xyplot(x, y, aspect="xy") (part of "lattice" package)
which will bank my graph to 45 degrees. My question is how do I obtain the aspect ratio
2009 Mar 31
1
viewport bug in 2.8.0?: Error: Cannot pop the top-level viewport (grid and graphics output mixed?)
I get the following error message followed by instability in R after the
error message:
Error: Cannot pop the top-level viewport (grid and graphics output
mixed?)
Have reduced something much more complex in my code to a simple test case.
I run the following and then resize the window:
X = seq (1,10)
Y = X^2
opar <- par(no.readonly=TRUE, mar = c(2.5, 3.1, 1, 2))
grid.newpage()
2005 Jan 04
1
Re: samba 3.0.10 pkg
Hi Jerry
Thank you so much for your help.
It did work with the new script makepkg.sh.
But during the creation of samba user I got this following error:
==============================================
# ./smbpasswd -a $user
New SMB password:
Retype new SMB password:
Failed to open group mapping database
failed to initialize group mapping
Failed to open account policy database
Failed to open
2004 Jan 10
2
swat error
I am getting the following error when trying to connect to
http://localhost:901
500 Server Error
chdir failed - the server is not configured correctly
Are there any known fixes for this ?
Also:
I noticed that some of the directives, such as datadir, might be
non-functional or ignored elsewhere in coding of swat
Could this be the cause of the above errors ?
Finally here is the cli output
2006 Apr 24
7
Online banking with Ruby on Rails?
I am wondering if it would be possible (and safe) to develop online
banking or other security-related applications with Ruby on Rails,
instead of using J2EE frameworks or .NET?
Are there any particular implications needed to write e-banking apps
with Rails? Security problems?
So... is anyone developing these types of applications with RoR?
Any advantage or disadvantage? Personal experiences are
2002 Nov 28
8
Could not insatall Internet Explorer on linux through wine.
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: koutput
Type: application/x-java-vm
Size: 2881 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20021128/a81741b4/koutput.class
2003 May 06
2
"help.start() and kde konqueror"
Hello,
When I attempt to use KDE 3.03 "konqueror" for help.start() I can't get the
search engine to work but otherwise help.start() is OK. How should
"konqueror" be setup for this?
The response to the command is below:
> help.start(browser= 'konqueror')
Making links in per-session dir ...
If konqueror is already running, it is *not* restarted, and you must
2006 Dec 11
6
load balacing with https home banking
Hello everybody.
I''m running linux 2.6.19 with nth match to
alternatively snat outgoing connections to
two different ip addresses for load balancing
between two adsl lines:
Here is:
$IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m
multiport --dports 80,443 -m statistic --mode nth --every 2 -j SNAT --to
adslA
$IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m
multiport
2001 Feb 26
1
trying to find the function banking()
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
----------------------------------
Can anyone please tell me where to find the function "banking()"
containing Cleveland's solution to optimising graph aspect ratio? It is
mentioned in Venables and Riply 1994, pg. 112, Ex. 3.7, q. 3.5.
I have not found it (or perhaps
2009 Sep 29
1
Problems connecting to httpd help server with some browsers
Hello,
sorry to provide only very little testing, but with the release date nearing,
I thought it better to report this quickly than to wait for an uncertain
period until I find more time.
I'm observing strange problems connecting to the httpd help server with
konqueror (KDE 4.3.1):
options (help_type="html")
options (browser="konqueror")
help ("print")
2003 Nov 28
1
search documentation not working with mozilla and konqueror (PR#5379)
Full_Name: Sergei Zuyev
Version: Version 1.8.0
OS: Mandrake Linux 9.1
Submission from: (NULL) (195.137.88.252)
When mozilla or konqueror are used as help browser, the Search Engine page links
nor the search do not work. Mozilla quietly ignores any click, while konqueror
gives the following information:
> options(browser="/usr/bin/konqueror")
> help.start()
Making links in
2006 Mar 21
1
Konqueror Ajax update
I had been comparing IE and Firefox Ajax performance, and since I have a
couple of Unix boxes in my workshop, I threw Konqueror into the mix, and
reported here earlier today (or yesterday) that Konqueror ( 3.4.3) could
handle Ajax perfectly, at least as far as the simplest AWDWR Ajax example
(./example/index) was concerned.
It occurred to me to do a more grueling test.
I took the
2006 Feb 22
1
Include Exclude .. a canonical way
I'm wrestling with include/exclude rules and not finding a way to do
this:
Simplified command: rsync -avv --exclcude-from=rsync_exclude \
~/ /dest/
Backup ~/ including ~/.kde3.5/share/apps/konqueror/bookmarks.xml
but excluding everything else under ~/.kde3.5
Here are some of what hasn't worked in an EXCLUDE file.
+ /.kde3.5/share/apps/konqueror/bookmarks.xml