Skip to content
View SanCHEESE's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report SanCHEESE

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ImgReconstruction ImgReconstruction Public

    Local blur & defects removal

    C++ 2

  2. NYTPhotoViewer NYTPhotoViewer Public

    Forked from nytimes/NYTPhotoViewer

    A modern photo viewing experience for iOS.

    Objective-C

  3. A simple python script that runs tea... A simple python script that runs teamcity build remotely or locally, monitors its state and gets artifacts
    1
    import requests, sys, time, shutil
    2
    from requests.auth import HTTPBasicAuth
    3
    import xml.etree.ElementTree as xml
    4
    
                  
    5
    base_url = None
  4. Tensor Tensor Public

    A minimal implementation of n-dimentional array

    C++

  5. VideoCircle VideoCircle Public

    A translation of front camera stream to SpriteKit texture

    Swift

  6. OCMock cheatsheet OCMock cheatsheet
    1
    /*----------------------------------------------------*/
    2
    #pragma mark - XCTAsserts
    3
    /*----------------------------------------------------*/
    4
    
                  
    5
    XCTAssert(expression, format...);