Best of Windows — November 2022
- 1
- 2
- 3
Community Picks·3y
nektos/act: Run your GitHub Actions locally 🚀
You can use the GitHub Actions defined in your GitHub Actions to run your actions locally. The environment variables and filesystem are all configured to match what GitHub provides. If you are using Windows, please follow the steps outlined in Docker Docs for how to install Docker Desktop on Windows.
- 4
Community Picks·3y
Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal
Alacritty is a cross-platform modern terminal emulator with sensible defaults. It is GPU accelerated, super fast, and highly configurable. Starship is fast, highly customizable, and has a great default theme and settings. Exa is a bit faster than LSD for tree views and can show the Git status of files and folders. I prefer exa due to the Git support and faster tree views.
- 5
- 6
Visual Studio Code·3y
VS Code Sandboxing
VS Code Sandboxing Migrating VS Code to Process Sandboxing is a win-win for security and the VS Code architecture November 28, 2022 by Benjamin Pasero, @BenjaminPasero. Enabling the sandbox in Electron renderer processes is a critical requirement for secure and reliable Electron applications like Visual Studio Code.
- 7
Community Picks·3y
Microsoft MakeCode
Microsoft MakeCode brings computer science to life for all students with fun projects, immediate results, and both block and text editors for learners at different levels. If you have a Windows 10 computer, download these MakeCode apps—which have additional features and capabilities. Find out how easy it is to get started with Microsoft Make code.
- 8
Pointer·3y
openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision
Whisper Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition. Whisper's performance varies widely depending on the import whisper model = whisper. The codebase is expected to be compatible with Python 3.7 or later and recent andrecent and recent PyTorch versions.
- 9
Pointer·3y
monkeyWie/gopeed: High speed downloader that supports all platforms.
Gopeed is a high-speed downloader developed by +, which supports (HTTP, BitTorrent, Magnet) protocol downloads and supports all platforms. This project is divided into two parts, the front end uses, the back end uses. and the two sides communicate through the protocol.
- 10
Telerik·3y
JavaScript Local Storage: All You Need To Know!
LocalStorage is almost the same as sessionStorage because they store data as strings. If you pass a valid key to the method, it will return the data. To use this method, pass in the key of the data you want to remove, and both the key and the value will be removed from localStorage. If we have five records in localStorage, the valid indexes will be 0-4. If you enter an invalid index, null will be returned.
- 11
It's Foss·3y
5 NeoVim GUI Editors You Could Try If You are Not a Total Terminal Junkie
NeoVim GUI Editors You Could Try If You are Not a Total Terminal Junkie Vim is awesome. Neovide aims to be a no-nonsense graphical user interface for Neovim. It only adds some graphical elements, such as animations, using a library called Skulpin to render animations.
- 12
The Register·3y
Windows Subsystem for Linux becomes an app
Microsoft has made its Store the home of Windows Subsystem for Linux (WLS) WSL is an app in the Microsoft Store that lets you run actual Linux that integrates directly into Windows. The Store version of WSL will even be the default for those using the command from the terminal.
- 13
Planet Xamarin·3y
.NET MAUI : Runs on multiple platforms in one project (iOS, Android, and Windows)
The name MAUI stands for.NET Multi-platform App UI. MAUI runs on multiple platforms in one project (iOS, Android, and Windows) Microsoft supports MAUI from Visual Studio 2022 latest version in Macs and Windows.
- 14
freeCodeCamp·3y
How to Crack Passwords using John The Ripper – Pentesting Tutorial
John the Ripper (JtR) is a popular password-cracking tool. John supports many encryption technologies for Windows and Unix systems (Mac included) John can autodetect the encryption for common formats. It works with a dictionary of common passwords to compare it with the hash in hand.