grafst
Follow
🚲
always learning
---
#python #laravel #powershell raspberrypi forever!
-
Not a Business Inc.
- Winterthur, Switzerland
- @grafst
Pinned Loading
-
choclatey installieren und verwenden
choclatey installieren und verwenden 1# Chocolatey
2_Windows Equivalent zu aptitude und homebrew - Installiere Software à la 20xx_
3## Installieren
41. Powershell als Administrator ausführen
52. Scripts für diese Session erlauben: `Set-ExecutionPolicy Bypass -Scope Process -Force`
-
Excel Blattschutz entfernen ohne Pas...
Excel Blattschutz entfernen ohne Passwort 11. Rechtsklick --> 7-Zip --> Open archive
22. xl/workbook.xml öffnen
33. nach dem gewünschten Blatt suchen und die rId merken z.B. rId55
44. Datei schliessen
55. xl/worksheets/sheetXX.xml öffnen
-
get the ssid of the currently connec...
get the ssid of the currently connected wifi 1powershell (get-netconnectionProfile).Name
-
split the list into at most n chunks...
split the list into at most n chunks of approximately same size 1#!/usr/bin/python3
23def split_into(list,n):
4chunks=[[] for x in range(min(n,len(list)))]
5# ^--- replace the 'min(...)' with just 'n' for empty lists if len(list)<n
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.