nivkner
nivkner
when you call `Runtime::run` you use the following code ```rust let rt_ptr: *mut Runtime = &mut self; unsafe { RUNTIME = rt_ptr }; ``` the code assumes that initialization of...
since the program already depends on sfml, it can use its audio instead of implementing one from scratch. the program was tested on linux, where the expected sounds were produced....
given two distinct commands `cmd1` and `cmd2`, which take the parameters A and B respectively (which can have different values). i want to be able to compare the two commands...
using the following code: ```idris Y = λf ((λx (f (x x))) (λx (f (x x)))) Factorial = λf (λn ( U60.if (== n 0) 1 (* n (f (-...
i didn't try to make the whole thing idiomatic, but i did what ever was convenient (hence `pathlib`). some scripts seem to presuppose the existence of `3/IMG_4700.MOV`, but i couldn't...