Forum: Web Development Job Offers Sep 1st, 2006 |
| Replies: 0 Views: 1,193 Hello,
Enazen is a new project development team which is being formed. We are working on getting a domain as of right now, and have been planning this for quite some time.
Our goal is to create... |
Forum: Web Development Job Offers Jul 11th, 2006 |
| Replies: 2 Views: 1,594 I would project manage, coordinate the team, run support whilst its still managably small, and coordinate the features. I also know PHP enough to do some coding myself. |
Forum: Social Media and Online Communities Jul 11th, 2006 |
| Replies: 38 Views: 10,216 Yeah, I bought a lot of licences, and now they can all go cheaper to other people. Although I did by them in march so I knocked the price down a bit because of sooner expiry. |
Forum: Social Media and Online Communities Jul 7th, 2006 |
| Replies: 38 Views: 10,216 I have some vBulletin Licenses going at $40 and IPBs at $30, pm me for one. |
Forum: Web Development Job Offers May 16th, 2006 |
| Replies: 2 Views: 1,594 Hi All,
I am starting a new forum software, to compete, in time, with the likes of phpbb and maybe even vB. To accomplish this I am looking for a team of developers, in two different levels.
... |
Forum: Geeks' Lounge Apr 3rd, 2006 |
| Replies: 8 Views: 1,992 |
Forum: Geeks' Lounge Apr 3rd, 2006 |
| Replies: 8 Views: 1,992 He keeps doing this... He is on about Xbox... This is Daniweb Forum 114 mate, for Python, hence the title, Python. Kinda clever that aint it. Ya know, Python, meaning talking about python and all... |
Forum: Geeks' Lounge Apr 3rd, 2006 |
| Replies: 2 Views: 1,305 Last Time I checked, this isn't the place for discussing your xbox games, its for discussing python. But, you definitely dont have all the games. |
Forum: Python Mar 28th, 2006 |
| Replies: 7 Views: 1,506 I am trying to put the wordcount program into a callable function, WordCount(), but when I indent everything correctly, it gives me an error and highlights the rest of the line that def WordCount()... |
Forum: Python Mar 26th, 2006 |
| Replies: 7 Views: 1,506 Well I've decided to rewrite into a simpler version like this:
#!/usr/bin/python
import sys
import tkFileDialog
filename = tkFileDialog.askopenfilename(filetypes=[("Text files","*.txt")])... |
Forum: Python Mar 25th, 2006 |
| Replies: 7 Views: 1,506 I'm on about Wordcount of a text file (python)
Snippet 238.
Hope ya can help meh! |
Forum: Python Mar 25th, 2006 |
| Replies: 7 Views: 1,506 I have been looking over Vegaseat's Word Count program. I have two thoughts about what I want to configure it to do, but I'm not sure how to go about it.
Idea 1; This is most important. I want... |