Recent content by promposive

  1. P

    Anyone heard of streamax streaming box?

    Does kodi have a bunch of built in streams to access all the content they claim to have? Or is it setup to stream from their server or something? I'm used to using plex to just stream my own media.
  2. P

    Anyone heard of streamax streaming box?

    My sister is asking me about a streamax box someone is trying to sell her for $300 . I've never heard of it and it sounds a little 'too good to be true' The website: http://streamaxit.tv The only thing I can find googling it are people selling it, and this Reddit page that isn't very helpful...
  3. P

    Question about realtors - Compensation to Broker percentage

    I don't think you read the post
  4. P

    Question about realtors - Compensation to Broker percentage

    Wouldn't MLS listed mean non FSBO?
  5. P

    Question about realtors - Compensation to Broker percentage

    But isn't the text in this agreement saying that I will be paying if they don't agree to give him 7% of the commission (of which will probably be only 3%, meaning I'll have to pay 4% out of pocket) ?
  6. P

    Question about realtors - Compensation to Broker percentage

    Looking to buy a first home, have been looking at two different realtors to use. I have asked to see their buyer's agreement/contract. From my understanding, sellers typically pay 6% commision to their realtor, and then the broker gets half of that, and the sellers realtor gets half. 6%...
  7. P

    Building a new server

    Here is a list for your consideration: http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=11610389 12TB (6x2TB) hitachi 7200rpm drives 2U Rack mount case with 8x Hot swap (2 spare bays) RocketRAID card cd/dvd burner (could just use a usb drive, but sometimes having it is...
  8. P

    Converting a 16 bit CRC function from C++ to C# (fixed, thanks!)

    Looks like bitwise complement is not defined for unsigned short, http://msdn.microsoft.com/en-us/library/d2bd4x66.aspx so i have to cast to uint and then cast result to ushort, results in a weird looking cast lol Anyway, fixed it by doing this: return (ushort)~(uint)crc; public...
  9. P

    Converting a 16 bit CRC function from C++ to C# (fixed, thanks!)

    lol @ simultaneous edit/reply Doh!!! did not notice the tilde! Thank you, fixed it
  10. P

    Converting a 16 bit CRC function from C++ to C# (fixed, thanks!)

    2 different examples given, c++ code only for 1 example, c# code has both.
  11. P

    Converting a 16 bit CRC function from C++ to C# (fixed, thanks!)

    Trying to get this CRC code working in C#, seem to be having some problems.. Maybe you can spot my problem? Background: Trying to use a STX2 satellite transmitter with a Netduino Plus. Sample results: (this is what I'm trying to achieve) 0xAA 0x05 0x05 CRC : 0x74 0x93 0xAA 0x05 0x01 CRC...
  12. P

    Excessive packaging

    ??
  13. P

    Excessive packaging

    That's better packaging than newegg uses for hard drives