Geometry.Net - the online learning center
Home  - Basic_P - Programming General

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 174    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 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  

         Programming General:     more books (100)
  1. Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly)) by Federico Biancuzzi, Chromatic, 2009-03-27
  2. Embedded Programming with the Microsoft .NET Micro Framework by Donald Thompson, Rob S. Miles, 2007-06-20
  3. Essentials of Programming Languages, 3rd Edition by Daniel P. Friedman, Mitchell Wand, 2008-04-30
  4. A Complete Guide to Programming in C++ by Ulla Kirch-Prinz, Peter Prinz, 2002-01-01
  5. Java: An Introduction to Computer Science and Programming, Third Edition by Walter Savitch, 2003-04-07
  6. Core Web Programming (2nd Edition) by Marty Hall, Larry Brown, 2001-06-03
  7. Portable C and Unix System Programming (Prentice-Hall Signal Processing Series) by J. E. Lapin, 1987-01
  8. Programming Language Concepts Paradigms (Prentice Hall International Series in Computing Science) by David Watt, 1993-09-24
  9. An Introduction to Java Programming and Object-Oriented Application Development by Richard Johnson, 2006-02-23
  10. C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks by Douglas C. Schmidt, Stephen D. Huston, 2002-11-08
  11. Programming in ANSI C by Stephen G. Kochan, 1994-04
  12. Object-Oriented Programming: An Evolutionary Approach by Brad J. Cox, Andrew J. Novobilski, 1991-05
  13. Learn VB .NET Through Game Programming by Matthew Tagliaferri, 2003-08-08
  14. CNC Machining and Programming: An Introduction by Thomas Crandell, 2002-12-20

