- United States of America
- jehanlos.com
- https://wijita.com
- https://romanrobot.itch.io
Pinned Loading
-
jump-pad
jump-pad PublicTouchpad Gaming. Drag Freely. An experiment to see if remapping inputs could improve touchpad dexterity for gaming.
Python
-
DirDedupe
DirDedupe PublicBinary compare files in two directories and delete the duplicates from one of them.
Python
-
Converts a double to an SI string. C...
Converts a double to an SI string. Converted to C++ from https://stackoverflow.com/a/12181661/719528. 1// Unicode `μ` for micro (10e-6)
2std::wstring to_si_wstring(double number, int precision)
3{
4std::wostringstream ss;
5ss << std::setprecision(precision);
-
Calculate MD5 of a file in Unreal En...
Calculate MD5 of a file in Unreal Engine 1FString MD5(FString file_name)
2{
3std::ifstream file(std::string(TCHAR_TO_UTF8(*file_name)), std::ios::binary);
4if (!file) {
5return FString();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.