DataVoila Project Library
This repository provides access to a steadily growing set of ready-to-use project files for DataVoila. The projects are grouped into the following categories:
Search
Use the library's full-text search to find specific projects:
Recent Additions
We have recently added or updated the following projects:
Retrieves the current date and time from a NIST server.
Input Type: Nothing | Output Type: Plain TextReplaces HTML character entities (such as "<" or "&") by actual characters (such as "<" and "&").
Input Type: Plain Text | Output Type: Plain TextReplaces reserved HTML characters (such as "<" and "&") by character-entity equivalents (like "<" or "&").
Input Type: Plain Text | Output Type: Plain TextCounts the occurrences of a string within a text.
Input Type: Plain Text | Output Type: Plain TextLongest Common Substring of Two Strings
Retrieves the Longest Common Substring (LCS) of two given strings. The code is based on an implementation found at http://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Longest_common_substring.
Input Type: Nothing | Output Type: Plain Text