MAXScript
Tasks
- 100 doors
- ABC Problem
- Ackermann function
- Animation
- Arithmetic/Integer
- Averages/Arithmetic mean
- Averages/Root mean square
- Babbage problem
- Binary digits
- Binary search
- Bitmap
- Bitwise operations
- Bresenham's Line Algorithm
- Bulls and cows
- Check that file exists
- Comma quibbling
- Comments
- Compound data type
- Conditional structures
- Copy a string
- Create a file
- Create a two-dimensional array at runtime
- Delete a file
- Detect division by zero
- Determine if a string is numeric
- Empty program
- Even or odd
- Execute a system command
- Factorial
- Factors of an integer
- Fibonacci sequence
- Filter
- FizzBuzz
- Function definition
- Generic swap
- Greatest common divisor
- Greatest element of a list
- Greyscale bars/Display
- Guess the number
- Guess the number/With feedback
- Guess the number/With feedback (player)
- Happy numbers
- Hello world!
- Hello world/Graphical
- Hello world/Text
- Higher-order functions
- Image noise
- Increment a numerical string
- Input loop
- Integer comparison
- Introspection
- Knapsack problem/0-1
- Logical operations
- Look-and-say sequence
- Loops/Break
- 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
- Matrix transposition
- Monte Carlo methods
- Monty Hall problem
- Null object
- Number names
- OpenGL
- Palindrome detection
- Percentage difference between images
- Perfect numbers
- Random numbers
- Real constants and functions
- Regular expressions
- Remove duplicate elements
- Rename a file
- Reverse a string
- Reverse words in a string
- Search a list
- Sieve of Eratosthenes
- Simple windowed application
- Sort an array of composite structures
- Sort an integer array
- Sort using a custom comparator
- Sorting algorithms/Bogosort
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort
- Sorting algorithms/Comb sort
- Sorting algorithms/Counting sort
- Sorting algorithms/Gnome sort
- Sorting algorithms/Heapsort
- Sorting algorithms/Insertion sort
- Sorting algorithms/Merge sort
- Sorting algorithms/Pancake sort
- Sorting algorithms/Permutation sort
- Sorting algorithms/Quicksort
- Sorting algorithms/Selection sort
- Sorting algorithms/Stooge sort
- Sorting algorithms/Strand sort
- String case
- String concatenation
- String length
- Sum and product of an array
- Sum of a series
- Text processing/Max licenses in use
- Tokenize a string
- Trigonometric functions
- Walk a directory/Non-recursively
- Walk a directory/Recursively