Displaying 4 results from an estimated 4 matches for "ousterhout".
Did you mean:
oosterhout
2007 Jul 17
0
[1116] trunk/wxruby2/samples/bigdemo/wxStaticBitmap.rbw: Fix hardcoded image paths, tidy up indenting
...p.new("./icons/test2.xpm", Wx::BITMAP_TYPE_XPM), Wx::Point.new(80,25))
-
- Wx::StaticBitmap.new(self, -1, Wx::Bitmap.new("./icons/robert.xpm", Wx::BITMAP_TYPE_XPM), Wx::Point.new(0, 100))
- Wx::StaticText.new(self, -1, "Hey, if Ousterhout (and Dunn) can do it, so can I.", Wx::Point.new(100, 125))
- end
</del><ins>+ def initialize(parent, log)
+ super(parent, -1)
+
+ Wx::StaticText.new( self, -1, "This is a wxStaticBitmap.",
+ Wx::Point.new(45,5))
+
+ bmp_file1 =...
1998 Feb 17
0
"tck" parameter
...es and tick marks
which go into a plot rather than pointing outwards.
I don't particularly like the strategy that S uses for determining
tick mark size so I have introduces an alternative mechanism as well.
There is now a new "par" parameter called "tcl" (appologies to John
Ousterhout for this) which lets a user specify the tick length as
a fraction of the height of a standard sized line.
The default is to use par(tcl=-0.5) which gives the present look.
I don't like introducing a new "par" value, but there seems to be
no other way to resolve the fixed vs variable...
1999 Mar 21
0
USENIX Annual Conference, June 6-11, Monterey, Calif
...fereed papers of especially high interest: virtual memory systems,
storage, security, web server performance, resource systems management,
file systems, and O/S performance.
Stimulating, highly practical Invited Talks: UNIX/Open System & Y2K, IP
Multicast, E-mail Bombs, IPv6, IP Telephony.
John Ousterhout, creator of Tcl/Tk, focuses his keynote on a fundamental
shift in software development to integration applications.
MEET YOUR PEERS, SHARE SOLUTIONS, AND A BEER!
Test drive useful products in the exhibit hall.
Exchange how-to and fresh ideas during evening Birds-of-a-Feather sessions.
Mingle at th...
2007 Jul 02
6
[Bug 1327] New: The limit of 100 forwarded ports is arbitrary and unnecessary
...ancement
Priority: P1
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: archie at dellroad.org
Subject line says it all.
The limit of 100 forwarded ports (e.g., using "-L" flag) is arbitrary
and unnecessary. It is an example of what John Ousterhout would call a
"voodoo constant", i.e., a value randomly chosen by a developer at some
point in time without any basis in science or measurement. It is an
example of the frowned-upon practice of encoding policy into software
(software should encode mechanisms... policy should be left to con...