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

Organizations

@learn-data-science @railtown @sparkscience
Block or Report

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:

  • Hyperguard, an elegant data validation library for TypeScript
  • Something exciting for the Fediverse

Pinned

  1. 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
    
                  
  2. Discrete Fourier Transform in JavaSc... Discrete Fourier Transform in JavaScript
    1
    function createComplex(real, imag) {
    2
      return {
    3
        real: real,
    4
        imag: imag
    5
      };
  3. node-rudp node-rudp Public

    Reliable UDP for Node.js

    JavaScript 32 14

  4. node-speke node-speke Public

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

    JavaScript 13 5