 |
|
21-04-2011, 07:54 PM
|
#1 (permalink)
|
|
Apprentice
Join Date: May 2007
Posts: 99
|
need help for final year project
Guys i m third year IT degree student , i am looking for good topic for my final year project . i am looking for something good , like my friend made 3d Compiler in C. It created 3d objects .
Please give your valuable suggestion , just reply if any thing is there in ur mind .
__________________
visit my site: www.techdrome.blogspot.com
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
21-04-2011, 10:15 PM
|
#2 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
my 1st proj 3rd yr :
i built a customizable audio plugin for ASP pages with user profile and playlist support on the server.
it played mp3 and wav files. user had the option to select songs from the server library or upload his own file. then the code can be placed any where on any page to play music randomly
2nd proj: final yr :
vehicle number plate recognition and tracking system (u get the idea)
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
22-04-2011, 11:16 AM
|
#3 (permalink)
|
|
127.0.0.1
Join Date: Nov 2010
Location: Kolkata / Durgapur
Posts: 770
|
Re: need help for final year project
Quote:
Originally Posted by arpanmukherjee1
my 1st proj 3rd yr :
i built a customizable audio plugin for ASP pages with user profile and playlist support on the server.
it played mp3 and wav files. user had the option to select songs from the server library or upload his own file. then the code can be placed any where on any page to play music randomly
2nd proj: final yr :
vehicle number plate recognition and tracking system (u get the idea)
|
Wow really nice. I am 2nd Year IT student and to be honest i have no idea how or what to use / learn to make those
__________________
Intel i5 760 || Gigabyte H55 || Corsair 4GB 1333MHz Value || XFX HD5670 1GB
WD 2TB Green + Seagate 5900RPM 2 TB + Seagate Freeagent 1 TB x2
Corsair CX400 || Zebronics Bijli || Samsung P2350 23.5" || Altec Lansing VS2621
My Speedtest :D
|
|
|
22-04-2011, 11:53 AM
|
#4 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2009
Posts: 1,625
|
Re: need help for final year project
In My final year IT degree project....we had made a "Surveillance system" in Visual Basic 6.
This software would reside on your computer capture all the processes running, applications used, websites visited, take screenshots on a timely basis,capture key presses, pc usage time,etc...of the user. And log all this information in an encrypted form so that later the administrator can view this information in the form of a Report. We wanted to even add a webcam so that a snapshot of the user could be taken.
The aim of this project was to provide an application that could be used in offices and cybercafes to monitor user activities and the name of our project was "Omnipresent"
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
|
|
|
27-04-2011, 10:55 AM
|
#5 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
^^ did you "hide" your application from the process list ??
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
27-04-2011, 02:17 PM
|
#6 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2009
Posts: 1,625
|
Re: need help for final year project
You won't see in the applications list but it would be there in the process list...as it was kind a basic surveillance system...the examiner was pretty much impressed by the functionality...specially the screenshot and key press tracking feature
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
|
|
|
27-04-2011, 09:32 PM
|
#7 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
Quote:
Originally Posted by mitraark
Wow really nice. I am 2nd Year IT student and to be honest i have no idea how or what to use / learn to make those 
|
try to learn stuff on your own and you will come up with something others, even your professors never thought of
Quote:
Originally Posted by abhidev
You won't see in the applications list but it would be there in the process list...as it was kind a basic surveillance system...the examiner was pretty much impressed by the functionality...specially the screenshot and key press tracking feature
|
thats great work.
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
27-04-2011, 11:10 PM
|
#8 (permalink)
|
|
le cat lover
Join Date: Oct 2009
Posts: 591
|
Re: need help for final year project
I had made a software to manage customer transaction for a computer vendor in Visual studio 2008.
Very simple.
__________________
If a pizza has a radius 'Z' and depth 'A' then its Volume = Pi * Z * Z * A
|
|
|
28-04-2011, 01:04 PM
|
#9 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2009
Posts: 1,625
|
Re: need help for final year project
Quote:
Originally Posted by arpanmukherjee1
try to learn stuff on your own and you will come up with something others, even your professors never thought of
thats great work.
|
thanx buddy :  :
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
|
|
|
28-04-2011, 02:53 PM
|
#10 (permalink)
|
|
Fullbring
Join Date: Jan 2008
Location: Soul Society
Posts: 5,530
|
Re: need help for final year project
Quote:
Originally Posted by abhidev
In My final year IT degree project....we had made a "Surveillance system" in Visual Basic 6.
This software would reside on your computer capture all the processes running, applications used, websites visited, take screenshots on a timely basis,capture key presses, pc usage time,etc...of the user. And log all this information in an encrypted form so that later the administrator can view this information in the form of a Report. We wanted to even add a webcam so that a snapshot of the user could be taken.
The aim of this project was to provide an application that could be used in offices and cybercafes to monitor user activities and the name of our project was "Omnipresent"
|
project is good but the application has keylogger & is a serious threat to users as their accounts can be hacked easily
@dashang: Buddy u can take help from professors ,friends & seniors...
read the previous made project documents available in library.get the core concept clear
opt for the one which u will b able to handle & complete on time.
All the Best & do well
__________________
I'm the One you've been Waiting for...
|
|
|
28-04-2011, 03:15 PM
|
#11 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2009
Posts: 1,625
|
Re: need help for final year project
Quote:
Originally Posted by Zangetsu
project is good but the application has keylogger & is a serious threat to users as their accounts can be hacked easily
|
as i said all this data is encrypted and can be decrypted by the admin only....so unless the admin is a thief then can't help it
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
|
|
|
29-04-2011, 10:27 AM
|
#12 (permalink)
|
|
127.0.0.1
Join Date: Nov 2010
Location: Kolkata / Durgapur
Posts: 770
|
Re: need help for final year project
Quote:
Originally Posted by Zangetsu
project is good but the application has keylogger & is a serious threat to users as their accounts can be hacked easily
|
The project itself is basically a Keylogger Application
Quote:
@dashang: Buddy u can take help from professors ,friends & seniors...
read the previous made project documents available in library.get the core concept clear
opt for the one which u will b able to handle & complete on time.
All the Best & do well
|
Thanks , i will ask seniors what they did for their project. Shoudl have thought of this before
__________________
Intel i5 760 || Gigabyte H55 || Corsair 4GB 1333MHz Value || XFX HD5670 1GB
WD 2TB Green + Seagate 5900RPM 2 TB + Seagate Freeagent 1 TB x2
Corsair CX400 || Zebronics Bijli || Samsung P2350 23.5" || Altec Lansing VS2621
My Speedtest :D
|
|
|
29-04-2011, 12:24 PM
|
#13 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2009
Posts: 1,625
|
Re: need help for final year project
It not only logs keys but also takes screenshots....a serious threat to porn viewers
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
|
|
|
29-04-2011, 12:36 PM
|
#14 (permalink)
|
|
Fullbring
Join Date: Jan 2008
Location: Soul Society
Posts: 5,530
|
Re: need help for final year project
^^good for parents monitoring child...
I bet u wudn't have installed it in ur PC not ur frnds who were with u in dat project....
__________________
I'm the One you've been Waiting for...
|
|
|
29-04-2011, 03:37 PM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2009
Posts: 1,625
|
Re: need help for final year project
ya right.......
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
|
|
|
29-04-2011, 05:32 PM
|
#16 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
Quote:
Originally Posted by mitraark
The project itself is basically a Keylogger Application 
|
its not. keylogger is completely hidden. wont do go into details but you cannot enumerate, request service or stop the process. .Net does not provide any of such capacity and its simply impossible to make a keylogger in .net, managed code that is and many more options,
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
29-04-2011, 05:34 PM
|
#17 (permalink)
|
|
Fullbring
Join Date: Jan 2008
Location: Soul Society
Posts: 5,530
|
Re: need help for final year project
Quote:
Originally Posted by arpanmukherjee1
its not. keylogger is completely hidden. wont do go into details but you cannot enumerate, request service or stop the process. .Net does not provide any of such capacity and its simply impossible to make a keylogger in .net, managed code that is
|
buddy he had developed it in VB6
__________________
I'm the One you've been Waiting for...
|
|
|
29-04-2011, 11:54 PM
|
#18 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: need help for final year project
For my third year B.Sc., I have developed a online compiler for Java - a site where user can upload / type Java code and the site will compile the code, report errors if any and give executable (.class) to download.
I have created a pastebin as well.
Lately, I have created an online examination system. Now thinking of creating a programming competition management platform.
|
|
|
30-04-2011, 11:42 PM
|
#19 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
Quote:
Originally Posted by Zangetsu
buddy he had developed it in VB6
|
thats why i said the app is not a proper keylogger. i would say that you actually have to design a driver for proper implementation. i did that for studying compilers in 4th year
Quote:
Originally Posted by Garbage
For my third year B.Sc., I have developed a online compiler for Java - a site where user can upload / type Java code and the site will compile the code, report errors if any and give executable (.class) to download.
I have created a pastebin as well.
|
i created the same for C/C++, java, C#, VB and python in ASP. it was not a
project, did it to study ASP and C#.
the pastebin idea is good. didnt know something like that existed !! thanks...
Quote:
Originally Posted by Garbage
Lately, I have created an online examination system. Now thinking of creating a programming competition management platform.
|
man... such sites are lame.... do something interesting.. like online paint s/w or something.. for your benifit
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
01-05-2011, 09:34 AM
|
#20 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: need help for final year project
Quote:
Originally Posted by arpanmukherjee1
man... such sites are lame.... do something interesting.. like online paint s/w or something.. for your benifit
|
LOL... Man, I made it to learn new frameworks and to help friends in their project. I don't make them for my benefit.
I have a very good job in IT for my *benefit* and I do much larger projects. Have worked on many languages, frameworks and platforms.
Chill...
|
|
|
01-05-2011, 11:27 AM
|
#21 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
^^ thats
i actually knew that... dont know from where but yes.
sorry for anything you didnt feel right... i didnt mean it.
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
02-05-2011, 09:50 AM
|
#22 (permalink)
|
|
Apprentice
Join Date: May 2007
Posts: 99
|
Re: need help for final year project
hey @garbage can you suggest something good project for me. my professors would recommend similar projects only like peer 2 peer downloader, online tracking etc.
__________________
visit my site: www.techdrome.blogspot.com
|
|
|
04-05-2011, 05:28 PM
|
#23 (permalink)
|
|
Apprentice
Join Date: May 2007
Posts: 99
|
Re: need help for final year project
hey guys do u have any more suggestions please reply
__________________
visit my site: www.techdrome.blogspot.com
|
|
|
04-05-2011, 09:56 PM
|
#24 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
have you talked to your seniors and professors about existing on going projects that you can join in ??
what topics/languages are at your best command ??
are you willing to learn new topic and research on it to successfully implement it ??
how much time do you have ??
do you have a team ? if yes how much do they know ?? choose the topic that the team best understands or is willing to
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
05-05-2011, 10:16 AM
|
#25 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: need help for final year project
Hey, BTW, are you allowed to work on any existing open source project and write bug-fixes, extension, etc?
|
|
|
09-05-2011, 09:46 AM
|
#26 (permalink)
|
|
Apprentice
Join Date: May 2007
Posts: 99
|
Re: need help for final year project
i have a whole year and my team are intermediate between beginners and professionals .
and our professors i bet will say common projects . but i want to do something HATKE different .
PLease guys if you have any topic in mind please reply
__________________
visit my site: www.techdrome.blogspot.com
|
|
|
09-05-2011, 09:59 AM
|
#27 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: need help for final year project
One more topic:
You can create a "resume builder" site, where user can upload the information and can download the resume in different formats. You can have some templates, etc..
|
|
|
12-05-2011, 10:16 AM
|
#28 (permalink)
|
|
Apprentice
Join Date: May 2007
Posts: 99
|
Re: need help for final year project
i want something that can earn me good marks and something new or innovative . Resume builder anybody can make even second year student that wont be final year project
__________________
visit my site: www.techdrome.blogspot.com
|
|
|
13-05-2011, 09:40 PM
|
#29 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: need help for final year project
i told you already.
research on the subject.
what are your subjects ????
how much % do know them
by knowing the subject i mean you have referenced atleast 2 books. did practical examples and know about ongoing or sucessful research in other facilities.
my proj fetched 100% marks. this is the documentation.
you should have picked out the topics that you are interested in by now.
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
14-05-2011, 02:14 PM
|
#30 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: need help for final year project
I would recommend you reading Paul Grahm's article - Ideas for Startups
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|