This file contains 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
{ | |
"export_version": "1.0", | |
"main_tree": { | |
"nodes": { | |
"Plane": { | |
"attributes": { | |
"location": [ | |
-1201.572021484375, | |
15.27674388885498 | |
], |
This file contains 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
{ | |
"export_version": "1.0", | |
"main_tree": { | |
"nodes": { | |
"Plane": { | |
"attributes": { | |
"location": [ | |
-1201.572021484375, | |
15.27674388885498 | |
], |
This file contains 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
from mathutils import Matrix | |
import numpy as np | |
def random_matrix(): | |
m = np.random.uniform(-3, 3, (3,3)) | |
m = Matrix(m) | |
return m.to_4x4() | |
def shear_xy(f1, f2): | |
m = np.eye(3) |
This file contains 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
#!/usr/bin/python3 | |
import numpy as np | |
from math import pi | |
def shear_xy(f1, f2): | |
m = np.eye(3) | |
m[0][2] = f1 | |
m[1][2] = f2 | |
return m |
This file contains 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
Дверь отворилась. В комнату вошел высокий, худой, сутулый офицер. Было в нем | |
что-то такое - трудно было сказать, что именно, - от чего он производил | |
впечатление штатского, переодетого в мундир. | |
В руках у него были очки, которыми он быстро вертел, стоя в шаге от меня. | |
- Вы ко мне? | |
- Я к господину Прандтлю из Отдела Шифрования, - ответил я, слегка | |
приподнимаясь с места. |
This file contains 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
#!/usr/bin/python3 | |
import numpy as np | |
def shear_xy(f1, f2): | |
m = np.eye(3) | |
m[0][2] = f1 | |
m[1][2] = f2 | |
return m |
This file contains 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
explain (analyze, buffers) | |
SELECT | |
pg_get_userbyid(userid) as user, | |
pg_database.datname, | |
pg_stat_statements.queryid, | |
pg_stat_statements.calls as calls_total, | |
pg_stat_statements.total_exec_time / 1000.0 as seconds_total, | |
pg_stat_statements.rows as rows_total, | |
pg_stat_statements.blk_read_time / 1000.0 as block_read_seconds_total, | |
pg_stat_statements.blk_write_time / 1000.0 as block_write_seconds_total |
This file contains 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
{ | |
"export_version": "1.0", | |
"main_tree": { | |
"nodes": { | |
"Marching Cubes": { | |
"attributes": { | |
"location": [ | |
98.79039001464844, | |
172.26422119140625 | |
] |
This file contains 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
{ | |
"export_version": "1.0", | |
"main_tree": { | |
"nodes": { | |
"Marching Cubes": { | |
"attributes": { | |
"location": [ | |
98.79039001464844, | |
172.26422119140625 | |
] |
This file contains 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
{ | |
"export_version": "1.0", | |
"main_tree": { | |
"nodes": { | |
"A Number": { | |
"attributes": { | |
"location": [ | |
155.0430908203125, | |
146.80162048339844 | |
], |