Geometry.Net - the online learning center
Home  - Computer - Cpp
e99.com Bookstore
  
Images 
Newsgroups
Page 8     141-160 of 194    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

         Cpp:     more books (100)
  1. Compiler Design in C (Prentice-Hall Software Series) by Allen I. Holub, 1990-03-27
  2. Pocket Guide to TCP/IP Sockets (C Version) (The Morgan Kaufmann Practical Guides Series) by Michael J. Donahoo, Kenneth L. Calvert, 2001-06

141. Welcome - Ticalc.org
Features programming tutorials, columns, news articles, and thousands of files for download.
http://www.ticalc.org/
Basics Archives Community Services ... Your Account OurWorld Released
Posted by Michael on 4 June 2004, 03:57 GMT Kirk Meyer
of Detached Solutions has released a new flash application for the 83+/89/92+/V200: OurWorld. OurWorld is a world atlas that is fully zoomable and has political boundaries defined by 30,000 data points. There are also labels of countries, capitals, major cities, and lakes. The 83+ version uses a flat projection while the 89 version and 92+/V200 version use an orthographic projection for a globe-like appearance. It's also worth mentioning that this app won the grand prizes in the 2003 TI App Development Contest for both the Z80 and 68k divisions. Discuss (35 comments)
ticalc.org Reaches 50,000 User Accounts
Posted by Michael on 29 May 2004, 20:19 GMT
We have reached yet another site milestone: Fifty thousand user accounts. Steve Taylor is the lucky owner of account #50000. Figuring approximately 100,000 posted comments, we're averaging two comments per user. We wish to thank you, the visitors, for our success. Hopefully we will reach 100,000 users in the future. Discuss (114 comments)
Help Wanted
Posted by Morgan on 27 May 2004, 03:36 GMT

142. Mathematical Programming Glossary
Glossary of keywords and phrases used in the field of optimization.
http://www.cudenver.edu/~hgreenbe/glossary/glossary.html

143. Free C/C++ Libraries, Source Code And Frameworks(thefreecountry.com)
A variety of free libraries, with or without source code, for accessing databases (with/without ODBC, SQL), encryption, graphics/images, compression, fonts, GUI's, 3D engines, 2D engines, and sockets programming.
http://www.thefreecountry.com/developercity/freelib.html
@import url(../include/modern.css);
Free C / C++ Libraries, Source Code and Frameworks
Reusable source code, libraries, components to link with your programs
Search This Site
Main Site Home Feedback Link To Us No Spam Policy ... Site Map Programming Free Compilers Source Code / Libraries Programming Tools Documentation For Webmasters Web Hosting Perl Scripts PHP Scripts Script Hosting ... Wizards Security Security Miscellaneous Logtime Tofrodos NetSyndic News Hosted by:
If you find this site useful, please link to us
Free C / C++ Libraries, Source Code and Frameworks
Here are some C and C++ libraries, DLLs, VCLs, source code, components, modules, application frameworks, class libraries, source code snippets, and the like, that you can use with your programs without payment of fees and royalties. Note that some libraries (etc) listed here may have certain restrictions about its use and/or distribution. Be sure you read the licence conditions in each package before using them. A few types of libraries have been moved to their own pages, due to the large number of items in those categories. Here are some of the other pages containing free libraries on this site:

144. Programmingtutorials.com - Online Programming Tutorials
Programmingtutorials.com is your online resource for learning to program using the .NET Framework, ASP.NET, C , C, C++, Java, J2EE, SQL, Perl, Web Services
http://www.programmingtutorials.com/
Sunday, June 06, 2004 • Programming tutorials online .NET, Java, C++, and More Home .NET Framework ASP.NET C# ... Contact Us Download Site Code! Get Visual Studio! Your link to online programming tutorials Welcome to Programmingtutorials.com, your source for online tutorials. We hope you like our newly redesigned site! You will find over 300 programming language tutorials, lessons, and how-to's. You can surf through our collection of free online tutorials or read postings in one of our forums. Just choose the language you are interested in learning in the left nav, or use the drop downs below find a lesson and enjoy! We would like to welcome My Personal Programmer as our new site co-sponsor! My Personal Programmer is a great tool for learning early programming concepts. It's is designed for non-techies, as well as, beginning and intermediate programmers who want to learn or create an application without worrying about frustrating syntax. Try it today free for 30 days! Recent Forum Posting Posted By: POGI ( Saturday, June 05, 2004 12:18:00 AM

145. SearchPay
Covers among other things, NASM assembler programming on the Linux i386 platform code, links, documents, comments.
http://rocknpenguin.c2c2c.ca/linux-programming/?section=assembler

146. Top 10 Ways To Be Screwed By "C"
The Top 10 Ways to get screwed by the C programming language. Infallible programmers, of the type unix and C designers anticipated, need read no further.
http://www.andromeda.com/people/ddyer/topten.html
The Top 10 Ways to get screwed by the "C" programming language
Last modified Dec 1, 2003. To get on this list, a bug has to be able to cause at least half a day of futile head scratching, and has to be aggravated by the poor design of the "C" language. In the interests of equal time, and to see how the world has progressed in the 20-odd years since "C" escaped from its spawning ground, see my Top 10 Ways to be Screwed by the Java programming language , and for more general ways to wase a lot of time due to bad software, try my Adventures in Hell page.
A better language would allow fallible programmers to be more productive. Infallible programmers, of the type unix' and "C" designers anticipated, need read no further. In fairness, I have to admit that the writers of compilers have improved on the situation in recent years, by detecting and warning about potentially bad code in many cases.
  • Non-terminated comment , "accidentally" terminated by some subsequent comment, with the code in between swallowed.
  • a=b; /* this is a bug

    147. D Programming Language
    Compiled, garbage collected, simpler C++ replacement by Walter Bright (wrote first DOS C++ compiler). Goal maximum similarity to C/C++, except where backward compatibility gets in the way. Overview, specification, download.
    http://www.digitalmars.com/d/

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

    149. APC Frameset Page
    Offers data processing services for data conversion, data entry, direct mailings, custom programs and telephony.
    http://members.aol.com/apc68/

    150. A Programming Language For Communicating Distributed Objects
    Fascinating proposal for a very compact folding CDO language Seentacks? We don't need no stinkin' Seentacks!
    http://www.cawley.demon.co.uk/lang.html
    A Programming Language for CDO
    This is not a specification for a programming language, but a description of the features which a programming language ought to have. From these, it should be easy for anyone to "fill in the blanks" from the features common to all programming language.
    Syntax - or the lack of it
    Seentacks? We don't need no stinkin' Seentacks!
    A rant against Ascii
    Please excuse me while I take time out for a short rant. If you don't like rants, skip to the next section ASCII is a subset of the character set we use for written or printed language. At least, that some of us use - the Japanese, Russians, Arabs, and Greeks, to name but a few, have other ways of representing their language. But writing is just a way of representing spoken language (the very word language, from lingua , the Latin for tongue, reveals the background). The letters (with much allowance for the eccentric orthography of the English tongue) specify the sounds that are to be made, while the punctuation advises on the emphasis. But language was designed for human to communicate with human, not human with computer. Voice recognition is still a difficult problem for computers. And have you ever tried to read a computer program aloud? You can't - at least not in any language that I know. It is nearly impossible to convey to another human the meaning of even the simplest program, and requires curious contortions of emphasis which have little to do with the punctuation characters which actually break up the program.

    151. Extreme Programming From A CMM Perspective
    Mark Paulk, one of the creators of the Capability Maturity Model (CMM) compares and contrasts XP and CMM.
    http://www.sei.cmu.edu/cmm/papers/xp-cmm-paper.pdf

    152. Macrotech
    Resources for assembler and Delphi programming.
    http://www.macrotech.8m.com/
    Free Web site hosting - Freeservers.com Web Hosting - GlobalServers.com Choose an ISP NetZero High Speed Internet ... Dial up $14.95 or NetZero Internet Service $9.95 Macrotech This site moved to http://www.geocities.com/macrotechonline

    153. The Euphoria Programming Language
    Simple, flexible, surprisingly fast, interpreted, runs on 32bit DOS, Windows; FreeBSD, Linux; introduction, news, downloads (over 900 free user-contributed programs), fansite links, mailing list. Public Domain and commercial
    http://www.rapideuphoria.com/
    Home What Is Euphoria? Documentation News ... RDS Development This page provides the latest info on Euphoria - a programming language that's powerful, easy to learn, and a lot more fun than other languages.
    v2.4 Official Release! Check out the New Features Download the code
    V e r s i o n 2 . 4

    Download
    a 950K installation file, and you're all set!
    Download
    a 564K .tar file, and you're all set!
    Boost your speed with the Euphoria To C Translator! Get a copy of the Interpreter Source Code!
    Check the most recent messages posted on EUforum
    Search
    58,000 posted messages Search 1,300 contributed programs Search the documentation Stop by the Euphoria Chat Room View This Site in Russian! Earn big bucks writing Euphoria programs The Latest User Contributions - Click title to download WIN Comment / un-comment macros for TextPad Rubem Pechansky Jun 4/04 These two macros are intended to use with TextPad, the excellent text editor from Helios Software Solutions. Use them to comment and un-comment multiple lines of Euphoria code at once. GEN Replacement print statement Derek Parnell Jun 3/04 GEN Tommy's Unicode Library 1.1

    154. The Miranda Programming Language
    Overview of the language, areas of application and some sample programs.
    http://www.engin.umd.umich.edu/CIS/course.des/cis400/miranda/miranda.html
    TM
    The Miranda Programming Language
    Click below to go directly to a specific section: History Significant Language Features Areas of Application Sample Programs ... Acknowledgments
    History
    Miranda was developed in 1985-86 by David Turner, and is now currently being marketed by Research Software Ltd. of England. Miranda was the successor of the functional languages SASL and KRC. With Miranda, the main goal was to produce a commercial version of a standard non-strict purely functional language. To make Miranda commercially viable, the development environment had to be made very flexible and easy-to-use.
    Significant Language Features
    • Miranda, A Non-Strict Purely Functional Language
        Non-Strict:
        In Non-Strict functional languages, the arguments to a function are not evaluated until they are actually required within the functions being called. Therefore, any parameter can be passed to a function and until it is needed in that function, this parameter is not evaluated. This is also known as lazy evaluation, and the main advantage of using this method is that it allows for passing infinite element data structures to a function.
      • Purely Functional:

      • Pure functional languages perform all computation using function application. "Side-effect" features such as destructive assignments and looping are not even provided within the language, and therefore all programs have to strictly adhere to the functional approach of programming.

    155. Practicum Structured Programming - Modula2
    Exercises, tips, syntax reference, programs written in Modula2. Free University of Brussels.
    http://parallel.vub.ac.be/education/modula2/
    Practicum Structured Programming
    Modula-2
    compiler XDS
    demo's
    This is the homepage of the exercises part of J. Tiberghien 's course " Programming Concepts ". Information about the theory can be found on the Info Department website.
    Assistants:
    Jan Lemeire: jan.lemeire@vub.ac.be Johan Parent johan@info.vub.ac.be
    1e kan ir 1e kan IA Exercises
    Topics A-M
    Oct - Dec
    Topics A - F
    Oct - Dec Project I Nov - Dec (30%) Practicum Exam Jan (70%) Jan herkansing Sep Sep Exercises
    Topics O - Q PACS Project Compiler Consult freely our Documentation Technology pages Modula2 compiler installation for Windows95/98/NT (Windows 2000/XP?): Expires 12th January 2002... XDS 2.45 XDS topspeed package (needed for the IO library that we use in the course) READ THIS BEFORE INSTALLATION:
    • Install folder
        don't install XDS under "Program Files" or another folder with a space in its name!!! (create for example a folder /XDS) never use a folder with a space in its name! XDS doesn't understand this and gets mixed up.
      Update your version of XDS:
        just reinstall the new XDS in the same folder and overwrite the old folder also reinstall the topspeed package!

    156. Object-Oriented Programming Jokes
    Dr. Shuguang Hong's compilation of OO humor.
    http://www.cis.gsu.edu/~shong/oojokes/

    157. The Multi-Paradigm Synchronous Programming Language LEA
    To program synchronous reactive systems, made by merging 3 existing synchronous languages (Lustre, Esterel, Argos) by uniform translation rules to a common intermediate format called Boolean automata. Paper, PDF format.
    http://www.ais.fraunhofer.de/~ap/papers/LEA.pdf

    158. Find All The Right Computer Books And Learning Tools At Osborne McGraw-Hill
    The page at Osborne/McGraw Hill about this book by Herbert Schildt.
    http://shop.osborne.com/cgi-bin/osborne/0078825075.html
    home view cart help
    Search Our Site:
    Special Offers
    Responding to a specific promotion?
    Please enter your Special Reference Code here:
    Example: LIJC912B Sorry, the page (0078825075) was not found The requested item (0078825075) was not found. You can return to browsing our catalog , if you wish.
    New Features!
    Click here to win 500 FREE iTunes!
    Click here to read a sample chapter from the new "Hardening" series.
    Register Your Osborne Book and get the latest Updates and Special Offers
    This Month's Feature Titles
    Definitive information on today's database tools.
    Complete coverage of cutting-edge programming topics. References for the latest networking tools. Advance your career! ... Learn to use the latest technologies! For further contact information please reference the Osborne McGraw-Hill Contact Information page

    159. Uncanny Programming - CSS, XML, DHTML, And More!
    This page contains various tips on CSS, DHTML, XML, Java, and JavaScript made in tutorial format.
    http://server9.hypermart.net/ucprogramming/
    Programming Archive
  • CSS
  • XML (Active Channel)
  • Java/Script
  • Site Promotion ...
  • Others
    Newest Articles
  • Learn CSS in 7 Easy Steps
  • SiteAdd
  • Major Money Makers
  • Perks and Perils of Cut-and-Paste ...
  • Flashy Introductions
    More Programming Pages
  • Freebie Lists
  • Startpunkt
    Welcome to Uncanny Programming. This page contains various programming tutorials that the other pages never teach you. CSS, Active Channels, IE HTML, and Dynamic Fonts are some of the many cool programming tips that you will learn here, and virtually nowhere else. Check out the most recent programming tutorials below or search through the Programming Archive (yes, we do have more tutorials than the ones shown here).
    Do you love to write? Would writing a programming article for a major online resource interest you? If so, you could write an article for Uncanny Programming and get hits to your page in return. To get more info, contact ucprogramming@hotmail.com and tell him what type of article you have in mind! Now back to the most recent programming tutorials....
    Learn CSS in 7 Easy Steps

    Come to this page looking for a good CSS tutorial? Well, NicNet, the creators of this page, have recently completed a new 7-step tutorial on Cascading Style Sheets. This tutorial is in-depth and shows you almost all of the features that can be done with CSS. An example of a popular CSS trick is that "cool MouseOver effect" that everyone asks me about.
  • 160. Programming Language And Compiler Research Groups
    Multisite working groups and projects listing.
    http://www-2.cs.cmu.edu/afs/cs.cmu.edu/user/mleone/web/language/projects.html
    Programming Language and Compiler Research Groups
    Multi-site working groups and projects are listed at the bottom. Also see this page of pointers to online computer science technical reports
  • Brussels Free University Department of Computer Science
    • Programming Technology Lab research projects:
      • Agora project
        Agora is a prototype-based object-oriented programming language featuring encapsulated inheritance on objects.
      • OPUS project
        OPUS is the theoretical counterpart of Agora. The main motivation of the OPUS research project is to design an elementary calculus to express object-orientedness. It should model the crucial features of object-oriented programming in an orthogonal way.
    • Carnegie Mellon University
  • Page 8     141-160 of 194    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter