The Best Computer Interfaces: Past, Present, and Future

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News The Best Computer Interfaces: Past, Present, and Future
# 1  
Old 04-18-2009
The Best Computer Interfaces: Past, Present, and Future

By Duncan Graham-Rowe,* MIT Technology Review Say goodbye to the mouse and hello to augmented reality, voice recognition, and geospatial tracking. Computer scientists from around the world will gather in Boston this week at Computer-Human Interaction 2009 to discuss the latest developments in computer interfaces. To coincide with the event, we present a roundup of the [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

RedHat eth interfaces not seem to be present

Dear community, I'm in trouble with Red Hat Server 5.8. After rebooting the server, I loose two interfaces used for bond2 (eth4 and eth5). I reboot twice the server but the result is always: # service network restart Shutting down interface bond0: Shutting down... (1 Reply)
Discussion started by: Lord Spectre
1 Replies

2. Solaris

Interfaces and Virtual-interfaces queries

Hi Al, In course of understanding networking in Solaris, I have these doubts on Interfaces. Please clarify me. I have done fair research in this site and others but could not be clarified. 1. In the "ifconfig -a" command, I see many interfaces and their configurations. But I see many... (1 Reply)
Discussion started by: satish51392111
1 Replies

3. What is on Your Mind?

Past Time

Dear UNIX Folks, I guess everyone of us like to know what sysadmin typically do during his free time. Not what he/she likes as an hobbies.. but what activities does he/she often indulge in other than facing the monitor. Maybe we can come up this a better stereo-typed for sysadmin. I... (8 Replies)
Discussion started by: izy100
8 Replies

4. Solaris

Can't backup past /etc/magic

Hi, We've gotta bit of a problem regarding backups. Sometimes when we run a backup from a script : find . -print |grep -v "^\.\/newicc" | grep -v "^\.\/proc" >$LST cat $LST | cpio -oBcav > /dev/rmt/1cb It quite often it seems to hang when it reaches the /etc/magic file. This happens... (2 Replies)
Discussion started by: PaulC
2 Replies
Login or Register to Ask a Question
xlogo(1X)																 xlogo(1X)

NAME
xlogo - X Window System logo SYNOPSIS
xlogo [-toolkitoption...] OPTIONS
xlogo accepts all of the standard X Toolkit command line options, as well as the following: This option indicates that the logo window should be shaped rather than rectangular. DESCRIPTION
The xlogo program displays the X Window System logo. RESOURCES
The default width and the default height are each 100 pixels. This program uses the Logo widget in the Athena widget set. It understands all of the Simple widget resource names and classes as well as: Specifies the color for the logo. The default is depends on whether rever- seVideo is specified. If reverseVideo is specified the default is XtDefaultForeground, otherwise the default is XtDefaultBackground. Specifies that the window is shaped to the X logo. The default is False. WIDGETS
In order to specify resources, it is useful to know the hierarchy of the widgets which compose xlogo. In the notation below, indentation indicates hierarchical structure. The widget class name is given first, followed by the widget instance name. XLogo xlogo Logo xlogo ENVIRONMENT
to get the default host and display number. to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. FILES
specifies required resources SEE ALSO
X(1X), xrdb(1X) AUTHORS
Ollie Jones of Apollo Computer and Jim Fulton of the MIT X Consortium wrote the logo graphics routine, based on a graphic design by Danny Chong and Ross Chapman of Apollo Computer. xlogo(1X)