Skip to content

Instantly share code, notes, and snippets.

View mathdroid's full-sized avatar
☢️
not good, not terrible

Odi mathdroid

☢️
not good, not terrible
View GitHub Profile
@mathdroid
mathdroid / vapor.4.gif
Last active January 8, 2021 20:31
Gist for vapor.4.gif. Generated by `crop-github-images-cli`.
vapor.4.gif
@mathdroid
mathdroid / vapor.5.gif
Last active January 8, 2021 20:31
Gist for vapor.5.gif. Generated by `crop-github-images-cli`.
vapor.5.gif
@mathdroid
mathdroid / vapor.0.gif
Last active January 8, 2021 20:31
Gist for vapor.0.gif. Generated by `crop-github-images-cli`.
vapor.0.gif
@mathdroid
mathdroid / matrix.1.gif
Created May 25, 2019 10:10
Gist for matrix.1.gif. Generated by `crop-github-images-cli`.
matrix.1.gif
@mathdroid
mathdroid / matrix.5.gif
Created May 25, 2019 10:10
Gist for matrix.5.gif. Generated by `crop-github-images-cli`.
matrix.5.gif
@mathdroid
mathdroid / matrix.4.gif
Created May 25, 2019 10:10
Gist for matrix.4.gif. Generated by `crop-github-images-cli`.
matrix.4.gif
@mathdroid
mathdroid / matrix.3.gif
Created May 25, 2019 10:10
Gist for matrix.3.gif. Generated by `crop-github-images-cli`.
matrix.3.gif
@mathdroid
mathdroid / matrix.2.gif
Created May 25, 2019 10:10
Gist for matrix.2.gif. Generated by `crop-github-images-cli`.
matrix.2.gif
@mathdroid
mathdroid / matrix.0.gif
Created May 25, 2019 10:10
Gist for matrix.0.gif. Generated by `crop-github-images-cli`.
matrix.0.gif
@mathdroid
mathdroid / oop.js
Last active December 22, 2020 07:32
class
class Human {
constructor(arg1, arg2) {
this.name = arg1;
this.age = arg2;
}
login() {
console.log("logging in");
}