Skip to content
View askhat's full-sized avatar

Organizations

@webtalks-crew @lizing-navigator

Block or report askhat

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 Loading

  1. dotfiles dotfiles Public

    .vimrc, tmux.conf

    Vim Script

  2. sfpic sfpic Public

    easy and secure way to share files

    TypeScript

  3. homepage homepage Public

    My homepage

    Vue

  4. pong-react-native pong-react-native Public

    Ping Pong on React Native

    TypeScript

  5. looker looker Public

    Forked from akvelon/Looker-Bubble-Viz

    Bubble Visualization Block for Looker platform

    TypeScript

  6. usePouch.ts usePouch.ts
    1
    import PouchDB from "pouchdb";
    2
    import { useState, useEffect } from "react";
    3
    
                  
    4
    let dbPool = new Map<string, PouchDB.Database>();
    5