Casino games programming linux windows일자리

필터

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

    주어진 코드에 캐시최적화, 병렬프로그래밍, SIMD를 적용하는 과제입니다. 세부내용은 pdf에 있습니다.

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

    Linux 에서 동작되는 GUI 어플리케이션 개발입니다. QT 로 개발을 진행합니다. 터치스크린으로 동작되는 고급형 상업용 저울 SW를 개발합니다. 계량계측 전문, 국내 1위 기업인 (주) 카스에서 채용합니다. 6개월~7개월 진행 예상되며, 서울 강동구에서 근무합니다.

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

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

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

    나는 온라인 게임을 판매하는 프로그래머 또는 회사 / 나는 다음과 같은 서버를 사고 싶다. 계보 영원한 - NCSOFT 잃어버린 방주 Mu2- 웹젠 다른 사람들과 누군가가 연락을하거나 파일에 연락 한 경우 내 얼굴 접촉 또는 여기 얼굴 : -------------------------------------------------------------------------------------------------------- I am looking for a programmer or companies that sell online games / I want to buy servers like: Lineage Eternal-NCSOFT Lost Ark Mu2- Webzen among others if someone has contact or has the files contact my face to contact or here face: --------------------------------------------------------------------------------------- Procuro programador ou empresas que vendem jogos onlines/ quero comprar servidores como: Lineage Eternal-NCSOFT Lost Ark Mu2-

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

    We wish to purchase Source Code for Casino Games such as: 1) Roulette 2) Baccarat 1. Live streaming with metadata ( metadata have etc infomation ex) card number, win/lose, bet start / bet stop) 2. use websocket communite to server need flash source and server source.

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

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

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

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

    저희의 이전 프로젝트에 관련된 진행중인 작업이 있습니다set up the linux box'

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

    ...full-stack programmer, contributing to the development of various applications, including SaaS. The various software will interact with a Node.js backend and the user interface will be designed on Figma. Responsibilities: - Ability to devise practical solutions independently, following discussions with the CEO/CTO. - Participate in video conferences as needed. - Actively collaborate with the programming team, including peer-reviewing code. Essential Requirements: - At least 2 years of experience with React. Applications without this experience will not be considered. - Experience in developing medium to large-scale React applications. - Provide a portfolio that demonstrates the projects you have managed and completed. - Ability to actively participate in development planning, c...

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

    I'm looking for a skilled individual to develop a sophisticated sentiment analysis and recommendation system that can analyze aspects of customer reviews for a product. The primary goal of this system is to:...specifically battery, camera, price, display, and performance. - For each aspect, the analysis should include both positive and negative sentiment. - The system will need to provide insights on the reviews based on the sentiments detected for each aspect. Ideal Skills: - Proficiency in Natural Language Processing (NLP) and Sentiment Analysis - Experience in developing recommendation systems - Strong programming background, especially in Python or a similar language - Familiarity with data handling and processing techniques - Excellent problem-solving abilities and atte...

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

    I'm in need of a creative designer who understands the nuances of board games, particularly for adult players. Key Details: - The game is intended for adults, so designs should reflect a mature aesthetic and complexity level. - The game should primarily focus on strategy and planning. This means the board itself, along with any game pieces or cards, should be designed to encourage strategic thinking and decision-making. Ideal Qualifications: - Proven experience in designing board games - Understanding of adult gaming preferences - Ability to translate strategic concepts into physical game elements - Creativity and originality to design a unique and engaging game for this target audience.

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

    I am looking for an residential architect to redesign the exterior of my already existing house. The preferred style is contemporary. The project primarily involves designing the color scheme an...in color theory - Experience designing homes with a neutral color palette Any portfolio examples demonstrating these capabilities will be highly appreciated in the bid. Let's bring this vision to life together! I attached the house photos and an example of house that I liked. We didn't design the windows as half-moon/ semi circle, the house was already built when we bought it and we were not able to change the windows, therefore we need a solution that will not emphasize even more those windows, we need something to make them more invisibile. Please do not try t...

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

    ...countries like the USA, UK, Australia, Europe, and Canada As an individual venturing into creative content creation, specifically in video games, movies etc. production, I am in need of an accomplished Realization Manager. I am constantly thinking about creating my own content. I'm thinking about movies, video games, audiovisual productions with support of "Unreal" or/and "Unity" engine or any other software which can help the project. However, such productions are expensive and risky anyone who would like to cooperate with me and invest in my ideas is considered. I would like to combine ("blend") my passion for good action movies, fantasy, video games and music into a content-product. Someone who has knowledge and experience in ...

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

    Design 3 attractive Banners with ChatGPT or Midjourney Hello, we need attractive Banners from ChatGPT or Midjourney generated: But DONT use designs of real models!! Cars Banners: cars, tuning, federn, stunts, fast cars, luxury, poser, streetrace, motors Gaming Highlight: All kind of games Homeworker Fails Banner: Check example of my attachements. Thanks

    $15 (Avg Bid)
    상금 보장형
    $15
    114 건의 응모작

    Tam zamanlı Türk senior tasarımcı arıyoruz. Kriterlerin hepsini karşılıyorsanız en alt kısımda istenen bilgiler ile yazabilirsiniz. İstenen bilgileri sağlamayanların başvuruları dikkate alınmayacaktır. Don't apply if you are not a Turkish designer. Aradığımız kişi: - Adobe CC programlarını çok iyi derecede kullanabilen - Sporu seven, bahis casino markalarını ve sektörü takip eden, bilen (bahis sitesi değiliz) - Deadline'lara uyabilecek - Esnek çalışma saatlerine uyum gösterebilecek - Eli hızlı - Disiplinli - Ulaşılabilir, iletişimi kuvvetli, tekrar - disiplinli - Yaratıcı - Ajans çatısı altında remote çalışabilecek - tg segujohnson Bu pozisyona uygun olup olmadığınızı anlayabilmemiz için direkt olarak yazabilirsin...

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

    I am seeking a deft developer to create a script to automatically execute the OpenVPN app on my Android TV device, prior to my primary application (Xibo) startin...operating system used is Android TV 12 - The script must start the OpenVPN app and automatically connect to a designated VPN network - The script have to be executed before the start of the main app Xibo - Strong familiarity with Android TV and SDKs will be beneficial in this task I've tried some apps solution like Macrodroid or Tasker but I had no success. Ideal skills for this role include linux programming, app scripting, and a strong understanding of VPNs. Previous experience dealing with Android TV is essential. Considering the technical nature of the project, I'm open to discuss any doubts for per...

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

    I'm in need of a developer who can compile a Windows Exe file for the Real-ESRGAN GitHub project. The Exe file should operate on CPU, and accept command-line. Currently, the GitHub project offers only a GPU exe file, hence the need for a CPU version. GitHub link for Real-ESRGAN:

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

    As a mobile games studio with a recent launch in Egypt, we are seeking a dedicated content creator for long-term collaboration in game streaming either on Facebook /Tiktok/ Youtube. Our primary objective in this partnership is to significantly boost game downloads and increase our game's visibility. Key Responsibilities: - Consistent and engaging live-streaming sessions of our game, Domino Cafe. - Implementing strategies to actively encourage viewers to download the game. Ideal Skills & Experience: - Proven expertise in content creation, particularly in the gaming niche. - Prior experience with live streaming. - A solid understanding of the gaming community and what drives them to engage and download games. - Strong communication and engagement skills, capable of...

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

    I'm seeking integration of a basic customer support chatbot that's fully integrated with Zendesk. The ideal freelancer for this project should have significant experience in chatbots and Zendesk integration. Here are my requirements: - The chatbot should focus on handling tickets for complex issues. ...freelancer for this project should have significant experience in chatbots and Zendesk integration. Here are my requirements: - The chatbot should focus on handling tickets for complex issues. -the ticket system should generated the response using algorithm - The information from the users should only be used for the duration of the chat and not stored. A developer with expertise in AI, chatbot programming and thorough understanding of Zendesk API would bode well for ...

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

    I'm in need of a skilled software developer to create a custom appraisal system for my textile company. The software should be designed strictly for Windows OS. Key Features: - The primary function of the software should be an assessment tool that can be used for a variety of purposes, such as employee performance tracking, feedback collection, and goal setting and tracking. - The assessment tool should be designed with a mix of multiple choice questions and open text input. Ideal Skills and Experience: - Proficiency in Windows software development. - Experience in creating assessment tools within the software. - Knowledge in developing software for the textile industry would be a plus.

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

    I'm seeking an app developer to assist in creating a mobile-based gaming platform centered around Strategy games. The project's primary focus will be on in-app purchases. Key Features: - Creation of a mobile gaming application specifically designed to host Strategy games - Implementation of a seamless in-app purchase system, ensuring smooth and secure transactions Required Skills and Experience: - Proficiency in developing mobile applications, with a particular focus on gaming platforms - Prior experience in implementing in-app purchase systems within mobile applications - A firm understanding of the Strategy gaming genre and its unique requirements - Knowledge of best practices in mobile game development, particularly in relation to monetization strategies - Ca...

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

    ...Blueprint and Materials. 2 Ownership of any 3D package (Blender, Maya). 3 Have a sense of beauty. 4 Constantly study innovations with each release of a new UE release; know what is new and be able to 5 apply it. 5 Be able to find solutions independently and achieve the best result. Also : 1 The ability to create custom visual effects in UE (Niagara, Postprocess materials). 2 Knowledge of programming languages (C#, JavaScript, C++, Python). 3 Experience in virtual productions (virtual studios, augmented reality, XR, Motion Capture). 4 Experience working with real-time graphics software (Zero Density, Aximmetry, Stype Land, Pixotope)....

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

    check attached pic UPDATE : I DO NOT NEED AN APP !!! I NEED A SOFTWARE THAT GENERATE APPS !!! i need a software for windows that can generate an app on the fly it should make an app on the fly with these 3 settings only : app icon app title app WebView address (the website it should open in WebView on loading ) at the end the general idea is to make a soft that can make an the app that will simply open the website in a WebView . YOUR BID MUST START WITH THE WORDS "IM NOT A BOT" - OR ELSE I JUST DELETE BID

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

    This project requires expertise in Event-B Modelling & Spark I think you must be an Electronic, elevator engineer or electrical engineer and a programmer to be able to do this If you feel you are confident with this requirement and you can do this kindly place your bid while we discuss extensively on the requirement and timeline

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

    I'm currently developing a rummy app and I need an iOS developer who is well-versed with Apple's guidelines, especially in terms of user privacy, data handling, app content, and gameplay restrictions. Key Requirements: - Expertise in Apple's app store policies, particularly concerning card games like rummy - Experience with ensuring user privacy and data security in compliance with Apple's guidelines - Familiarity with developing multiplayer modes in mobile applications - Capability to implement a random matchmaking system for online players in the multiplayer mode The main tasks will involve: - Guidance: I need guidance on how to ensure my app is compliant with Apple's guidelines around user privacy, data handling, and gameplay restrictions. - Developmen...

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

    check attached pic UPDATE : I DO NOT NEED AN APP !!! I NEED A SOFTWARE THAT GENERATE APPS !!! i need a software for windows that can generate an app on the fly it should make an app on the fly with these 3 settings only : app icon app title app WebView address (the website it should open in WebView on loading ) at the end the general idea is to make a soft that can make an the app that will simply open the website in a WebView . YOUR BID MUST START WITH THE WORDS "IM NOT A BOT" - OR ELSE I JUST DELETE BID

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

    I'm looking for a skilled Robot Framework expert to automate multiple tasks in my Windows environment. Your primary responsibilities will be: - Automating test execution - Automating data validation - Automating form filling Skills Required: - Expertise with Robot Framework - Proficiency in Python It's essential that the automation solution is designed specifically for a Windows environment. Experience in similar projects will be a great asset.

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

    ...I'm looking for a talented developer who can create a web-based roulette game with a sleek modern design. The game should be compatible with all major web browsers and have a user-friendly interface. Key Requirements: - Compatibility: The game should run smoothly across all major web browsers. - Design: I'm looking for a modern and sleek design, something that stands out from traditional casino-style games. - Interactive Features: The game should include a live chat feature, allowing players to engage with each other in real-time. - It should have a WebGL 3D wheel using Ideal Skills: - Proficient in web development, particularly in creating interactive web applications. - Experience in game development and understanding of the principles of game design. - Fam...

    $34 / hr (Avg Bid)
    $34 / hr (평균 입찰가)
    44 건의 입찰

    I'm looking for an IT engineer who has a solid understanding of ThingsBoard and CentOS7 Linux system. Requirements: - Delete some repeat file on the CentOS 7 server. - Configuration of ThingsBoard to cater to specific requirements. This includes setting up devices and ensuring that all device management functions are properly in place. - Install Mosquitto-clients. - install Curl Ideal Skills & Experience: - Proficient in CentOS7 Linux system installation. - Strong knowledge of ThingsBoard, with emphasis on device management. - Ability to customize ThingsBoard configuration based on specific requirements. - Prior experience in similar IT engineering projects would be beneficial. Please get in touch if you have the necessary skills and expertise for this proje...

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

    We are looking for a skilled and experienced C# developer to create a Poker Game Engine for Unity 3D. The engine should support Texas Hold'em, Omaha, and 7-Card Stud game modes. Key Features: - Implement player actions su...players efficiently for a smooth gaming experience. Game Modes: The engine should be able to switch between different game modes, including Texas Hold'em, Omaha, and 7-Card Stud. It's essential that each game mode is implemented accurately and ensures a realistic and engaging gaming experience for each. It's important that you have prior experience with game engine design, particularly for poker games. Please provide examples of previous work or projects that demonstrate your capabilities in this field. Code Requirement: C# but not Pure Cs...

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

    As the lead on a project, I'm currently developing YUV image rendering using DirectX11. I am in need of a specialist with a strong background in specific DirectX renderi...Expertise Required: My project requires understanding and proficiency in Shading, Texturing, and Lighting modules of DirectX. - Rendering Platform: This project is specific to the Windows platform. The successful candidate will bring a solid track record of DirectX development in Windows. - YUV Format: For this rendering project, I have chosen to use the YUV420 format, so previous hands-on experience with this would be an asset. The perfect candidate should exhibit strong problem-solving skills, a depth of knowledge in DirectX11 and the YUV420 format, and a firm grasp of image rendering processes on...

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

    As a person hiring, I'm seeking proficient technica... I'm seeking proficient technical interviewers with specific skillsets and experience. Your responsibility will be to assess candidates' technical knowledge and evaluate their problem-solving capabilities. Requirements: - Proficiency in Python with the Pyramid framework, SQLAlchamy ORM tool, and PostgreSQL. - More than 10 years of Python experience. Ideal Skills: - In-depth knowledge of programming languages, system architecture, data structures, and algorithms. - Stellar communication skills, with a knack for evaluating others' technical knowledge and problem-solving abilities. Become a part of this valuable process where you'll be instrumental in identifying talented individuals who can contribute...

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

    I am looking for a freelancer who can solve errors in our WebSocket functionality using JavaScript and the framework. The project requires the WebSocket to be implemented on both the client side and server side. We want it for multiple users. We already have i...a freelancer who can solve errors in our WebSocket functionality using JavaScript and the framework. The project requires the WebSocket to be implemented on both the client side and server side. We want it for multiple users. We already have it for one user. I am attaching the relevant screenshot too for your reference. Ideal skills and experience: - Strong knowledge of JavaScript programming language - Experience with framework - Familiarity with both client-side and server-side websocket implementation

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

    I am looking for an experienced PowerApp developer who can create an application designed for project scheduling. Here's what I require: - Create a simple application that can handle new data entries and edits to current sharepoint date effectively. The input data will primarily include project dates th...development. - Excellent understanding of data structures, specifically those dealing with dates. - Prior experience in creating data entry systems. Attached is a screenshot of trying to create this, however i have not managed to get the formulas working with the complexity that I want. As the platform preference was skipped, the application should ideally be platform-independent and should run on Windows, iOS, and Android for maximum compatibility and prevent any access is...

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

    I'm seeking a talented individual who is well-versed in the 12-Factor App principles, particularly in the Java programming language. I require assistance in successfully implementing all aspects of these principles in my application. Key responsibilities: - Codebase and dependencies management: I'm currently experiencing challenges in managing my large codebase, conflicts and compatibility issues between dependencies, as well as a lack of visibility and control over them. The selected freelancer is expected to help identify and resolve these issues to ensure a seamless codebase and dependency management. - Configuration, backing services, and build, release, run: I'm looking for an expert who can help me set up and manage my configuration and backing services effecti...

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

    I need a focus-driven developer to build a web applicatio...departing to airport. Say morning 8am, 1pm and 8pm. We need to get auto emails based on this bus timings of scheduled pax list and they take manually report with date/time filter. Ideal Skills: - Strong background in web application development - Experience in booking system or related is a huge plus - Fluency in database management, preferably SQL - Proficiency in PHP or a similar back-end programming language - Strategic problem-solving skills and attention to detail The success of this project requires not just technical expertise, but also a clear understanding of travel agency operations and the importance of efficient booking management. If you have relevant experience and the right skill set, I look forward to...

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

    ...side channel attacks. As techniques evolve, it's absolutely crucial to remain steps ahead of potential threats. Based on this, I am particularly interested in: - Creating a robust detection model using both hardware and software. - Utilizing distinct technologies, including Intel Performance Unite and Machine Learning algorithms as primary tools for model development. (Python, Tenser flow, Perf Linux, python PAPI) - This model will also include the analysis of Hardware Performance counters. The potential freelancer should possess a strong understanding of these tools along with expertise in cybersecurity and the development of prevention measures. A background in using network monitoring tools is also an advantage. Your contribution will greatly assist in enhancing the se...

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

    ...side channel attacks. As techniques evolve, it's absolutely crucial to remain steps ahead of potential threats. Based on this, I am particularly interested in: - Creating a robust detection model using both hardware and software. - Utilizing distinct technologies, including Intel Performance Unite and Machine Learning algorithms as primary tools for model development. (Python, Tenser flow, Perf Linux, python PAPI) - This model will also include the analysis of Hardware Performance counters. The potential freelancer should possess a strong understanding of these tools along with expertise in cybersecurity and the development of prevention measures. A background in using network monitoring tools is also an advantage. Your contribution will greatly assist in enhancing the se...

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

    I'm seeking an intermediate-level Research Assist...ME, MAE, RMSE, MAPE, etc., than already applied models. * Step 3: Documentation of the work, along with a discussion to validate the model's usage and justify it as scientific research paper. Ideal Skills & Experience: * Proficiency in the Python programming language. * Prior experience in machine learning and deep learning algorithms. * Proficient in LaTeX for writing journal research papers. * Anyone with past experience as a research assistant will be highly appreciated. NOTE: Please only apply if you hold proficiency in Python programming, have past experience in research-related tasks, and have intermediate experience in algorithms. Familiarity with ML and DL techniques and an ability to effectively vis...

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

    I'm on the lookout for a seasoned Unity developer who can assist me in creating a Hostile NPC with mixamo animations. The main aspects of the project include: - Creating an NPC with a distinct design that I'll provide. - Programming behaviors for the hostile NPC that directly respond to player's actions within the game. - Integrating fighting, movement, and idle animations from mixamo. The ideal candidate for this job would have substantial experience with Unity development, NPC behavior scripting, and integrating mixamo animations. If you have a background in game design and a knack for breathing life into game characters, I want you on my team!

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

    I am in need of an experienced R programming freelancer with strong skills in statistical analysis and simulations. The project involves developing and optimizing simulations and calculating probabilities for different theoretical scenarios. Tasks Include: Writing, debugging, and optimizing R scripts to perform simulations and analyze data. Producing clear documentation of the methodologies, code, and results. Ensuring accuracy and efficiency in all computations and simulations. This project requires a focus on R programming and data analysis without the need for creating extensive reports or presentations. The final deliverables will be well-commented R scripts and concise summaries of findings. Skills Required: Proficient in R programming Experienced in statistic...

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

    Language C# .NET 8 Create a Blazor (or ASP CORE) application that hosts a razor page. Create a second console application. These applications should communicate using SignalR. When a client application connects (there could be several at a time), those connections are listed on the RAZOR page. this razor page should use radzen blazor...applications should communicate using SignalR. When a client application connects (there could be several at a time), those connections are listed on the RAZOR page. this razor page should use radzen blazor for a framework. On disconnect, they should be removed from the list. When a user clicks on a specific agent connections, the razor page will send a command to that agent ONLY to return the current windows user (communication through the asp core ...

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

    ...planning. The structure is a residential building where a basement access door needs to be installed. The basement door will be 72" in width. To be an ideal candidate for the job, the following skills and experiences are necessary: - Significant experience in structural engineering of residential buildings - Proficiency in designing structures using steel - Expertise in retrofitting doors or windows to existing structures - Knowledgeable of all safety regulations and building codes for installing a walkout basement door The task to be carried out will include - Creating structural plans suitable for a steel access door - Providing a comprehensive quote for all relevant engineering work - Reviewing any potential challenges in the current layout that could impact the pro...

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

    ...enterprise-grade applications. Although it is not clear at this time what specific functionalities will need to be integrated into the app (e.g.,social media integration, push notifications, in-app purchases), we will determine these as the project unfolds. Ideal Skills and Experience: - Demonstrable skills with a strong portfolio - Ability to interpret and follow technical plans - Proficiency in programming languages for Android Job Requirements: - Development of high-end performance and reliable consumer applications. - Creating App Wireframes, UI/UX Design ensuring that is modern & user friendly. - Design, build and maintain efficient, reusable and reliable codes. - Ensure the best possible performance, quality, and responsiveness of the application. In your proposal, I...

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

    I'm in need of a skilled and experienced freelancer who has an intermediate level of experience with Omron PLCs and HMIs to review and complete a program for me. Key Requirements: - Proficient with Omron PLC CP1L and HMI NB10W - Intermediate level of experience with Omron PLCs and HMI - Previous experience in similar projects - Able to provide clear and...CP1L and HMI NB10W - Intermediate level of experience with Omron PLCs and HMI - Previous experience in similar projects - Able to provide clear and detailed project proposals The ideal candidate should be able to quickly understand the current state of the project and efficiently complete it. I am looking for someone who can bring their expertise and experience to the table, to ensure that the programming is done properly a...

    $481 - $963
    봉인형
    $481 - $963
    22 건의 입찰

    I'm searching for an experienced Swift developer to create a fitness app focused primarily on cardio exercises. Key features required: - Workout tracking: The app must allow users to manually input information about their cardio workouts. This input should be intuitive and fast. Ideal Skills: - Proficiency in Swift programming language - Prior experience developing fitness related apps - Strong understanding of user-interface design for mobile devices - Knowledge in cardio-based workouts would be a plus. By delivering a high-quality workout tracking feature, this app will empower users to streamline their fitness regime.

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

    I'm seeking a reliable and competent coder, open to any programming language, be it JavaScript, Python or Java, etc. The complexity of the task is simple, shouldn't pose a challenge for an experienced developer. - Ideal Skills: Proficiency in any high-level programming language, with a track record of successfully completed projects. - Application Requirement: Your application should showcase your past works, preferably related to the project at hand. This will allow me to gauge your skill level and suitability for this project. Looking forward to your bid.

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