ตัวกรอง

การค้นหาล่าสุดของฉัน
คัดกรองโดย:
งบประมาณ
ถึง
ถึง
ถึง
ประเภท
ทักษะ
ภาษา
    สถานะงาน
    1,500 prado application source code งานที่พบ
    Full-Stack Code Review for React App
    หมดเขตแล้ว left

    I need a thorough code review of my full-stack React application. The code has been generated with Lovable and Claude Code, and reviewed by Sonar. The review should focus on: - Code Efficiency: Optimize performance and reduce complexity. - Security Vulnerabilities: Identify and mitigate potential security risks. - Coding Standards: Ensure adherence to industry best practices and coding standards. Ideal Skills and Experience: - Proficiency in React and full-stack development - Strong background in code review and optimization - Expertise in security best practices for web applications - Familiarity with industry coding standards and best practices Please provide examples of similar work done and your approach to this project.

    $2877 Average bid
    $2877 การประมูลเฉลี่ย
    162 คำเสนอราคา
    QR Code Gift Claim System
    หมดเขตแล้ว left

    I need a QR code system to manage gift distribution for 5000 employees. The QR code will be scanned to mark the gift as claimed. Requirements: - Generate unique QR codes for each employee. - Ensure scanning marks the gift as claimed. - Automatically registers the employee details in an Excel file. Ideal skills and experience: - Experience in QR code generation - Proficient in Excel - Ability to create a reliable scanning system Need this done ASAP.

    $294 Average bid
    $294 การประมูลเฉลี่ย
    31 คำเสนอราคา
    Python Desktop Code Debugging
    หมดเขตแล้ว left

    I have a desktop application written entirely in Python that is misbehaving, and I need another set of eyes on the code. The core logic is already in place, but certain functions crash unpredictably and performance has taken a hit since the last update. Your task: • Identify and isolate the root causes of the current errors. • Patch the bugs without breaking existing features. • Clean up any obvious performance bottlenecks you find along the way. • Provide a concise report outlining the fixes and any recommendations for future refactoring. The project is strictly about debugging—no new features required—so I expect focused, well-documented commits and clear communication as you work through each issue. If you are comfortable stepping th...

    $56 / hr Average bid
    $56 / hr การประมูลเฉลี่ย
    73 คำเสนอราคา
    first milestone only demo part not give the code
    หมดเขตแล้ว left

    I will create your matrimony app in 6 core sections 1 milestone only demo part not give you the code

    $32 Average bid
    $32 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Daily Remote Job Application VA
    หมดเขตแล้ว left

    I’m looking for a detail-oriented virtual assistant who can file between 100 and 150 job applications every single day. All roles are remote positions in the technology sector, and you’ll work primarily through Indeed, direct company websit...websites, Glassdoor, and WeWorkRemotely. To keep everything organised I’ll provide access to my résumé, cover letter template, and a master tracker. Each evening I expect a concise update so I can see what was submitted and spot any targets that need extra follow-up. Deliverables • 100–150 completed applications per day • A same-day log showing company name, job title, platform used, and application link Accuracy and consistency are essential; if you’re comfortable hitting these numbe...

    $128 Average bid
    $128 การประมูลเฉลี่ย
    24 คำเสนอราคา
    Code chỉ báo Voltick
    หมดเขตแล้ว left

    Tôi cần một lập trình viên viết Pine Script trên TradingView cho một volume indicator mang tên “Voltick”. Mục tiêu là: • Hiển thị động lượng khối lượng theo Voltick trực tiếp trên biểu đồ. • Tùy chỉnh màu và độ dày của cột khi giá tăng, giảm hoặc khối lượng bằng phẳng. • Cho phép bật / tắt cảnh báo khi khối lượng Voltick vượt ngưỡng do tôi nhập. • Hoạt động mượt ở mọi khung thời gian và cặp giao dịch. • Mã sạch, chú thích rõ ràng để tôi có thể chỉnh sửa tham số nếu cần. Bàn giao: file .pine hoàn chỉnh, hướng dẫn cài đặt và một đoạn mô tả nhanh cá...

    $130 Average bid
    $130 การประมูลเฉลี่ย
    11 คำเสนอราคา
    Multi-Source Data Conversion Task
    หมดเขตแล้ว left

    I have a collection of datasets that originate from three places—websites, online databases, and several social-media accounts I manage. Each source already lets me download or export the information, but every file arrives in a different structure and extension. I now need everything converted into a single, uniform format so that I can feed it straight into my internal reporting tools without additional cleanup. Here’s what I will hand over: • The raw exports or downloads from the websites, database dumps, and social-media insights. • Simple field-mapping notes that show how each column or attribute should be labelled in the final file. What I expect back: • One consolidated, clean file (CSV or another widely supported format we agree on) that preser...

    $20 / hr Average bid
    $20 / hr การประมูลเฉลี่ย
    69 คำเสนอราคา
    Shopify E-Commerce Web Application Build
    หมดเขตแล้ว left

    I have chosen Shopify for my new e-commerce web application and now need a developer who knows the platform inside-out to transform my product ideas into a polished, revenue-ready store. The core goal is simple: launch a fast, secure, and visually engaging storefront that converts visitors into customers. Here is what success looks like for me: • Store setup on my existing Shopify account, including theme installation and configuration • Custom theme styling to match brand colours, logo, and typography • Product catalogue upload (initial batch of 50 SKUs), organised with smart collections and tags • Secure payment gateway configuration (Shopify Payments plus PayPal) and tax/shipping rules for my region • Essential sales apps installed and configured...

    $1965 Average bid
    $1965 การประมูลเฉลี่ย
    210 คำเสนอราคา
    AWS Deployment & Application Optimization Project
    หมดเขตแล้ว left

    1- Update application calls should have zero delay so that calls go at full speed. 2- Latency is very important — locally it's 250-300ms, so after deploying on AWS it should be minimum 200ms. So delay = 0 and latency should be low so calls hit fast. 3- We need to pick jobs, and for that we need to eliminate 429, 403, and 504 errors. Why does 429 come? Because we reuse the same token too fast. 403 comes when multiple calls hit from the same IP or combination calls hit together. 504 doesn't come that often, so for that we can keep a retry mechanism. 4- To eliminate 429, we need to use multiple tokens, because a job will only be picked when calls go without even a single 429, with latency 200-250ms and delay 0. 5- For that, we need to do the following: Enter one combina...

    $15 / hr Average bid
    $15 / hr การประมูลเฉลี่ย
    82 คำเสนอราคา
    Application Optimization & Error Elimination
    หมดเขตแล้ว left

    1- Update application calls should have zero delay so that calls go at full speed. 2- Latency is very important — locally it's 250-300ms, so after deploying on AWS it should be minimum 200ms. So delay = 0 and latency should be low so calls hit fast. 3- We need to pick jobs, and for that we need to eliminate 429, 403, and 504 errors. Why does 429 come? Because we reuse the same token too fast. 403 comes when multiple calls hit from the same IP or combination calls hit together. 504 doesn't come that often, so for that we can keep a retry mechanism. 4- To eliminate 429, we need to use multiple tokens, because a job will only be picked when calls go without even a single 429, with latency 200-250ms and delay 0. 5- For that, we need to do the following: Enter one combina...

    $798 Average bid
    $798 การประมูลเฉลี่ย
    56 คำเสนอราคา
    Google Ads Tracking Code Implementation
    หมดเขตแล้ว left

    I will add the provided Google Ads tracking code to the Drywall Doctor Utah website and ensure it is properly installed and working correctly.

    $150 Average bid
    $150 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Application Web Suivi Construction
    หมดเขตแล้ว left

    Notre entreprise dans le domaine de la construction prépare une application en plusieurs étapes ; je souhaite confier l’ensemble du développement à un seul programmeur capable d’avancer avec nous sur du long terme rapidement. Nous fonctionnerons par étape Portée actuelle • Plateforme : version Web responsive, optimisée pour desktop et mobile navigateur. • Fonction centrale : formulaires web avec export pdf, gestion de flux d'etape • Modules de gestion de projet à inclure dès la première phase : – Planification des tâches avec calendrier interactif et dépendances simples. – Collaboration en équipe : commentaires contextualisés, not...

    $559 Average bid
    $559 การประมูลเฉลี่ย
    59 คำเสนอราคา

    We have an AI chat web application that is approximately 95% complete. Most of the code and features have already been implemented. We need an experienced full-stack developer to perform final tests, fix any remaining minor issues, and complete the missing parts listed below. Work Already Done: PayPal payment system integrated AI integrations (both APIs) coded and working Google ad integration (video and banner) coded, ready for approval Character sharing on social media (Facebook, X, WhatsApp, Telegram) - mostly working User panel and admin panel designs Affiliate program cards (design ready) Password reset feature (email-based) PDF file upload system Logo and banner designs ready Work to be Done: 1. PayPal Payment System Test and confirm that package purchases ...

    $136 Average bid
    $136 การประมูลเฉลี่ย
    137 คำเสนอราคา
    Application Form Data Entry
    หมดเขตแล้ว left

    I need a dependable freelancer who can handle online application form filling with speed and perfect accuracy. Each form will require you to copy-paste or type applicant details exactly as provided, double-checking for spelling errors and formatting consistency before submission. What I’m looking for: • Experience with data entry and web-based forms • Ability to follow clear, step-by-step instructions without supervision • Daily progress updates so I can track completed forms versus those still pending • Full respect for data privacy—no information may be shared or stored once the task is done Estimated workload: a steady stream of application forms that arrive in batches during the week. I will send you the login credentials, templates...

    $13 Average bid
    $13 การประมูลเฉลี่ย
    22 คำเสนอราคา

    ...projects and need a reliable person to help keep my datasets clean, consistent, and up‑to‑date. Each day, you will take short English texts (product descriptions, short articles, website copy) and convert them into natural Malay, then enter the results into Microsoft Excel or Google Sheets. Because the original English text often comes from websites, I also need you to keep a simple log of each source link so everything remains traceable. This is a straightforward, repetitive task – accuracy and clear communication matter more than speed. It will start small but can grow into a long‑term partnership. Daily Workflow Here’s what a typical day looks like: Receive English text – I will share a small batch of English sentences or short paragraphs (10–20 ite...

    $498 Average bid
    $498 การประมูลเฉลี่ย
    25 คำเสนอราคา

    ...projects and need a reliable person to help keep my datasets clean, consistent, and up‑to‑date. Each day, you will take short English texts (product descriptions, short articles, website copy) and convert them into natural Malay, then enter the results into Microsoft Excel or Google Sheets. Because the original English text often comes from websites, I also need you to keep a simple log of each source link so everything remains traceable. This is a straightforward, repetitive task – accuracy and clear communication matter more than speed. It will start small but can grow into a long‑term partnership. Daily Workflow Here’s what a typical day looks like: Receive English text – I will share a small batch of English sentences or short paragraphs (10–20 ite...

    $556 Average bid
    $556 การประมูลเฉลี่ย
    25 คำเสนอราคา

    App Idea: “Pariksha Direct” – B2B Lab Supply App Core Concept A mobile app where labs, distributors, and hospitals can directly order: Reagents (HbA1c kits, diluents, controls) Spare parts (boards, pumps, probes) Instruments Key Features (Must Have) 1. Smart Product Catalog Categories: Reagents / Consumables / Instruments / Spares Each product page: Images Technical specs (important in your industry) Compatibility (which machine it fits) Pricing System Login-based pricing Different rates for: Dealers Direct customers Bulk discounts 3. Easy Ordering System Add to cart Repeat last order (VERY useful for labs) Subscription ordering (monthly reagents auto-order) Parts Finder (Unique Feature) User selects machine model App shows compatible spare parts This will make you...

    $273 Average bid
    $273 การประมูลเฉลี่ย
    28 คำเสนอราคา
    PDF Management Web Application Finalization
    หมดเขตแล้ว left

    We are building a web application where users can upload PDF files into folders and manage them. The project is mostly developed (frontend and backend are already in place), but it is currently not working end-to-end due to deployment and integration issues. The main requirement is to fix the existing system and make the complete flow work properly in production. This includes ensuring that the backend API is correctly deployed, all routes are active, and the file upload functionality works as expected. The expected working flow is: User uploads a file → file is stored on the server → file details are saved in the database → API returns a proper response → file appears in the frontend UI → file remains available after refresh. In addition to fixing the up...

    $19 Average bid
    $19 การประมูลเฉลี่ย
    45 คำเสนอราคา
    No-Code Algo Trading Platform Development
    หมดเขตแล้ว left

    Build a No-Code Algo Trading Platform for US/EU Markets Description: I am looking for an experienced developer or small team to build a web-based no-code algorithmic trading platform, but focused on US and European stock markets. The platform should allow users to create, backtest, and deploy trading strategies without coding. Core Requirements: 1. Strategy Builder (No-Code) * Drag-and-drop or rule-based condition builder * Indicators like RSI, Moving Averages, VWAP, etc. * Entry, exit, stop-loss, and target conditions 2. Backtesting Engine * Historical data (preferably 1-min or 5-min candles) * Performance metrics (PnL, drawdown, win rate, Sharpe ratio) * Fast and accurate simulations 3. Market Coverage * US markets (NYSE, NASDAQ) * Euro...

    $1163 Average bid
    $1163 การประมูลเฉลี่ย
    60 คำเสนอราคา
    Polymarket Invite Code Required
    หมดเขตแล้ว left

    The job is simple all i need is an active polymarket user to send me invite code so i can sign in

    $130 Average bid
    $130 การประมูลเฉลี่ย
    41 คำเสนอราคา
    Personalized Claude Code Setup & Training
    หมดเขตแล้ว left

    I have a fresh Claude Code account and want it configured so I can work efficiently from day one. The job centers on three areas that matter most to me: well-structured markdown files, the full suite of power features (enhanced editing tools, real-time collaboration, and advanced code execution), and a set of custom event hooks that automate my day-to-day workflow. Here is what I need from you: • Configure default markdown templates and styling so every new file follows my preferred headings, bullets, and code-block formatting. • Activate and fine-tune the power features I’m entitled to—specifically the enhanced editor, collaboration view, and the sandbox for advanced code execution—then make sure they all run smoothly together...

    $49 / hr Average bid
    $49 / hr การประมูลเฉลี่ย
    61 คำเสนอราคา

    ...Requirements: Use soothing and professional color combinations (not too loud, premium feel) Modern layout with proper spacing and alignment Each product category should have a dedicated section/page High-quality typography and product highlighting Include: Company Introduction Product Pages Features / Specifications Contact Details Deliverables: Final catalog in PDF format (print + digital ready) Editable source files (very important) Preferably in Adobe Illustrator / Photoshop / InDesign / Canva (Editable) Design should be structured so that: Prices can be easily edited in future without redesigning the whole catalog Content: We will provide: Product images Product details Logo Contact information Designer Expectations: Prior experience in catalog / brochure design Ability to...

    $23 Average bid
    $23 การประมูลเฉลี่ย
    17 คำเสนอราคา

    I want VB.net /c# application developer to work integration of A sms API in VB.net project

    $11 Average bid
    $11 การประมูลเฉลี่ย
    14 คำเสนอราคา
    QA testing needed for iOS or Android Application
    หมดเขตแล้ว left

    My iOS and Android application is live and I would like people to test it. >>>> PLEASE let me know if you want to Test Android or iOS. <<<<<< It is a app to find jobs and find workers. You will need to test both modes, you will need at least two phones to test interactions between employers and workers/ • Functional testing: confirm every button, screen transition, and background service behaves as designed—no crashes, no dead links, and data flows correctly between activities. • Usability testing: note anything confusing, time-consuming, or visually inconsistent so I can refine the user experience before launch. You need to be able to run MULTIPLE phones! (Confirm you understand this in your bid) This job is for THREE rounds of ...

    $23 Average bid
    $23 การประมูลเฉลี่ย
    22 คำเสนอราคา
    Web Application Development Needed
    หมดเขตแล้ว left

    ...into a working web application. Main goal • Take the concept behind the project called “10000000000” and turn it into a functional, easy-to-use site that can grow over time. Scope 1. Clarify core requirements with me in a short discovery call. 2. Design a clean, responsive front end (HTML, CSS, JavaScript or a modern framework you recommend). 3. Build the back end with a scalable, well-documented codebase. 4. Connect any essential data storage (SQL or NoSQL) and set up basic authentication. 5. Provide testing, bug fixing, and a simple deployment guide so I can launch confidently. What I’m looking for • Solid experience in full-stack web application development. • Clear communication and the ability to explain technical ...

    $4927 Average bid
    $4927 การประมูลเฉลี่ย
    70 คำเสนอราคา
    Custom Business Application Development
    หมดเขตแล้ว left

    Hi, I’m looking to build a simple and clean mobile app for a small delivery business. This is an MVP (first version), so the goal is to keep it straightforward, fast, and cost-efficient. The app will be used internally by a small team and includes 3 user roles: * Admin * Driver * Restaurant GENERAL IDEA: Restaurants create delivery requests, drivers accept and deliver them, and the admin monitors everything. CORE FEATURES: 1. Authentication: * Login system (username & password) * Role-based access (each user sees their own dashboard) 2. Order System: * Restaurant creates an order (customer name, location, order price) * Order يظهر للسواقين * One driver accepts the order (it becomes locked) * Driver goes to restaurant * Restaurant confirms pickup * Driver delivers the ord...

    $520 Average bid
    $520 การประมูลเฉลี่ย
    209 คำเสนอราคา

    We are looking for an experienced Laravel developer to extend an existing web application. The current system is based on a customized fork of a multi-estate script, adapted for car dealerships. The goal of this project is to add a new module that allows private users (individual sellers) to publish their vehicles and receive purchase offers from registered car dealerships within the platform. Main Objectives Enable private users to list their cars with basic information Allow car dealerships to browse these listings and submit purchase offers Create interaction between private sellers and dealerships through an offer system Scope of Work 1. Private User Dashboard Create a simple dashboard for private users, with a design similar to the dealership dashboard but limited to: Manag...

    $445 Average bid
    $445 การประมูลเฉลี่ย
    228 คำเสนอราคา
    Printable Application Form PDF
    หมดเขตแล้ว left

    I need a clean, well-structured application form turned into a print-ready PDF. The form does not have to be fillable on screen—I plan to have applicants print and complete it by hand—so the focus is on clear field labels, logical flow, and enough white space for handwriting. A standard design is perfectly fine; no custom branding is required. I will supply the field list and any helper text once we start. Please deliver a high-resolution PDF suitable for office and home printers, plus the editable source file you work in so I can tweak wording later if needed. If you have previous examples of straightforward, easy-to-read forms, feel free to share them when you bid.

    $26 Average bid
    $26 การประมูลเฉลี่ย
    80 คำเสนอราคา
    QR Code Mirroring for Clover Device
    หมดเขตแล้ว left

    ...terminals in Argentina. The goal is to capture the QR code displayed on the Clover device during a QR payment transaction and mirror it in real time on an external screen, such as a laptop or customer-facing display. The Problem When a customer pays with QR on a Clover Flex 4, the device generates a Transferencias 3.0 QR code internally through the "Pagos QR Fiserv" app and displays it on its own screen. We need the same QR code to appear on a second screen at the same moment, so the customer can scan it from either place. Scope of Work Investigate all possible methods to capture the QR code generated on the Clover Flex 4 during a payment session Implement a working solution that transmits the QR data or an equivalent image to an external applica...

    $439 Average bid
    $439 การประมูลเฉลี่ย
    74 คำเสนอราคา
    Online University Application Assistance
    หมดเขตแล้ว left

    I have a list of public-university programmes in Germany, Italy and Poland and I’m ready to move quickly on the applications, but I don’t have the time to sit and work through every portal. I’ll supply all personal details, transcripts, scans, statements and any programme-specific answers; you take care of entering everything online, double-checking for consistency, and making sure each form is formally “submitted” rather than just saved in draft. There’s no city or regional restriction, so you may encounter a mix of national portals (Uni-Assist, Polish IRK, etc.) and individual university sites—flexibility here is essential. Because I need the whole batch handled ASAP, I expect clear progress updates and notice of any missing information so we do...

    $30 Average bid
    $30 การประมูลเฉลี่ย
    10 คำเสนอราคา

    ...direct download links or CSVs (no login required) * **Direct submissions** – zip files sent via email or stored locally Once content is obtained, the processing pipeline (AI tagging, CDN upload, WordPress integration) should be **identical for all sources**. --- ## Input Control & Source Tracking * Users will provide a **list of URLs** (e.g., CSV or text file) for the system to process * Only provided URLs should be processed — no uncontrolled crawling * For each video, the system must store: * Original source URL * Original title * Studio name * Extracted metadata (performers, etc.) * Generated title and slug * Tags and CDN URLs * Prevent duplicate processing of the same URL * Output stored in structured format (CSV and/or database) for ea...

    $4064 Average bid
    $4064 การประมูลเฉลี่ย
    83 คำเสนอราคา
    $16 การประมูลเฉลี่ย
    32 คำเสนอราคา
    Planning Application Drawings for Existing Buildings
    หมดเขตแล้ว left

    I need detailed architectural drawings for an existing building to submit with my planning application. The drawings required include: - Floor Plans - Elevations - Sections The buildings are physically available, but I require new drawings to be created from scratch. Ideal skills and experience for the job include: - Proficiency in architectural design software (e.g., AutoCAD, Revit) - Experience with planning application requirements - Attention to detail and accuracy in creating technical drawings - Previous experience with similar projects is a plus Please provide samples of previous work and a timeline for completion.

    $814 Average bid
    พื้นที่
    $814 การประมูลเฉลี่ย
    3 คำเสนอราคา
    Source U.S. Mens Formalwear Buyers
    หมดเขตแล้ว left

    I manufacture premium men’s formalwear—suits, dress shirts, blazers, and tailored accessories—and want to expand my reach inside the United States. What I need now is actionable help connecting with wholesale buyers who regularly stock formal apparel for male customers. Your role will be to research, qualify, and introduce me to purchasing managers or decision-makers at U.S. distributors, clothing chains, department stores, and established independent retailers that place bulk orders. If you already have a book of contacts, even better; otherwise, I’m happy for you to build a fresh list and open the conversations. Deliverables • A vetted list (name, title, company, email, phone) of at least 25 wholesale prospects focused on men’s formalwear &bul...

    $8 / hr Average bid
    $8 / hr การประมูลเฉลี่ย
    4 คำเสนอราคา
    Claude Code Social Web App
    หมดเขตแล้ว left

    The requirement is to build a claude code based web app. Developer will refer to a git hub repo and rebuild the app on our server with a unique UI/UX and flows. Must be a full stack developer with claude code experience.

    $1124 Average bid
    $1124 การประมูลเฉลี่ย
    260 คำเสนอราคา
    Source Medical Specialist Candidates
    หมดเขตแล้ว left

    I handle end-to-end recruitment for healthcare clients and now need a reliable partner to focus solely on candidate sourcing so I can dedicate more time to screening, interviews, and client liaison. The assignment centres on locating and attracting medical specialists—think physicians, surgeons, radiologists, anaesthetists, and similar profiles—who match the detailed job briefs I will provide. Typical channels include LinkedIn Recruiter, niche medical job boards, professional associations, and direct outreach; feel free to leverage any additional tools that consistently deliver high-quality leads. You will receive role descriptions, must-have credentials, location preferences, and salary ranges from me at the outset. Your task is to build a strong, vetted pipeline and present...

    $6083 Average bid
    $6083 การประมูลเฉลี่ย
    12 คำเสนอราคา
    Windows-Based AI Proxy Application Configuration
    หมดเขตแล้ว left

    I’m looking for an experienced developer or system/network specialist to help me configure a Windows-based AI proxy application. What I need: Configure SSL properly for the application Modify Windows hosts file and routing so that API requests are redirected Ensure all requests to providers like OpenAI / Anthropic go through the app instead of default endpoints (e.g. ) Verify everything works correctly with my current setup My current setup: I already have access to multiple GPT accounts I use APIs and tools like OpenClaw / OpenCode The app I want configured is installed from Microsoft Store: Requirements: Strong experience with: Windows networking SSL / certificates Hosts file and traffic redirection API routing /

    $1107 Average bid
    $1107 การประมูลเฉลี่ย
    90 คำเสนอราคา
    Python LLM Research Code Implementation
    หมดเขตแล้ว left

    I am finalising a research paper that relies on large-language-model experiments and I need a Python specialist to turn my methodology into clean, reproducible code. The core help I’m after is coding itself—covering the full pipeline from data preprocessing through model training to final evaluation and visualisation. I need datasets, well-documented Python scripts or notebooks that I can run end-to-end on my own machine (or a Colab instance). Expect to work with common libraries such as pandas, NumPy, PyTorch or TensorFlow, Hugging Face Transformers, plus Matplotlib or Seaborn for charts—use whichever combination best suits the objectives while keeping dependencies manageable. Deliverables
 • Data preprocessing module that loads the provided datasets, clean...

    $87 Average bid
    $87 การประมูลเฉลี่ย
    11 คำเสนอราคา
    Tradingview Invite Only Script - Extract Source Code
    หมดเขตแล้ว left

    If you are familiar with Tradingview then you will know that we can apply script indicators to our chart. Problem is sometimes these indicators are private, meaning you can still add them to your chart but cannot see the source code of that indicator (Pinescript) written by the author. I believe you can use Chrome debugger to debug the Javascript and get the Pinescript of public scripts. I'm not sure if this is possible with a similar method and my limited knowledge of Java means i can't attempt this. I'm looking for help in extracting the source code from an Invite only Pinescript.

    $10 Average bid
    $10 การประมูลเฉลี่ย
    8 คำเสนอราคา

    Our company has developed the Excel-to-Word Document Automation Office add-in that seamlessly integrates Excel content into Word and PowerPoint documents. The calculations and data come from an Excel spreadsheet and then our add-in updates that information into a Word or PPT document. We are seeking an expert to locate Excel-Word and/or Excel-PowerPoint template pairs that we can showcase on our website to demonstrate the capabilities of our add-in. App Overview - Current Template Examples - We have outlined various use cases here - The ideal candidate will find a template pair based on one of these use cases. The Excel template will be linked to the corresponding Word or PowerPoint document. For example, an Excel sales configurator template could pair with a proposal template in P...

    $9 / hr Average bid
    $9 / hr การประมูลเฉลี่ย
    2 คำเสนอราคา
    Data Source Backup Integration
    หมดเขตแล้ว left

    ...data sources and set up an automated backup-and-recovery workflow. The focus is strictly on the data itself—databases, spreadsheets, APIs or any other source I might add later—so the solution you build has to pull from each location reliably, store copies securely, and make restoration straightforward. My ideal setup runs on a schedule, monitors for failures, and keeps versioned archives so I can roll back to any point in time. A lightweight dashboard or log that shows last-run status and any errors would be helpful, but command-line reporting is fine if that keeps things simpler. Deliverables • A working integration script, service, or low-code flow that connects the chosen data sources • Automated backup routine with configurable frequency and...

    $261 Average bid
    $261 การประมูลเฉลี่ย
    13 คำเสนอราคา
    Source U.S. Mens Formalwear Buyers -- 2
    หมดเขตแล้ว left

    I manufacture premium men’s formalwear—suits, dress shirts, blazers, and tailored accessories—and want to expand my reach inside the United States. What I need now is actionable help connecting with wholesale buyers who regularly stock formal apparel for male customers. Your role will be to research, qualify, and introduce me to purchasing managers or decision-makers at U.S. distributors, clothing chains, department stores, and established independent retailers that place bulk orders. If you already have a book of contacts, even better; otherwise, I’m happy for you to build a fresh list and open the conversations. Deliverables • A vetted list (name, title, company, email, phone) of at least 25 wholesale prospects focused on men’s formalwear &bul...

    $9 / hr Average bid
    $9 / hr การประมูลเฉลี่ย
    8 คำเสนอราคา
    Source Vietnam-Made Bag Products
    หมดเขตแล้ว left

    I need a freelancer in Vietnam who can help in searching/buying online or in stores for bags that are manufactured in local factories.

    $27 Average bid
    พื้นที่
    $27 การประมูลเฉลี่ย
    7 คำเสนอราคา