Skip to content
View eliagoris's full-sized avatar

Organizations

@mentalabsio @gemworks @lumineraonline @Loot-Heroes @opencardinal
Block or Report

Block or report eliagoris

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

Pinned

  1. Get the Moon phase for a given date. Get the Moon phase for a given date.
    1
    /**
    2
     * Gets the Moon phase for a given date.
    3
     *
    4
     * Calculation based on https://minkukel.com/en/various/calculating-moon-phase/
    5
     */
  2. useful-bash-scripts-file-management.... useful-bash-scripts-file-management.bash
    1
    for i in {0..26}; do cp 0.json assets/$i.json; jq '.name = .name + " #'$i'" | .image = "'$i'.png" | .properties.files[0].uri = "'$i'.png"' assets/$i.json > tmp.$$.json && mv tmp.$$.json assets/$i.json; done
    2
    new=0;for i in assets/*.png; do mv -n "$i" assets/"$new.png"; ((new++)); done
    3
    find ./assets/ -maxdepth 1 -type f -name "*.png" | wc -l
    4
    for file in `ls -U | head -10`; do rm "$file"; done
    5
    for i in assets/*.png; do mv "$i" assets/"$(uuidgen).png"; done
  3. solana-mint-ui solana-mint-ui Public

    Up to date mint UI for NFTs on Solana

    TypeScript 48 35

  4. anchor-localnet-nfts anchor-localnet-nfts Public

    Use your Solana NFTs on localnet

    TypeScript 3

  5. opencardinal/staking-ui opencardinal/staking-ui Public

    TypeScript 1 6

  6. gemworks/gem-farm-ui gemworks/gem-farm-ui Public

    React UI for Gem Farm

    TypeScript 30 48