Skip to content
View shovon's full-sized avatar
🩺
Medical software
🩺
Medical software

Organizations

@learn-data-science @railtown @sparkscience

Block or report shovon

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.

When stuck, I just code on stuff. Recently I've developed a keen curiosity on cryptography, and so, I've been doing a lot of that.

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 12

  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 12

  5. node-speke node-speke Public

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

    JavaScript 12 5