Category:Gambas
Appearance
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 Implementations (empty)
- Gambas User (3 P)
Pages in category "Gambas"
The following 200 pages are in this category, out of 273 total.
(previous page) (next page)2
A
- A+B
- ABC problem
- Abundant, deficient and perfect number classifications
- Ackermann function
- Align columns
- Almost prime
- Amicable pairs
- Animation
- Anti-primes
- Append numbers at same position in strings
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Associative array/Creation
- Associative array/Iteration
B
C
- Caesar cipher
- Calendar
- Call a function
- Carmichael 3 strong pseudoprimes
- Cartesian product of two or more lists
- Case-sensitivity of identifiers
- Casting out nines
- Centre and radius of a circle passing through 3 points in a plane
- Character codes
- Chebyshev coefficients
- Check that file exists
- Collections
- Colour bars/Display
- Colour pinstripe/Display
- Comma quibbling
- Command-line arguments
- Comments
- Compare length of two strings
- Convert seconds to compound duration
- Copy a string
- Count occurrences of a substring
- Create a file
- CSV data manipulation
- Cullen and Woodall numbers
D
E
F
- Factorial
- Factorial primes
- Factors of an integer
- Farey sequence
- FASTA format
- File input/output
- File modification time
- File size
- Filter
- Find common directory path
- Find limit of recursion
- Find prime numbers of the form n*n*n+2
- Find the last Sunday of each month
- First 9 prime Fibonacci number
- First power of 2 that has leading decimal digits of 12
- Five weekends
- FizzBuzz
- Flatten a list
- Flow-control structures
- Floyd's triangle
- Formatted numeric output
- Function definition
G
- Gapful numbers
- Generate Chess960 starting position
- Generate lower case ASCII alphabet
- Generic swap
- Get system command output
- Giuga numbers
- Goldbach's comet
- Golden ratio/Convergence
- Greyscale bars/Display
- Guess the number
- Guess the number/With feedback
- GUI component interaction
- GUI enabling/disabling of controls
- GUI/Maximum window dimensions
H
I
L
- L-system
- Langton's ant
- Largest five adjacent number
- Largest int from concatenated ints
- Largest proper divisor of n
- Last Friday of each month
- Leap year
- Leonardo numbers
- Letter frequency
- Long stairs
- Long year
- 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