How to run python code in node jsJobb
Vi söker någon som kan skriva texter till vår websida. Det handlar om ca 50 sidor. Ämne är hemfixare, städningen, och flytt. Create content for our website pages, around 50 pages.
Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...
Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.
Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.
Hjälp med att slutföra ett projekt samt lösa vissa problem med js, php och css Sidan är byggd i Joomla
Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.
Hej! Jag har hemsida som är ej färdig. Du bör kunna är följande: NextJS React JS Skriva och använda API-anrop Javascript Bootstrap
Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.
Vänligen Vänligen Registrera dig eller Logga in för att se mer information.
ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.
Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API
Customer portal fields inter-dependency
sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go
Jag vill fixa till en webbsida Pandas Python django
Hej. Jag har en hemsida som är översatt till 11 språk med funktionen "gettext" via .po filer. Men det saknas översättningssträngar i .js filerna. Jag vill att du ska lägga in dessa översättningssträngarna på korrekt sätt i .js filerna så att jag kan översätta detta i poedit som allt annat. Vänliga hälsningar, Peter
Detta är busenkelt om man kan det, jag har bara tröttnat på att googla. Jag behöver uppdatera en fil (config/) med ett npm-kommando. Filen är en YAML-fil som ser ut så här: "version: 0.1.1 build:...busenkelt om man kan det, jag har bara tröttnat på att googla. Jag behöver uppdatera en fil (config/) med ett npm-kommando. Filen är en YAML-fil som ser ut så här: "version: 0.1.1 build: 114 timestamp: 1438776129" Jag vill kunna köra ett kommando enligt: "npm version patch && node tools/" och detta ska alltså byta ut versionen mot den versionen jag har i samt inkrementera build-nummer och uppdatera timestamp. Det behöver så klart inte vara...
Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0
Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0
... som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på vigenere-sidan (nyckel "RELATIONS" och meddelande "TO BE OR NOT TO BE THAT IS THE QUESTION") och kolla att du får samma resultat. Uppgift 3: Kan du dekryptera följande meddelan...
for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att g&ou...
Du måste vara duktig på responsiv design via du ska även kunna HTML, CSS och lite JS samt lite php. Du skall slica PSD till Html/CSS samt implementera det i vårt ramverk. Vi är väldigt petiga med Html viktigt att den är identisk med PSD filen. Kontakta mig för att visa era färdigheter och få jobbet eventuellt.
hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,
hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,
olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer...
Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...
Jag har pågående arbete relaterat till vårat tidigare projektpython programming'
olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer...
I'm looking for a proficient developer to create a trading bot for Kucoin that operates on a one-second timeframe and can execute up to 6000 trades. The bot should perform automatic trading based on specific indicators that I'll provide. Ideal skills for this project include: - Experience in developing trading bots, particularly for cryptocurrency exchanges like Kucoin. - Strong understanding of trading indicators and strategies. - Proficiency in a suitable programming language for this task, preferably Python or JavaScript. - Ability to work with high-frequency trading systems. Please note that the programming language for the bot has not been specified, so the choice of language will depend on the developer's recommendation and...
We are looking for a skilled web developer to build ByteBot, a desktop-based calorie tracking website designed for South Asian cuisine. ByteBot uniquely combines image recognition with meal logging, nutrient tracking, and personalized recipe recommendations to improve user engagement and dietary habits. Key Features 1. User Account Creation Users should be able to create accounts and input basic personal details such as: Name, age, gender, email, and password. Height and weight (to calculate BMI in the backend). Personal history of illnesses, Family history of illnesses (e.g., diabetes, heart disease). Enable secure login and account management, including password recovery. 2. Image-Based Meal Logging Image Upload: Users can upload images of their meals....
We are seeking a skilled Python developer with expertise in web scraping to create a script that extracts product information from websites. The solution must be efficient, reliable, and capable of handling diverse website structures. Project Requirements: Domain Extraction: Start with a large array of email addresses and extract their respective domains. PDF Search: For each domain, search for downloadable product sheets in PDF format. HTML Product Extraction: If PDFs are unavailable, extract product information directly from the HTML content of the website. Robustness: Ensure the script is adaptable to handle varying formats and structures of product information across different websites. Desired Qualifications: Proven experience in Python...
I'm seeking an experienced React JS developer to create a waterfall chart that pulls data from an API endpoint. Key Requirements: - Custom column widths - Unique headers for each column - Text displayed above each column and inside Ideal skills for this project include proficiency in React JS, experience with data visualization, and a strong understanding of interactive web elements. The ability to interpret and implement API data and create a user-friendly, visually appealing chart is crucial. Please provide examples of previous similar projects in your bid.
...Fortnite map using UEFN and in need of a custom code editor who use verse, specifically designed for the Unreal Engine Framework (UEFN). Key Features: The code editor should include robust syntax highlighting capabilities to assist in coding within UEFN. An efficient auto-completion feature is essential to enhance coding speed and efficiency. The code editor should have seamless version control integration for easy tracking of code changes. Ideal Skills: Extensive experience with UEFN is a must. Proficiency in creating code editors or similar software. Knowledge and experience in implementing syntax highlighting and auto-completion features. You should be comfortable working with UEFN and have a solid ...
I'm in need of a C programming expert who can write simple programs for two types of Jieli MCUs - AD142A4 and AC6082A2. This will be done using Code Blocks or equivalent software suited for non-ARM MCUs. Key Responsibilities: - Crafting C programs for both MCU types - Implementing systems to control LED blinking - Reading and processing digital inputs, such as buttons and sensors Ideal Candidate: - Demonstrates strong proficiency in C programming - Has hands-on experience with Jieli MCUs, particularly AD142A4 and AC6082A2 - Can deliver both LED control and digital input reading with equal precision and efficiency.
I'm seeking a professional skilled in Python and applied robotics. The primary focus of this project revolves around implementing machine learning algorithms. Key Responsibilities: - Develop and implement various machine learning algorithms, predominantly supervised and reinforcement learning. - Utilize Jupyter Notebook for Python to perform tasks like data preprocessing, model training and evaluation. Skills and Experience: - Extensive experience in Python, particularly in applied robotics. - Strong background and understanding in machine learning algorithms. - Proficiency in using Jupyter Notebook for data analysis and visualization. - Experience in model training and evaluation. Please note, the specifics of ...
I'm looking for a developer to create a 3x3 Sudoku game using P5.js, HTML, CSS, and Javascript. The game should include all levels of difficulty: Easy, Medium, and Hard. Key Features: - The game should have a timer that counts up from zero. - Sound effects should be incorporated into the game to enhance the gaming experience. Ideal Skills and Experience: - Proficient in P5.js, HTML, CSS, and JavaScript. - Experience in game development. - Sound design skills would be a plus.
I'm looking for a skilled professional to help me integrate multi-master redundancy for Postgres into my Python server. Ideally, you should have: - Extensive experience with Postgres and Python - Familiarity with multi-master redundancy systems - Ability to implement this in a seamless manner Please note that specific details regarding the setup and environment will be discussed in person before the project is assigned.
I need a simple, effective, server-side, and non-JavaScript front-end for a verification process without site reloading. The process will consist of six circular input fields, and there will be no submit button. After each field is filled, a new dynamically generated image should appear for that field. Once all fields are filled, a text message should display whether the verif...each field is filled, a new dynamically generated image should appear for that field. Once all fields are filled, a text message should display whether the verification is valid or invalid based on the entered text (letters/numbers) and the generated images. If the input is invalid, the image and fields should be restored, and the process should start from the beginning. Please share the link to view it ...
I'm in need of a seasoned developer with extensive experience in Firebase and React to help troubleshoot and resolve code issues. The project mainly revolves around debugging and fixing critical problems related to Cloud Functions deployment errors and environment configuration issues. Key Responsibilities: - Examine the current codebase to pinpoint problems. - Debug and fix functionalities related to Firebase. - Guarantee smooth integration between Firebase services and React frontend. - Conduct tests and validate fixes for reliability and performance. Ideal Skills: - Proven expertise with Firebase, particularly with Cloud Functions. - Strong proficiency in React.js. - High-level debugging and troubleshooting skills. - Effecti...
I'm looking for a professional who can convert my Python automation code into an executable file compatible with Windows, MacOS, and Linux. Key requirements: - Expertise in Python and experience with converting Python scripts to EXE files - Understanding of cross-platform compatibility issues and how to resolve them - Knowledge of the specific libraries my code uses and how to package them with the EXE The Python code includes automation tasks and relies on certain external libraries. It is vital that the converted EXE retains the full functionality of the original Python script. Please note, the ideal candidate for this project should be able to ensure that the EXE runs seamles...
I'm looking for a skilled Python programmer who can help establish a connection between my YDLIDAR G6 and a Windows laptop via USB. Key tasks: - Python coding to connect the YDLIDAR G6 to a laptop - Ensuring smooth communication between the two devices Ideal skills: - Proficient in Python - Experience with YDLIDAR G6 This project is crucial for my future work with the LIDAR, so timely completion is highly appreciated.
...looking for a skilled developer or team to help create a comprehensive Fintech B2B web and app. The platform is designed to streamline mobile recharge and payments, with various user roles including Admin, Sub Admin, Support Staff, Sale staff 1-2-3, Master distributor, Distributor, Retailer. Key responsibilities will include: - Implementing mobile recharge and payments functionalities accessible to Master distributors, distributors, and retailers. - Developing key features such as real-time transaction tracking, notifications and alerts, and detailed finance reports. Ideal candidates will have: - Extensive experience with Reactjs, Node js, Express, MySQL/MongoDB, and React Native. - Proven track record in developing B2B fintech platforms. - ...
I fix system issues using custom Python tools with an id called the power of Python to identify, troubleshoot, and resolve system issues efficiently. developing custom scripts and tools, I streamline the process of diagnosing problems in operating systems, applications, and networks, ensuring minimal downtime and optimal I Offer: Automated Diagnostics: Build Python scripts to analyze system logs, monitor performance metrics, and detect anomalies. Identify root causes of errors or crashes using data parsing and analysis tools like Pandas. Custom Troubleshooting Tools: Create interactive Python applications to test and debug specific system components (e.g., hardware checks, API response testers). Develop tools to manage syst...
...looking for a skilled developer to create a web scraping program compatible with a MAC M2 processor. The specifics of the data to be scraped, the target websites, and the ultimate use of the data are currently undetermined. Therefore, flexibility and adaptability will be key to this project. Project: Setting in the program where it is possible to store and change login information Website Spamzilla Login information and password Website Ubersuggest Login information and password When clicking on ”start to extract from Spamzilla” button following will happen Login to a Spamzilla Extract predefine filters and make them choicble in the program as a dropdown list When chosen a predefined filter the program began ...
...developer to create a dynamic and user-friendly e-commerce platform. The platform should support multiple user roles - Admin, buyers, and sellers, providing a seamless shopping experience for the Home & Kitchen product category. Key Features: - Robust User Authentication: The platform should provide secure login, email verification, and efficient product management features like adding or removing items from the cart. - Intuitive Dashboard: Users should be able to manage their profiles, view order details, and track payment status through a visually appealing and easy-to-navigate dashboard. - Secure Transactions: The platform needs to be integrated with the Razorpay payment gateway for safe and reliable transactions. - Two-factor Authentication: An addi...
...job portal, developed in Python's Django framework with a MySQL database. This will be for my college project, so it needs to be functional, clear, and well-structured. The portal should cater to job domains including tech, gigs, and freelancers, with job categories such as part-time, full-time, and on-field. Key Requirements: - Support for three user roles: Job Seekers, Employers, and Administrators. - Integration of social media login with Google specifically. - Use of Django and MySQL for a robust backend. Ideal Skills and Experience: - Proven experience in Python and Django framework. - Proficiency in MySQL database management. - Prior projects involving job portals would be an advantage. - Experience integrating social media logins, ...
...lebih lanjut tentang ide-ide proyek AI: --- 1. Chatbot AI Deskripsi: Chatbot AI adalah program komputer yang mensimulasikan percakapan manusia. Bisa digunakan untuk layanan pelanggan, chatbot FAQ, atau chatbot berbasis percakapan edukatif. Teknologi yang Digunakan: NLP (Natural Language Processing): Library seperti Hugging Face Transformers, OpenAI GPT, atau Google Dialogflow. Framework: Python (Flask/Django), Node.js, atau frontend tools seperti React. Contoh Proyek: Chatbot untuk bisnis kecil (misalnya reservasi restoran). Chatbot pengingat tugas untuk siswa. --- 2. Sistem Rekomendasi Produk Deskripsi: Sistem AI yang merekomendasikan produk, film, lagu, atau konten lainnya berdasarkan preferensi pengguna. Teknologi yang Digunakan: Machine Learning: Tensor...
I'm seeking a skilled developer to assist in debugging and improving a prototype of a speech and text recognition AI that I've been working on in Jupyter Notebook. Key Focus: - The primary concern is the error rate in recognition. I'm looking for someone who can help to reduce this significantly. Ideal Skills: - Proficiency in Python and Jupyter Notebook - Strong background in AI and machine learning, particularly in speech and text recognition - Experience in debugging complex systems - Excellent problem-solving skills - Familiarity with data processing and analysis The project is crucial for the future development of this AI, and I'm hoping to find a freelancer who can not only help with t...
I'm looking for a seasoned Maxqda and Python programmer to help me visualize my work tracking data with graphs and charts.
Connect to Rupeezy API for live data, buy/sell orders, and account details. Optional: Integrate ICICI Direct API for additional functionality. *1by4vdz*_gcl_au*MjEzNDUzOTMzMC4xNzI5Nzc0MjU4 Automate below Google Sheet. Development in Python, Node.js, or GoLang. Libraries: pandas, openpyxl, gspread, axios, etc. Timeline: Flexible but strict adherence to deadlines. Note: This is my second attempt after being scammed by a freelancer previously. If you are able to deliver this project, transparency and timely delivery are critical, with payments made based on milestones.