Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 mini web 2.0 jobs fundet, i prisklassen EUR

    ...instead of ID -> In the "tblwchm_payments" table "total_amount" should be updated with either from package or over-written amount by admin -> On clicking member name, a modal opens which shows "Total amount, paid amount, and due amount", currently it's not picking "Paid amount" properly (In case of partially paid, paid amount is showing 0 even when a payment is recorded), it should be sum of all payments recorded for the client, and due should be total minus paid 2) When a payment is recorded for the member, an invoice gets created, with auto filled data, but it's not saving Default "Client Note, and Terms & Conditions" which is working in normal invoice create flow 3) Resolve concerns related to payment...

    €38 (Avg Bid)
    €38 Gns Bud
    8 bud

    I am looking for a skilled freelancer who can design an analog circuit with fusion 360 electronics. The purpose of the circuit is to generate an analog output signal -10 to +10V and 0 to 20mA from a DCA outptu 0..3.3V, and it should have high precision. The desired size or form factor of the circuit is medium-sized. Skills and experience required: - Strong knowledge and experience in designing analog circuits - Proficiency in using fusion 360 electronics - Ability to design circuits with high precision - Familiarity with medium-sized circuit design and form factors German is a big plus!

    €379 (Avg Bid)
    €379 Gns Bud
    14 bud

    Subject: Banner Design Dear Freelancers, I hope this message finds you well. I am reaching out to discuss a banner design project that I ...finds you well. I am reaching out to discuss a banner design project that I believe aligns perfectly with your skills and expertise. Project Overview: I am in need of a visually captivating banner for my homepage. The design should convey desired tone and message while incorporating our branding guidelines. Key Requirements: 1. Dimensions: [1280x375 pixels] 2. Color Palette: Dark green 3. Text: [John Doe (Popins SemiBold 17px, lh=120%, ls=0) TEXT: Your number one destination for all your repair solutions and accessories. 4. Style: [please see sample] Thank you for considering this opportunity. I look forward to hearing from you soo...

    €24 (Avg Bid)
    Garanteret
    €24
    201 indlæg
    Illustrations Udløbet left

    Project Description: Illustrations for a Children's Book Featuring Australian Animals I am looking for a talented illustrator to create cartoonish illustrations for a children's book that is based on Australian animals. The illustrations should be engaging and captivating for young children aged 0-3 years. Key Requirements: - Cartoonish style illustrations - More than 7 animal characters to be featured in the book -3 scenes with native aboriginal people in them. - Familiarity with Australian animals and their characteristics - Ability to create vibrant and colorful illustrations that will capture the attention of young children Ideal Skills and Experience: - Experience in illustrating children's books - Proficiency in creating cartoonish illustrations - Knowledge...

    €228 (Avg Bid)
    €228 Gns Bud
    76 bud
    Illustrations -- 2 Udløbet left

    Project Description: Illustrations for a Children's Book Featuring Australian Animals I am looking for a talented illustrator to create cartoonish illustrations for a children's book that is based on Australian animals. The illustrations should be engaging and captivating for young children aged 0-3 years. Key Requirements: - Cartoonish style illustrations - More than 7 animal characters to be featured in the book -3 scenes with native aboriginal people in them. - Familiarity with Australian animals and their characteristics - Ability to create vibrant and colorful illustrations that will capture the attention of young children Ideal Skills and Experience: - Experience in illustrating children's books - Proficiency in creating cartoonish illustrations - Knowledge...

    €242 (Avg Bid)
    €242 Gns Bud
    50 bud

    I am looking for a skilled freelancer who can improve the design of my Figma project and convert it into HTML, CSS, and JavaScript within a maximum of 5 days. The ideal candidate should have experience in the following: Specific Requirements: - Clean and well-structured code - Responsive design - Smooth animations and transitions Website Type: - Please note that the type of websi...design for was not specified by the client. Project Timeline: - The client has requested the project to be completed as soon as possible. If you have the necessary skills and experience to meet these requirements, please submit your proposal. Thank you. This is the Figma file

    €438 (Avg Bid)
    €438 Gns Bud
    139 bud
    Photoshoot for kids Udløbet left

    Candid Memories Photoshoot for Kids Outdoors - Age range: 0-2 years - Purpose: Candid memories - Preferred location: Outdoor We are looking for a skilled photographer to capture candid and natural moments of kids aged 0-2 years in an outdoor setting. The purpose of this photoshoot is to create beautiful and timeless memories that reflect the innocence and joy of childhood. Skills and Experience: - Experience in photographing young children, capturing their genuine expressions and emotions - Ability to work with natural lighting and outdoor environments to create stunning and authentic images - Patience and understanding to work with young children and their parents to ensure a comfortable and enjoyable experience - Creativity and an eye for detail to compose...

    €107 (Avg Bid)
    €107 Gns Bud
    6 bud

    I already have a Figam design. Skills and Experience: - Proficiency in Flutter and Dart programming languages. - Knowledge of integrating bitcoin into Flutter applications. - Strong attention to detail and ability to follow design specifications. - Ability to work efficiently and meet project deadlines.

    €211 (Avg Bid)
    €211 Gns Bud
    64 bud

    ...resumption. 2. The labyrinth structure should be stored in the form of a table of numbers total. 3. Each of the numbers specifies the entrances / outputs for a given labyrinth chamber: Bit values determine which door can be passed. 1 (2^0) - left, 2 (2^1) - right, 4 (2^2) - up, 8 (2^3) - down. 4. One -way passage is allowed. 5. Each of the chambers should be implemented as one screen with four buttons on its edges. Press the button causes a transition to the chamber lying on the side of the screen on which there is a button. 6. Determining the possibility of moving to the neighboring chamber should be determined The color of the button (you can use graphic elements). 7. The end of the game consists in reaching the specific alloy ch...

    €722 (Avg Bid)
    €722 Gns Bud
    20 bud

    ...the orange arrow next to at the top of the coding window. The BSTNode class has private member variables for the key, parent pointer, left child pointer, and right child pointer. Accessor functions exist for each. Inspect the BinarySearchTree class declaration for a binary search tree node in BinarySearchTree.h. The GetNthKey() function is the only pure virtual function that exists. Step 2: Inspect other files related to the inheritance hierarchy Classes AVLNode and AVLTree inherit from BSTNode and BinarySearchTree, respectively. Each class is implemented in a read only header file. Classes ExtendedAVLNode and ExtendedAVLTree are declared, but implementations are incomplete. Both classes must be implemented in this 3: Understand the purpose of the subtreeKeyCount variable

    €122 (Avg Bid)
    €122 Gns Bud
    8 bud

    ...= new WebSocket(gatewayUrl); = () => { ('Connected to Discord Gateway'); const identifyPayload = { op: 2, d: { token: discordToken, intents: 32767, // Replace with the appropriate intent for message events properties: { $os: 'linux', $browser: 'my_library', $device: 'my_library', }, }, }; ((identifyPayload)); }; = (event) => { const payload = (); switch () { case 0: // Dispatch handleDispatchEvent(payload); break; case 10: // Hello handleHelloEvent(payload); break; default:

    €19 (Avg Bid)
    €19 Gns Bud
    4 bud

    ...and SSG, please provide a URL to a git MR/PR that shows off your development skills (preferably a web app using FP style Typescript) and to a design project in Figma or Penpot. - A list of the “Optional Functionally” items with each marked as included in the proposals pierce, included for additional time and price, or not included at all. Included items need to be accomplished by a description of how it will be implemented. Project delivery will be a git repo of the software with a that describes how to configure, build, test, and publish the web app as well as the CICD tasks and flows if the CICD option is implemented. *Project Summary* A whitelabel Astro documentation web app tailored for the specific Brand Playbook purpose of a design sy...

    €1287 (Avg Bid)
    €1287 Gns Bud
    64 bud

    ...Game for Adults on Web Browser Target Audience: - Adults Preferred Platform: - Web Browser Specific Features or Game Mechanics: - The client has specific features or game mechanics they want included Wire Frame 1 OVERVIEW Quick “how to play” screen that user can skip. Game starts straight away 5 letter word with 2 or 3 letters shown Countdown timer 90 seconds Types in guess and click submit If player gets a correct letter but wrong spot then orange If player gets a correct letter and correct spot then Green If the player gets the correct word then +1 point and +5 seconds on timer. Then next word. Everytime the player gets a wrong guess even if some letters are correct - 5 seconds on timer. Same word. Game ends when the timer hits 0...

    €132 (Avg Bid)
    €132 Gns Bud
    49 bud

    ...This must be automatic. # The values must be tested over the last x days until the day before, and must be memorized to take the # future trade. # 5 21 53 179 15 - 2010 > 2015 # 7 19 57 178 24 - 2015 > 2023 # 7 19 57 179 44 - 2010 > 2023 for valeur_k_period in range(k_period[0], k_period[1], k_period[2]): for valeur_d_period in range(d_period[0], d_period[1], d_period[2]): for valeur_STO in range(valSTO[0], valSTO[1], valSTO[2]): for valeurXEMA in range(xEMA[0], xEMA[1], xEMA[2]): print('.', end="") # ICI vous pouvez tester la vitesse d'exécution d'un même script, optimisé ou non. ...

    €27 (Avg Bid)
    €27 Gns Bud
    18 bud

    I am looking for a skilled freelancer who can help me develop a IoT device using NodeMCU and Flutter. Its a mini project Preferred Method of Communication: Direct Messaging Just i want mini flutter with one sensor data showing live data from sensor and button in flutter to control one LED from nodemcu board Don’t think much it’s simple project need it urgent. Specific Functionalities/Features: - I have a detailed list of functionalities and features that I want to incorporate into the project. Ideal Skills and Experience: - Proficiency in NodeMCU and Flutter development - Experience in creating IoT devices and mobile applications - Strong problem-solving skills and the ability to troubleshoot any issues that may arise during the project. If you have expert...

    €67 (Avg Bid)
    €67 Gns Bud
    10 bud

    Figma link: I am looking for a skilled WordPress developer to create a one-page layout theme based on a design provided in Figma. This project has a timeline of 2-3 weeks. It's mostly a one-page design, a landing page concept. However, I need two additional internal pages to be designed. Functionalities: Carousel WP Bakery Functioning forms Mobile hamburger menu Responsive design (also included in figma) Grid: 12 grid (1280px max), but flexible (some items might get outside of the grid, such as the "Our offerings" section. The page sections and contents must be designed within a WordPress Page using WP-Bakery. Additional items such as the illustrations must also

    €433 (Avg Bid)
    €433 Gns Bud
    214 bud

    The attached CSV file is a sample of my data. First value is the sentence, second is class it belongs to. I need a machine learning solution that will do: - text pre-processing - divide data into train and test. Train all sentences belonging to class 1 + randomly selected the same amount of sentences belonging to class 0. Test is supposed to be 10% of train - but not present in train. - ML model training or fine-tuning - evaluation on test set - number of properly classified + precision and recall. All must be done and work Google Colabolatory in Python. In your bid please describe what architecture will you use.

    €73 (Avg Bid)
    €73 Gns Bud
    37 bud

    Preciso de um jogo multiplayer que utilize a api do upland Onde os jogadores conectam a conta do jogo na conta do upland e que possam se desafiar dentro do site, pode ser jogo open source, desde que implemente a api nele. Ja comecei um projeto que utiliza a api mais por não ser websocket faz muitos loops e consome muita cpu do servidor.

    €23 (Avg Bid)
    €23 Gns Bud
    4 bud

    Looking for someone to do 3D modeling for cars in Blender or similar software. Including colour, ready for 3D printing. Cars are modeled from customer pictures.

    €13 / hr (Avg Bid)
    €13 / hr Gns Bud
    37 bud
    Squarespace Udløbet left

    ...Dy76mbSQPW9I-0 Qualifications: – 3+ years Squarespace development – Advanced CSS/JavaScript skills – SEO optimization expertise ? If you meet these prerequisites, read more about this exciting project! As a premium service attracting senior-level candidates and clients, exceptional web design is essential. The centerpiece of the landing page is a visually compelling Job Ads section for the landing page allowing easy filtering and browsing by category, similar to (3rd section from the top). This engaging project offers a chance to collaborate directly with our Director of Marketing on design. We have wireframes and mockups to reference, but we expect your creative input to enhance the user experience. Your Role: – Review the website concept and...

    €17 / hr (Avg Bid)
    €17 / hr Gns Bud
    54 bud
    business plan Udløbet left

    I am looking for a skilled freelancer who can help me create a comprehensive business plan for my tool hire business. The purpose of this business plan is to secure funding for my venture. Industry: Tool Hire Skills and Experience: - Strong understanding of the tool hire industry and market trends - Proven experience in creating comprehensive financial projections, including ...businesses and will be able to provide examples of previous business plans they have created. They should also have a deep understanding of the tool hire industry and be able to provide valuable insights and recommendations for the business's operations and growth. If you have the necessary skills and experience, please submit your proposal along with your portfolio of relevant work. contact callum on 0...

    €28 / hr (Avg Bid)
    €28 / hr Gns Bud
    57 bud

    I need a Python script to carry out the steps in this video: Login with username and password Go to set URL Click Manage Booking Click Duplicate This Booking Click Confirmed Click Duplicate Booking Click New Message Click Automated Messages Click Send from the option Send Invoice To User Click OK Click Nick Click Sign Out

    €120 (Avg Bid)
    €120 Gns Bud
    32 bud

    ...easy level of difficulty, providing a fun and enjoyable experience for players of all ages. Hi. I’m looking for an iOS game similar to worldle. Player has to guess a 5 letter word and we show 2/3 letters of the word. When the game starts they have a 90 second count down timer. If they guess a correct letter it stays on the board. If they guess the word correctly they get one point and 5 seconds added to the timer. The timer can never go above 90 seconds though. If they guess wrong then they stay at that word but the timer gets 5 seconds minus off it. The game ends when the timer hits 0. A new game starts automatically starts. Design: - I have a rough idea for the theme and design of the game, but I am open to suggestions and creativity from the deve...

    €699 (Avg Bid)
    €699 Gns Bud
    66 bud

    ...store. Specific features needed for the app include: - Custom product options that allow customers to fill the redemption card process - Integration with the existing shopify products - Can use the existing database and use it with shopify proudcts to process the orders. This is a change in the already existing process Person reveals code - instead of webform, place a redemption ($0) order. 1. Verification 2. OrderCreated 3. Customer Service notified 4. Receive Email - Should Include Instructions Redemption Form (autofilled) with Barcode customer must take their physical card along with the printed form and mail it to Cardsmiths received by shipping dept-Scanned as received along with physical card 6. Warehouse person verifies inf...

    €465 (Avg Bid)
    €465 Gns Bud
    44 bud

    I am looking for a freelancer who can update the Twitter share link on my WordPress website. The link stopped working suddenly yesterday. Requirements: - The curr...WordPress website. The link stopped working suddenly yesterday. Requirements: - The current Twitter share link stopped working and I can provide the current code for reference. - When trying to use the link to share a post on twitter this pops up at the top of twitter's website: .r-2cxzja{position:absolute;visibility:hidden;top:0;width:50px;pointer-events:none} .{visibility:visible;top:50vh;width:50px} Ideal Skills and Experience: - Proficient in WordPress and web development. - Experience with troubleshooting and fixing issues related to social media share links. - Familiarity with Twitter API and integ...

    €22 (Avg Bid)
    €22 Gns Bud
    52 bud

    I am looking for a freelancer who can help me create a mini t-shirt in 3D that is ready to be produced in plastic. Color: The mini t-shirt should be white in color. Design: No print on the t-shirt Timeline: The timeline for completing the project is flexible and can be discussed further. Ideal Skills and Experience: - 3D modeling and design experience - Knowledge of plastic production - Attention to detail - Ability to create a mini t-shirt that is 2.5 cm high - Strong communication skills to discuss project requirements and timeline

    €97 (Avg Bid)
    €97 Gns Bud
    74 bud

    I need someone with strong knowledge of keyword research to find keywords for my blog. The blog is in the Business niche. The blog talks about how to start a business, grow a business, manage an online business, and make money online. I need keywords with low KD [0-5] and high search volume. The keywords should come in clusters to enable me to build authority.

    €43 (Avg Bid)
    €43 Gns Bud
    69 bud

    URGENT: Seeking a Web Developer with Joomla expertise to upgrade an outdated (EOL) Joomla version. Current information: the website () is currently running on Joomla! 3.9.6 Stable [ Amani]. On the webhost, it is also currently running only PHP 7.1.33. both PHP and Joomla versions are EOL. The website is being migrated in December 2023 to a new platform of the webhost and the webhost will be taking care of the updating of PHP in the migration. PHP 8.2 with MariaDB 10.6 will be used on the new server for our side to test out. Our needs: We need a web developer to: • Update the AsiaPacific-FishWatch () version of Joomla to version 5.0.0 (:~:te

    €501 (Avg Bid)
    €501 Gns Bud
    35 bud

    ... img { box-shadow: black 0 0 10px; max-width: 100%; height: auto; border-radius: 10%; border: black 3px solid } .carrousel_parent-ecrans { display: flex; width: 100%; overflow-x: scroll; scroll-behavior: smooth; scroll-snap-type: x mandatory; } .carrousel_ecran { width: 100%; flex: 0 0 100%; scroll-snap-align: start; } .carrousel_ecran figure { margin: none; } .carrousel { position: relative; } .carrousel_btn { position: absolute; top: calc(100vw / 16 * 9 / 2 + 1r...

    €7 / hr (Avg Bid)
    €7 / hr Gns Bud
    5 bud
    Bot trading Udløbet left

    Hola Querría un bots de trading para implementarlo en tradingview y que me mande alertas de entrada a través de telegram Sería para detectar rangos y/0 consolidaciones de todas las critimonedas posibles que pueda scanear sin que se colapse Para todas las temporalidades aunque trabajo más en gráficos de 4 horas en adelante Y que mandase alarmas de cuando algún activo criptográfico rompiese consolidación bien el soporte o la resistencia y me mandase un mensaje de alerta a través de telegram también cuando el precio tocase la parte alta del rango y la parte baja del rango que el sistema mande una alarma Adjunto foto rotulado en verde para que vean donde tendría que saltar la alarma

    €133 (Avg Bid)
    €133 Gns Bud
    5 bud

    I am looking for a bookkeeper with knowledge US Accounting & of finalization on QuickBooks Online (QBO). The ideal candidate should have the following skills and experience: - Up-to-date and organized bookkeeping records - Ability to provide both regular updates and one-time finalization - Experience working with small businesses (0-50 employees) This project requires someone who can handle the ongoing bookkeeping needs of a small business and also assist in finalizing the records when needed. The bookkeeper should be familiar with QBO and be able to ensure that the records are accurate and up-to-date. Attention to detail and strong organizational skills are a must. If you have experience in bookkeeping and are proficient in QBO, please apply with your relevant experience and...

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    17 bud

    Hello i am automating a website when i need to fill value in input box , I tried many possible way to fill it but not working . Basically its aadhaar website . Go to and login , And then go to Offline Kyc page , There you will have to enter 4 digit share code , I am unable to fill t...its aadhaar website . Go to and login , And then go to Offline Kyc page , There you will have to enter 4 digit share code , I am unable to fill that 4 digit code using js . I just need working code like this javascript:function E(){(".").click();var newValue = "2234";var inputElement = ('shareCode')[0]; = newValue; }E() Which will fill the value of share code

    €28 / hr (Avg Bid)
    €28 / hr Gns Bud
    18 bud

    Ciao Marten. In accordance with our discussion, you requested that the 'Uptake Bio" branding After you select one concept, What you'll receive: 01: All designs will be created on a vector scale. 02: Deliverable Format (Web and Print): Al, SVG, PNG, EPS, PDF, PSD, and JPG 03: You will receive the Mini Brand Book Guidelines. P.S Logo Package and a Mini Brand Book Guidelines And intro animation logo as gift

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    ...represent population statistics. Specific requirements: - The title should be "Cause du stress lié au travail - The bar chart should have a transparent background - The chart should include 9 components on the Y axis, each representing stress cause - Each component should have 2 values, one for men and one for women. Please use a shade of greay to differentiate the two bars. And please use a legend below the chart to understand the two colors. One is "Homme", the other is "Women" - The X axis should be graduated from 0%, 10%, 20% up to 30% - Use the data in the picture provided Design requirements: - I have specific colors and a style in mind for the bar chart. Use white. - Use Bebas Neue Pro as a font Skills and experience: - Experien...

    €80 (Avg Bid)
    €80 Gns Bud
    53 bud

    I have a CMS, I want to have a quick mini tutorial to create a theme to upload to it. a free theme since

    €19 (Avg Bid)
    €19 Gns Bud
    17 bud

    ...assist us in a project involving the migration of various mini-applications to Zalo Mini Apps. Our project is based on the ThinkPHP 5 framework, and we require engineers with experience in logistics, shipping, and consolidation projects to join us. Below are the key details of the project: Project Overview: We currently have a comprehensive system, including Super Admin PC, Warehouse Management App, Warehouse Management Mini Program, User Mini Program, User H5, User App, and an integrated Data Dashboard using PHP source code built on the ThinkPHP 5 framework. Migration Scope: The primary task involves porting our existing mini-applications, specifically the Warehouse Management Mini Program and the User Mini Program, to Zalo Mini...

    €1079 (Avg Bid)
    €1079 Gns Bud
    49 bud
    Writing Udløbet left

    I'm looking for a talented Copywriter to create pieces for a student audience. The topics for the copy will range from general interest to higher education topics and will be between 0-500 words each, so I'm looking for someone who can distill a message into a succinct package. I'm looking for creative wording, with an eye for detail and strong accuracy. You should provide some samples of relevant work upon application. If you think you can research and write a compelling piece that resonates with our student audience, please apply!

    €577 (Avg Bid)
    €577 Gns Bud
    59 bud

    I have a newly established company which I would like to give exposure to via social media platforms such as Instagram and YouTube. At this time, I have 0 followers, so the goal of this project is to have a person to do the content and posts (every two days for Instagram, every two weeks for YouTube). The goal is to increase organic followers to know you read this, please start off your bid by telling me your favourite colour and increase awareness of the company to generate leads, which should eventually lead to sales. The posts have to be aesthetically pleasing and engaging. The person has to come up with content and showcase it in a creative and innovative way.

    €57 (Avg Bid)
    €57 Gns Bud
    56 bud
    Trophy icon Video Spot - 28/11/2023 03:39 EST Udløbet left

    Script video: Scene 1: [0-5 seconds] Images of freshly roasted coffee, capsules, and pods. On-screen text (in German): "Entdecken Sie den wahren Geschmack des Kaffees" (Discover the true taste of coffee) Scene 2: [5-10 seconds] Video of a coffee machine using capsules/pods from the site. On-screen text: "Perfekt kompatibel mit Ihrer Kaffeemaschine" (Perfectly compatible with your coffee machine) Scene 3: [10-15 seconds] Close-up of various types of coffee, capsules, and pods available. On-screen text: "Eine Vielzahl von Aromen für jeden Geschmack" (A variety of flavors for every taste) Scene 4: [15-20 seconds] Clips of people ordering online from the website, focusing on the ease and speed of ordering. On-screen text: "Bestellen Sie...

    €100 (Avg Bid)
    Garanteret Topkonkurrence
    €100
    15 indlæg
    Web Developer Udløbet left

    We just need the homepage, blog page developed and appointment booking module with payment gateway. Low budget Here is the UI -

    €102 (Avg Bid)
    €102 Gns Bud
    63 bud
    Zoho Creator App Udløbet left

    ...12 wholesale clients who can offer these products. If possible it would be good to be able to have the DB embedded within our WordPress portal, so that end customers see the wholesale client's brand that they are a customer of. If not we will need to create separate portals in Creator for this. SSO: The portal will require access through SSO from our current customer portal in Wordpress. We use mini orange currently for our Multi factor authentication and can also use this for SSO. Data Sources: The data for this portal is currently recorded in a number of different sources, including: Active Billing - this is our billing platform - there is no API for this system. Vocus - Ordering Portal - there is currently no API for this portal but it should be available soon. TIAB - O...

    €338 (Avg Bid)
    €338 Gns Bud
    58 bud
    iRibot Part 1 Udløbet left

    You will get the code to write 0 to 9 digits.

    €46 (Avg Bid)
    €46 Gns Bud
    1 bud

    Hi! We have another 76 product images to cutout. Only 1 is complex. The images are here for you: We would like these images in 1-2 days if that is possible? Let me know what timeframe is ok. Many thanks!

    €75 (Avg Bid)
    €75 Gns Bud
    1 bud

    ...|cs_key" If DatabaseUSE = 2 Then usec = Para(Val(TermNumber), 535) End If If DatabaseUSE = 3 Then usec = Para(Val(TermNumber), 601) 'shopify info End If If InStr(usec, "|") = 0 Then Exit Function End If Dim keysN() As String = Split(usec, "|") keysN(0) = LCase(keysN(0)) Dim myString As String = keysN(0) Dim lastCharacter As String = ( - 1, 1) If lastCharacter <> "/" Then keysN(0) = LCase(keysN(0)) + "/" End If keysN(0) = Replace(keysN(0), "/v2", "/v3") keysN(0) = Rep...

    €32 (Avg Bid)
    €32 Gns Bud
    6 bud

    ...one-to-one, one-to-many, many-to-one and many to many 1. There could be one or more bakers that make cupcakes at any one time 2. There should be at least one customer that comes to the store to buy the cupcakes iv. Once the baker bakes (produces) the cupcakes he will place them, one by one, in a big tray (array) of a certain maximum number (e.g. 30) 1. The tray is a one-dimensional array of struct of flavor and number. v. The customer will take the cupcakes from this tray (consume), two at a time vi. Each cupcake is identified by: 1. A tag, which indicates the flavor: There are four flavors - Chocolate, Orange, Vanilla or Strawberry 2. A number: is some random number between 0-99 (or 0-199) vii. The baker makes (produces) 100 cupcakes during weekdays viii. T...

    €19 (Avg Bid)
    €19 Gns Bud
    11 bud

    ...resumption. 2. The labyrinth structure should be stored in the form of a table of numbers total. 3. Each of the numbers specifies the entrances / outputs for a given labyrinth chamber: Bit values determine which door can be passed. 1 (2^0) - left, 2 (2^1) - right, 4 (2^2) - up, 8 (2^3) - down. 4. One -way passage is allowed. 5. Each of the chambers should be implemented as one screen with four buttons on its edges. Press the button causes a transition to the chamber lying on the side of the screen on which there is a button. 6. Determining the possibility of moving to the neighboring chamber should be determined The color of the button (you can use graphic elements). 7. The end of the game consists in reaching the specific alloy ch...

    €176 (Avg Bid)
    €176 Gns Bud
    11 bud
    App Android. Udløbet left

    La App debe: a) Permitir grabar 3 rostros (de la misma persona) y distinguirlos para tomar distintas acciones. i) Acción 1 (rostro 1): Enviar un "1" por Bluetooth a un dispositivo (debe permitir sincronizar). ii) Acción 2 (rostro 2): Enviar un whatsapp a números inscritos. Debe permitir editar el mensaje. iii) Acción 3 (rostro 3): Enviar un whatsapp a números inscritos. Debe permitir editar el mensaje. b) Disponer de un botón que envíe un "0" por Bluetooth a un dispositivo (debe permitir sincronizar). Proporcionar el código de la app. No es relevante la parte grafica, debe proponerla. Lo mismo para el registro de los rostros, que puede ser de "n" personas.

    €166 (Avg Bid)
    €166 Gns Bud
    22 bud

    Hey i need some 1u server case for a storage server with four HDDs. You can use as example this one I need the same one but only as 1U (4.445cm) and 19inches printebl for my 3d Printer. So you need to agjust the size of the example and and some more two disk in front of the case. Like the picture in the attach files. For the disk size you can use this 3d file

    €27 (Avg Bid)
    €27 Gns Bud
    27 bud
    Mini SQL project Udløbet left

    I am looking for a freelancer to complete a mini SQL project for me. The specific task that needs to be completed is database design. I do not have a preferred database management system (DBMS), so I am open to suggestions from the freelancer. The expected volume of data for the database is small, up to 1GB. Ideal skills and experience for this job include: - Strong knowledge and experience in SQL - Proficiency in database design - Familiarity with different DBMS options, such as MySQL and PostgreSQL - Ability to handle and optimize small-sized databases - Attention to detail and accuracy in data analysis If you have the necessary skills and experience, please submit your proposal. Thank you!

    €41 (Avg Bid)
    €41 Gns Bud
    29 bud

    %20%20%20 fixed 100 dollar for 0 How to write: :// ....... ... score ( send me as capture of images ) Humand writing score over 90 .upload wordpress blog SEO surfer ai and yeost seo score over 90

    €282 (Avg Bid)
    €282 Gns Bud
    14 bud