If you want to pad strings to a certain length this function can help you…
Browsing: Development
If you need to list files from a folder you can use the following VBScript.…
Oracle APEX Interactive Reports allow columns to be filtered via the help of a pop-up…
The Oracle APEX page URLs are formed in a specific pattern and contain parameters in…
Application Express includes a number of built-in substitution strings. These provide information that can be…
Most of the time you can do what you need to do within SharePoint using…
While modifying a webpart using a custom XSLT file I needed to include an image…
While working on some code for an 16×2 LCD display on my Raspberry Pi I wanted…
The following post shows you various examples of listing files in Python. You can easily…
Following on from my How To Combine Text And CSV Files With Python article I…
Following on from my Sending Text Email In Python article here is a slightly more…
Despite the march of technology plain text files are still a popular way to transfer…
Lists are a useful concept in Python and in many ways are similar to arrays…
When using HTML Select lists it is sometimes useful to be able to remove options…
Python includes a standard library to generate random numbers. This library is called “random”. In…
One task I use Python to perform on my desktop is image manipulation. Although there…
Sending email in Python is easy if you have access to an SMTP server. These…