Geometry.Net - the online learning center
Home  - Computer - Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 202    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | 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. Linear Programming FAQ
From the newsgroup sci.opresearch, maintained at the Optimization Technology Center of Northwestern University and Argonne National Laboratory.
http://www-unix.mcs.anl.gov/otc/Guide/faq/linear-programming-faq.html
Linear Programming
Frequently Asked Questions
Optimization Technology Center of
Northwestern University and Argonne National Laboratory
Posted at http://www-unix.mcs.anl.gov/otc/Guide/faq/linear-programming-faq.html
Changes posted to Usenet newsgroup sci.op-research Date of this version: September 1, 2005

102. Icarus Productions - TI And Gameboy Programming
TI calculator and Gameboy Color programs as well as z80 assembly language programming information.
http://icarus.ticalc.org/
The team Projects Articles Features Welcome, no. W elcome to renovated pages of Icarus Productions. Here you will find all our projects, from state-of-the-art Z80 programming (for the GameBoy Color TM and TI-8x calculators) to programs for the PC and m68k platforms. We also have some very useful articles for those starting out on their programming adventures. Catch up on all the latest developments here at Icarus Productions with our news service. TI-83 Plus Application added on 02/17/2002
Port of Balloon available
added on 06/02/2001
Ports of Picross/Balloon
added on 05/23/2001
Pics from the ECTS
added on 04/29/2001
Stooges on IGN
added on 10/20/2000
GBC game
added on 09/15/2000
archives
Using a special technique, IP has managed to dramatically increase the onscreen colors of the GameBoy Color. What started as a demo displaying some still pictures has now emerged as a full-fledged library with exciting features such as FMV playback. See the following pages for detailed information:
HiColour library
HiColour FAQ Problems with viewing these pages? Check the viewing notes Page last updated on Sun Feb 17 13:15:34 2002

103. Nonlinear Programming FAQ
From the newsgroup sci.opresearch. Includes links to other related tutorials and FAQs.
http://www-unix.mcs.anl.gov/otc/Guide/faq/nonlinear-programming-faq.html
Nonlinear Programming
Frequently Asked Questions
Optimization Technology Center of
Northwestern University and Argonne National Laboratory
Posted at http://www-unix.mcs.anl.gov/otc/Guide/faq/nonlinear-programming-faq.html
Changes posted to Usenet newsgroup sci.op-research Date of this version: September 1, 2005 See also the following pages
pertaining to mathematical programming and optimization modeling:
. . . and don't forget the Web search engines!

104. Redirect Page
Great site for programmers, has information on everything you need to understand a chess computers brain.
http://www.chessbrain.net/beowulf/theory.html
The Chess Programming theory page has been moved
In 5 seconds, you will be automatically redirected to the new site
http://www.frayn.net/beowulf/theory.html
If you are not automatically redirected after 5 seconds, just click the link above.

105. League For Programming Freedom (LPF)
Software patents and user interface copyrights harm programmers, and this organization is dedicated to stopping it.
http://lpf.ai.mit.edu/
League for Programming Freedom
http://progfree.org/ JPEG image of Statue of Liberty holding a disk and tape spool - Sorry, GIF is unavailable News
  • FFII.org domain hoster scared away by Nutzwerk The domain ffii.org is currently offline, due to a hoster who did not have the nerve to research a baseless threat letter sent by Nutzwerk's lawyers. " See also the Boing Boing report.
  • EU Parliament bins software patent bill The European Parliament has voted by a massive majority to reject the software patents directive, formally known as the Directive on the Patentability of Computer Implemented Inventions Amazon Patents User Viewing Histories [Slashdot] Amazon received a patent today on using customer viewing histories to generate recommendations. If a customer views product A, and then later views product B, and you use that to infer a relationship between A and B, then you've infringed on this patent.
The webmaster for this site ( Pierre Sarrazin ) can be contacted at sarrazip at sarrazip dot com (in English or French).

