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

Organizations

@learn-data-science @railtown @covalenthq @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.

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

Hi there 👋

Currently working on:

Me fiddling around with Raytracing in various languages here:

Pinned Loading

  1. Increasing swap size. Only tested on...
    1
    #!/bin/sh
    2
    
                  
    3
    # size of swapfile in megabytes
    4
    swapsize=8000
    5
    
                  
  2. Discrete Fourier Transform in JavaSc...
    1
    function createComplex(real, imag) {
    2
      return {
    3
        real: real,
    4
        imag: imag
    5
      };
  3. node-rudp Public

    Reliable UDP for Node.js

    JavaScript 33 14

  4. node-speke Public

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

    JavaScript 13 5