#include <iostream>
#include <string>
void displayQuote(const std::string& quote) {
std::cout << quote << std::endl;
}
int main() {
displayQuote("Every bug I fix teaches me more about humans than machines");
return 0;
}
#include <iostream>
#include <string>
void displayQuote(const std::string& quote) {
std::cout << quote << std::endl;
}
int main() {
displayQuote("Every bug I fix teaches me more about humans than machines");
return 0;
}It’s a custom self-hosted Discord price ticker bot that pulls live data from DexScreener and updates a single voice channel name on a schedule.
JavaScript
About Solana AI agent - x402 payments, Swap tokens, manage wallets, transfer funds, and stake SOL - all without human intervention solana ai agent
JavaScript
solana chess smart contract with legal move validation, game lifecycle, optional wagers, and ELO updates.
Rust 1
Experimental multi-agent orchestration framework for collaborative software development. Implements an intelligent agent swarm for distributed development workflows, paired with an in-progress Pyth…
Python 1
Boris Boarman is a Move smart contract project built on the Sui blockchain that implements a secure fund release mechanism. The smart contract enables authorized parties to release funds to specifi…
Move
This is a Retrieval-Augmented Generation (RAG)-based multi-modal AI assistant that leverages advanced AI models to provide intelligent, context-aware responses to various types of input including t…
Jupyter Notebook