Skip to main content

Home/ ACSE Discussion/ Group items matching "Java" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Peter Beens

Oracle Academy (Java) - 1 views

  •  
     Oracle Academy prepares students for 21st century careers and provides teachers with world-class training and professional development opportunities.
  •  
    I checked out their website and I find it a bit of a joke. First off, their Introduction to CS includes topics like PL/SQL which is proprietary. Oracle states that their Introduction to CS workshop is free and then when you go to enrol it is only available in China, India, and Brazil. I was expecting them to offer something like the FREE course that Stanford offered this spring by Nick Parlante.
Peter McAsh

Java Tutorial - Inheritance and Plymorphism - 0 views

  •  
    J
Doug Peterson

Programming, Development Skills in Demand - IT Management from eWeek - 0 views

  •  
    Job opportunities for technology professionals are fluctuating in the United States, but programming and development skills are hot across the country--especially in Java/J2EE. In New York City, IT managers and networking analysts have also seen a sharp increase in demand.
Peter Beens

7 programming languages on the rise | Developer World - InfoWorld - 0 views

  •  
    In the world of enterprise programming, the mainstream is broad and deep. Code is written predominantly in one of a few major languages. For some shops, this means Java; for others, it's C# or PHP. Sometimes, enterprise coders will dabble in C++ or another common language used for high-performance tasks such as game programming, all of which turn around and speak SQL to the database.
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.
allen peter

Struts 2 Tutorial - 0 views

  •  
    Are you looking for struts tutorial? We provides you a complete reading material on struts and core java Questions and answers which can easily Solve and understandable.
Doug Peterson

ICE Distance Education Portal - 2 views

  •  
    "This material is based upon work supported by the National Science Foundation under Grant No. 0940932. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation."
Doug Peterson

Programr | Code It Online - 2 views

  •  
    Code it online.
Peter McAsh

Augmented Reality with #Processing - Tutorial by Amnon Owed | CreativeApplications.Net - 0 views

  •  
    All of the visuals in the above video were created using NyArtoolkit for Processing. NyARToolkit is an augmented reality toolkit built with 100% pure Java. It is derived from ARToolkit-2.72.1. Like Processing itself it's open source and free! In this tutorial you will learn how to use it to place computer generated imagery correctly onto real world footage. To do this in real-time NyArtoolkit uses markers - black and white images - to determine the three-dimensional position and orientation in the real world. Most likely you will have seen something like this before, but now you will learn how to do it yourself using freely available software.
Peter Beens

Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne - 0 views

  •  
    Textbook. The textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne [ Amazon · Pearson · InformIT ] surveys the most important algorithms and data structures in use today. The textbook is organized into six chapters: Chapter 1: Fundamentals introduces a scientific and engineering basis for comparing algorithms and making predictions. It also includes our programming model. Chapter 2: Sorting considers several classic sorting algorithms, including insertion sort, mergesort, and quicksort. It also includes a binary heap implementation of a priority queue. Chapter 3: Searching describes several classic symbol table implementations, including binary search trees, red-black trees, and hash tables. Chapter 4: Graphs surveys the most important graph processing problems, including depth-first search, breadth-first search, minimum spanning trees, and shortest paths. Chapter 5: Strings investigates specialized algorithms for string processing, including radix sorting, substring search, tries, regular expressions, and data compression. Chapter 6: Context highlights connections to systems programming, scientific computing, commercial applications, operations research, and intractability.
‹ Previous 21 - 40 of 47 Next ›
Showing 20 items per page