Return boolean stored procedure sqlJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 return boolean stored procedure sql jobb har hittats, med prissättning USD

    Hej Amr S., jag la märke till din profil och skulle vilja erbjuda dig mitt projekt. Vi kan diskutera detaljerna över chatten.

    $32 / hr (Avg Bid)
    $32 / hr Snittbud
    1 bud

    ...enligt utdelad instruktion - struktur för uppsats. Focus: assignment must be write in swedish and in third person. also use semple words, this is a high school assignment. also add two sources( källor) at the end of the text. Structure:My work Vattendagbok has to de divided in ; 1. Inledning; introduktion of the assignment and theory background of the expirement. 2. Metoder och material; the procedure and the materials used in the expirement. ; write the results of the expirement. : you discuss the results you achieved and the difference between your amouth of Daily use of water and the Daily quantity of water used in Sweden and around the world. 5. Källor; write the links of the sources you used....

    $15 (Avg Bid)
    $15 Snittbud
    2 bud

    Till en nygrundade företag inom social entrepreneurship behövs det skaffas en SQL databas samt back-end mask till data query och entry, och en mindre front-end sökmask. Detailerad lista på databas-råder och egenskaper såväl som mockups på aller masker finns. Webspace med möjlighet till SQL databas finns. Detta är prototyp-stadien till en större projekt och rätt programmerare kan blir anlitad även till vidare arbeten med databasen, back- och front-end maskarna, samt senare utveckling av sökmask i app-form och enkelt web-shop kopplad till databasen.

    $2850 (Avg Bid)
    $2850 Snittbud
    5 bud

    Jag behöver en databas (SQL script) som håller reda på Medlemmar och dess Vänner, samt Kontakt/Meddelanden som skickas mellan dem: - Medlemmar (Namn, Mail, Lösen, Mobilnr., inloggningssätt (Facebook, Google, ösen)) - Medlemmars olika relationer till Vänner (mobilnr., mail, namn, adress) - Tabell över kontakter/meddelanden som tagits med Vänner (GUID skapas för varje gång). - Möjligheter för Vänner att logga in med hjälp av GUID för att se meddelanden - Meddelande skall kopplas mellan Medlem och Vänner. - Medlemmarna skall kunna ha en elektronisk plånbok

    $55 (Avg Bid)
    $55 Snittbud
    1 bud

    Project 1av 2(sql fler fields) skickar den andra projektet under dagen Har ändrat pattern1&pattern2 columnerna i databasen till kundnr&country, id till uid, verkar fungera. Sedan har jag ändrat field1&2 till flera columner i results.html. Så här ser columerna ut i databasen. id, kundnr, country, searchstring, tiff, checked, vat_number, company_name, company_adress, invoice_date, invoice_nr, valuta, summa_netto, summa_moms, varukod, varu_underkod, sprak_kod, beskrivning, fakturatyp, skattenummer

    $24 (Avg Bid)
    $24 Snittbud
    1 bud
    Projekt i PHP/SQL Avslutades left

    Mac PHP Har byggt en första version av en sajt som låter användare logga in och ange/ladda upp data. PHP/Mysql är använt idag. Skulle i dagsläget behöva primärt ett bollplank kring databasstruktur och koden principiellt men även hjälp med faktisk programmering för vidareutveckling av tjänsten. säkerhetsaspekter är också viktiga i nuläget

    $2318 (Avg Bid)
    $2318 Snittbud
    11 bud

    Söker back end utvecklare med erfarenhet från skräddaranpassade CMS hemsidor. Du bör vara kunnig inom PHP, Web 2.0, XHTML, SQL, Cross-browser optimering. Utvecklingen av hemsidan bör göras med stor anpassning. Då majoriteten av publiceringen görs av redaktörer måste backend vara anpassad för exempelvis skapande av artiklar. Du kan utgå från ett open-source alternativ och vidareutveckla den enligt våra specifikationer. Integrering mellan hemsidan och databas måste göras av dig. Analytics program erfordras. Interaktion görs möjligt med commenting, threads och forum. Erfarenhet från schemaläggning av aktiviteter bör du kunna göra. Caching även. Säke...

    $11657 (Avg Bid)
    $11657 Snittbud
    9 bud

    Programmering av ett Iphone och Android telefonapplikation kopplat mot telefonväxel MS SQL och winows server. Funktion och design ingår. Erfarenhet av applikation som contact center, callcenter. Samtalsstryning och design. Lång erfarenhet och stor förståelse krävs.

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    52 bud

    Programmering av ett Iphone och Android telefonapplikation kopplat mot telefonväxel MS SQL och winows server. Funktion och design ingår. Erfarenhet av applikation som contact center, callcenter. Samtalsstryning och design. Lång erfarenhet och stor förståelse krävs.

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

    Pozdrav, trazim pomoc u vezi sa nekim tekstovima na engleskom. prvi put se logujem na ovaj sajt tako da nisam siguran kakve su procedure... moramo li komunicirati ovde ili mozemo ostvariti direktan kontakt? moja adresa je dusko_tacka_com_et_gmail_tacka_com

    $200 (Avg Bid)
    $200 Snittbud
    1 bud

    ...Googles Adwords-API så kan det bli aktuellt att göra motsvarande projekt där. **English version** We're looking for someone who has experience working with Facebook's API for advertising, who can help us automate the process of publishing targeted ads from our system to Facebook. Our system is based on a Java-environment, where we have a large number of job ads targeted to different groups stored in a database. It's some of these jobs we're looking to publish as Facebook ads, targeted at the correct audience (gender/age/region). This project can either be done as something you write in Java, which will be added as a module to our current system, publishing selected data to Facebook. Alternatively we'll provide and xml/json-file...

    $1465 - $2930
    $1465 - $2930
    0 bud
    Vigenerechiffer Python Avslutades left

    ...dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på vigenere-sidan (nyckel "RELATIONS" och meddelande "TO BE OR NOT...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan...============================== jag/du min/din mig/dig ... Observera att programmet inte ska s¨oka enbart p°a det f¨orsta av de tv°a orden, utan ¨aven det andra. Du ska allts°a inte skriva filen s°a h¨ar: jag/du du/jag min/din din/min ... VGV F¨or att minska antalet l¨asningar av filen ska du l¨asa in ordparen i en en datastruktur. Programmet avslutas genom att anv¨andaren ger ett RETURN-tecken ist¨allet f¨or en textrad. Programmet ska j¨amf¨ora det utplockade ordet med orden i ordlistan. Hittas ett identiskt ord, byter vi ut det mot det andra ordet i ordparet. Efter avslutad s¨okning skrivs ordet ut p°a sk¨armen (i datorns svar). T¨ank p°a att ...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan...============================== jag/du min/din mig/dig ... Observera att programmet inte ska s¨oka enbart p°a det f¨orsta av de tv°a orden, utan ¨aven det andra. Du ska allts°a inte skriva filen s°a h¨ar: jag/du du/jag min/din din/min ... VGV F¨or att minska antalet l¨asningar av filen ska du l¨asa in ordparen i en en datastruktur. Programmet avslutas genom att anv¨andaren ger ett RETURN-tecken ist¨allet f¨or en textrad. Programmet ska j¨amf¨ora det utplockade ordet med orden i ordlistan. Hittas ett identiskt ord, byter vi ut det mot det andra ordet i ordparet. Efter avslutad s¨okning skrivs ordet ut p°a sk¨armen (i datorns svar). T¨ank p°a att ...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    Function is done, amend the label that is stored and the value show. Only with ftp

    $14 (Avg Bid)
    $14 Snittbud
    7 bud

    Insert a category or several categories of job. Return all platform’s (Upwork, Freelancers, , related people who find part time job or full time job’s information and give a rank.

    $956 (Avg Bid)
    $956 Snittbud
    28 bud

    MUST READ FIRST =============== MUST HAVE - Blazor experience of at least 3 years - Latest version of .NET & SQL Server - At least 1 hour of availability between 6:00PM and 11:00PM EST - Your price is the one that you REALLY want to have with 10% +- NOTE - APIs will be provided (you will not develop APIs) - No development will be done on My Computer. - DO NOT APPLY if your fees can exceed 10% or your bid PROJECT I have C# Blazor Web App that works using SQL Server Database & using APIs at the same time. For the functions that use the database, I want to replace them with the APIs 1- Make code debuggable. 2- Error message appear with no details, need to make the error message has Show More to display the details of the error. 3- Load Codes from APIs instead of...

    $307 (Avg Bid)
    $307 Snittbud
    26 bud

    I'm looking for a skilled individual who can help me read a file and extract specific data from it. Key Requirements: - Extraction of File names, File sizes, File creation dates, and messages stored in the DB file. - Ability to adapt to extracting all messages or specific ones, depending on my future needs. - Delivery of the extracted data in a Spreadsheet format, preferably Excel or Google Sheets. Ideal Skills and Experience: - Proficiency in reading and interpreting files. - Advanced skills in data extraction, particularly from database files. - Experience in delivering data in a spreadsheet format. - Flexibility to accommodate future changes in the extraction requirements. - Strong communication skills to clarify requirements and deliverables.

    $33 / hr (Avg Bid)
    $33 / hr Snittbud
    27 bud

    I'm looking to streamline our purchasing process through a high-level overview of our procurement policy and procedures. This document will be used by all em...procedures - Ensure it is user-friendly and accessible to all employees - Consider the use of diagrams or simplified processes to aid understanding - The document should be concise, focused on the main processes and steps without getting too detailed Ideal skills and experience for this job include: - Strong understanding of procurement processes and best practices - Experience in policy and procedure development - Ability to simplify complex processes for a wide audience - Excellent communication skills to ensure the document is clear and accessible to all employees - Previous experience with streamlining proce...

    $123 (Avg Bid)
    $123 Snittbud
    8 bud

    We are seeking a skilled freelance writer to create comprehensive documentation and set up demo data for our company's Customer Relationship Management (CRM) processes. The primary responsibility will be to research and document our existing CRM workflows, procedures, and best practices, as well as create sample data...proposal with the following: Your rate or fixed-price quote for the project (Budget: Max Rs. 1000 INR only) A writing sample demonstrating your ability to create clear and concise documentation Your availability to start and estimated timeline for completion We will provide demo login credentials for the GrowCRM system. Although the budget is strict at Max Rs. 1000 INR, we can offer good reviews in return for quality work. We look forward to reviewing your appl...

    $12 (Avg Bid)
    $12 Snittbud
    2 bud

    I'm in need of a professional who is skilled in both graphics and Power BI. Let's collaborate to convert raw data into clear, visual and interactive dashboards. Here are the specific needs for this project: Power BI Tasks - Effectively perform Data modeling, Data visualization and dashboard creation using Power BI - Work with various data sources that include Excel Spreadsheets, SQL databases, Online APIs, and Azure Graphics Tasks: -Even though I didn't specify any graphical needs, any creative approach or design skills you can bring to the project to enhance the visual aspect of the data would be appreciated. Ideal Candidate - Proficient in Power BI - Experienced in working with multiple data sources - Has a knack for graphic design - Detail-oriented and data-dri...

    $1997 (Avg Bid)
    $1997 Snittbud
    60 bud

    ...months to 15 months Position open: 2 Data scientists Key Responsibilities: - Perform data analysis and visualisation on trading or stock market data - Use your data science skills to provide valuable insights - Ensure the accuracy and efficiency of your predictive modeling Ideal Skills and Experience: - Proven experience in trading or stock market data analysis - Proficiency in Python, R, and SQL - Strong analytical and problem-solving skills - Prior experience with predictive modeling and algorithm development - Ability to handle a variety of data sizes and formats, as the size of the data may vary If you have previous experience in the trading industry and can confidently handle data analysis and visualisation, this opportunity is perfect for you. Your work will play a vita...

    $13 / hr (Avg Bid)
    Framhäv
    $13 / hr Snittbud
    8 bud

    Tengo un Insert que proviene de una tabla que esta consumiendo mucho CPU al momento de ejecutarse, es un SP simple pero requiere de índices o validar que los que ya están creados no estén causando conflicto y aumenten el consumo del CPU

    $14 / hr (Avg Bid)
    $14 / hr Snittbud
    13 bud

    I need a program that can scrape for the addresses of homes listed and compile them into a CSV file. The program should include the duration each house has been listed on the site, and have it run every hour to capture new listings. Additionally, I would like duplicates to be automatically eliminated. Key Responsib...file against another data base that has age and name of owner and contact info. Ideal Skills and Experience: - Experience in web scraping and data extraction - Proficiency in programming languages suitable for web scraping (e.g. Python, Scrapy) - Knowledge of CSV file creation and data handling - Ability to automate processes for regular data updates Please note that the addresses should be stored in the CSV file with each one on a separate line for easy reading.

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

    ...for few countries we need you to replicate for more different countries, each country will consists about 8 google sheet types and some types may have dozen or up to few hundreds google sheets. Then some of the data needs be transferred and stored to SQL and taken from SQL by API also. This is team work, you will be working with bunch of server guys and python guys. So you need to possess these abilities and criteria : 1. Able to make google sheets fast, make editor for the GS fast and send all of the Google sheets ownership to me. 2. Able to work on SQL and API. 3. Able to collaborate as a team. 4. Agile, fast delivery, and responsive 5. Integrity, Honesty, Independently initiative, responsible, straight forward, loyal, modest, discipline, emphatically fai...

    $28 (Avg Bid)
    $28 Snittbud
    13 bud

    I'm looking for an experienced full-stack and OAuth expert to integrate OAuth authentication for Twitter, TikTok into existing React.js applications. You are responsible for implementing a seamless user authentication experience that allows users to connect their social media accounts to our platform. If authentication is successful, the user's social media profile information should be safely stored in the database. For example, when the user presses the "Twitter connection" button, the Twitter user information input field using OAuth appears, and when entered, the information is changed to the "connected Twitter". If you successfully complete this task, I will award you development of all parts of this project. I attached a screenshot Looking forwa...

    $30 (Avg Bid)
    $30 Snittbud
    16 bud

    ...of success or error, considering 3 retries if the source rejects the connection. Finally, the information obtained from all sources can be queried from the frontend where the source of information for each record must be clear, and a functionality to visualize this information in a table with filters and sorting, or directly from the backend through a JSON API. When performing a new search, the stored information will be automatically deleted. Main Functionalities: 1. Custom API Parameter Configuration: Set headers, HTTP method, and data interactively. 2. Data Selection for Filtering: Allow filtering data by name, identification number, or both, to standardize information. The equivalent field in the endpoint to be queried should be placed alongside. 3. Data Mapping and Standa...

    $2656 (Avg Bid)
    $2656 Snittbud
    40 bud

    ...of success or error, considering 3 retries if the source rejects the connection. Finally, the information obtained from all sources can be queried from the frontend where the source of information for each record must be clear, and a functionality to visualize this information in a table with filters and sorting, or directly from the backend through a JSON API. When performing a new search, the stored information will be automatically deleted. Main Functionalities: 1. Custom API Parameter Configuration: Set headers, HTTP method, and data interactively. 2. Data Selection for Filtering: Allow filtering data by name, identification number, or both, to standardize information. The equivalent field in the endpoint to be queried should be placed alongside. 3. Data Mapping and Standa...

    $2403 (Avg Bid)
    $2403 Snittbud
    81 bud

    I need an expert with solid experience with AWS services, particularly Elastic Beanstalk and S3. As part of this project, I require: - Deployment of two applications on Elastic Beanstalk within my existing architecture. - Set up of two S3 buckets intended to store app data and archive data. The data to be stored is expected to be in the medium range (1-10 GB). Therefore, the buckets must be optimized for this scale. Required skills and experiences: - AWS Elastic Beanstalk: It's crucial for you to understand and proficiently manage application deployment within my infrastructure. - AWS S3: You need to have expertise in creating and managing S3 buckets, specifically for storing application data and archiving purposes. The main aim of this project is to develop two S3 buck...

    $22 (Avg Bid)
    $22 Snittbud
    8 bud

    I am seeking a skilled SAP Fiori expert, particularly with experience in the Transactional Fiori app, to aid me in configuring an existing Fiori app on our SAP S/4HANA system. Key Requirements: - Creation of a substitution within Fiori app - The substitution should concatenate invoice reference, reason code, and customer information - Concatenated information should be stored in a text field in residual clearing Ideal Skills: - Proficient in SAP Fiori configuration - Strong understanding of SAP S/4HANA system - Experience with Transactional Fiori apps Your expertise in this area will be highly appreciated, and I look forward to working with a professional who can provide clear guidance and support in this matter.

    $2 / hr (Avg Bid)
    $2 / hr Snittbud
    1 bud

    ...this project should have proven experience in time series forecasting, Python programming, and developing interactive dashboards. A solid grasp of data visualization principles would be a plus. The output should be in a form of a python file with 4 models above and related dynamic visualizations. The text preprocessing is required and can be done in any necessary technologies (HADOOP/SPARK,NOSQL/SQL databases) - screenshots of the bash code are required....

    $29 (Avg Bid)
    $29 Snittbud
    12 bud

    Se debe mantener un sistema hecho en .Net el cual esta vinculado a una base de datos SQL Server de Microsoft. El postulante debe manejar a la perfeccion el idioma Español.

    $12 / hr (Avg Bid)
    $12 / hr Snittbud
    31 bud

    ...functionalities: - The user tier is 50 and the main focus of the web app is communication. We want to avoid communication with our members through WhatsApp and emails. Communication can be send through the web app to one, a group of members or all members with a specific role. - The different roles are: admin, staff, parent and kid. - Members can be managed in the web app (CRUD). Personal information can be stored by admin or staff, and a part of the information can be read by one or more members (of type parent). A parent can be linked with more than one members of type parent. - Members of type kid can be managed per season (CRUD) (ex. 2024-2025, 2025-2026, …), and a season contains about 34 sessions. Each saterday morning there are two sessions (psychomotor skills and b...

    $1332 (Avg Bid)
    $1332 Snittbud
    52 bud

    ...Capabilities: The form must support file uploads specifically for image and document files. No video file uploads are permitted. - Auto-Response: Configure the form to send an automated reply once a customer fills it out. This reaction should reassure the client that their message has successfully been received. - Database Utility: Arrange for all submitted information through the form to be securely stored in a database. This will streamline tracking and handling of client queries. Details of the DB structure will be provided. - Security Measures: Implement Captcha security to filter out any potential spam or automated entries. - Skills Required: Deep understanding of HTML, CSS, JavaScript, and server-side scripting languages. Familiarity with database management and maint...

    $151 (Avg Bid)
    $151 Snittbud
    117 bud

    I'm searching for an expert in Visual Studio 2022, MS SQL, and VB.net, for the main objective of maintaining and updating an existing software application. Key tasks: - Primarily, the project will involve optimizing the application's performance. Skills and experience: - Experience with Visual Studio 2022, MS SQL, and VB.net is a must. - Proven expertise in software optimization. - Knowledge of system maintenance and updating.

    $162 (Avg Bid)
    $162 Snittbud
    20 bud

    ...files. The calculations that are currently done manually in Excel need to be automated. This means the Python script you develop will need to accurately and efficiently perform these calculations every time it runs. As for the frequency, the system should run calculations on demand. This way, I can trigger it whenever I need the numbers updated. The calculations are based on the data currently stored in my Excel files. So the script will need to read this data, perform the necessary calculations and update the files with the new results. The ideal candidate should have: - Proficiency in Python - Experience in working with Excel files - Understanding of automation processes - Ability to write clean, maintainable code - Good communication skills If you're confident y...

    $42 (Avg Bid)
    $42 Snittbud
    21 bud

    I have a 500MB XML file that I need loaded into SQL across approximately 20 tables. I'm in need of a Python script to handle the transformation. The script will need to handle normalization of the data. Key requirements: - Develop a Python script to read the XML file and transform the data into a normalized structure across 20 tables. - You will need to create the SQL tables as part of the normalization process. - Experience with large data transformations and SQL is vital.

    $185 (Avg Bid)
    $185 Snittbud
    86 bud

    ...mediaDevices API to capture images from the device camera (focusing on iPhone users for this initial phase). Upon user interaction, the API will be used to request camera permission and capture an image. The captured image data (base64 encoded string) will be linked to the corresponding garden space object in the Pinia store. The image data will be stored locally within IndexedDB alongside the garden space information. Images should NOT be stored in the user's Photos app on their phone. 7. User Interface Considerations: The developer will utilize the already-designed and developed user-friendly interface for: Entering customer information Adding and managing garden spaces Viewing and editing estimate details The developer will add functionality for: Capturing a...

    $577 (Avg Bid)
    $577 Snittbud
    106 bud

    I'm seeking an experienced Facebook ad manager to set up and optimize my campaigns on Facebook Business Manager. My primary goal is lead generation, with a focus on targeting local customers. Key requirements: - Proficiency in Facebook Business Manager: I need someone who has a strong command of this platform and can navigate its features with...lead generation: I'm looking for a professional who has successfully generated leads through Facebook ads in the past. - Understanding of local targeting: Since my target audience primarily consists of local customers, I need a freelancer who knows how to create and optimize local advertising campaigns. The ideal candidate will have a meticulous attention to detail and be able to deliver a high return on investment through effect...

    $97 (Avg Bid)
    $97 Snittbud
    31 bud

    I'm seeking a skilled .Net developer to assist in developing a comprehensive retail system that has features such as user authentication and authorization, inventory and product management. Requirements: - Proficiency in C#, .Net, Entity Framework and SQL Server - Ability to develop a retail project from scratch - Strong understanding of user authentication and authorization - Experience in inventory management and product cataloging It's crucial that the chosen freelancer has prior experience in building online retail systems and a strong understanding of the retail business model. The ideal candidate should be able to deliver a secure, efficient and scalable retail project. Any experience with Angular/react/Node would be plus

    $1340 (Avg Bid)
    $1340 Snittbud
    23 bud

    I am in need of a freelance MIS Executive with strong skills in data analysis and database management. Responsibilities: - Conducting detailed data analysis using the provided tools - Proficiently manage and maintain a database Ideal Candidate: - Proficient in Microsoft Excel and SQL Server - Experience in database management and data analysis - Strong analytical skills - Excellent attention to detail This project requires someone who can work independently, has a good eye for detail, and can deliver high-quality results. A background in MIS or similar field would be a big plus.

    $274 (Avg Bid)
    $274 Snittbud
    18 bud

    ...require close collaboration. Dev team required to develop a recruitment related web application for desktop and phone (design to completion) Whereby; candidates can create a profile upload their CV, images or link to images and videos recruiters can search CVs with a Boolean type search functionality & save searches. Candidates and recruiters can message each other. Admin can manage the back end. Suggested technical skill set but not a complete one… • Cloud-based server solution • Azure or Single server solution • MS SQL Database (NoSQL document database might be more appropriate?) • OAuth • Payment gateway • .net We suggest design led development process where we sign off the look and feel of the web pages… the back e...

    $4214 (Avg Bid)
    $4214 Snittbud
    96 bud

    ...managing user profiles, cataloguing orders, generating recommendations, and facilitating payment systems. 1. Implement a QR code as the entry point for users to access WhatsApp chat. 2. Utilize WhatsApp APIs to initiate chat sessions. 3. Employ Language Model (LM) capable of Hindi, English, and Hinglish for conversational interactions. 4. Integrate LM with backend logic for CRUD operations on a DB (SQL/NoSQL). 5. Store restaurant data including name, menu, pricing, and location details. 6. Capture user profile data such as name, preferences, allergies, and delivery addresses. 7. Manage user records and orders in the backend. 8. Prompt new users to provide necessary details. 9. Facilitate dish selection based on user preferences. 10. Display sorted dish options in sets of four ...

    $148 (Avg Bid)
    $148 Snittbud
    4 bud

    We are looking for an experienced sales specialist knowledgeable about the food influencing market. Spotting potential influencers based on engagement rates and establishing agreements with them will be your main responsibility. Tasks: - Identify potential food influencers with high engagement rates. - Present our project and build relationships. - Secure and return signed contracts. Skills & Experience: proven success in sales. familiarity with influencer marketing, particularly in the food industry. outstanding negotiation and communication skills. i am looking for a sales specialist who can present our offer for food influencers. Project : Our site can pay influencer membership, and create a live streaming event with our customer consultant, Each influencer has a consultan...

    $15 / hr (Avg Bid)
    $15 / hr Snittbud
    34 bud

    You will get a solid consultation for developing a project from scratch or even an idea. In the Consultation you will receive: 1. Clarity in your thought process✅ 2. Knowledge about the design procedure✅ 3. Answers to your questions which are not letting you sleep✅ 4. Practical approach towards every problem solving✅ 5. Quick Support over call

    $50 / hr (Avg Bid)
    $50 / hr Snittbud
    1 bud

    ...accurately on the new machine. This includes not only firewall rules but also VPN configurations, interface settings, and all other relevant setup. - Manual synchronization: I prefer to manage the synchronization manually in order to have better control over the process and to observe real-time changes as they occur. This means that the freelancer will need to assist me in developing a reliable procedure for manual synchronization between the two boxes. Ideal skills and experience: - Proficiency with OPNsense firewall: The freelancer should have a strong background in working with OPNsense firewalls, including the ability to navigate the interface, understand the configurations, and troubleshoot any issues that may arise during the backup and replication process. - Network sec...

    $141 (Avg Bid)
    $141 Snittbud
    20 bud

    Description: I am looking for an expert in SQL and R programming for a detailed data analysis project. This project involves extracting, analyzing, and reporting on data from a sophisticated relational database setup. The ideal candidate should have a solid background in data science, with specific skills in SQL and R. Responsibilities: Efficiently query and manage data using SQL from a SQLite3 database. Apply R programming techniques for advanced data cleaning, analysis, and visualization tasks. Ensure data integrity and optimize data processing workflows. Analyze results to derive actionable insights and compile detailed reports. Document all processes and code in a clear and comprehensive manner. Requirements: Profound knowledge of SQL with experience in ...

    $168 (Avg Bid)
    $168 Snittbud
    30 bud

    We are currently seeking a skilled developer to create a Chrome extension and associated API. This project will involve the development of an extension designed to in...extension should perform API calls to transmit this data to an API that stores it within a database. Additionally, there may be instances where the extension needs to make API calls based on UI events, retrieve data from the database, and display this information on the UI. There will also be certain situations requiring the extraction of data from external sources for storage in the database. The stored data will then be utilized by the extension via API calls. Further details regarding these requirements will be provided upon discussion. We look forward to exploring your capabilities in meeting these unique c...

    $30 / hr (Avg Bid)
    $30 / hr Snittbud
    42 bud
    Taxi Booking Wordpress Plugin 6 dagar left
    VERIFIERAD

    ...feature so where customer types address and it autocompletes and destination will be static locations we also need option to add waypoints, for Form (From Airport) way points will be added to destination only and each way point will add £10 For Form (To Airport) way points will be added to starting location and each way point will add £10 to total Date and time selection and if trip is oneway or Return we will need vehicle added to backend for plugin each vehicle will have settings like number of suitcase, passengers and handbags, these will be shown when vehicles will be listed when search is performed. each vehicle will have its own price for each airport if anything is missing let me know. - Multiple Payment Options: We need to make it easy for the customer by of...

    $514 (Avg Bid)
    $514 Snittbud
    235 bud

    Here's a paraphrase of the summaries for the tasks: **Extracting data from images (Task 1a):** * You'll need to add a new function to existing code that can grab specific values from images stored on Google Earth Engine (GEE). * These values, representing features of the land, will be used to train a machine learning model later. **Creating a new feature (Task 1b):** * You'll write some new code to define a new feature based on existing data (called NDVI). * This involves creating a new class that inherits from existing ones to handle this specific feature extraction. **Training machine learning models (Task 2a):** * Using all the features you extracted in Task 1, you'll train different machine learning models for a client. * The client has collected soil s...

    $119 (Avg Bid)
    $119 Snittbud
    26 bud