La Billetterie

Un peu de tout saupoudré délicatement

Affichage des articles publiés par site admin

Voir ici :
http://www.nncron.ru/help/EN/working/cron-format.htm

Quelques exemples intéressants :
45 17 7 6 * 2001,2002 Once a year, on June 7th at 17:45, if the year is 2001 or 2002
0,15,30,45 0,6,12,18 1,15,31 * 1-5 * At 00:00, 00:15, 00:30, 00:45, 06:00, 06:15, 06:30,
06:45, 12:00, 12:15, 12:30, 12:45, 18:00, 18:15,
18:30, 18:45, on 1st, 15th or 31st of each month, but not on weekends
*/15 */6 1,15,31 * 1-5 * Same as above
0 9 1-7 * 1 * First Monday of each month, at 9 a.m.
0 0 1 * * * At midnight, on the first day of each month

IBM recommande d’utiliser iptrace :
http://www-01.ibm.com/support/docview.wss?uid=swg21175744

Example :
iptrace -a -i en1 -s clientip -b -d serverip -p 80 trace.out

Wireshark peut ensuite exploiter la trace

Si on utilise tcpdump (doc ici http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/tcpdump.htm ):
– Utiliser l’option –w pour écrire le résultat en binaire dans un fichier
– Utiliser l’option –s 0 pour écrire les paquets de données complets

Example :
tcpdump -s 0 -w filename.out

Quand on redirige la sortie vers un fichier au lieu d’utiliser –w, on obtient un résultat en texte au lieu de binaire, et inutilisable par Wireshark

Microsoft fait disparaitre CardSpace :
http://blogs.msdn.com/b/card/archive/2011/02/15/beyond-windows-cardspace.aspx
au profit de U-Prove :
https://connect.microsoft.com/site1188

Ca fait jaser http://www.craigburton.com/?p=3128

Kim Cameron […] proposed […] an Identity Metasystem—based on CardSpace—that has no peer. Thus the Identity Metasystem is the industry initiative to create open selector-based digital identity framework. […] The Pamela Project, XMLDAP, Higgins Project, the Bandit Project, and openinfocard are all instantiations[…] of the Identity Metasystem. […] Thus SAML, OpenID, OAuth, Facebook Connect and so on are useful, but are giant steps back […]
The work of Kim Cameron has changed our understanding of what is needed for digital identity forever. […] There will be no going back to the ad-hoc identity system we are stuck with for now.

Intéressant, sur la multiplication des périphéries de villes sans âme à travers la France :
http://geographie.blog.lemonde.fr/2010/02/10/cdxviii-la-speculation-a-bon-dos-dun-article-de-telerama-comment-la-france-est-devenue-moche/

Un site qui recherche une base de donénes de texte bilingue pour aider à traduire un terme :
http://www.linguee.fr/francais-anglais/search

Le résultat pour « get worked up » est assez convaincant :
http://www.linguee.fr/anglais-francais/traduction/get+worked+up.html

Le script est en VBA et ne pourra pas être exécuté par le serveur !

http://faq-outlook.fr/articles.php?article_id=230
http://support.microsoft.com/kb/306108/en-us
http://www.outlookcode.com/article.aspx?id=62

Nelson : The mp_int bignum package API is so
frozen as to have become something of a standard of its own. There
are now at least 3 different implementations known to me that are all
API compatible, differing only in the content of the (opaque) mp_int
structure itself.

Documentation :
http://plan9.escet.urjc.es/magic/man2html/2/mp
Routines that return an mpint will allocate the mpint if the result parameter is nil. This includes strtomp, itomp, uitomp, and btomp. These functions, in addition to mpnew and mpcopy, will return nil if the allocation fails.
http://eof-project.net/sources/WarGame/RansomWar/mpi.h
typedef unsigned short mp_digit;

WTC : need to undo some processor-version-specific type definitions.
An example is the mp_digit type for 64-bit Solaris SPARC. mp_digit
is defined differently for different versions of the SPARC v9a processors

Nelson : The mp_int struct itself should be opaque in a public definition.
So there should be no need to change the machine-dependent definitions
of the contents of that struct (including the array to which it points).
But I know that mp_digit is also used for types in the function
signatures, and that IS an issue…

I think this says that the task is feasible but requires more time to
think about all its implications.

D’après la doc : http://plan9.escet.urjc.es/magic/man2html/2/mp
The remaining routines all work on arrays of mpdigit rather than mpint’s. They are the basis of all the other routines. They are separated out to allow them to be rewritten in assembler for each architecture
Soit mpdigdiv et mpvec*

«Je me suis laissé avoir par une arnaque sophistiquée» ah oui ?
http://www.lematin.ch/actu/suisse/depute-udc-vaudois-sequestre-escrocs-togo-387505#comments

