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

         Programming:     more books (99)
  1. Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) by Greg Perry, 2001-11-12
  2. Parallel Programming with Microsoft .NET: Design Patterns for Decomposition and Coordination on Multicore Architectures (Patterns & Practices) by Colin Campbell, Ralph Johnson, et all 2010-08-31
  3. Unix Programming Environment (Prentice-Hall Software Series) by Brian W. Kernighan, Rob Pike, 1984-03
  4. Programming Ruby 1.9: The Pragmatic Programmers' Guide (Facets of Ruby) by Dave Thomas, Chad Fowler, et all 2009-04-28
  5. The Art of Multiprocessor Programming by Maurice Herlihy, Nir Shavit, 2008-03-14
  6. Elements of Programming by Alexander Stepanov, Paul McJones, 2009-06-19
  7. The Practice of Programming by Brian W. Kernighan, Rob Pike, 1999-02-14
  8. Programming Logic and Design, Comprehensive by Joyce Farrell, 2010-02-08
  9. Programming in Lua, Second Edition by Roberto Ierusalimschy, 2006-03-05
  10. Programming C# 4.0: Building Windows, Web, and RIA Applications for the .NET 4.0 Framework (Animal Guide) by Ian Griffiths, Matthew Adams, et all 2010-08-09
  11. Practical Guide to Linux Commands, Editors, and Shell Programming, A (2nd Edition) by Mark G. Sobell, 2009-11-29
  12. Professional iPhone and iPad Database Application Programming by Patrick Alessi, 2010-10-26
  13. Windows System Programming (4th Edition) (Addison-Wesley Microsoft Technology Series) by Johnson M. Hart, 2010-02-26
  14. Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide) by Steven Feuerstein, Bill Pribyl, 2009-09-24

61. C Graphics Programming Tutorial | Programming Simplified
C graphics programming tutorials aims at providing basic concepts of graphics and helps you quickly run your programs which starts with drawing basic shapes to building
http://www.programmingsimplified.com/c_graphics_programming
Home
Quick navigation
C Graphics Programming Tutorial
GO STRAIGHT TO CODE SECTION GO STRAIGHT TO FUNCTIONS SECTION C graphics programming tutorials aims at providing basic concepts of graphics and helps you quickly run your programs which starts with drawing basic shapes to building animations, projects and games. No knowledge of graphics is required as a prerequisite. After going through this tutorial you are ready to run your own graphics programs. After reading the tutorial you can browse for graphics functions of "graphics.h" header file , every function is discussed with its complete description and a sample source code, you can also download executable file. #include"graphics.h"
#include"conio.h"
int gd = DETECT, gm;
return 0;

62. Concept Programming Vs. Intentional Programming
Brief comments comparing aspects CP with IP.
http://mozart-dev.sourceforge.net/cp-vs-ip.html
Home About Partners Contact Us
Quick Links
Home
News

Thoughts and Rants

License
...
Mailing Lists
More about concepts
Concepts and Objects
Concepts in Lisp

Concepts and Intentions

Concepts and Patterns
...
Terminology
Understanding...
Concept programming
Moka

XL
Thin Tools ... Notes
More Info
Contributors Related Ideas Some history Applications ... The GNU Project
Concept Programming vs. Intentional Programming
From a simplistic point of view, Intentional Programming is a WYSIWYG representation of programs. It is the same step up from programming as a modern word processor is from a typesetting system like LaTeX. It is no coincidence if Charles Simonyi, the man behind Intentional Programming, also worked on the first WYSIWYG word processor. In practice, a modern word processor is remarkably complex (hundreds of time more than something like LaTeX), without adding more capabilities. The same will be true for Intentional Programming. The concept programming tools as presented on this page are alternative, and simpler, methods to achieve results similar to Intentional Programming. However, Intentional Programming is also a programming philosophy: representing the programmer's "intentions". There is very little difference between this philosophy and concept programming. Concept programming can therefore be seen as the "content" philosophy behind Intentional Programming.

63. Programming Tips
Setting Windows wallpaper revisited (with new tricks!) Moving to the next tab stop Control AutoPlay (dynamically) from your program Search for help.
http://www.chami.com/tips/delphi/

64. Programming - Wikiquote
Computer programming (often simply programming or coding) is the craft of writing a set of commands or instructions that can later be compiled and/or interpreted and then
http://en.wikiquote.org/wiki/Programming
Programming
From Wikiquote Jump to: navigation search Computer programming (often simply programming or coding) is the craft of writing a set of commands or instructions that can later be compiled and/or interpreted and then inherently transformed to an executable that an electronic machine can execute or "run".
Contents
  • Computer Programming Debugging
    edit Computer Programming
    • On two occasions I have been asked, – "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" In one case a member of the Upper, and in the other a member of the Lower House put this question. I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
      • Charles Babbage Passages from the Life of a Philosopher (1864), ch. 5: "Difference Engine No. 1" Adding manpower to a late software project makes it later.
        • Fred Brooks 's "law", from The Mythical Man-Month Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning.

65. Download Programming - Softpedia
programming 0 program(s)
http://www.softpedia.com/get/Programming/

66. SIGPLAN
ACM special interest group that explores the implementation and efficient use of programming languages.
http://www.sigplan.org/
SIGPLAN "To explore programming language concepts and tools focusing on design, implementation and efficient use."
Home
Membership Conferences Awards ... Contact Us
Special Interest Group on Programming Languages SIGPLAN is a Special Interest Group of ACM that focuses on Programming Languages. In particular, SIGPLAN explores the design, implementation, theory, and efficient use of programming lang uages and associated tools . Its members are programming language users, developers, implementers, theoreticians, researchers and educators. Membership Key Links

67. The Pragmatic Bookshelf | Programming Ruby
title programming Ruby (2nd edition) The Pragmatic Programmers Guide, by Dave Thomas, with Chad Fowler and Andy Hunt, isbn 9780974514055,
http://pragprog.com/titles/ruby
Books Video Audio Magazine ... Help!
Programming Ruby (2nd edition): The Pragmatic Programmers' Guide
by Dave Thomas, with Chad Fowler and Andy Hunt
Event.observe(window, 'load', setIntroHeight) Event.observe(window, 'resize', setIntroHeight) The Pickaxe book, named for the tool on the cover, is the definitive reference to Ruby, a highly-regarded, fully object-oriented programming language. This Second Edition has more than 200 pages of new content, and substantial enhancements to the original, covering all the new and improved language features of Ruby 1.8 and standard library modules.
What Version of Ruby are You Using?
Ruby is in a period of transition. 2009 saw the release of Ruby 1.9.1, the next generation of the language. Ruby 1.9 has many enhancements and new features that make it the Ruby of choice for new projects. If you want to use Ruby 1.9, then check out our new book Programming Ruby 1.9 Alternatively, if you want to continue to use Ruby 1.8, then use the book on this page. For various technical reasons, the eBook version is a PDF : epub and mobi versions of this title will NOT be available.

68. Programming Coverage & Insight - O'Reilly Radar
The impact of programming particularly open source continues to grow, and O'Reilly tracks the key players and projects. Discover how the tools and techniques of
http://radar.oreilly.com/programming/

69. Free Compilers And Interpreters - Freeprogrammingresources.com
Links to free programming compilers and interpreters categorized by language.
http://www.freeprogrammingresources.com/frcomplr.html
www.freeprogrammingresources.com Home Search Articles Books ... Web Design
Free Programming Compilers and Interpreters

Enter your search terms Submit search form Web www.freeprogrammingresources.com

70. CodeCall Programming Forum
CodeCall is where developers can come to share programming ideas, articles, questions, answers, tips, tricks, source code, and other topics related to
http://forum.codecall.net/

71. Satellite TV Programming & Digital TV Packages - DISH Network
Deciding between digital TV packages? Choose from HD or standard definition programming packages at DISH Network. See special offers and find satellite tv deals.
http://www.dishnetwork.com/packages/programming/default.aspx
var userName = readCookie("userName");
DISH Network
Order DISH Business TV and Building Owners ... Contact Us SEARCH:
Home Packages English Packages
Packages
DISH Network
Over 120 Favorite Channels An exceptional digital TV package sure to please the entire family. Enjoy CNN, Discovery Channel, Disney Channel and ESPN with America's Top 120. Add Premium Movie Channels
and Other TV Programming Over 120 Favorite Channels + Local Sports Network(s) Includes all of the great satellite programming in our America's Top 120 package with the addition of your Local Sports Network(s). You won't miss out on your regional teams' action with this package.
Add Premium Movie Channels

and Other TV Programming Our Most Popular Package! Over 220 Channels Our most popular package, includes all of America's Top 120 plus much more. Add Premium Movie Channels
and Other TV Programming Over 260 Channels Over 250 of the most popular all-digital channels, includes all of America's Top 200 satellite programming in one of our best satellite TV packages.

72. Tutorials From FunctionX
programming resources, tutorilas and FAQs. Also geometric formulas. Microsoft OS and program tutorials.
http://www.functionx.com/
FunctionX Tutorials FunctionX, Inc. General FunctionX Press Fundamentals Microsoft Windows Networking Word Processing Microsoft Word Spreadsheets Microsoft Excel 2007 VBA For MS Excel (2007) Microsoft Excel 2003 StarOffice StarCalc Presentations Microsoft PowerPoint StarOffice StarImpress Databases ADO SQL Oracle ADO.NET ... Microsoft SQL Server 2000 Web Development XML ASP HTML VBScript ... Adobe Flash Corel Paint Shop Pro Computer Languages C++ C++/CLI C++ For MFC C++ For C++ Builder ... Assembly Programming Environments Delphi Win32 C++Builder 2010 Borland C++ Builder Microsoft Visual C++ (MFC) ... Microsoft Visual C# Delphi .NET Microsoft Visual F# Microsoft Visual Basic Microsoft Visual Basic 6 Libraries XML.NET Math Algebra Geometric Formulas Calculus References The Numeric Systems Linux Links States of US Regions of US ... Guest Book C# - Visual C#
C++ , C++/CLI
Microsoft Access
Borland C++ Builder
Visual C++ MFC - Visual C++ .NET

73. Programming
What happens when programming stops being fun? What do you do when juggling dependencies and worrying about installation issues takes all of the joy out of
http://onlamp.com/onlamp/general/programming.csp

74. Comic-Con 2010 :: Programming
programming at ComicCon International 2010. July 22-25, (Preview Night the 21st) at the San Diego Convention Center in San Diego, California.
http://www.comic-con.org/cci/cci_prog.shtml
What's New Special Guests Professionals EXHIBITORS ... A Look at 2009
Thank you to our
generous sponsors
of Comic-Con 2010
Important Information Regarding Programs and Autographs at Comic-Con
All event and program rooms have limited capacity as set by the Fire Marshal. Even though your badge is needed to get into all events, it does not guarantee you access to any event if it has reached its capacity . We do not clear rooms between events. Most autograph signings are of a limited nature. Your badge does not guarantee autographs at any event. Share This
Important Information Regarding Programs
and Autographs at Comic-Con
All event and program rooms have limited capacity as set by the Fire Marshal. Even though your badge is needed to get into all events, it does not guarantee you access to any event if it has reached its capacity . We do not clear rooms between events. Most autograph signings are of a limited nature. Your badge does not guarantee autographs at any event. NEW! Program Room Maps:

75. APINC - Association Pour L'Internet Non Commercial - Accueil
Community featuring programming news, articles and tutorials.
http://www.yov408.com/

76. Math Playground _ Programming
This activity will introduce you to basic programming. Run the sample program on the left side of the screen first. Then click the directions button for a
http://www.mathplayground.com/mathprogramming.html

77. KIRO TV 7 Station Programming
Seattle KIRO Program Highlights, Judge Judy, Montel Williams, Rachael Ray
http://www.kirotv.com/programming/index.html
Current conditions for local cities City Seattle Current Temperature Sky Conditions Light Rain Forecasted Temperatures Time Sky Condition Rain Chance of Rain Temperature 5 Day Forecast WX Alerts Tower Cams IBSYS.header.clock.initClock(document.getElementById('currentDateTime')); Site Web Keyword IBSYS.features.searchForm('newHeaderSearchForm');

78. DSAP - Data Structures + Algorithms = Programs
Data Structures + Algorithms = Programs. Algorithm materials and programming problems from informatics contests.
http://vnco.lubox.net/

79. Programming Articles - Find Programming Related Articles On ArticlesBase.com
Oct 28, 2010 Find programming articles at ArticlesBase.com a free articles directory. Submit your articles for free distribution and find programming
http://www.articlesbase.com/programming-articles/

80. Programming - Definition And More From The Free Merriam-Webster Dictionary
Definition of word from the MerriamWebster Online Dictionary with audio pronunciations, thesaurus, Word of the Day, and word games.
http://www.merriam-webster.com/dictionary/programming

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

free hit counter