My Profile Photo

S.j. Sakib


Yet another Sapiens. Wishes to be called a programmer someday.


  1. Git Hook with Python

    Github pages are awesome, I loved them the instance I got to know about them. You put some .md files in your project, go to project settings, turn on github pages and voila! You have a shiny website. …


  2. Scraping Light OJ: Part II

    Previously we just yielded all our data to scrapy and scrapy saved them in a json file. Now we’ll process our data in our own way. For that we have to write a pipeline. …


  3. Scraping Light OJ: Part I

    I’ve solved a number of problems in LightOJ. But never felt the necessity of saving the codes. I thought they are always available there, I can grab them anytime. But now that I’ve discovered showing off codes in github is a super cool thing, what do I do? Go to LightOJ and copy and paste all the AC codes? :astonished: