Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,159,264 members, 7,839,330 topics. Date: Friday, 24 May 2024 at 05:03 PM

SilverG33k's Posts

Nairaland Forum / SilverG33k's Profile / SilverG33k's Posts

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

Programming / Re: Checkout This Conversation Between My Two Chatbots by SilverG33k(m): 1:31pm On Aug 14, 2017
This one is far above my level of comprehension..... This is superb
Webmasters / Re: Easy & Simple Steps To Monetize Your Blog And Make Money Guaranteed by SilverG33k(m): 1:13pm On Aug 14, 2017
Everything in this life requires hardwork..... Even blogging, success doesn't come so easy so for those starters, its not just about being online all day.... Its more than that!!
Car Talk / Re: Ways Of Getting Rid Of Rats Or Mice Out Of Your Car Engine by SilverG33k(m): 7:23am On Aug 14, 2017
Nma27:
Found a snake in my dad's car once upon a time... I killed it.
Lies, lies everywhere
Wehdone ma, the cochroach that will scare the hell outta you tonight is still eating breakfast...

1 Like

Car Talk / Re: Share Your First Driving Experience On The Road by SilverG33k(m): 7:22am On Aug 14, 2017
So I was on the highway, one car coming from behind probably just installed a very loud horn, or maybe it was anxiety, as I heard the horn, Paaarrnnnnnnn!!!! While on motion, I looked back with fear instead of looking at the rear mirror. The next thing I heard was 'te break! te break!!' (Apply breaks! Apply breaks!!).... Instead of me looking front again, I was looking at my legs trying to figure out which one is break and which one is clutch. in short, my car has already posed for a pre-accident picture kissing the backside of another car....

11 Likes 1 Share

Car Talk / Re: 5 Signs That It's Time For A New Car Battery by SilverG33k(m): 7:22am On Aug 14, 2017
Ok
Programming / Re: Goodbye Java! by SilverG33k(m): 7:18am On Aug 14, 2017
roadsta:


'javascript simple'?... How do you mean sir?
IMO, Every language is not easy fine, but i've seen javascript and compared to the java I've written, java is still more complex to write than javascript, ignore the fact that I don't know javascript, at least I've seen lots and lots of sample codes written in javascript, it has slight differences but the difficulty level can't just be compared.

Something tells me you're a javascript coder,
Programming / Re: Coding Challenge For Fun by SilverG33k(m): 4:34pm On Aug 13, 2017
edicied:

I ment something like a = 2 and not the return statement
pcguru1 and op, I thought he was talking about the return variable,,,, sorry mybad
Programming / Re: Coding Challenge For Fun by SilverG33k(m): 2:30pm On Aug 13, 2017
edicied:
It suppose to return 2
Why are you confusing everything, you said it yourself "aabbcde" -> 2 "aabBcde" -> 2 "aA11" -> 2 Then how the Bleep is "Java" supposed to return 2 ??
Programming / Re: Coding Challenge For Fun by SilverG33k(m): 12:06pm On Aug 13, 2017
edicied:

