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

Block or report raafacachoeira

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
raafacachoeira/README.md

Pinned

  1. jquery-file-viewer jquery-file-viewer Public

    An extensive jQuery Plugin for rendering files. e.g.: audio, video, html, etc

    JavaScript 6 5

  2. jquery-text-wildcard-area jquery-text-wildcard-area Public

    A jQuery plugin for textarea to add and remove wildcards from text

    HTML 5

  3. AsposeExtensions AsposeExtensions Public

    Extensions class to easy import and export (todo) excel.

    C# 3

  4. Wrapper tags Select2 for React Funci... Wrapper tags Select2 for React Funcion Component
    1
    import React, { SelectHTMLAttributes, useEffect, useRef, VFC } from 'react';
    2
    import clsx from 'clsx';
    3
    
    
    4
    type Tag = { id: string; text: string; selected?: boolean };
    5
    type TagResponse = { id: string; text: string; newTag: boolean };
  5. DependencyInjection DependencyInjection Public

    Treinamento ministrado sobre DependencyInjection

    C# 1