What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of
402,507 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are
2,859 IT professionals currently interacting right now!
Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
I am often asked how to create a tableless two column CSS layout so I thought I would just post it here for once and for all.
(View Snippet) This is a program I wrote for my x86 assembly class which is basically the Spade Invaders game in all its glory. It uses Irvine32.inc which came with the textbook.
(View Snippet) This is a program I wrote for my x86 assembly class which generates matrices, multiplies them, and computes how long the arithmetic took. It uses Irvine32.inc which came with the textbook.
(View Snippet) This is a program I wrote for my x86 assembly class which revolves a "roulette wheel" around. Wait about a minute and it will eventually slow down to a stop. It uses Irvine32.inc which came with the textbook.
(View Snippet) This is a program I wrote for my x86 assembly class which bounces an ASCII ball across the screen. It uses Irvine32.inc which came with the textbook.
(View Snippet) This is a program I wrote for my x86 assembly class which computes the sum of n numbers. It uses Irvine32.inc which came with the textbook.
(View Snippet) This is a program I just recently completed for a computer science course. Given a 2D grid, where every path between two gridpoints has a weight (path length) associated with it, this program computes the shortest path from (1,1) to (m,n). You are only allowed to move up and to the right (so no,...
(View Snippet) A simplistic program to compute the volume of a cylinder when its radius and length are input via MyInput.class
(View Snippet) A simple demonstration of how MyInput.class can be used to input data from the keyboard. Computation is then done to compute the interest rate on a mortage.
(View Snippet) A short example of passing variables between methods (functions).
(View Snippet)