Posts

  • 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:

    1. Identifying a list of used open sources (and their versions) when searching for a useful 1-Day
    2. Matching the symbols of supported open sources to help reverse engineer a malware
    3. 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

  • workflow-dispatch

    A GitHub Action for triggering workflows, using the workflow_dispatch event

    This action triggers another GitHub Actions workflow, using the workflow_dispatch event.
    The workflow must be configured for this event type e.g. on: [workflow_dispatch]

    This allows you to chain workflows, the classic use case is have a CI build workflow, trigger a CD release/deploy workflow when it completes. Allowing you to maintain separate workflows for CI and CD, and pass data between them as required.

    For details of the workflow_dispatch even see this blog post introducing this type of trigger

    Note 1. GitHub now has a native way to chain workflows called “reusable workflows”. See the docs on reusing workflows. This approach is somewhat different from workflow_dispatch but it’s worth keeping in mind.

    Note 2. The GitHub UI will report flows triggered by this action as “manually triggered” even though they have been run programmatically via another workflow and the API.

    Note 3. If you want to reference the target workflow by ID, you will need to list them with the following REST API call curl https://api.github.com/repos///actions/workflows -H "Authorization: token "

    Tags: #typescript • github-actions • github

  • whatsapp-bot

    Whatsapp Bot Multi Device - Node Js - Internationalization

    This project require

    Tags: #typescript • bot • hacktoberfest

  • instascan

    HTML5 QR code scanner using your webcam

    Real-time webcam-driven HTML5 QR code scanner. Try the live demo.

    Tags: #javascript • html5 • qr-code

subscribe via RSS