-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 character that will interrupt my program and return to the Turbo Pascal menu?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
program date;
uses wincrt;
var
m,ch,ch1,ch2,ch3: string ;
mois,j,a,b: integer ;
begin
write('a');read(a);
write('j');read(j);
write('mois');read(mois);
case mois of
1,3,5,7,8,10: if j<31 then
begin
b:=j+1;
m:=str(b…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Back in the late 80s/early 90s I learned GWBasic on MS-DOS. Then Turbo Pascal. Then Turbo C/Asm. Later I stumbled into PHP and finally made a career out of Perl programming.
I'm curious how actual under-25s found their way into programming. There is a lot of discussion about what path you would steer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Delphi 2009 is due in the next couple months, which is its 12th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before the Inprise fiasco.
Many developers with Delphi backgrounds are moving to C# and many Delphi legacy…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I run a few blogs on topics like programming, linux tips and network security.
I noticed the following:
Till last year had only 1 blog that had posts on PHP, linux tips, network security etc. The AdSense RPM was around 1.00.
Then I split the content into 3 separate blogs, one focused on web development/PHP/MySQL…
>>> More
-
as seen on DotNetBlocks
- Search for 'DotNetBlocks'
The program evaluation and review technique (PERT) shows relationships between defined tasks in a project without taking into consideration a time line. This chart is an excellent way to identify dependencies of tasks based on other tasks.
This chart allows project managers to identify the critical…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 character that will interrupt my program and return to the Turbo Pascal menu?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I seem to be losing the battle against my stupidity.
This site explains the system calls under various versions of CP/M.
However, when I try to use call 2 (C_WRITE, console output), nothing much happens.
I have the following code.
ORG 100h
LD E,'a'
LD C,2
CALL 5
CALL 0
I recite this here from…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Hyperion clearly leads the pack again in Gartner’s analysis of the CPM / EPM market, saying; “Oracle is a Leader in CPM suites, with one of the most widely distributed solutions in the market. Oracle Hyperion Enterprise Performance Management is recognized by CFOs worldwide. The vendor has a well-established…
>>> More