Kill all mysql processes windows일자리

필터

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

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

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

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

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

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

    저희가 영상채팅앱을 만들고자합니다. ※ 안드로이드+iOS 두 버전 모두 견적을 주세요 디자인+개발 까지 다 해주실 팀을 찾고 있습니다. 기획이나 디자인은 구글 플레이스토어에 AZAR라는 앱이 있는데 거의 비슷하게 만들면 됩니다. 디자인이나 컬러톤 정도만 바꾼다고 생각하시면됩니다. We try to find the team that makes video chatting app. It means to make apps totally.. design+programming and, It looks like almost the same as ""azar""app. on google play store. You have only to a little chage colors and user interface from azar. ※ Android & iOS version both (Estimate fot both apps.)

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

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

    ...industry trends in inventory management. Provide technical support and guidance to end-users as required. Requirements: Bachelor's degree in Computer Science, Software Engineering, or a related field. Proven experience as a Software Developer, focusing on inventory management software. Proficiency in programming languages such as Java, Python, or C#. Familiarity with database management systems like MySQL, PostgreSQL, or MongoDB. Strong problem-solving skills with acute attention to detail. Excellent communication and collaboration abilities. Capacity to work independently and collaboratively within a team environment. Prior exposure to Agile development methodologies is advantageous. How to Apply: If you're ready to embark on an exciting journey and contribute to the...

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

    I am in dire need of guidance to efficiently set up Meltano for data pipelining primarily from relational databases such as MySQL and PostgreSQL. The goal is not only to have a system in place but also to grasp a deep understanding of the whole process. Key responsibilities: - Set up Meltano for data pipelining from relational databases - Offer expertise and guidance throughout the setup process Ideal Candidate: - Expertise with Meltano and data pipelining - Experience with relational databases particularly PostgreSQL - Excellent communication and teaching skills - Attention to detail, patience and willingness to explain complex concepts in a digestible manner. I look forward to collaborating with a professional who can offer high quality assistance, and expedite the learning an...

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

    I am facing an issue on my Windows system where the internet disconnects every time I connect to my OpenVPN. This issue is significantly impacting my ability to work remotely and access the resources I need. Key Points: - The issue started occurring when I began using OpenVPN. - I work on my system and the VPN is a critical part of my workflow. - The problem is specific to my Windows operating system. I am looking for a professional who has: - Profound experience with troubleshooting VPN connection issues, especially with OpenVPN. - Strong knowledge of Windows operating system networking and its interaction with VPNs. - Excellent communication skills and can guide me through the troubleshooting process in a clear and understandable way.

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

    More details: Is this project for business or personal use? Personal What information should successful freelancers include in their application? Past work How soon do you need your project completed? ASAP

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

    ...skills. - Ability to work independently and manage multiple tasks effectively. - Proven track record of meeting and exceeding sales targets. - Self-motivated and result-oriented. - Flexibility to work on a commission-based or freelance basis. **Preferred Qualifications:** - Bachelor's degree in Business Administration, Marketing, or related field. - Experience with CRM software for managing sales processes. - Knowledge of different sales techniques and strategies. - Ability to adapt to a fast-paced and dynamic work environment. **Benefits:** - Flexible work schedule. - Opportunity for unlimited earning potential based on sales performance. - Chance to work with a dynamic team and innovative software solutions. - Room for growth and advancement within the company. **Applic...

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

    I am looking for a C programmer to develop a simple keylogger detector specifically for Windows and Linux operating systems. The primary use of this tool will be on my personal computer. Key Features and Tasks: - The detector should be capable of detecting and alerting keyloggers' presence on the computer. - The detector can have minimal ui. - the detector can only have manula scanning. Ideal Candidate: - Knowledgable in C programming with significant experience in system security programming. - Familiarity with keylogger behaviors and effective detection methods. - Prior experience in developing security software for Windows and Linux operating systems. The end goal of this project is to ensure my personal computer is fairly safe from keyloggers. Looking forward t...

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

    ...and need assistance in updating financial records and converting USD to RS accurately. I'm looking to achieve the following: - **Financial Record Updating**: This project primarily entails updating sales and purchase transactions in TALLY. Ensuring that all data is correctly entered and organized is crucial to the project. - **Currency Conversion**: The project also involves converting USD to RS and appropriately handling the exchange difference issue. This requires a deep understanding of both the software and currency exchange processes. The ideal freelancer for this project should have: - Proficient experience with TALLY PRIME - Strong background in financial recordkeeping - Expertise in currency exchange and handling exchange differences - Attention to detail a...

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

    For an existing website I need this: Likely Laravel framework. Please keep in mind you need to make the MySQL db for this as well. 1. Store form and order data in MySQL, calculate pricing and show in .js, and send email confirmations from main website order form. 2. Store form and order data in MySQL, check voucher code in DB and return back, need to update order details in bottom of page (.js) and send email confirmations from Affiliate landing page order section. Need to implement online payment from Stripe on both order pages. First phase: 1. Login page (html done, some core PHP done) 2. Forgot password page (html done) 3. Sign up page (html done, some core PHP done - confirmation email needs work) 4. Orders list page (html done) 5. Single order page (ht...

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

    ...manufacturing, thus precision and accuracy are essential. I need this project completed as soon as possible. Ideal Skills and Experience: • Proficiency in Fusion 360 for 3D modeling and product design • Strong technical knowledge of manufacturing processes • Capable of delivering accurate and timely results. Timelines: • The project needs to be completed ASAP. Hence strong time management skills are essential. Please use AUTODESK FUSION 360 for modelling the design. Create 10 parts in which one of the parts should use CNC milling programming and assemble all the parts into one design by using Design for Manufacturing (DFM) or Design for Assembly (DFA). I need an abstract within 24 hours of 500 words in one page. If your expertise aligns with the ...

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

    ...introduce new functionalities that will improve both the user experience for patients and the operational efficiency for healthcare providers. Key Tasks: - Develop a module for online video appointments. - Create a secure document sharing feature for doctors and patients. Ideal Candidate: - Proficient in WordPress theme customization. - Experienced in custom plugin development. - Skilled in PHP and MYSQL - Has previously worked on healthcare-related platforms, particularly with appointment scheduling and multimedia communication. - Must value clean code, user-friendliness, and data protection. This project is crucial for facilitating seamless digital interaction between patients and healthcare providers. Your efforts will directly impact the efficiency of medical services an...

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

    I'm in need of a skilled C# developer with a minimum of 3.5 years of experience. The job location would be in Pune Key Requirements: - 3.5+ years of experience in C# development - Hands-on experience with Windows Forms and/or WPF - Ability to work on-site in Pune - Strong communication skills in English - Proven track record in developing desktop applications Your application should primarily focus on your experience. I'll need to see a solid track record of past work and a detailed project proposal won't go unnoticed.

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

    ...(OUAF) technology who can assist me on a project urgently. Task Components: - Designing intuitive and efficient user interfaces. - Developing custom functionalities as per the project's requirements. - Implementing data integration for seamless information flow. While the main purpose behind this project hasn't been detailed out, the chosen tasks indicate it would greatly aid in streamlining processes or improving data management. Hence, the project might have leanings towards enhancing the efficiency of business operations. Ideal Candidate: - Proficient in designing UI for OUAF. - Track-record in performing custom functionality development. - Proven skills in implementing data integration on OUAF. - Availability to start immediately. Your prompt application...

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

    ...to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame number ... - the time position/time code ... - the data detected ...... - e.g. the sharpness and this should be outputed in a JSON file per video file. Ideal Skillset: - Proficiency in Python - Experience with video processing lib...

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

    ...robust codebase management system that ensures version control. - Dependencies management: You should have experience dealing with dependencies in Java applications, and be able to streamline and optimize these processes. - Configuration, release, and runtime processes: You'll also be responsible for ensuring that our application's configuration, release and runtime processes align with 12-Factor App best practices. In addition to your technical expertise, a strong understanding of software architecture, system design and the ability to communicate complex information clearly are all highly desirable for this role. Experience in application refactoring and working with large codebases is a big plus. If you're passionate about clean, scalable c...

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

    I am looking for a specialist to develop a Network-Attached Storage (NAS) server primarily for backup and storage purposes. The server is expected to handle: - A data volume between 1TB and 5TB initially. - Primarily cater to Windows operating system. Ideal Skills: - Strong knowledge of server architecture and NAS - Familiarity with data backup systems - Expertise in Windows operating systems. Your proposal should detail your experience with similar projects and provide an outline on how to approach and execute this task.

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

    I need a proficient freelance developer adept at building and managing a Shopify e-commerce platform from beginning to end. This encompasses: 1. **Website Creation**: I need to have a custom, fully functional, user-friendly, and visually pleasing design. 2. **Deployment**: I require someone with experience in efficient website launching processes and managing all technical aspects. 3. **Publishing**: Seamless integration with my inventory for product listing and publishing is vital. 4. **Marketing**: The ideal candidate has expertise in marketing strategies focused on driving traffic to the site and increasing conversions. Ideally, the right fit for this project has extensive Shopify expertise, strong design instincts, and a background in e-commerce. They should un...

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

    For this project, I'm seeking a skilled prof...than 10 seconds, you should add these 6 features to the video sequence, by creating a foreman, producing an ai report via chatgpt etc. So the total time would be less than 1 minute 30 seconds. Ideal skills and experience: - Proficiency in Unity Unreal Exe. - Familiarity with Windows mp4 format. - Attention to detail and excellent time management skills. The deadline is a high priority for this project, so please only apply if you're confident you can deliver on time. The attached files plus an exe file would be all that would be provided. You can create a storyboard by feeding the existing video from the exe file and let the language model to write a storyboard with the six features so that you can create the vide...

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

    I need a desktop application for Windows that will primarily function as a driver updater. The application should: - Be specifically designed for Windows operating system. - Focus on ensuring all drivers are up-to-date for the user's system, and where necessary, provide options for updating the drivers. - Offer an intuitive and easy-to-understand user interface. Ideal freelancer: - Proven experience in developing Windows desktop applications. - Solid expertise in developing software that interfaces with drivers. - Proficiency in creating user-friendly interfaces. - Demonstrate an understanding of the importance of security in software of this nature.

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

    As a mortgage brokerage, we're currently in search of a skilled and experienced lead generator who can help us to optimize our current methods. Our processes mainly involve online advertising and referrals. Preferred skills and experience: - Knowledge of Facebook Ads - Proficiency in creating compelling text-based content - Deep understanding of lead generation strategies Your task will primarily involve: - Enhancing our text-based advertising on Facebook - Finding new ways to capitalize on referrals - Exploring other innovative methods for online advertising Bid now if you're up to the challenge of improving our lead generation efforts. Let's grow together!

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

    ...experienced Business Process Analyst to help with a range of tasks related to my business process. Key tasks will include: - Process Modelling: I need assistance in mapping out our existing processes. - Process Verification: Once the processes are mapped out, I need them to be verified to ensure they are accurate. - Capacity Planning: It's important to plan for our resource capacity to meet business demands. - Quantitative Simulation: I'm looking for a professional who can perform quantitative simulation to help us make informed decisions. The primary outcomes I'm looking for are: - Streamlining processes for efficiency - Identifying bottlenecks and areas for improvement - Optimizing resource allocation - Improving overall productivity Ideal candid...

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

    ...building comprehensive systems. Ideal Skills and Experiences: - Past work on similar applications, especially in the healthcare sector - Basic functionalities such as user registration, appointment scheduling, and billing and payments - Creation of clean, intuitive, user-friendly graphic interfaces Despite not specifying the desired operating systems, experience in making software compatible with Windows, macOS, and Linux would be a definite plus. Get in touch with your CV, past work references, experience, and detailed project proposals if you feel this is the right project for you....

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

    I need a skilled WordPress developer to assist me in optimizing images on my website. I'm looking to reduce the loading time of my website by optimizing images. This task wil...graphics, as I use a mix of both on the site. I'm looking for a solution that can manage image optimization in two ways: - Automatically upon image upload - Manually in batches Ideally, the images should be optimized to the smallest possible size without sacrificing quality. Key Skills: - Proficient in WordPress - Experience in image optimization - Ability to automate image optimization processes - Familiarity with optimizing both photographs and graphics Your goal is to enhance the user experience on my website by ensuring it loads quickly and smoothly. Please share your experience wi...

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

    I am in need of a well-versed Python expert to assist in managing a Linux server. This project is task oriented and requires specific skills including: • Working with server data analysis • Implementing web scraping techniques • Establishing automation processes The role also demands a comprehensive understanding of Linux operations and the ability to print headers. A background in server security, setting up database servers and performance optimization would be ideal, but the focus is primarily on Linux server management via Python. Proficiency in Python, Linux, server data analysis and web scraping are must-haves. Experience in automation and server management will highly be appreciated. Looking forward to your knowledgeable and expert assistance in these areas...

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

    I have a small desktop application (little bigger than windows calculator sized) that was developed couple of years ago and now wanted to revamp the UI to latest design. Note: It's an algo trading application but the UI developer need NOT know anything about stock market because functionality development is being taken care by other developer. Ideal skills for this project include: - Proficiency in UI/UX design - Experience in desktop application development - Attention to detail and user-centric approach.

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

    I'm in need of a professional to upload my complete album created in Logic Pro to YouTube Music for distribution. Key Requirements: - You'll need to have experience in uploading music to YouTube Music and understand the platform's requirements - Comprehension of how to upload a complete album instead...essential. Additional Details: - I'll provide you with the Logic Pro file and the album art, so you'll purely focus on the technical upload process. - There's no need for any additional work related to the album art. Ideal Skills: - Experience with music distribution platforms, especially YouTube Music - Proficiency in Logic Pro for potential troubleshooting - Understanding of album upload processes If you have relevant experience and can ensure a smo...

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

    I'm searching ...an MRZ scanning plugin for Windows utilizing the device camera. The plugin must be able to handle the following documents: - Passports - ID Cards - Emirates ID Card (National ID of United Arab Emirates) No specific MRZ scanning library is currently preferred, so I welcome any suggestions. Ideal skills and experience for the job: - Proficiency in .NET language - Experience working with MRZ scanning plugins - Familiarity with different types of ID documents - Ability to integrate this plugin into Windows systems successfully - Experience with device camera utilization - Strong understanding of MRZ data extraction I am anticipating a product that efficiently captures the MRZ data from the aforementioned documents and integrates seamlessly into an exist...

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

    As a part of our website's live chat feature, I'm seeking a professional with a solid backgr...interface - Implementing the capability to receive and update data in the chat interface using form controller - Integration with Zoho CRM and Zoho Creator Ideal Skills and Experience: - Proficiency in Zoho Salesiq and Zoho Creator - Strong experience in widget development for chat interfaces - Familiarity with Zoho CRM and its integration methodologies - Ability to handle data transfer and update processes within the chat interface Your role will be crucial in ensuring that our live chat function is not only seamlessly integrated into our website but also synchronized with our Zoho CRM and Creator systems. If you have the experience and skills required for this project, I'...

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

    Presently, I'm facing an issue with my WHM/CPanel, where mails are frozen in the mail queue. I'm receiving error messages stating Status: 5.0.0. This tec...confined to a single user account, it's affecting numerous ones. I am seeking a skilled server administrator who has comprehensive understanding of WHM/CPanel, specifically around email configurations and troubleshooting. Key skills needed: - Extensive experience in WHM/CPanel - Proficiency in diagnosing and resolving server connectivity issues - Sound knowledge of email server delivery processes - A methodical approach to problem solving with attention to detail Your role will involve identifying the root of this error and implementing a reliable solution. Please only bid if you've successfully tackl...

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

    I'm seeking a professional who can help me leverage Azure OCR Document Intelligence in order to automate the data entry process for a set of invoices. Requirements: - Utilize Azure OCR for extracting text from invoices - Implement an automated system for data entry based on the extracted text Integration: - I require the system to ...the data entry process for a set of invoices. Requirements: - Utilize Azure OCR for extracting text from invoices - Implement an automated system for data entry based on the extracted text Integration: - I require the system to be integrated with my accounting software. Ideal Skills: - Proficiency in working with Azure OCR Document Intelligence - Strong experience in automating data entry processes - Prior work in accounting software integr...

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

    Having a significant issue with my Outlook and Microsoft Business account. When I create a new users in our system they are UNABLE to send outgoing emails to external parties. To help solve the issue, I'm looking for a skilled individual with: -We use Proofpoint, microsoft office, and cloudflare -Domain knowledge, cloud flare, - Expertise in troubleshooting Outlook e...help solve the issue, I'm looking for a skilled individual with: -We use Proofpoint, microsoft office, and cloudflare -Domain knowledge, cloud flare, - Expertise in troubleshooting Outlook email - Knowledge about the ins and outs of email settings - Prior experience in dealing with similar issues Your task will be to resolve this issue so I can seamlessly send and receive emails across all our devices f...

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

    For this project, I'm seeking a skilled professional who is proficient at integrating composite animation videos. You'll need to be able to: - Generate an animation video with a file ported using Unity Unre...Unity Unreal Exe. - Export the video as an mp4. - Complete the job ASAP. - Include these: 1 PLM 2 AI report 3 AI Foreman 4 QA 5 Safety 6 Collaboration with each in less than 10 seconds, you should add these 6 features to the video sequence, by creating create a foreman, producing an ai report via chatgpt etc Ideal skills and experience: - Proficiency in Unity Unreal Exe. - Familiarity with Windows mp4 format. - Attention to detail and excellent time management skills. The deadline is a high priority for this project, so please only apply if you're confident...

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

    I require an experienced tutor who can help me both maintain and make adjustments to the Asana, Zapier, SMS and Email automations currently in use within my business. Your responsibilities will include: Asana Adjustments: - Setting up new integrations as necessary - Advancing current workflow for better productivity - Automating tasks to streamline processes Zapier Adjustments: - Configuring new integration setups - Enhancing the existing workflow - Trouble shooting any automation issues Ideal skills: - Proficiency with both Asana and Zapier applications - Experience with SMS and Email automations - Strong problem-solving abilities - Excellent teacher with the ability to breakdown complex concepts.

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

    I'm in need of a comprehensive desktop monitoring software that supports both Windows and Mac operating systems. The key functionalities I desire are: - Tracking of websites visited - Recording of applications used - Logging of keystrokes typed Furthermore, I'd like the software to have real-time monitoring abilities as well as features for screenshot capture and file tracking. The ideal candidate for this project would be experienced in developing similar software and knowledgeable about security measures to protect data. Good understanding of synchronization between different operating systems is also preferred.

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

    I'm looking for a proficient professional who can create a report in Microsoft Access from a MySQL database. The report should contain data from the MySQL database, calculations or summaries of data, visualizations or charts, and be structured as a paginated report, using SQL language. The report should be designed to be accessed as a printable PDF document. It is not required to be interactive, as a static report is sufficient for my needs. Key Requirements: - Proficiency in Microsoft Access, MySQL, VBA, PDF, Python, and Excel - Competency in SQL language for data manipulation - Experience in designing paginated reports The ideal candidate should have a proven track record of creating similar reports, with the skills and knowledge necessary to work with the s...

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

    I'm seeking an experienced professional who can assist with the building warrant for an extension on my residential property in Scotland. Ideal Skills and Experience: - Vast experience in architectural design - Excellent knowledge of building warrant processes - Proven track record in securing building warrants for residential properties The successful candidate will be required to: - Draft detailed architectural plans for the extension - Handle all paperwork and liaise with relevant authorities - Ensure that all legal requirements are met for the building warrant to be granted This project requires a high level of attention to detail and a proficient understanding of the building warrant process in Scotland. Please provide examples of similar projects you'...

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

    Our organization primarily operates on Windows and we are in need of a proficient IT Helpdesk Support. We’ve been having repeated issues regarding: - Software Troubleshooting: Particularly with our custom company software which appears to require the most troubleshooting. Prospective freelancers should have hands-on experience with Windows operating system and a proven track record with software troubleshooting, ideally custom company softwares. The ideal candidate would be proficient in understanding and rectifying software-related issues, ensuring minimal downtime, and facilitating smooth operations. Your quick understanding of our company software and capability to resolve issues effectively will be an added advantage.

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

    I'm in need of a professional who can guide me through the process of acquiring necessary licens...You should have expertise in the legal aspects of ecommerce and licensing, particularly focused on services. - Assistance and Guidance: I would prefer a professional who can not only guide me through the process but also assist me in the actual acquisition of these licenses and permits. - Communication: Good communication skills are a must. I need someone who can explain the legalities and processes in a clear and understandable way, as well as keep me updated on the progress of each application. If you have experience with setting up and advising on ecommerce sites in the service industry, and are well-versed in the legal procedures of obtaining necessary licenses and permi...

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

    ...options for account customization. - Service Management: The core function of the website will be to manage and track services. This will involve the ability to add, edit, and view services in a clear and organized manner. - Tracking and Reporting: The website will need to have features that allow for the tracking and reporting of customer service activities. This is vital for both our internal processes and for providing transparency to our clients. Skills and Experience: - Proven experience in developing similar service management websites - Strong understanding of user experience and user interface design for business clients - Proficient in web security and data protection - Ability to create a streamlined and efficient system for managing service information. Need to be ab...

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

    I need a personalized, dynamic video generation app that uses OpenVoice and Wav2Lip to generate customized/personalized videos for clients conducting email outreach campaigns. The primary users will be busine...variable to customize - Use Wav2Lip and OpenVoice to "slot in" the customized portion of the video We are developers too, just don't have enough time to build this ourselves. A prototype should be accomplishable in a few days. We do not need the entire app built, just the microservice, and the initial webpage(s) to execute the request and serve the video, ideally saving the video link(s) to a MySQL database. We will build the app around it. If the project goes well, we will hire you again to add additional capabilities to the microservice and develop mo...

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

    I need to create a console project in C# Net Framework that I can listen the data from an equipment Mindray BC-20s and / or BC-30s. Using Ethernet configuration and HL7. The data that comes from the clinical equipment needs to be save it on txt file. The configuration is using TCP/IP and I need - Port for every equipment Any questions? I made a console project but I could no be able to get the results from those equipments. I need a person who had been working with HL7.

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

    I am looking for an experienced React Native developer who can develop a functional driver app for both iOS and Android platforms. I already have UI screens, however, are open to guidelines and suggestions. The Primary function of the app would be easing the driving processes. Here's what I'm aiming for: - Operational across both: iOS and Android platforms - Integration with GPS tracking for precise navigation - Real-time notification capability - Streamlined payment processing The ideal developer for this project should have: - Proven experience in React Native Development - Proficiency in working with both iOS and Android platforms - Excellent understanding of GPS integration and real-time notifications - Ability to work with provided UI screens and enhance functiona...

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

    ...Experience with COSO framework would be highly beneficial. - Financial Statement Audit: The selected professional will be tasked with auditing our financial statements to provide an independent and objective assessment of our financial health. An in-depth knowledge of GAAP and experience with financial statement audits is a must. - SOX Compliance Review: The freelancer will need to review our processes and procedures to ensure compliance with the Sarbanes-Oxley Act. A thorough understanding of SOX requirements and experience with compliance reviews is essential. The successful candidate will be able to provide us with comprehensive reports and recommendations based on their audit findings. Proficiency in communication is crucial, as they will need to clearly and concisely ex...

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