Budget: 15 USD Deadline: 1 day
Разберусь и сделаю
Детали обсудим в личке
Максимальный срок - неделя
Итак, есть модуль 10-ти летней давности. Он успешно работал до версии nginx 1.8.0. Нужные файлы прилагаются.
Кратко о работе модуля:
1. В конфиге nginx есть специальный параметр для модуля (указывается сокет, которым пользуется демон)
location /firing {
voc /home/user/blabla;
}
2. Модуль ловит запрос вида /firing/?f1191fc17ca257d7763785f197f16d30 и выдает поток текста в сокете.
Какие проблемы:
1. При компиляции nginx вываливаются ошибки:
src/http/modules/ngx_http_voc_module.c: In function ‘send_error’:
src/http/modules/ngx_http_voc_module.c:89:16: error: variable ‘rc’ set but not used [-Werror=unused-but-set-variable]
src/http/modules/ngx_http_voc_module.c: In function ‘ngx_http_voc_handler’:
src/http/modules/ngx_http_voc_module.c:218:7: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
cc1: all warnings being treated as errors
make[1]: *** [objs/src/http/modules/ngx_http_voc_module.o] Error 1
make[1]: Leaving directory `/tmp/nginx-1.10.1'
make: *** [build] Error 2
2. Если отключаю трактовку предупреждений как ошибок - все компилится, но модуль не работает. В частности в конфиге не узнается параметр voc
Нужно:
1. Исправить работу модуля на версии nginx 1.10.1 и выше.
2. Добавить поддержку SSL
3. Добавить простую привязку к серверу (можно по IP)
Как работаем:
1. Указываете цену и срок
2. Работаем через сейф.
2.1. Работаем не через сейф. В таком случае оплата только после полного тестирования исправленного модуля.
Budget: 15 USD Deadline: 1 day
Разберусь и сделаю
Детали обсудим в личке
Максимальный срок - неделя
Ну раз nginx на Си, логично, что и модуль скорее всего будет на Си.
Так оно и есть.
Капитанствую
What needs to be done: develop an EXE application in C++; create a modern graphical interface according to my design; implement the program logic; ensure stable operation on Windows 10 and Windows 11; provide the source code in Visual Studio (.sln, .vcxproj). I already have: interface design (screenshots attached); program operation concept; list of features to discuss with the performer. Requirements for the performer: confident knowledge of C++; experience with Microsoft Visual Studio; experience in developing Windows Desktop applications; neat and readable code; willingness to maintain communication during development. Please, in your response send: examples of your EXE programs; experience with C++; estimated completion time; cost of work.
Good day It is necessary to create a module that will work with the Firebird database in C++ for selling products. There are examples of ready-made solutions and a description of the module's functionality. Main functions: authorization, selection of products on the screen from groups/subgroups, transition to the cart, payment by card, and printing the receipt. The program must work on Windows 10 and above, using the existing database.
A patch is required for the graphics card driver that expands the capabilities of managing the graphics adapter by adding additional user settings. The patch must integrate into the existing driver architecture without disrupting its core functionality and ensure compatibility with supported versions of the operating system. The main goal is to provide more flexible access to parameters that are not available in the standard driver control panel, with the ability to modify them through a user interface or software API. The patch should provide a modular structure that allows for the addition of new parameters in the future without significant code redesign. It is necessary to ensure proper error handling, change logging, the ability to revert settings to default values, as well as maintain compatibility with future driver updates as much as possible. The solution should be accompanied by technical documentation describing the architecture, implemented capabilities, limitations, and testing recommendations.