Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,990 members, 8,001,028 topics. Date: Tuesday, 12 November 2024 at 08:51 PM |
Nairaland Forum / Techytom's Profile / Techytom's Posts
(1) (2) (of 2 pages)
Autos / Re: Apply And Get Your Original Drivers License/Vehicle Registration (NO STRESS)! by techytom(m): 8:54pm On Jun 24, 2016 |
This lady sure die. I got my license sharp sharp... |
Business / Undergraduate Reserarch On Electronic Payment by techytom(m): 1:59pm On May 17, 2012 |
Please Help me with this questionaire currently working on a research that deals with Assessing Nigerian Citizens on the Adoption of e-payment services using the Technology Acceptance Model. please help in filling this questionnaire to aid this research https://docs.google.com/spreadsheet/viewform?formkey=dEt6djQ4cV9uR1BuWmwxZWRZR1l2MkE6MQ One Love Naija |
Education / Please Help A Wandechris With His Final Year Project... Its On E-payment by techytom(m): 1:58pm On May 17, 2012 |
Please Help me with this questionaire currently working on a research that deals with Assessing Nigerian Citizens on the Adoption of e-payment services using the Technology Acceptance Model. please help in filling this questionnaire to aid this research One Love Naija https://docs.google.com/spreadsheet/viewform?formkey=dEt6djQ4cV9uR1BuWmwxZWRZR1l2MkE6MQ |
Education / Nasu Strike Futa by techytom(m): 11:57pm On Apr 18, 2012 |
Students of the Federal University of Technology Experienced an extended easter break, special thanks to NASU Officials, The School Gate was closed down by a Giant Tanker, They Stopped Water, ELectricity and A lot of students had to go Home On Wednesday, We heard that the strike had been called off, Exams is to start on Monday. |
Programming / Re: What Is Your Favorite IDE [lately]? by techytom(m): 10:44pm On Apr 11, 2012 |
I'd say Aptanna Studio 3 anytime 1 Like |
Programming / Re: Testing Programmers: Puzzles Or Web Applications? by techytom(m): 4:28pm On Apr 10, 2012 |
csharpjava:@delomos, @csharpjava, @okeyxyz... I'm really interested in a career in s/w eng. How do I go about it without having a formal University Degree in software engineering?? |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 11:50pm On Apr 09, 2012 |
I Seun: kadeerna's repo: http://code.google.com/p/kadeer-jambpy/ (implemented the most advanced concepts & features)Well, we all worked on this, sharing the reward aint a bad Idea. I agree to sharing the the prize, what do you say @pystar, @kadeerna?? |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 1:30pm On Apr 09, 2012 |
pystar: So the prize goes to @Techytom!!!. cool, you deserve it bro. @Seun, at least I get an honourable mention or presidential handshake abi?hmmm... @seun has not said so, but believe me @pystar, u really did great. I'd still luv to code wif u even if u do not win this... 1 Like |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 10:54pm On Apr 08, 2012 |
WoW, Less Than 10mins to go, I've updated my code with better error managagement and caching... I also think it'd be nice to understand the theory behind my website Orchard (My Fav fighter Killer Instinct) is a jamb result checking website that tries to speed up data access by: 1. Providing caching for subject combinations. I mean query individual values in the subjects table when you can just read it from the cache. A Combination is values a set of 4 subjects [English Language, Mathematics, Biology, chemistry] 2. Providing 1-1 relationship between candidates and scores, hence reduce latency when querying results. I tried to keep a denial of service attack off by 1. Turning Locking browser sessions while a request is being made. This blocks requests from being made bya particular browser while another request is being processed I tried to protect the website from xss by using jinja2. Jinja2 autoescapes html unless that feature is disabled I also tried to control access to html verbs(GET, POST, PUT etc) So How does it work?? Open the Config.py file, change the database Run test.py to generate and populate database components I'm always open to suggestions, contributions, you can fork my repo http://code.google.com/p/emergency-jamb-result-checker at any time 1 Like |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 9:38pm On Apr 08, 2012 |
techytom:@seun, I've fixed that |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 9:12pm On Apr 08, 2012 |
Seun: @techytom: There seems to be an issue with the footer in your results page.Thanks, I'll check that now |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 7:29pm On Apr 08, 2012 |
@seun, I've got new code updates to include better code structure, better error management, better caching. I'm sticking out my solution with great emphasis on caching. The repository remains the same: http://code.google.com/p/emergency-jamb-result-checker/ 2 Likes |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 11:24am On Apr 08, 2012 |
Finally... That is some cool strategy @kadeerna Sharding+ caching, really cool |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 1:44pm On Apr 06, 2012 |
Seun: @techytom Can we chat? Would like to find out more about you.Yes, I just sent you a Nairaland Email Message |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 12:49pm On Apr 06, 2012 |
Seun: Any updates?Yes, I've been commit and pushing to my repo The current code version is pretty stable, I've tried improve the performance of the website by caching. I'm still exploring other features in cherrypy and code is up to version 0.0.6 http://code.google.com/p/emergency-jamb-result-checker/downloads/detail?name=orchardv0.0.6.zip 1 Like |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 11:51am On Apr 05, 2012 |
yamakuza:Do you mean the code or a live website?? |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 11:45am On Apr 05, 2012 |
Seun:I've provided a copy of the registration information on the index page, so you'll always have a working registration number and pin |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 8:09am On Apr 05, 2012 |
Opoki: I've been following this thread from day 1 and i'm glad to see ideas flowing, i'll be happy if techytom is pronounced winner and if otherwise Goodluck.Thanks @Opoki, for supporting me |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 8:07am On Apr 05, 2012 |
techytom:I just ran the website in a virtual environment and it worked perfectly, I've setup a wiki on setting up a virtual environment, like I did http://code.google.com/p/emergency-jamb-result-checker/wiki/HowToRun |
Programming / Re: Testing Programmers: Puzzles Or Web Applications? by techytom(m): 8:00pm On Apr 04, 2012 |
If I want to employ a programmer, the first thing I'll check is experience, not job experience but the candidates programming experience. I want to be sure the programmer can do what he says he can do. So I'll keep him as comfortable as possible and the results of him talking about his skills and past experience helps me bring up a test for him. I'll then judge based on problem solving approach, code/software practices, if he's a programmer(neatness of code), software engineering(approach to information gathering). I don't want to be one of the folks that put programming and software engineering as the same so, I'll watch out for architects and black screen coders... 1 Like |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 5:30pm On Apr 04, 2012 |
Fayimora: @Seun do you mind is I host the app for @techytom so people without a python enabled environment can view what he is doing? Well... That depends strongly on @seun. I could learn how to set it up |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 5:29pm On Apr 04, 2012 |
Seun: @techytom: I couldn't find Jinja 2.2.6, so I downloaded the latest Jinja from github. Doesn't work with your code:@seun, I'm a little surprised it doesn't work, but I've included jinja2 and memcached to my source folder. I'll try to test in a sandboxed environment just to be sure. |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 9:28am On Apr 03, 2012 |
Seun: @techytom: Nice. Did you see the stack trace I posted? Your db.sql file has 2 candidates tables and no results table.Thanks for obserivng, I'll fix that make a commit |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 9:19am On Apr 03, 2012 |
Seun: Please switch to MySQL Connector/Python and abandon PyMySQL. It has certain bugs.Thanks, I've performed the switch |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 7:22am On Apr 03, 2012 |
Seun: Thanks. How did you install yours?I downloaded and extracted the tarball, Then installed distributehttp://pypi.python.org/pypi/distribute then easy_install Jinja2==dev |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 12:50am On Apr 03, 2012 |
Fayimora:Code Finally Up On mercurial... it is still http://code.google.com/p/emergency-jamb-result-checker/ |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 12:49am On Apr 03, 2012 |
doncigalo: @techytom Is there a way you could host ur app online so that those of us dat dont have a python enabled enviroment can have a look.I'll check for a way to host the app online @pystar, @seun, any ideas?? |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 9:25pm On Apr 02, 2012 |
Seun: One of the contestants encountered this error with CherryPy and Python3.2:I have no Idea, I started cherrypy two nights ago, but I'll look into it |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 4:22pm On Apr 02, 2012 |
@seun, thanks, Its good to know that I'm on point. I just checked out Mercurial. I'm checking how o work between the two code versioning systems. |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 3:17pm On Apr 02, 2012 |
Hello folks... I've finally included support for python 3 I've also improved the speed of data access The templates also look cleaner. it is found here. you can checkout the code or download the most recent code available for download http://code.google.com/p/emergency-jamb-result-checker/downloads/list 2 Likes |
Programming / Re: Build A JAMB Result Checking Website To Win 150,000 Naira by techytom(m): 9:21pm On Apr 01, 2012 |
@doncigalo Please Explain what you mean by timers. Can you also give an insight on how http requests and responses could help speed up the website's performance |
(1) (2) (of 2 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. 37 |