Mysql download for windows 10일자리

필터

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

    안녕하세요:), 혹시 자바 관련해서 문의드려도될까요? (Budget은 임의적으로 최저에 맞춰둔것이고 확정은 아니에요)

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

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

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

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

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

    인스타그램의 좋아요,팔로잉등의 자동화작업 프로그램의 개발 - 핵심기능 1.프록시를 이용한 멀티세션 구현 과 통신하여 작업하는 클라이언트 개발 3.작업결과를 DB에 report.

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

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

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

    php, mysql, word press, bootstrap, jquery , ajax, html5 (모바일웹, 앱) 기술 우대

    $11 / hr (Avg Bid)
    $11 / hr (평균 입찰가)
    1 건의 입찰
    OrderCalendar 종료 left

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

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

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

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

    안녕하세요, 소셜 쇼핑몰 사이트에 판매하기 위해 상품 상세페이지 작업을 하던 도중 담당 디자이너가 개인적인 사정으로 일을 마무리하지 못한 상태로 연락이 끊겨버렸습니다. 아래 첫번째 첨부 화일 '슬리폰즈상세페이지(초안)'을 보면 알 수 있다시피 전체적인 프레임과 컨텐츠는 거의 잡혀있는 상태입니다, ping화일이다보니 새로 만들어야 하겠지요. 하지만 여기에 쓰인 이미지 대부분을 psd화일로 제공할 수 있습니다. 위 링크 페이지에서 커서를 중간 쯤 내리면 Download Images제목 밑으로 작업에 쓸 이미지 다 있습니다. 하지만 원활한 작업을 위해 이메일로 일일이 해당 이미지를 보내드릴 것입니다.참고: 아래 첨부 화일---> SPs 소셜사이트 담당 MD가 소셜쇼핑 디자인가이드 방침에 맞지않는 부분을 몇가지 지적했기에 수정할 부분이 있으므로 그러한 내용을 숙지하고 적용해서 제작하면 되는 것입니다. 물론 그것도 저희가 다 알려드립니다. 구체적으로 예를 들어 열거해보겠습니다. - 시안에서는 "선택A-1,2,3 B-1,2"로 했으나 "선택1~선택5"로 바꾸기. - 맨 첫 이미지에 있는 우측 세줄의 홍보문구는 없이 만들기. - 38% 61,500 모두 필요없고 "쿠팡가 39,800원"으로 통일. - Hotdeal 박스--->작업할 필요 없음 - 맨 아래 아마존 피드백 모음도 안집어넣으면 되고요 그 아래 사진도 올리지 않고 다른 이미지로 업로드할 겁니다. -............

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

    I am in need of a developer skilled in Python for a project concerning the creation of a tablet finder application compatible with Windows. The primary feature of this application must be search filters, specifically, those able to find tablets based on their MAC addresses. Ideal candidate would posses: - Proficient in Python - Experience in creating search filters - Familiar with MAC addresses - Working knowledge of Windows compatibility - Detail-oriented and able to work autonomously. The focus of this project is the development of a reliable application that can perform complex searches based on a tablet's MAC address. This is a specialized task requiring detailed and specific skill sets.

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

    ...skilled freelancer to assist with in-depth Android application security assessment. Skills in the following areas are required: Static Application Analysis: Understanding of tools like PEView, Dependency Walker (for analyzing dependencies in a Windows environment), APKTool, Androguard, or similar. Dynamic Application Analysis: Experience with tools like Process Explorer/Monitor (for analyzing processes in a Windows environment), Wireshark, or comparable tools. Code Analysis & Reverse Engineering: Proficiency in Ghidra, SMALI/BAKSMALI, dex2jar, and similar disassemblers/decompilers for Android code. Key Requirements: Proficiency in Volatility, APKTool, and Ghidra Intermediate level of experience in Android application security assessment. Ideal S...

    $23 (Avg Bid)
    $23 (평균 입찰가)
    1 건의 입찰
    Odoo Tasks -- 3 6 일 left
    확인

    ...National Skills Competition module for view only, and have their own filter settings, but they can't make any changes and can't see any other modules at all, what they can do is just view NSC module, use the search, filter, or print(if available) features, also, please instruct us how to create this specific users. - Co-ordinator in project/Task can also edit the project/task/so/sales/quotation / purchase order and all custom modules we created - Additional five Project list reports, just use the existing one and change the fields, add one combine report and one button or dropdown list then generate that. - Task, one click to update or add, create buttons in the task, then each button can copy the certain fields data from project to the certain fields in task? For...

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

    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. Please provide your...

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

    I need assistance in creating a Python script that can dial a number throu...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 g...

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

    I am looking for someone who can make me a 3D render product video for Instagram. On a simple white or black background

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

    ONLY RESPONSES THAT ADDRESS THE QUESTION AT the END WILL BE CONSIDERED? I need a knowledgeable Stratum v2 expert for assistance with the following tasks: - Mining Pool Configuration: Proper setup and configuration of the mining pool. - Mining Software Integration: Seamless integration of mining software into the current setup. - Protocol Optimization: Optimization of the Stratum v2 protocol to ensure peak mining performance. The specific programming languages used 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 fr...

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

    I am searching for an experienced programmer with skills in vb.net or LabVIEW, or Labwindows. 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 ...

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

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

    MUST USE ANGULAR, CSS, and any other framework. Must develop using git (I have git account and digital ocean account) and deploy using continuous development to web server. and use mysql for the db backend Once the project is awarded we can work these out before starting development The project should be a simple tasks application. Users should be able to create a task, modify task, delete task, mark task as complete. The user can create as many task as needed. Tasks should have the following: Task Name, Task Detail, Priority (High, Low) , StartDate, EndDate

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

    I have a CS-Cart Multi-Vendor site that experienced a severe breakdown ...experience. This could involve improving page loading speed, streamlining the user journey, or other UX-related optimizations. - Create and install a new visual template: A fresh, engaging visual template can breathe life into the site. This is vital for user retention and engagement. Ideal candidates for this job should have: - Profound expertise in CS-Cart Multi-Vendor platform. - Strong debugging skills in PHP and MySQL. - Experience in server configuration and security settings. - Solid understanding of user experience principles. - A creative eye for designing visual templates. Looking to establish a long term relationship as I will be needed more maint and features..including get...

    $446 (Avg Bid)
    긴급형
    $446 (평균 입찰가)
    58 건의 입찰

    For the game Dead by Daylight, I would like someone to create an equalizer to isolate the sound of a specific character, and amplify that sound so its easier to hear while im gaming. Ideally Peace Equalizer running in the back that i can switch on and off. The sound is comparable to breathing but is more like a distinct grunting sound. There will be 3 different equalizers, with 3 different sounds at the base. The end goal would be 3 files for peace equalizer I can download. I will provide all the input, so I can send all the audio files required to make the EQs. Looking for a developer who knows how to utilize programs to translate sounds into Hz ranges & into eq's + ideally other advanced techniques I dont know about.

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

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

    Russian Recording Project We have a project, that needs Russian speakers, we will give you the text, and you need to record just 150 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 4USD For 140 short sentences recording. If you are interested please let me know sure.I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

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

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

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

    I'm looking for a skilled professional to create a top-notch website for our recently launch real estate project. The primary goal of this website is to generate leads for potential buyers. Key Features: - Interactive Floor Plans: The website should have interactive floor plans. - Integrated Google Map Location: The website should integrate Google Maps for location. - Gallery & Photos: Users should be able to view high-quality images of the project. - Video, 3D Tour: Incorporate video and 3D tour to enhance the user experience. User Experience for Lead Generation: - Contact Form Submission: Users should be able to submit inquiries through a contact form. - Direct Email or Call Option: Provide means for users to directly contact us via em...

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

    Looking for an experienced developer to create a cross-platform Juce 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 con...

    $1014 (Avg Bid)
    $1014 (평균 입찰가)
    16 건의 입찰
    Dashboard Celular 6 일 left
    확인

    Crear una app para iphone y android con indcoadores de ventas de una empresa privada, 6 pantallas (login, resumen de ventas, ventas diarias por local, ventas historicas, ventas por producto y categorias) La base de datos esta en mysql

    $445 (Avg Bid)
    $445 (평균 입찰가)
    35 건의 입찰
    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 need immediate help in implementing an OTP-based user authentication system. The project con...authentication system. The project consists of - - OTP-based user authentication: The user should receive a unique OTP via SMS that they would enter to be authenticated. - React Native integration: The user interface needs to be seamlessly integrated and tested. - Node.js and MySQL: The backend should be designed to handle the OTP generation, validation and user details. I have a tight deadline and need this project completed as soon as possible. Ideal candidates should have: - Strong experience with React Native, Node.js and MySQL - Previous experience implementing OTP-based authentication - Able to work quickly and efficiently Please only apply if you're confident ...

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

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

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

    I'm seeking a proficient individual to assis...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. Yo...

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

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

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

    ...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 capabilities would be an added advantage, but not a nece...

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

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

    I'm looking for a proficient developer who can add a page to my website that interfaces smoothly with my MySQL database. The website already has formatting etc, so I'm not looking for that. The database stores a variety of exercise data, and the webpage needs to display this data in an intuitive and user-friendly manner. Key webpage features include: - Display of exercise data: Each exercise's description and its difficulty level should be displayed. There's also a column in the database containing YouTube URL links, so another important feature the webpage needs is the ability to watch these exercise videos directly from the webpage. It is a simple database with only one table. - Users should be able to select the exercise they want from a drop-...

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

    I'm in need of a virtu...managing my calendar The ideal candidate should: - Be able to dedicate between 10-20 hours per week to this role. - You can make calls and videocalls and mantain fluid communication. - Possess strong organizational and time management skills. - Have a background in real estate is valued but not mandatory. Tecnic requisites Internet connection between 50mp-100mp of download y 10mp of upload. Hardware: 8GB de RAM Mínimum processor Intel Core i5 or equivalent. Solid-state drive (SSD) as the main storage Please respond with your relevant experience and availability. Let me know what's your hourly rate, part-time expected salary (in the case that I decide to hire you part-time and pay you whether I have enough work for you o...

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

    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 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 forniti i sorgenti HTML

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

    ...storyboard for my project. At this stage, no designs or wireframes have been created, hence your inputs and creative touch will be extremely necessary and appreciated. Key Requirements: - Interpretation and utilisation of the provided specifications to create a user-friendly storyboard. - Generate unique, intuitive and compelling ideas for the storyboard. - Experience in iOS development and designing. - Critical thinking and problem-solving skills. - Proven ability to work effectively within deadlines. Please download the attachment for the project details. Your application should clearly showcase your relevant experience and past projects you've handled. Also, I hope to find someone who can understand and effectively use the specific features I have...

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

    Hi Serhii Z., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

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

    I'm looking for a talented individual who can help me improve my brand's image and marketing efforts. Key Details: - Objective: The main aim of this project is to enhance my branding and marketing strategies through the creation of compelling textual content, specifically blogs and articles. - Audience: The target audience for this content are young adults aged between 18 to 24 years old. Ideal Skills and Experience: - Proven experience in content creation, specifically in writing blogs and articles. - Understanding of the preferences and interests of young adult demographic. - Strong grasp of branding and marketing principles. - Ability to craft engaging and shareable content. If you have the right skills and experience, and would like to contribute to my bran...

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

    I'm in need of an experienced professional who can mix and master my song. I've attached a demo of the song for you to listen to. Here's also a youtube link to the demo: If you feel like adding production elements to it, I'm open to that too. Please add as many elements as you feel necessary. You can even change the structure of the song, or make a remix. Just make sure that if you change or add anything, that it improves the quality of the song. Here's a google drive link with the individual stems for the song:

    $500 (Avg Bid)
    파워형 상금 보장형 최상위형
    $500
    5 건의 응모작

    Hi, we need to create a picclick similar site that uses the feed of our 2 websites The site will automatically download the products by comparing and redirecting them and showing the offers of the two stores.

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

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

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

    Integrated Al-Quran Education System Development Brief: Create a digital platform for Al-Quran education that features student progress tracking and transparent reporting. The system will utilize PHP Laravel, Flutter or .NET Core, with MySQL/MariaDB on a Linux server. Key Features: User registration for different roles: Admins, Teachers, Guardians, and Students. Payment options both online and offline. Attendance and performance monitoring tools. Video tutorials for Quranic concepts. Requirements: Experience in educational technology. Quick turnaround and budget adherence. Deliverables: Complete web application. User guide and maintenance support. Proposal Needs: Approach, timeline, and cost.

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