Posts

  • Mappedbus

    Mappedbus is a low latency message bus for Java microservices utilizing shared memory. http://mappedbus.io

    Mappedbus was inspired by Java Chronicle with the main difference that it’s designed to efficiently support multiple writers – enabling use cases where the order of messages produced by multiple processes are important.

    The throughput (on a laptop, i7-4558U @ 2.8 GHz) between a single producer writing at full speed and a single consumer is around 14 million messages per second (a small message consisting of three integer fields), and the average read/write latency is around 70 ns per message.

    Mappedbus is a lock-free data structure.

    Mappedbus does not create any objects after startup and therefore has Zero GC impact.

    Tags: #java • ipc • memory-mapped-file

  • GroundControl

    This is the Ground Control software used to control the Maslow CNC Machine

    Ground Control is the program which allows you to control the Maslow CNC machine.

    Note: Ground Control has been superseeded by Web Control which is a community led project. For new installs consider using Web Control instead.

    ======================

    Tags: #python

  • Here

    🎵 Here Music 一个使用 Electron + React 开发的音乐客户端

    HERE Music 是基于 Binaryify/NeteaseCloudMusicApi 提供的网易云音乐 API ,使用 Electron、React、Redux、Nedb 开发的一款网易云音乐第三方。

    特点是好看、简约、优雅、易用。目前发布了第一个版本,已经可以支撑日常的使用。

    Tags: #javascript

  • card-validator

    Validate credit cards as users type.

    Credit Card Validator provides validation utilities for credit card data inputs. It is designed as a CommonJS module for use in Node.js, io.js, or the browser. It includes first class support for ‘potential’ validity so you can use it to present appropriate UI to your user as they type.

    A typical use case in a credit card form is to notify the user if the data they are entering is invalid. In a credit card field, entering “411” is not necessarily valid for submission, but it is still potentially valid. Conversely, if a user enters “41x” that value can no longer pass strict validation and you can provide a response immediately.

    Credit Card Validator will also provide a determined card type (using credit-card-type). This is useful for scenarios in which you wish to render an accompanying payment method icon (Visa, MasterCard, etc.). Additionally, by having access to the current card type, you can better manage the state of your credit card form as a whole. For example, if you detect a user is entering (or has entered) an American Express card number, you can update the maxlength attribute of your CVV input element from 3 to 4 and even update the corresponding label from ‘CVV’ to ‘CID’.

    Tags: #typescript

  • useAuth

    The simplest way to add authentication to your React app. Supports various providers.

    useAuth is designed to be quick to setup. You’ll need an account with Auth0 or Netlify Identity and the appropriate access keys.

    Tags: #typescript • react • reacthooks

  • rssbox

    :newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.

    This app uses the API of other websites and gives you an RSS feed in return. Quick and simple.

    List of public RSS Box instances: https://github.com/stefansundin/rssbox/discussions/64

    To open vlc:// links, see vlc-protocol.

    Tags: #ruby • webapp • instagram

  • Aria2Android

    An Android app that allows you run aria2 on your device

    This project uses devgianlu/CommonUtils, please follow the link to setup your environment properly.

    Tags: #java • android • aria2

  • DomQuery

    PHP library for easy ‘jQuery like’ DOM traversing and manipulation.

    DomQuery is a PHP library that allows you to easily traverse and modify the DOM (HTML/XML). As a library it aims to provide ‘jQuery like’ access to the PHP DOMDocument class (http://php.net/manual/en/book.dom.php).

    Tags: #php • domquery • domdocument

  • satispress

    Expose installed WordPress plugins and themes as Composer packages.

    Facilitate modern best practices for managing WordPress websites by automating Composer support for private plugins and themes.

    Tags: #php

  • opencms-core

    The Java open source content management system by Alkacon Software

    Tags: #java

subscribe via RSS