Skip to content
View shovon's full-sized avatar
💻
Working on my own projects
💻
Working on my own projects

Highlights

  • Pro

Organizations

@learn-data-science @railtown @sparkscience

Block or report shovon

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
shovon/README.md

Hi there 👋

I'm Sal. I currently deploy software in healthcare during the day.

At night I'm working on Logseq AI Plugin, a plugin for Logseq, a note taking app that features backlinking; an insanely useful feature that I rely on heavily.

Past open source projects that I worked on:

Me fiddling around with Raytracing in various languages here:

Pinned Loading

  1. logseq-ai logseq-ai Public

    A plugin for Logseq to "chat" with your graph

    TypeScript 5

  2. Increasing swap size. Only tested on... Increasing swap size. Only tested on the ubuntu/trusty64 Vagrant box. CREDIT GOES TO ---> http://jeqo.github.io/blog/devops/vagrant-quickstart/
    1
    #!/bin/sh
    2
    
                  
    3
    # size of swapfile in megabytes
    4
    swapsize=8000
    5
    
                  
  3. Discrete Fourier Transform in JavaSc... Discrete Fourier Transform in JavaScript
    1
    function createComplex(real, imag) {
    2
      return {
    3
        real: real,
    4
        imag: imag
    5
      };
  4. node-rudp node-rudp Public

    Reliable UDP for Node.js

    JavaScript 33 14

  5. node-speke node-speke Public

    Simple Password Exponential Key Exchange for Node.js. Resistant to MITM, unlike vanilla Diffie-Hellman

    JavaScript 12 5