Run BASIC
'''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"
Tasks
- 100 doors
- 15 Puzzle Game
- A+B
- ABC Problem
- Ackermann function
- Active Directory/Connect
- Active Directory/Search for a user
- Align columns
- Amicable pairs
- Anagrams
- Anagrams/Deranged anagrams
- Arbitrary-precision integers (included)
- Archimedean spiral
- Arithmetic-geometric mean
- Arithmetic/Integer
- Arrays
- Atomic updates
- Averages/Arithmetic mean
- Averages/Mean time of day
- Averages/Median
- Averages/Pythagorean means
- Averages/Root mean square
- Averages/Simple moving average
- Babbage problem
- Balanced brackets
- Barnsley fern
- Benford's law
- Binary digits
- Binary search
- Binary strings
- Boolean values
- Box the compass
- Brownian tree
- CSV data manipulation
- CSV to HTML translation
- Caesar cipher
- Case-sensitivity of identifiers
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Catamorphism
- Chaos game
- Character codes
- Check that file exists
- Circles of given radius through two points
- Closest-pair problem
- Colour bars/Display
- Comma quibbling
- Comments
- 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
- Cumulative standard deviation
- Date format
- Date manipulation
- Day of the week
- Delete a file
- Detect division by zero
- Determine if a string is numeric
- Determine if only one instance is running
- Digital root
- Dinesman's multiple-dwelling problem
- Dot product
- Dragon curve
- Draw a clock
- Draw a sphere
- Dutch national flag problem
- Empty directory
- Empty program
- Empty string
- Entropy
- Environment variables
- Euler method
- Euler's sum of powers conjecture
- Evaluate binomial coefficients
- Even or odd
- Execute a system command
- Exponentiation operator
- FASTA format
- Factorial
- Factors of an integer
- Fast Fourier transform
- Fibonacci n-step number sequences
- Fibonacci sequence
- Find common directory path
- Find limit of recursion
- 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
- GUI component interaction
- GUI/Maximum window dimensions
- Generate lower case ASCII alphabet
- Generic swap
- Get system command output
- Globally replace text in several files
- Greatest element of a list
- Greatest subsequential sum
- Greyscale bars/Display
- Guess the number
- HTTP
- HTTPS/Authenticated
- Hamming numbers
- Happy numbers
- Harshad or Niven series
- Hash join
- Haversine formula
- Hello world!
- 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
- Identity matrix
- Image noise
- Include a file
- Increment a numerical string
- Input loop
- Integer comparison
- Integer sequence
- Jump anywhere
- Kaprekar numbers
- Keyboard input/Obtain a Y or N response
- Knapsack problem/Continuous
- Knuth shuffle
- Langton's ant
- Largest int from concatenated ints
- Last Friday of each month
- Leap year
- Least common multiple
- Left factorials
- Leonardo numbers
- Letter frequency
- Levenshtein distance
- Linear congruential generator
- List comprehensions
- Longest common subsequence
- Longest string challenge
- Loop over multiple arrays simultaneously
- Loops/For
- Loops/For with a specified step
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Luhn test of credit card numbers
- Mad Libs
- Make directory path
- Mandelbrot set
- Matrix transposition
- Menu
- Metaprogramming
- Middle three digits
- Miller–Rabin primality test
- Modular inverse
- Monty Hall problem
- Multifactorial
- Multiplication tables
- Multisplit
- Munching squares
- Mutual recursion
- N-queens problem
- Non-decimal radices/Convert
- Non-decimal radices/Output
- Nth root
- Number reversal game
- Odd word problem
- One of n lines in a file
- Ordered words
- Palindrome detection
- Pangram checker
- Parametrized SQL statement
- Parsing/RPN calculator algorithm
- Pascal's triangle
- Password generator
- Perfect numbers
- Permutations
- Pick random element
- Pig the dice game
- Playing cards
- Price fraction
- Primality by trial division
- Priority queue
- Program termination
- 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/Run examples
- Rot-13
- Run-length encoding
- Runge-Kutta method
- Sattolo cycle
- Search a list
- Self-describing numbers
- Set
- Shell one-liner
- Short-circuit evaluation
- 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/Insertion sort
- Sorting algorithms/Quicksort
- Sorting algorithms/Selection sort
- Sorting algorithms/Shell sort
- Soundex
- Stack
- Stair-climbing puzzle
- Statistics/Basic
- Statistics/Normal distribution
- String case
- String comparison
- String interpolation (included)
- String length
- String matching
- Strip control codes and extended characters from a string
- Strip whitespace from a string/Top and tail
- Substring
- Substring/Top and tail
- Sum and product of an array
- Sum multiples of 3 and 5
- Sum of a series
- Sum of squares
- Symmetric difference
- Table creation
- Table creation/Postal addresses
- Temperature conversion
- Terminal control/Inverse video
- Ternary logic
- Text processing/Max licenses in use
- The Twelve Days of Christmas
- Tic-tac-toe
- Tokenize a string
- Top rank per group
- Trigonometric functions
- URL encoding
- Unix/ls
- Verify distribution uniformity/Naive
- Walk a directory/Non-recursively
- Web scraping
- Window creation
- Word wrap
- Write float arrays to a text file
- XML/Input
- Yahoo! search interface