Split a Concatenated String with a Delimiter
Language: .NET, Expertise: Beginner - See how to split a concatenated string with a delimiter and remove empty entries......»»
Check Whether or Not an IP Is Valid in C#
Language: .NET, Expertise: Beginner - Learn more about a short function that validates a given IP address......»»
Convert Hex to RGB in C#
Language: .NET, Expertise: Intermediate - Learn how to replace a hex string with RGB color in C# using the system.globalization namespace......»»
Use BitConverter Class to Convert a Byte Array
Language: .NET, Expertise: Intermediate - See how BitConverter's ToString method can be used to convert a byte array to a string......»»
Change Date to ISO8601 Date Format in C#
Language: .NET, Expertise: Beginner - See how to use ToUniverstalTime to change the date format in C#......»»
Calculate the Distance Between Two Coordinates in C#
Language: .NET, Expertise: Intermediate - Learn how to use the GetDistinaceTo method of the GetCoordinates class to determine the distance between two coordinates in C#......»»
Using SoapHexBinary Class for Byte and String Conversions
Language: .NET, Expertise: Intermediate - See how to perform byte and string conversions......»»
How Reverse a String in C#
Language: .NET, Expertise: Intermediate - See how to reverse a string in C#......»»
Get the Path to the Temporary Folder in the Operating System
Language: .NET, Expertise: Intermediate - Use the GetTempPath method to retrieve the temp file path......»»
Python Wonderwords Library: Random Words and Sentences
There are many ways to randomly generate text in Python. Learn how to use the Wonderwords library to generate random words and sentences......»»
How to Split Strings in Java
Learn how to split strings in Java using the split() method. Follow our code example and test out your own strings......»»
Python Logical Operators
A Python programming tutorial for developers that want to learn how to use Logical operators. Learn how to use AND, OR, and NOT......»»
How to Use the StringJoiner Class in Java
This Java programming tutorial shows you how to use the StringJoiner Class to join strings. Read along with our code examples......»»
How to Read Data from a URL in Java
This programming tutorial teaches developers how to use the java.net package and its methods to read data from a URL. Read our code examples......»»
How to Find the Status of Threads in Java
Finding the status of threads in Java is pretty simple. Learn how to find thread status in this Java programming tutorial......»»
How to List Memory Types in Java
Learn how to list the available memory types in Java using the java.lang.management.MemoryType package utility. Practice with our code examples......»»
Java: How to List All Network Interfaces
Learn how to list all networking interfaces in Java using the java.net and java.util packages. Read our code examples. .....»»
How to Remove a System Property in Java
Learn how to remove a system property in Java using java.util package methods. Practice Java coding with our example code......»»
Using CopyOnWriteArrayList in Java
This quick Java tutorial shows you how to use CopyOnWriteArrayList in Java. Read along with our sample code......»»
Find Element Position in an Array with Java
Learn how to find the position of an element in an Array in this Java programming and developer tutorial. .....»»