Simple connectioncông việc

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    2,000 simple connection công việc được tìm thấy, giá theo USD

    I am currently experiencing some challenges with my Ubiquiti network which has more than 150 mixed devices (including computers, smartphones, tablets) connected to it. The specific issues I'm facing include: - Frequent network connectivity drops - Wi-Fi signal strength isn't stable or strong Hence, I'm looking for an experienced network tro...looking for an experienced network troubleshooter, preferably someone with significant experience in handling Ubiquiti network issues, to help me fix these problems. Proficiency in network diagnostics and problem resolution is a must, alongside a solid understanding of various device connectivity. Your task will involve identifying the root causes and implementing effective solutions for both connection stability and Wi-Fi sign...

    $24 / hr (Avg Bid)
    Nổi bật
    $24 / hr Giá đặt trung bình
    4 lượt đặt giá

    I need a highly skilled professional to create a simple question-and-answer chatbot for the Colab platform. This project is on an urgent basis for a broad audience targeting the general public. Requirements: • Develop basic question-answer functioning of the chatbot. It should handle common queries and deliver intelligible and prompt responses. Experience in AI and Machine Learning could be beneficial for creating an efficient chatbot. • The chatbot should be fully integrated with the Colab platform. • Make sure the chatbot is user-friendly and can accommodate a diverse range of the general public. Proficient candidates should be well-versed in chatbot development and have previous experience with the Colab platform. Understanding the nuance of artificial conversati...

    $3 / hr (Avg Bid)
    $3 / hr Giá đặt trung bình
    4 lượt đặt giá

    The code stuck when xml is wrong or long or when the close tagID is not found. I want to correct it in order to manage more connection. Consider that the XML is a camera that send more or less 1 xml every 2sec. Here my code: $listen_port = $this->cameraPort; $sock = socket_create_listen($listen_port); if ($sock === false) { $errorcode = socket_last_error(); $errormsg = socket_strerror($errorcode); $this->logger->error($this->logPrefix . "Couldn't create socket: [$errorcode] $errormsg"); return Command::FAILURE; } socket_getsockname($sock, $addr, $port); $this->logger->warning($this->logPrefix . "Server Listening on $addr:$port"); whil...

    $138 (Avg Bid)
    $138 Giá đặt trung bình
    7 lượt đặt giá

    WordPress & Database Speed Optimization required : 1- Database optimization as one of my plugins is sending queries to DB - some time causing connection Error - or unreachable host Error. 2- Without CDN if possible 3- Including Premium plugin - I have 10 web booster Pro subscription. - If required. 4- Automatic Photo Optimization 5- Permanent solution. 6-Minification - if required. Urgent start up required, who is free and can finish asap.

    $49 (Avg Bid)
    $49 Giá đặt trung bình
    34 lượt đặt giá

    This project involves looking into the current structure of a patio and calculating the maximum load it can withstand. Key Details: - **Purpose**: The primary function of this patio is to serve as an outdoor dining area, so its design should prioritize durability and safety. - **Material**: The structure is made out of 16x16cm glulam beams. - **Connection**: The patio is connected to the main house. The engineer should take this into account when calculating the maximum load. Ideal Candidates will have: - **Attention to Safety**: A strong commitment to ensuring the patio is safe for its intended use. - **Good Communication Skills**: The ability to explain technical details in a clear and understandable way. Please provide examples of similar projects you've worked on, and a...

    $34 (Avg Bid)
    $34 Giá đặt trung bình
    15 lượt đặt giá

    ...Security monitoring and backups Marketing Strategies (paid hourly) : In addition, I am interested in implementing a comprehensive marketing strategy that includes: - Content Marketing and SEO: Craft engaging content for my site that is also SEO-optimized. - Social Media Marketing: Harness the power of social platforms to reach a wider audience. - Email Campaigns: Cultivate trust and maintain connection with my audience through regular, targeted emails. Website development to improve the site ( paid by project) Ideal skills would include WordPress management, SEO, social media management, and email marketing. Prior experience with these tasks is highly sought. objective is to find a specialist who can manage these tasks effectively and efficiently, ultimately helping my we...

    $30 / hr (Avg Bid)
    $30 / hr Giá đặt trung bình
    182 lượt đặt giá

    I am in need of a PCB designer with experience in developing multi-layered boards for prototyping purposes. We have an existing design that needs some simple changes. This should be a short/fast project. Key Requirements: - Experience with ESP32-S3 - The design should be optimized for a multi-layer board (two layer if possible) - The board will need to integrate microcontrollers, an ePaper display, and power management components - Experience in designing PCBs for prototyping required - Currently the design uses a TTL connection for uploading firmware Your tasks will include: - Understanding the project requirements and goals - Make necessary updates to design files - Assist software (firmware) team in loading/executing firmware (Arduino IDE) - Designing a multi-layer PCB...

    $750 - $1500
    Gấp Niêm phong NDA
    $750 - $1500
    18 lượt đặt giá

    ...to emphasize how their views differ: Top-Left (Near Aladdin’s Image): “A world of possibilities opened by a simple wish.” Top-Right (Near the Evil Magician’s Image): “A world of deceit and betrayal, all for a glimpse of power.” Additional Visuals Background: Use a subtle gradient that transitions from light to dark across the poster, symbolizing the shift in perspectives. Decorative Elements: Include abstract designs or motifs from Aladdin’s story, like lamps or sand dunes, to enhance the thematic depth. Call to Action Bottom of the Poster: Prompt the viewer to reflect with a question or statement such as, “What’s your perspective?” This encourages engagement and personal connection to the theme. High-Quality Imag...

    $2 / hr (Avg Bid)
    $2 / hr Giá đặt trung bình
    38 lượt đặt giá
    DXF Simple Form Creation Đã kết thúc left

    I'm in need of a professional who can use AutoCAD to create a simple form in DXF..

    $9 (Avg Bid)
    $9 Giá đặt trung bình
    7 lượt đặt giá

    We have a device which works on Windows with a .dll. By calling the functions in the .dll, we can control the device and get data from it. We want to create a wrapper in Python so Python programmers can use the device easily. Below is an extract from the .h file for the .dll showing the functions that we want the wrapper to call. FT_HANDLE SENSOR_DLL usb_initialize(char * snum); int SENSOR_DLL usb_deinit(FT_HANDLE ftHandle); int SENSOR_DLL usb_dll_revision(unsigned int *revision); int SENSOR_DLL usb_read_image(FT_HANDLE ftHandle, IMAGE_PACKET_T *buff, unsigned int timeout); int SENSOR_DLL usb_set_gain(FT_HANDLE ftHandle, GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); O...

    $164 (Avg Bid)
    $164 Giá đặt trung bình
    25 lượt đặt giá

    I am looking for technical help to address and solve a persistent connection error that occurs on my Android device - a smartphone. The primary issue lies in the fact that the phone fails to establish a successful connection to the server. The nature of the server is slightly ambiguous as I'm not quite sure. • Requirements: - Experience with Android systems - Deep understanding and expertise in server connection dynamics - Ability to accurately diagnose and resolve server connection issues • The immediate task is to: - Identify why my smartphone cannot connect to the server - Implement a foolproof solution that will ensure a smooth and reliable connection in the future. Skill in android development, networks, and problem-solving ...

    $5 - $9 / hr
    Niêm phong
    $5 - $9 / hr
    9 lượt đặt giá

    ...micro-controller, specifically ATmega2560. Key Features: 1. Voltage Isolation: The board must feature voltage isolation to ensure safe transmissions. 2. Compatibility: It must be fully interoperable with Arduino libraries which serves as a platform for expansion and experimentation. 3. Signal Amplification: the board should not draw more current than pull-up resistors for incremental encoders connection. If required, a signal amplification needs to be implemented. Standard signal voltage is 5V DC. Main Purpose: 1. Noise Reduction: It should provide clear communication by suppressing ambient noise in the signal. There is a 23V AC 16KHz ground noise against a vehicle chassis where the board is intended to be used. So, ground needs to be isolated. 2. Signal Distribution: The des...

    $808 - $1616
    Gấp Niêm phong
    $808 - $1616
    5 lượt đặt giá

    Hello Team, I have a nodejs (ExpressJs) app which is running on 3000 port on AWS EC2 ubuntu server, I ...nodejs (ExpressJs) app which is running on 3000 port on AWS EC2 ubuntu server, I want to implement the load balancing in the app so that my app can utilize the available cores of the CPU, I have two vcpu in my virtual machine. The app involved realtime communication usng , this is working fine when I use pm2 without cluster mode. But when I start the pm2 in cluster mode then my connection doesnt work and sometime it work and soemtime it doesnt work. I need a person who have done this implementation befoe so that work fine with pm2 cluster mode. I will not be able to provide you the code however you can guide me or take the remote access to solve this issue.

    $114 (Avg Bid)
    $114 Giá đặt trung bình
    17 lượt đặt giá

    All the details are in the attachment.

    $66 (Avg Bid)
    $66 Giá đặt trung bình
    6 lượt đặt giá
    Algo Trading setup Đã kết thúc left

    ...signals into actionable trades on our trading platform. The primary objective of this project is to integrate our existing algorithm with the trading platform's API to automate the execution of trades based on generated signals. The selected freelancer will be responsible for establishing a robust connection between the algorithm and the trading platform's API, ensuring timely and accurate execution of orders. Key tasks include: 1) API Integration: Configure and establish a secure connection between the algorithm and the trading platform's API, allowing for seamless communication and trade execution. 2) Signal Translation: Develop a mechanism to interpret buy and sell signals generated by the algorithm and translate them into executable orders on the trad...

    $127 (Avg Bid)
    $127 Giá đặt trung bình
    7 lượt đặt giá
    Django Web Frontend Integration Đã kết thúc left

    I'm looking for an experienced developer to create a seamless connection between a professional and corporate-designed front end interface and our existing Django back-end. The required functionality includes: - User registration and login - Data input and submission forms - Interactive data visualization Ideal skills for this project include: - Strong knowledge of Django and its integration with front-end technologies - Experience in designing and implementing professional and corporate user interfaces - Expertise in user registration, data input forms, and interactive data visualization - Ability to ensure smooth communication between the front-end and the Django back-end.

    $541 (Avg Bid)
    $541 Giá đặt trung bình
    104 lượt đặt giá

    I have a small business and am seeking a skilled web designer to create a simple landing page for me. I've chosen a color scheme (blue and white) and know exactly what I want on the page. The main function of this landing page is to display my business information. It should be clean, simple, and easy to navigate. I'm looking for a design that's professional and has a modern touch. I'd like the landing page to include: - A brief description of my business - Just use random text I will update it - A color scheme that's mainly blue and white I really appreciate a freelancer who has experience working with Wordpress and is skilled in creating effective, eye-catching landing pages. A good eye for design and attention to detail are key. I'm open t...

    $28 (Avg Bid)
    $28 Giá đặt trung bình
    70 lượt đặt giá

    I require assistance in enhancing my Laravel project. Specifically, improvements are needed in two areas: - Database Optimization: The efficiency of the database needs improvement. If you have a proven track record working on database optimizations in Laravel, you're likely a fit for this task. - New Feature Integration: I'm looking to integrate connection to external APIs. Solid experience working with external APIs and integrating them into Laravel projects is essential. Applying developers should be very familiar with Laravel and bring experience in database optimization and API integration to the task. Briefly detail your relevant experience when making a bid.

    $185 (Avg Bid)
    $185 Giá đặt trung bình
    82 lượt đặt giá

    ...of our journey. Here's what we're looking for: 1. Passion for digital marketing and eagerness to learn and grow 2. Freshers in the field are encouraged to apply, but individuals with some past experience are also welcome 3. Ability to work part-time, with a commitment to a long-term collaboration 4. Preferably pursuing graduation or post-graduation, as we believe in fostering innovation and connection within our team As part of our collaboration, you'll have the opportunity to: 1. Gain practical experience in digital marketing and SEO 2. Work in a supportive team of like-minded individuals 3. Contribute your ideas and creativity to real-world projects 4. Earn as per your potential If you're ready to embark on an exciting journey and make a meaningful imp...

    $14 / hr (Avg Bid)
    $14 / hr Giá đặt trung bình
    27 lượt đặt giá

    I'm looking for an experienced iOS developer to create a straightforward app for me. There will be several simple features that need to be implemented: - Manual Signal Updating: The app should allow me to manually update the signals for 7 fx pairs, Bitcoin and the SPY. - Signal Icons Display: The app should have different icons (e.g., arrow up, arrow down) for each type of signal (buy, sell, NA). - Custom Photo Integration: I have some photos I'd like to incorporate into the app, either as decoration or background. Your role will be primarily focused on the development and implementation of these features. The design of the app should be minimalistic, with the photos I provide integrated seamlessly. Ideal skills for this project include: - Proficiency in iOS developme...

    $243 (Avg Bid)
    $243 Giá đặt trung bình
    49 lượt đặt giá

    Hi all we had all this working yesterday but I changed some DNS settings to get a local printer working and it may have disrupted the normal operation of the server. I am currently dealing with an issue where my centOS mail server has just gone offline. It seems to be a connection issue as the error message I am receiving is that connection is timing out. This issue started occurring right after some changes were made to the server configuration. Specifically, some settings were modified which seems to be the root of the problem. I need an expert who can swiftly and accurately identify the problematic changes and rectify them. Key Qualifications: - Strong knowledge on centOS mail server configurations - Experienced in troubleshooting and resolving mailserver issues - Exp...

    $87 (Avg Bid)
    $87 Giá đặt trung bình
    37 lượt đặt giá
    FreePBX SIP Trunking Setup Đã kết thúc left

    I'm looking for someone to help me set up a SIP trunk on my FreePBX phone system. Key Requirements: - Configuration of SIP trunking: I need you to assist in the setup of a SIP trunk on my FreePBX system. Your expertise in ...this provider. Ideal Skills and Experience: - Proven experience with FreePBX phone systems and SIP trunking: I'm looking for someone who has successfully configured SIP trunking on FreePBX systems before. Please provide examples of similar work. - Familiarity with various SIP trunking providers: Your knowledge of different SIP trunking providers will be useful to ensure a smooth and successful connection with my chosen provider. Since this is a critical aspect of my business communication, I'm looking for a reliable and experienced professio...

    $492 (Avg Bid)
    $492 Giá đặt trung bình
    22 lượt đặt giá

    I'm in need of an expert who can efficiently extract text data from about 160 unstructured PDFs and enter it into a database. Key Responsibilities: - Extracting unstructured text data from PDF files - Accurately entering this data into a database Ideal Skills: - Profic...need of an expert who can efficiently extract text data from about 160 unstructured PDFs and enter it into a database. Key Responsibilities: - Extracting unstructured text data from PDF files - Accurately entering this data into a database Ideal Skills: - Proficiency in data entry - Experience handling unstructured data - Attention to detail The work will require a computer, a stable internet connection, and the ability to commit to accurate and efficient data entry. Experience with unstructured data is hi...

    $25 (Avg Bid)
    $25 Giá đặt trung bình
    37 lượt đặt giá

    ...Direct Localization: GPS integration to display the current user location and nearby transportation options. User Interface: Development of an intuitive three-line menu for accessing settings, personal area, and specific functions such as travel history. Notifications and Reporting: Real-time notification system for any issues at stops or stations, with user reporting capabilities. News Connection: Integration of direct links to local news and updates that may impact users' travel plans. Subscription Options and No Ads: Implementation of premium features for subscribers, such as optimized routes and ad-free experience. Required Technologies: Platform: Flutter for frontend, with a robust backend for data management. Database and Backend: Experience with robust d...

    $1316 (Avg Bid)
    $1316 Giá đặt trung bình
    57 lượt đặt giá

    ...test all functions of the website. It's quite important that you understand the intricacies of Bitcoin Testnet. 2. **Recaptcha Connection**: You'll need to connect Recaptcha using an API key. The main function of this feature will be to prevent bot activities on the site. Experience with implementing and optimizing Recaptcha is paramount. 3. **Investment Option**: Users need to have option to deposit in to the site bankroll. already has this feature, it needs to mimic this feature. I believe you will need to be familiar with node.js to option for users. The ideal freelancer for this project has experience with Bitcoin Testnet, Recaptcha connection, and the Bustabit repository specifically. Your bid should reflect your skill level and past experience with sim...

    $54 (Avg Bid)
    $54 Giá đặt trung bình
    23 lượt đặt giá

    I'm in need of an expert who can troubleshoot and fix consistent connection problems on my DNS website. - Key Task: Identify and resolve the persistent connection issues affecting my site's DNS. The ideal freelancer for this job should have: - Extensive experience with DNS configurations and troubleshooting - Proven track record in resolving DNS connection problems - Ability to work quickly and efficiently, given the consistent nature of the problem. I look forward to working with a professional who can swiftly rectify this issue to ensure the smooth operation of my website.

    $158 (Avg Bid)
    $158 Giá đặt trung bình
    12 lượt đặt giá
    Java OOP To-Do List Application Đã kết thúc left

    Looking for a talented Java developer to build a to-do list application with a focus on Object-Oriented Programming (OOP). The application will be simple yet effective, featuring offline usage capability which is crucial for productivity in various environments. Key Requirements: • Application Compatibility: The app must be compatible with Windows, Mac and Android platforms. • Offline Functionality: The app should allow users to continue using without a constant internet connection. Skills and Experience: • Proficient in Java OOP. • Extensive experience developing applications for different platforms. • Good understanding of implementing offline capabilities in applications. Application Guidelines: • Freelancers are required to provide d...

    $21 / hr (Avg Bid)
    $21 / hr Giá đặt trung bình
    42 lượt đặt giá

    I am in need of an expert Python developer with specific experience in Flask framework and Amazon DynamoDB. The primary task is to fix a database connection issue. We are finding it difficult to establish a stable connection with DynamoDB. • Required Skills: Python, Flask, Amazon DynamoDB, Monolithic architecture experience • Task: Diagnosing and troubleshooting connection issue between Python/Flask backend and DynamoDB. • Bonus: Working knowledge of monolithic architecture and associated best practices would be beneficial. Please submit your bids if you're confident in diagnosing and rectifying such connectivity issues. Your insight and expertise would be highly appreciated.

    $52 (Avg Bid)
    $52 Giá đặt trung bình
    11 lượt đặt giá

    ...applications. Ability to implement advanced UI/UX functionalities. Experience in developing multi-company systems is a plus. Deliverables: Complete source code with proper documentation. Functionalities implemented according to the listed requirements. We already have a template ready; we do not want to modify the design, only implement the functionality. Functionalities to be implemented: API connection (Authentication, authorization, session management, forms, basic action and form validations) Project translation (only the English version, we will take care of the other languages) Functionality for administrators to switch companies. API URL: template (Already purchased; upon project award, the front-end

    $470 (Avg Bid)
    $470 Giá đặt trung bình
    73 lượt đặt giá

    I need a pick and place simulation project that uses plastic blocks and is simple in nature. Key Points: - The project revolves around moving plastic blocks. Prior experience with these materials will be highly valued. - The simulation should be simple in nature, involving just one robot arm. This project is all about efficiency and error reduction in a controlled, simple environment. Experience in robotics and simulations is a must. Please note that the focus here is on getting it moving smoothly and accurately, rather than complexity.

    $139 (Avg Bid)
    $139 Giá đặt trung bình
    17 lượt đặt giá

    I'm looking for someone who has very good experience in Laravel's real world situation. What Queue drivers are available in Laravel? ...situation. What Queue drivers are available in Laravel? Will ignore any replies without answering to the above my question. Here is my problem now. We are using Laravel project and it's running on production. It's using Queue heavily and queue driver is database now. We are getting following issue. SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (Connection: mysql, SQL: select * from `jobs` where `id` = 111111 limit 1 for update) Let me know how to fix this then I will hire you immediately and you can be employed in our project. Please don't waste my time if you don't know...

    $1085 (Avg Bid)
    $1085 Giá đặt trung bình
    174 lượt đặt giá

    ...involves developing a UPC scanner that can accurately read the UPC on a product. Upon scanning, the information of the scanned product such as date, time, UPC, product name and product retail should be transmitted and populated into a web application. Key Tasks: - Develop and integrate the UPC scanning software to be used with the camera attachment for the Arduino board. - Establish a Wi-Fi connection for the Arduino IoT UPC scanner to communicate with the web app. - Ensure accurate transmission and population of the scanned product information in the web application. Ideal Skills: - Proficient in Arduino programming and working with camera modules. - Experience in IoT development and integrating devices with web applications. - Knowledge of UPC scanning software and data trans...

    $794 (Avg Bid)
    $794 Giá đặt trung bình
    27 lượt đặt giá

    I am looking for an experienced developer who can use Cython to wrap my existing CUDA code. This is a relatively simple code that is currently used for data analysis. Task: This is done in Linux (ubuntu). I had a old cython code that used to be able to connect with the CUDA code, i think the newer version of CMake changes had made it impossible. I have attached a small reduction of the code, it is pretty much just calling a CUDA kernel from the Python using Cython. The CMake builds, but when the Cython is imported the symbol cannot be found. (to build you need to define an environment variable CUDAHOME points to your nvcc) Steps: 0 (optional) you can Make the cuda code inside to check if it works (1) run (with CUDAHOME env var) (2) run (fail at this point as the .so file

    $16 (Avg Bid)
    $16 Giá đặt trung bình
    3 lượt đặt giá

    ...of our journey. Here's what we're looking for: 1. Passion for digital marketing and eagerness to learn and grow 2. Freshers in the field are encouraged to apply, but individuals with some past experience are also welcome 3. Ability to work part-time, with a commitment to a long-term collaboration 4. Preferably pursuing graduation or post-graduation, as we believe in fostering innovation and connection within our team As part of our collaboration, you'll have the opportunity to: 1. Gain practical experience in digital marketing and SEO 2. Work in a supportive team of like-minded individuals 3. Contribute your ideas and creativity to real-world projects 4. Earn as per your potential If you're ready to embark on an exciting journey and make a meaningful imp...

    $15 / hr (Avg Bid)
    $15 / hr Giá đặt trung bình
    16 lượt đặt giá
    Need A Simple Web Devloper Đã kết thúc left

    I Bought a course and I access all the video course and materials. So to access the course I need to login with email and password. So what I need? I want to share this course with more than 100 people, So I don’t want to give them to access the course with email and passwords. I would like to do if I can share the course members area with my personal link. So those who click the link they will redirect to the course/members area and also they cannot visit profile section and also they cannot change email or password. Also once it login, no need to logged out, and it can log in automatically. Total 2 course and price will be $5 for now. If it’s successful then I have 100+ course to do the same. So more jobs and you will get more price. Thank you

    $73 (Avg Bid)
    $73 Giá đặt trung bình
    17 lượt đặt giá

    **Title:** Seeking a Creative Editor for Simple Yet Stylish Photo and Video Editing Are you a talented editor with an eye for simplicity and style? I'm in search of a freelancer who can enhance my photos and videos in a cool and captivating manner for my marketing and social media endeavors. While my budget may not be extravagant, I'm looking for someone who can work their magic to create polished content that resonates with my audience. The ideal candidate should have a knack for bringing out the best in visuals while keeping things simple and impactful. Whether it's refining images for Instagram or crafting engaging video snippets for promotional purposes, I need someone who can elevate my content without breaking the bank. If you're passionate about ...

    $17 (Avg Bid)
    $17 Giá đặt trung bình
    39 lượt đặt giá
    Cross-Platform Mobile Sales App Đã kết thúc left

    I'm in...customer database. This database needs to be user-friendly and efficient, allowing salespeople to easily manage and access customer information. Offline Functionality: While I'm not entirely sure if offline functionality is required, it would be beneficial for the app to have this capability. This would ensure that the salespeople can continue to work efficiently regardless of their internet connection. Ideal Skills: - Experience in cross-platform mobile app development (iOS and Android) - Proficiency in customer database implementation - Understanding of offline functionality in mobile apps This project is very important to me, and I'm looking for a developer who can deliver a high-quality, user-friendly mobile application that meets the needs of salespeo...

    $442 (Avg Bid)
    $442 Giá đặt trung bình
    65 lượt đặt giá

    Need developer to help in small android app task, Required skills are Should have knowledge about android apps Should have experience in app development

    $18 (Avg Bid)
    $18 Giá đặt trung bình
    14 lượt đặt giá

    I require assistance with the submission of my entrepreneurship paper to an international academic journal. My paper falls within the 6000 word count range. The freelancer should ideally possess the foll...submission, particularly within entrepreneurial studies. - Familiarity with international academic journal submission processes and standards. - Exceptional attention to detail. I expect the paper to be published in the following journals: - entrepreneurship theory and practice - journal of small business management - international small business journal it is required for the freelancer to have a connection with one or more of the above journals. Due date 5 days. The task entails publishing the paper in to the journal within the time-frame. note: the paper is ready for s...

    $980 (Avg Bid)
    $980 Giá đặt trung bình
    49 lượt đặt giá

    I'm looking for a proficient Postman developer who can take my project to the next level, addressing a specific issue with an OSLC connection over HTTPS. Postman isn't delivering the expected GET/POST data and, instead, is producing an HTML response. Here are the key responsibilities: - Download j_username and j_password - Send J_security in URL to retrieve data The freelancer should have experience in: - Postman - REST API for data retrieval, manipulation, and authentication & authorization - Red Hat technology stack In your proposal, please include your past work related to Red Hat and REST API along with your detailed project proposal. This project involves manipulating data and managing authentication and authorization, substantial experience in these as...

    $18 / hr (Avg Bid)
    $18 / hr Giá đặt trung bình
    4 lượt đặt giá

    I'm seeking a proficient app developer to create a business app primarily for Android maybe iOS. This app should be primarily centered around the ability to post "whitelist sessions" to car parking enforcement software via JSON. Key App Features: - Posting whitelist sessions to car park enforcement software - Backlogging user entered information if posting fails due to internet connection or any other reason - Ability to customise user interface for each client - Ability to specify how long each whitelist session is i.e. 2 hours, 3 hours, 1 day etc etc. Given the technical nature of the app, the potential freelancer should possess the following skills and experience: - Proficiency in Android app development - Familiarity with business app development - Understand...

    $30 / hr (Avg Bid)
    $30 / hr Giá đặt trung bình
    139 lượt đặt giá

    I need a simple, efficient leaderboard app that can be displayed on a TV via a Raspberry Pi. The app should allow users to add/edit scores from their mobile devices. I will also need the app to function without an internet connection, using WiFi Direct with no need for Bluetooth. Key Requirements: - Development for both iOS and Android platforms - Real-time score updates - Player profile management Ideal Skills: - Proficiency in mobile app development for iOS and Android - Experience with Raspberry Pi integration and WiFi Direct - Prior experience with real-time data handling - Strong understanding of offline functionality in mobile apps

    $902 (Avg Bid)
    $902 Giá đặt trung bình
    37 lượt đặt giá

    Hi Freelancers, I have up to 30 Stock videos I need for a non-profit Docuseries, and I’m looking to work with someone who can do the following: 1. Download videos in HD quality from various links provided, and AI remove any w?️terⓂ️arks. 2. Crop to vertical 9:16 phone size, based on the guides I provide you. 3. Provide final files in HD, full res format for me to use accordingly. I’m willing to pay up to $7.50 per video, totaling $225 for 30, and paid in milestones per file over time. This should be easy work for a freelancer with experience in this particular area, as I had a sample done in less 10 mins earlier. Let me know if you can help. Regards, Dallas.

    $96 (Avg Bid)
    $96 Giá đặt trung bình
    58 lượt đặt giá
    Algo Trading API Development Đã kết thúc left

    ...signals into actionable trades on our trading platform. The primary objective of this project is to integrate our existing algorithm with the trading platform's API to automate the execution of trades based on generated signals. The selected freelancer will be responsible for establishing a robust connection between the algorithm and the trading platform's API, ensuring timely and accurate execution of orders. Key tasks include: 1) API Integration: Configure and establish a secure connection between the algorithm and the trading platform's API, allowing for seamless communication and trade execution. 2) Signal Translation: Develop a mechanism to interpret buy and sell signals generated by the algorithm and translate them into executable orders on the trad...

    $251 (Avg Bid)
    $251 Giá đặt trung bình
    10 lượt đặt giá

    I am looking for a talented web designer who can create a simple wedding website for me. This project will include creating three specific pages, including: - A home page: This page should clearly display the couple's names and the date and time of the wedding. Additional details about the wedding and maps showing its location should also be included. It should be simple in design but still capture the simplicity and elegance of the event. - Event details page: This page will provide more in-depth information about our wedding, including aspects not covered on the home page, the venue, and other necessary details. - RSVP page: Our guests should be able to confirm their attendance easily through this page. - A Tips page is also needed for our guest's convenience...

    $130 (Avg Bid)
    $130 Giá đặt trung bình
    221 lượt đặt giá

    I am seeking the developer with advanced skills in API implementation, with specific experience with the BnP Paribas' API structure, as well as a strong proficiency in C# .NET. Project duration 3 months. Spoken language Greek. Key Responsibilities: - Establish a robust connection between our application and the BnP Paribas via their API. - Ensure successful transmission of specific data, Cash Account Info, Securities Account Holdings, Settlement Status, Transactional – FX.. Required Experience: - Strong proficiency in C# .NET - Proven experience in API Integration, preferably with BnP Paribas - Knowledge of JSON data format - Proven ability to work according to specifications and deadlines - Ability to test and troubleshoot the integration This project involves not on...

    $600 (Avg Bid)
    NDA
    $600 Giá đặt trung bình
    13 lượt đặt giá
    Simple Cosplay Costume Design Đã kết thúc left

    Greetings, I'm reaching out on behalf of a fast-growing Brisbane community who are hosting a thrilling event tailored for the vibrant University students of Brisbane at the end of June. Our theme is a fusion of the enchanting world of Harry Potter and the spirited atmosphere of an American college party. Picture students clad in varsity jackets proudly bearing their university emblems. To set the stage, we're in need of a bootleg Dumbledore costume for our main MC. While we're mindful of our budget, we're committed to providing a platform for emerging costume designers or freelancers eager to showcase their talent. This event offers a fantastic opportunity to have your creations admired by over a thousand university students and shared with our 50K+ Instagram followe...

    $73 (Avg Bid)
    $73 Giá đặt trung bình
    21 lượt đặt giá

    I'm currently seeking an Oracle SQL developer with exceptional proficiency in creating logics. This task requires: - Writing an SQL code for data extraction purposes. - The code needs to be written as quickly as possible, with a time frame of 1-2 hours. - The solution should deal with the...with a time frame of 1-2 hours. - The solution should deal with the joining of multiple tables and creating doing some further order by, group by codes Decent knowledge of Oracle and experience in handling similar tasks would be ideal for success in this project. Your ability to deliver accurately and timely will be greatly valued. The code should be written using simple statements. I am not sure how to set up a connection to our datapool though. I can show couple of other relat...

    $25 (Avg Bid)
    $25 Giá đặt trung bình
    26 lượt đặt giá

    Looking to convey our authentic 70s inspired music in a professionally created band video. We are driven by the following key elements: - Retro: The video should capture the essence of the classical retro feel, with themed components reflective of this era. It has to resonate with the iconic style of the 70s. - Recording ...appreciation for the 70s era and its unique aesthetics. - Have extensive experience in shooting band videos and can share a comprehensive portfolio. - Be passionate about music; it's a plus if you have experience specifically with 70s music. - Be creative and recommend ideas for retro-inspired elements that we can incorporate into our video. Together, let's create a band video that will forge a connection with our audience and allow our 70s inspired ...

    $1437 (Avg Bid)
    Địa phương
    $1437 Giá đặt trung bình
    2 lượt đặt giá

    Magento 2 Configurable Product Creation using Simple Product Attributes to create them I am looking for an experienced Magento developer to create a configurable product programmatically using existing simple product attributes. The ideal candidate will have expertise in both front-end and back-end development of magento 2. Scope of Work: - this work is NOT to convert simple products to confirguable products - Create all configurable products for a product catalog of over 150,000 simple prodcuts in Magento 2 using existing simple products so make a configurable product made from the simple products - Programmatically generate the configurable products from the data in the simple products - Ensure that the configurable product is functiona...

    $533 (Avg Bid)
    $533 Giá đặt trung bình
    74 lượt đặt giá