User Activity

  • Committed [r23]

    Added VS2017 solution

  • Committed [r22]

    Version 1.8

  • Committed [r21]

    Version 1.8 - updates read bytes counter once per second (imporves speed greatly on modern SSDs)

  • Posted a comment on discussion English Common Forum on Simd

    Hello Ihar, sometimes you need not only to calculate the summary difference between two images, but also get (visualize) this difference. Here is a ready SSE2 code snippet for the following transform: byte out[8] = word image[8] - word previousImage[8] + fixed_offset The difference can be small or even negative, so a fixed offset value is added. All calculation is done in 16-bit unsigned word values, saturated back to 8-bit unsigned result. m128i ofs = _mm_set1_epi16(offset); m128i zero = _mm_set1_epi8(0);...

  • Committed [r4]

    New way to create real application name. VisualStudio can call link as LINK without extension

  • Committed [r3]

    Initial commit

  • Committed [r2]

    Initial commit

  • Committed [r1]

    Initial commit

View All

Personal Data

Username:
nickviz
Joined:
2015-04-16 18:13:37

Projects

This is a list of open source software projects that Nikolai Vorontsov is associated with:

  • AirGap Locks backup files disallowing malware (cryptolockers) to alter them Last Updated:
  • BinDiff Helper app for VMware .vmdk files differential backup Last Updated:
  • VcSpawn Runs cl.exe/link.exe with low priority in MS VisualStudio Last Updated:

Skills

This is a list of skills that Nikolai Vorontsov possesses:

  • Programming Language

Personal Tools

MongoDB Logo MongoDB