Pour comprendre comment la France en est venue à choisir la politique monétaire pour venir à bout de l’inflation ; loi du 3 janvier 1973 interdisant le prêt d’argent de la Banque de France au Trésor public à un taux de 0% ; le texte suivant de l’économiste français libéral Jacques Rueff est essentiel :
Souvenirs et réflexions sur l’âge de l’inflation

Voir aussi sur Rueff : JACQUES RUEFF : UN LIBERAL PERDU CHEZ LES PLANISTES
selon Jacques Rueff, l’ordre n’est jamais spontané. En cela,
il est en désaccord avec Friedrich von Hayek, grand libéral devant l’Eternel, pour
lequel l’ordre de marché est un ordre spontané. Second grand désaccord, Jacques
Rueff ne rejette pas l’intervention de l’Etat. Selon lui, il existe des formes
d’intervention de lEtat qui sont non seulement nécessaires, mais encore souhaitables.
En cela, il est en désaccord avec Hayek et Ludwig von Mises, autre grand libéral,
pour qui l’Etat ne saurait intervenir dans l’économie.

ADN : quand les « experts » se trompent :
http://www.lemonde.fr/technologies/article/2010/12/10/adn-quand-les-experts-se-trompent_1451949_651865.html
http://www.internetactu.net/2010/12/09/adn-quand-les-experts-se-trompent/
http://owni.fr/2011/01/05/lexpertise-judiciaire-adn-nest-pas-infaillible/

http://www.frandroid.com/54630/htc-hd2-enfin-une-vraie-place-dans-la-memoire-interne-avec-android/

http://forum.frandroid.com/forum/85-supportes-par-la-communaute-htc-hd2-et-autres/

http://forum.xda-developers.com/showthread.php?t=894367
Whats working :
* 3g/HSDPA
* keypad status notification
* Bluetooth
* USB mass storage
* G Sensor
* Facebook sync
* Camera/Camcorder
* Wifi
* GPS
* FM Radio
* Theme Manager
* RMNET

http://www.time.com/time/magazine/article/0,9171,827737,00.html
Among Nairobi’s Africans, […], the most popular brew for the past 13 years has been a potion known as KMQ (Kill Me Quick), a throat-burning mixture of surgical spirits and methyl alcohol […] less than two pints of the stuff is a lethal dose. […] despite the threat of stiff fines, Akumu kept brewing, […] Last week, in celebration of his great fortune, Akumu […] broke out the best in the house—a brand-new keg of uncut methyl alcohol, […]. When the party was over, ten of the revelers were permanently blinded. Eight others, including Akumu Onyiego, were dead.

Sympathique démonstration graphique :
http://lapo.it/asn1js/

Un source simple et efficace ici :
http://www.geocities.co.jp/SiliconValley-SanJose/3377/asn1JS.js
http://www.geocities.co.jp/SiliconValley-SanJose/3377/asn1JS.html
Repris et modifié ici :
https://ziyan.info/2008/10/javascript-rsa/
http://ziyan.info/exibits/javascript-rsa/login.html

Une version plus complète :
http://www9.atwiki.jp/kurushima/pub/jsrsa/

http://www.cigarsclub.com/fr/cohiba.htm
http://www.cigares.ch/cigare-cubain/22,cohiba-esplendidos.html
http://havanajournal.com/cigars/cohibas
http://havanajournal.com/cigars/cohibas-box

oprofile sous l’OS
android-developers@googlegroups.com/msg26370.html">http://www.mail-archive.com/android-developers@googlegroups.com/msg26370.html

traceview.bat dans sdk\tools pour les applis java (lancer l’émulateur sans ) :
android-developers@googlegroups.com/msg16705.html">http://www.mail-archive.com/android-developers@googlegroups.com/msg16705.html

Le browser peut être modifié pour activer des traces :
http://groups.google.com/group/android-developers/browse_thread/thread/7d49b47162347db0?pli=1

Ou les outils de dev
http://code.google.com/intl/fr/chrome/devtools/docs/timeline.html

dynatrace Ajax est très bien, uniquement pour IE aujourdh’ui :
http://blog.dynatrace.com/2010/01/13/ensuring-web-site-performance-why-what-and-how-to-measure-automated-and-accurately/
https://community.dynatrace.com/community/display/AJAX/Wish+List

Google surveille le sujet
http://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FhsDu+(Android+Developers+Blog)

Sous iOS on peut utiliser Instruments :
http://blancer.com/tutorials/flex/78335/apple-profiling-tools-shark-is-out-instruments-is-in/

