Flash template control panel admin jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 flash template control panel admin jobs found, pricing in USD

    We are building a financial application whereas you can put money hence our A...Integrity person 5. No agency, only direct hiring ------ I'm looking for a skilled DevOps professional who can help in maintaining my server code. As the DevOps server code maintainer for this project, you will be responsible for: - Server Configuration and Setup: Ensuring the smooth operation of our Linux Debian SSH server. - Code Deployment and Version Control: Managing our PHP and SQL code deployments, including version control. - Monitoring and Troubleshooting: Monitoring the server's performance, and troubleshooting any issues that may arise. The ideal candidate should have experience with PHP, SQL, Linux Debian SSH, and possess sufficient DevOps expertise to effectively mainta...

    $28 (Avg Bid)
    $28 Avg Bid
    17 bids

    I'm looking for a meticulous freelancer to retype my scanned documents into Microsoft Word. The documents contain both images and graphics which also need to be included in the Word file. Key requirements: - Retype scanned documents into Microsoft Word - Include all images and graphics in the Word file Formatting: - I need the final Word file to adhere to a specific template which I will provide Ideal Freelancer: - Proficient in Microsoft Word - Attention to detail and accuracy - Experience with file conversion and manipulation - Ability to follow provided templates for document formatting

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

    ...new project in the e-commerce space. Ideal Skills and Experience: - Proficiency in PHP and CodeIgniter framework - Previous experience in e-commerce platform development - Strong understanding of front-end technologies, such as jQuery, JavaScript, HTML5, and CSS3 - Knowledge of MySQL and other relational databases - Familiarity with RESTful APIs and Web Services - Ability to work with version control systems like Git The primary goal of the project is to create a robust, scalable, and user-friendly e-commerce platform. The platform should be able to handle a large number of products, facilitate smooth transactions, provide a secure payment gateway, and have a user-friendly interface. A key part of the role will be to ensure the system is built with scalability and maintainabili...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    35 bids

    I urgently need an expert to find Gportals Private API to create plugins for the Console Rust game. The main goal is to develop a custom administration panel, automate server management tasks, and enable integration with other applications. Despite skipping the specific functionalities for the plugins, flexibility and versatility should be core in their design. The completion of this project is time-sensitive, thus immediate engagement is appreciated. Skills and Experience: - Experience with Gportals Private API - Proficiency in console game plugin development - Knowledge of server management automation - Demonstrable successful projects in similar tasks.

    $124 (Avg Bid)
    $124 Avg Bid
    38 bids

    I need an electronic hydrometer to measu...undercharging. Key Features: - The hydrometer should have a standard accuracy of ±0.01. This level of precision is essential to correctly assess the battery health and predict any potential issues. - The data collected from the hydrometer needs to be available through a web interface. This online access will allow me to monitor multiple batteries from a central location, offering more convenience and control. Ideal Skills and Experience: - Experience in designing and developing electronic hydrometers or similar IoT devices. - Proficiency in interfacing such devices with microcontrollers. - Data should be passed to serial port of controller - Understanding of battery health and the importance of specific gravity measurements in lead...

    $288 (Avg Bid)
    $288 Avg Bid
    5 bids

    ...recruit volunteers. TEMPLATE - purchased COPY - completed PICTURES - available THUMBNAILS - being completed GOAL - for the one-page site to look & function exactly like the template TIMELINE - it time line is missed, contract is cancelled HOURS - we meet multiple times a day for 5-minute sprint meetings during US hours; if you're not available during US business hours, please do not apply Key features to be included on the page: - Detailed information about my background as a candidate - Clear campaign goals and objectives for potential supporters - A volunteer registration form to capture interested parties - Information on voting dates - An overview of the role I'm running for The design for the landing page has already been taken care of, with...

    $131 (Avg Bid)
    $131 Avg Bid
    52 bids

    I am looking for a programmer with previous experience in building a Group Buy SEO Panel with the following tools, with the possibility of adding tools later. semrush freepik envato elements Motion Array pacdora with the following download limits: freepik 25 files /day envato elements 30/day Motion Array 30 /day pacdora 30/day I do not want a page specifically for payments, but in return I want a section at admin dashboard to generate activation keys for each service. I will sell these keys, and once the customer obtains an activation key for a service, he will paste it in a specific place on user dashboard and click on the word Activate, and the service associated with this key will be activated. Please send a previous project you work on

    $468 (Avg Bid)
    $468 Avg Bid
    72 bids

    I am looking for a skilled developer to design a hybrid travel booking mobile application, complete with a web-based admin panel using modern technologies. The core feature of the app is travel package booking. Technology will be NodeJs/Flutter/React Native/Firebase ONLY Key Features: - Travel Package Booking aimed at solo travelers and families. - Search feature to search for destination - Provide detailed information about the package (including directions) - Wallet system for cash management (only to manage refunds) - accounting history - Vendor payment - Booking/cancellation/notifications/feedback The admin panel should include: - User management - Data uploading for treks - Payment management - app configurations I have more details to share with t...

    $860 (Avg Bid)
    $860 Avg Bid
    62 bids

    I'm in ...to facilitate server management. Here's a bit more detail on the tasks: - Setup Webmin: The primary task here is installing and configuring Webmin. It should be set up properly and securely to ensure that the server can be effectively managed through the panel. - Additional Server Tasks: Other tasks might include firewall configuration and VPS setup. These tasks are important to ensure the server is secure and running properly. Ideal candidates for this role should have: - Proficiency in Ubuntu server setup - Experience with server panel software, specifically Webmin - Strong understanding of server security - Capability to manage additional server tasks like firewall configuration and DNS setup Please share your relevant experience, and feel free to as...

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

    I need a proficient PHP developer to address an integration issue I'm experiencing with the Ccavenue payment gateway on my website. Key Tasks: - Resolve the integration issue occurring at a specific ...issue I'm experiencing with the Ccavenue payment gateway on my website. Key Tasks: - Resolve the integration issue occurring at a specific stage of the payment process. - Implement the necessary changes to ensure the payment gateway functions seamlessly. - Integrate a new control panel in the admin panel. Ideal Skills and Experience: - Strong command of PHP, particularly in relation to payment gateway integration. - Previous experience with Ccavenue payment gateway is highly preferred. - Proficiency in admin panel development. - A...

    $22 (Avg Bid)
    $22 Avg Bid
    13 bids

    I am looking for a person who can build my USDT/BTC flash application

    $657 (Avg Bid)
    $657 Avg Bid
    11 bids

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    $18 (Avg Bid)
    $18 Avg Bid
    7 bids

    ...also enhance my company's efficiency by focusing on: - Cleaning products: Suggesting green cleaning products is a major objective. - Energy conservation: Developing strategies to reduce energy consumption during cleaning. - Quality control: Introducing high-performance cleaning standards and methods. - Cleaning equipment: Providing advice on eco-friendly cleaning equipment. -Handling and storage of cleaning chemicals -Effective Cleaning: Inside the building that consists of hardwood floors, carpet cleaning, restrooms, classrooms, offices, gym, etc. -Quality control and audit weekly to ensure employees are using the correct cleaning method -Standard operational procedural Ideal candidates should have experience in commercial cleaning operations, green practices, and...

    $30 - $250
    $30 - $250
    0 bids

    I'm in need of many skilled freelancers based in Udupi, who can assist me with various projects. The main goal is to support me in various projects and build a strong company. Key Requirements: - Skilled in particular areas like web-development, Flutter, content creation, UI/UX etc. - Able to work out of home or co-working space - Able to provide long term commitment to projects I am building a panel of freelancers in Udupi to work out of my co-working space, who can support me in client projects as well as my own projects. I would also like to build a set of talent pool out of Udupi to cater to the local as well as global audience.

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    13 bids

    I am in need of a skilled individual who can create a robust and highly functional ERP system for me. This system should encompass: - Inventory Management - Sales and Purchase Management - Human Resources Management In addition to the above, I also require the system to handle Manufacturing Management, with a focus on: - Production planning and scheduling - Inventory control - Quality assurance The ideal candidate for this project will have extensive experience in system development and a comprehensive understanding of ERP systems. You should be familiar with all the mentioned functionalities and able to deliver high-quality results. Kindly note that im looking for some in Riyadh KSA

    $50583 (Avg Bid)
    $50583 Avg Bid
    30 bids

    ...Word for a particular job. The task requires fixing issues related to page numbering and the table of contents in my document. Here's what you need to do: - The documents appear to have page numbering inconsistencies which require correction. - The table of contents needs to be arranged with numerical page numbers. It is worth noting that the document does not follow any specific style guide or template. So, a general understanding of Microsoft Word formatting rules is necessary. Ideal candidates should have: - Mastery in Microsoft Word - Experience in troubleshooting and fixing Word formatting issues - Understanding of different formatting styles (although the work does not require adherence to a specific style guide) This is a quick fix for the experienced, so I expect...

    $18 / hr (Avg Bid)
    Urgent
    $18 / hr Avg Bid
    52 bids

    We are seeking an experie...are seeking an experienced skilled Raspberry Pi developer for an exciting machine workflow using Raspberry Pi and servo motors. The project involves developing software for control, and integrating the Modbus TCP/IP protocol. The successful candidate will demonstrate expertise in Python programming, servo control, and Modbus communication. Phase 1: Set up the Raspberry Pi 4b to control servo motors and configuring communication with the Panasonic Minas Driver and Panasonic Servo Motor. Install Modbus server software and develop custom Python scripts for Modbus communication and servo motor control. Phase 2: Control Iron Core Linear motors and configuring communication with the Mitsubishi Driver . This can turn into a long...

    $71 (Avg Bid)
    $71 Avg Bid
    23 bids
    Python Data Analysis File Fix 6 days left
    VERIFIED

    I have a Python file that was running fine last night for data analysis purposes. However, after trying to upload the '' file to GitHub, I encountered an error...work around the file size limitations of GitHub. Key requirements include: - Identifying and resolving the issue causing the Python file not to run - Storing the '' file on an external service and adjusting the Python code to access it from there Ideal Skills and Experience: - Proficiency in Python - Experience with data analysis and handling large datasets - Familiarity with version control, specifically using GitHub - Ability to troubleshoot and resolve file size issues - Understanding of linking external services with Python code Please bid with your proposed solution and timeline for completing th...

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

    Objective of the pr...generates high-quality content related to beauty, cosmetics, skin and hair products, and makeup. This system must: Collect content from various sources (URL, RSS, XML) configurable by a Super User. Filter and process such content using artificial intelligence (AI) to improve it. Automatically publish enhanced content to a WordPress blog and various social networks. Provide an intuitive administration panel for managing system sources and configurations. Technologies and Tools Used Backend: Django Frontend: React Database: MySQL or PostgreSQL Monitoring: Prometheus and Grafana Containers and Orchestration: Docker and Kubernetes This project is already validated by AI tools to correct errors in the part described in the technical document, so the development is...

    $33 - $272
    Sealed
    $33 - $272
    9 bids

    I am looking for a web designer to create a professional and user-friendly website that will cater to individual car owners. The primary goal of the website is to display our services and provide contact information for potential customers. Key Features: - Display services: You'll need to design a layout that elegantly showcases the various services ...management platform, like WordPress or others you are comfortable with. If you use any premium plugins that require purchase, you must advise, And of course SEO must be a crucial item on the list. our Facebook to get a feel for the business, what we do and obtain photos you may use on the website. If you submit an already available generic template from the web, you will be rejected.

    $635 (Avg Bid)
    Guaranteed
    $635
    89 entries

    I'm seeking a expert to seamlessly integrate the Gemini API within my existing app. This integration needs to facilitate real-t...for a company in the Banking sector located in Puerto Rico, the company has a cloud the client by indicating first what the top 5 security risks they are exposed to when using the cloud, second a brief description of the consequences would be if they do not mitigate each risks, third a recommendation summarized in 2 lines to mitigate each risk, fourth include NIST Framework control with its title, fifth provide real-life example in this industry of this year and last year. Provide the output in json array format.) If you're an expert developer who can handle this task efficiently and effectively, I'd love to hear from you.

    $230 (Avg Bid)
    $230 Avg Bid
    13 bids

    We are looking for a talented PHP La...Proficiency in PHP, Laravel, MySQL, HTML, CSS, JavaScript, and related technologies. Strong understanding and experience in user management systems, role and permission setups, and user profile management. Previous experience with payment gateway integration. Prior work with social media sharing feature implementations. Ability to dedicate full-time to the project is crucial. Familiarity with version control systems (e.g., Git). Strong problem-solving skills and attention to detail. Ability to work independently and as part of a team. Excellent communication and collaboration skills. Preferred Skills: Experience with frontend frameworks like Vue.js or React. Knowledge of API integrations and payment gateways. Familiarity with DevOps practices ...

    $586 (Avg Bid)
    $586 Avg Bid
    221 bids

    ...Key Aspects for MongoDB Schema Design Review: - **Naming Conventions**: Ensure the names of collections and fields align with established conventions. - **Data Types**: Verify that the data types are correctly assigned and appropriate for each field. - **Indexing**: Check if indexes are set up and utilized effectively. Security Measures and CIS Benchmark Review: - **Authentication and Access Control**: Validate that the authentication mechanisms and access controls are properly implemented. - **Encryption and Data Protection**: Review the existing encryption measures and data protection strategies. - **Auditing and Logging**: Ensure that all actions are being adequately logged and audited. Specific Goals for the Review: - **Enhance Security**: Suggest enhancements to the curren...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    8 bids

    I am using the ShopWired ecommerce platform and am using the Themia theme You can see the Themia theme on their demo website at I need a coder to create for me a new SCSS file in the theme files which i will use to control the colours of every single available element on every single page So you will need to go through the entire website, and for every single element you will need to identify and create/add the selector and existing colour These selectors must be defined with minimal specificity locate the necessary selectors for every single element and I estimate that this will be around 1,000 individual selectors/selector groups Everything will be thoroughly tested after completion so everything must work 100% correctly The file must

    $445 (Avg Bid)
    $445 Avg Bid
    36 bids

    I am in need of a skilled Machine Learning Developer who can help me build a causal model. I have a specific dataset that I would like to use for building the mod...between these variables. Key Responsibilities: - Utilize the provided dataset to develop a causal model - Ensure that the model is capable of effectively illustrating relationships between variables - Optimize the model for performance Ideal Candidate: - Proficient in Machine Learning and Python - Experience with building causal models - must have worked on techniques like robust synthetic control, dowhy, econml, trigamite, DECI and other double ML/causal techniques - Strong analytical and problem-solving skills - Ability to work with moderate to complex datasets - Strong understanding of relationship modeling in da...

    $71 (Avg Bid)
    $71 Avg Bid
    16 bids

    I need a professional developer to assist with creating a Shopify template. The design is based on a Magento template from my another shop. Key requirements for this project include: - Creating a Shopify template that closely mirrors the design of an existing Magento template, incl. graphics and layout I am looking for someone with the following skills: - Proficient in Shopify and Magento, with the ability to translate designs between the two platforms

    $180 (Avg Bid)
    $180 Avg Bid
    127 bids

    I'm looking for a skilled UX/UI designer with experience in creating designs for websites, mobile sites, Android & iOS apps, and admin panels. The main objective of this project is to design interfaces for a car dealers service. **Key Aspects of the Project:** - **Platform:** The design needs to be compatible with the website, mobile site, and apps for both Android and iOS. - **Purpose:** The primary goal of the website, mobile site, and apps is to serve as a platform for car dealers, focusing on internal services for used car dealers. - **Specific Features:** The design should include features for vehicle inventory management, online booking for service appointments, and test drive scheduling. Ideal candidates for this project should have: - Proven experience in ...

    $404 (Avg Bid)
    $404 Avg Bid
    43 bids

    We are seeking an experienced freelancer to set up a Node.js application on our web hosting service, ensuring it runs correctly and is accessible via a custom domain. Hosting Environment: - Web hosting service: - Custom domain: - Node.js Manager is accessible through the hosting control panel. Task Requirements: - Configure the hosting environment to run a Node.js application. - Upload and set up a simple Node.js script that responds with a fixed message for any route. - Ensure the application is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should

    $49 (Avg Bid)
    $49 Avg Bid
    35 bids

    ...for Game Bookings) The table looks like this image, so you will have to use case insensitive SQL to find the `11_bkntc_services` WHERE name is PARTIALLY equal to the "Projects name" (2nd Image) as I have multiple actual games per "Project" The WP page in question is Https:// The "Book Now" button uses the code in the image below found in this file: wp-content/themes/gamico/template-parts/project/ to show the Booknetic category based on the game. ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Ideal skills for this project: - Strong experience with WordPress, particularly in taxonomy management. - Understanding of how to set up and link

    $26 (Avg Bid)
    $26 Avg Bid
    9 bids

    I am on the lookout for a motivated and knowledgeable salesperson who ca...push our solar panels into the residential and commercial market spaces. Key Responsibilities: - Selling solar panels to both home and business owners. - Showcase these products in a physical storefront. The Ideal Candidate: - Experience in selling solar panels. - Has an understanding of Monocrystalline, Polycrystalline, and Thin-Film panels, even though we don't have a specific type of solar panel to sell yet; being able to explain the difference to potential buyers is crucial. - Proven track record of sales results in the energy sector. - Extremely personable and able to build relationships with all types of customers. Are you ready to help others make a switch to renewable energy? I can't wa...

    $138 (Avg Bid)
    $138 Avg Bid
    14 bids

    I'm lo...for subscriptions - Integration with Bigbluebutton tool - Payment options through Stripe Connect, Google and Apple Pay, among other methods - Calendar synchronization with Google and Apple. For Tutors (as a minimum): - Functionality to create and manage profiles - Ability to set availability and schedule - Receive tutoring session bookings - Opt in for subscription for repeated lessons. For Admin (as minimum): -Dashboard -payout Ideal freelancers for this project will be proficient in not only the development of digital marketplaces but also in integrating third-party tools such as Bigbluebutton, Stripe Connect, and Google/Apple API's for payment and comllex calendaring functions & integration, & GeoGebra. The project will be: Website (with future exp...

    $1265 (Avg Bid)
    $1265 Avg Bid
    95 bids
    Flash usdt or btc 5 days left
    VERIFIED

    I'm seeking a skilled developer to create a BTC USDT flash application. The cryptos must show logo and valué on any wallet. Need to be transferible to any exchange wallet. Need to be kept on the wallet forever (negociable) and very important need to be tested to seal the deal.

    $1073 (Avg Bid)
    $1073 Avg Bid
    11 bids

    I need a skilled C# Winform .NET developer to protect my application using obfuscation techniques. The goal is to prevent reverse engineering and ensure the highest level of security. Key Requirements: - Implement Basic name mangling, Control flow obfuscation, and String encryption for the application. Ideal Skills and Experience: - Strong proficiency in C# and .NET framework - Prior experience with implementing obfuscation techniques - Knowledge of application security best practices This project is a great opportunity for a developer with a keen interest in application protection.

    $150 (Avg Bid)
    $150 Avg Bid
    27 bids
    Salesforce Admin 5 days left
    VERIFIED

    I am an experienced Pick Basic software programmer with many years of experience in the field. I am passionate about expanding my skill set and delving into new technologies. Currently, I am eager to learn Salesforce and gain practical experience in this area. I am seeking a mentor or a client who is willing to guide me through a Salesforce project, providing me with the opportunity to learn and grow while contributing to their project's success. While I may have limited experience with Salesforce at the moment, I am dedicated, motivated, and quick to learn. Here's what I bring to the table: Extensive experience in Pick Basic programming and software development. Strong problem-solving skills and attention to detail. A proactive and enthusiastic attitude towards learning new t...

    $114 (Avg Bid)
    $114 Avg Bid
    11 bids

    I'm seeking a skilled individual to assist with a multi-machine power system dynamics analysis and control. The primary goal of this project is to optimize power flow efficiency. Key Requirements: - Proficiency in power systems dynamics and control analysis - Experience with multi-machine systems - Ability to optimize for voltage levels Your responsibilities will include: - Conducting power system dynamics analysis - Implementing control measures to optimize power flow efficiency - Focusing on voltage levels optimization Ideal candidates should have a strong background in power systems, and be able to work on a multi-machine system. This project will require a good understanding of power flow and voltage levels in order to maximize the efficiency of the system...

    $25 (Avg Bid)
    $25 Avg Bid
    3 bids

    I am using the ShopWired ecommerce platform and am using the Themia theme You can see the Themia theme on their demo website at I need a coder to create for me a new SCSS file in the theme files which i will use to control the colours of every single available element on every single page So you will need to go through the entire website, and for every single element you will need to identify and create/add the selector and existing colour These selectors must be defined with minimal specificity locate the necessary selectors for every single element and I estimate that this will be around 1,000 individual selectors/selector groups Everything will be thoroughly tested after completion so everything must work 100% correctly The file must

    $453 (Avg Bid)
    $453 Avg Bid
    67 bids

    Develop schematics, PCB and firmware for a compact NFC reader. The suggested RFID controller is PN7160. Microcontroller - STM32 0) Two boards - antenna and the main board. The antenna diameter is 15mm with a hole in the center 4-5mm. The main board is 14mm in width and length is 35mm or less. 1) The reader must read and write password-protected memory blocks in Mifare Classic cards. 2) The reader keeps the password for the RFID cards as a hard-coded constant. 3) The reader has an 4-byte reader ID stored in its EEPROM memory. 4) The RGB LED on the edge of the main board, whose location matches the hole in the antenna. RGB LEDs are connected to the PWM pins of the controller. 5) A waterproof (if possible) speaker must be on the opposite edge of the main board, closer to one side to leave sp...

    $521 (Avg Bid)
    $521 Avg Bid
    27 bids
    LMS Redesign 5 days left

    here are SOME fixes needed for WP LMS: 1. UI and UX redesign (we can buy design if needed) 2. user register, they receive confirmation; user register, admin receive confirmation 3. user make payment, user and admin receive confirmation 4. course allocation after registration 5. user can sign-up for webinar; flat fee for webinar is $7. Link to Google Meet and Google Classroom 6. grade book function and Progress Tracking; recommend customized programme (if possible) 7. Flat price of $7 per month. 8. Take a test and get feedback ($7) 9. Registered students can Make appointment for (1 hour consultation) 11. Process in place to create new courses (with text, pictures, video and quiz) – and show new courses on Front Page 12. Personal info should be kept safe and private &nda...

    $186 (Avg Bid)
    $186 Avg Bid
    73 bids
    Email Template Creation 5 days left
    VERIFIED

    I'm looking for an experienced professional to create a visually appealing email template. The template will be used on my domain-based email account for an email campaign aimed at increasing product sales. Key requirements: - Creation of a visually appealing, professional and engaging email template. - Ensuring the template is compatible. - A well-designed layout that can effectively deliver our sales-focused message. - Understanding of email marketing best practices, i.e., user-friendly design, call-to-action placement, etc. Targeted Customers: Entrepreneurs, Company Owners, Founders, Investors, Rich People, Executives and Directors, Research Professors Message to be delivered: We are offering Product Design & Development Service. Now, we need to s...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    12 bids

    ...explosion on a construction-grade concrete wall. This is a controlled explosion, purposefully aiming to result in the deflection of rebar. The key aspects of this project are: * Planning and control: The task requires careful planning and execution to achieve the desired outcome. * Risk management: Knowledge of risk management is crucial due to the inherent risks involved in any kind of explosion. Previous experience in a similar role would be valuable. Knowledge of construction-grade materials, especially concrete and rebar, is highly beneficial. Attention to safety, a strong understanding of control mechanisms, and expertise in risk assessment and management are pivotal for this job....

    $81 (Avg Bid)
    $81 Avg Bid
    18 bids
    Web UX/UI Enhancement 5 days left
    VERIFIED

    ...supportive team environment ● Market competitive salary PiipAii a software company and we want you to help us find bugs in our software (in the app and on the website). We provide a Human Resource management suite for our customers to help them manage their business. Think of a CRM but built from people management prospective. We are looking for a person who can help us find bugs in our web application panel as well as our apps....

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    143 bids

    I'm looking for a skilled coder to program a robot using Microbit Makecode and Parralax servo. The goal is for the robot to navigate through a fixed blueprint maze without the use of sensors. Key Tasks: - Coding the robot to follow a fixed maze blueprint - Implementing line following, obstacle avoidance, and remote control functionalities Ideal freelancer candidates should: - Have in-depth experience with Microbit Makecode and Parralax servo - Demonstrate ability to create complex movement patterns within strict parameters - Provide past work examples showcasing similar tasks This project requires meticulous attention to detail to effectively program a robot that can independently navigate a preset labyrinth. Your expertise in this specific coding language and hardware will...

    $161 (Avg Bid)
    $161 Avg Bid
    8 bids

    I'm looking for someone to complete a task with Canva. Producing eBooks. I've already created template and cover for several ebooks, it takes me too much time to move the text from the word document so that’s the job. Ideal Skills and Experience: - Proficiency with Canva - Experience in ebook design - Strong attention to detail This task is straightforward and would suit someone who has experience working on similar projects. Images show the details and example. Looking forward to hearing from you. Jake

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    29 bids

    (admin please note I do not want this to be a recruiter project) Hello Freelancers! Please write the answer to this question at the top of bid "what is the capital of Australia?" Hello, I'm looking for people who can provide similarity detection services in relation to content (writing). I am ok to pay $1usd or less per one similarity detection service. If you have access to similarity detection services, please write in the bid which similar detection services you have access to. I'm mainly looking for access to services that start with the four letter Turn.... Please write "I have access to a similarity detection service starting with T" at the end of bid. I’m especially looking for persons who have a similarity detection service starting ...

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    13 bids

    I need an expert to design a professional, payslip PDF template that's efficient for printing specific income data. The PDF should feature text fields for: - Name and Surname - dates - hourly wages - other income data Ideal freelancer should have: - Proficiency in Adobe Acrobat or similar PDF software - Strong graphic design skills - Experience in form design and data privacy consideration This project requires quick turn around without compromising of quality, please bid if you're up to the task.

    $62 (Avg Bid)
    $62 Avg Bid
    46 bids

    ...multiple batches for different subjects or courses. - Video Lecture Upload: I should be able to upload video lectures for students to watch online. - PDF Upload: I should be able to upload PDF files for students to view or download. - Test/Quiz Management: I need a feature where I can create and manage online tests or quizzes for the students. In addition, the website should have stringent access control measures. Specifically, the following measures need to be implemented: - Password Protection: The website should require a password for users to access the content. - User Login and Registration: Students should have to create an account on the website to access the course content. - Restrict Access to Specific Batches: The website should allow me to restrict access to specific...

    $28 (Avg Bid)
    $28 Avg Bid
    8 bids

    I'm in need of a professional who can convert both scanned documents...ideal candidate will have the following skills and experience: - Proficient with MS office - Expert in handling MS Excel - Ability to follow a specific Excel template provided - Attention to detail to ensure accurate data entry ***The task is very simple and just requires attention to detail. I need mainly 4 Data Rows: 1. Date 2. Payor/Payee 3. Amount 4. Short Description of Transaction (if given in the doc) Please message me to talk about the project and the realistic bid price per Job. Your responsibility would be to ensure that the scanned files and photos are accurately reflected in the Excel sheet based on the provided template. The quality and accuracy of the data is crucial, so attentio...

    $20 (Avg Bid)
    $20 Avg Bid
    149 bids
    Website Scraping for Research 5 days left
    VERIFIED

    I am looking for a web-scraping expert to retrieve both images and text from a specific website for research purposes. The text data will need to be structured and saved in a CSV file, including paths to saved images. Key details to consider: - Knowledge of web scraping tools and techniques is essential to accomplish this task. - Quality control to ensure accurate data extraction and image quality is critical. - Structure page information and freeform descriptions should be made available in a CSV file. - The images should be saved in their original resolution and quality settings. Please provide any relevant experience you have in web scraping, including free and paid services you have used before to help with your work. I would like the project to be completed in the next wee...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    70 bids

    I'm seeking a professional writer to help me with a reflective report for my recent internship in Business Administration. This report will be focused on my experience in data entry and analysis during the internship. Key tasks: - Compile a structured account of my learning experience and growth in the context of data entry and analysis. - Reflect on the practical applications of this experience within a business administration setting. - Clearly articulate the lessons learned, skills developed, and improvements made during the course of the internship. Ideal freelancer should have: - Proven experience in report writing, particularly on reflective pieces. - Understanding and experience in the field of Business Administration. - Ability to translate practical experience in data ...

    $90 (Avg Bid)
    $90 Avg Bid
    53 bids

    I need a Laravel developer to create a simple, yet effective admin dashboard with user authentication. The template for the dashboard is ready, and the SQL tables have been set up. The main features of this project include: - **Dashboard:** This should display data from the other 3 pages in a list format as well as in a bar chart. - **Page 1 - Callback List:** A simple list of data from the 'callback' table. - **Page 2 - Token List:** A simple list of data from the 'token' table. - **Page 3 - Name List:** A simple list of data from the 'name' table. For the dashboard, I'm looking for a clean, professional design and prefer the use of bar charts for the graphical representation of the data. User authentication should be straightforward,...

    $24 (Avg Bid)
    $24 Avg Bid
    19 bids