Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Kakao
Forum: Python Jun 14th, 2007, 3:17 PM
Replies: 9
Views: 598
Posted By Kakao
The tutorial uses Drupal.

The tutorial uses Drupal.
Forum: Python Jun 11th, 2007, 5:27 PM
Replies: 9
Views: 598
Posted By Kakao
I already have CGI and mod_python (publisher and...

I already have CGI and mod_python (publisher and PSP). WSGI is my next goal. I'm just waiting for modwsgi (http://code.google.com/p/modwsgi/) to stabilize to build a tutorial on it.

modwsgi will be...
Forum: Python Oct 3rd, 2006, 11:57 AM
Replies: 9
Views: 598
Posted By Kakao
Web Python CGI Tutorial

I'm just building a Python CGI tutorial (http://webpython.codepoint.net) and i would appreciate any feedback from the many experts in this forum.

Regards, Kakao
Forum: Python Apr 18th, 2006, 6:25 PM
Replies: 11
Views: 496
Posted By Kakao
I have been reading the Python Cookbook and in...

I have been reading the Python Cookbook and in the 4.1 Recipe the recommended technique to copy a list is to use the list function:
Forum: Community Announcements and Feedback Apr 16th, 2006, 7:19 PM
Replies: 4
Views: 235
Posted By Kakao
Not receiving email from subscribed threads

I do not receive emails when someone post to a thread I'm subscribed to.

My Default Thread Subscription Mode is instant notification. My email is correct.

Is it only me? I have used many vBulletin...
Forum: Python Apr 16th, 2006, 7:13 PM
Replies: 12
Views: 302
Posted By Kakao
Or the much simpler Tutorial in my signature :D

Or the much simpler Tutorial in my signature :D
Forum: Python Apr 16th, 2006, 6:59 AM
Replies: 6
Views: 307
Posted By Kakao
Yes, an indexed tuple is very convenient as well....

Yes, an indexed tuple is very convenient as well. But note that a true condition returns the second tuple element and not the first as would be more natural:


x = (a, b)[True] # x = b
x = (a,...
Forum: JavaScript and Client-Side Browser Scripting Mar 30th, 2006, 11:08 AM
Replies: 3
Views: 350
Posted By Kakao
This is the simplest I can...

This is the simplest I can do:
<html>
<body>
<input type="button" value="Show/Hide"
onclick="
var f = document.getElementById('f');
f.style.display = f.style.display == 'block' ? 'none' :...
Forum: Ruby Mar 27th, 2006, 5:31 PM
Replies: 34
Views: 2,122
Posted By Kakao
Nice...

Nice reading:
http://pleac.sourceforge.net/pleac_ruby/index.html

Python version:
http://pleac.sourceforge.net/pleac_python/index.html
Forum: Coder's Corner Lounge Feb 21st, 2006, 6:45 PM
Replies: 153
Views: 9,922
Posted By Kakao
Folding@Home Stats Site

Folding@Home Stats Site:

http://fahstats.com

http://fahstats.com/tsum.php?t=45978
Showing results 1 to 10 of 10

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:21 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC