Skip to content

Instantly share code, notes, and snippets.

View bdotsamir's full-sized avatar
:shipit:

Samir bdotsamir

:shipit:
View GitHub Profile
@bdotsamir
bdotsamir / boopinator.ts
Created April 1, 2024 21:24
THE BOOP BEAM
const usernames = [
"melon-official",
"heartswellz",
"in-a-mellow-tone",
"jame7t",
"amtrak-official",
"puroseki",
"enthusispastic",
"nyancrimew",
"amber-pecan",
@bdotsamir
bdotsamir / DLLNode.js
Last active July 8, 2021 20:56
probably not the best js implementation of a doubly linked list
module.exports = class DLLNode {
constructor(data) {
this.data = data ?? null;
this.parent = null;
this.child = null;
}
store(newData) {
this.data = newData;
return newData;

Keybase proof

I hereby claim:

  • I am jennasisis on github.
  • I am akiimi (https://keybase.io/akiimi) on keybase.
  • I have a public key ASBbLgQYzdO9VViSQlusVPDlkJPeSi3vslcRt66pvaaoLgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jennasisis on github.
  • I am akiimi (https://keybase.io/akiimi) on keybase.
  • I have a public key whose fingerprint is 09CC CB2F FD26 0B3D 414D B448 A743 EB22 E7BC AD14

To claim this, I am signing this object: