diff --git a/content/html/en/blog/Category-Theory-Presentation.erb b/content/html/en/blog/Category-Theory-Presentation.erb index 0c9d51dd1..c58db4cc4 100644 --- a/content/html/en/blog/Category-Theory-Presentation.erb +++ b/content/html/en/blog/Category-Theory-Presentation.erb @@ -6,7 +6,7 @@ created_at: 2012-12-12T10:06:40+02:00 title: Category Theory Presentation author_name: Yann Esposito author_uri: yannesposito.com -layout: article2 +layout: article3 macros: latex: 'LaTeX' tags: diff --git a/content/html/en/blog/Higher-order-function-in-zsh.md b/content/html/en/blog/Higher-order-function-in-zsh.md index 111841604..db6564478 100644 --- a/content/html/en/blog/Higher-order-function-in-zsh.md +++ b/content/html/en/blog/Higher-order-function-in-zsh.md @@ -89,7 +89,7 @@ done After ⇒ - + gif_to_png() { convert $1 ${1:r}.png && \rm -f $1 } handle_resources() { map gif_to_png $1/resources/*.gif(.N) } diff --git a/content/html/en/blog/Typography-and-the-Web.md b/content/html/en/blog/Typography-and-the-Web.md index 075b392b3..cb4a655b2 100644 --- a/content/html/en/blog/Typography-and-the-Web.md +++ b/content/html/en/blog/Typography-and-the-Web.md @@ -43,20 +43,20 @@ What is the problem between the Web and ligatures? The first one is: you cannot search them. For example, try to search the word "first": - first ← No ligature, no problem[^1] -- r ← ligature nice but unsearchable +- r ← ligature nice but unsearchable [^1]: In fact, you might see a ligature and the search works because I now use some CSS ninja skills: `text-rendering: optimizelegibility`. But it also works because I use the right font; Computer Modern. Steal my CSS at will. The second one is the rendering, for example, try to use a ligature character with small caps: - first -- r +- r Here is a screenshot of what I see: blogimage("first_sc_screenshot.png", "Screenshot of first in small caps with and without ligatures.") -The browser isn't able to understand that the ligature character "" should render as fi when rendered in small caps. And one part of the problem is you should choose to display a character in small caps using %css. +The browser isn't able to understand that the ligature character "" should render as fi when rendered in small caps. And one part of the problem is you should choose to display a character in small caps using %css. This way, how could you use a ligature Unicode character on a site on which you could change the %css? @@ -73,7 +73,7 @@ If you take attention to detail, you'll see the first "first" contains a ligatur %latex was intelligent enough to create himself the ligatures when needed. -The "" ligature is rare and not rendered in %latex by default. But if you want you could also render rare ligature using %xelatex: +The "" ligature is rare and not rendered in %latex by default. But if you want you could also render rare ligature using %xelatex: blogimage("xelatex_ligatures.jpg","XeLaTeX ligatures") diff --git a/content/html/fr/blog/Category-Theory-Presentation.erb b/content/html/fr/blog/Category-Theory-Presentation.erb index 0c9d51dd1..c58db4cc4 100644 --- a/content/html/fr/blog/Category-Theory-Presentation.erb +++ b/content/html/fr/blog/Category-Theory-Presentation.erb @@ -6,7 +6,7 @@ created_at: 2012-12-12T10:06:40+02:00 title: Category Theory Presentation author_name: Yann Esposito author_uri: yannesposito.com -layout: article2 +layout: article3 macros: latex: 'LaTeX' tags: diff --git a/content/html/fr/blog/Higher-order-function-in-zsh.md b/content/html/fr/blog/Higher-order-function-in-zsh.md index 4b2be41e1..fa15b1283 100644 --- a/content/html/fr/blog/Higher-order-function-in-zsh.md +++ b/content/html/fr/blog/Higher-order-function-in-zsh.md @@ -91,7 +91,7 @@ done Après - + gif_to_png() { convert $1 ${1:r}.png && \rm -f $1 } handle_resources() { map gif_to_png $1/resources/*.gif(.N) } diff --git a/content/html/fr/blog/Typography-and-the-Web.md b/content/html/fr/blog/Typography-and-the-Web.md index b9eba445d..c86945cce 100644 --- a/content/html/fr/blog/Typography-and-the-Web.md +++ b/content/html/fr/blog/Typography-and-the-Web.md @@ -48,20 +48,20 @@ Quel est le problème des ligatures sur le web ? Le premier c'est que vous ne pouvez pas chercher les mots qui contiennent ces ligatures. Par exemple essayez de chercher le mot "first". - first ← Pas de ligature, pas de problème[^1]. -- r ← Une jolie ligature, mais introuvable avec une recherche (C-f). +- r ← Une jolie ligature, mais introuvable avec une recherche (C-f). [^1]: En réalité, vous devriez pouvoir voir une ligature. Maintenant j'utilise : `text-rendering: optimizelegibility`. Le rendu est correct parce que j'utilise une fonte correct, à savoir Computer Modern de Donald Knuth. Le second problème est le rendu. Par exemple, essayer d'utiliser un charactère de ligature en petites capitales : - first -- r +- r Voici une capture d'écran pour que vous voyez ce que je vois : blogimage("first_sc_screenshot.png", "Screenshot of first in small caps with and without ligatures.") -Le navigateur est incapable de comprendre que le caractère de ligature "" doit être rendu comme fi lorsqu'il est en petites capitales. +Le navigateur est incapable de comprendre que le caractère de ligature "" doit être rendu comme fi lorsqu'il est en petites capitales. Et une part du problème est que l'on peut décider d'écrire en petite majuscule dans le %css. Comment par exemple utiliser un charactère de ligature unicode sur un site qui possède différents rendus via différentes %css ? @@ -79,7 +79,7 @@ Si vous faites attention au détail, vous constaterez que le premier "first" con %latex a été suffisamment intelligent pour créer les ligatures si nécessaire. -La ligature "" est rare et n'est pas rendu par défaut par %latex. +La ligature "" est rare et n'est pas rendu par défaut par %latex. Si vous voulez voir des ligatures rares, vous pouvez utiliser %xelatex: blogimage("xelatex_ligatures.jpg","XeLaTeX ligatures") diff --git a/layouts/article3.html b/layouts/article3.html new file mode 100644 index 000000000..50d1dca26 --- /dev/null +++ b/layouts/article3.html @@ -0,0 +1,188 @@ +----- +----- +<% language, languages, blog, article = setItemConf %> + + + + <% + t=tags + if t.length > 0 +%> <% + end +%> + + + + + + <% + languages.each do |lang| + item_for_lang=item_of_language(lang) + if not item_for_lang.nil? %> + <% + end + end +%> + + <%= @item[:title] %> + + + + +
+
+ +
<%= + languages.map do |l| + dest=@item_rep.path.sub(%r{#{@config[:webprefix]}/../}, %{#{config[:webprefix]}/#{l}/}) + if @item_rep.path != dest + %{#{ tradOfKeywordIn(:switchTo,l)}} + else + nil + end + end.join() %> +
+ +
+
+
+

+ <%= @item[:title] %> +

+ <% unless @item[:subtitle].nil? %> +

+ <%= @item[:subtitle] %> +

+ <% end %> +
+
+ + <% if content_for(@item,:summary) %> +
+ <% content_for(@item,:summary) %> +
+ <% end %> + + <%= generateSubMenu %> + +
+
+
+ <%= yield %> +
+ <% depth = depthOf(@item) %> + <% if depth > 3 or ( depth == 3 and @item.children.length > 0 ) %> + +
+ <% end %> + +
+
<%= twitter_share_button %>
+
<%= google_plus_button %>
+
+
+ +
+ +
+

<%= tradOf(:comment) %>

+ +
+ + + comments powered by Disqus +
+ +
+
+ <%= generateMenu %> +
+
+
+
+ + +
+
+
+ + +
+ +
+ <%=tradOf(:copyright) %> +
+
+ <%=tradOf(:created_at)%>: <%= @item[:created_at].strftime(@config[:dateFormat][language.intern]) %> + <%=tradOf(:last_modified)%>: <%= gitmtime.strftime(@config[:dateFormat][language.intern]) %> +
+
+ <%= tradOf(:entirely_done_with) %> + Vim + <%= tradOf(:and) %> + nanoc +
+
+
+
+
+ + + + + + + + diff --git a/multi/blog/Category-Theory-Presentation.erb b/multi/blog/Category-Theory-Presentation.erb index cc69a0f69..e51ab7f5e 100644 --- a/multi/blog/Category-Theory-Presentation.erb +++ b/multi/blog/Category-Theory-Presentation.erb @@ -7,7 +7,7 @@ en: title: Category Theory Presentation fr: title: Category Theory Presentation author_name: Yann Esposito author_uri: yannesposito.com -layout: article2 +layout: article3 macros: latex: 'LaTeX' tags: diff --git a/output/Scratch/js/index.js b/output/Scratch/js/index.js index 8d37010bd..30ee7ab3f 100644 --- a/output/Scratch/js/index.js +++ b/output/Scratch/js/index.js @@ -95,8 +95,7 @@ function switchCssTo(style) { styles.forEach(function(trystyle){ if ($('link[href="'+trystyle+'"]').length > 0) { $('link[href="'+trystyle+'"]').attr('href',style); - styleindex = $.inArray(style,styles); - console.log('styleindex = ' + styleindex + ', style = ' + style); + styleindex=styles.indexOf(style); } }); // save the preference diff --git a/output/Scratch/sitemap.xml b/output/Scratch/sitemap.xml index 6627d3f98..3401b3863 100644 --- a/output/Scratch/sitemap.xml +++ b/output/Scratch/sitemap.xml @@ -1,123 +1,47 @@ - http://yannesposito.com/Scratch/fr/blog/Category-Theory-Presentation/ + http://yannesposito.com/Scratch/fr/blog/Haskell-OpenGL-Mandelbrot/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/ + http://yannesposito.com/Scratch/fr/blog/10_Synchronize_Custom_WebSite_with_mobileMe/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2010-02-15-All-but-something-regexp/ + http://yannesposito.com/Scratch/en/about/technical_details/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2009-10-28-custom-website-synchronisation-with-mobileme--2-/ + http://yannesposito.com/Scratch/en/blog/programming-language-experience/ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/02_ackgrep/ + http://yannesposito.com/Scratch/en/blog/09_Why_I_didn-t_keep_whosamung-us/ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/2009-10-30-How-to-handle-evil-IE/ + http://yannesposito.com/Scratch/sitemap.xml 2013-01-22 - http://yannesposito.com/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/ + http://yannesposito.com/Scratch/fr/blog/2010-05-19-How-to-cut-HTML-and-repair-it/ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_1/ + http://yannesposito.com/Scratch/fr/blog/05_git_create_remote_branch/ 2013-01-22 - http://yannesposito.com/Scratch/fr/softwares/yclock/ + http://yannesposito.com/Scratch/en/blog/Typography-and-the-Web/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/ + http://yannesposito.com/Scratch/fr/blog/Yesod-excellent-ideas/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/07_Screensaver_compilation_option_for_Snow_Leopard/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/03_losthighway/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-01-12-antialias-font-in-Firefox-under-Ubuntu/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-09-replace-all-except-some-part/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-10-launch-daemon-from-command-line/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2011-01-03-Happy-New-Year/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/rss/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2011-04-20-Now-hosted-on-github/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-10-26-LaTeX-like-macro-and-markdown/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/04_drm/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-10-14-Fun-with-wav/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Yesod-tutorial-for-newbies/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-07-05-Cappuccino-and-Web-applications/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-09-02-base64-and-sha1-on-iPhone/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/softwares/ypassword/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Password-Management/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-03-22-Git-Tips/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-10-untaught-git-usage/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-08-31-send-mail-from-command-line-with-attached-file/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-02-23-When-regexp-is-not-the-best-solution/ + http://yannesposito.com/Scratch/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator/ 2013-01-22 @@ -129,11 +53,31 @@ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/2009-10-Wait-to-hide-a-menu-in-jQuery/ + http://yannesposito.com/Scratch/en/blog/2009-10-30-How-to-handle-evil-IE/ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/A-more-convenient-diff/ + http://yannesposito.com/Scratch/fr/softwares/ypassword/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-16-All-but-something-regexp--2-/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/06_How_I_use_git/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-10-28-custom-website-synchronisation-with-mobileme--2-/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/SVG-and-m4-fractals/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-09-02-base64-and-sha1-on-iPhone/ 2013-01-22 @@ -145,475 +89,19 @@ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/SVG-and-m4-fractals/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/validation/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/commandes-avancees/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-10-Focus-vs-Minimalism/ - 2013-01-22 - - - http://yannesposito.com/Scratch/assets/css/darkmodern.css - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/11_Load_Disqus_Asynchronously/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Typography-and-the-Web/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/softwares/yaquabubbles/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-06-19-jQuery-popup-the-easy-way/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/c-est-parti-pour-l-aventure/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/10_Synchronize_Custom_WebSite_with_mobileMe/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-10-untaught-git-usage/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-12-14-Git-vs--Bzr/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/09_Why_I_didn-t_keep_whosamung-us/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_2/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Yesod-excellent-ideas/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-07-31-New-style-after-holidays/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/05_git_create_remote_branch/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-10-How-to-preload-your-site-with-style/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/feed/feed.xml - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Password-Management/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2011-01-03-Happy-New-Year/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-07-05-Cappuccino-and-Web-applications/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-10-30-How-to-handle-evil-IE/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-02-16-All-but-something-regexp--2-/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/comprendre/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-07-09-Indecidabilities/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/softwares/yaquabubbles/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/SVG-and-m4-fractals/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-08-31-send-mail-from-command-line-with-attached-file/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/rss/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-03-23-Encapsulate-git/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-12-14-Git-vs--Bzr/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_2/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-02-18-split-a-file-by-keyword/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-10-14-Fun-with-wav/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-06-17-track-events-with-google-analytics/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/10_Synchronize_Custom_WebSite_with_mobileMe/ - 2013-01-22 - - - http://yannesposito.com/Scratch/sitemap.xml - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-09-Disqus-versus-Intense-Debate--Why-I-switched-/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-06-15-Get-my-blog-engine/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-06-17-hide-yourself-to-analytics/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-06-14-multi-language-choices/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/about/technical_details/ + http://yannesposito.com/Scratch/en/blog/01_nanoc/ 2013-01-22 http://yannesposito.com/Scratch/en/blog/Category-Theory-Presentation/ 2013-01-22 - - http://yannesposito.com/Scratch/en/blog/2010-03-23-Encapsulate-git/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Higher-order-function-in-zsh/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/A-more-convenient-diff/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/programming-language-experience/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/Git-pour-quoi-faire/ - 2013-01-22 - - - http://yannesposito.com/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-06-14-multi-language-choices/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/01_nanoc/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/mvc/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-01-12-antialias-font-in-Firefox-under-Ubuntu/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-10-26-LaTeX-like-macro-and-markdown/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/02_ackgrep/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-02-15-All-but-something-regexp/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-07-09-Indecidabilities/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-02-16-All-but-something-regexp--2-/ - 2013-01-22 - http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/commandes-avancees/ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/2010-01-04-Change-default-shell-on-Mac-OS-X/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-10-launch-daemon-from-command-line/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_3/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/07_Screensaver_compilation_option_for_Snow_Leopard/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-03-22-Git-Tips/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/feed/feed.xml - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/softwares/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-09-Disqus-versus-Intense-Debate--Why-I-switched-/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/about/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/about/contact/ - 2013-01-22 - - - http://yannesposito.com/Scratch/assets/css/dynamic.css - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Yesod-excellent-ideas/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/ - 2013-01-22 - - - http://yannesposito.com/Scratch/assets/css/scientific.css - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Haskell-OpenGL-Mandelbrot/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-10-Wait-to-hide-a-menu-in-jQuery/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/softwares/ypassword/web/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-06-17-hide-yourself-to-analytics/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/softwares/ypassword/web/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-09-02-base64-and-sha1-on-iPhone/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/04_drm/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_3/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/latest/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Haskell-the-Hard-Way/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Haskell-Mandelbrot/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/about/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/softwares/ypassword/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-02-18-split-a-file-by-keyword/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/conf-et-install/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-12-06-iphone-call-filter/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2011-04-20-Now-hosted-on-github/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/11_Load_Disqus_Asynchronously/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/about/technical_details/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/about/old/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/Typography-and-the-Web/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-10-Focus-vs-Minimalism/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/09_Why_I_didn-t_keep_whosamung-us/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/softwares/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/validation/ - 2013-01-22 - - - http://yannesposito.com/Scratch/assets/css/modern.css - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-05-17-at-least-this-blog-revive/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/about/contact/ + http://yannesposito.com/Scratch/en/blog/2009-10-Wait-to-hide-a-menu-in-jQuery/ 2013-01-22 @@ -625,99 +113,7 @@ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2010-05-19-How-to-cut-HTML-and-repair-it/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-10-How-to-preload-your-site-with-style/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/01_nanoc/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-06-19-jQuery-popup-the-easy-way/ - 2013-01-22 - - - http://yannesposito.com/Scratch/assets/css/cmufontface.css - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-07-07-CSS-rendering-problems-by-navigator/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/Git-pour-quoi-faire/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/06_How_I_use_git/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-08-23-Now-heberged-on-heroku/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/06_How_I_use_git/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-10-28-custom-website-synchronisation-with-mobileme--2-/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/mvc/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2010-06-15-Get-my-blog-engine/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/2009-09-replace-all-except-some-part/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_4/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-06-17-track-events-with-google-analytics/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-10-06-New-Blog-Design-Constraints/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-07-31-New-style-after-holidays/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/08_Configure_ssh_to_listen_the_port_443_on_Snow_Leopard/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/conf-et-install/ - 2013-01-22 - - - http://yannesposito.com/Scratch/en/blog/2010-05-19-How-to-cut-HTML-and-repair-it/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/about/old/ - 2013-01-22 - - - http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_1/ + http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/ 2013-01-22 @@ -725,11 +121,15 @@ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/05_git_create_remote_branch/ + http://yannesposito.com/Scratch/fr/blog/2009-12-14-Git-vs--Bzr/ 2013-01-22 - http://yannesposito.com/Scratch/en/softwares/ypassword/iphoneweb/ + http://yannesposito.com/Scratch/en/blog/SVG-and-m4-fractals/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/softwares/yaquabubbles/ 2013-01-22 @@ -737,31 +137,95 @@ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/Haskell-Mandelbrot/ + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_2/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/Higher-order-function-in-zsh/ + http://yannesposito.com/Scratch/en/blog/10_Synchronize_Custom_WebSite_with_mobileMe/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2010-02-23-When-regexp-is-not-the-best-solution/ + http://yannesposito.com/Scratch/fr/softwares/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2010-01-04-Change-default-shell-on-Mac-OS-X/ + http://yannesposito.com/Scratch/fr/softwares/yaquabubbles/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/comprendre/ + http://yannesposito.com/Scratch/fr/blog/2009-10-How-to-preload-your-site-with-style/ 2013-01-22 - http://yannesposito.com/Scratch/en/softwares/yclock/ + http://yannesposito.com/Scratch/fr/about/old/ 2013-01-22 - http://yannesposito.com/Scratch/assets/css/cmu.css + http://yannesposito.com/Scratch/assets/css/scientific.css + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-03-22-Git-Tips/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Password-Management/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-15-Get-my-blog-engine/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-launch-daemon-from-command-line/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/11_Load_Disqus_Asynchronously/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-06-17-hide-yourself-to-analytics/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-06-19-jQuery-popup-the-easy-way/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_3/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Password-Management/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-09-replace-all-except-some-part/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/softwares/ypassword/iphoneweb/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/ 2013-01-22 @@ -769,11 +233,219 @@ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/Haskell-OpenGL-Mandelbrot/ + http://yannesposito.com/Scratch/en/blog/2009-12-06-iphone-call-filter/ 2013-01-22 - http://yannesposito.com/Scratch/fr/blog/programming-language-experience/ + http://yannesposito.com/Scratch/fr/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-30-How-to-handle-evil-IE/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/feed/feed.xml + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/rss/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Higher-order-function-in-zsh/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2011-01-03-Happy-New-Year/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Typography-and-the-Web/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-23-When-regexp-is-not-the-best-solution/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-untaught-git-usage/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-10-06-New-Blog-Design-Constraints/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Haskell-Mandelbrot/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Haskell-Mandelbrot/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/conf-et-install/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/04_drm/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Yesod-tutorial-for-newbies/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-10-14-Fun-with-wav/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/feed/feed.xml + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-17-hide-yourself-to-analytics/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-02-18-split-a-file-by-keyword/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/softwares/ypassword/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-06-14-multi-language-choices/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-02-23-When-regexp-is-not-the-best-solution/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/comprendre/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-Focus-vs-Minimalism/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Higher-order-function-in-zsh/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/Git-pour-quoi-faire/ + 2013-01-22 + + + http://yannesposito.com/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/softwares/yclock/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-15-All-but-something-regexp/ + 2013-01-22 + + + http://yannesposito.com/Scratch/assets/css/darkmodern.css + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-10-Focus-vs-Minimalism/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/about/contact/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/comprendre/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-08-31-send-mail-from-command-line-with-attached-file/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_3/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Yesod-excellent-ideas/ + 2013-01-22 + + + http://yannesposito.com/Scratch/assets/css/modern.css + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-02-16-All-but-something-regexp--2-/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/06_How_I_use_git/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/Git-pour-quoi-faire/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/07_Screensaver_compilation_option_for_Snow_Leopard/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-12-14-Git-vs--Bzr/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-07-07-CSS-rendering-problems-by-navigator/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-08-31-send-mail-from-command-line-with-attached-file/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/c-est-parti-pour-l-aventure/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/09_Why_I_didn-t_keep_whosamung-us/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-01-04-Change-default-shell-on-Mac-OS-X/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/softwares/yclock/ 2013-01-22 @@ -781,7 +453,335 @@ 2013-01-22 - http://yannesposito.com/Scratch/en/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/ + http://yannesposito.com/Scratch/en/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-02-15-All-but-something-regexp/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_1/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-10-26-LaTeX-like-macro-and-markdown/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/latest/ + 2013-01-22 + + + http://yannesposito.com/Scratch/assets/css/dynamic.css + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-09-Disqus-versus-Intense-Debate--Why-I-switched-/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-08-23-Now-heberged-on-heroku/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-10-26-LaTeX-like-macro-and-markdown/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-07-05-Cappuccino-and-Web-applications/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/A-more-convenient-diff/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/about/technical_details/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/05_git_create_remote_branch/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/rss/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-03-23-Encapsulate-git/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-01-04-Change-default-shell-on-Mac-OS-X/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/07_Screensaver_compilation_option_for_Snow_Leopard/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-07-31-New-style-after-holidays/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/mvc/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/about/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Haskell-OpenGL-Mandelbrot/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2011-01-03-Happy-New-Year/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-09-02-base64-and-sha1-on-iPhone/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/01_nanoc/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/about/contact/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/mvc/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-10-How-to-preload-your-site-with-style/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/11_Load_Disqus_Asynchronously/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-10-14-Fun-with-wav/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-05-17-at-least-this-blog-revive/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-09-replace-all-except-some-part/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-06-17-track-events-with-google-analytics/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-09-Disqus-versus-Intense-Debate--Why-I-switched-/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/A-more-convenient-diff/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-01-12-antialias-font-in-Firefox-under-Ubuntu/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/about/old/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/softwares/ypassword/web/ + 2013-01-22 + + + http://yannesposito.com/Scratch/assets/css/cmu.css + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/validation/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/programming-language-experience/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-19-jQuery-popup-the-easy-way/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-14-multi-language-choices/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_4/ + 2013-01-22 + + + http://yannesposito.com/Scratch/assets/css/cmufontface.css + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/about/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-17-track-events-with-google-analytics/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-03-22-Git-Tips/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-Wait-to-hide-a-menu-in-jQuery/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_1/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/conf-et-install/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-05-Cappuccino-and-Web-applications/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-31-New-style-after-holidays/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/commandes-avancees/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-28-custom-website-synchronisation-with-mobileme--2-/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/08_Configure_ssh_to_listen_the_port_443_on_Snow_Leopard/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-06-15-Get-my-blog-engine/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_2/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/04_drm/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/02_ackgrep/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-10-untaught-git-usage/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Haskell-the-Hard-Way/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/02_ackgrep/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/Category-Theory-Presentation/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2011-04-20-Now-hosted-on-github/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-09-Indecidabilities/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-18-split-a-file-by-keyword/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-01-12-antialias-font-in-Firefox-under-Ubuntu/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/softwares/ypassword/web/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2009-10-launch-daemon-from-command-line/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/validation/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-03-23-Encapsulate-git/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/softwares/ + 2013-01-22 + + + http://yannesposito.com/Scratch/fr/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-05-19-How-to-cut-HTML-and-repair-it/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2010-07-09-Indecidabilities/ + 2013-01-22 + + + http://yannesposito.com/Scratch/en/blog/2011-04-20-Now-hosted-on-github/ 2013-01-22