Creating a whole new system

I am a final year student of Computer Science. The title of my final year project is :

A SYSTEM TO MANAGE SOFTWARE AND HARDWARE RESOURCES IN A PC UTILISING DECISION SUPPORT SYSTEMS

I have downloaded a few sets of open source codes that are similar to my title but only one part of my system is in each set of code. This means that i have to combine all these parts to actually form the system that i am going to develop. Some of these codes are in Spanish and I have to translate them bit by bit and this is very time consuming.

Can I have a few suggestions on how I can get the code for this title?

This is a brief specification of my title:

This system has a database which includes details of machines (details including CPU, motherboard details, RAM, HDD, GFX, NIC), drivers for components, and also updated software packages.

A front end which will allow users to interrogate systems, find out what slots are in use, what slots are free, to ask which systems will accept a new component, to provide drivers in demand(by machine and component name), to query available software updates for machines and install updates.

[1167 byte] By [Aiginia] at [2007-11-27 9:01:00]
# 1
I was going to suggest you go back to your first year and actually pay attention this time, but then I realized time travel doesn't exist yet, so that's not really very helpful. Sorry.
hunter9000a at 2007-7-12 21:30:18 > top of Java-index,Java Essentials,Java Programming...
# 2
let me get this straight,you are writing a program in java which will access low level system resources?you will need to use JNI or some intermediate programs written in C. Java by itself wont do what you want.
mkoryaka at 2007-7-12 21:30:18 > top of Java-index,Java Essentials,Java Programming...
# 3

> I was going to suggest you go back to your first year

> and actually pay attention this time, but then I

> realized time travel doesn't exist yet, so that's not

> really very helpful. Sorry.

The phrase "doesn't exist yet" is irrelevant when talking about time travel :-)

georgemca at 2007-7-12 21:30:18 > top of Java-index,Java Essentials,Java Programming...
# 4
Poste doble: http://forum.java.sun.com/thread.jspa?threadID=5189266&tstart=0
BigDaddyLoveHandlesa at 2007-7-12 21:30:18 > top of Java-index,Java Essentials,Java Programming...