Windows mobile sql programming일자리

필터

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

    Texas hold 'em Mobile Game Development 1. function - 9 Room Game, Tournament, friend showdown 2. Android, IOS, DeskTop 3. RNG algorithm, Packet Encryption

    $8750 (Avg Bid)
    $8750 (평균 입찰가)
    2 건의 입찰

    주어진 코드에 캐시최적화, 병렬프로그래밍, SIMD를 적용하는 과제입니다. 세부내용은 pdf에 있습니다.

    $175 (Avg Bid)
    $175 (평균 입찰가)
    2 건의 입찰

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

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

    안드로이드 앱 디자인 안은 이미 가지고 있습니다 모바일 리워드 서비스

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

    아이폰/아이패드 앱 아이폰만 디자인 안은 이미 가지고 있습니다

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

    아이폰/아이패드 앱 아이폰만 디자인 안은 이미 가지고 있습니다 아이폰 및 안드로이드 앱 개발자 모집

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

    안드로이드 앱 디자인 안은 이미 가지고 있습니다

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

    안드로이드 앱 디자인 및 개발이 필요합니다 배송 서비스앱

    $2263 (Avg Bid)
    $2263 (평균 입찰가)
    2 건의 입찰

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

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

    안드로이드 앱 디자인 및 개발이 필요합니다 아로니아 생과 및 가공품 관련

    $155 (Avg Bid)
    $155 (평균 입찰가)
    2 건의 입찰

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

    $250 - $750
    $250 - $750
    0 건의 입찰

    아이폰/아이패드 앱 아이폰만 디자인 및 개발이 필요합니다 좋아

    $10 - $30
    $10 - $30
    0 건의 입찰

    저희가 영상채팅앱을 만들고자합니다. ※ 안드로이드+iOS 두 버전 모두 견적을 주세요 디자인+개발 까지 다 해주실 팀을 찾고 있습니다. 기획이나 디자인은 구글 플레이스토어에 AZAR라는 앱이 있는데 거의 비슷하게 만들면 됩니다. 디자인이나 컬러톤 정도만 바꾼다고 생각하시면됩니다. We try to find the team that makes video chatting app. It means to make apps totally.. design+programming and, It looks like almost the same as ""azar""app. on google play store. You have only to a little chage colors and user interface from azar. ※ Android & iOS version both (Estimate fot both apps.)

    $6500 (Avg Bid)
    $6500 (평균 입찰가)
    12 건의 입찰
    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 건의 입찰

    ...need design to show the company name which is "AutoExperts AS" and on the back side where there will be a large logo under the logo can write Coding | Diagnostic | Key programming Title of position within company: Car Electrician The card should also have space for: Phone number xxxxx email xxxxx Location : City XXXX The card should also show some information regarding services we offer which is: - Key Programming & Cutting - Unlocking Hidden features - Diagnostic & EML clearing - Software & Module updates - Retrofit Equipment - Engine Tuning DPF, EGR & IMMO solutions - Battery Registering - ECU Cloning - Airbag Programming - ****PLEASE NOTE THE FINAL DESIGN WILL NEED TO BE IN 2 LANGUAGES TRANSLATION AND OTHER INFORMATION WILL BE PROVIDED...

    $12 (Avg Bid)
    $12
    0 건의 응모작

    I'm seeking a proficient developer to design an all-inclusive mobile application for both Android and iOS platforms centered around booking and appointment scheduling. Key features: • Calendar Feature: Incorporation of a user-friendly calender for managing and scheduling appointments. • In-App Notification System: An alert system notifying users of upcoming appointments to ensure no important dates are missed. The ideal freelancer for this project should have • Extensive experience in app development on both iOS and Android platforms. • Excellent UX/UI design skills, making the application easy to navigate. • Robust knowledge in developing appointment booking systems and familiarity with push notifications. • Expertise in ensuring the app�...

    $1213 (Avg Bid)
    $1213 (평균 입찰가)
    72 건의 입찰

    ...Virtual Typewriter should include a spell check feature to assist writers with their editing. - There is no need for autosave and font selection features at this time. Target Audience: - Writers primarily, but general users should also find the program user-friendly and intuitive to use. Compatibility: - The Virtual Typewriter should be compatible with Windows operating systems. Ideal Skills: - Experience in software development for Windows OS - Proficiency in spell check features and text editing tools - User Interface (UI) and User Experience (UX) design expertise - Understanding of the writing process and the needs of writers. If you have a passion for writing and a solid technical background, please reach out. I would love to hear your ideas on how to make this vi...

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

    I am a personal user encountering a persistent Windows 11 error 0x800705aa. This error is severely impacting my daily computer usage and I'm in urgent need of an experienced technician to resolve this issue. Key Requirements: - Highly proficient in Windows 11 - Proficient in troubleshooting error 0x800705aa - Ability to provide a quick and efficient solution - Strong communication skills to guide me through the process Previous Attempts: I have tried the following steps to troubleshoot the error: - Restarting the computer - Running Windows Update - Performing a system restore Please note that these steps haven't resolved the issue. A successful candidate would need to have the technical know-how to identify the root cause of this error and provide a soluti...

    $29 (Avg Bid)
    $29 (평균 입찰가)
    7 건의 입찰

    I'm seeking a skilled plugin developer with a talent for creating detailed and lifelike online environments. The project involves working o...Illness" feature. This should take into account various factors such as environmental conditions, the age and breed of the horse, and interactions with other horses. Experience with AI that can account for these dynamic variables would be ideal. - Additional features involving other realistic horse behavior, such as eating and drinking. The perfect candidate for this task is someone with advanced programming skills and a solid understanding of equestrian science or a demonstrable ability to research and apply the relevant knowledge in this area. Ideally, the candidate should have previous experience in developing similar realistic ...

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

    I'm setting up a new enterprise, and I need a capable team to bring my concept of an innovative quiz and gaming mobile app to life. This app's target audience are users from all age groups so simplicity, attractiveness, and user-friendly design must be kept in mind. Key Features: - Innovative multiple-choice quizzes, appealing to all age groups. The ideal candidate should possess the following skills and experience: - Proficiency in both Android and iOS development - Experience in frontend and backend development - Strong skills in UI/UX design to effectively create an engaging and user-friendly environment. Only those with a comprehensive understanding of this project and the required skills need apply. Suggest your game-changing ideas in your proposals!

    $4222 (Avg Bid)
    $4222 (평균 입찰가)
    34 건의 입찰

    I'm in need of an expert in mobile application testing to ensure the functionality, performance, and compatibility of my app across iOS and Android platforms. Your role will involve: - Conducting thorough functional testing to identify any bugs or issues with the app's features and functionality. - Executing performance testing to ensure the app runs smoothly and efficiently on both iOS and Android devices. - Performing compatibility testing to guarantee my app works seamlessly across various devices and screen sizes. The project is extremely urgent, so I need someone who can start immediately and work efficiently to complete the testing as soon as possible. Ideal candidates should have: - A strong background in mobile app testing with significant experience on ...

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

    I am intending to develop a data flow network using Lingo as the programming language. The main focus of this project is to build a network that primarily caters to service providers. Key requirements for potential freelancers include: - Proficiency in Lingo - Proven experience in the creation of data flow networks - Strong understanding of the service providers' operational needs - Ability to execute tasks on time and to standard This exciting project is an excellent opportunity for tech-savvy minds who are keen to demonstrate their skills and problem-solving abilities.

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

    I need a tool which will help me to seamlessly convert Google Doc files into PDFs on a Windows operating system. The resulting PDF should contain these specific features: - Hyperlinks - Images The successful freelancer should ideally have experience with GUI design, especially in formats conversion such as Google Doc to PDF. Proficiency in Windows OS is a must because this project revolves around Windows environment. The timeline for this project is tight as I require this to be done ASAP. So, a veteran in this field who is able to quickly understand my needs and deliver the project sooner is highly desirable.

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

    I'm in need of a mobile application that integrates a Voice AI Chatbot along with a comprehensive membership system. Key Features: - Voice AI Chatbot: The app should have a voice AI chatbot to assist users with both task automation and information retrieval (e.g., weather updates). - Membership System: The application should have user registration, social media login, and subscription plan features. This is integral to offer exclusive services to our members. Ideal Skills & Experience: - Demonstrated experience in developing mobile applications with voice AI chatbots. - Proficiency in implementing membership systems with user registration, social media integration, and subscription plans. - Prior work on integrating push notifications into mobile apps. - St...

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

    I'm seeking a skilled plugin developer with a talent for creating detailed and lifelike online environments. The project involves working o...Illness" feature. This should take into account various factors such as environmental conditions, the age and breed of the horse, and interactions with other horses. Experience with AI that can account for these dynamic variables would be ideal. - Additional features involving other realistic horse behavior, such as eating and drinking. The perfect candidate for this task is someone with advanced programming skills and a solid understanding of equestrian science or a demonstrable ability to research and apply the relevant knowledge in this area. Ideally, the candidate should have previous experience in developing similar realistic ...

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

    ...and experience prioritizing and integrating various indicators like Moving Average, RSI, Stochastic Oscillator, or MACD will be a key assessment parameter. - The Blend: The trading signals will be based on a mix of rules precisely relying on price actions, trading volume and market trends. Resolving this blend effectively holds vital importance. Skills and Experience: - Mastery of pertinent programming language(s), with a proven history of creating trading bots - An understanding of financial markets and trading strategy - Experience with integrating multiple trading indicators with exceptional precision. This project requires a detailed-oriented professional with a robust track record in similar projects. If you're up to the task and committed to delivering quality, I...

    $519 (Avg Bid)
    $519 (평균 입찰가)
    28 건의 입찰

    I am looking for an experienced mobile app developer who can create a mobile e-commerce application for both iOS and Android platforms. The primary goal of this app is to provide a seamless shopping experience for users who watch videos on the platform. Key Features: - The app should offer both product selling and video streaming functionalities. - The product selling section should include a robust product search feature. This is crucial for helping users find and purchase products they discover while watching videos. Ideal Skills: - Proficiency in mobile app development for both iOS and Android. - Previous experience in developing e-commerce apps, especially those with integrated video streaming capabilities. - Strong understanding of UI/UX design principles to cr...

    $1271 (Avg Bid)
    $1271 (평균 입찰가)
    88 건의 입찰

    I need a tech-savvy professional who can confidently and efficiently install an SSL certificate onto Tomcat for a Windows system. The specific Tomcat version doesn't matter, as I expect you'll have experience across a range of versions. I already possess a single-domain SSL certificate. Therefore, your task will primarily involve installation, rather than procurement. Key tasks for this project include: • Configuring the Tomcat server to work with the SSL certificate • Ensuring secure, encrypted connections on the website Ideal skills: • Prior knowledgeable experience with Tomcat on Windows • Capability with single-domain SSL certificate installations • Instant troubleshooting abilities in case of any arising issues To put it simply,...

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

    I'm looking for a knowledgeable freelancer who can create a mobile app on both Android and iOS platforms. Although I'm unsure about the specific functionalities needed at present, having experience with user authentication, in-app purchases, and real-time messaging will be highly beneficial. Your expertise and guidance will be highly appreciated in determining the key features necessary for a successful and user-friendly app. This project will require not only technical skills but also a creative problem-solving attitude. If you're up to the challenge, I'd love to discuss my project further with you.

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

    hi . I am looking for a special and creative person to build a simple website interface that deals with the API of a website I have a subscription and membership to The site provides an API for my account and can be integrated with an interface to operate through it This is to import my templates and tools into and d...website and information to learn how to deal with the API The application interface is required to display and call up forms to display through my site in a private chat window from here can read about Api Note: I have some websites and application html templates that the programmer can use as a ready-made template. Just programming and api integration with these templates

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

    I'm in need of a skilled elearning professional to design an interactive curriculum for students at the intermediate and advance level ( 2 levels). This curriculum should be designed to cover programming languages like Edison or Lego Spike or microbit. Features required: - create a elearning into micro learning (mutiple unit) content ( videos given ) step by step - create assignment , quiz Ideal skills and experience: - Proven experience in e-learning course design - Proficiency in the mentioned programming languages - Understanding of my required platforms (Edison, Lego Spike) - Experience with teaching or preparing curriculum for intermediate level tech learners. * send in your previous similar project to show your expertise. Without sending in , will not repl...

    $554 (Avg Bid)
    $554 (평균 입찰가)
    2 건의 입찰

    Scope Document - “Turk’s Compass” Mobile App Development & Project Project Overview Project Name: “Turk’s Compass” Mobile App Development Project Budget: up to 500-1000 CAD Project Title: Project Abstract: Introducing "Turk’s Compass" – a ground-breaking Yellow Pages mobile app to serve as a “finder” for services/establishments and information. This mobile app should be released both on the Apple iOS and Google Android App Stores. Targeted audience of the application are: a) Entire Turkish community in Canada regardless of their city (Supporting major cities, such as Toronto, Montreal, Vancouver, Ottawa, London, Calgary, Regina) b) Anyone from Turkey wishing to immigrate to Canada. Pr...

    $400 (Avg Bid)
    $400 (평균 입찰가)
    35 건의 입찰

    I am in need of a proficient TypeScript developer to design a bot capable of executing performing specific crypto trading operations. Si...capable of executing performing specific crypto trading operations. Since this system will be integrated with a protocol link, it should ideally be created by someone with experience in crypto API and trading platforms. Key Responsibilities: - Developing a bot that can execute trading operations. - Integrating the developed bot with the protocol link. Required Proficiencies: - TypeScript Programming - Understanding of Crypto API operations - Familiarity with trading platforms - Crypto trading understanding - Protocol linkage Please note that other specific trading operations have not yet been defined, but will be clarified with the chosen ...

    $167 (Avg Bid)
    $167 (평균 입찰가)
    18 건의 입찰

    I'm in need of a skilled Web3 developer to assist with a range of tasks. Your main responsibilities will include: - Developing smart contracts - Building decentralized applications - Integrating blockchain technology You should be proficient in the following programming languages: - Solidity - JavaScript - Python Your experience with blockchain platforms such as Ethereum and Polkadot is essential. Specific experience with Binance Smart Chain is a bonus. You must also have familiarity with additional languages such as Go, Rust, Java, and Node.js. The ideal candidate should have a deep understanding of the Web3 ecosystem and be able to contribute to a variety of projects. Experience in full stack development and an understanding of blockchain security would be highly benefici...

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

    I am seeking an experienced RPA Developer to automate tasks relating to Excel and Web interaction. Basically you will take 1 data from 1 excel cell (example cell d5) with that data you will create an hyperlink you will open a broswer tab with that link analize the result of the web programming 1 or 2 IF statements Proceed to generate the unatended "clicks" in that web close the tab iterate with the next excel cell (in this case d6) repeat the web process Until Excel's data EOF Everything configurable via external TXT file - name of the excel file - starting cell - basic hyperlink - how to compose the final hyperlink - the IFs statements - the sequence of clicks for each IF condition Immediate offers after posting will be directly ignored as they are normally bot...

    $27 (Avg Bid)
    $27 (평균 입찰가)
    10 건의 입찰

    I'm looking for a Python tutor who can help me with the syntax and basic programming concepts, and guide me through the fundamentals of object-oriented programming. Key aspects of the project include: - Tutorials on Python syntax and basic programming concepts - Assistance with understanding and implementing object-oriented programming principles I'd prefer to have our sessions via video call, using platforms like Zoom or Skype. As a beginner, I would appreciate someone who can explain things clearly and help me build a strong foundation in Python. Ideal skills and experience: - Proficiency in Python - Experience in teaching or tutoring Python to beginners - Strong communication skills, especially in explaining complex concepts in an easy-to-unders...

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

    I'm looking for a skilled mobile app developer to bring my vision to life. The project involves designing and developing a minimalist mobile app that will have the following features: - User Registration: The app should allow users to create an account and manage their personal information securely. - Push Notifications: Implement a system that allows for real-time notifications to be sent to users. - In-App Purchases: Integrate a purchasing system within the app that allows users to buy additional features or content. I'm particularly interested in a minimalist design for the app. Clean, straightforward, and user-friendly design elements are key to the success of this project. So, experience with creating such interfaces will be a big plus. If you have the right...

    $13 / hr (Avg Bid)
    $13 / hr (평균 입찰가)
    70 건의 입찰

    MUST READ FIRST =============== MUST HAVE - Blazor experience of at least 3 years - Latest version of .NET & SQL Server - At least 1 hour of availability between 6:00PM and 11:00PM EST - Your price is the one that you REALLY want to have with 10% +- NOTE - APIs will be provided (you will not develop APIs) - No development will be done on My Computer. - DO NOT APPLY if your fees can exceed 10% or your bid PROJECT I have C# Blazor Web App that works using SQL Server Database & using APIs at the same time. For the functions that use the database, I want to replace them with the APIs 1- Make code debuggable. 2- Error message appear with no details, need to make the error message has Show More to display the details of the error. 3- Load Codes from APIs instead of...

    $324 (Avg Bid)
    $324 (평균 입찰가)
    35 건의 입찰

    he developer should have the following skills and experience: 1. Proficient in Java, Kotlin and other programming languages; 2. Have a deep understanding of Android platform, familiar with Android SDK and related tools

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

    I'm in need of an experienced Google Play Console owner to help me with my mobile gaming app. Ideal Skills and Experience: - Extensive experience in publishing and managing mobile gaming apps on the Google Play Console. - Good understanding of the app store guidelines and requirements. - Ability to optimize app store listings for increased visibility and downloads. - Strong communication skills to discuss and negotiate offers. - Ability to provide guidance on improving the app. Looking forward to seeing the interested console developers. Please share your console link so we can discuss the offer further. Thank you.

    $71 (Avg Bid)
    $71 (평균 입찰가)
    2 건의 입찰

    I'm in search of a proficient freelancer who can develop a mobile app to be functional on both iOS and Android platforms. Since the primary function was not specified, creativity and ability to design multi-purpose apps will be highly appreciated. Key Requirements: - Strong experience in developing mobile apps for both iOS and Android - Proven experience in cross-platform mobile app development - Proficient coding skills in languages such as Swift, Kotlin, Objective C and Java - Exceptional UX/UI design skills - Strong problem-solving abilities, with a knack for complex troubleshooting tasks - Ability to work independently, with minimal supervision While delivering the final product, I'd also like you to provide the source code along with necessary doc...

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

    I need a skilled Bot Developer to create a multi-language web bot for me. - Tasks: The bot will mainly be responsible for we...bot for me. - Tasks: The bot will mainly be responsible for web tasks like form filling, data scraping, and possibly social media automation. Unlike some bots, it won't interact with APIs or integrate with other web services. - Programming Languages: This is a multi-language project. I am open to using Python, JavaScript or PHP depending on what you think is best for this task. I need someone who is experienced in bot development and can create a reliable and efficient bot that performs these tasks seamlessly. Please have a look at the choices of programming languages I'm considering and let me know which one you think would best suit...

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

    ...facial expressions etc and I want the video experience to be smooth and life-like. I would need it delivered within a week. I don't mind paying a fair wage for this but I want us to be reasonable. I am doing this as a joke and then maybe my kids will get some fun with it. I am flexible but was hoping to get this completed for $250.00 or so. I am much more comfortable with Windows but if it simply won't work with Windows I am ok with Linux. I also heard a rumor that people are able to do something similar to this using TikTok and OBS but I could be totally off on that. Thanks for reading this far :) Sincerely, David PS - Stolen from Freelancer AI - !!!!! Your ability to translate these requirements into a smooth and interactive user experience will be ke...

    $525 (Avg Bid)
    파워형
    $525 (평균 입찰가)
    45 건의 입찰

    I'm in search of a passionate programmer well-versed in WebAssembly regardless of the intended use, whether that be to increase performance, port an existing codebase, or enhance security, which is information I chose not to specify. The desired professional should be adaptable, as I have also not stated the programming languages to be incorporated in this project. Variable language skills in JavaScript, C++, or Rust are therefore highly favorable. Since I have not stated a specific timeline for this project, the potential freelancer must be flexible with deadlines and communicative about their availability. This job is perfect for any well-rounded developer eager to tackle any challenge.

    $30 (Avg Bid)
    $30 (평균 입찰가)
    4 건의 입찰

    This project primarily revolves around gathering information from various mobile phones. The specific details about the type of information, desired platform, and brands were not specified, thus inferring that I am open to all options. The main focus areas are as follows: 1. Phone Model retrieval 2. Operating system detection 3. Storage capacity assessment Ideal Skills: - Proficiency in Android and iOS platforms - Competent knowledge of various phone brands including Apple, Samsung, Huawei - Detailed understanding of mobile phone technical specifications - Excellent problem-solving skills, given the absence of specific guidelines in this project setting. Experience: - Minimum 2-3 years with mobile application development or a related field. - Prior experience ...

    $190 (Avg Bid)
    상금 보장형
    $190
    2 건의 응모작

    ...latest wisdom from established methods like NEM, Ethereum, and similar platforms. We seek to capitalize on the wealth of open-source possibilities readily available. We request your response outlining the best strategy and proposed approach for solving this challenge. What can we expect from you and what is currently possible? We are seeking a freelancer who possesses: - Proficiency in programming languages and development frameworks relevant to decentralised systems and smart contracts. - A strategic approach, expertise, and proven methods for building user-friendly interfaces to showcase talent, manage collaborators, and curate asset, style, and idea libraries. - Knowledge of integrating digital payment systems and implementing off and on ramps for seamless transactions, b...

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

    I am in need of a print spooler designed to work on Windows, written in Python, c++, c#, and capable of printing multiple PDF files simultaneously. Key Requirements: - The application must be able to handle printing multiple PDF files concurrently, providing a more efficient and streamlined printing process. - The print spooler must be designed to operate solely through a Command Line Interface (CLI), so there is no need for a Graphical User Interface (GUI) or Web Interface. Ideal Freelancer: - Proficient in Python with a strong understanding of how to handle printing tasks programmatically. - Prior experience developing print spoolers or similar printing software would be highly advantageous. - Familiarity with working in a Windows environment, particularly in relation to...

    $169 (Avg Bid)
    $169 (평균 입찰가)
    4 건의 입찰

    I need a PHP script to calculate working hours based on the start and end time. The script should: - Calculate working hours based on the start and end time - Handle only standard working hours - Automatically deduct a fixed break time Ideal skills and experience for this project include: - Strong PHP programming skills - Experience with time and date calculations - Understanding of working hour calculations and break time deductions - Ability to create a clean and efficient script

    $161 (Avg Bid)
    $161 (평균 입찰가)
    104 건의 입찰

    I'm in need of an accomplished JavaScript developer to fine-tune my current JSON to XML conversion process for Roku. The entire focus is on enhancing the accuracy of format. As the matter i... As the matter is of utmost importance, I need this to be executed with immediate effect. - Key Task: Refining the JSON to XML conversion for Roku. - Required Expertise: Advanced proficiency in JavaScript and a solid grasp in handling JSON and XML data types. - Timeline: Urgent. The need is for it to be completed as soon as possible. Your responsibility would be to scrutinize the current programming and effectively enhance its format accuracy. Proven experience of similar tasks will be considered a significant plus. Your ability to prioritize tasks and deliver solutions promptly will be...

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