public marks

PUBLIC MARKS from camel with tags mysql & code

April 2008

scalr - Google Code

by 3 others
Scalr is a fully redundant, self-curing and self-scaling hosting environment utilizing Amazon's EC2. It allows you to create server farms through a web-based interface using prebuilt AMI's for load balancers (pound or nginx), app servers (apache, others), databases (mysql master-slave, others), and a generic AMI to build on top of. The health of the farm is continuously monitored and maintained. When the Load Average on a type of node goes above a configurable threshold a new node is inserted into the farm to spread the load and the cluster is reconfigured. When a node crashes a new machine of that type is inserted into the farm to replace it. 4 AMI's are provided for load balancers, mysql databases, application servers, and a generic base image to customize. Scalr allows you to further customize each image, bundle the image and use that for future nodes that are inserted into the farm. You can make changes to one machine and use that for a specific type of node. New machines of this type will be brought online to meet current levels and the old machines are terminated one by one. The project is still very young, but we're hoping that by open sourcing it the AWS development community can turn this into a robust hosting platform and give users an alternative to the current fee based services available.

December 2006

Nexen.net : portail PHP et MySQL - Générateur de profils de tests

Fake Name Generator génère des fiches d'identitée complètes et crédibles, du point de vue des bases de données. Nom, prénom, carte visa, adresse, téléphone, code postal, en fonction de la langue, du pays (format) et du pays (identité). Ces informations, totalement inventées, sont très utiles pour réaliser des tests d'interface, avec des valeurs crédibles, mais inventée.

October 2006

Nexen.net : portail PHP et MySQL - Génération de document OpenOffice avec PHP

by 1 other
Il est possible de produire des documents de traitement texte a partir de PHP : OpenOffice repose sur un format XML compressé, qu'il est facile de manipuler depuis la plate-forme. Ce tutoriel de PHPHacks vous met le pied à l'étrier avec PHPDocWriter, un ensemble de classe permettant de produire des fichiers OpenOffice. Notez aussi le projet de Alexander Pak dans le Google Summer of Code, dont le but est de produire une extension PHP pour produire aussi des fichiers .ods. Cela moderniserait considérablement les solutions actuelles, mais aucun code n'est encore disponible.