Search:

Type: Posts; User: eSPiYa

Page 1 of 13 1 2 3 4

Search: Search took 0.44 seconds.

  1. Replies
    15
    Views
    5,910

    Re: [RESOLVED] TcpListener Multi-threaded

    Sorry, forgot to tag this thread as resolved.

    If I remembered it correctly, after 3years, it is the .NET and Java [int] variable. One of them is using unsigned integer as default int, while the...
  2. Replies
    22
    Views
    1,345

    Re: 1 post to 10,000!

    Well, I still did posted something so it still counted... but not added in the "Post" counter. HAHA!
  3. Replies
    22
    Views
    1,345

    Re: 1 post to 10,000!

    +1 to the number of my posts. :P
  4. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    Yeah! I'll make it a public web service and it is free but will be in JSON form only due to limitation in bandwidth.
    The numbers of request will be limited too(I hope I can limit it through...
  5. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    Thank you guys for the ideas.
    I'll just make a list of continents and countries(to group them) then let them input their locations. After a certain interval; I just add 'em to the database.

    I...
  6. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    Yes, it is not. That is why I'll create my own and will try to provide everyone this database for free(soon).
    My VPS' bandwidth is un-metered but with have a limit of 50mbps. So will try to limit...
  7. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    Thank you guys.
    Sorry for late response, I'm having a problem with the IP banning here so I just use this TOR Network just to respond.

    Anyway, I just downloaded a 100+MB list of cities with 3M+...
  8. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    It seems their list focused only for US.
    But my app will need to serve everyone in the world.
    Anyway, thanks for the help.
  9. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    I love them too. I already got several lists through it but somehow these lists were incomplete and somewhat broken.
    And I wish they'll expose some APIs to their database.

    Still looking at Google...
  10. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    This is the only one I remembered: http://www.olx.com/
  11. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    I saw several web-sites with their own list of these locations. If I'm going to encode these locations one-by-one; it will take forever.

    I'm trying to look at google map's API if this feature...
  12. Replies
    27
    Views
    2,181

    Re: Online Database of locations in the world

    List of all countries, states, provinces, cities, and towns all over the world. ^_^
  13. Replies
    27
    Views
    2,181

    Online Database of locations in the world

    Hi, I'm looking for a free service that provides a database of all(better if it is complete) locations in the world with proper hierarchy from Countries to State and Province, down to...
  14. Thread: Writing CODEC

    by eSPiYa
    Replies
    2
    Views
    1,481

    Re: Writing CODEC

    Sorry if I haven't posted any updates.
    I found out that I need to build it on DirectShow SDK which is already part of Platform SDK.

    I want to write it through .NET because it is easier(for me) to...
  15. Thread: Writing CODEC

    by eSPiYa
    Replies
    2
    Views
    1,481

    Writing CODEC

    Can someone enlighten me on writing CODEC in .NET?
    Which can be loaded automatically by Windows Media Player, Media Player Classic, and other media players that loads external CODECs.
  16. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    Yeah! I need to re-install Starcraft2 with its updates and re-download my Steam games; it will take a week before I can finish them. But it is fine, I can now continue to work with my projects.
    ...
  17. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    Sorry, I've forgot to insert the word "gacutil.exe".
    I can't install libraries on GAC.

    Anyway, just re-installed my Win7 x64; stopped updates, installed drivers then IIS with .NET 3.5 with SP1...
  18. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    It seems I'm having other problems regarding the .NET Framework 3.5 with SP1; I can't install libraries through too.
  19. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    Just updated it this few hours ago with several security updates.
    I've found several patches applied related to MS Office but there is no MS Office installed on my machine, I'm just using...
  20. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    The order of the installation should not be an issue 'coz you can register ASP.NET on IIS if ever the installation of .NET Framework came last.
    On the 32-bit edition, I have installed 2.0, 3.0, 3.5,...
  21. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    Thanks. It is a clean installation of Win7 64-bit.
    I'm not installing MS Visual Studio 2008, just installing the .NET Framework 3.5 with SP1.
    I already have an MSVS2010 installed and no issue with...
  22. Re: Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    Thanks, I'll try those.
    This is a full-clean installation of Win7 64-bit.
    I already updated it with the latest security updates/patches.

    Another dismay with this edition is I can't change the...
  23. Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

    Using Win7 32-bit for 3months and didn't have problem with developing any .NET-based applications including ASP.NET apps.
    Just upgraded my laptop's RAM 3days ago and switched to 64-bit version of...
  24. Re: Deploying a self-hosted WCF on a Windows Server(2008)

    It means it must be executed by the administrator?
    I think I'll ask our admin to execute it using his account.
    Thanks.
  25. Deploying a self-hosted WCF on a Windows Server(2008)

    Can anyone can guide me in deploying a self-hosted WCF application on a Windows Server?
    As of now, as non-root/admin user, we are experiencing several security issues in running our self-hosted WCF...
  26. Replies
    2
    Views
    1,066

    Re: [VS2008]Adding new project item

    Thanks for the response.
    I think what I'm looking for is about template and its build action.
    I'll try them first and give feedback if it is what I want.
  27. Replies
    2
    Views
    1,066

    [VS2008]Adding new project item

    How to add a new project item in Visual Studio 2008 with a different behavior?
    What I need to achieve is add an XML item which points to the several class files or a directory that contains these...
  28. Re: [.NET/Mono]LINQ: Intervention and custom filtering for optimization

    I think I found what I need. It is the LINQ Provider.
  29. [RESOLVED] [.NET/Mono]LINQ: Intervention and custom filtering for optimization

    I'm currently on the planning stage for my next project; Activerecord with LINQ support. Similar to "LINQ to SQL" and DBLinq but with a different approach.

    What I need is several optimization with...
  30. Replies
    4
    Views
    1,673

    Re: Reading Java Classes and Jar files

    No, I just want to extend my application to dynamically load a plug-in made from Java through the help of IKVM.
    Here is my project.
    Anyway, thanks for the help.
  31. Replies
    4
    Views
    1,673

    Re: Reading Java Classes and Jar files

    Is it possible that class have different filename?
    I'm sorry but I'm not really a Java-dev, my project (in Mono) need to dynamically load a Java class/jar-file.
    Thanks.
  32. Replies
    4
    Views
    1,673

    Reading Java Classes and Jar files

    How get the list of classes inside Java Class and Jar file programatically?
    Thanks in advance.
  33. Replies
    0
    Views
    775

    2.0 AppDomain and Remoting

    Hi, I'm currently building my own plug-in library. I don't want to use existing extensibility libraries due to several reasons.
    Anyway, this is how I do it:

    I create new appdomains to hold my...
  34. Replies
    0
    Views
    410

    Run other application then get the result

    Hello.
    I'm currently building a C/C++ library that will execute other application and get the result.
    How to achieve this and is there a cross-platform library that I can use?
    Thanks.
  35. [SMTP]Working on dev workstation but not on the server

    My application need to send notification through e-mail.
    It works fine in my Workstation(WinXP + .NET3.5) but when I deploy it on the server(Win2003 + .NET3.5) it can't connect to the server.
    It...
  36. Replies
    15
    Views
    5,910

    Re: TcpListener Multi-threaded

    Thanks.
    I think I just need to limit incoming connections.
  37. Replies
    15
    Views
    5,910

    Re: TcpListener Multi-threaded

    It seems that the socket connection drops.
    This is the error message from client:

    No connection could be made because the target machine actively refused it

    On the server side, it doesn't...
  38. Replies
    15
    Views
    5,910

    Re: TcpListener Multi-threaded

    It is working with Java, but after several connect-send-receive-disconnect(500+); the server refuses another connection.
  39. Replies
    15
    Views
    5,910

    Re: TcpListener Multi-threaded

    I can't remember how I did it exactly but I used BeginConnect then when I tried to send any message; the connection was dropped.
  40. Replies
    15
    Views
    5,910

    Re: TcpListener Multi-threaded

    Thanks.
    But I've tried before to use an asynchronous TcpClient to connect to a Java-based server and I can't connect.
    Anyway, I'll try to test it.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width