106. LUV Talk: An Introduction To Linux/Unix Programming
Well written, entertaining, basics for 1 hour presentation.
http://www.luv.asn.au/overheads/prog/index.html
An introduction to Linux/Unix programming
Preamble
This talk is a brief guide to Linux programming languages, tools and concepts. It is aimed at programming novices or programmers migrating from a Windows system (and your first question is probably " Where's the IDE? The aim is to introduce you to the concepts, the possibilities and the tools used in Unix programming, focusing on Linux in particular. You will not come away from this talk with an advanced knowledge of C pointers, OOP design in Python or how to hack a network driver in the Linux kernel. There are limits to what you learn in one hour!
Index
  • Firstly - my biases.
    Everyone has them - here are mine, so there is no confusion!
  • The Unix philosophy of small tools
    One problem, many solutions.
  • Editors
    EMACS vs vi, other editors, and some useful features to look out for.
  • From shells scripts to interpreters to compilers and back again
    An introduction to some common Unix languages, including Guile, Perl, Python and Tcl

  • C - the language of Unix
    A brief look at C and C++.
  • 107. Oreilly.com -- Online Catalog: Programming Perl, Third Edition
    programming Perl is not just a book about Perl; it is also a unique introduction to the language and its culture, as one might expect only from its authors.
    http://www.oreilly.com/catalog/pperl3/
    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 Perl Code Fragments only Also see:
    Table of Contents

    Index
    Programming Perl, Third Edition
    By  Larry Wall Tom Christiansen Jon Orwant
    Third Edition July 2000
    ISBN: 0-596-00027-8
    Buy from O'Reilly: Buy Online at: select a store O'Reilly Amazon.com Amazon.co.uk Amazon.ca BN.com Bookpool Bookshop Santa Cruz Borders Chapters.indigo.ca

    108. Dash Optimization - Leading Optimization Software
    Dash Optimization for Linear, Integer and Quadratic programming and Optimization Modeling.
    http://www.dashoptimization.com/
    [Home] [Client Area] [Home] [Contact] ... [Printer Friendly]
    Dash's Xpress-MP Suite is the leading optimization software product for modeling and optimization.
    Employed by end-users or embedded in many optimization software products and solutions, Xpress-MP solves large-scale optimization problems resulting in better business decisions in areas such as supply chain management, operations, logistics and asset management. Dash is completely focused on optimization, with modeling and solving software for : Linear Programming Integer Programming Quadratic Programming General Non-Linear Programming Stochastic Programming Constraint Programming Through expertise in the product and its application, excellent customer support and fast track product development, Dash maintains Xpress-MP at the cutting edge. Client Area [Login]
    Want Access?

    Forgotten your password?
    Latest News ... More news... Xpress-MP Suite Components Overview Xpress-Optimizer Xpress-Mosel Xpress-BCL ...
    Developer
    Ordering/Prices Downloads Publications Academic Client Area Xpress-MP Prices Xpress-XL Prices Evaluate Xpress-MP Evaluate Xpress-SP ... FAQs Quick Links

    109. Oreilly.com -- Online Catalog: Programming Perl, Second Edition
    Coauthored by Larry Wall, the creator of Perl, the second edition of this authoritative guide contains a full explanation of Perl version 5.003 features.
    http://www.oreilly.com/catalog/pperl2/
    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.
    Programming Perl, Second Edition
    By  Larry Wall Tom Christiansen Randal L. Schwartz
    Second Edition
    ISBN: 1-56592-149-6
    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
    Coauthored by Larry Wall, the creator of Perl, the second edition of this authoritative guide contains a full explanation of Perl version 5.003 features. It covers Perl language and syntax, functions, library modules, references, and object-oriented features, and also explores invocation options, debugging, common mistakes, and much more. [ Full Description
    Code Examples
    Chapter 1: An Overview of Perl
    Download the code examples from this book. The complete set of examples is available at:

    110. AcornCD
    A CDDB server for RISC OS. Includes programming specifications and demonstration program.
    http://acorncd.sourceforge.net/
    A freedb server for RISC OS
    I've designed it so as to allow anyone to write clients to fit on top, this way I didn't need to write a CD player. :) There is a mailing list for discussion of AcornCD use and development, I shall also post announcements about new releases etc. to the list. Subscribe to acorncddb list Powered by Yahoo! Groups You can jump straight to the latest release's download
    Requirements
    AcornCD requires a fairly recent set of Toolbox modules to run, along with the nested Window manager. You can get hold of these from RISC OS Ltd. , on their updates page , the Toolbox update zip Additionally, if you want to submit freedb entries (you do, honest...), you'll need Justin Fletcher's GMail, available from his software page
    Recent changes
    I've released a 32-bit patch archive on Sourceforge, available on the files page . It includes the !Run and !RunImages for !AcornCD and !CdTester, which are now built 32-bit. Copy these files over your current applications, and you'll be able to run on a 32-bit capable platform, which includes a 26-bit system with the new shared C library.

    111. DBLP Bibliography
    Research Groups Database Systems Logic programming Computer Science Organizations ACM ( DL / SIGMOD / SIGIR), IEEE Computer Society (DL), IFIP, .
    http://www.informatik.uni-trier.de/~ley/db/
    maintained by Michael Ley Welcome FAQ Mirrors ACM SIGMOD VLDB Endow. SunSITE Central Europe
    Search
    Bibliographies
    Full Text: ACM SIGMOD Anthology
    Links
    DBLP News (August 2005)

    112. How To Learn MOO Programming.
    Annotated list of tutorials in MOO programming, intended for nonprogrammers.
    http://cmc.uib.no/moo/
    moo programming resources
    This collection of resources for learning moo programming grew from the heartache (not to mention stomachache) of one non-programmer who struggled for too long with nothing but the Programmers' Manual to help her. If anyone knows of other tutorials or anything else that might make learning moo programming a less gruesome task, please let me know If you're looking for other kinds of MOO resource, try The lost library of MOO , which has recently been recreated. There are mailing lists you might find useful. One of the lists, moo-cows, has open archives you can browse. If you have no idea what a MOO is, there are better places to find out than here.
    "The Cow Ate My Brain" or "A Novice's Guide to MOO Programming Part I"
    This explains the basics of how a MOO works and how to build your first objects and rooms. It doesn't explain how to write verbs, so strictly speaking this isn't about moo programming but what you can do as a builder. Note that to use the "details" feature that is explained here, you need to make sure that your room is a child of "Wilson's All-in-One Room". So if you're in cmcMOO , then after you've dug your room, you need to type "@chparent MYROOM to #151". In other moos you'll need to figure out the object number of Wilson's room.

    113. Davin's Collection Of Unix Programming Links
    Lots of links related to unix system programming, currently weighted towards socket programming.
    http://www.cs.buffalo.edu/~milun/unix.programming.html
    Davin's collection of unix programming links
    [Started in 1995. Most recent update: $Date: 2005/06/05 03:32:55 $ GMT]
    Individual items

    114. Windows 95/98/Me Device Driver (VxD) Development Tool
    A Windows 95/98 virtual device driver development tool. It enables you to develop Windows 95/98 virtual device driver (VxD) in C/C++. No assembly language programming skill is required with this tool.
    http://www.techsoftpl.com/vxd/
    VxDWriter
    Develop VxD in C/C++ Products Services Support Overview ... Buy it VxDWriter is a tool for developing Windows 95/98/Me Virtual Device Driver (VxD) quickly and efficiently in C/C++. No assembly language programming skill is required with this tool. The resulting VxD, when compiler optimization is enabled, will be comparable with that written in assembly language in code efficiency and size. This tool aims to reduce the Total Cost of Development and Maintenance for your VxDs. Key features
    • VxDWizard to generate a working skeletal VxD with few inputs.
      Special VxD run-time library for handling callback functions, simulating interrupts, memory management, string and memory manipulation, file I/O, debugging, calling 32-bit DLLs in application-time, floating-point operations, etc.
      More than 620 additional VxD service wrapper functions.
      Highly optimized VxD Foundation Class Library for developing VxD in C++ using object oriented design methodology without sacrificing performance
      Support for developing VxD in MS Visual C++ IDE.
      Integrated help file with Win98 DDK, which can be accessed from MS Visual C++ 6.0 IDE.

    115. Gamelan.com - A Developer.com Site For Java Articles, Tutorials, News, Discussio
    Jeff Heaton provides an introduction to JSTL for someone already familiar with JSP programming but new to the template library. J2ME Core Concepts
    http://www.developer.com/java/
    F FREE HP Resources on Identity Management: Web Workshop:
    Identity Management and Compliance
    Demo On-Demand:
    A Comprehensive Approach to Security Management
    Business Blueprint:
    Whitepaper:

    Implementing Federation For Greater Efficiencies
    IT MANAGEMENT CIO Update
    Datamation
    ... IT NEWS Developer.com Earthweb CodeGuru Gamelan Jars Wireless ...
    Prepaid Long Distance

    Compare products, prices, and stores at Hardware Central!
    Computers

    Desktops

    Mac
    PC Notebooks ... more Get the best price on Microsoft Visual Studio .NET Professional Edition or search for other development tools Java Sections EJB/Components Enterprise Java Web-based Java Other Java Free Whitepaper: Information Management Trends In 2005 What's your current data focus? While some companies are still focused on storage and access, others are leveraging their information to be more agile, gain new insights into business performance and make better decisions. Get this whitepaper and learn how your peers are implementing their data management solutions. Download: Information Management Trends In 2005 Compliments of Sybase. Xamlon Refocuses Amidst XAML Craze September 16, 2005

    116. TWiki.FAQ.WebHome
    An overview of the ways you can program the Palm/Pilot along with commentary and links for getting started.
    http://flippinbits.com/twiki/bin/view/FAQ/WebHome
    TWiki FAQ WebHome FAQ Main TWiki Sandbox ... Search
    Welcome to the Palm OS Development FAQ
    Categories
    This FAQ is a web-based collaboration area presented using the TWiki platform. Once you register, you will be able to modify and add to this series of pages at will, allowing the Palm Development Community to continue to grow this FAQ. To search or create a new topic, enter a WikiWord in the text field at the top of this page and press "Go". http://firstsex.dnip.net To see the list of All Faq Topics To discover more about TWiki (and why all the words are run together), ReadmeFirst
    Most recently added or updated articles:
    Topic: Username: Date: WebStatistics Main.guest 15 Sep 2005 - 06:22 WebHome BobFriskin 08 Aug 2005 - 11:09 OtherHighLevelLanguageSystems QuartusHandheldSoftware 31 Jul 2005 - 01:58 HowDoICreateAThread VesselinBontchev 28 Mar 2005 - 13:33 OtherWebPages EricPotter 14 Mar 2005 - 21:17 BuiltInFileFormats VesselinBontchev 25 Feb 2005 - 11:14 RootIDevelopmentTools SteveLemke 17 Feb 2005 - 21:26 http://first.myZ.info

    117. Java Programming, Main Index
    A free Java programming textbook by David J. Eck, available for use online and for downloading.
    http://math.hws.edu/javanotes/
    Please Note: This is the Fourth Edition of this textbook. Many applets in this version require Java 1.3 or higher.
    The Third Edition, which only requires Java 1.1, is still available at:
    http://math.hws.edu/eck/cs124/javanotes3/
    Introduction to Programming Using Java
    Version 4.1, June 2004
    (With minor changes from Version 4.0 of July 2002)
    Author: David J. Eck eck@hws.edu
    W ELCOME TO Introduction to Programming Using Java, the fourth edition of a free, on-line textbook on introductory programming, which uses Java as the language of instruction. Previous versions have been used as a textbook for an introductory programming class at Hobart and William Smith Colleges. See http://math.hws.edu/eck/cs124/ for information about this course. This on-line book contains Java applets, many of which require Java 1.3 or higher. To see these applets, you will need a Web browser that uses a recent version of Java. To learn more, please read the preface Links for downloading copies of this text can be found at the bottom of this page. Search this Text: Although this book does not have a conventional index, you can search it for terms that interest you. Note that this feature searches the book at its on-line site, so you must be working on-line to use it.

    118. 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

    119. BASH Programming - Introduction HOW-TO
    This article intends to help you to start programming basicintermediate shell scripts. It does not intend to be an advanced document (see the title).
    http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
    Next Previous Contents
    BASH Programming - Introduction HOW-TO
    by Mike G mikkey at dynamo.com.ar
    Thu Jul 27 09:36:18 ART 2000 This article intends to help you to start programming basic-intermediate shell scripts. It does not intend to be an advanced document (see the title). I am NOT an expert nor guru shell programmer. I decided to write this because I'll learn a lot and it might be useful to other people. Any feedback will be apreciated, specially in the patch form :)
    Introduction
    Next Previous Contents

    120. BYTE.com
    A special Byte Magazine article published for Byte's 20th anniversary special report
    http://www.byte.com/art/9509/sec7/art19.htm
    Archives Columns Features Print Archives
    Special BYTE Digest Michael Abrash's Graphics Programming Black Book 101 Perl Articles About Us How to Access BYTE.com Write to BYTE.com Advertise with BYTE.com
    Newsletter Free E-mail Newsletter from BYTE.com
    Jump to... Columns: Advanced Software and Technologies BYTE Media Lab Chaos Manor Conference Reports Features Free Features Gigglebytes Letters to BYTE.com Mr. Computer Language Person New Products Op/Ed Portable Computing Serving with Linux The Upgrade Advisor HOME ABOUT US ARCHIVES CONTACT US ... REGISTER
    A Brief History of Programming Languages
    September 1995 20th Anniversary / A Brief History of Programming Languages
    We've come a long way from computers programmed with wires and punch cards. Maybe not as far as some would like, though. Here are the innovations in programming.
    ca. 1946 Konrad Zuse , a German engineer working alone while hiding out in the Bavarian Alps, develops Plankalkul. He applies the language to, among other things, chess. Short Code , the first computer language actually used on an electronic computing device, appears. It is, however, a "hand-compiled" language. Grace Hopper , working for Remington Rand, begins design work on the first widely known compiler, named A-0. When the language is released by Rand in 1957, it is called MATH-MATIC.

    Page 6     101-120 of 202    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | Next 20

    free hit counter