HS Banner
HS Codebank Articles
Page 1 of 9

Compare a plain text password list with a HASHed password list. 07/15/2026

Description:

This is a python program I built to recover passwords from an old database/application for my work so they can be ported to a new application.

Author: Admin
Language: Python
Tags: python hash md5 sha1 sha224 sha3_224 sha256 sha3_256 sha384 sha3_384 sha512 sha3_512
Read More

Get DateTime from NTP Server 07/15/2026

Description:

Here's some code I used in a time clock app to get the DateTime from an NTP source.

Author: Admin
Language: C#
Tags: ntp datetime udp
Read More

Python for Everybody Specialization 05/27/2026

Description:

Learn to Program and Analyze Data with Python.

Author: Admin
Language: Python
Tags: coursera python
Read More



Find all the Numbers Using Regular Expression 02/16/2026

Description:

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

Use BeautifulSoup in Python to extract links from a web page. 02/16/2026

Description:

Use BeautifulSoup in Python to extract all the links by retrieving all the anchor tags from a web page.

Author: Admin
Language: Python
Tags: python beautifulsoup
Read More

How to open a text file in Python 12/28/2025

Description:

Here's how to open a text file in Python.

Author: Admin
Language: Python
Tags: python open file
Read More

MODBUS/TCP Example 12/08/2024

Description:

The following example shows how to configure a MODBUS/TCP protocol and read values.

Author: Admin
Language: C#
Tags: modbus tcp
Read More



Modbus Serial Example 12/08/2024

Description:

The following example shows how to configure a serial Modbus protocol and read values

Author: Admin
Language: C#
Tags: modbus serial com
Read More

PHP Form Security 01/28/2024

Description:

Think SECURITY when processing PHP forms! This shows how to process PHP forms with security in mind. Proper validation of form data is important to protect your form from hackers and spammers!

Author: Admin
Language: PHP
Tags: php security forms
Read More

PHP Time Function 01/07/2024

Description:

This is a simple PHP time function.

Author: Admin
Language: PHP
Tags: php time
Read More

Submit Your Code

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

List of Supported Languages
Apache Config
Bash
C
C#
C++
CoffeeScript
CSS
Diff
GO
HTML, XML
HTTP
Java
JavaScript
JSON
Kotlin
Less
Lua
Makefile
Markdown
Nginx Config
NSIS
Objective-C
Perl
PHP
Plain Text
PowerShell
Properties
Python
Python REPL
R
Ruby
Rust
SCSS
Shell Session
SQL
Swift
TOML, also INI
TypeScript
VB Script
Visual Basic .NET
YAML
Request New Language