La Billetterie

Un peu de tout saupoudré délicatement

Affichage des articles publiés dans mars, 2010

Essentiellement quelques conseil de bon aloi sur les erreurs les plus courantes : http://www.ibm.com/developerworks/linux/library/l-debcon.html Mais c’est toujours utile de rappeler que config.log est bien utile pour voir ce qu’il s’est passé Utile aussi. Un tutoriel sur l’utilisation de automake / autoconf : http://www.openismus.com/documents/linux/automake/automake

La techniques ici et bien d’autres utiles : http://femo.jp/teramako/papug7jr02 Pour IE : http://hardforum.com/showthread.php?t=1099819 Quelques autres astuces utiles : http://stlouis-shopper.com/cgi-bin/mozdev-wiki/kiosk-wiki.pl?MozillaCookbook xpcshell permet de faire tourner un shell javascript qui a accès à toutes les variables de ce type : https://developer.mozilla.org/en/XPConnect/xpcshell

Voir les bug DXR sur Mozilla : https://bugzilla.mozilla.org/show_bug.cgi?id=489834 Things needed for DXR https://bugzilla.mozilla.org/show_bug.cgi?id=553490 Generify the DXR build process Au sujet de callgraph (qui est intégré à la dernière version de DXR) : https://developer.mozilla.org/en/Callgraph/Installing_Callgraph Les instructions suivantes sont aussi utiles : https://developer.mozilla.org/En/Dehydra/Installing_Dehydra https://bugzilla.mozilla.org/show_bug.cgi?id=524725#c28 successfully got dehydra built and passing tests by using 1.9.2 branch spidermonkey instead […]

Les machines virtuelles vm de référence pour compiler Firefox sont accessibles ici : https://wiki.mozilla.org/ReferencePlatforms/Linux-Public C’est du VMWare, mais les instructions pour les utiliser avec Virtual Box sont publiées.

De toute les théorie économiques celles-ci est probablement l’une des plus amusante. Son objectif est de comprendre comment une organisation absolument, définitivement, totalement bordélique, et rétive à toute forme d’organisation rationnelle peut malgré tout arriver à résoudre un certain nombre de problème : http://en.wikipedia.org/wiki/Garbage_can_model Bon, la page a été supprimée, alors à la place : […]

http://www.quadibloc.com/crypto/jscrypt.htm Zero-Knowledge Undeniable Signature : http://dsns.csie.nctu.edu.tw/research/crypto/HTML/PDF/E90/458.PDF The Decision Diffie-Hellman Problem : http://eprints.kfupm.edu.sa/69406/1/69406.pdf

http://www.pcinpact.com/actu/news/55527-microsoft-outlook-pst-specifications-techniques-documentation.htm http://blogs.msdn.com/interoperability/archive/2010/02/19/New-Office-Documentation-Now-Publicly-Available.aspx Outlook Personal Folders File Format (.pst) Structure Specification

Windows Phone Developer Tools CTP Brief Description The same powerful and easy to use Visual Studio integrated developer environment (IDE) handles from design to testing of Windows Phone 7 Series phone applications. Selon ce que vous possédez déjà, le kit de développement installera : * Visual Studio 2010 Express pour Windows Phone CTP * Windows […]

http://regex.info/blog/2006-09-15/247#comment-18269 Back in the old days, I designed a system that used incredible amounts of PostScript. One thing that made it easier for us was a C-like syntax to PS compiler, done by a fellow at the Turning Institute. We licensed it and used it heavily, and I extended it a bit to be able […]

The crypto object offers a logout method that does it. http://mxr.mozilla.org/security/source/security/manager/ssl/src/nsCrypto.cpp#2875 En fait cette fonction désactive tous les PIN déjà entré, et oblige à se relogguer sur tous les token I see no browser code that calls SSL_InvalidateSession http://mxr.mozilla.org/security/ident?i=SSL_InvalidateSession Ici, c’est bon, en appelant cela, on supprime la session.

http://fr.wikipedia.org/wiki/Br%C3%A8de_mafane http://ja.wikipedia.org/wiki/%E3%82%AD%E3%82%AF%E7%A7%91 http://www.ars-grin.gov/~sbmljw/cgi-bin/taxon.pl?311860 http://www.tela-botanica.org/eflore/BDNFM/2006.01/nn/115 http://www.plantnames.unimelb.edu.au/Sorting/Acmella.html#oleracea http://ci.nii.ac.jp/naid/110006440806/en

Sur google code : http://code.google.com/intl/fr/apis/chart/docs/gallery/qr_codes.html La librairie que Google utilise sur portable : http://code.google.com/p/zxing/ Un français qui s’investit là dedans : http://www.y01.fr/logiciels-lecture-code-barre-2d-datamatrix-qr-code.php zxing est utilisé par plusieurs appli Android ? L’application test de google pour lire un bar code : http://knol.google.com/k/alec-go/modifying-the-android-barcode-scanner/2vd5zn6va2fqd/2# Démontrateur URL, texte, tél sms : http://qrcode.kaywa.com/ Génération de contact : http://www.quickmark.com.tw/En/diy/?qrVCard

Message : « Impossible d’identifier le serveur de publication de cette connexion distante. Voulez-vous vraiment vous y connecter ? » Ce n’est pas la NLA (Network Level Authentication) car la NLA authentifie le client auprès du serveur, et requiert un serveur 2008 au minimum. Il faut plutôt voir la documentation technet Configure Server Authentication and Encryption Levels […]

https://developer.mozilla.org/en/Integrated_Authentication network.negotiate-auth.trusted-uris lists the sites that are permitted to engage in SPNEGO authentication with the browser, and network.negotiate-auth.delegation-uris lists the sites for which the browser may delegate user authorization to the server. network.automatic-ntlm-auth.trusted-uris lists the trusted sites to use NTLM authentification. site-list = « mydomain.com, https://myotherdomain.com »

http://stackoverflow.com/questions/655012/what-are-some-best-practices-for-managing-background-threads-in-iis If this is not an option, e. g. because you are in a shared hosting environment, I would recommend the following: 1. Start your background thread in Application_start (Global.asax), and store the thread reference in a static variable. 2. Wrap every method called on your background thread with try/catch, because since .NET 2.0, every […]

100 Mbit pour 6000 Yen, ip fixe pour 3000 par mois. http://www.dannychoo.com/post/en/1653/Japan+Optic+Fiber+Internet.html

http://kuix.de/conspiracy/ Cert Viewer Plus : Export certificat en PEM = 2 extension chinoises * CA Untrustworthy, Delete or disable CA certificates owned by CNNIC * Cert Alert, Notify the user if download any content from CNNIC SSL sites. Certificate Patrol : Permet de détecter tout renouvellement de certificat Key manager : You can think of […]