Skip to content
View GBressler's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report GBressler

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. Shetty-Webdriver-Java Shetty-Webdriver-Java Public

    Java

  2. I was tasked with creating a TON of ... I was tasked with creating a TON of messages in Slack channels for load testing of an app. After several attempts to automate this, I was able to write this loop and execute it as a Snippet in Chrome's DevTools. Due to Slack posting rules, I would keep the sleep at 2 seconds or longer.
    1
    function sleep(ms) {
    2
        return new Promise(resolve => setTimeout(resolve, ms));
    3
    }
    4
    
    
    5
    async function createMessages() {
  3. WindowsCalcAutomation WindowsCalcAutomation Public

    Automating Windows calculator using WinApp, Java & Selenium

  4. TopEtnica TopEtnica Public

    A website for Top Étnica to showcase inventory and allow customers to contact. Allows Customers to make a price inquiry via gmail and saves inquiries to a Google Sheets file as well.

    HTML

  5. robotfriends robotfriends Public

    A starter React app with search functionality

    JavaScript

  6. startupLanding startupLanding Public

    Landing page for a startup with a MailChimp integrated signup form.

    HTML