public marks

PUBLIC MARKS from nhoizey with tags php & python

2010

Platypus | Sveinbjorn Thordarson's Website

by 1 other
"Platypus is a developer tool for the Mac OS X operating system. It can be used to create native, flawlessly integrated Mac OS X applications from interpreted scripts such as shell scripts or Perl, Python and PHP programs."

2007

WSGI makes us faster, simpler, nicer! « DevjaVu Blog

With mod_php you can assume that if Apache is up, the app is up. [...] mod_wsgi, boasted faster performance than mod_python, and was easier to configure. I realized Trac had WSGI support. Pages are loading almost twice as fast! Our setup is simpler too.

2006

eXist : Une base de données XML interrogeable avec XPath et XQuery

by 1 other
eXist peut non seulement s'intégrer très facilement dans une application Java (via une servlet - XQueryServlet -, un composant Cocoon - XQueryGenerator - , ou l'utilisation de l'API XML:DB), mais elle peut également être utilisée dans de nombreux autres langages grâce à ses API REST et XML-RPC. Il existe d'ailleurs des API Pyhon et PHP

2005

xored software - TruStudio - PHP IDE and Python IDE built on Eclipse

by 2 others
TruStudio is an Integrated Development Environment built on top of Eclipse Platform

SAJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP

by 49 others (via)
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.

Un web service SOAP pour la brique RCX

by 3 others
En mettant à la portée de tous mon expérience personnelle dans la création de clients SOAP, j'ai voulu permettre à tout développeur de pouvoir exploiter un service web SOAP. Vous avez donc accès à des examples de clients SOAP en Java, PHP (NuSoap), Perl (SOAP::Lite) et Python (SOAPpy et ZSI) pour un Java WSDP web service (document/literal), et aussi à différentes sections démontrant l'interopérabilité entre un web service .NET et des clients JAX-RPC (Java), NuSoap (PHP), SOAP::Lite (Perl), PyXml ou ZSI (Python).