HotNet1
hi,
join small social bookmarking and share best links with pepole.
Please share your friends.We are waiting for you.
thank you
HotNet1 team
http://www.hotnet1.com
--
http://mail.python.org/mailman/listinfo/python-list
I have a wordpress 5.3 websites which sell a software with license key.
The license key is encrypted and stored in Mysql table. there are 2 columns
"license" and "hash":
license_key
def50200352f5dc4bd8181a9daebbf4f9177fe725111a5a479d64636d01c2a10074e0c6
nk is best. The Python
framework I'll use will be to build an e-commerce application looking like
Amazon.com
I favor speed of development, intensive OO development, performance under
heavy load, short learning curve, good documentation and community.
--
Thanks,
Admin.
Want to
4.py"
I can't express myself on Cheetah, sorry!!
--
Thanks,
Admin.
Want to buy me a book? http://tinyurl.com/78xzb :)
--
http://mail.python.org/mailman/listinfo/python-list
work for
> open source community.
Mmmh... I really don't know which one is better :(
--
Thanks,
Admin.
Want to buy me a book? http://tinyurl.com/78xzb :)
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 18 Jul 2005 10:06:21 -0300, Peter Hansen <[EMAIL PROTECTED]> wrote:
> I'm not familiar with this expression. What do you mean by "black
> horse"?
That will help me too :)
--
Thanks,
Admin.
Want to buy me a book? http://tinyurl.com/78xzb :)
--
htt
On Mon, 18 Jul 2005 16:21:37 -0300, Jeff Shell <[EMAIL PROTECTED]>
wrote:
> Don't discard Zope 3 becaue of what you've heard about Zope 2. Zope 3
> is a very different animal.
Are Zope 3's learning curve + speed of development a lot faster than
previous versions?
sages
to the browser this would be awesome because it would save dramatically on
bandwidth. The application would consume bandwidth only when there are new
messages. There would be no communication client-server until people write
a new message.
Do you know if it's possible?
--
Than
lot and it may bring the
server down if there are many people using the chat application at the
same time (too many queries to the database).
--
Thanks,
Admin.
Want to buy me a book? http://tinyurl.com/78xzb :)
--
http://mail.python.org/mailman/listinfo/python-list
end a lot of bandwidth, it would reload all the page and graphics all
the time.
--
Thanks,
Admin.
Want to buy me a book? http://tinyurl.com/78xzb :)
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 19 Jul 2005 19:43:25 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> otherwise, my only suggestion is to use another protocol instead of
> http.
What do you suggest?
--
Thanks,
Admin.
Want to buy me a book? http://tinyurl.com/78xzb :)
--
http://mail.python
Am 18.12.2011 12:00, schrieb nukeymusic:
How can I load a python-script after starting python in the
interactive mode?
I tried with
load 'myscript.py'
myscript.py
myscript
but none of these works, so the only way I could work further until
now was copy/paste line per line of my python-script t
Hi there!,
I just deployed my first web application. It allows the user to
register Subversion/CVS repositories, which are then tracked
periodically and RSS feeds generated with all the recent changes.
It's free and very easy to use. Just add your repository and
subscribe to the generat
Lese selbst:
http://brandenburg.rz.fhtw-berlin.de/poetschke.html
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I have been learning python for some time using the dive into python
book. I am interested to know if anyone can recommend a book which
covers more advanced topics like threading and potentially GUI style
coding.
Regards,
Ronald
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
anyone know what library i have to use to manage /var/lib/dpkg/status
file to get url of packages ?
thanks lewis
--
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
--
http://mail.python.org/mailman/listinfo/python-list
2012/3/18 Vincent Vande Vyvre :
> Le 18/03/12 13:03, admin lewis a écrit :
>
> Hi,
>
> What url ?, Sources, maintainer?
>
No, I need of to open /var/lib/dpkg/status and extract the packages
and its url to download it...
I know that there is python-apt
http://apt.alioth.debian.
2012/3/18 Vincent Vande Vyvre :
>
>
> OK, you know apt, I see (your blog).
>
> But packages have no url, just repositery.
>
> I see your link python-apt, this doc is very minimalistic, maybe you can
> find repositeries infos of packages with aptsources.distinfo, but methods
> are not documented.
>
Hi,
I want write a bot in python, it should explore a site, click links
and extract some info. I know mechanize but I would like to know if
there is something better for performance.
Thanks a lot lewis.
--
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot
2012/5/14 Emile van Sebille :
> On 5/13/2012 2:25 PM admin lewis said...
>
>> Hi,
>> I want write a bot in python, it should explore a site, click links
>> and extract some info. I know mechanize but I would like to know if
>> there is something better for performan
Your request to the Lesstif mailing list
Posting of your message titled "hello"
has been rejected by the list moderator. The moderator gave the
following reason for rejecting your request:
"Non-members are not allowed to post messages to this list."
Any questions or comments should be dire
med. We're waiting for you contributions. You can easily
share and search our snippet using our Google Desktop Gadget. Share
your Python snippets to help the world :)
http://www.wikicodia.com
Thanks
Wikicodia Admin
--
http://mail.python.org/mailman/listinfo/python-list
Hi..
I am using python with postgresql.
And i have a query :
aia.execute("SELECT id, w from list")
links=aia.fetchall()
print links
and result
[(1, 5), (2,5)...] (2 million result)
I want to see this result directly as a dictionary:
{1: 5, 2: 5 .}
How do i select in this format ?
I'm
Hi folks, I'm running a simple 2D game using Pygame but really would
like a decent GUI and am currently testing out wxPython. As it turns
out, I can't get Pygame working in a wxPython canvas and instead
turned to openGL - which is painfully slow at reading through an array
of points.
Can anyone ad
Python has been ported to the web browser at pythonfiddle.com. Python
Fiddle can import snippets of code that you are reading on a web page
and run them in the browser. It supports a few popular libraries.
Another common usage is to post code on the site to allow other people
to play around with i
You are not a member of this mailing list <[EMAIL PROTECTED]>.
If you know the general guide of this list, please send mail with
the mail body
guide
to the address
[EMAIL PROTECTED]
where guide is equal to GUIDE for case insensitive.
--
http://mail.python.org/mailman/listin
Your mail to 'Veritas-bu' with the subject
MAIL SYSTEM ERROR - RETURNED MAIL
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list
Either the message will get posted to the list, or you will receive
not
Your mail to 'plucker-dev' with the subject
Delivery ([EMAIL PROTECTED])
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list
Either the message will get posted to the list, or you will receive
notific
Alain Picard wrote:
> [Aplogies about the wild cross-post follow-up --- I guess the topic
> [really
> is relevant to most programming communities.]
No, it's not relevant. Xah Lee is a self spammer, in that he spams
about himself, tries to get people hyped up about him and thinks he's
impressing
29 matches
Mail list logo