Tuya smart for windows 10일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 tuya smart for windows 10 건의 일자리 확인, 급여 기준: USD

    안녕하세요:), 혹시 자바 관련해서 문의드려도될까요? (Budget은 임의적으로 최저에 맞춰둔것이고 확정은 아니에요)

    $6 (Avg Bid)
    $6 (평균 입찰가)
    1 건의 입찰
    $100 (평균 입찰가)
    1 건의 입찰

    안녕하십니까? 제가 Smart Pixel님의 프로필 정보를 좀 확인해 보고, 제 프로젝트에 참여 제안을 드리고자 연락 드렸습니다. 채팅 서비스로, 좀 더 자세한 내용을 함께 의논해 보았으면 합니다.

    $200 - $200
    $200 - $200
    0 건의 입찰

    Windows Server를 이용하여 여러 국가에 분산되어 있는 조직의 Active Directory 설계 및 구성 Active Directory에 등록된 계정을 개인 디스크 설정 및 공유 디스크 설정 추가 계정시 자동설정 환경 구축 내부에서 사용할 수 있는 Windows Server 기반의 Certificate Authority 구축

    $1300 (Avg Bid)
    $1300 (평균 입찰가)
    5 건의 입찰

    아래 몇 가지 내용을 포함해서 디자인을 해주셨으면 좋겠습니다. 저희는 해외 기업이어서 해외 송금으로 가능한지도 문의 드리고 싶습니다. 회사 이름은 MSA입니다. 1. 해외 송금해드려도 괜찮으신가요? 저희는 현재 홍콩에 위치하고 있습니다. 2. 아래 내용 포함해서 디자인 가능한가요? - MSA = make simple associate = make smart associate 위의 의미를 포함해서 그림형태로 표현했으면 좋겠습니다. 즉 로고는: 그림과 알파벳이 조합된 이미지로 설계해주시면 감사합니다. * 색상은 밝고 선명하게 3. 가격에 대한 견적을 말씀해주세요. 만약에 저희가 디자인을 위탁하게되면 어떤 방식으로 연락하시는게 편하세요?

    $113 (Avg Bid)
    $113 (평균 입찰가)
    16 건의 입찰

    C++ Builder를 이용한 소프트웨어 개발을 하고자 합니다. 다년 간의 경력이 있으신 분만 찾고 있으며, 책임있게 프로젝트를 기간내에 마칠 분을 모시고 있습니다. 그럼 많은 지원 부탁 드립니다.

    $3000 - $5000
    $3000 - $5000
    0 건의 입찰

    인스타그램의 좋아요,팔로잉등의 자동화작업 프로그램의 개발 - 핵심기능 1.프록시를 이용한 멀티세션 구현 과 통신하여 작업하는 클라이언트 개발 3.작업결과를 DB에 report.

    $536 (Avg Bid)
    $536 (평균 입찰가)
    3 건의 입찰

    C# WinForm 기반의 Windows 응용 프로그램중 특정 기능 ListView/ListBox/DataGrideView 등의 Cell안에 Custom UserControl (Button 및 그림 및 체크박스등이 탑재된 UserControl)을 집어 넣고 리스트화 시킴. 단, TalbeLayoutPanel 등 Panel 컨트롤을 사용하면 안됨. Panel컨트롤은 32767 사이즈의 한계가 있어 컨트롤이 탑재되지 않음.

    $250 - $750
    $250 - $750
    0 건의 입찰
    로고 디자인 종료 left

    아래의 영문 회사 로고 디자인을 의뢰합니다. 회사명 : Smart Gadgets 로고의 이미지는 신선한 느낌, 다양하고 특별한 기능을 하는 제품을 판매하고 있다는 느낌을 줄 수 있는 디자인을 원합니다. 심플하지만, 자유로운 아이디어로 고객의 Life Style에 도움을 줄 수 있는 제품을 생산하고 판매하고 있습니다. 취급 제품 분야는 Health Care, Beauty 관련 제품입니다.

    $88 (Avg Bid)
    $88 (평균 입찰가)
    10 건의 입찰
    OrderCalendar 종료 left

    안드로이드에서 월별 달력의 해당일자에 맞춰 주문내용(총금액, 건수, 미배송건수)을 보여주려 합니다. Eclipse 소스를 원합니다. 달력은 월별로 이동이 되어야 하고, 현재일자는 배경색을 달리해서 표시가 되어야 합니다. 주문이 없는 날은 표시가 안 되면 됩니다. 일자를 선택하면 그 날 주문한 상품의 이름,수량이 보였으면 합니다. 주문상세내용이 보였으면 합니다. 그리고, 원격 Database 접속정보와 관련된 쿼리는 아래와 같습니다. OS는 windows 2012 , 데이터베이스는 MS-sql이고, 원격주소, 계정, 암호는 실제 내용을 알려드릴 수 없는 점 양해바랍니다. 현재 디비접속은 이런 형식으로 하고 있습니다. -> ,1000 (사이트주소,포트번호) , 계정 : Testaccount , 암호 : Test 입니다. 금액 쿼리 : Select replace(convert(varchar, cast(Isnull(Sum(Ori_price*qty),0) as money),1),'.00','') as Orderamt from Orderdetail where Convert(Varchar(8), Order_date,112) = '달력 일자' and DelYN='N' 금액은 붉은 색 글씨로 표시되었으면 합니다. 주문 건수 : Select count(Order_id) from Orders where Convert(Varchar(8), Order_date,112) = '달력...

    $500 (Avg Bid)
    $500 (평균 입찰가)
    1 건의 입찰

    범용 제어장치/시스템과 이러한 범용 제어장치(Embedded 환경)를 Windows 용 PC 내 USB Port를 통해 연결하여, 장비 상태 감시, 장비 Configuration, 프로그래밍 다운로드 기타 상태정보 업데이트, 등 장치와 연동하여 작동될 PC 응용 소프트웨어를 같이 개발하고자 하고 있습니다. 이 경우에서 필요한 Windows 용 USB Device Driver 제작을 담당해 주실 프리랜서를 찾고 있습니다.

    $1000 (Avg Bid)
    $1000 (평균 입찰가)
    1 건의 입찰

    저희의 이전 프로젝트에 관련된 진행중인 작업이 있습니다Smart DNS to unblock geo-blocked sites'

    $12 / hr (Avg Bid)
    $12 / hr (평균 입찰가)
    1 건의 입찰

    ...programmer to develop a high-speed web automation bot using C programming. The purpose of the bot is primarily web automation, specifically with the tasks of form filling and clicking. Key Requirements: - The bot needs to be capable of automating tasks like filling data and clicking buttons on websites. - It has to be developed using C programming language for optimal performance and speed. - The bot should be compatible with Windows operating system. - The chosen freelancer should have a solid understanding of web automation principles and best practices. - Ability to ensure high-speed functionality Ideal Skills & Experience: - Proficient in C programming, with a background in web automation. - Experience in creating bots that interact with web interfaces. If yo...

    $273 (Avg Bid)
    $273 (평균 입찰가)
    10 건의 입찰
    Trophy icon Tron Smart Contract Developer 4 일 left

    We are looking for a skilled Tron developer to join our team and help develop a smart contract for a wallet application. The ideal candidate should have experience with Tron blockchain development and be familiar with BIP 39 or BIP 44 for address generation. Responsibilities: 1) Develop a smart contract on the Tron blockchain for a wallet application. 2) Implement functionality for address generation using BIP 39 or BIP 44. 3) Ensure that fees for all wallet transactions, including sending TRX or any ERC10 or ERC20 tokens, are deducted from a specified multiple accounts assigned in the smart contract, and not from user. 4) Also user need to pay the fees to the contract as an escrow, i.e. user will not pay the transaction fee...

    $1000 (Avg Bid)
    상금 보장형
    $1000
    0 건의 응모작

    ...to make manually. 2. You could provide what the attached 30 files (or a subset) show. 3. You could propose the capabilities as a specific spec for what the input text file contains. 4. You can make it a price depending of what it can do and list possibilities. 5. If there is an app that allows a TXT definition like what I am saying, then I would consider buying that, but I tried that and this gig is really for having it developed. Search for FLOWCHART and click on IMAGES and you'll see hundreds of examples. Include: 1. Source Code 2. Compiled Code 3. User documentation. 4. Technical (programmer) documentation: Technologies used, overall flow, for each function/subroutine what the input and output are. Should be 1-2 pages (the more the better.) 5. I ge...

    $307 (Avg Bid)
    $307 (평균 입찰가)
    8 건의 입찰

    ...focus on benefiting patients. The core functionality of this project will revolve around the implementation of smart contracts and automation. Key objectives and requirements: - The project should be built on a secure and highly encrypted blockchain framework. - The solution should facilitate transparency and decentralization within the healthcare industry. - Implementation of smart contracts will be a critical feature, automating processes and enhancing the efficiency of operations. - The end users of this blockchain solution are primarily patients, meaning that the platform should be designed with user-friendly features and clear communication in mind. Ideal skills and experience for this project: - Proficiency in blockchain technology and its various applicati...

    $1176 (Avg Bid)
    $1176 (평균 입찰가)
    22 건의 입찰

    ...software for electrochemistry experiments and I'm looking for a skilled front-end developer to help with software packaging and COM port detection. Ideal Skills and Experience: - Expertise in Front-End Development, specifically with Javascript and HTML - Experience with Electron software - Prior experience with arduino and python, a bonus - Strong understanding of software packaging in Electron applications The application should be compatible with Windows operating system. I need help fixing certain issues like the selecting the COM Port, the functionality needs to be re-written so that it is performed by Electron's WebAPI rather than Python(current). The start-up image must be the company logo. I need help in packaging the whole thing up to make th...

    $84 (Avg Bid)
    $84 (평균 입찰가)
    17 건의 입찰
    IA based Booking platform 6 일 left
    확인

    The project consists of an AI-based booking platform that receives booking orders from various text sources. The text does not have a predefined format. The AI analyzes the text to generate the corresponding booking order in a predefined format, enabling integration with a small ERP software. Input and output data must be defined and calling functions created in C# if required. The...receives booking orders from various text sources. The text does not have a predefined format. The AI analyzes the text to generate the corresponding booking order in a predefined format, enabling integration with a small ERP software. Input and output data must be defined and calling functions created in C# if required. The AI is desired to be working on a private local server running Microsoft Windows...

    $210 (Avg Bid)
    $210 (평균 입찰가)
    20 건의 입찰

    I'm in need of a skilled and experienced draftsman who can help me draft floor plans, elevations, and sections for a small residential house of less than 200sqm. I have a full set of plans already i just need someone to redraw them on a different title block and make some changes to the windows for me. It's only changes to 3 windows and adding a door to the garage. very simple If we work together well then i am hoping to go in to more detailed bathroom and kitchen plans. Ideally, I'm looking for a freelancer who can translate my vision into accurate and construction-ready plans. Please only bid if you have a portfolio in residential house drafting. I would also like a copy of the revit file so I can make my own amendments. We use Revit...

    $355 (Avg Bid)
    $355 (평균 입찰가)
    67 건의 입찰

    I'm on the hunt for a talented designer to create a jiu jitsu journal. This journal should be not only a place to log training and progress, but also a source of inspiration and mindfulness. It needs to have a clean and minimalist design. Here's a detailed list of what I am looking for: - Training log section per training session - Technique library or pages dedicated to techniques - Progress tracker which includes tracking for belts, stripes, seminars, competition history - Sections for gratitude, mindfulness, wellbeing, and meditation challenges - Pages with inspirational quotes - Blank pages filled with key questions and prompts about jiu jitsu eg: What are your short, medium and long term SMART goals. What does jiujitsu mean to you? Why sh...

    $324 (Avg Bid)
    $324 (평균 입찰가)
    53 건의 입찰
    Trophy icon Logo for Arton Tekki-Apu 29 일 left

    My small computer remote fix and need logo. I repair windows computer only remote access and via phone.

    $54 (Avg Bid)
    상금 보장형
    $54
    204 건의 응모작

    As an Outlook 2019 user on Windows 11, I'm seeking a Configuration Expert to ensure a consistent user interface with the default Windows design. Key Points: - The main focus is on adjusting the UI to align with the Windows 11 interface - There are no major technical issues, just the need for a visual overhaul - No need to change security or performance settings Ideal Candidate: - Proficient with Outlook 2019 - Experienced in UI customization - Familiar with Windows 11 design language - Good communication skills to understand my preferences Your task is to ensure my Outlook 2019 looks and feels like a native Windows 11 application. I look forward to your bids.

    $56 / hr (Avg Bid)
    $56 / hr (평균 입찰가)
    3 건의 입찰

    We are a national transpor...operator focusing on direct to consumer. We need a logo and vehicle livery for our new branding. It needs to be simple, bold and fresh. Focusing on clean lines and no clutter. We need to be different from our competitors. The logo is typographical - do not use an image of a minibus I need a logo + branding pack designing including business card and letterhead. Vehicle Livery - Part of the branding is vehicle branding, we will have a vehicle wrapped in a design which needs to emphasize and promote our brand. On our website we would like to display a very high quality 3D render of the vehicle with the livery applied. The livery is both sides and rear, windows can be covered in the design if necessary. This contest is just for the logo/bran...

    $444 (Avg Bid)
    상금 보장형
    $444
    115 건의 응모작

    We are looking for a computer program that can take over some of the repetitive tasks we currently do manually. The program will primarily be used on Windows OS and should be capable of performing the following functions: - Automating data entry tasks - Organizing files efficiently - Managing emails effectively - Checking invoices to prevent double billing Ideal candidates for this project should have: - Experience in developing Windows-based automation software - A strong understanding of data entry, file organization, email management, and invoice checking processes - Proficiency in designing user-friendly interfaces - Ability to integrate error prevention mechanisms to ensure accuracy Your solution should help us streamline our work processes, reduce human...

    $1328 (Avg Bid)
    $1328 (평균 입찰가)
    57 건의 입찰

    Looking for an experienced video editor to create dynamic personal travel videos using Insta360 footage. Key responsibilities: - Have a thorough understanding of Insta360 video editing. - Crafting engaging travel videos that reflect personal experiences. - Deliver high-quality work consistently while maintaining deadlines. Ideal skills and experience: - Proficient with major video editing software on Windows or macOS, as I am flexible on which to use. - Experience in Insta360 editing. - Strong sense of narrative and rhythm in editing. - Experience in editing travel-related content. Please provide samples of your previous work, particularly related to travel.

    $7 / hr (Avg Bid)
    $7 / hr (평균 입찰가)
    15 건의 입찰

    ...skilled WordPress Developer for ongoing agency client work. IMPORTANT: - Must be available to work 8 hours per day during US Central Time (Monday to Friday) - All work must be performed on a Windows Remote Desktop which comes with fast internet, strong processor and license to all required tools like Photoshop, code editor etc. The developer will be responsible for daily tasks that include updating web pages, integrating new features into existing WordPress sites, and handling some graphic-related tasks, such as designing and setting up email newsletter templates. Requirements : - Proficiency in WordPress, including themes and plugins - Experience with HTML, CSS, JavaScript, and PHP - Ability to work with graphic design tools such as Adobe Photoshop or Illustrat...

    $19 / hr (Avg Bid)
    $19 / hr (평균 입찰가)
    229 건의 입찰

    I am looking for a Docker engineer for a project on a Windows operating system. We will be focusing on running a web application and would like to implement a continuous integration/continuous delivery (CI/CD) pipeline in our operations. Key responsibilities would ideally include: • Building Docker solutions for our Windows-based web application • Setting up an effective CI/CD pipeline Skills and Experience: • Proven experience in Docker engineering • Strong grasp on Windows-based systems and web applications • Knowledge in setting up CI/CD pipelines • Proficient understanding of containerization technologies I anticipate the potential for ongoing work if this project is successful. Please attach examples o...

    $95 (Avg Bid)
    $95 (평균 입찰가)
    8 건의 입찰

    I'm seeking a...to create a sophisticated system for collecting data on water flow. Key functionalities required: - Pulse input data collection, specifically for monitoring water flow. - Understanding of Deep Sleep Mode to save Battery. - Data handling capabilities to efficiently send this information straight to the cloud system. The ideal freelancer for this project must demonstrate vast experience with Arduino programming, IoT systems, and data management. Familiarity with cloud technologies will be a significant plus. Ability to create a robust system capable of handling potential fluctuations in water flow is necessary. The chosen developer will be tasked with not just simple data gathering, but also with transferring these datasets to an online cloud rep...

    $285 (Avg Bid)
    $285 (평균 입찰가)
    8 건의 입찰
    10 posters 9 일 left

    Hello, I will create 10 posters for 50$.

    $50 (Avg Bid)
    $50 (평균 입찰가)
    1 건의 입찰

    I'm looking for a skilled developer to implement DTLS in C for secure communication within a tight deadline of two weeks. Key project requirements: - Implement DTLS in C: The primary goal of this project is to introduce DTLS to an existing system for secure communication. - Tight deadline: This project needs to be completed within two weeks. Timeliness and reliability are crucial. I need the data coming from the server to the client over UDP socket to be encrypted with DTLS, and it should appear as DTLS in the protocol section of Wireshark. In addition, the code should be able to handle streaming video or live feed over the socket accordingly. This code should work in linux and windows. Ideal Skills and Experience: - Proficiency in C: Extensive experie...

    $435 (Avg Bid)
    $435 (평균 입찰가)
    11 건의 입찰

    ...looking for a CISCO VPN setup that will allow 1-10 remote employees to securely access our network. Key Requirements: - Compatibility with Windows: Since our employees primarily use Windows machines, the VPN should work seamlessly on this operating system. - Remote employee access: The main purpose of this setup is to allow remote employees to securely access our network from their location. Ideal Skills: - Experience with CISCO VPN: I'm looking for a professional who has successfully set up CISCO VPNs in the past. - Strong understanding of network security: It's crucial that the VPN is secure and properly configured to protect our network from potential threats. - Windows networking expertise: Since the setup needs to be compatible ...

    $9 / hr (Avg Bid)
    $9 / hr (평균 입찰가)
    7 건의 입찰

    I'm looking for a skilled developer to convert my current RSPS client to NXT. The main motive behind this conversion is to enhance the graphics and optimize the overall performance of the client. Key Aspects: - Improve Rendering Speed: The client should be able to render game elements swiftly without any lag or delays. - Enhance Resolution and Texture Quality: I aim to make the game visually appealing by upgrading the resolution and texture quality. - Ensure Frame Rate Stability: It's crucial that the client maintains a stable frame rate throughout the gameplay. Ideal Skillset: - Proficiency in Java: Since the current client is based on Java, it's essential that you possess strong Java programming skills. - Experience with Game Development: A background in game deve...

    $510 (Avg Bid)
    $510 (평균 입찰가)
    19 건의 입찰

    I'm looking for a professional who is proficient in converting PDF files to Word documents. This project entails: - Working with a PDF file that primarily contains textual content. - Ensuring the Word document mirrors the PDF format exactly, from text placement to style. - Operating within a Windows environment. The ideal freelancer should have superb attention to detail, and should deliver the work in a timely manner. Experience with Adobe Acrobat and Microsoft Word is highly desirable. Accuracy and format preservation is of utter importance in this task.

    $18 / hr (Avg Bid)
    $18 / hr (평균 입찰가)
    56 건의 입찰

    ...A4 brochure designed for our new part "Smart Signal Adaptor". The brochure should capture the attention of retailers and distributors of the RV caravan industry. It needs to have a tough rugged look to suit the caravan industry The content that needs to be included in the brochure is solely limited to the product features. You're expected to creatively present these features in a visually appealing and concise manner. It is crucial that you create a design that speaks to the tech-savvy nature of the audience and the innovative qualities of the product. The ideal professional for this job should have: - the part name "Smart Signal Adaptor" - Holroyd logo (attached) - Follow our brand guidelines and colours (attached) - Use the fon...

    $33 (Avg Bid)
    상금 보장형
    $33
    19 건의 응모작

    ...motherboards, display, BIOS, and drivers. This application should be compatible with Windows operating systems. Key Features: - Detection of Motherboard Chipsets: The app should be able to identify different motherboards and their chipsets. - Display Detection: The web app should be able to recognize different display devices. - BIOS and Driver Information: The application should provide detailed information on the BIOS and driver versions. - Compatibility Check: It should also be able to check compatibility information of the detected hardware. Skills and Experience: - Proficiency in web development and creating user-friendly interfaces. - Experienced with hardware detection and information extraction. - Knowledge of Windows operating systems and compatibility. Please ...

    $316 (Avg Bid)
    $316 (평균 입찰가)
    14 건의 입찰

    ...looking for someone who is smart and can record some action songs for preschool kids. No previous experience is required. You can just use your phone camera to record the videos. You only have to act/dance based on the songs we provide. You will get the payments for each video song you record. I will provide you with all the reference songs for each video. These are just 3-5 minute long videos and it depends on the rhymes song. Please take a look at the example video (This is just a demo video and the rhymes will be mostly in English.) -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- PLEASE NOTE: You must be in SAREE for ...

    $3 / hr (Avg Bid)
    $3 / hr (평균 입찰가)
    15 건의 입찰

    ...coder to assist me in deploying Locally Hosted Language Model (LLM) applications. Here are the details: - **Operating System**: The deployment is hybrid, so familiarity with Windows, macOS, and Linux is ideal. - **Purpose**: The primary aim of the deployment is for text ebedding (vector db) and generation. - **Requirements**: Specifically, I'm looking for functionality related to Language modeling and retrieval augment generation in the LLM applications. - mongoDB should be set up runining a .sh file - docker-compose deploy of the app - whisper transformers for stt ttl - AWS S3 bucket for file serving Essential skills for this project include a strong background in Python programming and experience with deploying applications on differen...

    $207 (Avg Bid)
    $207 (평균 입찰가)
    15 건의 입찰

    I'm looking for a skilled professional to set up a Virtual Box on my dedicated server, running Windows OS. The primary function of this setup is to have multiple virtual terminals of Windows operational. Key requirements: - Installation of Virtual Box on a dedicated server - Configuration for simultaneous operation of 5 virtual terminals of Windows Ideal skills and experience: - Proficiency in Virtual Box and working with dedicated servers - Strong knowledge and experience in setting up and configuring Windows OS - Ability to ensure smooth and efficient operation of multiple virtual terminals

    $46 (Avg Bid)
    $46 (평균 입찰가)
    12 건의 입찰

    I'm in need of a skilled and experienced draftsman who can help me draft floor plans, elevations, and sections for a small residential house of less than 200sqm. I have a full set of plans already i just need someone to redraw them on a different title block and make some changes to the windows for me. It's only changes to 3 windows and adding a door to the garage. very simple If we work together well then i am hoping to go in to more detailed bathroom and kitchen plans. Ideally, I'm looking for a freelancer who can translate my vision into accurate and construction-ready plans. Please only bid if you have a portfolio in residential house drafting. I would also like a copy of the revit file so I can make my own amendments. We use Revit...

    $18 / hr (Avg Bid)
    $18 / hr (평균 입찰가)
    48 건의 입찰

    I am in need of an Adobe Pro expert who excels in creating and manipulating contracts. The ideal candidate will have the following skills and abilities: - Proficiency in Adobe Pro specifically on Windows OS. - Ability to create E-signatures. - Capability to design document templates in line with my company's predefined style. - Know-how to devise fillable forms, as part of the contract. - Competence to add permanent fields and signatures in documents. The freelancer should have a good eye for detail ensuring that each contract adheres to the predefined company style and standards. The understanding and application of industry-specific formats will also be a key aspect of the task. High-level proficiency in Adobe Pro and contract design and modification is a must, as th...

    $121 (Avg Bid)
    $121 (평균 입찰가)
    13 건의 입찰

    ...seeking a skilled developer to convert my existing PortVB Desktop App into an iOS/Mac Desktop App. It a small tool that runs on a Windows PC and reads some flat XML files and inserts/updates a mySQL database. We need the same program to be able run on a iOS/Mac desktop. I have all the VB Project files/ Source code. - Skills in app development for iOS/Mac, ideally with previous experience in app conversion - Knowledge of data syncing, user authentication, and offline access, in case these features need to be incorporated - Familiarity with contacts management, communication, scheduling, calendar integration, and file/document management functionalities for potential focus areas - Creative design skills to potentially revamp the user interface and overall desi...

    $417 (Avg Bid)
    $417 (평균 입찰가)
    66 건의 입찰

    Job Title: Windows System-Level Gaming Keyboard Emulator Developer Project Overview: We are seeking a skilled developer to create a Windows-based keyboard emulator, specifically designed for gaming. The emulator must operate at a low system level to effectively mimic keyboard inputs for gaming purposes without requiring hardware. Key Requirements: OS Compatibility: The emulator should work exclusively on Windows systems. Emulation Focus: Aimed at simulating keyboard inputs for gaming applications. Ideal Skills and Experience: Proficient in Windows application development. Expert in low-level programming, specifically in system-level assembly language. Knowledgeable in gaming input emulation and keyboard input simulation. Experience in bac...

    $20 (Avg Bid)
    $20 (평균 입찰가)
    3 건의 입찰

    ...changes to the attached plans. The main objective was not to compromise the roof lines and exterior. Scope of work- Masterbath- Bumpout for Tub with side roof. Will not affect main roof. Masterbath and Closet reworked and extended this area along with the garage back 5’-0” existing roof pitch will extend. Bedroom 3- Extended this area back 5’-0” and added a pitch roof to the existing roof line. Moved rear porch demising wall over 3 ft to expand the width of this room. Need to resize living room windows next to back door. Prefer Qty.3 3060 windows with 3080 door in living room. No need to update the window and door schedule unless it is automatic. Add windows to 3rd bedroom. Sizes TBD Bedroom 2/Bath 2- Moved the entire closet bath ...

    $420 (Avg Bid)
    $420 (평균 입찰가)
    39 건의 입찰

    I'm seeking a mobile app ...Categories**: The live streaming feature will specifically focus on TV content. This includes channels that cater to TV shows, documentaries, or other related TV broadcasts. - **Device Compatibility**: The app should be compatible with Samsung and LG smart TVs. The ability to ensure the app runs smoothly across different models of these brands is crucial. Ideal candidates should have: - Proven experience in developing TV applications - Advanced knowledge of live streaming protocols and technologies - Familiarity with the Samsung and LG smart TV platforms - Strong problem-solving and debugging skills - Excellent communication and teamwork skills, as continuous coordination with me is vital. Please provide samples of previous TV app develop...

    $21 / hr (Avg Bid)
    $21 / hr (평균 입찰가)
    38 건의 입찰

    I'm having some trouble with my Windows-based soft phone engine. There are some glitches and I'd like to get them resolved. I cannot specify the exact errors or issues, but I'm looking for a professional who can troubleshoot and help me get it working smoothly. Ideal skills/experience would include: - Proficiency in Windows OS - Experience with soft phone engines - Excellent troubleshooting abilities - Strong communication skills

    $20 / hr (Avg Bid)
    $20 / hr (평균 입찰가)
    14 건의 입찰

    Company Overview: We specialize in providing innovative automation solutions for small businesses, including CRM, marketing automation, graphic design, and print solutions. Our goal is to streamline operations and drive growth with smart, reliable, and professional tools. Design Guidelines: Concept and Style: Modern and Professional: The logo should reflect a contemporary and professional look. Innovative and Smart: Emphasize the innovative and intelligent nature of our automation solutions. Fluidity and Flow: Incorporate elements that suggest smooth operations and efficiency. Color Palette: Primary colors: Consider using blues, greens, or grays to convey trust, innovation, and reliability. Accent colors: Orange or silver can be used as accent colors to add vibrancy...

    $30 (Avg Bid)
    상금 보장형
    $30
    215 건의 응모작

    Looking for an experienced developer who is fluent in C++, to build a Windows desktop application from my edited code. The project involves: - Skill in the C++ programming language to comprehend and build upon my pre-existing source code. - Solid experience in Windows desktop application development. - Attention to detail to follow the steps correctly and ensure the application operates as intended. The project specifics and objectives will be shared with the selected freelancer. As I did not edit the functionality, it should remain as per the original code. Your role will primarily encompass building and compiling the application. Experience in both codework and software architecture is essential for success in this role. Please ensure your bid includes pr...

    $22 (Avg Bid)
    $22 (평균 입찰가)
    16 건의 입찰

    I'm seeking professional help to rectify a problem with one of my programmes which is presently operational on a Windows 8.1 environment but doesn't launch on Windows 11. I'm not certain about the original coding language as I skipped that question, making it necessary for the freelancer to have adept skills in multiple languages, mainly in C++, Java, and Python. I'm also unsure about specific software or hardware dependencies that might be influencing the situation. However, the freelancer must have the expertise to identify and handle this potentiality. As for specific program functions, the user left a gap as well, so an experienced developer in generic software protocols and universal functions would be highly appreciated. However, th...

    $1533 (Avg Bid)
    $1533 (평균 입찰가)
    50 건의 입찰

    I'm in need of an expert who can help me address a GPU compatibility issue I'm experiencing with TensorFlow and PyTorch. Despite having installed the latest drivers for my NVIDIA GeForce GTX 3060, I'm still facing issues with these frameworks. Key Responsibilities: - Diagnose the root cause of the incompatibility - Implement a solution that allows seamless use of TensorFlow and PyTorch on my Windows 10 system with the NVIDIA GPU Ideal Skills and Experience: - Proficiency in TensorFlow, PyTorch, and GPU utilization - Strong understanding of Windows 10 environment - Previous experience in resolving compatibility issues with these frameworks

    $14 (Avg Bid)
    $14 (평균 입찰가)
    9 건의 입찰