Programming › Re: Web Programming Tutorial In Python. by greatface(m): 11:54am On Aug 12, 2017 |
EmperorGE: Ofcause melokhalifah@gmail.com I Will Message You |
Programming › Re: Web Programming Tutorial In Python. by greatface(m): 7:54pm On Aug 11, 2017 |
EmperorGE: Am making a simple, or should i say, a complicated blog with bottle, the blog will have the power to process login and register, upload post, update post, view post, delete post, post a comment, share a post. This is my first real project on python and am hoping to host this blog someday. This is being developed with my android phone with debian squeeze and python3.1 Can We Talk? |
Education › Re: Top 15 Most Selected Courses By Students In JAMB UTME 2017 by greatface(m): 10:24pm On Aug 09, 2017 |
|
Education › Re: Top 15 Most Selected Courses By Students In JAMB UTME 2017 by greatface(m): 10:14pm On Aug 09, 2017 |
horlahsunbo225: it is not easy bro
Proud to be computer science student CAN I MESSAGE YOU? |
Programming › Re: Contest: Build The Finest Html Forms by greatface(m): 1:42pm On Aug 05, 2017 |
|
Programming › Re: Contest: Build The Finest Html Forms by greatface(m): 6:40pm On Aug 04, 2017 |
For The Passion Or A Price? |
Programming › Re: Web Programming Tutorial In Python. by greatface(m): 11:10am On Aug 04, 2017 |
webstacka: just use:
from bottle import Bottle, route, static_file
app = Bottle( )
@app.route("/static/<file : path>" def static(file): return static_file(file, root="static/"
now create a folder called static, under your working directory. Under the static folder, create three more folders: css, js, and img. Put your css files under the css folder, javascript files under the js folder, and image files under the img folder. Run and load your browser. You'll see everything. NOTE: make sure you have python imaging library (pillow) installed on python in order to load images. Thanks Greatly From What Am Seeing, This Applies To Standard Python Distribution On Typical PCs. But My Case Is Specific To Android Platform. thanks again for replying |
Politics › Re: Biafra: Aisha Buhari, Igbo Women Say No To Calls For Secession by greatface(m): 6:07pm On Aug 03, 2017 |
I am disappointed.
thought i would see croud like when N Kanu went there. |
Programming › Re: Contest[closed] : Program A Function to find if a phrase. is in a string by greatface(m): 1:00pm On Aug 03, 2017 |
greatface: Implemented in python 3
def length(s): l=0 while s: l+=1 return l
def findphrase(p,s): sl = length(s) pl = length(p) fpl = 0 #found phrase length cpi = 0 #current phrase index csi = 0 #current sentence index while sl: if fpl == pl: return 1 elif p[cpi] == s[csi]: fpl += 1, csi += 1, cpi += 1, sl - 1 else: fpl = 0, cpi = 0, sl - 1
phrase = input('enter phrase: ') sentence = input('enter sentence: ') print(findphrase(phrase, sentence)) Looking At My Code Now I Saw A Lot Of Programming And Logical Errors. Well, I Did That With My Chinco Phone Meant For Calls. I Will Post The Updated version later. |
Programming › Re: Contest[closed] : Program A Function to find if a phrase. is in a string by greatface(m): 5:24pm On Aug 02, 2017 |
Implemented in python 3 def length(s): l=0 while s: l+=1 return l
def findphrase(p,s): sl = length(s) pl = length(p) fpl = 0 #found phrase length cpi = 0 #current phrase index csi = 0 #current sentence index while sl: if fpl == pl: return 1 elif p[cpi] == s[csi]: fpl += 1, csi += 1, cpi += 1, sl - 1 else: fpl = 0, cpi = 0, sl - 1
phrase = input('enter phrase: ') sentence = input('enter sentence: ') print(findphrase(phrase, sentence)) |
Programming › Re: Web Programming Tutorial In Python. by greatface(m): 4:50pm On Jul 31, 2017 |
continue am following..  i have few issues with image display in bottle but that is on android though. can you be of help? |
Programming › Re: Django Programmers Thread by greatface(m): 3:08pm On Jul 31, 2017 |
please don't wait for 20, we are ready to start learning now. |
Education › Re: How Difficult Is GCE? by greatface(m): 10:25pm On Jul 29, 2017 |
|
Literature › Re: The River by greatface(m): 6:47pm On Jul 27, 2017 |
Aah so you don't want me to read the story ee? thats why you didn't mention me abi? your plans have failed. go and tell them you didn't see me. for your information, i follow the story and you too so all your plans to keep me locked out has failed.   nice update lleigh, i will always come around even if it is once in a while. keep the dream alive. 1 Like 1 Share |
Programming › Re: I Will Officially Quit Visiting This Section by greatface(m): 5:12pm On Jul 27, 2017 |
Scholar01: Either dhtml18 or pcguru1 should moderate this section or both |
Education › Re: How Difficult Is GCE? by greatface(m): 2:29pm On Jul 27, 2017 |
Ikenna792: GCE is slightly easier than WAEC.... but the marking scheme is more strict cos it can be written by anyone. Hence GCE grades are poorer than waec.. I can testify. I wrote GCE in SS2 and Waec in ss3... email me 2 show u both results JUST want to know if it can serve as replacement for waec or maybe an alternative |
Politics › Re: Soldiers Block Nnamdi Kanu's Convoy In Ebonyi, Kanu Comes Down (Video) by greatface(m): 12:28pm On Jul 27, 2017 |
IpobExposed: I have uploaded the video first Mynd44 Lalasticlala take note o. mynd44 Lalasticlala I posted first before those two guys. with more pictures and detailed information una no try o THIS shows you are not really against biafra but after your youtube monetized channel. |
Education › by greatface(op): 11:01am On Jul 27, 2017*. Modified: 6:24pm On Aug 04, 2017 |
|
Computers › Re: My Hsdpa Modem Stopped Working. by greatface(op): 9:24pm On Jul 26, 2017 |
Fulaman198: Can you please administer an 'ipconfig /all' at the command prompt in Admin mode (please leave out single quotation marks). i will try that tomorrow. sorry for late reply. i have been away from nairaland |
Car Talk › Re: Mercedes Reportedly Sold Over A Million Vehicles By Cheating Emission Tests by greatface(m): 9:37am On Jul 18, 2017 |
1 MILLION? |
Politics › Re: Nigerians Want PDP Back In 2019 – Jonathan by greatface(m): 8:47am On Jul 18, 2017 |
Per say, pdp and jonathan's incompetency are far better than buhari's best achievements  |
Literature › Re: The Auction by greatface(m): 12:25am On Jul 18, 2017 |
Lleigh: greatface my lips are sealed, my pen is covered. You have followed and read the stories intently, for you to quote the above.
Thank you
However, I can't say anything... Linda did try to sabotage my computer once so.........................erm... erm
Need to go to the club  jagugu88li taught me how to pay attention to every details. lleigh we don't pay you neither do we offer any material reward but you have continued to dish out professional artwork that have got all your fans glued. honestly, you deserve a medal. going to the club? #dancingshoki while smiling like a three tooth man    let me go and see how #remisam is doing. I Remi have been looking for my Sam 2 Likes |
Literature › Re: The Auction by greatface(m): 6:10pm On Jul 17, 2017 |
What I got from the river page 8
"the first baby came out, Mother Teresa cleaned the baby, it had blue eyes and pale white skin." and where you wrote "she came back in and helped your mother as she pushed out the second baby, it also had blue eyes and white skin."
your mother kept on mumbling the same thing over and over again "they are the same but different. they are all one but different. the three of them are the same but different."
the first two babies that came out were boys, the two sets of parents, Mother Teresa had lined up each took a child and we never heard from them again." with these, it is very safe to say that lucien and charles are both elder brothers of eliora. and she will be the only one that will unravel the mistery of who the two really are. unfortunately, they are bond by blood and that will be her greatest challenge. i see linda surviving this in the end but how soon is what i can't say. #mythought 3 Likes 1 Share |
Literature › Re: The Auction by greatface(m): 4:02pm On Jul 17, 2017 |
lleigh, i finally got up to speed with this amazing work after like one week. you got me thinking when you tried linking this with the river and i wanted to say something but my thoughts are just empty now.
let me read the river and hopefully, i may recall some memories.
but lleigh, your imaginations are teriffic and i wish i could get a girlfriend as versed as you. SERIOUS
the story is scary but not to me. am only pleading for those that fear. 2 Likes 1 Share |
Foreign Affairs › Re: 16 Crazy Laws That Only Exist In North Korea by greatface(m): 1:20pm On Jul 16, 2017 |
sarrki: Hmmm nice one op
Ipobs come and learn from this
You always talked about marginalization
What if its obtainable in Nigeria ? now i see how stupid you are that you wish your beloved country this misery. even your worst enemy don't deserve this bondage. |
Programming › Re: Web Development Vs Software Development. Which Is Better In Nigeria? by greatface(m): 1:02pm On Jul 16, 2017 |
LOSKYXANDER: Thanks.... what's the market like in Nigeria eg how much they earn some startups pay as low as N30000 while good firms can pay N150000 upwards depending on your level of proficiency. |
Computers › Re: My Hsdpa Modem Stopped Working. by greatface(op): 4:02pm On Jul 15, 2017 |
mmafhew: Computerboy wah could it me i don't understand please |
Computers › Re: My Hsdpa Modem Stopped Working. by greatface(op): 8:46pm On Jul 14, 2017 |
Fulaman198: When you say the network just disappears what do you mean? does it disappear from your computer? What operating system are you using? the network bar on the modem will be full but when i click connect, it turns to red 'x' i use windows 7 ultimate |
Computers › Re: My Hsdpa Modem Stopped Working. by greatface(op): 3:24pm On Jul 14, 2017 |
Fulaman198: It may simply just be broken which in that case would mean you either fix the broken circuitry or buy a new one. Sorry thanks but the modem installs properly and even recieves signal (often full bar) but then when i try to connect, the network just disappears. thanks so much for replying. |
Computers › Re: My Hsdpa Modem Stopped Working. by greatface(op): 10:25am On Jul 14, 2017 |
Maleeq , skydancer , seun and others please come and be my friends here as google has denied me.
i need this help urgent. |
Computers › My Hsdpa Modem Stopped Working. by greatface(op): 12:43am On Jul 14, 2017 |
PLEASE HOUSE. i have this hsdpa modem i bought years back and has been using it without much problems than poor network. i dropped it for like a year plus and now found out i cannot connect to internet. first i thought it was because of the semi-rural area am in currently as i tried 2 different networks to no success. i went to town and tried 3 different networks on a different pc to no success also.
i don't know if there is any solution to this or to buy new modem.
all the networks work well in my android and other smaller phone.
any help will be greatly appreciated. THANKS ALL |
Programming › Re: I Need A Smart Programmer To Solve This Logic? by greatface(m): 2:57pm On Jul 13, 2017 |
|