You know its not actuall to find the length of the word but to find duplicate letters in the word tongue
Finding the lenght is easy as word.lenght() but my code actually finds if the letters appear twice
e.g
counter("java"wink; // will return 1
according to what you asked, a is the only letter appearing twice
Programming / Re: Goodbye Java! by SilverG33k(m): 10:52pm On Aug 12, 2017
I may not fully understand all those big terminologies but with the little android apps I made with java, it made me love java as a language.
Note: I have seen php, python(don't even like it at all), and javascript. The fact that javascript is even too simple makes me not to like it... IMO, java is bae
Programming / Re: Coding Challenge For Fun by SilverG33k(m): 10:15pm On Aug 12, 2017
^^^ With the above code, you can easily use as follow
.
.
.
int countWord = counter("java" ) ;
// answer will give you 1
Programming / Re: Coding Challenge For Fun by SilverG33k(m): 7:14pm On Aug 12, 2017
[Modified]

Java...

public int counter(String word){
int count = 0; //this with count if letter or number occur twice
int wordCounter = 0; //this will let us know how many times a letter occur
for (int i = 1; i<word.length(); i++) {
String letter = String.valueOf(word.charAt(i)); //pick each letter of the word
for (int y = 0; y < word.length(); y++) {
//then check how many times that picked letter occur
if (String.valueOf(word.charAt(i)).equals(letter)) {
wordCounter++; //count the letter occurence
if (wordCounter == 2) {
count++; // if the letter occurs twice, we count
}
}
}

}
//then what we count earlier is returned
return count;
}

Tested OK with android studio, I just quickly tested that since I'm currently on a project and it worked..... 100%

1 Like

Programming / Re: . by SilverG33k(m): 7:11pm On Aug 12, 2017
Don't waste your 8k..... No same human still invest in any shitty 30% interest
Programming / Re: A Nairalander Creates An Android App For Nairaland!!! by SilverG33k(m): 7:24pm On Aug 06, 2017
Good job bro, but unfortunately, what u did is just a plain browser like app to surf nairaland only, its not accepted by the general public, reasons;
Its slow compared to normal browsers especially operamini
.
.
.
Be creative and do something better, I did exactly what you did but did not release it out to the general because I just found out its not an app, its not even a browser, its just a normal helloworld to android app development
Programming / Re: What Are The Languages Nairalanders Use by SilverG33k(m): 10:32pm On Aug 02, 2017
melodyogonna:
is dat even possible??
Technically, it is, you can also use qbasic to write android apps
Programming / Re: What Are The Languages Nairalanders Use by SilverG33k(m): 10:56pm On Aug 01, 2017
seunny4lif:
Haba Which kind talk to that Oya bros explain now Abeg
Lolzzz, just trolling
Programming / Re: What Are The Languages Nairalanders Use by SilverG33k(m): 7:59pm On Jul 31, 2017
I use Batch languages to build android apps.... Don't ask me how
Investment / Re: Is IQ Option A Scam??? by SilverG33k(m): 9:44pm On Jul 25, 2017
If you're broke like you can't afford to lose about 10k to 20k.... Just don't try it, its legit, I paid $200 and cashed out about $280 but I nearly died of hypertension cause its just pure gambling based on win or lose situation
Education / Re: Can I Be Admitted With This Kind Of Result For Computer Science? by SilverG33k(m): 9:03pm On Jul 25, 2017
lonelydora:


I was just being sarcastic, no offence intended. Reason for my second paragraph.

wink cool
Education / Re: Can I Be Admitted With This Kind Of Result For Computer Science? by SilverG33k(m): 3:22pm On Jul 20, 2017
lonelydora:
Op, na one small girl you senior well well smash A1s in all her subjects at Shalom in Nsukka. Shame no dey catch you to post this result?

Well, you didn't make Physics so I doubt of you can be admitted in Computer Science. But, this is Nigeria you know, with some sortings it is possible.
I rarely quote people but with this you have posted is way below normal IQ level and i really need to react, all heads are not equal, some are rich, others poor, some are born genius, some average, some below average. Its not a nice thing to say something like this at all. . . Truth be told, my mom in her days had result poorer than this and she would tell us brains are not equal, ive confirmed what she said in school when i would read and understand in 30mins while a lady i know would take 4hours to understand same thing i read so i'll like you to please stop uttering heartbreaking statements like this, PLEASE
Programming / Re: Please Assist In Designing This App by SilverG33k(m): 12:37pm On Jul 15, 2017
Well, if you're willing to pay me, i can get the snippet ready in a day, it will cost u just 1k, i'll even provide the backend but you will do the payment processor integration
Programming / Re: Android And IOS Apps Developer Needed by SilverG33k(m): 5:27am On Jun 29, 2017
Can I get some of the core features before contacting you.....
Programming / Re: How Can I Make My App To Be Paid Version Without Playstore by SilverG33k(m): 2:45pm On Jun 23, 2017
I really cannot type much, if you can send 400naira card, i will do that for u b4 2moro
Programming / Re: Fellow Programmers, What Are You Working On? by SilverG33k(m): 3:33pm On Jun 15, 2017
Am android game that can work online and offline
Adverts / Re: Buy & Sell Exchange Bitcoin|Perfect Money |Neteller |Skrill |Payoneer -TopUpGold by SilverG33k(m): 11:27am On Jun 15, 2017
TopUpGold:

Yes, place the order on the website.
What's all that currency account name and number... Ion understand
Adverts / Re: Buy & Sell Exchange Bitcoin|Perfect Money |Neteller |Skrill |Payoneer -TopUpGold by SilverG33k(m): 8:45pm On Jun 14, 2017
TopUpGold:
For the best service.
Scam free record.
I want to buy skrill, is it available ?
Programming / Re: How Much Will Ot Cost Me To Develop My Website App by SilverG33k(m): 4:58pm On Jun 12, 2017
I can do that for you bro.... Just 25k call 08186565170 or silverg33k@gmail.com
Programming / Re: [free Game] Keke On The Run 2 by SilverG33k(m): 12:30am On Jun 10, 2017
I'd like to work with you guys....
Business / Re: 6 Easy-to-do Online Jobs You Can Do From Home Without Any Skill by SilverG33k(m): 10:08pm On Jun 08, 2017
cue64:
Bro I have actually been waiting for u r call all day, u can drop ur contact let me get to u if possible
At the same time I got busy all day.... I'll do that 2moro
Celebrities / Re: Davido Displayed His Mansion And The Beautiful Environment In Atlanta(photo+vid) by SilverG33k(m): 7:43am On Jun 08, 2017
The guy said he has 30billion for the account and he wants to prove it.....

Somebori blow a whistle for this guy!

Anyways wetin concern me for wetin no concern me, make I continue to dey cram my dy/dx because I go prove that one for my lecturer
Business / Re: 6 Easy-to-do Online Jobs You Can Do From Home Without Any Skill by SilverG33k(m): 11:59pm On Jun 07, 2017
cue64:
now how does one get started?, i'm actually interested in that voice over stuff, buh no idea how or were to start..
I am looking for a voice over artist but I don't want to hire foreigners on fiverr.... Can you do a game commentary voice over for me.... I need a demo (payment involved) drop your number if you're in

(1) (2) (3) (4) (5) (6) (7) (8) (9) (of 9 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. 30
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.