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.

