grafst - Overview

View grafst's full-sized avatar

always learning --- #python #laravel #powershell raspberrypi forever!

  • Not a Business Inc.

  • Winterthur, Switzerland
  • X @grafst

Block or report grafst

Pinned Loading

  1. 2

    _Windows Equivalent zu aptitude und homebrew - Installiere Software à la 20xx_

    4

    1. Powershell als Administrator ausführen

    5

    2. Scripts für diese Session erlauben: `Set-ExecutionPolicy Bypass -Scope Process -Force`
  2. 1

    1. Rechtsklick --> 7-Zip --> Open archive

    2

    2. xl/workbook.xml öffnen

    3

    3. nach dem gewünschten Blatt suchen und die rId merken z.B. rId55

    5

    5. xl/worksheets/sheetXX.xml öffnen
  3. 1

    powershell (get-netconnectionProfile).Name
  4. 4

        chunks=[[] for x in range(min(n,len(list)))]

    5

        # ^--- replace the 'min(...)' with just 'n' for empty lists if len(list)<n