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

         Cpp:     more books (100)
  1. C Programming Language (2nd Edition) by Brian W. Kernighan, Dennis M. Ritchie, 1988-04-01
  2. Programming in Objective-C 2.0 (2nd Edition) by Stephen G. Kochan, 2009-01-08
  3. Programming in C (3rd Edition) by Stephen G. Kochan, 2004-07-18
  4. C Programming: A Modern Approach, 2nd Edition by K. N. King, 2008-04-19
  5. Practical C Programming, 3rd Edition by Steve Oualline, 1997-08-01
  6. Expert C Programming by Peter van der Linden, 1994-06-24
  7. Absolute Beginner's Guide to C (2nd Edition) by Greg Perry, 1994-04-18
  8. C Programming for the Absolute Beginner by Michael Vine, 2007-10-11
  9. C All-in-One Desk Reference for Dummies by Dan Gookin, 2004-09-03
  10. Programming in Objective-C 2.0 (3rd Edition) (Developer's Library) by Stephen G. Kochan, 2011-02-05
  11. The C Answer Book (2nd Edition) by Clovis L. Tondo, Scott E. Gimpel, 1988-11-11
  12. Introduction to C Programming with a little OpenGL Graphics for fun by Robert P. Cook, 2008-08-19
  13. Programming in the Key of C#: A Primer for Aspiring Programmers (Step By Step (Microsoft)) by Petzold Charles, Charles Petzold, 2003-08-01
  14. Linux System Programming: Talking Directly to the Kernel and C Library by Robert Love, 2007-09-18

161. CLiki : Index
The Common Lisp wiki, containing links to and resources for the Common Lisp programming language, and written in Lisp itself.
http://www.cliki.net/
CL iki the common lisp wiki
Home
Recent Changes About CLiki Text Formatting ... Create New Page
index
Links to and resources for free software implemented in Common Lisp and available on Unix -like systems. Listed software should satisfy the Debian Free Software Guidelines ( DFSG Non-Free, non-Unix and non-Common Lisp resources can be found at the tech.coop hyper-cliki

162. PubGo++
A set of C++ classes for go programming.
http://www.bath.ac.uk/~eespjl/go.html
PubGo++
News
What is it ?

Who is to blame ?

Documentation ?
...
Computer GO Links
Download
Download source
Windows executable of scoring program
News
New Release 6 July 2000 This version has some stuff that maintains a view of "groups" on the board.
What is it ?
PubGo++ is a set of classes for GO programming. At present the useful features are:
  • Robust efficient Go Board management. Do move and undo moves. Attachable views decouples the board from other components.
  • Various utilities (bitpads and operators, string table board view, hash tables, iterators).
  • Search engine (proof number based).
  • X11 based GUI (no thrills).
  • Simple string tactics, reads ladders, nets and simple life death.
  • Stand alone scoring (simple life/death using string tactics followed by flood filling).
  • Test bed for existing features.
Who is to blame ?
P.J.Leonard, Bruce Cropley, GioVax, Jon Hobley, Herb Wheeler, Markus Enzenberger and the computer-go mailing list members have contributed code or ideas to this project.
Documentation ?

163. Palm Pilot Software Development With Linux
Alan Kennington's notes on programming for the Palm.
http://www.topology.org/linux/palmsoft.html
palm pilot software development with linux
This web page relates to Palm Organizer programming experiences in mid-1999.
Things must have changed since then. This is just my personal set of notes about programming the 3com Palm Pilot using linux development tools. In the interests of saving other people the anguish that I have experienced in trying to make this software work, I'll try to say here how to get it going. So far, the documentation, makefiles and header files have proved to be inadequate. The documentation is almost non-existent. The makefiles and header files have grammatical errors. If you are looking for Palm applications and development software, see my Palm organizer links Pilrc/ # GUI resource compiler. README.linux # 730-byte file giving web links for software. compressed files/ gcc/ libs_utils/ pilot_link/ sourcecode/ The Pilrc directory contains the `pilrc2.0' and `prc-tools-0.5.0' software. The `pilrc' software consists of `pilrc' and `pilrcUI'. `pilrc' is a `resource compiler', which is a piece of software which generates `resource' files corresponding to specified GUI objects. `pilrcUI' is a resource previewer. That is, it simulates views generated by resources generated by `pilrc'. The directory www.scumby.com/scumbysoft/pilot/pilrc

164. Punkroy - Who Is?
Collection of programming examples on encryption including file encryption, steganography in images and sound, data base record encryption, and password verification. All written in Pascal, all source code available.
http://drque.net/Punkroy/Programs.html
Main Programs Writings Algorithms ... Contact Programs These are program examples created with the Cypher project. All (but the Cypher, natraly) requier the libarys in Cypher in order to compile. All example software is 100% free and comes with compleat Pascal source code. What is the Cypher Project? Main Page Cypher base libraries
Current version: 3.0 as of 10-19-2002
Cypher base units needed for, well, prity much everything else on this page Cypher
Cypher is a command line file encryption utility with a lot of options. Has a great deal of experimental tools built in. Encode to BMP (EncBMP)
Encode to BMP is a steganography program designed to "hide" data inside a BMP image Encode to WAV (EncWAV)
Encode to WAV is a steganography program designed to "hide" data inside a WAV audio file DataBase
A set of object classes for quick database integration. The binaries are of no practical use. Password
A program useful for sensitive, user specific information all stored in a single file accessible by many people.

165. C++ Programming Tutorial - Coronado Enterprises
Learn how to program in C++ by studying the 12 chapters in order since topics are introduced in a logical sequence and build upon topics introduced in
http://www.coronadoenterprises.com/tutorials/cpp/
Search this site
C++ Programming
Table of Contents Introduction What is C++ and why study it?
Chapter 1 Simple Things Chapter 2 Compound Types Chapter 3 Pointers Chapter 4 - Functions Chapter 5 - Encapsulation Chapter 6 - More Encapsulation Chapter 7 - Inheritance Chapter 8 - More Inheritance Chapter 9 - Multiple Inheritance Chapter 10 - Virtual Functions Chapter 11 - More Virtual Functions Chapter 12 - Flyaway Adventure Game
Support Frequently asked questions about C++
C++ Questions and Answers
Additional C++ Topics How to trial the C++ Language Tutorial ... How to purchase the C++ Language Tutorial
Programming in C++ and this tutorial
The C++ tutorial teaches you the entire C++ language. It covers the ANSI-C++ standard. Learn how to program in C++ by studying the 12 chapters in order since topics are introduced in a logical sequence and build upon topics introduced in previous chapters. Material includes programming concepts, diagrams, source code for all example programs, and answers to all programming exercises. It is to the students benefit to examine the source code for the example programs, then compile and execute each program as it is studied. The diligent student will modify the example program in some way, then recompile and execute it to see if he understands the material studied for that program. This will provide the student with valuable experience using his compiler.

166. SPS Satellite Programming Service Inc. - C Band Programming Provider In North Am
Offers a variety of Cband packages and a la carte channels.
http://www.satelliteprogramming.com
var from = document.referrer; document.write("")
satellite programming, c band, cband, dish, satellite tv, 4dtv, hbo, cinemax, showtime, star, fox, cartoon, cnn, disney, G5, playboy, wwf, ppv, pay preview, movie, sports, variety, network, adult, package, entertainment, SATELLITE PROGRAMMING, C BAND, CBAND, DISH, SATELLITE TV, 4DTV, HBO, CINEMAX, SHOWTIME, STAR, FOX, CARTOON, CNN, DISNEY, PLAYBOY, WWF, PPV, PAY PREVIEW, MOVIE, SPORTS, VARIETY, NETWORK, ADULT, PACKAGE, ENTERTAINMENT, Satellite Programming, C Band, CBand, Dish, Satellite Tv, 4Dtv, Hbo, Cinemax, Showtime, Star, Fox, Cartoon, Cnn, Disney, Playboy, Pay Preview, Movie, Sports, Variety, Network, Adult, Package, Entertainment
satellite programming, c band, cband, dish, satellite tv, 4dtv, hbo, cinemax, showtime, star, fox, cartoon, cnn, disney, G5, playboy, wwf, ppv, pay preview, movie, sports, variety, network, adult, package, entertainment, SATELLITE PROGRAMMING, C BAND, CBAND, DISH, SATELLITE TV, 4DTV, HBO, CINEMAX, SHOWTIME, STAR, FOX, CARTOON, CNN, DISNEY, PLAYBOY, WWF, PPV, PAY PREVIEW, MOVIE, SPORTS, VARIETY, NETWORK, ADULT, PACKAGE, ENTERTAINMENT, Satellite Programming, C Band, CBand, Dish, Satellite Tv, 4Dtv, Hbo, Cinemax, Showtime, Star, Fox, Cartoon, Cnn, Disney, Playboy, Pay Preview, Movie, Sports, Variety, Network, Adult, Package, Entertainment
satellite programming, c band, cband, dish, satellite tv, 4dtv, hbo, cinemax, showtime, star, fox, cartoon, cnn, disney, G5, playboy, wwf, ppv, pay preview, movie, sports, variety, network, adult, package, entertainment, SATELLITE PROGRAMMING, C BAND, CBAND, DISH, SATELLITE TV, 4DTV, HBO, CINEMAX, SHOWTIME, STAR, FOX, CARTOON, CNN, DISNEY, PLAYBOY, WWF, PPV, PAY PREVIEW, MOVIE, SPORTS, VARIETY, NETWORK, ADULT, PACKAGE, ENTERTAINMENT, Satellite Programming, C Band, CBand, Dish, Satellite Tv, 4Dtv, Hbo, Cinemax, Showtime, Star, Fox, Cartoon, Cnn, Disney, Playboy, Pay Preview, Movie, Sports, Variety, Network, Adult, Package, Entertainment

167. Programming With Data (Chambers)-Springer Statistics And Computing / Statistics
By John M. Chambers; SpringerVerlag, 1998, ISBN 0387985034. Premier reference work on S, written by its chief designer, describes new, greatly extended version.
http://www.springeronline.com/sgw/cda/frontpage/0,11855,3-40109-22-2008951-0,00.
Please enable Javascript in your browser to browse this website. Select your subdiscipline Computational Statistics Home Statistics Computational Statistics
Select a discipline Biomedical Sciences Chemistry Computer Science Economics Education Engineering Environmental Sciences Geography Geosciences Humanities Law Life Sciences Linguistics Materials Mathematics Medicine Philosophy Popular Science Psychology Public Health Social Sciences Statistics preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900180-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900170-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900190-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900200-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900369-0,00.gif'); preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900344-0,00.gif'); Please select Africa Asia Australia / Oceania Europe Germany North America South America Switzerland United Kingdom
All Author/Editor Title ISBN/ISSN Series
preloadImage('/sgw/cda/pageitems/designobject/cda_displaydesignobject/0,11978,3-0-17-900050-0,00.gif');

168. Mainframe Programming - Useful Links For Practitioners
Categorized page of links for IBM mainframe programmers.
http://www.oberoi-net.com/mainfrme.html
General Resources Programming Languages CICS, WebSphere MQ Operating Systems ... Mainframe Systems (Software Vendors, Consultants) Press articles about the evolving role of the mainframe, grouped under "System/390"
General Resources
Redbooks I nternational T echnical S upport publications (On line catalog and select excerpts) Technical FLASHes Combined site for WSC and Networking Systems Flashes, tech white papers, FAQs Technical Support Problem solving Databases, Corrective Service, etc. (IBM) IBMLink WWW access point for IBMLink CBT Tape Site Collection of freeware/open-source code for MVS and OS/390 developers Cathcart's Corner Java for OS/390, Linux, Host as the Web Server, and other papers Applicat'n Development ISPF DFSORT IMS ... MVSforums Help Boards and Technical FAQs on Programming Languages, CICS, JCL, ... WebLog A blogging site for mainframers (various authors) Eric Loriaux's Links Eric's compendium of useful web resources about MVS, VM, VSE, ... Other MVS Pages Bruce Gillispie's list of personal MVS pages: Mark Zelden David Alcock Murphy's laws, etc. A French slant, by Thierry Falissard, an unrepentant mainframer in Paris Mainframe Dictionary A dictionary of mainframe terms and acronyms (Software Diversified Services)
Programming Languages
Reference Material Links, tutorials,.. for mainframe and web languages (The American Programmer)

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

170. Oreilly.com -- Online Catalog: Win32 Multithreaded Programming, First Edition
Clearly explains the concepts of multithreaded programs and shows developers how to construct efficient and complex applications.
http://www.oreilly.com/catalog/multithread/
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.
Win32 Multithreaded Programming
By  Aaron Cohen Mike Woodring
First Edition December 1997
ISBN: 1-56592-296-4
This book is out of print.
This book clearly explains the concepts of multithreaded programs and shows developers how to construct efficient and complex applications. An important book for any developer, it illustrates all aspects of Win32 multithreaded programming, including what has previously been undocumented or poorly explained.
Full Description
Code Examples
Chapter 1: Introduction
Download the code examples from this book. The complete set of examples is available at:

171. Object Oriented Programming In Objective-C
Some introductory notes and examples of ObjectiveC.
http://www.cs.indiana.edu/classes/c304/oop-intro.html
Object Oriented Programming in Objective-C
These documents provide a brief introduction to Object Oriented Programming in the Objective-C language. The first two documents were developed from class notes written by Gerrit Huizenga for the course Introduction to Objective-C on the NeXT Machine at Purdue University. (The original notes are also available in compressed PostScript format.) For another source of Objective-C information, Steve Dekorte has put together an Objective-C homepage Here are some more example files: Objective-C can be compiled using the GNU gcc compiler. The Unix program make is often helpful for organizing the compilation of multiple source files: There is also a Usenet newsgroup called comp.lang.objective-c for discussion of Objective-C. Periodically, a Frequently Asked Questions (FAQ) file is posted to comp.lang.objective-c. Finally, you might want to check out the following book, which introduces object-oriented programming using examples in Objective-C, C++, Smalltalk, and Object Pascal:

172. Programming Art - Web Design, Web Hosting, And Software Services
Offering web design, proprietary software, graphics, and Shockwave, for businesses and individuals.
http://www.programmingart.com/
SEARCH SOFTWARE Easy Slide Show Creator
Buy it now!
Key Advantage Typing
Buy it now!
... Children's Educational Software To the mind that is still the whole universe surrenders. Our Software:
Easy Slide Show Creator

Easy Slide Show Creator is great for anyone who wants a fun and creative way to display digital pictures. Making slide shows is fun and intuitive for even the novice computer user. Use our easy drag and drop interface to bring your pictures and music together for an exciting multimedia experience. Easy Slide Show Creator works with all of the popular file formats for music and digital pictures so you won't have to bother with time-consuming conversions. Send your slide shows to everyone through email, or show them at presentations and parties! Win Download Mac Download Easy Slide Show Creator Home Page Key Advantage Typing
Win Download Mac Download Key Advantage Typing Home Page Recipe Analyzer 2
Recipe Analyzer 2 Home Page Children's Educational Games
Programming Art is pleased to offer a collection of fun and engaging children's educational software. Educational subject covered include math, vocabulary, spelling, typing, nutrition, and others. Many of these title are also offered in English and Spanish on one CD. These educational games are all very educational in nature and are suitable for families, classrooms, or anyone who wants to have fun while learning. Ranging in difficulty from adding "1 + 1" to spelling "antidisestablishmentarianism", these educational games will scale in difficulty as your child grows.

173. Oreilly.com -- Online Catalog: Effective Awk Programming, Third Edition
Delivers complete coverage of the awk 3.1 language and upto-date coverage of the POSIX standard for awk available. Distinguishes standard awk features from GNU awk (gawk)-specific features, and devotes two full chapters to example programs.
http://www.oreilly.com/catalog/awkprog3/
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 Effective awk Programming Code Fragments only Also see:
Table of Contents

Index
Effective awk Programming, Third Edition
Text Processing and Pattern Matching
By  Arnold Robbins
Third Edition May 2001
ISBN: 0-596-00070-7
Buy from O'Reilly: Buy Online at: select a store O'Reilly Amazon.com Amazon.co.uk

174. Fatal Dimensions - MavEtJu's Rom Coding Part
Edwin Groothuis' enhancements and snippets for ROM.
http://www.fataldimensions.org/romcoding/main.php
links home information news forum ... administration more...
Welcome to MavEtJu's RoM programming kingdom
All the information on these pages is delivered as-is. If you are not sure if you should read it or use it, then please leave now. If you however have the guts to go on and read the stuff what is here and decide to use the information, please note that you're doing to completly voluntarely and that nobody from the Fatal Dimension-crew can be hold responsible for everything which doesn't work after you made the suggested changes.
General
Fatal Dimensions is currently running on a P5/90MHz based PC with 64Mb of RAM and a standard NE2000 ethernet-card, capable of pushing about 10 million bits per seconds into your general direction. The system is powered by FreeBSD 3.4.
It is like an wigwam: no windows, no gates and apache inside :-)
Mud
Member of the
"MERC/Derivative Programmers" webring
[Next]
[Index] [Prev] [Joining] Send any comments about this page to WebMaster@FatalDimensions.org

175. SPAT
The 1973 test written by Dr. Jack M. Wolfe, to determine how well suited (aptitude) an individual is to Mainframe Technical Support (Systems programming); it does not test knowledge. Currently available, along with many other tests, from Walden Personnel Testing Consulting.
http://www.waldentesting.com/infotechtests/wolfe/spat.htm

TEST LOGIN
Test Offered Consulting Services Job Analysis ... Contact Us "I just did annual performance reviews, and (Walden) tests were right on the money. It’s amazing." Manager, IT Business Applications
General Dynamics Ordnance Systems and Tactical Systems.
Systems Programming Aptitude Test
Author: Jack M. Wolfe, Ph.D. Date introduced: 1973 Administration time: 3 hours Available from Walden in the US and Canada only. For other countries, call for additional information at 800-361-4908.
Purpose
To evaluate the aptitudes and potentials of systems programming candidates of all experience levels, for work in all types of systems programming tasks.
General Description
The SPAT is a generalized aptitude test designed to measure the essential traits of a systems programming position. A systems programmer or software programmer is usually involved in highly intricate programming problems relating to the programs that run the computer hardware, operating systems, peripherals and internal memory functions. The SPAT test consists of five work exercises which require candidates to demonstrate superior logic, follow highly intricate instructions, and document clearly and concisely. High ability to generalize from a specific data set, and the understanding of intricate sets of operations requiring simultaneous steps are also demanded by the problems. The problems are presented in increasing order of difficulty.

176. 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
Posted by Michael on 3 September 2005, 04:35 GMT Tonight we combine more French programmers, leet-speak titles, and concise news articles to announce the release of by Jean-Francois Geyelin . For the 89/92+/V200, M4r10 is a clone of the original Mario game. Unlike the more modern Mario versions in which you jump on top of enemies to kill them, in M4r10 you must first hit enemies from below and then run into them. Discuss (46 comments)
Seeking a Few Good Players for Air Mission
Posted by Michael on 3 September 2005, 03:59 GMT Vincent Corfdir
has released a new game for the 68k calculators. Air Mission is available for the , and the . It is a novel action game where you fly airplanes to either bomb the enemy or drop paratroopers. The actual gameplay is of course more complicated than that, with ten missions and air battles with helicopters. Just stop reading this already and start drooling at the graphics on your calculator. Discuss (16 comments)
July/August 2005 Newsletter
Posted by Michael on 1 September 2005, 05:35 GMT

177. DOM Programming Guide
Value Type, XMLCh*. note, See Use Specific Scanner for more programming details. See this document for its programming details.
http://xml.apache.org/xerces-c/program-dom.html
Design Objectives The C++ DOM implementation is based on the Apache Recommended DOM C++ binding The design objective aims at meeting the following requirements:
  • Reduced memory footprint. Fast - especially for use in server style and multi-threaded applications. Good scalability on multiprocessor systems. More C++ like and less Java like.

DOM Level 3 Support in Xerces-C++ The Xerces-C++ 2.7.0 contains a partial implementation of the W3C Document Object Model Level 3. This implementation is experimental. See the document DOM Level 3 Support for details.
Using DOM API Accessing API from application code
Class Names
The DOM class names are prefixed with "DOM" (if not already), e.g. "DOMNode". The intent is to prevent conflicts between DOM class names and other names that may already be in use by an application or other libraries that a DOM based application must link with. DOMDocument* myDocument; DOMNode* aNode; DOMText* someText;
Objects Management Applications would use normal C++ pointers to directly access the implementation objects for Nodes in C++ DOM.

178. ARM ASSEMBLER PROGRAMMING; Tutorial, Resources, And Examples
Guide to programming in assembler, along with information about what one needs to get started, examples, and opinions.
http://www.heyrick.co.uk/assembler/
ARM ASSEMBLER
March 2004...
This resource is being updated - primarily in an effort to make the code and examples more relevant to the (newer) 32bit environment. PLEASE NOTE:
The ARM processor has always been a true 32bit processor. However, in the 'old days' when 64Mb was an unimaginable amount of memory, we had a 26bit Program Counter; the other bits being mode bits and processor flags (PSR).
These days, 64Mb seems remarkably restrictive so the PC is now 32bit and the mode/PSR flags are in a separate register - actually it had been so since the mid-nineties when the ARM6 was introduced, only the ARM6/ARM7/StrongARM supported a 26bit option so older software would work okay. Because of this, RISC OS was never made '32bit' - until November 2002 - when it became so out of necessity as the latest ARM processors such as the XScale no longer support the older 26bit PC+PSR mode.
This is what we mean when we refer to '26bit' and '32bit'... the processor itself has always been 32bit - the width of the Program Counter is what has changed. If you don't want to read all of this on-line, you can download a Zip archive and read it off-line! Scroll down to the

