Python has solidified its position as one of the most versatile and widely-used programming languages in the modern development landscape. Its readability and simplicity have made it a favorite for beginners and experts alike, paving the way for innovations across fields like data science, web development, and artificial intelligence (AI). The convergence of Python and […]
Dropdown List Of UK Counties
A complete list of counties in the UK that includes England, Scotland, Wales and Northern Ireland.
Enhancing Code Quality with AI-Powered Static Analysis
The confluence of Artificial Intelligence (AI) with static code analysis heralds a new chapter in software development, characterized by enhanced precision and efficiency. AI’s integration into static code analysis tools has the transformative potential to revolutionize how developers approach code quality and security. This synergy enables the detection of subtle, complex issues that traditional methods […]
Prevent Web Browser Caching
How to make use of HTTP headers to control the caching of Web pages in ASP and IIS, known to work with Internet Explorer.
Validate email addresses using PHP
This PHP function validates an email address without using RegEx. It’s not the most comprehensive function however, as it doesn’t check for special characters that are not allowed in an email address.
WhoIs function for domain-name info
This function returns the WhoIs string for the passed domain name (such as the domain-name owner and nameservers) by opening a socket to a WhoIs server.
Drop-down list of US states
A complete list of the 50 US states alphabetically ordered, that can be used in any HTML page. The value for each state is the two letter abbreviation.
Chess Game In Java
A fully functional chess game in Java, without an AI or disallowing moves that are considered to be illegal according to the rules of chess.
Basic file based hit counter
Very basic hit counter based on a plain text file, built using PHP.
Find out where a TinyUrl.com url points to
This PHP source code uses sockets to retrieve the URL that TinyUrl.com points to, without you having to actually access the URL.