background preloader

About Pocoo — Pocoo

About Pocoo — Pocoo

Utilisez Gmail avec votre propre nom de domaine @monsite.com Avec Google Apps il est maintenant possible d'utiliser votre propre nom de domaine avec les services de Google, notamment Gmail. Hééé ouaip ! C'est comme ça que je me suis enfin décidé à me créer une boite mail @korben.info ! Je vous sens déjà bouillant d'impatience ! Tout d'abord, il faut vous rendre sur le site des Google Apps afin de voir les offres que vous avez à votre disposition. Ensuite, Google vous proposera soit d'acheter un nom de domaine, soit de rentrer le nom de domaine que vous voulez configurer et que vous possédez déjà. Vous avez ensuite un petit formulaire à remplir dans lequel on vous demandera combien de boite mail vous comptez créer avec votre nom de domaine. Etape suivante, vous créez votre premier compte, celui de l'administrateur. Il vous faut maintenant faire vérifier votre nom de domaine. 2 solutions... Voilà, le plus simple et fait... Il en va de même avec Gmail. webmail CNAME ghs.google.com. Bon, ça c'est super facile... Et voilà... A bon entendeur...

plopmail 0.0 plopmail is a pure python MDA replacing procmail or maildrop The filter scripts are written in python, with a simple syntax to be able to acces any mail header and attribute. It automatically creates maildirs and notify the user by mail when it does. It only works with courier-imap for the moment, but support for other imap servers is planned. It also comes with plopmonitor, a gamin compatible daemon to monitor maildirs and execute script when needed (useful to reclassify mails). Downloads (All Versions): 0 downloads in the last day 0 downloads in the last week 0 downloads in the last month Author: David Guerizec Maintainer: David Guerizec Home Page:

Pylons Project : Home Héberger les mails d'un domaine sur gmail - Hébergement domaine gmail, hebergement gmail, gmail ovh, ovh gmail, hebergement domaine google, gmail domaine, google hebergement, hebergement google, mail ovh sur gmail, gmail nom de domaine, comment nom de domaine gmail, gmail avec domaine, son domaine sur gmail, heberger son domaine sur google, comment heberger son nom de domaine sur gmail Aujourd'hui je vais traiter la mise en place de Google Apps sur un domaine pour héberger gratuitement les emails du domaine. Inscription du domaine à Google Apps Pour inscrire son domaine dans la version gratuite de Google Apps il faut se rendre sur la page suivante : Inscription à Google Apps édition standard. Une fois le bouton radio Administrateur choisi et le nom de domaine spécifié il faut saisir les informations personnelles de l'administrateur du domaine et les données de l'organisation (ces dernières sont optionnelles). La dernière étape de l'inscription consiste à créer un compte administrateur pour le domaine et d'accepter les CGU.

rulecore Package Index > ruleCore > 1.1beta3 Not Logged In Status Nothing to report ruleCore 1.1beta3 Complex Event Pattern Detector The ruleCore Engine is an event-driven rule engine that manages and executes reaction rules. The ruleCore Engine provides capabilities for detection of complex patterns of events, called situations. The ruleCore Engine is fed with events through connectors. Downloads (All Versions): 0 downloads in the last day 0 downloads in the last week 0 downloads in the last month Website maintained by the Python community Real-time CDN by Fastly / hosting by Rackspace / design by Tim Parkin

Crossplatform Framework for NUI Jeux à base de tuiles - Initiation à l'isométrie - 2 : Passons au code ! - Mediabox - Centre de Formation Adobe - Ressources Activez JavaScript pour une utilisation optimale. Par gnicos (Nicolas Gauville), le 03 juillet 2011 Nous allons ici nous intéresser à l'isométrie et à son utilisation dans les jeux à base de tuiles. Note : Ce tutoriel ne vous apprendra pas à créer un moteur iso ! Ce tutoriel à pour but de montrer comment passer d'un affichage 2D simple (avec des tuiles carrées) à un affichage en isométrie. Prérequis Connaître les bases de l'ActionScript 3. Après avoir appris à programmer des jeux à base de tuiles et à dessiner en isométrie, nous allons maintenant rassembler ces deux compétences pour passer d'un moteur 2D à un moteur isométrique. Nous allons donc voir comment passer d'un programme qui affiche une carte à base de tuiles carrées à un programme final qui affiche des tuiles isométriques. Pour vous donner une idée, voici globalement ce que donne le passage d'une vue 2D en vue isométrique. Passons au code : placer les tuiles Reprenons nos tuiles carrées Voila, nous pouvons maintenant passer au code.

boolopt is a Python module for optimizing propositional logic. boolopt is a Python module for optimizing propositional logic. It was written during my internship in Cape Town at NBN, South Africa’s National Bioinformatics Network; they used it for query optimization. The module provides a function optimize, which takes a disjunctive-normal formula (without intraclause contradictions and duplicates) and outputs an equivalent, minimal term. It uses the Quine-McCluskey algorithm for minimization. There is an existing implementation, but I couldn’t get it to work — that’s why I wrote my own. It’s worked instantaneously on all of the (small) examples I’ve thrown at it, but the method is NP-complete and involves building a truth-table — it’s EXPSPACE in the number of propositions. I release it here under the NewBSD license: you can do whatever you want with the code so long as you leave the license and copyright information at the top. New versions will be announced on the main site feed. Download Installation Examples Fun facts Comments Off

mjhea0/flaskr-tdd · GitHub - Aurora Creating Animations To create animations in Paper.js, we use the onFrame handler. When this function is defined, it is called up to 60 times a second by Paper.js. The view is redrawn automatically after the onFrame function has been executed. The Event Object The onFrame handler function receives an event object which contains information about the event: event.count: the number of times the frame event was fired.event.time: the total amount of time passed since the first frame event in seconds.event.delta: the time passed in seconds since the last frame event. Examples The following are a number of examples that make use of the onFrame handler to create animations. Rotating an Item In the following example, a rectangle shaped path is created on execution and each frame it is rotated by 3 degrees: Animating Colors The following script creates a circle shaped path item with a red fill color. Moving an Item The following script creates a text item and moves it smoothly to a random destination point in the view.

Related: