Flash script and freelancer jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 flash script and freelancer jobs found, pricing in INR

    Currently I have a PHP script that calls data from a MySQL db and echos the data into rows on a PHP page. The only problem I face the rows will become large and I don't want it all to appear on one page. I need something like the pagination function to insert "next" and "previous" links and only display 5 records on a page then "next" to display the other 5. This should be a quick job for someone competent in PHP. Additionally if you could please explain to me the code you injected into mine so I can add it to all my other PHP pages on my project that would be great.

    ₹34938 (Avg Bid)
    ₹34938 Avg Bid
    88 bids

    Hi I have a python matplotlib script that allows user to scroll through a 3D image, in nifti file format. It has a slider that allows you to scroll through the z axis of the image. I would like for the image to have a text box that updates chosen coordinates that are selected by clicking on the image at a given slice. I would like for the chosen coordinates to only update if the user clicks on the canvas where the image is. I would also like for the text box to be outside the canvas and slider. If you have previous experience with Matplotlib, this should be no problem. Thank you!

    ₹11284 (Avg Bid)
    ₹11284 Avg Bid
    18 bids

    I require an proficient developer to create a script that can send out automated emails through Gmail. This task should be accomplished with an appropriate scripting language for Gmail's environment. Key Requirements: - Send out notification emails. - The notifications will be for scheduled reminders and service status updates. - Targeted audiences are all users and selected groups. Relevant skills include proficiency in JavaScript (as Gmail Scripts commonly employs this language) and familiarity with Gmail's API. Knowledge of handling scheduled tasks and interaction with user databases is also beneficial. In short, I'm looking for a coding and Gmail expert who can automate the process of sending important reminders and st...

    ₹42377 (Avg Bid)
    ₹42377 Avg Bid
    48 bids

    I am seeking a talented freelance 3D home designer to assist with visualizing the renovation of our basement space. Our goal is to transform this area into a functional and aesthetically pleasing living space. The selected freelancer will work closely with our team to understand our vision and translate it into detailed 3D renderings. Responsibilities: Create detailed 3D models and renderings of the basement space, including layout, furniture placement, and decor elements. Provide multiple design options for consideration, incorporating feedback and revisions as needed. Ensure that the designs meet both functional and aesthetic requirements. Deliver high-quality 3D renderings within the agreed-upon timeline. Basement layout is attached in ...

    ₹8024 (Avg Bid)
    ₹8024 Avg Bid
    43 bids

    ...to bring my vision to life and create an engaging promotional video. Key requirements: - You must have experience in 2D animation and be proficient in relevant software. - The goal of the video is to promote a product or service, so your work must be adapted to achieve this goal. - The target audience for this project is adults, so the style and content of the animation must be suitable for this demographic. - Audio narration is still in process, but our market is based on the same thing that this application does, for the Latin American market. - In short, we are looking for an animation that is very similar to the attached video, since the narration will be very similar as well. - If the animator requires the script in the language necessary to

    ₹11033 (Avg Bid)
    ₹11033 Avg Bid
    56 bids

    how to decode : All report content comes from the json data we provide, I explain the logic details in report logic.pdf., please check its content. I also attached a json data and a tire report , they come from one scan, you check its content to verify the report logic. we have to make similar script to generate report from our system

    ₹12705 (Avg Bid)
    ₹12705 Avg Bid
    41 bids

    I'm in need of a talented scriptwriter that can help lighten up my YouTube channel with some comedy. The script: - Should be medium-length, ranging between 5-10 minutes. - Does not have any specific theme or topic, but creativity and humor sense is a must. - The humor should be tailored to appeal to teenagers and young adults. Skills & Experience: - Fluent in Hindi - Comedy writing experience - Deep understanding of youth culture and slang - YouTube scriptwriting experience is a plus.

    ₹1254 (Avg Bid)
    ₹1254 Avg Bid
    2 bids

    I'm looking for a developer to create a simple starter trading script. This is can be based on another script and does not need to be written from scratch. Develop a simple script that buys a particular cryptocurrency when it drops X% and sells it when it recovers Y%. Once that is established, we can look at adding the usual trading indicators as part of the strategy, but I want to start basic. Ability to customize buy and sell points as well as add different cryptocurrencies. Very Important: Host the script in the cloud for convenience and to avoid personal management responsibilities. I don't want the script to run on a server like AWS that I'd have to manage and continually monitor for uptime, etc....

    ₹1839 / hr (Avg Bid)
    ₹1839 / hr Avg Bid
    36 bids

    I'm in need of a skilled programmer experienced in C++ languages. ...into its C++ equivalent. Ensuring to maintain specific functionalities such as: - Data Visualization: This functionality must be retained during the conversion process. The C++ code must facilitate the graphical representation of data as efficiently as the initial Pine script. - Algorithmic Operations: The output C++ code should continue to perform certain algorithmic operations, similar to the Pine script. Ideal candidates should have previous experience in similar projects and a strong understanding of both Pine and C++. Excellence in this task may lead to potential future collaborations. This is a great opportunity for candidates looking to build their expertise in code conversion...

    ₹12120 (Avg Bid)
    ₹12120 Avg Bid
    26 bids

    I'm seeking a skilled freelancer with a strong background in watershed management to help create a comprehensive and effective plan for our region. Key Requirements: - Experience: I'm primarily looking for freelancers who have a proven track record in the field. - Analysis: Ideally, you should be capable of performing hydrological analysis and GIS mapping.

    ₹12538 (Avg Bid)
    ₹12538 Avg Bid
    11 bids
    3D Video Script Development 6 days left
    VERIFIED

    I'm in need of a script that can produce a 3D flipbook video similar to the one I've provided. The script will take source images and render them into a 3D video using , Python, PHP or any other solution Requirements: - Development of a script that can process images into a 3D flipbook video - Experience with framework is preferred - Ability to understand and replicate the style and functionality of the provided reference video - Past work in similar projects is necessary, so make sure to include this in your application If you're interested, please contact me for more information.

    ₹40455 (Avg Bid)
    ₹40455 Avg Bid
    65 bids

    I'm looking for an experienced web developer to work on a project. Please ensure that your application showcases your relevant experience in web development. I strongly prefer instant messaging as the primary communication channel for this project.

    ₹39535 (Avg Bid)
    ₹39535 Avg Bid
    196 bids

    I need a professional to connect my OAK PoE camera with a Raspberry Pi 5. I have the camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the

    ₹4492 / hr (Avg Bid)
    ₹4492 / hr Avg Bid
    23 bids

    I am in need of a skilled Linux and Bash Script expert to help me with my current project. Although I haven't specified exact tasks or goals, I am seeking assistance in the following areas: - Linux installation and configuration - Bash scripting and automation - Troubleshooting and debugging I expect the successful freelancer to have a deep understanding of Linux systems and be proficient in Bash scripting. Your past work and experience in similar projects will be valuable. Please detail how you can assist and your approach in your application. Thank you.

    ₹7021 (Avg Bid)
    ₹7021 Avg Bid
    8 bids

    I am seeking a skilled PHP developer to resolve issues on my website's offer/gigs page. The website runs on a PHP MicroJobs Script, and there are several bugs affecting the functionality of this page. Issues Encountered: Error Messages: Users are encountering error messages when attempting to submit offers or gigs. Incomplete Transactions: Some transactions are not completing successfully, leading to inconsistencies in the database. Page Responsiveness: The page's responsiveness needs improvement for better user experience across devices. Requirements: Proficiency in PHP and experience working with PHP MicroJobs Scripts. Strong problem-solving skills to identify and fix bugs efficiently. Ability to optimize page responsiveness for various devices. E...

    ₹1337 (Avg Bid)
    ₹1337 Avg Bid
    19 bids

    ...of a developer who can create a n8n script to login to a specific website and extract stock data for multiple companies. Key features of this project include: - Extraction of table data: You should have knowledge and experience working with web data extraction, specifically with table data. - Selection of stocks data: The script should have the ability to select and extract information from the stock table. - Capability for multiple companies: The tool should be versatile to handle data extraction for multiple companies, not limited to just one. Experience in the use of n8n for data extraction from websites, especially in the finance sector, will be a significant advantage for this project. One of the page is: And the table is in the &q...

    ₹12621 (Avg Bid)
    ₹12621 Avg Bid
    38 bids

    I'm in need of a skilled scriptwriter who can craft a compelling Spanish script for a 2-minute educational corporate video. The aim of this video is to educate professionals and companies about a specific topic. Ideal skills would include: - Native Spanish proficiency - Strong background in scriptwriting - Experience in creating educational content - Understanding of corporate communication - Ability to write engaging and informative content - Familiarity with video scripts and voice-over requirements Your script should be: - Succinct yet informative - Able to convey complex ideas in an accessible way - Appropriate for a professional audience Please share any relevant experience and provide a sample of your work if possible.

    ₹1588 (Avg Bid)
    ₹1588 Avg Bid
    12 bids

    Just like the title says, i currently have a script on my site that displays text on mouse over, just not sure why it wont let me add line breaks; i can not give you access to the site, but i can send you the script. I have tried adding... '<br>, n, b, ' not really sure why its doing it. Thanks,

    ₹3845 (Avg Bid)
    ₹3845 Avg Bid
    27 bids

    More details: What platforms do you want the app to be developed for? Android, Both Will the app require user authentication? Not sure Which functionalities do you want for your web portal? User management, Real-time updates

    ₹155895 - ₹311789
    Sealed
    ₹155895 - ₹311789
    59 bids

    ...enhance and upgrade my existing PHP script. The scope of work involves: - Adding new functionalities: Specifically, I am seeking to integrate payment gateway and app, as well as implement a subscription wallet and automated payments system. A background in financial integration technologies is preferred. - Modifying existing features: Notably, the user profile management feature and data management & reporting functionality need revisions. Experience in generating robust user interfaces and crafting intuitive data management systems will be key. Prospective freelancers should have demonstrated experience with PHP, user interface creation and data management tools. Proven skills in payment gateway and app integration will st...

    ₹38699 (Avg Bid)
    ₹38699 Avg Bid
    92 bids

    I’m looking for an experienced programmer who can create an automation script for a website. Key Requirements: - Automation Tasks: Your main job would be to automate various tasks on a website. This could involve anything from data entry to form submissions, and possibly content scraping. The specific tasks will be shared with you in detail. - Python Expertise: Given the nature of this task, your proficiency in Python is a must. If you have experience with automating websites using Python, that would be a huge plus. - Experience: Your application should showcase your relevant experiences and past projects. I’m looking for someone who has a proven track record in this field. Please include relevant examples of your past work in your application. Looking fo...

    ₹1003 (Avg Bid)
    ₹1003 Avg Bid
    1 bids

    Hello, I am looking for a programmer with expertise in the Twitter API and JavaScript for Google Sheets. I require assistance in setting up the Twitter API and need a custom script written for Google Sheets. Here are the specific requirements for the project: Project Objectives: 1. Script Functionality: - Automatically fetch Arabic text from a specified Twitter account and insert it into Column B of a Google Sheet, starting from Row 2. - Retrieve and insert links for images and videos associated with the tweets into Columns C, D, E, and F respectively. 2. Automation and Updates: - The data retrieval process should be automatic and occur in real-time, ensuring the Google Sheets document is updated continuously...

    ₹13875 (Avg Bid)
    ₹13875 Avg Bid
    17 bids

    We are in search of a skilled freelancer proficient in web scraping with Scrapy to extract product data from This project involves scraping the Category page to retrieve product details including name, price, SKU, URL, breadcrumb, currency, and brand. Targeted webpage: Category page of Required data: Product name, price, SKU, URL, breadcrumb, currency, and brand Experience: Prior experience in scraping product-related information from e-commerce sites is essential, with proficiency in Scrapy being crucial for accurate and efficient data extraction. Data Handling: Ability to ensure accuracy and consistency of extracted data. Familiarity with different data formats is advantageous. Dynamic Scraping: Navigation logic for all categories

    ₹3009 (Avg Bid)
    ₹3009 Avg Bid
    15 bids

    I'm in need of a Python script that can monitor specific events or conditions that I choose and send notifications to a Discord channel. I would like this to be done on a regular basis, for example, every hour. Key Points: - You need to create a Python script. - It should monitor for specific events or conditions (to be specified). - It must send notifications to a Discord channel. - The monitoring interval should be every hour.

    ₹2675 (Avg Bid)
    ₹2675 Avg Bid
    26 bids

    Hi, As discussed in meeting , We are going with Phase 1

    ₹8943 (Avg Bid)
    ₹8943 Avg Bid
    1 bids

    ...money, I am seeking a tech-savvy freelancer with a strong background in the technology industry. My primary focus is on leveraging technology for financial gain, and I am open to innovative and creative ideas that can help me achieve this objective. Key Requirements: - Strong technical background in the technology industry - Proven experience in identifying and implementing profitable opportunities - Ability to think outside the box and generate innovative solutions - Good communication skills and ability to explain complex technical concepts in a clear and concise manner I am primarily interested in hearing about your previous experience in the technology industry and how it can be leveraged to help me make money. Please include...

    ₹1003 / hr (Avg Bid)
    ₹1003 / hr Avg Bid
    1 bids

    ...money, I am seeking a tech-savvy freelancer with a strong background in the technology industry. My primary focus is on leveraging technology for financial gain, and I am open to innovative and creative ideas that can help me achieve this objective. Key Requirements: - Strong technical background in the technology industry - Proven experience in identifying and implementing profitable opportunities - Ability to think outside the box and generate innovative solutions - Good communication skills and ability to explain complex technical concepts in a clear and concise manner I am primarily interested in hearing about your previous experience in the technology industry and how it can be leveraged to help me make money. Please include...

    ₹1421 / hr (Avg Bid)
    ₹1421 / hr Avg Bid
    6 bids

    **Overview:** We are seeking a dynamic and motivated Business Development Executive/Manager to join our team on a commission or freelance basis. The ideal candidate will have 2-3 years of experience in the software and marketing industry with a focus on, Social Media Handling, Ad Campaigns, ERP software, and website development. This role requires a strong ability to close deals and drive revenue growth. **Responsibilities:** - Identify and prospect potential clients in the target market segments. - Develop and maintain relationships with clients to understand their needs and objectives. - Present our software solutions and services to potential clients effectively. - Negotiate and close deals to meet sales targets a...

    ₹669 / hr (Avg Bid)
    ₹669 / hr Avg Bid
    6 bids

    I'm looking for a professional who can develop a Pine script for me that will generate buy/sell trading signals on cryptocurrencies and any other stock or commodity market based on the diversion concept. The deliverables should give me the ability to change the indicator equitation or parameter as i want to toon up the peaks and valleys detection. also he should include the testing and functioning of Pine Script code and Elements to ensure its accuracy in generating Buy/Sell signals. Ideal candidates will have: - Familiarity with TradingView platform and Pine scripting. - A good understanding of trading signals and indicators. - Proven experience with cryptocurrencies and their market trends.

    ₹10197 (Avg Bid)
    ₹10197 Avg Bid
    12 bids

    ...Development Executive/Manager (Commission-Based/Freelancer)** **Overview:** We are seeking a dynamic and motivated Business Development Executive/Manager to join our team on a commission or freelance basis. The ideal candidate will have 2-3 years of experience in the software industry, with a focus on ERP software, app development, and website development. This role requires a strong ability to close deals and drive revenue growth. **Responsibilities:** - Identify and prospect potential clients in the target market segments. - Develop and maintain relationships with clients to understand their needs and objectives. - Present our software solutions and services to potential clients effectively. - Negotiate and close deals t...

    ₹62855 (Avg Bid)
    ₹62855 Avg Bid
    16 bids

    I am looking for a freelancer who can help me create a software script for bulk messaging on my website. The purpose of the bulk messaging is to message users about available rooms with text that we can customize. I already have a specific message that I want to send out. I don't have a preferred platform or language for the script, so I am open to suggestions. Ideal skills and experience for the job: - Proficiency in Python or JavaScript - Experience in creating scripts for bulk messaging - Ability to customize the messaging content - Familiarity with website integration and messaging APIs Here's a video of the website and what's needed, please watch this and bid. It's a simple script but I don't have the t...

    ₹15379 (Avg Bid)
    ₹15379 Avg Bid
    36 bids

    ...analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame number ... - the time position/time code ... - the data det...

    ₹21732 (Avg Bid)
    ₹21732 Avg Bid
    25 bids

    Project Duration: 1 Hour Project Type: Python Script Modification Project Level: Normal Server Type: Ubuntu 22.04 Number of Changes Required: 1 Project Overview: We have an existing Python script that allows us to upload a CSV with two columns: Prompt Output The script then submits each “Prompt” to the OpenAI API, inserts the output into the “Output” column. We would like one change made to the existing script. Change Required: We would like to add one more column to the CSV file, “Id”, it will be the first column. We use “Id” as our own reference number for the row This column and its value should be retained in the output file. 5* FEEDBACK WILL BE LEFT FOR YOU

    ₹2758 / hr (Avg Bid)
    ₹2758 / hr Avg Bid
    34 bids

    I have a set of scanned Hindi documents that need to be transcribed into Microso...processing. Key Requirements: - Digitalization: The main purpose of this task is to convert the scanned copies into a digital format. - Basic Formatting: The text should be typed with basic formatting (e.g. bold, italic, etc.) but does not need to exactly match the scanned copies. Ideal Freelancer: - Proficient in Hindi: The freelancer should have a strong command of the Hindi language to accurately transcribe the content. - Experienced in Data Entry: This project requires good data entry skills to ensure accurate and efficient transcription. - Proficient in Microsoft Word: Prior experience with transcribing documents in Microsoft Word is preferred. 3 books in Hindi scanned copies ea...

    ₹6520 (Avg Bid)
    ₹6520 Avg Bid
    41 bids

    Freelancer capable of editing a PDF file in English and make a new file max 2 pages. The pdf should look aesthetically neat

    ₹167 / hr (Avg Bid)
    ₹167 / hr Avg Bid
    47 bids

    I'm looking for a Python script that uses PyAutoGUI to control keyboard inputs, with a specific focus on interacting with a Firefox web page. I would do it myself as its simple python. However, it needs to branch into two different output. 1 clicking certain buttons and then a Then a final enter button to refresh the webpage and get a new list of buttons to select. 2. The second branch does the same thing except that it pushes different bottons so the tab order is different. Having two outcomes makes the python code to difficult for me so that i why I need help. I will also have to fine tune the number of tabs after you give me the code. So branch one will have different tabs frequency than the other branch. The UI should reflect that. I am open to creat...

    ₹3761 (Avg Bid)
    Guaranteed
    ₹3761
    8 entries

    I'm looking for a talented script writer to work on a draft comedy script for a TV project. This script will be targeted at an adult audience. Key Points: - Your primary task is to review, modify and work on the draft to create a compelling, engaging, and humorous script that will captivate the listeners. - The tone of the script should be light-hearted, witty, and entertaining, in line with the comedy genre. - Understanding of TV scripts and their unique requirements is a plus. Ideal Skills: - Proven experience in comedy scriptwriting, especially for radio. - Ability to tailor humor for an adult audience. - Strong understanding of pacing and structure in scripting. - Familiarity with the TV industry and it...

    ₹1755 / hr (Avg Bid)
    ₹1755 / hr Avg Bid
    30 bids

    I need a script that will convert any html div to pdf (and download).

    ₹2508 (Avg Bid)
    ₹2508 Avg Bid
    34 bids

    We are a dev team and seeking a highly experienced individual dev with in-depth proficiency in Laravel, Vue, and Flutter. Your responsibility will comprise the rebranding and extending of existing Codecanyon scripts. - **Script Rebranding**: I need a meticulous freelancer able to successfully rebrand scripts to brands of clients. - **Extending Scripts**: Your tasks also include extending Codecanyon scripts by adding extra functionalities, ensuring consistent, flawless operation , implementing APIs and adding the functionalities in the existing flutter app, testing, fixing any bugs to ensure smooth operations of the system. Pay : 1. INR1200/day or fixed amount as decided by our project managers, for 8 hours of work on anydesk/github for adding...

    ₹585 / hr (Avg Bid)
    ₹585 / hr Avg Bid
    5 bids

    I'm looking for a designer who can craft a modern, minimalistic logo for my IT support business. This unique logo should include a symbol referring to technology such as a computer/laptop symbol, circuits, or a cloud. Requirements: - Use of cool tones, specifically blues and grays, to communicate our corporate image. - A minimal, sleek sans-serif, serif or script typeface. The choice is yours as I don't have any specific preferences. - The design should be innovative, portraying my business as a cutting-edge, modern IT support firm. - I would like the logo to be an symbol next to the company name Ideal skills: - Creative graphic design - Knowledge in modern logo trends - Familiarity with tech - Attention to details Please include samples of your previous work...

    ₹2090 (Avg Bid)
    ₹2090 Avg Bid
    90 bids

    ...complex script that combines SMC schools, ICT schools, and commercial use elements into a single Tradingview indicator. Here are more details on what I'm looking for: - The script should include various elements from SMC and ICT schools, as well as classic trading methodologies for commercial use. - The primary feature of the script will be the creation of a custom indicator on Tradingview. - This indicator should accurately reflect the principles and strategies taught in SMC and ICT schools, while also incorporating classic trading approaches. Ideal skills for this project: - Proficiency in Tradingview script development - Understanding of SMC and ICT trading methodologies - Knowledge of classic trading indicators...

    ₹92528 (Avg Bid)
    ₹92528 Avg Bid
    48 bids

    ...to create a custom indicator using Pine Script v5 for the TradingView platform. The goal is to develop an indicator based on 3 existing indicators and predefined rules. The source code of all 3 indicators will be provided to the right candidate. The custom indicator should generate trade signals for alerts. Should be able to use this strategy in the Chart, where it should display buy, sell and exit signals. This project requires expertise in Pine Script v5 and a deep understanding of technical analysis principles. My requirement will be as below; 1. Convert 3 indicators into a strategy.(Source code will be provided) 2. Alert Creation. 3. Buy/Sell signal, Trailing SL/Trailing TP integration with alert function. 4. Session End/Start as per the scri...

    ₹27499 (Avg Bid)
    Featured NDA
    ₹27499 Avg Bid
    5 bids

    write a headless chrome python script which will visit given list of URLs/websites aftear each config delay in seconds. script will use different ip in each iteration of list urls visit. it will keep running untill ip list end .

    ₹2508 (Avg Bid)
    ₹2508 Avg Bid
    24 bids
    Record script 8 days left

    To record final script and deliver ready to use audio. Prior to recording: Please send a clean version of your final script. Please confirm the vocal style, tone and pace you want, based on a specific part of the commecial demo you like. Delivery will be by the end of the next working day from acceptance of this quote. Please note that any client amendments to the final script after it is sent and recorded will be charged at $10 per line changed.

    ₹2962 (Avg Bid)
    ₹2962 Avg Bid
    1 bids

    ...looking to interview professionals in Germany with a non-EU migration background regarding why they switch from regular employment into the freelancer sphere. My goal is to gain a better understanding of their experiences with online platforms. The findings of this study will be used to improve user experiences. More information on the project can be found here: - Interview & Research Scope: The questions will be focused primarily on the personal experiences of professionals making the transition to freelancing and their interaction with online platforms. - Desirable Skills: Excellent communication skills and previous experience of regular employment in Germany. - Time Frame: Must be available as soon as possible to take part in the interview,

    ₹12036 (Avg Bid)
    ₹12036 Avg Bid
    22 bids

    I'm seeking an experienced Urdu comedy script writer capable of creating engaging, 10-15 minute long episodes for a YouTube comedy series. Your work should revolve around stand-up comedy, sketch comedy, and sitcom themes. The humor should be primarily satirical. - **Skills Needed:** - Comedy writing - Urdu language proficiency - Experience with YouTube content creation - Understanding of satire humor Apply if your wit can generate laughs and keep our viewers entertained episode after episode.

    ₹1003 (Avg Bid)
    ₹1003 Avg Bid
    14 bids

    I am in need of a networking expert proficient in Squid Proxy and Linux. The task involves creating a script that automatically turns a vps with a subnet into a residential proxy pool It's an ideal project for a developer who's well acquainted with Squid Proxy, understands network firewall setup, and has experience in dealing with Linux-based VPS. Running networking diagnostics would also come in handy as the task may involve troubleshooting any potential connectivity issues that may arise during setup.

    ₹48730 (Avg Bid)
    ₹48730 Avg Bid
    26 bids
    Unity automation 5 days left
    VERIFIED

    ...apps to fit it and we need automation to scale our manual work, what we do is: if you know a way this can be done using automation please reach me first i open each games in unity to see the libraries they are using than i delete the In-app purchase and ads libraries After deleting the libraries, we get errors in codes that uses ads and lAP, so i fix them than i modify the code to give the in app items to users for free Than i have to check for all the static variables used in games, because they needs to get reset every time user come back to home page, else, they will get error the next time we play the game Than i have to create bundle of all the images, sounds and stuffs used in game so that user can download them from our server I have to make sur...

    ₹2006 / hr (Avg Bid)
    ₹2006 / hr Avg Bid
    60 bids

    I’m seeking a talented scriptwriter to craft a engaging action movie script that runs between 60-90 minutes. - Theme: The script should encapsulate a thrilling theme with a strong action plot. Original ideas and creativity are highly encouraged. - Script Length: I’m aiming for a run-time between 60 to 90 minutes. The pacing needs to be considered to ensure the audience maintains interest throughout. - Revisions: The project might require a few revisions till we hit the right tone and pace, just so the core message is not lost. Ideal Skills and Experience: - Proven experience in scriptwriting, especially in the action genre. - Ability to write engaging and dynamic dialogues. - Strong creative writing skills. End goal is ...

    ₹41708 (Avg Bid)
    ₹41708 Avg Bid
    25 bids