You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Jorge Araya Navarro
shackra
Catholic. cryptocurrency and game developer enthusiast | UTC-6 or CST | 🇨🇷
This Gist has been replaced by the THORChain Ecosystem Community Guide accessible at https://tcecosystem.guide/.
All the same information is available there, albeit even more updated/recent. Additionally, there are multiple collaborators maintaining the new site, which should help improve the quality of the information.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"info":{"version":"1.0.0","title":"Hello Moon Public API","description":"Data access for Hello Moon"},"servers":[{"url":"https://rest-api.hellomoon.io"}],"openapi":"3.0.0","components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"defi_lending":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"programName":{"type":"string","description":"The programName references the lending protocol name\n that the user account is borrowing or repaying to.","example":"Solend"},"programId":{"type":"string","description":"The programId references the lending protocol\n that the user account is borrowing or repaying to.","example":"So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"},"actionType":{"type":"string","enum":["borrow","repay"],"description":"Select the action types: **borrow** or **repay**.\n >If borrow, the endpoint returns the amount of tokens the user account borrowed from the program.\n >If repay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A curated list of command-line utilities written in Rust
A curated list of command-line utilities written in Rust
Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.
Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.
The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.
This guide is only for original Ubuntu out-of-the-box packages. If you have added a custom PPA like pipewire-debian, you might get into conflicts.
Ubuntu 22.04 has PipeWire partially installed and enabled as it's used by browsers (WebRTC) for recoding the screeen under Wayland. We can enable remaining parts and use PipeWire for audio and Bluetooth instead of PulseAudio.
Starting from WirePlumber version 0.4.8 automatic Bluetooth profile switching (e.g. switching from A2DP to HSP/HFP when an application needs microphone access) is supported. Jammy (22.04) repos provide exactly version 0.4.8. So, we're good.
Based on Debian Wiki, but simplified for Ubuntu 22.04.
JSON con provincias, cantones y distritos de Costa Rica
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git hooks for AUR package repositories to test your PKGBUILD before pushing.
AUR package hooks
These hooks are meant to be used in Git repositories that track PKGBUILD
files for the Arch User Repository. Place them in .git/hooks/pre-{commit|push}
and make sure they're executable.
pre-commit
This hook simply updates the .SRCINFO before every commit by running: