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.
|
If you know Run BASIC, please write code for some of the tasks not implemented in 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[edit]
- 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.
Pages in category "Run BASIC"
The following 322 pages are in this category, out of 322 total.
A
- 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
B
C
- 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
- Color wheel
- Colour bars/Display
- Comma quibbling
- Comments
- Compare length of two strings
- 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
- Cumulative standard deviation
D
- Date format
- Date manipulation
- Day of the week
- Deal cards for FreeCell
- 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
E
F
- Factorial
- 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 the last Sunday of each month
- Find the missing permutation
- Five weekends
- FizzBuzz
- FizzBuzz/Basic
- Flatten a list
- Floyd's triangle
- Forest fire
- Fork
- Formatted numeric output
- Fractal tree
G
H
- Hailstone sequence
- Hamming numbers
- Happy numbers
- 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
I
K
L
- 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/Continue
- 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
N
P
- Palindrome detection
- Pangram checker
- Parameterized 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
- 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
- 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 append
- String case
- String comparison
- String concatenation
- String interpolation (included)
- String length
- String matching
- String prepend
- 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