HS Banner
HS Codebank Articles
Page 1 of 1

Delete a File with C# 03/13/2023

Description:

This is how to delete a file and check whether it exists.

Author: Admin
Language: C#
Tags: cs delete file
Read More106

PHP Switch Statement 01/09/2022

Description:

Use the switch statement to select one of many blocks of code to be executed.

Author: Guitarman
Language: PHP
Tags: php switch
Read More377

Example of .htaccess for PHP 10/06/2021

Description:

A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers, used for configuration of website-access issues, such as URL redirection, URL shortening, access control (for different web pages and files), and more. The 'dot' (period or full stop) before the file name makes it a hidden file in Unix-based environments.

Author: Admin
Language: HTTP
Tags: html .htaccess php
Read More1260



HS-HASH 03/19/2021

Description:

HS-HASH is a data hashing class that uses a secure hash algorithm and returns the hashed value of the entered string.

Author: admin
Language: C#
Tags: hs hash sha512 sha256
Read More341

HS Progress Bar 03/19/2021

Description:

The goal of HS WPF progress bar control is to provide a simple and good looking control that also shows the text value of the progress bar.

Author: admin
Language: Visual Basic .NET
Tags: hs progress bar
Read More285