Category:Gambas
(Redirected from Gambas)
Gambas
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Gambas.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (bytecode) |
---|---|
Garbage collected: | No |
Parameter passing methods: | By value |
Type safety: | Safe |
Type strength: | Strong |
Type expression: | Explicit |
Lang tag(s): | basic, gambas, gambas2, gambas3 |
See Also: |
Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic™ (but it is NOT a clone !).
With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on...
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Gambas examples needing attention (empty)
- Gambas Implementations (empty)
- Gambas User (2 P)
Pages in category "Gambas"
The following 181 pages are in this category, out of 181 total.
2
A
C
- Caesar cipher
- Calendar
- Call a function
- Case-sensitivity of identifiers
- Character codes
- Check that file exists
- Collections
- Colour bars/Display
- Colour pinstripe/Display
- Comma quibbling
- Command-line arguments
- Comments
- Convert seconds to compound duration
- Copy a string
- Create a file
- CSV data manipulation
D
E
F
G
H
L
- Langton's ant
- Largest int from concatenated ints
- Last Friday of each month
- Leap year
- Letter frequency
- Look-and-say sequence
- Loop over multiple arrays simultaneously
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Luhn test of credit card numbers
M
N
P
Q
R
S
- Search a list
- SEDOLs
- Shell one-liner
- Simple windowed application
- Sort an integer array
- Sorting algorithms/Bogosort
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort
- Sorting algorithms/Comb sort
- Sorting algorithms/Gnome sort
- Sorting algorithms/Selection sort
- Special characters
- Start from a main routine
- String append
- String case
- String concatenation
- String interpolation (included)
- String matching
- String prepend
- Strip a set of characters from a string
- Strip control codes and extended characters from a string
- Strip whitespace from a string/Top and tail
- Substring
- Sum and product of an array
- System time