Posts

  • laravel-module-installer

    Installs Laravel modules created for nwidart/laravel-modules into the Modules/ directory.

    The purpose of this package is to allow for easy installation of standalone Modules into the Laravel Modules package. This package will ensure that your module is installed into the Modules/ directory instead of vendor/.

    You can specify an alternate directory by including a module-dir in the extra data in your composer.json file:

    "extra": {
        "module-dir": "Custom"
    }
    

    Tags: #php

  • next-compose-plugins

    💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js

    Provides a cleaner API for enabling and configuring plugins for next.js because the default way next.js suggests to enable and configure plugins can get unclear and confusing when you have many plugins.

    It is often unclear which plugins are enabled or which configuration belongs to which plugin because they are nested and share one configuration object. This can also lead to orphaned configuration values when updating or removing plugins.

    While next-compose-plugins tries to eliminate this case by providing an alternative API for enabling and configuring plugins where each plugin has their own configuration object, it also adds more features like phase specific plugins and configuration.

    Tags: #javascript • nextjs • plugin

  • cloudinary_gem

    Cloudinary GEM for Ruby on Rails integration

    The Cloudinary Ruby on Rails SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud’s assets.

    Tags: #ruby • ruby-on-rails • ruby-gem

  • AndProx

    Native Android Proxmark3 client (no root required)

    Please see https://github.com/AndProx/AndProx/issues/53 for more information.


    Tags: #java • proxmark3 • android

  • waveboxapp

    Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io

    This is an issues & release-only repo for Wavebox, the revolutionary and feature-rich Chromium browser that’s built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.

    Wavebox gives you customizable toolbars, sleeping tabs, cookie containers and multiple profile

    ✅ Tab management, organizing, sleep, and search. More.

    ✅ Multiple cookie containers, for multi-account sign-in.

    ✅ Multiple profiles, for multiple setups.

    ✅ Multiway split screen.

    ✅ High performance, longer battery life.

    ✅ Zero ads or tracking.

    ✅ Extensions directly from the Chrome Store.

    Tags: #javascript • desktop • gmail

  • javascript-sdk

    Javascript SDK to communicate with BNB Beacon Chain.

    If you do not need Ledger support with Node.js:

    $ npm i @binance-chain/javascript-sdk --no-optional
    # Or:
    $ yarn add @binance-chain/javascript-sdk --no-optional
    

    If you need Ledger support with Node.js:

    $ npm i @binance-chain/javascript-sdk
    # Or:
    $ yarn add @binance-chain/javascript-sdk
    

    Tags: #typescript • sdk • frontend

  • threads.js

    🧵 Make web workers & worker threads as simple as a function call.

    • First-class support for async functions & observables
    • Write code once, run it on all platforms
    • Manage bulk task executions with thread pools
    • Use require() and import/export in workers
    • Works great with webpack

    Tags: #typescript • javascript • nodejs

  • sentinel2-cloud-detector

    Sentinel Hub Cloud Detector for Sentinel-2 images in Python

    NOTE: s2cloudless masks are now available as a precomputed layer within Sentinel Hub. Check the announcement blog post and technical documentation.

    The s2cloudless Python package provides automated cloud detection in Sentinel-2 imagery. The classification is based on a single-scene pixel-based cloud detector developed by Sentinel Hub’s research team and is described in more detail in this blog.

    The s2cloudless algorithm was part of an international collaborative effort aimed at intercomparing cloud detection algorithms. The s2cloudless algorithm was validated together with 9 other algorithms on 4 different test datasets and in all cases found to be on the Pareto front. See the paper

    Tags: #python • python-library • cloud-detector

  • RichTextFX

    Rich-text area for JavaFX

    GenericStyledArea allows one to inline custom objects into the area alongside of text. As such, it uses generics and functional programming to accomplish this task in a completely type-safe way.

    It has the following parameter types:

    • PS, the paragraph style. This can be used for text alignment or setting the background color for the entire paragraph. A paragraph is either one line when text wrap is off or a long text displayed over multiple lines in a narrow viewport when text wrap is on.
    • SEG, the segment object. This specifies what immutable object to store in the model part of the area: text, hyperlinks, images, emojis, or any combination thereof.
    • S, the segment style. This can be used for text and object styling. Usually, this will be a CSS style or CSS style class.

    Functional programming via lambdas specify how to apply styles, how to create a Node for a given segment, and how to operate on a given segment (e.g., getting its length, combining it with another segment, etc.).

    GenericStyledArea is used in the Rich-text demo.

    See the wiki for a basic pattern that one must follow to implement custom objects correctly.

    Tags: #java • javafx • rich-text-editor

  • brackets-beautify

    Beautify HTML, CSS, and Javascript in Adobe Brackets

    [Brackets][Brackets] Extension that formats open HTML, CSS, and JavaScript files using [js-beautify][js-beautify] version [1.13.13][js-beautify version].

    Tags: #javascript • brackets • js-beautify

subscribe via RSS