Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Superbase NG Bugs
-
Basic Common Gateway Interface Sample.
-
This project implements a basic order-entry system. It is a more sophisticated example than any of the other samples that are provided with Superbase NG. It makes use of a number of advanced features, such as the extensive use of events.
-
This program is provided in order to demonstrate some of the capabilities of the wxWidgets-based GUI controls used by SIMPOL. It is not necessarily an exhaustive test of all capabilities of each control.
-
Second of a three-part tutorial concerning making a program which uses the IO functionalities of SIMPOL creates a GUI program that will allow us to find the file we which to use and then execute the program we previously created.
-
This program is a continuation of the Fundamentals File I/O tutorial, it uses string and time manipulation. We are going to create a program which takes a file as an input, extracts the times from each line and outputs total time
-
This program shows how to read a file into SIMPOL as well as output to a file using SIMPOL. This is part of a series of tutorials which builds up to a program which will read a file, manipulate its contents and then reformats this information
-
Time is a fickle mistress, the same is true in Superbase NG. This covers the basics of time in SIMPOL in this tutorial, we want to be able to get the current time, an arbitrary time from a string and be able to print these off nicely
-
This is an example of a simple TCP communication using the socket component, it creates a TCP server and listens, it then creates a client that connects to this server and sends a shutdown command and closes the server
-
Simpol Web Backend: User data library
-
A basic SMTP MIME Example using libcurl
-
A basic SMTP example using libcurl
-
A basic cURL Example
-
Demonstrates a basic HTTP GET request
-
Simpol Web Backend: Main web backend project
-
The simple colour lab sample from the NG Quick Start Guide
-
Generate encrypted passwords using the new libcrypto
-
This program creates a form hosting a grid control. It then sets various options in the grid, including row and column labels, label font, cell font, specific cell font, column width, etc.
-
Centipede-like game program-controlled with the cursor keys. This was designed to teach object-oriented programming in SIMPOL.
-
SIMPOL ODBC Example