An exceptionally handsome way to track your Stack Overflow badges.
Created by Adam & Stephanie Sharp.
A Dashing widget that tracks your progress toward unearned badges on Stack Overflow.
An exceptionally handsome way to track your Stack Overflow badges.
Created by Adam & Stephanie Sharp.
A Dashing widget that tracks your progress toward unearned badges on Stack Overflow.
| func + <S: SequenceType, E where S.Generator.Element == E> (lhs: S, rhs: S) -> GeneratorOf<E> { | |
| var (g, h) = (lhs.generate(), rhs.generate()) | |
| return GeneratorOf { | |
| g.next() ?? h.next() | |
| } | |
| } |
| AlignTrailingComments: true | |
| AllowShortFunctionsOnASingleLine: Inline | |
| AllowShortIfStatementsOnASingleLine: true | |
| BasedOnStyle: LLVM | |
| BreakBeforeBraces: Attach | |
| ColumnLimit: 120 | |
| IndentWidth: 2 | |
| KeepEmptyLinesAtTheStartOfBlocks: false | |
| ObjCSpaceAfterProperty: true | |
| ObjCSpaceBeforeProtocolList: true |
| // Copyright (c) 2019–25 Adam Sharp and thoughtbot, inc. | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // | |
| // The above copyright notice and this permission notice shall be included in |