Блог пользователя Traverser_25

Автор Traverser_25, история, 10 дней назад, По-английски

LINK:CFtrend REPO:githubRepo

  1. I wanted to solve new problems which are from last year,which are new
  2. I noticed that many coders share this desire.
  3. So, I created a website that periodically scrapes problems and compiles them into a list.
  4. Users can search for problems by rating.
  5. The website is still in the development phase, with more problems being added regularly.
  6. It's built using Flask, a single HTML page, and a SQLite3 database.
  7. I hope it proves useful to some people.
  8. In the future, I plan to implement a feature to scrape unrated problems and fetch their ratings from another source.
  9. I also aim to set up email notifications to inform users about new problems.
  10. Thank you, and happy coding!

Usage:- Goto site, enter rating in search bar that u want to solve and press the search button,you will have the list of problems.

thanks to abhay for contributing[user:Abhay_342]

  • Проголосовать: нравится
  • +12
  • Проголосовать: не нравится

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by Traverser_25 (previous revision, new revision, compare).

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

found it helpful,nice

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by Traverser_25 (previous revision, new revision, compare).

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

It was nice to work in this task,hope it will help coders, thanks for mentioning:)

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

A small bug. When you type in the rating and press enter it just refreshes the screen instead of searching. Nice work anyway!

»
10 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

open the problemset choose a rate

thank me later

»
9 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

More suggestions are welcomed.

»
9 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

a question. did you link codeforces API or are you manually maintaining the database? If you linked it then may you tell how?

  • »
    »
    9 дней назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I didn't use codeforces api ,

    I used webscraping to extract rating wise problem from each contest from past year.

    I don't likned api to database, i m running a cronjob monthly to fetch problems and update database in python, my database is sqlite3 db file, simpler and more easy to upadate.

»
9 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

great work!!, but how can I access 1400 ratings problems through this ?

  • »
    »
    9 дней назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Go to search baar,enter 1400 and press enter, you will have list of all problem with rating 1400

»
9 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by Traverser_25 (previous revision, new revision, compare).

»
9 дней назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

I have a suggestion you can create a toggle button to switch to light/dark mode. Your current UI looks old. Don't mix up white and black,keep everything white or keep it black.

»
9 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hey!

I visited this site to check-out new out of the box problems, i tried to search for 1000 rated problems . But the search doesn't seem work function properly,can you look into this ?