search for: wcs

Displaying 20 results from an estimated 30 matches for "wcs".

Did you mean: was
2006 Oct 17
1
crush in edit()
Dear all, I am new to R system. When I tried to edit data read from a csv file, R system crushed, I got an error message as follows: > edit(data) *** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated ======= Backtrace: ========= /lib/libc.so.6(__chk_fail+0x41)[0x49d020b1] /lib/libc.so.6[0x49d034a2] /usr/lib/R/modules//R_X11.so[0x33ed7a] /usr/lib/R/modules//R_X11.so[0x34050d]
2006 Oct 17
1
crush in edit()
Dear all, I am new to R system. When I tried to edit data read from a csv file, R system crushed, I got an error message as follows: > edit(data) *** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated ======= Backtrace: ========= /lib/libc.so.6(__chk_fail+0x41)[0x49d020b1] /lib/libc.so.6[0x49d034a2] /usr/lib/R/modules//R_X11.so[0x33ed7a] /usr/lib/R/modules//R_X11.so[0x34050d]
2011 Mar 31
4
Re: How to recompile Wine on ARM
http://bugs.winehq.org/show_bug.cgi?id=26614
2007 Jul 02
1
download.file - it works on my Mac but not on Windows.
Hi: I am working with someone remotely to allow them access to our data. The follow command using "download.file" works perfectly on my Mac: > > download.file(url="http://oceanwatch.pfeg.noaa.gov:8081/thredds/ > wcs/satellite/AG/ssta/14day? > request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage= > AGssta&Vertical=.0&time=2006-01-06T00:00:00Z&bbox=220,20,250,50", > destfile="/users/rmendels/desktop/carrie.nc") > trying URL 'http://o...
2009 Apr 20
4
graph with 15 combinations
Dear R helpers, I have a data set with 4 types (W, C, E & S). Now I have values for all types plus all possible combinations (the order is unimportant): W, C, WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would like to represent everything in one graph and as concise as possible. Drawing 4 circles and depicting it as overlap just gives me 13 out of the 15 possibilities needed (as e.g. depicted here http://www.psy.ritsumei.ac.jp/~akitaoka/classic9e.html in the grap...
2018 Mar 07
2
RADIUS
Pete Biggs wrote: > >>> What do you want? >> >> I was asking for documentation telling me how RADIUS can be used, not only >> that it can be used. > > RADIUS is just an authentication (plus a bit more) protocol - what you > are asking is like asking how LDAP can be used. Usually it's treated > like a magic black box by applications in that one of the
2018 Mar 07
0
RADIUS
On Wed, Mar 7, 2018 at 11:57 AM hw <hw at gc-24.de> wrote: > Apparently Cisco can do it: > > > https://www.cisco.com/c/en/us/products/collateral/wireless/wireless-location-appliance/product_data_sheet0900aecd80293728.html I was going to mention Cisco WCS which uses wireless ?controllers? and ?lightweight? access points, but seems you?ve found it. Personally used Cisco WCS a decade ago . . . being able to give law enforcement a detailed map of a building (from autocad file) with a potential stolen wireless device triangulated within 5 feet is pretty...
2008 May 01
0
small problems
I don't know if this is the place I should ask these ?s, but it is a good place to start. I am running Winmx 3.54b4 and WCS on Xubuntu 7.10 with KDE thru Wine[latest version]. So far, mostly works gr8, but I have noticed 2 things I would like tom correct if possible: 1] There is no downsize button on my winmx screen (that would drop app down to panel/taskbar) WCS has one and it works. Any fix for this? 2] I cannot p...
2001 Feb 03
1
Text handling broke.
...m, a dialog pops up and I type in some text and click ok. Normally then the text would show up attached to the mouse, and I can move it to where I want and drop it. Now what happens is that a "Microsoft Visual C++ Debug Library" dialog pops up, which says: Debug Error! Program:C:\CapFast\wcs\bin\schedit.exe DAMAGE: after Normal block (#14890) at 0x40F56600 The text also shows up under the mouse, but now there are extra characters appended to it (looks like a missing newline somewhere). I can click Ignore in the error dialog, and place the text. It gets placed with all the extra charac...
2007 Jun 01
2
Getting names of objects passed with "..."
Is there a tidy way to get the names of objects passed to a function via the "..." argument? rbind/cbind does what I want: test.func1 <- function(...) { nms <- rownames(rbind(..., deparse.level=1)) print(nms) } x <- "some stuff" second <- "more stuff" test.func1(first=x, second) [1] "first" "second" The usual
1997 Jul 08
3
so-called snprintf() in db-1.85.4
Hi, There is a severe problem with the db-1.85.4 library''s Linux port that can be found on sunsite.unc.edu under /pub/Linux/libs/db-1.85.4-src.tar.gz (sp?): This library contains a "snprintf" function which breaks down to a common sprintf, ignoring the size parameter. Obviously, this was thought to be a terribly bad work-around for C libraries which don''t contain an
2007 Oct 11
2
Identifying and characterizing strings of NA in a vector
Dear R users, I was wondering if someone could suggest a few lines of code for my problem. I want to count the number and the length of strings of NA in a vector. For example: vec <- c(1, 2, 1, NA, NA, 1, 2, NA, NA, NA, 3, 4, NA, NA) has 2 strings of NA's of length 2 and 1 string of NA' of length 3. I can easily count the number of NA's per vector, but I am having a hard time
2007 Jun 26
1
ts() defunct in R 2.5.0?
...ext html latex example readmatrix text html latex example readts text html latex example rk text html latex example wco text html latex example wcs text html latex example writematrix text html latex example wsp text html latex example ** building package indices ... Read 3192 items Error in eval(expr, envir, enclos) : could not find fun...
2007 Jul 03
0
(no subject)
Hi: We are having some very strange problems with R on WIndows, both with R 2.4.1 and R 2.5.0. The following command: > download.file(url="http://oceanwatch.pfeg.noaa.gov:8081/thredds/wcs/ > satellite/AG/ssta/14day? > request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage= > AGssta&Vertical=.0&time=2006-01-06T00:00:00Z&bbox=220,20,250,50", > destfile="junk.nc") > on my Mac downloads a netcdf file, which I...
2009 Oct 25
0
Using WCSLIB in R
...ho uses R is an astronomer, and so apologies in advance to those people for the nature of this email. I need to convert right-ascension and declination (RA & DEC) coordinates for an object on the sky into physical pixel positions in a FITS image in R. There is a C library that does this, WCSLIB by Mark Calabretta (http://www.atnf.csiro.au/people/mcalabre/WCS/), however I am unsure how to use it in R. I do not program in C, which adds to the problem. I have created the libwcs.so file and moved it to /usr/local/lib already, and am able to load the library in R using: > dyn.loa...
2001 May 04
1
Compilation Error
...install ......... make[2]: Entering directory `/usr/src/wine/dlls/msvcrt' ../../tools/makedep -I. -I. -I../../include -I../../include -C. console.c cpp.c ctype.c data.c dir.c environ.c errno.c except.c exit.c file.c heap.c locale.c main.c math.c mbcs.c misc.c process.c string.c thread.c time.c wcs.c -C. msvcrt/conio.h: No such file or directory msvcrt/conio.h was first included from console.c:12 make[2]: *** [depend] Error 1 make[2]: Leaving directory `/usr/src/wine/dlls/msvcrt' make[1]: *** [msvcrt/__depend__] Error 2 make[1]: Leaving directory `/usr/src/wine/dlls' make: *** [d...
2006 May 09
0
[LLVMdev] Fwd: [TSG-Announce] major CS department IT services outage on May 21 starting at 9pm
....uiuc.edu > csil.cs.uiuc.edu > csil-projects.cs.uiuc.edu > diversity.cs.uiuc.edu > g4g.cs.uiuc.edu > i2cs.cs.uiuc.edu > illiac6.cs.uiuc.edu > scavengerhunt.cs.uiuc.edu > spicepress.cs.uiuc.edu > swing.cs.uiuc.edu > tkdd.cs.uiuc.edu > tsg.cs.uiuc.edu > wcs.cs.uiuc.edu > webapps.cs.uiuc.edu > www-s.cs.uiuc.edu (including all Wiki's hosted on it) > > > Note that other services and systems with dependencies on these > services > (in particular with DCSfiles or DCShome) may also be affected. > > If you have any question...
2005 Nov 27
0
Latest CVS download opensolaris, AMD 64, build errors
...../tools/winegcc/winegcc -B../../tools/winebuild -shared ./msvcrt.spec console.o cpp.o cppexcept.o ctype.o data.o dir.o environ.o errno.o except.o exit.o file.o heap.o locale.o lock.o main.o math.o mbcs.o misc.o process.o scanf.o string.o thread.o time.o undname.o wcs.o rsrc.res -o msvcrt.dll.so -L../../dlls -L../../dlls/user32 -L../../dlls/kernel32 -L../../dlls/ntdll -luser32 -lkernel32 -lntdll -Wb,-duser32 -L../../libs/wine -lwine -L../../libs/unicode -lwine_unicode -L../../libs/port -lwine_port -lsocket -lnsl...
2008 Oct 12
1
Siemens Series A?
...PS/auction-182035749.htm Are they a law unto themselves, or is there any chance of hooking one up? Siemens (a v large business) aren't mentioned on the Compatibility Page: http://www.networkupstools.org/compat/stable.html But, their Masterguard brand is: http://www.medical.siemens.com/webapp/wcs/stores/servlet/CategoryDisplay~q_catalogId~e_-11~a_categoryId~e_1014490~a_catTree~e_100010,1012315,1014543,1014490~a_langId~e_-11~a_storeId~e_10001.htm Any ideas much appreciated. Regards, Morgan. -- Getting errors: "There are problems with the signature" (or similar)? Update your syst...
2006 Jan 05
1
Xenoppix(Xen 3.0 CD size) is released
Dear, We released New Xenoppix (based on Xen3.0, CD size). Detail HP http://unit.aist.go.jp/itri/knoppix/xen/index-en.html 670MB knoppix_v4.0.2CD_20050923_xen3.0-20060104+IPAFont_cdsize.iso --------------------------------- # New Features * Xen is updated to version 3.0. * Host-Xenoppix(Knoppix on Domain0) boots Guest-Xenoppix(Knoppix on DomainU) with same kernel and same Root