Giter Site home page Giter Site logo

ruckii / presentingfromintimidationtointeraction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shaunlawrie/presentingfromintimidationtointeraction

0.0 0.0 0.0 8.24 MB

My PowerShell talk content for https://www.meetup.com/nycpowershellmeetup/events/293491512

License: MIT License

PowerShell 100.00%

presentingfromintimidationtointeraction's Introduction

PwshFromIntimidationToInteraction

PowerShell talk content for https://www.meetup.com/nycpowershellmeetup/events/293491512

Warning
The code in this repo follows none of the advice from the presentation because I didn't have time to do things properly when hacking this together over the last few weeks to have it ready for the day ๐Ÿ˜…
This has only been tested on Windows in Windows Terminal.

Prepare Your Terminal for the Presentation

These steps are optional but without them, the visuals will look buggy.

  1. Use Windows Terminal.
  2. If you don't have a font like CaskaydiaCove Nerd Font as your active font in Windows terminal, a lot of characters will show up as empty square boxes in the presentation content.
  3. A lot of the visual aspects of the presentation use Spectre.Console. To enable all features of Spectre.Console you need to enable Unicode support in your PowerShell profile by adding the following to the top of your profile script. The script can be found at the value in the $PROFILE variable in your terminal.
    $OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding
    See Spectre.Console best practices for more info.

Run The Presentation

Try running ./Present.ps1 and pray to the demo gods.

image

presentingfromintimidationtointeraction's People

Contributors

shaunlawrie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.