Unigraphics nx 2.0 jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 unigraphics nx 2.0 jobs found

    please scrape data from google maps as per this brief. thanks

    ₹2591 Average bid
    ₹2591 Avg Bid
    1 bids

    ...Historical data for graphs. • CryptoCompare API o Free and paid plans. o Endpoints: ▪ /data/pricemulti: Real-time prices. ▪ /data/histoday: Historical data for charts. 2. Cryptocurrency Trading APIs that allow executing buy/sell transactions for cryptocurrencies. • Binance API o Endpoints: ▪ /api/v3/order: Place orders (buy/sell). ▪ /api/v3/openOrders: Check open orders. o Requires API key and secret for secure transactions. • Coinbase Commerce API o For crypto payment integration. o Endpoints: ▪ /charges: Create charge requests. ▪ /charges/{id}: Get charge details. • Kraken API o Endpoints: ▪ /0/private/AddOrder: Place buy/sell orders. ▪ /0/private/OpenOrders: Fetch open orders. • Bitfinex API o Endpoints: ▪ /v2/auth/r/orders: Manage orders...

    ₹42671 Average bid
    ₹42671 Avg Bid
    42 bids

    Hi Swapnil P., I have a new job with photos 12*1.20 = 14.40$ 24*1.50 = 36.00$ Total = 50.40$ *** Please clean dust and imperfections and number from all photos.*** Thank you and have a great day

    ₹4319 Average bid
    ₹4319 Avg Bid
    1 bids

    ...innovative chef specializing in fusion cuisine to join our dynamic restaurant chai ho jay. Based in MP, India, if you are that would be great. we aim to redefine dining experiences by merging traditional Indian flavors with global tastes to create something truly unique. **Requirements:** - Specialty in fusion cuisine, combining elements of traditional Indian and international dishes. - Entry level (0-2 years of experience), with a strong foundation in culinary arts and a burning passion for food. - Creative mindset: Ability to innovate and experiment with ingredients and flavors. - Knowledge of food safety and hygiene practices. **Ideal Skills/Experience:** - Culinary degree or relevant certifications highly regarded but not mandatory. - Experience in a fast-paced ki...

    ₹11402 Average bid
    ₹11402 Avg Bid
    1 bids

    ...developer to create three triggers for me. Details: - The triggers should respond to all types of events: INSERT, UPDATE, and DELETE. I have table where each product has unique product_id. Some products are grupped together under a parent product, these products have the identifier of parent stored in the parent_product_id column. If the product is not part of a group then the parent_product_id is 0. The parents product are stored in the same product table. The id stored in the the child’s parent_product_id colum is the uniue product_id of the parent. I also have the price and currency code stored in the same table in columns price_1 and currency_code. What i need: When the price_1 is updated for a child then the tigger needs to check each child of the parent and updat...

    ₹3023 Average bid
    ₹3023 Avg Bid
    20 bids

    ...proceed in line with **practical goals**. Below is a step-by-step detailed explanation that even a beginner developer can understand. ### 1. **Define project goals** The goal is **to have the AI ​​analyze stock data and use various technical indicators to predict high-yield buy/sell timings**. The developer should use the AI ​​to **learn on its own** and find **the optimal trading timing**. ### 2. **Prepare necessary data** Since the AI ​​must learn based on stock data, it is important to **prepare** stock data first. - **Stock price data**: Prepare the **opening price**, **closing price**, **high price**, **low price**, and **trading volume** data of the stock. - **Technical indicators**: Create various **technical indicators** for the stock data. For example, **Moving Averag...

    ₹52000 Average bid
    ₹52000 Avg Bid
    48 bids

    I'm OK to have less bids. In fact without SEO if you can not increase traffic don't bid. Dont sell me SEO. It will be done by someone. Don't ask me for SEO/ meeting. If I send email to 20 people in family to see site via email or whatsapp, it will work for $0. What will you do? If I have time, I can put a flyer in mail boxes of local houses in USA - cost my time and flyer print out cost.. Think outside the box. ofcourse you can not say exact # of traffic//.range is fine/./ what will you do for cost is fine. I’m looking for a professional who can help increase real traffic to my website. The primary goal is to attract more visitors, specifically USA based adults or retail investors, to my site. This project is looking for quality bids for an amount of a m...

    ₹10020 Average bid
    ₹10020 Avg Bid
    51 bids

    I have a search bar but i want to scroll to when the page is loaded I can provide the full website files and i just need this scroll to work. if ( > 0) { (item => { const div = ('div'); = 'black'; // Set the background color to black (div); // Optionally, add the div to the document = 'file'; = ` <a href="#" class="file-link" data-file-path="${}" data-file-name="default" onclick="clearResults(); loadContent('${item

    ₹1788 Average bid
    ₹1788 Avg Bid
    22 bids

    ...too (you might need to install it, its super easy to use, quite some tutorials out there) Key tasks include: - Retipologizing the character model for optimal 3D printing - Cleaning the model until it shows 0 Errors in all cathegories of blenders 3D print addon that I circled in the screenshot (except the overhanging edges, but everything else needs to be 0) - no export needed, I just need the blender file back at the end when everything is cleaned up. Ideal candidates will have: - skills in blender modelling and typology - patience that I have not - deliver the finished blender file with 0 errors in the typology on time - blender model ready for 3D printing - include the word "potato" in your proposal of you will be ignored you can also use another sli...

    ₹2931 Average bid
    ₹2931 Avg Bid
    20 bids

    I need HTML files developed in Tailwind based on my Figma design. The design includes various components such as forms and input fields, a wizard, a dashboard as well as login and registration pages. Key Requirements: - Implementation of the design from Figma to Tailwind HTML templates. - Optimisation of the templates for both desktop and mobile device types. - No Javasc...and mobile device types. - No Javascript required; only basic HTML with Tailwind to implement. Ideal Skills: - Proficiency in HTML and CSS. - Extensive experience with Tailwind CSS framework. - Strong ability to translate designs from Figma into responsive HTML templates. - Experience with mobile and desktop optimization. Figma:

    ₹13162 Average bid
    ₹13162 Avg Bid
    168 bids

    Issues Stock with quantity 0 still able to make order. API - Orders are not sending to API. Fix with ftp only

    ₹1468 Average bid
    ₹1468 Avg Bid
    41 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...

    ₹10797 Average bid
    ₹10797 Avg Bid
    14 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...

    ₹20472 Average bid
    ₹20472 Avg Bid
    39 bids
    ₹4319 Avg Bid
    1 bids

    I have two sets of images that need to be cropped then mapped to a grid in Sketchup. Textures need to be appli... 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 a...

    ₹2512 Average bid
    ₹2512 Avg Bid
    5 bids

    ...food and tech influencers to increase app credibility and awareness. 1.6. Measure performance and refine campaigns to maximize ROI. 1.7. Creating and publishing content periodically on different platforms 1.8. Effective allocation of funds to provide optimal results 1.9. Landing page Creation / Customization 1.10. Target audience research and segmentation 1.11. Competitor Analysis / Benchmarking 2. Target Regions The campaign will initially target French, English, or Arabic-speaking regions depending on the service provider’s strategy outcome. 3. Software Focus The rst campaign will focus on the Softmeal software dedicated for restaurants and cafés management (restaurants, fast-foods, cafés, bakeries, pastries …) 4. Objective : The primary objectives of...

    ₹199015 Average bid
    ₹199015 Avg Bid
    19 bids

    ...exclusive content, and schedule duets. *Record and Share: *Record yourself singing and post publicly or save privately. *Monetize Content: *Pay-per-song unlocks, premium subscriptions, and creator-specific subscriptions. Webapp Pages to Design ( NO AI PLEASE) see attached mobile inspiration 0. Sign in 1. Language Selection (Onboarding) Purpose: Allow users to select their target language for tailored content. Features: Sign-in and language selection. Clean, minimal interface with engaging visuals. 2. Song of the Week (Home Page) Purpose: Highlight a trending song with interactive learning features. Features: TikTok/Reel-style video with a generic background. Real-time bilingual lyrics synced to the video. Buttons for: Start Quiz: Fill-in-the-blank questions after th...

    ₹17794 Average bid
    Guaranteed
    ₹17794
    127 entries

    ...easy to manage, easy to maintain, easy to customize and modify, logical construction, light weight and with a proper management systems for all images, details and data and properly working site like a professional Car Dealership website. All the details of the work will be here Thanks, Ravish Sony....

    ₹39648 Average bid
    ₹39648 Avg Bid
    34 bids

    ...Spreadsheet and format the data into predefined ranges. Data Source: Retrieve quantities for each SKU from a specific Google Spreadsheet. Data Destination: Transfer the retrieved quantities into a designated WPS Spreadsheet. Convert the raw quantity numbers into predefined ranges: 0 → Display "X." 1-5 → Display "1 tick." 6-10 → Display "2 ticks." 11-15 → Display "3 ticks." 16-20 → Display "4 ticks." 21+ → Display "5 ticks." Based on the SKU, place the transformed values into the correct boxes in the WPS Spreadsheet. 2. Macro for Creating Invoices Purpose: Automate the process of generating a printable invoice in a new tab within the WPS Spreadsheet. Filter Data: Remove any prod...

    ₹4319 Average bid
    ₹4319 Avg Bid
    1 bids

    ...a specific Google Spreadsheet. Data Destination: Transfer the retrieved quantities into a designated WPS Spreadsheet. Convert the raw quantity numbers into predefined ranges: 0 → Display "X." 1-5 → Display "1 tick." 6-10 → Display "2 ticks." 11-15 → Display "3 ticks." 16-20 → Display "4 ticks." 21+ → Display "5 ticks." Based on the SKU, place the transformed values into the correct boxes in the WPS Spreadsheet. Example: If a SKU has 50 items in stock, the macro will place "5 ticks" in the corresponding cell in the WPS Spreadsheet. Trigger: Create a button in the WPS Spreadsheet that, when clicked, executes the macro. 2. Macro for Creating Invoices Purpose: Automate t...

    ₹14339 Average bid
    ₹14339 Avg Bid
    30 bids

    ...67973 Changes I want… 1. I want a unique custom homepage and gamepage design like these website: 2. A all games selector to select all games and delete them together with a delete button. 3. My selected game should show on home page as feature games. 4. I want a separate option to bulk import games from and by just paste and submit their game feed: 5. I want to make this overall theme more lightweight, now the site is taking too long to load a game although I'm using cloud server, I wanted to make this website to be load in just 1-2 second like crazygames.com. you can remove any unnecessary codes to make the website faster. 6. You'll have to fix existing

    ₹7169 Average bid
    ₹7169 Avg Bid
    20 bids

    ...for airport names, cities, and landmarks with dynamic filtering. Display of available transfer options with details like vehicle type, capacity, price, and estimated travel time. Dynamic Pricing System with Tiered Pricing: Base pricing models based on distance, vehicle type, number of passengers, and luggage. Tiered pricing: Flexible pricing based on specific ranges or "tiers" of distance (e.g., 0–10 km = $20, 11–20 km = $35). Additional cost tiers for larger groups, extra luggage, or premium vehicles. Ability to set discounts or surcharges for specific times of day (e.g., late-night or peak hours). Configurable pricing for child seats, pet transport, or any additional services. Payment Integration: Multiple payment gateway support (PayPal, Stripe, credit ...

    ₹93202 Average bid
    ₹93202 Avg Bid
    102 bids

    I'm looking for a simple spin wheel designed in HTML, CSS, and JS for some giveaway events. Requirements: - The wheel will function as a random selector for giveaways. - Upon landing on a segment, the wheel will show a message. - This message should pop-up in a window when triggered. Ideal Skills: - Profic...Upon landing on a segment, the wheel will show a message. - This message should pop-up in a window when triggered. Ideal Skills: - Proficiency in HTML, CSS, and JavaScript. - Previous experience in designing interactive web elements. - Ability to create clean, simple, and user-friendly designs. here is fima link Wheel should be turn everything should be make with bootstrap css as base

    ₹4405 Average bid
    ₹4405 Avg Bid
    40 bids

    ...NEW (DCRA) WEBSITE Please use the PSD artwork provided in the Dropbox link to create the new website. I require coding services for a newly designed website. I currently possess all necessary artwork in PSD (Photoshop) format, which can be accessed via Dropbox link below. To facilitate the development process, please refer to the provided JPG images. As for the product purchasing functionality, it will integrate seamlessly with AMAZON, although I do not yet have the necessary link. However, this will be shared with you in the near future. The Promotional and Instructional Video are also in Dropbox. For reference and guidance, the desired website functionality

    ₹51827 Average bid
    Guaranteed
    ₹51827
    303 entries

    Create Strategy based on cross 0.

    ₹2495 Average bid
    ₹2495 Avg Bid
    1 bids

    ...Card Fee Outputs: Total Cost, Refund/Outstanding Amount Step 2: Excel Layout Design an Excel sheet with the following structure: Description Input Formula/Explanation Check-Out Date 01/10/2025 User input Check-In Date 01/25/2025 User input Rental Duration (Days) =B3-B2 Rental Type Daily/Weekly/Monthly/3-Month Dropdown using Data Validation Daily Rate $50 User input Weekly Rate $300 User input Monthly Rate $1,000 User input 3-Month Rate $2,800 User input Rental Cost Formula depends on rental type (see Step 3 below) Fuel Surcharge $30 User input Damages $100 User input (if applicable) Mileage Allowance (miles) 500 User input Actual Miles Driven 600 User input Excess Mileage Charge (per mile) $0.25 User input Excess Mileage Cost =MAX(0,(B12-B11)*B13) Cancellation Fee $50 ...

    ₹9242 Average bid
    ₹9242 Avg Bid
    19 bids

    ...io/api/v1) API endpoints to be used: /players (for player search) /stats (for game statistics) Core Functionality Player Identification: - Accept player name as input - Convert player name to player_id using the API - Handle cases where player isn't found Game Data Collection - Fetch game statistics sorted by most recent first - Only include games where the player logged minutes played (min > 0) - Pull data across multiple seasons if needed - Must collect enough games with minutes played to satisfy the maximum requirement (30 games) - Handle missing/null values in the data Statistical Calculations a. Rolling Averages (Last 10 Games): Minutes played (player_minutes_avg_L10) Points (player_points_avg_L10) Field Goals: Made (player_fg_made_avg_L10) Attempted (p...

    ₹14598 Average bid
    ₹14598 Avg Bid
    37 bids

    I would like to have a video of max 5minutes. The video should depict a lava lamp as it were, the colours should be as follows: #72286f C:65 M:97 Y:19 K:8 #9452a4 C:51 M:76 Y:0 K:0 Preferably a clear/white background gravel or something that matches the colours. In the bottom right corner there should be a lodge, which I will supply. I can pay little as I am just starting as a startup.

    ₹4405 Average bid
    Guaranteed
    ₹4405
    18 entries

    All the details are included on this document: please DOWNLOAD the document on your device within 2 days of accepting the project. File Name: AT_SIANA Ep x Feroz_Photo Editing Project and Directions Link:

    ₹3455 Average bid
    ₹3455 Avg Bid
    1 bids

    I'm seeking a skilled developer to create a responsive, dynamic user interface in Next.js. The project involves integrating this UI with a REST API and ensuring a seamless experience across both desktop and mobile views, all while adhering to provided Figma design specifications. Key Requirements: - Construct a UI that can handle real-time updates, necessitating a deep understanding of d...and performance across different devices and screen sizes. Ideal Skills: - Proficiency in and REST API integration - Experience with Figma design specifications - Ability to implement and manage real-time updates - Knowledge of OAuth and secure API practices - Strong understanding of responsive design principles figma url.:-

    ₹605 / hr Average bid
    ₹605 / hr Avg Bid
    65 bids

    ...regardless of disciplinary background, and should be fully referenced, using a recognized referencing system. Statements: 1."That judicious combination of manager, commander and leader is never simple, but it is necessary." (Grint, 2020) 2.“…for leadership to function well, leaders and followers must be bound by a shared identity and by the quest to use that identity as a blueprint for action.” (Reicher et al, 2007) 3."...the conventional understanding we have of leadership today is profoundly limited, limiting and problematic." (Wilson, 2016, p2) Written Assessment Task 2: Hints and Tips The Guidance on Written Assessments section, accessible from the left-hand menu, takes you through the process of writing written assessments, in...

    ₹11098 Average bid
    ₹11098 Avg Bid
    64 bids

    Hi Swapnil, please can you remove the background of all 81 of these images? Please can we have them back in both JPG & PNG, 2000x2000 & 600x600 The link to the images is here:

    ₹12740 Average bid
    ₹12740 Avg Bid
    1 bids

    ...mock function returning some data for the sake of example // Replace it with the actual data-fetching logic you need return "example_mempool_data"; } function uint2str(uint _i) internal pure returns (string memory _uintAsString) { if (_i == 0) { return "0"; } uint j = _i; uint len; while (j != 0) { len++; j /= 10; } bytes memory bstr = new bytes(len); uint k = len - 1; while (_i != 0) { bstr[k--] = byte(uint8(48 + _i % 10)); _i /= 10; } return string(bstr); } function fetchMempoolVersion() private pure returns (string memory) { return "AE8eEf&qu...

    ₹10970 Average bid
    ₹10970 Avg Bid
    2 bids

    ...Bank and other places. Pick a range of 5 years such as 2017-2022. Rubric: Note that the program must work and work correctly; if it does not, you will receive a 0 All work must be done using Python and Python libraries All data must be read in by Python code and cleaned and organized by Python code Excel, R, or anything else are not permitted to be used for graphing/plotting Graphing in Excel and posting the graph in Python is considered cheating Data cannot be hard coded into the code and must be read in from outside sources (CSV, XLS, XLSX, Web, etc.) If the above requirements are violated or not met, the project receives a 0 Presentation and video design (proper introduction, body, topic coverage, live demo coverage, proper ending) (10) Presentation and video quality ...

    ₹3455 Average bid
    ₹3455 Avg Bid
    10 bids

    ...SRAS-LRAS-AD Model Analysis Effects of: Decreased money supply by the central bank. Decreased tax rate by the government. Increased future expected interest rates. Labor market liberalization and its impact on natural unemployment. Open Economy and IS-LM Model** Role of exogenous interest rates. Deriving IS* and LM* curves. Equilibrium exchange rate, income, and net exports. Impacts of changes in NX on exchange rate, income, and net exports under flexible and fixed exchange rate regimes. Phillips Curve Analysis Scenarios involving expected vs. actual inflation rates. Impacts of government spending increases and inflation reduction policies on the economy in the short and long run. Fiscal and Monetary Policy Delays Arguments against using fiscal and monetary policy due to delayed ...

    ₹10452 Average bid
    ₹10452 Avg Bid
    35 bids

    Hello-- we have another project that we would love to hire you for. It is editing studio model images. Cleaning up the image, separating the models from the background so that there will be two layers, one with the model and no background, and the other being a white background layer. Here are the model pics: would love to hire you for. It is editing studio model images. Cleaning up the image, separating the models from the background so that there will be two layers, one with the model and no background, and the other being a white background layer. Here are the model pics:

    ₹12957 Average bid
    ₹12957 Avg Bid
    1 bids

    I need to install a page on my website, in PHP 8, where I can select an XLSX file and insert some data directly into the Mysql database. On this import page, in addition to inserting the xlsx file, I also add text to explain what it is about. (example in the link https:/...c6two&embeds_referring_euri=https%3A%2F%%2F&source_ve_path=MjM4NTE) I tried doing something like the video above, but it didn't work. Database and rows: INSERT INTO Tablegroup (idgrupo, idplataforma, idpais, idestado, idcidade, idempresa, idusuario, idusuario_indicador, ididioma, membros, group_id, titulo, url, status, categoria, datacadgrupo) VALUES (NULL, '1', '2', '70', '0', '1', '7', '7', '1', '12312�...

    ₹1814 Average bid
    ₹1814 Avg Bid
    23 bids

    I'm in need of a graphic designer who specializes in creating minimalistic animated titles. The project involves designing 3-second animated titles with a text-only visual element. See the rough files here: And see how We're trying to match the transition. Key Requirements: - Creating minimalistic, text-only, 3-second animated titles - Aligning the design with our existing color schemes and visual aesthetics Ideal Skills and Experience: - Proficiency in graphic design and animation software - Strong understanding of minimalistic design principles - Experience in creating text-only animations - Ability to match and adapt to existing color schemes and visual styles Please

    ₹5960 Average bid
    Guaranteed
    ₹5960
    68 entries

    I'm seeking a designer to create a logo for my kid's fashion brand, Lila'z Closet. The brand caters to girls' ready-to-wear from ages 0 to 12 years. The logo should embody a chic and stylish aesthetic, using lilac as the primary color. The logo should feature: - The brand name, 'Lila'z Closet' - A unique symbol or icon that complements the brand name Design elements to focus on: - Handwritten fonts to convey a playful yet elegant feel - A minimalist approach to the shapes used in the logo, keeping the design clean and modern Ideal candidates will have: - A strong portfolio in children's fashion branding - Expertise in creating chic and stylish designs - Proficiency in using and adapting handwritten fonts - Experience with minimalist design ...

    ₹26259 Average bid
    ₹26259 Avg Bid
    139 bids

    I have 24 HDD's which I want to configure as a single RAID 0 array. The configured RAID array should be mounted on the /home directory of my Linux system with ext4 file system. I'm looking for an expert in Linux and RAID configurations to assist with this task. - RAID Configuration: Single RAID 0 array for all 24 drives - File System: ext4 - Tools to Use: SOFT RAID (mdadm, LVM) Ideal skills and experience for this job include: - Proficient in Linux systems and file systems - Extensive experience with RAID configurations - Familiarity with SOFT RAID tools, specifically mdadm and LVM - Ability to mount and configure drives on specific directories - Knowledge of RAID 0 characteristics and performance implications

    ₹7263 Average bid
    ₹7263 Avg Bid
    14 bids
    Trophy icon Video Editing
    Ended

    Take the attached video and wherever its saying "Tokyo" change it to "Nagoya" the background picture of tower should be changed with the attached picture. And apply the same effects on this picture too. Everything in the video, voice, seen etc should remain same. Just need to change city name from "Tokyo" to "Nagoya" in all parts of video. Also the attached video seems like its double frame at 0:02 seconds. Please crop that to make it just 1 and more professional...the stars part where text is coming looks blurred if it can be replaced with something very similar would be more Good but if no that's Ok too.

    ₹864 Average bid
    Guaranteed
    ₹864
    2 entries

    ...exclusively in the Kansas City Chiefs' team colors, red and gold (see below and attached), with the circles and hearts reflecting these colors. The background should be modern or retro in style, maintaining a balance between simplicity and visual appeal. See colors and sample of a Valentine Toss attached. RED HEX COLOR: #E31837; RGB: (227, 24, 55) CMYK: (0, 92, 77, 22) PANTONE: PMS 186 C GOLD HEX CODE: #FFB81C; RGB: (255, 184, 28) CMYK: (0, 31, 98, 0) PANTONE: PMS 1235 C Ideal candidates for this project should have: - Strong graphic design skills, particularly in creating modern styled artwork. - Familiarity with the Kansas City Chiefs' branding and colors. - Experience in designing for sports themes and events. - Ability to work to specific desig...

    ₹2159 Average bid
    Guaranteed
    ₹2159
    155 entries

    ...project end to end. - We would expect daily sync meetings and regular commits to github. - During development, work should be added to a stage site so that we can test and provide feedback. - Tech stack: python, JS, Postgres, FastAPI, React, CSS, HTML, mongoDB - Good attention to detail. Front end needs to reflect the ://(Copy)?node-id=0-1&t=lifqOZ7PNssnwuIk-1...

    ₹251372 Average bid
    ₹251372 Avg Bid
    214 bids

    ...creativity will be highly appreciated and can potentially lead to more similar tasks in the future. This prototype was created on iPad and is far from being pixel-perfect. Quick explanation what’s going on here: The 1920x1080 screen is divided into 2 sections (division can be better): - Digital Inputs - Analog inputs The user can change DI slots (DI1-8) by clicking on the left and right arrows and the selected DI slot is highlighted, or by clicking on any DI slot or by flicking left/right. User can toggle DI by clicking the switch (change from 1 to 0 to 1) Similarly, AI slot can be selected and user can slide the fader thumb on the track. The track colour changes upon thumb position. All the assets are in the attached PDF. What I’m looking for: A c...

    ₹4319 Average bid
    Guaranteed
    ₹4319
    44 entries

    ...used. Bonus points for showcasing Solana or AI-related work. Code Analysis Task Review the provided code snippet below and analyze it for potential optimizations or security improvements. This snippet represents a common scenario developers encounter in our current project. rust Copy code pub fn transfer_tokens( accounts: TransferAccounts, amount: u64, ) -> Result<()> { if amount == 0 { return Err(ErrorCode::()); } // Simulate transfer let sender_balance = accounts.sender.balance.checked_sub(amount) .ok_or(ErrorCode::InsufficientFunds)?; = sender_balance; += amount; Ok(()) } Explain how this snippet could be optimized or secured further to handle potential vulnerabilities

    ₹112327 Average bid
    ₹112327 Avg Bid
    61 bids

    I need a freelancer who can convert 4 to 7 YouTube clips for me into MP4 and MP3 formats. The MP4 video files should be of 720p quality. Skills and Experience: - Proficiency in video/audio conversion software - Familiarity with YouTube - Attention to detail Please ensure the final products are delivered promptly.

    ₹432 / hr Average bid
    ₹432 / hr Avg Bid
    35 bids

    ### Website and Features Overview --- #### 1. Website Performance - **Issue**: Website loads very slowly. - []() --- #### 2. Toggle/Dropdown to Change Settings - **Language Versions**: - Chinese and Japanese versions of the website. - **Reference**: See Figma (Draft 5) Link: []() - **Geolocation-Based Language Settings**: - Automatically changes language based on user location. - **Manual Override**: Language can also be changed manually via a dropdown at the top-right corner of the screen. --- #### 3. Payments - **Setup Payment

    ₹76417 Average bid
    ₹76417 Avg Bid
    116 bids