La solution Microsoft dotTrace : http://devlicio.us/blogs/sergio_pereira/archive/2010/03/12/dottrace-3-1-64-bit-disabled-inside-visual-studio-2008.aspx

Applications Web : Comment éviter les restrictions de domaines dans un post :
Submit A Form Without Page Refresh using jQuery
http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
xmlhttprequest vers un autre serveur dans le même domaine :
http://ajaxian.com/archives/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain

Pour les navigateurs, un inspecteur à distance :
https://github.com/pmuellr/weinre

Législation sur le chiffrement : Il n’y a en France aucune obligation de déposer ses clés privés auprès d’un séquestre, mais par contre celle d’être capable de révéler ses clés secrètes de par l’article 434-15-2 du code pénal (entraves à l’exercice de la justice) :
http://www.legifrance.gouv.fr/affichCodeArticle.do;jsessionid=EB7080B44CCB663F7207C394F9EFC807.tpdjo15v_1?idArticle=LEGIARTI000006418646&cidTexte=LEGITEXT000006070719
Est puni de trois ans d’emprisonnement et de 45 000 euros d’amende [*taux*] le fait, pour quiconque ayant connaissance de la convention secrète de déchiffrement d’un moyen de cryptologie susceptible d’avoir été utilisé pour préparer, faciliter ou commettre un crime ou un délit, de refuser de remettre ladite convention aux autorités judiciaires ou de la mettre en oeuvre, sur les réquisitions de ces autorités délivrées en application des titres II et III du livre Ier du code de procédure pénale.

Si le refus est opposé alors que la remise ou la mise en oeuvre de la convention aurait permis d’éviter la commission d’un crime ou d’un délit ou d’en limiter les effets, la peine est portée à cinq ans d’emprisonnement et à 75 000 euros d’amende.

Cet article est possiblement applicable à une procédure destiné à la protection des droits d’auteurs, il faut alors impérativement que l’auteur attaque au pénal pour contrefaçon (délit défini par l’article L 335-2) et éviter une procédure civile destinée uniquement à récupérer des dommages et intérêts.

L’ademe compare dans le documents suivant 4 études différentes sur l’intérêt des bio-carburants, dont celle de Pimentel et Patzek très négative sur leur usage :
http://www2.ademe.fr/servlet/getBin?name=98B8154585313DA4C521E9DE7BC1AE2C1169116996013.pdf

Malheureusement le document se concentre sur les rejets de CO2 plus que l’efficacité énergétique, et semble se laisser convaincre qu’il est intéressant de faire le calcul en intégrant par exemple un apport d’énergie solaire pour améliorer le bilan. Il faudrait donc reprendre les chiffres eux-mêmes et leur ventilation pour tirer des conclusions. Surprenant par exemple que les pétroliers à l’origine de plusieurs des études donnent un pourcentage aussi élevé du coût sur le raffinage.

Voir aussi les analyses du racf :
http://www.rac-f.org/Note-sur-les-biocarburants-du-RAC.html
http://www.rac-f.org/Agrocarburants-une-fois-de-plus-l.html

Voir aussi sur cette étude récente :
http://www.sequovia.com/actualites/3636-etude-ademe-sur-les-agro-carburants-un-bilan-en-demi-teinte.html

Voir les photos 7 et 8 en particulier :
http://www.citizenside.com/fr/photos/faits-divers/2010-12-12/32147/les-dernieres-secondes-des-tours-mondor-d-argenteuil-val-d-oise-avant-leur-demolition.html

Le mieux est de ne pas avoir juste une interface web, mais un système de gestion de code, à la Google Code :
InDefero est peut-être une des meilleures solutions.

Voir cette discussion
http://stackoverflow.com/questions/438163/whats-the-best-web-interface-for-git-repositories

git instaweb est possible sous linux
voir aussi :
http://gitready.com/intermediate/2009/01/13/visualizing-your-repo.html

Par ailleurs, avec msysgit le push merde actuellement :
http://code.google.com/p/msysgit/issues/detail?id=457&can=1&q=daemon&colspec=ID Type Status Priority Component Owner Summary
http://code.google.com/p/msysgit/issues/list?can=1&q=daemon&colspec=ID+Type+Status+Priority+Component+Owner+Summary&cells=tiles

Revoir le quick start Git :
https://git.wiki.kernel.org/index.php/QuickStart
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
https://git.wiki.kernel.org/index.php/GitDocumentation

Une liste et une discussion de chacune d’entre elles :
http://www.smi.uib.no/ksv/ArabicFonts.html

Pour rappel la liste des formes d’équivalence Unicode :
http://en.wikipedia.org/wiki/Unicode_equivalence

Et aussi de la police calligraphique Zapfino :
http://www.worldlingo.com/ma/enwiki/en/Zapfino