₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,010 members, 8,443,478 topics. Date: Saturday, 11 July 2026 at 08:36 PM

Toggle theme

Adexsimply's Posts

Nairaland ForumAdexsimply's ProfileAdexsimply's Posts

1 2 3 4 5 6 7 8 ... 43 44 45 46 47 48 49 50 51 (of 147 pages)

TV/MoviesRe: Fans Of “the Big Bang Theory” by adexsimply(m): 1:01pm On Sep 25, 2014
Kezifils: He kept making dat comment throughout the early season of the show.

In reality, I can't stay with someone like that. He doesn't get sarcarms or jokes at all.
Lol..you never can tell. you must have had people like that around you(maybe without an eidetic memory or IQ of 187 ).
TV/MoviesRe: Fans Of “the Big Bang Theory” by adexsimply(m): 9:12am On Sep 25, 2014
I'm not crazy, my mother had me tested...Bazinga!!! cheesy cheesy cheesy
BusinessRe: My Business Associate That Eats Flies by adexsimply(m): 10:26am On Sep 23, 2014
Okayhuh?
Christianity EtcRe: What Is Your Position On Letting Your Children Play With Children Of Atheists? by adexsimply(m): 2:05pm On Sep 21, 2014
Caracta: It got to you huh?
kinda
Christianity EtcRe: What Is Your Position On Letting Your Children Play With Children Of Atheists? by adexsimply(m): 11:49am On Sep 21, 2014
Caracta... enoquin cool
European Football (EPL, UEFA, La Liga)Re: Westham Vs Liverpool (3 - 1) On 20th September 2014 by adexsimply(m): 2:06pm On Sep 20, 2014
Vicaboy: A draw is the best Liverpool can get
Okay Nostradamus tongue
European Football (EPL, UEFA, La Liga)Re: Westham Vs Liverpool (3 - 1) On 20th September 2014 by adexsimply(m): 2:05pm On Sep 20, 2014
iceberylin: Liverpool loosing losing


Any doubt
tongue tongue tongue tongue
European Football (EPL, UEFA, La Liga)Re: Westham Vs Liverpool (3 - 1) On 20th September 2014 by adexsimply(m): 2:04pm On Sep 20, 2014
GO Reds! Go!!! We're trashing 'em today!!!





We are Liverpool, tra la la la la!!!! cheesy cheesy cheesy cheesy
EducationRe: Crazy Facts That Will Blow Your Mind by adexsimply(m): 5:42pm On Sep 19, 2014
That "do the harlem shake" part is very very cool
FashionRe: My Months In Pictures... by adexsimply(m): 4:03pm On Sep 19, 2014
February kiss
Art, Graphics & VideoRe: Graphic Works From My Work Collections... (see More, Learn More) by adexsimply(m): 3:59pm On Sep 19, 2014
Very nice cool

#following
RomanceRe: Asking An "Ex" About Your Flaws, Is It Ever Okay? by adexsimply(m): 3:49pm On Sep 19, 2014
Ex or no Ex, I don't believe in asking for people's opinions on my flaws or faults. If there's any attitude of mine you don't like, then say it to my face or go to hell! You will be amazed at what some folks count as "flaws"; can you imagine someone telling you they dislike you because you're self-confident?
ProgrammingRe: Two types of "likes" on profile image (old & new likes) by adexsimply(m): 5:44pm On Sep 18, 2014
Enoquin: $query2 "mysql_query("SELECT adexsimply FROM southwest TO ta! Kingdom)

Decode that if you will tongue cool
LMAO!!!!! grin grin grin grin
ProgrammingRe: Two types of "likes" on profile image (old & new likes) by adexsimply(m): 5:21pm On Sep 18, 2014
Enoquin: I am indifferent to this new addition but I wonder why the 'recent' button was removed @seun. That button allowed me see comments from other users, an interesting comment made me click on the topic under which the comment was made. I liked it because it was not necessarily from people I was following.

I would love that button to be restored.

Modified: The button was restored immediately after I submitted my post
You get mouth be that cheesy cheesy
Technology MarketRe: Stay Away From This Scammer (lanrewaju902) Or You cry latter!!! by adexsimply(m): 12:37pm On Sep 17, 2014
grin grin grin grin grin
FamilyRe: Are You Being Too Good? Setting Healthy Boundaries by adexsimply(m): 11:17am On Sep 17, 2014
In addition, I've noticed that: "NICE PEOPLE ARE BORING"!


I just wish I could start learning my lessons, my "father-Christmas-like" attitude is destroying me. No rest of mind for me at all, I keep getting myself into predicaments that sap all my strength and willpower cry cry cry , once anyone comes with a problem, I just find myself saying yes without thinking twice!!Funny enough, people always think I'm a weakling. angry angry angry
FamilyRe: Are You Being Too Good? Setting Healthy Boundaries by adexsimply(m): 11:11am On Sep 17, 2014
grin grin grin
5minsmadness: People that this topic applies to i.e people that give all the time are typing "op thanks for this."



People that are receiving all the time are typing "rubbish thread", "its better to give" "I used to give but now am ruthless, etc".
TV/MoviesRe: Indomie Generation Wont Know What These Things Are (+PICTURES) by adexsimply(m): 10:39am On Sep 17, 2014
Chei!! grin grin I don old o
PhonesRe: Post Your Iphone 6 Funny Pictures Here. by adexsimply(m): 10:36am On Sep 17, 2014
grin grin grin grin grin grin grin grin
European Football (EPL, UEFA, La Liga)Re: Liverpool Vs Ludogorets : UCL (2 - 1) On 16th September 2014 by adexsimply(m): 9:24pm On Sep 16, 2014
Ballo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FamilyRe: Are You Being Too Good? Setting Healthy Boundaries by adexsimply(m): 7:09pm On Sep 16, 2014
This is coming at the appropriate time. Thanks!!!

But I no dey learn from my mistakes o sad
ProgrammingRe: Please Help With Php Script by adexsimply(m): 5:03pm On Sep 16, 2014
anonymoux: Above is a more understandable version of what I actually wanted.
in this above example. $totalMaches will come out as:
Array ( [a] => 2 [p] => 2 [l] => 3 [e] => 1 [b] => 1 )

which means letter a appears twice
letter p appears twice
letter l appears thrice
and so on....

counting duplicates and even non duplicates... grin
Okay..But, tongue tongue tongue
<?php
$str = "111122223333666 ";

foreach (count_chars($str, 1) as $i => $count) {
echo "There are $count occurence(s) of \"".chr($i)."\"in the string<br/>";
}
?>
European Football (EPL, UEFA, La Liga)Re: Liverpool Vs Ludogorets : UCL (2 - 1) On 16th September 2014 by adexsimply(m): 2:13pm On Sep 16, 2014
I don't want a repeat of what happened on Saturday angry


YNWA
BusinessRe: 23 Qualities Of A Great Business Leader by adexsimply(m): 1:34pm On Sep 16, 2014
Nice..I intend to...
ProgrammingRe: Please Help With Php Script by adexsimply(m): 1:25pm On Sep 16, 2014
Sorry, can you explain?
anonymoux: <?php
$a = 'apple';
$b = 'ball';

$duplicates = array_count_values(array_merge(str_split($a), str_split($b)));

// Array ( [a] => 2 [p] => 2 [l] => 3 [e] => 1 [b] => 1 )
print_r($duplicates);

$totalMatches = 0;

foreach($duplicates as $count) {
if($count > 1)
$totalMatches += $count;
}

// 7 matches!
echo $totalMatches . ' matches!';
?>


I have gotten what I needed.
Easy and Perfect!!!
WebmastersRe: PHP Function To Export Processed Data Form Database As Excel Document Needed by adexsimply(m): 12:45pm On Sep 16, 2014
Can you post any of your attempts? cool
ProgrammingRe: Please Help With Php Script by adexsimply(m): 12:34pm On Sep 16, 2014
anonymoux: @adexsimply & @GodMode

Thank you guyz so much, but you dont seems to get my problem.

I cant use strlen because it count the overall number or characters.
I need a code than can be like:

if I enter:
11111 = it will say: only one character was entered(because I enter 1 five times. so it will disregard all the other extra times 1 was entered)

and if I enter

111122223333 = it will say: it will tell me only 3 characters are entered. (Because I enter 1, 2 and 3 repeated it, it wont cant repetitions).

Thank you!
<?php
$str = "111122223333";

echo "\"$str\" Contains ".strlen(count_chars($str,3))." distinct character(s)";
?>

NOTE:count_chars accept 2 parameters, the second parameter is known as "mode". In this case, I used "mode 3" which will return a string with all the different characters used. I then counted the characters using the more familiar "strlen" cheesy cheesy Capisce?
ProgrammingRe: Please Help With Php Script by adexsimply(m): 5:21am On Sep 16, 2014
<?php
$str = "33322222EEEEE";
if (strlen($str)<3) {

echo $str." has less than 3 characters";
}
else
{
echo $str. " has more than 3 characters";
}
?>
RomanceRe: On Why The “Beautiful” Ones Are Still Single… by adexsimply(m): 9:15pm On Sep 10, 2014
cococandy: The nastiest girls I ever met were the ugliest.
I don't know where y'all get the 'FACT' that most beautiful ladies have character flaws.

The mind boggles.

Nice thread mizmycoli
"Character flaws" and "nastiness" are two different things, although they are not mutually exclusive

1 2 3 4 5 6 7 8 ... 43 44 45 46 47 48 49 50 51 (of 147 pages)