Posts

  • got-scraping

    HTTP client made for scraping based on got.

    Got Scraping is a small but powerful got extension with the purpose of sending browser-like requests out of the box. This is very essential in the web scraping industry to blend in with the website traffic.

    Tags: #typescript

  • mcsleepingserverstarter

    Put your minecraft server to rest, while SleepingServerStarter is watching !

    Tags: #typescript

  • extension

    The first open-source browser extension wallet for Bitcoin NFTs

    UniSat Wallet - the first open-source browser extension wallet for Ordinals on bitcoin.

    • Website: https://unisat.io/
    • Twitter: https://twitter.com/unisat_wallet

    Tags: #typescript • bitcoin • extension

  • js-objectdetect

    computer vision in your browser - javascript real-time object detection

    js-objectdetect is a javascript library for real-time object detection.

    This library is based on the work of Paul Viola and Rainer Lienhart and compatible to stump based HAAR cascade classifiers used by the OpenCV object detector.

    Watch this video for a short demonstration.

    All modern browsers including IE 9+, Safari and Opera Mobile are supported.

    Tags: #javascript

  • pycm

    Multi-class confusion matrix library in Python

    Tags: #python • machine-learning • confusion-matrix

  • event-reduce

    An algorithm to optimize database queries that run multiple times https://pubkey.github.io/event-reduce/

    In the browser demo you can see that for randomly generated events, about 94% of them could be optimized by EventReduce. In real world usage, with non-random events, this can be even higher. For the different implementations in common browser databases, we can observe an up to 12 times faster displaying of new query results after a write occurred.

    Tags: #typescript • realtime-queries • bdd

  • BurpSuiteHTTPSmuggler

    A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques

    A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques. This extension has been developed by Soroush Dalili (@irsdl) from NCC Group.

    The initial release (v0.1) only supports the Encoding capability that can be quite complicated to be performed manually. See the references for more details.

    Next versions will include more techniques and possible bug fixes.

    Tags: #java • waf • bypass

  • speech-to-text-nodejs

    :microphone: Sample Node.js Application for the IBM Watson Speech to Text Service

    1. Sign up for an IBM Cloud account.
    2. Download the IBM Cloud CLI.
    3. Create an instance of the Speech to Text service and get your credentials:
      • Go to the Speech to Text page in the IBM Cloud Catalog.
      • Log in to your IBM Cloud account.
      • Click Create.
      • Click Show to view the service credentials.
      • Copy the apikey value.
      • Copy the url value.

    Tags: #javascript

  • action-release

    GitHub Action for creating a release on Sentry

    NOTE: Currently only available for Linux runners. See this issue for more details.

    Automatically create a Sentry release in a workflow.

    A release is a version of your code that can be deployed to an environment. When you give Sentry information about your releases, you unlock a number of new features:

    • Determine the issues and regressions introduced in a new release
    • Predict which commit caused an issue and who is likely responsible
    • Resolve issues by including the issue number in your commit message
    • Receive email notifications when your code gets deployed

    Additionally, releases are used for applying source maps to minified JavaScript to view original, untransformed source code. You can learn more about releases in the releases documentation.

    Tags: #typescript • tag-production

  • cyclonedx-maven-plugin

    Creates CycloneDX Software Bill of Materials (SBOM) from Maven projects

    The following table provides information on the version of this Maven plugin, the CycloneDX schema version supported, as well as the output format options. Use the latest possible version of this plugin that is compatible with the CycloneDX version supported by the target system.

    Version Schema Version Format(s)
    2.6.x CycloneDX v1.4 XML/JSON
    2.5.x CycloneDX v1.3 XML/JSON
    2.0.x CycloneDX v1.2 XML/JSON
    1.4.x CycloneDX v1.1 XML
    1.0x CycloneDX v1.0 XML

    Tags: #java • bom • spdx

subscribe via RSS