21. Internet Scripting & Programming General (Yleinen)
Internet Scripting programming general (Yleinen). Advanced PHP forFlash Friends of Ed / 2002 / ISBN 1904344038 Hinta 51.8 e (sis.
http://www.dataclub.fi/SHOP/struct/6.224.1.html
Pikahaku
[Etusivu]

[Päähakemisto]
[Etsi tuote] [Uutta!] ...
Advanced PHP for Flash
Friends of Ed / 2002 / ISBN 1904344038
Hinta 51.8 e (sis. alv) - clubialennus
Building Enhanced HTML Help with DHTML and CSS, 1/e
Prentice Hall / 2000 / ISBN 0130179299
Hinta 61.25 e (sis. alv) - clubialennus
Core PHP Programming, 2nd Ed.
Prentice Hall / 2000 / ISBN 0130893986
Hinta 75.7 e (sis. alv) - clubialennus
Create Dynamic Web Pages Using Php and Mysql
Addison-Wesley / 2001 / ISBN 0201734028
Hinta 57.7 e (sis. alv) - clubialennus
Creating Applications with Mozilla
Oreilly / 2002 / ISBN 0596000529
Hinta 57 e (sis. alv) - clubialennus
Designing and Programming CICS Web Applications
Oreilly / 2000 / ISBN 1565926765
Hinta 61.9 e (sis. alv) - clubialennus
DHTML and CSS for the World Wide Web, 2nd Edition: Visual QuickStart Guide
Peachpit Press / 2001 / ISBN 0201730847
Hinta 31.45 e (sis. alv) - clubialennus
DocBook Publishing
Prima Publishing / 2001 / ISBN 0761533311
Hinta 57 e (sis. alv) - clubialennus
Docbook : The Definitive Guide
Oreilly / 1999 / ISBN 1565925807 Hinta 53 e (sis. alv) - clubialennus

22. Bookstore Programming General
Programming Perl (2nd Edition) By Larry Wall, Tom Christiansen, RandalL. Schwartz, Stephen Potter; Programming Python By Mark Lutz.
http://www.indepth-tech.com/BookstoreProgramming_General.htm
General Programming
Go to beyond.com
for complete
information on Microsoft Backoffice products.
Purchase the product online directly from beyond.com HOME SERVICES EVENTS BOOKSTORE
InDepth Technology webmaster@ indepth-tech.com

23. Vernacular Programming: General Recursion (ResearchIndex)
Vernacular programming general Recursion (Make Corrections) Martin C.Henson Department of Computer Science, University of Essex, UK
http://citeseer.nj.nec.com/193104.html
Vernacular Programming: General Recursion (Make Corrections)
Martin C. Henson Department of Computer Science, University of Essex, U.K....
Home/Search
Context Related View or download:
essex.ac.uk/pub/csc/tec
CSM309.ps.gz
Cached: PS.gz PS PDF DjVu ... Help
From: cswww.essex.ac.uk/technica (more)
(Enter author homepages)

Rate this article: (best)
Comment on this article
(Enter summary)
Abstract: This paper provides a mathematical analysis of the relationship between vernacular and formalised derivations of programs; in particular, when the vernacular derivations deploy general recursion. We introduce a calculus VPD to represent vernacular derivations and a constructive theory of operations and types, EOT , to represent formal derivations. We provide an intensional semantics for VPD within EOT which we show is intensionally adequate: it preserves computations up to the intensional... (Update)
Active bibliography (related documents): More All On the Proof Theory of Program Transformations - Henson (Correct) ... (Correct) Users who viewed this document also viewed: More All On The Computational Power Of Neural Nets - Siegelmann, Sontag (1991)

24. Indian Shareware: Programming: General:
SubCategories. – Programming – General. Top 20 Downloads.
http://www.indiankey.com/shareware/code/listing/ProgramList.asp?CatId=203

25. Indian Shareware: Programming: General: Quest
Are you intrested in setting up a site like this of your own ? To buy thecode that runs this site click here to contact us. programming general
http://www.indiankey.com/shareware/code/listing/ProgramDescription.asp?ProgId=37

26. CET 425/598 Server-Software Programming General Project Assignment Notes
CET 425/598 Server-Software programming general Project Assignment Notes. Spring2002. The following notes apply to all project assignments for this class
http://ctas.east.asu.edu/millard/CET425/proj/proj_notes.html
CET 425/598 - Server-Software Programming
General Project Assignment Notes
Spring 2002
The following notes apply to all project assignments for this class:
General Do's and Don'ts
Do not use break statements, except to end a case within a switch statement. Do not use continue statements. Do not use goto statements. In general, avoid writing methods that have multiple returns. Do follow all Java stylistic conventions. Note that stylistic conventions apply to a) documentation, b) naming of identifiers, c) the use of upper case versus lower case, and d) the use of white space (indentation, blank spaces, and blank lines). Code will be reviewed by MS Notepad or vi/emacs . Therefore, you must check that whatever you use to edit your source does not strip or otherwise confound good indentation of code and so destroy readability. If you don't points will be deducted.
Grading
The grades assigned for projects will be based on the following:
  • 10% will be based on style (see above). 20% will be for documentation. (use of javadoc comments, where possible and appropriate, applauded.)

27. CET 425/598 Server-Software Programming General Project Assignment Notes
CET 425/598 Server-Software programming general Project Assignment Notes. Spring2001. The following notes apply to all project assignments for this class
http://ctas.east.asu.edu/millard/CET425/prior/CET425.Spr01/proj/proj_notes.html
CET 425/598 - Server-Software Programming
General Project Assignment Notes
Spring 2001
The following notes apply to all project assignments for this class:
General Do's and Don'ts
Do not use break statements, except to end a case within a switch statement. Do not use continue statements. Do not use goto statements. In general, avoid writing methods that have multiple returns. Do follow all stylistic conventions used in the textbook. Note that stylistic conventions apply to a) documentation, b) naming of identifiers, c) the use of upper case versus lower case, and d) the use of white space (indentation, blank spaces, and blank lines).
Grading
The grades assigned for projects will be based on the following:
  • 10% will be based on style (see above). 20% will be for documentation. (use of javadoc comments, where possible and appropriate, applauded.) 20% will be for code design (see style, above, and effective and efficient use of Java and existing packages). if any part of your submission doesn't compile the remaining 50% is lost. if any part of your submission doesn't execute 40% is lost.

28. Welcome To Pcbooks.co.uk: Search Results
Click here for more details. You searched for programming general 61 Recordsfound Page 1 of 3 First Page Previous Page Next Page Last Page.
http://www.pcbooks.co.uk/searchresults.aspx?txtsearch=Programming General

