Posts
-
resolvers
📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts, VineJS and Standard Schema
This function allows you to use any external validation library such as Yup, Zod, Joi, Vest, Ajv and many others. The goal is to make sure you can seamlessly integrate whichever validation library you prefer. If you’re not using a library, you can always write your own logic to validate your forms.
Tags: #typescript • yup • superstruct
-
minecraft-world-downloader
Download Minecraft worlds, extend server’s render distance. 1.12.2 - 1.21
A Minecraft world downloader that works as a proxy server between the client and the server to read & save chunk data. Download multiplayer worlds by connecting to them and walking around. Chunks can be sent back to the client to extend the render distance.
Tags: #java • minecraft • gui
-
TwelveMonkeys
TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java’s ImageIO
TwelveMonkeys ImageIO provides extended image file format support for the Java platform, through plugins for the
javax.imageio.*
package.The main goal of this project is to provide support for file formats not covered by the JDK. Support for these formats is important, to be able to read data found “in the wild”, as well as to maintain access to data in legacy formats. As there is lots of legacy data out there, we see the need for open implementations of readers for popular formats.
Tags: #java • imageio • plug-ins
-
refugerestrooms
REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
Providing safe restroom access to transgender, intersex, and gender nonconforming individuals.
REFUGE is an effort to fill the void left by the now-defunct Safe2Pee website. It provides a free resource to trans* and queer individuals in need of gender neutral and other safe restrooms.
This project is open source. Feel free to contribute. We could use the help.
Tags: #ruby • refuge • safe-restrooms
-
postal-mime
Email parser for browser and serverless environments
postal-mime is an email parsing library that runs in browser environments (including Web Workers) and serverless functions (like Cloudflare Email Workers). It takes in a raw email message (RFC822 format) and outputs a structured object containing headers, recipients, attachments, and more.
Tip
PostalMime is developed by the makers of EmailEngine—a self-hosted email gateway that provides a REST API for IMAP and SMTP servers and sends webhooks whenever something changes in registered accounts.Tags: #javascript • attachments • email
-
Karta
Karta - source code assisted fast binary matching plugin for IDA
“Karta” (Russian for “Map”) is an IDA Python plugin that identifies and matches open-sourced libraries in a given binary. The plugin uses a unique technique that enables it to support huge binaries (>200,000 functions), with almost no impact on the overall performance.
The matching algorithm is location-driven. This means that it’s main focus is to locate the different compiled files, and match each of the file’s functions based on their original order within the file. This way, the matching depends on K (number of functions in the open source) instead of N (size of the binary), gaining a significant performance boost as usually N » K.
We believe that there are 3 main use cases for this IDA plugin:
- Identifying a list of used open sources (and their versions) when searching for a useful 1-Day
- Matching the symbols of supported open sources to help reverse engineer a malware
- Matching the symbols of supported open sources to help reverse engineer a binary / firmware when searching for 0-Days in proprietary code
Tags: #python • research • ida-plugin
-
refugerestrooms
REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
Providing safe restroom access to transgender, intersex, and gender nonconforming individuals.
REFUGE is an effort to fill the void left by the now-defunct Safe2Pee website. It provides a free resource to trans* and queer individuals in need of gender neutral and other safe restrooms.
This project is open source. Feel free to contribute. We could use the help.
Tags: #ruby • refuge • safe-restrooms
-
open-build-service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent, and reproducible way. You can release packages as well as updates, add-ons, appliances, and entire distributions for a wide range of operating systems and hardware architectures. More information can be found on openbuildservice.org.
The OBS consists of a backend and a frontend. The backend implements all the core functionality (i.e. building packages). The frontend provides a web application and XML API for interacting with the backend. Additionally, there is a command line client (osc) for the API which is developed in a separate repository.
Tags: #ruby • opensuse • rpm
-
swr-react-native
React Native/React Navigation compatibility for Vercel’s useSWR hook. 🐮
Add React Native + React Navigation compatibility to
swr
. 👨🏻🔧- import useSWR from 'swr' + import useSWRNative from '@nandorojo/swr-react-native'
That’s it.
SWR revalidation now works in your React Native app. Requests also revalidate when your React Navigation screens focus.
Tags: #typescript
-
size-plugin
Track compressed Webpack asset sizes over time.
Install
size-plugin
as a development dependency using npm:npm i -D size-plugin
Tags: #javascript • webpack • webpack-plugin
subscribe via RSS