Geometry.Net - the online learning center
Home  - Computer - Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 146    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

         Programming:     more books (99)
  1. Head First Programming: A Learner's Guide to Programming Using the Python Language by David Griffiths, Paul Barry, 2009-11-24
  2. Expert C Programming by Peter van der Linden, 1994-06-24
  3. Game Programming for Teens, Third Edition by Maneesh Sethi, 2008-08-14
  4. C++ GUI Programming with Qt 4 (2nd Edition) (Prentice Hall Open Source Software Development Series) by Jasmin Blanchette, Mark Summerfield, 2008-02-14
  5. Advanced iOS 4 Programming: Developing Mobile Applications for Apple iPhone, iPad, and iPod touch by Maher Ali, 2010-10-12
  6. Pro HTML5 Programming: Powerful APIs for Richer Internet Application Development by Peter Lubbers, Brian Albers, et all 2010-09-01
  7. Introduction to Programming with C++ (2nd Edition) by Y. Daniel Liang, 2009-04-15
  8. ActionScript 3.0 Game Programming University by Gary Rosenzweig, 2007-09-08
  9. The Big Book Of NLP Techniques: 200+ Patterns & Strategies of Neuro Linguistic Programming (Volume 0) by Shlomo Vaknin, 2008-12-11
  10. Linux System Programming: Talking Directly to the Kernel and C Library by Robert Love, 2007-09-18
  11. Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) by W. Richard Stevens, Bill Fenner, et all 2003-11-24
  12. Beginning C# 3.0: An Introduction to Object Oriented Programming (Wrox Beginning Guides) by Jack Purdum, 2008-05-12
  13. Beginning Web Programming with HTML, XHTML, and CSS (Wrox Programmer to Programmer) by Jon Duckett, 2008-04-28
  14. Linear and Nonlinear Programming (International Series in Operations Research & Management Science) by David G. Luenberger, Yinyu Ye, 2010-11-02

101. Haskell (programming Language) - Wikipedia, The Free Encyclopedia
Online encyclopedia article.
http://en.wikipedia.org/wiki/Haskell_programming_language
Haskell (programming language)
From Wikipedia, the free encyclopedia   (Redirected from Haskell programming language Jump to: navigation search Haskell Paradigm functional , lazy/ non-strict modular Appeared in Designed by Simon Peyton Jones Paul Hudak Philip Wadler , et al. Stable release Haskell 2010 (November 24, 2009 ; 10 months ago Preview release Haskell 2011 Typing discipline static strong inferred ... Gofer Influenced by Alfl APL FP Hope and Hope+ ... Scheme Influenced Agda Bluespec Clojure C# ... Cross-platform Usual file extensions .hs .lhs Website haskell.org Haskell (pronounced /ˈhæskəl/ is a standardized, general-purpose purely functional programming language , with non-strict semantics and strong static typing . It is named after logician Haskell Curry . In Haskell, "a function is a first-class citizen of the programming language. As a functional programming language, the primary control construct is the function ; the language is rooted in the observations of Haskell Curry and his intellectual descendants, that " a proof is a program; the formula it proves is a type for the program
Contents

102. Literate Programming
Learn about literate programming using the CWEB tool for software development. Download a free CWEB distribution for Microsoft Windows.
http://www.literateprogramming.com/
literateprogramming.com
Quotes
Category
Community
Literate Programming
Donald Knuth. "Literate Programming (1984)" in Literate Programming. CSLI, 1992, pg. 99.
I believe that the time is ripe for significantly better documentation of programs, and that we can best achieve this by considering programs to be works of literature. Hence, my title: "Literate Programming." Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do. The practitioner of literate programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Such an author, with thesaurus in hand, chooses the names of variables carefully and explains what each variable means. He or she strives for a program that is comprehensible because its concepts have been introduced in an order that is best for human understanding, using a mixture of formal and informal methods that reinforce each other.
Donald Knuth. The CWEB System of Structure Documentation. Addison-Wesley. 1994. pg. 1.

103. Programming In C
Full guide for ANSI standard C programming language.
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 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.
David R. Tribble: C99 vs. C++98
David R. Tribble has tracked down all the subtle differences between ISO C and ISO C++, as well as the features that once differed but have been aligned, and lists them with references to the two defining documents.
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.

104. Programming Definitions | .ini To Blogging Cheat Sheets
Browse categorically All Categories programming Advanced Business Application programming. Advanced Programto-Program Communication
http://whatis.techtarget.com/definitionsCategory/0,289915,sid9_tax281874,00.html

105. Programming.Org
programming.org is not yet ready for the prime time. Most (or all) links on this page have been disabled until it's ready to be released. Please check back again soon!
http://programming.org/
Programming.org is not yet ready for the prime time.
Most (or all) links on this page have been disabled until it's ready to be released. Please check back again soon!

106. What Is Extreme Programming? | XProgramming.com
Nov 8, 2001 Extreme programming is a discipline of software development based on values of simplicity, communication, feedback, and courage.
http://xprogramming.com/book/whatisxp/

Getting Started
Articles
Services
Contact
What is Extreme Programming?
Extreme Programming is a discipline of software development based on values of simplicity, communication, feedback, and courage. It works by bringing the whole team together in the presence of simple practices, with enough feedback to enable the team to see where they are and to tune the practices to their unique situation. Whole Team Extreme Programming teams use a simple form of planning and tracking to decide what should be done next and to predict when the project will be done. Focused on business value, the team produces the software in a series of small fully-integrated releases that pass all the tests the Customer has defined. Extreme Programmers work together in pairs and as a group, with simple design and obsessively tested code, improving the design continually to keep it always just right for the current needs. The Extreme Programming team keeps the system integrated and running all the time. The programmers write all production code in pairs, and all work together all the time. They code in a consistent style so that everyone can understand and improve all the code as needed.

107. The Unlambda Programming Language
A functional language designed for obscurity
http://www.madore.org/~david/programs/unlambda/
The Unlambda Programming Language
Unlambda: Your Functional Programming Language Nightmares Come True
Table of contents
  • What's New in Unlambda World? Introduction
    What's New in Unlambda World?
    (If you don't know what Unlambda is, skip this section and move directly to the introduction below.) [2001/08] This page is being revised in preparation of the Unlambda 3 distribution.
    Introduction
    CyberTabloid Computer Languages Today The Hitch-Hacker's Guide to Programming
    What is Unlambda?
    Unlambda is a programming language. Nothing remarkable there. The originality of Unlambda is that it stands as the unexpected intersection of two marginal families of languages:
    • Obfuscated programming languages, of which the canonical representative is Intercal . This means that the language was deliberately built to make programming painful and difficult (i.e. fun and challenging). Functional programming languages, of which the canonical representative is Scheme (a Lisp dialect). This means that the basic object manipulated by the language (and indeed the

108. The Art Of Computer Programming
Volumes 15 represent the central core of computer programming for sequential machines; the subjects of Volumes 6 and 7 are important but more specialized.
http://www-cs-faculty.stanford.edu/~uno/taocp.html

The Art of Computer Programming (TAOCP)
by Donald E. Knuth. Click here to send a message to the publisher requesting email updates about current and future volumes of these books. At the end of 1999, these books were named among the best twelve physical-science monographs of the century by American Scientist , along with: Dirac on quantum mechanics, Einstein on relativity, Mandelbrot on fractals, Pauling on the chemical bond, Russell and Whitehead on foundations of mathematics, von Neumann and Morgenstern on game theory, Wiener on cybernetics, Woodward and Hoffmann on orbital symmetry, Feynman on quantum electrodynamics, Smith on the search for structure, and Einstein's collected papers. Wow!
Volume 1
Fundamental Algorithms , Third Edition (Reading, Massachusetts: Addison-Wesley, 1997), xx+650pp. ISBN 0-201-89683-4
Volume 1 Fascicle 1 MMIX : A RISC Computer for the New Millennium (2005), v+134pp. ISBN 0-201-85392-2
Translations of previous editions:
Romanian translation by Adrian Davidoviciu, Adrian Petrescu, Smaranda Dimitriu, and Paul Zamfirescu, Tratat de programarea calculatoarelor , V. 1:

109. Cprogramming.com - Programming Tutorials: C++ Made Easy And C Made Easy
Understandable C++ tutorials (covers most of basic C, except i/o). Includes basics, pointers, arrays, classes and structs, recursion, linked lists, encryption, OpenGL graphics
http://www.cprogramming.com/tutorial.html

110. D (programming Language) - Wikipedia, The Free Encyclopedia
Fine, brief description. If you are in haste, read this.
http://en.wikipedia.org/wiki/D_programming_language
D (programming language)
From Wikipedia, the free encyclopedia   (Redirected from D programming language Jump to: navigation search For other programming languages named D, see D (disambiguation)#Computing D programming language Paradigm multi-paradigm object-oriented imperative ... meta Appeared in Designed by Walter Bright Stable release 1.064 (September 13, 2010 ; 41 days ago Preview release 2.049 (September 13, 2010 ; 41 days ago Typing discipline strong static Major implementations DMD ( reference implementation ), GDC, LDC Influenced by C C++ C# Java ... OS DMD: Unix-like Windows Mac OS X Usual file extensions .d Website digitalmars.com/d D Programming at Wikibooks The D programming language , also known simply as D , is an object-oriented imperative multi-paradigm system programming language designed by Walter Bright of Digital Mars . It originated as a re-engineering of C++ , but even though it is predominantly influenced by that language, it is not a variant of C++. D has redesigned some C++ features and has been influenced by concepts used in other programming languages, such as Java Python C# , and Eiffel
Contents

111. Resources For Programming Language Research
Links to resources for research in programming language theory, design, implementation, and related areas. (Mark Leone, Carnegie Mellon University)
http://www.cs.cmu.edu/~mleone/language-research.html
Programming Language Research
A collection of information and resources for research in programming language theory, design, implementation, and related areas. Additions and corrections are welcome!
Subject-Oriented Pages
Other Related Pages
Mark Leone ( mleone@cs.cmu.edu

112. .:[ Packet Storm ]:. - Http://packetstormsecurity.org/
Secure programming packages
http://packetstormsecurity.nl/programming-tutorials/
links back to your roots back to your roots Section: / programming-tutorials / Page 1 of 2 Files 1 - 25 of 34 Currently sorted by: File Name Sort By: Last Modified File Size File Name: 1986-loginv12n1.ps Description: "How to Write a Setuid Program" M. Bishop File Size: Last Modified: Aug 17 02:16:20 1999 MD5 Checksum: File Name: 1996-sans-tut.ps Description: "UNIX Security: Security in Programming" M. Bishop File Size: Last Modified: Aug 17 02:16:19 1999 MD5 Checksum: File Name: 1997-ns97.ps Description: "Writing Safe Privileged Programs" M. Bishop File Size: Last Modified: Aug 17 02:16:17 1999 MD5 Checksum: Directory: Description: Welcome to the world of Ada, a relatively new programming language with the force of the United States Department of Defense behind it. With its very nature, Ada is a large language that is relatively difficult to compile because it does so many checks at compile time. Total Files: Last Modified: Sep 14 09:27:50 2004 Directory: Description: Welcome to the world of Ada, a relatively new programming language with the force of the United States Department of Defense behind it.

113. ACM-ICPC Web Site Home Page
Annual contest for teams of 3 university/college students involving algorithmic programming problems. Regional contests lead to World Finals.
http://icpc.baylor.edu/

114. Computer Programming Tips And Secrets - For Professionals And Amateurs. -- Progr
Computer programming tips, tricks, hints and Secrets for programmers, by programmers.
http://programmingtips.com/

Home
Learn Programming Now! Newsletter Latest News ...
Become an Affiliate!

Stock Lookup Enter symbol: Authorized Affiliate
Computer Programming Tips, Tricks, Hints and Secrets...
for Programmers, By Programmers!
I think you'll find this is a great place to visit if you are looking for information on learning to write a computer software program, or if you want programming tips and programming secrets from other computer programmers. I like to think of it as the information source for software development The site includes articles, opinions, and links to other points of interest on the web. It will allow you to interact with other software developers of various levels of experience. As a "guru" myself, I can tell you that this is a resource I wish I had 10 years ago! In the years that I have been programming, I have found that you can never stop learning. No matter how much of an expert people say I am, there are always people who know more than I do. And I can't tell you how many times I was saved from a complex design hell by a "Newbie's" perspective. So whether you are a professional computer programmer, an amateur computer programmer, or even a non programmer who is just interested in learning how to do it, this site is the place for you! The first thing you need to do is add this site to your bookmarks . This way you can repeatedly take advantage of some of the powerful techniques, tips, and strategies shown here. The next thing you should do is be sure to

115. Javanotes 5.1.2 -- Title Page
A free Java programming textbook by David J. Eck, available for use online and for downloading.
http://math.hws.edu/javanotes/
Introduction to Programming Using Java, Fifth Edition
Version 5.0, December 2006
Version 5.1.2, with minor corrections and updates, June 2010
(Version 5 Final Release)
Author: David J. Eck eck@hws.edu
W ELCOME TO the fifth edition of Introduction to Programming Using Java , a free, on-line textbook on introductory programming, which uses Java as the language of instruction. This book is directed mainly towards beginning programmers, although it might also be useful for experienced programmers who want to learn something about Java. It is certainly not meant to provide complete coverage of the Java language. The fifth edition covers Java 5.0 and can also be used with later versions of Java. You will find many Java applets on the web pages that make up this book, and many of those applets require Java 5.0 or higher to function. Earlier editions, which covered earlier versions of Java, are still available; see the preface for links. You can download Introduction to Programming Using Java for use on your own computer. PDF and print versions are also available. Links can be found at the bottom of this page.

116. JUDO - Java IDE For Children And Beginning Programmers
A programming environment designed to help teach beginners and children how to program.
http://judo.sourceforge.net
Donate to JUDO
JUDO - Java IDE for Children and Beginning Programmers
JUDO is a Java IDE for Beginning Computer Programmers. An IDE is an Integrated Development Environment, or a program that makes it easy for you to write computer programs. JUDO is also an educational tool used to teach programming concepts and to spark excitement and interest in programming. JUDO is easy to use. JUDO is Fun! Download JUDO Now! Why should I learn to write programs? Computer programming can be fun, rewarding, and lets you do impressive things with your computer that you have never done before. By writing programs in JUDO, you can:
  • paint colorful shapes on the screen and move them around with the mouse and keyboard
  • have your computer prompt someone to type in information and respond to their answers
  • have the computer do math calculations for you
  • Write games and animations
There are hundreds of interesting things you could do, and its only limited by your imagination.
JUDO News
JUDO has been translated into Spanish thanks to the help of Gabriel Reyes. Download the Spanish version on the

117. ARS Based Programming: Fundamental And Without Limits
programming based on Abstraction, Reference and Synthesis, (ARS).
http://www.lambda-bound.com
ARS Based Programming:
Fundamental And Without Limits
Home Lambda Bound A++ Book on A++ (available in English now!) ARS++ ARSAPI Book on ARS
Demo Programs
... Links
Other languages: Deutsch ARS Based Programming is built on three principles: Abstraction, Reference and Synthesis ARS ) which are derived from the Lambda Calculus. This approach to programming is covered in detail in the book `Programmierung pur' (`Undiluted Programming') which has been published in April 2003 by the S.Toeche-Mittler Verlag in Darmstadt, Germany. This site introduces ARS Based Programming and three tools intended to help learning and applying this approach:
  • A++ , a minimal programming language with interpreter for basic training enforcing rigorous confrontation with the essentials of programming; ARS++ , a full blown programming language including a virtual machine and compiler, extending A++ into a language that is fully ars-compatible with a functionality going beyond that of Scheme with the power of coping with the challenges of real world programming ARSAPI , a bridge between ARS and popular programming languages like Java, C and C++
  • 118. Science Of Computer Programming - Elsevier
    Science of Computer programming is dedicated to the distribution of research results in the areas of software systems development, use and maintenance,
    http://www.elsevier.com/locate/scico/

    119. Free Programming Tools And Resources (thefreecountry.com)
    Directory of free development tool for a variety of platforms.
    http://www.thefreecountry.com/programming/
    Free Programming Tools and Utilities
    Editors, Debuggers, Help Authoring, Setup, Version Control, etc
    You are here: thefreecountry.com (main page) Free Programming Tools and Utilities
    Free Programming Tools / Resources
    You can find tools, resources and utilities for a wide variety of programming tasks below. If you don't see the category of tools you want listed in the index below, please check out the Miscellaneous Free Programming Tools page, a catch-all page for everything that does not have its own page. Note that compilers and interpreters source code and libraries as well as documentation are listed separately on their own pages.
    Help and Documentation
    Text and Source Code Handling
    Debugging and Binary Code Management

    120. PROGRAMMING - The Museum Of Broadcast Communications
    16 posts 13 authorsYet television programming is a complex and expensive product, and profitability demands standardization and routinization as much as it requires
    http://www.museum.tv/eotvsection.php?entrycode=programming

    Page 6     101-120 of 146    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter