Skip to content

Instantly share code, notes, and snippets.

View DeltaLaboratory's full-sized avatar
🚀
Working from home

DeltaLaboratory DeltaLaboratory

🚀
Working from home
View GitHub Profile
@DeltaLaboratory
DeltaLaboratory / installer.sh
Created April 18, 2023 09:09
GraalVM Installer
#!/bin/bash
# Set the Java version you want to use
JAVA_VERSION="19"
# Set the architecture
ARCHITECTURE="amd64"
# Set the installation directory
INSTALL_DIR="$HOME/graalvm"
function factorialByLoop(number) {
let num = 1n;
for (let i = 0; i < number; i++) {
num *= BigInt(number - i);
}
return num;
}
function factorialByArray(number) {
const arr = new Array();
@DeltaLaboratory
DeltaLaboratory / keybase.md
Created August 15, 2021 12:38
KeyBase Identity

Keybase proof

I hereby claim:

  • I am deltalaboratory on github.
  • I am deltalaboratory (https://keybase.io/deltalaboratory) on keybase.
  • I have a public key ASBZErZQYF7N4hv30SW7Ly1Fpli6ktIBlXKksmdrW9jcAAo

To claim this, I am signing this object: