Skip to content

Instantly share code, notes, and snippets.

View agbilotia1998's full-sized avatar
😎
Learning!!

Ayush Gupta agbilotia1998

😎
Learning!!
  • Bangalore
View GitHub Profile
@agbilotia1998
agbilotia1998 / GSoC18_Work_product.md
Last active August 21, 2018 18:23
GSoC18 Work product
@agbilotia1998
agbilotia1998 / install.sh
Created May 8, 2018 17:14 — forked from ziadoz/install.sh
Install Chrome, ChromeDriver and Selenium on Ubuntu 16.04
#!/usr/bin/env bash
# https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/
# https://gist.github.com/curtismcmullan/7be1a8c1c841a9d8db2c
# http://stackoverflow.com/questions/10792403/how-do-i-get-chrome-working-with-selenium-using-php-webdriver
# http://stackoverflow.com/questions/26133486/how-to-specify-binary-path-for-remote-chromedriver-in-codeception
# http://stackoverflow.com/questions/40262682/how-to-run-selenium-3-x-with-chrome-driver-through-terminal
# http://askubuntu.com/questions/760085/how-do-you-install-google-chrome-on-ubuntu-16-04
# Versions
CHROME_DRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`
@agbilotia1998
agbilotia1998 / Codeheat 2017_work_product.md
Last active February 1, 2018 11:01
Codeheat 2017_work_product

Fossasia Codeheat 2017

Ayush Gupta | FOSSASIA

Overview:

I started my codeheat journey last september with FOSSASIA's Open Event Webapp.

  • My major work during codeheat was on open-event-webapp. I worked as a maintainer of this project by fixing the bugs and adding enhancements such as PWA, increasing the lighthouse performance and adding unit tests.
  • I reviewed the PRs of other contributors on this project and helped GCI students and new contributors in setting up the project and guidelines to work on it.