Java parser ms word documents일자리

필터

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

    새 프로젝트의 번역가를 찾고 있습니다! 요구사항: - 영어 - 한국어 번역가; - 한국어 모국어 - ...

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

    Bullhorn rest API를 이용하여 필요한 엔티니의 데이타를 읽어와 MS CRM의 데이타베이스에 입력가능한 프레임워크 개발 .

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

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

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

    # 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 건의 입찰

    한글 논문 교열 및 영문화 (MS word 700자) 공학계열 논문의 2장 - 문헌연구에 대한 작성분입니다. 작성된 내용을 국문 교정/교열 과정을 거쳐 논문을 충분히 이해하신 후 영문화에 들어갔으면 합니다. 국문 교열 편집 경험이 있으신 bilingual 한 분이면 좋겠습니다. leesungwook[at]cau[dot]ac[dot]kr로 연락주시면 감사하겠습니다.

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

    한글 논문 교열 및 영문화 (MS word 700자) 공학계열 논문의 2장 - 문헌연구에 대한 작성분입니다. 작성된 내용을 국문 교정/교열 과정을 거쳐 논문을 충분히 이해하신 후 영문화에 들어갔으면 합니다. 국문 교열 편집 경험이 있으신 bilingual 한 분이면 좋겠습니다. leesungwook[at]cau[dot]ac[dot]kr로 연락주시면 감사하겠습니다.

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

    I need to convert my word document into a fillable PDF document. This is a template for continence assessments. The person using the document will need to be able to input information into text fields, tick checkboxes, and select from dropdown menus. The converted PDF does not need to retain the original layout but the order of the items must stay the same. Ideal skills for this project include: - Proficiency in Adobe Acrobat or similar software for creating fillable PDFs. - Understanding of form design and user experience. Please let me know your experience with similar projects and how you would approach this task.

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

    ...manage PDF documents. Key Requirements: Accessibility: The website should be accessible on all major devices (desktops, tablets, smartphones) and mobile browsers. User Interface (UI): Design a clean, intuitive, and visually appealing UI that prioritizes ease of use. Users should be able to find and utilize desired features quickly. SEO Optimization: Implement best practices for search engine optimization (SEO) to ensure the website ranks well in relevant search engine results pages (SERPs) for keywords related to PDF management. Google Adsense Approval: Develop the platform with Google Adsense integration in mind, adhering to their program policies to ensure potential ad placement approval. Core PDF functionalities: Compress PDFs Merge multiple PDFs Split PDFs into separate ...

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

    I need assistance with typing a series of literary texts in Hindi. The project entails taking scanned documents and retyping them in Hindi. For the project, a basic level of proficiency in Hindi is required. Key Requirements: - Hindi Typing: You need to have a good typing speed and accuracy in Hindi. - Basic Hindi Proficiency: The job involves typing literary works, so a basic understanding of the language is necessary. - Attention to Detail: Precise typing is essential to ensure the integrity of the original documents is maintained. Prior experience in data entry, Hindi typing, or similar projects would be advantageous. The project is quite straightforward, and the ideal freelancer should be able to complete it within a reasonable timeframe.

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

    ...need of an expert in Visual Studio that can handle some alterations to older .rpt file formats. This job mainly revolves around the cosmetic aspect of these documents – no substantial alterations required. Specifically, I need some assistance with: - Modifying headers and footers within these .rpt files Here's what's not necessary for this job: - No major layout or structural changes are needed. We're sticking to the pre-existing arrangement. To excel in this job, you should have: - Proficiency in working with Visual Studio - Extensive experience working with .rpt format files - Expertise in handling cosmetic changes to digital documents Please note, specific instructions for header and footer modifications will be provided upon project initiation...

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

    I have previously worked code in and stored but it stopped working because readyPromise doesn't work and in that case, it can't load sequently and crashes. New Java stuff?? It doesn't recognize readyPromise with var/const only works as await. Async has problems too. Even without Crashing tilesets seem not to load both from ION and Private/Public Domain. Need to solve this ASAP. You need to download files and work within your Domain or IDE or any other way to work directly with CESIUM LIBRARY!!!!! Or I will give you my Domain FTP access to the project folder and you can Upload .js .html files and see RESULTS in this directory as it will load html and js: YOU HAVE TO WORK WITH CESIUM LIBRARY!!

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

    Looking for a Google Cloud Platform (GCP) expert who can assist with Cloud Functions and Vision API integration and deploy func...integration and deploy function on google cloud - Your main focus will be integrating Vision API for images batch processing and setting up Cloud Functions. The urls of images will be in excel file in google cloud. The parse result to be placed in columns next to url column. - The data primarily processed with text detection. Ideal Candidate: - Proficient in GCP services, specifically Cloud Functions and Vision API. - Experienced in setting up GCP services for one function. - Skilled in implementing Vision API for image processing. - Strong understanding of data processing in GCP.

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

    1) Implement MOSSE with SCRFD for Java Android 2) Implement it in our app by replacing MLKit and connect it to our engine 3) Replace our engine with ARCface The App must be fast and robust. For the 1st milestone deliverables... implement MOSSE tracking with SCRFD for Java Android running the C++ libs. Create a demo app that runs detection and tracking and: 1. shows boxes and tracking ID for each face detected. 2. model size 3. fps 4. face confidence 5. screen resolution 6. Allow the app to run on Android's both front and back camera 7. add a zoom feature if supported by the device's camera. 8. add an option to upload and process recorded videos. no need to do ui/ux design key point is to integrate c++ library with android app Need to do some test before start C...

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

    I'm looking for a skilled professional with experience in creating visual merchandising and store layout designs. For this project, you will build on the data model you created in Project 1. You will be analyzing and creating visualizations of the data contained in your Acce...instructions for the project can be found in the PDF attached. Ideally, the successful freelancer should have: - A strong portfolio showcasing past retail design projects - Proficiency in retail space planning and product display - A deep understanding of customer flow optimization - Excellent communication skills to understand my vision and bring it to life - Ability to deliver the final visualizations in MS Access format Please provide examples of your past work and how your experience aligns with my...

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

    ...software programmer who is proficient in Python, Java, and C++ to develop a small-scale software program primarily aimed at automating a specific task. The task itself is relatively simple, but the automation of it is critical to increase efficiency. Key aspects of the project: - The software program must be designed to automate a specific task. It's crucial that the programmer fully understands the task at hand to ensure a seamless integration of automation. - The scope of the project is small-scale, so the focus is on developing a functional, efficient automation solution. - Proficiency in Python, Java, and C++ is non-negotiable. The software is expected to be developed using these languages. Ideal skills and experience: - Proficiency in Python, Java, and...

    $96 (Avg Bid)
    $96 (평균 입찰가)
    22 건의 입찰
    Java 17 .jar File Creator 6 일 left
    확인

    I'm looking for a professional who can make a .jar file in Java 17 for me. It is intended to be a software product which I want to package and distribute. Here are the specifics: - Purpose: The main goal of this project is to create a .jar file that is user-friendly and easy to use for anyone who downloads it. - Platform: The .jar file should be compatible specifically with Windows operating systems. It should be tested and guaranteed to run smoothly on those systems. You should have: - Proficient in Java 17 and Eclipse. - Prior experience in creating .jar files for software products. - A good understanding of user experience and interface design to ensure the .jar file's usability. I'm open to suggestions on how to improve this project. Your creativity and...

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

    Good evening, I need help with a Python assignment and I also need programming tutorials in java, Python, mvc, php, Javascript, mysql, jQuery, html, css, asp.net, c#. The tutorials would be in Spanish. I need them as soon as possible.

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

    I am looking for an expert developer who possesses an in-depth understanding of Java multi-threading, specifically the Executor Service method. The main task involves partitioning a loop in a program I'm currently working on. Key Responsibilities: - Understand and modify my existing Java code - Partition the given loop to enhance performance by effectively spreading the workload across different threads - Use the Executor Service method as the default way for threading Most importantly, to be considered for this project, applicants should highlight past roles or projects where they've successfully implemented a similar Java multi-thread solution. Additionally, having an excellent grasp of loop partitioning for performance enhancement will be a consider...

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

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    ...organization. * Research grant opportunities from Ontario/Canadian government agencies. * Draft grant proposals and supporting documents based on the funding requirements of the organization. * Submit proposals to grant coordinators for approval. * Respond to internal and external queries on drafted and submitted proposals. * Maintain positive relationships with fund providers and other stakeholders. * Maintain records and submit reports related to grant opportunities. * Researches and identifies new Canadian Government small Business grant funding prospects to match our businesses priorities; * Generates high-quality proposals, narratives, applications and supporting documents and the requirements and guidelines of the funding agencies; * Generates revenues for GC program...

    $782 (Avg Bid)
    $782 (평균 입찰가)
    23 건의 입찰
    Visual Paradigm & MS 6 일 left
    확인

    Project Title: "Customer Order Management System" for an online retail business in MS Access. Objective: To develop a comprehensive database system that allows for efficient tracking and management of customer orders, inventory, and shipping. Key Features: 1. Customer Management - Store customer information including name, address, email, and phone number. - Track customer order history. - Customer feedback and preferences. 2. Inventory Management - Maintain a detailed list of products, including product ID, name, description, quantity in stock, and reorder levels. - Automated alerts for low stock levels. 3. Order Management - Enable creation of new orders with customer information, order details (product, quantity, price), and shipping method. - Trac...

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

    We are in search of an intermediate level Java developer with in-depth knowledge on multi-threading. The main task presents a for loop which needs to be partitioned between n number of threads. Your skills and experience should include: - Solid understanding of Java programming language - Hands-on experience with multi-threading in Java - Proven experience with running Java applications with multiple threads To ensure your competency for the task, applicants should provide documentation of past work specifically highlighting instances with similar programming challenges. Join us in this interesting endeavor, let's make the code more efficient together!

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

    Java based app backend for tourism activities need 2 things. 1 - add a copy activity in activity page to copie a existing activity content to a new one 2 - migrate backend from vps centosOS to cpanel based hosting.

    $147 (Avg Bid)
    $147 (평균 입찰가)
    37 건의 입찰
    Verify Caller ID for VOIP 6 일 left
    확인

    I am in need of a specialist who can trace VOIP phone numbers and verify the caller ID. Key Tasks: - Trace VOIP phone numbers - Verify caller ID - Provide necessary documents for a restraining order

    $509 (Avg Bid)
    $509 (평균 입찰가)
    19 건의 입찰
    Clone AI Projct, visus.ai 6 일 left
    확인

    I would like to create a project similar to , which is an artificial intelligence platform for the visual analysis of documents, and integrate it with an attachment management system for an online bookstore.

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

    I am curr...assistant to help me with my job hunting in the technology sector. The role of the virtual assistant will primarily involve: - Job application submissions: The ideal candidate should be proficient in submitting job applications online, particularly for senior-level positions in the technology industry. This includes customizing cover letters to match job descriptions and ensuring that all required documents are submitted. Sharable resources: - resume - guide doc. Salary: $25 per week Responsibilities: - open job board platform accounts with my profile - apply for 200 proper jobs matching my profile every weekday - record them in the google sheet. Requirements: - fluent English is a must - prior experience working on similar stuff - software engineering knowledge is a...

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

    Exterior Front Porch Prepare Construction documents dimensioned and drawn on 36” x 24” paper 1. Plan View: A floor plan indicating the dimensions of the project, location of all walls, doors, windows, headers and beams (with sizes), structural members (such as floor joists, ceiling joists, and roof rafters including sizes, dimensions and direction), electrical outlets, electrical switches, lighting, smoke detectors, escape windows, appliances, electric service panels, bathrooms, furnaces, water heaters, all materials to be used, ceiling height, and all other pertinent information. If there is to be a fireplace, installation information must be submitted. 2. Cross Section: Show all materials to be used, basically a slice through the wall showing how the wall-ceiling-floo...

    $115 (Avg Bid)
    $115 (평균 입찰가)
    32 건의 입찰

    I am seeking a talented website developer to construct a formal...and transaction processes. Honed skills in design, UX and ecommerce are essential for the success of this project. The site could have 17,000 members who would need to have profiles on the site, there would have to be membership levels, the site would sell merchandice and on-line coureses also charge for consultation on a timed basis. there would have to be upload and download capability for documents and images. it would be good if we could post to the social media account from the site. there would have to be a messaging system throughout the site (google workspace). Also a CRM as many messages to the site will be inbound leads. There can be other suggestions for development. scalablity, desktop, phone and tablet ...

    $2175 - $3625
    봉인형
    $2175 - $3625
    83 건의 입찰

    I am seeking a web designer who can refine and improve the layout of the included CX Navigation Script. - Skillset: Proficiency in HTML and Java is a must-have. - Design: The project entails taking the existing HTML design attached and improving its functionality via a combined/redesigned menu bar. Creating a more modern, clean, and user-friendly design that reflects a minimalist aesthetic. Along with adding the below improvements. Birthday Pop Up (Modal/TBD): Currently titled as (openpop1) to be triggered upon selecting the “Caller is verified” #button# in the “Inbound Opening Call Script”. If the requirements are met that are currently in the script then it should populate on the screen. However, the end user should not have to interact with the pop up ...

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

    I have a VBS script which downloads files from a server to the a folder on my local machine or onto AWS (MS Win Server 2012 R2). This script can be manually activated (double click) or via Task Scheduler. Recently the script stopped working. I think it has to do with AWS permission/read/write errors. I need to have this investigate and fixed. The person needs to understand AWS EC2 and VBS and JS scripting.

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

    Hello, I need a developer with a lot of experience in Java, Python and Socketweb - with the ability to create and solve problems with easy understanding of codes The rest of the details will be given to the correct developer

    $134 (Avg Bid)
    $134 (평균 입찰가)
    45 건의 입찰

    ...Salary: 150 – 200 INR Per Hour Job Responsibilities : • Understanding Company requirements. • Understanding, consolidating and analyzing data from spreadsheets. • Creating dashboards, reports and charts in Analytics tools. • Working on financial and other types of modeling projects. • Having knowledge Dashboard Creation, Mainframe automation through VBA. • Good Technical knowledge of VBAs, Macro, MS Office skills to drive automation opportunities. • Well-versed with dynamic loops, data extraction from images. • Work with users and team members at all levels for performance improvement and suggestions. • Understand and prepare Ad hoc reports. • Identify the opportunities of automating reports, snapshots and dashboards usi...

    $5 / hr (Avg Bid)
    $5 / hr (평균 입찰가)
    10 건의 입찰

    I need to create new functions in a system based on React.JS, Java Script

    $144 (Avg Bid)
    $144 (평균 입찰가)
    63 건의 입찰

    I'm looking for a professional who can breathe life into a 20-page Microsoft Word document (no need for you to research, I need just your creativity to adjust the document). Here's what I'm after: • Use of custom fonts for a unique look • Development of a color scheme that permeates the document • Designing an interesting yet professional header and footer and unique cover page On top of this, I need someone with proficiency in inserting tables and graphs into the document, making it more interactive and engaging. The attached document will give you an idea about what I am looking for (DON'T make it as same the attachment, just I need something similar to it) Ideal Skills for this project: Microsoft Word, Graphic Design, Typography. Exp...

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

    I'm in need of a freelancer to assist with data cleaning from PDF documents. The task involves organizing the data into an Excel spreadsheet. Ideal skills for this role include: - Proficiency in data cleaning techniques - Strong attention to detail - Proficient in Excel for organizing data - Previous experience in similar data entry tasks

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

    I am looking for an experienced Android developer to help with a couple of key issues in my app. The primary focus should be on UI improvements. Key Tasks: - Refactoring and enhancing the UI of my Android app - ...layout and design, including color scheme and branding, typography and font styles, iconography and visual elements - Ensuring a smooth navigation flow - Enhancing user interaction and feedback Other requirements: - The app's token refresh mechanism must be revised and optimized - You should be able to ignore battery optimization permission I would ideally like a freelancer who is experienced with Java, Android Studio and UI/UX principles. Experience with token refresh mechanisms and battery optimization is also highly desirable. Please provide examples of previous...

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

    I am looking for an experienced Android developer to help with a couple of key issues in my app. The primary focus should be on UI improvements. Key Tasks: - Refactoring and enhancing the UI of my Android app - ...layout and design, including color scheme and branding, typography and font styles, iconography and visual elements - Ensuring a smooth navigation flow - Enhancing user interaction and feedback Other requirements: - The app's token refresh mechanism must be revised and optimized - You should be able to ignore battery optimization permission I would ideally like a freelancer who is experienced with Java, Android Studio and UI/UX principles. Experience with token refresh mechanisms and battery optimization is also highly desirable. Please provide examples of previous...

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

    Pricing is flexible! I am looking ...pages may be needed: Summary; Education and work history; Skillset; Project history - PDF must have text as CV screening is mostly automated by employers - Image formats (JPG, PNG etc.) are not acceptable - All content will be provided, the task is design and formatting Ideal Skills: - Proficiency in graphic design and infographic design. - Experience in creating CVs or similar professional documents. - Understanding of industry standards for CV design. - Ability to present complex information in a visually appealing and easy-to-understand manner. - Strong attention to detail and adherence to deadlines. If you have a strong portfolio and expertise in transforming traditional CVs into visually appealing infographics, I'd love to hear from ...

    $86 (Avg Bid)
    $86 (평균 입찰가)
    87 건의 입찰

    I aim to develop a w...tool is primarily intended for software developers and will be used to aid in the effectiveness of testing processes. Key Features: - Capable of analyzing data flow graphs to generate test cases - Simplistic, user-friendly interface designed for software developers - Incorporation of Java programming language for analysis The ideal candidate for this project should have: - Proficiency in web application development - Strong understanding of data flow graphs and test case generation - Excellent command over Java programming - Previous experience in creating tools for software developers This project is a great opportunity to contribute to the efficiency and productivity of software developers, with an emphasis on generating test cases through data flo...

    $491 (Avg Bid)
    $491 (평균 입찰가)
    56 건의 입찰
    Data Science Engineer 6 일 left
    확인

    We're in need of an experienced Data Sc...cleaning: The candidate should be able to clean and preprocess large datasets. - Data analysis: The candidate should be proficient in analyzing data and extracting actionable insights. - Machine learning modeling: The candidate should have experience in building and implementing machine learning models. Although specific programming language requirements were not provided, proficiency in Python, R, or Java would be a strong advantage. This project does not specify a particular industry domain, but any prior experience in Healthcare, Finance, or Retail would be beneficial. Please bid on this project only if you have a solid background in data science, machine learning, data analysis, and are proficient in the programming languages m...

    $163 (Avg Bid)
    NDA (비밀 유지 계약서)
    $163 (평균 입찰가)
    12 건의 입찰

    I need some Android developer for some easy tasks I need work at low budget I need coder from Pakistan or India

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

    Je cherche à faire une application Javafx en correspondance avec ces critères.

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

    Delete blank page in Word document and tell me HOW to do it. 10 dollars only

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

    I need some Android developer for some easy tasks I need work at low budget I need coder from Pakistan or India

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

    I require a skilled content writer to create engaging, informative articles focusing on the areas of Intellectual Property and Contract Law. - Your primary task will be crafting articles on legal documents. These articles should provide a layman's explanation of the legal jargon and terms found within these documents. - These articles are not only intended to inform but also to assist in improving search engine rankings and driving audience engagement. - Your writing should be clear, easy to understand and compelling. You should be capable of breaking down complex legal terms into digestible content. Ideal skills and experience: - Strong legal content writing background. - Understanding of Intellectual Property and Contract Law. - SEO knowledge and experience in writin...

    $98 (Avg Bid)
    $98 (평균 입찰가)
    62 건의 입찰

    I'm in the process of developing a strategic web game that supports a large number of players, well over 100. Detailed features are docum...for future expansion, as there could be more game features to implement in the future. The ideal candidate for this project should have: - Extensive experience in multiplayer game development. - Knowledge of web game development and scaling to support 100+ simultaneous players. - An understanding of implementing player ranking systems. - Ability to parse and execute requirements from provided documents. The main goal is to build a world where gamers can test their strategic capabilities on a large scale, hence a deep understanding of creating immersive gaming environments is crucial. Document with further details will be shared with se...

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