sample
nereden gelir
1500’lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.
task list
smartypants
- “double quote”
- ‘single quote’
- smart dash single dash - Ahmed
- smart dash double dash – Ahmed
- smart dash triple dash — Ahmed
- fractions 1⁄2, 2⁄3
syntax hightlight
Get-ChildItem -File -Recurse *.sql | Sort-Object -Property Length -Descending | Out-GridView
no deploy on saturdays
if ([Int](Get-Date).DayOfWeek -eq 6) {
throw "No deploy on Saturdays!";
}
if ((Get-Date).DayOfWeek -eq 'Saturday') {
throw "No deploy on Saturdays!";
}
C# Reflection with Powershell
100.0 | Get-Member -MemberType Method
footnotes
This is a footnote.1
definition lists
- Cat
- Fluffy animal everyone likes
- Internet
- Vector of transmission for pictures of cats
- the footnote text. [return]