Geometry.Net - the online learning center
Home  - Basic_J - J Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 199    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. Industrial Robots Programming: Building Applications for the Factories of the Future by J. Norberto Pires, 2006-11-10
  2. Using Borland C++ 4/Book and Disk (Programming (Que)) by Paul J. Perry, Namir Clement Shammas, et all 1994-03
  3. J.D. Edwards World Software: An Administrator's Guide by Arnie Edelstein, 2000-01-15
  4. Systems Programming in Turbo C by Michael J. Young, 1988-04
  5. NS Basic Programming for Palm OS by Michael J. Verive, 2006-11-01
  6. Building and Solving Mathematical Programming Models in Engineering and Science (Pure and Applied Mathematics: A Wiley-Interscience Series of Texts, Monographs and Tracts) by Enrique Castillo, Antonio J. Conejo, et all 2001-11-01
  7. Vsam: Concepts, Programming, and Design (J Ranade Ibm Series) by Jay Ranade, Hirday Ranade, 1992-08
  8. Programming Languages: Structures and Models (The Pws Series in Computer Science) by Herbert Dershem, Michael J. Jipping, 1994-12
  9. Applications ("Mathematical Programming Studies ")
  10. Real Time Programming 1988 by A. Crespo, J. A. De LA Puente, 1989-04-01
  11. Performance Improvement of Virtual Memory Systems (Computer Science. Systems Programming, No. 17) by Edwin J. Lau, 1982-12
  12. An Introduction to Programming and Object Oriented Design Using Java by Jaime Niño, Frederick A. Hosch, et all 2001-05-04
  13. Understanding Internet Protocols : Through Hands-On Programming by J. Mark Pullen, 2000-01-26
  14. Problem Solving With C++: The Object of Programming by Walter J. Savitch, 1998-08

101. Programming Languages And Runtime Systems Research Group
programming Languages and Runtime Systems Research Group. portrait picture.Leader. Prof. Dr. Jürg Gutknecht (gutknecht@inf.ethz.ch). Senior Researchers
http://www.cs.inf.ethz.ch/gutknecht/
Department Institute Oberon Research Projects ... Former Members
Computer Systems Institute
Clausiusstr. 59, RZ H24
ETH Zentrum
Dr. Eva Ruiz
Phone: +41-1-632 7311
Fax: +41-1-632 1307
E-mail: ruiz@inf.ethz.ch
Programming Languages
and Runtime Systems
Research Group
Leader
(gutknecht@inf.ethz.ch)
Senior Researchers
Dr. Eugene Zueff (zueff@inf.ethz.ch)
Research Assistants
Bernhard Egger (egger@inf.ethz.ch) Thomas Frey (frey@inf.ethz.ch) ... (skoupy@inf.ethz.ch)
Part Time Collaborators
Sven Knudsen (knudsen@id.ethz.ch) Miro Tafra (tafra@inf.ethz.ch)
Voluntary Collaborators
Andre Fischer (fischer@inf.ethz.ch) Pieter Muller (muller@inf.ethz.ch) ... (reali@inf.ethz.ch) Last modified: August 20, 2003

102. Fabrik - A Visual Programming Environment
Kit of objectoriented computational and user-interface components that can be 'wired' together to build new components and applications; diagrams use bidirectional dataflow links as shorthand for multiple paths of flow.
http://users.ipa.net/~dwighth/smalltalk/Fabrik/Fabrik.html
Fabrik
A Visual Programming Environment
Dan Ingalls, Scott Wallace, Yu-Ying Chow, Frank Ludolph, Ken Doyle
Apple Computer Inc.
20525 Mariani Avenue
Cupertino, CA. 95014 OOPSLA '88 Conference Proceedings
SIGPLAN Notices
Volume 23, Number 11, November 1988
Abstract
Fabrik is a visual programming environment - a kit of computational and user-interface components that can be "wired" together to build new components and useful applications. Fabrik diagrams utilize bidirectional dataflow connections as a shorthand for multiple paths of flow. Built on object-oriented foundations, Fabrik components can compute arbitrary objects as outputs. Music and animation can be programmed in this way and the user interface can even be extended by generating graphical structures that depend on other data. An interactive type system guards against meaningless connections. As with simple dataflow, each Fabrik component can be compiled into an object with access methods corresponding to each of the possible paths of data propagation. Kits and Concrete Manipulation A kit is a set of primitive components, together with a framework for connecting the components to do new and interesting things. If objects built with the kit can in turn be used to augment the original set of components, then the range of application becomes very large, limited only by the capability of the primitive components and the manner of their interconnection. The kit approach has been around for a long time, manifest in the subroutine libraries of the last three decades. However, the ability to browse through, and experiment with the available components was extremely primitive, owing to the textual orientation of underlying computing environments during those early years.

