Friday, November 13, 2009
Tuesday, November 10, 2009
C# and the .NET Platform by Andrew Troelsen
Monday, November 9, 2009
Formatting Nokia Mobile Phones
Thursday, October 15, 2009
Wi-Fi security by Stewart Miller ebook download
Saturday, August 8, 2009
vettaikaran intro scene
http://rockingcollections.com/Collections/Movies/Vijay%20Hits/vettaikaran/Vettaikaaran%28rockingcollections%29.wmv
Sunday, July 26, 2009
Data Structures and Algorithm Analysis in C by Mark Allen Weiss
Data Structures Through C by Yashwant Kanetkar
Tuesday, July 21, 2009
Saturday, July 18, 2009
Image Processing in C# - sample code
http://www.c-sharpcorner.com/UploadFile/ShrutiShrivastava/ImageProcessing12192005061519AM/ImageProcessing.aspx
Image Comparison using Dominant Color in c#
Friday, July 17, 2009
Image Processing part-4
http://www.codeproject.com/KB/graphics/cbir.aspx
Thursday, July 16, 2009
Image Processing in C#
http://www.devsource.com/c/a/Languages/GDI-Image-Handling-in-C/
Saturday, July 11, 2009
Content Based Image Retrival (CBIR)
http://imageprocessing.wordpress.com/category/cbir/
Friday, July 10, 2009
digital image processing by gonzalez book
plz refer this link inorder to DOWNLOAD the Digital Image Processing by Gonzalaz ebook
http://download398.mediafire.com/zz9x0mwbgeng/mm02xmwxcx3/DigitalImageProcessing-Gonzalez.pdf
Tuesday, July 7, 2009
Saturday, July 4, 2009
CAT 2008 CUT OFF ANALYSIS
http://testfunda.com/ExamPrep/Miscellaneous/Article/cat-cut-off-2008.htm?AssetID=bac76a0c-a4d4-4b64-aae0-4b997e44399b
This link consists of the analysis of the cut off which had got the calls from IIM
Tuesday, June 30, 2009
Uploading Files in our Blog
Monday, June 22, 2009
Tuesday, June 16, 2009
Friday, June 12, 2009
Comparing Images in Matlab
Thursday, June 11, 2009
Test Your C Skills by yashwant kanetkar ebook
Monday, June 8, 2009
Image Processing ToolBox Examples in Matlab
http://www.mathworks.com/access/helpdesk/help/toolbox/images/index.html?/access/helpdesk/help/toolbox/images/exampleindex.html&http://www.mathworks.com/access/helpdesk/help/toolbox/images/
Saturday, May 30, 2009
7th Sem IT Ebook Links
Thursday, May 28, 2009
Spelling mistakes
Wednesday, May 13, 2009
digital image processing using matlab ebook
Thursday, April 23, 2009
Running a servlet using jsdk2.1
STEPS:
STEP 1: DOWNLOADING JSDK2.1
STEP 2: SETTING UP THE JSDK
STEP 3: CREATING A HTML FILE
STEP 4: CREATING A SERVLET CLASS
STEP 5: STARTING THE SERVER
STEP 6: BROWSER INTERPRETATION OF THE SERVER STARTED
STEP 7: VIEWING THE HTML FILE FROM THE BROWSER
STEP 8: STOPPING THE SERVER
STEP 1:DOWNLOADING JSDK2.1
Type this url in your browser to download the J2SDK(JAVA 2 SERVLET DEVELOPMENT KIT)
http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jsdk2_1-win.zip?BundledLineItemUUID=iCpIBe.m248AAAEgVllHfNHo&OrderID=9MFIBe.mvEQAAAEgRllHfNHo&ProductID=Mx3ACUFB4OIAAAEY1wI5AXis&FileName=/jsdk2_1-win.zip
STEP 2:SETTING UP THE JSDK
Extract the contents from the zip file
The folder name is jsdk2.1.
Copy this folder into the disk drive you want(I have used C: drive)
STEP 3:CREATING A HTML FILE
Type a html file (which invokes a servlet).
Store the html file in the directory(C:\jsdk2.1\examples\servlets)
Note:
Form tag in the html should look like
form action="http://localhost:8080/examples/servlet/yourservletclassname"
STEP 4:CREATING A SERVLET CLASS
Type the servlet class
Compile it
Copy the class file
Paste the class file in the directory(C:\jsdk2.1\examples\WEB-INF\servlets)
STEP 5:STARTING THE SERVER
Go to the directory C:\jsdk2.1
Double click startserver.bat
a command window will open (just minimize it)
STEP 6:BROWSER INTERPRETATION OF THE SERVER STARTED
Open ur browser
Type "http://localhost:8080" in the address bar and press Enter
You will see the Introduction page with Documentation and Examples link
(Success there is a server running on port 8080)
STEP 7: VIEWING THE HTML FILE FROM THE BROWSER
Type "http://localhost:8080/examples/servlets/yourfile.html"
Press Enter
the html contents will be displayed
The servlet wil be invoked according to your actions.
STEP 8: STOPPING THE SERVER
To stop ur server go to C:\jsdk2.1
double click stopserver.bat
Have a nice Servlet Programming Experience
Cheers :)
Wednesday, April 22, 2009
copied song in kadhalil vilundaen
Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! Edition * Click here!
Tuesday, April 21, 2009
Java Struts links
Cricket on your mind? Visit the ultimate cricket website. Enter now!
Sunday, April 12, 2009
Networks unit 5 SNMP portions
- chap1
- chap2
- chap3
- chap4
- chap5
- chap6
- chap7
- chap8
- chap9
- For snmpv2 we have to now the syntax changes which snmpv2 has when compared to snmpv1
- comparison of snmpv1 and snmpv2
- chap 14
- chap 15
Friday, April 10, 2009
vijay frustrated due to villu flop
Aftermath of villu
http://www.youtube.com/watch?v=9S4cEcwV0IA&feature=player_embedded
Thursday, April 9, 2009
Udp echo program using broadcast
Tuesday, April 7, 2009
Saturday, April 4, 2009
packages to be installed for running rpc
- ubuntu@ubuntu:~$ sudo apt-get install g++
- ubuntu@ubuntu:~$ sudo apt-get install quota
- ubuntu@ubuntu:~$ sudo apt-get install nfs-kernel-server
The following is the error screen i encountered and the actions taken..
ubuntu@ubuntu:~$ g++ -c rand_client.c
The program 'g++' can be found in the following packages:
* g++
* pentium-builder
Try: sudo apt-get install
bash: g++: command not found
ubuntu@ubuntu:~$ sudo apt-get install g++
ubuntu@ubuntu:~$ ./rand_server
Cannot register service: RPC: Unable to receive; errno = Connection refused
unable to register (RAND_PROG, RAND_VERS, udp).ubuntu@ubuntu:~$ ./rand_server
Cannot register service: RPC: Unable to receive; errno = Connection refused
unable to register (RAND_PROG, RAND_VERS, udp).ubuntu@ubuntu:~$ netstat -a|grep nfs
ubuntu@ubuntu:~$ sudo apt-get install quota
[sudo] password for ubuntu:
ubuntu@ubuntu:~$ sudo apt-get install nfs-kernel-server
ubuntu@ubuntu:~$ ./rand_server
Monday, March 30, 2009
Initial configurations for j2eesdk
click on the image to enlarge it.
assuming your username is :admin
and password : adminadmin
download the tutorial bundle from http://java.sun.com/j2ee/1.4/download.html#tutorial
its a file named J2EE 1.4 Tutorial Update 7 (for Sun Java System Application Server Platform Edition 8.2)
To Configure the Windows Environment to Use the Command-line Tools like asant
Steps
-
From the Explorer window or desktop, right click My Computer.
-
Choose Properties to display the System Properties dialog.
-
Click the Advanced tab.
-
Click Environment Variables.
-
In the User variables section, add or update the PATH variable.
-
If a PATH variable exists with some other path other than c:\sun\appserver\bin :
-
Click Edit.
-
In Variable Value, enter the path to the server's bin directory, separated from other entries by a semicolon. For example:
install_dir/bin;other_entries
eg:c:\sun\appserver\bin;other previous entries if any
-
-
If a PATH variable is not present:
-
Click New.
-
In Variable Name, type PATH.
-
In Variable Value, type the path to the server's bin directory:
install_dir/bin
eg:c:\sun\appserver\bin
-
-
-
In the User variables section, add an environment variable AS_ADMIN_USER and set it to the Administrative User Name that you assigned during installation.
default username will be admin while installation.
read quickstart.html found in c:\sun\appserver\docs\quickstart.html to get an idea about packaging the contents into a war file and deploying the war file using a simple example.
Inorder to build and deploy the examples in the tutorial bundle the following configurations have to be done.
copy paste the tutorial bundle(ie) j2eetutorial7 folder in c:\sun\appserver.
go to C:\Sun\AppServer\j2eetutorial14\examples\common folder
3 files will be there.
open admin-password.txt n do the following changes..
AS_ADMIN_PASSWORD=adminadmin
Open build.properties properties file and make the changes such that it resembles the contents below.
Open the file using wordpad or notepad.
j2ee.home=C:/Sun/AppServer
j2ee.tutorial.home=C:/Sun/AppServer/j2eetutorial14
asinstall.dir=${j2ee.home}
admin.password.file=${j2ee.tutorial.home}/examples/common/admin-password.txt
admin.host=localhost
admin.user=admin
admin.port=4848
https.port=8181
domain.resources="domain.resources"
domain.resources.port=8080
# Derby configuration settings
db.delimiter=;
db.root=${j2ee.home}/derby
db.driver=org.apache.derby.jdbc.ClientDriver
db.datasource=org.apache.derby.jdbc.ClientDataSource
db.host=localhost
db.port=1527
db.sid=sun-appserv-samples
db.url=jdbc:derby://${db.host}:${db.port}/${db.sid};create=true;
db.user=APP
db.pwd=APP
db.jvmargs=-ms16m -mx32m
now you can deploy the tutorial examples..:):)
Friday, March 27, 2009
6th semester it endsem timetable
timing morning 9:30 to 12:30
27/04/2009 MON SOFTWARE PROJECT MANAGEMENT
29/04/2009 WED NETWORK PROG & MANAGEMENT
02/05/2009 SAT MOBILE COMPUTING
05/05/2009 TUE WEB TECHNOLOGY
07/05/2009 THUR VISUAL PROG
09/05/2009 SAT ADV DB TECH
timing 4 algo alone:in afternoon 2 to 5 pm
11/05/2009 MON ALGORITHM DESIGN TECHNIQUES
itho enthan deivam
http://www.techsatish.net/2007/09/26/etho-enthan-deivam-munnalae-babu-tamil-movie-song/
Thursday, March 26, 2009
virtual network computing-the original cross-platform remote control solution
For more info see the below link
http://www.realvnc.com/vnc/how.html
Tuesday, March 24, 2009
PERSONAL SUPER COMPUTER
http://www.pcworld.com/businesscenter/article/161545/personal_supercomputer_is_coming.html
mobile communication schiller ppts
ppts of mobile communications schiller book is available in this link..other pdf ebooks are also available in this link..
http://www.pdf-search-engine.com/jochen-schiller-mobile-communication-pdf.html
Sunday, March 22, 2009
internet n www how to program deitel ebook
Saturday, March 21, 2009
web tech 2nd asses ppts
this contains ppts 4 web tech 2nd assess..
Add more friends to your messenger and enjoy! Invite them now.
Friday, March 20, 2009
networks and mobile computing 2nd assess portions
chap5: tcp client server example
chap6: i/0 multiplexing:the select and poll functions
chap 10: ipv4 n ipv6 interoperability
chap11: advanced name and address conversions
chap23: threads
chap25: raw sockets
mobile comp
chap4 :
4.1 GSM
chap7:wireless lan
projects srs n details link
hope its useful..:)
http://www.iisjaipur.org/iiim-current-08/mca_iv_sem_pro_eva/
or
http://www.iisjaipur.org/iiim-current-08/mca_iv_sem_pro_eva/MCA_IV_Sem_Pro_Eva.htm
Thursday, March 19, 2009
sqlserver 2005 prob
i installed sqlserver 2005 da..
but after installation couldnt find it in my sys..
Check out the all-new Messenger 9.0! Click here.
Sunday, March 15, 2009
microsoft visual c++ kruglinski ebook download link
this the link 4 visual c++ ebook da..
http://freepdfbookdownload.com/post/Programming-Microsoft-Visual-C2b2b.aspx
Friday, March 13, 2009
Blog Archive
-
▼
2009
(57)
-
►
July
(13)
- Data Structures and Algorithm Analysis in C by Mar...
- Data Structures Through C by Yashwant Kanetkar
- Useful blog for Image Processing Contents
- Image Processing in C# - sample code
- Image Comparison using Dominant Color in c#
- Image Processing part-4
- Image Processing part-3
- image processing in C# part-2
- Image Processing in C#
- Content Based Image Retrival (CBIR)
- digital image processing by gonzalez book
- Let Us C 5th edition by Yashwant Kanetkar
- CAT 2008 CUT OFF ANALYSIS
-
►
April
(11)
- Running a servlet using jsdk2.1
- copied song in kadhalil vilundaen
- Java Struts links
- Protect Your Computer Against Conficker Or Any USB...
- Protecting the pc from script based viruses
- Networks unit 5 SNMP portions
- vijay frustrated due to villu flop
- Aftermath of villu
- Udp echo program using broadcast
- asp program links
- packages to be installed for running rpc
-
►
March
(17)
- Initial configurations for j2eesdk
- 6th semester it endsem timetable
- itho enthan deivam
- comedy scene
- virtual network computing-the original cross-platf...
- PERSONAL SUPER COMPUTER
- mobile communication schiller ppts
- internet n www how to program deitel ebook
- web tech 2nd asses ppts
- dotnet tutorial link
- networks and mobile computing 2nd assess portions
- our friends
- projects srs n details link
- sqlserver 2005 prob
- microsoft visual c++ kruglinski ebook download link
- India vs NZ 5th ODI
- started
-
►
July
(13)