Most socket programming related news are at:

prasannatech.net – Techtalks - A Technical Blog | Useful code | Technical articles | Programming tips

Creating a Bitarray in python 1 Jul 2012 | 05:37 pm

This code shows an implementation of bitarray in python using the bytearray built-in function, it can set/unset and fetch a bit from a given array index location, in the below example we create a bita...

A quick reference to HTML/URL escape/unescape methods in python 1 Jul 2012 | 05:33 pm

This code briefs about some of the escape/unescape methods in python available for HTML special characters and also ways to quote/unquote characters using urllib methods, though obvious, this is one o...

More socket programming related news:

Socket Programming in C#... dotnetjohn.com 5 Jul 2011 | 01:00 am

In this article, Joydip demonstrates the working of socket programming in C#. He starts with a brief introduction of sockets and ports and examines the differences between synchronous and asynchronous...

How to change remote_addr header programmatically javaneverdie.com 24 May 2012 | 06:07 pm

I looked for the way to change REMOTE_ADDR header using HtmlUnit, or HttpClient. After some attempts realized that this is impossible. It is still possible on the level of socket programming but not h...

ustat is a robot... tooyie.blogspot.com 7 Sep 2005 | 05:18 am

What is ustat..or who is ustat..the same question. Sometimes when ustat(Fatah) talk to me about hacking..socket programming..bla,bla, i feel i'm so stupid (know nothing).I'm not understand what he tal...

Socket Programming untuk ARP Poisoning logsmylife.wordpress.com 22 May 2010 | 03:45 pm

Socket Programming adalah protokol yang mempunyai metode untuk membuat koneksi antar antara perangkat dalam jaringan. Terdapat dua tipe socket yang paling sering digunakan yaitu “Stream Socket” dan “D...

Socket Programing elmandayp.com 21 Jun 2010 | 11:55 pm

Setiap kali kita berbicara masalah TCP/IP, maka akan selalu muncul istilah socket. Socket   adalah  mekanisme   komunikasi   yang  memungkinkan terjadinya   pertukaran data antar program atau proses b...

Bash Socket Programming hacktux.com 26 Sep 2011 | 10:54 am

You can connect to a socket using Bash by using exec and redirecting to and from the pseudo-path /dev/tcp/<hostname>/<port> or /dev/udp/<hostname>/<port>. For instance, to connect to your localhost SS...

client - server socket programming in c for file transfer between linux machines ipool.tk 23 Jun 2012 | 05:10 pm

[ATTACHMENTS VISIBLE ONLY TO MEMBERS] i’m sharing the working and complete source code of a client-server program for sending file to the sever from client. the program is compiled for linux machine. ...

Python Socket Programming (Part 2 Socket Server) klikedukasi.com 6 Jul 2013 | 11:38 am

Tutorial part 2 tentang python socket programming. Untuk dapat mengikuti ini, saya merekomendasikan untuk membaca tutorial part 1 terlebih dahulu. Kali ini saya akan menjelaskan tentang socket program...

Recently parsed news:

Recent keywords:

Recent searches: