Skip to content

Instantly share code, notes, and snippets.

View flysand7's full-sized avatar
๐Ÿž
been breadin'

Sunagatov Denis flysand7

๐Ÿž
been breadin'
View GitHub Profile
@flysand7
flysand7 / linalg.py
Created February 28, 2021 07:38
Helper for performing operations on matrix elements
print('enter row count:');
row_count = int(input());
print('enter col count:');
col_count = int(input());
print(f'creating matrix size %dx%d' % (col_count, row_count));
m = [];
import pygame;
import math;
pygame.init();
pygame.display.init();
pygame.display.set_mode(size=(600,400));
to_render = [
# bottom edge
[(0,0,0), (0,0,1), (1,0,0)],
////
////
//// GB.H
////
////
// NOTE(bumboni): GameBoy technical data
//
// CPU: LR25902
// Clock speed: 4.194304MHz