similar to: <x> EA Techsupport has moved.

Displaying 20 results from an estimated 3000 matches similar to: "<x> EA Techsupport has moved."

2008 Apr 12
1
Extracting a data.frame from HTML code
Dear all, I'd like to use R to read in data from the web. I need some help finding an efficient way to strip the HTML tags and reformat the data as a data.frame to analyze in R. I'm currently using readLines() to read in the HTML code and then grep() to isolate the block of HTML code I want from each page, but this may not be the best approach. A short example: x1 <- readLines("
2007 Jul 03
0
Wine 0.9.40
Wow, WINE has come so far that I feel (am) old! :) With SafeDisc support, WINE will finally run a LOT of games, too. Currently, I run Papyrus' NASCAR Racing 2002, Payrus' NASCAR Racing 1999 Edition, Novalogic's F-22 Lightning 3 (w/o hardware acceleration), Novalogic's Comanche 4 and various other applications with minimals difficulty. Keep up the great work! It's been a
2010 May 18
2
Function that is giving me a headache- any help appreciated (automatic read )
note: whole function is below- I am sure I am doing something silly. when I use it like USGS(input="precipitation") it is choking on the precip.1 <- subset(DF, precipitation!="NA") b <- ddply(precip.1$precipitation, .(precip.1$gauge_name), cumsum) DF.precip <- precip.1 DF.precip$precipitation <- b$.data part, but runs fine outside of the function: days=7
2023 Jul 26
1
plotly
Colleagues, Here is my reproducible code. library(plotly) t <- list( ? family = "Arial", ? size = 12, ? color = "black", ? face="bold") t3 <- list( ? family = "Arial", ? size = 12, ? color = "black", ? face="bold") t5 <- list( ? family = "Arial", ? size = 12, ? color = "black", ? face="bold")
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and "etc/threaded.rb" to build my first wxApp. I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to "Wx::FlexGridSizer"). I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time of writing it''s growing only vertically. And also how to get
2009 Oct 06
1
ggplot2 applying a function based on facet
Look at the bottom of the message for my question #here is a little function that I wrote USGS <- function(input="discharge", days=7){ library(chron) library(gsubfn) #021973269 is the Waynesboro Gauge on the Savannah River Proper (SRS) #02102908 is the Flat Creek Gauge (ftbrfcms) #02133500 is the Drowning Creek (ftbrbmcm) #02341800 is the Upatoi Creek Near Columbus (ftbn) #02342500 is
2023 Jul 22
2
plotly
ChatGPT-4: ------ Query: ---------------------------------- Thank you. The `value` in the code example is 2874. The plot shows a large number at the center and a smaller value computed as a delta relative to the `reference` of 4800. But the large value is given as 2870, and the smaller value is given as -1930 i.e. both values are rounded. Can I control the precision of these two numbers?
2007 Mar 19
2
NASCAR 2003 and sound issues
I've submitted a bug on this issue, but I'm hoping to find a workaround that may help resolve the bug or get me to where I want to be - racing this game. Wine 0.9.22-9ubuntu3 (edgy) Installed on Ubuntu - Edgy Eft (2.6.17-10-generic) I did not compile this, installed as a package via Ubuntu's App Manager I don't use Windows with wine Application: NASCAR 2003 (CD Installed version,
2003 Apr 20
2
TOO MANY ERRORS
Ok, I've tried wine with about 10 different aplications and it always returns SOME kind of error... and it closes... the only one I can run without ANY problem is DiabloII.... not even half life runs on wine... Using wineX didn't solve any problem.. in fact I think it it even harder... Any idea why wine won't work with virtually no game at all??? thanks a lot -- Alan Bort Linux
2010 Nov 21
1
Need Help- new to Ubuntu...Wine
Hi Guys! Would like to install a racing game called GTR2 with a wheel also Thrustmaster Nascar Pro Digital 2 and totally confused on how to. I am using Ubuntu 10.10. Is there a procedure on how to do this? Thanks
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "")
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,
2023 Jul 21
2
plotly question
plotly is _not_ associated with posit. I think you are unlikely to find expertise with plotly in their forums. You might find help at stackoverflow.com. On July 21, 2023 1:40:49 PM PDT, Bert Gunter <bgunter.4567 at gmail.com> wrote: >As you apparently haven't received any responses yet, I'll try to >suggest something useful. However, I have absolutely zero experience >with
2004 Jul 20
3
[Bug 901] visual gauge in progress meter
http://bugzilla.mindrot.org/show_bug.cgi?id=901 Summary: visual gauge in progress meter Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at
2023 Jul 21
1
plotly question
Colleagues Here is my reproducible code plot_ly( ? domain = list(x = c(0, 1), y = c(0, 1)), ? value = 2874, ? title = list(text = "Generic"), ? type = "indicator", ? mode = "gauge+number+delta", ? delta = list(reference = 4800), ? gauge = list( ??? axis =list(range = list(NULL, 5000)), ??? steps = list( ??? list(range = c(0, 4800), color = "white"), ???
2023 Jul 21
1
plotly question
As you apparently haven't received any responses yet, I'll try to suggest something useful. However, I have absolutely zero experience with plotly, so this is just from general principles and reading the plot_ly Help file, which says for the "..." arguments: "Arguments (i.e., attributes) passed along to the trace type. See schema() for a list of acceptable attributes for a
2009 Oct 05
2
Parsing Files in R (USGS StreamFlow data)
http://waterdata.usgs.gov/nwis/uv?format=rdb&period=7&site_no=021973269 I would like to be able to parse this file up: I can do this x <- read.table("http://waterdata.usgs.gov/nwis/uv?format=rdb&period=7&site_no=021973269", skip=26) but If I add another gauge to this x <-
2017 Jul 15
2
observium graphs
Am 15.07.2017 um 20:26 schrieb Aki Tuomi: > Hi! > Just thought I'd remind about few things, > > since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse. As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage. > since v2.2.22 you can use doveadm HTTP API to get the statistics over HTTP. > > since v2.2.27
2008 May 31
3
Interest in NTFS
I have gotten a couple of probes about NTFS support for Syslinux, and I would like to gauge how serious it is. I'm considering using it as a pilot project for writing Syslinux filesystem modules in C. However, an installer, or more realistically two (one for Win32, one for Linux) have to be written, so it's still a real time commitment. -hpa
2001 Dec 12
1
Ogg Traffic for Wednesday, December 12, 2001
Sorry these haven't been regularly scheduled :) --------- <p><p>Ogg Traffic for Wednesday, December 12, 2001 Jack Moffitt <[1]jack@xiph.org> _________________________________________________________________ Table of Contents 1. [2]Support The Ogg Project 2. [3]Status Updates 2.1. [4]Monty 2.2. [5]Stan Seibert 2.3. [6]Jack