Keyboard emulator source codeproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    2,000 keyboard emulator source code proiecte găsite, la prețul de USD

    I'm in need of a skilled and experienced Amibroker coder to help me write AFL code that will be used to automate trading activities in the Stocks and Futures markets. Key Responsibilities: - Writing AFL code to implement a strategy that will automatically execute trades based on predefined rules. - Ensuring the code is robust, efficient and able to handle the complexities of both the Stocks and Futures markets. Ideal Skills and Experience: - Extensive experience in writing AFL code for Amibroker. - Proven track record in developing and implementing automated trading strategies. - In-depth understanding of both the Stocks and Futures markets to ensure the code is appropriate for both. If you're interested, please provide examples of previous A...

    $61 (Avg Bid)
    $61 Oferta medie
    7 oferte

    If you are familiar with AWS programming, this should be a simple task for you. I have included an example C# solution using AWS Transcribe that I need to be working. Example Program: AWS ...-started Requirements: • I will create a new AWS free account and will supply credentials. • In my AWS account, configure any IAM role/policy/user/credentials needed to run the example program. • Change the example program to accept credentials (accessKey/secretKey) as arguments passed to the executable. • Ensure that the corrected code successfully converts the speech in the audio file to text using the AWS Transcribe service. Deliverables: • All source code • Instructions on executing executable with actual credentials

    $39 (Avg Bid)
    $39 Oferta medie
    7 oferte

    I am looking for an experienced Full Stack developer with experience in TypeScript to rewrite the existing codebase of a web application. We have a copy of the old code base and all the tech stack interactions but require the code to be rewritten as we no longer have rights to the current webapp. Ideal Skills: - Proficient with TypeScript - Hosting with Vercel and Neon - Code review and improvement - Strong knowledge of software development principles and best practices. Please mention your relevant experience when bidding for the project and provide a brief explanation of how you plan to approach this task. Details will be ironed out once the freelancer has been chosen.

    $2911 (Avg Bid)
    $2911 Oferta medie
    81 oferte

    I am looking for an experienced CNC programmer to help me program M codes on my Syntec 60W-e CNC controller. I have 3 unused out relays that I want to use, and I would like each of them to be assigned to specific M code...looking for an experienced CNC programmer to help me program M codes on my Syntec 60W-e CNC controller. I have 3 unused out relays that I want to use, and I would like each of them to be assigned to specific M codes. Here’s what I need: - Assign M code e.g. M30, M50 and M80 to the unused output relays. - The function they should perform is to turn an external device on/off. Skills and Experience: - Previous experience with CNC programming is crucial. - Familiarity with Syntec 60W-e CNC controller will be highly advantageous. - Proficiency in M code ...

    $735 (Avg Bid)
    $735 Oferta medie
    14 oferte

    I'm looking to buy a complete and *READY* code for a football management browser game (like Hattrick, Trophy Manager, etc.). Essential features include: - Registration - Team creation and player management - Tactics creation - Transfers - Game simulation - Leagues system. Preferred technologies are JavaScript and C#, but others are acceptable. I'm also open to offers for partially finished games.

    $908 (Avg Bid)
    $908 Oferta medie
    29 oferte

    I'm in...proficient Python developer who can help compile a Python code, that I have acquired from GitHub, into an executable format for Windows. As the client, I expect: - Understanding the existing Python code and its dependencies - Transforming the Python code into a Windows executable file Successful freelancers should provide a detailed project proposal illustrating how they plan to compile the code to exe on a Windows operating system. Though no specific Python libraries or frameworks were mentioned, a background in Python coding and debugging is paramount. The ideal freelancer should have a deep understanding of Python code, dependencies, and experience dealing with code from GitHub. Experience in generating Windows executable files...

    $28 (Avg Bid)
    $28 Oferta medie
    23 oferte

    ...particular cookie (_abck) for data analysis purposes. The sensor data to be simulated includes mouse movements, keyboard interactions, and browser interactions. Key Requirements: - Create a sensor-data generator in Java or python3 - The generator should simulate mouse movements, keyboard interactions, and browser interactions - The sensor-data should be valid enough to trigger the generation of the _abck cookie upon sending a POST request to Ideal Skills and Experience: - Proficiency in Java/python3 programming - Experience in web scraping and automation - Knowledge of cookies and their generation - Experience in simulating sensor data such as mouse movements and keyboard interactions Please note, the success of this project is heavily dependent on the ability ...

    $1122 (Avg Bid)
    $1122 Oferta medie
    53 oferte

    ...need of a skilled Delphi developer, well-versed with Delphi 5, to work on an existing software project. The goal is to both fix bugs and enhance the software with new features, ultimately improving its performance. Key Responsibilities: - Identify and address issues causing certain features not to work - Implement necessary bug fixes - Integrate new features in a seamless manner - Optimize the code for improved performance familiar with firebird database and report builder. Ideal skills and Experience: - Strong background in Delphi development, specifically with Delphi 5 - Proven track record of fixing bugs and enhancing existing software - Understanding of software optimization techniques - Ability to work effectively both independently and as part of a team - Strong probl...

    $7 / hr (Avg Bid)
    $7 / hr Oferta medie
    12 oferte

    I am currently working on a JavaFX project that is in need of...graphical charts and visualizations. However, the Graphical User Interface (GUI) needs enhancement to ensure a better user experience. • Finish the incomplete JavaFX code and make the project work properly. • Enhance the GUI – it should be pretty straightforward for someone with your skills. • Ensure that the GUI makes logical sense and applies well to the rest of the code. The ideal candidate for this project should be an experienced JavaFX coder comfortable with GUI enhancement implementations. Having excellent attention to detail and problem-solving skills will be a plus. so milestone3 is my last task and the zip file contains my code that need to be completed with the task i adde...

    $22 (Avg Bid)
    $22 Oferta medie
    6 oferte

    Coding of trading view indicator to requirements provided for divergence of chart price and two separately provided overlaid lines.

    $60 (Avg Bid)
    $60 Oferta medie
    1 oferte

    ...System-Level Gaming Keyboard Emulator Developer Project Overview: We are seeking a skilled developer to create a Windows-based keyboard emulator, specifically designed for gaming. The emulator must operate at a low system level to effectively mimic keyboard inputs for gaming purposes without requiring hardware. Key Requirements: OS Compatibility: The emulator should work exclusively on Windows systems. Emulation Focus: Aimed at simulating keyboard inputs for gaming applications. Ideal Skills and Experience: Proficient in Windows application development. Expert in low-level programming, specifically in system-level assembly language. Knowledgeable in gaming input emulation and keyboard input simulation. Experience in backe...

    $20 (Avg Bid)
    $20 Oferta medie
    4 oferte

    ...setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in

    $26 (Avg Bid)
    $26 Oferta medie
    33 oferte

    I have made an extension which likes posts of fb one by one and after 5 seconds, page refreshes and then likes new post again one by one. The post which is already liked remains as it is. I am facing an issue that after 1 hour my I'd gets logged out. Mujhe bas yeh chaiye ki vo Waps se login ho jaye I can pay max : 600 rupees

    $11 (Avg Bid)
    $11 Oferta medie
    10 oferte

    I am looking for a Python developer who can implement concepts from a research paper. - The dev...paper. - The developer must have solid experience in Python, ideally with an intermediate understanding of complex programming concepts. They should be comfortable with an intermediate level of complexity in translating research concepts into code. - Knowledge and experience with the PyTorch framework is a must. The freelancer will need to use it to implement the code from the research paper. This project will require a good understanding of data structures, algorithms, and object-oriented programming in Python. Experience with prior work involving code implementation from research papers would be advantageous. Please only bid if you meet these qualifications and c...

    $12 / hr (Avg Bid)
    $12 / hr Oferta medie
    22 oferte

    ...API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian by ssh, and setup cron task on debian, and debugging etc Personality's Criteria : 1. No toxic working environment 2. Agile, Responsive, and Fast Delivery 3. Collaborative as a team 4. Responsible, Credible, Reliable and Integrity person 5. No agency, only direct hiring ------ I'm looking for a skilled DevOps professional who can help in maintaining my server code. As the DevOps server code...

    $27 (Avg Bid)
    $27 Oferta medie
    20 oferte

    Code Upgrade for BuddyBoss App Customization

    $192 (Avg Bid)
    $192 Oferta medie
    1 oferte
    Ninjabyte SEO 6 zile left

    Please SEO another mPage Keyboard IT support Liverpool It support Warwick Farm It suport Lansavle It support Wetherill Park It support Parramatta It Support Camden IT support Campbelltown It support ingleburn It support Minto IT support Narellan https://ninjabyte

    $40 (Avg Bid)
    $40 Oferta medie
    1 oferte

    I need a skilled developer to assist me in generating NFT art using code for the Solana blockchain. A specific feature I'd like is the use of Hash Lips as the source for the art generation. Im having trouble with the programs, looking for someone to walk me through it

    $380 (Avg Bid)
    $380 Oferta medie
    3 oferte

    I'm seeking a skilled developer to create a Blazor application with a unique keyboard feature. Key Points: - Your primary task will be to develop a Blazor application. - This application needs to have a unique keyboard feature. Ideal Skills: - Strong experience with Blazor development is a must. - Knowledge of creating unique UI features. - Understanding of user experience design.

    $9 / hr (Avg Bid)
    $9 / hr Oferta medie
    10 oferte

    I'm looking for a proficient Blazor developer who can enhance the on-screen keyboard of our existing project. The below project shows on-screen keyboard which shows keyboard when the field is active. Below project has implementation in Blazor : Below is nuget package details: The only change I want to implement is to open the Keyboard inside dialog box when the field gets active instead of displaying on the bottom of the page.

    $24 / hr (Avg Bid)
    $24 / hr Oferta medie
    24 oferte

    I have a Python notebook containing well-structured code that effectively translates a sample of a large dataset from English to Arabic. However, the current code cannot handle the entire dataset due to its size. using : model_name = 'Helsinki-NLP/opus-mt-en-ar' Tasks: - Modify the existing Python code in the provided notebook to translate the entire dataset from English to Arabic. - Ensure the translated data is saved in two formats: Comma-Separated Values (CSV), and Apache Parquet (.parquet) - Provide the CSV and parquet files after saving (most run and give results)

    $26 (Avg Bid)
    $26 Oferta medie
    18 oferte

    I'm looking for an experienced data entry specialist who can efficiently and accurately convert English handwritten documents into digital text format. Key Requirements: - Data Entry Skills: Proficient in entering handwritten English text with a high level of accuracy. - Language Proficiency: Fluent in English for underst...digital text format. Key Requirements: - Data Entry Skills: Proficient in entering handwritten English text with a high level of accuracy. - Language Proficiency: Fluent in English for understanding and translating handwritten content. - Patience and Attention to Detail: Meticulous and careful when transcribing the text to prevent errors. It's important that the freelancer has a good quality keyboard, as well as a quiet work space to avoid any erro...

    $18 / hr (Avg Bid)
    $18 / hr Oferta medie
    244 oferte

    I've been encountering an error while trying to launch the Medium Tablet API 29 emulator in Android Studio 4.4 on my Windows system. The message says, "The emulator process for AVD Medium_Tablet_API_29 has terminated." I've scoured online resources and tried resolving the issue myself. However, the problem persists even after reinstalling the Android Emulator. I'm looking for a competent Android Studio expert who can help me resolve this error and get my emulator up and running it is, Unable to launch Medium Tablet API 29 - The emulator process for AVD Medium_Tablet_API_29 has terminated. Key Requirements: - Proficient in Android Studio - Experienced in troubleshooting emulator issues Your assistance in resolving this...

    $56 (Avg Bid)
    $56 Oferta medie
    11 oferte

    I need an expert in Python for maintenance tasks on some existing code. Key Tasks: - **Bug Fixing:** This code has some bugs that need to be identified and fixed to ensure its proper functioning. - **Code Optimization:** Your expertise is crucial to streamline and optimize the performance of the existing code. Ideal Candidate: - Proficient in Python - Experienced in code maintenance - Skilled in bug fixing and code optimization.

    $19 (Avg Bid)
    $19 Oferta medie
    17 oferte

    I'm looking for a seasoned C++ expert to optimize a codebase for improved readability and maintainability. Your primary goal in this project will be to ensure the code is easier to understand and work with in the long run. Key Responsibilities: - Analyzing the existing C++ code and identifying areas for improvement. - Implementing optimization strategies to enhance the code's readability and maintainability. Ideal Qualifications: - Extensive experience in C++ development, specifically in optimizing code. - Proven track record of enhancing code readability and maintainability. - Strong understanding of best practices in C++ development. I'm open to discussing the specifics of the project with the selected expert.

    $197 (Avg Bid)
    $197 Oferta medie
    6 oferte

    I'm looking for an experienced mobile automation tester who is proficient in Appium and TestNG framework. - Target Platfo...and iOS. This includes setting up the necessary environment for this cross-platform testing. - Types of Tests: I'd like to automate Functional, Regression and Performance tests. The freelancer should have a strong understanding and experience in automating these specific types of tests. - Devices/Emulators: The tests should be performed on any available device. There is no specific device or emulator requirements. Ideal Skills: - Proficiency in Appium and TestNG framework - Experience in cross-platform mobile testing (Android and iOS) - Proven background in automating Functional, Regression and Performance tests - Ability to work with any availabl...

    $339 (Avg Bid)
    $339 Oferta medie
    13 oferte

    I'm looking for an experienced mobile automation tester who is proficient in Appium and TestNG framework. - Target Platfo...and iOS. This includes setting up the necessary environment for this cross-platform testing. - Types of Tests: I'd like to automate Functional, Regression and Performance tests. The freelancer should have a strong understanding and experience in automating these specific types of tests. - Devices/Emulators: The tests should be performed on any available device. There is no specific device or emulator requirements. Ideal Skills: - Proficiency in Appium and TestNG framework - Experience in cross-platform mobile testing (Android and iOS) - Proven background in automating Functional, Regression and Performance tests - Ability to work with any availabl...

    $121 (Avg Bid)
    $121 Oferta medie
    4 oferte

    solana nodejs code for multi-swap within same tx.

    $21 (Avg Bid)
    $21 Oferta medie
    8 oferte
    Modify a code on C# 3 zile left
    VERIFICAT

    We have a program on C# written on Visual Studio. We want to modify the current program, which read bar codes on a warehouse, for other sections of the company. On this project we will like it to get information from different Oracle tables. Job is to use the original code that we provide and make modifications to adapt to our new requirements.

    $97 (Avg Bid)
    $97 Oferta medie
    29 oferte
    Enhanced Webcam Emulator Code 3 zile left
    VERIFICAT

    I'm looking for a skilled programmer who can develop a custom solution for me using frida-tools. The goal is to manipulate webcam settings within an Android emulator environment via adb. Here's what I need: - Modify the current webcam resolution to be higher. - Improve the webcam image quality to support High Dynamic Range (HDR). - Ensure frida-tools can adjust parameters to emulate native library detection. What I require from you: - Experience with frida-tools and adb commands. - Understanding of Android emulator environments. - Proficiency in webcam technology, including resolution and HDR. - Capability to simulate native Android library detections. Freelancers with prior projects involving webcam customization or Android emulation will be preferred. If you ...

    $196 (Avg Bid)
    $196 Oferta medie
    11 oferte

    ...optimize an existing codebase used for data analysis. Key Requirements: - Improve the speed of the code: The primary goal of this project is to significantly enhance the algorithm efficiency, thus resulting in a noticeable speed improvement. Ideal Skills and Experience: - Proficient in Python: You should have extensive experience working with Python and be able to recognize areas in the code that are causing performance bottlenecks. - Data Analysis Experience: Familiarity with data analysis practices would be beneficial as the code is part of this application. - Optimization: You should have a strong background in optimizing code for improved speed and efficiency. Additional Information: - The code is currently functional but is not running at t...

    $25 (Avg Bid)
    $25 Oferta medie
    19 oferte

    I need assistance primarily with setting up and operating my recording gear, specifically microphones, audio interfaces, and studio monitors. Additional support is desired in the area of sound mixing and editing. My Native Instrument Midi Keyboard also forms a crucial part of my setup. The purpose of these recordings is primarily for music production. Skills and experience in recording equipment setup, troubleshooting, and studio work would be ideal. Proficiency in sound mixing, editing, and knowledge about a range of instruments is a must. The technician will need to come to my location to hook everything up.

    $279 (Avg Bid)
    $279 Oferta medie
    12 oferte

    I'm in need of a skilled Delphi developer who can quickly generate a program that can dive into the registry of a Windows machine and extract the names of all programs listed in the "Add/Remove Programs" section. Key Requirements: - The code should be written in Delphi. - It should effectively scan the registry. - Extracted program names should be displayed in a listbox. This is a simple task, but it's important that the code is efficient and free from bugs.

    $111 (Avg Bid)
    $111 Oferta medie
    26 oferte

    I will provide you code as discussed

    $124 (Avg Bid)
    $124 Oferta medie
    1 oferte

    As the project owner, I'm seeking a professional skilled in Pine Script with experience in retrieving code from private scripts on Trading view. The key objectives of this project include: - Extracting the Pine Script code from a specific invite-only script (the script name will be shared privately upon project commencement). Unfortunately, it's currently unknown which specific script to be used, but clarity will be provided as the project progresses. - Discern the implemented functions within the script. The functionalities mainly centered around recognizable trading indicators like Moving averages, Pivots, Fibonacci and MACD. - The code extraction should consider compatibility with variable timeframes. Whilst exact timeframes aren't specified yet, f...

    $114 (Avg Bid)
    $114 Oferta medie
    4 oferte

    I'm currently working with an existing Python code and need a professional to review and improve upon it. I'm not certain what version it is therefore freelancer with knowledge in both Python 2 and Python 3 is preferred. Ideal Skills: • Proficient in Python coding • Experience in code optimization • Excellent debugging skills Work Scope includes but not limited to: • Code review: Inspect existing Python scripts • Troubleshooting: Identify and fix any code errors • Optimization: Enhance code for better efficiency and performance The successful candidate should be able to work independently based on the existing code and requirements provided.

    $11 / hr (Avg Bid)
    $11 / hr Oferta medie
    17 oferte

    As an entrepreneur, I am seeking a proficient web developer to construct an innovative e-commerce website boasting a unique QR code feature and credit card processing capabilities. Experience in handling similar projects would be ideal. You need to: - Develop a user-friendly e-commerce website - Integrate a credit card processing system - Design an exclusive QR code feature to download the application If you are a creative problem solver with outstanding skills in web development and have a history of incorporating payment systems into platforms, your application would be strongly considered. Show me your track record of similar work, so I can foresee how successful our project can be.

    $316 (Avg Bid)
    $316 Oferta medie
    81 oferte

    I'm in need of a skilled programmer to create an automation code page for me. This code page will be focused on text processing, so a strong understanding of working with textual data is essential. Key Requirements: - Proficient in JavaScript: The automation code should be written in JavaScript to ensure compatibility with other platforms. - Automation Experience: The primary function of this code will be automating tasks. A proven track record in building automated processes is highly desirable. - Text Processing: The code must be able to accurately and efficiently process textual data. Experience in this field will be a huge advantage. If you have experience in JavaScript, a background in automation, and a strong familiarity with text processing...

    $20 (Avg Bid)
    $20 Oferta medie
    10 oferte

    I'm on the hunt for a proficient software developer with experience in developing keyboard apps for both iOS and Android. Key Features: - The keyboard should support emojis and have customization of themes. - A noteworthy component to include, is an ancient character keyboard accessible by a dedicated button. Ideal Skills: - Previous keyboard app development - iOS and Android programming - Design experiences for UI/UX Your creativity combined with these key elements will encapsulate a user friendly, innovative keyboard app that stands above the rest. Looking forward to collaborating with you.

    $565 (Avg Bid)
    $565 Oferta medie
    47 oferte

    ...payment methods to support user transactions. - Dynamic QR Code Generation: Feature to generate QR codes, enhancing user experience. Main Purpose of the Web Application: - The primary goal is to offer a platform where users can create and share memorial websites. - Additional functionalities like QR code generation are aimed at facilitating user interaction and experience. Preferred Design Style: - The design should be elegant and sophisticated, in line with the sensitive and emotional nature of the website's purpose. Ideal Skills and Experience: - Proficiency in Laravel framework is essential. - Previous experience in building CMS and user authentication systems. - Strong background in payment gateway integration. - Knowledge of QR code generation and impl...

    $391 (Avg Bid)
    $391 Oferta medie
    66 oferte

    I'm in need of someone to help with building a Java code for my project. The main task will be developing a code for input validation. Key Requirements: - Experience in Java programming - Proficiency in coding for input validation - Ability to work efficiently and deliver results in a timely manner This project will require someone with a good understanding of Java programming and the ability to create effective input validation. If you have a track record of successfully delivering such functionalities, I'd like to hear from you.

    $19 (Avg Bid)
    $19 Oferta medie
    14 oferte

    I'm looking for a skilled Visual Basic 6 programmer to adjust functionality within my VB6 source code. The task primarily involves expanding reporting functions to include more tables. Ideal applicants should have: - Extensive experience in VB6 programming. - Previous work involving functionality adjustments, particularly in Reporting and Data Management. - A keen eye for detail to maintain existing code integrity while implementing changes. - Strong understanding of data management and manipulation in VB6. Your role will be solely focused on altering the existing VB6 code and ensuring the changes don't disrupt the software's operational flow. Familiarity with VB6 and past projects involving Reporting changes are crucial.

    $361 (Avg Bid)
    $361 Oferta medie
    24 oferte

    ...modified into 350 copies Step 1: Open the PowerPoint file named "Adelya Expansion - Australia and New Zealand" Step 2: Open the Excel sheet named "Companies in whose name the file is to be saved " Step 3: Note that in the Excel sheet, the second name after Adelya is Tecmark Step 4: SAVE the Powerpoint file as "Tecmark Expansion - Australia and New Zealand" Step 5: Replace in Powerpoint (Keyboard command is Alt-E-E), the name "Adelya" with the name "Tecmark" Step 6: There should be 12 replacements, then you know you have done it right Step 7: Save the file once again as "Tecmark Expansion - Australia and New Zealand" Step 8: Save a second copy of the file in PDF version (Powerpoint will offer you an option called "...

    $13 (Avg Bid)
    $13 Oferta medie
    11 oferte

    ...modified into 350 copies Step 1: Open the PowerPoint file named "Adelya Expansion - Australia and New Zealand" Step 2: Open the Excel sheet named "Companies in whose name the file is to be saved " Step 3: Note that in the Excel sheet, the second name after Adelya is Tecmark Step 4: SAVE the Powerpoint file as "Tecmark Expansion - Australia and New Zealand" Step 5: Replace in Powerpoint (Keyboard command is Alt-E-E), the name "Adelya" with the name "Tecmark" Step 6: There should be 12 replacements, then you know you have done it right Step 7: Save the file once again as "Tecmark Expansion - Australia and New Zealand" Step 8: Save a second copy of the file in PDF version (Powerpoint will offer you an option called "...

    $19 (Avg Bid)
    $19 Oferta medie
    121 oferte

    I'm looking for someone with demonstrable clago experience ( Must share previous work samples and also show me live evidence on a video call to be considered eligible) to code my indicator-based simple bot within 5 days. Anyone who quotes above budget will be disqualified immediately. Feel free to suggest if any of my requirements are difficult for your skill level and I can consider them. Those who don't reply to msgs for more than 15 minutes will not be eligible as they are not reliable to work with.

    $273 (Avg Bid)
    $273 Oferta medie
    8 oferte

    To create bulk qr codes Each qr have a specific number To be verified by sms

    $509 (Avg Bid)
    $509 Oferta medie
    44 oferte

    I need a proficient grant writer who can assist in making grant applications for different sectors: Government, Foundations and Corporate. Although I've not identified specific opportunities or funding sources, I'm seeking funding for corporate software development. Here's what I'm looking for: - Previous experience in writing and sourcing grant opportunities - Proven success in securing funding in government, foundation or corporate sectors - Strong research skills - Excellent written communication skills - Familiarity with software development sector would be a bonus. The writer should identify which grants we fit with, and then chart out strategy for approval. This is an opportunity for someone who understands the complexity of crafting successful grant applicatio...

    $386 (Avg Bid)
    $386 Oferta medie
    67 oferte

    I'm looking for an experienced professional capable of creating a stamp for commercial plans. This stamp will serve to verify compliance with building codes. Key requirements: - The stamp should reflect conformity with building codes. - Its primary application will be on commercial properties. Ideal candidate: Having a strong background in architectural drafting or similar fields would be a significant plus. Knowledge of commercial building regulations and codes is a must, as you need to understand the context where the stamp will be used.

    $575 (Avg Bid)
    $575 Oferta medie
    18 oferte

    I'm seeking a knowledgeable professional who can guide me through how to view HTTPS calls in Fiddler on Windows that have originated from an Android mobile application (running on either Bluestacks or Nox emulator) This may (or may not) need: - SSL unpinning - ProxyCap to route the traffic to fiddler port The session can be conducted remotely, either through detailed instructions or a shared screen conference call for a more interactive experience. Please demonstrate via a video/screen record that you are able to do this otherwise I won't respond. This should show you opening an app (not a browser) in Nox/Bluestacks and the HTTPS calls then being displayed in fiddler.

    $26 (Avg Bid)
    $26 Oferta medie
    7 oferte