Skip to content
View simioni's full-sized avatar
Block or Report

Block or report simioni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nest-standard-response nest-standard-response Public

    Standardized and configurable API responses for NestJS

    TypeScript 4 1

  2. nest-pret nest-pret Public

    A generator to bootstrap fully-featured NestJS apps. Includes user registration, email verification, password recovery, claims-based access control, standardized responses with pagination, filterin…

    TypeScript 3 1

  3. react-virtualized react-virtualized Public

    Forked from bvaughn/react-virtualized

    React components for efficiently rendering large lists and tabular data

    JavaScript

  4. Rough script to extract images from ... Rough script to extract images from HTTP Archive (HAR) files
    1
    const fs = require('fs');
    2
    const fsAsync = require('fs').promises;
    3
    const targetMimeType = 'image/jpeg';
    4
    const file = JSON.parse(fs.readFileSync('./dump.har')).log;
    5
    const dir = './output';
  5. jensoleg/swagger-ui jensoleg/swagger-ui Public

    Forked from swagger-api/swagger-ui

    Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

    JavaScript 1.1k 311

  6. spree_elasticsearch spree_elasticsearch Public

    Forked from javereec/spree_elasticsearch

    Integration with Elasticsearch for the Spree framework.

    Ruby