http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html
];//Buffer do { printf("Message: "); scanf("%s",msg); sendto(s, msg, strlen(msg)+1, 0,NULL,0);//Sends the message }while(*msg!='0'); /*Just an exit condition*/ close(s);//Close Socket return 0;}The RecieverThis program listens to localhost:34000 and accepts first connection and
prints the messages whenever it recieves one. To Setup a reciever following must be done:1. Setup a port address and open a socket and bind to it.2. Listens for Clients to connect.3. Accept ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
. There can be any number of PHP code segments in a file. Text outside the code segment is by default interpreted as HTML and send back to the browser as it is. The code within the segement is evaluated and executed and the output of the code replaces the The PHP code is executed and replaced in the server itself and no PHP source code is sent to the browser. Thus the HTML recieved by the browser is Today's dateTodays date is : Apr 22 2007 09:15:00echo is something like the printf. It
prints whatever ...
Published 5 years, 1 month ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
if you get a confirmation of installing unsigned drivers.
Now is the easy part, just open up a command prompt (cmd)
cd to the tools folder (cd c:nexus-s-roottools)
Run fastboot devices
Now you should get a number
printed on the line. This means your phone is ready to be unlocked.
Run fastboot oem unlock
Now the unlock process would have started on your samsung nexus phone as shown below:
Use the Volume buttons to select Yes, and press the power button
After this the phone should boot up ...
Published 6 months, 1 week ago
http://digitalpbk.com/canon-sx-series/compare-canon-sx120is-vs-canon-sx130is-new
)
Digital input/output (Hi-Speed USB* (MTP, PTP supported))
Hotshoe PC Terminal
Not Applicable
Not Applicable
Dimensions (W x H x D) Excl. Protrusions
113.3 x 73.2 x 45.8mm (4.46 x 2.88 x 1.80in.) CIPA Compliant
110.6 x 70.4 x 44.7 mm (4.35 x 2.77 x 1.76 in.)
X-sync
Not Applicable
Not Applicable
Playback Zoom
Not Applicable
Not Applicable
Direct
printing without a computer ...
Published 1 year, 7 months ago