We have an application written in C# .Net. We would like to offer our users free premium subscriptions to our services, in return for posting about us on twitter and Facebook.
Hi all Im building a android application that requires data from a PHP server. Lets say i have a text input on my web application. Whenever the users trigger a \"onkeydown\" i want to send the chara
I want to know how to implement Location Based service in my website where i can find the exact location of the user who is accessing my site.. I tried with $_SERVER[\'REMOTE_ADDR\'], but its giving I
I am trying to build remote desktop application using java. For that what I have planned is to take screen shot of screen using Robot and convert it to byte array(bmp image) and send it. In server sid
I want to write a small project for myself - FTP client. I know开发者_运维技巧 to work with GUI, Socket & ServerSocket for TCP communication.
I\'m using fiddlerCore in order to capture the network activity. I downloaded the \"fiddlercore demo 1\" from the fiddler wiki page (http://fiddler.wikidot.com/fiddlercore-demo) and I removed the Fid
Using the code below I will get all network interfaces which are enabled and functional on the machine.
We have a set of applications that transfer data from 开发者_运维技巧one system to another within the same network. They uses WCF C#, and do something like transfer 1000 objects at a time on a continu
I saw the following description in the official tomcat configuration documentation (APR connector description omitted):
I have a networking hardware which does Rx coalescing , in which frames partaining to a nic device are combined and s开发者_运维技巧end as a big chunk ( Greater than mtu) to the driver.