Category:Yabasic
Appearance
Yabasic
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 Yabasic.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
See Also: |
|
Yabasic is an implementation of BASIC.
Other implementations of BASIC.
Yabasic is the acronym of Yet another BASIC, implemented for Windows and Linux.
Features
- Language is interpreted.
- Line numbers are not required, but optional.
- Support for direct display graphics.
- Variables have not to be defined before use.
- Support old and modern (structured, modular, but not object oriented) programming style.
Pages in category "Yabasic"
The following 200 pages are in this category, out of 567 total.
(previous page) (next page)A
- A+B
- Abbreviations, automatic
- Abbreviations, easy
- Abbreviations, simple
- ABC correlation
- ABC problem
- Abundant, deficient and perfect number classifications
- Accumulator factory
- Ackermann function
- Additive primes
- AKS test for primes
- Align columns
- Aliquot sequence classifications
- Almost prime
- Amb
- Amicable pairs
- Anagrams
- Angle difference between two bearings
- Animate a pendulum
- Animation
- Anonymous recursion
- Anti-primes
- Append a record to the end of a text file
- Append numbers at same position in strings
- Apply a callback to an array
- Apply a digital filter (direct form II transposed)
- Approximate equality
- Archimedean spiral
- Arithmetic numbers
- Arithmetic-geometric mean
- Arithmetic-geometric mean/Calculate Pi
- Arithmetic/Complex
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Assertions
- Associative array/Merging
- Audio alarm
- Averages/Mean angle
- Averages/Mean time of day
- Averages/Median
- Averages/Mode
- AVL tree
B
- Babbage problem
- Balanced brackets
- Banker's algorithm
- Barnsley fern
- Base 16 numbers needing a to f
- Benford's law
- Bilinear interpolation
- Binary digits
- Binary search
- Binary strings
- Bioinformatics/Sequence mutation
- Bitmap
- Bitmap/Read a PPM file
- Bitmap/Write a PPM file
- Bitwise operations
- Boolean values
- Box the compass
- Boyer-Moore string search
- Bulls and cows/Player
C
- Caesar cipher
- Calculating the value of e
- Calendar
- Call a function
- Calmo numbers
- CalmoSoft primes
- Canny edge detector
- Cantor set
- Carmichael 3 strong pseudoprimes
- Case-sensitivity of identifiers
- Casting out nines
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Catamorphism
- Centre and radius of a circle passing through 3 points in a plane
- Chaos game
- Character codes
- Chebyshev coefficients
- Check that file exists
- Chinese zodiac
- Circles of given radius through two points
- Circular primes
- Closest-pair problem
- Closures/Value capture
- Code Golf: Code Golf
- Color of a screen pixel
- Colour pinstripe/Display
- Comments
- Compare length of two strings
- Compile-time calculation
- Concatenate two primes is also prime
- Conditional structures
- Constrained random points on a circle
- Conway's Game of Life
- Copy a string
- Count in factors
- Count occurrences of a substring
- Create a file
- Create a two-dimensional array at runtime
- CSV data manipulation
- Cullen and Woodall numbers
- CUSIP
D
- Date format
- Day of the week
- Day of the week of Christmas and New Year
- Death Star
- Department numbers
- Determine if a string has all the same characters
- Determine if a string has all unique characters
- Determine sentence type
- Dice game probabilities
- Digital root
- Dinesman's multiple-dwelling problem
- Disarium numbers
- Display a linear combination
- Doomsday rule
- Dot product
- Double Twin Primes
- Doubly-linked list/Element insertion
- Dragon curve
- Draw a clock
- Draw a pixel
- Draw a rotating cube
- Draw a sphere
E
- Eban numbers
- Egyptian division
- Empty program
- Empty string
- Environment variables
- Equal prime and composite sums
- Erdős-Nicolas numbers
- Ethiopian multiplication
- Euclidean rhythm
- Euler method
- Euler's sum of powers conjecture
- Even numbers which cannot be expressed as the sum of two twin primes
- Even or odd
- Events
- Exactly three adjacent 3 in lists
- Execute a system command
- Exponentiation operator
- Exponentiation order
- Exponentiation with infix operators in (or operating on) the base
F
- Factorial
- Factorial primes
- Factors of an integer
- Farey sequence
- Feigenbaum constant calculation
- Fibonacci n-step number sequences
- Fibonacci sequence
- File extension is in extensions list
- File input/output
- Find common directory path
- Find first and last set bit of a long integer
- Find limit of recursion
- Find minimum number of coins that make a given value
- Find prime numbers of the form n*n*n+2
- Find square difference
- Find the intersection of two lines
- First 9 prime Fibonacci number
- First power of 2 that has leading decimal digits of 12
- FizzBuzz
- Flatten a list
- Flow-control structures
- Floyd's triangle
- Formatted numeric output
- Fractal tree
- Frobenius numbers
- Function definition
- Fusc sequence
G
- Galton box animation
- Gamma function
- Gapful numbers
- Generate Chess960 starting position
- Generate lower case ASCII alphabet
- Generate random chess position
- Generic swap
- Get system command output
- Getting the number of decimal places
- Goldbach's comet
- Golden ratio/Convergence
- Grayscale image
- Greatest common divisor
- Greatest element of a list
- Greyscale bars/Display
- Guess the number/With feedback