thanks for reading
any subway experiences
Collapse
This topic is closed.
X
X
-
aTags: None -
Diez B. Roggisch
Re: any subway experiences
The berlin subway is great - especially during the worldcup the sheer amount
of people from all over the world makes things interesting.
HTH,
Diez
-
gene tani
Re: any subway experiences
a wrote:[color=blue]
> thanks for reading[/color]
Yah, the mass transit systems are, um, challenging but workable in many
US cities. Canada's much better
BUT the Subway framework that's not developed anymore had a dev mailing
list:
Google for "subway web framework". And, yeah, read
Comment
-
bruno at modulix
Re: any subway experiences
a wrote:[color=blue]
> thanks for reading
>[/color]
Too long experience with Paris (France) subway... Left Paris, feel
better now !-)
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xiludom. gro'.split('@')])"
Comment
-
mensanator@aol.com
Re: any subway experiences
a wrote:[color=blue]
> thanks for reading[/color]
Their bread is awful.
Comment
-
Grant Edwards
Re: any subway experiences
On 2006-06-17, mensanator@aol. com <mensanator@aol .com> wrote:[color=blue]
>
> a wrote:[color=green]
>> thanks for reading[/color]
>
> Their bread is awful.[/color]
At least they actually slice it now. Around here they used to
just cut a shallow V-shaped notch in the top.
--
Grant Edwards grante Yow! ... this must be what
at it's like to be a COLLEGE
visi.com GRADUATE!!
Comment
-
Alex Martelli
Re: any subway experiences
a <a@tempinbox.co m> wrote:
[color=blue]
> thanks for reading[/color]
Yah, I got a sandwich there once, it was very large but not all that
good...
Alex
Comment
-
a
any subway web dev experiences
subway is pythons ruby on rails competitor
pls tell me if u hav any expereinces
thanks
Comment
-
George Sakkis
Re: any subway web dev experiences
a wrote:
[color=blue]
> subway is pythons ruby on rails competitor
> pls tell me if u hav any expereinces
> thanks[/color]
u wanna know reils n subway ur so kewl omg! no expereinces watsoevah,
sori dud
PS: If you want to be taken seriously, put at least some effort to make
a readable english sentence. This is comp.lang.pytho n, not Myspace.
Comment
-
bruno at modulix
Re: any subway web dev experiences
a wrote:[color=blue]
> subway is pythons ruby on rails competitor[/color]
Nope - it's a Python MVC web framework. Like Django, Pylons and
Turborgears. And FWIW, there have been recently some discussions about
merging Subway and Turbogears.
[color=blue]
> pls tell me if u hav any expereinces[/color]
Please take time to learn and write readable english sentences.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xiludom. gro'.split('@')])"
Comment
-
Fredrik Lundh
Re: any subway web dev experiences
bruno at modulix wrote:
[color=blue]
> Nope - it's a Python MVC web framework. Like Django, Pylons and
> Turborgears. And FWIW, there have been recently some discussions about
> merging Subway and Turbogears.[/color]
recently? was that before or after the developer picked up his marbles
and went home to complain to his mother?
(according to the subway wiki, only porn sites use the framework these
days. hint to developers: if you're shutting down a project, make sure
you lock down the project site).
</F>
Comment
-
Gerhard Häring
Re: any subway web dev experiences
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Fredrik Lundh wrote:[color=blue]
> bruno at modulix wrote:
>[color=green]
>> Nope - it's a Python MVC web framework. Like Django, Pylons and
>> Turborgears. And FWIW, there have been recently some discussions about
>> merging Subway and Turbogears.[/color]
>
> recently? was that before or after the developer picked up his marbles
> and went home to complain to his mother?[/color]
So it was not only me that found this behaviour especially childish ...
[color=blue]
> (according to the subway wiki, only porn sites use the framework these
> days. hint to developers: if you're shutting down a project, make sure
> you lock down the project site).[/color]
Unfortunately, this not only applies to shut down projects, but also to
alive projects using Trac. It's a failure of Trac, because their developers
don't see spam as such a big problem to warrant implement basic antispam
support now instead of in a future release.
Instead of diving deeper into Trac or installing the antispam version of it
that is developed as a branch in their sandbox or otherwise wasting a lot
of time, I tried to solve the problem the pragmatic way by installing a
cron job that periodically runs the following commands on the SQLite database:
gh@maya:~$ cat delspam.sql
delete from wiki where text like '%cialis%';
delete from wiki where text like '%plumper%';
No spam was seen since then on the pysqlite wiki ...
- -- Gerhard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFElxlBdIO 4ozGCH14RAtMPAJ 45eFuVwV+EMVWIT Dulxuex0R9gtgCg jKfn
5L1NQjaBOgZEJAR Vq6Y+2mU=
=eZkz
-----END PGP SIGNATURE-----
Comment
Comment