Function rss websiteJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 function rss website jobb har hittats, med prissättning USD

    I'm looking for a skilled developer who can create a cross-platform application that's able to synchronize time across different devices. Key Requirements: - Cross-Platform Compatibility: The app should be designed to work seamlessly on both iOS and Android devices. - Time Synchronization: The primary function of the app should be to accurately synchronize time across all the devices it's installed on. The expected accuracy is 100ns - Offline Functionality: While the synchronization function should work offline, the initial setup will require an internet connection. Ideal Skills: - Proficient in app development for both iOS and Android platforms - Strong understanding of time synchronization techniques - Experience with developing offline-capable application...

    $340 (Avg Bid)
    $340 Snittbud
    19 bud

    I am seeking a proficient developer capable of designing a graphical user interface (GUI) or website to utilize Coinbase's Wallet API features for Bitcoin transactions that will be compatible with Windows. Project Specifics: - The main function of the interface is to perform the basic buy/sell operations of Bitcoin transactions. - Experience in integrating various APIs, especially Coinbase's Wallet API, is essential. - Familiarity with cryptocurrency, specifically Bitcoin, is beneficial, but not compulsory. Ideal Skills: - Proficient in working with Windows-based GUI or Web development. - Knowledge and experience with APIs integration, preferably Coinbase's Wallet API. - Understanding of cryptocurrency transactions, especially Bitcoin. -PHP, Python, C#, or ...

    $251 (Avg Bid)
    $251 Snittbud
    9 bud
    Advanced Zkteco Security System 2 dagar left
    VERIFIERAD

    I'm seeking a specialist to create an advanced security system using Zkteco, focused on access control. Key Requirements: - Implement a feature to restrict access to the main screen, allowing start up only. - The system must be capable to provide remote access control. Functionality: - I require the remote access control to function via email notifications. An alert should be sent as soon as an access attempt is made. Ideal Skills: - Proficiency with Zkteco Security Systems - Experience in Access Control Systems - Knowledge of Email Notification Systems Applicants should have a strong understanding of email communication setups for remote access control. Experience in securing systems using restrictive measures is required. Your proposal should explain how you'll ad...

    $24 / hr (Avg Bid)
    $24 / hr Snittbud
    16 bud
    Python Telegram Bot Development 2 dagar left
    VERIFIERAD

    I'm looking for a skilled python developer who can build a functional Telegram bot. This bot will include these features: - Message parsing and responses, enabling a fluid interaction with users. - Database integration, which is crucial for storing user data and other information. - Payment handling, to facilitate easy financial transactions. - A built-in order function, to streamline user orders. - The bot should also have the capacity to manage and present user balance systems. - Delivery of notifications to users is essential. - The bot should be able to send files as part of its interaction with users. If you're experienced in Telegram bot development and possess excellent Python programming skills, your expertise would be of great value to this project. Proficiency in...

    $57 (Avg Bid)
    $57 Snittbud
    25 bud

    ...to handle a variety of call types - sales, customer support, and appointment scheduling. Key Capabilities: - Sales calls: The AI agent should be able to not just sell but also address any queries a prospective customer might have. - Customer Support: It should serve as a first point of contact to solve any customer issues. - Appointment scheduling: Setting up meetings is another primary function that the bot should handle. The AI agent will be deployed in the field of real estate and is expected to accomplish the following: - Qualify leads: It should be able to discern potential customers from casual inquiries. - Provide property information: The AI should present property details succinctly and clearly. - Schedule property viewings: It should be able to coordinate v...

    $750 - $1500
    Försegla
    $750 - $1500
    17 bud

    ...seeking a skilled app developer to build an Android platform gaming application. This app should serve as a provider of entertainment, following closely with the theme of Winzo, and featuring four specific games: Ludo, Aviator, Carom, and Subway Surfer. Key Requirements: - Focus on Entertainment: The app's primary function is to entertain, so a great UI/UX design for user enjoyment is paramount. - Game Types: Ludo, Aviator, Carom, and Subway Surfer. - Multiplayer Function: All games within the app should be multiplayer, reinforcing the social aspect of gaming. Ideal Candidate: - Android App Development: You have strong experience in Android App development and an understanding of gaming app user desire. - Game Design: You are well versed with the design and rul...

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    8 bud

    The app will function as a dating platform where users can swipe left or right on displayed photos to indicate interest. Mutual right swipes will open a chat window. The app will operate exclusively within companies chosen by the admin. Verification will require the use of company email addresses, and membership will activate upon receiving an authentication code sent to the company email. There will be two membership tiers: free and premium. Premium members can hide their age, company details, and location. They'll have a daily swipe limit of 50, see online status, and view admirers. Premium members can choose visibility options like "within their company only," "outside their company only," or "across all companies." Alternatively, they can op...

    $947 (Avg Bid)
    $947 Snittbud
    58 bud

    I am seeking a highly-skilled developer who can create a website for my courier service. Our primary target audience is small businesses requiring regular shipments. Key Features: * The website must have an online tracking system for packages. * An online booking system for our courier services is vital. * An easy-to-use interface for customers to schedule pickups is also essential. Given the specific function requirements, we would prefer the website to be built using Custom HTML/CSS. Ideal skills: * Experience in creating efficient package tracking systems * Proficiency in HTML/CSS * Past success in developing booking systems * Focus on user-friendly design for easy scheduling This project needs a professional with precision and a keen understandin...

    $99 (Avg Bid)
    $99 Snittbud
    28 bud

    I'm looking for a professional who can help me set up a CommerceGate payment application for a desktop software I'm developing. The primary function of this application will be payment processing. Key requirements include: - Integration of the CommerceGate payment system into the desktop software. - Ensuring seamless and secure payment processing for our users. - The ability to troubleshoot and problem-solve any potential issues that may arise during the application setup. Ideal candidates should have experience in: - Payment processing system integration - Building and maintaining desktop software - Strong problem-solving skills and attention to detail Please note, the specific operating system for this software has not been decided yet.

    $140 (Avg Bid)
    $140 Snittbud
    29 bud

    Wordpress makes the checkout page (function and appearance) the same as [], and performs this development according to the functions indicated on my (step:1~10 picture) 1: I really care about looking the same, especially the appearance. 2: Do not use background sinppets plug-in 3: Please do not develop directly on the website to avoid other engineers’ codes being lost.

    $212 (Avg Bid)
    $212 Snittbud
    49 bud

    ...the following function is called when the application is on background or terminated, the target of this function is to execute code automatically once a notification is received (without clicking the notification), currently this function only prints some output to the console @pragma('vm:entry-point') Future<void> _firebaseMessagingBackgroundHandler(RemoteMessage message) async { await (options: ); await setupFlutterNotifications(); showFlutterNotification(message); // If you're going to use other Firebase services in the background, such as Firestore, // make sure you call `initializeApp` before using other Firebase services. print('Handling a background message ${}'); } the above function works only

    $43 (Avg Bid)
    $43 Snittbud
    30 bud

    Android Payment NFC POS Mobile App • Mobile application to collect payment by NFC function by connecting the card to the android smart mobile the supports NFC, Integrated with GabbiPay Payment Gateway. Please the attached file before you bed. Thanks

    $196 (Avg Bid)
    $196 Snittbud
    59 bud

    iam looking for a Module that exdends the functionality of the Availability settings. or create a function to do this : I need a Text - Field for each Product Combination (Variant). Each Product-Combination should have its own availability Text (flag): FOR SAMPLE: Shirt - Small: stock>3 : Available. Shirt - Medium: stock<=3 Available in 2 weeks.

    $43 (Avg Bid)
    $43 Snittbud
    33 bud
    WordPress Graphic Design 1 dag left
    VERIFIERAD

    I'm seeking an experienced graphic designer who has a strong grasp on the visual elements ...aspect of this project is your understanding and ability to incorporate impactful typography into the design. - Color Scheme: Use an innovative and immersive color scheme that captures the essence of the content. - Illustrations: Creative illustrations are an additional feature that can provide the visual interest and uniqueness my site requires. Project Scope: - The website will consist of 5-10 pages. Main Website Function: - The primary goal for this project is to design a site that serves as an effective and visually striking informative/blog platform. Ideal candidates should have a portfolio demonstrating their expertise in typography, color usage, and creative il...

    $153 (Avg Bid)
    $153 Snittbud
    159 bud
    Wordpress -- 4 1 dag left

    * Set up link personalization so that by clicking on a link sent from the site, th...to enable/disable this newsletter from the admin panel * Create in the admin panel the ability to enable/disable automatic sending of invoices * Change the error text when entering incorrect login information on the site * Configure sending an email to the user after granting access to the site * Add a function for automatic publication of advertisements with a check for the presence of contact information in the advertisement. There should be an option to enable/disable this function in the admin panel. * Set a password on the accounts page in the admin panel and on the server on the database (folder) where the accounts are saved, so that no one except one admin (me) can view, delete or...

    $89 (Avg Bid)
    $89 Snittbud
    67 bud

    ...types. Additionally, I'd like the saved files to retain their original names. This way, downloading or accessing them will be stress-free. This task requires strong PHP and WordPress skills, particularly in working with WPForms. The ability to handle file management and naming conventions is also crucial. Kindly let me know if you have experience with similar tasks. This project also need function for moving form entry attachment files to correct folder if they are not, for previous submission entries. The delivery should be a plugin that can: 1. Let WPForms submission attachment files to be saved in correct folder structure, and create the folder if the folder not exists. 2. A sub menu under WPForms dashboard menu and simple page for select entries that have attachme...

    $115 (Avg Bid)
    $115 Snittbud
    100 bud

    I'm in need of an experienced web developer to create a music calendar website for me. This would be centralized website for users to view an extensive concert agenda from multiple venues, to promote live jazz music in the netherlands. The successful candidate will include the following features: - Concert dates - Venue names - Artist names - Photos - Concert descriptions - Pricing information - and a direct link to the venue website Im particularly interested to learn whether it is possible to scrape the data from websites such as - , - , - , - ). Perhaps there is a rss available that can be used? I also need there to be an option to manually add events and locations. There is no strict deadline for

    $559 (Avg Bid)
    $559 Snittbud
    105 bud

    I need an expert who can swiftly and efficiently upgrade my existing Windows Server 2012 to Windows 11. Considering the urgency of the project, I'd prefer professionals who can get started immediately and complete the task at their earliest. Though the primary function of the server is unknown, the professional should be well-versed with handling and preserving all potential features of the server. Ideal Skills: * Experience in computer systems networking and IT server management * Proficiency in Windows Server 2012 and Windows 11 * Ability to work under strict deadlines Please note the project needs to be completed ASAP. Before getting started, kindly provide some references or past work evidence of similar migrations and ensure minimal server downtime during the transition...

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    17 bud

    I'm seeking a professional and talented animator who can create a 2D animation video to serve as a website explainer. This will be a crucial tool for my product's promotion and marketing. The core requirements include: - Proficiency in 2D animation and a strong ability to tell a compelling story through visuals. - Able to translate our product's function, benefits, and unique selling points into a captivating 2D animation video. - Previous experience with product explainer videos would be an excellent advantage. This project will require a good grasp of design principles, creativity, and a deep understanding of marketing strategies. The candidate should be able to work from concept through to completion. Please share your portfolio of 2D animation projec...

    $134 (Avg Bid)
    $134 Snittbud
    84 bud

    ...Bars", shorttitle="_Vol Bars", overlay=true, scale=, format=) // Purpose: Transforms normal volume bars into buying and selling pressure bars. This allows user to easily see if there is more buying or selling on a given timeframe. // Includes moving average line for the total volume of the bar. The moving average line can be adjusted by length and mathemtical function. // Usage: This script allows the user to change the colors of the buy and sell pressure bars, toggle the moving average, // and had built in scaling abilities to reduce the heigh of the volume bars when displayed on the same chart as price candles. ///////////////////////////////////////////////////////////////////////////////// INPUTS var string GP1 = "Moving Average Line...

    $107 (Avg Bid)
    $107 Snittbud
    9 bud

    ...looking to implement are job alerts. As the target audience of the job board would be primarily tech professionals, it's important that the platform is optimized for such users. The main feature I'm looking to implement are job alerts. Here are further details about the job board: - It should be easy to navigate and user-friendly, with an emphasis on a clean, professional design. - The main function should be the ability for users to create job alerts based on their preferences. - Multiple ways to attract and engage tech professionals to use the platform would be a great asset. - If there are additional features that could enhance the experience of both job seekers and employers, I'm open to suggestions. Ideal skills for this job include: - Experience in creati...

    $16 / hr (Avg Bid)
    $16 / hr Snittbud
    47 bud

    I require the development of a mobile app available on both iOS and Android platforms in flutter and PHP. The app is targeted at both consumers and retailers. For Consumers: - A primary function necessary for the consumer side of the app is the ability to purchase coupons. For Retailers: - A key functionality is to be able to list their coupons for sale. Notifications: - Notification contents are very less, explained every notification content and timings in the doc. Other Requirements: - Integration of a payment gateway to ensure smooth and secure transactions is essential. Admin side: - Admins should be able to get a glance of deals happening currently. Skills and Experience: freelancers should ideally have a deep understanding and experience in mobile app development acro...

    $626 (Avg Bid)
    $626 Snittbud
    65 bud

    I want a sophisticated yet user-friendly website for my clinic. The website should majorly feature an online appointment system and additional sections delivering information about our clinic and the services we offer. Key Features: 1. **Online Booking**: Allow patients to book appointments directly from the website. The booking system should collect the patient's name, phone number, and email address for a seamless communication process. 2. **Reminder Notifications**: A reminder notification function that sends out automatic reminders to patients about their upcoming appointments either via email or SMS. 3. **About Us Page**: A comprehensive and engaging 'About Us' page describing our clinic, our journey, mission, and our passionate team. 4....

    $81 (Avg Bid)
    $81 Snittbud
    41 bud

    Create function on JavaScript that will make inner stroke (let's call it contour because it should be fill type path, not a stroke) of certain thickness inside the SVG. This contour should not go outside the main SVG object. Contour should not go outside the main SVG object Please check the example in attached .png file. The .svg file to try the function is also attached. Key Requirements: - Pure JavaScript - No libraries Timeframe: - I need this completed ASAP.

    $147 (Avg Bid)
    $147 Snittbud
    42 bud

    I am seeking an AI developer with a keen sense of design and technological prowess to create algorithms for generating minimalistic, modern UI elements, and help integrate this AI technology into existing UI frameworks. While proficiency in programming languages (Python, Java, C++) woul...Conceptualize and develop algorithms to generate UI elements - Experience in integrating AI into UI frameworks - An eye for minimalistic, modern design aesthetics - Strong problem-solving abilities - Familiarity with Python, Java, C++ would be an advantage. Your role will involve a mix of creative design conceptualization fused with technical know-how, to deliver UI solutions that not only look good, but function seamlessly. Looking forward to working with a proactive and forward-thinking AI pro...

    $1291 (Avg Bid)
    $1291 Snittbud
    97 bud

    I need a developer who can create a portal that can automatically convert a website into an Android app (APK file). Key Requirements: - The primary function of the portal is to convert websites into Android apps. - The portal should be able to support any kind of website, ranging from e-commerce sites, blogs, news, educational websites, etc. - There are no specific design requirements for the Android apps generated by the portal. Ideal Skills and Experience: - Proficiency in Android app development - Strong understanding of website conversion to mobile applications Reference - Note - I am more interested in functionality rather than the design of the portal.

    $265 (Avg Bid)
    $265 Snittbud
    37 bud
    Node.js POS App to Android APK 1 dag left
    VERIFIERAD

    I have developed a POS app for Windows using Node.js and I aim to convert it to an APK file compatible with Android. Key Requirements: - The primary function of the app is to serve as a Point of Sale system. - The app has already been built on Windows using Node.js, so it needs to be converted into a compatible Android APK. Ideal Freelancer: - Proficient in Node.js and Android app development. - Experienced in converting applications to different platforms. - Prior experience with point-of-sale systems is a plus. Note: The specific features or functionalities to be included in the POS app were not specified, so you may need to discuss this with me as part of the project.

    $341 (Avg Bid)
    $341 Snittbud
    43 bud

    I'm looking to develop a comprehensive web application for my dog hostel business. The primary aim is to streamline the booking process and enhance customer satisfaction levels. Key Features: - **Online Booking System**: The core function of the web application should be an efficient online booking system. Customers should be able to easily check availability, select suitable dates and times, and confirm their reservations. - **Customer Reviews and Ratings**: Implement a user-friendly platform for our clients to leave their feedback on the services provided. These reviews and ratings will be crucial for building trust and attracting new customers. - **Photo Gallery**: A visually engaging photo gallery showcasing our facilities and happy guests will help in persuading pote...

    $221 (Avg Bid)
    $221 Snittbud
    37 bud

    I'm in need of a skilled developer to create an Android application with ASP.NET C# backend and SQL SERVER database. Key Features: - The app should primarily function as an e-commerce platform, allowing users to browse through products and services. - I require the app to have a chat functionality where users can communicate with the sellers. - Users should also be able to leave reviews for products. Specific Chat Features: - The chat functionality should support text messaging, image sharing, and voice messages. Skills and Experience: - Proficiency in Android app development - Strong experience with ASP.NET C# and SQL SERVER - Previous experience in developing e-commerce apps - Proven track record in integrating chat functionalities within an app - Familiarity with implemen...

    $419 (Avg Bid)
    $419 Snittbud
    33 bud

    ...I am looking for a competent freelancer with an understanding of MS Access Database creation. This project is aimed at developing a food manufacturing cost-tracking function on top of an existing product management database, while cleaning the existing database up and adding reporting functions. The project involves: 1. Cleaning up existing Database file of Products to a new layout (Can start again or build on existing file). 2. Adding the manufacturing cost analysis function to the database (Allows user to define ingredients and fixed costs for a product and calculate it’s cost price). 3. Adding the sub-recipe costing function – same as above, however, for internal products not sold. 4. Adding the ingredient purchase price and tracking to the database. ...

    $463 (Avg Bid)
    $463 Snittbud
    28 bud

    Im looking to integrate free AI mixing and mastering tools into my web application. The primary function of this application is to allow users to combine tracks, mix and master with user controls to vary level of input (-10/ 0 /+10). It should incorporate AI controls optimized for all music genres. Skills and Experience: - Strong proficiency in AI programming and web application development - Ability to create a user-friendly interface suitable for beginners -Experience integrating github repositories - Experience optimizing AI for various music genres is advantageous for this project The end result should be an accessible platform for users to practice and improve their mixing and mastering skills, irrespective of their expertise level or preferred genre.

    $137 (Avg Bid)
    $137 Snittbud
    28 bud

    ...healthcare platforms who can build a telemedicine website with high profile features. Among the features that should be included are: - Online appointment requests and interface ability with electronic medical record to auto-populate patient info directly into a patient's record. It should also be able to function with CRM software. - A system for potential patients to provide their information for callbacks. This should be managed through an online form where patients can also upload relevant documents. We don't want patients to be able to directly schedule appointments into our provider's calendar, instead they will receive a call back to confirm their info, appointment date, etc. to reduce the number of "no show" appointments. - The drafted ...

    $1197 (Avg Bid)
    $1197 Snittbud
    124 bud

    I have a project that entails converting a C# application originally designed for windows to function optimally on Linux. The application's primary function is data processing. • Necessary Skillsets - Knowledge of the C# language - Ability to convert Windows-specific application into Linux - Experience in data processing software development It's essential that the conversion process maintains the integrity of the original application's data processing capabilities. In addition, the final product should be compatible with the Linux distribution Golang. Previous experience in similar conversion projects would be a major advantage for this task. Also, an understanding and familiarity with the Linux distribution Golang would be highly beneficial.

    $288 (Avg Bid)
    $288 Snittbud
    18 bud

    I'm currently building a SaaS ingredient analysis website and need a highly creative UX/UI designer who specializes in Lottie animations. The website will function as a Personalized Meal Plans Generator, Nutrition Facts label, Restaurant Menu Creator, and API Upsell. You'll work collaboratively with our Software Dev (AI/Machine-Learning Engineer) team to virtually Sync up and brainstorm ideas for the frontend. Key Responsibilities: - You will be tasked with creating interactive elements, smooth transitions, and custom illustrations to form integral parts of the website's overall user experience. "Imagine having a dynamic animation that changes based on user interaction. That’s some next-level user experience right there!". The beauty of ...

    $425 (Avg Bid)
    $425 Snittbud
    105 bud

    As the project owner, I urgently require a freelancer, who is experienced in both SurveyMonkey and Qualtrics, for a swift transition. The following details provide comprehensive information about the tasks involved: - Key Task: The primary function is to transfer a questionnaire from SurveyMonkey to Qualtrics. - Question Types: The questionnaire comprises of various question types - Multiple Choice and Open-Ended, which need to be replicated in Qualtrics. Skills and Experience: - Prior Experience: The freelancer should have previous experience in transferring surveys between these two platforms. - Survey Building: The ideal candidate will be adept in creating different types of questions in Qualtrics. Goal: This project needs to be completed ASAP. Please contact me if this ti...

    $79 (Avg Bid)
    $79 Snittbud
    35 bud

    I'm looking for an expert in Fused Deposition Modeling (FDM) 3D printing with experience in designing and producing print in place 3d animal fidget models. Key requirements: - The project involves making a print-in-place fidget toy, so the design must incorporate moving parts that function seamlessly without assembly and without supports. - The focus is on achieving a high level of detail and precision in the overall look and operation of the toy while keeping a cartoon aesthetic. - Experience in creating similar print in place models is highly desirable. Ideal Skills: - Proficiency in FDM 3D printing technology - Strong understanding of designing for print-in-place models - Experience in creating detailed models - Ability to ensure smooth mechanical movement in a 3D print...

    $126 (Avg Bid)
    $126 Snittbud
    48 bud

    ...columns in scope. In summary, we need to be capable to issue an export file in a specific format (see attached picture “”): • Specific Orders of the column (Green) • Suppress the duplicated values for some line items, on 3 fields. The macro allows to: • Generate the Output in a separate spreadsheet (which captures only the required fields and re-arrange them) • Optional: Enable the Save function (allowing to define the saving location). o Default the Saved name as: (Allowing me to select the saving location). Important: The Macro must not be attached to a workbook, but needs to be attached to the set of Excel Macro. Reason: The Input file can be extracted on-demand. Skills and experience required: - Expert in MS Access VBA and Macro. - Advan...

    $23 (Avg Bid)
    $23 Snittbud
    31 bud

    ...system and need help integrating it seamlessly with my IoT setup. - Real-Time Monitoring: My primary goal is to enable real-time monitoring through the IP CCTV system in conjunction with the IoT network. The task will involve: - Diagnosing the current config issue and finding out why it's hindering deployment - Implement new configs to ensure the IoT devices and CCTV systems function correctly - Add functionalities to the website that include real-time monitoring of the devices, controlling and managing the devices remotely, and enabling data analytics and reporting. - Localize the existing backend and frontend design and contents as required to make the application as a template - Required to work with my other DevOps freelancer on my pc via anydesk Ideal Skills: - ...

    $121 (Avg Bid)
    $121 Snittbud
    45 bud
    WORDPRESS WEBSITE 22 timmar left

    ...purpose of my website—it could be a blog, e-commerce store, or a portfolio, or perhaps a blend of these. I'll need a professional to guide me through this phase and help with the selection of the most suitable domain name according to the website's ultimate purpose. I'm also open to suggestions on the kind of content that will be best suited for the website, it could either be text, images, videos, or all of it. I'll need someone experienced in developing versatile WordPress websites and able to advise me appropriately on these matters. The ideal freelancer will have: • Knowledge and experience in domain name selection. • Proficiency in WordPress website development. • Experience in multimedia content management. • Ab...

    $98 (Avg Bid)
    $98 Snittbud
    25 bud

    I'm on the lookout for a skilled web designer who can assist in developing a comprehensive website focused on personalized nutrition analysis website This website will function as a Personalized Meal Plans Generator, Nutrition Facts label, Restaurant menu Creator, API Upsell that offers tailored dietary plans to business owners. The primary aim of the website is to provide top-notch, customized nutrition analysis/guidance to our target audience. Key project requirements includes , but not limited to: - Aesthetically pleasing UI/UX design that aligns with the nutrition industry, and uniquely awesome with nutrition industry SEO integrated to rank top on google - A user-friendly interface that simplifies the meal plan creation process etc - AI reve...

    $467 (Avg Bid)
    $467 Snittbud
    184 bud

    The system must function as a slave module and be connected via RS485 in mdonbus to a master PLC the conductivity values read must be transferred to a PLC via Modbus which will memorize them. The system must have an ESP32 module, an RS485 converter, a display for local visualization of the electrical conductivity and the probe. The conductivity value to be measured ranges from 0 to 20 mS

    $202 (Avg Bid)
    Framhäv Garanterad
    $202
    6 bidrag

    More details: Which platforms do you want your Flutter app to be developed for? Both What is the primary function of your app? E-commerce Do you need any specific integrations? Payment gateway

    $4666 (Avg Bid)
    $4666 Snittbud
    72 bud

    As a busy entrepreneur, I'm in need of a virtual assistant who can function seamlessly as my right-hand man/woman. I anticipate requiring over 15-20 hours of your time each week as there are a host of tasks that need to be managed. *I'm seeking a skilled virtual assistant to assist me with a range of tasks on a weekly basis. Your primary responsibilities would include: -NUMBER 1 TASK: Sending DM's using my IG to influencers to create more business and that are relevant to my business model. You'll be sending DMs to certain influencers on Instagram following our agency’s message template. I will then take over the conversation once someone is interested. - Email management- Staying on top of my inbox and keeping communication lines open. - Creating job ...

    $12 / hr (Avg Bid)
    Sekretessavtal
    $12 / hr Snittbud
    79 bud

    ...a Python script that has to call a Javascript function and get a result. Here the code that I have, but I'm having a "SYNTAX ERROR" message every time I try to execute it: def encriptar(texto): # Loads the Javascript engine in PyExecJS ctx = (""" const PUB_KEY = `-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BddEFAAOCAQ8AMIIBCgKCAQEArJtLFWnOzxGAqJoDlSk1 wFTIxgypk8UhsZTz0niOvKH+/L7QWMEGaPx5+aasndlZ6JVnWWZ16fo1SVTr4Vl5 rXXBrtQaPUmTFFagUsOyVsKdgLKy6NuF6qy4qbdaeiPq64uWJM3GEfo+VOXfwrc4 r6O5f6PL8TP1INrayhgU45RpeUbdJIdgwXP7iif2GrHiQaAHP+ADFSO2ormIKktw SE0QvdGNDSMEciP8iEYw4MidrcrjSGULDSTjqeMWMwy1G7WbHZ2cn/sp+sGmbPNJ 2JxS3w65mwTuBx1+phK7ugPuD7F+5rkRyYw32MfqPhtfuwza84o5hslCNDo3N7jW NQIDAQAB -----END PUBLIC KEY----- `; function encrypt(plain...

    $44 (Avg Bid)
    $44 Snittbud
    30 bud

    ...putting together a new design around vLANs, Firewall and etc. to secure the network. This means you must understand a service providers network and determine what's the best way to secure each service, the ports each service needs and etc. You will be required to design the layout, present the design to management and if approved, build out the network in a simulator to test and confirm it will function as needed before configuring new equipment and putting it live. Please do not waste our time. If you do not have advance knowledge in networking, VIOP and servers, do not apply. We will present everyone with tests to prove you know what you are doing. If you pass the test, we will schedule a video meeting to ask additional questions. If you are not able or willing to complet...

    $214 (Avg Bid)
    $214 Snittbud
    34 bud

    ...version residing in server. In other words, when the user clicks the online top, the desktop version starts working including all the functionalities. (local printer .......) Key requirements include: - Identifying the root cause of the loading issue - Resolving the issue in a timely manner to restore system functionality - Connect the online version to the desktop. The online version has a function called chemplan online. When the user click this option, desktop version should become active. The freelancer installed the system says he is busy for few days and can not do it now Skills and Experience: - Experience with data analysis and reporting systems - Strong troubleshooting and problem-solving skills - Proficiency in system maintenance and debugging - Excellent commu...

    $21 (Avg Bid)
    $21 Snittbud
    20 bud

    ...developer to integrate OCR functionality into my open-source, chat-based story creation website(). I want to make the user experience more seamless by allowing users to easily import their iMessage chats through screenshots. They will drag and drop multiple screenshot image files inside a modal. The right freelancer for this project would have the following attributes: - Prior experience with OCR - Strong JavaScript skills (NO JQUERY, NO JS FRAMEWORKS!) Key Features for Implementation: - Extract Text: The primary function of the OCR is to extract text from iMessage screenshots. - Autopopulate Chat: Once the text is extracted, it should automatically insert into the current chat on the website (to the end or selected position in list of messages). - Error Handling:...

    $30 (Avg Bid)
    $30 Snittbud
    19 bud

    I need a PHP script to generate QR codes ASAP. The script should be able to customize the QR codes with colors and logos, and further, with rounded eyes and data. A sample will be provided. Preferred solution using chillerlan/qr-code ... but other solutions might be used as well. Key Features: - The primary function of the script is to generate QR codes. - I need the option to customize the QR codes with colors and logos. - Additionally, I require the ability to customize the QR codes with rounded eyes and data. File Formats: - The generated QR codes should be exportable in PNG and SVG file formats. Timeframe: - This should just take a few hours. Ideal Skills and Experience: - Expertise in PHP and QR code generation.

    $146 (Avg Bid)
    $146 Snittbud
    137 bud

    ...The platform should be equipped with the following features: 1. Property Search: An effective and precise search function that allows users to find properties based on their preferred parameters. 2. Listings Management: The platform needs to offer easy-to-use tool for managing listings which should be accessible by both property sellers and real estate agents. 3. Map Integration: Integration of a map feature is crucial for users to visualise property locations. The developed platform should be user-friendly and intuitive. It should also incorporate an ad placement system for additional revenue generation. Ideal candidates for this project will have profound skills in website development, particularly for real estate platforms. Proven experience in integrating mappi...

    $4175 (Avg Bid)
    $4175 Snittbud
    161 bud
    ESP32 Reader for ISO14443 A Card 11 timmar left
    VERIFIERAD

    I'm in need of a seasoned embedded systems developer skilled in working with ESP32 and PN5180. Your primary task for this project will be the implementation of a card reading function for the ISO 14443 Type A card, and successful communication of the device with a server. The key requirements are: - Skillful handling of the ESP32's communication functionality. You will need to ensure that the ESP32 can transmit the user data obtained from the card to a server. - Ability to extract 'User Data' from the ISO 14443 Type A card using PN5180. The target is: Can select to Card and reading the DG2, 13, 14, 15, SOD data of Card - Strong understanding and practical experience with Identification systems. The ideal candidate has a strong background in embedded systems ...

    $456 (Avg Bid)
    $456 Snittbud
    25 bud