background preloader

Asciiflow - ASCII Flow Diagram Tool

Asciiflow - ASCII Flow Diagram Tool

FaceTracker FaceTracker is a C/C++ API for real time generic non-rigid face alignment and tracking. Goal : Non-rigid face alignment and tracking is a common problem in computer vision. It is the front-end to many algorithms that require registration, for example face and expression recognition. 1. 2. Features : • Real time : ranging from 20-30 fps (depending on processor, compiler and use of OpenMP) • Generic : designed to work for most people under most conditions • No training required : a pre-trained model is provided • Detection based initialisation : no user intervention required • Automatic failure detection : requires no user re-initialisation • Camera or video input Download : FaceTracker is available for download (for research purposes only). The Tracker : The code requires OpenCV 2.x and the provided model was trained using the MultiPIE database. J. People Using FaceTracker: Some people are using FaceTracker to do some really cool stuff: • FaceOSC • Perfect Creatures • Face Cloning • A music Video !

Convert just about anything to anything else Renault Espace IV (4) 1. En bref Peut-on parler de monospace sans évoquer immanquablement le Renault Espace ? Précurseur de cette catégorie en France (n'oublions que le premier monospace fut le Chrysler Voyager outre-atlantique, en 1983…), sa première génération fit son apparition en 1984. Caradisiac a aimé L'ambiance intérieure.L'habitabilité.Le comportement routier.Le confort.L'insonorisation.L'équipement.Le nombreux rangements. Caradisiac n'a pas aimé L'accessibilité à bord.Les sièges très lourds à déplacer.Les consommations un peu élevées.Quelques fautes d'ergonomie. Nos versions préférées 2. Ce qui peut vous tenter L'intérieur cossu et chaleureux : la planche de bord est bien finie, les matériaux en progrès, l'ambiance agréable. Ce qui peut vous faire hésiter Les consommations globalement élevées. 3. Achat / Cote Un espace neuf reste financièrement peu accessible. Consommation Que ce soit en essence ou en diesel, les consommations relevées sont un peu décevantes. Assurance Les primes figurent dans la moyenne. 4.

Welcome 6 Reasons We're In Another 'Book-Burning' Period in History The next thing I'm going to say is going to make 80 percent of you want to punch me in the face, so let's get it out of the way: For the past year or so, part of my job has been to walk through library warehouses and destroy tens of thousands of often old and irreplaceable books. Book burning is something people usually associate with the Third Reich (the fact that this is the second time this year I've been compared with Nazis on this website probably speaks more about me than I would care to admit sober), a symbol of intolerance and a hatred of intellectualism. But that's not why we're doing it. So, let me take this chance to make a few things clear ... #6. A Library Near You Is Doing It Right Now And I'm not just talking about the crappy local library in your nearest hick town where you assume nobody can read anyway. "No need to repair the sign -- we have an audio version." GettyThe hobos would have just traded them in for books about drugs anyway. #5. #4. Why?

JAILBREAKER L’IPHONE 4.2.1 AVEC GREENPOISON RC6 Jusqu’à présent, les solutions pour Jailbreaker la version 4.2.1 de l’iOS d’Apple n’étaient pas parfaites et pouvaient par exemple nécessiter de rejailbreaker à chaque reboot ou de posséder les fameux SHSH blobs connus des habitués du jailbreak. Heureusement, GreenPois0n permet maintenant de jailbreaker facilement ses iPad, Iphone et iPod Touch sous Windows et Mac OS X. GreenPoison est un jailbreak dit « untethered », c’est-à-dire qu’il ne sera pas nécessaire de relancer l’outil à chaque redémarrage de votre appareil. En parlant d’appareils, les produits d’Apple suivants sont supportés : iPod Touch 2G (toutes versions),iPod Touch 3G,iPod Touch 4G,iPad 1G,iPhone 3Gs (toutes versions),iPhone 4,iPhone 4 Verizon (non testé),AppleTV 2 (depuis la RC6). Vous devrez avoir obligatoirement la version 4.2.1 pour que le jailbreak fonctionne (et pas une version antérieure). La marche à suivre est la suivante : GreenPois0n.

Un générateur de données pour remplir vos bases Si vous développez des trucs bidules chouettes, vous avez surement besoin de remplir vos bases de données avec des infos bidons, histoire de faire vos tests. Certains framework s'en chargent mais si ce n'est pas le cas, sachez qu'il existe un site baptisé Generate Data, qui permet de créer au choix un HTMLun CSVun XMLun XLS (excel)un SQL avec des données générées (noms, prénoms, adresses, email, n° de téléphone, ID...etc). Exemple de résultat obtenu en SQL : Moi j'dis, ça peut toujours servir ! [Source et photo] Rejoignez les 57567 korbenautes et réveillez le bidouilleur qui est en vous Suivez KorbenUn jour ça vous sauvera la vie..

MSC Art | Books 132670 : Questions : pyexiv2 we are trying to build pyexiv2 for mac osx 10.6.4 installed packages via mac ports scons @2.0.1_0 python26 @2.6.6_0+no_tkinter exiv2 @0.19_0 boost @1.44.0_0+python26 pyexiv2 form source pyexiv2 0.2.2 following robin mills tips @ we made the following changes to the SConscript @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +import sys import os import site from distutils.sysconfig import get_python_inc, get_python_lib @@ -7,6 +8,9 @@ import SCons.Util env = Environment() +env['LIBPATH'] = ['/opt/local/lib'] +env['CPPPATH'] = ['/opt/local/include'] + # Take environment variables into account # (see if os.environ.has_key('CXX'): @@ -16,6 +20,11 @@ if os.environ.has_key('CXXFLAGS'): if os.environ.has_key('LDFLAGS'): env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS']) scons does successfully build. sudo scons install copies the files into the install_dir above: . ls -s . I'll build the combo:

Web Services Description Language - Wikipedia, the free encyclop The Web Services Description Language (WSDL) is an XML-based interface description language that is used for describing the functionality offered by a web service. The acronym is also used for any specific WSDL description of a web service (also referred to as a WSDL file), which provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns. It thus serves a purpose that corresponds roughly to that of a method signature in a programming language. The current version of WSDL is WSDL 2.0. Description[edit] Representation of concepts defined by WSDL 1.1 and WSDL 2.0 documents. The WSDL describes services as collections of network endpoints, or ports. The current version of the specification is 2.0; version 1.1 has not been endorsed by the W3C but version 2.0 is a W3C recommendation.[1] WSDL 1.2 was renamed WSDL 2.0 because of its substantial differences from WSDL 1.1. Example WSDL file[edit] <? History[edit]

Related: