Luis Liu
Results
2
issues of
Luis Liu
instead of read the whole body into a buffer, can we try zipstream like java ZipInputStream? github.com/xenking/zipstream ``` zr := zipstream.NewReader(&zipFile) meta, err := zr.Next() if err != nil {...
``` def nurb_make_curve(nu, resolu, stride=3): EPS = 1e-6 coord_index = istart = iend = 0 coord_array = [0.0] * (3 * nu.resolution_u * macro_segmentsu(nu)) ```