search for: vicin

Displaying 20 results from an estimated 69 matches for "vicin".

Did you mean: vipin
2003 Oct 29
2
importing SAS data
...;newdat1.sas7bdat" "snpm1.sas7bdat" "test1.sas" > library(foreign) > newdat1 <- read.ssd("C:/temp","newdat1") SAS failed. SAS program at C:\DOCUME~1\paul\LOCALS~1\Temp\Rtmp21143\file30218.sas a log and other error products should be in the vicinity Warning messages: 1: sas not found 2: ls not found 3: SAS return code was -1 in: read.ssd("C:/temp", "newdat1") I can export the SAS data as a tab delimited file and then read it into R with read.delim, but I have many SAS files I need to look at. Does anyone have experience...
2016 Sep 08
2
blazer_usb MEC0002 problem Fry's Electronics (Turbo-X) [HID PDC?]
...ns > > It might be useful to check and see if the vendor's suggested software > actually works with this UPS, and if so, record some of the messages it > sends. Now that's a problem. I am not sure that I can find 1) the original software 2) a (physical) windows machine in the vicinity of the UPS I will give it a try but for now looks like a dead end. I have 3 of these UPS. Two of them have dead batteries and since they take 4 batteries each it makes it harder to justify their repair. If I find the software and a windows machine what software should I use to sniff the usb tr...
2006 Jul 10
2
backups/version controll/source controll
Hi, i was wondering if there was some kind of program i could download to keep track of my rails applications; something in the vicinity of subversion (a open-source backing-up tracking program - i.e to keep track of my applications once they are on the net, during a q&a period, where i''d be changing my application periodicly, but keeping a current version on the net, and one back on my local host server) but som...
2003 Feb 27
4
Vorbis Comment question
Hello. I would like to know if there are any developments planned for Vorbis comment specifications. I am generally content with the variety of field names, but I would really appreciate having a standard GUESTARTIST field (or something in the vicinity) to be able to better describe collaborations. This is helpful in cases where there is a main artist for the track/album, and there are also guest artists that do vocals, remixes etc. I understand that I can just put it there myself, but as long as it is not standard, players will not really rec...
2004 Apr 02
1
dtmfmode=inband with G.729
It appears Asterisk can handle DTMF inband on only a limited selection of formats, of which G.729 is not one. The issue appears to be something involving "short data" -- whatever that is. (I'm inferring all this from looking at dsp.c in the vicinity of the error message I was getting, which pointed to line 1424.) What *is* "short data"? Is this really a show-stopper for the G.729 format, or is it just a case that nobody coded this? I know that RFC 2833 is really a better way to go (this is for h323, so there is no option dtmfmod...
2010 Jul 03
1
Re: TF2 random quit
I'm running 2.6.33-gentoo-r2, nvidia 9800GTX+ driver 190.53, wine 1.2-rc* and my TF2 seems to crash (basically just instantly turns off) every time someone shouts for medic in my vicinity (or when i shout for one) .. looks like wine doesn't like losers
2014 Feb 20
1
Problem with wireless router
Hello, I am using wireless N on a DLink-655 wireless router. It is the "A" hardware version with the latest firmware. I am using a channel that no one in my vicinity is using, according to iwlist. I checked the Statistics from the router web interface and they are shown below for a period of less than an hour. It looks like the errors are excessive, especially the "RX Packets Dropped" Is this par for the course and TCP takes care of it or am I ha...
2007 Mar 18
3
Read a .sas7bdat file
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070318/73867327/attachment.pl
2002 Sep 11
1
Import SAS dataset error
...ssd, I tried to import a SAS dataset from a network drive; an error occurred: > stemattr <- read.ssd("g:/olmn2/dyang/siteprod/datasasv8", "stemattr") SAS failed. SAS program at C:\DOCUME~1\dyang\LOCALS~1\Temp\file7785.sas a log and other error products should be in the vicinity Warning messages: 1: sas not found 2: ls not found 3: SAS return code was -1 in: read.ssd("g:/olmn2/dyang/siteprod/datasasv8", "stemattr") The sas dataset was created in Unix. I was able to see the target file in the path using list.files(libname). I was puzzled by the...
2012 Oct 18
1
spTransform longlat to utm
Dear all, I am trying to project my LongLat-maps to a plane. The ultimate purpose is to do a search of points in vicinity of other points using overlay-commands (sp) with radius in km. I am applying spTransform (package rgdal) and it gives my some curious results. An example. Let's take a point lying somewhere in Germany, zone=32U x <- 8.968735 y <- 49.454735 After conversion I sould get something lik...
2005 Jul 20
2
Issues with convolve
...a lambda such that the mass at 0 is just larger than .Machine$double.xmin. We thus know that once this pmf is convoluted with itself, the first probabilities will be 0 (for the computer). Here are the two issues we have with convolve(): 1. The probabilities we know should be 0 are rather in the vicinity of 1E-19, as if convolve() could not "go lower". Using a hand made convolution function (not given here), we obtained the correct values. When probabilities get around 1E-12, results from convolve() and our home made function are essentially identical. 2. We obtained negative prob...
2005 Jun 26
2
trouble with long filename copy
...or Ubuntu linux. Problem: when someone drags and drops a folder from one location to another on a windows client, they get an error saying "this location does not support long filenames" or "the filename contains characters not supported by the target" (since I'm not in vicinity of the offending system I heve to reproduce error messages from the mind) When in the same setup, content is copied to clipboard ([CTRL]+[C]) and subsequently pasted ([CTRL]+[V]), the problem does not occur... Does anyone have a clue? At first I thought of a codepage issue, but for Samba 3.0....
2004 Feb 09
1
Importing a SAS file to R: Alas, STILL more problems--has anyone gotten this message before, and why
...UGSfiles") [1] "lastfile.sas7bdat" > dtabunch<-read.ssd("C:/Project_data/WINBUGSfiles","lastfile") I unfortunately got this: SAS failed. SAS program at C:\DOCUME~1\bjz9\LOCALS~1\Temp\Rtmp23335\file29621.sas a log and other error products should be in the vicinity Warning messages: 1: sas not found 2: ls not found 3: SAS return code was -1 in: read.ssd("C:/Project_data/WINBUGSfiles", "lastfile") I have tried to find the log file but have been unable to do so.Can someone who has had this happen before kindly tell me what exactly (o...
2003 Jun 10
1
Red Hat rsync - 'sign' patch
...g three unnecessary patches (either already incorporated into rsync-2.5.6, or were outdated and couldn't be applied), we are left with one patch - rsync-2.5.6-sign.patch - which I have attached. AFAICT, back in the vicinity of January 2002, a patch (call this patch 'A') was developed to close an 'rsync remote hole' - the patch switched variables in 'sum_struct' to size_t. According to some documentation I have read, that patch itself introduced some comparisons between signed and unsigned,...
2007 Aug 21
9
Seattle Meetup?
Hi all, It looks like I''ll be in Seattle on Sunday, September 16th through Tuesday the 18th, and I''d like to have Puppet Meetup either Sunday or Monday night. On Adam''s recommendation, I''ll be staying at the Queen Anne Inn, so something near there would be best. Hopefully Adam or Blake can do the actual organization. :) Any takers? -- What is
2019 Jun 26
1
[PATCH 18/22] mm: mark DEVICE_PUBLIC as broken
...des with a weird semantic. User of the neither of the two has shown up so I guess that the envisioned HW just didn't materialized. Or has there been a completely different approach chosen? > In the end, however, _PUBLIC was never used, nor does anyone in the local > (NVIDIA + IBM) kernel vicinity seem to have plans to use it. So it really > does seem safe to remove, although of course it's good to start with > BROKEN and see if anyone pops up and complains. Well, I do not really see much of a difference. Preserving an unused code which doesn't have any user in sight just...
2004 May 27
1
Problem with VFS audit and recycle
...lison <jra@samba.org> > To: William R. Knox <wknox@mitre.org> > Cc: samba@lists.samba.org > Subject: Re: [Samba] Problem with VFS audit and recycle (fwd) > > On Fri, May 21, 2004 at 10:13:33AM -0400, William R. Knox wrote: > > I have included a level 10 debug of the vicinity of the failure in the > > debug log - if anyone would like more detail, I would be happy to provide > > it. Just so as to help to rule out my environment or how I built samba, is > > there anyone using the "vfs objects" parameter successfully on Solaris 8? > > P...
2020 Nov 09
2
RFC: Combining Annotation Metadata and Remarks
..."trivially preserved" annotations and we should use that everywhere anyway. > > The method that "moves/merges" metadata should look at the annotation and decide based on the operands if > the annotation is valid for the replacement instruction or an instruction in the vicinity. If this sounds reasonable > we could use a second argument, e.g., below `!0 = !{!1, i64 BIT_ENCODING}` where the bits in BIT_ENCODING define > properties of the annotation. One could be that it is fixed to the instruction opcode, e.g., if you replace a store > with a memset you drop th...
2019 Jun 19
3
[PATCH 18/22] mm: mark DEVICE_PUBLIC as broken
On Thu, Jun 13, 2019 at 06:23:04PM -0700, John Hubbard wrote: > On 6/13/19 5:43 PM, Ira Weiny wrote: > > On Thu, Jun 13, 2019 at 07:58:29PM +0000, Jason Gunthorpe wrote: > >> On Thu, Jun 13, 2019 at 12:53:02PM -0700, Ralph Campbell wrote: > >>> > ... > >> Hum, so the only thing this config does is short circuit here: > >> > >> static
2012 May 09
0
[LLVMdev] [RFC] Scheduler Rework
...nd unscheduled. > > So does this happen after SDNodes are converted to MachineInstrs? It's > not clear to me given your description of ScheduleDAGInstrs. I assume > it uses the current SDNode->SUnit mechanism but I just want to make > sure. Machine scheduling occurs in the vicinity of register allocation. It uses the existing MachineInstr->SUnit mechanism. > ... > I'm glad to hear the top-down scheduler will get some attention. We'll > be wanting to use that. Out of curiosity what about top-down works better for your target? > >> Start by...