Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,155,078 members, 7,825,402 topics. Date: Sunday, 12 May 2024 at 01:26 PM

Nairalanders I Really Need Your Help - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Nairalanders I Really Need Your Help (1107 Views)

Do I Really Need To Learn Bootstrap.. Please Help A Brother / Please Guys, I Really Need Some Good Laravel Ebooks / Webmasters And Nairalanders! I Need Your Help In Other To Secure A Job Urgently. (2) (3) (4)

(1) (Reply) (Go Down)

Nairalanders I Really Need Your Help by iniwrites(m): 1:25pm On Apr 17, 2017

Good day guys. I really need your help. I am in HND 2 studying computer science. I was assigned to a project supervisor since february and my supervisor is really giving me sleepless nights. He havent approved my project topic. He keeps asking me to go and bring more topics that he isnt impressed. Initially project is supposed to be "DO WHAT YOU KNOW YOU CAN DO" and when I did submit topics, he either brands them ND topics, tell me he isnt impressed or they are outdated. He isnt the type that's after money, that I know cause he was my ND project supervisor.

Last week he told me to think outside the box, build a system that will be useful. I am limited by what I know. It’shard knowing someone is expecting something from you yet he wont tell you. He even refused to give me a topic to work on. I need you guys to help me. Give me suggestions based on your field, experience. Tell me about problems your organization is facing so I can see if I can conjure topics from there. If you have topics, drop it. Time is running out. Please… Your field doesnt matter

cc lalasticlala, seun
Re: Nairalanders I Really Need Your Help by iniwrites(m): 1:43pm On Apr 17, 2017
the painful part is that some of the topics he have rejected are being approve by other supervisors. some of them are

WEB BASED AIRPLANE TICKET BOOKING SYSTEM

DESIGN AND IMPLEMENTATION OF A PATIENT INFORMATION SYSTEM FOR NIGERIAN HOSPITALS.

DESIGN AND IMPLEMENTATION OF A WEB BASED COMPUTER ASSISSTED MULTIPLE CHOICE EXAMINATION SYSTEM

DESIGN AND IMPLEMENTATION OF AN E-MARKET PLACE

E-TICKET RESERVATION SYSTEM FOR TRAVEL/TOURISM AGENCY (CASE STUDY OF )

ONLINE COMPUTER GADGETS SHOPPING SYSTEM ONLINE ORDERING SYSTEM FOR A MEGASTORE (CASE STUDY OF SHOPRITE WARRI)

ONLINE SIWES MANAGEMENT WEB BASED ESTATES/HOSTELS MANAGEMENT SYSTEM.

WEB BASED FOOD ORDERING SYSTEM

WEB BASED INSURANCE MANAGEMENT SYSTEM

DESIGN AND MODELLING OF A MULTIPURPOSE COMPUTERIZED FACE RECOGNITION AND FINGERPRINT BIOMETRIC IDENTIFICATION SYSTEM.

MODELLING OF A WEB BASED COMPUTER ASSISSTED MULTIPLE CHOICE TEST SYSTEM

DESIGN AND IMPLEMENTATION OF AN ONLINE SHOPPING SYSTEM WITH PRODUCT TRACKING FOR A MEGASTORE

Design and modeling of a Web Based Contract Bidding, Awarding and Monitoring System with Map (Case Study of Niger Delta Development Commission)

Design and implementation of An Android Based Family Members Location Tracker and Safety App.

Modeling and design of a mobile based citizens oriented e-Senate (or e-Parliament) application for e-Governance

Modeling and implementation of a Web Based Virtual Repository System for Academic Materials. (Case Study Of )

Design and implementation of Cost Comparative Tool for E-commerce shopping sites in the Nigeria E-commerce Landscape

Design And Implementation Of Facial Recognition Employee Daily Time Record Access and Payroll Generating System Using (Case Study Of Michael And Cecelia Ibru Foundation)

MODELING AND IMPLEMENTATION OF DATA, AUDIO AND VIDEO STREAMING SYSTEM

DESIGN AND MODELING OF A WEB BASED FINAL YEAR PROJECT STUDENT ALLOCATING AND MANAGEMENT SYSTEM.

MODELING AND IMPLEMENTATION OF A RESPONSIVE WEB BASED SYSTEM FOR PANCREATIC CANCER DIAGNOSIS USING FUZZY LOGIC




Re: Nairalanders I Really Need Your Help by ToyinDipo(m): 2:44pm On Apr 17, 2017
How about a lecture hall/lecture allocation app.

1 Like

Re: Nairalanders I Really Need Your Help by asalimpo(m): 4:11pm On Apr 17, 2017
Your supervisor is one in a million. The kind that our education system needs. If you were a programming in your spare time they'd be more than enough programming ideas popping up in your head to create a topic from.
Some that are even commercializable.


- implementation of source code parsing and indexing application to make navigation of source code easier
Ide's dont implement it. They could easily include this feature but i dont know y.
It will involve hyperlinking all data in the source codes so that by clicking on a link it takes you to the source code for that data. I have this problem when trying to read some source code.
e.g
if you see a code like this
class person{
private Address address;
private Location location;
}
You have to go find the source file called 'Address' to read! - process is , navigate thru the folders,
find it, open it. It's slow and cumbersome.
But if the codes is linked- You just click address and it takes you to source code.


- design and implementation of a money payment system using sms! - (again this is commercialisable and useful).
some1 wants to buy something, he composes an sms - sends it , the buyer gets an alert.
I needs, cooperation of gsm service providers,banks, and the encryption of the messages.

- suggestions on the redesign of C language without warts (just a light talk, discuss what you hate about C,
point out things that could be better designed and show how your own could be better.
e.g in C,
boolean should be 0-false,1-true. any other error . but it isnt so.
pointers is confusing. the signature for pointer is also the implementation.
Again this kind of idea pops up if you actually do programming)
Or you can generalise it and talk about flaws you find in your preferred language and suggestions
you would like to give to fix it- I dont know if this kind of thing is allowed as a project -
Just a discuss analysis etc.
E.g in Java, i'd like the Map class to be iterable.
Just like the collections classes.

- design an implementation of transpiler - e.g python to php, c# to java - again it's commercialisable.
take target source code - convert it into intermediate form - spit out output in destination language.
- how about desktop apps, must all be web based?
- program that can parse english algebra word problems into symbolic form. I brought it up the other day.
That would be interesting. Again a simple mock up only.
Say "Kunle is x years this year. if his son is twice his age. how old will they be in 20 years time".
- A muse of data compression using simple arithmetics - I worked on this but it failed. That's y i call it a muse.
You wont be able to complete it. But if he'll accept the project, you can present your thoughts on it.
I believe in the near future, it will be possible to shrink 1gig to 10% of its size. Imagine the commercial possibilities for that.
- using technology to alleviate problems of poverty and unemployment of nigerian youths.
Show how tech can be used to this effect.
- how about a study of the general learning curve for selected languages with the aim of establishing
whether the general perception of this languages is true.
you could select some so called hard languages and simple ones. Get a group of test subjects,
expose them to each of them over a 100hr period then see their perception.
How soon did they overcome their learning difficulty? No need for code.
- still on the above, test learning language experimentation on seniors? Grab a bunch of old folks,
retirees, etc and give them the task of learning a programming language. Did they warm up to it?
Practice on different groups of people. Old,young, middle age, educated, uneducated etc.
(it will be hard though.)

1 Like

Re: Nairalanders I Really Need Your Help by iniwrites(m): 3:47am On Apr 18, 2017
asalimpo:



- implementation of source code parsing and indexing application to make navigation of source code easier
Ide's dont implement it. They could easily include this feature but i dont know y.
It will involve hyperlinking all data in the source codes so that by clicking on a link it takes you to the source code for that data. I have this problem when trying to read some source code.
e.g
if you see a code like this
class person{
private Address address;
private Location location;
}
You have to go find the source file called 'Address' to read! - process is , navigate thru the folders,
find it, open it. It's slow and cumbersome.
But if the codes is linked- You just click address and it takes you to source code.

great idea but coupled with everyday lectures, not something I can complete in 10 weeks.

- design and implementation of a money payment system using sms! - (again this is commercialisable and useful).
some1 wants to buy something, he composes an sms - sends it , the buyer gets an alert.
I needs, cooperation of gsm service providers,banks, and the encryption of the messages.

this is good though. One can build a system to simulate the banking system. It would be more like querying using natural language wink

- suggestions on the redesign of C language without warts (just a light talk, discuss what you hate about C,
point out things that could be better designed and show how your own could be better.
e.g in C,
boolean should be 0-false,1-true. any other error . but it isnt so.
pointers is confusing. the signature for pointer is also the implementation.
Again this kind of idea pops up if you actually do programming)
Or you can generalise it and talk about flaws you find in your preferred language and suggestions
you would like to give to fix it- I dont know if this kind of thing is allowed as a project -
Just a discuss analysis etc.
E.g in Java, i'd like the Map class to be iterable.
Just like the collections classes.

for that guy, its equal to asking me to develop my own compiler. He doesnt fall for discussions, he just wants you to code. not achievable in 10 weeks. he will likely dump this to the seminar section/

- design an implementation of transpiler - e.g python to php, c# to java - again it's commercialisable.
take target source code - convert it into intermediate form - spit out output in destination language.

as long as there are commercial/open source apps doing that, he wont take it.

- how about desktop apps, must all be web based?
yes. except you are building a translator

- program that can parse english algebra word problems into symbolic form. I brought it up the other day.
That would be interesting. Again a simple mock up only.
Say "Kunle is x years this year. if his son is twice his age. how old will they be in 20 years time".

last time I worked on parsers, I used Lazarus pascal.....................still interesting.

- A muse of data compression using simple arithmetics - I worked on this but it failed. That's y i call it a muse.
You wont be able to complete it. But if he'll accept the project, you can present your thoughts on it.
I believe in the near future, it will be possible to shrink 1gig to 10% of its size. Imagine the commercial possibilities for that.

you mean shrink without affecting quallity. Achievable by converting data to binary format and compressing... 11100111001000 becomes 31203120130. shocked tongue not cut out for that. right now.

