Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,157,962 members, 7,835,211 topics. Date: Tuesday, 21 May 2024 at 07:08 AM

Eazyd's Posts

Nairaland Forum / Eazyd's Profile / Eazyd's Posts

(1) (2) (3) (4) (5) (of 5 pages)

Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by eazyd(m): 6:02pm On Mar 31, 2012
awe_mef: Funny enough this jamb site thing shutting down has nothing to do with the coding of the site, its the hosting that can't handle that much traffic which should be worked on, so u people wasting ur time to code a non-problem area is unnecessary. Since I got where the problem area is, I deserve to get the 150K rite? And seun open ur eyes to PHP, ASP, JSP etc a little, everytime u bring up a contest u limit it to phyton cause dats what u use, u make dat amateur language look as if its one big ish.

Seun is just trying to promote the language in Nigeria, if you are familiar with other languages then python shouldn't be a problem for you, its his contest so he sets the rule. Come up with yours or if you r interested in Seun's contest simple follow his rules and widen your horizon by learning python.

6 Likes

Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by eazyd(m): 5:49pm On Mar 31, 2012
Seun,

Can someone living in the usa participate? currently a student and i'm familiar with python 2.7.

If i get a go-ahead i will create this script in python.

3 Likes

Programming / Re: Database Normalization (help Please) by eazyd(m): 10:53pm On Mar 26, 2012
A-ZeD:
Staffs should have their own table(Staff_ ID, staff _name, staff_ address, staff_ home phone number, start_ date, tax_ file number,)
Jobs should have their own table(job_ code, job_ description)
Renumeration should have its own table(annually_ salary, hourly_ rate)
Project should have its own table(project_ contract number, project_ start date, contact_ phone number , project_ code, project_ name)
Skills should have its own table(skills_ code, skills_ description)


Normalisation is a process of refining you database to get the optimal design. e.g what you posted can be called "1NF" what i posted can be called "2NF".

Hope i explained what i think is your question.

3NF is you find the functional dependencies in 2NF , create Candidate and Foreign keys.
Programming / Re: Perl, Python, Ruby, PHP, Which Is The Best For Web Design And Development? by eazyd(m): 10:48pm On Mar 26, 2012
Python- PHP- Javascript.
Programming / Re: Php Script Problem Help by eazyd(m): 10:45pm On Mar 26, 2012
post the code and modifications u made...you'll get help instantly.
Jobs/Vacancies / Re: Vacancy For Web Developer (Expired!) by eazyd(m): 7:49pm On Mar 24, 2012
smile4kenn: I am a programmer and I work here in the USA(I get headaches staring and hitting my fingers everyday on python, Visual studio and SQL) This is just my second year working as a programmer after uni graduation. I am paid $36 an hour and I work 40+ hours a week. Do the maths yourself cheesy

My point here is that 2m naira as a programmer in Nigeria is a good offer. As you will learn a lot working with a website with over 800k members. You will also gain a lot as per experience and CV content for future reference. I'd advice any good programmer in Naija to grab this offer! I started off with a pay lower than what the poster is offering, but what you need as a programmer is experience and CV content(reputable ones tho).

"When in doubt, use brute force." shocked olowolaiye mo. grin
Programming / Re: Think Like A Computer Scientist by eazyd(m): 1:44pm On Mar 16, 2012
well i quite understand what you mean now but as a starter i've got 2 books on programming which is based on python but this book n particular is more guided and self explanatory to a point. After python,java next!
Programming / Re: Think Like A Computer Scientist by eazyd(m): 2:54pm On Mar 15, 2012
how can you call it a wild joke-- rome wasn't built in a day but im sure on the first day it was called rome.
Programming / Re: Think Like A Computer Scientist by eazyd(m): 1:27pm On Mar 14, 2012
kodewrita: http://www.greenteapress.com/thinkpython/thinkCSpy/thinkCSpy.pdf click that to get the book.

Thanks for the link...a copy was sent to my email by a friend so now i can easily share this link with ppl who r interested.
Programming / Think Like A Computer Scientist by eazyd(m): 3:12pm On Mar 13, 2012
I found this very useful programming book for starters like me.. its quite easy to read and understand compared to other books for beginners. It focuses on Python but i hear there is a Java edition out there. The book is called-

"Thinking Like a Computer Scientist for Python".

You can easily download it from the internet or i can send a copy to you via email.

I'm into this race to finish, what about you?
Programming / Re: Python Program Problem by eazyd(m): 1:17pm On Mar 09, 2012
well i went back to my book and found a skipped page- in there lies my answer accumulator

Done Deal!! grin
Programming / Python Program Problem by eazyd(m): 11:58am On Mar 09, 2012
I wrote a program in python that calculates the amount of money a person would earn over a period of time if his or her salary is one penny the first day, two pennies the second day and continues to double each day. The program ask the user for the number of days worked, displays a table showing what the salary was for each day, and then show the total at the end of the period.

I'm having problem with the last part-- (total at the end of the period.) This should calculate the total salary earned

This is the program in python 2.7.2


print "Enter number of days worked:"
def salary_on_day(n):
return 2**(n-1)

days = int(raw_input())
earnings = 0



for i in range(1, days):

s=salary_on_day(i)
print "day ", i, ": ", s, " pennies"
earnings = s
print "total: ",earnings
Programming / Networking Vs Programming by eazyd(m): 3:53pm On Mar 08, 2012
Hi

I am considering further study, both networking and programming appeal to me .To help me decide which course to study I would be interested to hear from people

- What is your job title
- What sort of daily tasks do you do in your role
- What study did you do to get there?
-What is the sort of pay for your role

Thanks in advance for your answers
Software/Programmer Market / Best Webmessenger Software by eazyd(m): 1:37pm On Mar 01, 2012
Does anyone know any good webmessenger software available?
Business / Re: Can A Nigerian Become A Billionaire Without Patronizing Corruption Or Politics? by eazyd(m): 1:35pm On Feb 23, 2012
10 yrs from now,check Seun's worth smiley
Webmasters / Re: Text Editors Vs Wysiwyg by eazyd(m): 5:57pm On Feb 21, 2012
Mastery is a game- which category are you, experienced or hard-core? bt anyway more grease to ur elbow! I'm learning both ways, text editors in school and wysiwyg editors at home, one day i hope to b like you smiley
Webmasters / Re: Text Editors Vs Wysiwyg by eazyd(m): 5:41pm On Feb 21, 2012
will drop an example after i do some research, i did come across a website selling such templates awhile bk. call it wat u wanna(candy or kolanut)-as long as u achieve ur aim.
Webmasters / Re: Text Editors Vs Wysiwyg by eazyd(m): 1:12pm On Feb 21, 2012
thats just a title- lol ppl like grease to their elbows! grin
Webmasters / Re: Text Editors Vs Wysiwyg by eazyd(m): 12:17pm On Feb 21, 2012
@yawa-ti-de -some web template are specifically built for wysiwyg editors, can such template be edited with other editors? i want to purchase the dreamweaver cs5.5 but need some advice before investing $399.
Webmasters / Text Editors Vs Wysiwyg by eazyd(m): 2:05am On Feb 21, 2012
for experienced & hard core web designers- which editor will you use to edit a template and why?
Programming / Re: What Are The Candidate Keys? by eazyd(m): 2:07am On Feb 20, 2012
im askin for your opinion, do you think its useful?
Programming / Re: What Are The Candidate Keys? by eazyd(m): 1:23am On Feb 20, 2012
what about recordid?
Programming / Re: What Are The Candidate Keys? by eazyd(m): 9:45pm On Feb 19, 2012
@okey

Thanks for your advise but what bout the candidate keys and if the table is well formed or not. Based on functional dependencies i think the table is well formed but in Normalization, the table isn't well formed. What do you think?
Programming / Re: Design A Module Program by eazyd(m): 9:36pm On Feb 19, 2012
@smile4kenn-- na so we see am oo.
@goon- i had a pseudocode before i wrote the program but following the book, u need to desk check(hand-trace) for errors. Its time consuming since my programs got like 40 lines. I just wana know hw to. Can you do a desk check?
Programming / What Are The Candidate Keys? by eazyd(m): 9:52pm On Feb 18, 2012
Please open the attachment to view the table.

Is this correct? Answers to questions like these are based on different views and opinions, so i'm putting this out to see if my views tally with yours.

1a- Studentid--->StudentName
      CourseNumber --->CourseName

1b- Studentid --->StudentName
      Very unlikely because a student can have different studentid.

      CourseNumber --->CourseName
      Very likely because no two  same course can have same course number.

1c- None

1d- The table is not well formed because the determinants (Studentid,CourseNumber) are not candidate keys. Also the table can be broken into 2 tables to be well-formed.

Programming / Re: Design A Module Program by eazyd(m): 9:30pm On Feb 18, 2012
one more thing--ive tried to desk check my program according to the book but with so many lines i get confused where to start and what line to check.Can you help me on that?
Programming / Re: Design A Module Program by eazyd(m): 9:28pm On Feb 18, 2012
yea my friend told me that bt i will learn how to simplify my code as i learn , i'm jst glad i accomplished a goal this week and i'm also practicing on 2 other programs,if i get hooked i'll sure ask for your help , goon.whrs ur location?
Programming / Re: Design A Module Program by eazyd(m): 12:58am On Feb 18, 2012
This is my new program,i had to read the book again and i finally sort it out.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# This program calculates the total revenue of ticket sold at a softball game
# Initialize variables
ClassA = 15
ClassB = 12
ClassC = 9



def main():
intro() # call intro
ticketA = totalsoldA() # call totalsoldA function
ticketB= totalsoldB() # call totalsoldB function
ticketC= totalsoldC() # call totalsoldB function
revenueA= totalrevenueA(ticketA) # call totalrevenueA function
revenueB= totalrevenueB(ticketB) # call totalrevenueB function
revenueC= totalrevenueC(ticketC) # call totalrevenueC function
totalSales(revenueA,revenueB,revenueC) # call totalSales function

def intro():
print ("There are 3 seating categories in this staduim"wink
print ("ClassA cost $15"wink
print ("ClassB cost $12"wink
print ("ClassC Cost $9"wink
print ("This program will calculate the total revenue of tickets sold"wink

def totalsoldA():
print ("Enter the number of ticket sold in A."wink
totalsoldA= input ()
return totalsoldA

def totalsoldB():
print ("Enter the number of ticket sold in B."wink
totalsoldB= input ()
return totalsoldB

def totalsoldC():
print ("Enter the number of ticket sold in C."wink
totalsoldC= input ()
return totalsoldC

def totalrevenueA(totalsoldA):
totalrevenueA = totalsoldA * ClassA
return totalrevenueA

def totalrevenueB(totalsoldB):
totalrevenueB = totalsoldB * ClassB
return totalrevenueB

def totalrevenueC(totalsoldC):
totalrevenueC = totalsoldC * ClassC
return totalrevenueC

def totalSales(totalrevenueA,totalrevenueB,totalrevenueC):
totalSales = totalrevenueA + totalrevenueB + totalrevenueC
print "This is the total amount sold in all class of seats.$%7.2f"% totalSales

# call the main function
main()


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Programming / Re: Design A Module Program by eazyd(m): 6:56pm On Feb 17, 2012
wow finally learnt how to return value to the functions- dats where my problem was, thanks to donsegmond for pointing this out and thanks to you too goon! i learnt something today-yaaaaaaaaaaaa cheesy i can post my restructured program here again!

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