Microsoft programming language työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 microsoft programming language työtä löytyi, hinnoittelu EUR

    I’m looking for a developer to design, test, and implement an algorithmic trading system and enable API integration with Kotak Neo. The code can be developed on any of the leading platforms. This project involves: - Coding an algo-trading system using Python language - Incorporating specific trading indicators into the system: OBV (On-Balance Volume), Bollinger Bands, and the Commodity Channel Index (CCI) The ideal candidate has: - Proven experience in Python programming - Proficiency with algo-trading systems and an understanding of the Futures and Options segment. - Specific knowledge of incorporating indicator based signals into the algorithm. - Prior experience with a leading algo-trading platform and API integration with Kotak Neo is preferred. Your role will ...

    €21 / hr (Avg Bid)
    €21 / hr Keskimäär. tarjous
    23 tarjoukset

    Hi there! I'm Lavanya, eager to start a dynamic project that combines my extensive management skills with graphic design, programming and content writing. Here's what I'm looking for: - Skills: * Proficiency in managing * Handle multiple tasks * Graphic design, programming and content writing expertise - Responsibilities: * Take lead on project coordination * Oversee team management * Please note, client communications will be handled by me - Desired Outcome: * Our ultimate goal is to increase sales. Can't wait to work with someone who's as dedicated and passionate about achieving targets as I am. Let's increase productivity together!

    €10 / hr (Avg Bid)
    €10 / hr Keskimäär. tarjous
    11 tarjoukset

    I am currently in need of a seasoned PLC programmer for a process control project. I have a Panasonic Delta PLC and would prefer to make use of Ladder Logic for the programming language. Key Details: - The core of this project is process control. - You'll be working with Panasonic Delta PLC. Ideal Skills and Experience: - Expertise in PLC Programming - Familiarity with Panasonic Delta PLCs - Proficiency in Ladder Logic - Background in process control The freelancer with these specific skills and experiences will be given top consideration. The project is set to begin immediately upon finding a suitable candidate.

    €17 / hr (Avg Bid)
    €17 / hr Keskimäär. tarjous
    18 tarjoukset

    More details: Platform: Android/IOS (hybrid) Preferred Language: Flutter Mobile App: a typical date-app like Is this project for business or personal use? Personal What information should successful freelancers include in their application? Experience How soon do you need your project completed? ASAP

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

    I'm currently dealing with an issue where an existing Java code for a data processing function isn't working as expected, but I'm uncertain as to what's causing the problem. Skills and Requirements: 1. Expertise in Java: The job requires a proficient understanding of Java programming to understand and diagnose the existing code. 2. Experience in troubleshooting and debugging: As I am unsure of what's causing the problem, the freelancer needs to be competent in identifying and rectifying coding errors. 3. Understanding of Data Processing Applications: As the main issue with the code lies in its data processing function, an understanding of this will be beneficial in diagnosing and remedying the situation. Your job will be to inspect the Java code, ident...

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

    I require a VBA Developer well-versed in automating repetitive tasks in Microsoft Excel. Your primary task is to automate my existing work functions to increase efficiency. Key Responsibilities: * Understand the current Excel operations and identify scope for improvement. * Develop VBA codes to automate basic standard operations. * Test the robustness and accuracy of the automation. * Combining 2 files into 1 pdf. 1st file is pdf and 2nd is excel(with selected sheets, and selected columns within sheets) Desired Skills & Experience: * Proficient in VBA, specifically for Microsoft Excel. * Experience in automating repetitive tasks. * Sharp problem-solving and debugging skills.

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

    I am in need of a proficient professional who can convert a PDF document into Word 365 while maintaining the exact formatting. The t...into Word 365 while maintaining the exact formatting. The task requires not only converting the text, but also incorporating images from the original PDF document. Key Aspects of the Job: - Conversion of text from PDF to Word - Incorporation of images from the PDF into the Word document - Preservation of the exact formatting from the PDF in the Word document Ideal Skills: - Proficiency in Microsoft Word 365 - Exceptional attention to detail to preserve exact formatting - Experience in converting PDFs with mixed content (text and images) into Word documents - Strong visual layout skills to ensure images are properly placed and aligned in the Word...

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

    I'm in need of a skilled writer to rewrite a 3-page survey statistics result document as a part of rese...Organization: The current report lacks a clear structure and needs to be reorganized for coherence. - Improve Flow: The flow of information should be revised for better readability and understanding. - Maintain Professionalism: The rewritten content must maintain a professional tone and style, suitable for a survey report. Ideal Freelancer: - Proficient in English: A strong command of English language is essential to effectively convey the message. - Writing & Editing Skills: Experience in report writing and editing is necessary to enhance organization and improve flow. - Understanding of Survey Reports: Familiarity with statistical information and survey repor...

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

    I'm seeking assistance specifically in algorithm and data structure design in C++ for an academic project. Requirements: - Proficiency in C++: You should have a solid understanding of C++ syntax, language concepts and the ability to write clean, efficient code. - Understanding of basic sorting and searching: Your expertise should cover elementary algorithm design, including basic sorting and searching techniques. - Strong Communication Skills: You should be able to communicate effectively and explain complex ideas in a clear and concise manner. Ideal candidate: - Prior experience in academic projects. - Previous work on algorithm and data structure design. - Familiarity with C++ best practices and standards.

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

    I'm looking for a developer skilled in C language to develop a Gantt chart of round robin scheduling. However, the chart needs to consider the following parameters: - Number of Processes - Arrival time - Burst time - Wait time (I/O) - Second burst time - Time quantum The aforementioned factors should reflect on the Gantt Chart with respect to every process scheduling. Expertise in C language and operating systems is important for task completion. The major aim is to improve system performance and resource allocation, thus in-depth knowledge in thread scheduling is required. The sample output should resemble: Enter the number of processes: 3 Enter the time quantum: 3 Enter arrival time, CPU burst tine, 1/0 burst time, and second CPU burst time for each process: P...

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    6 tarjoukset
    social media app Loppunut left

    ...Here’s the function that handles the retrieval of user chats: javascript Copy code const userChatList = async (userId, page, language) => { try { const user = await (userId); if (!user) { throw 'User not found'; } const pageNb = parseInt(page) || 1; let limit = 10; if (['affiliate', 'admin'].includes()) { limit = 20; } if (pageNb < 1) { throw 'Invalid page'; } const startIndex = (pageNb - 1) * limit; let matchLanguage = {}; if (language) { matchLanguage = { $or: [ { '': language }, { '': language }, ], }; } const aggregatedChats = await ([ { $matc...

    €19 / hr (Avg Bid)
    €19 / hr Keskimäär. tarjous
    49 tarjoukset

    ...writing is a plus. Please provide samples of your previous work when applying. Technology Microsoft said that these applications can overwrite some server settings permitting it to "speak with an aggressor controlled server and send the client's confirmation tokens or other data." Microsoft Issues Cautioning For Android Clients Against Xiaomi Document Administrator And WPS Office Applications On Google Play Store Microsoft focused on two applications: Xiaomi's Document Director, with north of 1 billion introduces, and WPS Office, which flaunts more than 500 million introduces. ( Picture Source : Getty ) The security research group of Microsoft has as of late hailed some applications that represent a ser...

    €10 / hr (Avg Bid)
    €10 / hr Keskimäär. tarjous
    39 tarjoukset

    I'm seeking a professional and experienced C/...professional and experienced C/C++ developer with a solid understanding of OpenSSL for an advanced encryption project. Key Details: - The primary objective is to implement advanced encryption techniques using OpenSSL in a Windows environment. - The project involves the integration of high-level cryptographic features to ensure secure data protection. Ideal Skills: - Proficiency in C/C++ programming - In-depth knowledge of OpenSSL - Prior experience with advanced encryption techniques - Strong understanding of Windows platform The goal is to create a robust system that guarantees the safety of sensitive data. If you have a proven track record in similar projects and can deliver reliable, efficient, and secure code, I'd li...

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

    I need a bot programmer to program a Telegram bot for movies and series linked to external sites. When the series or movie is requested through the user, the bot downloads it and sends it to the user and stores the series or movie on a private channel on Telegram. When another user requests the same movie or series, the bot sends it from the channel without the need. To re-download from external sites Please know a little Arabic before applying for the project or be specialized in Telegram bots

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

    Are you a skilled designer experienced in Microsoft Word and PDF formats? We are currently seeking a talented individual proficient in both English and Spanish to assist with the creation of various professional and legal contracts like, bill of sale, vehicle bill of sale, etc.

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

    I'm see...ARE TEXT, OTHER PAGES ARE JUST PHOTOS .. THOSE 6 PAGES IN TEXT ARE IN COMMON FORMAT AND EVEN TEXT SO THE TOTAL NUMBER OF PAGES IS NOT 42 INDEED.. YOU CAN SEE JUST 2 EXAMPLES OUT OF 7 ATTACHED .. YOU SHOULD BE A TRANSLATOR APPROVED BY TURKISH LOCAL AUTHOROTIES !! - The project involves maintaining the original formatting of the documents after translation. - The texts are written in general language, no specific legal terminologies or jargon are involved. - Ideal candidates should have experience in translating legal documents, proficiency in both Turkish and English, attention to detail and should be able to replicate the same formatting in the translated document. Your expertise will contribute to maintaining the accuracy and integrity of these important le...

    €98 (Avg Bid)
    €98 Keskimäär. tarjous
    67 tarjoukset

    I'm looking for so...Specifically, anyone who takes on this project would need to pay special attention to: - Objective Statement: This needs some serious fine-tuning. My current statement lacks focus, and I'm counting on you to help me create something punchy, concise, and attention-grabbing. - Work Experience: The details are all there, but it lacks in professionalism and polish. Your job will be to enhance the language, highlight my achievements, and make my experiences shine. Ideal candidates will have a strong history of resume writing. Past work in HR or recruitment would be a plus but is not a strict requirement. Knowledge of and experience with combination style resumes is a must. I look forward to seeing your personalized, detailed applications. Let's make...

    €82 (Avg Bid)
    €82 Keskimäär. tarjous
    91 tarjoukset

    ...functioning as expected, however, I'm facing challenges with the RDM protocol. I've tried debugging the issue myself, but have been unsuccessful. I need someone with a deep understanding of RDM to identify and fix the problem. The ideal candidate for this project would have: - Proficient in C/C++: My firmware for the controller is written in C/C++. It's crucial that you have strong experience in this language. - Extensive RDM knowledge: You should have solid experience working with RDM (Remote Device Management) and be able to quickly and accurately identify issues within the protocol. - Previous DMX-related projects: Experience with DMX controllers, particularly in the context of RGB strip LEDs, would be highly beneficial. - Have RDM master to test Please get ...

    €79 (Avg Bid)
    €79 Keskimäär. tarjous
    12 tarjoukset

    I need someone with specialized skills in password recovery to restore a forgotten password for an Microsoft Excel worksheet. This task requires a professional password hacker. I require one spreadsheet opened and password recovered and removed. Skills and Experience required: • Proficiency in programming languages, particularly those relevant to password recovery. • Expertise in methods of password recovery for Microsoft Excel worksheet xlsx files. • Strong ethics - the information on this spreadsheet must stay confidential. • Can deliver results within 7 days. • Will pay on successful confirmed completion only.

    €62 (Avg Bid)
    €62 Keskimäär. tarjous
    51 tarjoukset

    ...and written communicator, with strong presentation skills, comfortable explaining complex technical concepts to both technical and non-technical audiences. -Previous experience with programming, Stripe integrations with other apps, & working with APIs in different applications. -Knowledge of building automations for a subscription business model -Knowledge of specific integrations for Education industry is a plus but not required. -Strong problem-solving abilities and attention to detail. -Highly Independent, used to handling projects by him/herself. -Can read, write, and understand code in multiple programming languages, and especially knowledge on .net...

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

    ...seamlessly into Outlook for Web and Latest Outlook - The application should integrate Outlook with - Application should provide Email Management and Calendar Integration as well - Preferably experienced in creating sleek interfaces as a clean and minimalist design is intended for this project Ideal Qualifications: - Proficient in JavaScript and HTML/CSS - Previous experience with Microsoft Outlook For Web development - Strong understanding of UI, cross-browser compatibility, general web functions, and standards - Exceptional attention to detail, with an inclination towards minimalist design The goal is to create an efficient and user-friendly application that integrates perfectly with Outlook, making it easier to manage emails, schedule tasks and track progress. Your role w...

    €501 (Avg Bid)
    €501 Keskimäär. tarjous
    57 tarjoukset

    ...proficient copywriters to produce blog posts centered around the topic of Business. Here's what you need to know: - The content will focus on various business topics - latest trends, in-depth analysis, strategy discussions, market news, and more. - Each blog post should exceed 1000 words, with well-researched facts and data to support arguments or points presented. - I'm looking for compelling language that would engage readers, encourage sharing, and drive conversation. The ideal candidate will have: - Demonstrable experience in copywriting, specifically blog posts. - Strong knowledge and understanding of the business industry. - Excellent research skills to support writing. - Exceptional attention to detail and dedication to accuracy. I look forward to an engagin...

    €377 (Avg Bid)
    €377 Keskimäär. tarjous
    68 tarjoukset

    ...intended to utilize LangChain and OpenAI's language model in categorizing PDF files into different groups; namely invoices, HR-contracts, or MOUs and then under go different ways for each document catagory: A. in case of invoice: - extract the data inside invoice (invoice number, date, buyer name, total amount sold, and total due amount) and save them in an Excel file. B. In case of HR-contract: - simply move the file from the existing location to the HR-contract folder. C. In case of MOU: - simply move the MOU from the existing location to the MOU folder. Details: - Your responsibility is to build a desktop application that processes and accurately categorizes data from complete PDF files. - You are required to utilize LangChain for language translations and Open...

    €226 (Avg Bid)
    €226 Keskimäär. tarjous
    23 tarjoukset

    I'm looking for a highly skilled developer to construct a well-integrated business portal for me, which includes website and apps for both...Resource Planning (ERP) with essential functions such as inventory management, order management, and supply chain management. - Financial and taxation modules. - Human resources and marketing modules. - Service and productivity modules. An ideal person for this job should have: - Proven experience in creating and managing business portals with similar components. - Proficiency in various programming languages for website and apps development. The goal is to create a unified system that will drive productivity, improve customer service, and increase overall business efficiency. If you have the right skills and experience, feel free to ...

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

    I am in need of a MySQL ...develop advanced queries for my database management tasks. Key Responsibilities: - Writing new queries: You'll be responsible for designing and implementing new, advanced MySQL queries. - Query Optimization: While the focus is on writing new queries, any optimization suggestions to existing queries are welcome. Ideal Skills: - Proficiency in MySQL: You should have advanced knowledge of MySQL language and its various functions. - Query Optimization: Experience in query optimization will be beneficial. This project is suitable for a MySQL developer with a proven track record in creating complex, high-performance database queries. It's important that you're able to work efficiently and effectively in order to meet the project's goals wi...

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

    Looking for a skilled individual who can transcribe 3 hours worth of Ukrainian casual conversation audio files. The audio is of moderate quality so the capacity to understand and decode not-so-clear sounds is a necessity. • The task requires familiarity and comprehension of informal language and street talks. • No technical or industry-specific terminology included, just plain general vocabulary. • Fluency in Ukrainian and English is mandatory for this task. • Experience in transcription and translation services would be an asset. Overall, I need a precise transcription with attention to details within a reasonable time frame.

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

    I'm seeking a computer science tutor to guide me through QuickBooks and Excel. - Topics include QuickBooks, Excel, data structures, algorithms and programming languages. - Primarily need help with data entry and organization in QuickBooks and Excel. - Additionally, assistance with Formulas and Functions in Excel is required. Ideal candidate should have: - Proficiency in QuickBooks, Excel and knowledge of data structures and algorithms. - Strong background in programming languages. - Experience in tutoring or teaching will be a plus. Please note that the volume of entries or rows of data is minimal, less than 100. Looking forward to your proposals!

    €18 / hr (Avg Bid)
    €18 / hr Keskimäär. tarjous
    34 tarjoukset

    ...integration with either Stripe or should be considered. User Reviews and Ratings: - Integrated User Rating System: The platform should have a built-in user rating system to allow users to rate and review products. This system should be easy to use and provide valuable feedback to both buyers and sellers. Required Skills and Experience: - Proficient in PHP, JavaScript, and other relevant programming languages. - Prior experience in developing e-commerce platforms or marketplaces, specifically in the gaming industry. - Strong understanding of user experience and user interface design. - Experience with integrating payment gateways and maintaining high levels of security in online transactions. - Familiarity with developing and incorporating rating and review systems. - Excellent...

    €784 (Avg Bid)
    €784 Keskimäär. tarjous
    37 tarjoukset

    I'm currently dealing with some issues on my image processing algorithm implemented in C++. The main problem is that the line detection accuracy isn't up to par. Improvement in this area is urgently needed. Requirement Details: * Fine-tune or fix the algorithm to increase line detection accuracy. Ideal Candidate: * Expertise in C++ programming * Experienced in working with image processing algorithms * Knowledgeable in tweaking algorithms for accuracy improvements. Please note, clarity or resolution aspects were not addressed; your primary focus should concern the accuracy of line-detection. I look forward to a positive resolution with your skills.

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

    I am seeking an experienced animator to create a series of 3-minute long 2D cartoon episodes, targeted towards preschool-aged children (3-5 years old). Ideal Skills: - Experience in children's programming is crucial; experience appealing to preschool demographics is a bonus. - Strong grasp on creating educational, engaging content for young viewers. - Expertise in creating animal characters in 2D animation. The goal is to effectively communicate the joy and wonder of nature to these young viewers in short digestible episodes. I'm expecting creative storylines, lively animal characters and user-friendly art style.

    €900 (Avg Bid)
    €900 Keskimäär. tarjous
    77 tarjoukset

    Hello everyone I hope you are always well.... I am searching for a professional in LLM With background of dealing with financial data and historical technical data of stock prices PLEASE SAY HOW YOU CAN UTILIZE LLM TO PREDICT STOCK PRICES BRFORE YOU BID Thanks for all

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

    I'm in need of a proficient Microsoft power apps developer to create a simple yet functional staff scheduling tracker. The scheduling is related to a consulting business. This involves: - Implement data entry feature to manually enter: employee list (name, role, hourly cost, start date for the specific cost [i.e. the cost of the single employee could change over time]), job list (job name, client, billable value, target margin, start date, job owner [i.e. owner is form employee list], list of employee assigned to the job), list of legal Holiday, company holiday, employee specific holiday - Implementing for each job a view to manually fill, for each employee assigned to that job (i.e. each employee could be assigned to 1 or more jobs), hours to be charged to the specific job. ...

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

    I'm in need of a developer with specific experience in creating a serial port driver (RS232) for a Windows operating system. The key requirements include: - The driver needs to be developed using the C programming language. Profound knowledge of C, Windows APIs and asynchronous serial communication (RS232) is essential. - As part of the project, a communication dashboard needs to be created too. The dashboard must have the capacity to track live data, support multiple connections and should incorporate a customizable interface. Therefore, seeking candidates with strong skills in GUI development, database management and networking too. Looking forward to discussing this project with interested and capable applicants.

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

    I'm looking for a proactive and reliable personal assistant to help me with a variety of tasks. - Conduct Zoom Meetings: You should be comfortable managing and coordinating Zoom meetings on a weekly basis. - Social Media Marketing: I need assistance with my social media presence, including posting ads and engaging with followers. - Microsoft Office Suite: Having a good grip on Microsoft Word to create documents and PowerPoint to design presentations. Your experience with social media marketing should be intermediate. Please reach out if you feel you have the necessary skills and experience for this position.

    €17 / hr (Avg Bid)
    €17 / hr Keskimäär. tarjous
    73 tarjoukset

    Are you looking to master SQL, Excel, or Python? Look no further! With years of experience in data analysis and programming, I offer comprehensive tutoring services tailored to your learning needs. **What I Offer:** 1. **SQL Mastery:** From basic queries to advanced database management, I'll guide you through understanding SQL syntax, optimizing queries, and database design. 2. **Excel Expertise:** Whether you're a beginner or looking to enhance your Excel skills, I'll cover everything from formulas and functions to data visualization and automation. 3. **Python Proficiency:** Dive into the world of Python programming with personalized lessons covering fundamental concepts, data manipulation, scripting, and more. **Why Choose Me?** - **Tailored Approach:*...

    €18 / hr (Avg Bid)
    €18 / hr Keskimäär. tarjous
    6 tarjoukset

    Urgently seeking a proficient Microsoft Excel user to help input a mix of numeric and text data into a CSV file. Your skills and experience should encompass: - Mastery of Microsoft Excel - Wide-ranging background in data input - Solid understanding of CSV files - Ability to work quickly and accurately The project is immediate and time-sensitive. Appreciate your prompt attention and swift action. Looking forward to your bids.

    €239 (Avg Bid)
    €239 Keskimäär. tarjous
    125 tarjoukset

    I'm looking for seasoned blockchain developers, proficient in creating, testing and implementing smart contracts using Solidity. Here's what I need: - Token creation and distribution: I require a smart contract that can effi...smart contracts using Solidity. Here's what I need: - Token creation and distribution: I require a smart contract that can efficiently create and distribute tokens. - Current smart contract: The project requires the creation of a significant modern smart contract. Please choose your coding language as Solidity, but flexibility and the ability to work with other languages as the project evolves will be advantageous. The ideal candidate would have a strong command of Ethereum and the Solidity language. Proven experience in developing si...

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

    ...from home. You will be working with the Microsoft SQL server, experience is preferred but not essential to be an expert. Anyone with generic database experience (with different databases) can also apply. Skills already acquired from previously doing this work: - Understand database schema - understand database structures - create database tables based on bespoke requirements (training included) - Working with relatively large sets of data - has exporting skills into SQL - Excel and VBA, - Has experience in different querying languages - Proficient in Microsoft SQL Server Management Studio - Familiarity with Windows OS - Experience in handling multiple databases with SQL - Strong troubleshooting skills I currently manage over 11 databases via Microsoft SQL Ser...

    €12 / hr (Avg Bid)
    €12 / hr Keskimäär. tarjous
    36 tarjoukset

    I'm in search of a DevOps engineer experienced with AWS services, specifically in setting up and managing Amazon Elastic Beanstalk. I require direct assistance for my project, which is small and simple in nature. Ideal skills and experience: - De...Amazon Elastic Beanstalk. I require direct assistance for my project, which is small and simple in nature. Ideal skills and experience: - Depth understanding of AWS services - Mastery in Amazon Elastic Beanstalk setup and configuration - Knowledge of AWS application deployment paths and best practices - Experience working with various sizes of applications, preferably small and simple ones Programming language used for the application has not been specified, hence, adaptability is key in this project. I look forward to yo...

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

    I'm in need of a specialized expert to carry out an implementation of the NTT (Number-Theoretic Transform) module on a Xilinx Artix-7 FPGA. The main objective of this project is to enhance computational performance. Key requirements include: - Proficient understanding of FPGA programming, particularly expertise in the Xilinx Artix-7 platform. - An in-depth experience in Number Theoretic Transforms. - Ability to develop a highly efficient, low latency, energy-efficient implementation that significantly boosts computational performance. Please only bid if you feel fully confident in meeting these requirements. Your expertise in this niche task will be highly valued.

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

    I'm in need of a skilled content writer specializing in personal finance and investing. The target audience for this financial blog are beginners and inte...skilled content writer specializing in personal finance and investing. The target audience for this financial blog are beginners and intermediate level readers. Key requirements: - Avid personal finance and investing knowledge - Previous experience writing for financial blogs - Ability to develop engaging, informative content - Understanding of content marketing strategies - Excellent grammar and language structure - Consistent availability to produce two blog posts a week Please include samples of your previous work in your proposal. I look forward to seeing how you can help make this blog a valuable resource for its in...

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

    ...or thing. This app will send driver to my location and will deliver the box to my friend’s location and throughout this process, I can track where the driver is going? Is the box delivered or not? So, this is the concept of the application This project will require the following skills and experience: - Experience in developing both applications and websites - Proficiency in a variety of programming languages and frameworks, to ensure the best possible solution is chosen - Ability to create intuitive and user-friendly interfaces - Strong communication skills, as we will collaborate closely throughout the project Please provide examples of your previous work, and let me know how you can contribute to this project....

    €1639 (Avg Bid)
    €1639 Keskimäär. tarjous
    164 tarjoukset

    I'm looking for someone that can help me better organize my Github repository to make my projects clearer, more presentable, and more marketable for job applications. The ideal freelancer should have a strong understanding of Github and portfolio marketing. Key functionalities should include: - The ability to bookmark my repositories - A sorting feature to categorize repositories by programming language - A filtering feature to display repositories by the date they were last updated Additionally, it should aid in providing: - Clear and comprehensive project descriptions - Showcase of my completed projects This person should leverage Readme files for the project descriptions and include the ability to upload screenshots or images of project interfaces. Attention...

    €138 (Avg Bid)
    €138 Keskimäär. tarjous
    15 tarjoukset

    ...the app. Currently as it sits the app can only go horizontal (phone must be titled to make any sense). We want to rotate vertical (phone held up right) and possibly make it a window popped out option. - Cleanup on App by removing selected features that don't offer too much benefits currently. The ideal candidate for this job will have: - A strong background in iOS app development and programming - A creative mindset to produce an engaging user experience - Proficiency in reverse engineering to extract compiled code Working with us: - You are required to submit the app in working order free of any bugs (which might occur from disassembling it and reassembling it) and the ability to assist us to upload and test the app IOS. - You are also required to provide the ...

    €598 (Avg Bid)
    €598 Keskimäär. tarjous
    52 tarjoukset

    Currently in need of a proficient freelancer for converting my book from PDF to Word format. As unsure if the final Word file should retain the formatting of the original PDF, passages in the book do not seem to need specific attention to detail like conve...proficient freelancer for converting my book from PDF to Word format. As unsure if the final Word file should retain the formatting of the original PDF, passages in the book do not seem to need specific attention to detail like conversion of images, tables, graphs, etc. Ideal Skills and Experience: - Proficiency in PDF and Word. - High attention to detail. - Excellent command of the English language. - Prior experience in book or similar document conversions. Please bid if you have the experience and skills to undertake thi...

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

    I have a requirement to develop a bespoke Microsoft Excel spreadsheet to calculate sales commissions. Let me share the specifics: - The variables: I want this spreadsheet to take into account the Sales Volume, the Profit, and the Commission Percentage while computing sales commissions. - Calculation specifics: Commission should be determined according to a custom formula that considers the Commission Percentage. - Data input: The spreadsheet should be easy to use, allowing me to manually input the data for calculation. The ideal freelancer for this project would be someone well-acquainted with the mechanics of Microsoft Excel and its formulas. Relevant experience in the field of sales calculations would be an asset. I am trusting that this tool will enhance efficient dete...

    €99 (Avg Bid)
    €99 Keskimäär. tarjous
    53 tarjoukset

    I need an experienced Python programmer to convert my existing Python function. The original function, using Sele...existing Python function. The original function, using Selenium, extracts JSON requests from a designated website that employs small redirects before enabling access. • Task: Conversion of a Selenium-based Python function into a request session. • Key Experience: While a general knowledge of Selenium and web scraping can be useful, the task requires a deep understanding and experience in Python programming ans SMAL security. Freelancers willing to undertake this project should emphasize their Python experience, among other qualifications, in their application particularly on how to handle saml redirects. Understanding of handling JSON requests will be an ...

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

    "Please go through the PDF attached before applying." I need an expert in TikTok's community guidelines and social media platforms to review flagged videos for compliance with community guidelines. Key responsibilities will include identifying and reporting content violations. A background in content moderation would be ideal, al...attached before applying." I need an expert in TikTok's community guidelines and social media platforms to review flagged videos for compliance with community guidelines. Key responsibilities will include identifying and reporting content violations. A background in content moderation would be ideal, although it's not a hard requirement. Given the nature of the job, proficiency in written and spoken language is assumed, thoug...

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