- using technology to alleviate problems of poverty and unemployment of nigerian youths.
Show how tech can be used to this effect.


- how about a study of the general learning curve for selected languages with the aim of establishing
whether the general perception of this languages is true.
you could select some so called hard languages and simple ones. Get a group of test subjects,
expose them to each of them over a 100hr period then see their perception.
How soon did they overcome their learning difficulty? No need for code.
- still on the above, test learning language experimentation on seniors? Grab a bunch of old folks,
retirees, etc and give them the task of learning a programming language. Did they warm up to it?
Practice on different groups of people. Old,young, middle age, educated, uneducated etc.
(it will be hard though.)

sorry bro but these belongs to the seminar section according to how the school operates.

thanks a bunch. got some ideas. really wished this was pushed to fp, could have gotten more suggestion but since it isnt about celebrities, scandal, politics, social media..... anyways thanks again. you saved the day... Arigato
Re: Nairalanders I Really Need Your Help by uzoexcel(m): 7:41am On Apr 18, 2017
Good one mate

asalimpo:
Your supervisor is one in a million. The kind that our education system needs. If you were a programming in your spare time they'd be more than enough programming ideas popping up in your head to create a topic from.
Some that are even commercializable.


- implementation of source code parsing and indexing application to make navigation of source code easier
Ide's dont implement it. They could easily include this feature but i dont know y.
It will involve hyperlinking all data in the source codes so that by clicking on a link it takes you to the source code for that data. I have this problem when trying to read some source code.
e.g
if you see a code like this
class person{
private Address address;
private Location location;
}
You have to go find the source file called 'Address' to read! - process is , navigate thru the folders,
find it, open it. It's slow and cumbersome.
But if the codes is linked- You just click address and it takes you to source code.


- design and implementation of a money payment system using sms! - (again this is commercialisable and useful).
some1 wants to buy something, he composes an sms - sends it , the buyer gets an alert.
I needs, cooperation of gsm service providers,banks, and the encryption of the messages.

- suggestions on the redesign of C language without warts (just a light talk, discuss what you hate about C,
point out things that could be better designed and show how your own could be better.
e.g in C,
boolean should be 0-false,1-true. any other error . but it isnt so.
pointers is confusing. the signature for pointer is also the implementation.
Again this kind of idea pops up if you actually do programming)
Or you can generalise it and talk about flaws you find in your preferred language and suggestions
you would like to give to fix it- I dont know if this kind of thing is allowed as a project -
Just a discuss analysis etc.
E.g in Java, i'd like the Map class to be iterable.
Just like the collections classes.

- design an implementation of transpiler - e.g python to php, c# to java - again it's commercialisable.
take target source code - convert it into intermediate form - spit out output in destination language.
- how about desktop apps, must all be web based?
- program that can parse english algebra word problems into symbolic form. I brought it up the other day.
That would be interesting. Again a simple mock up only.
Say "Kunle is x years this year. if his son is twice his age. how old will they be in 20 years time".
- A muse of data compression using simple arithmetics - I worked on this but it failed. That's y i call it a muse.
You wont be able to complete it. But if he'll accept the project, you can present your thoughts on it.
I believe in the near future, it will be possible to shrink 1gig to 10% of its size. Imagine the commercial possibilities for that.
- using technology to alleviate problems of poverty and unemployment of nigerian youths.
Show how tech can be used to this effect.
- how about a study of the general learning curve for selected languages with the aim of establishing
whether the general perception of this languages is true.
you could select some so called hard languages and simple ones. Get a group of test subjects,
expose them to each of them over a 100hr period then see their perception.
How soon did they overcome their learning difficulty? No need for code.
- still on the above, test learning language experimentation on seniors? Grab a bunch of old folks,
retirees, etc and give them the task of learning a programming language. Did they warm up to it?
Practice on different groups of people. Old,young, middle age, educated, uneducated etc.
(it will be hard though.)
Re: Nairalanders I Really Need Your Help by Darangi007: 9:49am On Apr 18, 2017
Do you have a proper compliant channel in your school? Can u analyse the traditional methods and channels of making complaints in ur school? If there are set backs from using these methods and channels, y don't u build a full fledged complaint management system?
Re: Nairalanders I Really Need Your Help by airsaylongcon: 1:33am On Apr 28, 2017
Supply Chain Management is a field that needs considerable IT solutions. Maybe you can design a basic warehouse management system (WMS) that enables warehouses determine what locations within the warehouse wehere they can store products, what locations to pick products from the hen customers place orders, how to optimise warehouse storage space etc. This is a really vast field. You can check www.pulsestar.co.uk for a fully functional A WMS and implement basic functions. If u have problems downloading the software from there I can send u a copy of the software. But it will require considerable reading and interfacing with a warehouse. I can be a resource person as I have knowledge on warehouse operations. But I am not going to walk you through the steps. If u come up with a good solution then I'd be interested in working with you to get your software used by some big manufacturing FMCG

(1) (Reply)

Which Programming Language Is Needed To Start Game Developing? / Programmer Wanted For Immediate Employment / Please I Need Answer. Please Help

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 55
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.