Category:AppleScript
Appearance
(Redirected from AppleScript)
AppleScript
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using AppleScript.
This programming language may be used to instruct a computer to perform a task.
See Also: |
|
---|
This is a scripting language created by Apple, Inc. It provides a Mac user the ability to easily transfer data between applications and process the data to their needs.
AppleScript is a trademark of Apple, Inc.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- AppleScript Implementations (empty)
- AppleScript User (19 P)
Pages in category "AppleScript"
The following 200 pages are in this category, out of 472 total.
(previous page) (next page)A
- A+B
- ABC problem
- ABC words
- Abundant odd numbers
- Abundant, deficient and perfect number classifications
- Accumulator factory
- Ackermann function
- Additive primes
- Align columns
- Aliquot sequence classifications
- Alternade words
- Amicable pairs
- Anadromes
- Anagrams
- Anagrams/Deranged anagrams
- Anonymous recursion
- Anti-primes
- Apply a callback to an array
- Apply a digital filter (direct form II transposed)
- Arithmetic numbers
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Associative array/Merging
- Attractive numbers
- Averages/Arithmetic mean
- Averages/Median
- Averages/Mode
- Averages/Pythagorean means
- Averages/Root mean square
B
C
- Caesar cipher
- Calculating the value of e
- Calkin-Wilf sequence
- Calmo numbers
- CalmoSoft primes
- Cantor set
- Cartesian product of two or more lists
- Case-sensitivity of identifiers
- Catamorphism
- Change e letters to i in words
- Chaocipher
- Character codes
- Check that file exists
- Cheryl's birthday
- Chinese zodiac
- Church numerals
- Circular primes
- Closures/Value capture
- Color wheel
- Colorful numbers
- Combinations
- Combinations with repetitions
- Comma quibbling
- Command-line arguments
- Comments
- Common list elements
- Common sorted list
- Compare a list of strings
- Compile-time calculation
- Conditional structures
- Convert decimal number to rational
- Convert seconds to compound duration
- Conway's Game of Life
- Coprime triplets
- Coprimes
- Copy a string
- Count occurrences of a substring
- Count the coins
- Cousin primes
- Create a file
- Create a two-dimensional array at runtime
- Cuban primes
- Cumulative standard deviation
- Currency
- Currying
- CUSIP
- Cyclops numbers
D
- Damm algorithm
- Date format
- Date manipulation
- Day of the week
- Days between dates
- Department numbers
- Determine if a string has all unique characters
- Determine if a string is numeric
- Digit fifth powers
- Digital root
- Dinesman's multiple-dwelling problem
- Disarium numbers
- Discordian date
- Distinct power numbers
- Doomsday rule
- Dot product
- Duffinian numbers
- Dutch national flag problem
E
- Eban numbers
- Egyptian division
- Empty program
- Empty string
- Environment variables
- Equilibrium index
- Ethiopian multiplication
- Evaluate binomial coefficients
- Even or odd
- Exactly three adjacent 3 in lists
- Exceptions
- Execute a system command
- Execute Brain****
- Exponentiation operator
- Exponentiation order
- External sort
- Extract file extension
F
- Factorial
- Factorial base numbers indexing permutations of a collection
- Factors of an integer
- Fairshare between two and more
- Fibonacci n-step number sequences
- Fibonacci sequence
- File input/output
- Filter
- Find common directory path
- Find first missing positive
- Find limit of recursion
- Find minimum number of coins that make a given value
- Find palindromic numbers in both binary and ternary bases
- Find squares n where n+1 is prime
- Find the last Sunday of each month
- Find the missing permutation
- Find words which contains more than 3 e vowels
- Find words whose first and last three letters are equal
- Find words with alternating vowels and consonants
- First-class functions
- Five weekends
- Fivenum
- FizzBuzz
- Flatten a list
- Floyd's triangle
- Forbidden numbers
- Forward difference
- Four is magic
- Four sides of square
- Frobenius numbers
- Function composition
- Function definition
- Fusc sequence
G
- Gapful numbers
- General FizzBuzz
- Generate lower case ASCII alphabet
- Generate random numbers without repeating a value
- Generator/Exponential
- Generic swap
- Greatest common divisor
- Greatest element of a list
- Greatest subsequential sum
- Guess the number
- Guess the number/With feedback
- Guess the number/With feedback (player)