Gbrowseriscompatible defined geo jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 gbrowseriscompatible defined geo jobs found, pricing in NZD

    I need a comprehensive web scraping task done on Yellowpages for business broker. The goal is to extract the following data about businesses: - Business name - Address - Phone number - Email - Website - Contact Person I'm looking for a professional who is well-versed in web sc...Website - Contact Person I'm looking for a professional who is well-versed in web scraping and can deliver accurate and complete data. Skills required: - Proficiency in web scraping techniques - Experience with scraping - Attention to detail to ensure all relevant data is captured - Ability to deliver in a timely manner Please note that the number of pages to be scraped is not defined, meaning the task might involve a large number of results. The scraper should be able to handle this efficie...

    $113 (Avg Bid)
    $113 Avg Bid
    80 bids

    I'm in need of a profe...administered by an admin account. Key Features: - Agent Registration and Login: The website should allow agents to create accounts and log in securely. - Profile Management: Agents should be able to edit and manage their profiles. - Commission Tracking: The system should track and calculate commissions for each agent. The specific functionality of the agent registration and login feature is not fully defined yet. The ideal candidate for this project should have experience in building similar systems, understand user account management, and have the ability to design an aesthetically pleasing interface. Requirements can be asked if you are interested, you can build with any framework, preferably javascript based frameworks. Minimal SQL is required, a...

    $3387 (Avg Bid)
    $3387 Avg Bid
    129 bids

    ...construction trees Accurate assembly definition and kinematic mobility Definition of stops for μ and λ, and the locking mechanism Verification against specification sheet constraints Clear explanations for complex designs Notes: The fabric and cable do not need to be modeled. The attachment system on part 7 must be defined. Ensure the cable can pass to point E. The cable winding/unwinding system and tension maintenance are not required. The base details around point A need to be defined. Technical Drawing Communication Estimated Time: 1 hour Evaluation Criteria: Selection of main and secondary views Detail readability of linkages View designation and title block placement Qualifications: Proven experience in mechanical design and CAD modeling Proficiency in re...

    $52 (Avg Bid)
    $52 Avg Bid
    13 bids

    YOUR CLIENTS OUR SPORTSBOOK PLATFORM. WE CAN SHARE PROFITS 50/50. I'm looking for an Affiliate Marketer to help bring in clients for Betsemperor, an online sportsbook focused on offering top-notch betting experiences for sports lovers globally. Key Responsibilities: - Develop and implement strategies for driving affiliate leads to our platform. - Build and maintain relationships with poten...a similar role. - Solid knowledge of performance marketing, affiliate marketing, and digital marketing. - Proficiency in tracking and analyzing the performance of marketing efforts. - Familiarity with betting, sports, or online gaming industries is a plus. Please note that details of the platforms to be utilized for promotions, tracking and monitoring tools, and target audience are yet to be ...

    $2358 (Avg Bid)
    $2358 Avg Bid
    10 bids

    ...For this task, a proficient knowledge of control systems, system modeling, and tuning methods is required. Previous experience with PI tuning is beneficial. Currently, MATLAB/Simulink is being used for modeling and system simulation, hence proficiency in it is crucial. Ideally, the candidate will have extensive experience using MATLAB for complex motor control simulations. However, I haven't defined the specific tuning methods to be used which leaves room for a range of strategies. The right candidate may suggest an efficient solution based on their past experience and knowledge. Overall, I am looking for someone to impart a level of dynamism and precision to the motor control that it currently lacks, by better tuning the PI controllers. Skills required: - Proficiency i...

    $120 (Avg Bid)
    $120 Avg Bid
    6 bids

    I need a C function capable of in...and Linux's geoclue2 to acquire the current location (longitude and latitude) on both platforms. - The function should aim to provide location data with the highest possible accuracy, utilizing GPS, Wi-Fi positioning services, and GEO IP location services. - In cases where the location data retrieval fails, the function should be designed to return an error code. The ideal candidate for this job should possess: - Proficiency in C language. - Familiarity with Windows location services and Linux's geoclue2. - Experience in working with GPS, Wi-Fi positioning, and GEO IP location services. - Capability to handle error cases efficiently with return error codes. - Previous experience in the development of cross-platform functionality...

    $768 (Avg Bid)
    $768 Avg Bid
    40 bids

    ...Provided Resources: All relevant datasheets. Complete circuit diagrams. Direct chat support for questions and clarifications. Deliverables: Complete and tested software code for the power electronics control system. Detailed documentation on system implementation, user interface, and instructions for use. Source code with comments and explanations for maintenance and future development. Well-defined variables and a clear code structure to ensure ease of future modifications....

    $238 (Avg Bid)
    $238 Avg Bid
    13 bids

    Hello I am using an existing Godot addon for a 3D camera and it has great documentation and features. However i can't figure out how to configure it the way i would like it. It currently has a feature to move the camera once it hits the edge of the defined frame in the viewport. But i want it to move in the direction of the mouse position and stop once the player hits the edge of the frame in the viewport. I've attached a photo of the viewport frame feature that is already part of this camera addon. I just want the Camera to then follow the mouse position and only stop if the player is touching the edge of the viewport frame.

    $36 (Avg Bid)
    $36 Avg Bid
    3 bids

    ...the Twitter Social Farming Game: - I envision daily challenges to keep users engaged. - There should be a system for awarding achievement badges for specific accomplishments. For the HTML5 Arcade Game: - integrate readymade HTML5 arcade game with points system. (you should recommend a game that can be customized could be from codecanyon or somewhere else ). Points Earning System: - I haven't defined how points should be earned in the game yet, but I'm open to suggestions. Ideal Skills: - Proficiency in twitter social farming . - Experience with integrating social media features into games. - Ability to design and implement a system for challenge-based rewards. - Creativity and the ability to suggest a rewarding point-earning system. If you think you can help me...

    $224 (Avg Bid)
    $224 Avg Bid
    43 bids

    As the key motivator, I'm eager to freshen up our image with a newly defined corporate identity and logo. The aim is to create brand recognition, present a professional image, and differentiate ourselves from competitors in our niche. I am seeking a proficient artistic designer who can create a unique and captivating logo for brand recognition, website use, and product labeling. Expectations: * Develop a logo and corporate identity that's innovative, yet represents a sense of class. Something simple but distinct like luxury brands. * Adherence to a color palette of black, white and touches of burgundy. I'm open to different gradations and intensities of these colors to make the logo pop. * We want the logo to use the image of a lynx or a fox. * Develop a manual with...

    $177 (Avg Bid)
    Guaranteed
    $177
    684 entries
    Java Code Fix Needed 6 days left
    VERIFIED

    ...ity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer

    $43 (Avg Bid)
    $43 Avg Bid
    32 bids

    Hello , i need to make a landing page for my onlyfans with geo scapper I am already have the page , i just need text with geo

    $56 (Avg Bid)
    $56 Avg Bid
    19 bids

    I am looking for an expert in Google organic SEO to improve the ranking of my website's home page and contact us pages. The main goal is to increase my website's traffic. Here's what I expect from potential freelancers: 1. EXPERIENCE: Proven experience in SEO and a comprehensive understanding of Google's ranking algorithm. 2. STRATEGY: A clear, well-defined strategy for improving the ranking of my website's home page and 'Contact Us' page. 3. BUDGET: In your application, please include a detailed project proposal with a competitive price. With your expertise, I hope to improve my website's visibility and drive more traffic. Please provide examples of past work that demonstrate your capabilities in this area. Only those who can ...

    $93 (Avg Bid)
    $93 Avg Bid
    46 bids

    I'm looking for an experienced Django developer to work on the backend of my project. Key Project Goals: - The primary focus of this project is on backend development. You should have a strong understanding of Django and be able to han...development. You should have a strong understanding of Django and be able to handle complex backend tasks. Ideal Skills and Experience: - Extensive experience with Django is a must. - Strong understanding of backend development. - Ability to work on complex backend tasks. - Good communication skills. - Previous experience with similar projects is a plus. Please note that the project is already defined and the focus will be solely on backend tasks. Your role will be to improve the backend of the website. Feel free to ask any questions for mo...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    160 bids

    ...knack for translating complex technical concepts into clear, concise writing? We're seeking a skilled freelancer to create informative papers on various aspects mentioned below The ideal candidate will possess the following qualifications: In-depth knowledge of leading HCI solutions: VMware vSAN, NSX, HCX, Azure Stack HCI, etc. Solid grasp of HCI architecture: Distributed storage, software-defined networking, and resource management. Experience deploying, configuring, and managing HCI clusters: Proven track record of hands-on experience.
 Cloud Platforms : Proficency in major cloud platform like Azure, AWS or GCP. 