29. CS 151 Introduction To Programming General Information
CS 140 General Information. All assignments are due at midnightlocal time on Sunday following the week assigned. Unless granted
http://www.umr.edu/~shrestha/cs140/geninfo.htm
CS 140 General Information
All assignments are due at midnight local time on Sunday following the week assigned. Unless granted permission to turn in an assignment late, assignments will be penalized at least 15% if less than 48 hours late, and at least 30% if more than 48 hours late. To avoid last minute problems which cause you to be late with your assignments, plan to turn them in at least 24 to 48 hours ahead of the deadline. Be sure to include your class ID# on all correspondence whether it's a question or an assignment. Every term students lose points or do not get a question answered because I cannot identify who sent the email message. Be sure to write "xxxQuestion" where xxx is your student class ID# and your name in the subject area of your email if you have a question. These email messages get priority consideration. Messages sent with assignments DO NOT GET READ until I grade the assignment which can be several days after you send it in. Online classes demand more initiative on your part than traditional classes. Because I cannot read your mind or see your perplexed looks you must ask more questions than in a regular classroom. You can ask your fellow students, me, or use other resources available to you where you live. .If you take the initiative to talk to your classmates, you can actually have more interaction than in a traditional classroom. My job is to guide your learning, answer your questions when I can, and evaluate your progress. I am not able to spoon feed you knowlege as easily as I could in a traditional classroom. You will be your own teacher more than you would be in a traditional classroom. One big advantage of an online classroom is you get to control your time. A disadvantage is you do not get to have face to face contact with your classmates and instructor.

30. General Programming
General Programming
http://www.mega-tokyo.com/forum/index.php?board=6

31. The World Wide Web Virtual Library: Logic Programming
Affiliated with the comp.lang.prolog newsgroup this repository includes general information, Prolog, Window system interfaces, other logicprogramming systems, meetings, books and related information.
http://www.afm.sbu.ac.uk/logic-prog/
Virtual Library Computing Languages Prolog AI
Logic Programming
Please contact Jonathan Bowen if you know of relevant on-line information not included here. Use the comp.lang.prolog newsgroup for queries related to logic programming in general and Prolog in particular. This document contains some pointers to information on Logic Programming available around the world on the World Wide Web The following information is available:
General repositories
Prolog
Window system interfaces
Other logic programming systems
Meetings
Books
Related information
indicates new entries. indicates a (subjectively!) recommended link for especially good on-line information. If enough people email me, I will add a star to entries recommended by others.
General repositories

32. The World Wide Web Virtual Library: Logic Programming
Overwhelmingly large number of resources on logic programming. Use the comp.lang.prolog newsgroup for queries related to logic programming in general and Prolog in particular.
http://archive.comlab.ox.ac.uk/logic-prog.html
Virtual Library Computing Languages Prolog AI
Logic Programming
Please contact Jonathan Bowen if you know of relevant on-line information not included here. Use the comp.lang.prolog newsgroup for queries related to logic programming in general and Prolog in particular. This document contains some pointers to information on Logic Programming available around the world on the World Wide Web (WWW or W3), a global hypermedia system providing worldwide information The following information is available:
General repositories
Prolog
Window system interfaces
Other logic programming systems
Meetings
Books
Related information
indicates new entries. indicates a (subjectively!) recommended link for especially good on-line information. If enough people email me, I will add a star to entries recommended by others.
General repositories

33. Home Page Of The Prolog Programming Contests
general information and contest results about this international programming contest.
http://www.cs.kuleuven.ac.be/~bmd/PrologProgrammingContests/
The Prolog Programming Contests
Here are the questions of the first five editions of the contest: Here some old pictures from Manchester 1998 Comments ? Questions ? Please let me know. Bart Demoen

34. Web Programming Topic Guide
general guide to using CGI and other Webrelated programming with Python.
http://www.python.org/topics/web/
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 Books 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.

35. BUBL LINK / 5:15 Internet Resources: Computer Programming - General
BUBL LINK / 515 Catalogue of Internet ResourcesComputer programming general.
http://bubl.ac.uk/link/c/computerprogramming-general.htm
BUBL LINK / 5:15 Catalogue of Internet Resources Home Search Subject Menus A-Z ... About
Computer programming - general
A-Z Index Titles Descriptions
  • Developer .com
  • Guide to Computer Science Internet Resources
  • Memory Management Glossary
  • Open Source Page ...
  • World Lecture Hall: Computer Science Page last updated: 17 March 2003 Comments: bubl@bubl.ac.uk
    Developer .com
    Resources and information for software developers, including Internet-related resources and programming tools, online books on subjects including ActiveX and Website management, free source code and graphics, and articles on new development technologies.
    Author: EarthWeb
    Subjects: computer programming - general, web site management
    DeweyClass:
    ResourceType:
    documents, software
    Location: usa
    Last checked:
    Guide to Computer Science Internet Resources
    Includes academic departments and institutes, algorithms, associations, bibliographies and technical reports, dictionaries and programming languages, and courses and tutorials.
    Author: Michael Knee, University at Albany, SUNY
    Subjects: algorithms, computer dictionaries, computer programming - general, computer science education, computer science research
  • 36. Jostraca - : A Free Open Source Template Driven Code Generation Toolkit In Java
    A general purpose code generation toolkit for software developers. It uses JSP syntax and can be configured to use a number of different programming languages. Open source, GPL
    http://www.jostraca.org/
    download documentation resources contact The Jostraca Code Generator
    Welcome News Jostraca is a general purpose code generation toolkit for software developers. Code generation helps save you time and effort by reducing redundancy and drudge work. Code generation can be thought of as programming by example . Show the computer an example of what you want, and it does the rest. Jostraca generates code using the Java Server Pages syntax. However this syntax can be used with any language . Jostraca comes preconfigured for Java Perl Python Ruby ... Rebol and C , with more to come. Getting Started First, download and install Jostraca. Then follow the step-by-step introduction. Follow the tutorials and the examples to learn about practical applications and advanced uses of Jostraca. The manual provides a detailed description of Jostraca and the reference section is a concise listing of configuration parameters and template elements. License Jostraca is made available under the GNU General Public License . That means that your rights as a developer are protected and guaranteed. This is not a proprietary framework and you are not forced to use particular tools or methodologies beyond the essentials of the system. If you don't like the way Jostraca does something, you can change it. If there are bugs, you can fix them. (All such changes are welcome and encouraged. Please send them to info@jostraca.org

    37. Programming In C
    A collection of pointers to other texts about C, related languages, and programming languages in general on the Internet.
    http://www.lysator.liu.se/c
    ANSI History Culture Literature ... What's new? ANSI C
    ISO/IEC JTC1/SC22/WG14 and N843, the official committee document
    The first chain of abbreviations is the committee responsible for maintaining and updating the C language definition; the second, N843, designates the Final Committee Draft of what will one day be the next C standard. As usual, there are versions in gzipped PostScript and gzipped Adobe Acrobat format
    hyperlinked version of N794
    , a slightly earlier draft.
    A brief description of Normative Addendum 1, by Clive Feather
    This work - 4 years in the doing - has culminated in Normative Addendum 1.
    Normative Changes to ISO/IEC 9899:1990 in Technical Corrigendum 1
    Four years after the adoption of the ANSI C standard as an International Standard in 1990, answers to the first batch of defect reports have been formally accepted: the C standard has changed.
    Paul Eggert summarizes Technical Corrigendum 2
    ISO C Technical Corrigendum 2 (TC2) has been approved. Even leaner than its predecessor TC1, it consists only of small changes in response to Defect Reports, and will be of interest mostly to compiler and test suite vendors.
    Instant C9x: Doug Gwyn's Q8
    ``Aside: Why "Q8"? That was used as a system external symbol prefix in old CDC Fortran implementations, to avoid link-time name-space collisions with user-defined symbols, on the assumption that no user would ever think of using such a name.''

    38. Programming - General
    programming general. Page 1 of 1. The Wonderful World of Data QueuesBy Kevin Vandever. Everything you ever wanted to know about
    http://www.snap-ebooks.com/Programming-General.htm
    eBooks
    Programming - General
    Page 1 of 1 The Wonderful World of Data Queues By Kevin Vandever
    Everything you ever wanted to know about AS/400 Data Queues but were afraid to ask! Learn how to create and use Data Queues from RPGIV, Java, VisualAge for RPG and even VisualBasic in this fun, and easy to read "How-To" eBook! Author Kevin Vandever will teach you everything you need to know to begin using Data Queues from the very first day! COMING SOON!
    Now Available! Only Click on the image above to order! Click on the image below for a sample! Download the Lightning-Guide eReader here! (You'll Need It To Read the eBooks!) NOTE: Windows 95 NOT! Supported! Download Introduction to VisualAge for RPG - FREE! Why pay $59.00, $79.00, $99.00 or even $129.00 for a traditional "printed" book? Why wait two to three weeks for delivery of a "traditional" book? Get the information you need...

    39. Visual Basic Explorer - VB Forums @ Www.ezboard.com
    Active VB discussion for all programmer levels. general topics like database and API programming, as well as specialized forums for game, directx and those just getting started.
    http://pub13.ezboard.com/bvisualbasicexplorer
    VBExplorer.Com Planet-Source-Code.Com RentACoder.Com
    Visual Basic Explorer - VB Forums
    14474 registered members Login Register Your Free Account (Required) Search Help ... ASCII
    Forum # Posts Last Comment General Getting Started
    Forum Description
    4/10/03 7:44:55 pm Strings, Text and Dates
    Forum Description
    4/10/03 4:28:06 pm
    Forum Description
    4/10/03 3:01:49 pm Forms and Controls
    Forum Description
    4/10/03 6:00:56 pm General Visual Basic
    Forum Description
    4/10/03 7:48:43 pm Internet, VBScript, HTML
    Forum Description
    4/10/03 8:18:16 pm
    Forum Description
    4/10/03 3:00:43 pm .NET VB.NET
    Forum Description
    4/10/03 6:19:01 pm .NET Reference
    Forum Description
    3/31/03 12:34:51 pm Focus on Business - Database Programming Data Access Code Forum Description 4/10/03 11:32:20 am Data Access Controls Forum Description 4/8/03 1:50:23 am Forum Description 4/9/03 10:11:19 pm Database Reference Forum Description 4/9/03 9:18:29 am VBA - Visual Basic for Applications Forum Description 4/10/03 2:43:05 pm Word Forum Description 4/7/03 2:16:08 am Outlook, CAD, Visio, etc Forum Description 4/10/03 9:02:10 pm Title 21 CFR Part 11 Forum Description 9/15/02 5:18:03 pm VBA Reference Forum Description 3/29/03 3:59:42 pm Focus on Games Forum Description 4/2/03 10:49:35 am DirectX for Visual Basic Forum Description 4/10/03 11:56:41 am Forum Description 4/10/03 7:24:38 pm Game Reference Forum Description 4/1/03 3:35:18 am Hardcore VB ActiveX® / COM Forum Description 4/10/03 6:23:42 pm Application Program Interface (API) Forum Description 4/10/03 3:27:22 am Advanced VB Forum Description 4/10/03 10:27:11 am

    40. The MPSGE Modeling Framework
    (Mathematical programming System for general Equilibrium analysis) describes the GAMS subsystem for CGEmodeling developed by Thomas Rutherford. Introduction, material for self-study, papers and downloadable library of examples.
    http://www.gams.com/solvers/mpsge/index.htm
    Home Support Sales Solvers ... Contact Us
    MPSGE Models in GAMS
    What is MPSGE
    MPSGE is a mathematical programming system for general equilibrium analysis which operates as a subsystem within GAMS MPSGE is essentially a library of function and Jacobian evaluation routines which facilitates the formulation and analysis of AGE models. MPSGE simplifies the modelling process and makes AGE modelling accessible to any economist who is interested in the application of these models. In addition to solving specific modelling problems, the system serves a didactic role as a structured framework in which to think about general equilibrium systems.
    How does one learn about how to use MPSGE?
    There does not exist a comprehensive users guide/manual for the software at this point in time, however there are a number of papers which describe the software or its applications. Here are some of the resources provided on this web site: Web pages which I plan to write at some point include:
    • Modeling Small Open Economies Static Multiregional Models MPSGE Models of Environmental Tax Reform MPSGE Models with IRTS and Imperfect Competition How to Implement Intertemporal Models with GAMS/MPSGE Building MPSGE Models with GTAP Data

    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 2     21-40 of 174    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | Next 20

    free hit counter