Tagged Questions

CP/M, which stood for Control Program for Microcomputers, is an operating system originally for the 8-bit Intel 8080 and Zilog Z80 CPUs from Digital Research Inc. It was popular for business computing in the 1970s and 1980s.

learn more… | top users | synonyms

3
votes
2answers
486 views

Increasing WPM - High End

We've had this question already, but I want to narrow it down to already high-speed typists. The original poster had hit a barrier of 75 WPM and wanted to increase his speed. I'm at a barrier where ...
1
vote
2answers
355 views

Terminate hanging program and return to Turbo Pascal 3

I am running Turbo Pascal 3.01A on CP/M 2.2. Suppose my Pascal program, which I run using the R menu option in Turbo Pascal, has a bug and goes into an infinite loop. Is there a special control ...
1
vote
2answers
81 views

Can anyone recommend a good book about CP/M and DOS programming history?

I am looking for a good book on 8 bit and 16 bit personal computer history, focussing on CP/M80, CP/M86, and MS-DOS from a programming point of view. In particular it should cover the development of ...
1
vote
1answer
90 views

Anyone know good documentation on competitive banner rotation?

I am looking to code me a banner management system that has users make their own banners in a CPI system. Anyone have any recommendations or documentations to have their banners cycle? Or better yet, ...
0
votes
1answer
35 views

For iAd, what means to be an impression?

Say I have a view that will show an iAd banner once the view is loaded/appear, does it mean that the # of times that the view appears == the # of impressions?
0
votes
0answers
99 views

Retrieving Adsense CPM rate for shown ads

I would like to show an ad in between search results and determine the position of the ad based on its CPM rate. A couple of years ago, I think I've seen a feature from Google that made it possible ...
0
votes
0answers
302 views

jQuery - Java Pre Roll AD over Flash from CPMStar giving issues in IE Only

My Site is: http://butplaygames.com Here is the code i am putting in my footer right before the body tag: <script type='text/javascript'> <!-- ...
0
votes
2answers
573 views

how to design CPM algorithm?

how to represent a graph with list data structure i have three class (Graph, Node, Edge) and would like to find the critical path in graph. how to calculate ES : Earliest Start EC : Earliest ...