Pinned Loading
-
-
solana_fast_client
solana_fast_client PublicSupport for Transacations and Account Changes on Solana using HTTP3 QUIC using Rust (napi-rs) as a Node.js lib.
JavaScript
-
mcp-terraform-assistant
mcp-terraform-assistant PublicAn MCP server for managing infrastructure as code using Terraform
-
-
nvim.md
nvim.md 1## copy and paste2- `yy` - Yank (copy) a line
3- `p` - Paste after the cursor
4- `P` - Paste before the cursor
5- `y` - Yank (copy) selected text in visual mode
-
aes-gcm.ts
aes-gcm.ts 1const crypto = require('crypto');
23async function encryptData(data: string, secretKey: string): Promise<string> {
4const salt = crypto.randomBytes(16); // 16 bytes
5const nonce = crypto.randomBytes(16); // 16 bytes
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



