Posts

  • sandthorn

    Main gem for Sandthorn

    A ruby library for saving an object’s state as a series of events.

    Tags: #ruby

  • extension

    Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.

    A very simple scaffolding browser extension that injects a @polkadot/api Signer into a page, along with any associated accounts, allowing for use by any dapp. This is an extensible POC implementation of a Polkadot/Substrate browser signer.

    As it stands, it does one thing: it only manages accounts and allows the signing of transactions with those accounts. It does not inject providers for use by dapps at this early point, nor does it perform wallet functions where it constructs and submits txs to the network.

    Tags: #typescript • polkadot • substrate

  • graphql-inspector

    🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

    • Compares schemas
    • Detect breaking or dangerous changes
    • Schema change notifications
    • Use serverless functions validate changes
    • Validates Operations and Fragments against a schema
    • Finds similar / duplicated types
    • Schema coverage based on Operations and Fragments
    • Serves a GraphQL server with faked data and GraphiQL
    • Docker Image

    Tags: #typescript • graphql • javascript

  • Grafana_Status_panel

    A panel plugin for Grafana to monitor multiple parameters at once

    This is a plugin meant to be used as a centralized view for the status of component in a glance. It is very similar to the Single Stat panel, but it can hold multiple values from the same data source. Each value can be used to customize the panel in different ways:

    • Mark the severity of the component
    • Mark if the component is disabled
    • Show extra data in the panel about the component

    Tags: #typescript

  • tartiflette

    GraphQL Engine built with Python 3.6+ / asyncio

    Read this blogpost about our motivations TL; DR We reached the limits of Graphene, we wanted to build something which met certain requirements:

    • Offers a better developer experience that respects the Python mindset
    • Uses SDL (Schema Definition Language)
    • Uses asyncio as the sole execution engine
    • Be 100% open source

    Tags: #python • graphql • asyncio

  • C99Shell-PHP7

    PHP 7 and safe-build Update of the popular C99 variant of PHP Shell.

    c99shell.php v.2.0 (PHP 7) (25.02.2019) Updated by: PinoyWH1Z for PHP 7

    Tags: #php

  • vue

    Make Vue greater with RxTS.

    Tags: #typescript • vue • vue-plugin

  • terminus

    Terminus module for Nest framework (node.js) :robot:

    This module contains integrated healthchecks for Nest.

    Tags: #typescript • nodejs • nest

  • GestureViews

    ImageView and FrameLayout with gestures control and position animation

    • Gestures support: pan, zoom, quick scale, fling, double tap, rotation.
    • Seamless integration with ViewPager (panning smoothly turns into ViewPager flipping and vise versa).
    • View position animation (“opening” animation). Useful to animate into full image view mode.
    • Advanced animation from RecyclerView (or ListView) into ViewPager.
    • Exit full image mode by scroll and scale gestures.
    • Rounded images with animations support.
    • Image cropping (supports rotation).
    • Lots of settings.
    • Gestures listener: down (touch), up (touch), single tap, double tap, long press.
    • Custom state animation (animating position, zoom, rotation).
    • Supports both ImageView and FrameLayout out of the box, also supports custom views.

    Tags: #java • android • animation

  • instagram-java-scraper

    Instagram Java Scraper. Get account information, photos, videos and comments.

    Instagram instagram = new Instagram(httpClient);
    Account account = instagram.getAccountByUsername("kevin");
    System.out.println(account.getMedia().getCount());
    

    Tags: #java • instagram • instagram-client

subscribe via RSS