₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,668 members, 8,427,509 topics. Date: Tuesday, 16 June 2026 at 05:21 AM

Toggle theme

Idesignwebsite's Posts

Nairaland ForumIdesignwebsite's ProfileIdesignwebsite's Posts

1 (of 1 pages)

RomanceRe: My Boss Has Confused Me!! by idesignwebsite(m): 6:48pm On Nov 18, 2012
It means u av 69 days to repent from your weird and confused thought.
WebmastersRe: Please How Do I Handle This Client by idesignwebsite(m):
So he want an oil company job and doesn't want to pay an oil company money.Please tell him to Zap off.
FamilyRe: 6 Months After Marriage. Still No Sex. by idesignwebsite(m): 9:14pm On Nov 15, 2012
candieangel12: You should have test drove the car before buying it hun. Anyways, its time for an annulment because if you stay in the marriage, you are going to cheat and plus he ripped you off big time.
My candid advise,been impotent is a cross very difficult to carry,but not withstanding there should be a diplomatic way out. Even if you adopt children,it would be very difficult to stay without intimacy. My final verdict,is either he allows you walk out of the marriage with your love and his dignity or he allows you have a boyfriend outside marriage,which ever he feels ok. But stop telling everybody that he is impotent,and sincerely I find it difficult to believe you could hold body for six month,if it is a guy that says that I would believe.
ProgrammingRe: Sorting List Of Numbers And Strings: Simple Puzzle by idesignwebsite(m): 10:35pm On Nov 10, 2012
Javanian:

/*****
* I solved this some 35 hours ago but PHCN wont let me post it mstcheeeww!!! angry
*/

import java.util.*;
public class SortBlaBla {

public static void main(String[] args)
{
//read from statndard input bla bla bla
String input ="1 this a 8 for 7 z you s d 1";
int max = input.length();
Queue theInputQueue = new Queue(max);
Queue theIntQueue = new Queue(max);
Queue theStringQueue = new Queue(max);

String[] firstArray = input.split("\\s"wink;
for(int i=0; i<firstArray.length; i++)
{
theInputQueue.insert(String.valueOf(firstArray[i]));
}
Arrays.sort(firstArray);
for(int i=0; i<firstArray.length; i++)
{
if(isInt(firstArray[i].toString()))
{
theIntQueue.insert((firstArray[i]));
}
else
{
theStringQueue.insert(firstArray[i]);
}
}
while(!theInputQueue.isEmpty())
{
if(isInt(theInputQueue.remove()))
System.out.println(theIntQueue.remove());
else
System.out.println(theStringQueue.remove());

}
}
//Check if a value is an integer
public static boolean isInt(String s)
{
try
{
Integer.parseInt(s);
}
catch(NumberFormatException ex)
{
return false;
}
return true;
}
}
//you can ignore this part of //the code...you can replace it with //a STL
class Queue
{
private int maxSize;
private String[] queArray;
private int front;
private int rear;
private int nItems;

Queue(int s) // constructor
{
maxSize = s;
queArray = new String[maxSize];
front = 0;
rear = -1;
nItems = 0;
}

void insert(String j) // put item at rear of queue
{
if(rear == maxSize-1) // deal with wraparound
rear = -1;
queArray[++rear] = j; // increment rear and insert
nItems++; // one more item
}
public String remove()
{
String temp = String.valueOf(queArray[front++]);
if(front == maxSize)
front = 0;
nItems--;
return temp;
}
public String peekFront() // peek at front of queue
{
return queArray[front];
}
boolean isEmpty() // true if queue is empty
{
return (nItems==0);
}
boolean isFull() // true if queue is full
{
return (nItems==maxSize);
}
int size() // number of items in queue
{
return nItems;
}
}
//Boy!...Never new it would be //more difficult to post a code //than writing the actual //code...P.H.C.N i dey hail o! //mstcheeew!! angry angry angry angry angry angry
Helo J help my ignorance,what is the code suppose to solve better still what is the algorithm like..ur olodo student..abeg no vex I don see say na sort you dey sort
PoliticsRe: I Am Nigeria And I am Broken by idesignwebsite(m): 10:16pm On Nov 10, 2012
.
PoliticsRe: I Am Nigeria And I am Broken by idesignwebsite(m): 10:16pm On Nov 10, 2012
GenBuhari: I have over 50 million youths with no jobs, no present and no future. So my sons in the North have become street urchins and their brothers in the South have become militants. My nephews die of thirst in the Sahara and their cousins drown in the waters of the Mediterranean . My daughters walk the streets of Lagos , Abuja and Port Harcourt , while their sisters parade the streets of Rome and Amsterdam. I am inconsolable, please re-build me.


[size=18pt]Unemployed young people scramble for few jobs[/size]
https://saharareporters.com/sites/default/files/photo_images/Jul/Unemployed%20b.jpg?1343318299
[size=18pt]
Almajiris - Northern Street children[/size]
[img]http://hopespringsblog.files./2009/08/almajirai-2.jpg[/img]

[img]http://olaoluwabimibola.files./2011/03/lagos-area-boy-21.jpg[/img]
How does all this your negative pictures and statement inspire great mind,you seem to forget the future is now,what stop you from making positive theme about your country,abi dey yan you say america no get ghetto,but no matter what happens,they keep sending the signal of wellness and prosperity. It is a natural law that like attract like,positive themes attract positive people. My brother if you,want a change,try and be the change,take a leaf from zukerburg,larrypage,job,larryellison,billgate,mike adenuga,aliko dangote,cosmas maduka etc
TV/MoviesRe: Glo Advert on Cnn Degrades Nigerians Living Abroad by idesignwebsite(m): 6:14pm On Nov 10, 2012
mob82: I've watched it a dozen times and i come away with a bad feeling everytime.

Glo's attempt to market their top up cards abroad seem to portray Nigerians in a bad light.

My Issues:
Must glo depict every Nigerian abroad as either a newspaper vendor, Taxi-Cab driver or Hotel porter?

Have u seen the advert? What do u think?
Maybe you forgot the guru himself was once a cab driver in NewYork,but he made it to the top.
PoliticsRe: I Am Nigeria And I am Broken by idesignwebsite(m): 4:50pm On Nov 10, 2012
I am a Nigerian,I see all the good in my country and try to solve the bad in them,I offer honest criticism when necessary. I know we have challenges,so also are some of the finest countries in the world. The question is what is our attitude?
PoliticsRe: Dangote's Committee Raises N11bn For Flood Victims by idesignwebsite(m): 5:55pm On Nov 09, 2012
I hope the Abacha family can beat Dr Aliko Dangote to his generosity,after all no matter what happen they can never be as poor as Dangote.
PropertiesRe: Porch Property In Victoria Garden City (VGC) For Sale by idesignwebsite(m): 5:34pm On Nov 03, 2012
How many rooms
Web MarketRe: I Need A Web Designer by idesignwebsite(m): 12:36pm On Nov 02, 2012
Ok send me a mail at adeosunadeoluwa@gmail.com or drop me ur phone number
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 10:50pm On Oct 25, 2012
GboyegaD: So biased. I have being to Igbobi many times and at a time, my youngest sister was admitted because she fell off the stairs and her hip bone shifted. In the ward that she was, most of them were various forms of accidents and bikes were not so common compared to cars.
Hmmm some bird told me u had a manifest of all there accident scenario of all the patients.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 8:47pm On Oct 25, 2012
SELFWORTH: Excellent! Comparing Dubai To Lagos is like comparing Nigerian street vigilantes to the USA commandos !!!
Dubai was a desert some few years ago,and who says we can't strike black gold some years down the line,and transform lagos to the financial and tourist hub of Africa.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 4:40pm On Oct 25, 2012
jude33084: To destroy bikes undecided

Easy way out of problem, ALUU community did same sad
ALUU community didn't do the same,rather they embark on jungle justice,like the Okada men did to the collective wealth of Lagos,I think the problem is that the fines the law imposed on Okada men is about 25percent the cost of the bike itself,while that for a vehicle is about 4percent of the cost of vehicle,so it is quite understandable if they can't bail themselves out. But the fact still remains that there is a law in place and there are no perfect law anywhere,so why not obey the law and seek proper amendment of the law.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 4:16pm On Oct 25, 2012
ochallo: How dumb can you be?
Dumb enough to know a single soul is not worth an Okada driving against traffic while flaunting the Law. If you are not satisfy with the Law,go and seek an amendment to it.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 3:02pm On Oct 25, 2012
@batiatus Seriously you made a valid point,so no comment.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 2:58pm On Oct 25, 2012
@thelastpope point of correction,I am a PDP member,and was against the policy at first considering the lose in man hours I suffered as a result of the rampaging Okada men,but to my surprise I saw most of them driving against traffic on the highway to beat traffic,if that is not insanity,abeg tell me what it is.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 2:35pm On Oct 25, 2012
@wizzmc do u know how many potential massob and boko guys riding okada in lagos. It is a serious security threat,quite frankly I don't know how we want to build our own abu-dhabi if we don't stop the ghettolization of Lagos.
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m):
Oga Fashola didn't make the law,he is an executive governor,which implies he is an executor. I am sure he has security report on the menace of Okada in Lagos and the number of people who are crying in Igbobi. Okada should be restricted to street,not highways,especially in high traffic city like Lagos,on this matter I support fashola
PoliticsRe: Lesson For Those That Want To Die For Politicians (Picture) by idesignwebsite(m): 2:21pm On Oct 25, 2012
So because of that,he should watch them die everyday abi and kill innocent passenger with them.I am sure if u go to Igbobi majority of the patient are Okada riders flaunting the rules.
WebmastersRe: Web Designer Needed (competent One) by idesignwebsite(m): 9:12pm On Oct 19, 2012
Contact me adeosunadeoluwa@gmail.com let get ur idea on the table
WebmastersRe: Urgent Job! by idesignwebsite(m): 8:41pm On Oct 19, 2012
Using php would help u build a cool site that runs watever query u need.mail adeosunadeoluwa@gmail.com if u need more help.

1 (of 1 pages)