Printer class printer status jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 printer class printer status jobs found, pricing in SGD

    ...features: - **Multi-Login System**: There needs to be a seamless and secure multi-login system to accommodate both trainers and students. - **Search Functionality**: Users should be able to search for trainers or classes based on the city or trainer's name. This will make it easy for students to find trainers that are close to them or whom they may have heard of. - **User Profiles**: Each trainer or class should have a detailed profile which includes: - Biography: A brief description of the trainer and their training methods. - Reviews and Ratings: Users should be able to rate and write reviews about the trainers/classes. - Contact Information: Trainers should be able to list their contact information so that interested students can get in touch with them. The i...

    $432 (Avg Bid)
    $432 Avg Bid
    24 bids
    Improtxml google sheet scrape 6 days left
    VERIFIED

    I need to scrape data from a website. I'm stuck with an error. I used improtxml to scrape data from a class in a website I know. However, the fact that this website has classes has a problem: . While on page 1 there will be that text data, but on many pages, that text data is not there and it is accidentally pushed up to insert the class data below into the previous class data. To make it easier to imagine, there will be 4 rows. I will need to get a fix for each row into the google sheet. However, there are pages where I insert the link and there will be no row 3 or row 2 and then row number 4 will be inserted into row number 3, making the data incorrect. I need improxml to automatically check the syntax, if it is correct, it will be filled in and if it is wrong, ...

    $27 (Avg Bid)
    $27 Avg Bid
    18 bids

    ...Project Specifics: The emulator must not breach game firewall securities or require unauthorized system modifications such as disabling driver signature enforcement. It should operate successfully in the game, similar to devices like Arduino Leonardo or ESP32. The goal is to simulate pressing the Z1 keys solely through software, without external devices. Activation should be tied to the Caps Lock LED status—active when on, and inactive when off. Solutions utilizing 'keybd_event' and 'SendInput' do not meet the requirements of this project; a deeper, more intrinsic approach is necessary. Conditions: The keyboard emulator must function correctly within the game. The project must be compatible with Windows 10. Candidates should be proficient in at least on...

    $34 (Avg Bid)
    $34 Avg Bid
    1 bids

    ...corporate identity and logo. The aim is to create brand recognition, present a professional image, and differentiate ourselves from competitors in our niche. I am seeking a proficient artistic designer who can create a unique and captivating logo for brand recognition, website use, and product labeling. Expectations: * Develop a logo and corporate identity that's innovative, yet represents a sense of class. Something simple but distinct like luxury brands. * Adherence to a color palette of black, white and touches of burgundy. I'm open to different gradations and intensities of these colors to make the logo pop. * We want the logo to use the image of a lynx or a fox. * Develop a manual with the brand corporate identity to explain how and when the logo must be used (co...

    $145 (Avg Bid)
    Guaranteed
    $145
    74 entries
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    $35 (Avg Bid)
    $35 Avg Bid
    13 bids

    ...designated client accounts, understanding their needs and requirements. 2. Source materials and products from various platforms and suppliers, focusing on quality, cost-effectiveness, and timely delivery. 3. Negotiate pricing, terms, and contracts with suppliers to ensure favorable agreements for both the company and the client. 4. Communicate effectively with clients, providing updates on order status, resolving issues or concerns, and addressing additional requirements. 5. Utilize platforms such as Alibaba and other sourcing channels to place orders and manage procurement processes. 6. Coordinate logistics and courier services for shipments, ensuring accurate and timely delivery of products to clients. 7. Maintain detailed records of procurement activities, including orders, co...

    $537 (Avg Bid)
    $537 Avg Bid
    10 bids

    I'm in need of an Excel expert who is well-versed in Excel and has experience in creating detailed and visually appealing dashboards for project management purposes. The primary goal of this dashboard is to help me track the effort and progress of my project. The information that I'd like to track includes: - Time spent on tasks - Percentage of completion - Deliverable status The excel is small and has only 15 rows its more like visualization task so that all data can be projected in one place as a dashboard.

    $34 (Avg Bid)
    $34 Avg Bid
    31 bids

    ...need a proficient developer to help me build a private API management console for the game Rust, using the Gportal private API. The core functions of the Console Rust Gportal Private API are mainly centered on player data retrieval, server status updates and server configuration management. Here's an overview of the project requirements: - You will be responsible for building a secure and user-friendly private API management console specifically for Rust, using the Gportal private API. - The system should allow for the retrieval of player data, server status updates, and server configuration management. - The UI should be intuitive and engaging, allowing for easy navigation and efficient use. - The system should be able to handle high volumes of data and requests w...

    $97 (Avg Bid)
    $97 Avg Bid
    24 bids

    ...invoice generation in Quickbooks Online. We will also require the system to import the customer database from Quickbooks in CSV format. Key Functionalities: - Creation and Editing of Jobs - Ability to use system on-site / remotely through the use of iOS or Android web browsing. Some - Ability to select a simple job status from a drop-down combo box eg. In-progress, waiting for collection, waiting on parts, not started, completed. - Ability to search by customer, PO number, job status, date, part on both active jobs and completed archived jobs in the past. - Ability to allow the upload of PDF files, pictures, notes etc for each job. - Ability to allow simple addition of parts for the job, these are then stored within the system and can be searched for and used for future...

    $1282 - $5129
    Sealed
    $1282 - $5129
    91 bids

    I'm searching for an experienced graphic designer to create a unique, sophisticated logo for my pastry shop named "Voilà". Key Requirements Include: - Incorporating the name "Voilà" into the logo design - Conveying a sense of class and sophistication - Utilizing a color scheme of burgundy/champagne, or gold/ rose gold Skills and Experience: - Proficiency in color theory - Strong background in logo and brand design, especially for food-related businesses - Ability to capture the essence of a brand's identity in a visual format I look forward to seeing your portfolio and discussing potential designs for "Voilà". I want to use my logo for Instagram profile, to add on my personal pastry photos, and also on stickers an...

    $13 (Avg Bid)
    Guaranteed
    $13
    182 entries
    Pasar un template de C++ a C 6 days left
    VERIFIED

    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; }

    $24 (Avg Bid)
    $24 Avg Bid
    7 bids
    Revise Logo file 9 days left

    Hi Ishaq A., My Printer says that The logo file in one of the rewind bag artwork files for Mulberry Tree brand is too small. Can you please fix the logo and change to the two coloured versions used in the artwork

    $27 (Avg Bid)
    $27 Avg Bid
    1 bids
    Trophy icon Debt Recovery Agency Needed 6 days left

    I'm in need of a debt collector agency with 1-5 years of experience to help me recov...set of services including: - Debt collection: Handling overdue payments across different types of debts, such as consumer, business, medical, and government debts. - Skip tracing: Locating the whereabouts of debtors who have gone off the grid, making it difficult to recover owed funds. - Credit reporting: Providing me with updated credit reports of debtors to help assess their current financial status and determine the best approach for debt recovery. Experience in this field is crucial, as it requires a deep understanding of debt collection laws and practices. The ideal agency should have a proven track record of successful debt recoveries and be able to carry out the tasks efficiently and ...

    $54 (Avg Bid)
    Guaranteed
    $54
    4 entries

    ...username and password in JSON format. The API will respond with the login status (granted/denied) and a token for future requests. On successful login, the Foreground scan service should be started and navigate to the Status screen. The login state should be saved locally (in local storage). If the user is already authenticated, future app accesses should go directly to the Status screen. - Status Screen: Displays the scan status and an updated list of the latest detected beacons, ordered by the most recent. User Authentication --------------------------------- - Authentication is performed on the login screen. A POST request is sent to an API with the username and password. The API responds with the login status and a token. - On successful ...

    $285 (Avg Bid)
    $285 Avg Bid
    7 bids

    I need a skilled process designer to create a schematic image of a 3D printer process, in a basic outline style. Key Details: - The image must be a schematic representation, so it's important to have a good grasp of this style and how to effectively communicate the process. - Level of detail required is basic - no shading or textures are needed, just clear outlines. - The final deliverable should be in JPEG format. Ideal Skills and Experience: - Proficiency in using design tools for creating schematic images. - Previous experience with designing 3D printer processes would be a big plus. - Understanding of how to simplify complex processes into clear and visually comprehensible representations.

    $159 (Avg Bid)
    Urgent
    $159 Avg Bid
    8 bids

    ...of functionalities. Key Requirements: - I specifically need the integration to support two-way communication. This means it should not only send notifications to users, but also allow for the receipt of tickets via WhatsApp and the ability to reply to them. - Besides these, I also want the integration to have the following features: - Automatically create tickets - Provide real-time ticket status updates - Allow for tickets to be replied to from WhatsApp - Support the attachment of media files to tickets Ideal Skills and Experience: - Proficiency with both OSTicket and WhatsApp APIs - Previous experience with integrating WhatsApp into a ticketing system - Strong technical skills to ensure seamless integration and functionalities - Good communication skills to understan...

    $63 (Avg Bid)
    $63 Avg Bid
    8 bids

    I'm in need of a skilled developer who can create a comprehensive boat booking softw...tracking bookings, availability, and scheduling maintenance. Previous experience in integrating software with multiple calendar platforms is beneficial. - Payment processing: The software should be able to accept, process, and track payments in a secure manner. Experience in payment gateway integration is a plus. - Customer notification system: It should be capable of updating customers on booking status, payments, and upcoming trips. Experience with automated messaging systems and customer communication management is highly favorable. Applicants must have experience in building booking software, ideally for maritime or related industries. Understanding of both online and offline booking sys...

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

    ...management: This involves recording personal details of each member, tracking attendance, and allocating to the right departments. Each member's record should also include household and family details, with specific fields for spouse and children. - Functionalities: Capacity to sort data based on each individual (organize by member). It should also capture other input fields like gender, age, membership status, notes, and whether they serve as workers or ministers. - Financial management: The platform should have capabilities for recording and tracking financial contributions. Ideal freelancers will have experience in building similar database systems, with a keen understanding of how to translate our church's requirements into a user-friendly, efficient system. Know...

    $28 (Avg Bid)
    $28 Avg Bid
    14 bids

    ...vendors interested in doing business with us. Key Features: - Simplified Vendor Onboarding: The system should allow vendors to quickly provide necessary information. - Document Submission: Vendors should be able to upload business registration documents directly onto the platform. - Verification: The system should be able to verify the submitted documents and inform the vendor of their approval status. Data Collection: - The system needs to capture vendor information including their company name, contact details, and specific business registration documents. Registration Details: - Company Name: The system will require vendors to provide their company name. - Contact Details: Vendors will be asked to provide a phone number, an email address, and their mailing address. - Busin...

    $902 (Avg Bid)
    $902 Avg Bid
    24 bids

    ...freelancer capable of creating a PowerPoint plan on a page that is interactively linked with a provided Excel spreadsheet. Key features should include: * A timeline showcase of milestones directly linking said timeline with the respective Excel data. * Key deliverables and their progress status, again directly pulled from Excel. * Risks and dependencies associated with each milestone or deliverable. * Utilization of data visualization elements like pie charts, bar graphs, and line graphs to represent the status and progress of each aspect dynamically. Preferably, updating Excel should automatically update the PowerPoint plan, allowing for a real-time, accurate portrayal of project progression. Required skills and experience: * Extensive knowledge about PowerPoint and...

    $183 (Avg Bid)
    $183 Avg Bid
    25 bids

    I need a robust class management system that caters to the needs of a large-scale educational institution. Our primary users will be students, teachers, administrators, and parents. Key Features: - Attendance Tracking: The system should allow teachers to mark and track the attendance of students. - Grade Management: An intuitive grade management system that enables teachers to input and calculate grades effectively. - Messaging System: A communication platform that facilitates seamless interaction between all stakeholders (students, teachers, administrators, and parents). By Whatsapp - Schedule Change Option: The system should have a feature that allows for the smooth management of schedule changes. User Base: - The system will cater to over 100 users, so scalability and performan...

    $476 (Avg Bid)
    $476 Avg Bid
    70 bids

    I need someone with experience in Shopify and the Order Printer app to assist me in updating the 'Order Forms' and 'Tax Invoice' templates. The previous version of the app has been updated, and as a result, the code for these templates needs to be adapted. The 'Order forms template' must have: Order Number and Order Date Notes from Customer Quantity, Item Details fields including variants and customisation details. Estimated Delivery Date Customer & Shipping Details The 'Tax Invoice' must have: TAX INVOICE Logo Order Number and Order Date Business Name & Address ABN: Customer Name & Address Quantity, Item Details and variant Pricing, Discounts etc Tax displayed as GST Your main focus will be to ensure that the ...

    $34 (Avg Bid)
    $34 Avg Bid
    11 bids

    ...(e.g., vegetarian, vegan, keto, paleo) Food allergies (e.g., nuts, gluten, dairy) Food intolerances (e.g., lactose intolerance) Favorite foods and foods they dislike Activity Level: Sedentary, lightly active, moderately active, very active, or extremely active Health Information: Any chronic conditions (e.g., diabetes, hypertension) Medications that affect diet or metabolism Current health status Meal Preferences: Number of meals per day Preferred meal times Cooking skills and kitchen equipment available Budget for groceries Lifestyle Information: Work schedule (e.g., shift work, regular 9-5) Family size (if they are cooking for more than themselves) Nutritional Needs: Macronutrient preferences (e.g., high protein, low carb) Caloric intake goal (can be calculated based o...

    $74 (Avg Bid)
    $74
    9 entries
    Fun Mobile Game Website 5 days left
    VERIFIED

    ...fun and playful mobile app game website. The website will consist of 3 pages and will be designed to be fun and playful in style. Mobile application is already live and in production so the visual styling will have to be matched. Required: all Lighthouse metrics above 90 - **Pages**: Homepage - current active games carousel (fetch via API) - leaderboards (fetch via API) - prize winners with status carousel (shipped, waiting for contact...) - download section - about section - testimonial section - CTA section Terms of service - textual content Privacy policy - textual content The ideal candidate for this project should be: - Proficient in Wordpress (Elementor) to create a dynamic and user-friendly website. - A good understanding of UI/UX design principles to create a fun and...

    $657 (Avg Bid)
    $657 Avg Bid
    88 bids

    ...invoices and order updates via WhatsApp to keep customers informed. Customer Enquiries: Enable customers to make inquiries through WhatsApp, enhancing communication and support. - **Tracking System**: Order Tracking: Monitor orders from placement to delivery, providing real-time updates. Delivery Tracking: Include a geo-location feature with map integration to track delivery drivers and shipment status. Customer Satisfaction: Monitor customer feedback and ratings for deliveries. . - **Customer Management**: A comprehensive customer management system is essential to handle orders, complaints, returns, and inquiries. - **Support System**: Ticketing System: Integrated ticket system to manage customer support queries and issues. Chat Support: Real-time chat support for immediate...

    $1679 (Avg Bid)
    $1679 Avg Bid
    96 bids

    ...Analysis: Historical price data and trends for products Alerts for price changes and new listings Detailed price history, including a 12-month history of trade range, sales, price, average sale price, last sales, current sales, current bids, and current ask price Authentication and Verification: Option for sellers to authenticate and verify their items for added trust Display of verification status on product listings Live Sales and Video Selling: Integrated video player for real-time live sales events Real-time chat feature for buyer-seller interaction during live sales Instant purchase options directly from the live stream Scheduling system for upcoming live sales events Integration with seller profiles to showcase items in live videos Items pop up at the bottom of the video...

    $30 / hr (Avg Bid)
    $30 / hr Avg Bid
    22 bids

    ...can automate various tasks between ClickUp, Zapier, Mailchimp, and Google Sheets. This will include: - Data syncing among all four applications, set to be updated daily. - Automating my email marketing process via Mailchimp. - Automating task management via ClickUp. Specific Tasks: - Automation of task creation in ClickUp. - Automation of sending out emails based on changes in task status. Skills and Experience Required: - Proven experience in working with ClickUp, Zapier, Mailchimp, and Google Sheets - Proficient in automating processes and task management - Strong data management skills - Experience in email marketing automation is an asset This automation project will help streamline my business processes, so efficiency and attention to detail are critica...

    $965 (Avg Bid)
    $965 Avg Bid
    39 bids

    I'm seeking experienced UML and OCL modelers to conceptualize my full system information and transcribe the model for the USE (.use) tool. Key tasks include: - Conceptualize the entire system model using UML and OCL - Transcribe the model for USE tool - Create necessary UML diagrams: Class Diagram, Use Case Diagram, Sequence Diagram Ideal skills would include expertise in UML, OCL, and system modeling. Familiarity with the USE tool is essential.

    $24 (Avg Bid)
    Guaranteed
    $24
    1 entries

    I need an application developed for Android, iOS and potentially Windows. This app's purpose will be mainly to host video lessons and class videos, aimed at the education sector. Key Features: - The app needs to be code-access restricted to ensure content security. - It will also require a feature to embed hidden watermarks into the videos for further security. Ideal Skills: - Proven experience in Cross-Platform Mobile app development. - Proficiency in features revolving around Video playing and user security. - Expertise in embedding watermarks into video content. There is no strict timeline for the project completion, quality and attention to detail is more important. Apply if you have the needed skills and can deliver a secure, user-friendly app familiar with Arabic.

    $1390 (Avg Bid)
    $1390 Avg Bid
    44 bids

    I need a freelance PMP certified project management trainer for delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. ...Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to apply so they can be contacted ...

    $779 (Avg Bid)
    Local
    $779 Avg Bid
    8 bids

    I'm seeking an experienced bookkeeper who can assist with financial statements preparation, accounts payable/receivable management, and payroll processing for my business. We are in a stable and growing financial state, so maintaining and improving upon this is crucial. Ideal Skills and Experience: - Proficiency in Quick...We are in a stable and growing financial state, so maintaining and improving upon this is crucial. Ideal Skills and Experience: - Proficiency in QuickBooks - Background in managing financial statements, accounts payable/receivable, and payroll - Experience in supporting stable and growing businesses Your role will entail managing financial records and providing a clear overview of financial status. Your ability to ensure accuracy and timeliness will be...

    $320 (Avg Bid)
    $320 Avg Bid
    31 bids
    WordPress Ads.txt Fix 5 days left
    VERIFIED

    I'm in need of a professional who can help me resolve the status not found issue on my WordPress website. I've attempted to fix it before, but unfortunately, it wasn't successful. Key Requirements: - Experience with WordPress - Expertise in resolving issues - Ability to communicate efficiently via Instant Messaging The ideal freelancer for this task should have a strong technical background in WordPress and experience with ad management. Your ability to swiftly and permanently resolve the issue will be a crucial factor in my selection.

    $48 (Avg Bid)
    $48 Avg Bid
    16 bids

    Please Sign Up or Login to see details.

    Featured Urgent Sealed NDA

    ...since anyone made a donation. I realize it must be difficult to give money to a person you haven’t seen for years or never met. I wanted to run a “Rewards Based Campaign” where contributors could select either Prints of my Artwork or select from my list of 200 different titles of Vintage Children’s books or both but GoFundMe prohibits offering rewards. I’ve been a successful award winning world-class professional painter & printmaker for decades. However (as mentioned in my campaign) Redundancy in my “Visual Arts” profession (due to circumstances unrelated to job performance) that I never could have anticipated has severely reduced the demand for artwork created by the human hand (by artists like me) in favor of computer generated fa...

    $180 (Avg Bid)
    $180 Avg Bid
    12 bids

    I'm in need of an experienced Amazon FBA agent who can proficiently handle shipping tasks for my business. The ideal candidate would be well-versed in international shipping, particularly to North America. The scope of tasks includes: - Ensuring smooth and efficient shipping process - Troubleshooting any shipping issues - Timely updating on the shipping status Extensive experience with Amazon FBA is a must, in addition to strong skills in inventory management and listing optimization. Importantly, a good understanding of product sourcing is necessary. I'm seeking an expert who can add value to my business, boosting efficiency and productivity. If you fit the bill, feel free to apply!

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    18 bids
    Linux Server Maintenance 5 days left
    VERIFIED

    Hello^^^^. I'm using Amazon AWS and would like to request server maintenance. First of all, I would like to ask you to do as much as possible for server security and privacy, such as SSL installation, automatic backup once a day, DDOS attack prevention, system performance optimization, hacking prevention, encryption between data t...recovery and complexity setting, virus and malicious software checking,,data leakage prevention.....etc My current monthly budget is about $50, Please send me a proposal/chat with as much as you can about what you can do to secure your Linux server and I will check them all and get back to you. **You will be required to write a weekly report (anything related to security) to check the security status of the server every week. **Daily server check...

    $160 (Avg Bid)
    $160 Avg Bid
    26 bids

    ...functionality. We're looking to add new features to the existing web application. These include: 1. Filter students by religion and gender (Dropdown filter needs for additional filter only gender and religion) 2. Send individual message by filtering class, section and marking by roll And some more 3. I need to show here some important field by default from student and parent profile Gender Religion Father's name Mother's name Mobile number Date of birth Address Image (print in pdf) 4. I have some issue to fix on result system. Need to modify class name tyme 1. Compulsory (WIll add full marks and GPA with Result) 2. Optional (WIll add full marks and GPA with Result) 3. Additional (Just to show on Marksheet, (WIll add any marks ...

    $226 (Avg Bid)
    $226 Avg Bid
    24 bids

    I'm in need of a proficient web developer to construct a comprehensive client portal for my law practice. This portal will be instrumental in streamlining my interactions with clients, providing a secure and efficient platform for communication and case management. Key functionalities required: - Document upload and download capabilities - Real-time case status tracking - Secure messaging system for confidential communications - Integrated meeting planner for scheduling appointments The portal should support at least three distinct user roles, likely corresponding to clients, attorneys, and administrative staff, each with appropriate access levels and permissions. Ideal Candidate should have: - Experience in developing secure client portals - Familiarity with legal industry ...

    $499 (Avg Bid)
    $499 Avg Bid
    21 bids

    MAX $60 As a business owner, I'm looking for a skilled freelancer to help me transfer an application from my old Windows server to a new one. The server is currently running on Windows OS and the application is built with Visual FoxPro 9 and ASP.NET Key R...the job) 2) Download Windows Server 2016 II, Office 2019, , .NET Framework 4.7 or 4.8, Visual FoxPro 9 Executable. And it should be Configured to the present environment. 3) The on-line application should be connected to the desktop version and tested. 4) Chemplan and all its functionality should be tested and should be working. The output function of chemplan including view, to PDF and printer should all be working. 5) 40% of the payment will be kept for two weeks after project delivery to be sure the system is working p...

    $74 (Avg Bid)
    $74 Avg Bid
    16 bids

    I am looking for an experienced developer to create a school billing software with specific features. Key Features Needed: - Customizable invoice templates with a capacity to vary fields per class or grade. - Incorporation of custom branding elements into these invoice templates. Additional Requirements: - I would like to have WhatsApp notifications as a method of handling payment reminders. The ideal freelancer for this project would be one with prior experience in developing billing software, more specifically within a school context, and a strong understanding of WhatsApp API integration. Demonstrated experience in software that includes customizable templates and unique branding elements is a must. Your expertise in these areas should align with my project needs and enhance ...

    $618 (Avg Bid)
    $618 Avg Bid
    31 bids

    [Deadline Saturday 5 pm EST] Hello, I am trying to create s...intend to carry out (include visualization). These insights are things that can be determined by examining the data through statistical analysis or other means. Predictions: shall include a prediction component (supervised learning) - include clustering, decision tree logistic regression, and k means (must have visualizations) The goal is to identify the best loans; most profitable, and load status for being paid off DELIVERABLES Finished code with all steps detailed below, data preprocessing and data cleaning, EDA including visualization, Supervised Data Model (Clustering, Decision Tree, Kmeans and Logistic Regression) the models must have visualizations CSV file link: [Deadline Saturday 5 pm EST]

    $46 (Avg Bid)
    $46 Avg Bid
    10 bids

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settin... } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); }...

    $43 (Avg Bid)
    $43 Avg Bid
    7 bids

    I need a React developer to build a frontend for a Student Management System. Key Project Details: - Two Types of Users: The system will have both admin and normal user functionalities. - Entities: The project involves five main entities: students, admin, class, exam, hall, and scheduling. - CRUD Operations: The system should allow for Create, Read, Update, and Delete operations for the mentioned entities. Admin User Features: - Access Control: The admin user should have the ability to control user access and manage permissions. - Reports Generation: The system should be able to generate exam scheduling reports. I will provide you with the Swaggy API list for this project. The deadline for this project is Saturday night. Ideal skills and experience: - Proficiency in React - ...

    $357 (Avg Bid)
    $357 Avg Bid
    41 bids

    I'm looking to create a binding within Openhab for an Elmo alarm system. The binding needs to enable the following functionalities: - Remote arming and disarming of the alarm system. - Monitoring the status of individual sensors and zones. - Sending sensor states to OpenHAB items. I do have a similar project that was written in Python for Home Assistant which I can provide as reference and guidance. Ideal Skills: - Strong experience with Openhab binding. - Proficiency in Python programming. - Familiarity with the Elmo alarm system will be a plus.

    $779 (Avg Bid)
    $779 Avg Bid
    17 bids

    To integrate my Elmo alarm system with openHAB through bi-directional binding, I need a developer with openHAB and Elmo experience. The binding should be developed for E-connect, Elmo's cloud integration model. The features I'm after are: - Arm/Disarm functionality - Real-time status updates - Alarm event notifications - Sensing and sending sensor status to openHAB items. Anytime there's an event, status change, or a sensor goes on/off, I need the binding to provide immediate updates. Your skills in openHAB binding, Java, and IoT integrations will be essential for this project. The same project is just written in python for homeassistant

    $736 (Avg Bid)
    $736 Avg Bid
    29 bids

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    $135 (Avg Bid)
    $135 Avg Bid
    46 bids

    ...topics or areas of interest and presenting options for the next steps. -> googling 2. Executing next steps and promptly executing action items from discussions. -> take instructions and act fast 3. Propose options from research as requested -> more googling 4. Be able to advise proactively on details including step by step documents where needed -> simple ppt stuff 5. Maintain and update the status of various tasks with regular updates 6. Be able to present information clearly in English, not getting too bogged down by confusing details (clear communication) Expectations: 1. Self-driven and motivated to quickly achieve OUTCOMES. 2. Must be available from 6am MST to 11:30pm MST (mountain standard time) for calls - calls to connect will vary day by day. Must...

    $23 (Avg Bid)
    $23 Avg Bid
    32 bids

    I'm in need of a proficient 3D printer technician to execute tasks including printer maintenance and necessary calibrations for my Creality brand printer. The current problem with my device is that I'm having difficulties in getting the bottom z timing belt back on. Key requirements are as follows: - Familiarity with Creality 3D printers. - Proficient in performing maintenance routines. - Expertise in calibrating and making printer adjustments. The successful applicant will be experienced, able to diagnose the current issue and execute the required tasks professionally and efficiently. High print quality is essential and I expect prompt resolution to this hiccup.

    $132 (Avg Bid)
    $132 Avg Bid
    19 bids

    I'm in need of a skilled web developer to set up a secured tutoring scientific website. This platform will facilitate online classes, between Students, Instructors and Schools (the field of study will be discussed person...online classes. The session creator (instructor or school) can determine the hourly rate, and the website has a predetermined commission programme (Discussed Personally) Skills and Experience: Proficiency in web development, particularly in setting up interactive and user-friendly websites and teaching tools. - Experience in integrating payment systems into websites. - Familiarity with online class management systems and content sharing features. - Strong communication skills as we may need to collaborate on the content shared, and for any future developmen...

    $3333 (Avg Bid)
    $3333 Avg Bid
    158 bids

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    $127 (Avg Bid)
    $127 Avg Bid
    73 bids