Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 genially def jobs fundet

    I have a simple custom ...converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else...

    €64 Average bid
    €64 Gns Bud
    4 bud

    I have a simp...converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else ); ...

    €70 Average bid
    €70 Gns Bud
    4 bud
    €20 Gns Bud
    45 bud

    ...detail for accurate data extraction - Good understanding of ethical scraping and data handling practices Please include examples of similar projects you've completed in your proposal. The page is: My code that is not successfully loggin in: import scrapy from import PageMethod class PlayspiderSpider(): name = "playspider" def start_requests(self): yield ( url='', callback=, meta={ 'playwright': True, 'playwright_include_page': True, 'playwright_page_methods': [ PageMethod('wait_for_selector', 'a[data-toggle="modal"][data-target="#login"]'),

    €152 Average bid
    €152 Gns Bud
    32 bud
    Curso online
    Udløbet left

    Creación de un curso online en genially o similar a partir de un material nuestro y voz en off provista por nosotros

    €160 Average bid
    €160 Gns Bud
    3 bud

    I need a black and white logo with a modern yet elegant touch, encapsulating an American Indian theme. The logo should incorporate the name "Dream Catcher" and include stylized American Indian feathers. Ideal Skills and Experience: - Proficient in graphic design and logo creation - Experience with modern and minimalist design styles - Understanding of Americ...American Indian theme. The logo should incorporate the name "Dream Catcher" and include stylized American Indian feathers. Ideal Skills and Experience: - Proficient in graphic design and logo creation - Experience with modern and minimalist design styles - Understanding of American Indian design elements - Ability to create elegant, bold designs - Strong typography skills for the logo name -Need High Def...

    €137 Average bid
    Garanteret
    €137
    456 indlæg

    I'm a teacher seeking a French-speaking Genially expert to enhance my presentations on the platform. The focus will primarily be on design improvements to make the presentations more engaging and visually appealing. Ideal Skills and Experience: - Proficiency in Genially, particularly with presentations - Excellent design skills - Fluent in French - Prior experience in educational content creation or improvement - Strong communication skills for effective collaboration

    €16 / hr Average bid
    €16 / hr Gns Bud
    45 bud

    ...apps: chatGPT 4, Grock, Stocksuits, Pre-market Data Summary: Write a function to pull and summarize pre-market data such as high, low, and volume: python Copy code def premarket_summary(ticker): premarket_data = api.get_barset(ticker, , limit=100, after="09:30:00") high = max([bar.h for bar in premarket_data[ticker]]) low = min([bar.l for bar in premarket_data[ticker]]) volume = sum([bar.v for bar in premarket_data[ticker]]) return high, low, volume Technical Indicators Calculation Camarilla Pivot Points: The AI agent should compute pivot points based on Camarilla formulas: python Copy code def calculate_camarilla_pivots(high, low, close): R4 = close + (high - low) * 1.1 / 2 R3 = close + (high - low) * 1.1 / 4 S3 = close - (high -...

    €165 Average bid
    €165 Gns Bud
    47 bud

    Se requiere el diseño de presentaciones educativas usando Genially, estas presentaciones deben ser creativas, tener buena redacción, ortografía, incluir audios explicativos con buen sonido, con buena dicción. Las imágenes usadas deben estar licenciadas, las presentaciones deben tener buen sentido de la estética y conservando la imagen corporativa. Las presentaciones serán usadas para educación virtual, cada presentación corresponde a un módulo temático, son 5 módulos en total y deben guardar un diseño básico similar para darles coherencia. Se suministra un texto en Word con la información que deben contener las presentaciones y algunas imágenes de referencia y videos q...

    €385 Average bid
    €385 Gns Bud
    48 bud

    ...Ensuring successful connection and file download - Downloading specified CSV files from the server Ideal candidates should have: - Proficiency in Python and paramiko library - Experience with FTP connections - Ability to work with CSV files The ultimate goal is to connect to the server and download CSV files via my Python script, similar to what I can achieve with Filezilla. here is my code : def download_sftp_folder1(remote_folder, local_folder): host='' port=2222 username='api_bviguier' password='mypassword' ssh = () ssh.set_missing_host_key_policy(()) try: # Connect to the server (host, port, username, password) print("SSH connection successful")

    €26 Average bid
    €26 Gns Bud
    14 bud

    ...apps: chatGPT 4, Grock, Stocksuits, Pre-market Data Summary: Write a function to pull and summarize pre-market data such as high, low, and volume: python Copy code def premarket_summary(ticker): premarket_data = api.get_barset(ticker, , limit=100, after="09:30:00") high = max([bar.h for bar in premarket_data[ticker]]) low = min([bar.l for bar in premarket_data[ticker]]) volume = sum([bar.v for bar in premarket_data[ticker]]) return high, low, volume Technical Indicators Calculation Camarilla Pivot Points: The AI agent should compute pivot points based on Camarilla formulas: python Copy code def calculate_camarilla_pivots(high, low, close): R4 = close + (high - low) * 1.1 / 2 R3 = close + (high - low) * 1.1 / 4 S3 = close - (high -...

    €133 Average bid
    €133 Gns Bud
    38 bud

    I'm looking for a skilled professional to create interactive slideshows (in genially or google slides) aimed at teenagers, specifically focused on finance. These slideshows will be used for educational purposes and need to incorporate a variety of interactive elements. The text has been created. Key Features: - Some slides need to have a simple yes or no answer - Others should include more complex activities, such as matching words to sentences Ideal Skills: - Proficiency in creating engaging and educational interactive content - Ability to create content that is both entertaining and informative - Excellent knowledge of genially or google slides The goal is to produce high-quality, interactive slideshows that will help teach finance to teenagers in an engaging way.

    €1059 Average bid
    €1059 Gns Bud
    17 bud

    I'm seeking a professional to help me review and finalize my Genially interactive presentation. The main focus should be on ensuring the functionality of links, specifically those leading to embedded multimedia. The presentation includes various types of embedded content such as videos, audio clips, and interactive charts. Key Requirements: - Check the link functionality throughout the presentation, particularly those leading to embedded multimedia. - Ensure that the audio clips are properly placed and synced with the presentation. - Provide feedback on the overall design and suggest improvements if necessary. Ideal Skills: - Extensive experience with Genially. - Strong attention to detail. - Excellent understanding of multimedia and its integration into presentations....

    €82 Average bid
    €82 Gns Bud
    21 bud

    ....py ``` #### Example Airflow DAG: ```python from airflow import DAG from airflow.operators.python_operator import PythonOperator from datetime import datetime import your_script # import the script you wrote default_args = { 'owner': 'airflow', 'start_date': datetime(2024, 1, 1), 'retries': 1, } dag = DAG('auction_scraper', default_args=default_args, schedule_interval='@daily') def run_scraper(): () run_scraper_task = PythonOperator( task_id='run_scraper', python_callable=run_scraper, dag=dag ) ``` ### Software and Tools: 1. **Python**: Main programming language. 2. **BeautifulSoup**: Parsing HTML. 3. **Requests**: Sending HTTP requests. 4. **Selenium**: Interacting with dynam...

    €135 Average bid
    €135 Gns Bud
    80 bud

    ...requests import fitz # PyMuPDF import cv2 import numpy as np import csv # Funktion zum Herunterladen der PDFs def download_pdf(url, save_path): if (save_path): print(f"{save_path} already exists, skipping download.") return True response = (url) if response.status_code == 200: with open(save_path, 'wb') as f: () print(f"Downloaded {url}") return True else: print(f"Failed to download {url}, status code: {response.status_code}") return False # Funktion zum Konvertieren der letzten PDF-Seite in ein hochauflösendes Schwarz-Weiß-Bild und Speichern als PNG def pdf_last_page_to_image(pdf_path): print(f"Converting last page of {pdf_path...

    €25 / hr Average bid
    €25 / hr Gns Bud
    78 bud

    ...should also allow the user to listen to the radio in the background while gaming on Xbox. Ideal Deliverable: - A fully functional, user-friendly app that can be easily downloadable and accessible on both Xbox and Windows PC. My main goal is Xbox. We need a simple app that will allow users to listen to my radio station and our 7 partner stations. We are not requiring our 7 partner streams, but we def need our station. The app must have: * Splash screen * Home screen to select the station! Home screen can be simple and attractive with the images and name of stations. * User selects the station using their XBOX Controller or keyboard. Then the next page should be my station mp3 stream with a pause, play, stop, volume, mute, and image of station. * Meta info such as name of a...

    €58 Average bid
    €58 Gns Bud
    22 bud

    ...already satisfied: PyPDF2 in /opt/homebrew/lib/python3.11/site-packages (3.0.1) $ python3 Traceback (most recent call last): ", line 3, in <module> import PyPDF2 ModuleNotFoundError: No module named 'PyPDF2' --------------------------------------------------------------------------------------------------------- #!/usr/bin/env python3 import PyPDF2 def remove_pdf_password(input_pdf, output_pdf, password): pdf_reader = (input_pdf) (password) pdf_writer = () for page_num in range(): page = (page_num) (page) with open(output_pdf, 'wb') as out_file: (out_file) # Usage input_pdf

    €17 / hr Average bid
    €17 / hr Gns Bud
    59 bud

    ...adv20 # Funciones auxiliares def rank(series): return (pct=True) def Ts_ArgMax(series, window): return (window).apply() + 1 def SignedPower(series, power): return (series) * ((series) ** power) def stddev(series, window): return (window).std() def correlation(x, y, window): return (window).corr(y) def delta(series, period): return (period) def Ts_Rank(series, window): return (window).apply(lambda x: (x).rank(pct=True).iloc[-1]) def sum_series(series, window): return (window).sum() def delay(series, period): return (period) def ts_min(series, window): return (window).min() def ts_max(series, window):

    €1196 Average bid
    €1196 Gns Bud
    29 bud
    Trophy icon Logo Design for High Def Detail
    Udløbet left

    Logo Design. Company Name: High Def Detail Colors: Orange, Black, White Additional Info: Incorporate BMW M3 into logo See attachment for example of font style (doesn't have to be exact but similar)

    €27 Average bid
    Garanteret
    €27
    163 indlæg

    ...from import service_account from import build SCOPES = [''] SERVICE_ACCOUNT_INFO = (['GOOGLE_APPLICATION_CREDENTIALS_JSON']) credentials = service_account.Credentials.from_service_account_info( SERVICE_ACCOUNT_INFO, scopes=SCOPES) service = build('sheets', 'v4', credentials=credentials) def example_function(): # Insert the functional code here pass try: example_function() except Exception as e: print(f"An error occurred: {e}")``` because there credentials or service account that need to set, i want you to create backend that can save or set the service account or credentials so the code can exec seamlessly. for more clear here's the flow : 1. user input instruction

    €165 Average bid
    €165 Gns Bud
    19 bud

    ...Initialize Google Ads API client client = google.ads.google_ads.client.GoogleAdsClient.load_from_storage('') def get_keyword_ideas(client, customer_id, keyword_text): ga_service = client.get_service("GoogleAdsService") query = f""" SELECT , metrics.average_monthly_searches, FROM keyword_plan_campaign_criterion WHERE = '{keyword_text}' """ response = (customer_id=customer_id, query=query) return format_keyword_ideas(response) def format_keyword_ideas(response): keyword_ideas = [] for row in response: keyword = row.keyword_plan_campaign_criterion

    €122 Average bid
    €122 Gns Bud
    28 bud

    ...Initialize Google Ads API client client = google.ads.google_ads.client.GoogleAdsClient.load_from_storage('') def get_keyword_ideas(client, customer_id, keyword_text): ga_service = client.get_service("GoogleAdsService") query = f""" SELECT , metrics.average_monthly_searches, FROM keyword_plan_campaign_criterion WHERE = '{keyword_text}' """ response = (customer_id=customer_id, query=query) return format_keyword_ideas(response) def format_keyword_ideas(response): keyword_ideas = [] for row in response: keyword = row.keyword_plan_campaign_criterion

    €105 Average bid
    €105 Gns Bud
    19 bud

    ...Initialize Google Ads API client client = google.ads.google_ads.client.GoogleAdsClient.load_from_storage('') def get_keyword_ideas(client, customer_id, keyword_text): ga_service = client.get_service("GoogleAdsService") query = f""" SELECT , metrics.average_monthly_searches, FROM keyword_plan_campaign_criterion WHERE = '{keyword_text}' """ response = (customer_id=customer_id, query=query) return format_keyword_ideas(response) def format_keyword_ideas(response): keyword_ideas = [] for row in response: keyword = row.keyword_plan_campaign_criterion

    €117 Average bid
    €117 Gns Bud
    21 bud

    se brindará código , se requiere que al recibir @('/api/incoming', methods=['GET', 'POST'], type='http', auth='none', csrf=False) def api_get_incoming(self, **kw): args = request.httprequest.args.to_dict() Se genere un popup automático con la ficha del cliente.

    €48 Average bid
    €48 Gns Bud
    14 bud

    This contest is for a new design concept or redesign of a single web page. I'm just looking for design, not actual coding or slicing the page, just a design in a high def file that can be used by my front end team. There will be 1 winner who will win the entire prize. I will provide feedback on the designs and will be available for questions and clarification so you can update design. I would like to hire the winning designer for more pages when done. Project Details: SEE ATTACHMENT FOR EXISTING DESIGN The existing site displays two images of a sports card. It then displays the information/details about the card as well as information on the value of the card. There is a large scale of values that has to be shown for each grade/condition the card could be in. It is a...

    €228 Average bid
    Garanteret
    €228
    64 indlæg

    I'm in need of a drone operator who can provide high-definition aerial photography and videography for live telecasting races Requirements: - Experience in flying drones at live events. - Proficiency in aerial photography and videography - Capability to produce high-definition footage - Punctual and reliable for event schedules - Affordable pricing Ideal candidates will have previous experience in event/wedding drone operation and should be able to showcase their work samples.

    €273 Average bid
    €273 Gns Bud
    1 bud

    ...categories: Common Phrases, Physical Comfort, Food, Relationships, Feelings, Entertainment, and Custom Phrases. - Custom Phrases category allows users to create phrases using an AI component for suggestions. - The Custom Phrases category interface: - A text box at the top for typing. - Options for Delete, Enter, and Space. - Grouped letters for selection (ABC, DEF, GHI, etc.). - Selecting a group of letters opens another listview with individual letters. - There is a camera view in the bottom corner that shows the user if their face is visible by the camera. - Category Selection: - Each category has a distinct set of phrases. - Users can navigate through the categories in a circular loop. - Sel...

    €18 / hr Average bid
    €18 / hr Gns Bud
    44 bud

    ...APPLY IF ARE NOT ABLE TO TO RESPECT THE SCHEDULE. Key Requirements: - Utilize Canva, Genially or PowerPoint to create the slides. - A high level of creativity is needed, as well as a good understanding of educational content. - Ability to create compelling visuals and infographics. - Use of animations and transitions to make the slides interactive and engaging. The slides are on a general topic of teaching, but they should be tailored to a high school / adult level audience. Each set of slides requires a 'wow factor' to keep the audience engaged and interested. Ideal Candidate: - Has a strong background in graphic design, with experience in creating educational content. - Proficient in using Canva, Genially or PowerPoint. - Excellent communication skills to u...

    €74 Average bid
    €74 Gns Bud
    29 bud

    I am s...detailed report with charts and diagrams showing the saved data and any changes made. Ideal Skills and Expertise: - Expertise in Google Solar API - Proficiency in developing intuitive UI - Strong skills in data visualization and report generation - Experience with Google Map API integration. - Ability to create a system that can give good UI depending on available Solar API data (high def, mid def, no ino) Reference case: Available example source code: Remember, the focus is on user experience, data accuracy, and aesthetics. If you feel confident, I'd like to hear more about how your skills and experience align with this project. We are focused on Europe.

    €7721 Average bid
    €7721 Gns Bud
    60 bud

    I need a modern, minimalist but clever logo design for a corporate business. The name is quite simple, it has 2 letters, and one number (8) I like the white space style but am def open to other styles as long as they are sleek and interesting to the eye. Colour I'm not sure of, I have a few ideas that I will share with the freelancer, and will take suggestions on that as well. Not interested in receiving any designs that look like a copy of what's currently on a google search or logomaker sites. Thank you!

    €50 Average bid
    €50 Gns Bud
    131 bud

    ... import requests openai.api_key = 'your_openai_api_key' def enrich_with_mitre_attack(incident_description): prompt = f"Incident: {incident_description}nnLink this incident to relevant MITRE ATT&CK techniques." response = ( model="text-davinci-003", prompt=prompt, max_tokens=500 ) return [0].text def process_incidents(records, update_record): for record in records: incident_description = record['Description'] enriched_data = enrich_with_mitre_attack(incident_description) update_record(record['id'], enriched_data) # For Airtable def fetch_and_process_airtable(): ...

    €761 Average bid
    €761 Gns Bud
    30 bud

    Company Name: Boogl...establish and grow their online presence through custom e-commerce solutions that are tailored to their specific needs and goals. Clientele: Over the past 3 years, Boogle Creativez has worked with a diverse range of clients from various industries, including healthcare, education, e-commerce, and non-profit organizations. Some of our notable clients include ABC Company, XYZ Organization, and DEF Healthcare. Mission: Our mission at Boogle Creativez is to help our clients unleash their full potential online by providing innovative and effective web design and digital marketing solutions. Contact Information: For more information about Boogle Creativez and our services, please visit our website at or email us at booglecreativez@gmail.com.

    €9 Average bid
    Garanteret
    €9
    25 indlæg
    Trophy icon Classic Logo Design
    Udløbet left

    Please recreate the uploaded logo but in high def format. I took a screenshot of the logo uploaded and need it for my website. Create it as close as possible. Would Like the gold border included

    €10 Average bid
    Garanteret
    €10
    94 indlæg

    A real estate owner in California, Lida, inherits a piece of land. The land is modeled as a rectangular patch of variable size. The patch of land is represented with an image (list of lists). To make some money out of it, she can decide to lease the land to other p... bg e l n g h m f c b d a NOTE: it is forbidden to import/use other libraries or open files except the one indicated NOTE: The test system recognizes recursion ONLY if the recursive function/method is defined in the outermost level. DO NOT define the recursive function within another function/method otherwise, you will fail all the tests. """ import images def ex1(input_file, output_file): # write your code here pass if __name__ == '__main__': ...

    €144 Average bid
    €144 Gns Bud
    22 bud

    ...sequenza di elementi. ``` fruits = ["mela", "banana", "arancia"] for fruit in fruits: print(fruit) ``` - while loo: Utilizzato per eseguire un blocco di codice finché una condizione è vera. ``` x = 0 while x < 5: print(x) x += 1 ``` 5. Funzioni Le funzioni sono blocchi di codice riutilizzabili che eseguono un'azione specifica. Ecco come definire e chiamare una funzione in Python: ``` def greet(name): print("Ciao,", name) greet("Alice") ``` - Argomenti delle funzioni: Le funzioni possono accettare argomenti che vengono passati quando la funzione viene chiamata. - Valori di ritorno: Le funzioni possono restituire un valore utilizzando l'istruzione return. 6. Liste e tuple Le list...

    €505 Average bid
    €505 Gns Bud
    29 bud

    ...simultaneously.( Already Done) Ideal Skills: -Proficiency in Python -Prior experience with CAPTCHA handling and automation -Knowledge of machine learning, particularly for solving reCaptchaV3 -Ability to design scripts tailored for bulk actions Issue im facing the website added captcha for registration and now my script is not working, i need to resolve the captcha and pass it with the form request ``` def register_account(session, email): session_uuid = uuid4() new_password = generate_password() if get_email_exists(session, email, session_uuid): raise Exception("Account already exists") task_id = create_recaptcha_v3_task() if task_id: print("Task created with ID:", task_id) captcha_response = get_task_result(task_id) if captcha_response: ...

    €167 Average bid
    €167 Gns Bud
    23 bud

    Hi all. I have a Python script that has to call a Javascript function and get a result. Here the code that I have, but I'm having a "SYNTAX ERROR" message every time I try to execute it: def encriptar(texto): # Loads the Javascript engine in PyExecJS ctx = (""" const PUB_KEY = `-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BddEFAAOCAQ8AMIIBCgKCAQEArJtLFWnOzxGAqJoDlSk1 wFTIxgypk8UhsZTz0niOvKH+/L7QWMEGaPx5+aasndlZ6JVnWWZ16fo1SVTr4Vl5 rXXBrtQaPUmTFFagUsOyVsKdgLKy6NuF6qy4qbdaeiPq64uWJM3GEfo+VOXfwrc4 r6O5f6PL8TP1INrayhgU45RpeUbdJIdgwXP7iif2GrHiQaAHP+ADFSO2ormIKktw SE0QvdGNDSMEciP8iEYw4MidrcrjSGULDSTjqeMWMwy1G7WbHZ2cn/sp+sGmbPNJ 2JxS3w65mwTuBx1+phK7ugPuD7F+5rkRyYw32MfqPhtfuwza84o5hslCNDo3N7jW NQIDAQAB -----END PUBLIC KEY----- `; function encrypt(...

    €42 Average bid
    €42 Gns Bud
    28 bud

    A programmer to develop an assessment system as part or integrated to our website through autenticatio...assessment handles specific questions measured individually, per category and as group. Questions should be through multiple options, and fill in the blanks preassigned terms,. Inmedate result should be delivered in a screen response with capability to be exported or downloaded to a PDF. Some other questiones should be integrated essentially from some cases Captivate interactive simulations and Genially or other interactive resources. The system should generates reports and statistics. We need to stablish deadlines, specific technical requirements and integrations. There´s a possibility to have this proyect scalable to some other assessments. But this one is our pr...

    €446 Average bid
    €446 Gns Bud
    110 bud

    ...development of the following code in practice. There may be something wrong with the code below, but there is project direction. pip install telethon Import TelegramClient from Import functions from # Create Telegram client with your API ID and API hash api_id = 'Your API_ID' api_hash = 'YOUR_API_HASH' Client = TelegramClient('session_name', api_id, api_hash) Asynchronous def send_dice(chat_id, dice_face): Asynchronously with client: result=awaitClient(( peer = chat id, Query id=0, id='robot command', silence=false, Scheduled Date = None, background=false, cleardraft=false, hide_via=true, selected=[dice_face] # 1-6 are ordinary dice )) print(result) # Fill in your account mobile phone number and password here Phone = "YOUR_PHONE_NUMB...

    €892 Average bid
    €892 Gns Bud
    58 bud

    ...should include features like auto-capture and image cropping. Step 2: Process the scanned image with a Python function to apply certain image processing techniques. An example function for converting images to grayscale is provided. The Python environment should be properly integrated to allow for seamless processing of images captured on the iOS device. Example Python Code: ```python import cv2 def gray_scale(image_path): img = (image_path) img = (img, cv2.COLOR_BGR2GRAY) img = (img, [600, 800]) ("gray", img) () return img img = "images/" gray_scale(img) ``` Step 3: Apply filters on the processed images returned from the Python function. Step 4: Implement editing functionalities such as cropping, rotating, deleting, and sharing images

    €16 / hr Average bid
    €16 / hr Gns Bud
    8 bud

    I require an expert presentation designer to create three 25-page presentations using the Genially platform. These presentations must be geared towards high school teaching. They will serve as educational resources, providing comprehensive content for this academic level. Ideal Skills: - Proficient in Genially - Extensive experience in designing educational material - Background in high school teaching or resource development Presentation Details: - The main subject of each presentation is teaching. It can cover any topic relevant to the high school curriculum. - The presentations should be visually engaging, designed to facilitate learning and comprehension. - They should also be dynamic, integrating interactivity wherever possible to promote student engagement. In summar...

    €106 Average bid
    €106 Gns Bud
    172 bud

    ...sleep import requests import pyodbc from import InsecureRequestWarning requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning) def terminate(error_message, code, data, d_type): print(f"[{d_type}]{error_message}, Check Logs. Exiting...") dt = str(()).replace(".", "_").replace(":", "_").replace(" ", "_").replace("-", "_") print(f"nPlease Check File: scraper_logs/{dt}.txtn") with open(f"scraper_logs/{dt}.txt", "w", encoding="utf-8") as logs: (f"[{()}]nn[Status Code]: {code}nn[Response]: {data}") exit() def parse_commit(db_conn, db_cursor, dtype, data): dtype_data = data[dtype...

    €133 Average bid
    €133 Gns Bud
    24 bud

    I require the expertise of a talented individual skilled in Adobe Photoshop and proficient in rotoscoping. I possess a high-definition video showcasing a Thriller choreography by Michael Jackson, from which a rotoscope of a single main character is needed. The expected output is a clear, 10-second rotoscope encapsulating the main character's movements in detail. The ideal freelancer for this project should have: - Experience with Adobe Photoshop - Expertise in rotoscoping - A keen eye for detail when isolating characters. - Ability to interpret and enhance motion in footage - Familiarity with choreography videos or music videos could be a plus. Your responsibility will be to create a visually engaging rotoscope that precisely tracks and animates the single main character. Promp...

    €16 / hr Average bid
    €16 / hr Gns Bud
    19 bud

    ...key, and adjust the script according to your needs. Make sure you have uploaded the files to Colab and correctly set the `source_folder` and `target_folder` variables to reflect paths in the Colab environment. ```python import os import openai # Set the OpenAI API key openai.api_key = 'Your API Key' # Ensure the following function definitions remain unchanged def translate_text(text, source_lang="en", target_lang="zh"): ... def translate_files_in_folder(source_folder, target_folder): ... # Adapt paths for the Colab environment source_folder = '/content/source' # Assuming you have uploaded files to this folder target_folder = '/content/translated' translate_files_in_folder(source_folder, target_folder) ``` ### ...

    €20 / hr Average bid
    €20 / hr Gns Bud
    44 bud
    Trophy icon Compass Poster
    Udløbet left

    I am looking to recreate this document so that it can be displayed as a poster. I want it recreated with a different picture as the backgro0und. I would like it to exist without the answers. So just say I am, who is, ect. I would like a REAL high def picture of a cool looking compass as the background. No white background. Something masculine.

    €18 Average bid
    €18
    74 indlæg

    I am looking for a Solana expert for a small project. I need a python script to execute a swap on Raydium. Here is fucntion type(return whether the swap was successful and amount) def swap(fromToken, toToken, amount, slippage) Please bid only if you have previous work with python not javascript. Thanks.

    €132 Average bid
    €132 Gns Bud
    15 bud

    ...know some way to send multiple request like (using proxy) but I don't want to spend more than 10 USD per month where paid proxy is expensive for this work. So, I'm looking some one, who can give me the best solution to skip block IP or too many requests. Below one Python script: """ import requests from import ThreadPoolExecutor from import as_completed def send_request(url): try: response = (url) print('status code',response.status_code ) if response.status_code == 403: # HTTP 403 Forbidden print(f"IP banned for URL: {url} and response {response}") except Exception as e: print(f"Error accessing URL {url}: {e}") url = '

    €18 Average bid
    Garanteret
    €18
    24 indlæg

    options = Selenium::WebDriver::Chrome:: ``` class ProjectsController < ApplicationController def method options = Selenium::WebDriver::Chrome:: Selenium::WebDriver::Chrome::Service.driver_path = "/Users/XXXX/Applications/Chrome " options.add_argument('--headless') driver = Selenium:: :chrome, options: options end end ``` Selenium::WebDriver::Error::SessionNotCreatedError (session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 122.0.6261.129 with binary path /Applications/Google Chrome): Version Compatibility Problem and so on

    €157 Average bid
    €157 Gns Bud
    15 bud

    I'm seeking a skilled 3D artist to create a high-definition, engaging diagram of the Kidney to Ureters for a visual presentation. The ideal freelancer should have experience with complex anatomical illustrations and possess a keen eye for detail. Key requirements include: - Detailed modeling: The model should be in high definition and illustrate the complexity of the Kidney to Ureters. - Focused features: I want to emphasize the blood vessels along with ureter openings. These elements should be clearly distinguished and accurately depicted. Previous experience in medical illustration would be a welcome advantage. It is critical that the diagram is both visually engaging and accurately representative of medical reality. Let's work together to make a visually stunning and inform...

    €94 Average bid
    €94 Gns Bud
    16 bud