http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html
Reads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port address and open a socket and bind to it.2. Send message to specified port and IP addresses.#include types.h>>#include socket.h>>#include in.h>>#include inet.h>>#include #include #include #include #include #include #include time.h>>#include /*Some are unused, But I read these are general
headers used in a network program:)*/int main(void){ struct sockaddr ...
Published 4 years, 6 months ago
http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html
address and open a socket and bind to it.2. Connect to server 3. Send messages4. Close connection when done#include types.h>>#include socket.h>>#include in.h>>#include inet.h>>#include #include #include #include #include #include #include time.h>>#include /*Some are unused, But I read these are general
headers used in a network program:)*/int main(void){ struct sockaddr_in sin; int s; s = socket(AF_INET, SOCK_STREAM, 0); if(!s) { perror("socket()"); return 1 ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
,NULL,hInstance,NULL); HWND hwndTxtOut=CreateWindow("EDIT","Usage Stats loading....",WS_CHILD|WS_VISIBLE,0,0,240,20,hwnd,NULL,hInstance ,NULL); txtW = hwndTxtOut; gSokt = ConnectSock(localaddr[0],7000,hwnd); ShowWindow(hwnd,nCmdShow); UpdateWindow( hwnd ); /*Window Procedure Loop while(GetMessage(&msg;,NULL,0,0)) { TranslateMessage(&msg;); DispatchMessage(&msg;); } return msg.wParam;}void processData(char data[]){ IP_
HEADER iphead; memcpy(&iphead;,data,sizeof(iphead)); //gets ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html
, and see the xorg.conf manual page.# (Type "man xorg.conf" at the shell prompt.)## This file is automatically updated on xserver-xorg package upgrades *only*# if it has not been
modified since the last upgrade of the xserver-xorg# package.## If you have edited this file but would like it to be automatically updated# again, run the following command:# sudo dpkg-reconfigure -phigh xserver-xorgSection "ServerLayout" Identifier "Default Layout" Screen 0 ...
Published 3 years, 11 months ago
http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html
rectangle. The Picture here shows the skin on Windows Media Player 11.Next we can start making the actual theme.
Modify the view node to accomodate the following :Show/Hide Codeleft="0" top="0" width="600" height="267"resizable="false"minWidth="600" minHeight="267"titlebar="false"title="Digitalpbk"scriptFile="digitalpbk.js"onload="init()"backgroundColor="none">Make a new js file ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html
Published 4 years, 11 months ago