Search Results

Search found 6 results on 1 pages for 'tomp'.

Page 1/1 | 1 

  • Simple software for working with webcam

    - by tomp
    Is there some simple software, that can only take pictures (or take pictures and shoot video) from webcam? I'm looking for single-purpose simple application, not some complicated streaming/broadcasting solutions. Is there any freeware app that does just that?

    Read the article

  • Slow file copying/network browsing in Windows 7

    - by tomp
    The file copying on local discs and network shares, and browsing shared folders is much slower on the Windows 7 than it was on Windows XP. I'm sure everyone encountered this problem, I personally have seen it on many different computers. What would you recommend to speed up these operations?

    Read the article

  • Simple/Basic steganography algorithms and methods

    - by tomp
    What are the basic and simpliest steganography algorithms and methods? I mean the steganography applied to images. How does simple program that hides data to images work? How does the program recognize the encrypted message in image without the source image? What are the main techniques used?

    Read the article

  • How to implement square root and exponentiation on arbitrary length numbers?

    - by tomp
    I'm working on new data type for arbitrary length numbers (only non-negative integers) and I got stuck at implementing square root and exponentiation functions (only for natural exponents). Please help. I store the arbitrary length number as a string, so all operations are made char by char. Please don't include advices to use different (existing) library or other way to store the number than string. It's meant to be a programming exercise, not a real-world application, so optimization and performance are not so necessary. If you include code in your answer, I would prefer it to be in either pseudo-code or in C++. The important thing is the algorithm, not the implementation itself. Thanks for the help.

    Read the article

1