Programming simple input output programJobs
...the certificate attributes. - The attestation certificates should be compatible with Android 8 and above. Skills and Experience: - Strong knowledge and experience in Android development. - Familiarity with certificate generation and authentication processes. - Experience working with Android versions 8 or above If you have the necessary skills and experience, please submit your proposal. The output of the Attestation Certificate should be as follow: "MIIC9DCCApugAwIBAgIBATAKBggqhkjOPQQDAjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFTATBgNVBAoMDEdvb2dsZSwgSW5jLjEQMA4GA1UECwwHQW5kcm9pZDE7MDkGA1UEAwwyQW5kcm9pZCBLZXlzdG9yZSBTb2Z0d2FyZSBBdHRlc3RhdGlvbiBJbnRlcm1lZGlhdGUwHhcNNzAwMTAxMDAwMDAwWhcNNjkxMjMxMjM1OTU5WjAfMR0wGwYDVQQDDBRBbmRyb2lkIEtleXN0b3JlIEtleTBZMBMGByqGSM49...
...work with : Input file: Output : csv file Script 2: Second script : takes input as fx: On a page like is 35 restaurants We need to scrape following from each restaurant: URL: Rating: Rating count: So for the above page the output should be a cvs file with the following info: "", 4.6, 36 "", 4.1, 316 "", null, null ... ... ... All 35 restaurants. Script: Input CSV file: Output to csv file
I have a simple custom indicator in thinkorswim and need 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 e...
I have a simple custom indicator in thinkorswim and need 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...
Hej Uxui D., Jeg lagde mærke til din profil, og vil gerne tilbyde dig et projekt. Vi kan diskutere detaljer over chat.
We need a small script which searches in the database to find out how many posts there if for the current day. Search in the database pallel29_c7nordiccall_dk tabel queue_calls - It must search for the number of rows where the column queue_name2 contains CBD Nordic and the column queue_name contains 206611. Scriptet the script must count the number of rows and multiply it by 8, and then send the information in an e-mail. Subject: Dagens statistik for CBD Nordic Mail: Hej Vi har i dag håndteret [number of rows] opkald for jer, som sammenlagt har kostet [number of rows * 8] kroner. Med venlig hilsen NordicCall The information must be send to XX and BCC XX The above must also be done for the rows where queue_name2 contains Xshopping and queue_name contains 271171. Scriptet the ...
I have below equation to get the T, T = [V₀ * sin(α) + √((V₀ * sin(α))² + 2 * g * h)] / g Now T is known and I want an equation to get V₀. Should be very simple for someone who is expert in math.
...functions will be more or less the same. The job is ONLY for the price calculator with the green slider input, some variables as add-on choices with a preset default value, and the price with an output. We need a slightly simpler version of the taxi-calculator, so it will fit into smaller space. Instead of the drop-down choices: Vælg by/område (Sjælland/København as default) Hvornår skal du køre? (Hverdage as default) Antal passagerer (1-4 passagerer) Medbringes cykel? (Nej) Skal taxien krydse betalingsbro? (Nej) ...we need some yes/no circles and/or check-boxes like seen in polls or exams with multiple choices. The input in the slider will be postal codes, not kilometers (km) and the output will be the price of the ...
Case: Udvikling og implementering Plecto, som er et software til visualisering af data, der hjælper virksomheden og medarbejderne med at få et indblik i deres performance. Det er et stofware system som skal tilkobles en masse APIér og hvor koder skal sættes op i Plecto for at opnå det ønskede output (data). Freelancer/Konsulent: Vi sørger en der kan udføre HELE processen, således at Plecto bliver et software vi kan arbejde konstruktivt med i forhold til udvikling af virksomheden. For at få succes med udviklingen og implementeringen af Plecto kræver det at man også sætter sig ind i vores øvrige systemer som skal snakke sammen med Plecto, således at vi trækker de rigtige data. Man sk...
Jobbet består i billedbehandling af personalegalleri til website. Hvert billede output størrelse er 243 x 200 pixels gemt til web. OPGAVEFLOW: 1. Fritlægning af portræt m/ansigt-skuldre. 2. Farve- og lysjustering af portræt efter foruddefinerede settings 3. Indsætte/placering på færdig baggrund. 4. Navngive nyt billede gemme
Hej alle, Jeg skal et lille VB.net program der kan udskrive noget tekst fra 5 textboxe. Bare kald dem Text1, Text2 osv.. Jeg skal bruge en combo hvor jeg kan vælge en værdi. Disse værdier skal kunne redigeres i en ekstern fil (Text / XML) og skal også skrives ud. Udover textboxe skal jeg også bruge enten to comboer, eller fx et treeview. Jeg har nogle værdier "A", og når "A" er valgt er der nogle flere muligheder i en anden kasse eller treeview som passer til "A" Eksempel: Værdi A - Giver valg 1,2,3 Værdi B - Giver valg 4,5,6 osv.. Har du selv en smart måde at lade brugeren vælge først en værdi og derefter de værdier der passer til den første v&a...
android simple task ..........................................................................................................................................................................................................................................................................................
Logo for my homepages (developing, programming) (Football) (bookkeeper) (pain) (detoxing)
Write JAVA code for printPassword , Wrapper Methods DisplayPasswords
Programming task for hectorenavarrou
Ping me for details. approximate dynamic progamming in matlab.
Jeg har vedvarende arbejde med relation til vores tidligere projekt 'Database programming'
Keyword list: 1. Hydrocortisone Spray for Dogs 2. Dog Heartworm Medicine 3. Dog Barrier for SUV 4. Tapeworm Medicine for Dogs 5. Belly Bands for Male Dogs 6. Dog Water Bowl No Spill 7. Dog Car Ramps 8. Hot Spot Treatment for Dogs 9. Automatic Dog Waterer 10. Dog Poop Scoopers Same spreadsheet, same steps
En simpel pænt designet hjemmeside der passer til målgruppe samt formular felter med radio buttons, navn, tekstboks og email - al post skal sendes til domæne email. projektet er i første omgang meget simpelt indtil det er prøvet af. Der skal være et navne felt, email input og tre radio buttons: ved afkryds på første radiobutton skal der være inputformular med 11 felter ved afkryds på anden skal der være en med 6 felter ved afkryds på tredje skal der være en med 6 felter ved afsendelse skal der være en din forespørgsel er modtaget og du vil modtage tilbud indenfor 24 timer al data skal sendes til min email
poster for online posts 3 pictures Bold
Hej. Jeg skal have lavet en plakat serie med mine luftfotos. Jeg har selv et forslag, men vil gerne have input og hjælp til at give den det ekstra som mangler.
i need programmer build : - Affiliate System - Page Builder - Admin Panel - User Panel
Vi søger en dansk skribent (Ghostwriter) til at skrive artikler (1000 ord) til et dansk blog medie. Bloggen henvender sig til danske iværksættere og vækstvirksomheder. Din opgave er at omdanne vores input til professionelle og spændende artikler. Vi levere en “synops” på hver artikel, med synspunkter, meninger og facts, som du omdanner til en færdig artikel. Vi leder efter en person som er; - Indfødt dansker, som skriver perfekt fejlfrit på dansk - Føler sig hjemmevandt indenfor iværksætteri og vækstbrancher - Er interesseret i at skrive løbende for os (antal artikler kan vi aftale) Buddet er for 1 artikel (test artikel) 1000 ord på dansk. Send eksempler p&arin...
Jeg har brug for simple vejledninger til funktionerne i microsoft Lync 2013 - beskrevet udfra forskellige brugertyper. Plan 1 brugere: • Kom igang med lync o Log på o Prescence – tilføj kontaktperson – grupper? • Start kommunikation: chat – lyd/samtale + video • Modtag samtale – deltag i samtale Plan 2 brugere: • Indkald møde i kalender • Tilføj bruger til samtale • Oprette grupper af kontaktpersoner • Dele dokumenter, skrivebord • Oversigt over funktioner • Give styring • Optage Kræver microsoft outlook og lync konto og fuld lync 2013 klient installeret.
HTML /CRM programming xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Jeg skal bruge en formular til en mindre wordpres side, der skal være mulighed for at ændre i diverse tekster - hvis der kan kobles noget design i forhold til sitet ind over kunne det være fedt....hvor der står "bestiller" så man har info på den person der bestiller rejsen. nedenstående felter skal være udfra hver person) Den person der er bestiller skal udfylde en del flere info end de andre rejsedeltagere: fornavn / efternavn Addresse / postnr / by telefon email ---- fornavn / efternavn (inputfield) ---- Cykelleje ja / nej (radiobutton) ---- Højde i cm (input number field) ---- Bemærkningsfelt (et text field, har du nogle kommentarer til din bestlling) ---- Jeg har l...
...company's goal is to completely transform the way engineers interact with code, resulting in more efficient and intuitive work. Job Responsibilities: Review the code / solutions generated by an AI system, ensuring adherence to quality standards and best practices Organize the development cycle, effectively manage project priorities, and specify goals and deadlines Use your expertise in C programming to help resolve difficult coding issues that come up during AI validation Create a collaborative environment within the team that encourages innovation, communication, and continued improvement Verify the accuracy, efficiency, and dependability of AI-generated code by validating it Work with cross-functional teams to identify strategies for enhancing the AI system's capa...
...platforms like Dex Screener for real-time updates. 3. Design and build a website to complement the Twitter page, featuring additional analytics and tracking tools. 4. Ensure both the Twitter page and website are reliable, scalable, and user-friendly. 5. Collaborate to incorporate feedback and refine features. Skills Required: Experience in API integration (e.g., Dex Screener, Twitter API). Strong programming skills (e.g., Python, Node.js, or similar languages). Experience with automation tools for social media posting. Web development skills (HTML, CSS, JavaScript, and frameworks like React or Angular). Knowledge of blockchain data tracking and analytics. Familiarity with cryptocurrency and DeFi ecosystems. Strong problem-solving and communication skills. If you have experien...
We are looking for a talented and experienced Corporate Video Editor ,person should h...strong editing skills and expertise in creating corporate videos in Tamil, Telugu, and Kannada languages. Key Responsibilities: Editing and producing high-quality corporate videos for internal and external use. Working closely with the content team to understand project goals and deliverables. Creating engaging and professional video content that aligns with brand guidelines. Ensuring the final output is well-edited, error-free, and suitable for the target audience. Requirements: Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, etc.). Fluent in Tamil, Telugu, and Kannada languages. Previous experience in corporate video editing. Strong attention to detail and a creativ...
I'm looking for a modern and trendy Beehiiv newsletter template. The primary aim of the newsletter is to engage with our community. This is for and specifically t...include: - A design that is modern and trendy, appealing to a contemporary audience. - Integration for images and graphics, as we want to make the newsletter visually appealing and engaging. - Links to our social media platforms, to encourage our community to connect with us on different platforms. - A section for subscriber feedback, promoting interaction and showing our audience that we value their input. Ideal candidates for this project should have experience in designing newsletters, particularly on the Beehiiv platform. A portfolio demonstrating modern and trendy design aesthetics will be highly advantageous...
I need a solution to send a single page PDF file as an SMS message to a mobile phone using Classic ASP. Project Details: - The source of the PDF file is stored on the server. - The PDF contains text and a logo. - I do not have an existing SMS gateway service, so I will need recommendations. Ideal Skills and Experience: - Proficiency in Classic ASP - Experience with SMS gateway services -...an SMS message to a mobile phone using Classic ASP. Project Details: - The source of the PDF file is stored on the server. - The PDF contains text and a logo. - I do not have an existing SMS gateway service, so I will need recommendations. Ideal Skills and Experience: - Proficiency in Classic ASP - Experience with SMS gateway services - Ability to handle PDF files - Knowledge of server-side progra...
I need a professional who can convert food labels and nutritional tables from 17 PDF files into editable text in Adobe Illustrator. Key Requirements: - Some texts are converted to curves. - Some files are converted to images and saved in the PDF. - The final files must be in AI, editable in continuous text format. - Precise matching of ...matching of editable text to the image. The ideal freelancer for this job should: - Be fluent in Brazilian Portuguese. - Have excellent skills in Adobe Illustrator. - Have experience in text conversion from PDF files. - Be detail-oriented and able to match font format, measurements, and layout precisely. Please note, you'll need to match the fonts since I cannot provide the original ones. The final output must match the layout of the PDF f...
I'm looking for a straightforward Shopify application that can assist my students in determining the cost of pottery based on its cubic inches. Here's what I need: - On the product page, there should be text boxes allowing students to input the height, width, and depth of their pottery. The price should automatically adjust according to the dimensions they choose and once it has calculated their price, they can add it to the shopping cart. Here is an example of something similar: - The app should incorporate a minimum price, maximum price, maximum size, minimum height, etc. - On the admin side, I need the ability to modify the cost per cubic inch. This should be a fixed price, not dependent on volume range or material type. For example, currently
I'm seeking someone with strong Google Sheets skills to create a team-wide KPI tracking document tailored to our needs. The document should compile data from different tabs/sheets into a "master" document for our weekly meetings. Key Requirements: - The sheet should automatically add new weekly KPIs to the top of each page. - There must be an input field for setting and distributing new KPIs to team members. - The KPIs will mainly come from manual inputs by team members. KPI Categories: - We're tracking various metrics such as outreach calls, follow-ups, face-to-face meetings, quotes, invoiced sales, and new customers. Setting New KPIs: - New weekly KPIs for each team member will be set manually in a designated field. Ideal Skills and Experience: - Proficien...
I need a skilled programmer to help me update my MsAccess 2007 database. The project will involve making necessary changes to the following components: - Tables - Queries - Forms - Reports Ideal candidates for the job should have a strong background in programming and experience working with MsAccess 2007. They should be able to understand database structures and functionality, and make necessary updates efficiently and accurately. => => Please provide examples of your previous work with MsAccess 2007 in your bid.