This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| binary = "1111" | |
| position = 0 | |
| values = [] | |
| sum = 0 | |
| for i = 0; i < binary.length; i++ | |
| position++ | |
| if number(binary[i]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zachdyer2@ZACHDYERDESIGN /e/Cloud/google-drive/GitHub/chrome-rogue (gh-pages) | |
| $ git fetch origin && git reset --hard origin/master | |
| fatal: Reference has invalid format: 'refs/remotes/origin/gh-pages[Conflict]' | |
| zachdyer2@ZACHDYERDESIGN /e/Cloud/google-drive/GitHub/chrome-rogue (gh-pages) | |
| $ git ls-remote origin | |
| d8a016b6f0af0e1f283c42b65684c14fe54f4ad5 HEAD | |
| d8a016b6f0af0e1f283c42b65684c14fe54f4ad5 refs/heads/gh-pages | |
| [core] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The token '&&' is not a valid statement separator in this version. | |
| At line:1 char:20 | |
| + git fetch origin && <<<< git reset --hard origin/master | |
| + CategoryInfo : ParserError: (&&:String) [], ParentContainsError | |
| RecordException | |
| + FullyQualifiedErrorId : InvalidEndOfLine |