Skip to content
View danvas's full-sized avatar

Organizations

@fnxtech
Block or Report

Block or report danvas

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

  1. webgpu-cpp webgpu-cpp Public

    WebGPU for C++

    C

  2. spotyt-dl spotyt-dl Public

    Download from Spotify playlists via Youtube Music

    JavaScript

  3. nielvas-co nielvas-co Public

    Personal website built with React, NextJS, and Bootstrap. Hosted on AWS S3, and automatically deployed via Github Actions.

    TypeScript

  4. Authorization code flow with PKCE Authorization code flow with PKCE
    1
    Python implementation of authorization code flow with PKCE for the Spotify Web API.
    2
    
                  
    3
    https://developer.spotify.com/documentation/web-api/tutorials/code-pkce-flow
    4
    
                  
    5
    ### Prerequisites:
  5. Signing AWS API requests Signing AWS API requests
    1
    # Signing AWS API requests
    2
    
                  
    3
    Implentation of calculating a signature for signing AWS API requests. Specifically, this script invalidates all files (`/*`) in a Cloudfront distribution via a signed API request. 
    4
    
                  
    5
    To run it, edit the .sh file by settting `AWS_ACCESS_KEY`, `AWS_SECRET_KEY`, and `DISTRIBUTION_ID` with your values, and source the file in a shell:
  6. linearRegression.go linearRegression.go
    1
    // Statistics refresher: The R-squared formula
    2
    // Time complexity: O(3n)
    3
    
                  
    4
    package main
    5