Giter Club home page Giter Club logo

websearcher's Introduction

WebSearcher

It's a simple project, which can be used as a sample of my code. This project was developed as a test task at any one company.

Task

Write an application that searches text on a web-pages. The search begins with the initial url. All links on this page are used for further search - that is, you must perform a text search on the graph page. Use breadth-first search algorithm. Download pages - multi-threaded, the number of streams for simultaneous downloading - parameterized.

Input data:

  1. Initial url
  2. The maximum number of threads
  3. Search text
  4. The maximum number of scanning url

Graphical user interface

The application must contain a graphic interface that lets you:

  1. Set the following parameters:
  • Initial url
  • The number of scan threads.
  • The search text
  • The maximum number of scanned url
  1. Display the list of scanning / scanned URLs and the status of the scanning: - downloading / found / unfound / error (specify error)
  2. Manage the download
  • "Start" button
  • "Stop"
  • The "Pause"
    • Indicates the progress of completion using the progress bar.

Items marked with "*" are not required to perform.

Optional

  1. Since the formulation of the problem may not have enough items, you will need to make judgments on their own. Be sure to include the assumptions that you have made so that we could check how much the task properly implemented in terms of its understanding of you.
  2. Write how you propose to test the application.

(i) for easy reference implementation can be considered as a substring that starts with the substring HTTP: // and ends with one of the characters that can not be included in the URL

websearcher's People

Contributors

oleksandren avatar

Watchers

James Cloos avatar  avatar

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.