Currently working on:
- Hyperguard, an elegant data validation library for TypeScript
- My blog: blog.salrahman.com
Me fiddling around with Raytracing in various languages here:
Currently working on:
Me fiddling around with Raytracing in various languages here:
#!/bin/sh
# size of swapfile in megabytes
swapsize=8000
function createComplex(real, imag) {
return {
real: real,
imag: imag
};
Simple Password Exponential Key Exchange for Node.js. Resistant to MITM, unlike vanilla Diffie-Hellman