Skip to content
View sparksam's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report sparksam

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
sparksam/README.md
  graph LR;
      a1((S))-->b1((P));
      a2((A))-->b1;
      a3((M))-->b1;
      a1-->b2((K));
      a2-->b2;
      a3-->b2;
      a1-->b3((X));
      a2-->b3;
      a3-->b3;
      a1-->b4((R));
      a2-->b4;
      a3-->b4;
      b1-->c1((K));
      b2-->c1;
      b3-->c1;
      b4-->c1;
      b1-->c2((A));
      b2-->c2;
      b3-->c2;
      b4-->c2;
      c1-->d4((...));
Loading

sparksam

sparksam

Pinned Loading

  1. vscode-h5p vscode-h5p Public

    A VS Code extension for H5P

    TypeScript 1

  2. document-puppeteer document-puppeteer Public

    Document Puppeteer is a project that manipulates documents of multiple formats (PDF, Doc, Images, Videos), OCR them, correct the grammar, and probably translate them to other languages.

    Python