Catzie.net Blog
Programming, Networking, and other Downloads by Catzie
 

Java: Strings


First off, if you are in need of a good Java programming reference book, I suggest that you try Head First Java.

In this blog entry, basics in Strings in Java programming will be briefly discussed.

Assumption: You have already set up your Java development kit on your computer. (Environmental Variables, paths, etc…)

Continue reading »

Cobol Compilers free download: MFCICS, Microsoft Cobol 2.20, Cobol IDE


I used to have several Cobol compilers available for free download in my old blog, Poochycat.com. That blog has gone, months ago, I think.

I’m putting up all those Cobol compilers in this post. :)

Continue reading »

Assembly Language: a simple shop/store program


A small program I made a year ago in Turbo Assembler.

tasm shop assembly language

It’s a shop displaying four items, each item having 9 stocks. The user is first prompted for which item he/she wishes to buy, for the quantity of the purchase, and if he wants to buy again. The program closes once the shop runs out of stock.

Continue reading »

Assembly Language: check if a one-digit input number is odd or even


assembly programming odd even number

I coded this back when I was taking up Computer System Organization. It was a homework that I decided to share in my old blog.

The program accepts a one-digit number as the input, and then shows whether that number is ODD or EVEN.

The program uses the attribute byte to highlight ODD or EVEN with a color.

Continue reading »

Free Download- Turbo Assembler Version 2.0, SideKick version 1.56, Turbo Link Version 3.0, PILOT.EXE


contents of the zipped file:

SK.COM
SideKick version 1.56
Copyright © 1884-85 BORLAND Inc.

PILOT.EXE
PC – PILOT (Programmer’s Pop-Up)
Freeware written by Tom Grubbe
Edited by The Geographix Corporation.

TLINK.EXE
Turbo Link Version 3.0
Copyright © 1987-1990 Borland International

TASM.EXE
Turbo Assembler Version 2.0
Copyright © 1988-1990 Borland International

Continue reading »

 
Page 1 of 212