Discover Easy Kubernetes Port Forwarding, Lemmings-Inspired Puzzle Game, and React Global State Hook


Summary of my bookmarked Github repositories from Jan 23rd, 2020

Github repositories

  • pixel-point/kube-forwarder

    Kube Forwarder is an easy-to-use Kubernetes port forwarding manager. It allows you to forward Kubernetes services from multiple clusters and share bookmarks with your team. The tool supports auto-reconnect and requires zero native dependencies like kubectl. You can add clusters using auto-detection, manual file selection, or by pasting the configuration as text. Kube Forwarder also supports forwarding various types of resources, such as Pods, Deployments, and Services. It offers import/export functionality for sharing cluster configurations. The tool can be installed on macOS, Windows, and Linux, and it can be downloaded from the website or installed with Homebrew.

  • SimonN/LixD

    Lix is a free and open-source puzzle game inspired by Lemmings. It offers over 700 single-player puzzles where you assign skills to guide the lix through various challenges. The game also includes a level editor for designing your own levels. Additionally, Lix supports real-time multiplayer for 2 to 8 players, allowing you to compete in saving the most lix. It is available for Windows, Arch Linux, Debian, openSUSE, Flatpak, and can be built from source for macOS and other Linux distributions. Lix provides networked multiplayer options, both on the central server and through private hosting. To build the standalone server program, specific instructions are provided. Contact information for support and community engagement is also available on the Lix homepage.

  • SimonN/lix-unstable

    Lix is a free and open-source puzzle game inspired by Lemmings. It offers over 700 single-player puzzles where you assign skills to guide the lix through various challenges. The game also includes a level editor for designing your own levels. Additionally, Lix supports real-time multiplayer for 2 to 8 players, allowing you to compete in saving the most lix. It is available for Windows, Arch Linux, Debian, openSUSE, Flatpak, and can be built from source for macOS and other Linux distributions. Lix provides networked multiplayer options, both on the central server and through private hosting. To build the standalone server program, specific instructions are provided. Contact information for support and community engagement is also available on the Lix homepage.

  • HashDot/react-hook-use-global-state

    The React Hook - useGlobalState is a simple global state hook for React. It provides a way to manage and access global state within your components. To use it, you need to install the package via npm and add the provider to your layout or Higher-Order Component (HoC). You define your initial state and reducer function to handle state updates. In your components, you can access the global state and dispatch actions to update it. The provided code examples demonstrate how to implement and use this hook efficiently.

  • HashDot/react-hook-use-window-dimensions

    The GitHub repository "react-hook-use-window-dimensions" provides a React Hook for obtaining the dimensions of the browser window. It can be installed using npm with the command "npm i react-hook-use-window-dimensions". Once installed, you can use the hook in your code to retrieve the width and height of the window. The repository includes an example component that demonstrates how to use the hook. The project is licensed under the MIT license. Currently, it has 1 star and 2 watchers on GitHub.