₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,190 members, 8,420,740 topics. Date: Friday, 05 June 2026 at 10:23 AM

Toggle theme

Hardebayho's Posts

Nairaland ForumHardebayho's ProfileHardebayho's Posts

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

Tech JobsRe: Hardcore Webdesigner And App Programmers Needed by hardebayho(m): 3:43pm On May 13, 2016
dhtml18:
Oya lets go now, but wait o, i am a softcore troll-programmer, hope i can apply? I am hungry and need money to pay my internet subscription.
Bros, can I troll speak with u for a moment? Probably on WhatsApp? . I sent u a PM already
RomanceRe: Photos: Are We In A Man's World? by hardebayho(m): 3:07pm On May 13, 2016
cruzita:
Only respectable and worthy men can have my submissiveness and any one that attacks or talks to me unnecessarily can go to hell and say hi to the devil.who gives a damn about what anybody says.its now a free world
See your mouth tongue
ProgrammingRe: Learning To Program With Java by the Fulaman by hardebayho(m): 2:39pm On May 13, 2016
elpedro:
I've always seen Java's long codes on small tasks to be a pain in the butt.. Though I have a Hardcopy Textbook, ''Java, How to Program'' by Paul/Harvey Deitel, I still find it hard to like it as a choice of language...

@Fulaman198, How can I adapt or start using this language fluently... I've seen that its productivity rate(based on usefulness) is quite high as one can develop good desktop and mobile apps with it.. I have to make a choice between Java and Python...

I've seen the GUI part in the textbook and I was like, ''whadda eff''... Long lines of code to create a simple GUI.. I guess that's why most peeps find it difficult on training emselves on Java...

My question is: In what ways should I approach Java so as to fully understand the concepts and embrace it without minding its ugliness...??
The only way you can. Just APPROACH IT
RomanceRe: Would You Hit A Woman Back If She Hits You First (men Only) by hardebayho(m): 9:07pm On May 09, 2016
Estharfabian:
i got teary-eyed for a minute..embarassed



If A random guy slaps You... You'd do nothing but stand and stare?
Probably...
RomanceRe: Would You Hit A Woman Back If She Hits You First (men Only) by hardebayho(m): 7:24pm On May 09, 2016
Estharfabian:
Why shouldn't hehuh?


I know I'd tell my Brother to hit any biitch that lays As much as A finger On him. so, Saying A nigga that just got biitch-slapped by some girl Shouldn't retaliate would be Outrightly hypocritical of me...undecided



If A girl hits you...Please don't hesitate to do same to her! 100folds! Enough of the whole "women Are weak cliches!''



Well, Except You're A Pvssy Gentleman? Then, please don't hesitate turn your other cheek for more Slaps. undecided cool

………And while doing that. give her A gun too.
What are you saying??

I also won't appreciate it if/when a woman slaps me but I'm not gonna retaliate, because if I do, then I know where that action will take me. I'm not a coward, but I don't like embarrassing myself.

So I'm better off leaving her alone, and having nothing to do with her ever again, because anything violence, I'm not I do my best to stay away from it.
RomanceRe: Ladies, I Got A Question For U All And I Need Answers, Sincere Answers! by hardebayho(m): 6:29pm On May 09, 2016
SlimBrawnie:
The definition of a bestie is a best friend or close friend. An example of a bestie is the person you love and with whom you spend lots of time.
Now I get it. Thanks
RomanceRe: Ladies, I Got A Question For U All And I Need Answers, Sincere Answers! by hardebayho(m): 6:23pm On May 09, 2016
Hannysmilez:
I would greet him,to show him I have respect. Then maybe ask him a question,like what street that is or something.
Ah ah, seriously? grin
RomanceRe: Ladies, I Got A Question For U All And I Need Answers, Sincere Answers! by hardebayho(m): 5:57pm On May 09, 2016
SlimBrawnie:
Well....maybe in the past,can't really remember...but of recent, the guy that I crushed on immediately I entered the eatery finally approached me...indirectly...and today we are besties.
Excuse me, uhm... What is the meaning of "besties"?
ProgrammingRe: Learning To Program With Java by the Fulaman by hardebayho(m): 5:46pm On May 09, 2016
Sugarhugs:
I tried and it didn't work. Abeg let me go with ruby, it seems easier and more detailed
I thought you said you were learning html and css?
If you're done with those, can you show me some of the websites you've created with those two?.

If you don't have any projects created, then I urge you to create some to know how much you know(or how much you don't know) of those two then decide if you want to learn another language.
Science/TechnologyRe: What Is Your Means Of Accessing Internet At Home? by hardebayho(m): 5:40pm On May 09, 2016
Na smartphone tethering sure pass na
ProgrammingRe: Learning To Program With Java by the Fulaman by hardebayho(m): 3:55pm On May 09, 2016
This is what I came up with guys.
//i couldnt use the math.random thing so i used
//what i know how to

