badalsarkar / Blink

Command line application to detect broken URL.
MIT License
0 stars 1 forks source link

request to add recursively search for files with txt and html extension #2

Open bpan2 opened 3 years ago

bpan2 commented 3 years ago

Hi Badal,

This is Bing from your DPS909 class, trying to work on Lab 2 as per David's requirement for Release 0.2.

Do you mind if I add a CLI option to your Blink tool to check HTTP links ? I would like to add the recursively search function if a path is entered as a command line argument by the user. I would use "-r" as the option flag for recursive search.

badalsarkar commented 3 years ago

Hello Bing, Sure. That will be great if you do. Let me know if you have any question regarding the code. My code base became big because I was trying to implement multi-threading but it did not work. Also, the java class I used for HTTP request, sends requests synchronously ( I believe). I tried to do it asynchronously. But there is another library that sends requests asynchronously. However, I found it after I submitted.

Anyway, let me know if you have any question.

Thanks,

bpan2 commented 3 years ago

Hi Badal,

Sorry for the late reply. I am trying my best right now. Hopefully, I can get something done.

Yours,

Bing

On Wed, Sep 30, 2020 at 12:06 PM BADAL SARKAR notifications@github.com wrote:

Hello Bing, Sure. That will be great if you do. Let me know if you have any question regarding the code. My code base became big because I was trying to implement multi-threading but it did not work. Also, the java class I used for HTTP request, sends requests synchronously ( I believe). I tried to do it asynchronously. But there is another library that sends requests asynchronously. However, I found it after I submitted.

Anyway, let me know if you have any question.

Thanks,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/badalsarkar/Blink/issues/2#issuecomment-701488142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJAQBX5QIYX6JQOVNFCWGLSINJOPANCNFSM4R6PRZ6A .

badalsarkar commented 3 years ago

Its fine. Take your time.