Displaying 10 results from an estimated 10 matches for "bbg".
Did you mean:
bb
2010 Jan 20
1
Retrieving data through bbg or excel, what is faster?
Hello, I need to retrieve datas from bloomberg.
I want to retrieve those datas in the fastest way as possible. I have two
options:
writing the datas from bbg to excel and reading from r the excel sheet or
directly
read the datas from from r with a Rbbg connection. Which connection is
faster?
Thank you
--
View this message in context: http://n4.nabble.com/Retrieving-data-through-bbg-or-excel-what-is-faster-tp1018695p1018695.html
Sent from the R help ma...
2009 Mar 31
4
what is the preferred method to create a package local variable?
for the moment, I'm using:
.onAttach <- function(libname, pkgname) {
.bbg.db.conn <<- dbConnect(dbDriver("PostgreSQL"), user="blah","blah")
}
.onUnload <- function(libpath) {
dbDisconnect(.bbg.db.conn)
}
which results in a hidden global variable in the global environment.
I would prefer to make the assignment only in the pac...
2000 Jan 14
1
forum to discuss problems
...g to wierdlmpc.msci.memphis.edu [141.225.11.87] port
22.
debug: Allocated local port 1023.
debug: Connection established.
ssh_exchange_identification: read: No such file or directory
debug: Calling cleanup 0x8054c80(0x0)
>From the 6.1 box, I have no problems connection to the 6.0 box:
# ssh -v bbg
SSH Version OpenSSH-1.2.1, protocol version 1.5.
Compiled with SSL (RSAref version).
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to bbg.msci.memphis.edu [141.225.112.200] port 22.
debug: Allocated local port 1023.
debug: Conn...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...s the colour returned by
> ? ? dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
>
> (maybe a naive question from who does not know the code), could not be
> used `guiColors[dataeditbg]` instead of `dialog_bg()` in the unique
> place this is present?. So, instead of
>
> ? ? bbg = dialog_bg()
>
> it would appear
>
> ? ? bbg = guiColors[dataeditbg];
>
>
> Thanks!
> Iago
>
>
> [1]
> https://svn.r-project.org/R/trunk/src/library/utils/src/windows/dataentry.c <https://svn.r-project.org/R/trunk/src/library/utils/src/windows/dataent...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...s is entirely correct: the dialog uses the colour returned by
dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
(maybe a naive question from who does not know the code), could not be
used `guiColors[dataeditbg]` instead of `dialog_bg()` in the unique
place this is present?. So, instead of
bbg = dialog_bg()
it would appear
bbg = guiColors[dataeditbg];
Thanks!
Iago
[1] https://svn.r-project.org/R/trunk/src/library/utils/src/windows/dataentry.c
________________________________
De: Duncan Murdoch <murdoch.duncan at gmail.com>
Enviat el: dimarts, 14 de maig de 2024 14:22
Per...
2012 Feb 21
1
sqlite create new unique id
...same query using RSQlite from r prompt, my query doesn't create new
unique id.
last_insert_rowid() always returns 0 value from RSQLite always returns 0.
How can I get a unique id using RSQLite ?
my query looks like this
"insert into PrimaryIdTable values ('AMP AT
Equity','bbg','2001-01-01','2099-01-01','P'||last_insert_rowid())"
reason i am not using INTEGER PRIMARY KEY is because i want to keep my key
as TEXT datatype. This is because another table has same field for secondary
id and both these keys appear in same table so i want to c...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
This seems like something that should be fairly easily doable. Why
don't you work out a patch?
Some decisions to make:
- What colours are we talking about? Would you want the labels to have
their colour set independent of the dialog colours? If so, would you
also want to configure the dialog colours?
- What names should be used for the colours?
- Where should all of these definitions
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system
to allow cross compiling for at least arm32 and arm64 based on the
Debian/Ubuntu multiarch infrastructure. They also add the necessary
fixes to build for arm64 (which I have only tried cross, not native).
I have posted some instructions on how to compile with these patches on
the wiki:
2006 Dec 13
0
Powerbox PX20dsp
Anyone has any experience with a <subj.>?
best regards,
bbg
2018 Jun 07
0
Docker Update 1.13.1-53 -> 1.13.1-63 certificate error
...000
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Content-Type: text/plain; charset=utf-8
< Docker-Distribution-Api-Version: registry/2.0
< X-Content-Type-Options: nosniff
< Date: Thu, 07 Jun 2018 08:49:35 GMT
< Content-Length: 19
<
404 page not found
* Connection #0 to host bbgpvmdocker0.bbg.michelin.com left intact
?
After downgrading to 1.13.1-53, all works again as expected.
?
Any hints to solve this issue?
Hans-Joachim
?