The AnswerSleuth: Programming
Wikis are increasingly recognized as a promising way to develop private and public knowledge bases. Hive Wiki can be the quickest way to collaboratively share your knowledge. Go Here To Get Your No-Cost Hive Wiki Now!
Home | Edit | Index | Recent Changes

Programming

Search for Programming
  1. Programming Python 2nd Edition - O'Reilly - The Second Edition of Programming Python from O'Reilly is a great book for learning about network programming. compnetworking.about.com Mama
  2. A Practical Guide to Linux(R) Commands, Editors, and Shell Programming
    • Book by Mark G. Sobell.
  3. C++ Programming Tutorials - Free Online C++ Programming Tutorials. Begin learning C++ programming with these lessons. Learn about variables, constants, conditional processing, input and output, strings, arrays, pointers, structures, function, function overloading, templates, program structure, classes, objects, inheritance, po cplus.about.com Mama
  4. Programmers' Heaven - For free C++, Visual Basic, ASP, sourcecode, ... - Programmers' Heaven - For free C++, Visual Basic, ASP, sourcecode, programming, javascript, code, delphi, pascal and more... www.programmersheaven.com Mama
  5. Python Programming Language - Search: Home Search Download Documentation Help Developers Community SIGs What is Python? Python FAQs Python versions Python 2.4 (docs) Python 2.3 (docs) ... www.python.org Mama
  6. Programming Tutorials: Articles, tutorials and resources for programmers! - ... Reference Buy Now Web Standards Solutions: The Markup and Style Handbook Buy Now Embedded C Programming and the Microchip PIC Buy Now Head First Servlets & JSP Buy Now Professional [DotNetNuke]Create? ASP ... www.programmertutorials.com Mama
  7. Wireless Programming, Custom Software Development, CaldiaTech(tm),... - Wireless Programming, Custom Software Development, Caldia Technologies-SMB Software Development, Internet Business Solutions, Custom software applications ... www.caldiatech.com Mama
  8. Extreme Programming (XP) - Articles on extreme programming. Extreme programming is a methodology for developing quality software. cplus.about.com Mama
  9. Code Comments Programming Forum - [CodeComments]Create?.com is a discussion forum for programmers and webmasters Code Comments Programming Forum and web based access to o ... www.codecomments.com Mama
  10. Red Book - [OpenGL]Create? Programming Guide, Second Edition, The Official Guide to Learning [OpenGL]Create?, Version 1.1. Online. fly.cc.fer.hr Mama
  11. Excel 2003 Power Programming with VBA (Excel Power Programming With Vba)
    • Book by John Walkenbach.
  12. BotSpot - Resource for agent and bot programming. www.botspot.com Mama
  13. Mozart Programming System - Free major development platform for open, fault-tolerant, distributed, constraint and logic programming applications: full development environment, tools, documentation, tutorials, source code. Applications developed: realtime bus scheduler, configuration tool, collaborative graphic editor, corpus www.mozart-oz.org Mama
  14. Neon Helium - Extensive [OpenGL]Create? programming tutorials and resources. nehe.gamedev.net Mama
  15. Children's Programming - Producers of children’s programs and videos, along with related resources. www.business.com Mama
  16. Extreme Programming Roadmap - This site has captured several years of Extreme Programming discussion ... in Italian * http://www.xprogramming.com.ua Extreme Programming in ... www.c2.com Mama
  17. GameBoy Dev'rs - Detailed information concerning the programming, modification, and hacking of Game Boy hardware. www.devrs.com Mama
  18. GLUT - OpenGL Utility Toolkit - GLUT (pronounced like the glut in gluttony) is the [OpenGL]Create? Utility Toolkit, a window system independent toolkit for writing [OpenGL]Create? programs. It implements a simple windowing application programming interface (API) for [OpenGL]Create?. GLUT makes it considerably easier to learn about and explore [OpenGL]Create? progra www.opengl.org Mama
  19. Java Programming Resources -- Java, Java, and more Java - Java Programming Books. My top Java and Web programming book choices, ... A place for those that are new to computer programming. This section ... www.apl.jhu.edu Mama
  20. Programming Interviews Exposed- Secrets to Landing Your Next Job
    Cover of ISBN 0471383562Programming Interviews Exposed
    Secrets to Landing Your Next Job:
    • Book by John Mongan and Noah Suojanen.
  21. Directv Satellite TV Programming Choices - ... Services >Antennas & Dishes >Remote Controls >Cables & Other Items Resource Center PROGRAMMING >Programming Choices >International Programming >Programming Guide >Programming ... www.rapidsatellite.com Mama
  22. Pair Programming, an Extreme Programming practice - Make your contribution to research on pair programming by filling out ... Want to read about or share a pair-programming experience? Click here ... www.pairprogramming.com Mama
  23. Programming Concepts Class - Online - Web Design Training by IWA-HWG Programming Concepts Class Learn Online the Basic Building Blocks of Programming/Scripting. Programming Concepts Class Web ... www.hwg.org Mama
  24. Literate Programming - ... Programming. Learn about the CWEB programming language. Download ... www.literateprogramming.com Mama
  25. Computer Programming Schools -- Free Directory of Colleges, Universities,... - Information on colleges, universities, and schools offering a range of degrees, including computer programming schools. Information provided includes a ... www.computer-programming-careers.com Mama
  26. Network Programming - Network programming can be accomplished in multiple ways with today's technology and hetergeneous environments. compnetworking.about.com Mama
  27. Belzabar Software Design: Custom Software Programming - Offers information systems software to analyze data, write reports, conduct transactions, or search for opportunities. Web services expertise as well. belzabar.com Mama
  28. Linear Programming FAQ - A: There is more to linear programming (or integer programming) than ... there is a "friendly Linear Programming and Linear Goal Programming" ... www-unix.mcs.anl.gov Mama
  29. Programming Ruby- The Pragmatic Programmers' Guide, Second Edition
    Cover of ISBN 0974514055Programming Ruby
    The Pragmatic Programmers' Guide, Second Edition:
    • Book by Dave Thomas, Chad Fowler and Andy Hunt.

A Practical Guide to Linux(R) Commands, Editors, and Shell Programming

Book by Mark G. Sobell. Prentice Hall PTR 1008 pages Paperback Published 2005-07-01.
      • Review:: 'informative view. Very good book for the money. All commands are demistified and defined. Bash and C shells are discussed and demistified. This is a great book for anyone trying to learn LINUX.
      • Review:: 'Good book, It complements nicely DVD course It is great book no questions here. I was listening to another reviewer's advice and paired it with "UNIX Essentials and UNIX Core" DVD and this thing works! The book elaborates on many subjects and the DVD gives the whole variety of prospectives on Linux and UNIX. I also liked the clear organization of this book. It takes one glance in the list to figure out what do you need and how to get it. It also helps to see how many things maybe accomplished by variety of ways to avoid mishaps.
      • Review:: 'Excellent introduction to commands,shells and editors If you are a beginner/intermediate linux user in need of tutorial style treatment of commands, editors and shell programming then look no further. The author has done an excellent job presenting the chapters, from the basics to more advanced, gradually building on the concepts learned, in a simple, easy-to-read text. This book shines in explaining the commands with relevant examples and differs from the others in not being a printed man pages. The author also details the subtleties of shell (bash and tc) and shell commands where appropriate. The chapters on sed and gawk are invaluable, so are the chapters on vim and emacs. This book also doubles as an excellent command reference - Part 5 of the book is dedicated to this. This book neither teaches you nor is intended to teach the nuances of mounting/unmounting devices, loading modules, managing disks and partitions, runlevels, boot sequences and boot loaders, networking, user administration and such. Linux administrator handbook by Evi Nemeth et al and How Linux Works by Brian Ward fills this gap nicely. The verdict: Reads so well cover to cover. Highly recommended for beginners.
      • Review:: 'review of A Practical Guide to Linux Commands, Editors, and Shell Programming Clear, concise, and comprehensive.
      • Review:: 'Watch your options! It is good book, decent reference but if you like I'm just starting out get "UNIX Essentials and UNIX Core" DVD course. Yes it is pricey but you're getting precisely what you have been paying for. I found this book to be great but in the same time I found the DVD course to be unmatched. The ability to sit down and listen and watch and follow is can not be substituted with a book. If you are more on economy side, I found that there's no economy as I'm now of the subjects that with book like that, or with any other book it would take me forever to come up. I read this book (along with other dozens) in a train to refresh and to get slightly different prospective however the TRAINING is with DVD as it pays back way faster. I give these book 5 stars because it is nice book, and comparing apple to apples it is one good, useful book.

Excel 2003 Power Programming with VBA (Excel Power Programming With Vba)

Book by John Walkenbach. John Wiley & Sons 1056 pages Paperback Published 2004-01-13. Description: "Today, no accomplished Excel programmer can afford to be without John's book. The value of Excel 2003 Power Programming with VBA is double most other books-simultaneously the premier reference and best learning tool for Excel VBA."
—Loren Abdulezer, Author of Excel Best Practices for Business

Everything you need to know about:

  • Creating stellar [UserForms]Create? and custom dialog box alternatives
  • Working with VBA subprocedures and function procedures
  • Incorporating event-handling and interactions with other applications
  • Building user-friendly toolbars, menus, and help systems
  • Manipulating files and Visual Basic® components
  • Understanding class modules
  • Managing compatibility issues

Feel the power of VBA and Excel

No one can uncover Excel's hidden capabilities like "Mr. Spreadsheet" himself. John Walkenbach begins this power user's guide with a conceptual overview, an analysis of Excel application development, and a complete introduction to VBA. Then, he shows you how to customize Excel [UserForms]Create?, develop new utilities, use VBA with charts and pivot tables, create event-handling applications, and much more. If you're fairly new to Excel programming, here's the foundation you need. If you're already a VBA veteran, you can start mining a rich lode of programming ideas right away.

CD-ROM Includes

  • Trial version of the author's award-winning Power Utility Pak
  • Over one hundred example Excel workbooks from the book

System Requirements: PC running Windows® 2000 SP3 or later, or Windows XP™ or later. Microsoft Excel 2003. See the "What's on the CD" Appendix for details and complete system requirements.

      • Review:: 'OK - If you know what you are looking for I bought this book based on the review of others. If this is really the best out there, somebody new needs to get started writing Excel books. IF you already know some programming concepts and IF you are willing to spend alot of time combing through the book, you might find what you are looking for. I found just enough to put my old programming experience together with Excel's built-ins and alot of trial and error to get what I needed. The index is pathetic, clearly put together by a computer rather than a knowledgeable human being. The examples are all focused on the formatting of cells or cutesy message boxes. Message boxes can be useful, but if I only needed Excel to format data, I wouldn't need to write code.
      • Review:: 'Excel 2003 Power Programming with VBA (Excel Power Programming With Vba) A great resource for any one who compiles a plethora of spreadsheets for their company.
      • Review:: 'Excel - VBA For anyone looking to make your Spreadsheet zing then this a must have reference book. Truely opens the door for those wanting to inprove their programming skills
      • Review:: 'Probably the best introduction to VBA for Excel Having previously read Walkenbach's Excel VBA for Dummies, I was a little dissapointed at the extent to which content was mirrored. That being said, I still have to think this is probably the best book for the beginning Excel VBA programmer aspiring to significantly improve his or her skills. Walkenbach's books are well written, easy to follow, progress logically, and focus on the things you really want to know. He does a good job of balancing between providing the reader with the underlying theory, and providing practical examples. It has also proven to be a valuable reference... more than any other Excel book I own, I have gone back to Power Programming again and again.
      • Review:: 'A complete guid to VBA This book is one of the best ones that explain Excel & VBA deeply. It's recommended for the people who knows the programming bases as general. I owned this book and the author puts a lot of his mind explaining the Excel and VBA. I have been learned a lot because of this book. Thanks for the author Mr. John Walkenbach and for AMAZON. Eng. Abbas Fathy

Fresh copy to be cached until 6:33:20 PM
132 hits

This Page: Edit | History
This Wiki: Home | Related To Programming | Index | Recent Changes | Random Page | Search
Login | Create New Wiki | Wiki List
9/6/2008 10:33 AM v0.61.106 ADBEFEED
Wiki Site Resource List 421ms