Dmitrii Okunev
Dmitrii Okunev
Hello. I'm thinking about to try to implement two tools: * A tool to calculate expected [PCR0](https://en.wikipedia.org/wiki/Trusted_Execution_Technology#Chain_of_trust) value of a binary. * A tool to compare measurements between two binaries...
I assume this was a typo :)
When I execute `./makedeb.sh` I get: ``` xaionaro@void:~/go/src/github.com/blynn/pbc$ ./makedeb.sh dpkg-buildpackage: info: source package libpbc dpkg-buildpackage: info: source version 0.5.14 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Jeroen...
``` danusya@werewolf:~/style-transfer$ python ./style.py -s ~/****.jpg -c /tmp/****.jpg -v style.py:main:21:12:25.433 -- Starting style transfer. Traceback (most recent call last): File "./style.py", line 520, in main(args) File "./style.py", line 481, in...
I need to run an external application. StackOverflow recommends this way [1]: > def_prog_mode() then endwin() > execute system call > and refresh() should restore it [1] https://stackoverflow.com/questions/3258163/c-going-from-ncurses-ui-to-external-program-and-back Is there...
Hello. I need to do a partial regex checks (from the beginning of a pattern). For example, If I have - a pattern "^a/b/c/.*/d" and a string "a/b", then it's...
Just adding a `Makefile` which uses docker to do not require EDK2 from end users.
It looks like file https://github.com/rockchip-linux/mpp/blob/ee946af015c350c926a0fca2f02da8e429f8b079/pkgconfig/rockchip_mpp.pc.cmake#L9 last time was updated 4 years ago. Meanwhile it seems like a lot of things changed in the library. For example, apparently usage of the...
``` $ ./systembus-notify connecting to d-bus user bus: fatal: sd_bus_default_user: No such file or directory ```
Hello. The script is not working on JIRA v5.2.1. Can you fix this? :( In the zip-file of JIRA's backup there's only two files: - entities.xml - activeobjects.xml ``` $...