Drag drop script flash cs3 jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 drag drop script flash cs3 jobs found, pricing in USD

    I am in need of a talented script writer with an understanding and proficiency in action-adventure themes to create an engaging script for a radio show targeting teenagers. The script should incorporate a serious and intense tone to grip the listener. Ideal Skills: - Strong writing skills with experience in script writing - Demonstrated knowledge of the action-adventure genre - Ability to create engaging content for teenage audience - Experience crafting stories with a serious and intense tone Main Tasks: - Understand and integrate the unique nuances of the action-adventure genre - Craft a story that appeals specifically to teenagers - Maintain a serious and intense overall tone - Deliver a radio script that captivates and engages listeners

    $357 (Avg Bid)
    $357 Avg Bid
    18 bids

    ...by including only the valid transactions, following the specific requirements outlined below. Objective Your primary objective is to write a script that processes a series of transactions, validates them, and then mines them into a block. The output of your script should be a file named that follows a specific format. Requirements Input You are provided with a folder named mempool containing several JSON files. Each file represents a transaction that includes all necessary information for validation. Among these transactions, some are invalid. Your script should be able to discern valid transactions from invalid ones. Output Your script must generate an output file named with the following structure: First line: The block header. Second line: The seriali...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    2 bids

    I need a skilled freelancer who can create a Python script to automate tasks on a Windows platform. This project attempts to streamline various procedures, enhancing efficiency and improving productivity. Key Requirements: - Must be proficient in Python programming language. - Proficient in Windows-based application development. - Have prior experience in automation scripting. - Understanding the exact automation requirements and translating them into a script. In the proposal, please mention a brief overview of how you're planning to accomplish this task and the timeframe you require. I am looking forward to witnessing your Python prowess in action on a Windows platform.

    $94 (Avg Bid)
    $94 Avg Bid
    72 bids

    ...experienced developer to build a Pine Script Editor. My specific requirements for this tool are currently flexible but I am prioritizing professionals who hold significant experience with Pine Script. In terms of functionality provided by the script editor, I'm looking for a function that would take output from a filter using TradingView Stock Screener and apply a set of rules utilizing several SMA and key indicators to narrow my list of stock down. For freelancers interested in this task, including examples of past work - especially those relevant to pine script creation for TradinView based on moving averages - in their applications would be extremely beneficial. Required Skills and Experience: - Demonstrable experience with Pine Script - E...

    $228 (Avg Bid)
    Featured
    $228 Avg Bid
    5 bids

    I'm looking for a proficient developer to create a JavaScript script that focuses primarily on data processing. The data in question is text-based. The ideal candidate for this project should have: - Advanced skills and familiarity with JavaScript - Considerable experience in working with text data - Knowledge on various data processing methods and techniques Your main task will be to develop a script which can efficiently process different sets of text data. Further details about the project will be shared with selected candidates. Please include examples of similar projects you've done in your proposal. I need a script to organize/collect, in a CSV file, the transactions of an Injective Blockchain wallet, including date, hash, address of wallet sender ...

    $110 (Avg Bid)
    $110 Avg Bid
    84 bids

    ...support project, revolving around voice recording of promotional scripts. Here's what I'm looking for: Skills and Experience: - Strong command of the English language with a native accent. - Proficiency in voice recording and knowledge about proper voiceover techniques are a bonus, but not mandatory. - Willingness to learn and understand my product in order to create a compelling promotional script. Project Details: - The main task involves recording promotional scripts for customer support. This would be a wonderful opportunity for those with a flair for marketing and communication. - You will not have to write the scripts. They will be provided for you, all you need to bring is your voice and a keen sense of interpretation. - The project does not involve phone, l...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    15 bids

    Hello, We require a 10 Seconds Sample video of the attached script. The successful candidate would be our choice for long term collaboration for many videos to come. We recommend doing 5 seconds from the intro, and another 5 seconds from the middle. Sub-titles required

    $22 (Avg Bid)
    Guaranteed
    $22
    1 entries

    For this role, I need a professional who specializes in adding email verification scripts to API for an existing PHP saas system. The email address validation is the primary requirement. Rather than direct server connection, we will send our script to be examined and require a step-by-step guide on every action necessary to be executed. Required Skills: - Experience with API integration - Proficiency with PHP, Laravel - Excellent written communication skills for document preparation

    $22 (Avg Bid)
    $22 Avg Bid
    58 bids

    ...maps for locating recycling centres. Integration with External APIs: Google Maps API will be integrated for location services, enabling users to find nearby recycling facilities and information based on their geographic Primary features should include: • A comprehensive guide on what, how, and where to recycle various products and materials at home • A feature where users can see their local drop off points and pick up times User interaction factors like readability, simplicity, and speed are absolutely crucial for this project. I would appreciate it if you could share examples of similar projects you have worked on relating to environmental issues, organization, or lifestyle....

    $650 (Avg Bid)
    $650 Avg Bid
    206 bids

    ...in need of an application developed through VB.NET that alters both numeric and text values within a CSV file. Two columns of this file will be the primary focus, with the values changed based off settings inputted directly into the application. The app will have 2 forms, Main and Settings. On the main form, it should have a File Menu that contains Settings, About, Exit. There should be a drag/drop area and a button to upload a file. The file uploaded will be a CSV that contains the following columns ID call_id caller_id_number caller_id_name callee_id_number callee_id_name duration_seconds billing_seconds timestamp hangup_cause disposition other_leg_call_id owner_id to from direction request authorizing_id cost dialed_number calling_from datetime unix_timestamp rfc_1...

    $26 (Avg Bid)
    $26 Avg Bid
    3 bids

    ...long position, and accordingly, our SL will be above "open range high.". I would like to print out the maximum number of points until the "end time" is reached, or stop-loss. Also despite which trade is frst I want to allow for next trade to be taken as soon as exceeds the "open range". The purpose is to measure the maximum move for each trade, if one was taken "in points." I would like the script to return all the data to an Excel file. Here are my requirements: Date: 01/01/2000 "SPY" "open range" "stop loss" "target" Variables that I want to be able to customize - symbol compatible with API - time frame (1min, 10min, 1h, etc.) - time range (for example, 08:00:00–10:00:00)...

    $158 (Avg Bid)
    $158 Avg Bid
    93 bids

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { const url = 'https://eutils.ncbi.nlm.nih....isArray(abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    $18 (Avg Bid)
    $18 Avg Bid
    20 bids

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    $15 (Avg Bid)
    $15 Avg Bid
    54 bids
    Trophy icon Script Installation 2 days left

    Fertig Script installieren. Installation

    $40 (Avg Bid)
    Guaranteed
    $40
    7 entries

    ...to use more than one ingredient from the ingredients master tab. For example, if we have 50g left of Ingredient A (A1), then we will need to add x grams from a second pot (A2) so this needs to be broken down (as you can see was the case in NC002) • KAN Unique Number o Taken directly from the Ingredients Master.  We currently type this in manually but would be good if we could select it from a drop down. If the ingredient is in date, it should work. If the ingredient is not in date then it should be rejected (this acts as a safe guard to us when making it if we miss the expiry date on the pot) • In date? o At the moment this is us checking visually. But if the above point can be made automatically then we can remove this column or even have the expiry automatically app...

    $565 (Avg Bid)
    $565 Avg Bid
    76 bids

    I'm seeking a professional video editor for my YouTube videos, which are long-duration. Your responsibilities will include: - Advanced video editing, cutting and trimming my rough footage according to the indications and script I provide - Occasionally incorporating text animations into the videos - Delivering the final edited video in MP4 format Key qualifications: - Must be fluent in Spanish as the scripts and video content are in Spanish - Familiarity with editing for YouTube is a plus - Ability to interpret scripts and edit accordingly I'm looking for someone who is interested in an ongoing work relationship, outside of this platform for better collaboration. If this sounds like the opportunity for you, submit your bid. I look forward to potentially working with yo...

    $29 (Avg Bid)
    $29 Avg Bid
    32 bids

    ...image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." -> My account From the options on the left (blue letters) -> XML Settings Tab General -> Select and define ftp or email (choose the sending method) XML Fields Tab -> selection of the fields you want the xml to receive to contain, you can also change their classification by drag n' drop from the arrows on the left. Categories Tab - check the subcategories you want to receive General information: Our XML starts and builds every night and once it's updated it's sent to you in the way you've pre-defined. You can press "Send XML" to do some testing immediately but please give it some time to generate and s...

    $53 (Avg Bid)
    $53 Avg Bid
    37 bids

    ...one coin , means cannot again review for the same . 3. There is the useful button for each review so any user can press it and the most useful review will be shown on the top 4. Site owner/admin can edit or remove any review. There will be separate hidden button for the site admin for all the reviews based on date-wise and create for new exchanges. 5. There will be “cyber security certifcation “ drop down menu at the 2nd page and also about us in the last. 6. There will be standard icons for the youtube, Instagram, telegram, facebook etc in the end of the website. =============================== =================== Security requirements: - 1. Currently the website will be hosted on the hostgator with shared hosting plan. 2. The mybb forum is already bulied using th...

    $153 (Avg Bid)
    $153 Avg Bid
    89 bids

    ...image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." -> My account From the options on the left (blue letters) -> XML Settings Tab General -> Select and define ftp or email (choose the sending method) XML Fields Tab -> selection of the fields you want the xml to receive to contain, you can also change their classification by drag n' drop from the arrows on the left. Categories Tab - check the subcategories you want to receive General information: Our XML starts and builds every night and once it's updated it's sent to you in the way you've pre-defined. You can press "Send XML" to do some testing immediately but please give it some time to generate and s...

    $75 (Avg Bid)
    $75 Avg Bid
    94 bids

    I have a script with 2 function (see top picture), i need to replace with the 2 function on the bottom picture and have it install on my server It's a github script

    $110 (Avg Bid)
    $110 Avg Bid
    87 bids

    I have services on my site but would like to improve User experience and change the packages. Please be creative. Needs to be select and drag options. It needs to calculate full price in the end. Site is built with Wordpress, theme is Avada. New packages and prices are in file. I added also some examples of drag and drop. This is my domain site is in 2 language and this is needed also for packages. If all details are selected by the customer I want it to send out a form and collect also customer details: First name, Last name, Email, Phone Business name, Business Address. In the end it needs to send a client call to action task to install this plugin and to send us "Website ownership verification required, please

    $38 (Avg Bid)
    $38 Avg Bid
    99 bids

    ...should allow differentiating access and permissions for: - Administrators - Students - Teachers - Courses coordinator - Course category administrator Specific features of the software include: • Academy Levels: Supports four levels, namely foundation, elementary, final, and graduate. • Interactive Timetable: Users can add and edit schedules interactively using convenient methods such as drag-and-drop. • Sections and Courses: The system enables the addition and management of unlimited sections per level and allows courses to be assigned to them. • Events Integration: Users can add events such as meetings or special activities, which can be integrated into the timetable. • Teacher Assignment: Teachers can be assigned to specific courses or categor...

    $2444 (Avg Bid)
    $2444 Avg Bid
    271 bids

    ...some Code Canyon scripts. I did not specify which scripts for this project, giving you the flexibility to apply based on your wide-ranging experience in PHP script modification. Main Task: • Modify various Code Canyon PHP scripts as per requirement. The ideal freelancer for this job should have: Relevant Experience: • A strong track record of modifying PHP Scripts, preferably but not limited to, CodeCanyon scripts. Your application will stand out if you share specific examples of your previous work in this area. • Experience in a related industry would be a bonus. In your application kindly focus on your: • Experience with PHP and script modification. This project could lead to multiple further enhancements and modifications with the right person ...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    125 bids

    I am seeking a competent Adobe Animate artist and coder with experience in creating interactive prototypes. The project will simulate a desktop environment where the user will follow a linear path or steps in order such performing a web search, scrolling through results and clicking on a predetermined link to bring up a search page. All graphic elements will be provi...In essence, they should be well optimized to function seamlessly on both Windows and Mac operating systems. Ideal Skills: - Proficiency in Adobe Animate - Strong coding expertise - Familiarity in working with Vector graphics - Experience in creating interactive prototypes - Knowledge and experience in Windows and Mac environments. Delivery will be the Animate Project file so that we can output flash and air projec...

    $932 (Avg Bid)
    $932 Avg Bid
    44 bids

    Hi, I would like to create a script that: -uses the Soslcan API -identifies new SOL tokens -creates buy orders based on certain criteria (fdv, volume etc) and sends to wallet please tell me in general how you would go about this so i know you are suitable for the task? As the client for this project, I'm seeking a proficient coder, experienced with Python and Java, to create a system that integrates with Solscan API to provide real-time updates. The runtime for this operation is vital, with a strict two-week deadline in place. Key Requirements: - Proficiency in Python or Java programming - Prior experience with API integration, notably Solscan - Ability to deliver the project in two weeks The selected freelancer will demonstrate a solid understanding of creating real-ti...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    110 bids

    I need an experienced Pine script coder for developing my EMA (Exponential Moving Average) strategy on TradingView. The key task is to incorporate - Implementing and coding the EMA strategy I've detailed. - Ensuring the script can backtest trading data effectively. - Coding the script to generate trade signals. Furthermore, I want this script to automatically initiate and execute trades Synchronized with my broker account. This calls for a high-level experience in TradingView API and order management system. Additionally, this project requires backtesting the strategy on a mixed dataset of both specific historical and most recent market data for determining the effectiveness of the automated trading strategy. Proven expertise in backtesting trading strat...

    $98 (Avg Bid)
    $98 Avg Bid
    12 bids

    I'm seeking a skilled PCB designer to create a prototype less than 4 square inches in size. The design involves SDRAM connected with STM32H750 MCU alongside an external Quad SPI Flash and a 50 pin TFT interface. Key Aspects: - Using Altium Designer, the selected software for the design - Ensuring prototype is suitable for future development Ideal Skillset: - Proficient in Altium Designer - Understanding of SDRAM, STM32H750 MCU, Quad SPI Flash, and TFT interfaces - Experience in compact PCB design - Strong understanding of prototyping methodologies for electronics Your proposal should include a plan of how you'd approach this task, relevant past experience, and a timeline for completion. Thank you!

    $101 (Avg Bid)
    $101 Avg Bid
    11 bids

    I need a skilled developer to generate a custom Python script aimed at Yolo v8 image segmentation. I have a pretrained model and I converted it into ONNX format. Now I have to get and draw inference of it on original image. I can't use ONNX runtime or Ultralystic. Only OpenCV-Python and Numpy are available. Ideal Experience: - Familiarity with Yolo v8. - Experience in image segmentation. - Mastery in Python scripts. This is not a project, only providing python sample script, if you have one, you can earn money in a min.

    $10 (Avg Bid)
    $10 Avg Bid
    12 bids

    PLEASE READ WORD FOR WORD (DO NOT DROP A PROPOSAL BACK TO ME THAT ISN'T PERSONALISED) Looking for a software/app developer to create a simple conversation style chat simulator by using A.I. All text will be provided by me, the app would need to have : - The ability to create new users (and to delete them) - Be able to load up a conversation chat bot, where the user would be able to form a conversation (Based around affiliate marketing/make money online) with an A.I bot. Wont be paying anymore than $4,000 AUD for the app itself, and above at the max price I have put down. Thanks.

    $1669 (Avg Bid)
    $1669 Avg Bid
    166 bids

    ...creator of a start-up venture, I need a seasoned Flask developer to create a sophisticated page builder with functionalities I can quickly and conveniently manage. Key requirements of note: - Page builder should have a drag and drop feature. - Drag and drop feature should support advanced elements, particularly forms and maps. - The page builder should integrate with databases, as well as e-commerce systems. Ideal Skills and Experience: - Proficiency in Flask, a python-based micro web framework is imperative for this job. - Experience with developing drag and drop user interfaces. - Familiarity with advanced UI components like forms and maps. - Proven track record with integrating systems with databases and e-commerce platforms. I am ...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    21 bids

    Project Overview: We've already implemented a functional cookie consent banner with a script that manages cookie setting (setCookie, readCookie), consent selection (setCookieConsent), and banner behavior (checkbox initialization etc.). We need your expertise to integrate Google Tag Manager (GTM) with this existing script. We need conditional firing of a Google Analytics 4 (GA4) tag based on user consent selections (e.g., "Statistical" consent). I want these consent states to be managed correctly: ad_storage analytics_storage ad_user_data ad_personalization _personalization_storage functionality_storage security_storage and make settings adjusted for google v2 compilance. In your bid please write in short, what is new in Google v2 management. Bid only if yo...

    $20 (Avg Bid)
    $20 Avg Bid
    27 bids

    I'm looking for a motivated and meticulous professional who can successfully convert 5-6 pages of an old paperwork, handwritten in English, into typed text. Key Requirements: - You should have excellent English proficiency to understand and interpret the handwriting, which is difficult to read in some places. - Proven experience in transcription tasks is greatly valued. - You should have strong attention to detail and the ability to accurately transcribe verbatim. In your proposal, please share a brief summary of your experience, along with any similar transcription projects you've completed.

    $33 (Avg Bid)
    $33 Avg Bid
    7 bids

    ...portfolio boasting over 35 SaaS applications, I’m in search of a robust SaaS affiliate management script to streamline my affiliate program operations. My goal is to create a centralized platform where I can showcase all my applications and invite affiliates to join and promote my offerings effortlessly. Ideally, I’m looking for a script on codecanyon or any other similar marketplace that requires minimal customization, allowing me to quickly integrate it into my existing infrastructure. It should offer comprehensive features for both vendors and affiliates, ensuring seamless collaboration and effective promotion of my SaaS products. If you have any recommendations or suggestions for a suitable script available on CodeCanyon, I would greatly apprec...

    $147 (Avg Bid)
    $147 Avg Bid
    19 bids

    I am in need of a proficient developer who can build a REST API for a Python script to facilitate integration with another internal application, primarily written in PHP. Key requirements include: 1. API Development Expertise - You should have strong working knowledge of Python and PHP and substantial experience in REST API development. 2. Integration Knowledge - A clear understanding of how internal system integration works. 3. Problem-solving Abilities - The capacity to troubleshoot, spot issues, and provide quick, effective solutions should any problems around integration arise. This role is suited to anyone who thrives in challenges and is excited to make existing systems more efficient via integration. If you're the kind of developer that loves a good puzzle, I'd ...

    $32 (Avg Bid)
    $32 Avg Bid
    11 bids

    Hello, I Search CPA network script a PHP for example (site is not reachable down operator) new or used Please offer everything pay immediately

    $447 (Avg Bid)
    $447 Avg Bid
    57 bids

    Copy and paste on the main screen a function that is in the same file, only within a drop-down menu, whoever wants to do it must do it on the spot, I send them the file, they do it and they return it to me, easy and fast without any hassles. .

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    78 bids

    Copy and paste on the main screen a function that is in the same file, only within a drop-down menu, whoever wants to do it must do it on the spot, I send them the file, they do it and they return it to me, easy and fast without any hassles. .

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    84 bids

    Script Feature: - Login to a list of SSH servers by domain or IP (from text file) - Use a set of usernames + password (can be multiple passwords) to login to the servers. - Run Bash Script on the connected server (which comes from a txt file on the server running the script, not on the connected to server) - Timeout if SSH server did not answer. - Display results at the end of a run (show which servers the script did not run because of errors). Login simultaneously to all available ssh servers. Not server by server.

    $29 (Avg Bid)
    $29 Avg Bid
    19 bids

    File attached i need to add three-diver pattern to this code harmonic pine script ASAP type - 332211 Low price will award

    $120 (Avg Bid)
    $120 Avg Bid
    64 bids

    I am on the lookout for a talented freelancer with a deep understanding of Laravel and API integration, specifically with Betsapi. Key project requirements include: - Data synchronization between my Laravel betting script and Betsapi. - Implementing odds display from Betsapi onto my platform. - Enabling event creation features driven by Betsapi data. A standout candidate will streamline this process while preserving the full functionality and integrity of our betting script, and ensure automated live updates from Betsapi. Critical skills and experience: - Proficiency in Laravel - Broad knowledge in API integration - Familiarity with Betsapi or similar odds provider platforms If you have substantial experience integrating APIs into Laravel scripts, especially within be...

    $1155 (Avg Bid)
    $1155 Avg Bid
    138 bids

    I will make a script 'SuperTrend AI v2.1', as detailed in this document:

    $75 (Avg Bid)
    $75 Avg Bid
    1 bids

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    $29 (Avg Bid)
    $29 Avg Bid
    20 bids

    Looking for a freelancer who can assist me with Google Apps Script. The exact tasks and functionality are yet to be finalized. However, the complexity of the project may involve automating processes and of creating custom Spreadsheets from a previews Spreadsheets by looking for a specific columns that has a value of over 3 and put that into a new spreadsheet. Also varius other condition that I can expose when we agree in the project. Ideal Skills and Experience: - Proficiency in JavaScript - Expertise in Google Apps Script - Google Sheets Here is a small example of a code that needs to be put together and add more function and conditions to it to it: function checkValuesInColumnG() { var sheet = ().getActiveSheet(); var valueInG8 = ("G8")

    $122 (Avg Bid)
    $122 Avg Bid
    74 bids

    I wrote a Java program that I want to sell to users. I want to make sure that no one can reverse-engineer the byte codes ...can reverse-engineer the byte codes to recover my source code. I am aware of the concept of obfuscation, but I have no experience with specific obfuscators. I'm looking for someone with experience using obfuscators. I want you to: 1) Recommend an obfuscator. 2) Explain why you recommend that obfuscator and no other. 3) Show me how to download and install that obfuscator. 4) Create a UNIX shell script which applies that obfuscator to my Java program. This is a fixed price contract. The total value is $250.00 USD, which will be paid upon successful completion of the steps above. Please do not apply for this project unless you have already done this at lea...

    $113 (Avg Bid)
    $113 Avg Bid
    30 bids

    I'm looking for an experienced Laravel developer to assist in installing and setting up a codecanyon Laravel script on a DigitalOcean server droplets and cloudflare dns for subdomains as theres the main site frontend, backend, admin please see the link for the docs script docs are here script uses laravel backend along with NodeJS NextJS ReactJS

    $183 (Avg Bid)
    $183 Avg Bid
    100 bids

    I want a developer to come up with a script that is capable of pulling out the data from the new pairs latest tokens from the dex screener website and giving me an update in my discord channel when ever it finds a relevent coin , the filters of the coin should be age of the coin < 5 mins , liquitity > 5k$ .the bot will be running on an ubuntu server so i want it to be updated and the bot should also ping the discord channel with the relevent token details.

    $345 (Avg Bid)
    $345 Avg Bid
    8 bids
    ReactJs-Task 8 days left

    I have created one todo-list with the Priority and the Drag-and Drop feature as per the client requirment.

    $50 / hr (Avg Bid)
    $50 / hr Avg Bid
    1 bids

    I am seeking a voiceover artist who can bring energy and dynamism to a 60-minute YouTube documentary. The artist will need to have experience in creating engaging and lively narrations. It is crucial that the chosen ...lively narrations. It is crucial that the chosen candidate can capture the viewer's attention throughout the entire duration of the documentary. Ideal Skills/Experience: - Experience in voice-over work for long-form content - Ability to deliver a lively and energetic tone of voice - Experience in narrating documentaries is a significant plus - Strong communication skills and ability to interpret script requirements Please provide samples of your work, specifically any similar projects you’ve done in the past. Your expertise will be invaluable to the succe...

    $137 (Avg Bid)
    $137 Avg Bid
    29 bids

    ...user-friendly three side interface Admin 1. Questions management eg. bulk upload,create,correction etc 2. User management eg. teacher /student data allow reject 3. Test management 4. Payment PayPal as the primary payment gateway Teacher 5. Questions - eg. bulk upload, create,correction etc 6. Institute - Name address, watermark,instruction for tes 7. Students- list aprove/reject 8. Test a. Create test b. Drop dwon => Exam- Class- Subject- Chapter selection With number of questions(Random,Academic,competitive,IIT,NEET,etc) c. @ PDF , Two paragraphs, Watermark d. @ Online share 9. Upload notes 10. Upload video links Student 11. Test - all tests of teacher he will ask to join and join after aprove 12. Result -all taken test 13. Video- all video of teacher 14. Notes- all notes of ...

    $335 (Avg Bid)
    $335 Avg Bid
    52 bids