No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[code=python] class Item: def __init__(self, id, content, userid, duedate, collapsed, inhistory, priority, itemorder, faded, projectid, checked, datestring): self.id = id self.content = content self.userid = userid self.duedate = duedate self.collapsed = collapsed self.inhistory = inhistory self.priority = priority self.itemorder = itemorder self.faded = faded self.projectid = projectid self.checked = checked … | |
Howdy, My normal programming haunt is CBoard, but it is down at the moment and so I decided I should sign up here and check this place out since I have heard good things about Daniweb. I took the servey thing from above and it is pasted below. Name: Christopher … |
The End.