Source Code

BASE 85 Encoding VB Class

BASE 85 Encoding VB Class

This is a BASE85 Encoding Visual Basic class that expands the text to be encoded by 4:5 i.e. uses 5 ASCII characters to represent 4…

Visual Basis: Count Number of Characters in a String

This is a visual basic 6.0 source code to count the number of characters in a string. This function can be useful in Text editors…

Counts the number of words in a specified string

This is a visual basic 6.0 source code that counts the number of words in a specified string. This function can be useful in Text…

C# Code that Prints the Date and Time in Various Formats

This is a simple C# program that returns the current date and time in various formats. This program uses the DateTime.Now property to get the…

Exporting PowerPoint Slides to Images in C#

This is a very simple Visual Basic source code to export all the slides from a PowerPoint presentation. This source code can export images in…

Block a Specific IP Address in PHP

In this article, we'll explore how to block a specific IP address or a list of addresses from accessing a webpage using PHP. By leveraging…

Print pyramids and diamonds in C Language

This article demonstrates how you can print pyramids and diamonds using for loop and if condition. Building a pyramid in c programming is quite easy…