103. John McCarthy
This unpublished draft is a proposal for a new programming language, but itincludes the title = Formalization of common sense, papers by {J}ohn
http://www-formal.stanford.edu/jmc/
John McCarthy's Home Page
I'm Professor Emeritus (as of 2001 Jan 1) of Computer Science at Stanford University and here's more about me including addresses. If you like frames try this [courtesy of Tim McCarthy].
What's new?
It occurs to me that those who have already looked at this web page might not want to slog through all of it on the chance that something newly installed might interest them. If you've looked at the page before, then look at this dated list. Dates start in 1995 July. I sometimes miss one or two. THE ROBOT AND THE BABY is a science fiction story. Maybe I'll try to publish it conventionally. Do you think I should? I have decided to make some comment from time to time on world, national and scientific affairs. I don't have time to make this into a proper blog. INTRODUCTORY My goal is get all my papers and many of my notes into a form reachable from this page. If any of the papers here are listed as references, I would be grateful if the URLs were given along with the printed references. Some are available only as Web documents and will remain that way. Please include them as references if you would reference a printed document with the same content. The Sustainability of Human Progress
Many people, including many scientists, mistakenly believe that human progress, in the form it has taken in the last few hundred years, is unsustainable. The sustainabililty page and its subsidiaries attempt to summarize the scientific basis for technological optimism. There is also a section discussing related ideological phenomena and the advocacy politics to which ideologies have given rise.

