Skip to content

Instantly share code, notes, and snippets.

@Ahmed50ayman
Ahmed50ayman / agent loop
Created January 22, 2026 01:42 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@Ahmed50ayman
Ahmed50ayman / it-ebooks.md
Created December 12, 2021 17:50 — forked from baiwfg2/it-ebooks.md
Download ebooks as you want
@Ahmed50ayman
Ahmed50ayman / BasicERC20.sol
Created November 17, 2021 18:29 — forked from giladHaimov/BasicERC20.sol
Basic ERC20 implementation
pragma solidity ^0.4.19;
contract ERC20Basic {
string public constant name = "ERC20Basic";
string public constant symbol = "BSC";
uint8 public constant decimals = 18;
event Approval(address indexed tokenOwner, address indexed spender, uint tokens);

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096