similar to: Microsoft Apps All Messed Up

Displaying 20 results from an estimated 9000 matches similar to: "Microsoft Apps All Messed Up"

1998 Jul 29
0
Printing on a Window Client from AIX
Hi all... First, thank you to Matt Chapman for pointing out why I could not connect to a non-domain participating machine. I needed to have a local account on that machine (it wasn't checking back with the domain controllers as I thought it would). I guess I'm going to have to start venturing out of the UNIX world and into the NT one. Scary :-) Either way, I now successfully am
2007 Nov 22
1
Summary: Process multiple columns of data.frame
Thank you Jim Holtman and Mark Leeds for your help. Original question: >How do I do the following more concisely? > Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 > Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 > Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 >. . . Solution: for (i in c('bd.n', 'ht.n', 'dbh.n')) Bout[is.na(Bout[[i]]), i] <- 0 Toy
2007 Nov 20
1
Process multiple columns of data.frame
Hello, How do I do the following more concisely? Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 Would the form of such a command be different between numeric, character and factor columns? . . . between data.frames and matrices? Thanx, DaveT. ************************************* Silviculture
2008 Sep 03
1
statistical advice
Hello, I am a researcher in sleep and circadian rhythms who is having much trouble deciding on proper statistical analyses. Before I state my question, I provide a brief synopsis of the looming problem; I am interested in activity bout distributions across a 24 hr day. In addition to looking at the number of activity bouts across the day, I am also interested in the duration of each activity
2010 Nov 08
4
2.0, hourly performance stats
I'm getting constantly high numbers of page reclaims & involuntary context switches for dovecot/auth. page reclaims = minor faults = cpu switching back to system-mode, But why is the auth process doing that so excessively? Same for the large number of involuntary context switches... Attached is my "dovecot -n" output. Date: Sun, 07 Nov 2010 20:40:34 +0100 type real
2010 Jun 09
2
correcting a few data in an unreshaped data frame
Thanks for the excellent help on my recent question on this topic in which the data frame had been reshaped by cast. Now, I would like to access and change erroneous data in a data frame that has not been reshaped. The file is lupepn1, with identifier variables bushno & bout and dependent variables survival, and wwG I know the bushno and bout of the erroneous dependent survival and wwG data.
1998 Jul 30
1
File Corruption in NT workstation but not Win95
Hi again folks... Just when I thought I had everything working great with samba mounts on an AIX 4.3 machine (after a lot of testing with a Win95 box), I went to do something quickly on a NT 4.0 workstation. I had some intallation programs in the shared directory that I had used to install programs on the Win95. No problem. I ran over to my boss' NT 4.0 workstation, opened the shared
1998 Jul 28
0
Can't connect to server not participating in domain
Hi All... I have spent a good amount of time searching through the list's archives, but have not had any luck with this issue. It appears that I have no problem connecting to a WinNT server with smbclient if the server is participating in the domain. However, if I'm a server (or NT workstation) that isn't participating in the domain, I never authenticate. In my case, I have a
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven model. I'm building an RTSP client/server where the client will have a function called everytime a new packet comes in. So, I want to queue up these packets to be played. My current attack is as follows (note this isn't very robust and I realized that): For first and second packet i grab all the header stuff
2015 Jul 30
1
why no recent bind update for CentOS 6?
> > On Jul 29, 2015, at 18:20, Nathan Duehr <denverpilot at me.com> wrote: > >> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: >> >> On 07/29/2015 11:51 AM, Noam Bernstein wrote: >>> Hi CentOS developers - I?ve been happily using CentOS for several >>> years now, so thanks for all the good work. In the last week,
2006 Jan 19
0
re: want to know, how much data will be extracted from every single packet; solved but some issues
ok, ok, i've found the solution to my problem. if anybody dont mind, i 'll tell, what i have achieve :) let's see logical vorbis stream (actually i have no stream, coz i have rid of ogg). first three packets - identification, comments and codebooks. then goes a packet, which, as i understood, is just auxiliary for the next one. In addition, it holds (it can be found via
2007 Nov 05
0
Re: CentOS Digest, Vol 34, Issue 5
> ------------------------------ > > Message: 4 > Date: Sun, 04 Nov 2007 18:38:14 +0200 > From: Bazy <bazy at goofy.celuloza.ro> > Subject: Re: [CentOS] tftp-server > To: CentOS mailing list <centos at centos.org> > Message-ID: <472DF576.2030601 at goofy.celuloza.ro> > Content-Type: text/plain; charset=ISO-8859-1 > > Radek Bursztynowski wrote:
2006 May 26
0
Reaper -a restart causes app to hang
I''ve looked through the archive to see if anyone else has encountered this, but didn''t find anything. The short version is, when I use cap deploy (and thus reaper -a restart implicitly), my app stops responding. I''ve verified that using reaper in graceful, reload and exit modes works as intended. The weird thing is, I watch the logs and see that my request
2011 Oct 12
2
goofy class question
Dear R People: Here is a really goofy question. I have some objects which have 2 classes: data.frame and ucr. Also, the classes will always be in that order. I have tried all sorts of things, but to no avail. listucrModels <- function(envir=.GlobalEnv, ...) { objects <- ls(envir=envir, ...) if (length(objects) == 0) NULL else objects[sapply(objects, function(.x)
2001 Sep 20
1
Patch to allow local port forwarding from an existing connection
Hi. Attached is a patch that introduces a new escape character (~c) that opens a command line. From the command line, a command of the form: -L port:host:hostport can be entered, which will forward the local port, as if the same option has been provided on the command line. I attempted to allow remote port forwards to be specified similarly, but the server disconnects with a protocol error
2009 Oct 15
1
Problems with rJava and tm packages
I am looking to do some text analysis using R and have run into some issues with some of the packages. Im not sure if its my goofy Vista OS or what but using R 2.8.1 i s relatively successful loading the text but the rJava package was messed up somehow: library(tm) > library(rJava) Error in if (!nchar(javahome)) stop("JAVA_HOME is not set and could not be determined from the
2006 Jul 24
3
Identifying peaks (or offsets) in a time series
Dear R-users, We are monitoring the activity of animals during a few days period. The data from each animal (crossing of infra-red beam) are collected as a time series (in 30 min bins). An example is attached below. y <- c(0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,28,27,46,76,77,60,19,35,55,59,48 ,87,20,38,82,62,60,85,105,69,109,102,100,101,116,126,119,63,27,25,15,8,0
2020 Sep 07
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
On 2020/9/4 ??9:21, Jie Deng wrote: > > On 2020/9/4 12:06, Jason Wang wrote: >> >>> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig >>> index 293e7a0..70c8e30 100644 >>> --- a/drivers/i2c/busses/Kconfig >>> +++ b/drivers/i2c/busses/Kconfig >>> @@ -21,6 +21,17 @@ config I2C_ALI1535 >>> ??????? This driver can
2008 Nov 05
3
Check my math please
Ok this is kind of a goofy question but I want to make sure I get it right. Suppose we have a 25 mb video, that is 117 seconds long. If we wish for this streaming video to play smoothly with no compression, buffering or skipping, the following bandwidth requirements must be met: 25 megabytes = 204800 kilobits. 204800 kb / 117 seconds ~ 1750kb/s Does that look right to you?
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________ wxruby-users