Category:Run BASIC
This page uses content from Wikipedia. The original article was at Run BASIC. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance) |
This programming language may be used to instruct a computer to perform a task.
|
Run BASIC is a web application server, based on Liberty BASIC (and made by the same company, Shoptalk Systems).
Run BASIC serves a similar purpose to other languages like ASP, Perl, and PHP; unlike those languages, however, it is not an add-on module to web servers, instead including its own HTTP server. Web pages are generated dynamically by the program. High-level commands automatically generate HTML, colors, fonts, backgrounds, and Cascading Style Sheets (CSS). If needed, JavaScript can also be injected into a page. Graphics can be drawn and rendered via code. Files can be fetched from other web sites using GET and POST, and a built-in XML parser can be used to extract data.
Database capability is included via the SQLite database engine.
See also
- Run BASIC homepage
- Run BASIC on Wikipedia
- The Run BASIC Hosting Service -- "a reliable, hassle-free way to publish your Run BASIC web applications"
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Run BASIC Implementations (empty)
- Run BASIC User (3 P)
Pages in category "Run BASIC"
The following 200 pages are in this category, out of 397 total.
(previous page) (next page)A
- A+B
- ABC problem
- Abundant, deficient and perfect number classifications
- Ackermann function
- Active Directory/Connect
- Active Directory/Search for a user
- Align columns
- Almost prime
- Amicable pairs
- Anagrams
- Anagrams/Deranged anagrams
- Angle difference between two bearings
- Anti-primes
- Append numbers at same position in strings
- Arbitrary-precision integers (included)
- Archimedean spiral
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Arrays
- Atomic updates
- Averages/Arithmetic mean
- Averages/Mean time of day
- Averages/Median
- Averages/Pythagorean means
- Averages/Root mean square
B
C
- Caesar cipher
- Calculating the value of e
- Calmo numbers
- Cartesian product of two or more lists
- Case-sensitivity of identifiers
- Casting out nines
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Catamorphism
- Chaos game
- Character codes
- Chebyshev coefficients
- Check that file exists
- Circles of given radius through two points
- Closest-pair problem
- Code Golf: Code Golf
- Color wheel
- Colour bars/Display
- Combinations
- Comma quibbling
- Comments
- Compare length of two strings
- Compile-time calculation
- Conditional structures
- Constrained random points on a circle
- Convert seconds to compound duration
- Copy a string
- Count in factors
- Count in octal
- Count occurrences of a substring
- Count the coins
- Create a file
- Create a two-dimensional array at runtime
- Create an HTML table
- CSV data manipulation
- CSV to HTML translation
- Cullen and Woodall numbers
- Cumulative standard deviation
D
- Date format
- Date manipulation
- Day of the week
- Deal cards for FreeCell
- Delete a file
- Department numbers
- Detect division by zero
- Determine if a string is numeric
- Determine if only one instance is running
- Determine sentence type
- Digital root
- Dinesman's multiple-dwelling problem
- Disarium numbers
- Dot product
- Double Twin Primes
- Dragon curve
- Draw a clock
- Draw a sphere
- Dutch national flag problem
E
- Egyptian division
- Empty directory
- Empty program
- Empty string
- Entropy
- Environment variables
- Erdős-Nicolas numbers
- Euler method
- Euler's sum of powers conjecture
- Evaluate binomial coefficients
- Even or odd
- 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
- Fast Fourier transform
- FASTA format
- Fibonacci n-step number sequences
- Fibonacci sequence
- 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 square difference
- Find the intersection of two lines
- Find the last Sunday of each month
- Find the missing permutation
- Five weekends
- FizzBuzz
- Flatten a list
- Floyd's triangle
- Forest fire
- Fork
- Formatted numeric output
- Fractal tree
G
- Gapful numbers
- Generate lower case ASCII alphabet
- Generic swap
- Get system command output
- Getting the number of decimal places
- Globally replace text in several files
- Greatest common divisor
- Greatest element of a list
- Greatest subsequential sum
- Greyscale bars/Display
- Guess the number
- Guess the number/With feedback
- GUI component interaction
- GUI/Maximum window dimensions
H
- Hailstone sequence
- Hamming numbers
- Happy numbers
- Harmonic series
- Harshad or Niven series
- Hash join
- Haversine formula
- Hello world/Graphical
- Hello world/Line printer
- Hello world/Newline omission
- Hello world/Standard error
- Hello world/Text
- Hello world/Web server
- Here document
- Hofstadter Q sequence
- Hofstadter-Conway $10,000 sequence
- Horizontal sundial calculations
- Horner's rule for polynomial evaluation
- Hostname
- HTTP
- HTTPS/Authenticated