CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: daniel_st

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    933

    Re: WCF Service desparation

    Thanks. I found that late yesterday.

    What made things difficult for me, was that the WCF template in VS2010 is quite different than in VS2008. The ServiceHost was throwing an exception if I try to...
  2. Replies
    3
    Views
    933

    WCF Service desparation

    Greetings, guys.

    WCF services are waaay off my specialty, but I desparately need to implement one. I have turned one of my computers into web-server, I have made the WcfService project in VS 2010...
  3. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    The PRO version is now finished and available for purchase for anyone who needs it. (it includes the DataHub assembly too). It can generate numbers with Unlimited amount of bits - 4096 and more-bit...
  4. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    I have included improved versions of the DataHub classes in the new release of DataHubPro.

    Also there are some additional features.
    If you need a size-limitless collection (DataStorage)
    or a...
  5. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    A new version of the DataHub collection is available for download. A bug has been found and eliminated, so whoever uses my collection- please update. Also the MultipleDataHub class has been removed,...
  6. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Well, it's pretty much doing the same thing other TRNG are doing, except it's free, and hardware-independent



    Of course, no hard feelings at all ;)
  7. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Come on now, that's getting old. I did explain what I mean, in my previous posts -> it does not require specialzied hardware, making it The Only Sofware (Software) *Just Software* Software-only...
  8. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    The PRO version of the assembly is now finished and available for purchase. This is The Only software, capable of generating True random numbers, now with added functionality. The PRO version can...
  9. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    Actually it does. Just I had never used LINQ and I did not understand what you mean by "support" by the time you asked. :)
  10. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Update on the compatibility issue: The program turned out to actually Work on all CPUs, only not with the max bits. On P4 64-bit integer generation fails, but 63 and below work perfectly.
  11. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    Great, keep me updated please, on the progress and the behaviour of my class

    good luck ;)

    EDIT: Download the new version, i made some improvements, also tested the serialization: collection...
  12. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    Oh, sorry, didn't get that part. I'll have to find better host, I know.. Well, you got an index, referring to the virtual "columns", so you just

    .Find(key).Value[columnIndex];

    And if you're...
  13. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    Yes, I apprecciate it. This is contructive criticism, while some other people have just been a**holes, completely rejecting the idea, for the sole reason it's not theirs.

    The only advantage is...
  14. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Guys, can you clearly state what exactly is your **** problem!?! I made a program, that does what no other program does, and a program that is Free, where specialized hardware costs you MONEY! I...
  15. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    Sure! Only 10 times faster!

    Edit: And sorted.
  16. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    That's the thing. Casinos, first, who can't risk someone starting to guess the next card.
    Then military. I don't know of others, but those 2 are the major users of TRNG
  17. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Well, all TRNG are. That's by definiton. But with this you don't need to buy RNG hardware, that's my point! The processor is a piece of HW everybody positively has. So you just need the SW, namely-...
  18. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Thanks for the opinion, shows interest, makes me proud.



    No, my code does not have bugs. If it had, it wouldn't work on ANY processor, wouldn't depend on it, actually.



    I haven't. I just...
  19. Replies
    19
    Views
    27,382

    Re: Real random numbers generator

    Well, not any more. I guarantee you, this is 100% real random numbers generator, test it if you can. I don't very much like to reveal How it's made, though. But go, test it, it's real. :)

    PS: It...
  20. Replies
    13
    Views
    3,696

    Re: Alternative to Sorted Dictionary

    Not quite true. The primery key in a DB can point you to the values of all other columns, meaning multiple values, but still IS key. So the key does not point to values elsewhere in the collection,...
  21. Replies
    19
    Views
    27,382

    Real random numbers generator

    Hi again, guys.

    I've jsut finished a Real (repeat, Real) Random numbers generator, you can get it on my homepage http://homedimension.webs.com
    The generator is successfully tested on various...
  22. Replies
    13
    Views
    3,696

    Alternative to Sorted Dictionary

    Hi, guys.

    If you are developing for .NET 3.5, but the Sorted Dictionary collection works too slow (as usual),
    an alternative can be found on http://homedimension.webs.com
    The SingleDataHub...
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured