Binary Clock (First of its kind in VB) description
This is a binary clock. I saw one in Linux and decided to make one myself. It translates the clock digits to the binary using a formula, and then lights up the pictures in the right places. You can start/stop the clock to check if it is correct.
File List:
Similar code
A Acolyte of AI with 8 Puzzle
(Popularity: ) : This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle ... A Bubble Sort Routine
(Popularity: ) : A Bubble Sort - This is a sort that can be used on small numbers of records. Bubble Sorts file ... A Binary Search
(Popularity: ) : A binary search I wrote for my grade 12 computers class. This opens the file sorted.txt and searches for a ... Array Functions
(Popularity: ) : 1. Get UBound of Array without Microsoft's -1 Error
2. Get IsEmpty value ie: Returns True if Array is empty