Budget: 3000 UAH Deadline: 14 days
Good day, please write in the face how the database looks, I will try first on my iron to get access to the slides and take them out on the monitor, well and in case of success you can make a server of orange.
Budget: 3000 UAH Deadline: 14 days
Good day, please write in the face how the database looks, I will try first on my iron to get access to the slides and take them out on the monitor, well and in case of success you can make a server of orange.
Вы уже выбрали операционную систему под управлением которой работает Ваша плата и надо только написать под нее программу?
Нет, всё выбираете сами- на свой рассудок, у меня нет компетенции это делать. Главное чтоб все работало...
Саме просте що бачу - орандж транслюе сторінку сайту (браузер на автозапуск з повноекранним режимом) а вже сам сайт віддае картинки та анімації так як хочется
Якщо таке "в лоб" рішення не підходить то тоді треба спілкуватись, так як потрібні подробиці.
І оговорити сроки та ціни. Безперебойна программа на лінукс с сервенним керуванням вийде не так дешево як хотілось би.
Мне подходит любое решение, которое закроет задачу. Если есть доп вопросы, - буду отвечать...
Локально вам для Украины?
Просто если так то перебои со светом и интернетом не лучший фактор для сквозного интернет соединения
Можем в ЛС продолжить или в телеграм
Что бы тут не спамить
Просто очень много вопросов по делу которые в итоге влияют на выходной результат
Начиная от количества и заканчивая ожидаемым временем аптайма
Я бы порекомендовал Вам снизить требования. Сборка образа операционной системы не тривиальный процесс и занимает много времени (а следовательно и цена будет значительно Выше). Выберите самостоятельно (или с помощью) операционную систему установите ее и настройте. Закажиет только написание программы по выбранную Вами ОС. Это можно вложить в Ваш бюджет.
я имел ввиду не сборка операционки, а просто создание образа флешки с ОС с настроенным приложением.. Могу ошибаться в терминах, поэтому справшивайте - будем корректировать...
Простите, не удержался, думал мне ответили но увидел ваш коментарий.
С оранджем единственная проблема в том что это кривой китай легко настроить как ту же малину не выйдет, прийдется поковырятся, осозная всю тленность бытия с сетевыми портами на рандомных номерах, с кривыми райверами и слкчайными вылетами по непонятным причинам.
В остальном "сборка" системы для микроПК уже давно описана на всяких форумах и начинается и заканчивается скачиванием нужного образа системы.
Тут не та задача что бы с нуля собирать ядро)
"тут не та задача что бы с нуля собирать ядро)" - совершенно в точку, мне нужно просто приложение и помощь в настроке его автозапуска, поэтому и написано про образ системы(флешки с ОС)...
Перефразирую.
Смотрите, если Вы просите не только программу, которая показывает картинку, но по сути поддержку в работоспособном состоянии всей операционной системы - это достаточно трудоемко. Если Вы берете на себя управление операционной системой, а просите только поддержку работы программы - это другое дело.
Я не спец по одноплатникам, иначе бы все сделал сам, поэтому мне нужен комплекс - надежная работа приложения в выбранной вами ОС. Если оранж такое проблемное железо, готов рассмотреть варианты, просто он есть в наличии...
ОК, Сергей. Требуйте от исполнителя именно этого. Чтобы потом не оказалось, что он сказал бы Вам, что его программа работает, а остальное его не интересует - это проблема операцонной системы (или железа).
Вадим, спасибо! Прописав готовый образ ОС с приложением под определенный одноплатник, как выходной результат работы,- я именно это и имел ввиду.
Как идея. Вам,наверное,подойдет очень хорошо. Взять (возможно подержанный ) ТВ бокс и поросить написать программу для него. Судя по всему Андроидом Вы умеете управлять. Эффект будет тот-же, а простота настройки для Вас и надежность работы повыше.
Мне сказали что стоимость такой работы будет намного больше, но, возможно, прийдется и этот вариант рассматривать... Спасибо.
A local Python script needs to be developed to automatically fill a Google Sheet with data from the company's internal service. Main logic: 1. Connect to the Google Sheet. 2. Find rows where the ID is filled but two target values are missing. 3. Form a link based on the template: https://internal-service.example/item/{ID} 4. Retrieve the two values (via API, if it exists, otherwise via Playwright). 5. Write the values back to the Google Sheet. 6. Mark the row as processed. 7. Continue processing the next rows. Requirements: • Python • Google Sheets API • Priority to use the official API • If no API — Playwright • No OCR, screen recognition, or mouse coordinates • Confidential data must not be logged • Configuration via .env • Test mode (without writing to the sheet) • Do not process already filled rows • Batch write changes to Google Sheets • Proper error handling and retries It is necessary to provide: - source code; - requirements.txt; - example .env.example; - installation instructions; - running instructions; - brief architecture description. Before starting implementation, please: 1. Suggest an architecture. 2. List the necessary accesses. 3. Ask clarifying questions. 4. Indicate the cost, deadlines, and estimated number of hours.
As part of enhancing the cybersecurity level of our infrastructure, we need to abandon the practice of storing "eternal" and static API keys, passwords, and integration tokens in the configuration files (.env, appsettings.json, config.yaml) of our microservices. Business Goal: Create a single secure storage point for confidential data (secrets) with a mechanism for their automatic updating (rotation) in external systems on a schedule. Our other services will request current tokens "on the fly" via API, which will minimize damage in case of compromise of any system component.Security Model and Encryption (Crypto Core) No secret should be stored in plaintext in the database. Upon application startup, a Master Key is passed to the environment variables. If the key is missing or has an invalid length, the service should fail at the initialization stage with a clear error in the logs. Each secret is encrypted before being written to the database using this Master Key. Upon request, it is decrypted in memory and returned in the response body.Audit Logging (Audit Trail) Any action with secrets (creation, reading by the service, successful or unsuccessful rotation) must be recorded in a separate log file audit.log (or a separate table in the database). Strict Taboo: It is strictly prohibited to record the actual values of secrets in the audit log (neither in plaintext nor in encrypted form).
Need a specialist for writing parsers who can bypass CLOUDFRAME. Parsing of products occurs from sites with authorization. There are 10+ donors of varying complexity, with different levels of protection. Parsing of products occurs from sites with authorization. Parses data into a ready-made Mysql database + photographs on the server. It is necessary to write a parser according to the tasks described in the technical assignment and adapt the data to the existing database for full functionality on the site. Technical assignment and example donor upon request. Desktop parsers and C# are not considered.
Bot for mirroring positions on Binance Futures (Python) A bot is needed that reads my positions on Hyperliquid (public API) and Bitget Futures (my read-only key) and proportionally replicates them on my Binance USDT-M Futures via API. Logic: opening, increasing, partial closing, full closing — everything is mirrored with a customizable size ratio. Polling every 5–10 seconds. Correct handling of partial closures and averaging is mandatory. Requirements: notifications in Telegram about trades and errors; config (pairs, ratio, limits); deployment on my VPS + instructions; source code is transferred to me. I will enter the keys myself. Stages: 1) Hyperliquid→Binance, test with small amounts; 2) Bitget→Binance. Payment through safe in stages. In your response, indicate your experience with exchange APIs and how you will handle a partial closure of 30% of the position by the leader.
A deep technical verification of three PDF files for authenticity and possible signs of editing or forgery is required. Not only a visual assessment of the documents is needed. The performer must have a good understanding of the internal structure of PDF files and be able to analyze: file metadata; PDF structure and individual objects; creation history and possible editing; software used; embedded fonts, images, layers, and other elements; possible signs of re-saving, conversion, modifications, or backdating of the document; any technical discrepancies that may indicate manipulation of the files. Based on the verification results, a clear written conclusion regarding each file must be provided, indicating the identified signs, risks, and limitations of the verification. We are considering specialists who have practical experience in digital forensics, PDF document analysis, metadata, or verifying electronic files for authenticity. In your response, please briefly describe your experience, methods, and tools that you use for such verification.