Search:

Type: Posts; User: namrekka

Page 1 of 13 1 2 3 4

Search: Search took 0.30 seconds.

  1. Re: Artificially intelligent other (human like, advance)

    But what can happen if I run 2 instances at the same time?
  2. Re: Artificially intelligent other (human like, advance)

    I miss the emotion jealousy. Can it be added?
  3. Replies
    1,154
    Views
    386,580

    Re: [RESOLVED] artificial intelligence

    A girlfriend with A.I?
    Starting up my VS right now....
  4. Replies
    1,154
    Views
    386,580

    Re: [RESOLVED] artificial intelligence

    Hmm...
    You could be right FD.
  5. Replies
    1,154
    Views
    386,580

    Re: [RESOLVED] artificial intelligence

    Hmm....
    We don't hate anyone. Also it is not a competition here who is the best in something.
    Don't forget this section is "Chit Chat".
  6. Thread: I'm Back :D

    by namrekka
    Replies
    11
    Views
    2,108

    Re: I'm Back :D

    Did we?
  7. Thread: I'm Back :D

    by namrekka
    Replies
    11
    Views
    2,108

    Re: I'm Back :D

    We miss anyone?
  8. Thread: Unbelievable

    by namrekka
    Replies
    26
    Views
    1,754

    Re: Unbelievable

    It was my alt account. Its all solved now.
  9. Thread: Unbelievable

    by namrekka
    Replies
    26
    Views
    1,754

    Re: Unbelievable

    Not sure....
    My twin brother?

    Back again.
  10. Replies
    21
    Views
    6,916

    Re: Trouble logging in?

    Thanks Steve. It works now.
  11. Replies
    5
    Views
    2,074

    Re: Duronic Networking USB 2.0 server

    So you replied!! :p
  12. Thread: Design Mode

    by namrekka
    Replies
    4
    Views
    1,308

    Re: Design Mode

    On the left bottom of your IDE the buttons "Design", "Split" and "Source" ?
  13. Replies
    8
    Views
    1,437

    Re: Here's my LargeNumbers module's code

    I guess you are right. A lot has to be done like "MPY", "MOD", "MODinv" and exponentiation. Or split the thread.
  14. Replies
    8
    Views
    1,437

    Re: Here's my LargeNumbers module's code

    Be aware you entered the mod math world. Everything is mod. So ADD, SUB and MPY is ok. But divide does not exist, its mod inv.
    Now VB6 was a long time ago for me, I can't help you with this, but...
  15. Re: Fastest way to load an image from a file without locking it.

    Copy the file as a temp and use the temp?
  16. Replies
    45
    Views
    6,562

    Re: Happy 25th Birthday, VB!

    Well...happy birthday and many thanks to VB & VB.NET.
    I'm I the only one that earned money with it?

    Now I'm going to blow the candles and eat the pie.
  17. Replies
    2
    Views
    1,519

    Re: How to protect a website from bad users

    I don't understand the logic with IP-numbers. So if I have an account on my PC and my wife wants an account too what then? And suppose I have a network with more than 1 PC what then? Suppose I have...
  18. Re: fast way of checking if line of file is in list

    I agree with FD. The only thing is it must be sorted. So if the data will change a lot the sorting issue can cause the troubles. In case the system is busy with sorting, you can't retrieve data....
  19. Replies
    9
    Views
    1,405

    Re: Image processing (math) question

    "Morphological Image Processing" will be not a single layer solution for you.

    Suppose you make a mask of 3*3 pixels:

    123
    456
    789

    You put this some where on your image on a point where a...
  20. Replies
    17
    Views
    24,388

    Re: [VB6] - Vocoder.

    Great project!!!
  21. Replies
    26
    Views
    7,683

    Re: Serial Communication over RS485

    I guess that is the problem indeed. Isn't something in the docs about response times?
    Also I advice to handle the checksum thing, and then only accept the data that is valid. If not do a retry. Also...
  22. Replies
    26
    Views
    7,683

    Re: Serial Communication over RS485

    So these breakpoints alternate?
  23. Replies
    26
    Views
    7,683

    Re: Serial Communication over RS485

    Are you sure?

    If you set a breakpoint on:
    "SerialPort1.Write(c.Value, 0, c.Value.Count)"

    and on:
    "Private Sub SerialPort1_DataReceived..."
  24. Replies
    26
    Views
    7,683

    Re: Serial Communication over RS485

    It looks like your cable is correct except for the terminating resistors at BOTH ends. I agree it seems not the issue in this test case. But in another environment it sure will.

    Without going...
  25. Replies
    26
    Views
    7,683

    Re: Serial Communication over RS485

    But a polling protocol means 1 device at a time and when handled move to the next device. Not all devices do have a buffer to wait and are capability to sense if the line is free to send (collision...
  26. Replies
    26
    Views
    7,683

    Re: Serial Communication over RS485

    Yes that is important. The line is "floating" in the time that the system is switching from send to receive. It can give spikes on the line that can be interpreted as some bits. Also the line is more...
  27. Replies
    9
    Views
    1,405

    Re: Image processing (math) question

    Have a look at "morphological image processing"

    http://www.dspguide.com/ch25/4.htm
  28. Replies
    2
    Views
    388

    Re: April fools day

    Sony's Proton Pack:
    https://www.youtube.com/watch?v=9UWbASEi7_o

    Google Self Driving Bike:
    https://www.youtube.com/watch?v=LSZPNwZex9s
  29. Replies
    17
    Views
    1,278

    Re: String to Integer

    I agree with you Maverickz. We are here to learn from each other. Its not a game who knows more than an other.
  30. Re: I'm at a crossroad wondering which way to go.

    Oh...more questions.

    How much data needs to be stored. 1000 users, 10.000 users ......

    What happens when the server is down. Do you get claims? Do you need a backup server or a mirror?
    ...
  31. Re: I'm at a crossroad wondering which way to go.

    I guess it depends on what kind of application.

    Has it more value if it runs on other devices?
    Don't say simply yes but think it over. Does the market asks for it? Can a user work with it on a...
  32. Re: Is it possible to send raw ethernet frames from VB6, using Windows API?

    My opinion is that sending and receiving (packet sniffing) raw packets is not something magic that opens a new world of hacking. As mentioned before if the message is encrypted its save. However its...
  33. Re: Is it possible to send raw ethernet frames from VB6, using Windows API?

    There is nothing wrong with receiving and sending raw packets.

    https://en.wikipedia.org/wiki/Pcap

    Many tools are available (legal). Even the famous Wireshark.
  34. Re: Analyzing raw sound data and using AI to make predictions

    Do we like out of tune?
    So how is a melody build up?



    Is it???
  35. Replies
    17
    Views
    2,160

    Re: I've picked out my next car

    I will donate 10 Euro if you take me for a ride.
  36. Replies
    12
    Views
    1,362

    Re: VB Job Interview Questions

    What are your hobbies?
    If answer contains something about software creation tell me about.
    Also social skills is important to me (teamwork).

    Software skills can be trained but loyalty, sociality...
  37. Thread: VM Detection

    by namrekka
    Replies
    26
    Views
    4,557

    Re: VM Detection

    Hmmm.......
  38. Re: Do you use SESSION state - if not do you turn it off?

    Now its clear to me.

    But do you get an application-end event caused by a recycle?
  39. Re: Do you use SESSION state - if not do you turn it off?

    I had problems with the APPLICATION_END event caused with a "recycle". It didn't generate an event at all in this case. Not sure it was IIS or me. So I moved from this. I stored my data (some...
  40. Replies
    17
    Views
    11,558

    VS 2013 Re: Region detection number plate

    If you have your own camera system, did you consider to illuminate the plate with IR-light? Most of the plates in Europe contain IR reflective paint.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width