Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@numberly

Pinned

  1. A CollectionView Layout displaying a slanted cells

    Swift 1.8k 109

  2. Generates tabs for consecutive markdown code blocks

    Python 38 10

  3. 1
    extension BinaryInteger {
    2
        /// Returns true if and only if this integer is even.
    3
        var isEven: Bool { return self % 2 == 0 }
    4
        /// Returns true if and only if this integer is odd.
    5
        var isOdd: Bool { return self % 2 != 0 }

12 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

October - November 2020

yacir has no activity yet for this period.

September 2020

Created 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.