Pentaho warning using java path windows일자리

필터

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

    SAS Data step 프로그램을 java 프로그램으로 변경하고 싶어요. Enterprise Miner로 자동 생성된 .sas 프로그램을 .class로 컴파일이 가능한 .java 프로그램으로 변경하고 싶어요.

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

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

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

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

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

    ...preferred if it could be a single program * This should be fully automated, it means that I will only provide the video & description and the keywords then the program will do the rest *The program should upload the videos from a folder in a filepath and use the description from the textfile in that folder. So if you created 2 separate program then I will just load the time delay, file path, the accounts and the proxies. Then it will upload all the video in the 1st folder on that filepath and it will also use the text file in that folder and paste it in the description. Then after that the output will be the URL the accounts profile....

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

    # 2013년6월 ~ 2013년12월 : 고양시 상수도 블록시스템 - 고객사 : 고양시청 - 근무사 : (주)제이앤씨시스템 계약직 - 사용기술 : Java, Spring, Oracle, ibatis, amchart, eazy-ui # 2014년1월 ~ 2014년3월 : 고양시 상수조 블록시스템 GIS적용 - 고객사 : 고양시청 - 근무사 : (주)제이앤씨시스템 계약직 - 사용기술 : Java, Spring, Oracle, iBatis, O2Map, OpenGIS # 2014년4월 ~ 2014년11월 : 주유소 누유관리 모니터링 시스템 - 고객사 : (주)에스티모빅 - 근무사 : 프리랜서 - 사용기술 : Java, Spring, MySql, MyBatis, jqgrid, bootstrap, daum map API, plot-chart # 2014년12월 ~ 2015년2월 : 생산관리 ERP설계 - 고객사 : (주)금강이엠씨 - 근무사 : 프리랜서 - 사용기술 : mockup UI tool # 2015년3월 ~ 2014년4월 : 블루투스 BLE 비콘통신 Android 개발 - 고객사 : (주) 바이트시스템 - 근무사 : 프리랜서 - 사용기술 : Android (블루투스 BLE 비콘통신, 서버 소켓통신) # 2015년7월 ~ 2014년8월 : 임베디드 리눅스장비 웹관리 프로그램 - 고객사 : (주)제이앤씨시스템 - 근무사 : (주)제이앤씨시스템...

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

    기타 또는 불분명 자바 php -> java 로 소스를 바꿔야 플러그인을 만들 수 있습니다. Nukkit (mcpe) 로 넘어갈건데 바꿔주실 분이 필요합니다.

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

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

    $250 - $750
    $250 - $750
    0 건의 입찰
    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 건의 입찰

    인스타그램 같은 사진 공유 서비스 개발을 의뢰하려고 합니다. JAVA 프로젝트로 개발하기를 원합니다. (커스텀을 위한 매뉴얼만 확실히 제공해주신다면 다른 언어나 프레임워크로 개발 되었거나 개발 되어도 상관없습니다. ) 인스타와 비슷한 것을 이미 개발한분을 우선적으로 찾고 있습니다. 사용하길 원하는 프레임워크 spring , mybatis, maven 그 외 프론트엔드 관련 프레임워크 (예:angularjs) 인스타와 똑같은 기능이 구현된 플랫폼 또는 sns 기능이 구현된 플랫폼을 개발 하신분이 있으시면 꼭 연락 부탁드립니다. 개발 가능하신분들도 쪽지로 연락부탁드립니다. ^^

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

    나중에 제가 좀 시간이 나면 bidding 해 볼까요? ㅋㅋ 요즘 너무 바빠서... 중국도 다녀와야 하고... 뭐 랜딩페이지 하나 만들어주세요, 한장 만들어달라는 얘기. 쇼핑카트 만들어 주세요, 이런일들이 많아요. 뽀샵 사진을 짤라주세요. 이런 일도 있고. ㅋㅋㅋ 좀 비싼일들은 ajax chatting, asp.net, php 로 사이트 구축, php, jQuery, java, AJAX 이런거 복합적으로 섞어서 1년동안 일해야 하는 것도 있고.... 이런 건 제가 bidding 자체를 제가 못하겠죠. 어느정도 불러야 하는지도 모르니.... 그누보드 스킨만 갖고도 충분히 구축할수 있는 정도 사이트, 현재 bidding 이 대략 550만원이네요...

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

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

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

    I'm looking for a command line tool that can lock .pcm files, simil...identical to a specific example I will provide. The locking mechanism should be secure and reliable. - Command Line Inputs: Users should be able to interact with the tool solely through command line inputs. There's no need for a GUI or web interface. - Batch Processing: The tool should also support batch processing of multiple files at once. This is a crucial requirement for me. - It will run on windows Ideal Qualifications: - Experience with file locking mechanisms and encryption. - Proficient in developing command line tools. - Prior work on batch processing tools would be a plus. Please include any relevant examples of your previous work in your proposal. I prefer for it to be written in Python, b...

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

    The project is about writing a program that will be a solution to the problem of feasting philosophers I prefer to call them monks because it seems more logical. So the monks sit in a circle and eat rice, but not all of them have two chopsticks on the table in front of them that can be lifted (monks always use two chopsticks to eat rice. An image from Wikipedia is helpful in illustrating this. For a monk to eat, he needs two chopsticks, so after they finish eating, they put them on the table, then the person sitting next to him, either on the right or on the left, can pick up the chopstick (everyone eats for the same amount of time, at the end everyone must be full equally). After eating, monks put their chopsticks on the table, do not pass them to each other and do not communicate with...

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

    i will design website using bootstrap . i will add same section . i will design with new look . website with pages just landing page client have not issue

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

    I need a solution that will automate a post to my own managed facebook group. I have a php script that creates the post ready to be sent to the group. My post will contain text and images. I had a previous system that used an fb app using publish_ to_group that I believe is no longer supported. I need a replacement solution.  I am not sure if there is?  Happy to use any technology (not just FB app) that may achieve the same result. Please do not bid unless you fully understand the issue and can suggest an alternative. I will not pay for 'learning on the job' so please ensure you know the solution and can implement it within your quote before bidding.

    $496 (Avg Bid)
    $496 (평균 입찰가)
    33 건의 입찰

    i need someone to get my images that i have and make them high quality and light weight. the images are created by the windows snippet tool. the snippets are of screens of a software that i use. i would like someone to get those images and make them sharp and crisp. i purchased some images from shutterstock, and they are high quality and very light weight. i would like to create my images like that. attached are some sample of an image i would to upscale. make an upscale of this image and send it to me, and i will see your work and i will hire you for all my images.

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

    The primary task for this project is to verify files with the hash signatures of media files (MP3, MP4, JPEG) in a Windows environment utilizing a SHA-256 algorithm. Key Responsibilities: - Use SHA-256 hash algorithm for signature verification Required Skills: - Proficient in developing solutions for Windows - Experience in implementing SHA-256 hash algorithms - Expertise in media file (MP3, MP4, JPEG) processing - Solid knowledge in secure file handling and creation Please bid with confidence if you have the required skills and experience to complete this project.

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

    The idea is to experiment and listen to the frames of the modbus master and slave (Any RS485 modbus slave), you can simulate the HMI with Weintek, for example, with a camera to capture images of the HMI and using OCR (artificial vision) in Python Windows to match the variables found with the memory table that is running, you can virtualize com ports. you can simulate the communication of any process

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

    I need an experienced cucumber expert to write down test cases using the Gherkin language for the testing of my Java-built REST API. • The testing will involve a Java-based REST API implementing OAuth 2.0 for authorization. • You will require knowledge and experience in both Java and REST APIs. • Proficient in API testing methodologies, and identifying endpoints and corresponding HTTP methods. • The ability to build comprehensive Gherkin scenarios is critical. An ideal freelancer should be proficient in Java, familiar with REST APIs, and experienced in using Gherkin language for API testing. Experience in OAuth 2.0 authentication method is also necessary.

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

    I'm looking for a skilled Java developer to implement a web-based Uno card game. The project involves multiple layers and components, all of which need to be developed from scratch. Key requirements: - Database Layer: You will need to integrate sqlite for data storage and retrieval purposes. - DAO Layer: Implement a Data Access Object layer for connecting the business logic with the database. - Server Layer: Develop a RESTful web service to manage the game's logic and handle user interactions. - Frontend: Create the game's user interface using JavaScript, CSS, and HTML. The design should be moderate, with pleasing aesthetics and some animations. Importantly, use only the library for this purpose (). Modify this to match UNO Card Game

    $250 - $750
    봉인형
    $250 - $750
    20 건의 입찰

    ...Model using machine learning or deep learning. The model will be used specifically for complex math equations. The details are as follows: - Dataset: Unfortunately, I currently do not have a dataset available. This will need to be sourced or created, so previous experience in this area would be highly beneficial. - Accuracy Level: The intended target for accuracy is a moderate level, between 80-95%. A capability to improve this rate in the future would be seen as a significant plus. My ideal candidate will have experience with: - OCR and ML/DL model development - Sourcing or creating datasets - Achieving optimal accuracy levels for OCR models This role requires a deep understanding of Python and machine learning methodologies. Knowledge of other programming languages lik...

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

    I need to outsource the API connection to various e-commerce platforms to retrieve data for reporting, using Python. Here is the list of platforms I need to connect to: 1/ Shopee 2/ Lazada 3/ Google Ads 4/ TikTok 5/ Tokopedia Requirement: a demo of a project you have previously connected that is on the list You can choose one or all platforms to outsource.

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

    I'm seeking an advanced C# developer with prior experience in creating desktop applications on Windows. Familiarity with TWAIN integration is crucial. Key Requirements: - Advanced C# Knowledge: The ideal candidate should be comfortable and well-versed in advanced concepts. - Windows Desktop Application Development: Previous experience in developing desktop applications on Windows is a must. - TWAIN Integration: You should have prior experience integrating TWAIN for image scanning functionalities. This is a challenging project that requires a high level of expertise in C# and experience in developing Windows desktop applications, particularly with TWAIN integration. If you're confident in your skills and have a solid track record in similar projects,...

    $2 - $22 / hr
    봉인형
    $2 - $22 / hr
    8 건의 입찰

    I need a joomla informational website for a business that does construction work, mainly masonry work. I will provide: 1) the websites logo () 2) access to cpanel ...description 3) The phone number and address should be displayed on the top, always visible 4) the message 'Licensed and Insured' should be on top and visible 5) ability to easily edit text and upload pictures from backend These will be the website menus: 1) home 2) patios 3) stoops & steps 4) walkways 5) driveways 6) retaining walls 7) brick & stone veneers 8) More a) Basement Entrances b) Egress Windows c) Outdoor Kitchens d) Firepits, Outdoor Fireplaces and Chimneys Examples of masonry websites you can use for example: 1) 2) 3)

    $340 (Avg Bid)
    $340 (평균 입찰가)
    43 건의 입찰

    I'm in need of a proficient developer who can code a typing program specifically designed for Thai text. The ideal candidate should have: - A strong proficiency in software development - A deep understanding of Windows OS The program should possess an essential feature which is a correct word-breaking routine. Furthermore, it should empower users to define their own word-breaking rules. Prior experience programming in languages compatible with Windows OS is vital. Preferred skills for the job would include: - Programming languages, C++, Java, Python - Windows application development - Ability to work with language processing algorithms This project requires someone who understands the intricacies of typing programs and the Thai language, someone who can...

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

    I have Excel sheet in the are all products added with all the categories in it. I will also share a word file in which I will add that specific category and you have to take out the data from sheet and create the image in Photoshop. I will also give you product images with it's specific name. You have to only remove background and add text and image according to the data. The person must have latest Photoshop and have to create one sample image. You have to leave the space also for the main video and have to choose a shape or space according to the data Here are the links to sample: My budget is Rs.50 per image. There are 10-11 images which you have to create and I need it by today. This will be regular work per week to create 10-15 images.

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

    I need a skilled Android developer to update my existing Android app's code to generate a signed APK for submission ...app's code to generate a signed APK for submission on Playstore. Key requirements: - The current version of the app is not specified, but I need the code to be updated to the latest standards. - The task is focused on code improvements and updating; there are no specific changes or enhancements to be made to the app's UI/UX, resolving bugs, or adding new features. Ideal Skills: - Proficiency in Java and Android Studio. - Experience with app updates on Google Playstore. - Ability to efficiently navigate and modify existing code. - Capability to generate a signed APK. This is a straightforward task for an experienced Android developer. I look forwar...

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

    I'm searching for an innovative freelancer with expertise in exterior home design. I am eager to re-imagining the exterior of my house with a focus on the following aspects: 1. Roof and Exterior Walls: I am seeking designs that combine old-world charm with a bold color palette. The goal is to make my home stand out while keeping a classic traditional look. 2. Windows and Doors: I'd like to see fresh ideas on window and door designs that not only enhance the exterior aesthetics but also blend seamlessly with the chosen color scheme and theme. Ideal Skills: - Expertise in exterior home design - Strong understanding of traditional aesthetics - Ability to work with bold colors - Experience in balancing aesthetics and functionality in design If you have a knack for meld...

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

    I'm in need of an experienced Java Selenium APIs tutor to help me automate test cases for two business web applications. Requirements: - Expertise in Java programming and IntelliJ for test automation. - Proficient in Selenium and APIs, particularly in creating automation scripts. - Knowledge of Cucumber for implementing BDD framework. - Ability to guide and advise on the automation process. This is a collaborative effort, I'm looking for someone who can not only help automate my test cases, but also teach me how to do it effectively. Also due to Coles VPN and restricted access, the job has to be online with connecting to my computer either through meetings with share screen or sharing through git hub!

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

    I'm in need of a skilled Java developer to create a Java application for my project. Key Requirements: - The application should be designed for efficient data processing. Additional Details: - The application doesn't need to interact with any other systems or APIs.

    $160 (Avg Bid)
    긴급형
    $160 (평균 입찰가)
    40 건의 입찰

    I am looking for a skilled designer to create a book cover for my t my non-fiction books. I need the covers to comply with Amazon's guidelines. Genre: Christian Non-fiction Title: Kingdom Innovation Design Elements: My vision is a lightbulb that is plugged into an open Bible. The light bulb will shine and the Holy Spirit will be in it or on top of it. For the title, Kingdom - the dot of the "i" will be a crown, and in Innovation - the "t" will be a simple cross. I have attached my logo for reference. The logo says "Kingnovation" but the title is Kingdom Innovation. I want the cross to be similar to that. I am open to any design that fits the genre and effectively communicates the content of the books. Timeline: I need the project to be complet...

    $40 (Avg Bid)
    상금 보장형
    $40
    36 건의 응모작

    I am in need of a Java Developer with a high level of proficiency in Java programming. The main purpose of this project is system integration. Key Requirements: - Expertise in Java programming and object-oriented programming is essential. - Prior experience and track record in developing applications for system integration would be a big plus. - Knowledge of software development practices and methodologies. The ideal candidate should be able to understand complex system requirements, design and develop Java-based applications that can seamlessly integrate disparate systems for efficient data flow and communication. Your ability to ensure the application is scalable and robust will be crucial for the overall success of the project. A proactive approach, probl...

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

    I am a windows and doors business owner looking to develop a professional website that will also serve as a lead generation tool. The ideal candidate for this project should be well-versed in WordPress, SEO, and have a strong understanding of how to structure and optimize a website for generating leads.

    $262 (Avg Bid)
    $262 (평균 입찰가)
    178 건의 입찰

    We are seeking a highly skilled and experienced Java GUI Developer to design, develop, and enhance user interfaces for our Java-based applications. The ideal candidate will be an expert in Java Swing and JavaFX, with a proven track record of creating visually appealing and user-friendly desktop applications. This role requires a deep understanding of user interface design principles and the ability to translate complex requirements into functional, robust, and efficient GUI components.

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

    Full stack developer needed to join our dynamic team. Responsibility: - Strong knowledge in backend and frontend : React, Angular, Vue, TailwindCSS, Web3, Java, ASP.NET, Django, Flask, Restful API, - Good Communication - Work at EST Time - English Proficiency - Pakistan Developer Only If you are interested in this position, please schedule an interview.

    $1166 (Avg Bid)
    $1166 (평균 입찰가)
    51 건의 입찰

    ...namely Windows, MacOS, and Linux. Key Responsibilities: - Develop a fully functional program that can swiftly scan and exhibit the file system of the given OS's. - The program should be designed to work on each of the mentioned operating systems. While the choice of programming language is flexible, keep in mind the cross-platform compatibility. - The application should be user-friendly, so I am looking for a Graphical User Interface (GUI) based design. - Complete documentation is essential. This includes comprehensive instructions for setting up the environment, installation details, and explaining the purpose and functionality of each file within the codebase. Ideal Candidate: - Experience with cross-platform software development - Strong understanding of file system...

    $529 (Avg Bid)
    $529 (평균 입찰가)
    31 건의 입찰

    ...consumption: The bot should be able to intelligently consume potions whenever required • Mob detection and avoidance: Bots must have the ability to detect and evade mobs automatically • Chat filter: It should be able to interact with other users by filtering out specific keywords or phrases There is versatility in the choice of code we are willing to accommodate for this initiative. Whether Python, Java, or C#, the primary focus should be on efficiency and effectiveness. Prior experience with bot creation for games and an understanding of Ragnarok private servers is highly desirable. If you have such skills and believe this sounds like a fit, kindly submit a proposal outlining your previous work and ability to commit to this project. Let's get this adventure sta...

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

    I'm in need of a Java developer to create a student project using Java and MySQL. The main features of this project will revolve around 'Student Enrollment and Management.' Key Project Components: - **Student Enrollment and Management:** The core of this project, where students will be able to register and their details can be efficiently managed. User Interface Design: - **Simple and Intuitive UI:** The user interface should be seamlessly easy to navigate, aiming for user-friendly experience. Frameworks and Libraries: - **JavaFX for the Desktop Interface:** The project is expected to utilize JavaFX for the desktop interface. Ideal skills and experience for the job: - Proficient in Java (especially JavaFX) - Solid knowledge of MySQL - Exper...

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

    We are seeking an experienced Java Spring Boot developer to join our project team. Our project entails the development of a web application with Java Spring Boot for the backend and React for the frontend.

    $53 / hr (Avg Bid)
    $53 / hr (평균 입찰가)
    30 건의 입찰

    I would like a stand-alone Windows 10 executable file that extracts and saves the following data from MP4 video and/or MP3 audio files: 1. number of frames in the file 2. amplitude (how loud) for any frame based on frame number 3. frequency (pitch in hertz) for any frame based on frame number 4. size (in bytes) of the jpeg for any frame based on frame number 5. jpeg for any frame based on frame number It works as follow: 1. The user browses to a TXT file. 2. Each line in the TXT file lists the: a. location of an MP4 video or MP3 audio file [B below] b. data to be extracted from the file [D,E,F below] c. location where the extracted data is to be saved [C below] 3. As each file is processed, a line is displayed indicating the line and file, data saved and errors that occurre...

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

    We don't want our employees to see the phone numbers of customers on whatsapp and chat with them. We just want to restrict whatsapp usage to making calls only without visibility of the numbers. So best is that if the GUI of WhatsApp Desktop is not visible and we access it using another app. Either from browser or another windows app. Alternative is that we do this with android app

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

    I need a C++ program that can solve a system of equations arising from GPS location calculation. The program should run on Windows, and should have a command-line interface, reading input data from a file. Key requirements: - Develop a C++ program that can solve a system of equations. - The program should run on Windows. - It should be strictly command-line based, with no graphical user interface. - Input data for the program will be read from a file. Ideal skills and experience for this project would include: - Strong proficiency in C++ - Experience in solving complex mathematical problems - Knowledge in handling file input and command-line interfaces. Please provide a clear time estimate of how long it would take you to deliver the program. If you have experience in GP...

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

    ...object-oriented/object function scripting languages: Python, Java, Scala, etc. Proficiency in SQL and experience with relational databases, query authoring (SQL) as well as familiarity with a variety of databases. Excellent problem-solving skills and ability to work independently or as part of a team. Strong communication and collaboration skills to effectively work with teams across the organization. What We Offer: Competitive salary and comprehensive benefits package. Opportunities for professional development and career advancement. A collaborative and inclusive work environment where your ideas and contributions are valued. Flexible work hours and remote work options to support work-life balance. How to Apply: Feel free to schedule a meeting using this link for disc...

    $22 / hr (Avg Bid)
    $22 / hr (평균 입찰가)
    46 건의 입찰

    I'm in need of an experienced web developer for my college project. This project entails creating a web platform with proficiency in var...a web application for education purposes, the developer would ideally have prior experience in related projects. The candidate should clearly demonstrate an understanding of both frontend and backend development, as well as the ability to work independently and meet strict deadlines. A portfolio of similar work would be a plus point. We have our college project name crop Recommendation System using ML. We have collected required dataset for machine learning and and it is running to predict crop to farmers we are getting problem to connect our ML code to display output on side and we have to make some changes to make UI more attractive as UI...

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

    I need support in refining my existing algorithms. The aim is to enhance the accuracy of detecting parking lines within a Windows environment. Candidates demonstrate: - Deep understanding of C++ programming - Experience with parking spaces detection algorithms Your objective would include: - Fixing the issues related to the accurate detection of both parallel and angled parking lines. - A focus on increasing the overall accuracy of the algorithm Experience with computer vision and signal processing would be an asset.

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

    I'm in need of an IT specialist with a strong background in software development. The project aim is to develop an Android mobile application. Expected Skills: - Expertise in Android development - Proficient in Java and Kotlin - Strong understanding of Android SDK - Familiarity with RESTful APIs to connect Android applications to back-end services - Understanding of Google’s Android design principles and interface guidelines. Prospective freelancers should have a portfolio of previous experience developing mobile applications, specifically Android-based. The ability to effectively communicate the progress and potential issues is vital. Propose your plan of action to express your understanding of the project.

    $535 (Avg Bid)
    $535 (평균 입찰가)
    112 건의 입찰

    Note my budget not more 20$ for the whole project Request create web app based on chatgpt API or any similar free APIs that helping people answer questions based on AI

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

    ...professional to update my current resume and LinkedIn profile. The ideal freelancer should be well versed in the current job market trends and have experience in writing resumes and optimizing LinkedIn profiles. Key Tasks: - My work history spans under five years, and I'd like a combination of summary for older roles and detailed descriptions for recent ones. - Understand and translate my career path and goals into a polished and compelling story. - Highlight my skills, achievements, and qualifications effectively and clearly. Preferred Skills: - Exceptional writing and editing skills. - Understanding of LinkedIn algorithms and how to optimize a profile for visibility. - Experience in personal branding and storytelling. - Familiarity with my industry (will be shared w...

    $75 (Avg Bid)
    $75 (평균 입찰가)
    31 건의 입찰

    I am looking for an experienced, senior-level Java backend developer to build a new application from scratch in the healthcare industry. This novel undertaking will require a high level of expertise and the following skills: - Robust knowledge in database management - Proficiency in API development - Skills in business logic analysis - Business Logic Expert Applicants should ideally have a strong background in full-time Java backend development, with previous project experience in healthcare or similar fields. Looking for 2 Profiles Europe Based , Java Backend Senior. In this project front is made in AngularJS (as per other front devs)

    $29 / hr (Avg Bid)
    $29 / hr (평균 입찰가)
    59 건의 입찰

    I'm seeking a mid-level AngularJS developer based in Europe for a full-time position. Tasks Include: - Developing innovative user interfaces - Refactoring and improving existing codebase - ... You must have between 2 to 5 years of solid experience with AngularJS, and be well-versed in creating intuitive and dynamic interfaces. A developer with a keen eye for clean, efficient code will shi...keen eye for clean, efficient code will shine in this position. It's key that you are open to collaborative work, as teaming up with fellow developers, designers, and product managers will be a significant part of this role. If you're proficient in AngularJS, capable of revolutionizing user interfaces, and thrive in a team environment, then I invite your bid. As per info : Backend...

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