Skip to content

Instantly share code, notes, and snippets.

View spaced-out-factory's full-sized avatar
💭
Building the future, one line of code at a time.

Spaced Out Factory spaced-out-factory

💭
Building the future, one line of code at a time.
  • Dev Design
View GitHub Profile
binary = "1111"
position = 0
values = []
sum = 0
for i = 0; i < binary.length; i++
position++
if number(binary[i])
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]
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