Displaying 14 results from an estimated 14 matches for "cboe".
Did you mean:
cbe
2002 Sep 03
1
The need to rejoin NT domains on every reboot
...main, and then we need to join
the domain using smbpasswd. This doesn't sound right to me. Has anybody
else seen this behavior? Is there anything to do to get around this
situation? Any help would be appreciated.
Thanks,
Jim
Jim Warter
Chicago Board Options Exchange
(312) 786-7510
warterj@cboe.com
2008 Nov 04
2
ggplot & annotating charts
...d text labels
automatically to the chart). The code is below
I suspect I need to use geom_rect, but what is foxing me is how to set up
the aes() parameters.
I'd be very grateful for any help
thanks
simeon
###################
require(zoo)
require(chron)
vix <-read.csv("
http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/vixcurrent.csv",
header=T,sep=",", na.strings="")
names(vix) <- tolower(names(vix))
vix$dates <- chron(as.character(vix$date),out.format="d-mon-y")
vix.z <- zoo(vix[,-1],vix$dates)
vix.close1<-...
2009 Dec 19
1
as.xts convert all my numeric data to character
Hello, all... I've been playing with the TTR package and quantmod, and I'm
loading the Chicago Board of Exchange put/call ratio data via a simple
read.csv call...
CBOEtotal<-read.csv(file="
http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/totalpc.csv
",skip=1)
this gives me a data frame with columns....
> names(CBOEtotal)
[1] "Trade_date" "Call" "Put" "Total" "P.C.Ratio&quo...
2019 May 22
3
system unresponsive
...the contents of this message which
arise as a result of e-mail transmission. Simplex Trading, LLC and its
affiliates reserves the right to intercept, monitor, and retain electronic
communications to and from its system as permitted by law. Simplex Trading,
LLC is a registered Broker Dealer with CBOE and a Member of SIPC.
2018 Jul 10
0
Semi-OT: LSI raid card sorta....
...the contents of this message which
arise as a result of e-mail transmission. Simplex Trading, LLC and its
affiliates reserves the right to intercept, monitor, and retain electronic
communications to and from its system as permitted by law. Simplex Trading,
LLC is a registered Broker Dealer with CBOE and a Member of SIPC.
2019 Jul 02
0
Anyone with RedHat Subscription?
...the contents of this message which
arise as a result of e-mail transmission. Simplex Trading, LLC and its
affiliates reserves the right to intercept, monitor, and retain electronic
communications to and from its system as permitted by law. Simplex Trading,
LLC is a registered Broker Dealer with CBOE and a Member of SIPC.
2019 Mar 14
1
howto monitor disks on a serveraid-8k?
On 3/14/19 2:31 PM, isdtor wrote:
>
>> I'd like to monitor the disks connected to a ServeRaid-8k controller in a
>> server running Centos 7 such that I can know when one fails.
>>
>> What's the best way to do that?
>
> It's been a long time since I worked with ServeRaid, and things may have changed in the meantime.
>
> IBM used to have a an iso
2019 May 22
0
system unresponsive
...essage which arise as a result of e-mail transmission. Simplex Trading,
> LLC and its
> affiliates reserves the right to intercept, monitor, and retain electronic
> communications to and from its system as permitted by law. Simplex
> Trading,
> LLC is a registered Broker Dealer with CBOE and a Member of SIPC.
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
>
2018 Jul 10
1
Semi-OT: LSI raid card sorta....
Scott Silverman wrote:
> On Tue, Jul 10, 2018 at 12:37 PM, mark <m.roth at 5-cent.us> wrote:
>
>> I've got a box running C7, just updated (yesterday). It had an onboard
>> RAID controller, and an HBA. I just installed a new, additional RAID
>> card, all LSI.
>>
>> MegaCli64 only sees one controller. I can't seem to find the magic to
>> see
2012 Jul 10
3
HELP me please with import of csv to R
Hey,
I am having problems with importing a csv file to R.
I could read the file by typing:
read.csv(file="/Users/kama/Desktop/skatter.csv", header=TRUE, sep=";")
However, i can not analyze the "skatter" - for ex, when i type: skatter
= read.csv("skatter.csv")
i get this message:
Error in file(file, "rt") : cannot open the connection
2018 Jul 10
2
Semi-OT: LSI raid card sorta....
I've got a box running C7, just updated (yesterday). It had an onboard
RAID controller, and an HBA. I just installed a new, additional RAID card,
all LSI.
MegaCli64 only sees one controller. I can't seem to find the magic to see
the others. I *know* the new card is a MegaRAID - the box it came in says
so. The system sees it
1:00.0 RAID bus controller: LSI Logic / Symbios Logic SAS1078
2019 Jul 02
6
Anyone with RedHat Subscription?
Does Anyone with a RedHat subscription able to give a hint as to what
the solution to the following knowledgebase article is:
https://access.redhat.com/solutions/2801051
I'm having a similar issue with an SFP on a Centos host, and am
searching for a way to view Optical RX/TX Power on the SFP.
From the switch side, I'm not seeing any RX Power from the Centos host.
Thanks in advance
2019 May 22
4
system unresponsive
Ok, we used to get this occasionally on cluster nodes, and we just got it
on a fileserver (very bad). The system is discovered to be unresponsive:
it doesn't ping, and plugging a console in, you can see that it's not
dead, but there nothing at all on the screen, nor does it respond to even
<ctrl-alt-del>. The only answer is to power cycle it; it comes up fine.
Nothing in
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my
one of my Linux shares as well as write to that share.
However, when user A saves a file to that share, user B can't open it -- and
vice versa. How can I set up samba so that all files written to that share can
be read, modified, and deleted by all users?
Thanks in advance for an answer to this question.