Find all the Numbers Using Regular Expression 02/16/2026
This code opens a text file and uses regular expression to find all the number and puts them in a list to get the sum.
Author: Admin
Language:
Python
Tags:
python
open
file
sum
regular
expression
Read More
Convert decimal to fraction and fraction to decimal 02/13/2022
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 More
Add Two Numbers With Python 01/01/2022
Below is a simple Python program to add two numbers and print the output.
Example of .htaccess for PHP 10/06/2021
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 More
Send/Export DevExpress Reports to PDF 08/11/2021
How to dynamically send a DevExpress report via e-mail as a PDF
Author: Admin
Language:
C#
Tags:
Read More
MySQL TEXT Data Type 05/13/2021
In this tutorial, you will learn how to use MySQL TEXT for storing text data in the database table.
Author: Admin
Language:
SQL
Tags:
Read More
Random Key Generator 05/08/2021
This is a class I found and modified to generate a random key.
Author: B.Henry
Language:
Visual Basic .NET
Tags:
Read More
MS SQL Backup Class 05/08/2021
Here's a class I wrote to backup an MS SQL database.
Author: B.Henry
Language:
Visual Basic .NET
Tags:
Read More
Length Conversions 05/08/2021
Functions to convert length
Author: Guitarman
Language:
Visual Basic .NET
Tags:
Read More
Volume Conversions 05/08/2021
Functions to convert volumes
Author: Guitarman
Language:
Visual Basic .NET
Tags:
Read More
If you would like to share your code on HS Codebank you can submit it by registering and clicking the submit article button on this page.
LoginRegisterContact Us