Szűrő

Legutóbbi kereséseim
Szűrés erre:
Költségvetés
eddig:
eddig:
eddig:
Típus
Készségek
Nyelvek
    Munka státusza
    2,000 php special munka, árazás ebben: EUR

    I have an existing php script (front end and admin panel) that was designed on PHP 7.2-4 and I am looking to upgrade it to PHP 8.2. This requires updating the functionalities of the script as well as ensuring mysql compatibility to make it fully workable.

    €36 (Avg Bid)
    €36 licitátlag
    45 árajánlat

    I'm looking for a detail-oriented freelancer with excellent typing skills and a keen eye for accuracy. You will: - Convert PDF documents into another PDF format through copy-typing. - Ensure that...document is a perfect match to the original, down to the last period and comma. Desired skills and experience: - Proven experience in copy typing, particularly with PDF formats. - Excellent English language skills to ensure accuracy in copy typing. - Strong attention to detail and ability to maintain accuracy while working. Please note that the documents you'll be working with do not contain any special characters or languages other than English. It is a straightforward, but meticulous task requiring precision and time. Your typing speed and accuracy will be key to your succ...

    €17 / hr (Avg Bid)
    €17 / hr licitátlag
    147 árajánlat

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for

    €9 - €28
    Rejtett
    €9 - €28
    6 árajánlat

    ...intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the MAX as 5 then COUNT DISTINCT will be 3 as 3,4,5 are distinct members of the UNION of set 1 set 2 and set 3 subject to the min and conditions Note: dont co...

    €108 (Avg Bid)
    €108 licitátlag
    44 árajánlat

    ...search of a skillful video editor who can transform my raw gaming footage into engaging clips for my audience. -Key Responsibilities: • Edit raw gaming footage (typically under 10 minutes) into entertaining and cohesive videos. • Inject basic and advanced special effects as necessary, enhancing the watching experience. • Incorporate animation sequences and sound effects to add depth and dynamics. -Ideal Skills: • Proficient in using prominent video editing software like Adobe Premiere Pro, Final Cut Pro, etc. • Versed in animation and special effects - both basic and advanced. • Experience editing gaming videos is highly valued. • An understanding of the gaming community, trends, and vernacular would be beneficial. • Deadline-orie...

    €28 / hr (Avg Bid)
    €28 / hr licitátlag
    17 árajánlat

    This project requires someone with a strong command of PHP and Android app development. The task at hand is twofold: 1. **Connect PHP Admin to Android Apps**: - I need my PHP admin linked to both the user and the driver app. 2. **Improve App Functionality**: - Once the PHP admin is connected, I expect real-time updates on both apps. - There should also be enhanced user account management features: this includes improved data tracking and analytics. The ideal freelancer for this job should have experience with PHP and Android app development, including interfacing web and mobile applications. Understanding user account management and kickstarting real-time updates are key. This is an Easy Android studio edit and ill do a fixed $30 budget.

    €29 (Avg Bid)
    €29 licitátlag
    13 árajánlat

    I’m looking for a talented professional who can rapidly reconstruct my website, based precisely on its previous layout as captured on the Wayback Machine, but with completely fresh build. The primary emphasis should be on: - The accurate recovery of text and photo elements. - Retaining the complete original layout. Special addition: The final product must incorporate a blogging platform for interactive content sharing. The successful freelancer must have solid experience in rapid site building and layout recreation. Familiarity with setting up blogging features is also critical for the role. This project requires dedication and urgency as I want this done within 12 hours. The chosen professional will demonstrate exceptional attention to detail and delivery speed.

    €52 (Avg Bid)
    €52 licitátlag
    101 árajánlat

    ...with descriptions and prices. Customers can easily browse and select the services they need. 4. **Gallery**: Showcase photos of the barbershop's work, including haircuts, beard trims, and styling. This gives potential customers a glimpse of the quality of service they can expect. 5. **Push Notifications**: Send reminders and updates to customers about their upcoming appointments, promotions, or special events at the barbershop. 6. **Reviews and Ratings**: Allow customers to leave reviews and ratings for the barbers and their services. Positive reviews can help attract new customers, while constructive feedback can help improve the overall customer experience. 7. **Online Payments**: Enable secure online payments for services directly within the app. This adds convenience...

    €672 (Avg Bid)
    €672 licitátlag
    85 árajánlat

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    €46 / hr (Avg Bid)
    €46 / hr licitátlag
    2 árajánlat

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    €25 (Avg Bid)
    €25 licitátlag
    49 árajánlat

    ...intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the MAX as 5 then COUNT DISTINCT will be 3 as 3,4,5 are distinct members of the UNION of set 1 set 2 and set 3 subject to the min and conditions Note: dont co...

    €16 (Avg Bid)
    €16 licitátlag
    15 árajánlat
    PHP Script for FILE PHP Véget ért left

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    €26 (Avg Bid)
    €26 licitátlag
    14 árajánlat

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good understanding...

    €92 (Avg Bid)
    €92 licitátlag
    21 árajánlat

    This is a $15 Job We currently have a perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;")...

    €43 (Avg Bid)
    €43 licitátlag
    23 árajánlat

    I CHOSE THE 30-250$ OPTION BUT JUST A HEADS UP... I REALLY CAN'T GO HIGHER THAN AROUND 120 FOR THIS JOB, WHICH I THINK IS REASONABLE FOR A JOB LIKE THIS. BUT PLEASE , MAKE AN OFFER BECAUSE IT IS NEGOTIABLE. IF YOU THINK YOU CAN HELP, I WILL DEFINITELY CONSIDER YOUR OFFER. I'm seeking a proficient modder with vast experience in Elder Scrolls V: Skyrim Special Edition, AI systems and NPC Interaction. The project revolves around the Mantella Mod, focusing on MAKING NPCS ABLE TO INTERACT WITH AI RESPONSES - (AND GET HIGHLY INTELLIGENT RESPONSES FROM AI NPCS AFTER COMMUNICATING THROUGH MICROPHONE.) THERE ARE A FEW VIDEOS ON YOUTUBE, links below. IT'S JUST A LITTLE TOO COMPLICATED FOR ME, MORE INVOLVED THAN MOST NORMAL MODS ON NEXUS. https://www

    €216 (Avg Bid)
    €216 licitátlag
    4 árajánlat

    Hello. I am passionate about sprucing up my personal space and need a creative artist skilled in 3D-printing to create a special geometric piece for my wall. Details: - The final piece is intended to cover less than 1 square meter wall space. - I have a preference for a minimalist style which should be the dominant theme of the design. - The piece will be produced using plastic filament, but here's where your expertise comes in. I need help with not only 3d modeling but also strategizing how we can produce it in small sections that will be combined later. - Experience with creating wall art is a plus but not required. If you are an experienced 3D-print artist who can intelligently slice models into printable parts, I'd love to hear your ideas!

    €96 (Avg Bid)
    €96 licitátlag
    40 árajánlat

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax error’ messages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working with the best fit.

    €20 (Avg Bid)
    €20 licitátlag
    21 árajánlat
    Video Editor Véget ért left

    We are a startup providing home-based therapy to special-needs children. We require an expert video editor capable of good editing techniques, including adding background sounds, texts, color correction and effects on a MONTHLY basis. You need to give us at least 2-3 30-60secs clip edited per day. Previous experience with similar projects and a portfolio of previous work would be greatly appreciated.

    €18 (Avg Bid)
    €18 licitátlag
    43 árajánlat
    Graphic designer Véget ért left

    We are a startup providing home based therapy to special-needs children. We need a graphic designer on a monthly basis to create creatives for social media posts. We'll need atleast 1-2 creatives per day.

    €19 (Avg Bid)
    €19 licitátlag
    41 árajánlat

    Dont ask me how much the budget bid your amount if i send message means your bid is Okay by me. the work should be done maximum 7 days no extended. Check the attachment...how much the budget bid your amount if i send message means your bid is Okay by me. the work should be done maximum 7 days no extended. Check the attachment also User profile update 1. The program should be connected to active Directory (AD) 2. I need similar program on this photo below made on .net latest The program should not be close by alt+F4 or minimize the program can be close only on special key. 3. The program should identify who is the user login to find in AD 4. Account to connect to AD will be added 5. The system should generate CSV/or any file to identify who is the user update there profile with dat...

    €102 (Avg Bid)
    €102 licitátlag
    9 árajánlat

    ..."I am an expert in Azure App service Linux" We have a PHP code mounted on the app service but when we run PHP Artisan DB:show we get a PDO expection This Task will be performed on an y "ANYDESK" session as we will not be providing any access to any of our environment. So if you are ok with that pls quote otherwise No We need of a skilled PHP, MySQL, and Azure expert to enable a connection between PHP code on an Azure App Service Linux and a MySQL database. , the successful applicant will be responsible for: - Establishing, testing, and troubleshooting the DB connection. - Ensuring the code can perform essential tasks like data insertion, retrieval, and updating operations flawlessly. Ideal Skills & Experience: - Proficiency in ...

    €12 (Avg Bid)
    €12 licitátlag
    4 árajánlat

    We are looking for an experienced software developer to create a Poker Assistant application similar to an existing project (details will be provided). The new application should retain all current functionalities, including the recognition of poker table images and the feature to send this data...Materials: - a tutorial on how to integrate GPT through vision (WE NEED TO CHANGE TO TEXT COMMUNICATION) - similar script for inspiration. - a ready script for recognizing the poker table, but only under one poker room - PokerStars and under a special theme. We need to come up with a flexible vision system setting for poker tables in any room."

    €170 (Avg Bid)
    €170 licitátlag
    6 árajánlat

    I need a talented web developer, ideally with a penchant for informational websites. My primary target audience is none other than the general public, so a user-friendly and ...the project to highlight: - Development of a Ski Resort web app - User-friendly and easy navigation for general public - Functionalities, primarily for route finding Your experience implementing a contact form, video content, and search functionality are not just necessary, they are critical. A successful deliverable will be an informational website highlighting these functionalities, with a special emphasis on the ski resort route finding application. Prospective freelancers having experience in similar projects or a thorough understanding of designing and implementing such functionalities will be given p...

    €96 (Avg Bid)
    €96 licitátlag
    34 árajánlat
    Trophy icon Urgent: Text/Icon Brand Logo Design Véget ért left

    ... Brand Story: Our brand creates products for special needs pets. At our core, we believe every pet deserves a loving home, regardless of their unique challenges. Our founders' journey started when they welcomed their first special needs pet into their home. Through patience, understanding, and unwavering dedication, they witnessed first-hand the incredible bond that forms when a pet feels truly seen and cared for, regardless of their differences. Inspired by their experience, they set out to create a brand that not only celebrates the unique beauty of pets that require extra attention, but also provides resources and support for pet owners facing similar challenges. we strive to be a beacon of hope for pet owners navigating the world of special needs care, and...

    €12 (Avg Bid)
    Garantált
    €12
    207 pályamű

    I am in search of a designer who can create e-invites for my wedding. The style I am looking for is vintage. The invites should include the couple's pictorial, the wedding location, and time, as well as a direction/map for guest guidance. It would be perfect if you have previous experience in e-invite design, especially in a vintag...the couple's pictorial, the wedding location, and time, as well as a direction/map for guest guidance. It would be perfect if you have previous experience in e-invite design, especially in a vintage style. You should also have great attention to detail and the ability to interpret our wishes into a captivating invitation. Let us preserve tradition in our eye-catching, digital format. Make our special day memorable for us and our guests startin...

    €46 (Avg Bid)
    €46 licitátlag
    77 árajánlat

    Quisiera convertir un pdf a word con php, le paso una url del pdf y me descarga convertido en word

    €20 (Avg Bid)
    €20 licitátlag
    47 árajánlat

    We're in need of a PHP developer who can jump in and navigate through uncharted territories. Our project is versatile and requires immediate attention. - Your tasks will be to better integrate our databases, enhance our backend operations and work on web application development. - An ideal candidate possesses strong problem-solving skills, versatility and a track record of meeting tight deadlines. - We want to see your past work, experience and detailed project proposals. - You will be working on undefined PHP projects which may include building websites, creating web applications, or customizing existing PHP work. - A keen eye for detail and the ability to adapt quickly will be your key to success in this role.

    €85 (Avg Bid)
    €85 licitátlag
    36 árajánlat
    Old PHP App User admin Véget ért left

    Back in the hayday of PHP ( circa 2011) our young company created a volunteer manager for a local extended car facility. It still works to a degree but I think most of the mysql queiries are depreciated and I'm Wordpress guy who does not code. Curretly the client is just trying to get a volunteer admin password to change but it won't save. Would be good to future proof this software.

    €23 / hr (Avg Bid)
    €23 / hr licitátlag
    150 árajánlat

    I am seeking a seasoned PHP developer capable of editing a core script. New Functionality: 1. To the subscription plan setup, we will add a field called "Total Searches" , "Total Chats" and Total Notifications" 2. Each time someone clicks on the search button, it will reduce the total number of searches available. Same of notifications 3. User has the ability to enter "Notification key words" 3. Each time someone uploads a file, it should be sent to be indexed via an api call. 4. If the notification key words are discovered when the file is being indexed, a notification should be sent to the customer stating that X file has referenced the search term.

    €37 (Avg Bid)
    €37 licitátlag
    37 árajánlat

    I require an intuitive interface developed in PHP for fridge temperature tracking. Key requirements include: * Flexible Addition: The system must allow the option of adding fridges as and when required. * Daily Updates: The system needs to update and display the temperature of each fridge twice daily. (hand-write) * Celsius Display: All temperature readings should be displayed in Celsius only. The ideal candidate for this project would have a strong command of PHP and experience with data input and display interfaces, as well as a basic understanding of temperature monitoring systems. An ability to deliver a user-friendly, intuitive interface is essential.

    €39 (Avg Bid)
    €39 licitátlag
    24 árajánlat

    we need someone with a huge experience in PHP things... lets chat to check the details...

    €12 / hr (Avg Bid)
    €12 / hr licitátlag
    77 árajánlat

    I need a skillful video editor who specializes in the creation of video advertisement with a cinematic style, offering storytelling as an art. Here's what I am looking for: - P...looking for: - Professional quality of editing, achieving a cinematic look and feel to engage viewers and enhance brand awareness. - Proven experience in advertising projects, preferably with a portfolio to check out. - Able to integrate voice-overs, subtitles, and background music cohesively within the project. Please provide examples of past work showcasing this. Skills in color grading, special effects, animation, and flow continuity are crucial for the success of this project. The delivered content should tell a compelling story. Be prepared for revisions. I look forward to seeing your bids...

    €81 (Avg Bid)
    €81 licitátlag
    59 árajánlat

    I need a professional with a deep understanding of Stripe, to integrate it into my third-party web application. The main purpose of this integration is to enable online payments on my platform. The instructions: My webapp uses a webservices API for some admin and user tasks. The command for updating a users credit in my app is "". Create a billing page/form so that when the user goes to pay the link will update to use the users username for the data_username parameter and the amount they payed into the data_amount parameter and then stripe will handle the payment and once the payment is complete will update the users credit in the app using the webservices API. Skills and Experience Required: - Strong experience in Stripe API integration - Familiarity with web-based applica...

    €9 / hr (Avg Bid)
    €9 / hr licitátlag
    93 árajánlat

    I'm seeking a skilled and talented PHP developer to improve my webpage's user interface and functionality. my webpage about quiz system and running good but I want to add the following: 1- add date aof attempting the exam to the page () 2- add different type of questions (matching and true or false) with auto correction. 3- add function for teacher to be able to upload file (video or image) to any question 4- show student attempt and print it summary: I want to improve the exam section(adding different type of questions) know the date when the student attempted the exam know which questions he answered wrong

    €39 (Avg Bid)
    €39 licitátlag
    67 árajánlat

    ...just like a normal sales page Menu Categories Indica: 5 slots Sativa: 5 slots Hybrid: 5 slots Customer Requested Strain: 3 slots CBD Pre-rolls: 4 slots CBD Edibles: 5 slots CBD Vape Pens: (emphesis on tastes like real cananbis (with terpenes) 5 slots when hovering over the products slot a picture of each item should appear Dotted around the menu i want an offers menus like 'stoners special' which is a mix off all items on the menu for a set price , and also an appealing 'care package' button which redirects to a products page with ten options patreons and customers a like can send care packages to fellow stoners as gifts Tabs homepage / The Menu (as described above) should fit the whole page /screen no need for scrolling The Shop ( basical...

    €165 (Avg Bid)
    €165 licitátlag
    48 árajánlat

    ...intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the MAX as 5 then COUNT DISTINCT will be 3 as 3,4,5 are distinct members of the UNION of set 1 set 2 and set 3 subject to the min and conditions Note: dont co...

    €29 (Avg Bid)
    €29 licitátlag
    21 árajánlat

    ...product listings. Key tasks include: - Enhancing the sales process: This implies revisiting product descriptions and the checkout process to ensure they are streamlined and user-friendly to encourage customer purchases. - Integration of upselling and cross-selling strategies: This means recommending related products or services to customers to increase the average transaction value. - Adding special features: Implementation of functionalities like live chat support for immediate customer query handling, a wishlist feature for boosting repeated sales, and personalized product recommendations to enhance the customer's shopping experience. Ideal candidates should be proficient in Shopify platform, have knowledge in UX/UI, an understanding in conversion optimization, and exper...

    €42 (Avg Bid)
    €42 licitátlag
    48 árajánlat
    Php Backend Developer Véget ért left

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using tha...streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the staff to confirm whether the empty cylinder has been received. If yes, it should update the Empty Cylinder stock; if no, it should not. Database management, Creating Two New database and a button in a dashboard., Need someone Who understand complex Backend Architecture in php & Mysql.

    €13 (Avg Bid)
    €13 licitátlag
    17 árajánlat
    Trophy icon Change structure of JSON array Véget ért left

    Kindly convert this input: [{"name":"alpha","id":"1"}, {"name":"beta","id":"6"}, {"name":"alpha","id":"2"}, {"name":"alpha","id":"3"}, {"name":"beta","id":"7"}, {"name":"gamma","id":"9"}, {"name":"beta","id":"4"}, {"name":"beta","id":"5"}, {"name":"beta","id":"8"}] To: [{"name":"alpha","count...{"name":"beta","id":"6"}, {"name":"alpha","id":&...

    €50 (Avg Bid)
    €50
    11 pályamű

    ...our existing Laravel PHP API, I'm looking for an experienced professional who can deliver high-quality refactoring work to enhance its functionality and efficiency. Scope of Work: - Authentication Improvements: The chosen freelancer will need to notably enhance the security of our API. Expertise in implementing OAuth is necessary as we'd like to incorporate this system into our API. Additionally, we would like to simplify the user registration process to facilitate user access. - Performance Optimization: The API currently experiences bottlenecks in resource usage. I want these issues to be identified and resolved, creating an API which operates more efficiently. Ideal Skills & Experience: The ideal candidate for this project is highly proficient in Laravel an...

    €29 (Avg Bid)
    €29 licitátlag
    43 árajánlat

    ...intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the MAX as 5 then COUNT DISTINCT will be 3 as 3,4,5 are distinct members of the UNION of set 1 set 2 and set 3 subject to the min and conditions Note: dont co...

    €119 (Avg Bid)
    €119 licitátlag
    41 árajánlat

    I am in search of an experienced video maker who is proficient with STP files. My project involves creating a 30-second marketing video that will showcase the unique features of a machine. Key Deliverables: - A Realistic 3D rendering of the machine, closely following the STP file design. - Special focus to be devoted to the machine's innovative design. Ideal Skills and Experience: - Proficiency in working with STP files. - Expertise in producing high-quality, realistic 3D videos. - Prior experience in creating product marketing videos would be a significant advantage. I strongly believe that an authentic representation of the machine's design will attract potential buyers and therefore, I am looking for a video maker who can bring this vision to life.

    €150 (Avg Bid)
    €150 licitátlag
    35 árajánlat

    I'm seeking an experienced HTML coder for creating engaging mass marketing emails. The Work Involved: - Designing HTML emails to be used through B2C mass marketing email programs. - The content of the emails will be varied, serving to promote products/services, announce special discounts/sales, and share informative content. Audience: - The target audience for these emails will be both our existing customers and potential customers. Skills and Experience: - Ideally, you'll have solid experience in HTML email coding. - Having worked on mass marketing email campaigns will be a huge plus. - A good understanding of product marketing, sales and content sharing strategies would be beneficial.

    €536 (Avg Bid)
    €536 licitátlag
    83 árajánlat
    Laravel + react webpage Véget ért left

    ...Web design of the main page plus all other subpages / Calendar / Index of accommodation / Index of restaurants of other facilities, useful information, guides... A separate part of the web indexes accommodation, travel agencies, restaurants, souvenir shops Short description of the object, picture, link to the website, Google map with instructions, contacts A special search filter for this part of the web - The possibility for visitors to publish their services/facilities themselves in the designated part of the web, for example, immediately in the accommodation index, agency in the agency index, restaurant in the gastro section, etc., with the approval of the administrator - The possibility of visitors to publish events themselves in the even...

    €2396 (Avg Bid)
    €2396 licitátlag
    92 árajánlat

    As a business marketer, I'm looking to purchase an existing list of UK B2C email contacts. Key project requirements: - Email list should be UK-specific, catering to business professionals. - Ideal for email marketing campaigns. Please note, freelancers should have prior experience in data collection or list brokerage, with special emphasis on legality and data privacy. I require an already prepared list; no data scraping or generation is needed.

    €18 (Avg Bid)
    €18 licitátlag
    15 árajánlat

    I need assistance to correct a UI bug in my Flutter application. The specific bug is related to the colors – wrong color codes have been implemented. This error leaves the app with an appearance contrary to the intended design. Therefore: - The main task will be to identify where the wrong color codes have been implemented and make the necessary corrections for it to fit our design. - Special attention has to be paid to ensure that there's no mismatch between the design's color palette and the one implemented in the app. An ideal candidate for the job is someone who has: - Extensive experience with UI design in Flutter apps - Solid understanding of how to accurately implement color codes - Meticulous attention to detail as the task involves fine-tuning the app...

    €20 (Avg Bid)
    €20 licitátlag
    5 árajánlat

    I would like to design and program a database and interfaces for website It contains electronic applications The idea of ​​the site is to combine two projects into one project, that is, merging the direct classified advertising project with the freelancing project in one site. I have a Photoshop design that explains the details of the project, consisting of 244 pages

    €3745 (Avg Bid)
    €3745 licitátlag
    53 árajánlat

    I need a proficient PHP developer to build a dynamic system for appointment booking. This project entails user authentication, database integration, and payment gateway integration. The key aspect is a custom appointment calendar facilitating users to select specific dates and times for appointments. The project should allow: - Creation of a custom calendar for appointments - Users to book appointments directly with service providers - Database integration for secure user authentication The appointment calendar should enable personalized appointments with a flexible time frame. IDEAL SKILLS AND EXPERIENCE: - Proficiency in PHP development - Experience in database integration - Capabilities for secure payment gateway implementation - Familiarity with appointment booking ...

    €542 (Avg Bid)
    €542 licitátlag
    158 árajánlat

    I am looking for a experienced PHP developer to create a demo project that can convert DXF files into NC files for a CNC milling machine. The source DXF file is coming from a 2D cutting optimization software (Cutting Optimization Pro). I will provide multiple examples including DXF, screenshot, and the NC result files. Only bid if you have previous example with NC files. Prove your text understanding by starting the bid with the word DXF>NC. In your bid explain one project in which you've worked with NC files. Examples will be provided interested coders.

    €159 (Avg Bid)
    €159 licitátlag
    32 árajánlat