search for: markknecht

Displaying 20 results from an estimated 99 matches for "markknecht".

2005 Apr 28
4
wine-20050419 - where to set audio driver type?
Hi, In a completely clean account that's never run Wine before I run wine --version. Wine installs a new .wine directory but this Wine directory has no config file. I looked in the 3 obvious files but none of them seem to have an option for changing between OSS, Alsa and JAck. where do I make this setting change now? Thanks, Mark
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
Sorry for the noise. On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote: > On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote: > > Hi, > > Does anyone know what happened to the --debug option in winebuild? > > It seems to have disappeared in more recent versions of Wine. > > > > I am attempting to buil...
2004 Nov 03
1
'help'
...BmIyLi2tXaLnYGIDPcEhBIQ SkBACQgoAQElIKAEBJSAgBIQUAICSkBACQgoAQElIKAEBJSAgBIQUAICSkBACQgoAQElIKAE BJSAgBIQUAICSkBACQgoAQElIKAEBJSAgBIQUAICSkAA/AssbOHeeSofFwAAAABJRU5ErkJg gg== --------------030805070109080807050109-- --__--__-- Message: 2 Date: Wed, 3 Nov 2004 11:17:42 -0800 From: Mark Knecht <markknecht@gmail.com> Reply-To: Mark Knecht <markknecht@gmail.com> To: Duane Clark <dclark@akamail.com> Subject: Re: [Wine]Quicken fonts Cc: wine-users@winehq.com On Wed, 03 Nov 2004 11:04:59 -0800, Duane Clark <dclark@akamail.com> wrote: > Marc Williams wrote: > > > > Wha...
2004 Nov 03
3
help
...e config (Mark Knecht) 6. Re: Quicken fonts (Duane Clark) 7. Re: Quicken fonts (Marc Williams) 8. Re: Quicken fonts (Marc Williams) 9. Re: Quicken fonts (Mark Knecht) 10. Re: Quicken fonts (Duane Clark) --__--__-- Message: 1 Date: Wed, 3 Nov 2004 08:08:16 -0800 From: Mark Knecht <markknecht@gmail.com> Reply-To: Mark Knecht <markknecht@gmail.com> To: Marc Williams <marcw@onlymooo.com> Subject: Re: [Wine]Quicken fonts Cc: wine-users@winehq.org Yeah, sorry. That's clearly too much stuff to find what you are looking for. My idea was that possibly you don't have a s...
2004 Oct 29
1
Re: Guild Wars Client (Mark Knecht)
> Message: 8 > Date: Fri, 29 Oct 2004 11:40:08 -0700 > From: Mark Knecht <markknecht@gmail.com> > Reply-To: Mark Knecht <markknecht@gmail.com> > To: Joel Konkle-Parker <jjk3@msstate.edu> > Subject: Re: [Wine]Guild Wars Client > Cc: wine-users@winehq.com > > On Fri, 29 Oct 2004 10:11:53 -0700, Mark Knecht <markknecht@gmail.com> > wrote: >...
2009 Jul 22
5
Multi-line comments?
Hi, I looked in the language definition and was surprised. Is there really no multi-line/block comment defined in R? I wanted to comment out 20 lines that I'm moving to a function but didn't want to delete them. Is there no defined way to get around using a # on each of the 20 lines? Thanks, Mark
2009 Jul 10
2
ReShape/cast question - sum of value in table
Hi, I've tried to capture the basics of this problem I'm having. Been working on this for a couple of days and just cannot get past it. As a test of this list software I've attached is a small text file zipped up. I hope it gets through but if it doesn't I'll post the actual text which is only 26 lines. Put it somewhere sensible and change the first line in the code to point
2009 Jul 02
2
Plot two graphs with different ranges in one
Hi, I'm trying to plot two variables in one graph. One ranges between 0 and 1, while the other ranges between 50 and 500. Can I plot them in one graph with similar scale? Thanks Harry [[alternative HTML version deleted]]
2009 Jul 09
3
'scan' in a script?
When I use the scan function in the Rgui console it works as expected. However it seems that when I put the same command in a script file it doesn't wait for input. Is there an option to scan to make it wait for input when used in a script? Or is there possibly a different function that will do in a script the same sort of thing as scan does in the console? Thanks, Mark
2009 Jul 26
2
More complicated multi-plot layouts?
Hi, I made the attached picture by mocking up three separate plots sort of like how I'd like to make a new plot. Hopefully it will get through to the list. Is there a way to do this directly using par somehow? Or one of the other plotting packages? Basically, multiple larger plot above multiple groups of smaller plots? The smaller plots are just par(mrow=c(2,3)) things, and I can
2009 Jul 06
2
ReShape chicks example - line plots
Hi, In the examples from the ReShape package there is a simple example of using melt followed by cast that produces a smallish amount of output about the chicks database. Here's the code: library(reshape) names(ChickWeight) <- tolower(names(ChickWeight)) chick_m <- melt(ChickWeight, id=2:4, na.rm=TRUE) DietResults <- cast(chick_m, diet + chick ~ time) DietResults My challenge
2009 Sep 20
2
Date/Time to date & time
Hi, Can strptime (or some other function) help me turn the following column of a data.frame into two new columns, one as date and the other as time, preserving the AM/PM value? Thanks, Mark > B ENTRY DATE 1 3/23/2009 6:30:00 AM 2 3/23/2009 6:30:00 AM 3 3/23/2009 6:39:00 AM 4 3/23/2009 6:39:00 AM 5 3/23/2009 6:48:00 AM 6 3/23/2009 6:48:00 AM 7 3/23/2009 7:00:00 AM
2009 Jul 03
5
What command lists everything in a package?
Hi, Two easy questions I'm sure. 1) As an example if I use the code require(zoo) then once it's loaded is there a command that lists everything that zoo provides so that I can study the package? Certainly help(zoo) gives me some clues about what zoo does but I'd like a list. Maybe there's a way to query something but in Rgui under Win Vista ls() returns nothing after zoo
2008 Apr 04
3
After years - goodbye to Wine-Users
After being on this list for years, mostly as a lurker and sometime participant, I find that due specifically to the new changes in list membership via the forums that it's time for me to unsubscribe. While I think it's a very healthy in the long run to have more folks participating in Wine's growth I also find the quality of the emails coming across my desk to be significantly less
2009 Jul 05
2
OK - I got the data - now what? :-)
OK, I guess I'm getting better at the data part of R. I wrote a program outside of R this morning to dump a bunch of experimental data. It's a sort of ragged array - about 700 rows and 400 columns, but the amount of data in each column varies based on the length of the experiment. The real data ends with a 0 following some non-zero value. It might be as short as 5 to 10 columns or as many
2004 Dec 10
1
Christmas installation
Hi, I'm busy installing games on my son's new PC he's getting for Christmas. Caesar III installed and plays fine. StartCraft, which I thought I had installed at some earlier time, installs and starts, but then immediately gives me the message: Error initializing standard.snp. Please reinstall StartCraft StarCraft shows up in the WineHQ App database as working. Does anyone know if
2004 Oct 26
1
Missing menus...
Hi, I'm running 20041019 this morning using a new program that I've not been able to load before. (Native Instruments Reaktor Session) The GUI is up and looking good, but menus are essentially missing. When I choose the 'File' menu what I see is a gray box with 5 gray lines in it, then one menu entry that has appropriate text, and then another gray line.On the one entr that has
2009 Jul 11
1
sort data.frame by specific date column
I have a data.frame that was built from a number of smaller data.frames with rbind. Each ssmaller data.frame bound together runs over the same date ranges. The format of the whole thing looks like this: Trade PosType EnDate EnTime ExDate ExTime PL_Pos 1 1 1 1040107 915 1040107 1300 164 2 2 1 1040108 909 1040108 1300 184 3 3 1 1040115
2009 Sep 01
1
X11 plot window sizes
Hi, I'm not understanding how the width & height parameters are supposed to work. When I execute the following 4 commands: X11() X11(width=20, height=20) X11(width=20, height=10) X11(width=40, height=40) I get the following *approximate* physical sizes on my screen: 6" x 6" 8" x 8" 12" x 6" 8" x 8" For now I'm assuming that my pointsize
2009 Jul 18
1
apply/return and reuse
Hi, Is it possible to make something like the following code actually work? My goal in this example would be that I'd see results like 1 10000 10100 2 10100 10200 3 10200 10300 4 10300 10400 In real usage the function would obviously do a lot more work, but the question I cannot answer myself yet is whether the apply can return a value from the work on one row and then use