Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,149,958 members, 7,806,771 topics. Date: Tuesday, 23 April 2024 at 11:17 PM

Netesy's Posts

Nairaland Forum / Netesy's Profile / Netesy's Posts

(1) (2) (3) (4) (5) (6) (7) (of 7 pages)

Programming / Re: Can One Build A Money Making App Without Money? by netesy(m): 10:30pm On Sep 04, 2015
The idea is not that important, its the implementation that matters, since if you have the same idea then be darn sure somebody else has it. Netesy law States:
When an idea is gotten then the same idea stays in the air until the first implementation is complete.
Programming / Re: C++ Gurus Get In Here Lets Dissect C++. C++ A_z Tutorials. by netesy(m): 6:29am On Apr 12, 2015
please goto youtube and get plenty free tutorials. FYI
Programming / Re: Help Designing A Database Table For A Cbt App by netesy(m): 12:11am On Mar 29, 2015
let say i want to get the questions to work with what i have on ground how do i design it that i can link it to each course, year and still have all 50 questions in one column?
do i have to make my questions table have all 50+ rows to works?
Programming / Help Designing A Database Table For A Cbt App by netesy(m): 10:15pm On Mar 26, 2015
Please i need help in modifying or remaking the database so that i can mark answers to questions immediately.
The problem is some courses have 50 questions, while others have 100.

How can i design the db to have answers to questions for each year and course separately?
here is my existing database sql structure

CREATE TABLE "Answer" (
"ans_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL ,
"year_id" INTEGER NOT NULL ,
"course_id" NOT NULL,
FOREIGN KEY(year_id) REFERENCES "oXHFcGcd04oXHFcGcd04_year"(year_id) ,
FOREIGN KEY(course_id) REFERENCES Course(name)
);

CREATE TABLE "Course" (
"course_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL ,
"name" VARCHAR NOT NULL ,
"year_id" INTEGER NOT NULL,
FOREIGN KEY(year_id) REFERENCES "oXHFcGcd04oXHFcGcd04_year"(year_id)
);

CREATE TABLE "year"
(
"year_id" INTEGER PRIMARY KEY NOT NULL ,
"year" NUMERIC NOT NULL
);

1 Like 1 Share

Programming / Re: Hope For C++ Newbies: Gui Toolkits by netesy(m): 7:17pm On Mar 17, 2015
C# and vb is good for windows, its not really cross platform but if you want to say mono its not the same as windows you will have to make some small changes to your code while Qt is just one code.
Phones / Opsson Genesis Users Connect by netesy(m): 10:59am On Aug 28, 2014
please no trolling
here please all opsson Genesis users connect and try to help each other
Education / Help With London Gce by netesy(m): 5:41pm On May 23, 2013
Please i want to write london gce, any help on how to do it and how to register is needed
Programming / Re: What Is Wrong If African Coders Build An Online Payment System For Africans? by netesy(m): 3:15pm On May 11, 2013
count me in
Programming / Re: Simple Programming Projects For Beginners by netesy(m): 10:02pm On May 04, 2013
1, A webbrowser
2, A chat server and client
3, A http server
4, Download manager
this are also simple projects that are very easy in.net
Programming / Re: Building For Android And Blackberry In C# by netesy(m): 1:13am On May 03, 2013
just lazy thats all.
Programming / Building For Android And Blackberry In C# by netesy(m): 12:36pm On May 02, 2013
Building for android has always being my wish so i decided to try it doing it without learning java as am ok with my .net vc++/cli and my c#, thankfully many people think like me so i saw http://monodroid.net and http://xamarin.com http://code.google.com/p/csharpblackberry hope this help someone
Programming / Re: Please Advice On The Best Platform For A Webapp by netesy(m): 3:05pm On Mar 24, 2013
Fayimora:
Why not use what you already know? I HATE PHP but if that's what you know, then go for it bird.

Good luck
WHY?
Programming / Re: Please Advice On The Best Platform For A Webapp by netesy(m): 3:29pm On Mar 17, 2013
Asp.net and php
Programming / Ego Trolls Of The Programming Section by netesy(m): 12:27pm On Mar 16, 2013
Post the names of ego trolls of the programming section and their supposed projects
1, GhostofSparta = OS development
2, Netesy = New p2p protocol
pls add yours
Programming / Re: Please Help With C++ Program by netesy(m): 1:29pm On Mar 10, 2013
Where is the records coming from e.g
1 database
2 csv or text file and etc?
Programming / Re: How To Login To A Site With C++/C# by netesy(m): 1:25pm On Mar 10, 2013
1 wt
2 selenium
3 .net webClient class but now am using the .net webRequest class
NB thanks for the boost asio will try that chat example.
Programming / Re: How To Login To A Site With C++/C# by netesy(m): 12:57pm On Mar 08, 2013
Pls any .net alternative c# programmers
Programming / Re: How To Login To A Site With C++/C# by netesy(m): 12:33pm On Mar 08, 2013
Thanks lemme check it out
Programming / Re: Database Without A Database Server Or Connection String by netesy(m): 12:32pm On Mar 08, 2013
Waiting to test it. Yeah i work with .NET
Programming / How To Login To A Site With C++/C# by netesy(m): 7:54am On Mar 07, 2013
Please is there any way i can login to website with visual c++ clr? like a curl library or something simple to work with, all am getting are really annoying and unintuitive
Programming / Re: Developing An Operating System - What Are The Prerequisites by netesy(m): 7:14am On Mar 07, 2013
worldbest:

Shameless boy.
LOL truly shameless
Programming / Re: Developing An Operating System - What Are The Prerequisites by netesy(m): 1:50am On Mar 04, 2013
Well as a newbie programmer one of my first projects was to make my own Operating System form now on will be referred to as[b] OS .[/b]
after searching the net i found many useful materials which i hope to share and make your work easier and less frustrating :[list]
[li]these are open source operating systems that are small and portable[/li]
[/list]http://mikeos.berlios.de/

http://www.reactos.org/

http://www.minix3.org/

http://www.haiku-os.org/

and finally the Darwin operating system used by Apple for almost all there products
http://opensource.apple.com/
[list]
[li]Linux Based[/li]
[/list]the Linux kernel
http://www.kernel.org/

http://www.linuxfromscratch.org/

Customizable Linux made online via drag and drop
http://susestudio.com/

Other Site to help You
http://en.wikipedia.org/wiki/Hobbyist_operating_system_development
https://github.com/klange/osdev
http://www.osdever.net/
http://www.brokenthorn.com/Resources/OSDevIndex.html
http://en.wikipedia.org/wiki/Hobbyist_operating_system_development
http://wiki.osdev.org/Main_Page
Please these are not all please comment and add more to list an i will update them
Source:
netesy: [url]http://webmajix.tk/index.php/topic,9.msg11/topicseen.html#msg11[/url]
try that page
Programming / Re: Google Address Autocomplete - Need Help by netesy(m): 1:04am On Mar 04, 2013
try this site i think they have something like that codular.com
Programming / Re: Developing An Operating System - What Are The Prerequisites by netesy(m): 1:01pm On Feb 26, 2013
http://webmajix.tk/index.php/topic,9.msg11/topicseen.html#msg11
try that page
Programming / Re: Is Making Another Peer To Peer Protocol Necessary? by netesy(m): 2:03pm On Feb 17, 2013
lordZOUGA:
exactly what I was trying to point out to @netesy
yes thanks. It seem the protocol was ill concieved
Programming / Re: I Want To Learn Programming. Which Language Should I Start With? by netesy(m): 9:44am On Feb 16, 2013
xterra2:

the vb i know is nothing like c++
its eaiser to learn
Programming / Re: Is Making Another Peer To Peer Protocol Necessary? by netesy(m): 12:39pm On Feb 15, 2013
I havent thought of that, but can it?
Programming / Re: Is Making Another Peer To Peer Protocol Necessary? by netesy(m): 12:30pm On Feb 15, 2013
lordZOUGA:
what will be the use of this application.. if made. that's my only problem.
sharing at the moment maybe with proxy service e.g socialvpn

(1) (2) (3) (4) (5) (6) (7) (of 7 pages)

(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. 31
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.