Skip to content

Instantly share code, notes, and snippets.

View KyryloKaralyus's full-sized avatar
🏴‍☠️

Kyrylo Karalyus KyryloKaralyus

🏴‍☠️
View GitHub Profile
@tairosonloa
tairosonloa / Readme.md
Last active December 15, 2023 00:15
Map WSL2 ports to windows host ports

What is this for?

This Powershell script lets you map ports from your WSL2 instance to the same ports on your Windows host machine. It's useful when working with development tools that must comunicate between the host and the WSL2, such an Android emulator running on Windows and a development server running on WSL2.

How does this work?

  1. Start your WSL2 instance
  2. Write into the $ports array the ports you want to map.
  3. With the WSL2 instance running, run the powersell script on Windows as administrator.
@freakboy3742
freakboy3742 / rapid-mobile-development.rst
Last active December 8, 2022 11:22
Rapid Mobile Application Development with Python

Rapid mobile application development with Python

While there are examples of Python-based apps in mobile App stores, the knowledge of how to actually create a mobile app in Python hasn't been well documented, or simplified for mass use - until now.

In this talk, Dr Russell Keith-Magee will demonstrate a collection of tools from the BeeWare Project that enable you to build a cross-platform mobile app using Python in a matter of minutes.

Audience