GithubHelp home page GithubHelp logo

rubytrack's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @sa-adebayo
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

rubytrack's People

Watchers

 avatar  avatar  avatar

rubytrack's Issues

16. Highlight Search Result

Write a search method that searches for a letter or word in a user input string and highlights the searched element. Also it should display the total no of searches found.
Eg: If user enters string to be searched as "Can you can a can as a canner can can a can?" and word to be searched is 'can' then output should be:(Can) you (can) a (can) as a (can)ner (can) (can) a (can)?Total Occurences found: 7

https://github.com/adebayo-dealdey/RubyTrack/tree/master/Highlight

22. CSV

Read a CSV file:
Name, EmpId, Designation
Jack,15,Developer
Mary,13,Designer
Johny,19,Tester
John,12,Developer
Jane,17,Designer
Segun,31,Ruby Developer
Daniel,32,Ruby Developer
Ayola,34,Mobile Developer

Save into another file in the format:
Designer
Mary (Employee Id: 13)
Jane (Employee Id: 17)
Developer
Jack (Employee Id: 15)
John (Employee Id: 12)
Mobile Developer
Ayola (Employee Id: 34)
Ruby Developer
Segun (Employee Id: 31)
Daniel (Employee Id: 32)
Tester
Johny (Employee Id: 19)

Listing should be in ascending order of Designation.
Designation should be plural if it has more than one Employee.

https://github.com/adebayo-dealdey/RubyTrack/tree/master/Csv

9. Array - Hash

Create a method for Array that can create a hash having 'key' as length of the element and value as an array of all the elements of that length. Make use of for-in loop for the purpose.Eg: ['abc','def',1234,234,'abcd','x','mnop',5,'zZzZ'] should give result as {3=>["abc", "def", 234], 4=>[1234, "abcd", "mnop", "zZzZ"], 1=>["x", 5]}

https://github.com/adebayo-dealdey/RubyTrack/tree/master/Hash

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.