@wallhackio Leetcode requires an account and JavaScript, right?
@vaporeon_ do you have the ability to run nodejs on linux?
@wallhackio On Linux in general? Should be possible, yes. On PowerPC Linux? We'll find out soon enough...
Why are you asking?
@vaporeon_ someone made a CLI tool for using leet code. Although there is just a tarball you can get without needing to install node
@vaporeon_ it's here: https://github.com/skygragon/leetcode-cli/releases/download/2.6.2/leetcode-cli.node10.linux.x64.tar.gz. I only tested it on WSL but I was able to unpack (unzip? I don't know the proper terminology for tar gz files) it and it creates a folder with the executable leetcode-cli
@wallhackio @vaporeon_ unzip and untar
@wallhackio @vaporeon_ do you know what a .tar.gz is
@aescling @vaporeon_ I've heard it referred to as a tarball, is that what you're asking
@wallhackio @vaporeon_ it’s a zip-compressed (typically with gzip(1)) tarball, more precisely. if you unzip you get a tar(1) archive. a tar archive is a plaintext (mostly plaintext?) bundle of files; if you untar it you get the files laid out in the specified directory structure, along with their file purrmissions and such
@vaporeon_ @wallhackio i think it's the same purrotocol