絞り込む

私の最近の検索
次の条件で絞り込む:
予算
to
to
to
種類
スキル
言語
    ジョブステータス
    2,000 adt graph program 仕事が見つかりました。次の価格: USD

    Quiz program written by JavaScript is already existed. I think of this app for android and iOS. I would like to implementate like them. 1. easily addon (It means another titles of quiz can be added ) Now, source code of quizes are written in basis script directly. I wish these addon can be downloaded each from the store. [main program +trial quiz] + [addon(other title of quiz)] I am looking forward to your proposals. 選択クイズプログラムがすでにJavascriptで書かれたものがあります。 これを、アンドロイドとiOS用に用意しているのですが、次で頓挫しています。 実装したいのは アドオンを追加することでクイズのタイトルが好きに追加できる機能。 アドオンはストアから別途ダウンロードできるようにしたいと考えています。 現在ソースコードにべた書きをしている状態で、分離できていません。 [メインプログラム+トライアルクイズ] と [アドオンなどで新しいクイズの追加] これを理想としています。 ご提案お待ちしております。

    $20 - $170
    $20 - $170
    0 入札

    I'm in need of a C# program that can communicate with a REST API and retrieve data in JSON format. Key Requirements: - The program should be able to establish a connection with the specified REST API and retrieve data in JSON format. Ideal Skills: - Proficiency in C# programming language - Experience with REST APIs and JSON data format - Strong understanding of data retrieval techniques Please note that I'm only looking for a C# program that can successfully retrieve data from a REST API in JSON format.

    $15 (Avg Bid)
    $15 平均入札額
    2 入札

    I am looking for a skilled Scala programmer to assist me in developing a new Scala program. This task involves writing code from scratch, with the specific focus on utilizing the Spark framework. Key Responsibilities: - Developing a new Scala program using Spark - Ensuring the code is optimized and efficient for the desired data processing application Ideal Skills: - Proficiency in Scala programming, with a strong understanding of Spark - Experience with writing code from scratch - Background in data processing applications would be a plus

    $30 - $40
    $30 - $40
    0 入札

    I am seeking a skilled grant writer for assisting in implementing a community program for individuals with disabilities. This project is centrally focused on offering support services to expand and grow.. Ideal skills and experiences for this project span: - Grant writing expertise, particularly within commercial environments with government grants - Experience or knowledge of disability-related issues especially with the NDIS - Proficiency in designing community programs such as Day Program extended to the community The primary goal to be achieved includes fashioning a grant proposal that accurately conveys our objective: extending support services to help individuals with disabilities live in their homes especially the aged. This would increase their quality of l...

    $250 (Avg Bid)
    $250 平均入札額
    32 入札

    Greetings! We are seeking a skilled web designer to create a website for our very unique language program abroad. The ideal candidate will have experience in website design and be able to develop a visually appealing site. We will provide guidance throughout the process, including examples of similar sites and a set of pictures to be included. Obviously, we are also open to ideas coming from your previous design experiences. If you have a strong portfolio and are interested in this project, please contact us. It will be great if we could see some examples of your work. Best regards.

    $20 / hr (Avg Bid)
    $20 / hr 平均入札額
    114 入札

    I am looking for a proficient Java coder who can design and implement a code that will graphically visualize the Critical Path Method (CPM) and Program Evaluation and Review Technique (PERT) networks in project management. Requested to implement a program in Java programming language and graphically visualize the network/graph generated as a result of executing the Critical Path Method (CPM) and Program Evaluation and Review Technique (PERT) in Project Management. Key functionalities include: - Generating CPM network - Generating PERT network - Graphically visualizing CPM network - Graphically visualizing PERT network The code should be designed to take input of project tasks, duration and their dependencies, creating a detailed and clear diagrammatic netw...

    $170 (Avg Bid)
    $170 平均入札額
    8 入札

    I'm in need of a professional to install the SoGo mail program for me. Also, I require all the old messages from my current server Hoard mail account to be moved over. Key Responsibilities: - Install SoGo mail program. - Migrate all of my old messages from my current hoard email account to SoGo. The messages that need to be moved from Hoard exceed the 1GB maximum Skills and Experience: - Proficiency in email software installation, particularly SoGo. - Proven experience in data migration from Outlook. - Familiarity with email synchronization and data handling for email accounts.

    $136 (Avg Bid)
    $136 平均入札額
    29 入札

    I'm seeking an experienced developer to create a unique referral program for my website. The referral system should operate using unique referral links. Users successful in referring others to our site will be rewarded with discounts on future purchases. Ideal Skills: - Experience in creating referral programs - Proficiency in using unique referral links - Understanding of integration on websites The objective is to increase user traffic through an enticing and seamless referral process.

    $1031 (Avg Bid)
    $1031 平均入札額
    109 入札

    Looking for specialist in virtual walk Shapespark programme to finish high quality visualisation walk

    $351 (Avg Bid)
    $351 平均入札額
    6 入札
    Web Automation Program Needed 6 日 left
    認証完了

    ...tasks. As a potential programmer, this project involves creating a local program capable of extracting a single line of data with multiple fields from a Google Sheet and transferring it to 10+ different multi-page website forms that require unique login information. Additionally, the program should generate PDF documents on the target websites based on the transferred data and save them with named files corresponding to the original Google Sheet. It is crucial to incorporate error handling, data validation, mapping, and security measures into the program. If you are interested in working on this project, please provide details of your relevant experience and approach for ensuring its successful completion. The program must be compatible with the MAC operati...

    $108 (Avg Bid)
    $108 平均入札額
    4 入札

    I am in need of a skilled expert to develop and set up a computer vision program to process a batch of SD video cards. This program will undertake a couple of key tasks: - Image Classification - Object Detection In terms of output, I require the processed videos to generate a Metadata file, which ideally is formatted into an Excel or CSV file. This data should include details such as date, time, classification, and direction. While I do have an Azure account for hosting and I am comfortable with it, I am also open to suggestions on which programming language would be the best fit for this project. The ideal freelancer for this task should possess the following skills and experience: - Proficiency in Python, C++, or Java - Familiarity with Microsoft Azure or similar - ...

    $750 - $1500
    シール NDA
    $750 - $1500
    12 入札

    ...from 1) obtained using algorithms: greedy (the vertex order according to its number) LF method (ties are solved by the vertex number) SLF method (ties are solved by highest vertex degree, and if there is still a tie choose the vertex with the lowest number) the number of different C4 subgraphs the number of the graph complement's edges Input In the first line there's a number k of graphs. The following lines contain k graph data sets. A single data set contains a number n - the graph order - and n lists of neighbours for each vertex. A list contains the number of neighbours (s) and s neighbours IDs. Neighbours IDs are numbers from 1 to n. Output You should print k sets of responses. Each set should contain the designated parameters in the order in which...

    $146 (Avg Bid)
    $146 平均入札額
    5 入札

    I'm looking for a custom add-on for Perfex CRM. The add-on shall generate a graph that can be filtered by personnel and date. Key requirements include: - Display data: The graph should show the number of opportunities. - Chart style: The preferred style is a line chart. - Filtering: The graph should be filtered based on selected personnel and date ranges. Ideal skills for this project include familiarity with Perfex CRM, strong PHP and MySQL experience, as well as an understanding of charting libraries for graph representation. A professional who can work efficiently and deliver a user-friendly, visually appealing solution will be highly appreciated. There is a ready-made page similar to our needs in Perfex CRM. I just want it to be converted into a plugi...

    $116 (Avg Bid)
    $116 平均入札額
    31 入札

    ...meaningful by adjusting the bin size so you can see the shape of the histogram. Write several sentences explaining the process/steps by which you created this graph. -Create a histogram of the stock trading volume (in the column labeled "Volume"). Make sure the histogram is meaningful by adjusting the bin size so you can see the shape of the histogram. Write several sentences explaining the process/steps by which you created each graph. -Complete the following for each of the four graphs: Make sure the x and y axis have appropriate labels—“Stock Price in USD” or “Date D/M/Y” for example. Change the title of the graph to communicated what the graph is communicating. Add options—color, trendlines, legend, other? Cal...

    $34 (Avg Bid)
    $34 平均入札額
    27 入札

    The website is already programmed ...it is necessary to simply create a second level of subcategories and the client cannot publish in subcategory level 2 only in level 3. The following is necessary: 1st. Create a second subcategory level linked to another subcategory. 2nd. In that second level of subcategory, at the top there appears an image of the category, a descriptive text and a graph that shows the evolution by month and year of the price from lowest to highest. That graph will take the price data of the ads in the subcategory. 3rd. Add an option to add a shipping cost to the products. 4th. There is already a search in the subcategories but we also want to put it on the front page of the website and show the results classified by main category, subcategory 1 and f...

    $171 (Avg Bid)
    $171 平均入札額
    67 入札

    I'm in need of a developer proficient in Python who can create a video tutorial. The tutorial should showcase the process of building a user authentication login page for a web application using the Microsoft Graph API. The loging should just allow pre-registered users (from azure dashboard) to enter the app. Ideally the should build a little login page using streamlit! Key Requirements: - Expertise in Python: Comprehensive proficiency in Python is a must, as the tutorial is centered around this language. - Familiarity with Microsoft Graph API: The ability to leverage the Microsoft Graph API for user authentication is essential. - Video Creation: While I'm not looking for a professional video maker, the candidate should be able to record, edit, and produce...

    $84 (Avg Bid)
    $84 平均入札額
    12 入札

    We are looking for a computer program that can take over some of the repetitive tasks we currently do manually. The program will primarily be used on Windows OS and should be capable of performing the following functions: - Automating data entry tasks - Organizing files efficiently - Managing emails effectively - Checking invoices to prevent double billing Ideal candidates for this project should have: - Experience in developing Windows-based automation software - A strong understanding of data entry, file organization, email management, and invoice checking processes - Proficiency in designing user-friendly interfaces - Ability to integrate error prevention mechanisms to ensure accuracy Your solution should help us streamline our work processes, reduce human error, and in...

    $1399 (Avg Bid)
    $1399 平均入札額
    62 入札

    I'm in need of a developer proficient in Python who can create a video tutorial. The tutorial should showcase the process of building a user authentication login page for a web application using the Microsoft Graph API. The loging should just allow pre-registered users (from azure dashboard) to enter the app. Ideally the should build a little login page using streamlit! Key Requirements: - Expertise in Python: Comprehensive proficiency in Python is a must, as the tutorial is centered around this language. - Familiarity with Microsoft Graph API: The ability to leverage the Microsoft Graph API for user authentication is essential. - Video Creation: While I'm not looking for a professional video maker, the candidate should be able to record, edit, and produce...

    $25 (Avg Bid)
    $25 平均入札額
    11 入札

    I'm looking for a design professional skilled in creating memorable logos...incorporate additional colors only if they blend well and look professional. The blue from the website is hex #087E8B The while from the website is #F7F7F9 - Style: The logo should have a modern look, steering away from traditional designs. The text on our website for headings is 'Nimbus Sans Extended' & the text is 'NEUE HAAS UNICA - Optional Symbolism: You could incorporate an upwards arrow or graph as a key element in the design to depict growth and progress. This element should be subtle yet explicit in its representation. We are open to seeing other symbols or none. Our website is: Please use this to get a feel of the existing branding, colours & approach of the busine...

    $250 (Avg Bid)
    特集 保証 トップコンテスト
    $250
    1515 エントリー

    1 Need to build a website monitoring program to monitor changes in sub-pages of the landing page Detailed requirements: The website needs to have SQL function because batch site monitoring needs to be uploaded. 2 Identify the link to the final sub-page login keyword such as Proxy function and mobile phone UA because mobile phone batch UA is required Multi-thread monitoring 3 Filter duplicates and monitor changes in subpages of the website Set a custom time to refresh the web page 4 Send the new URL of the subpage change to the created group through the telegram machine

    $149 (Avg Bid)
    $149 平均入札額
    86 入札

    I am in need of an Excel expert who can create a dynamic and well-structured line graph based on data from a questionnaire that automated itself using text and numeric data. This project requires knowledge and practical experience with: - Excel data manipulation - Advanced graphing techniques - High attention to detail. The project specifically involves working with three or more different data sets and multiple excel books. The right candidate should have a track record of creating visually stunning and effective Excel graphs that allow for easy interpretation and extraction of meaningful insights from text data. The line graph should allow for a comprehensive overview of all data sets at once. It should make it easy to identify trends and changes over time. Previous e...

    $88 (Avg Bid)
    $88 平均入札額
    24 入札

    As a tax accounting firm, we need a modern and minimalist brochure/front page template created on Canva. This design will be a vital part of our client communications, underlining our commitment to transparency and professional service. Key Features: - The template needs to have individual fields for 'Client Name', 'Financial Summary', and 'Tax Advice Tips' & a 'performance graph'. - The design should embody a modern and minimalist aesthetic, reflecting our firm's expertise and reliable standing. - We would want the content creator to assist in creating the content. Then we would want generic fields or a pivot table to input data that then flows to the brochure/template. So that each client receives a personalised brochure. I...

    $583 (Avg Bid)
    $583 平均入札額
    58 入札

    I'm looking for an experienced WHMCS developer to help improve an already developed financial history graph. I had a developer from before that told me he could improve the module by take order dates and other dates already in the database to fill in missing data of the graph. Right now the graph just records order and financial information in the database and displays it on the graph. Where there is no data the graph just shows a straight line as shown in the demo screenshot. So I want the graph to show the data that its table is missing by getting this information from the WHMCS database. The end result would fill in the missing data of the straight line and also show the history on the graph from the start of the database, right now ...

    $317 (Avg Bid)
    $317 平均入札額
    76 入札

    As the project owner, I need an experienced IT professional, proficient in working with SAGE, to develop an in-house program which will streamline the process of flattening work tickets. This involves: - Retrieving data from SAGE This process will require you to directly interface with SAGE and accurately pull the necessary data for the ticket flattening process. - Merging Similar Work Tickets The main operation to be performed on the data retrieved is to flatten work tickets by merging similar operations. This involves efficiently condensing the retrieved data by combining similar tasks into one operation. - Pushing Merged Data Back to SAGE After the operations have been merged and condensed, the data should be pushed back into SAGE where it will be ready for p...

    $2521 (Avg Bid)
    $2521 平均入札額
    26 入札

    I'm seeking an expert in SMS marketing to help establish and run a robust campaign. Details: - Platform: I plan to use an SMS marketing platform and need help setting it up properly. - Target Audience: The campaign will focus on both existing customers and new prospects. - Message Type: The primary messages will be promotional offers. Skills and Experi...loyalty programs is a plus but not mandatory. We offer SMS Marketing. Look for Affordable Platform that easy to use and we can reseller back to our customers. scan to enter Qr code chance/ text Win100 to727216269x You are enter to Win $100 gift card and Free Appetizer which need to auto send back to entry SMS subscriber a coupon to use in the restaurant. Do you have reseller white label or ISO program? What level involvemen...

    $39 (Avg Bid)
    $39 平均入札額
    8 入札

    I'm looking for a knowledgeable individual in the field of Mathematics, specifically Graph Theory, who can efficiently and accurately rewrite my research. The primary goal here is to create a fresh version with distinct wording while preserving the important findings and messages. The main section requiring your expertise is the Methodology. I expect a comprehension of mathematical concepts and a strong proficiency in interpreting and rewriting complex research methodologies in a clear, engaging manner. Key Skills & Experience: - Proficient in English - Mathematics, specifically Graph Theory - Exceptional writing and editing skills - Experience in research re-writing. - Solid understanding of research methodologies. Please only bid if you can demonstrate your cap...

    $77 (Avg Bid)
    $77 平均入札額
    18 入札

    Job Summary The Program Manager will be instrumental in shaping our operational strategies and enriching support systems for startups within the Web3 and DeFi sectors. This role requires a proactive individual to enhance our accelerator’s offerings and ensure they are perfectly aligned with the needs of startups in this rapidly evolving industry. Key Responsibilities Design, implement, and refine accelerator program structures specifically tailored for Web3 and DeFi startups. Facilitate seamless coordination across internal teams and external partners, ensuring alignment with the DAO’s token economy and governance structures. Develop and maintain strategic partnerships critical to the blockchain ecosystem. Manage the logistical and organizational aspects of the ...

    $2336 (Avg Bid)
    $2336 平均入札額
    13 入札

    I am looking for someone to create a custom vehicle repair shop software for me, in VB.NET, Windows Form project, using .NET Framework 8. The full source code must be provided. Attached is the full project requirement

    $2195 (Avg Bid)
    $2195 平均入札額
    34 入札

    I have a substantial Excel table and I am in need of a skilled data analyst to help with correlati...analysis between Column 1 to 9 of my dataset, which contains more than 4200 rows and 9 columns. Need the source file of xls with formula too Key Responsibilities: - Perform accurate correlation analysis on specified columns - Generate line graphs to visualize the correlation Ideal Skills and Experience: - Proficiency in Excel and correlation analysis - Solid understanding and experience with line graph creation - Excellent problem-solving abilities - High attention to detail I'm looking for accurate and efficient work so I can understand the relationship between my data points and act accordingly. Your experience could be the key to enhancing my project. Looking forward to se...

    $62 (Avg Bid)
    $62 平均入札額
    15 入札

    We are looking for 5-10 years of .Net experienced developer who can also have experienced in React and .Net based web development. Long terms multiple projects development. Using Mainly Azure SQL server database with Visual Studio .Net Core API. Graph QL and EF. Worked on Azure Key Vault, Azure Logic app, Azure function is bonus.

    $113 (Avg Bid)
    $113 平均入札額
    10 入札

    Potrzebna osoba do napisania programu dla drukarni wielkoformatowej. Baza plików materiałów podsumowania itp

    $371 (Avg Bid)
    $371 平均入札額
    7 入札

    I'm seeking a disciplined developer to convert my current WordPress website into a headless CMS with a frontend, giving it a new minimalist aesthetic. The intended functionalities include: - A contact form ...login functionality - Incorporation of JavaScript graphs The new design should exhibit a sense of clarity and simplicity, aligning with a minimalist approach. Please note, the frontend should also be responsive but optimized for tablets specifically. Ideal skills and experience: - Proven experience with WordPress and - Exceptional understanding of JavaScript, particularly JavaScript graph libraries - Astute UI/UX design skills with a minimalist preference - Good knowledge of responsive design, specifically for tablets. Looking forward to your promising proposals...

    $14 / hr (Avg Bid)
    $14 / hr 平均入札額
    74 入札

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled developer with expertise in creating a dynamically pixelating images (not simple machine or grid pixelation). The program should have the following functionalities: - dynamically pixelate any imported image into mathematical, non-mathematical or custom shapes in various styles with user adjustable settings and configurations - adding additional shapes into the created shapes in separate layers to create more complex outcomes - export of the pixelated images as 300dpi vectorized or rasterized files - intuitive interactivity with user friendly adjustments, selections and editing The ideal freelancer would have extensive experience in graphic programmi...

    $493 (Avg Bid)
    $493 平均入札額
    26 入札
    Software Program Beta Testing -- 2 1 日 left
    認証完了

    I'm looking for a skilled software tester to help with the beta testing of my latest software program. Key Requirements: - The software program is designed for Windows operating system, so you need to be well-versed with this environment - The main focus of the testing should be on the performance and speed of the program Ideal Skills and Experience: - Previous experience in software testing, especially beta testing, is highly preferred - Strong understanding and experience working with Windows OS is a must - Ability to analyze and report on software performance and speed, providing actionable recommendations for improvement

    $20 (Avg Bid)
    $20 平均入札額
    18 入札
    Software Program Beta Testing 1 日 left
    認証完了

    I'm looking for a skilled software tester to help with the beta testing of my latest software program. Key Requirements: - The software program is designed for Windows operating system, so you need to be well-versed with this environment - The main focus of the testing should be on the performance and speed of the program Ideal Skills and Experience: - Previous experience in software testing, especially beta testing, is highly preferred - Strong understanding and experience working with Windows OS is a must - Ability to analyze and report on software performance and speed, providing actionable recommendations for improvement

    $22 (Avg Bid)
    $22 平均入札額
    13 入札

    I am currently using R, specifically the ppcor package, to conduct partial correlations on a sizable dataset. Unfortunately, the process is slow and fails to address all columns efficiently. I'm seeking assistance to: - Improve the computation speed - Enhance the handling of columns within my dataset The ideal freelancer for this task should be proficient in R programming, with specific experience in working with the ppcor package or similar tools for statistical analysis. A background in optimizing code for large datasets would be highly beneficial.

    $46 (Avg Bid)
    $46 平均入札額
    14 入札

    I need to run TTS wine voices from Linux in docker. I found two tutorials that explain how. Or I need a developer to go through each tutorial and see if you can run the wine gui environment from a docker. Then package that solution as a Docker image I can run locally on lubuntu 22.04. I would do it myself, but I don’t have much experience with docker Requirements: 1 Install balabolka in wine - 2 Install cli balalbolka “bconsole” 3 Install raveena voice 4 Ensure you can create .wav file using raveena in Wine with example command: balcon -n raveena -t "The text will be read slowly." -s -5 -v 70 -w "d:Sound" 5 Run wine installation in docker 6 Ensure you can create .wav file using raveena voice with Docker command 7 Send me docker to ...

    $438 (Avg Bid)
    $438 平均入札額
    22 入札

    Saya mencari web programer yang berpengalaman dana Laravel dan Vuejs. Saat ini saya ada program pernjualan yang ingin saya upgrade agar program tersebut sekarang terintegrasi dengan akuntansi (akun perkiraan) seperti pada Accurate Online atau Key requirements include: - Integrating the current sales program with an accounting system. - The accounting system should be at a medium complexity level, including financial reports. - The primary focus for the integration should be on user-friendliness. Ideal Skills: - Proficiency in Laravel and Vuejs. - Experience in integrating systems, particularly sales programs with accounting software. - An understanding of accounting, especially in generating financial reports.

    $20 / hr (Avg Bid)
    $20 / hr 平均入札額
    13 入札

    I'm seeking a skilled Python programmer with OpenCV experience, preferably one who has dealt with table detection from PDF and images before. The primary skills desired include: - Python programming - Knowledge of OpenCV - Familiarity with table and structure detection Your main task will be to develop a program that can accurately identify table structures within input files. The files will be PDFs or images, or both. You're expected to program a feature that detects these components: - Cell boundaries - Text within the cells - Overall table structure For the sake of this project, merged cells should be discerned as a single entity during the detection process. Your solution should demonstrate precision in merged cell detection. I look forward to bids from thos...

    $91 (Avg Bid)
    $91 平均入札額
    20 入札

    The work will be done based on using segmentation and graph cut network

    $10 (Avg Bid)
    $10 平均入札額
    1 入札

    I'm in urgent need of an urban planner to assist me with a project related to the program 'Building Cities'. I need now help in the first part which is CITY FOUNDING i dont seem to relate between the CITY PLANINGm the CITY FOUNDING which is building the city hall and the Geography regions like the attached WOODLAND It should be simple.... check it out ... its urgent for today

    $36 (Avg Bid)
    $36 平均入札額
    9 入札

    I need a professional to provide 2600 Flash in a widely accepted cryptocurrency like BTC, ETH, or USDT for a Private Placement Program. This coin is only required to sit in a wallet for 30 - 60 days. It will not be cashed, traded, or exchanged. Key Responsibilities: - Providing 2600 Flash in a widely accepted cryptocurrency - Transferring the coins into a secure wallet and ensuring they remain untouched for 30 - 60 days Ideal Skills and Experience: - Familiarity with cryptocurrency trading - Experience in Private Placement Programs and related procedures - Trustworthiness and reliability - Strong understanding of digital wallets and their security protocols This is a straightforward task that requires someone who can deliver on time and maintain the security and integrity of the...

    $438 (Avg Bid)
    $438 平均入札額
    27 入札

    I am in need of a service program that can effectively manage multiple accounts across various music streaming platforms. Here's a detailed overview of the project requirements: - Focused Platforms: The program should primarily target Spotify, Apple Music, Amazon Music, and Tidal you tube - Key Tasks: The program should be able to increase followers and streams, manage playlists, and track analytics on the said platforms. - Multiple Account Management: It's critical for the program to efficiently switch between different accounts on these platforms. - Automation: I'm looking for automation in scheduling posts and activities to ensure consistent engagement and growth. - Analytics Integration: The service program should have robust analytics...

    $133 (Avg Bid)
    $133 平均入札額
    14 入札

    I'm seeking a skilled Node.js backend developer with expertise in real-time applications and , for a project with chat and graph features. Requirements: - Develop a robust backend in Node.js - Implement real-time chat functionality - Handle graph visualization using Ideal candidate should have: - Proven experience in Node.js backend development - Strong understanding of real-time applications - Previous work with - Proficiency in data visualization, specifically graph data structures Please note that this project requires an expert who can deliver efficient, scalable, and secure code.

    $60 (Avg Bid)
    $60 平均入札額
    18 入札

    Join our Reward Program and Boost Your AWS Projects! Are you an AWS enthusiast, passionate about cloud computing, and looking for exciting opportunities to enhance your projects? Look no further! We are thrilled to introduce our innovative Reward Program (CRP), designed exclusively for individuals and firms utilizing AWS in their projects. We are dedicated to revolutionizing the cloud computing landscape, with a focus on AWS. As a leading provider of cloud solutions, we strive to empower businesses worldwide by leveraging the full potential of AWS services. With a commitment to excellence and innovation, we aim to establish AWS as the ultimate choice for cloud computing needs. The Reward Program (CRP): CRP is our initiative to foster collaboration and expand the reac...

    $590 (Avg Bid)
    $590 平均入札額
    7 入札

    ...in need of a wireframe design for a front-end dashboard tailored for school teachers. This dashboard will have a range of essential features, driving a seamless user experience for educators. Requirements: - Incorporate attendance tracking, grade management, and lesson planning functionalities - Develop a graphical design that displays the daily and weekly progress of each student in a bar graph format - Each student's picture should be displayed as a profile icon next to their name on the screens - A base design with each lesson (math, science, reading, history), and all the data is linked via Chatgpt (GPT) backend process with an API - Detailed customizable report generation process Ideal Skills and Experience: - Proven experience in UI/UX design, particularly wi...

    $493 (Avg Bid)
    $493 平均入札額
    162 入札

    I'm looking for an experienced Android and iOS programmer who can help to convert a PC program which is a tests programme been using with some other features to work at cell phones . Key Requirements: - Successful conversion: I need the program to be fully operational on both Android and iOS devices to be able to edit qustions at the future. Ideal Experience: - Proficiency in both Android and iOS development. - Proven track record of converting PC programs to mobile platforms. - Ability to optimize user interface to suit mobile devices. The user interface design is somewhat important to me. I expect a clean and functional design, but I'm open to suggestions and improvements from someone with expertise in this area. Please provide examples of similar projects ...

    $170 (Avg Bid)
    $170 平均入札額
    24 入札

    I'm in need of a customized Java program. I haven't decided on a specific purpose, but I'm looking for a skilled developer who can deliver a robust, well-structured program. The ideal candidate for this project should have a strong command of Java programming, as well as experience with program development for various purposes. The program may involve extensive data manipulation, network interactions, or other functionalities. Your ability to create clean, efficient code will be a big advantage. Please note that, as I haven't pinned down the exact requirements, being able to adapt and respond to shifting project needs will be crucial. Looking forward to hearing from you.

    $179 (Avg Bid)
    $179 平均入札額
    68 入札
    Trophy icon Loan Program File Design 7 日 left

    We are a direct, private money lender, and we need assistance remaking two of our loan program documents. Key Requirements: - Branding: The files should reflect the professionalism of our brand - Design: They should be visually appealing and engaging, suitable for a professional audience - Informative: The documents should be able to convey all of the information in a digestible manner - File Format: I need the final designs in an Adobe or Figma file format. - Output: we should be given two separate files We have included the two files to be remade + the company colors that we use in the contest.

    $150 (Avg Bid)
    保証
    $150
    20 エントリー