Tim the Webmaster
Tools
A tool for collecting all images from a whole website is either a list of pages or one single page.With the option to use this tool as a Python script on your own computer, Using this tool as a Django app. And, for sure, as a usual online tool, which will always be accessible for you.
This is a shader editor that allows you to edit both fragment and vertex shaders. Thus allowing you to study linear algebra by introducing your own vectors and matrices. While getting the result on the screen.
This is an online post editor that helps me encapsulate all those blocks and special elements that I use in my articles.
New articles
Glossary
Programming language
Is a formal set of instructions that can be used to produce various kinds of output, including software applications, algorithms, and data processing. Programming languages provide a way for developers to communicate with computers, enabling them to specify operations and control the behavior of hardware. See moreCompiler
Is a specialized software program that translates source code written in a high-level programming language (such as C, C++, Java, or Python) into a lower-level language, typically machine code or an intermediate representation. This process allows the code to be executed by a computer's hardware. See moreQuestions
Which language to choose to create a Telegram bot
I know 5 languages in which you can write Telegram bots. Python (aiogram), JS (Node.js), PHP (MadelineProto), Java (TelegramBots) and Go (tgbotapi). The choice of which language to write is depends only on what you already know and what preferences in languages you have. See moreWhat сhatbots сan't вo
Despite chatgpt capturing more and more users under its influence, chatbots are still poor at solving individual user queries and complaints. They won't find you new customers, and they won't help you save money either. See moreNotes
Checking the content of website and their templates
17.01.2025
A little bit of game
16.01.2025
About an expantion
12.01.2025
Changes to tool category
09.01.2025
Big changes but small note
06.01.2025
Other resources
This is a single-threaded parser of any filtering and pagination pages of Kinopoisk. That is, those pages in the address of which there is a list slug. Parses data through a proxy, perhaps suitable for moviegoers.
This is a basic example of a parser for such an online store wildberries. Which avoids detection and blocking using proxy rotation and dynamically collecting data using Selenium.
This tool works in command line mode. Its essence is that it can check proxies by various URLs, and assign them a certain weight. The weight depends on how often it was possible to contact the target site through the proxy. It is implemented in multithreaded mode in python.
Here you will find files of an example inline telegram bot and everything you need to know about its guts.
This online tool allows you to read and subscribe to RSS feeds for free and without limitation. You can also aggregate any number of feeds.
This is a telegram bot notepad where you can create and manage your notes. Filter and group as you wish. It is also easily customizable and supports two languages: Russian, English.
https://t.me/NotebookOnMarginalia_bot or @NotebookOnMarginalia_bot
This is a small GUI application for generating funny and silly stories. Written in tkinter.
This is a small GUI application on python-tkinter. It allows you to play hangman)
This is a shader editor that allows you to edit both fragment and vertex shaders. Thus allowing you to study linear algebra by introducing your own vectors and matrices. While getting the result on the screen.