104. Blog-j
blogj home A lot of the enhanced programming abilities he seeks to utilizewith his version LOP are already available within Visual Studio,
http://blog.jasonnussbaum.com/
Wednesday the 21st of September, 2005
Along the vein of posting things having to with finding things, here's a handy Sql tip for making a selection (or update or deletion), with multiple possible values for a column. The hack way of doing it would be something a la:
  • SELECT columnA, columnB FROM tableA WHERE columnA = 'this' OR columnA = 'that'
  • Obviously, that could get pretty hairy, pretty quickly. Imagine having 19 different values that are valid (and non sequential, so you can't use 'columnA > 4 AND columnA < 10 or the like. Enter the 'IN' clause:
  • SELECT columnA, columnB FROM tableA WHERE columnA IN 'this' 'that'
  • The only caveat being that if the column you're querying off is a numeric field, you don't enclose the values in quotes:
  • SELECT numericColumnA, columnB FROM tableA WHERE columnA IN
  • Sql can be so much darned fun! Cat: Comments (0)
    Opera
    (one of the other other browsers is now available for free. And they've got a slick home page to prove it. Download the bits @ Opera.com

    105. Www.opperer.com - Software, CNC, Robotic, Foto,...
    Used to compose new formulas and save them, which can later be edited and extended with additional information. Lists functions that can be used.
    http://www.neon-programming.com/

    Deutsch
    Englisch Intro ohne Flash
    Deutsch
    Englisch Intro ohne Flash

    106. Core Python Programming By Wesley J. Chun ©2001 Prentice Hall PTR
    Core Python programming by Wesley J. Chun. This website contains material tosupplement the book and its CDROM. However, there are many features found here
    http://starship.python.net/crew/wesc/cpp/
    "There has been lot of good buzz around Wesley Chun's Core Python Programming . It turns out that all the buzz is well earned. I think this is the best book currently available for learning Python.... I would recommend Chun's book over Learning Python [Lutz, Ascher (O'Reilly)] Programming Python [Lutz (O'Reilly)] , or The Quick Python Book [Harms, McDonald (Manning)] D. Mertz, IBM
    Home Documentation Code Samples Install Python REVIEWS!! ... Author Resume WHAT'S NEW!!
  • Added new stuff to Reviews page (Aug 19)
  • offering Python Training : end of Aug (Jul 30)
  • Python 2.4.1 released (Mar 30)
    [see Install and Doc pages]
  • Python 2.3.5 (final bugfix
    release for 2.3) is out! (2005 Feb 08)
  • Updated Errata for pp. 244, 520 (Oct 5)
  • Updated info on Indian edition (2003 Jan 28)
  • Added info on Korean edition (Sep 12)
  • Info on recent Linux Journal articles below (Jun 20)
  • IBM book review (2002 May 30)
  • Updated Training info (Oct 28)
  • Linux Journal book review added (2001 May 31) "I have been doing a lot of research [on] Python ... for the past year and ... have seen a number of positive reviews of your book.... The sentiment expressed ...
  • 107. Mouse Programming
    Information on using interrupt 33h for mouse programming. Includes free C source code.
    http://www.geocities.com/rk_page/
    Mouse Programming in DOS Gone are the days,when the keyboard was the only input device attached to the computer system.The advent of GUI (Graphical User Interface) based operating systems and applications led to the invention of MOUSE .Essentially, mouse is a pointing device which controls the mouse pointer displayed on the screen.And the pointer moves in the same direction as we move the mouse.By using mouse,we can perform certain actions like clicking on icons or dragging objects and so on.Software responds to these actions in a certain way,for eg if you click on a file,it displays the contents for you. As far as GUI based operating systems are concerned,mouse is a part and parcel of the system just like a keyboard.Every application created,under those operating systems,is given mouse support.Developing applications with mouse support is a lot easier because every mouse action has a corresponding message.These messages are part and parcel of the operating system.As soon as the user clicks a button or does something with mouse, operating system sends a message to the application which describes that particular action.All we need to do is to handle that message. Writing programs with mouse support is a bit tricky and complicated, when it comes to programming under DOS.Since DOS provides text interface, developers of DOS never thought of including mouse as a part and parcel of the operating system.So,there are no such things like messages as in Windows.However,DOS does support mouse,provided you have a mouse and a suitable driver program that senses the presence of the mouse.

    108. Oreilly.com -- Online Catalog: Programming C#, First Edition
    programming C teaches this new language in a way that experienced programmerswill appreciateby grounding its application firmly in the context of
    http://www.oreilly.com/catalog/progcsharp/
    Sign In/My Account View Cart Book List Learning Lab ... Jobs
    Search Resource Centers Bioinformatics C/C++ Databases Digital Media ... XML Book Series Annoyances CD Bookshelves Cookbooks Developer's Notebooks ... Personal Trainer Publishing Partners Mandriva No Starch Press Paraglyph Press PC Publishing ... Syngress Publishing Online Publications LinuxDevCenter.com MacDevCenter.com ONDotnet.com ONJava.com ... XML.com Sponsored Zones Novell Learning Channel Special Interest Beta Chapters Events From the Editors List Letters ... tim.oreilly.com Special Sales Academic Corporate Services Government Inside O'Reilly About O'Reilly Bookstores Catalog Request Contact Us ...
    Register your book
    to get email notification of new editions, special offers, and more. Search on Safari Search contents of Programming C# Code Fragments only Also see:
    Table of Contents

    Index
    Programming C#
    By  Jesse Liberty
    First Edition July 2001
    ISBN: 0-596-00117-7
    This book has been updatedthe edition you're requesting is out of print. Please visit the catalog page of the latest edition
    The latest edition is also available on Safari Bookshelf
    The goal of C# is to serve as a high-performance language for .NET developmentone that is simple, safe, object-oriented, and Internet-centric.

    109. Constraint Programming And Optimization GroupHome Page
    Several very interesting projects GENET; Guided Local Search, GLS; Guided Genetic Algorithm, GLS; Adaptive Constraint Satisfaction, ACS; ComputerAided Constraint-programming, CACP.
    http://cswww.essex.ac.uk/CSP/
    Constraint Programming and Optimization Group
    Related research:
    Computational Finance http://cswww.essex.ac.uk/CSP/finance
    Centre for Computational Finance and Economic Agents (CCFEA) http://www.cfea-labs.net
    Sponsors: Research Projects Welcome to our home page. Brief summary of the group in Powerpoint We welcome graduate students to study in constraint satisfaction in our department. Funding is available from time to time through competition. Click here to visit our department's admissions pages. For a brief explanation on what a Constraint Satisfaction Problem is, see brief tutorial (one page) or detailed tutorial (in Powerpoint) . More tutorial materials can be found in To learn more about the field, consult E.P.K. Tsang, Foundations of Constraint Satisfaction Constraint-based Reasoning , MIT Press, 1994, R. Dechter, Constraint Processing , Morgan Kaufmann, 2003, Journal of CONSTRAINTS and research articles in recent journals and conference proceedings. To get to know more about other researchers, visit other sites in the well organized Constraint Archives or our Links to other WWW Pages People Papers Programs/
    Demos Links AI/CP
    newsgroups
    Created by: Chris Voudouris
    Maintained by: Edward Tsang
    Department of Computer Science, University of Essex, Colchester CO4 3SQ UK

    110. Stroustrup: The C++ Programming Language (Third Edition)
    Contains free introductory chapters and appendices about compatibility with C, locales, and the standard library's exception safety. (Bjarne Stroustrup)
    http://www.research.att.com/~bs/3rd.html
    homepage C++ links FAQ technical FAQ ... TAMU CS
    The C++ Programming Language
    (Third Edition and Special Edition)
    Addison-Wesley, ISBN 0-201-88954-4 and 0-201-70073-5.
    Modified September 8, 2004 The "special edition" is the hardcover version of the 3rd edition. It differs from the early printings of the 3rd edition by about 1,000 corrections and clarifications, by two new appendices (just over 100 pages; also available online, see below), and by an improved index. The only difference between the current printings of the special edition and the 3rd edition is the cover (and the price difference implied by that stronger cover). See also my FAQ
    Advice of the day
    (from TC++PL)
    22.8[7] Use std::complex for complex arithmetic; sec22.5.
    Translation of the day
    Portugese:
    ISBN 85-7307-699-29.
    Quote of the day
    Appendix D: "When in Rome, do as the Romans do" proverb Here is

    111. C & J Web Works - Web Design And Programming
    Web site design and programming at affordable hourly rates for small businessesand organizations.
    http://www.cjwebworks.com/
    is a web design and programming team located in Ann Arbor, Michigan. We create and maintain robust web sites tailored to small businesses and organizations at affordable hourly rates. Our resumes are available under skills The graphic design link leads to a portfolio of Chris' artwork, including print design, digital illustration, photo retouching and some traditional media work. The programming link features Jim's web utilities and experiments in various programming languages Last updated 06/03/02
    New
    Our latest websites, PKO Records Fetch Pizza and the redesign of the Lane Gainer Sports website. The start of a Flash game
    Link to our Homepage
    Looking for a Web Host?
    We enjoy working with Tucker Communications self.document.write('');

    112. DBLP Bibliography
    A bibliography on logic programming is supplemented with a survey of conferences, journals, series of books, organizations and related subjects.
    http://www.informatik.uni-trier.de/~ley/db/conf/indexl.html
    Logic Programming
    Search
    Author
    Title
    Advanced Search
    Conferences ... Hypertext Acknowledgements : DBLP and The ACM SIGMOD Anthology were partially supported by - Forschungsfonds, ACM SIGMOD The VLDB Endowment The EDBT Endowment , and Microsoft Research . Numerous volunteers helped to collect and maintain the information provided by this server. DBLP: [ Home Author Title Conferences ... Journals
    Fri Sep 23 01:05:31 2005 by Michael Ley ley@uni-trier.de

    113. WJR Programming Etc.
    Wayne J. Radburn where I remind myself of some of the things I enjoy doing Assembly Language programming SKELETON SOURCE CODE
    http://www.magma.ca/~wjr/
    Welcome to the webpage of
    Wayne J. Radburn
    where I remind myself of some of the things I enjoy doing...
    Assembly Language Programming...
    SKELETON SOURCE CODE
    • SKELETON Version 3.2 ( 67KB ) - examples on how to start building Win32 applications using assembly language. I have rewritten the first and second releases of my Skeleton files and added to their evolution with this third release, updated for a Unicode or ANSI build with GoAsm, which includes the following: BARE BONES gets you started with a simple window, menu, and Help/About dialog box. IN THE FLESH builds upon BARE BONES with a View window and removable ToolBar and StatusBar. It has additional File menu commands which open and close a memory mapped file. ALIVE AND KICKING builds upon IN THE FLESH with a split framework for TreeView and View windows. It has an additional View menu command for selecting a Font. It also uses the Registry to save settings.
    UTILITIES
    • thINC Version 0.9.5 ( 26KB ) - my quick and easy way to translate from a H to INC file and view the equate, structure, and function definitions within the INC file. The translation favours Win32 and Unicode APIs resulting in an INC file for use with GoAsm. PEview Version 0.9.3 ( 30KB )

    114. Object Oriented Programming In C
    Paul Field's fine, clear paper, published in C Vu 41 (November 1991), on how to use an objectlike discipline with a procedural language.
    http://www.accu.org/acornsig/public/articles/oop_c.html
    Object-oriented programming in C
    by Paul Field
    paul.field@dial.pipex.com This is one of the first programming articles I wrote. It was published in C Vu 4:1 (November 1991) and, although my knowledge of object-oriented programming has improved immensely since then, I thought it was still useful. Do you think that to program in an object-oriented style you need an object-oriented language? Well, you're wrong. It seems to be a common myth that you need an object-oriented language to implement an object-oriented design and, although languages such as C++ and Smalltalk provide many features that encourage this style of design, you can benefit equally well from the use of objects in imperative languages such as C. The first thing to do is to learn some of the jargon of object-oriented programming. I've given some of the most important definitions below. Don't worry if you don't understand them at first, the main example that follows should make everything clear. An object-oriented program is made up of objects. An

    115. J And APL Programming Languages
    J and APL Ring is a WebRing devoted to the J and APL programming languages.
    http://p.webring.com/hub?ring=japl

    116. Active Internet
    Web site design, programming and graphics.
    http://www.worldpub.com/
    About Us Active News Contact Us Search This Site Home E-Commerce Windows Media DRM Active Office DRM ...
    Turn-key audio/video stores

    NOW AVAILABLE...Turn-key digital audio/video ecommerce stores for record labels, video stores, musicians, retailers, distributors, and other content owners. Call for information.
    Sample store: www.ReggaeCountry.com E-Commerce Solutions
    Spam
    AV ...

    We help our clients build their internet, intranet and extranet, integrating all of the latest internet technologies. Take a look at some of our latest work and judge for yourself.
    Welcome to Active Internet
    The leader in professional web design and software development. We generate exceptional results for our clients by providing a superior level of expertise with Custom Software Development, Web Design, E-commerce, Databases, Web Applications and Intranets. Active Internet [NEWS]
    [ ActiveInternet.com Announces The Availability Of Custom DRM Enabled Music Websites. These Sites Can Include All Features The Major Music Sites. ]

    [ Active Internet launches reggaecounty.com ]

    [ Active Internet selected to build new Cutting Audio website. ]

    Active Internet is a registered trademark of Active Internet Corp E-Mail

    117. Journal Of Logic Programming, Volume 4
    331343 BibTeX Derek R. Brough, Christopher J. Hogger Compiling Associativityinto Logic Programs. 345-359 BibTeX
    http://www.informatik.uni-trier.de/~ley/db/journals/jlp/jlp4.html
    Journal of Logic Programming , Volume 4
    Volume 4, Number 1, March 1987
    Volume 4, Number 2, June 1987
    Volume 4, Number 3, September 1987

    118. Web Programming Topic Guide
    General guide to using CGI and other Webrelated programming with Python.
    http://www.python.org/topics/web/
    Search: Home Search Download Documentation ... SIGs Web Home CGI Programming Basic CGI Fancy CGI Application Servers HTML ... Windows support Site Administration Site Management Web Applications Protocols HTTP Other Protocols Reference Resources Standards Email Us webmaster@python.org Python Software Foundation
    Web Programming Topic Guide
    This Topic Guide covers Web-related programming with Python. This includes a wide spectrum of tasks, ranging from simple CGI programming, generating and parsing HTML and XML, writing HTTP clients and servers, all the way up to complete Web development environments such as Zope. CGI Programming Basic CGI programming If you're new to writing CGI scripts, or to writing them with Python, start by reading this page, which has links to documentation and tutorials. Fancy CGI modules Once you've mastered the basics of CGI programming, you may want to do more complicated tasks. There are various modules available for more complicated CGI tasks. Application Servers Application servers aim at providing a full environment for writing Web-based applications; several different systems have been written in Python. Graphics CGI scripts can do more than just output text; they can also output dynamically-generated graphics. Python has tools for generating images through scripts.

    119. Journal Of Logic Programming, Volume 19/20
    Special Issue Ten Years of Logig programming 443502 BibTeX Joxan Jaffar,Michael J. Maher Constraint Logic programming A Survey.
    http://www.informatik.uni-trier.de/~ley/db/journals/jlp/jlp19.html
    Journal of Logic Programming , Volume 19/20
    Special Issue: Ten Years of Logig Programming

    120. Cj's Programming Help
    programming help and sources for languages HTML, Javascript, LibertyBasic.
    http://www.angelfire.com/un/cjprohelp/
    setAdGroup('67.18.104.18'); var cm_role = "live" var cm_host = "angelfire.lycos.com" var cm_taxid = "/memberembedded"
    Search: Lycos Angelfire Movie Clips Share This Page Report Abuse Edit your Site ... Next
    Cj's Programming Help

    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 6     101-120 of 199    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter