search for: stair

Displaying 20 results from an estimated 73 matches for "stair".

Did you mean: stain
2004 Apr 10
4
Woodpeckers Revisited
...ays with the lines. From the CO we have a digital fibre optic system which terminates at a neighborhood cabinet. From there, analog copper cables distribute service to the houses. I'm suspecting that the digital-to-analog process doesn't give a smooth analog signal but rather a "stair-stepped" signal, with each step 1/8000 sec in duration (I wish I had a 'scope to confirm this.) The human ear can't hear this stair-stepped signal, so it's ok for POTS use. However, when I put this stair-stepped signal to the channel bank, it converts it back into a digital s...
2002 May 23
4
3.2.3p1 on OpenServer
Hi All, I compiled the 3.2.3p1 source on SCO OpenServer 5.0.6. When a client connects to it now, they get stair-stepping everywhere. Issuing an stty sane resolves the issue for that login. For bug 245 in 3.2.2p1, the call to setsid() is sshd.c was bypassed due to problems it was causing with Solaris. However, by allowing this method to be called, the stair-stepping goes away. Thanks, Greg Jewell
2008 Apr 21
5
Cleaning up a WINE install.
I was installing a game, and I made the mistake of agreeing to install DirectX. I'm guessing this can screw up your WINE. Is there any way to clean up my WINE after doing something like that without having to reinstall all my software? Owen Stairs
2007 Feb 26
2
how to fill between 2 stair plots
Hi all, I want to create a simple plot with 2 type='s' lines on it: plot(a, b, type='s') lines(x, y, type='s') I wish to then fill the area between the curves with a colour to accentuate the differences eg col=gray(0.95). I cant seem to come up with a simple method for this. Any pointers in the right direction much appreciated. Cheers Scott
2008 Apr 22
4
Installing Windows Drivers in WINE
...where that it was actually possible to install Windows drivers in WINE. I'm only asking because I have a Radeon 8500 on my sister's Linux box, and the Linux drivers really suck. I actually can't even install the proprietary drivers, they are so out of date. Is this possible? Owen Stairs
2008 Nov 20
4
Dequantizing
...zed clock. Let's say the real data are q<- sort(rexp(100,.5)) The quantized form is floor(q), so a simple quantile plot of one against the other can be calculated using: plot(q,type="l"); points(floor(q),col="red") which of course shows the characteristic stair-step. I would like to smooth the quantized form back into an approximation of the underlying data. The simplest approach I can think of adds a uniform random variable of the size of the quantization: plot(q,type="l"); points(floor(q),col="red"); points(floor(q)+runif(10...
2011 Jul 21
2
[LLVMdev] share between AST and IR?
...variables and functions. I'm wonder if there is a way to save/flag/metadata these so later on at the IR level I can use this information in a Pass. As far as I can tell nothing currently would allow me todo this and I'm wondering what exactly it would take to do something like this. After stairing at the ode for awhile I'm not even really sure where to begin or what the key files are. Any advice? Thanks you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110720/4ef26aee/attachment.html>
2009 Mar 22
2
Playing Gamemaker 6 and 7 games on OSX?
I have recently gotten back into making a games with gamemaker. I had a big game that I didn't finish on my old computer running Windows XP. But then my stupid sister dropped my laptop done the stairs. That was about 2 months ago, and I got a new laptop running OSX because my parents hate Windows (while I love it). I was looking through a flashdrive with my stuff from my old laptop on it and I found the game I was working on. I thought about using wine to run game maker so I could finish it....
2006 Jun 12
2
Ruby on Rails Copenhagen Meetup
...atmosphere where railers (new and old) can network, get new ideas and... of cause have a great time. Caf? Selina is a cosy little caf? in the very central of Copenhagen, just next to night-club The Rock and the square "Gammel Torv". We have borrowed the top floor, so just walk up the stairs on your left after entering the caf?. We are looking forward to se you there :) For registration and details see: http://justaddwater.dk/2006/05/31/ruby-on-rails-copenhagen-meetup/ The address is: Caf? Selina (top floor) Skindergade 43 Copenhagen P.S. Feel free to blog about this ? The...
2002 Feb 21
8
newbie
hi all am new to this list my problem is i connect to a windoze printer and execute a print job using print but the printed matter is horrible... i get only a single line in the printout... what should i do.. sorry if this question is silly
2004 Sep 15
1
video source
...Kino, was not equal in quality to the video as it displayed on the camcorder's own LCD display, or on my TV when connected to the camcorder with the provided A/V cable. When I played the captured .dv format files, that were about 225 MBytes per minute, the video was noticeably jerkier, and stair-stepped on diagonal lines, than the video that was stored on the mini-DV tape. Thinking that the problem might be my 750 MHz AMD Duron with 128 MB of RAM computer, I took the camcorder to the Circuit City where I had bought it, and asked a salesperson to let me try the video capture over a fire...
2009 Feb 03
2
ThinkCell type waterfall charts in R?
...waterfall chart and it looks like this: http://www.think-cell.com/products/images/waterfall.gif I found discussions on waterfall charts in the archive of this mailinglist, but unfortunately they looked totally different. Other names for this type of plot seem to be bridge chart, cascade chart, stair case chart, etc. but neither of them brought successful results. So I decided to ask you directly on the list. Does anyone have an idea on how I could plot this type of chart in R? Thanks a lot Kerstin
2001 Apr 05
0
HP-UX 9 problems (hangs on logout; tty isn't sane)
...rol back in the terminal that ran "ssh localhost", I have to kill the ssh process from another window. * If I connect to the HP-UX sshd using Putty on a Win32 box, the terminal doesn't act correctly. Symptoms: + \n -> CRLF translation is not being performed; the MOTD "stair steps". I can work around this by running "stty sane". + Commands that I type are not echoed on the screen (and their output "stair steps", as above). I can work around this one by running "stty echo". + When I logout, Putty does not terminate -...
2011 Jul 21
0
[LLVMdev] share between AST and IR?
...wonder if there is a way to > save/flag/metadata these so later on at the IR level I can use this > information in a Pass. > > As far as I can tell nothing currently would allow me todo this and > I'm wondering what exactly it would take to do something like this. > After stairing at the ode for awhile I'm not even really sure where to > begin or what the key files are. > > Any advice? > Thanks you > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu &g...
2003 Mar 12
1
plot() with type="s" and lty=2 (PR#2630)
Full_Name: Jerome Asselin Version: 1.6.2 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.173.179) In the following example, the line type lty=2 does not show properly across the entire line. x <- c(seq(0,.5,.001),seq(.6,1,.1)) y <- rep(1,length(x)) plot(x,y,type="s",lty=2) Sincerely, Jerome Asselin
2007 Feb 19
2
In Europe for the next week
...London Thursday night and in Brussels, probably on Sunday morning), but it also means I''ll have limited access to email and IRC. Please help take up the slack as you can, but I''ll still do my best to respond to all emails, as usual. Cheers, Luke -- Yesterday upon the stair I met a man who wasn''t there. He wasn''t there again today -- I think he''s from the CIA. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
2012 Feb 07
6
my notes on bond, bridge, network, kvm, host and virtual so far
I put this page together just so I won't spam the board anymore begging for help..lol http://bobhoffman.com/vmissue.html This shows a working effort of bonded eths, bridged into a vm, and a few other things. The only missing thing is something on the host that ends up putting the VM internet connection into some kind of limbo. Whether it is hardware related, bug related, libvirt nat
2007 Aug 24
7
Can I do this in a template..?
Hi all, I have a situation where I want to use the same template to create two different files in two different classes. I''ve tried to lookup some information on what is possible with templates, how advanced you can get, but haven''t found much. I guess it''s one of the areas where I should contribute to the docs - once I figured out what I can do, that is...
2005 Mar 19
3
[Fwd: IceCast up to v2.20 multiple vulnerabilities]
...quot;Could not parse XSLT file". (Not very useful). GET /status.xsl> HTTP/1.0 GET /status.xsl< HTTP/1.0 GET /<status.xsl HTTP/1.0 3) XSL parser bypass. (Useful to steal customized XSL files, lol). GET /auth.xsl. HTTP/1.0 GET /status.xsl. HTTP/1.0 - -- | " Yesterday upon the stair I met a man who wasn't there. | He wasn't there again today. I wish that man would go away." | <[Hughes Mearns]> | Latest Public Key: http://www.freshcheese.net/~stauf/stauf.gpg - ----------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comm...
2003 Dec 19
2
Problems using The Ultimate Traffic Conditioner from the Cookbook
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I''m absolutely new to tc and found The Ultimate Traffic Conditioner to be exactly what I wanted as a starting point. Now the script doesn''t behave as I expected though, which applies to both the CBQ and HTB versions, the latter of which being my preference. The only changes made to the script are these assignments: