Usb 3.0 gigabit ethernet adapter driver windows 10 jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 usb 3.0 gigabit ethernet adapter driver windows 10 jobs found
    Farmhouse Front Elevation Design
    23 hours left
    Verified

    I'm looking for a designer to customize an elevation we already have to look like the customer's drawing. The current design needs to incorporate cedar-stained double entry doors (4-lites) with sidelights, white horizontal lap siding body with a grey fieldstone base (3'), and it needs consistency with the windows and doors (4-lites with matching pane sizes). I also need it to show asphalt shingles with metal decorative awnings. Ideal skills and experience: - Proficient in design software (AutoCAD, SketchUp, etc.) - Strong understanding of farmhouse aesthetic - Experience with lap siding and stonework - Creative with incorporating unique design elements - Able to produce high-quality, detailed design plans.

    $132 Average bid
    Urgent
    $132 Avg Bid
    17 bids

    I'm in need of a professional with extensive experience in coding DayZ dedicated servers. The primary goal of this server is to create a competitive gaming environment. Key Responsibilities: - Code a DayZ dedicated server - Enable server to appear on community tab - Allow server accessibility for others - Use TeamViewer to access server rack I have some experience with mods and...some experience with mods and depending on the cost, we can discuss implementing some. The main priority is setting up the server to boost community interaction and competition. Ideal Skills & Experience: - Proven experience with coding DayZ dedicated servers - Familiarity with community engagement strategies in gaming - Proficiency in using TeamViewer for remote server access - Knowledge of Windo...

    $80 Average bid
    $80 Avg Bid
    1 bids

    I have a Windows desktop-based software in C#. I need an online licensing system that requires a rest API token system. We will need a few API calls. I have already created code for API calls in the C# desktop software. I was hoping you could help me go through that code and implement it into the Godaddy hosting with a simple licensing app. Please check the below link for Godaddy API. Project steps: 1- please ensure you can get an API token into a c# software before your bid and send me a screenshot 2- create a database in my Godaddy hosting 3- Implement detail into the Token for licensing we will be working remotely on my computer and also on your side aswell.

    $15 Average bid
    $15 Avg Bid
    7 bids

    ...to manually enter insurance details, replacing the current "Gå videre" (Continue) button. 2. Document Upload Page (Screenshots: , ): - This page guides users on how to find and upload their policy documents. - Task: Enhance the visual appeal while maintaining the current functionality. Make it more user-friendly and less bland. 3. Manual Input Page (Screenshots: , , ): - Allows users to manually select and detail their insurances. - Task: Improve the design to look more professional and appealing. Draw inspiration from competitors like or but do not copy directly. Technical Requirements: - The backend

    $155 Average bid
    $155 Avg Bid
    31 bids

    ...citizen with clean record. TWIC. TSA. Display shipment-specific requirements to drivers prior to bidding. 3. Driver Information (Review Pending) Update to align with US requirements. Add fields for license details, insurance information, and contact details. 4. Vehicle Information (Review Pending) Update to align with US requirements and measurements. Include fields for VIN numbers, model names, truck dimensions (in inches), and weight capacities. 5. Bidding System Modifications Confirm existing bidding system functionality is retained. Ensure drivers can see their approved BID as the total rate divided by loaded miles, providing a rate per mile. Company collects a percentage markup (10-15%) above the rate sent to the client for approval. No auto-assignment of...

    $1743 Average bid
    NDA
    $1743 Avg Bid
    15 bids

    We need 3 freelancers with a Native Australia English accent . Simple task.  Only need a phone and a software. Only someone who really have a Australia accent can apply. We provide about phrases , you just need to follow the video process and it will be done quickly. It will take you about 1.5-2 hours. 50 dollars for this task after all recording files are checked and qualified. If you can find other qualified people, you will get an additional bonus for per people. Contact us ASAP. Freelancers who can complete it quickly will have a huge advantage in the future cooperation.

    $67 Average bid
    $67 Avg Bid
    5 bids

    I'm in need of a skilled professional who can write compelling HTML product descriptions for my CS-Cart platform. The product descriptions should be formatted in HTML and be suitable for e-commerce. There are three tabs on our product : description, financial, performance. The design is attached the product link : Ideal Skills and Experience: - Proficient in HTML - Experienced in writing product descriptions - Understanding of e-commerce and SEO principles - Able to write engaging and persuasive content

    $98 Average bid
    $98 Avg Bid
    14 bids

    I'm seeking a skilled developer to create a custom, fast, and enjoyable desktop browser. This browser should be primarily designed for Windows, but with the potential for easy adaptation for macOS and Linux in the future. Key Requirements: - Speed: The browser needs to be fast and responsive to enhance user experience. - Privacy Features: It should incorporate an ad blocker, ensure no tracking occurs, and include a secure browsing mode. Ideal Skills: - Extensive experience in desktop software development, particularly browser development. - Strong understanding of privacy-focused features and how to implement them effectively. - Ability to create an intuitive, user-friendly interface. Please provide examples of similar projects you've completed in your bid.

    $16 / hr Average bid
    $16 / hr Avg Bid
    16 bids

    I need a custom-built Windows remote desktop access application. This app should be capable of: - Facilitating file transfer - Supporting multi-monitor setups - Enabling clipboard synchronization - Allowing screen sharing and control - Handling printer redirection The application should authenticate users through a simple username and password system. Please note that this project does not require advanced security measures like Two-factor authentication or SSO. Ideal candidates for this project should have a strong background in software development with a focus on remote desktop applications. Experience working with Windows systems is a must, and familiarity with the specified features will be a significant advantage. I'm looking for a freelancer who can deliver a h...

    $893 Average bid
    $893 Avg Bid
    1 bids

    I'm seeking a skilled professional to configure the latest stable version of ERPNext on my Windows VPS (Ubuntu VM). The specific components that need configuration are Accounting and Finance, and Inventory and Supply Chain. Ideal Skills and Experience: - Proficiency in ERPNext and its modules - Experienced in configuring ERP systems - Strong understanding of Accounting and Finance, Inventory and Supply Chain components - Familiarity with Windows VPS and Ubuntu VM - Knowledge of the latest stable version of ERPNext - Excellent troubleshooting skills

    $30 Average bid
    $30 Avg Bid
    4 bids

    I'm looking for someone to program a USB-powered LED strip controller that can be controlled with a simple button-based physical remote. The remote should allow for 12 simple, single colour patterns - some LEDs on, others off. Ideal skills for this project include: - Embedded systems programming - Remote control configuration - LED programming - USB power integration - Understanding of simple colour patterns

    $24 - $305
    Sealed
    $24 - $305
    10 bids

    ...calculation source = close // Calculate the 9-period SMA sma9 = (source, 9) // Variables for counters and tracking state var int aboveCount = 0 var int belowCount = 0 var bool isAboveSMA = false var bool isBelowSMA = false // Check if the body of the candle (open and close) is above or below SMA and handle counting if close > sma9 and open > sma9 // Both open and close above SMA if not isAboveSMA isAboveSMA := true isBelowSMA := false aboveCount := 1 // Reset to 1 when we start a new count above SMA else aboveCount := aboveCount + 1 // Increment if we're already counting above SMA belowCount := 0 // Reset below count else if close < sma9 and open < sma9 // Both open and close below SMA if not...

    $135 Average bid
    $135 Avg Bid
    11 bids

    I'm looking for a professional with extensive experience in Odoo POS and hardware integration to configure my digital weight scale with my Odoo 14 POS system. The weight scale connects via USB, so a strong understanding of Odoo's hardware interface capabilities is crucial. Skills and Experience Needed: - Proficiency in Odoo 14, particularly the POS module - Experience with integrating USB devices with POS systems - Knowledge of configuring digital weight scales with POS - Problem-solving skills for troubleshooting integration issues - Good communication skills for understanding and addressing project requirements

    $144 Average bid
    $144 Avg Bid
    19 bids

    I'm looking for a freelancer who can enter data from an Excel sheet into my e-commerce website. This task involves working with electronics products and requires attention to detail and technical understanding. Key Responsibilities: - Enter product data from Excel(upto 5K data) into the website. - Include all necessary product descriptions, focusing on technical specifications and usage instructions. - Upload product images alongside the descriptions.

    $40 Average bid
    $40 Avg Bid
    1 bids

    I am looking for a talented graphic designer .

    $10 Average bid
    $10 Avg Bid
    27 bids

    ...mailserver. Focus on comprehensive protection against potential threats. Mailserver is MailEnable v.10.48 Standard Edition. Server is Windows 2019, access allowed via AnyDesk (or Teamviewer) only Everything works perfectly. SPF and DKIM implemented. Ideal Skills: - Extensive experience in mailserver security - Proficiency in setting up robust security measures - Ability to identify and mitigate potential vulnerabilities - Knowledge of the latest security trends and threats I need to implement external tools (possibly free, preferably “portable”) to improve security - implement IPBAN [Free software to block out attackers quickly and easily on Linux and Windows] - implement a script to free certificates renew (using WACS = LetsEncrypt) - antivirus (such a...

    $128 Average bid
    $128 Avg Bid
    9 bids

    I'm seeking a skilled programmer to write an Arduino code for a BQ25887 USB charging IC. The code should manage the initiation of charging for two Lion batteries, ensure cell balancing, and support 5V 3A charging from any standard adapter. I am using a MIKROE Balancer 5 click. () Key Requirements: - Charging condition: Need to charge two separate single cell battery of 2000mah via USB charging of around 5V 3A. - For each individual cell, the max charging voltage should be 4.2V and the maximum charging current for each battery should be 1A. - The code should allow for automatic initiation of the charging process. - Enable cell balancing to maintain cell voltage equality. - Implement fault recovery (e.g., reduce current, stop charging). - Adjust charge

    $140 Average bid
    $140 Avg Bid
    7 bids

    ...by physically cleaning the fan. But it now displays a black screen due to suspected hardware issues. It works completely fine when connected to external monitor via HDMI to HDMI cable. This needs to be fixed so that private PC internal screen can also display in addition to extending and duplicating screens with my external monitor. PC MANUFACTURER, MODEL and OS dynabook P1-E9MJ-BL, Windows 11 Pro SKILLS NEEDED: -Proficiency in PC hardware diagnosis and repair -Proficiency in PC parts replacement -Fluent in both Japanese and English languages -Live in Tokyo / Yokohama Metropolitan Area -Compliant with Freelancer.com codes of conduct and rules SUPPORT NEEDED: I have various tools for PC repair in my toolbox and some knowledge and experience in fixing my PC ...

    $30 - $250
    Local Featured Urgent Sealed
    $30 - $250
    0 bids
    Trophy icon ASMR Video Editing
    9 days left

    I've shared a folder containing my videos reviewing a monitor stand arm, Edit this video and come up with 2 videos each not more than 3 minutes and not less than 90 seconds Video 1, This video will be ASMR style, no music, only the sound of actions taken on the video You can enhance the videos with sound effects downloaded online, You may include captions where necessary Video 2, Edit this video, add music and captions Every major step in the review should include a caption specifying what is being done, Add some relaxing music that matches the product being tested and reviewed Highlights, In the video i start by holding a bag of the monitor stand bought, then i show the box of the stand and before starting to assemble the stand, i am showing the setup without the monitor...

    $10 Average bid
    $10
    0 entries

    I'm in need of a talented graphic designer to create a high-resolution (4K) logo for personal use. The design should be classic style, incorporating a combination of text and symbols. Key Requirements: - Creation of a 4K resolution, classic style logo - Vector file provision for various uses - Combination of text-based and symbol-based graphics in the logo Ideal Skills: - Proficiency in graphic design software, specifically for vector graphics - Strong portfolio of classic style logo designs - Excellent understanding of 4K resolution requirements. Please use attached file to create a better replica with better fonts and alignment

    $15 Average bid
    $15 Avg Bid
    8 bids

    ...suit the new architectural design. You cannot miss any details. Job needs to be delivered in PDF format I have attached CAD files for new architectural design and pdf landscape design based on old design. Cad of landscape in this Dropbox link No stupid questions please...

    $237 Average bid
    $237 Avg Bid
    39 bids

    I'm in need of a skilled developer to create a USB dongle emulator specifically tailored for Windows. This emulator will primarily be used for software Ideal Skills: - Extensive experience in USB protocol - Proficient in Windows system architecture - Knowledge of software licensing mechanisms - Strong programming skills, preferably in C/C++ - Experience in writing device emulation software Please only bid if you have relevant experience and can provide examples of similar projects you have completed.

    $158 Average bid
    $158 Avg Bid
    18 bids

    I require assistance with organizing mixed record entries (both text and numeric) into a PDF document. The layout should be in a table format, with the data organized by date. Ideal Skills and Experience: - Proficiency in data entry and PDF creation - Experience working with mixed records - Attention to detail to ensure data is accurately organized

    $10 / hr Average bid
    $10 / hr Avg Bid
    33 bids

    I'm in need of a professional web developer to create a mining pool services site tailored for Altcoin mining. The site should be analogous to , or viabtc or supporting all known algos. Key Features: - User Dashboard with Statistics: Each user should have a personalized dashboard that displays relevant mining statistics. - Automatic Payouts: The site must support automatic payouts to users based on their contribution and mining success. - Mining Pool Monitoring: Implement features that allow users to monitor the mining pool in real-time. - Detailed Pool Statistics: Provide comprehensive metrics about the mining pool's performance, including hashrate, total blocks mined, and pool efficiency. - Mobile-Friendly Design: Ensure the website is fully responsive and accessible from mo...

    $1029 Average bid
    $1029 Avg Bid
    75 bids

    SEO and Social Media Marketing services for my website

    $6 / hr Average bid
    $6 / hr Avg Bid
    1 bids

    I'm seeking a seasoned full stack software developer, experienced in creating desktop applications primarily targeted for Windows. This is a part-time role, ideal for someone who enjoys teamwork and collaborative projects. Key Responsibilities: - Develop robust and user-friendly desktop applications for Windows - Collaborate with our team on various projects - Utilize your programming skills to solve complex problems Ideal Skills and Experience: - Proven experience in full stack development - Strong expertise in Windows desktop application development - Excellent teamwork and communication skills - Prior experience in a part-time role is a plus Please note, while we primarily focus on desktop and web applications, the ability to work with web and mobile applica...

    $21 / hr Average bid
    $21 / hr Avg Bid
    54 bids

    We are seeking an experienced Flutter developer (...5 years) to implement the following features: Lecture & Classes: Develop functionality for live classes and recorded class sales. Print Services: Build services for handling printing-related activities. Group Discussion: Create features to facilitate interactive group discussions. Project Details: Budget: ₹12,000 per activity (total ₹30,000 for all 3 activities). No advance payment, 80% at time of testing and balance after live Timeline: 10 days per activity. Work Type: Freelance (Remote). Tech Stack: Flutter with expertise in building scalable and efficient platforms. Requirements: Proven experience with Flutter (minimum 5 years). Strong portfolio showcasing relevant projects. Ability to meet deadlines and deliver h...

    $609 Average bid
    $609 Avg Bid
    5 bids

    ..."Gett". The app should have three distinct interfaces: 1. User Interface: This includes options for registration, ordering a taxi by location or text. 2. Taxi Interface: This should cater to taxi drivers with options for registration, uploading documents, receiving work, location identification for trips, and cost calculations based on a known tariff. 3. Management Interface: This is for overseeing drivers, payments, and having options for driver monitoring and blocking. All interfaces should enable detail modifications and include features for payment collection per trip, with options for credit settlement. The app must be: - Multilingual: Supporting English, French, and Hebrew. - Responsive and Multi-platform: Compatible with iOS, Android, and Web. I requi...

    $524 Average bid
    $524 Avg Bid
    46 bids

    I need an expert to setup my website SMTP for email using Amazon SES, integrating Google reCAPTCHA into the codebase, and ensuring the websites are fully functional. Each sites would be done for 2 different websites located on different servers. Key Responsibilities: - Setup SMTP for email using Amazon SES/ or other third party - Integrate Google reCAPTCHA into the codebase - Ensure all websites functions are fully functional Ideal Skills and Experience: - Proficient in Hyperledger/blockchain - Extensive experience with AWS - Knowledgeable in setting up Amazon SES - Able to integrate Google reCAPTCHA - Strong troubleshooting skills to ensure all websites are functional

    $40 Average bid
    $40 Avg Bid
    7 bids
    2D Floor plan
    9 days left

    I will do 2d floor plan with three times revisions … will add door windows staircase… everything is mension in chat…

    $300 Average bid
    $300 Avg Bid
    1 bids

    I'm looking for an experienced app developer to create a ride-hailing app similar to Uber. Key features should include: - Ride Types: The app should cater to standard rides, luxury rides, and carpooling services. - In-app Payments: A secure and user-friendly payment system is a must. - Live Ride Tracking: The app should allow users to track their rides in real-time. - Driver Ratings and Reviews: Users should be able to rate their drivers and leave reviews. Ideal candidates would have a strong portfolio in app development, particularly in the ride-hailing sector. Experience with implementing secure payment systems and real-time tracking features is highly desirable. Please provide examples of similar projects you've completed.

    $390 Average bid
    $390 Avg Bid
    11 bids

    i need to fix my program issue , The problem began a month after the project's completion by the previous developer, who is no longer available. Key Aspects to Consider: - The application e...Aspects to Consider: - The application experiences a Blue Screen of Death (BSOD) which previously occurred and seemed to correlate with a date/time issue. - Potential causes include: time-stamped DLL files, the source code, or patched files. - The issue is likely minor and can be fixed with a bit of investigation. Ideal Skills and Experience: - Extensive knowledge of Windows desktop application development.-kernel level - windows drivers - Proficiency in debugging DLL files. - Experience with identifying time-related issues in software. - Previous work with resolving BSOD occurren...

    $160 Average bid
    $160 Avg Bid
    23 bids

    I'm in need of a talented graphic designer who can utilize AI tools to help craft a modern, minimalist logo and branding for my new enterprise. The ideal freelancer will have: - Prior experience in creating AI-enhanced graphic designs. - A strong portfolio showcasing minimalist and modern designs. - Expertise in logo and branding development. - Ability to deliver high-quality, unique designs that stand out. - Excellent communication skills to understand and incorporate my vision. Please provide samples of your previous work that align with this project.

    $13 / hr Average bid
    $13 / hr Avg Bid
    12 bids

    I'm in need of a versatile designer to create three unique banners for my website's home page. These banners should embody a combination of modern, sleek designs with classic and elegant touches, while also being fun and colorful. Key Requirements: - Experience in web banner design. - A portfolio demonstrating a mix of modern, classic, and colorful designs. - Ability to deliver high-quality, engaging visuals that can cater to a diverse design aesthetic. Please note, the specific purpose of the banners will be communicated later.

    $10 / hr Average bid
    $10 / hr Avg Bid
    13 bids

    I'm seeking an expert to configure (and potentially build) a minimal Buildroot environment for my Raspberry Pi 400. This should include hardware-accelerated SDL2 with OpenGL ES 3 support via Mesa, the Gallium v3d driver, and audio support through ALSA. Key Requirements: - Buildroot: Use the latest stable release. - Purpose: This environment will primarily be used for development and testing. - Graphics: Integrate OpenGL ES 3 with hardware-accelerated graphics. - Audio: Configure ALSA as the sole audio solution. - Drivers: Include only necessary drivers, with the RPi 400 Wi-Fi as the only network driver. - Boot Time: Strip the kernel and OS to their minimum for the fastest boot time. - Environment: Ensure the setup is minimal, excluding anything we don...

    $166 Average bid
    $166 Avg Bid
    11 bids

    ...painted in Color B. Leave Surface 3 (door) as is. Surface 5 stained same as fence Variant 2: Surface 1 (trim) and Surface 4 (planter boxes) painted in Color A. Surface 2 (stucco) painted in Color B, Surface 3 (door) painted in Color C. Surface 5 stained same as fence Variant 3: Surface 1 (trim) and Surface 4 (planter boxes) painted in Color C. Surface 2 (stucco) painted in Color B, Surface 3 (door) painted in Color C. Surface 5 stained same as fence Variant 4: Surface 1 (trim) and Surface 4 (planter boxes) painted in Color A. Surface 2 (stucco) painted in Color B, Surface 3 (door) painted in Color D. Surface 5 stained same as fence Variant 5: Surface 1 (trim) and Surface 4 (planter boxes) painted in Color D. Surface 2 (stucco) painted in Color B, Surfa...

    $90 Average bid
    $90 Avg Bid
    43 bids
    $50 Avg Bid
    1 bids

    I'm seeking a software engineer to help create a productivity tool for Windows. Key Requirements: - Expertise in desktop application development, particularly for Windows - Strong background in building productivity tools - Ability to deliver a user-friendly interface and seamless functionality Ideal Candidates: - Proven track record in desktop software development - Strong skills in software engineering and problem-solving - Passion for creating efficient and effective productivity tools.

    $46 Average bid
    $46 Avg Bid
    8 bids

    I'm looking for a Professional and clean thumbnail designer for my YouTube channel. - Quantity: 10 thumbnails - Budget: $10 - Requirement: Fully layered and Editable PSD files I will provide thumbnail details later. The most important thing for me would be the PSD files of those thumbnails. They should be fully editable and the layers should be cleanly named and organised. If I like your work and things go smoothly. I will give 50 to 60 more thumbnails. Please note that the budget is strict, and I am seeking someone who can work within these financial constraints. I know it's a low budget but this is what I can pay for this job. If you're interested. Please share your portfolio as well.

    $14 Average bid
    $14 Avg Bid
    18 bids

    ...migrate my existing CodeIgniter 3 project. This task comes with a complete website redesign, leaning towards a corporate and professional style. Key tasks include: - Migrating the codebase to CodeIgniter 4 - Redesigning the entire website - Implementing API integrations during the migration process Ideal skills and experience for the job: - Proficient in CodeIgniter 4 - Experienced in HTML/CSS - Familiar with Git - Able to work with a corporate and professional design ethos Please note, the redesign should be comprehensive and aim for a modern and minimalistic look, while maintaining a corporate and professional feel. The migration process will also need to incorporate some API integrations. Your ability to deliver a seamless transition from CodeIgniter 3 to 4, alongs...

    $3 / hr Average bid
    $3 / hr Avg Bid
    9 bids

    Hi Dream Solutions, I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $32 / hr Average bid
    $32 / hr Avg Bid
    1 bids

    I need a seasoned Windows Server Administrator with robust Active Directory management experience. This ongoing project involves configuring group policy for security settings, software installation, and user configurations. Ideal candidates should: - Have in-depth knowledge of Windows Server and Active Directory - Windows OS Hardening - Demonstrable experience in Group Policy configuration - Ability to ensure compliance with security protocols - Proficient in managing software installation through group policies - Skilled in user configuration settings Your role will be pivotal in enhancing our server environment's operational efficiency and security.

    $9 / hr Average bid
    $9 / hr Avg Bid
    8 bids

    I'm looking for a seasoned .NET/C# developer to improve a Windows desktop application designed for data management. Key Responsibilities: Analyze and optimize existing data structures Debug and resolve issues with current components. Write clean, maintainable code with proper documentation. Ideal Skills: Proficiency in .NET and C# Previous experience with Windows desktop application development Familiarity with modular class library development. Experience in software development with a focus on data analysis, storage, and visualization Debugging and testing skills. Good understanding of version control Please provide examples of relevant past projects in your proposal.

    $8 / hr Average bid
    $8 / hr Avg Bid
    17 bids

    I'm facing some urgent technical issues on my Windows computer. I keep getting pop-up alerts indicating that my computer may have a virus. Ideal skills and experience for the job: - Proficient in Windows Operating System. - Strong understanding of computer troubleshooting. - Experience in virus detection and removal. - Ability to provide clear, step-by-step instructions for prevention in the future. Please note, I have not recently installed any new software or browser extensions, and my computer currently has no antivirus software installed. Hence, a comprehensive solution that could potentially include installing and setting up a reliable antivirus software would be highly appreciated.

    $35 Average bid
    $35 Avg Bid
    2 bids

    I need help with explore an Oracle database on my Windows 11 machine, this project will be conducted remotely for security purposes. Please note, this project will be conducted remotely for security purposes, so a reliable and secure remote connection is essential. Your understanding and expertise in these areas will ensure the successful completion of this project.

    $28 Average bid
    $28 Avg Bid
    17 bids

    Task Description: Implement 3-Tier Data Storage framework with Encryption and Decentralized Backup Project Overview: We are building a 3-tier storage system that involves handling data (binary, excel, database, etc.) and metadata (project data, clusters, data points, relationships, etc.) with a local, remote, and decentralized storage architecture. The system will ensure data encryption and immutable storage across three different tiers: 1. Tier 1: Local Storage (Client Machine) 2. Tier 2: Remote Storage (Institution/Company Server) 3. Tier 3: Decentralized Storage (Blockchain/Distributed) The project involves developing the entire workflow, from the importing of data to its encryption and synchronization across these tiers. Data and metadata must be versi...

    $256 - $768
    Featured Urgent Sealed NDA
    $256 - $768
    18 bids

    I have two sets of images that need to be cropped then mapped to a grid in Sketchup. Textures...grid in Sketchup. Textures need to be applied to faces as materials. Do not import and place images directly to model. There are 26 images in each set. (8192x3775 pixels uncropped) Each image is to be cropped to remove the grey box then save as jpg, 70% quality. Map each tile to the grid while making sure the resulting map does not show seams where tiles of different level of detail meet (between 0 and 1 series and between 1 and 2 series). Name material in Sketchup to match the image name (00 for example). Make each texture projected. Save as sketchup file. I am providing following inputs: Two sets of 26 images Template tile layout You are to produce: Two Sketchup files as per above in...

    $28 Average bid
    $28 Avg Bid
    5 bids

    Looking to have structural architectural drawings made for a 16 foot wide by 26 foot long one bedroom, Rjay and one bathroom in the studio home Foundation to be monolithic slab Wall construction to be made out of two by fours with two windows and one door minimum IRC 2018 Roof to a monolithic roof with rolled roofing Siding to be 4 foot stucco the remainder top part of the building 111 siding Plans must include everything in the following documents

    $391 Average bid
    $391 Avg Bid
    66 bids

    As per discussion on our personal chat Hiring for next 3 video

    $20 Average bid
    $20 Avg Bid
    1 bids

    ...Retail, HealthCare, Manufacturing, Travel ...) ***We seek to penetrate foreign markets gradually with the help of an expert marketer to guide us in a long term collaboration. *** We are currently focused on promoting our SoftMeal Solution dedicated to cafés, restaurants, bakeries, pastries .... -------------------------------------- SET GOAL: 8 Sales COMPENSATION PACKAGE : 2920 USD ALLOCATED DURATION: 3 - 4 Weeks ---------------------------------------- PROJECT DETAILS 1. SCOPE OF WORK The Service Provider will provide full marketing services and content management to the Client, including: 1.1. Educate the audience about the app’s value through blogs, infographics, and explainer videos 1.2. Leverage paid ad platforms to increase app visibility and drive traffic to t...

    $2484 Average bid
    $2484 Avg Bid
    14 bids