Geometry.Net - the online learning center
Home  - Basic_J - J Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 190    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         J Programming:     more books (100)
  1. Bluetooth Application Programming with the Java APIs Essentials Edition (The Morgan Kaufmann Series in Networking) (The Morgan Kaufmann Series in Networking) by Timothy J. Thompson, C Bala Kumar, et all 2008-02-15
  2. Parallel Programming in C with MPI and OpenMP by Michael J. Quinn, 2003-06-05
  3. Introduction To Programming with Visual Basic .net by Gary J. Bronson, David Rosenthal, 2004-12-30
  4. Crash Course in C (Programming series) by Paul J. Perry, 1993-01
  5. Multithreading Programming Techniques (J. Ranade Workstation Series) by Shashi Prasad, 1997-01
  6. Ado .Net Programming (Wordware Programming Library) by Terrence J. Joubert, Ryan N. Payet, 2002-08
  7. Ruby Programming for Medicine and Biology (Jones and Bartlett Series in Biomedical Informatics) by Jules J. Berman, 2007-09-13
  8. Introduction to Functional Programming Systems Using Haskell (Cambridge Computer Science Texts) by Antony J. T. Davie, 1992-06-26
  9. Systems Programming (McGraw-Hill computer science series) by John J. Donovan, 1972-03
  10. Programming with Constraints: An Introduction by Kim Marriott, Peter J. Stuckey, 1998-03-13
  11. Graphics Programming Solutions (J. Ranade Workstation Series/Book and Disk) by Julio Sanchez, Maria P. Canton, 1992-12
  12. An Introduction to Programming with Mathematica, Third Edition by Paul R. Wellin, Richard J. Gaylord, et all 2005-01-31
  13. Decomposition Techniques in Mathematical Programming: Engineering and Science Applications by Antonio .J. Conejo, Enrique Castillo, et all 2006-04-10
  14. Complete Internet and World Wide Web Programming Training Course, The (2nd Edition) (Prentice Hall Complete Training Courses) by Harvey M. Deitel, Paul J. Deitel, et all 2001-11-30

41. C/C++ Programming
Articles about C/C++ programming and C function libraries for calendar date conversion and multidimensional dynamic array allocation; links.
http://hermetic.nofadz.com/cfunlib.htm
C/C++ Programming
Powered by Bravenet
Articles on this Website
C/C++ Tutorials and Reference Materials
C Links
C++ Links
Other Links
  • Big-Numbers.com ) functions which can be linked to C++ and Visual Basic programs.
  • DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS. It includes ports of many GNU development utilities. The development tools require a 80386 or newer computer to run, as do the programs they produce."

42. Improve Modularity With Aspect-oriented Programming
J Java support for Hyperspaces offers ondemand remodularization of a system.Heady stuff. IBM Research is also focusing on subject-oriented programming
http://www-106.ibm.com/developerworks/java/library/j-aspectj/
var title = "Improve modularity with aspect-oriented programming"; var forumURL = ""; var contentAreaList = "java"; var emailAbstract = "Aspect-oriented programming (AOP) is a new programming technique that allows programmers to modularize crosscutting concerns (behavior that cuts across the typical divisions of responsibility, such as logging). AOP introduces aspects, which encapsulate behaviors that affect multiple classes into reusable modules. With the recent release of AspectJ by Xerox PARC, Java developers can now take advantage of the modularization AOP can provide. This article introduces AspectJ and illustrates the design benefits that result from its use."; var demoURL = ""; Search for: within All of dW eServer Lotus Rational Tivoli WebSphere Autonomic computing Grid computing Java technology Linux Open source Web arch. Web services Wireless XML dW forums dW Subscription alphaWorks All of IBM Search help IBM home My account
developerWorks
... Java technology Improve modularity with aspect-oriented programming
Contents: Learning by example Developing with AspectJ Affecting class structure: Introduction Mix-in style inheritance ... Rate this article Related content: Diagnosing Java Code Subscriptions: dW newsletters dW Subscription
(CDs and downloads)
AspectJ brings AOP to the Java language
Nicholas Lesiecki
ndlesiecki@apache.org

43. EME Business Internet Services Include Web Design And Maintenance, Domain Name R
Offers setting up of Internet servers, domain registration, shopping carts with secure credit card facilities and database implementation.
http://www.eme.com.au/
For collectors of coins, banknotes, stamps, tokens and other collectables Australasian Numismatic Dealers Association
About Our Services Getting Started
We provide the facilities and technicals to get your business on the Internet. We can register a domain name for you and set up your own Internet site, email requirements, and on-line shopping facilities if required. Once your website is established, you can be in control of your site via a link to the server directly. You will be able to change page content, change and add extra e-mail accounts and check your website traffic statistics at any time. Alternatively, we can save you time and look after all those details for you. No matter what business you are in, we will tailor a solution for you. See the options and prices Your web site would be located on a WebCentral server which has at least 300Mb direct connection to the Internet. This means fast and reliable operation.

44. If I Were King: A Proposal For Fixing The Java Programming Language's Threading
A good introduction (not Javaspecific) to threads is Threads Primer AGuide to Multithreaded programming by Bill Lewis and Daniel J. Berg.
http://www-106.ibm.com/developerworks/library/j-king.html
var title = "If I were king: A proposal for fixing the Java programming language's threading problems"; var forumURL = ""; var contentAreaList = "java"; var emailAbstract = "Allen Holub suggests that the Java programming language's threading model is possibly the weakest part of the language. It's entirely inadequate for programs of realistic complexity and isn't in the least bit object oriented. This article proposes significant changes and additions to the Java language that would address many of these problems."; var demoURL = ""; Search for: within All of dW eServer Lotus Rational Tivoli WebSphere Autonomic computing Grid computing Java technology Linux Open source Web arch. Web services Wireless XML dW forums dW Subscription alphaWorks All of IBM Search help IBM home My account
developerWorks
... Java technology If I were king: A proposal for fixing the Java programming language's threading problems
Contents: The concept of task Improvements to synchronized Fixing the Thread class Inter-thread coordination ... Rate this article Subscriptions: dW newsletters dW Subscription
(CDs and downloads)
Level: Advanced Allen Holub threading@holub.com

45. Why Functional Programming Matters
John Hughes paper, dates from 1984, circulated as a Chalmers memo.
http://www.cs.chalmers.se/~rjmh/Papers/whyfp.html
Why Functional Programming Matters
John Hughes
This paper dates from 1984, and circulated as a Chalmers memo for many years. Slightly revised versions appeared in 1989 and 1990 in the Computer Journal and the Year of Programming. This version is based on the original Chalmers memo nroff source, lightly edited for LaTeX and to bring it closer to the published versions. Please excuse the slightly old-fashioned type-setting, and the fact that the examples are not in Haskell!
Abstract
As software becomes more and more complex, it is more and more important to structure it well. Well-structured software is easy to write, easy to debug, and provides a collection of modules that can be re-used to reduce future programming costs. Conventional languages place conceptual limits on the way problems can be modularised. Functional languages push those limits back. In this paper we show that two features of functional languages in particular, higher-order functions and lazy evaluation, can contribute greatly to modularity. As examples, we manipulate lists and trees, program several numerical algorithms, and implement the alpha-beta heuristic (an algorithm from Artificial Intelligence used in game-playing programs). Since modularity is the key to successful programming, functional languages are vitally important to the real world. The paper is available as postscript and pdf , and here is a bibtex entry. There is even a

