Posts

  • frame

    System-wide Web3 for macOS, Windows and Linux

    • First-class Hardware Signer Support
      • Use your Ledger and Trezor accounts with any dapp!
    • Extensive Software Signer Support
      • Use a mnemonic phrase, keystore.json or standalone private keys to create and backup accounts!
    • Permissions
      • You’ll always have full control of which dapps have permission to access Frame and can monitor with full transparency what requests are being made to the network.
    • Create your own connections to Ethereum/IPFS
      • Run your own Ethereum light client or IPFS gateway without the command line!
      • Seamlessly swap from local to remote nodes on the fly
      • Never be locked into using a centralized gateway again!
    • Menu Bar Support
      • Frame stays out of the way and sits quietly in your menu bar until it’s needed
    • Cross Platform
      • macOS, Windows and Linux!

    Tags: #javascript β€’ ethereum β€’ dapp

  • express-vue

    Vue rendering engine for Express.js. Use .Vue files as templates using streams

    A Simple way of using Server Side rendered Vue.js 2.0+ natively in Express using streams

    If you want to use vue.js and setup a large scale web application that is server side rendered, using Node+Express, but you want to use all the fantastic tools given to you by Vue.js. Then this is the library for you.

    The idea is simple use Node+Express for your Controller and Models, and Vue.js for your Views.. you can have a secure server side rendered website without all the hassle. Your Controller will pass in the data to your View through

    res.renderVue('view', {data}, [{vueOptions}]).

    Tags: #javascript β€’ expressjs β€’ express

  • CindyJS

    A JavaScript framework for interactive (mathematical) content.

    CindyJS is a framework to create interactive (mathematical) content for the web.

    It aims to be compatible with Cinderella, providing an interpreter for the scripting language CindyScript as well as a set of geometric operations which can be used to describe constructions. Together, these components make it very easy to visualize various concepts, from geometry in particular and mathematics in general, but also from various other fields.

    See also our project page.

    Tags: #javascript β€’ geometry β€’ mathematics

  • html2rss

    πŸ“° Build RSS 2.0 feeds from websites (and JSON APIs) automatically or with a few CSS selectors.

    Resource Description Link
    πŸ“š Documentation & Feed Directory Complete guides, tutorials, and browse 100+ pre-built feeds html2rss.github.io
    πŸ’¬ Community Discussions Get help, share ideas, and connect with other users GitHub Discussions
    πŸ“‹ Project Board Track development progress and upcoming features View Project Board
    πŸ’– Support Development Help fund ongoing development and maintenance Sponsor on GitHub

    Quick Start Options:

    Tags: #ruby β€’ html β€’ scraper

  • keras-ocr

    A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.

    This is a slightly polished and packaged version of the Keras CRNN implementation and the published CRAFT text detection model. It provides a high level API for training a text detection and OCR pipeline.

    Please see the documentation for more examples, including for training a custom model.

    Tags: #python β€’ text-detection β€’ keras-crnn

  • ember-changeset

    Ember.js flavored changesets, inspired by Ecto

    • Ember.js v4.8 or above
    • Embroider or ember-auto-import v2

    Tags: #javascript

  • breaker_machines

    Modern circuit breaker for Ruby & Rails. Thread-safe, fiber-ready async support. Built-in fallbacks, rich introspection, clean DSL. Memory-efficient with jitter & monitoring.

    The circuit breaker that went where no Ruby has gone before! ⭐

    A battle-tested Ruby implementation of the Circuit Breaker pattern, built on state_machines for reliable distributed systems protection.

    Tags: #ruby β€’ circuit-breaker β€’ concurrent-ruby

  • DBDiff

    Compare MySQL databases & automatically create schema & data change scripts/migrations rapidly (up & down SQL supported) for database version control. Supports some migration tools.

    • Works on Windows, Linux & Mac command-line/Terminal because it has been developed in PHP
    • Connects to a source and target database to do the comparison diff, locally and remotely
    • Diffs can include changes to the schema and/or data, both in valid SQL to bring the target up-to-date with the source
    • Some tables and/or fields can be ignored in the comparison with a YAML collection in the config file (see File Examples)
    • Diffs are SUPER fast and this tool has been tested with databases of multiple tables of millions of rows
    • Since this diff tool is being used for migrations, it provides up and down SQL in the same file
    • Works with existing migration tools like Flyway and Simple DB Migrate by specifying output template files/formats, for example, Simple DB Migrate may work with simple-db-migrate.tmpl which includes: SQL_UP = u""" """ SQL_DOWN = u""" """
    • Is Unicode aware, can work with UTF8 data, which includes foreign characters/symbols
    • Works with just MySQL for now, but we will be expanding to other DBs in the future on request (please create an issue and vote on it!)

    Tags: #php

  • Qualitis

    Qualitis is a one-stop data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing. https://github.com/WeBankFinTech/Qualitis

    Qualitis is a data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing.

    Based on Spring Boot, Qualitis submits quality model task to Linkis platform. It provides functions such as data quality model construction, data quality model execution, data quality verification, reports of data quality generation and so on. At the same time, Qualitis provides enterprise-level features of financial-level resource isolation, management and access control. It is also guaranteed working well under high-concurrency, high-performance and high-availability scenarios.

    Tags: #java β€’ quality β€’ quality-check

  • configify

    NestJS Config on Steroids

    configify is a NestJS configuration module that makes it easier to deal with configuration files and secrets.

    Tags: #typescript β€’ aws β€’ configuration

subscribe via RSS