Skip to content

Instantly share code, notes, and snippets.

View Tharuka-Sandaruwan's full-sized avatar
👋
Hello World!

Tharuka Sandaruwan Tharuka-Sandaruwan

👋
Hello World!
View GitHub Profile
@Tharuka-Sandaruwan
Tharuka-Sandaruwan / python-embedded-for-Win10.md
Created March 13, 2024 06:03 — forked from jtmoon79/python-embedded-for-Win10.md
fully configuring embedded Python on Windows 10

Update: use PowerShell script PythonEmbed4Win.ps1.

The instructions in this gist have some subtle problems and this gist will not be updated.

About


@Tharuka-Sandaruwan
Tharuka-Sandaruwan / README.md
Created February 22, 2024 04:07 — forked from DewaldDeJager/README.md
Easy GitHub workflow for keeping a fork in sync with upstream

Sync Fork

This workflow uses the GitHub CLI to keep a forked repo in sync with the upstream repo. Add it to your repo as .github/workflows/sync-fork.yaml.

It runs daily to sync the default branch and can be triggered manually for any branch.