46. Learn To Program Using Python: A Tutorial For Hobbyists, Self-Starters, And All
By Alan Gauld; Addison Wesley Professional, 2001, ISBN 0201709384, has CDROM. Introduction for those learning programming basics terminology, concepts, methods to write code. Assumes no prior knowledge but basic computer skills, unintimidating, clearly written. Addison Wesley
http://www.aw.com/catalog/academic/product/1,4096,0201709384,00.html
Select a Discipline Chemistry Computer Science Economics Finance Life Science Mathematics Physics/Astronomy Statistics by Keyword by Author by Title by ISBN Advanced Search ABOUT THIS PRODUCT Description Table of Contents Features Appropriate Courses Preface ... About the Author(s) RESOURCES Discipline-Specific RELATED TITLES Other LanguagesProgramming (Computer Science) Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and All Who Want to Learn the Art of Computer Programming View Larger Image Alan Gauld
ISBN: 0-201-70938-4
Publisher: Addison Wesley Professional
Format: Paper Bound w/CD-ROM; 288 pp
Published: 12/08/2000
Status: Instock
US: $32.95
You Save: $3.30 (10% off)
Our Price: $29.66
Add to Cart Instructor Exam Copy Description This book is an ideal starting point for students learning the essentials of computer programming. Assuming no prior knowledge (other than basic computer operation), this unintimidating and clearly written guide introduces the student to programming terminology, fundamental concepts, and techniques for writing actual code. Python is ideal for novice programmers: it is available for free; it has simple syntax but powerful features; it supports lots of programming styles; it runs on many platforms; it has a friendly and helpful user community. Using the Python language to teach the fundamentals of computer programming, the book introduces elements of programming style and offers a look at the thinking and steps involved in designing a software solution. Several sample applications illustrate techniques and ideas in action.

47. Random Programming Languages List
Weird and obfuscated programming languages.
http://www.mines.edu/students/b/bolmstea/randlang/index.html

48. Epigrams On Programming
Epigrams on programming. Alan J. Perlis. Yale University. This text has beenpublished in SIGPLAN Notices Vol. 17, No. 9, September 1982, pages 7 13.
http://www-pu.informatik.uni-tuebingen.de/users/klaeren/epigrams.html
Epigrams on Programming
Alan J. Perlis
Yale University
This text has been published in SIGPLAN Notices Vol. 17, No. 9, September 1982, pages 7 - 13. I'm offering it here online until ACM stops me. The phenomena surrounding computers are diverse and yield a surprisingly rich base for launching metaphors at individual and group activities. Conversely, classical human endeavors provide an inexhaustible source of metaphor for those of us who are in labor within computation. Such relationships between society and device are not new, but the incredible growth of the computer's influence (both real and implied) lends this symbiotic dependency a vitality like a gangly youth growing out of his clothes within an endless puberty. The epigrams that follow attempt to capture some of the dimensions of this traffic in imagery that sharpens, focuses, clarifies, enlarges and beclouds our view of this most remarkable of all mans' artifacts, the computer.
  • One man's constant is another man's variable.
  • Functions delay binding: data structures induce binding. Moral: Structure data late in the programming process.
  • Syntactic sugar causes cancer of the semi-colons.
  • 49. NLP Books Nlp Tapes Nlp Cd's Nlp Videos With Richard Bandler
    A nonpartisan collection of articles, information, and resource hotlinks regarding Neuro-Linguistic programming on the Internet.
    http://www.nlp.org/
    NLP.org If You're Looking for Stever Robbins Info Server: Click Here Or You Will be Transported to NLP.org's
    temporary redirect in a few seconds or Click Here

    50. The COBOL Center
    Dedicated to COBOL and to those with an investment in it. Many Internet sites have information on COBOL, but this site assembles it so you need not search the whole Web to find it. Practical help is here standards, programming, reengineering, tools, skill improvement, sample code, jobs.
    http://www.infogoal.com/cbd/cbdhome.htm
    HOME COMPILERS TOOLS EXAMPLES ...
    OOCOBOL /Objects

    This site is dedicated to COBOL and to those with an investment in COBOL. There are many Internet sites that provide information about COBOL. The COBOL Center brings that information together so that you will not need to cruise all over the Web to find it. Practical help is what you will find here. We invite you to sign our Guest Book Acucorp Announces Support for Red Hat Enterprise Linux 3 May 13, 2004 - Acucorp, Inc., an international provider of legacy application extension solutions, today announces its support for Red Hat Enterprise Linux 3, the premier Linux operating system from Red Hat, Inc. (Nasdaq:RHAT). more... Is COBOL Dying or Thriving Mike Murach , author and publisher of numerous computer books, explains the current state of COBOL - including: current and expanding uses, training, and future directions. more... COBOL Supports Microsoft .NET Environment The Microsoft .NET Environment is now supported by COBOL. Applications can be created that plug into the Windows and Internet. Check these helpful links:
  • Fujitsu netCOBOL
  • Book: COBOL and Visual Basic on .NET
  • 51. David J. Eck
    David J. Eck. the therory of computer networks as well as some of the practicalitiesof administrating computer networks and programming network applications.
    http://math.hws.edu/eck/
    David J. Eck
    (Ph.D. in Mathematics, Brandeis University Department of Mathematics and Computer Science Hobart and William Smith Colleges Geneva, New York 14456 Office: Lansing 301 Phone: (315)781-3398 Fax: (315)781-3860 E-mail: eck@hws.edu
    Courses That I Teach
    Courses for Fall Term, 2004: Math 375: Abstract Algebra
    The textbook for this course will be Contemporary Abstract Algebra
    by Joseph A. Gallian, fifth edition (Houghton Mifflin, ISBN 0618122141).
    This is the same textbook that was used for the course last year. This
    course in the theory of groups is a foundational course in one of the major
    branches of pure mathematics. CPSC 441: Networking and Distributed Processing
    The textbook will be Computer Networking: A Top-Down Approach Featuring
    the Internet
    by James Kurose and Keith Ross, third edition
    (Addison Wesley, ISBN 0321227352). This course will cover the therory of
    computer networks as well as some of the practicalities of administrating
    computer networks and programming network applications. In addition, there will be a short introduction to parallel programming using the MPI parallel programming library. See the

    52. Cobol Resources
    Lists extensive links to various COBOL resources and also includes CobolReport.com, CobolUniversity.com, COBOL Web programming, ObjectOriented COBOL programming, and leading-edge COBOL books.
    http://cobolreport.com/cobolreport/cobolResources/
    Search Feedback Contact Us Membership ... Ad Info
    Cobol Resources CobolReport.com is proud to host
    Bill Klein's FAQs

    Object-Oriented Cobol

    Gene Webb's Tutorial
    Cobol Resources

    Now over 120 listings Sponsored White Papers Integrating Legacy into Extended Enterprise Transoft Intelligent Integration Adapters Transoft Component Framework From COBOL to Enterprise JavaBeans with Net Express ...
    Vendor News Briefs

    Cobol Research
    Premier research in
    Cobol is ongoing at Amsterdam Free University Here is Cobol grammar. Open-Source Cobol TinyCobol Wanna learn more about eXtreme Programming? Read the IEEE eBook Analysis/Inspect/Restructure Cobol Discussion Groups Cobol Examples, Lectures, and Tutorials ... and Status Maintained by Hector Gonzalez . Last Updated: September 15, 2003 Reproduction of material from any Object-Z pages without written permission is strictly prohibited. The COBOL Report, COBOL University, CobolReport.com and COBOL U

    53. What Is Java? - A Word Definition From The Webopedia Computer Dictionary
    A highlevel programming language developed by Sun Microsystems. CORBA and Javaresources Links to CORBA, Java, and RMI programming related information.
    http://www.webopedia.com/TERM/J/Java.html
    You are in the: Small Business Channel Jump to Website ECommerce Guide Small Business Computing Webopedia WinPlanet Enter a word for a definition... ...or choose a computer category. choose one... All Categories Communications Computer Industry Companies Computer Science Data Graphics Hardware Internet and Online Services Mobile Computing Multimedia Networks Open Source Operating Systems Programming Software Standards Types of Computers Wireless Computing World Wide Web Home
    Term of the Day

    New Terms

    New Links
    ...
    Be a Commerce Partner

    Java Last modified: Thursday, May 01, 2003 A high-level programming language developed by Sun Microsystems . Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web Java is an object-oriented language similar to C++ , but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java

    54. GRAPE - Graphics Programming Environment
    A package for mathematical visualization, particularly in the fields of differential geometry and continuum mechanics. Available free by FTP but only to university departments and similiar research sites and only for nonprofit purposes.
    http://www-sfb256.iam.uni-bonn.de/grape/
    GRAPE - Graphics Programming Environment
    Welcome to the GRAPE information pages. GRAPE is a package for mathematical visualization. It has been particularly effective in the fields of differential geometry and continuum mechanics. But it will probably help to understand any other problem involving the numerics of partial differential equations or the need of advanced three-dimensional computer graphics. GRAPE is developed and distributed by the in cooperation with the Please feel free to use any of the services offered. If there is any information you still need, please don't hesitate to send us e-mail (see bottom of page for address). As part of the software development is done at the , we strongly recommend that you take a look at their World Wide Web server ( GRAPE in Freiburg ), too.

    55. DEITEL® Home Page
    With our corporate, onsite, instructor-led Dive Into™ Series programming trainingcourses, professionals can learn Java/Advanced Java, C/C++, XML, Internet
    http://www.deitel.com/
    Home Book Store Downloads Dive Into™ Series Corporate Training ... Errata Register Now!
    for the
    D EITEL ® B UZZ O NLINE
    e-mail newsletter Read the current issue
    E-mail address:
    HTML Text Lotus Notes users,
    please select Text
    Contact Us Dive Into™ Series Corporate Training D EITEL ... Directions to our Headquarters Announcements: Customer Support Note for users of Web-based e-mail accounts, such as AOL and Hotmail. NEW! Deitel Publications Available for Fall 2004 Courses
    Java™ How to Program, 6/E
    ISBN: 0131483986
    pages: 1500
    Estimated Publishing Date: July 2004 For more details on this publication, visit the Java How to Program, 6/e

    56. MBC Network - Your Urban Family Channel
    Familyvalues oriented cable television programming for the African-American community. Feature original and syndicated shows, movies, black college sports, talk shows, and ministries.
    http://www.mbcnetwork.com/
    MBC, casting, casting call, MBC Network, mbc, mbcnetwork, african-american, BET, TV One, TVone, african, american. black, family, television, network, TV, families,
    safe haven, family television, black, college, sports, football, basketball, college sports, boxing, news, sports,
    television network, cable network, cable, Comcast, Time Warner, Direct TV, Dish Network, Cox

    57. Guide To Constraint Programming
    Online tutorial/textbook for beginners to the area of constraint programming. This area is of the set of less known software technologies, but is evolving rapidly and has a growing, significant commercial interest.
    http://ktiml.mff.cuni.cz/~bartak/constraints/
    First Edition, 1998
    ON-LINE GUIDE TO
    C ONSTRAINT P ROGRAMMING
    Some of my tutorials (with slides to download): Now you can download a survey in the form of PDF file (146 KB) or PowerPoint presentation (404 KB)
    Please use the following reference for the survey (I welcome if you inform me about your papers referring this document):
    Constraint Programming: In Pursuit of the Holy Grail
    Here is a deep survey of constraint propagation techniques: paper or presentation
    Please use the following reference for the survey:
    Theory and Practice of Constraint Propagation
    Another presentation with survey of constraint programming techniques (including backjumping and backmarking).

    58. Johnkoza
    a DVD disk Genetic programming IV Video Routine HumanCompetitive Machine Intelligence(by John R. Koza, Martin A. Keane, Matthew J. Streeter, William
    http://www.genetic-programming.com/johnkoza.html
    Home Page of John R. Koza
    Picture by Eric Slomanson
    Consulting Professor (Medical Informatics)
    Stanford Biomedical Informatics
    Department of Medicine
    School of Medicine
    Stanford University
    Consulting Professor
    Department of Electrical Engineering
    School of Engineering
    Stanford University
    Skip Down This Home Page Directly to ...
    Go to Biography Go to Books and Papers Go to Research Interests Go to My Courses at Stanford University Go to Recent Tutorials and Invited Talks Go to Addresses and Contact Information Go to Miscellaneous
    Biography — John R. Koza
    Degrees
    • B.A., Computer Science, University of Michigan, 1964. M.A. Mathematics, University of Michigan, 1966. M.S., Computer Science, University of Michigan, 1966. PhD., Computer Science, University of Michigan, 1972. Thesis entitled On Inducing a Non-Trivial, Parsimonious Grammar for a Given Sample of Sentence s.
    Stanford University
    • Taught Computer Science 426 (Genetic Algorithms and Genetic Programming) at Stanford University in Fall 1988, Spring 1989, Fall 1989, Spring 1990, Spring 1991,Spring 1992, Spring 1993, Fall 1994, Fall 1995, Fall 1996, Winter 1997, Winter 1998; Winter 1999, Winter 2000, and Spring 2002 quarters. This course is currently scheduled to be offered again in the fall quarter 2003. Click here for information about MIS 226 / CS 426 / EE392K course on genetic algorithms and genetic programming at Stanford University. This course is normally televised on Stanford Instructional Television Network (SITN) operated by the

    59. Accelerated C++
    Contains source code and errata. (Andrew Koenig and Barbara E. Moo)
    http://www.acceleratedcpp.com/
    Accelerated C++
    Practical Programming by Example
    by Andrew Koenig and Barbara E. Moo
    Addison-Wesley, 2000
    ISBN 0-201-70353-X
    This page was last modified on 3 September 2002 Coming soon:
    • Advice to readers
    Reviews on the web
    Kenneth R. Frazer
    Francis Glassborow
    (for the Association of C and C++ Users
    Jack Klein

    Angelika Langer

    Sören Meyer-Eppler
    ...
    Peter N. Roth
    (in Dr. Dobb's Journal
    Conrad Weisert
    From the back cover
    This is a first-rate introductory book that takes a practical approach to solving problems using C++. It covers a much wider scope of C++ progamming than other introductory books I've seen, and in a surprisingly compact format. The authors present a clear, cogent introduction to C++ programming in a way that gets the student writing nontrivial programs immediately. Stephen Clamage, Sun Microsystems, Inc., and chair of the ANSI C++ committee

    60. The Java Boutique: Free Java Applets, Games, Programming Tutorials, And Download
    Growing Business Online. DevX Premier Club.
    http://javaboutique.internet.com/cathome.html

    ARTICLES
    Tutorials JSP/Servlets SOAP ... Affiliate Programs
    Find a Web Host With: CGI Access
    DB Support
    NT Servers
    UNIX Servers
    Telnet Access
    advanced search
    Latest Developer Headlines: Acquisitions Key to HP's 3-Year Plan
    Microsoft Fights For Browser Plug-Ins

    Intel Under EC Microscope Again

    internet.com Developer Downloads International Internet Lists ... E-mail Offers e-commerce Desktop Computers Calling Cards Fulfillment Services Promotional Products ... Cheap Hotels WebDev Network FlashKit HierMenusCentral JavaBoutique JavaScript.com ... XMLFiles.com Web Developer Opt-in Lists CGI HTML Java JavaScript Web Design and Promotion Web Site Development E-mail Address: Can you receive HTML e-mail? Yes No Zip Code: Search Clipart.com: Clipart Photos Fonts Web Art
    Java Boutique Applet Categories
    Applet Categories
    Text Effects Scrollers, Daily Quotes, and Text Animators
      Latest Text Applet: Blackmail Applet This applet prints out text that looks like letters cut out of a newspaper. You can specify the text, the width and height of the applet and the delay after each letter. Future versions will have more parameters.
    Navigation Menus, trees, image maps, banners, and buttons

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 3     41-60 of 190    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter