From 2a3f2d918097c6fc042efc2af6edc4186194cdf6 Mon Sep 17 00:00:00 2001 From: HypnosisI2P Date: Thu, 24 Jun 2021 09:31:49 +0800 Subject: [PATCH 1/3] cosmetic visual style attempt for an improvement by a request of wipedlifepotato to edit the README as .md logo --- README => README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) rename README => README.md (61%) diff --git a/README b/README.md similarity index 61% rename from README rename to README.md index 388b0f0..e7373a9 100644 --- a/README +++ b/README.md @@ -1,4 +1,4 @@ - +``` @###@ ####@##@ @@ -14,26 +14,26 @@ %////. @#%#@#% @###### - +``` (Logo by 'MrB' can be broken in some html previewer, better to open as just file)[logo.png] -(thanks for logo by some guy whose dont want to say himself name) +(thanks for logo by some guy whose dont want to say himself name) -------------------------------------------------- -¤Bacteria¤ +# ¤Bacteria¤ -TODO(for now): - [- async/sync crypto for libbacteria for server and lua script](POP! Is done) - - libgd for images - - pre-init postgres database and C code for works with it, and lua module for work with it - - own network protocol idea. - - create server - - create lua scripts for events. - - continue work with cryptocoins RPC wallets in server - - create exchange (cryptocoin)crypto on crypto system by 2 client. - - create ....(have to be changed every 8 tasks)[like in stack of 8 tasks] +## TODO(for now): + * [- async/sync crypto for libbacteria for server and lua script](POP! Is done) + * - libgd for images + * - pre-init postgres database and C code for works with it, and lua module for work with it + * - own network protocol idea. + * - create server + * - create lua scripts for events. + * - continue work with cryptocoins RPC wallets in server + * - create exchange (cryptocoin)crypto on crypto system by 2 client. + * - create ....(have to be changed every 8 tasks)[like in stack of 8 tasks] -Depencies - - Debian 10: - sudo apt install lua-sql-postgres-dev automake gcc liblua5.2-dev libjansson-dev libcurl4-gnutls-dev libiniparser-dev +## Depencies - + * Debian 10: + * `sudo apt install lua-sql-postgres-dev automake gcc liblua5.2-dev libjansson-dev libcurl4-gnutls-dev libiniparser-dev` From 6c3bc8486a187adce8dae043019e1e9ebd868b25 Mon Sep 17 00:00:00 2001 From: nonlin-lin-chaos-order-etc-etal <19966907+nonlin-lin-chaos-order-etc-etal@users.noreply.github.com> Date: Thu, 24 Jun 2021 09:33:54 +0800 Subject: [PATCH 2/3] cosmetic style tuning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7373a9..5b42d80 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ @###### ``` -(Logo by 'MrB' can be broken in some html previewer, better to open as just file)[logo.png] -(thanks for logo by some guy whose dont want to say himself name) + * (Logo by 'MrB' can be broken in some html previewer, better to open as just file)[logo.png] + * (thanks for logo by some guy whose dont want to say himself name) -------------------------------------------------- # ¤Bacteria¤ From 27e88d5f3cb8c4dbfc7d2c5d3dca1bd794c5c89e Mon Sep 17 00:00:00 2001 From: HypnosisI2P Date: Thu, 24 Jun 2021 10:06:35 +0800 Subject: [PATCH 3/3] '../bacteria/README' -> './README' --- README | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..388b0f0 --- /dev/null +++ b/README @@ -0,0 +1,39 @@ + + + @###@ + ####@##@ + .@@ @###@ + @###### .///////@ *#####@ + @######////////%.,.///////###@###@ + @@@@//@,,,///(@@,///@,*//&@#@@ + //@&,,,,,,@,,,,&(@/@ + /////,,,,@&,,,,(///@ + &&##@//@./@,,,,@@@,,,(,.@/@&#@. + ####&##@/////////,%//////@###%### + @###### @///@@//& ,######@ + %////. + @#%#@#% + @###### + + +(Logo by 'MrB' can be broken in some html previewer, better to open as just file)[logo.png] +(thanks for logo by some guy whose dont want to say himself name) +-------------------------------------------------- + +¤Bacteria¤ + +TODO(for now): + [- async/sync crypto for libbacteria for server and lua script](POP! Is done) + - libgd for images + - pre-init postgres database and C code for works with it, and lua module for work with it + - own network protocol idea. + - create server + - create lua scripts for events. + - continue work with cryptocoins RPC wallets in server + - create exchange (cryptocoin)crypto on crypto system by 2 client. + - create ....(have to be changed every 8 tasks)[like in stack of 8 tasks] + +Depencies - + Debian 10: + sudo apt install lua-sql-postgres-dev automake gcc liblua5.2-dev libjansson-dev libcurl4-gnutls-dev libiniparser-dev +