Tree implementation using linked list jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 tree implementation using linked list jobs found, pricing in USD

    I require a skilled Java programmer with extensive experience in encryption algorithms, particularly AES (Advanced Encryption Standard). Key Requirements: - The primary objective of this project is to create an Eclipse program that ensures secure communication. This involves the design and implementation of the AES encryption algorithm. - Your understanding of data protection and encryption will be crucial for this project. The program should be able to encrypt data effectively, ensuring the utmost confidentiality and integrity of the information. Skills & Experience Needed: - Proficiency in Java programming is essential, as the software is to be developed in this language. - Prior experience with encryption algorithms is highly advantageous, particularly with AES. - A str...

    $26 (Avg Bid)
    $26 Avg Bid
    20 bids

    I'm in need of a skilled developer to create and publish a utility application for Android focusing on task management. This app will also need to be monetized through various ads. Key Responsibilities: - Develop a utility application on Android that offers robust task management capabilities - Implement ad integration to monetize the app - Ensure the app runs smoothly and is user-friendly Ideal Skills: - Proficient in Android app development - Experienced in task management app creation - Knowledgeable in ad integration processes - UI/UX design skills to create an appealing and user-friendly application

    $112 (Avg Bid)
    $112 Avg Bid
    15 bids

    ...professional who can take my Google Sheets application and turn it into a fully functional web app, accessible to anyone, without the need for a Gmail account. Key requirements include: - Conversion of the existing functionalities to a fully operational web app - Implementation of data manipulation and calculations on the web platform - Ensuring user-friendly design and intuitive interface - The final product should be easily accessible and usable by a wide audience Technical Skills and Experience: - Proficiency in web development using HTML - Experience in data manipulation and calculations - Prior experience in app development, especially in converting existing tools to web-based platforms - A strong sense of design and user experience - A good understanding of how to ...

    $110 (Avg Bid)
    $110 Avg Bid
    8 bids

    ...for my office. It's a small setup with fewer than 10 employees. Key Requirements: - Design a network that enables internet access, file sharing, communication, and collaboration - The network should be able to efficiently handle the needs of the employees - As we don't have remote workers, the focus is on ensuring the on-site network is secure and robust. - Media streaming via wifi - NAC implementation - Online browse policy, social network, and other inappropriate site restrictions Ideal Skillsets: - Proficiency in networking design for small offices - Experience in setting up networks for file sharing and communication - Ability to ensure network security and reliability - Excellent communication skills and the ability to understand the needs of a small office wi...

    $117 (Avg Bid)
    $117 Avg Bid
    2 bids

    I am working on a compiler construction project using ANTLR4+Java (using visitors to walk the abstract syntax tree and visit key nodes), and I need help with semantic analysis.

    $181 (Avg Bid)
    $181 Avg Bid
    16 bids

    I need someone to scrape email addresses of restaurant owners in Dallas, Austin, San Antonio and Houston Texas areas from Linked could include owner, president, CEO, executive chef

    $412 (Avg Bid)
    $412 Avg Bid
    40 bids

    ... The main objective is to facilitate the exchange of cryptocurrencies, with a primary focus on Bitcoin. Key Features: - User Wallet Management: This system should allow users to securely manage their cryptocurrency wallets on the platform. - Real-time Trading Charts: I want the platform to provide real-time trading charts, enabling users to make informed decisions. - Security Features: Implementation of security features such as two-factor authentication is essential to ensure the safety of user accounts. - Integration with PayPal: The platform should support PayPal as the primary payment method. Ideal skills and experience: - Proficient in Stackerblitz coding for a seamless development process. - Prior experience in developing cryptocurrency exchanges or similar platform...

    $580 (Avg Bid)
    $580 Avg Bid
    61 bids

    ...Develop a pricing module to set the retail price. There is a installed module to import the product xml to my prestashop store. From those xml, there are two prices, cost price and retail price. The installed module has its own price rule but I want a individual module to override the pricing part of that module. The main requirement should be like this. • A friendly UI to set variables and fetch and list all brands with checkbox • The price will be calculated on below basis. a. a reference price from cost price, lets name it as price_cost_based. Price_cost_based=cost price * ratio (settable)+adjust (settable) The ratio should be differently based on a threshold table adjustable like below Cost price range 0-a a-b b-c c-d d-e Ratio settable Ratio1 Ratio2 Ratio3 Ratio4 ...

    $171 (Avg Bid)
    $171 Avg Bid
    36 bids

    I'm in need of a professional landscape designer to create landscape ...file is available. This project requires a creative mind and an eye for detail. Key requirements include: - Designing a landscape plan for around buildings and drive isles. - Example of work needed provided - Incorporating synthetic lawn small-medium tree in front of each unit - Including garden beds with Xeriscaping landscaping method developed especially for arid and semi-arid climates that utilizes water conserving techniques Ideal candidates will have: - Previous experience in large residential landscape design - Proficiency in using design software and tools - Strong understanding of different types of flora and fauna - Excellent communication skills to understand my vision and translate it i...

    $1557 (Avg Bid)
    $1557 Avg Bid
    77 bids

    ...Manager (XPM): You will need to setup and synchronize SharePoint List with XPM API (2-way) I need you to setup lists and synchronize the following data: - Clients & Contacts - - Staff - - Jobs & Tasks - - Time - - 1 x Document Set for Clients, and 1 x Document Set for Jobs that are sync'd with the Clients and Jobs lists (e.g. New Client = Setup New Document Set) The lists above are linked so I want to columns to link to the appropriate list (e.g. Clients to their respective jobs). I won't be able to share

    $592 (Avg Bid)
    $592 Avg Bid
    24 bids

    I am looking for an experienced Pinescript coder to create a piece of code implementing the multiple combined technical indicator for my project. Below are the specifics of what I'm looking for: - Expertise in Pinescript programming with a keen understanding of TradingView's code language for custom technical analysis. - Profound understanding of technical indicators, especially the implementation of Relative Strength,RSI,ADX,Vstop,Psar - The code should be clean, efficient, and easy to understand with proper comments and documentation. Ideally, I'm looking for a developer who has proven experience in developing technical indicators in Pinescript and a good understanding of RSI. Previous work samples demonstrating the same would be appreciated. Your collaborative a...

    $118 (Avg Bid)
    $118 Avg Bid
    8 bids

    We are seeking a skilled freelancer to develop an OIDC (OpenID Connect) server capable of delegating authentication to a CAS (Central Authentication Service) server. The OIDC implementation will be based on IdentityServer4. The primary objective is to establish a secure and efficient authentication mechanism within our system, leveraging the capabilities of both OIDC and CAS protocols. The ideal candidate should possess expertise in IdentityServer4 and have experience in integrating it with external authentication providers such as CAS. Additionally, familiarity with authentication protocols and best practices in web security is highly desirable.

    $642 (Avg Bid)
    $642 Avg Bid
    29 bids

    ...columns (explained below) // }; const handleDragEnd = (result) => { ('handleDragEnd', result); const { source, destination } = result; // Check if destination is valid if (!destination) return; // Reorder within the same column if ( === ) { ('', ); // ...implementation for reordering within a column const column = columns[]; const copiedItems = [...]; // Create a copy of the items array const [removed] = (, 1); // Remove the element (, 0, removed); // Insert it at the new position setColumns({ ...columns, []:

    $33 (Avg Bid)
    $33 Avg Bid
    24 bids

    I'm seeking a seasoned strategist to develop an inbound marketing approach specifically designed to generate leads and build awareness among small business owners. Key Tasks: - Development of compelling content that aligns with our brand and resonates with small business owners. - Implementation of best practices to increase website traffic organically. - Creation of effective lead generation strategies. Ideal Candidate: - Proven track record in inbound marketing, particularly with small business audiences. - Ability to present actionable strategies for increased website traffic. - Strong comprehension of the inbound marketing funnel and its stages, particularly the 'awareness' stage. - Innovative thinker with demonstrated success generating leads through inbound...

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

    ...the required information*. 4. Visualization and filtering of the list of processes. 5. Detailed view of specific process information. 6. Temporary storage of uploaded files in the browser. 7. Functionality to delete data being processed and start a new analysis. 8. Automatic process to delete old records from the database. 9. Recording of deletions for audit and regulatory compliance purposes. Technical Requirements: - Development in Java, NodeJs, or Python languages. - Implementation of API for file processing and database access. - Data storage in a database. - Data security and encryption. Expected Deliverables: - Complete development of the Colombia Rama Judicial file analysis system. - Implementation of user interface and specified functional...

    $1870 (Avg Bid)
    $1870 Avg Bid
    20 bids

    I need a video or text description of how to display information from a CCT to display on a product page, they should be linked by a custom meta field. I think this should take about an hour to work out and then write down the steps, I can pay you $20. The CCT will have a title of 'tire_pattern', and any product with a matching 'tire_pattern' should be able to display fields which are updated in the corresponding CCT. For simplicity, the CCT has two fields: 1. Tire pattern 2. Tire description The product has a custom meta field called 'tire pattern'. If tire pattern of the product equals 'tire pattern' of the CCT, it should display the 'tire description' on the single product page. The relationship is one to many (one CCT entry ...

    $55 (Avg Bid)
    $55 Avg Bid
    23 bids

    ...and accurately. • Ability to generate detailed logs of queries and results. • The solution must include the necessary files and documentation to deploy each connector or integrator separately as AWS Lambda functions, Docker containers, or any Serverless service in AWS or GCP. Expected Deliverables: • Complete development of the query and data structuring system with all required features. • Implementation of an automated process to perform queries according to the provided specifications. • Generation of a detailed log of all queries made and their results. • Thorough testing to ensure the quality and accuracy of the system in different query scenarios. Additional Details: • A detailed document with all queries to be performed will be provide...

    $4180 (Avg Bid)
    $4180 Avg Bid
    26 bids

    ...understand the critical importance of integrating high-quality content with effective SEO and keyword strategies. We wish to outsource these aspects to a team of skilled creators and SEO professionals to save time and boost productivity. Additionally, we require a comprehensive brand book to establish a cohesive and compelling brand identity for The Encore Project. Our new website will be built using WordPress, utilizing The 7 Theme and Elementor Pro. This platform choice should be considered when designing the home page and developing the website structure. Scope of Work: 1. SEO and Content Strategy: • Keyword Research: • Conduct thorough keyword research to identify relevant keywords and search terms related to our website’s niche and target audien...

    $1500 - $3000
    Sealed NDA
    $1500 - $3000
    26 bids

    Exercise Description: we have designed a practical exercise to assess your expertise in building and deploying serverless applications using AWS Serverless Framework and AWS CDK. In this practical exercise, you are required to utilize the AWS free tier to demonstrate your skills in deploying serverless applications using AWS CDK (Cloud Development Kit) Your task involves creating an API with GET and POST methods, where the POST method registers a user to a DynamoDB table and returns a GUID, while the GET method retrieves user information based on the GUID. Requirements: 1. Build a CDK construct to deploy serverless applications including API Gateway, Lambda functions, DynamoDB, and IAM roles. 2. Develop a wrapper in CDK to orchestrate the deployment of the serverless compon...

    $131 (Avg Bid)
    $131 Avg Bid
    23 bids

    I am seeking an experienced developer proficient in creating complex, feature-rich applications and websites. The desired platform should possess: Functionality: Key: Simplicity, efficient but effective - User account creation and authentica...Collect option for alternative product acquisition. - Open source data and web scraping capabilities for refined data category management. Design: The aesthetic should be minimalistic and clean, placing emphasis on functionality and ease of navigation without sacrificing style. Store based on Grocery - food & drink products. It is essential you have previous experience with e-commerce, AI implementation and open-source data technologies within app and web development. I look forward to viewing examples of past projects that demonstrate...

    $833 (Avg Bid)
    $833 Avg Bid
    102 bids

    I'm in need of a skilled JavaScript programmer who can assist in the development of a website. - The project involves developing a website. Your role will be to assist with coding and implementation, ensuring that the website functions smoothly and meets the desired objectives. - Proficiency in JavaScript is a must. Previous experience with website development is highly desirable. - Strong problem-solving skills are essential, as you may be required to troubleshoot and debug issues as they occur. If you have a strong programming background and are confident in your skills, I'd love to hear from you.

    $334 (Avg Bid)
    $334 Avg Bid
    19 bids

    I need a skilled developer to code a custom trading strategy for TradeStation Easy language in C#. The core of this project is to create a strategy that, upon a specific price move activating a signal, will move a trailing reverse order closer by a fixed increment. This means that as the price moves in our favor, the stop loss should gradually move closer to lock in profits. Ideal skills and experience for this job would include: - Proficiency in C# - Experience with Tradestation or other trading platforms - Understanding of trading strategies, specifically trailing stops - Strong problem solving and critical thinking skills This project requires a developer with a solid understanding of trading concepts and the ability to translate these into efficient, reliable code. You should be ...

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

    ...and back-end development, with a specific focus on creating user-friendly e-commerce platforms. Key Project Details: - The site will be selling all types of clothing, meaning men's, women's and children's apparel. An understanding of how to categorize and filter products effectively will be crucial for this project. - The inclusion of a fully functional online shopping component is a must. Implementation of shopping cart and checkout systems will be necessary. - The site should support credit card payments. Fluency in payment gateway integration, specifically for credit card transactions, will be essential. Ideal Skills and Experience: - Proficient in front-end technologies (HTML, CSS, JavaScript) - Familiarity with e-commerce platforms such as Shopify, Magento...

    $163 (Avg Bid)
    $163 Avg Bid
    132 bids

    ...specified thus leaving room for discussion and professional advice. • Footer: Adjoining this contact form, there will be a footer that adds to the site's minimalistic charm. • Content: The website should also feature some simple content, details of which I will provide. I will handle the logo design, domain, and hosting arrangements myself. Ideal Skills: An understanding of form creation and implementation. Ability to design a minimalist, sleek website, and understanding of UX principles. Experience with coding from scratch as well as familiarity with website creation platforms. Ability to deliver a project in a timely manner. The planned site is minimalistic, so I am looking for someone who can provide clean, tidy coding, and efficient functionality. If this s...

    $141 (Avg Bid)
    $141 Avg Bid
    160 bids

    I am in need of an Advanced Lean Methodology Trainer to conduct in-person seminars for my team. Key Requirements: - Expertise in Lean Methodology: As an advanced professional, I...cost reduction. - In-Person Seminars: I prefer the training sessions to be conducted in-person. The trainer should be able to engage the audience effectively and create an interactive learning environment during the seminars. Ideal Skills and Experience: - Proven experience as a Lean Methodology Trainer, especially at an advanced level. - Strong background in cost reduction strategies and implementation of Lean in real-world scenarios. - Excellent communication and presentation skills, with the ability to engage and inspire a diverse audience. - Experience in conducting in-person seminars and workshops ...

    $59 (Avg Bid)
    $59 Avg Bid
    3 bids

    I'm looking for a proficient data scientist or machine learning expert to support me with a predictive analysis project. Key Project Details: - Objective: The primary goal of this project is to conduct a comprehensive predictive analysis. - Data Type: The data used will be categorical, and I need the freelancer to have expertise in handling and analyzing this type of data for predictive purposes. - Application: The results of this analysis are intended to inform important business decisions. Ideal Skills and Experience: - Profound expertise in machine learning algorithms, particularly in the context of predictive analysis. - Strong background in handling and analyzing categorical data. - Proven experience in making data-driven business decisions. I'm looking for a profession...

    $517 (Avg Bid)
    $517 Avg Bid
    45 bids

    I'm looking for a W...Testimonials (plus any other suggested pages) - Integrated lead generation forms for maximizing potential leads. These forms will include a contact form, a newsletter signup, and a request a quote form. - A searchable database to save schools' information, with the ability to rate them using a star system. Ideal Skills & Experience: - Expertise in WordPress development - Proficiency in creating custom forms for lead generation - Experience with database integration - Knowledge of search functionality implementation - Understanding of star rating systems - Strong communication skills for the potential addition of extra pages or features as the project progresses. Please reach out with a proposal and portfolio if you're confident yo...

    $113 (Avg Bid)
    $113 Avg Bid
    56 bids

    We're seeking a skilled developer to upgrade our B2B hotel booking engine to include B2C functionality and enhance its features. The project leverages (Laravel/React). Frontend Enhancements: - Multi-Language Support: Allow customers to seamlessly switch between languages (implementation details will be discussed). - Multi-Currency Support: Customers can choose their preferred currency, with dynamic conversion based on admin-configured exchange rates. Mobile-Friendly Design: - Responsive design optimized for a smooth user experience on all devices (including mobile phones and tablets). - We'll discuss the feasibility and approach to developing native mobile apps (Android/iOS) if desired. Backend Integration: - Multi-Currency: Prices are stored in a base currency and d...

    $1284 (Avg Bid)
    $1284 Avg Bid
    57 bids

    I am looking to build an E-commerce platform using Python's Django framework. 2 hour work my budget is 1000rs Key features required include: - A web development focus, primarily for an E-commerce platform - Adding and managing categories within the platform - Designing and integrating user authentication system - Setting up a fully functional payment gateway integration - Creating and managing a user-friendly content management system The ideal freelancer for this project should have strong experience in Python Django for web development, specifically E-commerce. They should possess a broad set of skills including, user authentication creation, payment gateway integration, and content management system development. Familiarity with E-commerce website standards and structu...

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

    I'm in need of a photo editor who can skillfully remove a tree from a picture of a house. This is a simple task but requires precision and attention to detail. Key Requirements: - The selected freelancer must have substantial experience in photo editing and retouching, particularly in object removal. - Proficiency in image editing software like Adobe Photoshop or GIMP is needed. - The primary objective is to show the house without the tree in front. Please include relevant examples of your past work in your application. Your work samples should demonstrate your capabilities in object removal and photo retouching.

    $84 (Avg Bid)
    $84 Avg Bid
    83 bids

    I need someone to create a merge file for my mailing list. The mailing list is currently in a text file format. I want to use this merge file for both address labels and personalized letters. Key requirements: - Convert text file mailing list into a merge file for mailer - Incorporate both address labels and personalized letters in the final product - Implement company branding on the design Ideal skills and experience include: - Expertise in mail merge applications - Graphic design experience for company branding integration - Proficiency in data management and conversion from text formats I want the addresses to be printed directly on the envelopes, not on labels to be applied to the envelopes.

    $86 (Avg Bid)
    $86 Avg Bid
    48 bids

    This quotation covers the creation and implementation of a Zapier workflow to automatically import data from CSV files received via email into HubSpot, creating and updating contacts and deals as specified

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

    I need an experienced firmware developer to create a simple firmware for a MediaTek MT7682 WiFi module. The module should operate in AP mode and stream high definition (HD) video. Key Requirements: - Development of firmware for MediaTek MT7682 WiFi module - Implementation of AP mode for the module - Enabling high definition (HD) video streaming Ideal Candidate: - Proven experience with firmware development for WiFi modules - Prior work on MediaTek MT7682 - Familiarity with video streaming over WiFi - Good understanding of AP mode configuration - Strong grasp of HD video streaming requirements Please note, the project doesn't specify the purpose of the video streaming, the intended range of the WiFi module, or the quality of the video streaming.

    $701 (Avg Bid)
    $701 Avg Bid
    34 bids

    I'd like an experienced developer to build a web application using C#. This application should have a functional interface interaction and efficient database management capabilities. I also need the implementation of an API for authentication and authorization purposes, ensuring secure access. Key expertise necessary: - Proficient in C#, ASP.NET - Strong skills in database management - Experience in UI design and interaction - Expansive knowledge in API integration, specifically for authorization and authentication.

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    34 bids
    Landing pages creation 6 days left
    VERIFIED

    Create landing pages on our site for each of the exhibition venues in 8 European countries. In total there are 120 landing pag...(CHATGPT- verified) 2- Address of the fairground, web of the fairground (no follow) also verified 3- A picture and a logo of the venue (we will provide the picture) 4- A google maps field indicating the venue. (verified) 5- A table with the fairs that take place at the venue (we will provide the link to each table, that will be already on our site) 6- We will need to set link 4 keywords per page linked to different parts of our site (4 links) 7- We will provide the template of page to use (is one of our elementor templates) 8- We will need to set the h1, h2,h3, and the page title for seo Our worpress uses elementor, we will provide credentials to create...

    $175 (Avg Bid)
    $175 Avg Bid
    146 bids

    I'm seeking a seasoned expert in both SAP Cloud ALM and Grafana to help me build a resourceful dashboard for optimal data visualization. Given my beginner's level in using Grafana, I'm looking for clear, thorough guidance to navigate through this tool effectively. **Your Main Task:** 1. Tutoring on how to construct a Grafana dashboard with a SAP Cloud ALM data source **Intended Metrics:** - System performance metrics - Custom metrics from calm logs and calm LMS **Skills and Experience Needed:** Preferably, you have: - A solid understanding of Grafana and how to use it for data visualization - Significant experience working with SAP Cloud ALM data sources - Proven ability to provide step-by-step instruction catered to a beginner - Patience and passion fo...

    $140 (Avg Bid)
    $140 Avg Bid
    8 bids

    ...infrastructure: After successful deployment, continuous management is required to ensure everything runs smoothly. The admin should be able to troubleshoot issues, optimize performance, and make necessary adjustments as the need arises. Deploy applications to AKS clusters using containerization technologies like Docker, Kubernetes, and Container Registry Familiarity with Azure CLI & PowerShell Set up a 2/3 tier application on Azure. VMs, web apps, load balancers, proxies, etc Well versed with security, AD, MI SPN, firewalls, Linked Service/IR (Self-hosted/managed) Please note that the project needs to be completed ASAP. Ideal Skills: - Extensive experience with Microsoft Azure - Proven track record in designing, deploying, and managing Azure infrastructure - Stron...

    $83 (Avg Bid)
    $83 Avg Bid
    9 bids

    I'm seeking a talented professional to create a 35-45 second 3D animation commercial for my label. If you have the ability to turn the silhouette of the girl in my original label into the gold palm tree, please contact me. Basically looking for someone to take an existing label for an alcohol brand and show the evolution to the new label. I would like the girl to morph into the palm tree logo. Requirements: - Proven experience in creating high-quality 3D animations - Adept in crafting abstract designs - Portfolio showcasing ads and 3D animations Ideal Skills: - Proficiency in popular 3D animation software - Strong understanding of animation principles - Commercial and product advertising experience This project demands creativity, technical ability, and an unders...

    $158 (Avg Bid)
    $158 Avg Bid
    52 bids

    ...and improvements - Optimize front-end elements for maximum speed and scalability - Design and implement secure, efficient, and scalable back-end solutions - Ensure the application's database is well-managed and optimized - Participate in the development of healthcare/business related applications. - Work with Product Owners and teams to drive features and specifications, architecture design, implementation, and other software development responsibilities. - Works closely with in-house UX team to build out modern, responsive, intuitive interfaces. - Create and update technical documents. - Provides technical mentoring and knowledge sharing to Software Engineers. - Contributes to business requirement definition and use case design as technical expert. - Serves as a go-to perso...

    $492 (Avg Bid)
    $492 Avg Bid
    34 bids

    ...interactivity. - Mobile App Interface: User-friendly interface design promoting user engagement. - Interactive Prototype Design: Demonstrable and interactive prototype, reflecting final design plans. Ideal skills would comprise significant experience in UX design, UI design, and a strong understanding of dynamic and interactive design principles. Familiarity with the current trends and their effective implementation is an added advantage. Excited to collaborate for an engaging user experience. We need someone with experience on admin panels, user forms, shipments forms, etc..etc..etc.. design and we need to see something done by you. I'm doing this first part as a contest and choose the one I think goes best with our vision but I will be taking the best 3 people to work...

    $168 (Avg Bid)
    $168 Avg Bid
    88 bids

    ...visualizations should be in the form of static charts and graphs. Ideal Skills and Experience: - Advanced Excel Skills: You should have extensive experience with Excel, including creating complex formulas, using VBA for automation, and chart creation. - Data Visualization Expertise: A strong understanding of data visualization techniques and tools will be beneficial. - Software Development: Experience in developing bespoke software within Excel would be advantageous. Please note that while the visualizations need to be created using Excel, I'm open to suggestions for automating spreadsheet tasks using other software if necessary. I'm looking for a solution that is efficient, accurate, and user-friendly. "I have created a spreadsheet to monitor dail...

    $82 (Avg Bid)
    $82 Avg Bid
    13 bids

    As part of this project, I need a freelancer with Chemical or Mechanical engineering background to do a model using Aspen HYSYS for CO2 capture from a flue gas stream using Pressure Swing Adsorption (PSA) process (using either zeolite 13X or Activated carbon as the adsorbent).

    $118 (Avg Bid)
    $118 Avg Bid
    23 bids

    I'm looking to hire a professional email marketer to help me grow my email list using Aweber. Key Responsibilities: - Devise and implement strategies to significantly increase the number of subscribers on my email list. - Develop engaging and appealing email campaigns that will help attract and retain subscribers. Ideal Candidate: - Proven experience in email marketing, specifically with Aweber. - Adept at crafting impactful and conversion-focused email campaigns. - Familiarity with strategies for enhancing subscriber growth. - Excellent communication and collaboration skills. Please include examples of previous successful campaigns and subscriber growth you've achieved in your proposal.

    $403 (Avg Bid)
    $403 Avg Bid
    16 bids

    ...for publication. Expertise in the given key areas is necessary, with an ability to meld quantitative and qualitative research methods. Together, let's create knowledge-boosting articles and get them published in Q1 Scopus indexed journals. I'm in need of a proficient writer with a solid understanding of seismic monitoring technologies, earthquake prediction methods and early warning system implementation. The goal is to create two compelling articles for a Scopus indexed journal on the above mentioned topics. Skills needed are: - Extensive knowledge of earthquake early warning systems - Excellent writing and research skills - Ability to present scientific information in a clear, engaging manner - Previous experience writing for academic journals (preferably scienc...

    $69 (Avg Bid)
    $69 Avg Bid
    12 bids

    I'm seeking a skilled developer proficient in the Power Platform suite - RPA, Power Apps, Power Automate (Flow), and ...setting up automated workflows with the aim of: - Streamlining our data entry process - Automating repetitive tasks - Enhancing workflow efficiency - Implementing data validation and error handling The ideal freelancer for this role should have extensive knowledge of Power Platform applications and a keen understanding of business processes and workflow management. Experience in development and implementation of custom data entry forms is a must, as is familiarity with creating automation workflows. Your work will be instrumental in improving our operations. Your expertise will directly contribute to increasing our productivity and minimizing human error in ...

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

    I'm looking for a proficient Python developer with experience in Flask to build a robust RESTful API that primarily handles user data. Your main task will be to create a secure and efficient API, implementing OAuth for user authentication. Key requirements and responsibilities include: - Creation of a RESTful API with Flask - Handling of user data - Implementation of OAuth for user authentication Ideal skills and experience for this job include: - Proficiency in Python and Flask - Strong understanding of RESTful API design principles - Prior experience with OAuth for user authentication - Ability to ensure secure and efficient data handling - Good communication skills to understand and deliver on project requirements If you believe you have the necessary skills and experie...

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

    I'm looking for a seasoned professional to assist my business with implementing change management. The key goals of this project are: - Improve efficiency and productivity - Enhance employee engagement and satisfaction - Adapt to new technology and processes The main challenge we're facing is resistance to change from employees. Therefore, effective strategies to address this issue will be essential for this project's success. The ideal freelancer for this job should have: - Previous experience with change management - Exceptional communication skills to aid in clearly explaining the changes and their benefits - Proven strategies for overcoming resistance to change Ultimately, my objective is to increase my company's profitability by increasing efficiency through t...

    $2313 (Avg Bid)
    $2313 Avg Bid
    47 bids

    I'm looking to develop a Microsoft Access database to manage and print cage cards for laboratory mice from an existing Excel file. The Excel includes columns like Cage ID, Strain, Sex, Age, Mouse ID, and Notes, among others. Each card should group mice by their Cage ID and include relevant details such as Strain, Mouse ID, Sex, and Requirements:Database Development: Create a database from the Excel Card Design: Design printable cards with the listed Functionality: Enable direct printing from Interface: Simple UI for selecting and printing cage provide a quote and timeline for this project, along with any similar work you've done.

    $44 (Avg Bid)
    $44 Avg Bid
    20 bids

    I am looking for a Joomla web developer who can help me integrate UTM tracking into the "convert forms" module of my Joomla website. Key Requirements: - Implement UTM source, medium, campaign, term, and Gclid ...UTM source, medium, campaign, term, and Gclid tracking within Joomla - Ensure UTM parameters are automatically added to all form submissions - Make sure that the tracked UTM parameters and Gclid are visible as fields on the form so they can be uploaded to Zapier Ideal Skills and Experience: - Proficient in Joomla and its "convert forms" module - Strong understanding of UTM tracking and its implementation - Experience with integrating form data with Zapier - Familiarity with Gclid tracking would be a plus Please provide examples of similar work you&#...

    $177 (Avg Bid)
    $177 Avg Bid
    42 bids