在地教育类型微信公众号/视频号运维维护工作, 月度工作量: 设计:公众号排版模板设计,1篇,一年更换一次 视频类:脚本撰写+后期剪辑 4条 2-4分钟左右 后期剪辑 2条 1分钟左右 Chinese app:wechat Public accounts layout design Chinese short Video script writing + post editing 请携作品链接报价报名,期待合作!
kvs script 网站 视频格式 mp4转换m3u8. 自己报价,多了真的出不起,太多了直接换avs,avs有插件。大佬有兴趣感激不尽.
Here I have several trading ideas that need to be written into pine script and do the strategy test. Hence, I want someone can fully understand the pine script language and be able to communicate with me about my strategy by Chinese or English at least. 我目前手上有一些交易策略需要用Trading view 自带的pine script 录入进行回测。希望有熟悉Trading view 的朋友帮忙。 2 weeks
1.会使用网络编程语言(Python,Java,Google script etc.)在制定的地方收集相应的数据 2.会数据库编程,并且有能力架设服务器,将收集到的数据存放 3.可以实施编程对数据库内的数据实施图形化展示 附件中是其中一个需求模型
用java写一个xml文档到csv文档的转换软件。 需要源代码,文档,软件使用文档。 需要文档描述为什么采用这个方法来实现这个功能,并且说明还有什么其他方法。有什么可以提高的地方。
对多个网站的 HTML,JSON,XML的数据进行定时抓取数据,保存数据日志保存数据库。
概述: 需要一个web页面,名称为邮件内容页, 能够读取指定邮箱的最后一封信的内容. 界面: 1.输入邮箱地址 2.输入邮箱密码 3.读取内容按钮 4.读取并最后一封信的内容 5.如果返回错误代码,需要翻译成人工能够读懂. 配置: 为节省成本,不需要录入界面,直接读取xml格式文件获取邮箱端口号等配置信息. 界面输入: 1.在界面上输入邮箱地址和密码. 2.通过post方式提交邮箱地址和邮箱密码到邮件内容页. 3.保证界面美观大方,手机要求适配. 范围: 1.必须支持pop3信箱收取. 2.必须支持 outlook/hotmail , 3.我会在需求中提出需要适配的其他pop3邮箱. 4.如果能收取以上邮箱邮件, IMAP协议不是必须支持的. 选稿: 难度应该不大,请首先制作 163读取页面并提供demo. 被选中后完善外围. 项目成果: 源文件 2.配置说明书
我的網頁是用MAGENTO編寫的, 接近完成的階段, 但有以下事項需要完成 (詳情請參考附件PDF.): 1) 改PAGE LINK 2) 小量版面修改 3) 我網頁有一個FLASH的試衣程式, 需要導入網頁和輸出XML數據同步.(我的試衣程式設計員會給你指引怎樣去完成工作.) 如有任何問題請與我聯繫.
定制PrestaShop, 基于1.6版本,UK的英文网站, 大多数功能1.6版本已可实现, 不需要在线付费, 后台基本不用改, 所需四点定制如下 1. 实时更新价格 -已有live xml feed,需要根据feed每过几分钟更新一下产品价格即可 2. 根据公司现有的主网站定制shop的模板, - 只需重用现有的css,layout和图片 3. 产品价格的基础上增加percentage based commission - 类似折扣但是增加一个百分比,比如产品价格是100圆,commission是2%,那么价格应为 100 + 2 = 102 4. 扩展用户注册 - 第一步和现有的prestshop一样 - 第二步要根据公司的用户登记pdf表格增加一些信息 价格可议, 有意者请留skype,QQ 或email
IN A FIELD TEXTAREA PUT EFFECT AUTO COMPLETION OF THE TEXT I NEDD EDIT SCRIPT JQUERY yuku-t/jquery-textcomplete · GitHub
整个产品拍卖系统采用B/S结构、J2EE技术框架,采用基于J2EE技术是为了充分利用众所周知的Java所具有独特的跨平台的优势。 技术框架流程 技术标准 1.基于J2EE的技术标准 2.基于SOA的标准 3.基于XML的技术标准 4.缓存技术 5.Comet技术 逻辑层采用Spring 3.0技术,主要实现对数据层的操作、事务管理及系统调度等。 持久层采用OR-MAPPING工具Ibatis 来完成与数据库、缓存池的交互。 控制层采用Struts2.3.4 来完成与数据库、页面的交互。 系统安全控制采用目前业界优秀的安全组件Acegi Security来保护网络资源及领域对象。 数据访问接口采用符合SOA(SCA )标准的JAVA +Webservices(Xfire) + XML技术 。 客户端与服务器的数据交换采用缓存技术(Ehcache)减少数据库服务器的压力,并提高客户端和服务器端交互效率。
I'm looking for a Python script to control a stepper motor via a Raspberry Pi. This program is intended for a machine that tumbles rock or metal parts, and it needs to offer a robust set of features for controlling the motor. Key Requirements: 1. The script should allow for controlling the motor's direction. 2. It should enable speed control. 3. A timer feature is needed to manage the run duration, with options ranging from 5 minutes to 7 days. 4. There should be a setting for one-way or two-way rotation control. 5. For two-way control, the script should allow for user-defined duration intervals (e.g., rotate for 1 minute, then reverse for 1 minute). The interface for the program will be a Graphical User Interface (GUI), not command line or web-based. User ...
... <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path passed as a command-line argument. Auto-formatting: The script uses autopep8.fix_code() to format the code according to PEP 8. Saving the changes: After formatting, it saves the formatted code back to the same file. Error handling: It also includes basic error handling for file-related issues. How to use: Save this script as format_code.py. Run it from the command line like this: bash Copy python The script will automatically reformat the Python file to comply with PEP 8 standards. Benefits: Helps to maintain consistent code style in projects. Can be integrated into pre-commit hooks for automatic formatting
...(treble/bass balance) - Natural pause insertion - Emotional emphasis tuning - Removal of robotic artifacts 2. Deliverables: - High-quality audio file (WAV or MP3 320kbps) - Clean audio synced to video timing - Multiple variations if needed for best result We Will Provide: 1. Reference video showing desired style/emotion 2. Clean video for final audio integration 3. Exact script with emotional/timing notes 4. Preferred AI voice platform access if needed Required Skills: - Extensive experience with AI voice optimization - Understanding of natural speech patterns - Expert-level audio editing capabilities - Quick turnaround ability Your Proposal Must Include: 1. Word "LAUNDRY" at the start 2. Examples of your AI voice enhancement work 3. Your proces...
I need a PHP library for my App to meet Zatca E-invoicing Phase 2 requirements. Key Re...entirely in PHP. - The library should not use Reactjs, Java, or any other programming language besides PHP. - Source code delivery is mandatory. Ideal Skills and Experience: - Proven experience with Zatca E-invoicing Phase 2 requirements. - Strong background in PHP. - Familiarity with XML generation, security feature compliance, and data dictionary integration. - Experience with creating libraries in PHP. Please note that the specific Zatca requirements to be implemented are not limited to but include XML generation and validation, security features compliance, and data dictionary integration. The overall architecture and workflow of the React/Typescript implementation should also be r...
I'm looking for a professional who can help turn my written narratives into compelling live-action videos. I have a complete script ready, but I need someone who can execute the vision. Key Responsibilities: - Create narrative storytelling style videos. - Use engaging visuals and storytelling techniques to bring my texts to life. Ideal Skills: - Experience in producing live-action narrative videos. - Strong understanding of visual storytelling. - Ability to create engaging, high-quality content. This is a continuous project.. 300- 1000 words 10mins -15mins video Please provide examples of similar projects you've worked on in the past.
...(treble/bass balance) - Natural pause insertion - Emotional emphasis tuning - Removal of robotic artifacts 2. Deliverables: - High-quality audio file (WAV or MP3 320kbps) - Clean audio synced to video timing - Multiple variations if needed for best result We Will Provide: 1. Reference video showing desired style/emotion 2. Clean video for final audio integration 3. Exact script with emotional/timing notes 4. Preferred AI voice platform access if needed Required Skills: - Extensive experience with AI voice optimization - Understanding of natural speech patterns - Expert-level audio editing capabilities - Quick turnaround ability Your Proposal Must Include: 1. Word "LAUNDRY" at the start 2. Examples of your AI voice enhancement work 3. Your proces...
YOU MUST BE ABLE TO SPEAK VIA MIC ON DISCORD. IF YOU CANNOT, DON'T BOTHER! Hello, I am looking for someone who hopefully is skilled enough for me to do repeat business. With that being said lets get started. Project - Car drifting game with customization. What C# script is need - Color Wheel selection for vehicle body paint(s) Certain panels will be separately colorable. EX. Hood, Trunk, Wheels, ect... A panel below allowing Gloss, Metallic, Matte, Chrome. Easy script changes via inspector This should be a fairly simple script. If all goes well I will use you again for more. WE WILL BE USING UNITY COLLAB
I need help scrapping product data from eBay for 300 electronics / Lightning products, including images. The data will need to be...Description - Product ID You'll be provided a link to the eBay seller's products, and it will be your job to gather the data, create a CSV file, and update the category and relevant data so it conforms to the correct format for my website. Images should be extracted in JPEG format. Second Task: I need a solution for checking stock and price of the selected items on a daily basis. This could be a script or some other method to monitor if an item is out of stock or if the price has changed. Ideal skills and experience for the job: - Proficiency in data scraping - Experience with eBay - CSV file creation - Basic understanding of monitoring sto...
...this code to run my Python-script. I also tried: # Add code to Colab Notebook !python /path/to/ !python (I dont know if the Notebook is called the right way. The name of my workbook is: Ny241028Hent33Tickers3Blokke5y I guess its .py How do I refer to this workbook from VBA, and how do I get to autoexecute, when called? Key Requirements: - I will provide the Python code, I also have working VBA-code. - The script should run immediately upon opening the Colab Notebook. - No additional authentication is necessary as I am already logged into my Google Account. Ideal Skills: - Proficient in Excel VBA - Experienced with Python and Google Colab - Able to troubleshoot and automate script execution This project
I need a C++ script for my PC that will help auto-farm XP in War Thunder. The script should be capable of performing combat tasks automatically to gather experience points. This project is ideal for someone with a strong understanding of C++, gaming scripts, and preferably War Thunder itself.
I have a 68-line Python script designed to fetch free proxies and stream my radio. While it works well with direct links, it fails to affect the player on my official site. The issue might stem from the User-Agent or a couple of lines in the code. Your task is to: - Identify and correct the issue preventing the script from interacting with the player on my website. Please note: - The script runs without errors, but it doesn't interact with the player. - It only needs to interact with the player stream, not other elements on the webpage. - Currently, it's using a browser User-Agent. I'm looking for someone who can complete this task in under an hour for a final offer of 4 euros. Ideal skills: - Proficiency in Python - Experience with debugging sc...
I'm seeking a Python expert who can create a script for me to intercept and modify HTTPS requests. Key Requirements: - Expertise in Python - Experience handling HTTPS requests - Ability to modify request headers, body content, and URL parameters The script will need to tamper with various components of the requests, so a good understanding of HTTPS and its request structure is crucial. Please provide examples of similar work you've done in the past.
I'm looking for a professional who can integrate the PIX API into my Walletium script (LIKE THIS: ). The main functionalities to implement are cash-in, cash-out, transfer via PIX and report. Your expertise would ensure seamless transactions and enhance the overall efficiency of the gateway. Key requirements: - Integration of PIX API into Walletium - Implementation of cash-in, cash-out, transfer via PIX and report functionalities - Software Framework : Laravel - Software Version: PHP 8.x, MySQL 5.x Preferred libraries: - PIXUP () - TOPPAY ( password:xtsq) Skills and experience: - Proficient in API integrations - Familiar with Walletium and its functionalities
Hi, I'm looking for someone to record a video for an ad. The person will be following a script I provide. Just a genuine review. The key requirement is that the person needs to have issues with breathing through their nose. The video should be filmed in a home setting with: - 1080p Full HD resolution. The ad will be shown on: - YouTube and Social Media. Ideal skills and experience for the job include: - Comfortable in front of a camera, - Able to follow a script, - Basic phone.
...migration. - Troubleshoot and resolve issues related to data formatting or mapping errors. - Collaborate with our internal team to ensure all required information is properly integrated and accessible. Requirements: - Proven experience working with InfoAsset Manager Suite, including data import and management. - In-depth knowledge of data formats such as CSV, GIS, STC25/26, PACP, and MSCC XML. - Strong attention to detail and ability to map data fields accurately. - Ability to deliver work within agreed timelines. - Good communication skills to coordinate effectively with our team....
I'm seeking a skilled programmer to convert a Thinkscript indicator from Thinkorswim to TradingView. The project will involve both a precise conversion of the indicator and some customization to enhance its functionality on TradingView. Ideal skills for this project include: - Proficient understanding of Thinkscript and TradingView's Pine Script - Experience in indicator development and customization - Strong problem-solving skills Please note, while I do have some specifications for the customization yet
Python and Visual Studio Code Data Processing Data Entry Web Scraping Data Mining The project involves creating a script to mine text data . Key Responsibilities: - Develop a text mining script that can efficiently extract and process data from various fields in the database. - The script should be able to handle large volumes of data and return results in a timely manner. Ideal Skills: - Proficiency in SQL and data mining techniques. - Experience with developing scripts for database text extraction. - Ability to work with large datasets.
video making as per discussed over chat as per script
I need a script that can scrape manifests from an online website and insert the data into a MySQL database. Ideal Skills: - Proficient in Python or similar languages - Experience with web scraping tools (BeautifulSoup, Scrapy) - Familiarity with MySQL and database management - Ability to write efficient, clean code Responsibilities: - Develop a web scraping script - Ensure data is accurately inserted into MySQL - Make the script run at specified intervals Please note, the specific website and data fields have not yet been determined. The freelancer will need to be flexible and ready to adapt the script as needed.
I'm looking for a TradingView expert who can develop a custom indicator for me. This indicator should allow me to analyze both historical and real-time s...user-defined period. - Highlighted areas on the chart to indicate these instances. - Functionality to screen stocks using this indicator. The indicator should be able to take inputs like 1500 (for 1500 minutes or 4 trading days) and 8 (for 8 percent) and highlight the relevant instances since the stock's IPO. Ideal Skills: - Extensive knowledge of TradingView and its scripting language, Pine Script. - Experience in developing custom indicators. - Strong understanding of stock market data and price changes. - Ability to deliver a user-friendly interface for manual input fields. Please ensure you have relevant experi...
I'm seeking a seasoned Pine Script developer to refine and enhance my current trading script. Your role will involve: - Modifying the detection of Candle Engulfing patterns - Improving the identification of Support and Resistance levels - Optimizing the overall performance of the script In addition to these modifications, I'd like to add new functionalities to the script, specifically: - Custom alerts for pattern detection - Automated trading signals A deep understanding of Candle Engulfing patterns and Support and Resistance concepts is essential. Your technical prowess will directly influence the optimization of our trading strategy and its subsequent performance. Key Skills and Experience: - Extensive experience with Pine Script developm...
I need a SMM Panel full setup website like- paidpromotion and bharatsmm panel. If anybody have readymade script please contact me
... <input type="number" id="quantity_{{ }}" data-variant-id="{{ }}" name="quantity_{{ }}" value="0" min="0"> </div> {% endfor %} </form> <!-- Button zum Hinzufügen der Produkte in den Warenkorb --> <button type="button" id="add-to-cart-button">Produkte in den Warenkorb legen</button> <script> ('add-to-cart-button').addEventListener('click', function() { const itemsToAdd = []; // Alle Eingabefelder im Formular durchgehen ('#bulk-order-form input[type="number"]').forEach(function(input) { const quantity = parseInt(, 10); const...
I need help with a Python script that downloads a Tableau dashboard as a PDF, and uploads it to a specific WebEx group. This script needs to be scheduled to run daily at 4 PM, using a GitLab job pipeline. Key requirements: - The script will need to use an API token for authentication with Tableau. - The naming convention for the downloaded PDF files should be "Dashboard name with date". - Experience with Python, Tableau and GitLab is necessary. -
I need an experienced Google Apps Script developer to modify my existing Google Sheets script. The script currently runs every 6 hours, but I need it to only execute when a specific condition is met. Key requirements: - The script should run a backup (using an already set up script) when the cell displays the number "0". - The script currently runs every 6 hours, and this time-based trigger should remain in place. Ideal skills for this job include: - Proficiency in Google Apps Script - Experience with Google Sheets - Strong problem-solving skills
Hi everyone, I am looking for a freelancer who is able to create a script for me to import product images (with a CSV file) in Magento 1. Based on the product SKU, it needs to import the product image. This image will be used as first priority for all image display options. Current products already got an image, but our imported image should be the first priority. It needs to be imported in the default store, as my other store views will use the default store image (settings). New product images are available in var/import location on the server. We will first work on my develop server. When the import works, we will apply it on the live server. Looking forward to hearing from you. My maximum budget for this task is €30.
Searching for a native Portuguese speaker to make calls through VOIP to leads in Brazil who have already expressed interest. You will be following a script that I provide. An average call lasts about 15 minutes. We can start from $10 per call. This position can potentially be permanent.
I'm looking for a creative and detail-oriented individual who can take a script and transform it into an engaging, visually enriched story with a natural-sounding voiceover. Key aspects of the project: Audience: The script is educational, aimed at adult learners, requiring a balance of professionalism and approachability. Tone: Storytelling should have a conversational, engaging tone with personality and occasional humor to keep the audience interested. Visual Content: Visual elements need to effectively complement and enhance the narrative, including appropriate graphics, animations, or stock footage. Voiceover: Voiceover can be AI-generated but must sound natural, warm, and engaging, avoiding overly robotic tones. Length: The final video will be approximately 15 ...
Looking for an experienced proofreader to review my film script. It’s approximately 120 pages and has been through several edits already. Your focus should be on spotting errors, maintaining consistent tone, and polishing the dialogue and structure where necessary. Familiarity with screenwriting formats (like Final Draft or similar tools), attention to detail, and strong communication skills are crucial. I’m on a tight budget as a senior on Social Security, so affordability without compromising quality is key.
I'm looking for an experienced Android developer who can create a Figma design for a modern-style Android app, then convert that design into XML for the app's development, and finally publish the app on the Google Play Store. Key Responsibilities: - Create a modern design in Figma based on project requirements. - Develop the app using XML. - Handle the entire process of app publishing. - Publishing app to your console and then transfer to us Ideal Skills: - Proficiency in Figma for UI/UX design. - Extensive experience in Android app development and XML. - Prior experience in app publishing is a must. Please note that core app functionality and primary features have not been defined yet. Your input and expertise in these areas will be highly valued.
...while also conveying simplicity and modernity. Key Requirements: - Design a primarily wordmark logo with the potential for a text-symbol combination. - Incorporate an elegant script font into the design. - Create a logo that conveys luxury, sophistication, simplicity, and modernity. The logo will be used across various mediums including social media, our website, business cards, and clothing tags and bags. Therefore, it needs to be versatile and visually appealing on all platforms. Ideal Skills: - Extensive experience in logo design, particularly for fashion brands. - Proficiency in working with elegant, script fonts and creating minimalistic designs. - Ability to convey complex emotions and messages through simple design elements. Please share your portfolio showca...
Estou à procura de um profissional que possa me fornecer uma plataforma de negociação de opções binárias já desenvolvida e que possa ser instalada em meu servi...de um profissional que possa me fornecer uma plataforma de negociação de opções binárias já desenvolvida e que possa ser instalada em meu servidor. A plataforma precisa incluir: - Integrações com API para corretoras - Ferramentas de análise - Sistemas de Pagamentos online - Um software completo É imprescindível que você tenha um script pronto e clonado, pois não desejo a criação de um novo script. Por favor, somente entre em contato se você já possui u...
I'm seeking a skilled computational chemist to help calculate the vibrational characteristics of various compounds, such as OSR (Emeramide, NBMI). This research project will delve into different regions of the spectrum, including visible light, Raman, and potential low-frequency vibrations. Key Tasks: - Select appropriate software for the task. - Develop a suitable process (potentially a script) for analyzing any substance given its formula and structure. To be considered for this project, you must demonstrate: - Your expertise in computational chemistry. - Your proficiency with the software you're planning to use. Fields of Interest: While there are no specific compounds or spectrum types set in stone, a focus on organic compounds and the Raman spectrum could be bene...
I need an experienced developer to enhance my TradingView indicator by adding a specific alert feature. The source code is readily available. Details: - The alert should be triggered by price level alerts. - Notifications should be sent to my app on iOS, Android, and Desktop when the alert triggers. Ideal Skills: - Proficiency in TradingView Pine Script. - Experience with app notification systems. - Prior work on trading indicators would be a plus.