Giter Site home page Giter Site logo

hbksilver's Projects

almostpalindrome-cpp icon almostpalindrome-cpp

A string is an almost-palindrome if, by changing only one character, you can make it a palindrome. Create a function that returns true if a string is an almost-palindrome and false otherwise.

apollo icon apollo

An open autonomous driving platform

autopilot icon autopilot

A simple self-driving car module for humans 🚘 πŸ›£οΈ

browserautomation-java icon browserautomation-java

//You will observe the following: //1. It will open AUT in Firefox browser. //2. It will enter User Id, Password and will click on Login button. //3. It will fetch the My Dashboard message from dashboard page and will print the same in the console. //4. Finally, it will close the browser.

calculatinglossinvoices icon calculatinglossinvoices

Check the invoices issued to bankruptcy clients Check which of the invoices in an Excel file were issued to clients in bankruptcy and calculate the sum of the invoices to be recorded as loss. Input files: Invoices (.xlsx) Clients (.csv)

calculatingpercentage-expanse icon calculatingpercentage-expanse

Bring together cash and card expenses and calculate percentages on categories We have a list of expenses (rent, food, utilities, leisure, savings) for which card payments were made. We have discovered that some transactions are missing, as they were done in cash. Prepare a workflow to bring all the expenses in a single file and calculate the percentages for each expense made. Input files: CardPayments (.xlsx) CashPayments (.xlsx)

calculatingsum icon calculatingsum

Calculate the sum in 2 Excel files Calculate the sum of the values from two columns in an Excel file in 3 ways. Create a workflow that adds the values on column A with values on column B and writes them in column C in different ways: Keeps the Excel open and writes the results in real time, row by row so you can see the changes; Keeps the Excel closed, set the column values in the memory DataTable and adds all the table to a new Excel files at once, in the end; Calculates the sum by using Excel formulas in the original file. Note: Use the Sample Columns.xlsx file below as the input file for this exercise.

cme-coffee-shop icon cme-coffee-shop

Build a new automation process that consolidates data from multiple Excel reports into one and creates a pivot table and chart.

datamaipulation-dictionary-of-lists icon datamaipulation-dictionary-of-lists

Create a dictionary with key= country name and value = List of cities. Add a new city for US & write all the cities from US. Remove a city from the list for UK & write all the cities from UK.

datamanipulation-dictionaries icon datamanipulation-dictionaries

We will create a dictionary and store people’s names and their birthdays. Then, for each person, we will print the following information: Person name; If current year anniversary passed or not; The day of the week for current year anniversary.

datamanipulation-dictionaries-integers icon datamanipulation-dictionaries-integers

Calculate and print the number of victories of each Tour de France winner :- Given an input dictionary containing a year and a name, please calculate the number of victories of each winner and print all the names of the winners with the number of corresponding victories. Note: Initialize a dictionary of type (Int32, String) with the following value - New Dictionary(Of Int32,String) From {{2006,"Oscar Pereiro"},{2007,"Alberto Contador"}, {2008, "Carlos Sastre"}, {2009,"Alberto Contador"}, {2010, "Andy Schleck"}, {2011, "Cadel Evans"}, {2012,"Bradley Wiggins"}, {2013,"Chris Froome"}, {2014,"Vincenzo Nibali"},{2015,"Chris Froome"},{2016,"Chris Froome"},{2017,"Chris Froome"}, {2018,"Geraint Thomas"}}

datamanipulation-dictionariesdouble icon datamanipulation-dictionariesdouble

Calculate the combined weight of the packages sent to one city Consider the database of a shipping company containing people and the packages they are sending to certain cities across the world, along with their weight. The database is a Dictionary with the key of String type (the names of the persons) and the values of Dictionary (String/Cities, Double/Weight) type. Please calculate the overall weight for one city destination. Once this is done, the user should be presented with an input dialog containing the distinct list of cities present in the input data dictionary. If the user chooses no value from the input dialog, print "Nothing chosen by the user"; otherwise you can print "The combined weight of the packages sent to <ChosenCity> is x.xx" (use double digits). Note: For input data, download the workflow below, which already has the Dictionary defined. New Dictionary(Of String, Dictionary(Of String, Double)) From { {"John C", New Dictionary(Of String, Double) From {{"Madrid",2.1},{"Paris",1.1}} }, {"Sarah C", New Dictionary(Of String, Double) From {{"New York",2.1},{"Paris",3.3},{"Berlin", 0.8}} }, {"Kyle R", New Dictionary(Of String, Double) From {{"San Francisco",2.8},{"New York",1.1}} }, {"Johnny B", New Dictionary(Of String, Double) From {{"New York",2.1},{"Paris",3.3}, {"Cairo",1.3}, {"Chicago",1.9}} }}

datamanipulation-list-datetimes icon datamanipulation-list-datetimes

Verify if the dates in the list have passed in the current year Given an input list of strings in format dd.MM.yyyy, please check if any of the dates has the same month as current month and print that date to output. For the dates having a different month, print to output the number of days that passed/due from the current date to date from list (in the current year). Note: Initialize a list with the following value: new List(of String) from {"01.02.1980", "04.05.1985","06.08.1988","24.09.1999","18.11.1986","11.10.1983"}

datamanipulation-sortlists icon datamanipulation-sortlists

Given an input list of countries please sort the list and print the first 3 values in descending order. Note: Please use this value for the List initialization: new List(of String) from {"Germany", "Spain", "Japan", "Brazil", "India", "China"}.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.