Steven J Hatzakis
Steven J Hatzakis
If the Linux example is applicable to macOS perhaps it should be updated with that detail otherwise could an example be added on what command is needed for the `-1TryMe`...
Add the ability to return n number of assets that are based off an underlying blockchain, such as the top 20 Ethereum assets by market cap.
I am noticing that the Blockchain wallet fails when trying to send ETH to an address that begins with leading zero bytes (i.e. two hex 0's ) such as 0x00.....
Trying to find an easy way to put a midi file in reverse order (first note last, last note first)?
I noticed that this QR code generator has a limit that appears much smaller than the theoretical maximum. For example, if one were to paste a series of 1's and...
I've tried to run some of the Profanity .cpp files using g++ from the terminal on Mac OS but encountered errors. Is there a way to run this code on...
Running latest versions of Node JS and NPM, I am getting the following error (related to [line 11 from here](https://github.com/handshake-org/hs-airdrop/blob/master/bin/hs-airdrop)) when trying to claim the airdrop: ```internal/modules/cjs/loader.js:968 throw err; ^...
Background: I developed a rudimentary way to reduce token count for long prompts by concatenating words of a certain length, which has the potential to reduce API token costs by...
## Summary This PR adds a reference to an earlier community discussion "https://community.openai.com/t/meta-prompting-concept-asking-chat-gpt-for-the-best-prompt-for-your-desired-completion-then-to-revise-it-before-using-it/248619" about meta prompting, a concept I originally coined over a year ago and documented extensively in an...
added authorship as per pull request checklist ## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. ## Motivation...