179. The BBC Lives!
Includes a large collection of documentation covering software, hardware, programming, circuit diagrams, and games. Also features downloadable software, details of emulators, and a wide range of links.
http://www.nvg.ntnu.no/bbc/
main what's new search software ... links You have arrived at the net's largest site catering for enthusiasts of Acorn's (RIP) range of 8-bit micros from the eighties: the BBC models, Electron, Master and Compact, and to a small degree the Atom and Archimedes. You'll find the main focus to be on BBC B emulation, evident in the huge archives of games and other software (both file and ROM based), as well as in the plethora of technical documentation and emulators available. You'll find links to most like-minded and related sites present on the net. If you have questions, please consult the FAQ and relevant documentation before mailing me or the mailing lists ! Acorn hardware questions should preferably go to the mailing list, as I will probably not be able to help.
Table of contents
Introduction and some history
What's new?
Archive
Search the archive ...
Privacy statement

Site of the day, August 14, 1996 Arrgh! invaded this site with 4 aliens The 8 Bit Acorn Webring Random Hub Join Robert Schmidt

180. SSI - Custom Software Development For Real-time Embedded, Network, Communication
Contract software development company specializing in development of realtime communications, networking, and PC products.
http://www.ssiembedded.com
Providing high quality, on-time, custom software solutions for
embedded systems and network products Who We Are l What We've Done l Why Hire SSI l Work For SSI l News l Site Index l Contact Us l Overview l History l Philosophy l Mission l
Overview
Get your products to market on-time and cost-effectively without sending it offshore. Quality reliable software solutions stem from years of software experience and training. SSI's steady growth in the Chicago area is a direct result of our customers' satisfaction with our software quality, reliability, and timeliness of product deliverables. It's why we've been in business since 1992.
  • Turnkey software solutions for hardware-based, real time products Embedded software in C, C++, Java, and .NET Graphical User Interfaces (GUI) to hardware devices / embedded web and Windows interfaces Device Drivers, Protocol Stacks, Prototypes, Platform Porting, Machine-to-Machine (M2M), Automotive Controls, Appliance Controls, Sensors, Consumer Electronics, Wireless, Biometrics, RF, and RFID

Page 9     161-180 of 201    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | Next 20

free hit counter