From 1f30abb6ba7c651559487fd4d4a0293dd9a6ebb5 Mon Sep 17 00:00:00 2001 From: kalzu Date: Tue, 23 May 2023 15:07:05 +0300 Subject: [PATCH] Added readme file. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7750703 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Coding with ChatGTP + +On this repository is my random coding done typically late at night when I'm too tired to do anything else... :) + +##some pointters: + + - btc_tracker + 1. Server/fetcher: fetching bitcoin ohlc data from multiple sources and offer it forward with simple api. + 2. Client: Fetch data from the server and show it via gnuplot chart. + + - btc_wallet + Simple python3 script's to create bitcoin wallet and storing it on KeePassXC database. + Still planning to create ondemand key generation and transaction signing. + + - pastedb + Trying to make simple database on top of pastebin like services. + + - encryption-on-apis & webapp & webpage-stuff + Some random testing about creating simple and secure web services. + + - letters + Saved ChatGPT chats and messages