HS Banner
HS Codebank Articles
Page 1 of 1

User-defined functions 07/08/2023

Description:

User-defined function are used to preform task in PHP code like saving a user's form input to a database.

Author: Admin
Language: PHP
Tags: functions php
Read More290

Environment GetFolderPath Method 10/21/2022

Description:

GetFolderPath (Environment+SpecialFolder) gets the path to the specified system special folder.

Author: Admin
Language: Visual Basic .NET
Tags: environment getfolderpath
Read More297

List All Files in a Directory Using PHP 04/05/2022

Description:

In PHP there are several ways to get a list of files in a PHP application.

Author: Admin
Language: PHP
Tags: list files directory php glob scandir opendir readdir closedir filesystemiterator
Read More432



Convert decimal to fraction and fraction to decimal 02/13/2022

Description:

Here's two functions I found in the wild that will convert a decimal to fraction and a fraction to decimal

Author: Admin
Language: Visual Basic .NET
Tags: fraction decimal convert
Read More344

PHP min() and max() Functions 09/05/2021

Description:

The min() and max() functions can be used to find the lowest or highest value in a list of arguments:

Author: Admin
Language: PHP
Tags:
Read More277

Length Conversions 05/08/2021

Description:

Functions to convert length

Author: Guitarman
Language: Visual Basic .NET
Tags:
Read More279

Volume Conversions 05/08/2021

Description:

Functions to convert volumes

Author: Guitarman
Language: Visual Basic .NET
Tags:
Read More250



Convert Temperature. 05/08/2021

Description:

Functions to convert temperatures in VB.Net

Author: Guitarman
Language: Visual Basic .NET
Tags:
Read More274

Webserver Class 04/15/2021

Description:

This is a simple http webserver class I found years ago.

Author: Guitarman
Language: C#
Tags:
Read More372

Evaluate Math Expression 03/29/2021

Description:

Evaluate a math expression entered in a text box.

Author: Admin
Language: Visual Basic .NET
Tags:
Read More273