Swf wrapper일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 swf wrapper 건의 일자리 확인, 급여 기준: USD
    Design Banners 종료 left

    1. Pixel Size: 120x600 160x600 300x250 468x60 728x90 2. File Size: Within 50kb 3. Format: Jpg SWF Gif

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

    I'm on the lookout for a superbly creative individual who excels at transforming medium-sized gifts into unique and striking presents. An ideal candidate will: - Process a flair for funky and colorful wrapping styles, able to turn ordinary gifts into a feast for the eyes. - Be adept at using a variety of materials for gift wrapping - in particular, I'm interested in those who can skillfully incorporate paper, ribbons, bows, fabric, eco-friendly materials, and other decorative items into their work. - Preferably have previous experience in creative gift wrapping or a related area. Your task will be to elevate our gift-giving experience to another level with your artistic touches.

    $1400 (Avg Bid)
    지역별
    $1400 (평균 입찰가)
    1 건의 입찰

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    I'm seeking an experienced Python freelancer to implement RLlib's PPO for a custom multi-agent environment, where agents act independently. Your tasks will be: - Solving the issue with the learning process. Despite configuring the simplest setting with just one agent, the model fails to find the optimal action. Additionally, the model seems unable to distinguish between the optimal actions for agents with the same action space but different endowments. Ideal skills include proficiency in Python, familiarity with RLlib's PPO algorithm, and previous work dealing with agent-based environments. Experience in crafting efficient reward functions is a plus.

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

    I'm looking for an experienced C#/Unity developer to help with conversion of an existing web project (Unity 2018.2.2f1) to a freestanding EXE. The current project uses Websockets to co...freestanding EXE. The current project uses Websockets to communicate with a C# app that hosts a C++ DLL which calculates an electrical model, currently refreshing every 20msec. The results drive various aspects of the 3D environment. This conversion is to access DLLs directly in Unity and add SOAP services. For more details please see the attached PDF (Project A). The file is the existing C# wrapper for the C++ DLL. The expected duration of this project is 1-2 weeks. As for project updates, I'd prefer communication only when milestones are reached. Let's work together and make this...

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

    I'm seeking a skilled and creative designer to craft an engaging wrapper for my Kindle e-book. The main goal of this design is to vividly capture the reader's attention. Key Design Details: - The style should be bright and colorful. This is essential for attracting the reader's eye and making the book stand out. - Incorporate nature elements. As I aim to create a strong connection with nature through my book, the wrapper should feature a river in a dense forest . Ideal Skills and Experience: - Proven experience in designing Kindle e-book wrappers. - A strong portfolio showcasing colorful and engaging designs. - Adept at incorporating nature themes into design work. - Excellent understanding of how to capture attention with visual elements.

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

    I'm seeking a skilled and creative designer to craft an engaging wrapper for my Kindle e-book. The main goal of this design is to vividly capture the reader's attention. Key Design Details: - The style should be bright and colorful. This is essential for attracting the reader's eye and making the book stand out. - Incorporate nature elements. As I aim to create a strong connection with nature through my book, the wrapper should feature a river in a dense forest . Ideal Skills and Experience: - Proven experience in designing Kindle e-book wrappers. - A strong portfolio showcasing colorful and engaging designs. - Adept at incorporating nature themes into design work. - Excellent understanding of how to capture attention with visual elements.

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

    We are launches a brand called PCS Supplies. The slogan is Protect Collect Store We will be selling products for the protection and storage of collectables (comics, trading cards, baseball, footballs) We are looking for a logo to be created using the initials PCS We are going to be using the logo on products and on social etc. We also need insert/wrapper document styling which can be applied consistently across our products. On some products the logo needs to be black and white so needs to work in that colour option too. We are looking for a clean/modern look and the document styling to be distinguished. So if you see it from far you know they are our range.

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

    ...Lambda functions, DynamoDB, and IAM roles. 2. Develop a wrapper in CDK to orchestrate the deployment of the serverless components by calling the construct to create a CDK stack. 3. Ensure that the deployed stack includes all necessary resources for the API functionality. Tools: 1. Infrastructure: AWS CDK with TypeScript. 2. AWS Lambda: Node.js, Python, or other supported languages. Considerations: 1. Implement least privilege access for IAM roles to follow security best practices. 2. Secure the API endpoints to protect the data and ensure confidentiality and integrity. Submission Deadline: Please submit a link to your code repository on GitHub by noon the day prior to your interview. The code should include your CDK constructs, wrapper, API implementation using AWS Serv...

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

    DO NOT MAKE A PLACEHOLDER BID - READ AND PLACE A REAL BID I'm seeking an Adobe Air expert with experience in SWF to modify my game spinner. Key Requirements: - Make the spinner work with a wireless buzzer keystroke - The spinner should determine game actions The game spinner is designed to spin a virtual wheel, and I want the expert to integrate this functionality with the wireless buzzer keystroke. Please only bid if you have prior experience working with Adobe Air and SWF. Details...I have a video that will show you this as well I have developed a game called Word Wheel Challenge. It works by using a virtual spinner in the game. There are two major wireless buzzer companies. Company A is a lighted wireless buzzer company that wrote code into their keystroke soft...

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

    ...data from it. We want to create a wrapper in Python so Python programmers can use the device easily. Below is an extract from the .h file for the .dll showing the functions that we want the wrapper to call. FT_HANDLE SENSOR_DLL usb_initialize(char * snum); int SENSOR_DLL usb_deinit(FT_HANDLE ftHandle); int SENSOR_DLL usb_dll_revision(unsigned int *revision); int SENSOR_DLL usb_read_image(FT_HANDLE ftHandle, IMAGE_PACKET_T *buff, unsigned int timeout); int SENSOR_DLL usb_set_gain(FT_HANDLE ftHandle, GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python ...

    $164 (Avg Bid)
    $164 (평균 입찰가)
    25 건의 입찰

    ...co/canvas) (version: <3.0) **Scope of Work:** - Convert old AirDev Canva based app pages and reusable elements to new responsive engine - Design and build popups for sharing and rating content - Design and build a public page optimized for conversion - Update and refresh the homepage/landing page - Create a faceted search page Optional scope - Custom plugin development (very basic plugin / wrapper for a test/production API) - Update a basic Brand Guideline document (if necessary) **Requirements:** - Strong design and UI/UX skills - Ability to work independently and efficiently - Excellent communication and project management skills - Portfolio showcasing previous []() work **How to Apply:** If you are a skilled designer with a passion for delivering high-quality

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

    I'm in need of a expert who can fix issues relating to text alignment on my canvas. What I need - 1. The text should be always in the center position within the wrapper. 2. There will be a variable that has 3 options: a) automatic b) shorten c) line break. if the variable value is "automatic" - Then the text should be in one line whatever the text length it is. That means you need to decrease the font size accordingly. if the variable value is "shorten" - Then the text should be in one line too but if there is no space at the end it will cut the text. if the variable value is "line break" - Then the text should go to the next line if there is no space at the end. **** I have uploaded a zip file. Here all the code is done but based on f...

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

    I'm in need of a expert who can fix issues relating to text alignment on my canvas. What I need - 1. The text should be always in the center position within the wrapper. 2. There will be a variable that has 3 options: a) automatic b) shorten c) line break. if the variable value is "automatic" - Then the text should be in one line whatever the text length it is. That means you need to decrease the font size accordingly. if the variable value is "shorten" - Then the text should be in one line too but if there is no space at the end it will cut the text. if the variable value is "line break" - Then the text should go to the next line if there is no space at the end. **** I have uploaded a zip file. Here all the code is done but based on f...

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

    ...auto. I mean whatever the text length it is, make it in one line by setting the font size. - If the value is "Shorten" then font size should be the default font size and if the text length is bigger than the wrapper, then cut the text from the end. I mean for e.g. the text is "Hello there how are you ? I am fine.". This is long text, but of course, this long text will not fit in the wrapper in one line, right ? So, cut this text from end based on available space on the wrapper (red background box) - If the value is "Line Break" then break the line if it's bigger than the wrapper. If you can do this then download the uploaded zip file, run it, and show me the output. I will hire you instantly. After successfully insta...

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

    ...life a wrapper contract that will interact with a specific third-party contract. Key Responsibilities: - Implementing CPI calls: The primary function of this smart contract is to make CPI (Cross-Program Invocation) calls to a predetermined third-party contract. This requires an in-depth understanding of Solana's architecture and the Rust programming language. Ideal Candidate: - Experienced Solana Developer: Demonstrable experience in developing Solana smart contracts is essential. Understanding of the Solana ecosystem and network mechanics, including the use of CPI calls, is a must. - Proficient in Rust: Due to the project requirements, a strong command of the Rust programming language is a necessity. - Previous Wrapper Contract Experience: Prior experience ...

    $208 (Avg Bid)
    긴급형
    $208 (평균 입찰가)
    5 건의 입찰

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    ...unique name. We may decide not to fund all of your projects, so we will need a way to tell you which ones to complete. In the case that we approve multiple projects for you, we will issue a separate $150 Milestone for each. That way, if you complete some projects and not others, we can pay you for the ones that you complete. • Q: Can you give me some good project ideas? A: Making a wrapper around our API for your favorite language is always a good idea, especially if your favorite language is not at the top of the mainstream language list. Mobile weather apps can be interesting, especially if you plan on continuing development beyond this project. Simple embedded projects on platforms such as Raspberry Pi or Arduino are also fun. Visualizations are nice either ...

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

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    C++ and casboost 종료 left

    Make a VS2022 project to build a C++ dll to : 1) load Catboost model(x), return handler to manage this model later 2) Run predict model(x) (handler in parameters to seclect model1 or model2) 3) unload model(x) (handler in parameters to seclect model1 or model2) some help : //CODE FROM HELP ModelCalcerWrapper calcer(""); std::vector<float> floatFeatures(100); //std::vector<std::string> catFeatures = {"one", "two", "three"}; no need (only float inputs) std::cout << (floatFeatures, catFeatures) << std::endl; Two models have to be in memory at the same time, "" and "" My software using this dll: START: load model1 AND load model2.(return

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

    I'm looking for a Fabric JS developer who can help with some text issues in my project. Key Tasks: - when the sentence is long and then If I decrease or increase the wrapper the sentence should be adjusted within the wrapper and it should be go to next line. The ideal candidate should have: - Proven experience with Fabric JS. - Strong JavaScript skills. - Previous experience in resolving text issues in web projects. ** I want you to fix it via remote desktop.

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

    We're deploying a real-time voice isolation model into Unity. It's a convolutional TFLite model. The model's in a Java wrapper. We're having trouble with the post-processing in our model we could use some help with! The model is not outputting the sound properly. It's affecting the depth leading to static noise. Usually that's bad formatting (sample rate, bit sizes, etc.) but we're looking for someone to help us better diagnose what's going wrong. We are aiming to deploy it this week, and we estimate we will need 2-4 hours of your consulting time.

    $40 / hr (Avg Bid)
    $40 / hr (평균 입찰가)
    29 건의 입찰

    ... was developed for Drupal 8 during google summer code 2016. Php advanced, so did Drupal and as a consequence the code is not compatible with Drupal 10 at this moment. I seek a seasoned Drupal developer who can go through the code, update it to be compatible with the latest php 8.3 and Drupal 10.2. Since this module depends on encrypt_seclib, which appears to be a wrapper for , you need to update that too. Also ensure, that this module still works with the updated versions of the Encrypt and the Key module. Please note that pubkey_encrypt did not work on a test installation of drupal 8.9 with php 7.4. This was the error message "Uncaught PHP Exception

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

    ...LOGO REFINEMENT NEED PROTEIN BAR WRAPPER DESIGN NEED 12PK BOX DESIGN I'm in need of a talented graphic designer who can deliver minimalist and vintage inspired logo and product designs. This project entails refining a current logo concept and developing product designs for the beverage industry. The ideal designer has: - A firm understanding of minimalist and vintage design aesthetics - Experience with logo design and product design Need in 12 hours... inspiration for this project is Design Example Attachment Please COPY or be very similar to it. Our Flavor is Crispy Creamy Chocolate Caramel Front of Wrapper must include Logo "Certified Sport"

    $337 (Avg Bid)
    긴급형
    $337 (평균 입찰가)
    42 건의 입찰

    Creare wrapper per Blazor Server App dwl widget

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

    Minimal lines of c c++. Minim...lotlib/ Py to c++ job. Radio unit exposure a plus. Battery knowkedge plus. --- I am in need of a specialist in C++ programming to create a library with a C-wrapper. The primary aim of this undertaking is data visualization, plotting graphs, and crafting charts. Key requirements are: - Exemplary C++ coding skills - Experience in handling inputs/outputs - Expertise in file manipulation - Knowledge in the creation of C-wrappers Your task will be to develop a C++ library that includes a C-wrapper, enabling top-notch file handling for data visualization. Please note that the work doesn't involve creating a C-wrapper for an existing library, but rather coding a new one from scratch. Only those with proven experience handling such pr...

    $28 / hr (Avg Bid)
    $28 / hr (평균 입찰가)
    58 건의 입찰

    ...FAVORED DURING SELECTION PROCESS Example URL: We use WPForms to build the online forms for our website. However, the styling of the forms is very plain and not complimentary to our site's look & feel. We need someone to design some CSS styles that we can use for our forms to make them more appealing on our website. WPForms lets us define CSS wrapper classes, a submit button class and classes for each field. We would like someone to come up with one or more pleasing CSS styles that we can use for all of these to make the form look much better on our website. Each section of our forms should have a seperation between them to clearly show where each section starts and ends. This should be subtle and tasteful and have the following requirements:

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

    I am seeking a proficient freelancer to help modify the content within a SWF file. This will primarily involve manipulating and editing existing visual and audio elements. Scope of Work: • Decompile the SWF file • Modify the content, altering existing visual elements and audio files Skills and Experience: • Strong understanding and experience with SWF files • Proficiency in Adobe Animate/Flash or similar applications • Good audio and visual editing skills • Mastery of ActionScript is a plus, but not required Your bid should reflect an understanding for decompiling SWF files and modifying visual and audio content within. Highlight any past experience regarding this matter. Looking forward to your proposals.

    $311 (Avg Bid)
    $311 (평균 입찰가)
    23 건의 입찰
    $49 (평균 입찰가)
    1 건의 입찰

    I’m on the hunt for a skilled PHP developer with Laravel framework competency. You'll be tasked with creating an SDK wrapper package compatible with Laravel. This package needs to interact smoothly with the serveravatar external API set and should include roughly sixty endpoints. - i will provide the post man file and curl descriptions. This is similar to ploi php sdk with common methods for json response, error and resource handling. or The API in focus is the ServerAvatar Server Management API. The SDK wrapper must successfully integrate with all features of this API including: - User Management, - Domain Management, and; - Database Management. The ideal candidate for this project should possess not only

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

    the logo includes SWF. include something tattoo neo traditional style, for example; snake, dagger, skull, eye, panther. SWF means smile while fighting. so use your imagination

    $12 (Avg Bid)
    상금 보장형
    $12
    72 건의 응모작

    Creare wrapper per Blazor Server App dwl widget

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

    Creare wrapper per Blazor Server App dwl widget

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

    ...pressure-sensitive stylus with the Krita drawing app for Android. The project involves creating a C++ wrapper for an AAR library (the SonarPen SDK in Java) and making it interact with Krita via the QT library. The key requirements for the project are: - Develop a C++ wrapper for the AAR library. - Use QT to make API calls to the wrapper. (Configure the wrapper to communicate with the SonarPen. ) - Compile the open-source Krita app, based in QT, to function on Android. () - finished product should be shared via github project which contains: - a completed APK file of Krita that support SonarPen, - a C++ wrapper in BIN and commented source code, - a step by step guide that document the change to QT lib, so maintainence

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

    I am seeking a seasoned Python programmer with solid experience in hardware integration, particularly biometric devices. You will take the lead in connecting a ZKTeco USB fingerprint scanner directly to Python without using any existing library or wrapper. This includes: - Making the device compatible with the Python language - Implementing routines for fingerprint registration, recognition, and using these in my Python application for authentication Skills and qualifications: - Strong command of Python programming language with hardware integration experience - Familiarity with the intricacies of ZKTeco biometric devices is required - Ability to utilize the SDK provided in C++, C# and Java to set up the scanner functionality in Python Please attach, with your proposal, previous...

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

    ...looking for a talented designer to create eye-catching and unique chocolate bar wrappers for our adult-only chocolate brand. The design should be minimalist, with lots of white space and black writing. Like Apple computer or Paul Mitchell hair products. We have a simple image suggestion for the art. We want the design to be visually appealing and stand out on store shelves. The chocolate bar wrapper should be in a custom size and we will provide the template for that design. The manufacturer requested for the designer to use Adobe Illustrator to make the design overlapping the template we have. Ideal Skills and Experience: - Experience in designing packaging for food products - Creative and innovative mindset to come up with unique and visually appealing designs - Unders...

    $97 (Avg Bid)
    긴급형 NDA (비밀 유지 계약서)
    $97 (평균 입찰가)
    67 건의 입찰

    ...document that can be directly rendered on Github, and a pdf Exported version of that. The document walks the potential user through the use EXAMPLES vignettes: (logical order of calls + ) PACKAGE The package is essentially a helper and wrapper mostly around the Seurat package. THE DATA OBJECT I will share a data object online. For now functions should work on the small object "pbmc_small" incuded in Seurat: HOW TO WORK TOGETHER I would like that you submit a plan, that we discuss (what fun's to demonstrate, what steps, what tools to use). Once agreed do

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

    I am looking to employ a proficient C++ and QT developer for a project that integrates the SonarPen pressure-sensitive stylus with the Krita drawing app for Android. The project involves creating a C++ wrapper for an AAR library (the SonarPen SDK in Java) and making it interact with Krita via the QT library. The key requirements for the project are: - Develop a C++ wrapper for the AAR library. - Use QT to make API calls to the wrapper. (Configure the wrapper to communicate with the SonarPen. ) - Compile the open-source Krita app, based in QT, to function on Android. () Ideal skills required: - Experience with C++. - Knowledge of the QT 5 library. - Android platform experience. - Background in working with

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

    Quiero editar un archivo de un juego llamado que está programado en AS3, el juego se basa en pegar puñetazos para ganar. Con años de experiencia he ido probando cosas editando el archivo .swf y inyectándolo al servidor con Fiddler. Para ganar solía modificar dentro de el archivo los páquetes del puñetazo para que cuando yo clicase en el juego en vez de un paquete se envíasen dos, tres... Solía funcionar porque había un delay para todos los usuarios de 100ms entre paquete y paquete, y yo modificando eso me lo "saltaba". Pero ahora lo han quitado para todo el mundo y es como más random. Después de años jugando he visto que no gana quien mas clicks da, si no quién lo de jus...

    $178 (Avg Bid)
    $178 (평균 입찰가)
    6 건의 입찰
    Php Wrapper 종료 left

    Build a php wrapper for api for banking should have all the functions that are available in documentation

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

    ...that gets in Register R0 address of array with length 6, and in register R1 address to linked list, and in R2 the length of the list, the sub routines finds the 6 best averages in the list of students that in R1 and saves them in the array that saved in R0 in order big to small (that’s why we sorted before). In case there are repeats of average grade, insert it only once to the array. 5. Write a wrapper code that gets from the user the number of students in every course, a number of students is between 1 to 10. The values are sepearted in one space or more and must end with new line. After that the user will have to insert the students grades in every...

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

    Task : bugs regarding the google login and drive integration into a react native app, as in, we tried to use a third party wrapper to login into the system and upload files to a user's drive, through the app itself. However, we seem to be stuck on a white loading screen. We'd like the coder to fix this error, and then take care of the subsequent bugs that come up during this. Skills Identified : react native, google drive api, google login api.

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

    There is a component made in js. You need to write a wrapper in JS to work with this graph. It is necessary to create high-level functions for adding and deleting diagram elements, as well as adding and deleting connections (if they are in the original component, this means moving it up a level for single access from the wrapper. Also convert saving-loading to OOP format (with duplication of the domain model in JS types). I have the terms of reference, I will send it to the candidate for review. anti-spam: which is better - heating or class for you and why

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

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

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

    ...via NI. Details: • You should ideally have expertise in working with both PG and EPOS systems and be proficient with Java8/wrapper. • The primary functionality to be developed will be customer management. • The necessary toolkit and documentation are available for reference. Requirements: • Proven experience in similar integration projects. • Comprehensive understanding of Customer Relationship Management (CRM) systems. • Insightful knowledge of the workings of payment gateways, particularly NI. Application Guidelines: • When applying, kindly include your past work related to such integrations. • Detail your experience in working with PG, EPOS, and Java8/wrapper. • Specific examples of your successful customer management i...

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

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

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

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

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

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

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

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

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

    ...simple. Create a test .NET 8.0 MAUI project that has one label, and one button on the sample page that is given when you create a new project. The create one test, that retrieves both of these elements by AutomationID / ID (not Xpaths or other selectors), and retrieve a couple control properties from them and set the values. That is all that is required. You may have to create a .NET MAUI wrapper for Android (it's just a few lines of code), to achieve this. The test project should be .NET 8.0 MAUI Android & iOS only needed for these automation tests to be written against. The test project should be XUnit running Appium.WebDriver. Any questions then please ask. I am looking for someone who has done this before, as it is quick easy money for someone that who has. ...

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