Herman Semenoff

Results 186 issues of Herman Semenoff

1. Im download Intel OpenCL SDK: https://www.intel.com/content/www/us/en/developer/articles/tool/tools-for-opencl-applications.html 2. Im download latest release Hashcat and run `hashcat -b` 3. Freeze Windows 10 eveyone Has anyone tested support Intel Arc and does...

@Ysurac, Since there have already been 2 issues (https://github.com/Ysurac/openmptcprouter/issues/3137 and https://github.com/Ysurac/openmptcprouter/issues/3148) about possibility using VPS on systems with u-boot loader, most devices are routers, switches, single-board computers and mini-PCs. I...

@Ysurac, while I was adding ability to use u-boot, I noticed repetition code due to inattention https://github.com/Ysurac/openmptcprouter-vps/blob/c0c962700743545da6cdefa3de73415a99e6fd63/debian9-x86_64.sh#L358-L379

I have a board with NUMA and I noticed it myself that only 50% cpu util, although all two should be fully loaded at 100%.

@gaspardpetit Hello, I saw that you put my repository in your and would like to announce that I will complete this week and make it more faster under MSVC and...

@totravel, many thanks and hello again. How to find Word objects and return their, to then insert/replace before/after it and edit object properties. Example: - GetWordImageItem (find and return object...

@totravel, Is there conversion library function? Maybe it's about WinAPI, but I'm not sure. The situation is this: user can specify (.doc, .docx) files, parser is only .docx

@totravel, how to insert and read in OOXML by formula Example: word - https://stackoverflow.com/questions/25709775/reading-equations-formula-from-word-docx excel - https://stackoverflow.com/questions/6309109/using-open-xml-how-do-you-insert-a-formula-into-an-excel-2010-worksheet

enhancement

@totravel, it would be really convenient to work with bookmarks if there were these functions. ``` /** * Compare bookmarks. * @param name1 Name first bookmark. * @param name2 Name...

@totravel, Example: ```cpp bool Document::Open(const std::string& path, bool createIfNotExist = false) ``` ```cpp docx::Document doc; doc->Open(path, true); ``` or C file functions be like ```cpp doc->Open(path, 'r'); doc->Open(path, 'w'); doc->Open(path,...