Use Sockets to send and receive data over TCP 05/07/2023
When working with System.Net.Sockets, you represent a network endpoint as an IPEndPoint object. The IPEndPoint is constructed with an IPAddress and its corresponding port number. Before you can initiate a conversation through a Socket, you create a data pipe between your app and the remote destination.
Author: Admin
Language:
C#
Tags:
sockets
send
receive
tcp
cs
Read More11
Unique Random Numbers Within a Range 04/23/2023
Here's a nice function I found to get 10 unique numbers from a range of numbers.
Author: Admin
Language:
PHP
Tags:
random
numbers
range
php
Read More10
PHP Speller 03/26/2023
PHP spell check library.
Author: Admin
Language:
PHP
Tags:
php
spell
check
Read More16
Delete a File with C# 03/13/2023
This is how to delete a file and check whether it exists.
Author: Admin
Language:
C#
Tags:
cs
delete
file
Read More22
R Hello World Program Example 03/10/2023
Hello world program example using print.
Author: Admin
Language:
R
Tags:
r
hello
world
Read More13
PHP Tags 03/07/2023
When PHP parses a file, it looks for opening and closing tags, which tell PHP to start and stop interpreting the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser.
Author: Admin
Language:
PHP
Tags:
php
tags
Read More19
PHP Crypt 02/11/2023
crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms. password_verify() is compatible with crypt(). Therefore, password hashes created by crypt() can be used with password_verify().
Author: Admin
Language:
PHP
Tags:
php
crypt
hash
password
Read More44
PHP Tutorial With W3 Schools 12/30/2022
Here's a nice tutorial for developing in PHP.
Author: Admin
Language:
Plain Text
Tags:
php
tutorial
developing
Read More123
Environment GetFolderPath Method 10/21/2022
GetFolderPath (Environment+SpecialFolder) gets the path to the specified system special folder.
Author: Admin
Language:
Visual Basic .NET
Tags:
environment
getfolderpath
Read More209
PHP Shuffle 09/11/2022
Randomizes the order of the elements in an array.
Author: Admin
Language:
PHP
Tags:
php
shuffle
array
Read More379
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