Java command일자리

필터

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

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

    인스타그램 같은 사진 공유 서비스 개발을 의뢰하려고 합니다. 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 건의 입찰

    Busco desarrollador web para realizar una página exclusivamente con Java, Javascript, HTML, CSS (puede usar Bootstrap) con base de datos MySQL utilizando XAMPP (phpmyadmin) y Apache NetBeans/Eclipse como entorno. La pagina tiene que tener un inicio de sesión/registro de 2 tipos de usuario (usuario cliente y administrador). La pagina tendrá un menú de navegación en la parte superior con varias pestañas: inicio (introduccion a la web, ultimas noticias, etc), videojuegos (aqui estaran todos los videojuegos de la web con un filtro de busqueda por genero y plataforma sacado de la base de datos donde se ve el nombre de cada uno, foto de su portada, genero, plataforma, fecha de lanzamiento, etc. y alguna opcion para ponerles nota, opinar, añ...

    $142 (Avg Bid)
    $142 (평균 입찰가)
    17 건의 입찰
    Java Code Fix Needed 6 일 left
    확인

    ...private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can

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

    Hello, Seeking a talented and creative music producer for my new mantra creation project, I am looking for a professional originally from India to join our musical project. Requirements: Experience with the production of devotional songs Native Indian singer with excellent command of Sanskrit primarily (also other devotional songs and other languages like Hindi, etc.) Experience singing mantras or devotional music. Full copyright ownership for voice recordings. Ability to record in a professional environment We are looking for high-quality sound, both in the voice and instrumentation. I am looking for the complete creation of a mantra from start to finish. New/original song (copyright) + professional voice, high-quality recording (female or male) + instrumental with different i...

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

    My project involves the development of an Android mobile app, primarily as a business tool with accounting capabilities. Key Features: - Splash Screen & Login with Auth Module: The app should have a splash screen and a login page that is modern and sleek in design. Your Skills: - Strong experience in Java for Android app development. - Knowledge in creating authentication systems. - Familiarity with inventory management and accounting concepts. I'm looking for a skilled developer who can bring these elements together in a user-friendly manner. The design should be modern and clean, reflecting the professional nature of the app's purpose.

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

    I have a one-page press release written in English that need to be accurately translated to German. The goal is to have them localized for a German-speaking audience without losing the professional and formal tone of the source material. BUT I need it done this morning! Key Po...audience without losing the professional and formal tone of the source material. BUT I need it done this morning! Key Points: - The project involves translating marketing materials, so experience in this specific type of translation is preferred. - The tone of the documents is formal and professional and must be maintained throughout the translation. - The ideal candidate would have a strong command of both English and German, with a proven track record of delivering high-quality translations for business...

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

    I'm in need of an experienced Java Full Stack Developer to build a comprehensive application with the following features and requirements: - **Features and Functionalities** I need the application to have the following features: - User registration and login: A secure and user-friendly way for users to create accounts and log in. - Payment processing: A seamless payment processing system. - Data encryption: Robust data encryption measures to ensure user data is safe and secure. - **Design and UI/UX Requirements** I'm looking for a modern and clean design that is responsive and mobile-friendly. The interface should be intuitive and user-friendly, making it easy for users to navigate and interact with the application. - **Integration and Third-Party Service...

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

    I'm looking for a Khmer translator with a technical background to assist me in translating my website. You should be comfortable with meeting in-person to discuss the specifics of the project. This is crucial for ensuring the translation is in line with the technical content of the website. Key requirements include: - Native Khmer speaker with excellent command of English. - Proven experience in translating technical content. - Willingness and ability to attend in-person meetings. Experience in web development and familiarity with SEO practices would be a bonus. I look forward to receiving your proposals.

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

    I'm urgently in need of a software developer who can help me fix some bugs in my software and make some necessary adjustments to the code. Key Requirements: - Debugging: You should be experienced in identi...a software developer who can help me fix some bugs in my software and make some necessary adjustments to the code. Key Requirements: - Debugging: You should be experienced in identifying and resolving bugs in software. - Code Customization: The project may require some customization of the code to ensure it meets my requirements. Your experience with software development, particularly with Java, Python or C++, will be highly regarded. The project is quite urgent, so I'm looking for someone who can start immediately and deliver fast, but without compromising the ...

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

    ...content. Just clean it up and present it as professionally as possible. The site is using WooCommerce; however, for this initial project, it is irrelevant since none of the pages are part of the store. However, someone with WooCommerce experience is preferred since there will be follow-up projects, and I prefer to use the same talent if possible. **Ideal Skills and Expertise:** - Strong command of WordPress and the Elementor builder - Extensive experience with Shoptimizer theme - Proficiency in typesetting and content structuring. - Proven track record in responsive design and mobile optimization. You will be working in a development environment. However, please do not install plugins, navigate through areas of the site you are not working on, or apply Global CSS. If you ...

    $167 (Avg Bid)
    긴급형
    $167 (평균 입찰가)
    114 건의 입찰

    Seekin...customer experiences is crucial. - Sales Reporting: We require comprehensive sales reports to review our business's progress and areas for improvement. Users: The software should easily accommodate 1-5 users at once, with unique access capabilities for each user. Ideal Candidates: I'm seeking professionals with experience designing and developing business-centric software. Experience with .NET, Java, or other relevant programming languages would be beneficial. Knowledge of Windows-based software development and expertise in back-end databases are essential. Applicants who understand the needs of small-to-mid-sized businesses and have previously developed software within these parameters will be viewed favorably. Ensure your bid reflects your ability to fulfill...

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

    ...nothing to worry about your privacy. Testing will be done on Windows desktop and will mainly involve QA checks and regression Testing of certain software. All testing done are on confidential pre-release test builds so discretion of what you test IS IMPORTANT. Please acknowledge this in your proposal. An NDA will be signed in this regard. I require someone with excellent IT skills and a very good command and understanding of written English with the ability to fluently understand oral and written instructions in English. Also report writing is a major requirement. Typically, I would require someone with at least 1-year experience in the software testing field. Knowledge or experience in finance and business IT would be a plus. Knowledge of Google Sheets and GSuite overall is a ...

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

    As an Android developer, I am seeking a professional with expertise in Android Studio using Java who can support me in executing key tasks for my app. The main areas of support needed are app functionality and bug fixing. Key Tasks: - App Functionality: Your role will involve implementing and refining specific functionalities within the app. This includes features like push notifications and user authentication. Ideally, you will have a strong understanding of Android development best practices and be able to translate user requirements into tangible features that enhance the app's overall usability and appeal. - Bug Fixing: Being able to troubleshoot and resolve any technical issues or bugs that may arise during the development process is crucial. Your ability to debug, test...

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

    I am looking for a skilled developer to design a hybrid travel booking mobile application, complete with a web-based admin panel using modern technologies. The core feature of the app is travel package booking. Technology...Booking/cancellation/notifications/feedback The admin panel should include: - User management - Data uploading for treks - Payment management - app configurations I have more details to share with the chosen developer for further fine-tuning. Ideal Candidate: The ideal freelance candidate should have previous experience in developing similar applications with a portfolio to share. A strong command over modern tech stacks is required. Understanding of web user-interface design and mobile development is a bonus. NO PHP | NO ADVANCE PAYMENTS | NO NEW FREELANCER...

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

    I'm looking for a skilled programmer to help me convert my invention into an app for iOS and Android devices. It is preferred that you're located here in SAN DIEGO, CA...however it's not absolute. Key requirements: - I'm open to the programming language, so your expertise in Python, Java, or C and C ++ would be beneficial in guiding the decision. - The main functions the app should possess are user authentication and data storage. I will require a Non Disclosure Agreement [NDA] to proceed with details of the invention. If you've got experience in app development [Coding] and can help me bring my invention to life on mobile devices, please reach out. Looking forward to working with you! Thanks, Mike

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

    I need a proficient PHP developer to address an integration issue I'm experiencing with the Ccavenue payment gateway on my website. Key Tasks: - Res...proficient PHP developer to address an integration issue I'm experiencing with the Ccavenue payment gateway on my website. Key Tasks: - Resolve the integration issue occurring at a specific stage of the payment process. - Implement the necessary changes to ensure the payment gateway functions seamlessly. - Integrate a new control panel in the admin panel. Ideal Skills and Experience: - Strong command of PHP, particularly in relation to payment gateway integration. - Previous experience with Ccavenue payment gateway is highly preferred. - Proficiency in admin panel development. - Ability to troubleshoot and identify...

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

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

    파워형 봉인형 NDA (비밀 유지 계약서)

    CAFE NAME: BIgmug Cafe Color black and white I'm looking for a creative logo design for my chain of cafes that can compete in the western market. Like Starbucks, Java House, Mugg & Bean I don't have any specific ideas for the logo yet, so I'm counting on your expertise to bring something unique to the table. Key Points: - The logo must convey a modern and innovative vibe, capturing the essence of my franchise cafe's vision. It should be memorable it’s extremely important it’s unique and memorable like starbucks - I'm specifically looking for a design in black and white or grayscale, so please ensure this is incorporated effectively.

    $100 (Avg Bid)
    상금 보장형
    $100
    304 건의 응모작

    I am looking for Telegram expert who have done similar projects in the or beginners please dont bother i do not have time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram ...

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

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

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

    I require an expert script writer who can create a bash script for data processing tasks that involve the creation and deletion of files, specifically CSV files. Details: - The main task will i...tasks that involve the creation and deletion of files, specifically CSV files. Details: - The main task will involve managing CSV data. - The bash script should be able to create and delete selected CSV files. - I'm looking for someone skilled in bash scripting, especially with a focus on file handling and data processing. - Previous experience in working with CSV files, data manipulation and command line tools will be required. - We need the script to be concise, efficient and capable of running smoothly without unnecessary delays. Looking forward to your interactive and enga...

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

    I'm in need of a full-time, mid-level software developer to join our e-commerce company. You should be proficient in Python, Java, and PHP. Your primary responsibilities will include: - Coding and programming: Developing robust, scalable software solutions for our e-commerce platform. - Database management: Ensuring the efficient operation of our databases and managing related processes. - Bug fixing and troubleshooting: Identifying and addressing software issues to maximize performance. Your experience should ideally span 2-5 years, giving you a good understanding of the nuances of software development. In addition to your technical prowess, you should be able to work efficiently within a team and communicate effectively. Your input will be crucial in enhancing our e-commer...

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

    ...Dialogflow to use the webhook for fulfillment. Ensure the webhook communicates with the GPT-3 API and formats the response correctly. Return the formatted response to Dialogflow for Google Assistant to process. Example Workflow: User Command: "Write a poem about a sunset." Google Assistant: Recognizes the command and passes it to Dialogflow. Dialogflow Intent: Matches the intent for writing a poem. Webhook: Sends the request to your webhook. GPT-3 API Call: The webhook calls the GPT-3 API with the user's command. Response: GPT-3 generates a poem, and the webhook formats the response. Dialogflow Fulfillment: The webhook sends the formatted poem back to Dialogflow. Google Assistant: Reads the poem aloud ...

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

    I'm in need of a WordPress expert to assist with reformatting and standardizing content from our old WordPress site to a new one. We need someone who is available immediately to work on ...content. Just clean it up and present it as professionally as possible. The site is using WooCommerce; however, for this initial project, it is irrelevant since none of the pages are part of the store. However, someone who has WooCommerce experience is preferred since there will be followup projects and I prefer to use the same talent if possible. **Ideal Skills and Expertise:** - Strong command of WordPress and the Elementor builder - Extensive experience with Shoptimizer theme - Proficiency in typesetting and content structuring. - Proven track record in responsive design and mobil...

    $136 (Avg Bid)
    긴급형
    $136 (평균 입찰가)
    21 건의 입찰

    I'm seeking a skilled individual to overhaul our Construction Services page, enhance its content with infographics, and optimize our website for SEO. - Rewrite Construction Services: The selected page needs to be reworked for SEO optimization and improved readability. A background in construction or related fields would be beneficial. - SEO Implementation: The individual should have a strong command of SEO practices, ensuring our website is search engine friendly and our content is optimized for visibility. - UX Review: While I didn't specify any UX difficulties, a critical eye for design and experience with website UX is a plus. You should ensure the website is user-friendly, aesthetically pleasing, and functions well across different devices. It's important ...

    $143 (Avg Bid)
    $143 (평균 입찰가)
    123 건의 입찰

    I'm in need of a seasoned AI developer to assist with a project that involves a variety of AI tasks. The ideal candidate should be proficient in Python and Java, with a solid understanding and experience in the following areas: - Natural Language Processing - Machine Learning - Computer Vision The project will involve a mix of training machine learning models and using pre-trained models. The output of the project will be a functional AI system that integrates these three areas seamlessly. Ideal candidates will have a deep comprehension of AI-related algorithms, excellent problem-solving skills, and an ability to work both independently and as part of a team.

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

    I'm looking for an experienced Power BI developer to create bespoke reports and dashboards, which will be integrated into Microsoft Teams. Tasks: - Handling data from Excel spreadsheets and converting it into insightful reports and dashboards. Skills and Experience: - Strong command of Power BI for report and dashboard creation. - Proven experience with Excel spreadsheets. - Good knowledge of integrating Power BI into Microsoft Teams. The goal is to make complex data easy to understand, facilitating better decision-making within our team. Your work will directly impact our day-to-day operations and strategies.

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

    ...waterproof (if possible) speaker must be on the opposite edge of the main board, closer to one side to leave space for wires. The speaker must be connected to a PWM pin of the microcontroller. 6) RS485 interface, half-duplex. 6a) The RS485 command should trigger an RGB LED sequence and the speaker sound effect. The command contains a reader ID. The reader accepts commands only if the reader ID matches. 6b) When an RFID card is applied, the reader reads a password-protected memory block and sends it to RS485 with the reader's 4-byte ID. 6c) The RS485 command should be able to change the reader's 8-byte ID and update it in EEPROM. 7) One or two digital sourcing outputs that can send a pulse to a lock or an indicator lamp. Let's say 500mA. 8) One or two...

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

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

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

    I'm seeking a skilled Java Spring Boot developer to refine and extend existing code with MQTT integration. Key requirements: - Fixing issues with code execution, incomplete functionality, and performance. - Incorporating Influx library into the codebase. - Enable automatic messaging to multiple MQTT topics, following specific logic. - Tracking and managing duplicates based on both time and counters, and taking action accordingly. Ideal skills for this project: - Proficiency in Java, Spring Boot, and MQTT. - Knowledge of working with libraries, specifically Influx. - Experience with time series data and counter management. - Previous projects involving MQTT topic management. - Strong understanding of code optimization. I'm open to having a web service conversatio...

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

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

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

    This is an assignment with 5 stages that 2/5 are done and Half of the remaining stages are done as well I want someone to help me finish it and the projects has a guidline and some libraries limitations plus an inbuilt automarker

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

    ...Minimum Viable Product (MVP) of an Android application for inventory management and tracking using GPS and Bluetooth beacons. Technology: Flutter Key Requirements The Application -------------------------- - The app should primarily be developed in Flutter. However, since a Foreground service is required to run indefinitely in the background, it is acceptable to create this service in Kotlin or Java. Communication between Flutter and the native code should be done via Platform Channels (MethodChannel and EventChannel). User Interface ----------------------- The app should have three main screens: - Splash Screen: Displays the app logo. - Login Screen: User authentication with username and password. When the login button is pressed, a POST request should be made to an API (...

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

    I'm looking for an experienced Java developer to help me with my test cases. The primary focus of these tests is Integration testing for multiple components. Ideal skills and experiences: - Java programming - Expertise in Mockito/Power Mockito - Experience in integration testing - Ability to work with existing test cases and refactor them.

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

    I’m looking for an experienced system programmer who can create a batch file or script that performs a specific set of tasks on a local W10/11computer. The tasks I need accomplished are: - Connect to the remote QNX computer via SSH (Secure Shell)( login/ password in config file.) -send some command (must be configurable - Run certain commands via batch file on windows 10/11 computer. (Configurable) - Run local bat comands on Windows computer (configurable) - Send key combinations on Windows computer (configurable) Managing errors if they occurs. Keep CMD open for manually entering other commands ( in feature can be automated as another project or add-on) Prior experience with batch file creation and QNX systems is necessary. Proficiency in SSH connections is also essential ...

    $33 - $272
    봉인형
    $33 - $272
    10 건의 입찰

    En nuestra empresa de Software, tenemos proyectos en Java, y necesitamos aumentar la fuerza de desarrollo, por ellos queremos sumar algunos freelance que trabajen por hora con nosotros

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

    As a dynamic and data-driven individual, I am seeking a freelancer capable of creating a PowerPoint plan on a page that is interactively linked with a provided Excel spreadsheet. Key features should include: * A timeline showcase of milestones directly linking said timeline with the respective Excel data. * Key deli...particularly in pie charts, bar graphs and line graphs * Experience in creating timeline diagrams * Understanding of project planning fundamentals, including milestones, key deliverables, risks, and dependencies. This meticulous project requires a keen eye for detail and a fundamental understanding of project management, making it maidenly in need of a professional with experience and a strong command in both PowerPoint and Excel. Please, only apply if you meet the...

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

    I'm seeking a Django/ Java Script with Bootstrap expert who can assist with the layout and design of my website atplands.com. The primary goal of this project is to update the site's visual appearance. My website: Reference downloadable Theme code: Key tasks include: - Reviewing the current website and providing recommendations for improvements - Collaborating with the team to create a new, fresh look for the site - Ensuring the new design is functional and user-friendly Ideal skills for this project include: - Strong experience with Django/ Java Script with Bootstrap - Proven track record of working on front-end development using JavaScript/Bootstrap - A good eye for design and layout - Ability to understand and implement JavaScript

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

    Being an accountant, I am in immediate need of a basic yet highly professional website serving as my online presence. This website should concisely convey: - The specific services I offer Noteworthy for any freelancer interested in undertaking this project: - Exceptional command over website design fundamentals is integral - Previous expertise in creating websites for professional services, especially in accounting, would be ideal - Delivering the completed website at the earliest is paramount Bring your A-game and let's create an online footprint for my accounting services. I look forward to working with you.

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

    I'm in need of a knowledgeable Linux and AWS expert to assist me with various tasks related to command-line operations, system administration issues, and application support using AEM admin console. Key Requirements: - Strong command-line skills: You should be proficient in using the Linux command line for a variety of tasks. - System Administration: Experience in Linux system administration is essential, as I need assistance with file management, user management, and package management. - AWS Services: Familiarity with AWS services, particularly the AEM admin console, is a must. The ideal candidate for this role should possess a deep understanding of Linux, system administration, and AWS services to provide timely and effective job support.

    $268 (Avg Bid)
    $268 (평균 입찰가)
    17 건의 입찰
    PACMAN 9 일 left

    PACMAN GAME JAVA WITH PROCESSING 4.3 IDE

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

    ...create appealing, candid shots. • Style: I am leaning towards candid photography for a natural and relaxed feel rather than posed or set up shots. • Props: I would like to incorporate ultrasonography images in some photos. If you have experience with such photo shoots and incorporating props in a seamless and tasteful way, it would be a great asset. Ideal skills for this job would include great command over candid photography, creative instincts to utilize the home setting effectively and an understanding of how to incorporate props in a meaningful way. Previous experience with pregnancy photoshoots is preferable....

    $117 (Avg Bid)
    지역별
    $117 (평균 입찰가)
    4 건의 입찰

    I'm looking for a professional presentation that outlines a recommended design for a command and control room, specifically tailored for marine operations, such as coast guard activities. This design should primarily focus on enabling monitoring and surveillance, as well as facilitating communication and coordination among personnel. Key Points: - The design should incorporate essential technology integrations. These include: - High-resolution displays for clear visual feedback. - Secure communication systems to ensure confidential information exchange. - Real-time tracking and mapping functionalities for operational supervision. Moreover, the command and control room should: - Be designed with ergonomic furniture and layout in mind for the comfort and efficiency...

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

    As the client, I'm looking for an experienced Java programmer to build a stripped-down visual representation of Pacman game mechanics for a basic coding project. Only in Programming 4.3 IDE. Key Functionalities: - Pacman Movement: Program the user's ability to control and move Pacman around the maze. - Pellet Consumption: Pacman should be able to eat pellets within the game. - Ghost Behaviors: Ensure ghost characters are present and exhibit the expected behaviors. Design and Visuals: Design need not be complicated. I require a simple, minimalistic design that effectively communicates game mechanics without overwhelming visuals. Ideal Skills and Experience: - Solid experience in Java programming - Previous experience creating game prototypes would be a plus ...

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

    I'm in search of a skilled Java developer who can assist with a web application project. The ideal candidate should be well-versed in software development, bug fixing, and code optimization. Key Tasks: - Software Development: You'll be responsible for creating a new web application from scratch, ensuring that it is efficient, user-friendly, and meets our requirements. - Bug Fixing: Should there be any issues with the application, you will be expected to identify and fix them promptly to ensure the smooth running of the app. - Code Optimization: You will also need to continuously monitor and optimize the codebase to guarantee the application's performance and stability. Skill Set: - Proficient in Java. - Solid experience with the Spring Framework, Hibernate, a...

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

    ...explanations. - The guide should include troubleshooting tips to address possible installation issues that users might encounter. *All pre-requisites setups need to be included too - NDK, Cmake etc* Assume non-IT person or 10year old is following your instructions The test device will be a Samsung Note 21 NOT using Anaconda/Conda - just basic PATH settings etc on Windows. NOT using Koltin - using Java ** I suggest you have have installed MLC Chat and created the APK file to understand the challenges the guide you are writing needs to address ** Ideal Skills: - Proficiency in Android Studio and experience with software installation and deployment. - Excellent technical writing skills with the ability to convey complex information in a clear and concise manner. - Previous exper...

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