Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Lang/PowerShell/00-LANG.txt
Normal file
14
Lang/PowerShell/00-LANG.txt
Normal 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.
|
||||
2
Lang/PowerShell/00-META.yaml
Normal file
2
Lang/PowerShell/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:PowerShell
|
||||
1
Lang/PowerShell/100-doors
Symbolic link
1
Lang/PowerShell/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/PowerShell
|
||||
1
Lang/PowerShell/100-prisoners
Symbolic link
1
Lang/PowerShell/100-prisoners
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-prisoners/PowerShell
|
||||
1
Lang/PowerShell/15-puzzle-game
Symbolic link
1
Lang/PowerShell/15-puzzle-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/15-puzzle-game/PowerShell
|
||||
1
Lang/PowerShell/24-game
Symbolic link
1
Lang/PowerShell/24-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/24-game/PowerShell
|
||||
1
Lang/PowerShell/A+B
Symbolic link
1
Lang/PowerShell/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/PowerShell
|
||||
1
Lang/PowerShell/ABC-problem
Symbolic link
1
Lang/PowerShell/ABC-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/ABC-problem/PowerShell
|
||||
1
Lang/PowerShell/Abbreviations-easy
Symbolic link
1
Lang/PowerShell/Abbreviations-easy
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Abbreviations-easy/PowerShell
|
||||
1
Lang/PowerShell/Abstract-type
Symbolic link
1
Lang/PowerShell/Abstract-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Abstract-type/PowerShell
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../Task/Abundant-deficient-and-perfect-number-classifications/PowerShell
|
||||
1
Lang/PowerShell/Accumulator-factory
Symbolic link
1
Lang/PowerShell/Accumulator-factory
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Accumulator-factory/PowerShell
|
||||
1
Lang/PowerShell/Ackermann-function
Symbolic link
1
Lang/PowerShell/Ackermann-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Ackermann-function/PowerShell
|
||||
1
Lang/PowerShell/Active-Directory-Search-for-a-user
Symbolic link
1
Lang/PowerShell/Active-Directory-Search-for-a-user
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Active-Directory-Search-for-a-user/PowerShell
|
||||
1
Lang/PowerShell/Add-a-variable-to-a-class-instance-at-runtime
Symbolic link
1
Lang/PowerShell/Add-a-variable-to-a-class-instance-at-runtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Add-a-variable-to-a-class-instance-at-runtime/PowerShell
|
||||
1
Lang/PowerShell/Align-columns
Symbolic link
1
Lang/PowerShell/Align-columns
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Align-columns/PowerShell
|
||||
1
Lang/PowerShell/Aliquot-sequence-classifications
Symbolic link
1
Lang/PowerShell/Aliquot-sequence-classifications
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Aliquot-sequence-classifications/PowerShell
|
||||
1
Lang/PowerShell/Amicable-pairs
Symbolic link
1
Lang/PowerShell/Amicable-pairs
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Amicable-pairs/PowerShell
|
||||
1
Lang/PowerShell/Anagrams
Symbolic link
1
Lang/PowerShell/Anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams/PowerShell
|
||||
1
Lang/PowerShell/Anagrams-Deranged-anagrams
Symbolic link
1
Lang/PowerShell/Anagrams-Deranged-anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams-Deranged-anagrams/PowerShell
|
||||
1
Lang/PowerShell/Angle-difference-between-two-bearings
Symbolic link
1
Lang/PowerShell/Angle-difference-between-two-bearings
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Angle-difference-between-two-bearings/PowerShell
|
||||
1
Lang/PowerShell/Append-a-record-to-the-end-of-a-text-file
Symbolic link
1
Lang/PowerShell/Append-a-record-to-the-end-of-a-text-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Append-a-record-to-the-end-of-a-text-file/PowerShell
|
||||
1
Lang/PowerShell/Apply-a-callback-to-an-array
Symbolic link
1
Lang/PowerShell/Apply-a-callback-to-an-array
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Apply-a-callback-to-an-array/PowerShell
|
||||
1
Lang/PowerShell/Arbitrary-precision-integers-included-
Symbolic link
1
Lang/PowerShell/Arbitrary-precision-integers-included-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arbitrary-precision-integers-included-/PowerShell
|
||||
1
Lang/PowerShell/Arithmetic-Complex
Symbolic link
1
Lang/PowerShell/Arithmetic-Complex
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Complex/PowerShell
|
||||
1
Lang/PowerShell/Arithmetic-Integer
Symbolic link
1
Lang/PowerShell/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/PowerShell
|
||||
1
Lang/PowerShell/Arithmetic-geometric-mean
Symbolic link
1
Lang/PowerShell/Arithmetic-geometric-mean
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-geometric-mean/PowerShell
|
||||
1
Lang/PowerShell/Array-concatenation
Symbolic link
1
Lang/PowerShell/Array-concatenation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-concatenation/PowerShell
|
||||
1
Lang/PowerShell/Array-length
Symbolic link
1
Lang/PowerShell/Array-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-length/PowerShell
|
||||
1
Lang/PowerShell/Arrays
Symbolic link
1
Lang/PowerShell/Arrays
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arrays/PowerShell
|
||||
1
Lang/PowerShell/Associative-array-Creation
Symbolic link
1
Lang/PowerShell/Associative-array-Creation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Associative-array-Creation/PowerShell
|
||||
1
Lang/PowerShell/Associative-array-Iteration
Symbolic link
1
Lang/PowerShell/Associative-array-Iteration
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Associative-array-Iteration/PowerShell
|
||||
1
Lang/PowerShell/Average-loop-length
Symbolic link
1
Lang/PowerShell/Average-loop-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Average-loop-length/PowerShell
|
||||
1
Lang/PowerShell/Averages-Arithmetic-mean
Symbolic link
1
Lang/PowerShell/Averages-Arithmetic-mean
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Arithmetic-mean/PowerShell
|
||||
1
Lang/PowerShell/Averages-Mean-angle
Symbolic link
1
Lang/PowerShell/Averages-Mean-angle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Mean-angle/PowerShell
|
||||
1
Lang/PowerShell/Averages-Mean-time-of-day
Symbolic link
1
Lang/PowerShell/Averages-Mean-time-of-day
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Mean-time-of-day/PowerShell
|
||||
1
Lang/PowerShell/Averages-Median
Symbolic link
1
Lang/PowerShell/Averages-Median
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Median/PowerShell
|
||||
1
Lang/PowerShell/Averages-Mode
Symbolic link
1
Lang/PowerShell/Averages-Mode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Mode/PowerShell
|
||||
1
Lang/PowerShell/Averages-Pythagorean-means
Symbolic link
1
Lang/PowerShell/Averages-Pythagorean-means
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Pythagorean-means/PowerShell
|
||||
1
Lang/PowerShell/Averages-Root-mean-square
Symbolic link
1
Lang/PowerShell/Averages-Root-mean-square
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Root-mean-square/PowerShell
|
||||
1
Lang/PowerShell/Averages-Simple-moving-average
Symbolic link
1
Lang/PowerShell/Averages-Simple-moving-average
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Simple-moving-average/PowerShell
|
||||
1
Lang/PowerShell/Babbage-problem
Symbolic link
1
Lang/PowerShell/Babbage-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Babbage-problem/PowerShell
|
||||
1
Lang/PowerShell/Balanced-brackets
Symbolic link
1
Lang/PowerShell/Balanced-brackets
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Balanced-brackets/PowerShell
|
||||
1
Lang/PowerShell/Benfords-law
Symbolic link
1
Lang/PowerShell/Benfords-law
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Benfords-law/PowerShell
|
||||
1
Lang/PowerShell/Best-shuffle
Symbolic link
1
Lang/PowerShell/Best-shuffle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Best-shuffle/PowerShell
|
||||
1
Lang/PowerShell/Binary-digits
Symbolic link
1
Lang/PowerShell/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/PowerShell
|
||||
1
Lang/PowerShell/Binary-search
Symbolic link
1
Lang/PowerShell/Binary-search
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-search/PowerShell
|
||||
1
Lang/PowerShell/Binary-strings
Symbolic link
1
Lang/PowerShell/Binary-strings
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-strings/PowerShell
|
||||
1
Lang/PowerShell/Bitwise-operations
Symbolic link
1
Lang/PowerShell/Bitwise-operations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitwise-operations/PowerShell
|
||||
1
Lang/PowerShell/Boolean-values
Symbolic link
1
Lang/PowerShell/Boolean-values
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Boolean-values/PowerShell
|
||||
1
Lang/PowerShell/Box-the-compass
Symbolic link
1
Lang/PowerShell/Box-the-compass
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Box-the-compass/PowerShell
|
||||
1
Lang/PowerShell/Brace-expansion
Symbolic link
1
Lang/PowerShell/Brace-expansion
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Brace-expansion/PowerShell
|
||||
1
Lang/PowerShell/Bulls-and-cows
Symbolic link
1
Lang/PowerShell/Bulls-and-cows
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bulls-and-cows/PowerShell
|
||||
1
Lang/PowerShell/CSV-data-manipulation
Symbolic link
1
Lang/PowerShell/CSV-data-manipulation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/CSV-data-manipulation/PowerShell
|
||||
1
Lang/PowerShell/CSV-to-HTML-translation
Symbolic link
1
Lang/PowerShell/CSV-to-HTML-translation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/CSV-to-HTML-translation/PowerShell
|
||||
1
Lang/PowerShell/CUSIP
Symbolic link
1
Lang/PowerShell/CUSIP
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/CUSIP/PowerShell
|
||||
1
Lang/PowerShell/Caesar-cipher
Symbolic link
1
Lang/PowerShell/Caesar-cipher
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Caesar-cipher/PowerShell
|
||||
1
Lang/PowerShell/Calculating-the-value-of-e
Symbolic link
1
Lang/PowerShell/Calculating-the-value-of-e
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calculating-the-value-of-e/PowerShell
|
||||
1
Lang/PowerShell/Calendar
Symbolic link
1
Lang/PowerShell/Calendar
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar/PowerShell
|
||||
1
Lang/PowerShell/Call-an-object-method
Symbolic link
1
Lang/PowerShell/Call-an-object-method
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Call-an-object-method/PowerShell
|
||||
1
Lang/PowerShell/Case-sensitivity-of-identifiers
Symbolic link
1
Lang/PowerShell/Case-sensitivity-of-identifiers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Case-sensitivity-of-identifiers/PowerShell
|
||||
1
Lang/PowerShell/Catalan-numbers
Symbolic link
1
Lang/PowerShell/Catalan-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Catalan-numbers/PowerShell
|
||||
1
Lang/PowerShell/Catamorphism
Symbolic link
1
Lang/PowerShell/Catamorphism
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Catamorphism/PowerShell
|
||||
1
Lang/PowerShell/Character-codes
Symbolic link
1
Lang/PowerShell/Character-codes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Character-codes/PowerShell
|
||||
1
Lang/PowerShell/Check-that-file-exists
Symbolic link
1
Lang/PowerShell/Check-that-file-exists
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Check-that-file-exists/PowerShell
|
||||
1
Lang/PowerShell/Chinese-zodiac
Symbolic link
1
Lang/PowerShell/Chinese-zodiac
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Chinese-zodiac/PowerShell
|
||||
1
Lang/PowerShell/Cholesky-decomposition
Symbolic link
1
Lang/PowerShell/Cholesky-decomposition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Cholesky-decomposition/PowerShell
|
||||
1
Lang/PowerShell/Classes
Symbolic link
1
Lang/PowerShell/Classes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Classes/PowerShell
|
||||
1
Lang/PowerShell/Closures-Value-capture
Symbolic link
1
Lang/PowerShell/Closures-Value-capture
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Closures-Value-capture/PowerShell
|
||||
1
Lang/PowerShell/Collections
Symbolic link
1
Lang/PowerShell/Collections
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Collections/PowerShell
|
||||
1
Lang/PowerShell/Colour-bars-Display
Symbolic link
1
Lang/PowerShell/Colour-bars-Display
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Colour-bars-Display/PowerShell
|
||||
1
Lang/PowerShell/Combinations
Symbolic link
1
Lang/PowerShell/Combinations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Combinations/PowerShell
|
||||
1
Lang/PowerShell/Comma-quibbling
Symbolic link
1
Lang/PowerShell/Comma-quibbling
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Comma-quibbling/PowerShell
|
||||
1
Lang/PowerShell/Command-line-arguments
Symbolic link
1
Lang/PowerShell/Command-line-arguments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Command-line-arguments/PowerShell
|
||||
1
Lang/PowerShell/Comments
Symbolic link
1
Lang/PowerShell/Comments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Comments/PowerShell
|
||||
1
Lang/PowerShell/Compare-a-list-of-strings
Symbolic link
1
Lang/PowerShell/Compare-a-list-of-strings
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Compare-a-list-of-strings/PowerShell
|
||||
1
Lang/PowerShell/Compile-time-calculation
Symbolic link
1
Lang/PowerShell/Compile-time-calculation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Compile-time-calculation/PowerShell
|
||||
1
Lang/PowerShell/Compound-data-type
Symbolic link
1
Lang/PowerShell/Compound-data-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Compound-data-type/PowerShell
|
||||
1
Lang/PowerShell/Concurrent-computing
Symbolic link
1
Lang/PowerShell/Concurrent-computing
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Concurrent-computing/PowerShell
|
||||
1
Lang/PowerShell/Conditional-structures
Symbolic link
1
Lang/PowerShell/Conditional-structures
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conditional-structures/PowerShell
|
||||
1
Lang/PowerShell/Conjugate-transpose
Symbolic link
1
Lang/PowerShell/Conjugate-transpose
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conjugate-transpose/PowerShell
|
||||
1
Lang/PowerShell/Constrained-random-points-on-a-circle
Symbolic link
1
Lang/PowerShell/Constrained-random-points-on-a-circle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Constrained-random-points-on-a-circle/PowerShell
|
||||
1
Lang/PowerShell/Convert-seconds-to-compound-duration
Symbolic link
1
Lang/PowerShell/Convert-seconds-to-compound-duration
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Convert-seconds-to-compound-duration/PowerShell
|
||||
1
Lang/PowerShell/Copy-a-string
Symbolic link
1
Lang/PowerShell/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/PowerShell
|
||||
1
Lang/PowerShell/Count-in-factors
Symbolic link
1
Lang/PowerShell/Count-in-factors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-in-factors/PowerShell
|
||||
1
Lang/PowerShell/Count-in-octal
Symbolic link
1
Lang/PowerShell/Count-in-octal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-in-octal/PowerShell
|
||||
1
Lang/PowerShell/Count-occurrences-of-a-substring
Symbolic link
1
Lang/PowerShell/Count-occurrences-of-a-substring
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-occurrences-of-a-substring/PowerShell
|
||||
1
Lang/PowerShell/Create-a-file
Symbolic link
1
Lang/PowerShell/Create-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-file/PowerShell
|
||||
1
Lang/PowerShell/Create-a-two-dimensional-array-at-runtime
Symbolic link
1
Lang/PowerShell/Create-a-two-dimensional-array-at-runtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-two-dimensional-array-at-runtime/PowerShell
|
||||
1
Lang/PowerShell/Create-an-HTML-table
Symbolic link
1
Lang/PowerShell/Create-an-HTML-table
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-an-HTML-table/PowerShell
|
||||
1
Lang/PowerShell/Cumulative-standard-deviation
Symbolic link
1
Lang/PowerShell/Cumulative-standard-deviation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Cumulative-standard-deviation/PowerShell
|
||||
1
Lang/PowerShell/Currying
Symbolic link
1
Lang/PowerShell/Currying
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Currying/PowerShell
|
||||
1
Lang/PowerShell/DNS-query
Symbolic link
1
Lang/PowerShell/DNS-query
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/DNS-query/PowerShell
|
||||
1
Lang/PowerShell/Damm-algorithm
Symbolic link
1
Lang/PowerShell/Damm-algorithm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Damm-algorithm/PowerShell
|
||||
1
Lang/PowerShell/Date-format
Symbolic link
1
Lang/PowerShell/Date-format
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Date-format/PowerShell
|
||||
1
Lang/PowerShell/Date-manipulation
Symbolic link
1
Lang/PowerShell/Date-manipulation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Date-manipulation/PowerShell
|
||||
1
Lang/PowerShell/Day-of-the-week
Symbolic link
1
Lang/PowerShell/Day-of-the-week
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Day-of-the-week/PowerShell
|
||||
1
Lang/PowerShell/Define-a-primitive-data-type
Symbolic link
1
Lang/PowerShell/Define-a-primitive-data-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Define-a-primitive-data-type/PowerShell
|
||||
1
Lang/PowerShell/Delete-a-file
Symbolic link
1
Lang/PowerShell/Delete-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Delete-a-file/PowerShell
|
||||
1
Lang/PowerShell/Detect-division-by-zero
Symbolic link
1
Lang/PowerShell/Detect-division-by-zero
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Detect-division-by-zero/PowerShell
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue