Skip to main content

Home/ ACSE Discussion/ Contents contributed and discussions participated by Peter McAsh

Contents contributed and discussions participated by Peter McAsh

Peter McAsh

Java Basics: GUI: Lesson 1 - Introduction - 0 views

  • Giving up control - Event-driven programming. The GUI programming style is referred to as event-driven programming. In this style of programming you set up the graphical user interface and initialize things. It appears that the program just stops and sits there doing nothing! There is no input loop; your program isn't trying to read from the user. You, the programmer, have to learn to give up control in two ways. Your program gives control to the GUI system, and you only get control back to when your listeners are called. At an even higher level, your program has given control to the user. It's the user who selects which of your methods to call by their choice of buttons to click on, menu items to select, etc. Listeners. When the user clicks a button (or uses another GUI component), an event is sent to listener method. Your job as a programmer is to write a listener method for each component. It's the user, not the programmer, who has control, indirectly choosing methods in your program to execute by interacting with graphical user interface components.
Peter McAsh

It's The End Of Computers As We Know It - Alligator Sunglasses - 0 views

  •  
    The complete history of computers, past, present, future - awesome infographic.
Peter McAsh

Neat Algorithms - Harmony Search - 1 views

  •  
    If this article is of interest to you, you might be a computer scientist!
Peter McAsh

InfoQ: Machine Learning: A Love Story - 0 views

  •  
    A cool site where you can watch a video of the speaker making his/her presentation and also see the slides from their presentation. This presentation is about Machine Learning.  There are others. A presentation made to other computer professionals.
Peter McAsh

Cleverbot.com - a clever bot - speak to an AI with some Actual Intelligence? - 2 views

shared by Peter McAsh on 07 May 11 - Cached
  •  
    Have a conversation with a "clever bot". Great way to introduce AI.
Peter McAsh

The Finch | The Finch - 1 views

  •  
    Via Grant Hutchison
« First ‹ Previous 141 - 160 of 312 Next › Last »
Showing 20 items per page