Skip to content
View rvvvt's full-sized avatar
💭
hail, traveler.
💭
hail, traveler.

Highlights

  • Pro
Block or Report

Block or report rvvvt

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. qtpy-ui-example qtpy-ui-example Public

    Super basic and probably flawed example of how to load your Qt Designer .ui file in a python application.

    Python 1

  2. property_web_builder property_web_builder Public

    Forked from etewiah/property_web_builder

    The ultimate Ruby on Rails engine for creating real estate websites ⛺

    Ruby

  3. Quick-NA-Meeting-Finder Quick-NA-Meeting-Finder Public

    Forked from bmlt-enabled/Quick-NA-Meeting-Finder

    Swift 1

  4. igconsoledownload.js igconsoledownload.js
    1
    var myWindow = window.open();
    2
    var imglink = document.querySelectorAll('img');
    3
    for (i=0;i<imglink.length;i++){myWindow.document.write("<p><a href=\"" + imglink[i].src + "\" target=\"\_blank\">link</a>");}
  5. run this in your chrome dev tools co... run this in your chrome dev tools console to click "follow" in 1 second intervals.
    1
    but = $$('[data-testid*="-follow"]')
    2
    //for (i in but) {but[i].click()}
    3
    
                  
    4
    for (var i = 0; i < but.length; i++) {
    5
      let button = but[i]
  6. etewiah/property_web_builder etewiah/property_web_builder Public

    Create a fully featured real estate website on Rails in minutes! ⛺

    Ruby 531 258