GithubHelp home page GithubHelp logo

coolzhao / lazycuhk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tangrufus/lazycuhkonepass

0.0 3.0 0.0 2.99 MB

Automatic login to CUHK services including ResNet, wifi, library, mycuhk, ERGWAVE,etc. (unofficial)

Home Page: https://chrome.google.com/webstore/detail/lazy-cuhk/hhholmpehbnebpfklecipmcpkelnnabe

JavaScript 54.26% CSS 4.41% HTML 41.32%

lazycuhk's Introduction

#LazyCUHK Automatic login to CUHK services including ResNet, WiFi, library, MyCUHK, ERGWAVE, Blackboard, etc. (unofficial)

##Anouncement You can get the source code of LazyCUHK via its GitHub Repo page or Chrome Web App Store.

##Installation

  1. Download the source code from its GitHub Releases page [^1]
  2. Unzip the the source code
  3. Go to chrome://extensions (type it in the address bar)
  4. Check Developer mode
  5. Click Load unpacked extension…
  6. Select the unzipped folder

[^1] OR, clone it by

	git clone https://github.com/TangRufus/LazyCUHK.git

##Troubleshoot

How to open the option page?

Go to "chrome://extensions" (type it in the address bar) Click "option" under LazyCUHK

firstTimeSetUp

##Bug Report or Suggestion

##Contribution So you hate the cumbrous login processes. Great! Several kinds of contributions are welcomed.

##Workflow Here’s the most direct way to get your work merged into the project:

Keep this in mind: Branch off from the master branch to start your awesome work. Fetch and rebase the upstream/master branch before pull request.

  1. Fork the project

  2. Clone your fork

     git clone https://github.com/<yourName>/LazyCUHK.git
    
  3. Configure remote

     git remote add upstream https://github.com/TangRufus/LazyCUHK.git
    
  4. Create a descriptively named branch, branch off from the master branch, to contain your change

     git checkout -b my_awesome_feature
    
  5. Hack away

  6. Stay updated

     git fetch upstream
     git merge upstream/master
     git push origin master
    
  7. Rebase

     git checkout my_awesome_feature
    

    If necessary, rebase your commits into logical chunks, without bugs

  8. Push the branch up to your own copy of fork

     git push origin my_awesome_feature
    
  9. Create an Pull Request with a description and link to your my_awesome_featurebranch

  10. You have done so much. Leave the hard work to me. Enjoy being lazy.

##Finally... Thanks!

lazycuhk's People

Contributors

tangrufus avatar wcyz666 avatar

Watchers

James Cloos avatar ZHAO, Zhuoyi Joey avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.