Re: Filters like old skool Jive, Fudd, Valspeak... Text transformation in Python
dananrg@xxxxxxxxx wrote:
(snip part about filters)
Any good "generators" written in Python? I'd like to roll me one of
these as well; e.g. execute the program and it will create a few
paragraphs of text in the jargon of a discipline, subdiscipline,
subculture, etc. Anyone know what I'm talking about?
There's a Kant generator example in Dive Into Python:
http://diveintopython.org/xml_processing/index.html
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xxxxxxxxxxx'.split('@')])"
.
Relevant Pages
- Re: Researching spamblock/antivirus/attachment filters on mail servers
... >> execute as a program or script. ... >> way that they can bypass the filters. ... >> masquerade itself as something else. ... >Sure, there are variations on a theme of broken MIME before now, but there ... (comp.security.misc) - Re: Researching spamblock/antivirus/attachment filters on mail servers
... >> execute as a program or script. ... >> way that they can bypass the filters. ... >> masquerade itself as something else. ... >Sure, there are variations on a theme of broken MIME before now, but there ... (comp.os.linux.security) - Help! About call history(clog.exe) related input arguments...
... I tried to change my homescreen layout, and the call history icon ... Besides, I need to execute ... clog.exe by different filters, such as missed call, incoming call and ... (microsoft.public.windowsce.platbuilder) - Re: Perl code encryption
... > Yes, I've read this, but the FAQ doesn't say what the compiler is or how ... > execute binary file'. ... that will package your Perl code and required modules into a Java JAR-like package, ... The standard disclaimers apply - even with the filters, ... (comp.lang.perl.misc) - Re: Perfrom Thru
... > say for example consisder this statement: ... > My doubt is whether this statement above would execute the code ... > any para in between this two paras. ... If you want to perform all the paragraphs in a range, ... (comp.lang.cobol) |
|