Skip to content
View apzzd's full-sized avatar
  • 17:21 (UTC -06:00)

Organizations

@orcsgirls

Block or report apzzd

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
apzzd/README.md

this account is pretty inactive, and i did most of the things you see here before 2024

Pinned Loading

  1. LegoSpectrometer LegoSpectrometer Public

    Forked from orcsgirls/LegoSpectrometer

    Software for ORCSGirls Masterclass using the Lego Spectrometer

    Jupyter Notebook

  2. ✨ c code for multiplying two 2x2 mat... ✨ c code for multiplying two 2x2 matrices, with arguments ✨
    1
    #include <stdio.h>                                                                                                                
    2
    #include <string.h>                                                                                                               
    3
    #include <stdlib.h>                                                                                                               
    4
                                                                                                                                      
    5
    int main(int argc, char *argv[]) {                                                                                                
  3. ✨ c code for multiplying a vector by... ✨ c code for multiplying a vector by a 2x2 matrix ✨
    1
    #include <stdio.h>                                                                                                                
    2
    #include <string.h>                                                                                                               
    3
    #include <stdlib.h>                                                                                                               
    4
                                                                                                                                      
    5
    int main(int argc, char *argv[]) {                                                                                                
  4. SwiftClass SwiftClass Public

    Materials for a class on Swift

    Swift 3