Prefix of a string työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 prefix of a string työtä löytyi, hinnoittelu EUR

    I am seeking a skilled freelancer to implement Managed Identity for a SQL Managed Instance on the Microsoft Azure platform. The primary goal is to enhance the security of database connections, ensuring secure and seamless authentication processes without managing credentials manually. This project will also involve integration with other Azure services to further secure and streamline operations. **Ideal Skills and Experience:** - Proficiency in Microsoft Azure, especially with SQL Managed Instances. - Experience with Azure Managed Identities and their implementation for securing database connections. **Project Requirements:** - Implement Managed Identity on an existing SQL Managed Instance in Azure. - Configure the instance to use Managed Identity for authenticatin...

    €29 (Avg Bid)
    €29 Keskimäär. tarjous
    8 tarjoukset

    Hi, I have a silly little bug. I want to convert an XLM file to JSON using json_encode (XML file attached). Every XML to JSON parser on the web parses it correctly but json_encode returns {} 1). I need to see/display ALL parsing errors. Ideally show XML source line and error. ( and what setting is needed to show them) 2). I need the XML parsed correctly using json_encode and to know what json_encode settings were wrong. It must run on my server. // php file I use to test XML file. <?php // If file exists if (file_exists('')) { // Load XML file into an object $xml = simplexml_load_file(''); /* Now translate it to an JSON string and assign the JSON string to $json */ $json = json_encode($xml);...

    €47 (Avg Bid)
    €47 Keskimäär. tarjous
    29 tarjoukset

    I'm in urgent need of a JavaScript expert to efficiently tackle and rectify critical functional bugs in my project's code. Without the aid of comprehensive documentation, your intuitive understanding of JavaScript and problem-solving skills will be the keystones to success. Ideal Skills and Experience: - Proficiency in JavaScript and related debugging tools - Adept at rapid diagnosis and resolution of functional or logical code issues - Capability to work and navigate code without extensive documentation - Strong analytical skills to understand and fix complex code problems Responsibilities: - Quickly identify and resolve functional/logical issues within the code - Ensure smooth functionality across all implemented features - Suggest improveme...

    €29 / hr (Avg Bid)
    €29 / hr Keskimäär. tarjous
    117 tarjoukset

    The purpose of the function is to import 1,000,000 strings with an average of 15-20 chars and filter the list down based on comparing the unique chars and a proprietary equation that I have supplied below. The end result should be a much smaller list of possible matches where the truncated records do not meet the scoring requirements. First, we will need a function that will take 3 inputs: defined_score as a decimal and 2 strings as input and compare them. The purpose is to find the characters that are not in each string. You miht try converting the column using set(). Just an idea. The output of this function will be based on this equation: (1/3 * ("unique characters of string1" / LEN(string1)) +("...

    €172 (Avg Bid)
    €172 Keskimäär. tarjous
    64 tarjoukset

    I need a skilled Android app developer to create a straightforward single-page application where users can log in, enter a string of characters, and receive a numerical value in return. Here's the gist of what's required: - User Authentication: Create a secure login system. - Character-to-Number Mapping: Develop a logic that assigns a unique numeric value to each alphabet letter and calculate the total for the string. - Case Sensitivity Handling: Convert all input to uppercase before processing. - Push Notifications: Inform users of updates or changes. - No In-App Purchases Required: The app will be simple, no need for a purchasing system. Skills and Experience Needed: - Strong experienc...

    €127 (Avg Bid)
    €127 Keskimäär. tarjous
    14 tarjoukset

    I'm in need of an experienced mobile app developer to bring to life an advanced image capture app that not just captures media, but integrates effectively with our existing API. The following are the requirements for our build: - iOS & Android Deployment, language not explicitly defined at this time, possibly Flutter or React Native for cross-compatibility - Mapping logic to existing Figma design - Relational Database Creation - User Creation/Authentication, including: via email/phone (with password recovery), and 3rd Party Logins such as Google, Facebook and AppleID. Highest level of security standard for App Stores. - Notification System - Simple Forms for user input, before POST request to existing API. - Image Capture UI (media stream), with validation tips, ov...

    €166 (Avg Bid)
    €166 Keskimäär. tarjous
    59 tarjoukset

    I'm seeking a proficient developer to create a web-based CRUD (Create, Retrieve, Update, Delete) page for my business. The functional page should comprehensively manage four different types of records: Employees, clients, timesheets, and timesheet entries. The ideal candidate should be proficient in: Creating, retrieving, updating, and deleting these specific record types Implementing a search functionality for timesheets and timesheet entries. Other records do not require this feature Developing a web-based interface for optimal accessibility and ease-of-use Must be skilled in Vaadin. You're the right person for the job if you're detail-oriented, experienced with CRUD operations, and a Web Development expe...

    €483 (Avg Bid)
    €483 Keskimäär. tarjous
    28 tarjoukset

    I am in need of a UI design for a catalog part ordering system using .NET Blazor. Emphasizing on electrical, mechanical and electronic cabinets, with particular focus on specific components such as: - Dimensions - Materials - Color - Items that can be altered based on configuration string Furthermore, I require the design to accommodate configuration options for these cabinets including: - Size adjustment options - Various styles and their visualization - Number of shelves - Additional items depending on the specific configuration string All billable hours are when working with me during remote sessions due to the fact my server is not internet accessible. The hired professional should have an experience in UX/UI interface des...

    €33 / hr (Avg Bid)
    €33 / hr Keskimäär. tarjous
    60 tarjoukset

    Led1 to turn on Bulb 1 with response Led2 to turn on Blub 2 with response Need complete keil project file

    €14 (Avg Bid)
    €14 Keskimäär. tarjous
    1 tarjoukset

    I'm seeking a proficient .Net 4.7.2 developer with C# knowledge to create a specific class to handle mail merges. Here's what I need: * Create a method named PerformMailMerge that accepts three string arguments: templatePath, RecordID, and outputPdfPath. * The method should utilize open libraries to merge a Word document (template) and the results of a SQL Query (SELECT * FROM WHERE RECORDID = RecordID) containing student data, then produce a resulting PDF file. * Handle any Input-Output errors that might occur during the operation. Instead of retrying or ignoring the error, the operation should be terminated and the function should return 'false'. * The CSV file uses a comma as the delimiter and w...

    €119 (Avg Bid)
    €119 Keskimäär. tarjous
    16 tarjoukset

    I have a project on CPanel (and I have a WHM) on my VPS. We have hundreds of basic/core php sites with MySQL databases that all start with samename_ like: samename_dbname1, samename_dbname2 and so forth. Each database has the same, identical structure and tables and columns. I think I can use the schema naming logic to update the same table, column and record in ALL of my tables from one query but I am not experienced in which schema names identify: All databases A particular table within those databases A particular record within those databases For example, what if I want this query? UPDATE SET title = "Learn XYZ" WHERE id=1 I guess that db would simply need to be some schema name that identifies any database or any database tha...

    €143 (Avg Bid)
    €143 Keskimäär. tarjous
    76 tarjoukset

    I'm looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the scientific notation number.

    €7 (Avg Bid)
    €7 Keskimäär. tarjous
    10 tarjoukset

    Im looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the scientific notation number.

    €9 (Avg Bid)
    €9 Keskimäär. tarjous
    14 tarjoukset

    Im looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the sceintific notation number.

    €14 (Avg Bid)
    €14 Keskimäär. tarjous
    6 tarjoukset

    I need help in generating custom unique IDs for every item in my SharePoint list. The unique ID should follow a specific format, which consists of a fixed alpha prefix followed by a sequential number. This requires expertise in SharePoint, along with proficiency in formulating and implementing custom ID formats, specifically: - Understanding of SharePoint list functions - Knowledge on sequential numbering in SharePoint - Experience in incorporating alpha prefixes in unique IDs Once completed, every item in the SharePoint list should have a unique ID with a fixed alpha prefix plus a sequential number. Your work can significantly enhance the order and organization of our growing SharePoint list. For example, the f...

    €18 (Avg Bid)
    €18 Keskimäär. tarjous
    1 tarjoukset

    I'm searching for a proficient JavaScript coder who can write simple JS code that help us track marketing campaign sources better. Here's what the finished script will do: 1) Detects 6 URL query parameters (utm_source, utm_medium, utm_campaign, utm_content, utm_term, utm_offer) 2) If present, grabs their values from the query string 3) Inserts those values into matching hidden fields on a form, which have the same name as the parameter 4) Ensures those UTM values are posted with the form submission into the CRM 5) Ensure that all query string parameters persist and are passed to other pages on the site if links are clicked. As it is now, those parameters are stripped out on link clicks. We'd like them to stay so that no matter which page they...

    €506 (Avg Bid)
    €506 Keskimäär. tarjous
    38 tarjoukset

    Im looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the sceintific notation number.

    €10 (Avg Bid)
    €10 Keskimäär. tarjous
    9 tarjoukset

    I am in need of a skilled Graphic Designer who can create captivating visuals suitable for my marketing campaign aimed at an older audience (50+). The successful candidate will have the opportunity for ongoing graphic design work with us based on the quality of their work on this initial small project. You must have demonstrated skills in: - Logo design, which should be both creative and reflective of our brand's identity. - Brochure design, to effectively communicate our marketing message. - Design of Point of Sale (POS) materials with a consistent, visually appealing aesthetic. - Social Media post designs that capture attention and drive user engagement. - Creation of a unique Mascot, embodying the spirit of our...

    €63 (Avg Bid)
    €63 Keskimäär. tarjous
    93 tarjoukset

    I'm looking for an adept Python developer to create a handy function for analyzing text files. Here's the gist of what I expect from the function: - Alphabetically list common words found in the text file. - Ignore case sensitivity such that "Word" is equivalent to "word". - Include any word that appears more than once as 'common'. Ideal Skill Set: - Proficiency in Python, particularly with string manipulation and file I/O - Experience in developing text analysis tools - Familiarity with regular expressions in Python - Strong coding practices for readability and efficiency Successful completion of this project would streamline my text analysis tasks tremendously. Your expertise will not only deliver the needed function...

    €13 (Avg Bid)
    €13 Keskimäär. tarjous
    6 tarjoukset

    I'm in need of a PHP developer proficient in dealing with JSON files. This involves not just reading the JSON file, but actively manipulating it in the following ways: - Adding new data - Updating existing data - Removing data from the file The new data to be added will be in a string format. It's important that you are able to handle this appropriately. The JSON file has a predefined structure that should be straightforward to navigate although it is nested but up to 2 levels. - experience and expertise in PHP - Solid background in working with JSON files - Ability to maintain attention to detail, considering the precise nature of the manipulation tasks. In your bid, please provide evidence of your experience in PHP and wo...

    €119 (Avg Bid)
    €119 Keskimäär. tarjous
    55 tarjoukset

    I want a Flashing LED driver circuit ushing Linear constant current LED Driver Part No BCR421UW6-7. (1) The input to the driver circuit can be anything between 15V to 35V DC. (2) There will be six LED driver ICs part No BCR421UW6-7. (3) Each LED driver will produce 350mA current to drive a string of 4 LEDs (forward voltage 3.1V) connected in series. (4) There will be a mechanism (using a 555 timer) to enable the LED drivers ON-OFF at rate of 50 pulses per minute. (5) Input Reverse polarity protection shall be provided using a Diode on the Positive supply pin. The freelancer shall: (1) Design the schematic. (2) Generate the PCB with proper vias and other mechanisms for thermal management (as drivers will generate lot of heat)....

    €109 (Avg Bid)
    €109 Keskimäär. tarjous
    11 tarjoukset

    se adjunto el archivo a traducir, tiene texto en comillas que debe ser traducido: $string['folderisempty'] = 'Images folder is empty.'; $string['adminblockinfo'] = 'Blocks placed in this region will be visible only for admin users.'; $string['entercourse'] = 'Enter this course'; $string['showsidebar'] = 'Show sidebars'; $string['hidesidebar'] = 'Hide sidebars'; $string['noactivities'] = 'No activities found.'; $string['fontsmall'] = 'Small font'; solo debe traducirse el texto en comillas 'Images folder is empty.'; 'Enter this course'; es 1 solo archivo.

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    33 tarjoukset

    I have a folder - like the attached one - containing multiple .txt files bearing names like, for instance, BDX24Jan05Feb19Jan21Feb As you can see from the attached, these .txt files contain rows of the form BDX24Jan05Feb19Jan21Feb,20240102,252.65,265.11,252.61,265,71211 BDX24Jan05Feb19Jan21Feb,20240103,264.93,266.7,247.96,252.5,91344 etc, etc All these names are fairly long, so what I want to accomplish is provide a string to the program (in our example here say the 24Jan05Feb string) and the program will CUT this from everywhere it sees this string i.e. now my text file names will be BDXFeb19Jan21Feb and its contents will now be like BDX19Jan21Feb,20240102,252.65,265.11,252.61,265,71211 BDXFeb19Jan21Feb,20240103,264.93,266.7,247.96,252.5,91344 e...

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    14 tarjoukset

    I am in need of an exceptional videographer with a flair for cinematic style footage to capture my wedding. The project will encompass shooting video at multiple locations including the wedding ceremony, reception, a specific outdoor location and at home. Ideal Skills: - Relevant experience - Ability to capture high-quality footage in various locations It is important that you can showcase a creative interpretation of the venue spaces, and string together those special moments, all with a cinematic twist that will bring out the emotion and excitement of our special day.

    €1217 (Avg Bid)
    €1217 Keskimäär. tarjous
    16 tarjoukset

    I am in immediate need of a skilled C# programmer with expertise in Microsoft Dynamics 365 Business Central clod. My project involves: - Developing new, robust data processing and reporting features. - Seamlessly integrating these features with existing systems. Ideal candidates will possess the following skills: - Strong background in C# and Business Central development. - Proven experience in creating data-oriented features. - Ability to integrate Business Central with various systems. - Excellent problem-solving abilities for code optimization. Interested freelancers should provide examples of similar Business Central projects they have worked on. Let's advance my platform's capabilities together! I need to have a console program that can do th...

    €25 / hr (Avg Bid)
    €25 / hr Keskimäär. tarjous
    22 tarjoukset
    Zrobić zadanie w R Loppunut left

    ...przedstaw założenia przyjęte przy wykonywaniu kolejnych kroków. przydatne: – potrzebne będą funkcje manipulacji ciągami znaków (string) – wyszukiwanie np. w Google powinno zaczynać się od “R“ (np. R string explode) – w miarę możliwości korzystaj tylko z podstawowych poleceń R {base} 2 1. Bazując na kodzie z zajęć stwórz tablicę dni listopada 2021. 2. Kolejne kolumny to dni tygodnia (począwszy od poniedziałku), a wiersze to tygodnie w danym miesiącu. Konkretne wartości powinny być pobierane z sekwencji (ew. z wektora stworzonego przy pomocy sekwencji). 3. Brakujące wartości uzupełnij według uznania (czyli te komórki, które nie będą miały dat listopadowych, a z konieczności znajdą się w maci...

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    9 tarjoukset
    Trophy icon Creative Social Content Clips Loppunut left

    I'm looking for a talented freelancer to create a 5 - 10 Seconds high-quality video clip prefix for content 16:9 and 9;16(movie clips) for various content creator platforms, including Only Fans, Loyal Fans, Clips for Sale, ManyVids. - Goal: Produce a captivating short-form (5-10 seconds) video prefix that highlights my brand and is optimized for each platform's audience. The prefix clip should include the flexibility to integrate a indicator picture (which type of content the movie is) or a text by me. (like an index or a directory) The attached example shows the different parts of the prefix. The person in the clip should be exchangeable by me. The title of the clip should be exchangeab...

    €70 (Avg Bid)
    €70
    23 työtä

    I'm seeking an experienced artist with a modern flair who can create a digital art rendition of a building's exterior. Here's the scope of the project: - the current state of the building is shown in photographs - This building needs to reflect a 'tiki bar' decor and feel, examples are in photos attached. - Specific details: neon sign on roof saying 'Danger Island' in a 'tiki' style font. - Outdoor patio shown with potential outdoor seating and string lighting - flame torches outside

    €33 (Avg Bid)
    Taattu
    €33
    16 työtä
    Fixing Instapy Loppunut left

    ...[smokehub_performance] - Cookie file for user 'smokehub_performance' loaded... WARNING [2024-01-25 02:56:54] [smokehub_performance] - Issue with cookie for user 'xxxxx'. Creating new cookie... INFO [2024-01-25 02:56:54] [smokehub_performance] - Deleting browser cookies... WARNING [2024-01-25 02:57:04] [smokehub_performance] Login A/B test detected! Trying another string... WARNING [2024-01-25 02:57:09] [smokehub_performance] Could not pass the login A/B test. Trying last string... INFO [2024-01-25 02:57:46] [smokehub_performance] Logged in successfully! INFO [2024-01-25 02:57:46] [smokehub_performance] Saving account progress... WARNING [2024-01-25 02:57:49] [smokehub_performance] Unable to save account progress, skipping data update b&quo...

    €17 (Avg Bid)
    €17 Keskimäär. tarjous
    6 tarjoukset

    We are in need of experienced freelancers who can complete the following edits to an existing web app: 1. Ability to start from where you left off if web connection is lost (for Game 2: re-start from the onset of the most recent Game 2 ‘block’; but w/ flexibility to restart from beginning as needed; add warning/confirmation before closing out of tab accidentally 2. Save/dump all user data from whatever point user stops—flag in output spreadsheet whether block was completed in full or not 3. Dump additional datapoints (see example Game 1 and Game 2 data spreadsheet exports): a. specific stimulus (word or image name) shown on each trial during both Game 1 and Game 2 b. accuracy for each trial in Game 1 (currently stores only overall tally/summar...

    €407 (Avg Bid)
    Salassapitosopimus
    €407 Keskimäär. tarjous
    10 tarjoukset

    I'm seeking a proficient freelancer to create a Python script for a Raspberry Pi Zero that will function as a data bridge between a serial connection and Bluetooth Low Energy (BLE). I have an usb device connected to the PIzero port via OTG adapter sending string of data to the serial in ascii format. The Usb device is autodetected so will just use the pyserial package to gather data. I need to take those data and send over BLE so the Pizero will act as simple BLE server bridging those data to BLE conversely i shall send some bit the other way round. I have the script already made for ESP32 in ESP-IDF framework need to replicate in python on Pizero using the same UUID. It is quite easy job for experienced user with bit of - Knowl...

    €150 (Avg Bid)
    €150 Keskimäär. tarjous
    24 tarjoukset

    I'm currently using a private VoIP provider for my Opensips configuration and need help with translating specific tech prefixes. The prefixes involved are rather simple and straightforward. My goal is to ensure efficient configuration for smoother operations. For this job, you would need: - Proficiency in Opensips and dialplan configurations - Past experience with tech prefix translations - Ability to work with private VoIP providers Your role would involve: - Analyzing the current system and identifying the prefixes - Translating these prefixes within the Opensips dialplan configuration - Verifying the seamless operation of the system post-translation If you have prior experience with similar projects and are confident in your ability to make this translation...

    €141 (Avg Bid)
    €141 Keskimäär. tarjous
    3 tarjoukset

    I'm currently using a private VoIP provider for my Opensips configuration and need help with translating specific tech prefixes. The prefixes involved are rather simple and straightforward. My goal is to ensure efficient configuration for smoother operations. For this job, you would need: - Proficiency in Opensips and dialplan configurations - Past experience with tech prefix translations - Ability to work with private VoIP providers Your role would involve: - Analyzing the current system and identifying the prefixes - Translating these prefixes within the Opensips dialplan configuration - Verifying the seamless operation of the system post-translation If you have prior experience with similar projects and are confident in your ability to make this translation...

    €47 (Avg Bid)
    €47 Keskimäär. tarjous
    1 tarjoukset

    ...experienced and skilled individual to create a custom tool for a web scraping project. The successful candidate will develop a Python script or an executable file (.exe) tailored to our specific needs. Project Overview: Objective: The primary goal is to develop a tool that automates the process of extracting specific data from a designated website. Functionality: The tool will open an existing spreadsheet. It will read and parse a specific string (or strings) from the spreadsheet. The tool will then navigate to a predefined website and perform a search using the extracted string. After conducting the search, it will parse relevant data from the website. Finally, the tool will input the gathered data back int...

    €24 (Avg Bid)
    €24 Keskimäär. tarjous
    32 tarjoukset

    I am seeking a skilled Wordpress developer: Create WordPress home page as per design Create popup contact form for each button on home page Each home button should share an email with a different subject prefix (ex partnership- xxxxxxx, press-xxxxxx) Social media icons link to social media accounts Install SSL certificate to make site secure WordPress with Elementor Pro already installed. must use Elementor Pro. The ideal candidate will have previous Wordpress development experiences, especially in speed optimization and functionality enhancement. I look forward to seeing your proposals.

    €161 (Avg Bid)
    €161 Keskimäär. tarjous
    156 tarjoukset

    I require a seasoned Excel wizard to create an intricate spreadsheet for me. My necessity involves handling both text and date/time data. The optimal organization for this data on the sheet would be a mixture of columns and rows. Hence, understanding the context and logic in data placement is key. Additionally, the project would extensively require text and string operations. Ideal candidates should be familiar with various string-related functions such as LEN, RIGHT, LEFT, MID, SUBSTITUTE, and REPT, among others. Your proposal should clearly mention previous similar projects you've undertaken. An understanding of VBA to create customized functions would be a bonus, but is not a compulsory requirement. Parametres Each entry ha...

    €84 (Avg Bid)
    €84 Keskimäär. tarjous
    38 tarjoukset

    ...including: - Sorting Algorithms - Graph Algorithms - Dynamic Programming - String Algorithms - Greedy Algorithms - Backtracking Algorithms - Divide and Conquer Algorithms - Network Flow Algorithms - Computational Geometry Algorithms - Extending Limits of Intractability - Approximation Algorithms - Randomized Algorithms - Linear Programming In particular, we will delve into challenging topics such as NP and computational intractability, PSPACE, and coping with NP-completeness. Therefore, experience in dealing with these intricate subjects is mandatory. You should have a comprehensive understanding of all possible algorithm types and be prepared to apply this knowledge to any scenario. Dedication to accuracy and a proven record of problem-solvi...

    €156 (Avg Bid)
    €156 Keskimäär. tarjous
    18 tarjoukset

    ...for an experienced developer to create a dynamic social media platform that offers both a desktop and mobile experience. An expert with a broad skill set covering various aspects of development is an ideal candidate for this job. Key features required are: - User Profiles: Users should be able to create personal accounts where they can upload their details. - News Feed: The platform should display a constantly updated string of posts from friends, advertisements, and other content. - Messaging: An interactive and straightforward messaging system for users to communicate directly. - Blogging Capability: Users should be able to create and share blog posts on their profiles. - Video: The platform needs to support streaming, uploading, shari...

    €1110 (Avg Bid)
    €1110 Keskimäär. tarjous
    19 tarjoukset

    I am seeking a competent and skillful musician for my wedding ceremony. The ideal candidate will: - Create an atmosphere of love and celebration with their music, focusing primarily on string and key instrument compositions. - Have a strong background in performing different music genres, specifically Classical, Jazz and Pop. - Must be well-versed with Ed Sheeran’s music as a couple of his songs will be featured in the ceremony. - It's a big plus if you have prior experience performing at weddings. The ability to intuitively select and perform music suitable for the ceremony is essential. All musical selections should blend together seamlessly to create a moving and memorable experience. Ideal Skills: - String ...

    €704 - €1408
    Paikallinen
    €704 - €1408
    0 tarjoukset

    I am seeking a skilled developer with Python, Django or Flask experience to build a web-application for data entry and data display. The final deliverable should be a working prototype, capable of entering and displaying unspecified types of data, possibly text, numbers, or images. Ideal Skills: - Proficiency in Python - Expertise in Djano/Flask web frameworks - Experience in developing data-heavy applications What to include in your application: - Please provide examples of past work, especially those related to data entry and display. - I would appreciate a detailed project proposal, including your process and expected timeline. - Highlight your experience in web-app development, specifically with Python and Django/Flask. Project Requi...

    €49 (Avg Bid)
    €49 Keskimäär. tarjous
    11 tarjoukset

    ...idate(): Invalid Schema in /home/customer/www/ on line 381 Fatal error: Uncaught MagentoFrameworkExceptionLocalizedException: Invalid Document simple type 'phpClassName', attribute 'base': The QName value '{}string' does not resolve to a(n) simple type definition. Line: 36 attribute decl. 'name', attribute 'type': The QName value '{}string' does not resolve to a(n) simple type definition. Line: 163 in /home/customer/www/:168 Stack trace: #0 /home/customer/www/(132): MagentoFrameworkConfigReaderFilesystem->_re

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    32 tarjoukset

    ** Individual Freelance developer required only and NOT companies ** Copy paste replies will not be answered. ** Please reply with "I am ready to commence this project now". I'm seeking to hire a skilled developer with vast experience in PHP, WooCommerce and API integration. The goal of this project is to further customize our WooCommerce thank you page with dynamic content brought in through an API call. The process entails the following: - After a purchase, posting the Product ID to the API - Receiving a product enablement string from the API - Including the product enablement string into the WooCommerce thank you page The right candidate should be proficient with: - PHP and WooCommerce: you should be able to navigate, manipula...

    €14 / hr (Avg Bid)
    €14 / hr Keskimäär. tarjous
    103 tarjoukset

    We are seeking a talented freelancer to transform our collection of 10 images into an engaging landing page video. The primary objective is to create a visually appealing and kid-friendly video by incorporating background images that complement each picture seamlessly. Here's a breakdown of additional points you can earn by bringing these images to life through animation: Solar Helicopter: Animate the top blade Chairlift: Animate the chairlift as it travels along a string Airplane: Illustrating the airplane's movement powered by the force of the wind from the propeller Ferris Wheel: Animate the Ferris wheel's turning Trains: Drives in a spiral, turny fashion Elevator: Goes up and down Excavator: Showcas...

    €38 (Avg Bid)
    Taattu
    €38
    10 työtä

    I'm currently working on creating a Laravel based project and am in urgent need of a skilled Laravel developer. My specific requirements are as follows: - The project requires the development of a basic Laravel function: public function download(string $relative_path) { 1. make a zip file from this $relative_path directory. (so with all directories and files recursively) The files are located on an S3 bucket. 2. Allow the user to download this zipfile } - The S3 bucket is linked to the laravel project, and can be accessed using Storage::disk('s3bucket'), the $relative_path is a directory inside this S3 bucket. All contents of this directory must be zipped and made available for download. - Laravel 10, ...

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    18 tarjoukset

    I'm in need of an experienced developer who can customize my Woocommerce subscription setup for personal use. Hi there, We need to be able to add some custom fields in the admin part of the woocommerce subscriptions. The custom code, which is required and added to our file in the child-theme is not working. Or at least the fields are not being displayed as shown on the picture. We need to have 3 additional fields, those fields need to be displayed on the view-subscription page as well in the my account environment. Project details: 1. Subscription Title Field Type: Text (plain text) Description: "Enter the title of this subscription here." Developer Notes: Meta Key: A unique identifier, e.g., '_subscription_title'. Data Sanitiz...

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    19 tarjoukset

    I am seeking a freelancer with in-depth knowledge of CNC G-CODE to aid in the development of a unique project surrounding string art. The chosen candidate will possess the following skills and experience: - Strong grasp of CNC Milling Machines - Experience in G-code programming - Familiarity with string art patterns I am looking for someone to help my convert the sequence of nail numbers into a workable gcode.

    €636 (Avg Bid)
    €636 Keskimäär. tarjous
    2 tarjoukset

    I'm looking for an accomplished developer to create a tailored module for Perfex CRM. The essential features required are: - Real-time inventory management: It's important for the module to manage and update our inventory in real time. - Order synchronization: The module needs to synchronize orders with our warehouse and POS system. - Automated product data updates: The system should be capable of automatically updating our product data. - Customer and order data management: The module should synchronize customer data with our warehouse and POS system, retrieve customer orders from these systems, and track order status in real time. We're using that POS and warehouse system to control stocks and making sales over POS in our physical stores. That system also c...

    €152 (Avg Bid)
    €152 Keskimäär. tarjous
    35 tarjoukset

    Title: - App for user remote control of two relais. Description: - This is a PoC App. - Android app to manage user remote control of two washingmachine relais. - Android App with GUI to be used by regular users (3-8 expected) - Reads data from DB (tables provided by me) and sends string commands over BLE to an ESP32. - Receives commands from an ESP32 and writes the data to the DB. Programming technologies: - I have a LAMP server already - DB (MySql) tables will be created by myself; you will ack or suggest changes, if needed - Code will be written using C#, python or RUST. - You will use Jira management and BitBucket source control. - You will provide a basic design and code documentation. App installation: - (a) New user? (b) Existing us...

    €200 (Avg Bid)
    €200 Keskimäär. tarjous
    21 tarjoukset

    ...internal wall frames of an LGSF structure. I have attached a drawing for your reference. Software - Autocad LT / Autocad architecture 2023/2024 Wall Elevations - I have created the wall elevations for each wall and placed them in 2d. Wall Board Specifications - Each wall board is 10 mm in thickness and comes in dimensions of 1220x2440mm. No board is larger than this. Drawings expected for each wall - 3 drawings to be produced for each wall. They include the following: - Wall board joints diagram on framing elevation - Blown out view where wall boards have an offset of 100 mm away from each other (top and bottom). 50 mm preferred for the jambs. Each wall board is given a unique number. - Table of sheating schedule - Each room has to have it&#...

    €205 (Avg Bid)
    €205 Keskimäär. tarjous
    5 tarjoukset