langs a-z

This commit is contained in:
Ingy döt Net 2013-04-10 22:43:41 -07:00
parent db842d013d
commit d066446780
11389 changed files with 98361 additions and 1020 deletions

View file

@ -0,0 +1,14 @@
{{language|PowerShell
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|LCT=yes
|site=http://www.microsoft.com/powershell
|bnf=http://www.manning.com/payette/AppCexcerpt.pdf}}
{{language programming paradigm|imperative}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|functional}}
{{language programming paradigm|reflective}}'''PowerShell''' is a shell and scripting language released by [[Microsoft]] in 2006. Like other shells, PowerShell has a piping mechanism where the output of one command is passed as input to another command. However, unlike most shells, PowerShell passes ''objects'' rather than strings. This eliminates the text munging overhead usually necessary to make the pieces of a script fit together.
PowerShell is built on Microsoft's [[.NET]] framework and has full access to the CLR.

1
Lang/PowerShell/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/PowerShell

1
Lang/PowerShell/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/PowerShell

View file

@ -0,0 +1 @@
../../Task/99-Bottles-of-Beer/PowerShell

1
Lang/PowerShell/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/PowerShell

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/PowerShell

View file

@ -0,0 +1 @@
../../Task/Add-a-variable-to-a-class-instance-at-runtime/PowerShell

1
Lang/PowerShell/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/PowerShell

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/PowerShell

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/PowerShell

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/PowerShell

1
Lang/PowerShell/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/PowerShell

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/PowerShell

View file

@ -0,0 +1 @@
../../Task/Associative-array-Iteration/PowerShell

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/PowerShell

View file

@ -0,0 +1 @@
../../Task/Averages-Mode/PowerShell

View file

@ -0,0 +1 @@
../../Task/Averages-Pythagorean-means/PowerShell

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/PowerShell

View file

@ -0,0 +1 @@
../../Task/Best-shuffle/PowerShell

View file

@ -0,0 +1 @@
../../Task/Boolean-values/PowerShell

View file

@ -0,0 +1 @@
../../Task/CSV-to-HTML-translation/PowerShell

View file

@ -0,0 +1 @@
../../Task/Character-codes/PowerShell

View file

@ -0,0 +1 @@
../../Task/Character-matching/PowerShell

View file

@ -0,0 +1 @@
../../Task/Check-that-file-exists/PowerShell

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/PowerShell

1
Lang/PowerShell/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/PowerShell

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/PowerShell

View file

@ -0,0 +1 @@
../../Task/Create-a-file/PowerShell

1
Lang/PowerShell/Date-format Symbolic link
View file

@ -0,0 +1 @@
../../Task/Date-format/PowerShell

View file

@ -0,0 +1 @@
../../Task/Date-manipulation/PowerShell

View file

@ -0,0 +1 @@
../../Task/Day-of-the-week/PowerShell

View file

@ -0,0 +1 @@
../../Task/Delete-a-file/PowerShell

View file

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/PowerShell

View file

@ -0,0 +1 @@
../../Task/Dynamic-variable-names/PowerShell

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/PowerShell

View file

@ -0,0 +1 @@
../../Task/Execute-a-system-command/PowerShell

View file

@ -0,0 +1 @@
../../Task/Exponentiation-operator/PowerShell

1
Lang/PowerShell/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/PowerShell

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/PowerShell

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/PowerShell

1
Lang/PowerShell/File-IO Symbolic link
View file

@ -0,0 +1 @@
../../Task/File-IO/PowerShell

View file

@ -0,0 +1 @@
../../Task/File-modification-time/PowerShell

1
Lang/PowerShell/File-size Symbolic link
View file

@ -0,0 +1 @@
../../Task/File-size/PowerShell

1
Lang/PowerShell/Filter Symbolic link
View file

@ -0,0 +1 @@
../../Task/Filter/PowerShell

View file

@ -0,0 +1 @@
../../Task/Find-common-directory-path/PowerShell

View file

@ -0,0 +1 @@
../../Task/Find-limit-of-recursion/PowerShell

1
Lang/PowerShell/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/PowerShell

View file

@ -0,0 +1 @@
../../Task/Formatted-numeric-output/PowerShell

View file

@ -0,0 +1 @@
../../Task/Forward-difference/PowerShell

View file

@ -0,0 +1 @@
../../Task/Four-bit-adder/PowerShell

View file

@ -0,0 +1 @@
../../Task/Function-definition/PowerShell

View file

@ -0,0 +1 @@
../../Task/Generic-swap/PowerShell

View file

@ -0,0 +1 @@
../../Task/Greatest-common-divisor/PowerShell

View file

@ -0,0 +1 @@
../../Task/Greatest-element-of-a-list/PowerShell

View file

@ -0,0 +1 @@
../../Task/Guess-the-number/PowerShell

1
Lang/PowerShell/HTTP Symbolic link
View file

@ -0,0 +1 @@
../../Task/HTTP/PowerShell

1
Lang/PowerShell/HTTPS Symbolic link
View file

@ -0,0 +1 @@
../../Task/HTTPS/PowerShell

View file

@ -0,0 +1 @@
../../Task/Happy-numbers/PowerShell

View file

@ -0,0 +1 @@
../../Task/Hash-from-two-arrays/PowerShell

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/PowerShell

View file

@ -0,0 +1 @@
../../Task/Hello-world-Standard-error/PowerShell

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/PowerShell

View file

@ -0,0 +1 @@
../../Task/Here-document/PowerShell

View file

@ -0,0 +1 @@
../../Task/Host-introspection/PowerShell

1
Lang/PowerShell/Hostname Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hostname/PowerShell

View file

@ -0,0 +1 @@
../../Task/Increment-a-numerical-string/PowerShell

1
Lang/PowerShell/Infinity Symbolic link
View file

@ -0,0 +1 @@
../../Task/Infinity/PowerShell

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/PowerShell

View file

@ -0,0 +1 @@
../../Task/Interactive-programming/PowerShell

View file

@ -0,0 +1 @@
../../Task/Introspection/PowerShell

View file

@ -0,0 +1 @@
../../Task/Keyboard-input-Flush-the-keyboard-buffer/PowerShell

View file

@ -0,0 +1 @@
../../Task/Keyboard-input-Keypress-check/PowerShell

View file

@ -0,0 +1 @@
../../Task/Knuth-shuffle/PowerShell

1
Lang/PowerShell/Leap-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Leap-year/PowerShell

View file

@ -0,0 +1 @@
../../Task/Literals-Integer/PowerShell

View file

@ -0,0 +1 @@
../../Task/Logical-operations/PowerShell

View file

@ -0,0 +1 @@
../../Task/Long-multiplication/PowerShell

View file

@ -0,0 +1 @@
../../Task/Look-and-say-sequence/PowerShell

1
Lang/PowerShell/Loops-Break Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Break/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-Continue/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-Do-while/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-Downward-for/PowerShell

1
Lang/PowerShell/Loops-For Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-For/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-For-with-a-specified-step/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-Foreach/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-Infinite/PowerShell

View file

@ -0,0 +1 @@
../../Task/Loops-N-plus-one-half/PowerShell

1
Lang/PowerShell/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/PowerShell

1
Lang/PowerShell/MD5 Symbolic link
View file

@ -0,0 +1 @@
../../Task/MD5/PowerShell

1
Lang/PowerShell/Menu Symbolic link
View file

@ -0,0 +1 @@
../../Task/Menu/PowerShell

View file

@ -0,0 +1 @@
../../Task/Monte-Carlo-methods/PowerShell

View file

@ -0,0 +1 @@
../../Task/Monty-Hall-problem/PowerShell

View file

@ -0,0 +1 @@
../../Task/Mutual-recursion/PowerShell

1
Lang/PowerShell/Quine Symbolic link
View file

@ -0,0 +1 @@
../../Task/Quine/PowerShell