C++ || Yahoo! Sports – Current Batting Order – Programming Interview Test (Question 3 of 3)

The following is sample code which demonstrates a solution to the Yahoo! Sports programming interview question titled “Current Batting Order.” The test was taken on November 2013 for educational More »

C++ || Knapsack Problem Using Dynamic Programming

The following is another homework assignment which was presented in an Algorithm Engineering class. Using a custom timer class, the following is a program which reduces the problem of More »

C++ || Multi Process Server & Client Hash Table Using Thread Pools, Message Queues, & Signal Handlers

The following is another homework assignment which was presented in an Operating Systems Concepts class. Using commandline arguments, the following is a program which implements a multi threaded hash More »

Python || Aku Aku Snake Game Using Pygame

The following is another homework assignment which was presented in an Introduction to Game Design and Production class. This project is an implementation of the classic “Snake” game using More »

Python || Brainy Memory Game Using Pygame

The following is another homework assignment which was presented in an Introduction to Game Design and Production class. This project is an implementation of the classic “Memory” game using More »

 

C++ || How To Check If A String Is Empty Or Only Contains Whitespace Using C++

The following is a module with functions which demonstrates how to determine whether a string is empty, or consists only of white-space

C++ || How To Convert A String To Upper and Lower Case Using C++

The following is a module with functions which demonstrates how to convert a string to all upper and lower case using C++.

C++ || How To Remove All Whitespace From A String Using C++

The following is a module with functions which demonstrates how to remove all whitespace from a string using C++. 1. Remove All

C++ || How To Get The File Path, File Name & File Extension From A Path Using C++

The following is a module with functions which demonstrates how to parse a file path, file name and file extension from a

VB.NET || How To Create Multiple Tasks With Maximum Concurrency Using VB.NET

The following is a module with functions which demonstrates how to create multiple tasks with maximum concurrency using VB.NET. The examples demonstrated

VB.NET || How To Convert Bytes To Kilobytes, Megabytes, Gigabytes, Terabytes Using VB.NET

The following is a module with functions which demonstrates how to convert bytes to decimal formats like kilobytes, megabytes, gigabytes, terabytes, petabytes,

VB.NET || How To Parse A Delimited CSV File Using VB.NET

The following is a module with functions which demonstrates how to parse a delimited CSV file using VB.NET. The function demonstrated on

VB.NET || How To Round A Number To The Nearest X Using VB.NET

The following is a module with functions which demonstrates how to round a number to the nearest X using VB.NET. This function

VB.NET || How To Replace A Letter With Its Alphabet Position Using VB.NET

The following is a module with functions which demonstrates how to replace a letter with its alphabet position using VB.NET. 1. Replace

VB.NET || How To Generate A Random String Of A Specified Length Using VB.NET

The following is a module with functions which demonstrates how to generate a random code of a specified length using VB.NET. The

VB.NET || How To Get A List Of Files At A Given Path Directory Using VB.NET

The following is a module with functions which demonstrates how to get a list of files at a given directory path using

VB.NET || How To Get The Computer & User Client IP Address Using VB.NET

The following is a module with functions which demonstrates how to get the computers and user client request IPv4 IP address using

VB.NET || How To Copy DataTable DataRow From One DataRow To Another Using VB.NET

The following is a module with functions which demonstrates how to copy a DataTable DataRow from one DataRow to another using VB.NET.

VB.NET || How To Generate, Create & Read A QR Code Using VB.NET

The following is a module with functions which demonstrates how to generate, create and read a QR code using VB.NET. The functions