84.1K repos
Browse every curated open-source repository in the directory. Narrow the list with taxonomy filters, sort by stars or recency, or hand the search to AI.
CSS doesn't natively support color blending the way that Photoshop does. This library attempts to fake that by allowing you to blend a foreground color with a background color in order to approximate color blending. This is not a dynamic blend; you can't use this to blend a color with an image.…
Historically Bash environment for Nushell was provided via the nupluginbash_env plugin in this repo.
WireMan is a terminal-based gRPC client with a user-friendly interface. It reads .proto files from a config file and keeps a history of requests. WireMan is an ideal choice for developers testing gRPC endpoints directly from the terminal.
Shell is a new container for your Xamarin.Forms applications that provides several key benefits.
This is a tiny (~1.19kB brotli'd) library that mostly mirrors the IndexedDB API, but with small improvements that make a big difference to usability.
Froala WYSIWYG HTML Editor is one of the most powerful JavaScript rich text editors ever.
RdpCacheStitcher is a tool that supports forensic analysts in reconstructing useful images out of RDP cache bitmaps. Using raw RDP cache tile bitmaps extracted by tools like e.g. ANSSI's BMC-Tools (https://github.com/ANSSI-FR/bmc-tools) as input, it provides a graphical user interface and…
For v1.0 and v2.0 please check releases
This is a package for Angular developers to help them deal with permissions.
by Zihao Zhao, Frederik Hauke, Juliana De Castilhos, Sven Nebelung, and Daniel Truhn
When graphics programmers face the problem of creating a mesh for a sphere, trade-offs must be made between quality and construction, memory and rendering costs. This document introduces four different methods and analyzes their characteristics and compares them allowing programmers to make an…
F# computational expressions to reduce boilerplate in Pulumi code
This repository contains the implementation of our ECCV 2022 paper: CIRCLE: Convolutional Implicit Reconstruction and Completion for Large-scale Indoor Scene.
This is a demo project showing how to load a USDZ file with ThreeJS (Pixar Universal Scene Description) in a 100% frontend based application. For more information about the USDZ loader used in this demo please take a look at the loader package three-usdz-loader.