Posts

  • ethereum-multicall

    Ability to call many ethereum constant function calls in 1 JSONRPC request

    ethereum-multicall is a lightweight library for interacting with the Multicall3 smart contract.

    Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result. This reduces the number of separate JSON RPC requests that need to be sent over the network if using a remote node like Infura, and provides the guarantee that all values returned are from the same block. The latest block number is also returned along with the aggregated results.

    ethereum-multicall is fully written in typescript so has full compile time support. The motivation of this package was to expose a super simple and easy to understand interface for you to take the full benefits of the multicalls. Also to not being opinionated on how you use it, you can use it with web3, ethers or even pass in a custom nodeUrl and we do it for you. This package takes care of the decoding for you but at the same time if you dont want it to you can turn that part off.

    Tags: #typescript

  • vscode-markdown-pdf

    Markdown converter for Visual Studio Code

    This extension converts Markdown files to pdf, html, png or jpeg files.

    Japanese README

    Tags: #javascript • markdown • vscode

  • formBuilder

    A jQuery plugin for drag and drop form creation

    A jQuery plugin for drag and drop form creation, formBuilder has many options and is translatable.

    Example

    jQuery($ => {
      $('#fb-editor').formBuilder()
    })
    

    Tags: #javascript • form-builder • jquery-plugin

  • gramjs

    NodeJS/Browser MTProto API Telegram client library,

    A Telegram client written in JavaScript for Node.js and browsers, with its core being based on Telethon.

    Tags: #typescript • hacktoberfest • telegram-client

  • bids-specification

    Brain Imaging Data Structure (BIDS) Specification

    To organize your data in BIDS, all you need is neuro data, a computer, and the BIDS specification.

    BIDS currently supports the following data modalities with more to come in the future:

    • MRI
    • MEG
    • EEG
    • iEEG
    • behavioral
    • physiological
    • PET
    • microscopy
    • NIRS
    • motion
    • MRS

    Tags: #python • bids • neuroimaging

  • gc-opencommand-plugin

    A plugin that open the GC command execution interface for third-party clients

    中文 English

    一个为第三方客户端开放GC命令执行接口的插件

    1.7.0 起可以通过 | 或者换行来分隔多条命令,例如:

    /a 1 | /a 2
    /a 3
    

    调用 ping 响应数据将包含插件版本号。

    Tags: #java • grasscutter • grasscutter-plugin

  • PublicAPI

    Official Java implementation of the Hypixel Public API.

    Hypixel Public API documentation can be found at https://api.hypixel.net/. Java documentation can be found in the code.

    Tags: #java • hypixel • minecraft

  • innoshop

    Innoshop is an Open Source eCommerce System based on Laravel 12, supporting multiple languages, multiple currencies, integrated with OpenAI, and featuring plugin mechanisms and theme template development for enhanced user experience and system extensibility.

    InnoShop - Innovative Open Source E-commerce System.

    Innoshop is an Open Source eCommerce System based on Laravel 12, supporting multiple languages, multiple currencies, integrated with OpenAI, and featuring plugin mechanisms and theme template development for enhanced user experience and system extensibility.

    Tags: #php • ecommerce • innoshop

  • datoji

    A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.

    A FREE RESTful HTTP based JSON API. It lets you create, read, update, delete and search JSON data over HTTP APIs. Ideal for small hobbies projects, MVP or just for fun, where you don’t need to create your personal data storage.

    Tags: #ruby • json • json-api

  • valet-linux-plus

    Advanced local development experience for Linux.

    Valet Linux+ is an advanced development environment for Linux minimalists. No Vagrant, no /etc/hosts file. You can even share your sites publicly using local tunnels. Yeah, we like it too.

    Valet Linux+ configures your system to always run Nginx in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.test domain to point to sites installed on your local machine.

    In other words, a blazing fast PHP development environment that uses roughly 7mb of RAM. Valet Linux+ isn’t a complete replacement for Vagrant or Homestead, but provides a great alternative if you want flexible basics, prefer extreme speed, or are working on a machine with a limited amount of RAM.

    Tags: #php • valet • linux

subscribe via RSS