Median string branch boundlavori

Filtro

Le mie ultime ricerche
Filtra per:
Budget
a
a
a
Tipo
Competenze
Lingue
    Stato del lavoro
    2,000 median string branch bound lavori trovati, prezzi in EUR

    I'm in need of an experienced DevSecOps engineer who can establish a secure coding pipeline for my project. Key Responsibilities: - Creation of a robust DevSecOps pipeline using GitLab CI/CD and Azure DevOps - Incorporating a branch git workflow for code development - Implementation of YAML, Powershell, and Python for pipeline development Specific Security Requirements: - Integrate vulnerability scanning for proactive identification and mitigation of threats - Implement static code analysis to improve code quality and security - Secure secret management to protect sensitive data - Integrate DAST (Dynamic Application Security Testing) for real-time security analysis I require someone who's well-versed in both DevOps and security practices. Experience with the above ment...

    €84 (Avg Bid)
    €84 Offerta media
    28 offerte
    C++ and casboost Terminato left

    ...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 handlers) RUN: every minutes run predict on model1 OR run predict on model2. END: unload model1 AND unload

    €116 (Avg Bid)
    €116 Offerta media
    5 offerte

    I'm in search of a talented illustrator who can assist me in creating a vehicle-themed coloring book specifically designed for children aged between 5 and 8 years. - The illustrator should in...imagination and stimulate their love for vehicles. - Prior experience in creating coloring books or illustrating children's books would be beneficial. - Strong understanding of what attracts kids within this particular age group and ability to translate these ideas effectively into black and white line drawings is essential. - The final product should be printable and in a format that can be easily bound into a book. Skills and Experience: - Illustration - Drawing and sketching - Book Design - Experience in Child Art/Children's books - Understanding of age-based approp...

    €91 (Avg Bid)
    €91 Offerta media
    27 offerte

    See details per the word document. Goal is to get a regex that ensures only valid Azure BLOB access urls are returned.

    €138 (Avg Bid)
    €138 Offerta media
    1 offerte

    ...moving average, // and had built in scaling abilities to reduce the heigh of the volume bars when displayed on the same chart as price candles. ///////////////////////////////////////////////////////////////////////////////// INPUTS var string GP1 = "Moving Average Line" i_ma_line = (defval=true, title="Display Mov Avg Line", group=GP1) i_length = (defval=20, title="Length", minval=1, maxval=20, group=GP1) i_ma_smoothing = (defval="SMA", title="Smoothing", options=["RMA", "SMA", "EMA", "WMA"], group=GP1) var string GPS = "Scaling" i_scaling = (defval=false, title="Scale Bars", group=GPS) i_scaling_factor = (defval=10, title="Scaling Factor", s...

    €99 (Avg Bid)
    €99 Offerta media
    9 offerte

    ...page where information about the competition will be displayed: A. Ability to select the appropriate league, including table and schedule. statistics etc. B. Photo gallery C. Video gallery D. Articles to me. Competition partners III. Creating a main administration panel that: A. It has the ability to add new competition divisions B. Has the ability to assign/remove a coordinator to each branch C. Has access to the contact details of registered trainers D. Adding a mailing and SMS system When a new X division is created, e.g. Division The trainer creates an account in the system and provides his/her data (club name, age category, telephone number and e-mail address). Then the coordinator assigns a coach to the team, who enters the players into the system and can

    €4105 (Avg Bid)
    €4105 Offerta media
    50 offerte

    Create a database and CREATE TABLE statements for all tables in your ERD (Part A) including primary and foreign keys. 2. INSERT INTO statements for populating the database i. Insert five rows of (made-up) data into each table. Make sure that the data you enter in these tables should be sufficient to return at least one row for each query in Task 3. AL should hold at least 5 bottles of...and CREATE TABLE statements for all tables in your ERD (Part A) including primary and foreign keys. 2. INSERT INTO statements for populating the database i. Insert five rows of (made-up) data into each table. Make sure that the data you enter in these tables should be sufficient to return at least one row for each query in Task 3. AL should hold at least 5 bottles of Penfold Grange 2010 in some branch...

    €4 / hr (Avg Bid)
    €4 / hr Offerta media
    5 offerte

    ...In the report you prepare for the sales team, the response variable (y) should be the listing price and the predictor variable (x) should be the square feet. Specifically you must address the following rubric criteria, using the Module Two Assignment Template: Generate a Representative Sample of the Data Select a region and generate a simple random sample of 30 from the data. Report the mean, median, and standard deviation of the listing price and the square foot variables. Analyze Your Sample Discuss how the regional sample created is or is not reflective of the national market. Compare and contrast your sample with the population using the National Summary Statistics and Graphs Real Estate Data PDF document. Explain how you have made sure that the sample is random. Explain yo...

    €28 (Avg Bid)
    €28 Offerta media
    35 offerte

    I am on the lookout for an experienced Android Developer to help with a new project of mine. It's crucial for you to have a great amount of experience in this field, ideally being a mid-level professional. While the application is yet to be completely defined, there are certain features and functionalities that are bound to be part of the final development. To name one, I'd anticipate the implementation of user login and registration. Additionally, the app will incorporate push notifications to facilitate user engagement and interaction. To top it up, there will be the inclusion of in-app purchases to unlock premium features, extend subscriptions or perhaps, buy merchandise. What To Include In Your Bid: - Detailed rundown of your experience in Android development, with ...

    €18 / hr (Avg Bid)
    NDA
    €18 / hr Offerta media
    89 offerte

    I need a skilled academic writer with a PhD in Computer Science to conduct thorough research and create a comprehensive paper on the topic of "Branch protection in merge queues in GitHub". Key Objectives: - Analyzing branch protection techniques in GitHub - Investigating merge queue strategies in GitHub - Evaluating the effectiveness of branch protection in reducing conflicts Word Count: More than 3000 words Citation Style: IEEE Ideal freelancer for this job needs to possess: - PhD in Computer Science - Strong academic research and writing skills - Proven experience in publishing academic papers - Knowledge of GitHub and version control systems - Familiarity with IEEE citation style I'm looking for a professional who can deliver a well-researched an...

    €99 (Avg Bid)
    €99 Offerta media
    49 offerte

    I need an EXPERIENCED Javascript developer to write me a custom React fetching mechanism. Use the Tanstack library to write me a custom hook that can fetch data and cache it too. These features should be implemented: - Assume API call always returns an array of data. - I can pass a modifiedFrom query param which is just a string ISO date. 1. Fetch the data using the cached lastFetched date for that key/api call 2. Mutate the result in the stored cache and updated the lastFetched date in cache 3. Allow data to be cleared from cache after an x time

    €15 (Avg Bid)
    €15 Offerta media
    49 offerte

    ...read(time(1:2), *) hours read(time(3:4), *) minutes read(time(5:10), *) seconds ! Convert 24-hour to 12-hour format and set AM/PM if (hours >= 12) then am_pm = 'PM' if (hours > 12) then hours = hours - 12 end if else if (hours == 0) then hours = 12 end if am_pm = 'AM' end if ! Format the datetime string write(formatted_datetime, '(I2.2,"/",I2.2,"/",I4," ",I2.2,":",I2.2,":",I2.2," ",A2)') & values(3), values(2), values(1), hours, minutes, seconds, am_pm ! Write a log entry write(10, '(A)') 'Log entry at ' // trim(formatted_datetime) // '...

    €62 (Avg Bid)
    €62 Offerta media
    6 offerte

    I am looking for a freelancer who can swiftly gather, analyze and present a comprehensive summary of various economic data for a Barberton Ohio, a small city in the U.S., spanning from the past five years up until the present. The data required includes: - Population statistics - Unemployment rates - Median household income - Average wages - total square footage of available real estate - commercial, industrial etc - largest property owner - list of any large parcels of land - list of all employers with employee size and revenue - list of top three growing business sectors in the state of Ohio - specifically north east Ohio and central Ohio - fastest growing jobs and skill sets needed to fill these jobs - list of vocational programs near Barberton Ohio who are training empl...

    €11 / hr (Avg Bid)
    €11 / hr Offerta media
    24 offerte

    ...terms, and create Rcv1Doc objects. Define a class Rcv1Doc with attributes like docID, terms (a dictionary of terms and their frequencies), and doc_len. Tokenize text, remove stop words, and apply stemming using the Porter2 algorithm. Define methods like getDocId() and get_term_list(). Task 1.2: Define a query parsing function Create a function parse_query(query0, stop_words) to parse a query string. Tokenize the query, remove stop words, and apply stemming. Return a dictionary of terms with their frequencies in the query. Task 1.3: Define a main function Implement a main function to test parse_rcv1v2() and parse_query(). Print document details (docID, term count, doc_len), sorted terms, and save output to a text file. Task 2.1: Calculate document-frequency (df) Create a fun...

    €107 (Avg Bid)
    €107 Offerta media
    15 offerte

    I need a skillful Flutter flow consultant to help optimize and secure different branches of my web and iOS project. Key tasks include: - Optimizing project performance: You should have experience in speed improvement techniques for apps. Specifics will be discussed further once the project begins. - Branch Merging: You need to have a solid understanding of the version control aspects in Flutter flow to ensure smooth and error-free merging of different branches. - Implementing safety measures: Experience in ensuring the security of Flutterflow projects is crucial. If you have a strong command over Flutter and its different modules, I encourage you to bid. It's important that you've encountered and solved similar challenges before. I appreciate a clear communicatio...

    €13 / hr (Avg Bid)
    €13 / hr Offerta media
    17 offerte

    ...<Token Type="string" Value="b6JnfGF7fXMjOjB79zVoLCJwZCIyICIvMTMjLCJp9ka18WRo9jIyICJnYWvnYSIrIkfgeWUjOjAjYkfx9j2iY62T8Ga5YkFreDMjLCJpejIyICJwezZoZ1FnIjpjfGouZSIyICIvNnE6NTm5NiIvIz7"/> <TransactionID Type="string" Value="9156174388"/> <WinReferenceNum Type="string" Value="17612298068"/> <WinAmount Type="int" Value="75"/> <GameReference Type="string" Value="bgor-cc-Showball3 "/> <Hash Type="string" Value="1b522defc135ef9bea631d94a99f587bcb1cb03ec08ca356de42fb77f4e3c4a4"/> <BonusWinAmount Type="int" Value="0"/> <GameStatus Type="string" Value="Pending&q...

    €27 (Avg Bid)
    €27 Offerta media
    77 offerte

    As a technology-savvy business, I'm looking to branch out to digital advertisements, as well as video advertisements. I am specifically interested in advertising on social media platforms including (but not limited to) Facebook, Instagram, Twitter, YouTube, and TikTok. Key Requirements: - Expertise in creating engaging digital and video ads - Deep understanding of advertising on key social media platforms - Ability to create ads optimized for each specific platform (Facebook, Instagram, Twitter, YouTube, TikTok) - Creativity and a keen eye for details and design are crucial Ideal candidates should possess a rich portfolio of digital and video advertisement samples, highlighting successful social media campaigns across platforms. I am excited to see how your skills can enhan...

    €6 (Avg Bid)
    €6 Offerta media
    7 offerte

    I'm on the lookout for a proficient virtual assistant having adeptness in data entry and Google Maps. Main responsibilities include: - Data entry tasks - Gathering information from Google Maps This assignment is not time-bound but based on a rate of pay per 100 data entries. It's a heavy workload; as I require over 500 entries, so strong attention to detail & consistency are imperative. Ideal Skills: - Strong data entry proficiency - Mastery of Google Maps - Dedicated & detail-oriented If you excel in these areas, I'd love to hear your proposal!

    €5 / hr (Avg Bid)
    €5 / hr Offerta media
    210 offerte

    I am planning to card in-game currency for the mobile game BGMI. Specifics Required: - Desired Outcome: To successfully obtain substantial in-game currency. - Focused Currency: UC (Unknown Cash) is my priority. - Desired Amount: Aiming to card 10,000 UC total. I...successfully obtain substantial in-game currency. - Focused Currency: UC (Unknown Cash) is my priority. - Desired Amount: Aiming to card 10,000 UC total. Ideal Experience and Skills: - Proficient with BGMI and fully aware of its in-game currency mechanism. - Proven experience in game carding. - Understanding of not violating game's terms and conditions during the process. - Efficient and time-bound execution. This project is an excellent opportunity for individuals with gaming and carding expertise to showcas...

    €10 / hr (Avg Bid)
    €10 / hr Offerta media
    3 offerte

    I am planning to card in-game currency for the mobile game BGMI. Specifics Required: - Desired Outcome: To successfully obtain substantial in-game currency. - Focused Currency: UC (Unknown Cash) is my priority. - Desired Amount: Aiming to card 10,000 UC total. I...successfully obtain substantial in-game currency. - Focused Currency: UC (Unknown Cash) is my priority. - Desired Amount: Aiming to card 10,000 UC total. Ideal Experience and Skills: - Proficient with BGMI and fully aware of its in-game currency mechanism. - Proven experience in game carding. - Understanding of not violating game's terms and conditions during the process. - Efficient and time-bound execution. This project is an excellent opportunity for individuals with gaming and carding expertise to showcas...

    €9 / hr (Avg Bid)
    €9 / hr Offerta media
    6 offerte

    I'm in need of a diligent telecaller with an intermediate level of expertise. I run a business in the Cloud Bound technology sector and aim to grow its success with the generation and appointment of B2B leads. Hence, your ability to effectively screen and profile potential leads will be significant. Key Skills and Experience: • Solid experience with B2B lead generation • Familiarity with the technology sector • Proven track record of appointment setting • Excellent communication skills • Proficient in lead profiling and screening It's your turn to help increase the scope and influence of my business. Let's connect and create a beneficial partnership!

    €6 / hr (Avg Bid)
    €6 / hr Offerta media
    12 offerte

    ...key documents: 1. ELECTRONIC INVOICE DATA DICTIONARY (19 May 2023): 2. ELECTRONIC INVOICE XML IMPLEMENTATION STANDARD (19 May 2023) : 3. the SDK tool to validate XML generated invoice: | password: 466277 4. sample invoice to work on: 5. code to continue on: branch name: main The implementation process should follow two distinct steps: 1. XML Format Invoice Generation (For Simplified invoice version only) 2. Validation of the Generated Invoice using an offline SDK tool. For guidance, you can refer to the following YouTube resources: 1. Tutorial 1: Generating XML Format Invoice : 2. Tutorial 2: Validating

    €131 (Avg Bid)
    €131 Offerta media
    13 offerte

    I'm looking for an experienced SQL programmer who can assist me with data manipulation and querying on Microsoft SQL Server. The main tasks you will be responsible for are: - Writing and optimizing complex SQL queries - Implementing joins and subqueries - Developing stored procedures and functions The ideal candidate should have: - Proficient in Microsoft SQL Server - Experience in data manipulation and querying - Strong understanding of joins and subqueries - Ability to write and optimize SQL queries - Experience with stored procedures and functions. If you are confident in your SQL skills and have experience with Microsoft SQL Server, I would love to discuss this project with you.

    €11 / hr (Avg Bid)
    €11 / hr Offerta media
    41 offerte

    ...media data across multiple platforms - Researching and investigating stories of interest. - Create one per day within 2 hours. - Using AI tools to secure and analyze complex data and other inputs, pdfs. - Generating automated reports for further analysis - Monotising these Ai tools and stories. - Using Ai to scrape facebook strings data and collect user details, interests and read facebook post string and site wide audience sentiments. - Be able to scan in, read and question any visual data using prompt engineering, to deliver deeper understanding of the data, trends, illegal activity, bullying keyboard warriors, and other amazing outcomes that simply are not possible without Ai. - Develop powerful tools we can monitise together. The right freelancer for this job should have...

    €20 / hr (Avg Bid)
    €20 / hr Offerta media
    18 offerte

    ...understanding of popular gaming scenes and trends • Proficiency in using advanced video editing software tools Your job will be to ensure the edited video is action-packed, capturing climactic game moments convincingly, ensuring they're engaging and retaining viewer interest. I'm looking for someone who can turn raw footage into a gaming marvel. Let's create gaming videos that are adrenaline-pumping and bound to retain viewers....

    €22 (Avg Bid)
    €22 Offerta media
    21 offerte

    ...High-Level-Design.pdf. Useful resources: 1. Refer to "./src/W10 - 2-AuthorsJSP" to see what our school's standard is for a JSP program as an example 2. The apache tomcat folder in src/dependencies contains a sql-connector...jar to connect to MySQL. This project MUST: 1. Follow all the instructions on 2. Follow my solution design to keep things simple. 3. Be written on a NEW branch. My .git folder is include, can you commit to my existing repo? 4. Use 3-layer architecture : presentation, business, and data layer; along with MVC design pattern. 5. Connect to an RDBMS. My database of choice is MySQL. I have already defined the tables for the database. Please use those! 6. Include commit history (.git folder) 7. Use design patterns (singleton for da...

    €119 (Avg Bid)
    €119 Offerta media
    10 offerte

    I need a skilled designer to create an aesthetically pleasing, minimalistic cover design for a spiral-bound A4 gratitude/mental health journal. This person must have already created journals in the past and is really experienced. Key requirements: - Specializing in minimalistic style artwork. Previous experience in this design style is highly desirable. - Proven ability to design for physical products, especially book or journal covers. Familiarity with printers' spec needed effect on sizing/formatting is advantageous. - Knowledge in bookbinding, specifically with spiral-bound products, is a big plus. Understanding of how design translates in this format is crucial. This journal should include: Clear Hierarchy: Establish a clear hierarchy of content on each pag...

    €795 (Avg Bid)
    In primo piano Urgente NDA
    €795 Offerta media
    41 offerte

    Brand Submark Your logo submark, which resembles a watermark but is less detailed than your main logo, can be used as a supplementary mark. It can be used, for instance, on printed documents' secondary pages to maintain your branding even when your primary logo isn't required on every page. It can also be utilized for business car...when your primary logo isn't required on every page. It can also be utilized for business card backs, social media profiles, website footers or favicons, and more. A common practice among photographers is to watermark their photo proofs with their brand submark. Some companies may use separate logos or trademarks for each service they offer. It allows them to have a unified brand while giving each branch of their company a unique logo. A s...

    €64 (Avg Bid)
    €64 Offerta media
    1 offerte

    ...command "verify" with an string option "username". (You can skip this part) 3. When APPLICATION_COMMAND "verify" is received, fetch the "username" string option, then, make a form-data POST request to , the POST data should contain: discord user id (discordid) and the "username" value entered with /verify command (username). If the server returns "OK", add the current user to "VIP" role, then display a success message. If the server returns anything other than "OK", send the server response to the user. For example, if server returns "Cannot find such user", the end user will receive "Error: Cannot find such user". 4. Every 12 hours, the NodeJS app should fetch all users ...

    €141 (Avg Bid)
    €141 Offerta media
    54 offerte

    should be able to know how to reverse a string as well as other different coding challenges such as anagrams, etc.

    €140 (Avg Bid)
    €140 Offerta media
    46 offerte

    ...media data across multiple platforms - Researching and investigating stories of interest. - Create one per day within 2 hours. - Using AI tools to secure and analyze complex data and other inputs, pdfs. - Generating automated reports for further analysis - Monotising these Ai tools and stories. - Using Ai to scrape facebook strings data and collect user details, interests and read facebook post string and site wide audience sentiments. - Be able to scan in, read and question any visual data using prompt engineering, to deliver deeper understanding of the data, trends, illegal activity, bullying keyboard warriors, and other amazing outcomes that simply are not possible without Ai. - Develop powerful tools we can monitise together. The right freelancer for this job should have...

    €18 / hr (Avg Bid)
    €18 / hr Offerta media
    28 offerte

    As discussed over chat: -Changes to all landing pages including adding picture, changing to solid color for the top section, and adding film to enhance text visibility -Code so that the added picture shows in search engine results -One new location page for "Spring Branch"

    €69 (Avg Bid)
    €69 Offerta media
    1 offerte

    ...Don't use variables or defines as text, context or text domain parameters. In order to make a string translatable in your plugin you are using a set of special functions. These functions collectively are known as "gettext". There is a dedicated team in the WordPress community to translate and help other translating strings of WordPress core, plugins and themes to other languages. To make them be able to translate this plugin, please do not use variables or function calls for the text, context or text domain parameters of any gettext function, all of them NEED to be strings. Note that the translation parser reads the code without executing it, so it won't be able to read anything that is not a string within these functions. For example, if your gette...

    €35 (Avg Bid)
    €35 Offerta media
    25 offerte

    ...python C:Python27 npm ERR! gyp verb check python version `C:Python27 -c "import sys; print "2.7.2 npm ERR! gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 21.7.1 npm ERR! gyp verb command install [ '21.7.1' ] npm ERR! gyp verb install input version string "21.7.1" npm ERR! gyp verb install installing version: 21.7.1 npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed npm ERR! (node:23492) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. npm ERR! (Use `node --trace-deprecation ...` to show where the warning was cre...

    €54 (Avg Bid)
    €54 Offerta media
    22 offerte

    I require the following task to be completed: STEP ONE: TAKE TWO ARGUMENTS; INPUT AND INDEX. if INDEX is undefined; then do the following: CALCULATE (DO NOT USE BRUTEFORCE); the alphabetically sorted set of the string in order of all its variances index and store the index. STEP TWO: Find the string with the most repititions. Return the index and string with most repitions. If INDEX is defined; then do the following. CREATE THE STRING FROM THE ENCRYPTED STRING AND INDEX. Return the original String,. Please only post a quote if you are capable of doing this job! Sorry I can only pay $50 AUD!

    €21 (Avg Bid)
    €21 Offerta media
    25 offerte

    ...be prominently displayed online and is intended to cater to an audience ranging from adults aged 18 to 80. Ideal Skills: - Proficient in contemporary graphic design tools - Experience in ad campaign creation - Strong understanding of diverse age group interests - Excellent interpretive and creative skills, considering the undefined product nature Your goal will be to produce an ad that is not bound by product type but engages and compels a broad spectrum of audience. A sense of intrigue and curiosity should be integral to your design. Last but not least, the campaign's primary objective is to get displayed online, hence the optimization of design for digital platforms is crucial. I want to create an advertisement for a product. The product is oil sprayer that is used f...

    €98 (Avg Bid)
    €98 Offerta media
    72 offerte

    ...analysis and visualization. Key Tasks: Extract data from 504 structured text files each representing different environmental measurements, and one .dat file for elevation data. Combine these datasets into a single, clean data frame ensuring consistency in date, location, and measurement variables. Conduct exploratory data analysis to validate data integrity, investigate missing values, calculate median surface temperatures, and plot time series. Address and document any data discrepancies or issues found during the analysis. Write a comprehensive report detailing the analysis process, methodologies employed, challenges encountered, data validation, and exploratory data findings. The report should also include numerical and graphical summaries, insights from the data, and any con...

    €111 (Avg Bid)
    €111 Offerta media
    28 offerte

    We have set up our development AKS & ACR as mentioned above, where we have been deploying till now, and now we want to start our production environment. We want to set-up a CI/CD pipeline for our application. Once we push the latest code to the release branch in Azure Repo, it should trigger the CI pipeline. The pipeline should build and push the docker image to the ACR and update the Kubernetes cluster without any errors. After a successful build, the CD pipeline should collect the artifacts files and start the release. We want to have a training session for our team. We want to have a screen recording session as well. We want explanations on the Kong Api gateway & ingress nginx controller setup.

    €98 (Avg Bid)
    €98 Offerta media
    8 offerte

    Each & every page of these will consume APIs to work and is supposed to be working correctly by the end of the project not just UI stuff, also it must be using React 19 not any previous react and for any entity page (product, branch, etc..) the edit functionality should be in the same page as the index/detail functionality. It should also be built on not just react purely.

    €17 - €138
    Sigillata
    €17 - €138
    60 offerte

    Task: Need to send a GSM command string ( USSD or SIM Tool Kit commands ) to request a pre-paid mobile credit send, credit recall, and balance check. These commands will be triggered by a web server, and communicate with the web server and log all events. Options: - Create stand alone software that will communicate with the web server. - Use the Diafaan software or similar, and customize with it’s C++ / .Net scripting connector - Use other pre existing software Current Hardware: Windows Machine with remote access Port modem , port Huawei modem 3 SIM cards from Local providers

    €566 (Avg Bid)
    €566 Offerta media
    53 offerte
    Trophy icon Vectorize Simple JPG for Editable Text Terminato left

    I am looking for someone skilled in graphic design, particularly vectorizing images and text editing. I have a JPEG graphic, which is simple with few design details. The job requires you to: - Precisely vectorize the existing graphic to maintain its current aesthetics - Make the text in the graphic editable whilst retaining the overall design Since this isn't a time-bound project, I am placing more emphasis on the quality of the work rather than how fast it gets done. Candidates with experience in Adobe Illustrator or similar professional graphic editing tools will be preferred. The file should be provided in PDF (vector format) and the text must be in text (not path) so that I can edit it if needed. Background should be transparent (instead of the textured background in the...

    €29 (Avg Bid)
    Garantito
    €29
    18 proposte

    I'm in need of a talented designer who can breathe life into my sportswear line with a colorful print pattern for leggings. Here's what I'm hoping for: - Print Style: I'm leaning toward a fresh, alluring Toda inspired design. If your portfolio showcases this style, that would be fantastic. - Color Scheme: I'm not bound by any specific color palette, I'm open to all colors – feel free to show me your interpretation of how vibrant and exciting sportswear can be. - Experience: Previous industry experience in sportswear or fashion design would be a big plus. The ideal candidate should have a creative mind and be able to translate ideas into stunning visuals. Please share with me your portfolio along with your proposal. Let's create a fabulous ...

    €74 (Avg Bid)
    €74 Offerta media
    117 offerte

    As the project manager, I am seeking a skilled C# developer for this task. I need a robust piece of code capable of reading a JSON file and then displaying all the data on a data grid view. Key Tasks: - Process an array of JSON objects found in a GST 2B JSON file. - Render all data from...on a data grid view. Key Tasks: - Process an array of JSON objects found in a GST 2B JSON file. - Render all data from the JSON file on a data grid view. Key Skills and Experience: - Solid C# programming skills - Proficiency in working with JSON files/data - Experience with data grid views. Your knowledge of data transformations and formatting, especially in Decimal places, Date/Time, and String casing, will be beneficial for this project. Candidates with related prior experience will be ...

    €18 (Avg Bid)
    €18 Offerta media
    14 offerte
    2 Flutter Charts Terminato left

    I'm looking for a proficient Flutter developer who has previous experience in creating data visualization interfaces particularly using fl_chart. I NEED 2 CHARTS, 1 BAR AND 1 PIE My inputs are 3 lists Double List for Pricing String List for Dates String Lists for channels Key details: * The key feature in my Flutter application will be data visualization. * The specific type of data to be visualized is product analytics data. * I envision the visualization to be conducted using bar charts. Ideal Skills: * Extensive Flutter development experience * Previous experience with fl_chart * Strong experience in data visualization * Familiarity with product analytics data will be a plus. Your bid should include your Flutter portfolio, preferably with focus on data visual...

    €21 (Avg Bid)
    €21 Offerta media
    17 offerte

    I'm looking for a skilled designer who can effectively compile and order pictures into two 60 pages photo books. The pictures should be arranged to reflect the sequence of events in a given day/week. Ideal Skills: - Expertise in photo editing and layout design - Strong kn...60 pages photo books. The pictures should be arranged to reflect the sequence of events in a given day/week. Ideal Skills: - Expertise in photo editing and layout design - Strong knowledge and appreciation of vintage aesthetics - Experience in crafting photo books, specifically with perfect bound binding Experience: - Proven portfolio showcasing past photo book projects, preferably with vintage style. - Experience with photo arrangement inline with event sequences - Knowledge on perfect bound...

    €70 (Avg Bid)
    €70 Offerta media
    87 offerte

    I am looking for a Python developer with adept knowledge in handling base63 decoding and MongoDB data storage. Objective : I have many files which has base64 encoded string which I want to encode and store into MongoDB sequentially. Previously decoded & stored files should be skipped by the script during future run. Key Deliverables: - A Python script with the capability to decode a base63 string from file inputs. The project does not require handling special characters or large files. - The script must also handle storing the decoded data into MongoDB. Key Skills: - Proficiency in Python scripting and base63 decoding. - Intimate knowledge of MongoDB and comfortable handling high data volumes. Being familiar with Python scripting for MongoDB and high-volume data...

    €17 (Avg Bid)
    €17 Offerta media
    60 offerte

    I'm in search of a video editor who possesses the flexibility and skills to work on social media videos of varying lengths - both short and long form. Your creativity should not be bound by duration. Equally, I need someone who can shift, adapt and create videos that match our diverse content and bring out the required mood, whether it's fun and playful or professional and polished. Ideal Skills: - Proactive in understanding the requirements of social media videos - Experienced in editing videos of varying lengths - Proficient with video editing software - Flexible in approach to match the style and mood - Creative and adaptive to varying content requirements.

    €61 (Avg Bid)
    €61 Offerta media
    25 offerte