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 199 pages are in this category, out of 399 total.
(previous page) (next page)L
- Leonardo numbers
- Letter frequency
- Levenshtein distance
- Linear congruential generator
- List comprehensions
- Long multiplication
- Long year
- Longest common subsequence
- Longest common substring
- Longest string challenge
- Loop over multiple arrays simultaneously
- 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
- Mad Libs
- Make directory path
- Mandelbrot set
- Matrix transposition
- Maximum triangle path sum
- McNuggets problem
- Meissel–Mertens constant
- Menu
- Mertens function
- Metaprogramming
- Middle three digits
- Miller–Rabin primality test
- Minimum numbers of three lists
- Modular inverse
- Monte Carlo methods
- Monty Hall problem
- Multifactorial
- Multiplication tables
- Multisplit
- Munching squares
- Mutual recursion
N
P
- Palindrome detection
- Pancake numbers
- Pangram checker
- Parameterized SQL statement
- Parsing/RPN calculator algorithm
- Pascal's triangle
- Password generator
- Perfect numbers
- Periodic table
- Permutations
- Permutations by swapping
- Phrase reversals
- Pick random element
- Pig the dice game
- Playing cards
- Population count
- Price fraction
- Primality by trial division
- Primality by Wilson's theorem
- Priority queue
- Program termination
R
- Ramsey's theorem
- Random number generator (included)
- Random numbers
- Range expansion
- Rate counter
- Read a configuration file
- Read a file character by character/UTF8
- Read a file line by line
- Read a specific line from a file
- Read entire file
- Real constants and functions
- Regular expressions
- Remove duplicate elements
- Remove lines from a file
- Rename a file
- Repeat a string
- Return multiple values
- Reverse a string
- Reverse words in a string
- Rock-paper-scissors
- Roman numerals/Decode
- Roman numerals/Encode
- Roots of a quadratic function
- Roots of unity
- Rosetta Code/Count examples
- Rosetta Code/Find unimplemented tasks
- Rosetta Code/Rank languages by popularity
- Rosetta Code/Run examples
- Rot-13
- RPG attributes generator
- Run-length encoding
- Runge-Kutta method
S
- Sattolo cycle
- Search a list
- Self-describing numbers
- Semiprime
- SEND + MORE = MONEY
- Sequence: smallest number greater than previous term with exactly n divisors
- Sequence: smallest number with exactly n divisors
- Set
- Set consolidation
- Shape-Machine
- Shell one-liner
- Short-circuit evaluation
- Show ASCII table
- Show the (decimal) value of a number of 1s appended with a 3, then squared
- Show the epoch
- Sierpinski triangle
- Sierpinski triangle/Graphical
- Sieve of Eratosthenes
- Simple database
- Simple windowed application
- Singly-linked list/Element definition
- Singly-linked list/Traversal
- Sort an array of composite structures
- Sort disjoint sublist
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort
- Sorting algorithms/Gnome sort
- Sorting algorithms/Insertion sort
- Sorting algorithms/Quicksort
- Sorting algorithms/Selection sort
- Sorting algorithms/Shell sort
- Soundex
- Split a character string based on change of character
- Stack
- Stair-climbing puzzle
- Start from a main routine
- Statistics/Basic
- Statistics/Normal distribution
- Steady squares
- String append
- String case
- String comparison
- String concatenation
- String interpolation (included)
- String length
- 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
- Substring/Top and tail
- Sudan function
- Sum and product of an array
- Sum digits of an integer
- Sum multiples of 3 and 5
- Sum of a series
- Sum of squares
- Symmetric difference
T
- Table creation
- Table creation/Postal addresses
- Tau function
- Tau number
- Temperature conversion
- Terminal control/Inverse video
- Ternary logic
- Text processing/Max licenses in use
- The Name Game
- The Twelve Days of Christmas
- Tic-tac-toe
- Tokenize a string
- Top rank per group
- Towers of Hanoi
- Trabb Pardo–Knuth algorithm
- Trigonometric functions