Skip to content
View rohitf's full-sized avatar

Block or report rohitf

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 Loading

  1. experiments experiments Public

    Code snippets in TS, JS and Python that show off language quirks, utilize different prog. paradigms, or implement interesting algorithms

    Python

  2. Uses web automation to locally save ... Uses web automation to locally save images of all available seating (IMAX 3D, Dolby Cinema 3D) for a given movie in nearby theaters. For Personal and Non-Commercial Use only
    1
    const { firefox } = require('playwright');
    2
    
                  
    3
    (async () => {
    4
        const browser = await firefox.launch({ headless: true, slowMo: 2000 });
    5
        const page = await browser.newPage();