Experience level filter
Job type filter
Client history filter
Project length filter
Hours per week filter
  • Hourly: $18.00 - $31.00
  • Intermediate
  • Est. time: More than 6 months, 30+ hrs/week

We are a fast-growing consumer electronics e-commerce and wholesale company specializing in smartphones, tablets, and other devices. We are seeking a Full-Time Phone Repair Technician to join our team. Responsibilities: Diagnose and repair smartphones and tablets (primarily Apple iPhones and Samsung devices) Perform screen, battery, charging port, and other hardware repairs Test devices and perform quality control checks Document repairs and device conditions accurately Maintain an organized workstation Assist with inventory and warehouse operations as needed Requirements: Previous phone repair experience preferred Strong troubleshooting and attention to detail Basic to moderate computer skills Ability to work efficiently in a fast-paced environment Reliable, punctual, and professional Schedule: Monday – Friday 8:30 AM – 6:00 PM Full-Time Only (Overtime Available)

  • Fixed price
  • Intermediate
  • Est. budget: $60.00

We're a US-based agency and we need short-form video ads for Meta and TikTok. Looking ONLY for somebody local in NYC. We want AI-generated talking head videos, a realistic AI spokesperson delivering a script, not a real person on camera. What we need: - 1-3 videos: 15-45 seconds each - Hook-first format (strong opening 3 seconds) - Captions included - One revision per video Style: We want a clean, confident AI presenter — relatable, not robotic. Think UGC-style but polished. We've seen work done with Higgsfield, ElevenLabs, Veo — open to your recommended workflow. You deliver: - Final MP4 (1080x1920, vertical) - Captions burned in - Source script Budget: $60 per finished video. To apply: Show us 1–2 examples of AI spokesperson or UGC-style videos you've created. Tell us your workflow and turnaround time.

  • Fixed price
  • Expert
  • Est. budget: $250.00

Project Overview: I am a retail trader looking for an experienced NinjaTrader 8 (NinjaScript/C#) developer to build a custom chart tool to streamline my daily chart preparation. Currently, I manually manage roughly 100 multi-part support and resistance zones on a 5-minute ES chart. Each zone is made up of a combination of separate user-drawn objects: a filled Rectangle, an internal Text block, an external Text block (e.g., "SELLERS 1st Test"), and directional Arrows. Because NinjaTrader 8 does not support multi-object selection and dragging, maintaining these daily and adjusting them for quarterly contract rollovers is a manual bottleneck. I need a programmatic tool (a collapsible WPF sidebar panel) that interacts locally with the active chart's ChartControl.DrawObjects collection to mathematically translate their X (Time) and Y (Price) anchors simultaneously. This ensures the macro only modifies objects drawn on the main chart where the sidebar is active, and will not interfere with other separate charts in the workspace. This is a math-based translation project, not an object-classification database. Key Technical & Architectural Requirements: 1. Daily X-Axis Time Shift Matrix Trigger: A large button labeled [ SHIFT FORWARD 24 HOURS ] on the custom sidebar. Operation: When executed outside market hours, the script must loop through all active user-drawn objects on the chart except for infinite Horizontal Lines (Draw.HorizontalLine). Logic: Add exactly 24 hours to the Start Time and End Time properties of every object. This must seamlessly slide the entire visual layout forward by one day, preserving all exact spatial relationships between text, boxes, and arrows. Text Re-centering: When this nightly shift occurs, any manual text positioning adjustments done during the trading day must be cleared. The internal text must automatically re-center itself inside its parent rectangle for the start of the next day. All custom text phrases, colors, and arrow quantities must be perfectly preserved. 2. Quarterly Y-Axis Contract Rollover Adjuster Trigger: An input box on the sidebar where I can type a custom numerical value (e.g., 58.25 or -58.25) and click an [ APPLY ROLLOVER OFFSET ] button. Operation: The script must loop through ALL user-drawn objects on the chart without exception (including horizontal lines, rectangles, arrows, and text). Logic: Add or subtract the user-specified value to/from the Start Y and End Y price properties of every object. This must instantly teleport all historical levels vertically to match the new contract price scale. Instrument Continuity: Note that when NinjaTrader rolls the chart over to a new contract month, the platform natively copies all existing drawing objects to the new instrument chart at their legacy Y-values. This script must simply intercept those existing objects on the active chart after the rollover has occurred and shift their Y-values by the user-defined point offset. It does not need to duplicate or recreate shapes across instruments. 3. User Interface & Safety Settings Native WPF Sidebar: A clean, native-looking WPF sidebar panel on the right side of the chart window that can be expanded or minimized. Confirmation Prompts: The Rollover execution button must trigger a confirmation box (e.g., "Are you sure you want to adjust all levels by X points?") to prevent accidental misclicks. Undo (Ctrl + Z) Grouping: All batch coordinate loops must be safely wrapped inside a NinjaScript Undo Group. If a shift is executed on the wrong chart or night, pressing Ctrl + Z on the keyboard must instantly reverse the macro and return all objects to their original positions. (This allows the rollover adjuster to be fully tested by the client at any time, well ahead of the actual calendar rollover date). Global Object Support: Some objects (Rectangles and Horizontal Lines) have their "Attach to" property set to "All charts". The script must safely update these global objects without duplicating them or breaking their visibility on secondary charts in the workspace. 4. Version Compatibility & Bug-Mitigation Requirement Environment: I am currently running NinjaTrader version 8.0.28.0 (64-bit). The final script must compile perfectly here, but also remain functional without breaking changes if I upgrade to modern 8.1.x builds. Critical Rendering Fix: Note that many of the rectangles on my charts are explicitly set to "Attach to All Charts." In recent NinjaTrader 8.1.x updates, a known platform rendering bug frequently causes legacy version (8.0.28.0) rectangles with global attachment properties to disappear or fail to load from old workspace files. The Solution: To future-proof this project, the script must NOT rely on hardcoded class filtering for rectangles. Instead, iterate through the global collection using generic IDrawingTool interfaces. The time-shift and price-shift loops must modify the underlying anchor coordinates generically so that the macro functions seamlessly on both version 8.0.28.0 and modern 8.1.x builds without dropping global shapes. Project Timeline & Escrow Milestones (Fixed-Price Contract): This project will be managed and funded through a strict three-phase milestone structure. Do not apply if you cannot deliver editable source code. Milestone 1 (30% of Budget) – Prototype Development:The developer delivers a working mock-up indicator providing the basic WPF sidebar UI, proving the generic IDrawingTool loop successfully executes the global 24-hour time shift on a test chart using sample data provided. Milestone 2 (40% of Budget) – Advanced Logic Integration:Integration of the Y-axis contract rollover point adjustment, confirmation boxes, independent text re-centering logic, and full Ctrl + Z Undo Group integration. Milestone 3 (30% of Budget) – Final Review & Source Code Delivery:Following 48 hours of live testing by the client on sample data to ensure no bugs, rendering issues, or chart loop lag, the developer delivers the raw, fully commented .cs C# source code file. Intellectual Property & Ownership Terms (Strict Work-For-Hire): This project is a proprietary, custom tool intended solely for my private trading use. This is a strict "Work for Hire" agreement. Upon final payment milestone release, 100% of the intellectual property, copyright, and ownership rights to the raw C# / NinjaScript source code will transfer exclusively to me. The developer agrees not to resell, distribute, publish, or reuse this specific tool, its interface layout, or its exact underlying script architecture for any other commercial purposes, products, or clients. How to Apply: Please respond with your experience coding custom drawing tools or layout engines in NinjaTrader 8. In your application, please briefly explain how your code will target the DrawObjects registry to perform the time adjustments cleanly without duplicating globally attached shapes.

Posted 3 weeks ago
  • Hourly: $30.00 - $50.00
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

See attached Illustrator Brief for detailed deliverables. Someone with working knowledge of a farm or ranch would be very valuable for realism needed.

  • Fixed price
  • Expert
  • Est. budget: $50.00

I need an expert to set up shared access to my Instagram, Facebook, and LinkedIn accounts using Google Authenticator. The ideal candidate will have experience in managing social media accounts securely and efficiently. This task requires a deep understanding of Google Authenticator and its integration with social media platforms.

  • Fixed price
  • Expert
  • Est. budget: $150.00

I need help completing this project today. The project sits between data engineering and AI. I have source data that needs to be cleaned, structured, and prepared so it can support both analytics and RAG-style AI workflows. The goal is to create a reliable pipeline that takes raw data, normalizes it, preserves basic metadata/lineage, and outputs clean datasets that can be used for dashboards, vector indexing, or internal AI tools. The work may include: - Reviewing the current source data and structure - Cleaning and normalizing datasets - Designing or improving an ETL/ELT flow - Preparing AI-ready data for RAG or vector search - Adding basic validation checks - Organizing outputs for analytics use - Documenting the final workflow clearly Ideal freelancer has experience with: - Python and SQL - Data engineering / ETL pipelines - Databricks, Spark, or similar tools - RAG data preparation - Data cleaning, validation, and modeling - Cloud data storage such as S3, Postgres, or similar This is urgent and must be completed today. Please only apply if you are available immediately and can work quickly without a lot of hand-holding. When applying, please include: - Your relevant experience with AI-ready data pipelines or RAG data preparation - The tools you would use - Confirmation that you can complete this today - Your estimated timeline for delivery

  • Hourly
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

I have a bunch of Webflow native forms that need more advanced conditional logic. They currently pass through Zapier and end up in Copper CRM.

  • Fixed price
  • Intermediate
  • Est. budget: $150.00

I need someone to help me build a short animation YouTube channel. I have written stories for a character named Kyrie, a 7-year-old African American male. The project involves creating engaging animations for a young audience, focusing on storytelling and character development. The ideal candidate should have experience in animation and video production, with a strong understanding of creating content for children.

  • Hourly: $75.00 - $200.00
  • Expert
  • Est. time: 1 to 3 months, Less than 30 hrs/week

Florida Business Litigation Attorney Needed We are seeking an experienced Florida attorney to evaluate and represent us in a commercial contract dispute involving $2 million in damages. The matter involves alleged contract circumvention, business interference, and related contractual issues. We are looking for a strong attorney who can: • Review documents and provide an initial case assessment • Advise on legal strategy, strengths, weaknesses, and potential remedies • Prepare and send a demand letter if appropriate • Represent us in negotiations • File and prosecute litigation if necessary Ideal candidates will have substantial experience in Florida business litigation, contract disputes, and commercial litigation matters. Please provide a brief summary of your relevant experience, hourly rates, and any significant contract or business dispute cases you have handled. All communications and documents will be treated as confidential.

  • Hourly: $31.00 - $150.00
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

We are seeking a skilled videographer to create engaging content for our website. The ideal candidate will have experience in video production and editing, with a keen eye for detail and creativity. Responsibilities include filming and editing video content to enhance our website's visual appeal and user engagement. If you have a passion for storytelling through video and can deliver high-quality content, we would love to hear from you.

Jobs Per Page: Â