import java.util.*;
import java.security.SecureRandom;

public class Guess
{
private static int guess,count,comGuess;

public static void main(String[] args){

SecureRandom rand = new SecureRandom();

Scanner input = new Scanner(System.in);
count = 0;
int x = 0;

while(x != -1){
System.out.println("Enter a guess between 1 and 100"wink;
guess = input.nextInt();
comGuess = rand.nextInt(100)+1;

if(guess == comGuess){

System.out.println("You win!!!\n"wink;
System.out.printf(" computer guessed %d%n%n",comGuess);
count++;

System.out.printf("It took you %d guess(es) to win.",count);

x = -1;

}else if(guess > comGuess){

System.out.println("Too high, try again!"wink;
System.out.printf(" computer guessed %d%n%n",comGuess);

count++;

}else if(guess < comGuess){

System.out.println("Too low, try again!!!"wink;
System.out.printf(" computer guessed %d%n%n",comGuess);
count++;

}

}

}
}
ProgrammingRe: Learning To Program With Java by the Fulaman by hardebayho(m): 12:17am On Apr 28, 2016
Collinz2:
Is it just me or the java language. Anytime i read online tut at first i get the msg but later i wil be totally confuse.
That's probably because you have no one to learn with... Learning with people is more fun and easier that learning alone
PhonesRe: Pls I Need Help On How To Use Mtn Musicplus Tweak by hardebayho(m): 8:38pm On Apr 13, 2016
Seems that tweak too has been blocked jawe... Doesn't connect since like 4 days ago
RomanceRe: I Have A Crush On A Nairalander by hardebayho(m): 5:00pm On Apr 08, 2016
Just sing Adele for him...
I set fire to the rain, Watched it pour as I touched your face, Well, it burned while I cried 'Cause I heard it screaming out your name, your name! I set fire to the rain And I threw us into the flames When it fell, something died 'Cause I knew that that was the last time, the last time! Sometimes I wake up by the door, That heart you caught must be waiting for you I can't help myself from looking for you.
RomanceRe: My Confession For Hadez by hardebayho(m): 12:13pm On Apr 08, 2016
Hadez:
Sorry i am hooked already
"Hooked" you say? Sounds cool anyways
ProgrammingRe: Learning To Program With Java by the Fulaman by hardebayho(m): 9:13am On Apr 08, 2016
Wait ooo... For how long are you gonna keep changing the name of the thread? Day 1,2,4... Till day wetin? I'm suggesting you just give the thread a constant name so you don't have to change the name everyday.
GamingRe: Official Thread For FIFA 2016 PC by hardebayho(m): 2:46am On Apr 08, 2016
ladokuntlad:
will surely work
Bros, can you please help me list the specs that will play fifa 15/16 smoothly.. .

And also help me list the kind of pc's that has those specs
Rap BattlesRe: Rap Lines You'll Never Forget by hardebayho(m): 2:10am On Apr 08, 2016
... Sometimes I wonder where these thoughts spawn from, (Yeah, pondering will do you wonders, no wonder you're losing your mind the way it wanders...) Yoda loda le hee-hoo
I think it went wandering off down yonder and stumbled on 'ta Jeff Vanvonderen
wink

Eminem ft Rihanna - The monster
RomanceRe: What Is The Reason That Makes You Think Of Marrying One Day? by hardebayho(m): 12:54am On Apr 08, 2016
I don't even know why I will want to get married sef. I'm so used to being alone that I'm actually scared of allowing anyone into my life.

I mean, is everything ever going to be the same again? For me? For her?.. .
RomanceRe: Beautiful People Dont Go Ahead Announcing How Cute They Are. by hardebayho(m): 12:14am On Apr 08, 2016
RomanceRe: Beautiful People Dont Go Ahead Announcing How Cute They Are. by hardebayho(m): 12:13am On Apr 08, 2016
I don't think it matters what thread they create and the content. Nobody is forcing anybody to read or comment on any thread.

And since this is a public forum where anyone can air their opinions on anything, telling people to stop creating threads just because u don't like the content is INVALID... After all, no be your account them use create the thread.

And as far as I know, the mods ain't complaining.
PhonesRe: Ntel Unveils Rollout Plan, Begins Commercial Sales Of 0804 Lines April 8 by hardebayho(m): 3:11pm On Apr 01, 2016
Booyakasha:
I need 1gb for 100NGN;
Sister! You're in Nigeria ooo... And BBLITED has been blocked... So no even think am
RomanceRe: When Last Did U Hear This From A Lady? by hardebayho(m): 10:48am On Mar 27, 2016
Michellla:
we're complex beings.
"Complex" you say? I was actually thinking "dumb".

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