This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| Matrix Multiplication using WebGL2. | |
| Written by vaibhav(github: mrdaybird) | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Matrix multiplication using WebGL2</title> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "manifestVersion": "2", | |
| "id": "6e6376c8-956b-43fd-8aa4-65f073cd1867", | |
| "title": "Chess.com Rating Proof", | |
| "description": "Get rating of a chess.com user", | |
| "request": { | |
| "method": "GET", | |
| "url": "https://api.chess.com/pub/player/hikaru/stats", | |
| "headers": {}, | |
| "extra": { |