₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,081 members, 8,420,205 topics. Date: Thursday, 04 June 2026 at 01:35 PM

Toggle theme

Eazyd's Posts

Nairaland ForumEazyd's ProfileEazyd's Posts

1 2 3 4 5 (of 5 pages)

ProgrammingRe: Programmers: What Project(s) Are You Working On Now? by eazyd(m): 2:50am On Jan 10, 2013
Javanian: Game Programming, Game and Graph theories.
what kind of games are you working on, i am currently looking for a game programmer for a project.
ProgrammingRe: *~Javanian Voted Programming Section Poster Of 2012 *~ Congratulations by eazyd(m): 8:01pm On Dec 21, 2012
Javanian all the way again!
ProgrammingRe: Programming Section Poster Of The Year 2012 by eazyd(m): 6:07pm On Dec 07, 2012
Javanian all the way!
ProgrammingRe: Programmers: Share Your Twitter Handle by eazyd(m): 12:17pm On Dec 03, 2012
@eazyd1
ProgrammingRe: Simple Java Problem by eazyd(op): 1:46pm On Nov 20, 2012
Javanian: Am Flattered grin
As usual, you delivered promptly!
ProgrammingRe: Simple Java Problem by eazyd(op): 11:42am On Nov 20, 2012
solution-

public class ConstantValue
{
public static void main (String [] args)
{
// declare data;
double e;
double k;
double denom;
double term;

// initialize the data;
e = 1;
k = 0;
denom = 1;

do {

k++;
denom*= k;

term = 1/denom;

e += term;
System.out.println("The value of constant e = "+e);
}

while (term >= 1E-04);


}
}
ProgrammingRe: Simple Java Problem by eazyd(op): 11:33am On Nov 20, 2012
Specially for @Javanian - love the way you code! smiley
ProgrammingSimple Java Problem by eazyd(op): 11:30am On Nov 20, 2012
Estimate and print the mathematical constant e (equal to 2.71828). You can estimate its value using the formula:
e = 1 + 1/1! + 1/2! + 1/3! +1/4! + ....+ 1/k! + ...
Quit looping when the term 1/k! becomes less than 1E-04.
ProgrammingRe: I Need Help To Write The Pseudocode Of This Programme by eazyd(m): 9:48pm On Oct 28, 2012
Psuedocode is a simple step you would take to achieve your aim in your program..if you can't write a psuedocode, how would you write your program?
ComputersRe: Apple iPad 4 by eazyd(m): 9:59pm On Oct 23, 2012
Seun: They unveiled both.
.
Don4life: cant wait to get the ipad mini...luvin it already
Well i'm so buying the mini as soon as its ready to ship, wanted to place an order today but it doesn't ship yet
ComputersRe: Apple iPad 4 by eazyd(m): 8:23pm On Oct 23, 2012
Apple unveiled an Ipad mini today--where the heck do you get your gist fromhuh

Programming$6 Million Treehouse Scholarship-learn Code, Get Hired! by eazyd(op): 2:01pm On Oct 18, 2012
Treehouse’s “scholarship program” offered 2,500 free “Gold” accounts to college students in the U.S. for a full two years( i got one). To participate, you had to be able to prove you’re actually a college student, like having a valid “.edu” email address, for example. As Gold plans are $50/month, it worked out to $3 million-worth of free Treehouse — the equivalent of what they’d collectively have to pay out of pocket.

On its blog yesterday, Treehouse officially announced Round 2, saying that the demand “from across the pond, down under and all across the globe” was so strong that it’s now offering 5,000 two-year Gold accounts.

This time, the scholarship is open to students around the world of any age — as long as you’re currently a student or graduated within the last year (and you’re not a current Treehouse student).

To apply click the link and submit the form http://blog.teamtreehouse.com/6-million-treehouse-scholarship-for-students-worldwide

I'm a current Treehouse scholarship student and can testify of the greatness of having to learn for free, develop a skill that's so dear to my heart. If you have any questions about the application, qualification, when the results will be announced, your chances of winning- drop a comment and i'll sure assist the best i can.

Stay Tuned!
ProgrammingRe: Programmers Suffer Ooooo! :) by eazyd(m): 11:24am On Oct 10, 2012
Do what you love and you will never have to work a day in your life. Programmers live a simple and modest life, they ride bicycles to work that cost way more than $20k.

Reference : http://www.nytimes.com/2012/05/18/technology/a-start-up-is-gold-for-facebooks-new-millionaires.html?pagewanted=all&_r=0
ProgrammingRe: Did You Register For Introduction To Mathematical Thinking? by eazyd(op): 11:52am On Sep 22, 2012
Israelie: xup guys, wat is d coursera al abt...can u explain more abt it pls..
Go to https://www.coursera.org/
Art, Graphics & VideoRe: Web Banner Design Contest (154x95 Pixel Format) by eazyd(m): 9:56pm On Sep 21, 2012
@Seun can you make the ads open target = "new"
ProgrammingRe: Did You Register For Introduction To Mathematical Thinking? by eazyd(op): 12:13pm On Sep 19, 2012
Great. The lecture starts today! I have a very busy schedule too but i'll try to follow the class up, i got the book from amazon and its a wonderful course just to make you think mathematically. grin
ProgrammingRe: Did You Register For Introduction To Mathematical Thinking? by eazyd(op): 11:29pm On Sep 17, 2012
cool..how has your experience been so far?
ProgrammingDid You Register For Introduction To Mathematical Thinking? by eazyd(op): 10:29pm On Sep 16, 2012
I don't know if this is the right section to post this topic but how many people on NL is participating in Introduction to Mathematical Thinking by Stanford on https://www.coursera.org/ . 50,000 students signed on, just wondering if anyone on NL did so we can collaborate during the class. It starts tomorrow, Sep 17th 2012 (7 weeks long).
ProgrammingRe: Facebook Programming Challenge Question by eazyd(op): 1:17pm On Sep 11, 2012
i jst did tho and yea i know pastebin bt i dont click on links like that..you shoulda stated the question on pastebin before posting the code.Nice job!
ProgrammingRe: Hi, I Need Help With This Php Code : by eazyd(m): 1:12pm On Sep 11, 2012
sandy0000: I am using the code below to insert adsense code into my joomla modules. The ctr for these is so good. I would like to edit the code to display 2 more ads on the 8th and 12th count. Please how can I insert additional banners :

<?php $counter++;
if ($counter == 8 ) { ?>
<tr><td> Adsense Code </td></tr>
<?php } ?>
One open short tag should work fine, just like the above.
ProgrammingRe: Is Programming A Talent? by eazyd(m): 5:04pm On Sep 09, 2012
funny bt interesting topic grin
ProgrammingRe: Facebook Programming Challenge Question by eazyd(op): 5:02pm On Sep 09, 2012
Javanian: http://pastebin.com/q4zJuRey

http://pastebin.ca/2202376
why this links? well still working on my code in php, will post in a few.
ProgrammingRe: I Want To Build An App That Can Translate Igbo Languages Into English Language by eazyd(m): 1:52am On Sep 09, 2012
become an interpreter or get interpretations on http://babelverse.com/
ProgrammingFacebook Programming Challenge Question by eazyd(op): 3:38am On Sep 08, 2012
Test your skills- use your fav language.

Facebook Programming Challenge
Back to Question List Time Remaining: 01:42:32
Question 1 / 1

Mastermind is a game of two players. In the beginning, first player decides a secret key, which is a sequence (s1,s2,...sk) where 0 < si <= n, Then second player makes guesses in rounds, where each guess is of form (g1,g2, ...gk), and after each guess first player calculates the score for the guess. Score for a guess is equal to number of i's for which we have gi = si.

For example if the secret key is (4,2,5,3,1) and the guess is (1,2,3,7,1),then the score is 2, because
g2 = s2 and g5 = s5.

Given a sequence of guesses, and scores for each guess, your program must decide if there exists at least one secret key that generates those exact scores.

Input

First line of input contains a single integer C (1 <=C <= 100). C test-cases follow. First line of each test-case contains three integers n,k and q. (1 <=n,k <=11, 1<=q<=8 ). Next q lines contain the guesses.

Each guess consists of k integers gi,1, gi,2,....gi,k separated by a single space, followed by the score for the guess bi (1 <= gi,j <=n for all 1 <=i <=q, 1 <=j <=k; and 0 <= bi <=k )

Output

For each test-case, output "Yes" (without quotes), if there exists at least a secret key which generates those exact scores, otherwise output "No".

Sample Input
2

4 4 2
2 1 2 2 0
2 2 1 1 1
4 4 2
1 2 3 4 4
4 3 2 1 1

Sample Output

Yes
No
ProgrammingRe: Tried To Hire A Programmer In Lagos Today He Told Me $100 A Day Or Forget by eazyd(m): 3:22am On Sep 08, 2012
myviewr: if it was a full time job that would be understandable, lets even be honest that nearly half a million naira a month for an which is highly unlikely which you know its true now this is, a freelance job where all you have to do is make a simple website just with the features of groups and events no chats no forums. he is likely going to use a cms. Now lets say he uses a cms he being a nigerian he would probably us wordpress and get a free buddy press and install it to the wordpress so really all he is doing is setting up the wordpress for me at 472,476 lets be honest is that reasonable. Now lets say he uses joomla and buys jomsocial which retails for 150 pounds which is nearly 25,000 naira that is still no where close to 472,476. This is the problem with NIgerians you never think ahead, just what can i eat now, how can i get this person to pay me this so i can take an extra 5 naira, Imagine nigerian would want you to pay before a work starts, you haven't done anything, but you want money your customer satisfaction rate is at -100. They drive of potential customers with their greed of just stealing 5,000 instead of them to be thinking if . Do this thing for one person and he is happy about it, nice rate he would recommend me to a friend. This is the part that annoys me the most, after doing all of that to their customers and they don't return, they start saying somebody is destroying their business. When they started doing it from the start they are took SELFISH everything they do is whats in it for me such a bad way of LIFE. LIKE IT OR NOT THIS IS THE BITTER TRUTH
can you help me buy a car and ship it to Nigeria, when i receive it, i will pay u. grin
ProgrammingRe: Tried To Hire A Programmer In Lagos Today He Told Me $100 A Day Or Forget by eazyd(m): 3:22pm On Sep 02, 2012
myviewr: Eazyd email me so we can discuss
check your email.
ProgrammingRe: Tried To Hire A Programmer In Lagos Today He Told Me $100 A Day Or Forget by eazyd(m): 7:10pm On Sep 01, 2012
myviewr: why are nigerians so money orientated $100 a day he is working with 4 other programmers on the back end of the web site and to doing it from scratch. This is why they find it hard to progress. with this kind of review i would tell my friends not to go there, they just work for money now and not even thinking about bringing in more customers forgetting word of mouth advertisement is the best #we need to change
What is your budget for the project and how soon do you want it developed. There are so many open source out there that can get your project live in a matter of days if you get in touch with the right person. Your budget can even be cut half and the rest used in marketing. The main issue is to get a MVP (minimal viable product) and see how users respond to it, you might get the buzz to continue or reconsider.
ProgrammingRe: Python by eazyd(m): 5:48pm On Aug 25, 2012
download a copy of this book "Thinking Like a Computer Scientist for Python". using this link
http://www.greenteapress.com/thinkpython/thinkCSpy/thinkCSpy.pdf
ProgrammingRe: I Need To Learn Programming Seriously by eazyd(m): 5:46pm On Aug 25, 2012
There are so many online resources that will help you learn programming, i suggest you start with python. download a copy of this book "Thinking Like a Computer Scientist for Python". using this link
http://www.greenteapress.com/thinkpython/thinkCSpy/thinkCSpy.pdf

Happy Coding!
Tech JobsRe: What's The Cost To Develop A Site Like Flyaero.com by eazyd(m): 5:39pm On Aug 25, 2012
i guess the 35k is just for hosting grin
ProgrammingRe: My Site Was Hacked By One Of Those Pakistani Cyber Army Guys. What Do I Do? by eazyd(m): 2:06pm On Aug 24, 2012
internetpo: Hi!

My site was hacked by one of those middle eastern cyber groups, the pakistani cyber army to be precise. This is sort of the 3rd time they are doing this.

I think the hack came from a php/sql injection. I have tried and cleaned by files the last two times they attacked and i am surprised the attack is coming again AND THEY SEEM TO get into my WHM and change all my clients site/details. embarassed

I have a WHMCS installation there.

Could it be that they are entering through my WHMCS?
Will getting an SSL certificate stop these attacks?
Where and where do I look into my files to locate and clean the injection?

Please your help will be appreciated.
Rather than accessing the $_GET and $_POST superglobals directly, you can make use of PHP functions like filter_input() and filter_input_array().

for example <?php
$my_string = filter_input(INPUT_GET, ‘my_string’, FILTER_SANITIZE_STRING);
?>

The code above is roughly the equivalent of retrieving $_GET[‘my_string’] and then running it through some sort of filter that strips HTML and other undesirable characters. This represents data sanitization, one of the two things that the filtering system can do.

1 2 3 4 5 (of 5 pages)