Experience with cloud automation tools, and automating infrastructure provisioning. Containerization tools like Kubernetes or similar.

Each paper should con...

    $160 (Avg Bid)
    $160 Avg Bid
    32 bids

    I'm looking to implement a user registration system for a paid tutorial video platform. Here's what I need: Script for user registration for gaining access for paid tutorial video Workflow Register new account / login fields: full name | email | password Once user creates his account, only he will access his account if he is using the same device where he first registered. Us...his account if he is using the same device where he first registered. Users need to register to gain access to a tutorial video. Once the registration is approve by the administrator, user will be able to login to watch video. Administrator will need dashboard for accounts administration: Registered users: Fields: full name | email | password | [Botton to active or disactive accounts. User IP/Geo...

    $100 (Avg Bid)
    $100 Avg Bid
    9 bids
    Copy-Paste Specialist Needed 6 days left
    VERIFIED

    I have a substantial amount of data that needs to be copied and pasted, and I'm looking for a specialist to take over this task. The details of the specific tasks, files, and source content are still to be defined, however, the job will involve copy-pasting from a variety of sources.

    $18 (Avg Bid)
    $18 Avg Bid
    274 bids

    I need a full stack developer to help with the creation of my website. While the project specifics may vary, my main requirements are as follows: - **Geo Blocking:** The website should have the ability to block users from specific regions. - **Captcha:** Incorporating a reliable Captcha system to prevent spam and bots. - **Disclaimer Agreement:** Implementing a mechanism where users have to agree to certain terms before accessing the site. - **linkage to twitter & telegram. While there will not be a contract address in two of the boxes, we would like there to be a "test" of some sort to copy the info. I currently have a figma design made. We are currently working out kinks for future projects and this is a test for future work.

    $260 (Avg Bid)
    $260 Avg Bid
    50 bids

    ...website at I need a coder to create for me a new SCSS file in the theme files which i will use to control the colours of every single available element on every single page So you will need to go through the entire website, and for every single element you will need to identify and create/add the selector and existing colour These selectors must be defined with minimal specificity locate the necessary selectors for every single element and I estimate that this will be around 1,000 individual selectors/selector groups Everything will be thoroughly tested after completion so everything must work 100% correctly The file must be split into sections so it is easy to identify the colour settings for the header, footer and various page elements and

    $729 (Avg Bid)
    $729 Avg Bid
    36 bids

    ... This 10cm diameter round product is intended to function as a mini safe for storing small objects. It's not complex, design is on the last phase, we need a pro to complete the design to be ready to manufacture. The safe resembles a medal, consisting on a top and bottom part that screws together closing the safe. 3 main screws are needed to be designed, plus some other technical details to be defined, such has best thread sizes, materials, finishing and aesthetics. Also a small locking design is needed to be implemented. To complete this project, you'll need: - Proficient knowledge in mechanical design - Expertise in working on metallic surfaces intended for functionality - Ability to make an esthetically appealing yet robust design You should be able to take my basic...

    $265 (Avg Bid)
    Guaranteed
    $265
    7 entries

    ...website at I need a coder to create for me a new SCSS file in the theme files which i will use to control the colours of every single available element on every single page So you will need to go through the entire website, and for every single element you will need to identify and create/add the selector and existing colour These selectors must be defined with minimal specificity locate the necessary selectors for every single element and I estimate that this will be around 1,000 individual selectors/selector groups Everything will be thoroughly tested after completion so everything must work 100% correctly The file must be split into sections so it is easy to identify the colour settings for the header, footer and various page elements and

    $742 (Avg Bid)
    $742 Avg Bid
    67 bids

    I'm looking for a Python developer who can help me debug my code. The project involves: - Debugging logic errors: The Python code has some underlying logic errors that are causing the program to behave unexpectedly. I need someone who can identify the root cause of these issues and provide solutions. The ideal candidate should have: - Proficiency in Python: You should be well-versed i...programming, with a strong understanding of Python syntax. - Experience with debugging: Previous experience in debugging Python code, particularly with logic errors, would be advantageous. - Problem-solving skills: You should be able to think critically and logically to identify the issues in the code and propose effective solutions. Please note that the primary purpose of the project hasn't ...

    $41 (Avg Bid)
    $41 Avg Bid
    18 bids

    I'm in need of a skilled developer to create a text-based GPT (Generative Pre-trained Transformer) specifically for analyzing excel outputs and give answer according to user pre-defined questions.

    $413 (Avg Bid)
    $413 Avg Bid
    15 bids

    I am in need of an expert to create a highly engaging Facebook advertisement. The target audience and the main objective of the ad is yet to be defined; I'll need your professional input on that. Requirements: • Proficiency in Facebook's advertising platform. • Experience in creating and optimizing advertisements. • Can provide suggestions on whom we should target and the goals we should aim for. • Familiarity with various calls-to-action and the ability to advise on the most effective approach. The ideal freelancer is creative, a great communicator, and adept at leveraging Facebook's ad platform to reach various groups and achieve diverse objectives.

    $77 (Avg Bid)
    $77 Avg Bid
    14 bids

    I'm seeking a Python developer experienced in Selenium to create an automation bot. The primary aim of this project is to automate repetitive tasks. http...is to automate repetitive tasks. https://pump. fun/6rEPojp1CJxgKUts64hrKpvNRFUYd3JvxE5KKYXgCkjj this is script description: i will provide list of privatekey and list of text /image post. bot will post reply you need to install phantom wallet extension connect wallet with this site and then post reply Key tasks include: - Developing a Python Selenium bot that can perform specific, pre-defined tasks - Ensuring the bot is easy to use for personal use Ideal candidates will have: - Proficient in Python and Selenium - Experience in developing automation bots - Can work with little supervision and have excellent commun...

    $62 (Avg Bid)
    $62 Avg Bid
    9 bids

    ...into cooking instead of waiting for nothing. They felt relieved, they felt hope. That’s when the hustling on the streets started—from buying his ingredients to the market, packing up the goods, to selling it into the streets. They turned their challenges into strengths and flavors. For both hustlers and dreamers, the RAGS Kitchen is a ray of hope. It is a sanctuary for those who refused to be defined by their circumstances. Key Requirements: - Graffiti (not too loud) - Logo can also be applied to merchandise (shirts, caps, etc.) - Style: The design needs to be Street-style, eye-catching, Vintage - Graffiti style. I'm aiming for a look that's both classic and edgy, reminiscent of street art. - Main Color: Yellow. I'm looking for a design that makes us...

    $82 (Avg Bid)
    Guaranteed
    $82
    506 entries

    ...guidelines - we need them to be consistent with our existing visual identity. Key Requirements: - A total of five posters are needed. - Information: The posters should primarily showcase the highlights of these destinations, accompanied by the travel dates of our packages. - Design Guidelines: The posters should align with our branding guidelines. While specific color preferences haven't been defined, your understanding of the travel industry and the ability to create designs that resonate with our target audience are crucial. Ideal Experience: - Proven experience in designing for the travel industry. This will help you grasp the nuances of creating compelling visuals for our audience. - Strong adherence to branding. Your ability to interpret and incorporate our branding g...

    $159 (Avg Bid)
    $159 Avg Bid
    102 bids

    ...also 2 local payments gateway WhatsApp Integration: WhatsApp Invoicing: Send invoices and order updates via WhatsApp to keep customers informed. Customer Enquiries: Enable customers to make inquiries through WhatsApp, enhancing communication and support. - **Tracking System**: Order Tracking: Monitor orders from placement to delivery, providing real-time updates. Delivery Tracking: Include a geo-location feature with map integration to track delivery drivers and shipment status. Customer Satisfaction: Monitor customer feedback and ratings for deliveries. . - **Customer Management**: A comprehensive customer management system is essential to handle orders, complaints, returns, and inquiries. - **Support System**: Ticketing System: Integrated ticket system to manage customer s...

    $2217 (Avg Bid)
    $2217 Avg Bid
    111 bids

    I am in need of a designer to help create a logo for my business. - The goal of the project is to craft a meaningful and professional logo that represents my company. - While the target audience for the logo is not specified, it is intended to be versatile and appeal to a broad range of viewers. - The preferred style for the logo is not defined, leaving room for creativity and recommendation. This project requires a designer who is experienced in creating logos that are both versatile and professional. The ideal candidate will have a strong portfolio of previous logo designs, and the ability to work collaboratively to deliver a design that reflects the essence of my business.

    $28 / hr (Avg Bid)
    $28 / hr Avg Bid
    55 bids

    ...at any time 5) encryption as well as data minimization when transferring data between tiers Key Requirements: - Incorporate security measures such as Firewalls, IDS/IPS, WAF, and encryption standards. The network diagram should be designed to prevent and detect potential security breaches effectively. - Implement user access controls, allowing different levels of access. User access should be defined based on endpoints, ensuring that only authorized users can access specific network resources. The ideal candidate should have a strong background in network security, architecture design, and user access controls. Experience working with various security tools and frameworks will be a plus. The ability to create clear and comprehensive network diagrams will be necessary for effec...

    $237 (Avg Bid)
    $237 Avg Bid
    23 bids

    I'm in need of an expert PineScript developer to assist with a trading project. While the specifics of the project are yet to be defined, I'm looking for someone with a strong background in PineScript development. Ideal Skills and Experience: - Proficient in PineScript - Previous experience in developing trading indicators or strategies is a plus - Familiarity with TradingView is preferred If you're well-versed in PineScript, please feel free to reach out with your experience and we can discuss how we can move forward.

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    10 bids

    I'm looking for an expert in Fusion 360 who can help me create a simple model of a box where all side lengths and wall angles are driven by user-defined parameters. Here are the specifics: - All dimensions including length, width, height & depth, along with any angles and proportions must be adjustable via parameters. - Parameter changes must not break the box model. The model should adapt seamlessly to changes in these numerical inputs. - The parameters will be adjusted per Fusion 360 user parameter settings. - Base of the model should be on the XY plane. Ideally, I would like the chosen freelancer to have relevant experience in building parameter-driven models in Fusion 360 and a good understanding of geometric principles. A background in product design or similar ...

    $49 (Avg Bid)
    $49 Avg Bid
    9 bids

    I'm in need of an expert who can establish an effective indoor wayfinding system for specific rooms and departments in commercial spaces, including stores, galleries, theaters, parking lots, casinos, etc. This will encompass: - Designing a clear and intuitive pathway using physical signs, specifically directions with arrows. - Creating directions to defined variables in the commercial space. - Being able to visualize the user journey through our indoor space and mapping it out logically. Ideal skills and experience: - Proven experience in wayfinding system design, specifically for indoor spaces. - Excellent design skills with a keen eye for intuitive visual communication. - A good understanding of space utilization in a building environment.

    $688 (Avg Bid)
    $688 Avg Bid
    45 bids

    Seeking a competent and creative graphic illustrator with a penchant for crafting people-centered designs. - Task: Your primary assignment will be to develop graphic illustrations that focus significantly on human elements. - Style: The design style isn't strictly defined, multiple styles including minimalist, cartoonish, and hyper-realistic are welcomed, if applied effectively. - Subject Matter: The illustrations must prominently feature people. - Skills & Experience: Ideally, you would have extensive experience creating similar art styles and be capable of infusing a sense of life and character into your illustrations. Understanding how to represent people accurately and attractively in different styles is critical. Showcase your adept hand, creative mind, and keen ey...

    $146 (Avg Bid)
    $146 Avg Bid
    61 bids

    ...functionalities such as user login/signup, in-app messaging, push notifications, photo and file upload. Advanced features should also include GEO Fencing, QRCODE/Barcode scanning and face recognition. The app should be supported by SQL and allow user details to be saved and retrieved from a database. Furthermore, the app needs to integrate with Google services like Maps and Calendar. The design of the app should be minimalistic but seamless for easy user interface. Therefore, a developer with design skills would be perfect for this task. - ESSENTIAL SKILLS: - Android app development - Knowledge of SQL - Minimalistic app design - Experience in GEO Fencing, QRCODE/Barcode scanning, Face Recognition - API integration with Google services This project will req...

    $1092 (Avg Bid)
    $1092 Avg Bid
    15 bids

    I'm in need of an expert PineScript developer to assist with a trading project. While the specifics of the project are yet to be defined, I'm looking for someone with a strong background in PineScript development. Ideal Skills and Experience: - Proficient in PineScript - Previous experience in developing trading indicators or strategies is a plus - Familiarity with TradingView is preferred If you're well-versed in PineScript, please feel free to reach out with your experience and we can discuss how we can move forward.

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    28 bids

    I'm seeking a skilled analyst to develop a geographic profile map that displays crime rates within the city. The goal of this representation is to visualize and understand patterns in city-level criminal activities. Ideal Skills and Experience: - Proficient in Geographic Information Systems (GIS) or similar ...understand patterns in city-level criminal activities. Ideal Skills and Experience: - Proficient in Geographic Information Systems (GIS) or similar software for cartographic design - Background in criminology or relevant areas is beneficial - Familiarity with data extraction from various online sources Project Responsibilities: - Extract data from internet sources - Analyze and present the data in a geo-visual format - Maintain accuracy in representing crime rates ...

    $233 (Avg Bid)
    Urgent
    $233 Avg Bid
    31 bids

    I'm in need of a talented graphic designer who can handle a variety of design tasks. I require: - A unique and professional logo design for my business. - A visually appealing and user-friendly website design. - Various print design work (specifics to be discussed). While the target audience and main objective of the website have not been defined, the designs should be versatile enough to cater to a broad demographic and various purposes. Ideal candidates should have a strong portfolio showcasing their experience in logo, web and print design, along with the ability to create cohesive branding across different mediums.

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    20 bids

    I'm on the hunt for a professional hair stylist with robust experience. To fulfill this role, you must: - Have over 5 years of experience in the industry, offering exceptional hair cutting and styling services - Understan...deliver beyond their expectations - Be updated with the latest trends in hair cuts and styles Ideal Skills and Experience: - Proven track record of 5+ years in hair styling and cutting - Excellent interpersonal communication skills - Creative and stylish, adept at understanding clients' desires and transforming their vision into reality Please note that the ambiance or theme of the studio is not defined by me, as I skipped that question. The key is to deliver excellent service irregardless of the environment Need some one to give my artist a miche...

    $409 - $1228
    $409 - $1228
    0 bids

    ...configured. - The system must be set up for 1-10 users to access on our intranet. Customizations and integrations: - We may require custom reports or dashboards, although the specifics for these are not yet entirely defined. - There may be other custom integrations needed as the project progresses. Ideal Skills and Experience: - Proficient in Dolibarr installation and configuration - Previous experience in setting up Dolibarr for small businesses - Strong understanding of inventory management and HRM - Able to propose and implement customizations as they are defined - Good communication skills to keep the project on track. "Description: It involves installing and configuring Dolibarr on two servers, one for testing and demo, the other productive. ...

    $3349 (Avg Bid)
    $3349 Avg Bid
    43 bids

    Looking for a skilled, personable, and dedicated CFA level 1 coach to guide me through my studies. Communication: - I am open to communicative through email, phone calls, and video conferences to have regular check-ins and to keep track of my progress. Duration: - I have not defined a specific duration for the sessions. I expect the duration to be determined by the topic(s) at hand and the depth of explanation required. Flexibility in this matter is appreciated. Topics: - I haven't specified the topics yet. The issues to be addressed will likely evolve and become more clear as the coaching progresses. I need a coach capable of covering all the key aspects of CFA. Requirements: - Previous experience teaching CFA students. - Solid knowledge across all subject areas of the ...

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    8 bids
    Seeking PineScript Developer 3 days left
    VERIFIED

    I'm in need of an expert PineScript developer to assist with a trading project. While the specifics of the project are yet to be defined, I'm looking for someone with a strong background in PineScript development. Ideal Skills and Experience: - Proficient in PineScript - Previous experience in developing trading indicators or strategies is a plus - Familiarity with TradingView is preferred If you're well-versed in PineScript, please feel free to reach out with your experience and we can discuss how we can move forward.

    $28 / hr (Avg Bid)
    $28 / hr Avg Bid
    20 bids

    ...a comprehensive franchisee agreement crafted for my startup in India. The ideal document will cover the following key aspects: - Royalty Fees: The agreement should specify the royalty fees the franchisee is expected to pay. Ensure that this is reasonable and in line with industry standards. - Territory Restrictions: I want to ensure that the franchisee operates within a defined geographical area. The agreement should clearly outline these restrictions to prevent conflict with other franchisees or myself. - Training & Support: The agreement should detail the kind of support and training to be provided to the franchisee. Please ensure that this includes marketing support, product training, and operational guidance. I anticipate this agreement to last for 5 years, so

    $141 (Avg Bid)
    $141 Avg Bid
    20 bids

    I need assistance with testing brand campaigns coming out of Germany. Since I am located in India, I am restricted from accessing these campaigns and need someone to facilitate the process. Here's what you should know: - Task: The job will involve experiencing and interpreting the strategies of these brands' campaigns from a German perspective. - Skills: Ideal candidates should be well-versed in brand evaluation, advertising, and based in Germany. - Experience: Candidates with past work involving brand testing or similar fields will be preferred. Providing details of these experiences during the application will give you an edge in the selection process. - Working Method: Once contracted, I will guide successful freelancers via Google Meet on specific strategies for testin...

    $49 / hr (Avg Bid)
    $49 / hr Avg Bid
    4 bids

    I'm in need of a proficient Archicad user who can accurately build a 3D model of existing building;s exterior based on provided plans, sections, photos and inventory. Key points to note: - Speed is of essence, as there is a defined deadline for this task. - The 3D model needs to be as per the provided plans in terms of dimensions. I am looking for high degree of accuracy. - Detailing of the model is as per the existing structure. Equal importance should be given to all elements - no specific emphasis required. The ideal candidate for this job would have: - A strong background in Archicad - Proven experience with architectural 3D modeling - Exceptional attention to detail - Ability to work under tight deadlines

    $385 (Avg Bid)
    $385 Avg Bid
    38 bids

    I'm in need of a skilled freelancer to assist with some data entry work. While the specifics of the work have not been defined yet, it will likely involve entering data into a database, transcribing written documents into digital format, and/or filling out online forms. The task can involve different formats such as Excel spreadsheets, Word documents, or online platforms.

    $16 (Avg Bid)
    $16 Avg Bid
    148 bids

    I'm in need of a skilled freelancer to assist with some data entry work. While the specifics of the work have not been defined yet, it will likely involve entering data into a database, transcribing written documents into digital format, and/or filling out online forms. The task can involve different formats such as Excel spreadsheets, Word documents, or online platforms. This job not for India Bangladesh Pakistan and Malaysia

    $18 (Avg Bid)
    $18 Avg Bid
    61 bids

    I'm in need of an app developer who ca...the users could not make orders • Show the number of orders and sum per country per day • Define price per countries Order module • Create/import a letter (mport from a pdf or an other type format such as word or just flat text maximum number of pages per order is 2 A4 format) • Type in an address of destination • Select the country of destination • The price will be related to the country(defined in the admin) • Preview the letter • Make payment (this will be using the stripe platform / apple pay and android pay is enabled) Background As soon as the payment is made, the order data is saved in the ordered processed table and a record for the historical for the user is saved. • Thank yo...

    $1264 (Avg Bid)
    $1264 Avg Bid
    55 bids

    I'm in need of a skilled CodeIgniter developer to assist in fixing and potentially creating APIs. The project is expected to last around 3 hours. Key Respons...with existing APIs in CodeIgniter - Develop new APIs as necessary Ideal Candidate: - Proven experience working with CodeIgniter - Skilled in API development and troubleshooting - Proficient in identifying and solving technical issues - Strong communication and collaboration skills Please note that the specific APIs to be worked on and the systems they will be integrating with are yet to be defined. Your expertise in both API development and CodeIgniter will be crucial. My Budget - 1000 INR , I will share list of API in chat. Must be start work now and complete in 3 - 4 hrs maximum and there are API not more then 7 ...

    $25 (Avg Bid)
    $25 Avg Bid
    19 bids