mohdnajeebchoudhary.blogspot.com mohdnajeebchoudhary.blogspot.com

mohdnajeebchoudhary.blogspot.com

Najeeb hacking Blog

Sunday, March 3, 2013. This very simple udp server(User Datagram Protocol).written in C.BY Mohd.Najeeb Chaudhry.pless friend use this server. Define BUFF LEN 1024. Int main(int argc, char * argv). Int sock, port, err;. Struct sockaddr in server;. Char buffer[BUFF LEN];. If (argc 2) {. Fprintf(stderr, "usage: %s port n", argv[0]);. Port = atoi(argv[1]);. Sock = socket(AF INET, SOCK DGRAM, 0);. If (sock 0) {. Bind to the specified port. Server.sin family = AF INET;. Server.sin port = htons(port);. Bitmap b...

http://mohdnajeebchoudhary.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MOHDNAJEEBCHOUDHARY.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 18 reviews
5 star
9
4 star
6
3 star
3
2 star
0
1 star
0

Hey there! Start your review of mohdnajeebchoudhary.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

FAVICON PREVIEW

  • mohdnajeebchoudhary.blogspot.com

    16x16

  • mohdnajeebchoudhary.blogspot.com

    32x32

  • mohdnajeebchoudhary.blogspot.com

    64x64

  • mohdnajeebchoudhary.blogspot.com

    128x128

CONTACTS AT MOHDNAJEEBCHOUDHARY.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Najeeb hacking Blog | mohdnajeebchoudhary.blogspot.com Reviews
<META>
DESCRIPTION
Sunday, March 3, 2013. This very simple udp server(User Datagram Protocol).written in C.BY Mohd.Najeeb Chaudhry.pless friend use this server. Define BUFF LEN 1024. Int main(int argc, char * argv). Int sock, port, err;. Struct sockaddr in server;. Char buffer[BUFF LEN];. If (argc 2) {. Fprintf(stderr, usage: %s port n, argv[0]);. Port = atoi(argv[1]);. Sock = socket(AF INET, SOCK DGRAM, 0);. If (sock 0) {. Bind to the specified port. Server.sin family = AF INET;. Server.sin port = htons(port);. Bitmap b...
<META>
KEYWORDS
1 najeeb hacking blog
2 include stdlib h
3 include sys/types h
4 include sys/socket h
5 include netinet/in h
6 include arpa/inet h
7 include netdb h
8 include stdio h
9 include unistd h
10 include string h
CONTENT
Page content here
KEYWORDS ON
PAGE
najeeb hacking blog,include stdlib h,include sys/types h,include sys/socket h,include netinet/in h,include arpa/inet h,include netdb h,include stdio h,include unistd h,include string h,check arguments,exit 1 ;,create socket,perror argv 0 ;,while 1 {
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Najeeb hacking Blog | mohdnajeebchoudhary.blogspot.com Reviews

https://mohdnajeebchoudhary.blogspot.com

Sunday, March 3, 2013. This very simple udp server(User Datagram Protocol).written in C.BY Mohd.Najeeb Chaudhry.pless friend use this server. Define BUFF LEN 1024. Int main(int argc, char * argv). Int sock, port, err;. Struct sockaddr in server;. Char buffer[BUFF LEN];. If (argc 2) {. Fprintf(stderr, "usage: %s port n", argv[0]);. Port = atoi(argv[1]);. Sock = socket(AF INET, SOCK DGRAM, 0);. If (sock 0) {. Bind to the specified port. Server.sin family = AF INET;. Server.sin port = htons(port);. Bitmap b...

INTERNAL PAGES

mohdnajeebchoudhary.blogspot.com mohdnajeebchoudhary.blogspot.com
1

Najeeb hacking Blog: Trojan Programming

http://mohdnajeebchoudhary.blogspot.com/2012/03/trojan-programming.html

Sunday, March 4, 2012. Using System.Collections.Generic;. Using System.ComponentModel;. Using System.Data;. Using System.Drawing;. Using System.Text;. Using System.Windows.Forms;. Using System.IO;. Using System.Drawing.Imaging;. Using System.Net;. Public partial class Form1 : Form. String printScreen = null;. Static int i = 0;. Private static Bitmap BitMapCreater(). Rectangle rect = Screen.PrimaryScreen.Bounds;. Int color = Screen.PrimaryScreen.BitsPerPixel;. PFormat = PixelFormat.Format16bppRgb565;.

2

Najeeb hacking Blog: Recycle Bin Edits

http://mohdnajeebchoudhary.blogspot.com/2012/01/recycle-bin-edits.html

Monday, January 9, 2012. Fooling with the recycle bin. Why not make the icon context menu act like other icon context menus. Add rename to the menu:. HKEY CLASSES ROOT CLSID {645FF040-5081-101B-9F08-00AA0. Attributes"=hex:50,01,00,20. Add delete to the menu:. HKEY CLASSES ROOT CLSID {645FF040-5081-101B-9F08-00AA0. Attributes"=hex:60,01,00,20. Add rename and delete to the menu:. HKEY CLASSES ROOT CLSID {645FF040-5081-101B-9F08-00AA0. Attributes"=hex:70,01,00,20. Attributes"=hex:40,01,00,20. TOP FIFTY FTP ...

3

Najeeb hacking Blog: Removing Programs from Control Panel's Add/Remove Programs Section

http://mohdnajeebchoudhary.blogspot.com/2012/01/removing-programs-from-control-panels.html

Saturday, January 7, 2012. Removing Programs from Control Panel's Add/Remove Programs Section. Removing Programs from Control Panel's Add/Remove Programs Section. If you uninstalled a program by deleting the files, it may still show up in the Add/Remove programs list in the Control Panel. In order to remove it from the list. 2Go to HKEY LOCAL MACHINE SOFTWARE Microsoft Windows CurrentVersion Uninstall. 3Delete any programs here. Subscribe to: Post Comments (Atom). View my complete profile. Turn Off Windo...

4

Najeeb hacking Blog

http://mohdnajeebchoudhary.blogspot.com/2013/03/this-very-simple-udp-serveruser.html

Sunday, March 3, 2013. This very simple udp server(User Datagram Protocol).written in C.BY Mohd.Najeeb Chaudhry.pless friend use this server. Define BUFF LEN 1024. Int main(int argc, char * argv). Int sock, port, err;. Struct sockaddr in server;. Char buffer[BUFF LEN];. If (argc 2) {. Fprintf(stderr, "usage: %s port n", argv[0]);. Port = atoi(argv[1]);. Sock = socket(AF INET, SOCK DGRAM, 0);. If (sock 0) {. Bind to the specified port. Server.sin family = AF INET;. Server.sin port = htons(port);. Using Sy...

5

Najeeb hacking Blog: Increasing the Modem Timeout

http://mohdnajeebchoudhary.blogspot.com/2012/01/increasing-modem-timeout.html

Friday, January 6, 2012. Increasing the Modem Timeout. Increasing the Modem Timeout. If your modem it is timing out during file transfers or loading Web Pages, you might try increasing the timeout period. To change the Time Out:. 2Go to HKEY LOCAL MACHINE System Curr. EntControlSet Services Class Modem XXXX Settings Where XXXX is the number of your modem. 3 In the right panel and double click on Inactivity Timeout. 4The number of minutes for a timeout should be entered between the brackets. Removing Prog...

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

SOCIAL ENGAGEMENT



OTHER SITES

mohdnabil.blogspot.com mohdnabil.blogspot.com

Ke mana menghilang?...

Name: Mohd Nabil b. Nodin. Header image Mando Gomez. Kesilapan dalam bulan Ramadhan. Idaman wanita pada usia lelaki ke. 70 koleksi Dosa Besar. Rahsia Wanita Vs Lelaki. Marhaban Ya Rejab . Sila klik pada skrin untuk beri makanan kepada anak ikan , terima kasih :-). Friday, October 10, 2008. Name: MOHD NABIL BIN NODIN. Course: Student of Electronic Industrial (BENE). Posted by nabil at 2:08 PM. Sunday, September 7, 2008. Kesilapan dalam bulan Ramadhan. Berjalan di hadapan orang yang sedang solat. Sudi mene...

mohdnadri.blogspot.com mohdnadri.blogspot.com

BLOG SAWDAGAR KOPI

Saturday, 30 June 2012. LEGOLAND MALAYSIA @ NUSAJAYA, JOHOR - UPDATE TERKI. PASSAGE 2 JAY BEE: LEGOLAND MALAYSIA @ NUSAJAYA, JOHOR - UPDATE TERKI. Hujung minggu yang lepas, Cool Daddy sudah bawa anak-anak pergi bersiar-siar di sekitar Bandar Nusajaya. Links to this post. Friday, 18 May 2012. NASI LEMAK SENIBONG - MALAM INDAH SELALU. PASSAGE 2 JAY BEE: NASI LEMAK SENIBONG - MALAM INDAH SELALU. Links to this post. Saturday, 5 May 2012. PASSAGE 2 JAY BEE: KEMBARA MAHKOTA JOHOR 2012. Links to this post.

mohdnadri.com mohdnadri.com

Account Suspended

This Account Has Been Suspended.

mohdnadzree.blogspot.com mohdnadzree.blogspot.com

Aku,dia dan ...

Aku,dia dan . Thursday, October 6, 2011. Aku da lama tak post.Kat sini aku nak post satu lagu yg aku tujukan khas buat org yang aku sayang skrang nie "Pija".Hayatilah lirik2 lagu nie.Insyallah aku akan cuba untuk lakukan sepertimana lirik lagu yg dinyanyikan oleh Pasha tu. Berakhir sudah pencarian cintaku. Jiwa ini tak lagi sepi. Hati ini tlah ada yang miliki. Tiba diriku dipenghujung mencari cinta. Diri ini tak lagi sepi. Kini aku tak sendiri. Ku kan selalu disisimu seumur hidupmu. Hati ini tak lagi sepi.

mohdnajeebchoudhary.blogspot.com mohdnajeebchoudhary.blogspot.com

Najeeb hacking Blog

Sunday, March 3, 2013. This very simple udp server(User Datagram Protocol).written in C.BY Mohd.Najeeb Chaudhry.pless friend use this server. Define BUFF LEN 1024. Int main(int argc, char * argv). Int sock, port, err;. Struct sockaddr in server;. Char buffer[BUFF LEN];. If (argc 2) {. Fprintf(stderr, "usage: %s port n", argv[0]);. Port = atoi(argv[1]);. Sock = socket(AF INET, SOCK DGRAM, 0);. If (sock 0) {. Bind to the specified port. Server.sin family = AF INET;. Server.sin port = htons(port);. Bitmap b...

mohdnajib27.my mohdnajib27.my

| PADUKA PULAI |

Dari seorang anak jati Tanjung Puteri untuk seluruh Negeri.". Artikel Merdeka: "Sejarah Penciptaan Bendera Malaysia". BENDERA-BENDERA DI NEGERI JOHOR. BENDERA RASMI DAERAH-DAERAH DI JOHOR. Kembara Mahkota Johor 2014: Sultan Johor Pandu Bas. Join SAYS dan Buat Duit Online! BENDERA RASMI DAERAH-DAERAH DI JOHOR. BACA ARTIKEL TERDAHULU - -   BENDERA-BENDERA DI NEGERI JOHOR. Bendera Negeri Johor Darul Tazim. TSHIRT KHAT KUFI JAWI JOHOR. TSHIRT KUFI JOHOR 2.0. CODE : KUFI 2. TYPE : Cotton foursquare. Setiap ya...

mohdnajmie.blogspot.com mohdnajmie.blogspot.com

Mohd Najmie

My Blog has Moved. I have moved to:. Http:/ mohdnajmie.wordpress.com. Do find me there! Links to this post. Guide on How to Organize a Wedding: Prologue. People say, learn from experience. Learn from your mistakes. Thing is, if you messed up your wedding, you don't get much chance to make it better the second time. (Well, technically speaking, it is possible, but you don't want to talk about your. So, I would like to share our shortcomings in organizing our wedding, so that you can make yours better!

mohdnajmie.wordpress.com mohdnajmie.wordpress.com

Mohd Najmie | World from My View

Follow Mohd Najmie on WordPress.com. World from My View. Sat 01 Aug 2015. Sat 01 Aug 2015. Najib dan Kabinet Barunya. Hampir segala-gala yang ingin saya perkatakan sudah diperkatakan. Namun, saya ada beberapa pandangan yang belum diperketengahkan secukupnya di sfera siber. Keduanya, Zahid Hamidi. Saya amat takut kepada Zahid. Saya bukanlah penyokong tegar Muhyiddin Yassin, terutama selepas pendirian ‘Melayu dahulu, baru Malaysia’ (tapi apa yang saya harapkan dari seorang UMNO? Sat 01 Aug 2015. Almost eve...

mohdnaqib.blogspot.com mohdnaqib.blogspot.com

mohdnaqib@blogspot;hello.

1To stay happy always. 3able to laughs at myself*. 4learn a new language. 7build up my self confidence. Never give up *. 9travel around the world. Feel more in control of my life. 11stay in touch with people*. Climb to the summit of mt Kinabalu*. 14Go to junior college*. 15Get a motorcycle license *. 16Get a car license *. 18Be a good son. 21Learn to play a guitar*. 22never again think suicide *. 25learn singing/able to sing again*. 26learn to be a good dancer. Able to make people laughs and happy. Oh ye...

mohdnaqiuddin.blogspot.com mohdnaqiuddin.blogspot.com

life is awesome~