₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,024 members, 8,419,975 topics. Date: Thursday, 04 June 2026 at 08:41 AM

Toggle theme

Dellnet's Posts

Nairaland ForumDellnet's ProfileDellnet's Posts

1 2 3 4 5 6 7 8 9 10 (of 32 pages)

ProgrammingRe: C Programming Challenge To Be Solved Under 10 Minutes by dellnet: 7:43pm On Oct 16, 2011
Well, post your compiler if it works.
ProgrammingRe: C Programming Challenge To Be Solved Under 10 Minutes by dellnet: 6:57pm On Oct 16, 2011
Yes despite my disk is out a * is the way.
ProgrammingRe: Ludo Game Algorithm Wanted For AI Project by dellnet: 6:51pm On Oct 16, 2011
hmm. . . well I am not in to argue but really this is not a difficult task the AI can come into play , however, simple rnd() and time() should suffice, I mean, how do we go about our days?
ProgrammingRe: Help On How A Make An App A Trial Version With C# by dellnet: 6:43pm On Oct 16, 2011
option 1 requires some network protocol concept,,,option 2 should be put into your registry.
ProgrammingRe: C Programming Challenge To Be Solved Under 10 Minutes by dellnet: 6:38pm On Oct 16, 2011
int tokenise(char str[], int start, char result[]) huh
ProgrammingRe: Help On How A Make An App A Trial Version With C# by dellnet: 8:21pm On Oct 15, 2011
2 options:

1. Your program may query a server to check itself on startup
or
2. create a special zero tolerance time stamp on the system that the program can read from.
ProgrammingRe: I Need Help On How To Upload Image To A Windows Based Application by dellnet: 8:17pm On Oct 14, 2011
1. Get file type
2. get filename
3. convert file content to binary and do any damage you wish to do to it.

Note: 2 can serve as 1 by using the file name if it has an extension example image.jpeg
Tech JobsRe: Application That Convert Mobile Numbers by dellnet: 5:56am On Oct 13, 2011
how much are you willing to pay?
ComputersRe: Can I Transfer A Program From One Computer To The Next If I Have Lost The Cd-rom by dellnet: 4:53pm On Oct 12, 2011
please don't "de-stablize" your operating system by editing your registry.
ProgrammingRe: Feature You Like The Most About Your Favorite Programming Language? by dellnet: 1:49pm On Oct 11, 2011
for me any language that will convert any data type to any data type without me knowing about it is what I like most, but the setback is you can't do much with these kind of language.
Tech JobsRe: Intel C++ Compilers And Library by dellnet(op): 1:45pm On Oct 11, 2011
Fayimora, anybody, somebody help.
ProgrammingRe: Php/mysql Help:how To Run Sql Query From A Link by dellnet: 1:44pm On Oct 11, 2011
GoodMuyis:
The above is from my project Code file although written badly


Pls Guys is OK to do SQL Query(MySQL) like this from PHP although i have not tried it "

$search = $_POST['search'];

$sql = "SELECT FROM one, two, three WHERE one.ID=$search OR two.ID=$search or three.ID=$search"
Be wary of security issues if you are deploying it to the internet.
ProgrammingRe: Php/mysql Help:how To Run Sql Query From A Link by dellnet: 4:47am On Oct 09, 2011
<a href='updateEntry.php?edit=$getReport[studentID] huh?

where did you get with it?
Tech JobsIntel C++ Compilers And Library by dellnet(op): 8:48am On Oct 08, 2011
Please anyone with link to Full/Academic/Student license edition of Intel Parallel Composer 5 and above should aid.
TravelRe: Travel Section Game by dellnet: 5:55am On Oct 08, 2011
noble_gas1:
False! Have you been to Dakar Leopold Sedar Senghor airport? Or even Bamako airport?
The Cotonou Cadjehoun Airport is better than the Lagos Muritala Muhammed Airport! True or False?
False MMI is still number 1; flights, capacity and passengers.

I occasionally bump into people that ask me where I am from, and I say, I am a Nigerian and they go oh you got a good soccer team and I say Nigeria had a good soccer team about 20 years ago. T/F?
ProgrammingRe: Pls Which Is More Profitable And Less Boring: Networking Or Programming? by dellnet: 6:23pm On Oct 07, 2011
both
ProgrammingRe: Php/mysql Help:how To Run Sql Query From A Link by dellnet: 6:20pm On Oct 07, 2011
You can pass querystring to your php file. For example you <a href="http://example.com/phpfile.php?q=shola">click here to get shola's id</a>

in the php file you do

$query_from_a = $_REQUEST['q'];

$sqlquery= "SELECT ID FROM table_name WHERE Name='".$query_from_a."'";
ComputersRe: Saharareporters.com Target Of Attack, Offline by dellnet: 4:51pm On Oct 07, 2011
afam4eva:
How come most websites in Nigeria are not safe.
It is not only in/from Nigeria. Just search for the amount of sites hacked this year.
WebmastersRe: Google Nigeria Now Available In Pidgin English ("Google Naija") by dellnet: 3:05pm On Oct 07, 2011
wtf? lol
CrimeRe: Thieves Operate Freely For Two Hours On Lagos Street by dellnet: 10:19am On Oct 07, 2011
mrjingles:
Before we crucify the police, what time did they get the information about the robbery? They are not spirits you know, lets all get used to calling the emergency number 767. It works, I've reported a robbery through that number and the police arrived at the scene in minutes. Perhaps if just  one resident had phoned the robbery would have been foiled.
I called that rapid squad they came hours after. It is really frantic when robbers operate in Nigeria especially if you are defenseless. By defenseless I mean not having 2-4 guys with assault rifles.
Tech JobsRe: A Software Programmer Is Urgently Needed : #250k For One Time Job. by dellnet: 5:36am On Oct 07, 2011
For those that are interested you could do a fingerprint RAD using http://msdn.microsoft.com/en-us/library/windows/desktop/dd401509%28v=vs.85%29.aspx

Prerequisite are:
Win 7
Knowledge of C/C++
If you have a computer with a fingerprint scanner and webcam (most new computers do) then you are in a better position to produce the demo.
Examples for fingerprint apps are at http://msdn.microsoft.com/en-us/library/windows/desktop/ee829699%28v=vs.85%29.aspx

For facial recognition use http://opencv.willowgarage.com/wiki/
also need knowledge of C/C++

Design:
1. Capture data and save.
2. capture data and compare == positive || !
3. Some backend database to store student's record.

Good Luck! This whole thing shouldn't take more than 8 hrs if you are dead serious.
Tech JobsRe: A Software Programmer Is Urgently Needed : #250k For One Time Job. by dellnet: 5:15pm On Oct 06, 2011
man this is a lot of mulla. a demo has to be done? hmm. . .
TravelRe: Travel Section Game by dellnet: 8:13am On Oct 05, 2011
false, depend on the type of plane.
Nigerians should stay in Nigeria and build their communities T/F?
TravelRe: Kindly Assist With A List Of Credible Dv Visa Lottery Agents In Lagos by dellnet: 7:50am On Oct 05, 2011
CrimeRe: Fulani Herdsmen And Hausa Traders Clash At Golbin Boka by dellnet: 12:19pm On Sep 21, 2011
maclatunji:
We need to know that every time we comment in public we are helping to mould the opinions of other people- let us propagate positive ideas and sentiments and not imply that some lives are less valuable than others thereby devaluing ours.
lol - the ejiot boxes here cant separate brain wash, reality and fiction,,,,glad folks like you can see the difference.
WebmastersRe: Help With Tinymice by dellnet: 9:57am On Sep 21, 2011
remember that the image is uploaded to a directory on your server and you need to reference that path as you did reference the local path on your system during testing.
TV/MoviesRe: Female Voice Over Talent by dellnet: 11:43am On Sep 13, 2011
I need voice for my call application, what kind of English accent can you do?
ProgrammingRe: Which Phone Will You Recommend For A Programmer? by dellnet: 2:52am On Sep 13, 2011
Fayimora:
Nokia 3310 or better still Nokia 1100
I had the same in mind.
ProgrammingRe: Need help with subforms on tabbed pages(VB) by dellnet: 2:51am On Sep 13, 2011
You will get faster response if the subject of your post is valid. Anyways listen to the tab page event for example click or enter event and then show the form.
Phone/Internet MarketRe: Vsat Promo by dellnet: 2:45am On Sep 13, 2011
What are the bandwidth specification and rate?
Foreign AffairsRe: Why Do You Give A Damn About Libya Or Gaddafi? by dellnet: 8:15pm On Sep 03, 2011
And also you should consider that slave trade of black africans did happen before 7th AD
Foreign AffairsRe: Why Do You Give A Damn About Libya Or Gaddafi? by dellnet: 8:00pm On Sep 03, 2011
I understand the notion of man and "hu" man. I don't think Abraham, Ishmael are blacks however I will support my input with biblical history. If blacks are true men in order words if I can say, men of God, then what makes us inferior in social standings of today? lack of technological advancement and dwelling capability? Do you think the other race have their own God?

1 2 3 4 5 6 7 8 9 10 (of 32 pages)