119
Segeco
6y

Just created my first program using powershell, It runs in the morning and gives me a weather forecast.

Comments
  • 41
    It's not a forecast if it says currently
  • 19
    @electrineer good point, and im too tired so sorry :(
  • 13
    @electrineer Good catch haha. But awesome OR!
  • 30
    90% cloud coverage? Now that is some serious coverage. The clouds must have been developed using TDD.
  • 10
    But can it stop auto-update?
  • 2
    @sam21s not sure whah you mean?
  • 5
    @Segeco lol he was making a joke about Windows Update
  • 3
    @electrineer lmbo 😂 let him enjoy his app in peace.
  • 6
    @ThreadRipper Well i finally made a forecast feature that works so its no longer a rant idk

    (Also my name isn't josh, just used instead of testing lol)
  • 4
    @MySlugLikesSalt yeah I wasn’t either until I put my head down and just thought ‘yeah imma make this’ and thanks :)
  • 3
    @Segeco adverage/average ;)
  • 3
    This look similar to a bash script I made that launched a terminal and issued:
    curl wttr.in

    On startup
  • 1
    ITS NOT A PROGRAMMING LANGUAGE ITS A SCRIPTING LANGUAGE!!! - sorry I had to. Nice job looks pretty solid.
  • 2
    @n3xus Scripting languages are programming languages.

    Btw, html is kinda a programming language, but it is not imperative (C, Java, JS, Bash, Python, etc.), but it is a declarative one (JSON, YAML, etc.). It’s also in a subset of declarative languages called markup languages (Markdown, hyper text MARKUP language)

    https://en.wikipedia.org/wiki/...
  • 1
    @n3xus the implication for a programming language is that it is compiled, but for all intensive purposes, it makes the computer do something, has variables, control flow, etc, scripting languages are generally considered a subset of programming languages

    @-vim- html is not a programming language. end of story.
  • 2
    @calmyourtities holy shit you two it was a joke 😂
  • 1
    @calmyourtities compiled? What about low level programming? And how do you explain declarative languages?
  • 0
    @-vim- JSON and YAML aren't programming languages either. HTML is a markup language, not sure what JSON and YAML would be considered but not programming languages.
Add Comment