Skip to content
View abiri's full-sized avatar
👻
👻

Block or report abiri

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lab11/socitrack lab11/socitrack Public

    A wearable platform for social interaction studies

    C 22 15

  2. ETHZ-TEC/permafrostanalytics ETHZ-TEC/permafrostanalytics Public

    PermafrostAnalytics - Repository for the Hackathon on the 28 - 30. November 2019. For further information, please contact *hackathon@tik.ee.ethz.ch*.

    Jupyter Notebook 5 22

  3. roborock_voices roborock_voices Public

    Additional voice packs for the Roborock S50

    5

  4. "Effective modern C++" by Scott Meye... "Effective modern C++" by Scott Meyers - Summary
    1
    -------------------------------------------------------------------
    2
    # Chapter 1. Deducing Types
    3
    
                  
    4
    ### Item 1: Understand template type deduction
    5
    - During template type deduction, arguments that are references are treated as non-references, i.e., their reference-ness is ignored.
  5. "Effective C++" by Scott Meyers - Su... "Effective C++" by Scott Meyers - Summary
    1
    -------------------------------------------------------------------
    2
    # Chapter 1. Accustoming Yourself to C++
    3
    
                  
    4
    ### Item 1: View C++ as a federation of languages
    5
    - Rules for effective C++ programming vary, depending on the part of C++ you are using.
  6. "Clean Code - Chapter 17: Smells and... "Clean Code - Chapter 17: Smells and Heuristics " by Robert C. Martin
    1
    -------------------------------------------------------------------
    2
    # Comments
    3
    
                  
    4
    ### C1: Inappropriate Information
    5
      - It's inappropriate for a comment to hold information that is better held in a different kind of system, such as version control, issue tracking, or any other record-keeping system.