I hereby claim:
- I am gpoul on github.
- I am gpoul (https://keybase.io/gpoul) on keybase.
- I have a public key ASBvIO8h7pbw81vcA8bLooiruZXYA8gxlxeUp--tkI-ywAo
To claim this, I am signing this object:
| using System.Diagnostics; | |
| using System; | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| LaunchCommandLineApp(args); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| function fixDriveNow() { | |
| // Are we logged in? | |
| var loggedIn = document.getElementsByClassName("logout").length | |
| if(!loggedIn) { | |
| // Look for the password field | |
| var passwordField = document.getElementsByName('password')[0] | |
| if(passwordField) { | |
| // If passwordField has a form associated with it, then the problem was fixed upstream | |
| if(passwordField.form) { | |
| console.log("Issue is already fixed.") |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| (C) Copyright Gerhard Poul 2012 | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 |