aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-10-07 14:45:38 +0300
committerTolmachev Igor <me@igorek.dev>2025-10-07 14:45:38 +0300
commit4cc5ce083012ac6c90b5d2f398b12be8ac4e3a58 (patch)
tree2af4c6d30bd16b3685d2302eaa365dea0523261e
parenta28b2f03da12dd733dbc96e1e33126883e1395ab (diff)
downloadpages-4cc5ce083012ac6c90b5d2f398b12be8ac4e3a58.tar.gz
pages-4cc5ce083012ac6c90b5d2f398b12be8ac4e3a58.zip
Add new project
-rw-r--r--projects/index.html22
1 files changed, 20 insertions, 2 deletions
diff --git a/projects/index.html b/projects/index.html
index 821372f..f7b7140 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -92,13 +92,31 @@
92 </section> 92 </section>
93 93
94 <section> 94 <section>
95 <h2>Auto telegram reaction <i class="nf nf-dev-cplusplus"></i></h2>
96 <span>
97 A command-line utility for automatically placing reactions on messages from a
98 specified user. Built with C++ and the tdlib, it allows you to define a target user
99 ID and the specific emoji for the reaction.
100 <b>
101 (This project was created primarily for learning C++ and tdlib and as a fun tool
102 for trolling)
103 </b>
104 </span>
105 <div class="links">
106 <a href="https://codeberg.org/igorechek06/auto_telegram_reaction">
107 <i class="nf nf-dev-git"></i> Source code
108 </a>
109 </div>
110 </section>
111
112 <section>
95 <h2>Pollify <i class="nf nf-dev-python"></i></h2> 113 <h2>Pollify <i class="nf nf-dev-python"></i></h2>
96 <span> 114 <span>
97 An MVP project for creating interactive poll charts for live presentations. 115 An MVP project for creating interactive poll charts for live presentations.
98 Participants can cast their votes, and the results are displayed in real-time on the 116 Participants can cast their votes, and the results are displayed in real-time on the
99 presentation screen. The backend is built with WebSockets for instant communication 117 presentation screen. The backend is built with WebSockets for instant communication
100 and utilizes a PostgreSQL database. Various visualization types are supported: Bar 118 and utilizes a PostgreSQL database. Various visualization types are supported: Bar
101 Plot, Pie Plot and so on. (Just MVP) 119 Plot, Pie Plot and so on. <b>(Just MVP)</b>
102 </span> 120 </span>
103 <div class="links"> 121 <div class="links">
104 <a href="https://github.com/ThePollify"> 122 <a href="https://github.com/ThePollify">
@@ -113,7 +131,7 @@
113 A universal archive library written in Rust, designed with an emphasis on ease of 131 A universal archive library written in Rust, designed with an emphasis on ease of
114 use and safety. The project's goal is to provide a unified interface, similar to 132 use and safety. The project's goal is to provide a unified interface, similar to
115 serde, for handling all popular archive formats. 133 serde, for handling all popular archive formats.
116 <b>(Currently under development, with only .zip file reading supported).</b> Future 134 <b>(Currently under development, with only .zip file reading supported)</b> Future
117 plans include support for .7z and .rar formats, as well as the implementation of 135 plans include support for .7z and .rar formats, as well as the implementation of
118 both standard and streaming read/write operations. 136 both standard and streaming read/write operations.
119 </span> 137 </span>