Java desktop application popup windows일자리

필터

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

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

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

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

    - 당사 소프트웨어 프레임 구조 설계 - 당사 소프트웨어 실행 아이콘/버튼 아이콘 디자인 * PC 소프트웨어 디자인

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

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

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

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

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

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

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

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

    $250 - $750
    $250 - $750
    0 건의 입찰
    OrderCalendar 종료 left

    안드로이드에서 월별 달력의 해당일자에 맞춰 주문내용(총금액, 건수, 미배송건수)을 보여주려 합니다. Eclipse 소스를 원합니다. 달력은 월별로 이동이 되어야 하고, 현재일자는 배경색을 달리해서 표시가 되어야 합니다. 주문이 없는 날은 표시가 안 되면 됩니다. 일자를 선택하면 그 날 주문한 상품의 이름,수량이 보였으면 합니다. 주문상세내용이 보였으면 합니다. 그리고, 원격 Database 접속정보와 관련된 쿼리는 아래와 같습니다. OS는 windows 2012 , 데이터베이스는 MS-sql이고, 원격주소, 계정, 암호는 실제 내용을 알려드릴 수 없는 점 양해바랍니다. 현재 디비접속은 이런 형식으로 하고 있습니다. -> ,1000 (사이트주소,포트번호) , 계정 : Testaccount , 암호 : Test 입니다. 금액 쿼리 : Select replace(convert(varchar, cast(Isnull(Sum(Ori_price*qty),0) as money),1),'.00','') as Orderamt from Orderdetail where Convert(Varchar(8), Order_date,112) = '달력 일자' and DelYN='N' 금액은 붉은 색 글씨로 표시되었으면 합니다. 주문 건수 : Select count(Order_id) from Orders where Convert(Varchar(8), Order_date,112) = '달력...

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

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

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

    you make payment system very simply. every payment system possible my website.(card, cash, coupon etc) customer join us and my website sell and buy for c to c. customer pay money for my website fee( seller ) - 개인이 상품을 사고 팔수 있는 오픈마켓형 홈페이지 - 상품을 판매한 사람에게 수수료를 받는 시스템 - 개인이 결재할 때, 카드, 현금입금, 쿠폰 등, 모든 결재방식이 가능함. - 개인이 결재할 때, 카드같은 경우 카드수수료가 빠진 금액만큼 결재됨. (나머지 쿠폰도 마찬가지 임) - 홈페이지에서 결재된 금액은 홈페이지 단위의 가상money를 받고, 판매자에게 전달. - 고객이 상품받은 것을 확인하면, 판매자에게 3일에서 7일까지 회사에서 결재된 금액을 가지고 있다가 3일이나 7일후에 수수료가 빠진 금액으로 결재계좌에 입금. - 상품을 받지 못한 고객에게는 결재된 금액을 다시 돌려 줌. (이 때, 결재되었을 때, 카드수수료등도 같이 취소되어 환급됨.)

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

    안드로이드 앱 및 모바일웹 개발건 법률관련 어플,웹개발로 복잡하지 않습니다. 1차 2차 고객과의 연계하는 O2O(오프엔온라인) 비지니스로 가입, 관리, 비용지급, 계산, GPS기능 등 기능이 포함됩니다. 경험있는 개발자분들의 연락주시기 바랍니다. 접수기간 : 1월5일까지 접수 위치 : 한국,인천 연락 : 010.8200.4391

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

    ...showing the products. - Registration Redirection Fix: The second task is addressing a critical issue with the registration process. Currently, upon successful registration, the user remains on the registration page. This is not the intended behavior, and I need a solution that will ensure that users are correctly redirected to their profile page post-registration. . This video helps what im trying to say. Ideal candidates for this project should have a strong command of HTML, JavaScript, CSS, PHP, and SQL. In addition, experience with Stripe payment integration and troubleshooting registration processes on websites is highly desirable. Please note that these two tasks are interdependent, and hence, need to be addressed simultaneously

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

    ...on my CentOS server. The process /usr/sbin/mariadbd is showing 109% CPU usage in the WHM task manager, although the server load is stable and I haven't made any recent changes. Your primary task would be to diagnose and resolve this problem. No error messages or warning signs have appeared, making the source of the issue somewhat inscrutable. Access will be provided via AnyDesk or a remote desktop connection for swift and efficient troubleshooting. Your expertise in the following areas would be invaluable: - Proficiency in CentOS server administration - Expertise in WHM and server task management - Experience in identifying and resolving high CPU usage issues - Strong communication skills to work collaboratively and explain the fix If you are able to investigate and r...

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

    I'm in need of a professional who can develop a desktop application that can generate addresses for my Solana token. Some key details about the project include: - The token will be built on the Solana blockchain, so experience with this platform is essential. - The desktop application needs to support multiple operating systems – Windows, macOS, and Linux. - The address generation feature should be seamless and reliable. I'm looking for a skilled developer who has experience in creating cryptocurrency-related applications, particularly on the Solana blockchain. The ideal candidate should have a good understanding of blockchain technology and be proficient in developing desktop applications for multiple operating systems. Pleas...

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

    I'm in need of a skilled developer to create an intelligent transaction monitoring platform with big data capabil...parties to ensure seamless operation. Target Audience: This platform is primarily aimed at banking and financial institutions, as well as e-commerce companies. Preferred Technology Stack: - Java & Python for the core of the platform. - Big Data technologies for processing large volumes of data. - In-Memory DB for fast data storage and retrieval. - Drools & JBPM for fraud detection and management. The ideal candidate should have experience in developing similar platforms, with a solid grasp of real-time monitoring, fraud detection, data visualization and big data technologies. Strong background in Java, Python, with a good understanding of Drools...

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

    ...dial a number through a VoIP service using the VCDial setup I have. The code should also play a pre-recorded message when the call is connected. The operating system I am using is Windows. Key Requirements: - Develop a Python script that can interact with the VCDial setup for dialing numbers. - Integrate the functionality to play a pre-recorded message once the call connects. - Ensure the script can run smoothly on a Windows environment. Ideal Freelancer: - Proficient in Python programming, with experience in telephony and VoIP setups. - Familiar with VCDial or similar systems. - Able to work effectively on Windows OS. - Prior experience in creating automated call systems or call centers would be a plus. My budget is not more than 5000-6000 INR for this. I can ...

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

    I'm looking for a seasoned Java developer who has experience working with XAMP. Your understanding of database systems is also crucial to this project's success. Please apply if you have the required expertise. No teams or companies please.

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

    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 programmer with skills in vb.n...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 be compatible with Windows ...

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

    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...

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

    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 (평균 입찰가)
    4 건의 입찰

    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 (평균 입찰가)
    24 건의 입찰

    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...

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

    We have a Laravel PHP based project for Short Term Office Rentals. We are seeking a qualified mobile app developer to create a cross-platform mobile application for both Android and iOS. Our current staging site is located at: Desktop: PWA: For the design of our Progressive Web App, we used the OpenTable application as the inspiration. Similar applications that have the same functionality as our sites are: Airbnb Zillow Our application currently has approximately 20 screens and includes payment processing through our own custom gateway. QUALIFICATIONS Minimum 4 Years experience with Mobile App development, with at 2 years of experience with Flutter framework Provide at least THREE (3) live

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

    ...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 candid...

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

    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 managem...

    $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.

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

    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 (평균 입찰가)
    53 건의 입찰

    I'm looking for a seasoned full stack developer with expertise in Flutter, React JS, and Node JS to build a comprehensive web application. The project will include, but not limited to: - Building a User authentication system - Implementing real-time notifications - Integrating data visualization tool The ideal candidate will have a proven track record of developing complex web applications. Familiarity with Firebase and Google Cloud is also a plus. Through this project, we aim to create a responsive, efficient and user-friendly platform. Your role will be crucial in achieving this goal. Please provide examples of web applications you have built previously that applied these skills, especially with real-time notifications and data visualization. I look forward to working with ...

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

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

    ...Build Errors: My project has been spawning various build errors that hinder the execution of the application. The freelancer is expected to help identify and rectify these errors. • UI Layout Problems: There are also vital concerns with the user interface layout. Some pages don't render correctly on different screen sizes, and the general responsiveness of the UI is inconsistent. The task would involve pinpointing these problems and implementing effective solutions. • Platform: The application is to be developed for both Android and iOS platforms. Therefore, experience with cross-platform app development will provide a definite advantage. Please apply only if you can work via remote desktop (AnyDesk), have a robust internet connection, start just a...

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

    Assist in writing answers for 3 questionnaires for Grant application criteria for an Allied Health Company demonstrating the company's setup All answers for the criteria's are to be written within 750 word limits each. Assessment Criterion 1: Service delivery [750 word limit] Describe how your organisation will deliver the services in the identified ACPRs in the application. Assessment Criterion 2: Stakeholder Engagement [750 word limit] Describe how your organisation will cultivate or expand links with other service organisations, infrastructure and resources, including the Regional Assessment Services (RAS) and other relevant specialist services e.g. dementia supports. Assessment Criterion 3: Efficient and Effective Use of Grant Funds [750 word limit]

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

    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 seeking an experienced .NET programmer to add a new feature to my existing application. Specifically, I need a modification to bypass member search by using a querystring. The page concerned is this:- We wish to have a direct url that replaces the process of searching for a member (eg member no 161068) and arrives at page two directly. For example, entering 161068 in the search box and selecting Checkedandvetted then pressing 'review this company' moves the user to page 2- review your experience. This is what we want to achieve with a single url. This is so that we can provide a url like that will do the same as the previous steps. Ideal skills for this job will include: - Strong knowledge

    $134 (Avg Bid)
    $134 (평균 입찰가)
    42 건의 입찰
    WPF Desktop App Creation 6 일 left
    확인

    I require a proficient WPF developer to design and create a user-friendly desktop application with the functionality and design, on par with that of Visual Studio. My project would need your expertise in: - Data Binding: Connecting the software to a database for efficient processing and managing of information. - UI Design: As Visual Studio served as inspiration, the application must have a clean, intuitive user interface, prioritizing user experience. - Navigation and Control: Implement a logical, coherent system to smoothly navigate around the application. The ideal candidate should have experience developing desktop applications, data visualization tools, and creating user-friendly interfaces, particularly in WPF. Familiarity with Visual Studio'...

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

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

    I'm seeking a talented individual to 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 t...

    $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...

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

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

    ...branding elements. Responsibilities: • Design visually appealing graphics that align with our brand identity. • Create detailed infographics that highlight product benefits and features. • Develop comparison charts to differentiate our products from competitors. • Work with our marketing team to ensure the content aligns with our promotional strategies. • Optimize content for mobile and desktop viewing to ensure a seamless customer experience. Requirements: • Proven experience in graphic design, specifically with e-commerce platforms like Amazon. • Strong portfolio showcasing expertise in digital content creation. • Excellent communication skills and responsiveness. • Ability to work to tight deadlines and adapt to feedbac...

    $150 (Avg Bid)
    상금 보장형
    $150
    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 (평균 입찰가)
    41 건의 입찰

    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)

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

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