Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,188,125 members, 7,933,760 topics. Date: Wednesday, 28 August 2024 at 12:18 PM

Dee5's Posts

Nairaland Forum / Dee5's Profile / Dee5's Posts

(1) (2) (3) (of 3 pages)

Programming / Re: Euphoria Programming Language by dee5(m): 6:01pm On Nov 26, 2010
@ Donpuzo when will you get married?
no disrespect oooooo
Programming / Re: Help In Php Programing by dee5(m): 5:58pm On Nov 26, 2010
^^ nice tip
Webmasters / Re: Building Dynamic Websites With MySQL And PHP by dee5(m): 5:45pm On Nov 26, 2010
this guy is really a newbie.
anyway i was once like you but let me give you a piece of advise,
google is the best friend that any programmer or web developer
can have.
So i will recommend you go and read up any tutorial on google
hacking since that will help you to locate more precisely and quickly,
solutions to your problems as they arise. and try to hook up with
an established web developer who you can ask all your newbie questions.
keep it up and don't back down.
Webmasters / Re: Please Recommend A Trainer For Me by dee5(m): 5:45pm On Nov 26, 2010
try to register on google code university as they will give you an excellent exposure into any programming language
you might want to learn. they will give you an insight into whats best for you. if i may ask what would you like to
learn i mean what programming language. you need to know exactly what you want be fore embarking on this venture.
Webmasters / Re: Building Dynamic Websites With MySQL And PHP by dee5(m): 5:41pm On Nov 26, 2010
this guy is really a newbie.
anyway i was once like you but let me give you a piece of advise,
google is the best friend that any programmer or web developer
can have.
So i will recommend you go and read up any tutorial on google
hacking since that will help you to locate more precisely and quickly,
solutions to your problems as they arise. and try to hook up with
an established web developer who you can ask all your newbie questions.
keep it up and don't back down.
Webmasters / Re: My First Python Script A Unique Generator Uptimum by dee5(m): 4:46pm On Nov 26, 2010
its for generating numbers: phone numbers rechage card permutations e.t.c
Webmasters / Re: I I Need A Website Designer For A Reality Tv Site: Eg Ambo,peak Etc by dee5(m): 4:44pm On Nov 26, 2010
now that was a lame move
Programming / Re: Python Programming by dee5(m): 11:54am On Nov 25, 2010
@a-zed
actually i code and execute my python programmes on both my phone (a nokia 5800 xpressmusic) and on my laptop here is a sample python app i created for generating phone numbers recharge cards and the likes
import random
def a(h):
t=[]
l=len(h)
for i in range(0, l):
y=i-1
th=random.choice(h)
t.append(th)
return t
def red(e,t):
r=[]
k=e-t
return k
arr=[]
def prin(g,f,pr):
m=[]
for i in range(0, f):
k=red(g,i)
m.append(k)
e=m[i]
es=pr+''.join(a(str(e)))
arr.append(es)
num=raw_input("enter an example num "wink
x=raw_input("how many numbers to generate "wink
pref=raw_input("what should i put in front of each number? "wink
x=int(x)
num=long(num)
prin(num, x,pref)
sep=raw_input("what should i seperate each number with? "wink
logfile = open("e:\data/\/nums.txt", "w"wink
if (sep==''):
ah='\n'.join(arr)
logfile.write(ah)
else:
ah=sep.join(arr)
logfile.write(ah)
logfile.close()
print "your numbers hav been saved to\n e:\data\ nums.txt"

1 Like 1 Share

Programming / Re: Any Pro In Cobol Programming And System Programming?i Nid Help. by dee5(m): 10:05am On Nov 25, 2010
i think you beta look more in the direction of c++ java or python. cobolis an old skool programming language and even thebanks that use it do so because their it consultant is too lazy tolearn new things. c'mon blend with the times
Webmasters / My First Python Script A Unique Generator Uptimum by dee5(m): 9:26am On Nov 25, 2010
without mincing words, here is the code.



import random
def a(h):
t=[]
l=len(h)
for i in range(0, l):
y=i-1
th=random.choice(h)
t.append(th)
return t
def red(e,t):
r=[]
k=e-t
return k
arr=[]
def prin(g,f,pr):
m=[]
for i in range(0, f):
k=red(g,i)
m.append(k)
e=m[i]
es=pr+''.join(a(str(e)))
arr.append(es)
num=raw_input("enter an example num "wink
x=raw_input("how many numbers to generate "wink
pref=raw_input("what should i put in front of each number? "wink
x=int(x)
num=long(num)
prin(num, x,pref)
sep=raw_input("what should i seperate each number with? "wink
logfile = open("e:\data/\/nums.txt", "w"wink
if (sep==''):
ah='\n'.join(arr)
logfile.write(ah)
else:
ah=sep.join(arr)
logfile.write(ah)
logfile.close()
print "your numbers hav been saved to\n e:\data\ nums.txt"


hope someone finds it useful
Webmasters / Generate Phone Numbers by location Free by dee5(m): 9:22pm On Nov 23, 2010
this is a little php code snippe which i wrote thought it might be useful to some marketers out there
you can view the demo and read through the short guidelines here: http://www.etoolsportal.tk/wordpress/?p=26
and did i mention did source code was also available for free and it's yours for the asking?
hope someone out there finds this usefull.

EDIT

also i coded a set of php scripts that can extract phone numbers from the web using google search engine if you need the phone number extractor
or you will love to see a demo of it, just gimme a call 08038696658[quote][/quote]
Webmasters / Re: Scratchcards by dee5(m): 2:46pm On Nov 08, 2010
nice one Donpuzo. you seem to be a thorough guy to me i like that
Webmasters / Re: Has Nairaland Webmaaster Coded A University Portal In Php Yet? by dee5(m): 2:29pm On Nov 01, 2010
^^^ i didn't mean any disrespect oooo i was just making an observation. that some of you gave reasons against
my sugestion is enough no need to start building tempers. peace
Webmasters / Re: Has Nairaland Webmaaster Coded A University Portal In Php Yet? by dee5(m): 6:29am On Oct 31, 2010
^^^ lol see what i mean? no shaking. nairaland webmasters will be hearing from me soon enough
Webmasters / Re: What Programming Languages Pays The Most Cash? by dee5(m): 10:30pm On Oct 29, 2010
thx to u all for the advice. @donpuzo can you xpantiate and make your point clearer pls?
Webmasters / Has Nairaland Webmaaster Coded A University Portal In Php Yet? by dee5(m): 7:51pm On Oct 29, 2010
Looking around the webmaster section i haven't seen a scenario where someone decides to share his or her
codes used in coding large sites so as to help someone avoid going through the same troubles.
I say this with no disrespect to any big guns in this section of NL. but i think at a point we will need to share
codes and collaborate more so as to place more nigerians' names on the list of coding gurus together i beleive we
will achieve more rather than doing it solo.
by the way anyone with a university or polytechnic portal scripts completed? with mysql database? i would like
any one with such to indicate and state his/her willingness to share. love you all. my fellow intellectual coders!
Webmasters / Re: What Programming Languages Pays The Most Cash? by dee5(m): 3:45pm On Oct 29, 2010
@yawatide thanx nice comment but which languages would you recommend i learn next?
Webmasters / What Programming Languages Pays The Most Cash? by dee5(m): 3:25pm On Oct 29, 2010
am already versatile with php programming and am currently adding C++ to my programming knowledgebase
i will like to know which other languages pays better am looking to learn python and one other language which will
you guys suggest?
Webmasters / Re: A Need A Portal For A Tertairy Institution by dee5(m): 10:42am On Oct 24, 2010
i might be interested call me and lets discuss 08038696658
Webmasters / Re: How To Create A Scratch Card Powered Registration With Joomla by dee5(m): 10:12am On Oct 24, 2010
@Ilosiwaju: i'll luv to take a look @ the script and perhaps port it to other cms systems  i'll PM you my email as i don't want bots to harvest my email.
on a second thought my email is milas.josh (*a*t*) gmail dut com
Webmasters / Re: What Does Mysql Database Means? by dee5(m): 9:22am On Oct 24, 2010
i think the guy in question should first weigh his pocket before shelling out demands. any serious net surfer
can install a forum for you at ultra low prices. but its the good will and technical expertise of the web developer
you need if you intend to create a successful forum like NL which is by the way powered by an outdated forum software
SMF 1.0.12 and I believe you would require a custom made theme as well as some plugins etcetera etcetera. so i know that 180k could just be a fair price depending on your demands but first let everyone know what your budget is and they can provide you with a service that matches you pocket. btw whats the idea behind the SHALOM salutation? angry
Computers / Re: Why My Usb Modem(unlockg) Post Is Deleted ? by dee5(m): 10:36pm On Feb 24, 2010
I JUST TRANSFERRED 300# TO UR FONE ITS NOT ENOUGH BUT ITS MY WIDOWS MIGHT grin
U WILL HEAR FROM ME AS TIME GOES ON
Computers / Re: Why My Usb Modem(unlockg) Post Is Deleted ? by dee5(m): 10:24am On Feb 24, 2010
pls can i have your number? i will like to send you voucher/recharge card
Computers / Re: Why My Usb Modem(unlockg) Post Is Deleted ? by dee5(m): 10:13am On Feb 24, 2010
thank you so much my brother, may the good lord bless you.
Computers / Re: Why My Usb Modem(unlockg) Post Is Deleted ? by dee5(m): 9:06am On Feb 24, 2010
Uncle Sam you are doing a wonderful job, if all nigerians were like you we would have progressed more than this by
now. keep up the good work my kind hearted Nigerian brother, but meanwhile, kindly help me unlock my usb stick

Model:  mtn fastlink huawei E156G
IMEI: 357133038638878

thanks in advance.

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