Java program read windows registry일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 java program read windows registry 건의 일자리 확인, 급여 기준: 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 건의 입찰

    태블릿 보드에 글씨 또는 그림등을 전자펜을 이용하여 입력하거나 터치 할 수있는 프로그램 구현 ______________________________________________________________________________________________________ Implement a program that can input or touch text or pictures on tablet board using electronic pen

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

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

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

    Need a surveilance program translated in a few days.

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

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

    ONLY RE...for the current implementation are unknown as the previous question was skipped. In terms of hardware, my setup currently includes Windows and GPU. Thus, the successful freelancer should have experience working with these specifications and will consider this in the implementation process. The ideal freelancer should have an extensive background in Stratum v2 protocol, have efficient problem-solving skills, as well as have a competent understanding of mining software integration and optimization. Experience in working with Windows and GPU hardware is also a major plus. IN YOUR RESPONSE LEASE include - (1) how have you configured and set-up "tproxy in windows? (2) Have you used Awesome Miner? Have you used Minstrat? ONLY RESPONSES THAT ADDRESS THESE...

    $15 - $25 / hr
    $15 - $25 / hr
    0 건의 입찰

    I am searching for an experienced pr...Your task will comprise the development of a CanOpen protocol program making use of an IXXAT USB-CAN Converter. It run on windows 2000 operating system Key Responsibilities: - Develop a program using VB.Net/LabVIEW/Labwindows, capable of implementing the CanOpen protocol - Program must be able to read and write data to the IXXAT USB to CAN converter - The software should control devices using the CanOpen protocol Ideal Skills: - Proficiency in VB.Net, LabVIEW, and Labwindows - Advanced understanding of CanOpen protocol - Experience with IXXAT Converters It's essential that the chosen candidate guide me through the installation and testing process until we have a successful operation. The program must...

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

    I am looking for a skilled professional who can help me compile OBS Studio from source with an old version of obs-browser (CEF version 75). This project is for personal use, so I'm not looking to distribute it to others. I need flash support, which works great with OBS version 24.0.3. But I'm looking to move to version 30.x for its WebRTC support and I need the old browser plugin. Old version of the plugin, available on GitHub '' is working on the latest v.30.1.2, but lacks support for browser audio. Key Requirements: - Compiling OBS Studio from source - Integrating an old version of obs-browser (CEF 75) Your Involvement: Since this is for personal use, I'm comfortable managing the setup process on my own. I am mainly looking for someone to help me with the tec...

    $10 - $30
    $10 - $30
    0 건의 입찰
    Pasar contrato a digital 6 일 left
    확인

    Hola, tengo un contrato y bus...campo con los datos y luego le envié un link al cliente, el cliente pueda ver una vista previa con los datos que tiene el contrato y abajo salga un campo de forma digital se puede hacer con java ya Tengo una que puedes usar, Luego que firme salga un botón que diga confírmar contrato y aparezca un pop con un botón para descargar una copia, yo debo tener un panel sin login que pueda ver la lista de contrato que se halla estado llenando y con su botón de ver para ver el PDF la descarga se haría en PDF. Coloco todo la información aquí para que no estén preguntando lo mismo por privado. Es Php, HTML, java, css más nada debe ser resposive. PRESUPUESTO 40$ A 50$ USD NETOS. E...

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

    I am in need of a mid-level Java developer who can take on tasks in both backend and frontend development, along with database integration. Ideal Skills and Experience: - Strong background in Java - Proven experience in both backend and frontend development - Track record in effective database integration - Mid-level experience required Project Methodology: - The selected developer must be well acquainted with the Agile development methodology. Proficiency in Scrum management or Waterfall approaches is a plus, but the main focus is Agile. This project promises to be exciting and offers comprehensive exposure to diverse aspects of Java development. If your experience aligns with the requirements, and you're well-versed with Agile, I would love to consider you...

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

    I'm urgently seeking a skilled graphic designer to help expand my skill set. The project involves learning the basics of graphic design and I'm particularly interested in incorporating Java into my work. Key Requirements: - Proficiency in graphic design - Solid understanding of Java - Ability to provide clear, concise explanations for learning purposes The ideal freelancer for this project should have experience in both graphic design and Java. A background in teaching or tutoring could also be beneficial. I need someone who can effectively communicate complex technical information in a way that is easy to understand and apply. Please only apply if you can start immediately, as I'm looking to complete this project as soon as possible. I'm open t...

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

    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: token refresh functionality ignore battery optimiz...functionality ignore battery optimize permission run at startups functionality UI change 2 new api's refactor code for easier maintenance currently displayes persistent notification dont want it 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 pre...

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

    I am looking for a skilled professional who can design an emulator for Windows platform. This emulator should primarily support the programming language Python, and should be able to cater to users who wish to use Python for completing assignments. Key requirements: - Platform: Windows - Main functionality: Assignment completion tool - Supported programming language: Python Ideal Skills and Experience: - Strong proficiency in software development, particularly in designing emulators - Proficiency in Python programming language - Experience working with Windows platform - Previous experience in developing educational tools or software is a plus

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

    From a 2D plan, I need to create a plan of a house facade elevation (1 plan for each wall) for the mason. This involves positioning the windows with window sills and roller shutter formwork, as well as lintels which protrude 25cm on either side of the window or French window or bay window. There are 16 exterior windows or doors and 12 walls. I have a 2D plan but some dimensions need to be corrected. I am looking for someone who is an architect and who has a perfect command of CAD or similar software. The idea would be to have facade plans with and without the concrete blocks I attach what we expect in the design (we must include the lintel (20 cm high), but below that there is the formwork of the rolling shutter (30cm), the window or French window door (variable dimension) an...

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

    ...VST3 plugin scanner. This tool should be compatible with Windows and macOS. Key Features: - The plugin scanner is meant to detect and organize installed VST3 plugins. It should be able to scan and identify all VST3 plugins on any user's system. It should add these plugins to a KnowPluginList and save this list to an AppProperties Object. It should be a standalone application and have a custom theme that we can discuss. Skills and Experience: - Extensive experience with C++ and Juce framework is a must. - Prior work on creating VST3 plugins or scanners is highly desired. - Familiarity with plugin detection and organizing algorithms. - Experience in creating cross-platform applications and ensuring consistent performance across Windows and macOS. Ideal candidates sh...

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

    App is completed but in that there is some issue regarding Zegocloud's library. I want only freelancer who can solve this issue. No company will be entertained. this is my code which show the error of : can not read property 'getPluginType' of null import {StyleSheet, Text, View} from 'react-native'; import React, {useContext, useRef} from 'react'; import ZegoUIKitPrebuiltLiveStreaming, { HOST_DEFAULT_CONFIG, ZegoMenuBarButtonName, } from '@zegocloud/zego-uikit-prebuilt-live-streaming-rn'; import ZIM from 'zego-zim-react-native'; import {useNavigation, useRoute} from '@react-navigation/native'; import BackButtonHandler from '../BackButtonHandler/BackButtonHandler'; import KeyCenter from '../../uti...

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

    I'm in need of a proficient developer to build me a simple QuickBooks online application. This application should be geared towards triggering real-time dispatch of event data on items/products inventory to a webhook like Zapier. Below are the specific requirements: - Dispatching of Item Names, Quantities, and Prices: The application should be able to send all item/product data particularly item names, quantities, and prices from QuickBooks to Zapier. - Real-Time Data Dispatch: The application should be able to dispatch this data in real-time to ensure high responsiveness and accuracy of data. Ideal skills and experience: - Demonstrable experience in creating QuickBooks integrations - Familiarity with Zapier webhooks - Knowledge of inventory data management - Strong coding skills w...

    $412 (Avg Bid)
    $412 (평균 입찰가)
    20 건의 입찰
    Una animacion 6 일 left

    i want to create a animation where a stik man apears in the windows screen. in the desktop. then another stikman a bigger one punches him. he ruuns past 10 photos wo i will place and then they stop in one photo and fight, then they settel down and three more stikman apear and they all sit in a house

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

    I'm in need of a freelancer skilled in Windows server administration and virtualization technology, specifically VMware. Your task will be to set up a VPN server on my existing Windows virtual machine. Key tasks include: - Installing and configuring OpenVPN on the Windows server - Ensuring the VPN setup is secure and functions properly You should have deep knowledge and experience with Windows Server, VMware, and OpenVPN protocols. I'm expecting the project to be done efficiently and timeously without compromising on the server's security measures.

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

    I'm uncertain whether my Windows system already has Python installed. I require assistance to get it up on my system, if it isn't already there. Primarily, I am looking for someone to help configure a Python script that will carry out automatic reservations on a specific website. This role will ideally suite someone with: - Proficiency in Python scripting - Strong understanding of automation using Python - Experience in setting up Python on the Windows platform - Knowledge of web interaction through code, in particular, reservation processes. here is the link to the script and its dependencies. I will need to work with you on zoom live to do this. I have node.js on windows

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

    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: token refresh functionality ignore battery optimiz...functionality ignore battery optimize permission run at startups functionality UI change 2 new api's refactor code for easier maintenance currently displayes persistent notification dont want it 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 pre...

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

    Mail server is getting attacked, I need to create a windows service constantly checking a .txt log file for preset keywords like "Failed SMTP login" or "Relay attempt" to auto block IP's. This service should auto add/delete a new entry to a existing "inbound windows firewall rule" with the hacker's IP for a specific period of time. A good example or a similar concept could be found here: Some of the settings that I need to control: – Duration to ban ip address (min) – Number of failed login attempts before ban – Whitelist of comma separated ip addresses to never ban – Blacklist of comma separated ip addresses to always ban – Custom keywords, XPath and Regex to parse logs for failed login attempt...

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

    I'm seeking a proficient individual to assist me with finalizing the setup of Social Bee on my Windows system. Key Requirements: - I've already begun the setup process and have some features working. I need someone to help me with the final adjustments. - The primary task involves setting up social media account integration within the Social Bee application. Ideal Skills and Experience: - Proficiency with Windows operating system - Prior experience with Social Bee or similar social media management tools - Adept at setting up social media account integrations - Strong attention to detail to ensure the setup is completed accurately and fully Please provide a quote and an estimated completion time for this task. Your assistance is much appreciated.

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

    I'm looking for an experienced graphic designer to create a T-shirt design for an annual outing event. PLEASE READ THE LINES BELOW AND ONLY SUBMIT YOUR DESIGN IF YOU ARE CAPABLE OF DELIVERING WHAT IS NEEDED. I already ran this contest on this platform, chose a winner but was deceived by the quality of files provided. They were absolutely useless. I've had success finding great designers in in the past and for that reason only, I'm running the same contest again. Please prove I'm not wrong in trusting this platform. Only vector images will be accepted to award prize. Refrain from delivering bitmap images, JPEG, GIF, PNG, we don't want them, we don't need them. Only vector format files generated with CorelDraw or Illustrator will be accepted. This is ...

    $35 (Avg Bid)
    상금 보장형
    $35
    69 건의 응모작

    I'm looking for a skilled software developer to create a Windows application that focuses on generating data reports from a SQL database. Key Requirements: - The application must be compatible with the Windows platform - The main functionality of the application should be the generation of data reports. - The reports should be sourced from SQL database. Ideal Skills and Experience: - Proficiency in Windows application development - Strong knowledge and experience with SQL database and report generation - Previous experience with data reporting software would be a plus.

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

    ...enhance the design of my existing Windows software. The project involves: - Implementing a new color scheme: I'm looking to update the software's aesthetic with a fresh, modern color palette. The colors should be easy on the eyes and enhance user experience. - Improving typography: The new design should feature refined typography that is both visually appealing and easy to read. This will help to give the software a more polished and professional look. Experience in software design and an eye for modern, clean aesthetics is a must. Previous experience working with JavaScript and Angular is preferred as the software is built using these technologies. A strong understanding of UX principles is also desirable. Your role will be to take the existing program...

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

    I'm in need of an expert in software engineering, particularly in the realm of Windows game engine development using C#. The project requires the implementation of a robust physics engine into the game engine. Key Requirements: - Proficient in C# programming for Windows platform - Demonstrable experience in game engine development - Strong understanding of software engineering principles The main focus will be on integrating a physics engine into the existing framework of the game engine. If you have experience in creating 2D or 3D physics engines, that would be a huge plus. It is important that you are able to work independently and are self-driven, as the project will involve a lot of individual problem solving and innovation. Experience with multiplayer capabilitie...

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

    This is a personal project questing for an adept software engineer or system administrator to create a multiboot machine. Ideally, this machine will be configured with both Windows 10 ISO and Ubuntu 22.04. However, instead of the conventional Grub, we will utilize the Burg Bootloader with the Metro theme. This is a technically demanding task requiring the following: - Profound knowledge in Operating System installations. - Expert ability to setup multiboot configurations. - Experience with the Burg Bootloader is highly desirable. - Familiarity with the Metro theme. The purpose of the multiboot configuration is to provide a platform where I can experiment with different operating systems. Please ensure the optimal setup is achieved such that I can independently manage the system ...

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

    I'm in need of a Junior Full Stack Engineer who is proficient with Java, with beginner level experience. The primary task will be to work on implementing Go Live for an assigned project. Ideal skills for the job: - Understanding of Java programming language - Ability to work collaboratively on a team - JSON - XML - SQL - Data Mapping Some experience with project implementation is a plus. Dedicated beginners are also welcome to take their first steps in a real project.

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

    Hello, I have a dating app that was developed 4 years ago and is published on Google Play. It was made in JAVA, but now the version is depreciated on the market. What I want for this app is to rewrite the code using Kotlin or Flutter, because this app was made in Java 4 years ago. Within the app it has many functions. Apply for this project and tell me the price at which you would do it. and The estimated time. - Implement in the app (Membership - payment plan with Google)

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

    Realizzazione un sito web con Primefaces (ultima release) e database MySQL. Il database deve contenere una lista di utenti e la loro anagrafica (nome, cognome, indirizzo) Gli utenti possono entrare nel sito tramite username (email) e password e vedono i loro dati che sono solamente la loro anag...(email) e password e vedono i loro dati che sono solamente la loro anagrafica. Dopo aver inserito le credenziali corrette, per accedere, gli utenti devono inserire anche un OTP (l'invio del codice via SMS) Prevedere una scadenza OTP e la possibilità di inviare nuovamente il codice OTP Acceso al database con JPA (o Spring Data JPA) Gestione acceso utenti con Apache Shiro Deve girare su un server con Java 17+ e Apache/Tomcat v.10 Progetto Maven Per la bozza grafica verranno fo...

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

    I'm looking for a professional who can refresh the exterior of my home. The tasks at hand include: - Removing current siding and replacing it with a new, modern one. - Applying a new color that's contemporary and stylish. -Possibly changing the color of the windows too Since I've not decided on the color yet, a freelancer with a keen eye for aesthetics and a knack for color coordination will be appreciated. Samples or portfolios of your previous work would be ideal to see. Due to the urgency of this project, I'm interested in someone who's available to begin immediately and has a proven track record of delivering quality work swiftly and efficiently. If you have previous experience in home exterior renovation and think you'd be a good fit, I'd b...

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

    I need an expert to help me select the most suitable all in 1 programming language for building various applications targeting multiple platforms (mainly web) 1. I would like to build applications for Web, iOS, Android, Windows 10, Linux, and MacOS & embedded systems (like micro controllers) from single code base 2. I want to learn a language in which we write a code once and can compile for any platform. 3. One possible answer to my questions is JavaScript. We can build server side apps in JS using Node.js & Next.js. Javascript can be embedded in HTML on client side too. We can build desktop apps in JS using Electron and we can make mobile apps in JS using react & angular. But in javascript will code be exactly same for all platforms ? 4. Another option is Flutter (Da...

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

    SAP BTP / Cloud Foundry DevOp's Create the CI/CD pipelines for a new application built in Java & React. Deploying on SAP BTP (similar to Cloud Foundry) Create release packages Time sensitive - start immediately

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

    3D modeling of a villa in Revit: 1. Copy architectural model to construction: - Levels - Axes - Columns - Walls - Ceilings 2. Adding column sections - Wall sections - Beam sections 3. Connecting columns to ceilings 4. Linking beams to levels 5. Openings: windows and doors 6. Tables of quantities for concrete + blocks + iron.

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

    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.

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

    I am looking for a skilled and experienced Full stack developer with Hands-on experience in Java Hands-on experience in Angular/ REACT Hands on experience on AWS RDS/AWS S3/Oracle/AWS Athena/ SQL In-depth knowledge in Core Java, Spring framework and RESTful API Services, Apache Camel, CI/CD Jenkins, Containerization Experience with AWS Cloud and its services like EC2, Athena, Lambda, S3, SQS and Cloud Formation Experience in writing JUnit test cases Problem-solving abilities

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

    "I am looking for an experienced programmer to develop a logistics management program with integrated travel services. Key features: Inventory Tracking: The system must efficiently monitor our inventory in real-time, updating stock levels when items are added or sold. I also need assistance with travel-related services. Specifically, I need the system to manage: Travel details: When we load the goods, divide them by type of merchandise, recipient, and number of contracts. Delivery tracking: Keep track of shipments in transit, providing real-time updates on their status. Payment tracking: Indicate whether travel services have been paid for or not, allowing us to monitor outstanding payments."

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

    ...of toxic or offensive language and so on. 2) You will compare the two statements and decide which one is a better answer to the question 3) You will provide a brief justification to your decision You are our perfect candidate if: - You are a native-level fluency in Japanese or have a C1 certificate of Japan - Your English proficiency is fluent - Your laptop meets requirements: RAM from 6 GB, Windows 10+ or iOS - You have stable internet connection - You are self-organised, can work without supervision Mindy Teams is an international outsourcing company, a European leader in the field of Data Annotation for Artificial Intelligence and Machine Learning for over 10 years. Several of our clients belong to GAFAM and Fortune500 lists. We have a team of 2000 professionals. We are w...

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

    I'm in need of a skilled HTML - CSS - JQuery developer who can help me build a creative a content to add Describtion on the Images. We need for our Ticket system a to upload image and mark them and create Task for that. We will provide u the the HTML Page where u have to add ur work on it. Key responsibilities: - Designing a creative website that stands out - Ensuring the website is fully responsive for mobile devices - Implementing animations and transitions to enhance user experience Ideal skills and experience: - Strong HTML, CSS, and JQuery skills - Experience in creative website design - Proficiency in creating responsive layouts If you have the required skills and can help me build a creative, responsive website, I'd love to hear from you.

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

    I'm in search of a skilled Java coder to assist with a full Java mini project. Key Responsibilities: - Collaborating with me to scope the project - Developing a full Java mini project - Providing regular updates on progress - Ensuring the project is completed successfully Ideal Candidate: - Proficient in Java with demonstrable experience - Experienced in developing software applications - Clear communication skills and a collaborative mindset - Experience with full cycle software development - Ability to meet deadlines and provide regular updates Looking forward to your application!

    $16 (Avg Bid)
    $16 (평균 입찰가)
    14 건의 입찰
    Bybit API Key Manager 6 일 left
    확인

    I need a windows or online php application , whatever you do prefer that i will be able to : Connect multiple Bybit API keys *Add Key/Account - Remove Key/Account *Add notes for each API KEY *Have a check button that when i click it will get the available USDT balance from all connected accounts.

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

    For this role, I'm urgently seeking an experienced Java Developer, though a specialization in Java SE, Java EE, or JavaFX is not necessary. At this time, a broad understanding of Java, rather than specific Java skills, is most crucial. Key Requirements: - Proven Java development experience is vital, as it'll aid in current project requirements. - Knowledge of specific APIs or libraries to extend capabilities and integrate systems. When applying, kindly provide the following: - A summary of your Java developer experience - Articulate your knowledge and usage of specific APIs or libraries. Looking forward to connecting with experienced and knowledgeable Java experts for a swift project execution.

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