Tag Archives: Programming

Remove blank lines from a textarea using Prototype

Here is a Javascript function used to remove blank lines from a textarea…Continue reading

Shell script to extract the exchange rates from BNR (Romania)

Here is a simple script to get the exchange rates.Continue reading

How to create a simple shell script

Here is a simple example of creating and running (executing) a shell script. This script will display the numbers from 1 to 10.Continue reading