Coder Social home page Coder Social logo

pclub_task_4's Introduction

student-search

A universal cross-platform and modern student search.

This aims to be a unified IITK Student Search under the Programming Club IIT Kanpur with maximum possible platform support. Current Platforms being targeted:

Running the scraper

See CONTRIBUTING.md for more detailed instructions.

The scraping script can be run by first installing dependencies (pip install -r requirements.txt) and then:

cd scrape && ./scrape.py

Thanks

Thanks and credits to these members of the campus community for maintaining student searches from whom this project has been inspired:

pclub_task_4's People

Contributors

abdatta avatar dryairship avatar subhdeep avatar adarshaj avatar pallavagarwal07 avatar swetak20 avatar yashsriv avatar parinayc20 avatar

Watchers

 avatar

pclub_task_4's Issues

Pclub Task Submission

This is the modification pertaining to this issue.

The problem can be solved by first trimming all the extra spaces, if any, then tokenizing the given search term wrt spaces. Then we can check wether each of the tokenized word are contained in the student name at hand.

eg- Name = "Tambe Som Vishwas"
Search Term = "Som Tambe"
Words after tokenizing = ["Som","Tambe"]
Thus both the words are contained in the current name hence the name fits the criteria of the search.

Commit is named Search by name modified

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.