Skip to content
View bihansamarasinghe's full-sized avatar
  • 19:53 (UTC +02:00)
Block or Report

Block or report bihansamarasinghe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Create-GitHub-Trending-list-Beautiful-soup-Project Create-GitHub-Trending-list-Beautiful-soup-Project Public

    This Python script scrapes trending repositories from GitHub using BeautifulSoup and requests libraries. It fetches information about trending repositories such as the repository name and link.

    Python

  2. Flask-MongoDB-Data-Upload-and-Display Flask-MongoDB-Data-Upload-and-Display Public

    This Python script utilizes Flask, pandas, and MongoDB to enable uploading and displaying data in an HTML table. The data is extracted from an uploaded CSV file, processed using pandas, and stored …

    Python

  3. Gyroscope-and-Traffic-Light-Controller Gyroscope-and-Traffic-Light-Controller Public

    This C++ code defines a gyroscope module and implements a traffic light controller using an Arduino microcontroller. The code utilizes various components and functionalities, including gyroscope se…

    C++ 1

  4. Weather-Data-Retrieval-using-OpenWeatherMap-API Weather-Data-Retrieval-using-OpenWeatherMap-API Public

    This Python script allows users to fetch weather data for a specified city using the OpenWeatherMap API. The script uses the requests module to make HTTP requests and obtain weather information, in…

    Python

  5. QR-Code-Generator QR-Code-Generator Public

    This Python script generates a QR code using the qrcode library and saves it as an image. The QR code contains a link to your GitHub profile.

    Python

  6. Create-Geometic-Patterns-using-turtle Create-Geometic-Patterns-using-turtle Public

    This Python script uses the Turtle graphics library to create a colorful geometric pattern. The turtle moves forward in a loop, changing its forward distance and turning angle to generate the pattern.

    Python