Posts

  • 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

  • GoNorth

    GoNorth is a story and content planning tool for RPGs and other open world games.

    GoNorth is a web application used for planning the story and world of RPGs or other open world games. GoNorth is cross-plattform ready, provides multilanguage support and is designed as a responsive layout.

    It offers modules for:

    • Timeline view to provide a quick overview of changes
    • Planning Chapters as a Node System of Quests
    • Planning Quests as a Node System of Tasks
    • Planning Npcs and their different values
    • Planning dialogs of Npcs as Node System of dialog branches
    • Planning Items and their different values
    • Planning Skills and their different values
    • Exporting of Npcs, Dialogs, Items and skills
    • Bulk exporting / importing of Npc, Item and skill values
    • Wiki component with versioning and tight integration into the other modules
    • Map component to position Quest marker, Npcs, Items, Wiki pages and map changes
    • Tracking your implementation status and showing changed values after change to already implemented object
    • Task Tracker
    • GDPR support

    Tags: #javascript • gaming • gamedev-tool

  • tax

    A PHP 5.5+ tax library.

    Zone 1-1 TaxType 1-n TaxRate 1-n TaxRateAmount

    Each tax type has a zone and one or more tax rates. Each tax rate has one or more tax rate amounts.

    Example:

    • Tax type: French VAT
    • Zone: “France (VAT)” (covers “France without Corsica” and “Monaco”)
    • Tax rates: Standard, Intermediate, Reduced, Super Reduced
    • Tax rate amounts for Standard: 19.6% (until January 1st 2014), 20% (from January 1st 2014)

    The base interfaces don’t impose setters, since they aren’t needed by the service classes. Extended interfaces (TaxTypeEntityInterface, (TaxRateEntityInterface, (TaxRateAmountEntityInterface) are provided for that purpose, as well as matching TaxType, TaxRate and TaxRateAmount classes that can be used as examples or mapped by Doctrine.

    Tags: #php

  • portfolio

    A simple tool to calculate the overall performance of an investment portfolio.

    Portfolio Performance calculates the overall performance of your investment portfolio.

    Tags: #java • eclipse • investment-portfolio

  • super-expressive-php

    super-expressive-php is a php library that allows you to build regular expressions in almost natural language

    Super Expressive PHP is a PHP library that allows you to build regular expressions in almost natural language - with no extra dependencies, and a lightweight code footprint.

    This library is a port of https://github.com/francisrstokes/super-expressive

    Tags: #php

  • Oblique

    With Oblique explore new styles of displaying images

    Licensed under the Apache License, Version 2.2, click here for the full license.

    Tags: #java • image-processing • image

subscribe via RSS