Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3193 connectés 

 

Sujet(s) à lire :
    - Who's who@Programmation
 

 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  14412  14413  14414  ..  27006  27007  27008  27009  27010  27011
Auteur Sujet :

[blabla@olympe] Le topic du modo, dieu de la fibre et du monde

n°1765920
Shinuza
This is unexecpected
Posté le 28-07-2008 à 16:10:16  profilanswer
 

Reprise du message précédent :

masklinn a écrit :

Des foreign keys partout, et des cascades nulle part [:jar jar]


Code :
  1. ERROR:  UPDATE OR DELETE ON TABLE "blog_entry" violates FOREIGN KEY constraint "blog_comment_entry_id_fkey" ON TABLE "blog_comment"
  2. DETAIL:  KEY (id)=(2) IS still referenced FROM TABLE "blog_comment".

[:bodette]


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
mood
Publicité
Posté le 28-07-2008 à 16:10:16  profilanswer
 

n°1765921
Ben_be
ʎlıɐp uǝɯǝlʇuǝƃ ̡̢̛̗̘̙̜̝̞̟̠̊̋̌̍
Posté le 28-07-2008 à 16:10:33  profilanswer
 

sligor a écrit :

Image Vectorielle EPS => OpenOffice => PDF --> l'image est pixelisée
 
Image Vectorielle EPS => Word 2007 => .doc (office 2003) => OpenOffice => PDF --> l'image est vectorielle
 
 [:k-nar]  
 

Spoiler :

en fait le filtre d'import EPS d'openoffice est pourri, alors que celui d'Office est bieng



Utilises LaTeX :o


---------------
Putain j'ai rêvé de toi cette nuit !! Alors que jte connais même pas !!-LaL0utre | Ben_be est un roxxeur d'ours d'envergure mondiale-Daaadou |Entre un dessert et Ben_be je choisis Ben_be-Ramasse-miette
n°1765922
sligor
Posté le 28-07-2008 à 16:11:17  profilanswer
 

Dion a écrit :


 
Open OFFICE EN FORCE


je dirais ça le jour où il gérera les images vectorielles correctement, si j'ai une imprimante laser 1200dpi c'est pas pour imprimer une bouillie de pixels [:sadnoir]

n°1765923
sligor
Posté le 28-07-2008 à 16:11:45  profilanswer
 

Ben_be a écrit :


Utilises LaTeX :o


J'aimerais bien mais c'est pas le format officiel de la boite  :o

n°1765924
Dion
Acceuil
Posté le 28-07-2008 à 16:12:21  profilanswer
 

sligor a écrit :


je dirais ça le jour où il gérera les images vectorielles correctement, si j'ai une imprimante laser 1200dpi c'est pas pour imprimer une bouillie de pixels [:sadnoir]


OPEN OFFICE TU EN AS POUR TON ARGENT SAUF SI TU PREND DU SUPPORT §


---------------
When it comes to business/legal topics, just assume almost everyone commenting has no idea what they’re taking about and have no background in these subjects because that’s how it really is. Harkonnen 8-> Elmoricq 8====>
n°1765925
Ben_be
ʎlıɐp uǝɯǝlʇuǝƃ ̡̢̛̗̘̙̜̝̞̟̠̊̋̌̍
Posté le 28-07-2008 à 16:12:36  profilanswer
 

sligor a écrit :


J'aimerais bien mais c'est pas le format officiel de la boite  :o


change de boite [:theorie des lavabos]


---------------
Putain j'ai rêvé de toi cette nuit !! Alors que jte connais même pas !!-LaL0utre | Ben_be est un roxxeur d'ours d'envergure mondiale-Daaadou |Entre un dessert et Ben_be je choisis Ben_be-Ramasse-miette
n°1765927
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:14:46  profilanswer
 

Shinuza a écrit :


Code :
  1. ERROR:  UPDATE OR DELETE ON TABLE "blog_entry" violates FOREIGN KEY constraint "blog_comment_entry_id_fkey" ON TABLE "blog_comment"
  2. DETAIL:  KEY (id)=(2) IS still referenced FROM TABLE "blog_comment".

[:bodette]


Ca c'est l'autre truc sympa dans mysql (4.1 en tout cas): il te dit pas ce qui a foiré, ça serait trop facile [:dawa]


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765928
drasche
Posté le 28-07-2008 à 16:15:16  profilanswer
 

nraynaud a écrit :

non, je veux DELETER TAICHE  
 
ou alors choisir par action de DELETE si je veux cascader ou pas ?


<contrainte> ON DELETE CASCADE.
 
Si tu veux pas cascader, tu mets pas de ON DELETE, ou tu spécifies un ON DELETE NO ACTION :spamafote: (ou ON DELETE SET NULL)


---------------
Whichever format the fan may want to listen is fine with us – vinyl, wax cylinders, shellac, 8-track, iPod, cloud storage, cranial implants – just as long as it’s loud and rockin' (Billy Gibbons, ZZ Top)
n°1765929
sligor
Posté le 28-07-2008 à 16:16:26  profilanswer
 

Ben_be a écrit :


change de boite [:theorie des lavabos]


je ne pense pas que je trouverais une boite aussi bien et qui en plus utilise Latex

n°1765930
Dion
Acceuil
Posté le 28-07-2008 à 16:17:19  profilanswer
 

nraynaud a écrit :


non, je veux DELETER TAICHE  


 
tree


---------------
When it comes to business/legal topics, just assume almost everyone commenting has no idea what they’re taking about and have no background in these subjects because that’s how it really is. Harkonnen 8-> Elmoricq 8====>
mood
Publicité
Posté le 28-07-2008 à 16:17:19  profilanswer
 

n°1765931
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:17:32  profilanswer
 

drasche a écrit :


<contrainte> ON DELETE CASCADE.
 
Si tu veux pas cascader, tu mets pas de ON DELETE, ou tu spécifies un ON DELETE NO ACTION :spamafote: (ou ON DELETE SET NULL)


Non mais en fait j'ai percuté qu'après, il veut préciser la cascade (ou l'overrider) quand il lance le delete (genre DELETE FROM foo WHERE bouzin CASCADE).
 
Je suis pas persuadé que ça ait beaucoup de sens dans un modèle comme idée.


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765933
stiffler
Lâche mon profil putain ! :o
Posté le 28-07-2008 à 16:18:46  profilanswer
 

Elmoricq a écrit :

Dites les experts : j'voudrais débloquer mon PEE de mon ancienne boîte (cas de déblocage exceptionnel prévu, donc pas de souçaille de ce côté).
 
Y a des trucs particuliers à mettre dans la lettre de déblocage (à part les justificatifs, hein) ou bien je mets juste deux lignes descriptives ? :??:
J'trouve pas grand chose sur le sujet, y compris sur le site qui gère mon PEE.


tu les appelles [:jdf]


---------------
I'm failing as fast as I can !! -- Vision-360, vos photos en grand format -- !! -- Les nouilles c'est bon
n°1765934
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:19:06  profilanswer
 


.
|--  Documents  
|-- 90 minutes scheme to C compiler.pdf
|-- A Field Guide to Genetic Programming.pdf
|-- Achieving High Performances in Mercurial.pdf
|-- Colloquy Transcripts
|   |-- ##helenthomasflowers 25-04-2008.colloquyTranscript
|   |-- #bots 15-02-2008.colloquyTranscript
|   |-- #darcs 09-04-2008.colloquyTranscript
|   |-- #django 02-04-2008.colloquyTranscript
|   |-- #django 08-05-2008.colloquyTranscript
|   |-- #django 10-04-2008.colloquyTranscript
|   |-- #django 10-05-2008.colloquyTranscript
|   |-- #django 14-04-2008.colloquyTranscript
|   |-- #django 16-07-2008.colloquyTranscript
|   |-- #django 19-02-2008.colloquyTranscript
|   |-- #django 21-03-2008.colloquyTranscript
|   |-- #django 23-04-2008.colloquyTranscript
|   |-- #django 25-02-2008.colloquyTranscript
|   |-- #erlang 02-04-2008.colloquyTranscript
|   |-- #erlang 08-05-2008.colloquyTranscript
|   |-- #erlang 10-04-2008.colloquyTranscript
|   |-- #erlang 10-05-2008.colloquyTranscript
|   |-- #erlang 14-04-2008.colloquyTranscript
|   |-- #erlang 16-07-2008.colloquyTranscript
|   |-- #erlang 17-04-2008.colloquyTranscript
|   |-- #erlang 19-02-2008.colloquyTranscript
|   |-- #erlang 21-03-2008.colloquyTranscript
|   |-- #erlang 23-04-2008.colloquyTranscript
|   |-- #erlang 25-02-2008.colloquyTranscript
|   |-- #haskell 02-04-2008.colloquyTranscript
|   |-- #haskell 08-05-2008.colloquyTranscript
|   |-- #haskell 10-04-2008.colloquyTranscript
|   |-- #haskell 10-05-2008.colloquyTranscript
|   |-- #haskell 14-04-2008.colloquyTranscript
|   |-- #haskell 16-07-2008.colloquyTranscript
|   |-- #haskell 19-02-2008.colloquyTranscript
|   |-- #haskell 21-03-2008.colloquyTranscript
|   |-- #haskell 23-04-2008.colloquyTranscript
|   |-- #haskell 25-02-2008.colloquyTranscript
|   |-- #mercurial 02-04-2008.colloquyTranscript
|   |-- #mercurial 08-05-2008.colloquyTranscript
|   |-- #mercurial 10-04-2008.colloquyTranscript
|   |-- #mercurial 10-05-2008.colloquyTranscript
|   |-- #mercurial 14-04-2008.colloquyTranscript
|   |-- #mercurial 16-07-2008.colloquyTranscript
|   |-- #mercurial 19-02-2008.colloquyTranscript
|   |-- #mercurial 21-03-2008.colloquyTranscript
|   |-- #mercurial 23-04-2008.colloquyTranscript
|   |-- #mercurial 25-02-2008.colloquyTranscript
|   |-- #shoes 14-04-2008.colloquyTranscript
|   |-- #shoes 23-04-2008.colloquyTranscript
|   `-- #spring 16-07-2008.colloquyTranscript
|-- Color Escape Character.pdf
|-- DTrace User Guide.pdf
|-- DotNet Standard Query Operators.doc
|-- ErlangHandbook.doc
|-- Functional Programming at Linspire.pdf
|-- Generator tricks for system programmers.pdf
|-- Git from the Bottom Up.pdf
|-- Knuth letter.pdf
|-- Notesheet-Emacs.pdf
|-- Papers
|   |--  normal  
|   |-- A history of Haskell - Being lazy with class.pdf
|   |-- A tutorial on the universality and expressiveness of fold.pdf
|   |-- Beautiful Concurrency.ps
|   |-- Bitstream programming in Erlang.pdf
|   |-- Call with Current Continuation patterns.pdf
|   |-- Communicating Sequential Processes (Hoare).pdf
|   |-- Comparing Approaches to Generic Programming in Haskell.pdf
|   |-- Comprehending Queries.pdf
|   |-- Concurrency-and-Erlang.pdf
|   |-- Continuous Testing.pdf
|   |-- Dynamic Applications from the ground up.pdf
|   |-- Efficient Clustering of High Dimensional Datasets.pdf
|   |-- Essential language support for Generic Programming.pdf
|   |-- Functional Pearls - Implicit Configuration.pdf
|   |-- Functional Pearls - The Zipper (Huet).pdf
|   |-- Hints on Programming Language Design (Hoare).pdf
|   |-- IEEE-Demystifying_RESTful_Data_Coupling.pdf
|   |-- IEEE-Reliability_with_Erlang.pdf
|   |-- IEEE-Serendipitous_Reuse.pdf
|   |-- Implementing an XSLT processor for HXT.pdf
|   |-- Informations Theory, Inference, and Learning Algorithms.pdf
|   |-- Introduction to Quilt.pdf
|   |-- Introduction to statistical thought.pdf
|   |-- Kitzmiller
|   |   |-- 2005_0926_day1_am.pdf
|   |   |-- 2005_0926_day1_pm.pdf
|   |   |-- 2005_0927_day2_am.pdf
|   |   |-- 2005_0927_day2_pm.pdf
|   |   |-- 2005_0928_day3_am.pdf
|   |   |-- 2005_0928_day3_pm.pdf
|   |   |-- 2005_0929_day4_am.pdf
|   |   |-- 2005_0929_day4_pm.pdf
|   |   |-- 2005_0930_day5_pm.pdf
|   |   |-- 2005_1005_day6_am.pdf
|   |   |-- 2005_1005_day6_pm.pdf
|   |   |-- 2005_1006_day7_am.pdf
|   |   |-- 2005_1006_day7_pm.pdf
|   |   |-- 2005_1012_day8_am.pdf
|   |   |-- 2005_1012_day8_pm.pdf
|   |   |-- 2005_1014_day9_am.pdf
|   |   |-- 2005_1014_day9_pm.pdf
|   |   |-- 2005_1017_day10_am.pdf
|   |   |-- 2005_1017_day10_pm.pdf
|   |   |-- 2005_1018_day11_am.pdf
|   |   |-- 2005_1018_day11_pm.pdf
|   |   |-- 2005_1019_day12_am.pdf
|   |   |-- 2005_1019_day12_pm.pdf
|   |   |-- 2005_1020_day13_pm.pdf
|   |   |-- 2005_1021_day14_am.pdf
|   |   |-- 2005_1021_day14_pm.pdf
|   |   |-- 2005_1024_day15_am.pdf
|   |   |-- 2005_1024_day15_pm.pdf
|   |   |-- 2005_1027_day16_am.pdf
|   |   |-- 2005_1027_day16_pm.pdf
|   |   |-- 2005_1028_day17_am.pdf
|   |   |-- 2005_1031_day18_am.pdf
|   |   |-- 2005_1031_day18_pm.pdf
|   |   |-- 2005_1102_day19_am.pdf
|   |   |-- 2005_1102_day19_pm.pdf
|   |   |-- 2005_1103_day20_am.pdf
|   |   |-- 2005_1103_day20_pm.pdf
|   |   |-- 2005_1104_day21_am.pdf
|   |   |-- 2005_1104_day21_pm.pdf
|   |   |-- index.html
|   |   |-- index.php
|   |   |-- index.php?getimage=asc
|   |   |-- index.php?path=trans%2F
|   |   |-- index.php?sort=name&order=desc&path=trans%2F
|   |   `-- index.php?sort=size&path=trans%2F
|   |-- Living in Emacs.pdf
|   |-- Making reliable distributed systems in the presence of software errors.pdf
|   |-- Modular Lazy Search for Constraint Satisfaction.pdf
|   |-- Monadic Parser Combinators.pdf
|   |-- Monads for Functional Programming.pdf
|   |-- Nested Data parallelism.pdf
|   |-- On Perpendicular Textures.pdf
|   |-- On the Internet, nobody knows you're a lambda.pdf
|   |-- Parameterized modules in Erlang.pdf
|   |-- Post-election Audits - Restoring Trust in Elections.pdf
|   |-- Programming_Erlang.pdf
|   |-- Proving Conway's Lost Cosmological Theorem.pdf
|   |-- Purely Functional Data Structures.pdf
|   |-- Rails under the knife.pdf
|   |-- Rethinking the Progress Bar.pdf
|   |-- Robust De-Anonymization of Large Datasets.pdf
|   |-- RubyOnRails-Cheatsheet-BlaineKendall.pdf
|   |-- Source Code Review of the Diebold Voting System.pdf
|   |-- Source Code Review of the Hart InterCivic Voting System.pdf
|   |-- Source Code Review of the Sequoia Voting System.pdf
|   |-- Tales of Application Compatibility.pdf
|   |-- The Derivative of a Regular Type is its Type of One-Hole Contexts.pdf
|   |-- The Development of the Emerald Programming Language.pdf
|   |-- The Evolution of Lua.pdf
|   |-- The Evolutionary Origin of Complex Features
|   |   |-- Nature03_Complex.pdf
|   |   |-- Supp1.pdf
|   |   |-- Supp2.pdf
|   |   |-- Supp3.pdf
|   |   `-- Supp4.pdf
|   |-- The FL Project design of a functional language .ps
|   |-- The Paradigms of Programing.pdf
|   |-- The anatomy of a Loop.pdf
|   |-- The role of the study of programming languages.pdf
|   |-- Website Attack Guide.pdf
|   |-- Why the Plan 9 distributed system matters.pdf
|   |-- beautiful_concurrency_STM.pdf
|   |-- concurrent-haskell.ps
|   |-- django-master-class.pdf
|   |-- doing-local-right4543.pdf
|   |-- patch (1) considered hamful.pdf
|   `-- rpython.pdf
|-- Processing
|-- PyCon2004DocTestUnit.pdf
|-- Rails Forms helpers.pdf
|-- Refuctoring.pdf
|-- SQLAlchemy 0.4 and beyond.pdf
|-- Solaris Dynamic Tracing Guide.pdf
|-- TestDrivenDevelopmentInPython.pdf
|-- The Art of War.txt
|-- The Edda
|   `-- 18947-h.htm
|-- Tutorials
|   |-- ScalaTutorial.pdf
|   |-- daume02yaht.pdf
|   `-- haskell-98-tutorial.pdf
|-- Union-find problem is linear.pdf
|-- Working Effectively with Legacy Code.pdf
|-- WorkingEffectivelyWithLegacyCode.pdf
|-- XSLT 1.0
|   |-- Oreilly.Learning.XSLT.eBook-LiB.chm
|   |-- PHP.XML.and.Web.Services.Mar.2006_(xslt_chap_10).pdf
|   `-- XML - XSLT and XPATH - A Guide to XML Transformations - Prentice Hall - 2001.chm
|-- activerecord_cheatsheet.pdf
|-- awk.cheat.sheet.pdf
|-- awk.cheat.sheet.txt
|-- books
|   |-- BetterBuildsWithMaven.pdf
|   `-- www.djangobook.com
|       `-- en
|           `-- 1.0
|               |-- appendixA
|               |   `-- index.html
|               |-- appendixB
|               |   `-- index.html
|               |-- appendixC
|               |   `-- index.html
|               |-- appendixD
|               |   `-- index.html
|               |-- appendixE
|               |   `-- index.html
|               |-- appendixG
|               |   `-- index.html
|               |-- appendixH
|               |   `-- index.html
|               |-- chapter01
|               |   `-- index.html
|               |-- chapter02
|               |   `-- index.html
|               |-- chapter03
|               |   `-- index.html
|               |-- chapter04
|               |   `-- index.html
|               |-- chapter05
|               |   `-- index.html
|               |-- chapter06
|               |   `-- index.html
|               |-- chapter07
|               |   `-- index.html
|               |-- chapter08
|               |   `-- index.html
|               |-- chapter09
|               |   `-- index.html
|               |-- chapter10
|               |   `-- index.html
|               |-- chapter11
|               |   `-- index.html
|               |-- chapter12
|               |   `-- index.html
|               |-- chapter13
|               |   `-- index.html
|               |-- chapter14
|               |   `-- index.html
|               |-- chapter15
|               |   `-- index.html
|               |-- chapter16
|               |   `-- index.html
|               |-- chapter17
|               |   `-- index.html
|               |-- chapter18
|               |   `-- index.html
|               |-- chapter19
|               |   `-- index.html
|               |-- chapter20
|               |   `-- index.html
|               `-- index.html
|-- creation_museum_guide.pdf
|-- crockford-good-parts-ch-5.pdf
|-- diveintogreasemonkey-2005-05-09
|   |-- README.txt
|   |-- advanced
|   |   |-- compiler.html
|   |   |-- gm_getvalue.html
|   |   |-- gm_registermenucommand.html
|   |   |-- gm_xmlhttprequest.html
|   |   `-- index.html
|   |-- api
|   |   |-- gm_getvalue.html
|   |   |-- gm_log.html
|   |   |-- gm_registermenucommand.html
|   |   |-- gm_setvalue.html
|   |   |-- gm_xmlhttprequest.html
|   |   `-- index.html
|   |-- appendix
|   |   |-- colophon.html
|   |   |-- examples.html
|   |   |-- furtherreading.html
|   |   |-- history.html
|   |   |-- procedures.html
|   |   `-- tips.html
|   |-- behaviors
|   |   |-- js-highlight.htc
|   |   `-- moz-behaviors.xml
|   |-- casestudy
|   |   |-- accessbar.html
|   |   |-- aintitreadable.html
|   |   |-- bloglinesautoload.html
|   |   |-- dumbquotes.html
|   |   |-- frownies.html
|   |   |-- gmailsecure.html
|   |   |-- index.html
|   |   |-- offsiteblank.html
|   |   `-- zoomtextarea.html
|   |-- css
|   |   |-- dig.css
|   |   |-- empty.css
|   |   `-- modern.css
|   |-- debug
|   |   |-- dom-inspector.html
|   |   |-- gm_log.html
|   |   |-- index.html
|   |   |-- javascript-console.html
|   |   |-- javascript-shell.html
|   |   `-- other.html
|   |-- examples
|   |   |-- accessbar.user.js
|   |   |-- aintitreadable.user.js
|   |   |-- antidisabler.user.js
|   |   |-- betterdir.user.js
|   |   |-- blogdex-display-title.user.js
|   |   |-- bloglines-autoload.user.js
|   |   |-- cdreadable.user.js
|   |   |-- dumbquotes.user.js
|   |   |-- forceget.user.js
|   |   |-- frownies.user.js
|   |   |-- gmailsecure.user.js
|   |   |-- gmlog.user.js
|   |   |-- helloworld.user.js
|   |   |-- lip.user.js
|   |   |-- offsiteblank.user.js
|   |   |-- rottenreviews.user.js
|   |   |-- rottenskip.user.js
|   |   |-- salonautopass.user.js
|   |   |-- stopthepresses.user.js
|   |   |-- trapsubmit.user.js
|   |   |-- unstyle.user.js
|   |   `-- zoomtextarea.user.js
|   |-- helloworld
|   |   |-- code.html
|   |   |-- divein.html
|   |   |-- editing.html
|   |   |-- index.html
|   |   `-- metadata.html
|   |-- images
|   |   |-- caution.png
|   |   |-- important.png
|   |   |-- install-gm.jpg
|   |   |-- note.png
|   |   |-- permalink.gif
|   |   |-- radio-star.png
|   |   |-- shadow.gif
|   |   |-- shadow2.gif
|   |   |-- shadowAlpha.png
|   |   |-- tip.png
|   |   `-- warning.png
|   |-- install
|   |   |-- greasemonkey.html
|   |   |-- index.html
|   |   |-- manage.html
|   |   |-- userscript.html
|   |   `-- what-is-greasemonkey.html
|   |-- license
|   |   |-- gpl-how-to-apply.html
|   |   |-- gpl-preamble.html
|   |   |-- gpl-terms-and-conditions.html
|   |   `-- gpl.html
|   |-- patterns
|   |   |-- add-css.html
|   |   |-- add-image.html
|   |   |-- case-insensitive.html
|   |   |-- domain.html
|   |   |-- element-exists.html
|   |   |-- function-exists.html
|   |   |-- get-domain.html
|   |   |-- getcomputedstyle.html
|   |   |-- index.html
|   |   |-- innerhtml.html
|   |   |-- insert-after.html
|   |   |-- insert-before.html
|   |   |-- intercept-clicks.html
|   |   |-- iterate-every-element.html
|   |   |-- iterate-one-element.html
|   |   |-- match-attribute.html
|   |   |-- onload.html
|   |   |-- override-method.html
|   |   |-- parse-xml.html
|   |   |-- redirect.html
|   |   |-- remove-element.html
|   |   |-- replace-element.html
|   |   |-- rewrite-link.html
|   |   `-- set-style.html
|   `-- toc
|       `-- index.html
|-- ed.text.editor.cheat.sheet.pdf
|-- ed.unix.text.editor.cheat.sheet.txt
|-- gnupg-manual.ps
|-- import_international_last_version.numbers
|   |-- Contents
|   |   `-- PkgInfo
|   |-- QuickLook
|   |   `-- Thumbnail.jpg
|   |-- document-thumbnail.tiff
|   `-- index.xml.gz
|-- links
|   |--  Bookmarks  
|   |-- Books
|   |   `-- A Scheme bookshelf \302\253 programming musings.webloc
|   |-- Coders at Work.webloc
|   |-- Computer Science
|   |   |-- Coding Horror- Escaping From Gilligan's Island.webloc
|   |   |-- Continuations and delimited control.webloc
|   |   |-- How To Design A Good API and Why it Matters.webloc
|   |   |-- Physicist Amok \302\273 Blog Archive \302\273 Tarvid's Laws.webloc
|   |   `-- Stevey's Home Page - Singleton Considered Stupid\302\240.webloc
|   |-- Cool Tricks
|   |   |-- Household Chemistry.webloc
|   |   `-- instructables - Arduino Orb Build Warden - step 2.webloc
|   |-- Emacs
|   |   |-- A Tutorial Introduction to Emacs.webloc
|   |   |-- Bill Clementson's Blog- Emacs GeekTool.webloc
|   |   |-- Carbon Emacs Package.webloc
|   |   |-- Emacs and eev, or- How to Automate Almost Everything.webloc
|   |   |-- Simple window configuration management \302\253 minor emacs wizardry.webloc
|   |   |-- Stevey's Home Page - Effective Emacs\302\240.webloc
|   |   `-- n- highlight-tail.el.webloc
|   |-- Games
|   |   |-- I want to get more into GBA gaming...GBA SP or GBM? - NeoGAF.webloc
|   |   |-- Nintendo DS -2nd Half 2007- - NeoGAF.webloc
|   |   |-- Oscuro's Oblivion Overhaul, The Elder Scrolls 4 Downloads, The Elder Scrolls 4 Huge Mods.webloc
|   |   |-- Things you didn't know about Twilight Princess - NeoGAF.webloc
|   |   `-- smashingjump.free.fr:.webloc
|   |-- Graphics
|   |   `-- \302\273 4 Easy Photoshop Techniques to Make Your Pictures Pop!.webloc
|   |-- Icon^M
|   |-- Languages
|   |   |-- DotNet
|   |   |   `-- FileHelpers Library 2.0 - Marcos Meli.webloc
|   |   |-- Erlang
|   |   |   |-- Erlang example programs.webloc
|   |   |   |-- Erlang:OTP Articles, Papers and Presentations From Erlang Training and Consulting Ltd..webloc
|   |   |   |-- Literal XML in Erlang with parse_transform:2 - hyperstruct.webloc
|   |   |   |-- On Erlang- Getting to know erlang-mode.webloc
|   |   |   |-- erlware - next generation distributed software- Why use a standard builsystem? (Well structured OTP applications).webloc
|   |   |   `-- sinan - OTP-centric build system.webloc
|   |   |-- Haskell
|   |   |   |-- Haskell Study Plan.webloc
|   |   |   |-- Haskell for C Programmers.webloc
|   |   |   |-- Libraries and tools:Compilers and interpreters - HaskellWiki.webloc
|   |   |   |-- Neil Mitchell's Haskell Blog- Writing code by types.webloc
|   |   |   |-- Nub Games \302\273 Writing a Simple Search Engine in Haskell- Part 1 \342\200\224 Maybe and List.webloc
|   |   |   `-- Write Yourself a Scheme in 48 hours.webloc
|   |   |-- Introducing Behaviour Driven Development.webloc
|   |   |-- Java
|   |   |   `-- raganwald- Rails-style creators in Java, or, how I learned to stop worrying and love anonymous inner classes.webloc
|   |   |-- Javascript
|   |   |   |-- A JavaScript Module Pattern \302\273 Yahoo! User Interface Blog.webloc
|   |   |   `-- Douglas Crockford's Javascript links.webloc
|   |   |-- Python & Django
|   |   |   |-- -gnuvince.net \302\273 Blog Archive \302\273 Some Django tips.webloc
|   |   |   |-- Elixir - Examples.webloc
|   |   |   |-- Irrational Exuberance \302\273 Part 1- Django and Ajax- Introduction and Setup.webloc
|   |   |   |-- Keep your Django:mod_python memory usage down.webloc
|   |   |   |-- PyS60 Tutorial Menu.webloc
|   |   |   |-- Pygments \342\200\224 Python syntax highlighter.webloc
|   |   |   |-- Pythonic Encapsulation Strikes Back \302\253 Important Shock.webloc
|   |   |   |-- http-::toys.jacobian.org:presentations:2007:pycon:tutorials:beginning:.webloc
|   |   |   `-- jacobian.org - Django projects.webloc
|   |   |-- Scala
|   |   |   `-- \316\273 Tony\342\200\231s blog \316\273 \302\273 Blog Archive \302\273 The Power of Type-classes with Scala implicit defs.webloc
|   |   |-- Smalltalk
|   |   |   |-- Finding Code in Squeak.webloc
|   |   |   |-- On the Smalltalk Browser.webloc
|   |   |   `-- Smalltalk Tidbits, Industry Rants.webloc
|   |   `-- While writing YAQL I accidentally discovered Lisp.webloc
|   |-- Mercurial
|   |   |-- Bill de hO\314\201ra- Mercurial, Part II- setting up Mercurial on TextDrive.webloc
|   |   `-- Configuring Mercurial over HTTP.webloc
|   |-- OSX & ZFS
|   |   |-- '[zfs-discuss] Mac OS X.5 "Leopard"- zfs works; sudo kextload' - MARC.webloc
|   |   |-- Does ZFS Obsolete Expensive NAS:SANs?.webloc
|   |   |-- Magical Macintosh Key Sequences.webloc
|   |   `-- ZFS on a laptop?.webloc
|   |-- OpenBSD & pf
|   |   |-- Firewalling with OpenBSD's PF packet filter references.webloc
|   |   `-- Sys Admin > v13, i03- Monitoring Net Traffic with OpenBSD's Packet Filter.webloc
|   |-- Religion & Science
|   |   |-- "Islam is not much more than a rather obvious and ill-arranged set of plagiarisms." - By Christopher Hitchens - Slate Magazine.webloc
|   |   |-- E&S - useless body parts.webloc
|   |   |-- ORDER OF THE SCIENCE SCOUTS OF EXEMPLARY REPUTE AND ABOVE AVERAGE PHYSIQUE.webloc
|   |   |-- Pharyngula- A brief history of disbelief.webloc
|   |   |-- Pharyngula- A man after my own heart at Iowa State.webloc
|   |   |-- Questions Your Pastor Will Hate.webloc
|   |   |-- Religious Right Bumper Stickers.webloc
|   |   `-- The People's Republic Of Newport- The myth of an atheist Hitler.webloc
|   |-- Shell
|   |   |-- LSOF.webloc
|   |   `-- SEOmoz | Web Developers- 13 Command Line Tricks You Might Not Know.webloc
|   |-- Software
|   |   `-- Jakob Montrasio\342\200\231s Net. \302\273 Blog Archive \302\273 My computer, my programs..webloc
|   |-- Web
|   |   |-- 9 Expert CSS Ideas You Should Think Twice About Before Using :: Communique\314\201 [iMarc].webloc
|   |   |-- Bruce Lawson\342\200\231s personal site\302\240 - On the WCAG Samurai errata.webloc
|   |   |-- Joe Gregorio | BitWorking | RESTify DayTrader.webloc
|   |   |-- NearlyFreeSpeech hosting.webloc
|   |   |-- Pagination 101 - KuraFire Network.webloc
|   |   `-- WCAG Samurai Errata for WCAG 1.0.webloc
|   |-- others
|   |   |-- Achat d'un appartement.webloc
|   |   |-- Hack Your Work 23 Ways to Get Ahead, Work Less and Achieve More.webloc
|   |   |-- How To Dress Like a Man by Jeffrey A. Tucker.webloc
|   |   |-- IO Benchmarking how, why, with what.webloc
|   |   |-- Inside the Monkeysphere.webloc
|   |   |-- Neatorama \302\273 Blog Archive \302\273 11 Most Important Philosophical Quotations..webloc
|   |   |-- Picasa Albums Web - Tremechan - martine.webloc
|   |   |-- Security Monkey.webloc
|   |   |-- TMMK -|- Toyota Georgetown.webloc
|   |   |-- The Lucifer Effect by Philip Zimbardo.webloc
|   |   |-- XKCD duplications.webloc
|   |   |-- goats- the store - t-shirts.webloc
|   |   |-- teideal glic deisbhe\314\201alach \302\273 Blog Archive \302\273 Anatol Rapaport on argument.webloc
|   |   `-- thisisby.us - How to keep Obnoxious Kids : Crying Babies from Bugging You!, by Oogly.webloc
|   `-- tosort
|       |-- Anti-Grain Geometry - Texts Rasterization Exposures.webloc
|       |-- Argument pour refuter la the\314\201orie de Darwin - Sciences - Discussions - FORUM HardWare.fr.webloc
|       |-- Coding Horror- Speeding Up Your PC's Boot Time.webloc
|       |-- Erlang Community - Building a Non-blocking TCP server using OTP principles - Trapexit.webloc
|       |-- InfoQ- Code Organization Guidelines for Large Code Bases.webloc
|       |-- JAM Software - Windows Freeware.webloc
|       |-- Primeval C- two very early compilers.webloc
|       |-- Upside-Down-Ternet.webloc
|       |-- WidSets Beta.webloc
|       |-- WinDirStat - Windows Directory Statistics.webloc
|       |-- Wondermark by David Malki ! - An Illustrated Jocularity..webloc
|       |-- YouTube - \346\202\243\351\203\250\343\201\246\343\202\231\346\255\242\343\201\276\343\201\243\343\201\246\343\201\231\343\201\217\343\202\231\346\272\266\343\201\221\343\202\213\357\275\236\347\213\202\346\260\227\343\201\256\345\204\252\346\233\207\350\217\257\351\231\242.webloc
|       |-- coucoucircus.org - cartoon opening:ending.webloc
|       |-- raganwald- Three tips for getting a job through a recruiter.webloc
|       `-- \320\244\320\276\321\202\320\276- \320\234\320\265\320\263\320\260\320\275 \320\244\320\276\320\272\321\201.webloc
|-- mnee-antipatterns.pdf
|-- mnee-patterns.pdf
|-- mnee-story2.pdf
|-- mxDateTime.pdf
|-- postgresql-8.3-A4.pdf
|-- rails_files_cheatsheet.pdf
|-- sed.stream.editor.cheat.sheet.pdf
|-- sed.stream.editor.cheat.sheet.txt
|-- sweeny.pdf
|-- texts
|   |-- # Cale- I spent a whole summ.textClipping
|   |-- # Ctrl-x 2-  split-window-ve.textClipping
|   |-- # fill-paragraph (Alt-p) -- .textClipping
|   |-- Alt-t. It has two uses- swap.textClipping
|   |-- Any fool can write code that.textClipping
|   |-- Bourbaki.textClipping
|   |-- Debug only code - comments c.textClipping
|   |-- Don't use the computer to do.textClipping
|   |-- Flock of Dodos- Behind Moder.textClipping
|   |-- Get your data structures cor.textClipping
|   |-- God is my pair programmer.textClipping
|   |-- Good judgement comes from ex.textClipping
|   |-- Icon^M
|   |-- If you have too many special.textClipping
|   |-- If you lie to the computer, .textClipping
|   |-- Inside of every large progra.textClipping
|   |-- Let's say we want to put a r.textClipping
|   |-- M-x info, which brings up Em.textClipping
|   |-- Mel Brooks- "History Of The .textClipping
|   |-- Monkey Girl- Evolution, Educ.textClipping
|   |-- Princess Septie\314\200me Loderia, f.textClipping
|   |-- Testing can show the presenc.textClipping
|   |-- The cheapest, fastest, and m.textClipping
|   |-- The fastest algorithm can fr.textClipping
|   |-- The first step in fixing a b.textClipping
|   |-- [Thompson's Rule for first-t.textClipping
|   `-- use M-x describe-key, and th.textClipping
`-- xslt
    |-- Exemples
    |   |-- XML TP
    |   |   |-- personnes.xml
    |   |   |-- personnes.xsl
    |   |   `-- style.css
    |   |-- XSLT 1.0-1.1
    |   |   |-- Concert.xml
    |   |   |-- Concert.xsl
    |   |   |-- Film.xsl
    |   |   |-- Film2.xsl
    |   |   |-- Films.xml
    |   |   |-- Films2.xml
    |   |   |-- personnes.xml
    |   |   |-- regroupement.xml
    |   |   `-- regroupement.xsl
    |   `-- XSLT 2.0
    |       |-- functionXSLT2.xsl
    |       |-- regroupementXSLT2.xml
    |       |-- regroupentXSLT2.xsl
    |       |-- sample1.xml
    |       `-- staff.xsd
    |-- Pre\314\201sentation XML-XSLT.ppt
    |-- Tools
    |   |-- XPathAnalyzer
    |   |   |-- Results
    |   |   |   |-- inventory.xml
    |   |   |   `-- test.xml
    |   |   |-- XPathAnalyzer.hta
    |   |   |-- css
    |   |   |   `-- tabstrip.css
    |   |   |-- defaultss.xslt
    |   |   |-- dom.htm
    |   |   |-- editable2.xsl
    |   |   |-- frameset.htm
    |   |   |-- images
    |   |   |   |-- Thumbs.db
    |   |   |   |-- app.ico
    |   |   |   |-- favorites.gif
    |   |   |   |-- go.gif
    |   |   |   |-- home_icon.gif
    |   |   |   |-- icon.png
    |   |   |   |-- tab_grip.gif
    |   |   |   `-- x.gif
    |   |   |-- install_parser.hta
    |   |   |-- results.htm
    |   |   `-- tabstrip.htc
    |   `-- XPathAnalyzer.hta.lnk
    `-- document de re\314\201fe\314\201rence
        |-- xb-ins.pdf
        `-- xb-ref.pdf
 
94 directories, 523 files


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765937
sligor
Posté le 28-07-2008 à 16:24:25  profilanswer
 

Bon en fait c'est l'export de openoffice qui merde, le tips c'est d'utiliser une imprimante pdf plutôt que l'exportateur intégré

n°1765938
Dion
Acceuil
Posté le 28-07-2008 à 16:25:57  profilanswer
 

masklinn a écrit :


.
|--  Documents  
|-- 90 minutes scheme to C compiler.pdf
|-- A Field Guide to Genetic Programming.pdf
|-- Achieving High Performances in Mercurial.pdf
|-- Colloquy Transcripts
|   |-- ##helenthomasflowers 25-04-2008.colloquyTranscript
|   |-- #bots 15-02-2008.colloquyTranscript
|   |-- #darcs 09-04-2008.colloquyTranscript
|   |-- #django 02-04-2008.colloquyTranscript
|   |-- #django 08-05-2008.colloquyTranscript
|   |-- #django 10-04-2008.colloquyTranscript
|   |-- #django 10-05-2008.colloquyTranscript
|   |-- #django 14-04-2008.colloquyTranscript
|   |-- #django 16-07-2008.colloquyTranscript
|   |-- #django 19-02-2008.colloquyTranscript
|   |-- #django 21-03-2008.colloquyTranscript
|   |-- #django 23-04-2008.colloquyTranscript
|   |-- #django 25-02-2008.colloquyTranscript
|   |-- #erlang 02-04-2008.colloquyTranscript
|   |-- #erlang 08-05-2008.colloquyTranscript
|   |-- #erlang 10-04-2008.colloquyTranscript
|   |-- #erlang 10-05-2008.colloquyTranscript
|   |-- #erlang 14-04-2008.colloquyTranscript
|   |-- #erlang 16-07-2008.colloquyTranscript
|   |-- #erlang 17-04-2008.colloquyTranscript
|   |-- #erlang 19-02-2008.colloquyTranscript
|   |-- #erlang 21-03-2008.colloquyTranscript
|   |-- #erlang 23-04-2008.colloquyTranscript
|   |-- #erlang 25-02-2008.colloquyTranscript
|   |-- #haskell 02-04-2008.colloquyTranscript
|   |-- #haskell 08-05-2008.colloquyTranscript
|   |-- #haskell 10-04-2008.colloquyTranscript
|   |-- #haskell 10-05-2008.colloquyTranscript
|   |-- #haskell 14-04-2008.colloquyTranscript
|   |-- #haskell 16-07-2008.colloquyTranscript
|   |-- #haskell 19-02-2008.colloquyTranscript
|   |-- #haskell 21-03-2008.colloquyTranscript
|   |-- #haskell 23-04-2008.colloquyTranscript
|   |-- #haskell 25-02-2008.colloquyTranscript
|   |-- #mercurial 02-04-2008.colloquyTranscript
|   |-- #mercurial 08-05-2008.colloquyTranscript
|   |-- #mercurial 10-04-2008.colloquyTranscript
|   |-- #mercurial 10-05-2008.colloquyTranscript
|   |-- #mercurial 14-04-2008.colloquyTranscript
|   |-- #mercurial 16-07-2008.colloquyTranscript
|   |-- #mercurial 19-02-2008.colloquyTranscript
|   |-- #mercurial 21-03-2008.colloquyTranscript
|   |-- #mercurial 23-04-2008.colloquyTranscript
|   |-- #mercurial 25-02-2008.colloquyTranscript
|   |-- #shoes 14-04-2008.colloquyTranscript
|   |-- #shoes 23-04-2008.colloquyTranscript
|   `-- #spring 16-07-2008.colloquyTranscript
|-- Color Escape Character.pdf
|-- DTrace User Guide.pdf
|-- DotNet Standard Query Operators.doc
|-- ErlangHandbook.doc
|-- Functional Programming at Linspire.pdf
|-- Generator tricks for system programmers.pdf
|-- Git from the Bottom Up.pdf
|-- Knuth letter.pdf
|-- Notesheet-Emacs.pdf
|-- Papers
|   |--  normal  
|   |-- A history of Haskell - Being lazy with class.pdf
|   |-- A tutorial on the universality and expressiveness of fold.pdf
|   |-- Beautiful Concurrency.ps
|   |-- Bitstream programming in Erlang.pdf
|   |-- Call with Current Continuation patterns.pdf
|   |-- Communicating Sequential Processes (Hoare).pdf
|   |-- Comparing Approaches to Generic Programming in Haskell.pdf
|   |-- Comprehending Queries.pdf
|   |-- Concurrency-and-Erlang.pdf
|   |-- Continuous Testing.pdf
|   |-- Dynamic Applications from the ground up.pdf
|   |-- Efficient Clustering of High Dimensional Datasets.pdf
|   |-- Essential language support for Generic Programming.pdf
|   |-- Functional Pearls - Implicit Configuration.pdf
|   |-- Functional Pearls - The Zipper (Huet).pdf
|   |-- Hints on Programming Language Design (Hoare).pdf
|   |-- IEEE-Demystifying_RESTful_Data_Coupling.pdf
|   |-- IEEE-Reliability_with_Erlang.pdf
|   |-- IEEE-Serendipitous_Reuse.pdf
|   |-- Implementing an XSLT processor for HXT.pdf
|   |-- Informations Theory, Inference, and Learning Algorithms.pdf
|   |-- Introduction to Quilt.pdf
|   |-- Introduction to statistical thought.pdf
|   |-- Kitzmiller
|   |   |-- 2005_0926_day1_am.pdf
|   |   |-- 2005_0926_day1_pm.pdf
|   |   |-- 2005_0927_day2_am.pdf
|   |   |-- 2005_0927_day2_pm.pdf
|   |   |-- 2005_0928_day3_am.pdf
|   |   |-- 2005_0928_day3_pm.pdf
|   |   |-- 2005_0929_day4_am.pdf
|   |   |-- 2005_0929_day4_pm.pdf
|   |   |-- 2005_0930_day5_pm.pdf
|   |   |-- 2005_1005_day6_am.pdf
|   |   |-- 2005_1005_day6_pm.pdf
|   |   |-- 2005_1006_day7_am.pdf
|   |   |-- 2005_1006_day7_pm.pdf
|   |   |-- 2005_1012_day8_am.pdf
|   |   |-- 2005_1012_day8_pm.pdf
|   |   |-- 2005_1014_day9_am.pdf
|   |   |-- 2005_1014_day9_pm.pdf
|   |   |-- 2005_1017_day10_am.pdf
|   |   |-- 2005_1017_day10_pm.pdf
|   |   |-- 2005_1018_day11_am.pdf
|   |   |-- 2005_1018_day11_pm.pdf
|   |   |-- 2005_1019_day12_am.pdf
|   |   |-- 2005_1019_day12_pm.pdf
|   |   |-- 2005_1020_day13_pm.pdf
|   |   |-- 2005_1021_day14_am.pdf
|   |   |-- 2005_1021_day14_pm.pdf
|   |   |-- 2005_1024_day15_am.pdf
|   |   |-- 2005_1024_day15_pm.pdf
|   |   |-- 2005_1027_day16_am.pdf
|   |   |-- 2005_1027_day16_pm.pdf
|   |   |-- 2005_1028_day17_am.pdf
|   |   |-- 2005_1031_day18_am.pdf
|   |   |-- 2005_1031_day18_pm.pdf
|   |   |-- 2005_1102_day19_am.pdf
|   |   |-- 2005_1102_day19_pm.pdf
|   |   |-- 2005_1103_day20_am.pdf
|   |   |-- 2005_1103_day20_pm.pdf
|   |   |-- 2005_1104_day21_am.pdf
|   |   |-- 2005_1104_day21_pm.pdf
|   |   |-- index.html
|   |   |-- index.php
|   |   |-- index.php?getimage=asc
|   |   |-- index.php?path=trans%2F
|   |   |-- index.php?sort=name&order=desc&path=trans%2F
|   |   `-- index.php?sort=size&path=trans%2F
|   |-- Living in Emacs.pdf
|   |-- Making reliable distributed systems in the presence of software errors.pdf
|   |-- Modular Lazy Search for Constraint Satisfaction.pdf
|   |-- Monadic Parser Combinators.pdf
|   |-- Monads for Functional Programming.pdf
|   |-- Nested Data parallelism.pdf
|   |-- On Perpendicular Textures.pdf
|   |-- On the Internet, nobody knows you're a lambda.pdf
|   |-- Parameterized modules in Erlang.pdf
|   |-- Post-election Audits - Restoring Trust in Elections.pdf
|   |-- Programming_Erlang.pdf
|   |-- Proving Conway's Lost Cosmological Theorem.pdf
|   |-- Purely Functional Data Structures.pdf
|   |-- Rails under the knife.pdf
|   |-- Rethinking the Progress Bar.pdf
|   |-- Robust De-Anonymization of Large Datasets.pdf
|   |-- RubyOnRails-Cheatsheet-BlaineKendall.pdf
|   |-- Source Code Review of the Diebold Voting System.pdf
|   |-- Source Code Review of the Hart InterCivic Voting System.pdf
|   |-- Source Code Review of the Sequoia Voting System.pdf
|   |-- Tales of Application Compatibility.pdf
|   |-- The Derivative of a Regular Type is its Type of One-Hole Contexts.pdf
|   |-- The Development of the Emerald Programming Language.pdf
|   |-- The Evolution of Lua.pdf
|   |-- The Evolutionary Origin of Complex Features
|   |   |-- Nature03_Complex.pdf
|   |   |-- Supp1.pdf
|   |   |-- Supp2.pdf
|   |   |-- Supp3.pdf
|   |   `-- Supp4.pdf
|   |-- The FL Project design of a functional language .ps
|   |-- The Paradigms of Programing.pdf
|   |-- The anatomy of a Loop.pdf
|   |-- The role of the study of programming languages.pdf
|   |-- Website Attack Guide.pdf
|   |-- Why the Plan 9 distributed system matters.pdf
|   |-- beautiful_concurrency_STM.pdf
|   |-- concurrent-haskell.ps
|   |-- django-master-class.pdf
|   |-- doing-local-right4543.pdf
|   |-- patch (1) considered hamful.pdf
|   `-- rpython.pdf
|-- Processing
|-- PyCon2004DocTestUnit.pdf
|-- Rails Forms helpers.pdf
|-- Refuctoring.pdf
|-- SQLAlchemy 0.4 and beyond.pdf
|-- Solaris Dynamic Tracing Guide.pdf
|-- TestDrivenDevelopmentInPython.pdf
|-- The Art of War.txt
|-- The Edda
|   `-- 18947-h.htm
|-- Tutorials
|   |-- ScalaTutorial.pdf
|   |-- daume02yaht.pdf
|   `-- haskell-98-tutorial.pdf
|-- Union-find problem is linear.pdf
|-- Working Effectively with Legacy Code.pdf
|-- WorkingEffectivelyWithLegacyCode.pdf
|-- XSLT 1.0
|   |-- Oreilly.Learning.XSLT.eBook-LiB.chm
|   |-- PHP.XML.and.Web.Services.Mar.2006_(xslt_chap_10).pdf
|   `-- XML - XSLT and XPATH - A Guide to XML Transformations - Prentice Hall - 2001.chm
|-- activerecord_cheatsheet.pdf
|-- awk.cheat.sheet.pdf
|-- awk.cheat.sheet.txt
|-- books
|   |-- BetterBuildsWithMaven.pdf
|   `-- www.djangobook.com
|       `-- en
|           `-- 1.0
|               |-- appendixA
|               |   `-- index.html
|               |-- appendixB
|               |   `-- index.html
|               |-- appendixC
|               |   `-- index.html
|               |-- appendixD
|               |   `-- index.html
|               |-- appendixE
|               |   `-- index.html
|               |-- appendixG
|               |   `-- index.html
|               |-- appendixH
|               |   `-- index.html
|               |-- chapter01
|               |   `-- index.html
|               |-- chapter02
|               |   `-- index.html
|               |-- chapter03
|               |   `-- index.html
|               |-- chapter04
|               |   `-- index.html
|               |-- chapter05
|               |   `-- index.html
|               |-- chapter06
|               |   `-- index.html
|               |-- chapter07
|               |   `-- index.html
|               |-- chapter08
|               |   `-- index.html
|               |-- chapter09
|               |   `-- index.html
|               |-- chapter10
|               |   `-- index.html
|               |-- chapter11
|               |   `-- index.html
|               |-- chapter12
|               |   `-- index.html
|               |-- chapter13
|               |   `-- index.html
|               |-- chapter14
|               |   `-- index.html
|               |-- chapter15
|               |   `-- index.html
|               |-- chapter16
|               |   `-- index.html
|               |-- chapter17
|               |   `-- index.html
|               |-- chapter18
|               |   `-- index.html
|               |-- chapter19
|               |   `-- index.html
|               |-- chapter20
|               |   `-- index.html
|               `-- index.html
|-- creation_museum_guide.pdf
|-- crockford-good-parts-ch-5.pdf
|-- diveintogreasemonkey-2005-05-09
|   |-- README.txt
|   |-- advanced
|   |   |-- compiler.html
|   |   |-- gm_getvalue.html
|   |   |-- gm_registermenucommand.html
|   |   |-- gm_xmlhttprequest.html
|   |   `-- index.html
|   |-- api
|   |   |-- gm_getvalue.html
|   |   |-- gm_log.html
|   |   |-- gm_registermenucommand.html
|   |   |-- gm_setvalue.html
|   |   |-- gm_xmlhttprequest.html
|   |   `-- index.html
|   |-- appendix
|   |   |-- colophon.html
|   |   |-- examples.html
|   |   |-- furtherreading.html
|   |   |-- history.html
|   |   |-- procedures.html
|   |   `-- tips.html
|   |-- behaviors
|   |   |-- js-highlight.htc
|   |   `-- moz-behaviors.xml
|   |-- casestudy
|   |   |-- accessbar.html
|   |   |-- aintitreadable.html
|   |   |-- bloglinesautoload.html
|   |   |-- dumbquotes.html
|   |   |-- frownies.html
|   |   |-- gmailsecure.html
|   |   |-- index.html
|   |   |-- offsiteblank.html
|   |   `-- zoomtextarea.html
|   |-- css
|   |   |-- dig.css
|   |   |-- empty.css
|   |   `-- modern.css
|   |-- debug
|   |   |-- dom-inspector.html
|   |   |-- gm_log.html
|   |   |-- index.html
|   |   |-- javascript-console.html
|   |   |-- javascript-shell.html
|   |   `-- other.html
|   |-- examples
|   |   |-- accessbar.user.js
|   |   |-- aintitreadable.user.js
|   |   |-- antidisabler.user.js
|   |   |-- betterdir.user.js
|   |   |-- blogdex-display-title.user.js
|   |   |-- bloglines-autoload.user.js
|   |   |-- cdreadable.user.js
|   |   |-- dumbquotes.user.js
|   |   |-- forceget.user.js
|   |   |-- frownies.user.js
|   |   |-- gmailsecure.user.js
|   |   |-- gmlog.user.js
|   |   |-- helloworld.user.js
|   |   |-- lip.user.js
|   |   |-- offsiteblank.user.js
|   |   |-- rottenreviews.user.js
|   |   |-- rottenskip.user.js
|   |   |-- salonautopass.user.js
|   |   |-- stopthepresses.user.js
|   |   |-- trapsubmit.user.js
|   |   |-- unstyle.user.js
|   |   `-- zoomtextarea.user.js
|   |-- helloworld
|   |   |-- code.html
|   |   |-- divein.html
|   |   |-- editing.html
|   |   |-- index.html
|   |   `-- metadata.html
|   |-- images
|   |   |-- caution.png
|   |   |-- important.png
|   |   |-- install-gm.jpg
|   |   |-- note.png
|   |   |-- permalink.gif
|   |   |-- radio-star.png
|   |   |-- shadow.gif
|   |   |-- shadow2.gif
|   |   |-- shadowAlpha.png
|   |   |-- tip.png
|   |   `-- warning.png
|   |-- install
|   |   |-- greasemonkey.html
|   |   |-- index.html
|   |   |-- manage.html
|   |   |-- userscript.html
|   |   `-- what-is-greasemonkey.html
|   |-- license
|   |   |-- gpl-how-to-apply.html
|   |   |-- gpl-preamble.html
|   |   |-- gpl-terms-and-conditions.html
|   |   `-- gpl.html
|   |-- patterns
|   |   |-- add-css.html
|   |   |-- add-image.html
|   |   |-- case-insensitive.html
|   |   |-- domain.html
|   |   |-- element-exists.html
|   |   |-- function-exists.html
|   |   |-- get-domain.html
|   |   |-- getcomputedstyle.html
|   |   |-- index.html
|   |   |-- innerhtml.html
|   |   |-- insert-after.html
|   |   |-- insert-before.html
|   |   |-- intercept-clicks.html
|   |   |-- iterate-every-element.html
|   |   |-- iterate-one-element.html
|   |   |-- match-attribute.html
|   |   |-- onload.html
|   |   |-- override-method.html
|   |   |-- parse-xml.html
|   |   |-- redirect.html
|   |   |-- remove-element.html
|   |   |-- replace-element.html
|   |   |-- rewrite-link.html
|   |   `-- set-style.html
|   `-- toc
|       `-- index.html
|-- ed.text.editor.cheat.sheet.pdf
|-- ed.unix.text.editor.cheat.sheet.txt
|-- gnupg-manual.ps
|-- import_international_last_version.numbers
|   |-- Contents
|   |   `-- PkgInfo
|   |-- QuickLook
|   |   `-- Thumbnail.jpg
|   |-- document-thumbnail.tiff
|   `-- index.xml.gz
|-- links
|   |--  Bookmarks  
|   |-- Books
|   |   `-- A Scheme bookshelf \302\253 programming musings.webloc
|   |-- Coders at Work.webloc
|   |-- Computer Science
|   |   |-- Coding Horror- Escaping From Gilligan's Island.webloc
|   |   |-- Continuations and delimited control.webloc
|   |   |-- How To Design A Good API and Why it Matters.webloc
|   |   |-- Physicist Amok \302\273 Blog Archive \302\273 Tarvid's Laws.webloc
|   |   `-- Stevey's Home Page - Singleton Considered Stupid\302\240.webloc
|   |-- Cool Tricks
|   |   |-- Household Chemistry.webloc
|   |   `-- instructables - Arduino Orb Build Warden - step 2.webloc
|   |-- Emacs
|   |   |-- A Tutorial Introduction to Emacs.webloc
|   |   |-- Bill Clementson's Blog- Emacs GeekTool.webloc
|   |   |-- Carbon Emacs Package.webloc
|   |   |-- Emacs and eev, or- How to Automate Almost Everything.webloc
|   |   |-- Simple window configuration management \302\253 minor emacs wizardry.webloc
|   |   |-- Stevey's Home Page - Effective Emacs\302\240.webloc
|   |   `-- n- highlight-tail.el.webloc
|   |-- Games
|   |   |-- I want to get more into GBA gaming...GBA SP or GBM? - NeoGAF.webloc
|   |   |-- Nintendo DS -2nd Half 2007- - NeoGAF.webloc
|   |   |-- Oscuro's Oblivion Overhaul, The Elder Scrolls 4 Downloads, The Elder Scrolls 4 Huge Mods.webloc
|   |   |-- Things you didn't know about Twilight Princess - NeoGAF.webloc
|   |   `-- smashingjump.free.fr:.webloc
|   |-- Graphics
|   |   `-- \302\273 4 Easy Photoshop Techniques to Make Your Pictures Pop!.webloc
|   |-- Icon^M
|   |-- Languages
|   |   |-- DotNet
|   |   |   `-- FileHelpers Library 2.0 - Marcos Meli.webloc
|   |   |-- Erlang
|   |   |   |-- Erlang example programs.webloc
|   |   |   |-- Erlang:OTP Articles, Papers and Presentations From Erlang Training and Consulting Ltd..webloc
|   |   |   |-- Literal XML in Erlang with parse_transform:2 - hyperstruct.webloc
|   |   |   |-- On Erlang- Getting to know erlang-mode.webloc
|   |   |   |-- erlware - next generation distributed software- Why use a standard builsystem? (Well structured OTP applications).webloc
|   |   |   `-- sinan - OTP-centric build system.webloc
|   |   |-- Haskell
|   |   |   |-- Haskell Study Plan.webloc
|   |   |   |-- Haskell for C Programmers.webloc
|   |   |   |-- Libraries and tools:Compilers and interpreters - HaskellWiki.webloc
|   |   |   |-- Neil Mitchell's Haskell Blog- Writing code by types.webloc
|   |   |   |-- Nub Games \302\273 Writing a Simple Search Engine in Haskell- Part 1 \342\200\224 Maybe and List.webloc
|   |   |   `-- Write Yourself a Scheme in 48 hours.webloc
|   |   |-- Introducing Behaviour Driven Development.webloc
|   |   |-- Java
|   |   |   `-- raganwald- Rails-style creators in Java, or, how I learned to stop worrying and love anonymous inner classes.webloc
|   |   |-- Javascript
|   |   |   |-- A JavaScript Module Pattern \302\273 Yahoo! User Interface Blog.webloc
|   |   |   `-- Douglas Crockford's Javascript links.webloc
|   |   |-- Python & Django
|   |   |   |-- -gnuvince.net \302\273 Blog Archive \302\273 Some Django tips.webloc
|   |   |   |-- Elixir - Examples.webloc
|   |   |   |-- Irrational Exuberance \302\273 Part 1- Django and Ajax- Introduction and Setup.webloc
|   |   |   |-- Keep your Django:mod_python memory usage down.webloc
|   |   |   |-- PyS60 Tutorial Menu.webloc
|   |   |   |-- Pygments \342\200\224 Python syntax highlighter.webloc
|   |   |   |-- Pythonic Encapsulation Strikes Back \302\253 Important Shock.webloc
|   |   |   |-- http-::toys.jacobian.org:presentations:2007:pycon:tutorials:beginning:.webloc
|   |   |   `-- jacobian.org - Django projects.webloc
|   |   |-- Scala
|   |   |   `-- \316\273 Tony\342\200\231s blog \316\273 \302\273 Blog Archive \302\273 The Power of Type-classes with Scala implicit defs.webloc
|   |   |-- Smalltalk
|   |   |   |-- Finding Code in Squeak.webloc
|   |   |   |-- On the Smalltalk Browser.webloc
|   |   |   `-- Smalltalk Tidbits, Industry Rants.webloc
|   |   `-- While writing YAQL I accidentally discovered Lisp.webloc
|   |-- Mercurial
|   |   |-- Bill de hO\314\201ra- Mercurial, Part II- setting up Mercurial on TextDrive.webloc
|   |   `-- Configuring Mercurial over HTTP.webloc
|   |-- OSX & ZFS
|   |   |-- '[zfs-discuss] Mac OS X.5 "Leopard"- zfs works; sudo kextload' - MARC.webloc
|   |   |-- Does ZFS Obsolete Expensive NAS:SANs?.webloc
|   |   |-- Magical Macintosh Key Sequences.webloc
|   |   `-- ZFS on a laptop?.webloc
|   |-- OpenBSD & pf
|   |   |-- Firewalling with OpenBSD's PF packet filter references.webloc
|   |   `-- Sys Admin > v13, i03- Monitoring Net Traffic with OpenBSD's Packet Filter.webloc
|   |-- Religion & Science
|   |   |-- "Islam is not much more than a rather obvious and ill-arranged set of plagiarisms." - By Christopher Hitchens - Slate Magazine.webloc
|   |   |-- E&S - useless body parts.webloc
|   |   |-- ORDER OF THE SCIENCE SCOUTS OF EXEMPLARY REPUTE AND ABOVE AVERAGE PHYSIQUE.webloc
|   |   |-- Pharyngula- A brief history of disbelief.webloc
|   |   |-- Pharyngula- A man after my own heart at Iowa State.webloc
|   |   |-- Questions Your Pastor Will Hate.webloc
|   |   |-- Religious Right Bumper Stickers.webloc
|   |   `-- The People's Republic Of Newport- The myth of an atheist Hitler.webloc
|   |-- Shell
|   |   |-- LSOF.webloc
|   |   `-- SEOmoz | Web Developers- 13 Command Line Tricks You Might Not Know.webloc
|   |-- Software
|   |   `-- Jakob Montrasio\342\200\231s Net. \302\273 Blog Archive \302\273 My computer, my programs..webloc
|   |-- Web
|   |   |-- 9 Expert CSS Ideas You Should Think Twice About Before Using :: Communique\314\201 [iMarc].webloc
|   |   |-- Bruce Lawson\342\200\231s personal site\302\240 - On the WCAG Samurai errata.webloc
|   |   |-- Joe Gregorio | BitWorking | RESTify DayTrader.webloc
|   |   |-- NearlyFreeSpeech hosting.webloc
|   |   |-- Pagination 101 - KuraFire Network.webloc
|   |   `-- WCAG Samurai Errata for WCAG 1.0.webloc
|   |-- others
|   |   |-- Achat d'un appartement.webloc
|   |   |-- Hack Your Work 23 Ways to Get Ahead, Work Less and Achieve More.webloc
|   |   |-- How To Dress Like a Man by Jeffrey A. Tucker.webloc
|   |   |-- IO Benchmarking how, why, with what.webloc
|   |   |-- Inside the Monkeysphere.webloc
|   |   |-- Neatorama \302\273 Blog Archive \302\273 11 Most Important Philosophical Quotations..webloc
|   |   |-- Picasa Albums Web - Tremechan - martine.webloc
|   |   |-- Security Monkey.webloc
|   |   |-- TMMK -|- Toyota Georgetown.webloc
|   |   |-- The Lucifer Effect by Philip Zimbardo.webloc
|   |   |-- XKCD duplications.webloc
|   |   |-- goats- the store - t-shirts.webloc
|   |   |-- teideal glic deisbhe\314\201alach \302\273 Blog Archive \302\273 Anatol Rapaport on argument.webloc
|   |   `-- thisisby.us - How to keep Obnoxious Kids : Crying Babies from Bugging You!, by Oogly.webloc
|   `-- tosort
|       |-- Anti-Grain Geometry - Texts Rasterization Exposures.webloc
|       |-- Argument pour refuter la the\314\201orie de Darwin - Sciences - Discussions - FORUM HardWare.fr.webloc
|       |-- Coding Horror- Speeding Up Your PC's Boot Time.webloc
|       |-- Erlang Community - Building a Non-blocking TCP server using OTP principles - Trapexit.webloc
|       |-- InfoQ- Code Organization Guidelines for Large Code Bases.webloc
|       |-- JAM Software - Windows Freeware.webloc
|       |-- Primeval C- two very early compilers.webloc
|       |-- Upside-Down-Ternet.webloc
|       |-- WidSets Beta.webloc
|       |-- WinDirStat - Windows Directory Statistics.webloc
|       |-- Wondermark by David Malki ! - An Illustrated Jocularity..webloc
|       |-- YouTube - \346\202\243\351\203\250\343\201\246\343\202\231\346\255\242\343\201\276\343\201\243\343\201\246\343\201\231\343\201\217\343\202\231\346\272\266\343\201\221\343\202\213\357\275\236\347\213\202\346\260\227\343\201\256\345\204\252\346\233\207\350\217\257\351\231\242.webloc
|       |-- coucoucircus.org - cartoon opening:ending.webloc
|       |-- raganwald- Three tips for getting a job through a recruiter.webloc
|       `-- \320\244\320\276\321\202\320\276- \320\234\320\265\320\263\320\260\320\275 \320\244\320\276\320\272\321\201.webloc
|-- mnee-antipatterns.pdf
|-- mnee-patterns.pdf
|-- mnee-story2.pdf
|-- mxDateTime.pdf
|-- postgresql-8.3-A4.pdf
|-- rails_files_cheatsheet.pdf
|-- sed.stream.editor.cheat.sheet.pdf
|-- sed.stream.editor.cheat.sheet.txt
|-- sweeny.pdf
|-- texts
|   |-- # Cale- I spent a whole summ.textClipping
|   |-- # Ctrl-x 2-  split-window-ve.textClipping
|   |-- # fill-paragraph (Alt-p) -- .textClipping
|   |-- Alt-t. It has two uses- swap.textClipping
|   |-- Any fool can write code that.textClipping
|   |-- Bourbaki.textClipping
|   |-- Debug only code - comments c.textClipping
|   |-- Don't use the computer to do.textClipping
|   |-- Flock of Dodos- Behind Moder.textClipping
|   |-- Get your data structures cor.textClipping
|   |-- God is my pair programmer.textClipping
|   |-- Good judgement comes from ex.textClipping
|   |-- Icon^M
|   |-- If you have too many special.textClipping
|   |-- If you lie to the computer, .textClipping
|   |-- Inside of every large progra.textClipping
|   |-- Let's say we want to put a r.textClipping
|   |-- M-x info, which brings up Em.textClipping
|   |-- Mel Brooks- "History Of The .textClipping
|   |-- Monkey Girl- Evolution, Educ.textClipping
|   |-- Princess Septie\314\200me Loderia, f.textClipping
|   |-- Testing can show the presenc.textClipping
|   |-- The cheapest, fastest, and m.textClipping
|   |-- The fastest algorithm can fr.textClipping
|   |-- The first step in fixing a b.textClipping
|   |-- [Thompson's Rule for first-t.textClipping
|   `-- use M-x describe-key, and th.textClipping
`-- xslt
    |-- Exemples
    |   |-- XML TP
    |   |   |-- personnes.xml
    |   |   |-- personnes.xsl
    |   |   `-- style.css
    |   |-- XSLT 1.0-1.1
    |   |   |-- Concert.xml
    |   |   |-- Concert.xsl
    |   |   |-- Film.xsl
    |   |   |-- Film2.xsl
    |   |   |-- Films.xml
    |   |   |-- Films2.xml
    |   |   |-- personnes.xml
    |   |   |-- regroupement.xml
    |   |   `-- regroupement.xsl
    |   `-- XSLT 2.0
    |       |-- functionXSLT2.xsl
    |       |-- regroupementXSLT2.xml
    |       |-- regroupentXSLT2.xsl
    |       |-- sample1.xml
    |       `-- staff.xsd
    |-- Pre\314\201sentation XML-XSLT.ppt
    |-- Tools
    |   |-- XPathAnalyzer
    |   |   |-- Results
    |   |   |   |-- inventory.xml
    |   |   |   `-- test.xml
    |   |   |-- XPathAnalyzer.hta
    |   |   |-- css
    |   |   |   `-- tabstrip.css
    |   |   |-- defaultss.xslt
    |   |   |-- dom.htm
    |   |   |-- editable2.xsl
    |   |   |-- frameset.htm
    |   |   |-- images
    |   |   |   |-- Thumbs.db
    |   |   |   |-- app.ico
    |   |   |   |-- favorites.gif
    |   |   |   |-- go.gif
    |   |   |   |-- home_icon.gif
    |   |   |   |-- icon.png
    |   |   |   |-- tab_grip.gif
    |   |   |   `-- x.gif
    |   |   |-- install_parser.hta
    |   |   |-- results.htm
    |   |   `-- tabstrip.htc
    |   `-- XPathAnalyzer.hta.lnk
    `-- document de re\314\201fe\314\201rence
        |-- xb-ins.pdf
        `-- xb-ref.pdf
 
94 directories, 523 files



 
 
boobs


---------------
When it comes to business/legal topics, just assume almost everyone commenting has no idea what they’re taking about and have no background in these subjects because that’s how it really is. Harkonnen 8-> Elmoricq 8====>
n°1765940
Shinuza
This is unexecpected
Posté le 28-07-2008 à 16:28:16  profilanswer
 

masklinn a écrit :


.
|--  Documents  
|-- 90 minutes scheme to C compiler.pdf
|-- A Field Guide to Genetic Programming.pdf
|-- Achieving High Performances in Mercurial.pdf
|-- Colloquy Transcripts
|   |-- ##helenthomasflowers 25-04-2008.colloquyTranscript
|   |-- #bots 15-02-2008.colloquyTranscript
|   |-- #darcs 09-04-2008.colloquyTranscript
|   |-- #django 02-04-2008.colloquyTranscript
|   |-- #django 08-05-2008.colloquyTranscript
|   |-- #django 10-04-2008.colloquyTranscript
|   |-- #django 10-05-2008.colloquyTranscript
|   |-- #django 14-04-2008.colloquyTranscript
|   |-- #django 16-07-2008.colloquyTranscript
|   |-- #django 19-02-2008.colloquyTranscript
|   |-- #django 21-03-2008.colloquyTranscript
|   |-- #django 23-04-2008.colloquyTranscript
|   |-- #django 25-02-2008.colloquyTranscript
|   |-- #erlang 02-04-2008.colloquyTranscript
|   |-- #erlang 08-05-2008.colloquyTranscript
|   |-- #erlang 10-04-2008.colloquyTranscript
|   |-- #erlang 10-05-2008.colloquyTranscript
|   |-- #erlang 14-04-2008.colloquyTranscript
|   |-- #erlang 16-07-2008.colloquyTranscript
|   |-- #erlang 17-04-2008.colloquyTranscript
|   |-- #erlang 19-02-2008.colloquyTranscript
|   |-- #erlang 21-03-2008.colloquyTranscript
|   |-- #erlang 23-04-2008.colloquyTranscript
|   |-- #erlang 25-02-2008.colloquyTranscript
|   |-- #haskell 02-04-2008.colloquyTranscript
|   |-- #haskell 08-05-2008.colloquyTranscript
|   |-- #haskell 10-04-2008.colloquyTranscript
|   |-- #haskell 10-05-2008.colloquyTranscript
|   |-- #haskell 14-04-2008.colloquyTranscript
|   |-- #haskell 16-07-2008.colloquyTranscript
|   |-- #haskell 19-02-2008.colloquyTranscript
|   |-- #haskell 21-03-2008.colloquyTranscript
|   |-- #haskell 23-04-2008.colloquyTranscript
|   |-- #haskell 25-02-2008.colloquyTranscript
|   |-- #mercurial 02-04-2008.colloquyTranscript
|   |-- #mercurial 08-05-2008.colloquyTranscript
|   |-- #mercurial 10-04-2008.colloquyTranscript
|   |-- #mercurial 10-05-2008.colloquyTranscript
|   |-- #mercurial 14-04-2008.colloquyTranscript
|   |-- #mercurial 16-07-2008.colloquyTranscript
|   |-- #mercurial 19-02-2008.colloquyTranscript
|   |-- #mercurial 21-03-2008.colloquyTranscript
|   |-- #mercurial 23-04-2008.colloquyTranscript
|   |-- #mercurial 25-02-2008.colloquyTranscript
|   |-- #shoes 14-04-2008.colloquyTranscript
|   |-- #shoes 23-04-2008.colloquyTranscript
|   `-- #spring 16-07-2008.colloquyTranscript
|-- Color Escape Character.pdf
|-- DTrace User Guide.pdf
|-- DotNet Standard Query Operators.doc
|-- ErlangHandbook.doc
|-- Functional Programming at Linspire.pdf
|-- Generator tricks for system programmers.pdf
|-- Git from the Bottom Up.pdf
|-- Knuth letter.pdf
|-- Notesheet-Emacs.pdf
|-- Papers
|   |--  normal  
|   |-- A history of Haskell - Being lazy with class.pdf
|   |-- A tutorial on the universality and expressiveness of fold.pdf
|   |-- Beautiful Concurrency.ps
|   |-- Bitstream programming in Erlang.pdf
|   |-- Call with Current Continuation patterns.pdf
|   |-- Communicating Sequential Processes (Hoare).pdf
|   |-- Comparing Approaches to Generic Programming in Haskell.pdf
|   |-- Comprehending Queries.pdf
|   |-- Concurrency-and-Erlang.pdf
|   |-- Continuous Testing.pdf
|   |-- Dynamic Applications from the ground up.pdf
|   |-- Efficient Clustering of High Dimensional Datasets.pdf
|   |-- Essential language support for Generic Programming.pdf
|   |-- Functional Pearls - Implicit Configuration.pdf
|   |-- Functional Pearls - The Zipper (Huet).pdf
|   |-- Hints on Programming Language Design (Hoare).pdf
|   |-- IEEE-Demystifying_RESTful_Data_Coupling.pdf
|   |-- IEEE-Reliability_with_Erlang.pdf
|   |-- IEEE-Serendipitous_Reuse.pdf
|   |-- Implementing an XSLT processor for HXT.pdf
|   |-- Informations Theory, Inference, and Learning Algorithms.pdf
|   |-- Introduction to Quilt.pdf
|   |-- Introduction to statistical thought.pdf
|   |-- Kitzmiller
|   |   |-- 2005_0926_day1_am.pdf
|   |   |-- 2005_0926_day1_pm.pdf
|   |   |-- 2005_0927_day2_am.pdf
|   |   |-- 2005_0927_day2_pm.pdf
|   |   |-- 2005_0928_day3_am.pdf
|   |   |-- 2005_0928_day3_pm.pdf
|   |   |-- 2005_0929_day4_am.pdf
|   |   |-- 2005_0929_day4_pm.pdf
|   |   |-- 2005_0930_day5_pm.pdf
|   |   |-- 2005_1005_day6_am.pdf
|   |   |-- 2005_1005_day6_pm.pdf
|   |   |-- 2005_1006_day7_am.pdf
|   |   |-- 2005_1006_day7_pm.pdf
|   |   |-- 2005_1012_day8_am.pdf
|   |   |-- 2005_1012_day8_pm.pdf
|   |   |-- 2005_1014_day9_am.pdf
|   |   |-- 2005_1014_day9_pm.pdf
|   |   |-- 2005_1017_day10_am.pdf
|   |   |-- 2005_1017_day10_pm.pdf
|   |   |-- 2005_1018_day11_am.pdf
|   |   |-- 2005_1018_day11_pm.pdf
|   |   |-- 2005_1019_day12_am.pdf
|   |   |-- 2005_1019_day12_pm.pdf
|   |   |-- 2005_1020_day13_pm.pdf
|   |   |-- 2005_1021_day14_am.pdf
|   |   |-- 2005_1021_day14_pm.pdf
|   |   |-- 2005_1024_day15_am.pdf
|   |   |-- 2005_1024_day15_pm.pdf
|   |   |-- 2005_1027_day16_am.pdf
|   |   |-- 2005_1027_day16_pm.pdf
|   |   |-- 2005_1028_day17_am.pdf
|   |   |-- 2005_1031_day18_am.pdf
|   |   |-- 2005_1031_day18_pm.pdf
|   |   |-- 2005_1102_day19_am.pdf
|   |   |-- 2005_1102_day19_pm.pdf
|   |   |-- 2005_1103_day20_am.pdf
|   |   |-- 2005_1103_day20_pm.pdf
|   |   |-- 2005_1104_day21_am.pdf
|   |   |-- 2005_1104_day21_pm.pdf
|   |   |-- index.html
|   |   |-- index.php
|   |   |-- index.php?getimage=asc
|   |   |-- index.php?path=trans%2F
|   |   |-- index.php?sort=name&order=desc&path=trans%2F
|   |   `-- index.php?sort=size&path=trans%2F
|   |-- Living in Emacs.pdf
|   |-- Making reliable distributed systems in the presence of software errors.pdf
|   |-- Modular Lazy Search for Constraint Satisfaction.pdf
|   |-- Monadic Parser Combinators.pdf
|   |-- Monads for Functional Programming.pdf
|   |-- Nested Data parallelism.pdf
|   |-- On Perpendicular Textures.pdf
|   |-- On the Internet, nobody knows you're a lambda.pdf
|   |-- Parameterized modules in Erlang.pdf
|   |-- Post-election Audits - Restoring Trust in Elections.pdf
|   |-- Programming_Erlang.pdf
|   |-- Proving Conway's Lost Cosmological Theorem.pdf
|   |-- Purely Functional Data Structures.pdf
|   |-- Rails under the knife.pdf
|   |-- Rethinking the Progress Bar.pdf
|   |-- Robust De-Anonymization of Large Datasets.pdf
|   |-- RubyOnRails-Cheatsheet-BlaineKendall.pdf
|   |-- Source Code Review of the Diebold Voting System.pdf
|   |-- Source Code Review of the Hart InterCivic Voting System.pdf
|   |-- Source Code Review of the Sequoia Voting System.pdf
|   |-- Tales of Application Compatibility.pdf
|   |-- The Derivative of a Regular Type is its Type of One-Hole Contexts.pdf
|   |-- The Development of the Emerald Programming Language.pdf
|   |-- The Evolution of Lua.pdf
|   |-- The Evolutionary Origin of Complex Features
|   |   |-- Nature03_Complex.pdf
|   |   |-- Supp1.pdf
|   |   |-- Supp2.pdf
|   |   |-- Supp3.pdf
|   |   `-- Supp4.pdf
|   |-- The FL Project design of a functional language .ps
|   |-- The Paradigms of Programing.pdf
|   |-- The anatomy of a Loop.pdf
|   |-- The role of the study of programming languages.pdf
|   |-- Website Attack Guide.pdf
|   |-- Why the Plan 9 distributed system matters.pdf
|   |-- beautiful_concurrency_STM.pdf
|   |-- concurrent-haskell.ps
|   |-- django-master-class.pdf
|   |-- doing-local-right4543.pdf
|   |-- patch (1) considered hamful.pdf
|   `-- rpython.pdf
|-- Processing
|-- PyCon2004DocTestUnit.pdf
|-- Rails Forms helpers.pdf
|-- Refuctoring.pdf
|-- SQLAlchemy 0.4 and beyond.pdf
|-- Solaris Dynamic Tracing Guide.pdf
|-- TestDrivenDevelopmentInPython.pdf
|-- The Art of War.txt
|-- The Edda
|   `-- 18947-h.htm
|-- Tutorials
|   |-- ScalaTutorial.pdf
|   |-- daume02yaht.pdf
|   `-- haskell-98-tutorial.pdf
|-- Union-find problem is linear.pdf
|-- Working Effectively with Legacy Code.pdf
|-- WorkingEffectivelyWithLegacyCode.pdf
|-- XSLT 1.0
|   |-- Oreilly.Learning.XSLT.eBook-LiB.chm
|   |-- PHP.XML.and.Web.Services.Mar.2006_(xslt_chap_10).pdf
|   `-- XML - XSLT and XPATH - A Guide to XML Transformations - Prentice Hall - 2001.chm
|-- activerecord_cheatsheet.pdf
|-- awk.cheat.sheet.pdf
|-- awk.cheat.sheet.txt
|-- books
|   |-- BetterBuildsWithMaven.pdf
|   `-- www.djangobook.com
|       `-- en
|           `-- 1.0
|               |-- appendixA
|               |   `-- index.html
|               |-- appendixB
|               |   `-- index.html
|               |-- appendixC
|               |   `-- index.html
|               |-- appendixD
|               |   `-- index.html
|               |-- appendixE
|               |   `-- index.html
|               |-- appendixG
|               |   `-- index.html
|               |-- appendixH
|               |   `-- index.html
|               |-- chapter01
|               |   `-- index.html
|               |-- chapter02
|               |   `-- index.html
|               |-- chapter03
|               |   `-- index.html
|               |-- chapter04
|               |   `-- index.html
|               |-- chapter05
|               |   `-- index.html
|               |-- chapter06
|               |   `-- index.html
|               |-- chapter07
|               |   `-- index.html
|               |-- chapter08
|               |   `-- index.html
|               |-- chapter09
|               |   `-- index.html
|               |-- chapter10
|               |   `-- index.html
|               |-- chapter11
|               |   `-- index.html
|               |-- chapter12
|               |   `-- index.html
|               |-- chapter13
|               |   `-- index.html
|               |-- chapter14
|               |   `-- index.html
|               |-- chapter15
|               |   `-- index.html
|               |-- chapter16
|               |   `-- index.html
|               |-- chapter17
|               |   `-- index.html
|               |-- chapter18
|               |   `-- index.html
|               |-- chapter19
|               |   `-- index.html
|               |-- chapter20
|               |   `-- index.html
|               `-- index.html
|-- creation_museum_guide.pdf
|-- crockford-good-parts-ch-5.pdf
|-- diveintogreasemonkey-2005-05-09
|   |-- README.txt
|   |-- advanced
|   |   |-- compiler.html
|   |   |-- gm_getvalue.html
|   |   |-- gm_registermenucommand.html
|   |   |-- gm_xmlhttprequest.html
|   |   `-- index.html
|   |-- api
|   |   |-- gm_getvalue.html
|   |   |-- gm_log.html
|   |   |-- gm_registermenucommand.html
|   |   |-- gm_setvalue.html
|   |   |-- gm_xmlhttprequest.html
|   |   `-- index.html
|   |-- appendix
|   |   |-- colophon.html
|   |   |-- examples.html
|   |   |-- furtherreading.html
|   |   |-- history.html
|   |   |-- procedures.html
|   |   `-- tips.html
|   |-- behaviors
|   |   |-- js-highlight.htc
|   |   `-- moz-behaviors.xml
|   |-- casestudy
|   |   |-- accessbar.html
|   |   |-- aintitreadable.html
|   |   |-- bloglinesautoload.html
|   |   |-- dumbquotes.html
|   |   |-- frownies.html
|   |   |-- gmailsecure.html
|   |   |-- index.html
|   |   |-- offsiteblank.html
|   |   `-- zoomtextarea.html
|   |-- css
|   |   |-- dig.css
|   |   |-- empty.css
|   |   `-- modern.css
|   |-- debug
|   |   |-- dom-inspector.html
|   |   |-- gm_log.html
|   |   |-- index.html
|   |   |-- javascript-console.html
|   |   |-- javascript-shell.html
|   |   `-- other.html
|   |-- examples
|   |   |-- accessbar.user.js
|   |   |-- aintitreadable.user.js
|   |   |-- antidisabler.user.js
|   |   |-- betterdir.user.js
|   |   |-- blogdex-display-title.user.js
|   |   |-- bloglines-autoload.user.js
|   |   |-- cdreadable.user.js
|   |   |-- dumbquotes.user.js
|   |   |-- forceget.user.js
|   |   |-- frownies.user.js
|   |   |-- gmailsecure.user.js
|   |   |-- gmlog.user.js
|   |   |-- helloworld.user.js
|   |   |-- lip.user.js
|   |   |-- offsiteblank.user.js
|   |   |-- rottenreviews.user.js
|   |   |-- rottenskip.user.js
|   |   |-- salonautopass.user.js
|   |   |-- stopthepresses.user.js
|   |   |-- trapsubmit.user.js
|   |   |-- unstyle.user.js
|   |   `-- zoomtextarea.user.js
|   |-- helloworld
|   |   |-- code.html
|   |   |-- divein.html
|   |   |-- editing.html
|   |   |-- index.html
|   |   `-- metadata.html
|   |-- images
|   |   |-- caution.png
|   |   |-- important.png
|   |   |-- install-gm.jpg
|   |   |-- note.png
|   |   |-- permalink.gif
|   |   |-- radio-star.png
|   |   |-- shadow.gif
|   |   |-- shadow2.gif
|   |   |-- shadowAlpha.png
|   |   |-- tip.png
|   |   `-- warning.png
|   |-- install
|   |   |-- greasemonkey.html
|   |   |-- index.html
|   |   |-- manage.html
|   |   |-- userscript.html
|   |   `-- what-is-greasemonkey.html
|   |-- license
|   |   |-- gpl-how-to-apply.html
|   |   |-- gpl-preamble.html
|   |   |-- gpl-terms-and-conditions.html
|   |   `-- gpl.html
|   |-- patterns
|   |   |-- add-css.html
|   |   |-- add-image.html
|   |   |-- case-insensitive.html
|   |   |-- domain.html
|   |   |-- element-exists.html
|   |   |-- function-exists.html
|   |   |-- get-domain.html
|   |   |-- getcomputedstyle.html
|   |   |-- index.html
|   |   |-- innerhtml.html
|   |   |-- insert-after.html
|   |   |-- insert-before.html
|   |   |-- intercept-clicks.html
|   |   |-- iterate-every-element.html
|   |   |-- iterate-one-element.html
|   |   |-- match-attribute.html
|   |   |-- onload.html
|   |   |-- override-method.html
|   |   |-- parse-xml.html
|   |   |-- redirect.html
|   |   |-- remove-element.html
|   |   |-- replace-element.html
|   |   |-- rewrite-link.html
|   |   `-- set-style.html
|   `-- toc
|       `-- index.html
|-- ed.text.editor.cheat.sheet.pdf
|-- ed.unix.text.editor.cheat.sheet.txt
|-- gnupg-manual.ps
|-- import_international_last_version.numbers
|   |-- Contents
|   |   `-- PkgInfo
|   |-- QuickLook
|   |   `-- Thumbnail.jpg
|   |-- document-thumbnail.tiff
|   `-- index.xml.gz
|-- links
|   |--  Bookmarks  
|   |-- Books
|   |   `-- A Scheme bookshelf \302\253 programming musings.webloc
|   |-- Coders at Work.webloc
|   |-- Computer Science
|   |   |-- Coding Horror- Escaping From Gilligan's Island.webloc
|   |   |-- Continuations and delimited control.webloc
|   |   |-- How To Design A Good API and Why it Matters.webloc
|   |   |-- Physicist Amok \302\273 Blog Archive \302\273 Tarvid's Laws.webloc
|   |   `-- Stevey's Home Page - Singleton Considered Stupid\302\240.webloc
|   |-- Cool Tricks
|   |   |-- Household Chemistry.webloc
|   |   `-- instructables - Arduino Orb Build Warden - step 2.webloc
|   |-- Emacs
|   |   |-- A Tutorial Introduction to Emacs.webloc
|   |   |-- Bill Clementson's Blog- Emacs GeekTool.webloc
|   |   |-- Carbon Emacs Package.webloc
|   |   |-- Emacs and eev, or- How to Automate Almost Everything.webloc
|   |   |-- Simple window configuration management \302\253 minor emacs wizardry.webloc
|   |   |-- Stevey's Home Page - Effective Emacs\302\240.webloc
|   |   `-- n- highlight-tail.el.webloc
|   |-- Games
|   |   |-- I want to get more into GBA gaming...GBA SP or GBM? - NeoGAF.webloc
|   |   |-- Nintendo DS -2nd Half 2007- - NeoGAF.webloc
|   |   |-- Oscuro's Oblivion Overhaul, The Elder Scrolls 4 Downloads, The Elder Scrolls 4 Huge Mods.webloc
|   |   |-- Things you didn't know about Twilight Princess - NeoGAF.webloc
|   |   `-- smashingjump.free.fr:.webloc
|   |-- Graphics
|   |   `-- \302\273 4 Easy Photoshop Techniques to Make Your Pictures Pop!.webloc
|   |-- Icon^M
|   |-- Languages
|   |   |-- DotNet
|   |   |   `-- FileHelpers Library 2.0 - Marcos Meli.webloc
|   |   |-- Erlang
|   |   |   |-- Erlang example programs.webloc
|   |   |   |-- Erlang:OTP Articles, Papers and Presentations From Erlang Training and Consulting Ltd..webloc
|   |   |   |-- Literal XML in Erlang with parse_transform:2 - hyperstruct.webloc
|   |   |   |-- On Erlang- Getting to know erlang-mode.webloc
|   |   |   |-- erlware - next generation distributed software- Why use a standard builsystem? (Well structured OTP applications).webloc
|   |   |   `-- sinan - OTP-centric build system.webloc
|   |   |-- Haskell
|   |   |   |-- Haskell Study Plan.webloc
|   |   |   |-- Haskell for C Programmers.webloc
|   |   |   |-- Libraries and tools:Compilers and interpreters - HaskellWiki.webloc
|   |   |   |-- Neil Mitchell's Haskell Blog- Writing code by types.webloc
|   |   |   |-- Nub Games \302\273 Writing a Simple Search Engine in Haskell- Part 1 \342\200\224 Maybe and List.webloc
|   |   |   `-- Write Yourself a Scheme in 48 hours.webloc
|   |   |-- Introducing Behaviour Driven Development.webloc
|   |   |-- Java
|   |   |   `-- raganwald- Rails-style creators in Java, or, how I learned to stop worrying and love anonymous inner classes.webloc
|   |   |-- Javascript
|   |   |   |-- A JavaScript Module Pattern \302\273 Yahoo! User Interface Blog.webloc
|   |   |   `-- Douglas Crockford's Javascript links.webloc
|   |   |-- Python & Django
|   |   |   |-- -gnuvince.net \302\273 Blog Archive \302\273 Some Django tips.webloc
|   |   |   |-- Elixir - Examples.webloc
|   |   |   |-- Irrational Exuberance \302\273 Part 1- Django and Ajax- Introduction and Setup.webloc
|   |   |   |-- Keep your Django:mod_python memory usage down.webloc
|   |   |   |-- PyS60 Tutorial Menu.webloc
|   |   |   |-- Pygments \342\200\224 Python syntax highlighter.webloc
|   |   |   |-- Pythonic Encapsulation Strikes Back \302\253 Important Shock.webloc
|   |   |   |-- http-::toys.jacobian.org:presentations:2007:pycon:tutorials:beginning:.webloc
|   |   |   `-- jacobian.org - Django projects.webloc
|   |   |-- Scala
|   |   |   `-- \316\273 Tony\342\200\231s blog \316\273 \302\273 Blog Archive \302\273 The Power of Type-classes with Scala implicit defs.webloc
|   |   |-- Smalltalk
|   |   |   |-- Finding Code in Squeak.webloc
|   |   |   |-- On the Smalltalk Browser.webloc
|   |   |   `-- Smalltalk Tidbits, Industry Rants.webloc
|   |   `-- While writing YAQL I accidentally discovered Lisp.webloc
|   |-- Mercurial
|   |   |-- Bill de hO\314\201ra- Mercurial, Part II- setting up Mercurial on TextDrive.webloc
|   |   `-- Configuring Mercurial over HTTP.webloc
|   |-- OSX & ZFS
|   |   |-- '[zfs-discuss] Mac OS X.5 "Leopard"- zfs works; sudo kextload' - MARC.webloc
|   |   |-- Does ZFS Obsolete Expensive NAS:SANs?.webloc
|   |   |-- Magical Macintosh Key Sequences.webloc
|   |   `-- ZFS on a laptop?.webloc
|   |-- OpenBSD & pf
|   |   |-- Firewalling with OpenBSD's PF packet filter references.webloc
|   |   `-- Sys Admin > v13, i03- Monitoring Net Traffic with OpenBSD's Packet Filter.webloc
|   |-- Religion & Science
|   |   |-- "Islam is not much more than a rather obvious and ill-arranged set of plagiarisms." - By Christopher Hitchens - Slate Magazine.webloc
|   |   |-- E&S - useless body parts.webloc
|   |   |-- ORDER OF THE SCIENCE SCOUTS OF EXEMPLARY REPUTE AND ABOVE AVERAGE PHYSIQUE.webloc
|   |   |-- Pharyngula- A brief history of disbelief.webloc
|   |   |-- Pharyngula- A man after my own heart at Iowa State.webloc
|   |   |-- Questions Your Pastor Will Hate.webloc
|   |   |-- Religious Right Bumper Stickers.webloc
|   |   `-- The People's Republic Of Newport- The myth of an atheist Hitler.webloc
|   |-- Shell
|   |   |-- LSOF.webloc
|   |   `-- SEOmoz | Web Developers- 13 Command Line Tricks You Might Not Know.webloc
|   |-- Software
|   |   `-- Jakob Montrasio\342\200\231s Net. \302\273 Blog Archive \302\273 My computer, my programs..webloc
|   |-- Web
|   |   |-- 9 Expert CSS Ideas You Should Think Twice About Before Using :: Communique\314\201 [iMarc].webloc
|   |   |-- Bruce Lawson\342\200\231s personal site\302\240 - On the WCAG Samurai errata.webloc
|   |   |-- Joe Gregorio | BitWorking | RESTify DayTrader.webloc
|   |   |-- NearlyFreeSpeech hosting.webloc
|   |   |-- Pagination 101 - KuraFire Network.webloc
|   |   `-- WCAG Samurai Errata for WCAG 1.0.webloc
|   |-- others
|   |   |-- Achat d'un appartement.webloc
|   |   |-- Hack Your Work 23 Ways to Get Ahead, Work Less and Achieve More.webloc
|   |   |-- How To Dress Like a Man by Jeffrey A. Tucker.webloc
|   |   |-- IO Benchmarking how, why, with what.webloc
|   |   |-- Inside the Monkeysphere.webloc
|   |   |-- Neatorama \302\273 Blog Archive \302\273 11 Most Important Philosophical Quotations..webloc
|   |   |-- Picasa Albums Web - Tremechan - martine.webloc
|   |   |-- Security Monkey.webloc
|   |   |-- TMMK -|- Toyota Georgetown.webloc
|   |   |-- The Lucifer Effect by Philip Zimbardo.webloc
|   |   |-- XKCD duplications.webloc
|   |   |-- goats- the store - t-shirts.webloc
|   |   |-- teideal glic deisbhe\314\201alach \302\273 Blog Archive \302\273 Anatol Rapaport on argument.webloc
|   |   `-- thisisby.us - How to keep Obnoxious Kids : Crying Babies from Bugging You!, by Oogly.webloc
|   `-- tosort
|       |-- Anti-Grain Geometry - Texts Rasterization Exposures.webloc
|       |-- Argument pour refuter la the\314\201orie de Darwin - Sciences - Discussions - FORUM HardWare.fr.webloc
|       |-- Coding Horror- Speeding Up Your PC's Boot Time.webloc
|       |-- Erlang Community - Building a Non-blocking TCP server using OTP principles - Trapexit.webloc
|       |-- InfoQ- Code Organization Guidelines for Large Code Bases.webloc
|       |-- JAM Software - Windows Freeware.webloc
|       |-- Primeval C- two very early compilers.webloc
|       |-- Upside-Down-Ternet.webloc
|       |-- WidSets Beta.webloc
|       |-- WinDirStat - Windows Directory Statistics.webloc
|       |-- Wondermark by David Malki ! - An Illustrated Jocularity..webloc
|       |-- YouTube - \346\202\243\351\203\250\343\201\246\343\202\231\346\255\242\343\201\276\343\201\243\343\201\246\343\201\231\343\201\217\343\202\231\346\272\266\343\201\221\343\202\213\357\275\236\347\213\202\346\260\227\343\201\256\345\204\252\346\233\207\350\217\257\351\231\242.webloc
|       |-- coucoucircus.org - cartoon opening:ending.webloc
|       |-- raganwald- Three tips for getting a job through a recruiter.webloc
|       `-- \320\244\320\276\321\202\320\276- \320\234\320\265\320\263\320\260\320\275 \320\244\320\276\320\272\321\201.webloc
|-- mnee-antipatterns.pdf
|-- mnee-patterns.pdf
|-- mnee-story2.pdf
|-- mxDateTime.pdf
|-- postgresql-8.3-A4.pdf
|-- rails_files_cheatsheet.pdf
|-- sed.stream.editor.cheat.sheet.pdf
|-- sed.stream.editor.cheat.sheet.txt
|-- sweeny.pdf
|-- texts
|   |-- # Cale- I spent a whole summ.textClipping
|   |-- # Ctrl-x 2-  split-window-ve.textClipping
|   |-- # fill-paragraph (Alt-p) -- .textClipping
|   |-- Alt-t. It has two uses- swap.textClipping
|   |-- Any fool can write code that.textClipping
|   |-- Bourbaki.textClipping
|   |-- Debug only code - comments c.textClipping
|   |-- Don't use the computer to do.textClipping
|   |-- Flock of Dodos- Behind Moder.textClipping
|   |-- Get your data structures cor.textClipping
|   |-- God is my pair programmer.textClipping
|   |-- Good judgement comes from ex.textClipping
|   |-- Icon^M
|   |-- If you have too many special.textClipping
|   |-- If you lie to the computer, .textClipping
|   |-- Inside of every large progra.textClipping
|   |-- Let's say we want to put a r.textClipping
|   |-- M-x info, which brings up Em.textClipping
|   |-- Mel Brooks- "History Of The .textClipping
|   |-- Monkey Girl- Evolution, Educ.textClipping
|   |-- Princess Septie\314\200me Loderia, f.textClipping
|   |-- Testing can show the presenc.textClipping
|   |-- The cheapest, fastest, and m.textClipping
|   |-- The fastest algorithm can fr.textClipping
|   |-- The first step in fixing a b.textClipping
|   |-- [Thompson's Rule for first-t.textClipping
|   `-- use M-x describe-key, and th.textClipping
`-- xslt
    |-- Exemples
    |   |-- XML TP
    |   |   |-- personnes.xml
    |   |   |-- personnes.xsl
    |   |   `-- style.css
    |   |-- XSLT 1.0-1.1
    |   |   |-- Concert.xml
    |   |   |-- Concert.xsl
    |   |   |-- Film.xsl
    |   |   |-- Film2.xsl
    |   |   |-- Films.xml
    |   |   |-- Films2.xml
    |   |   |-- personnes.xml
    |   |   |-- regroupement.xml
    |   |   `-- regroupement.xsl
    |   `-- XSLT 2.0
    |       |-- functionXSLT2.xsl
    |       |-- regroupementXSLT2.xml
    |       |-- regroupentXSLT2.xsl
    |       |-- sample1.xml
    |       `-- staff.xsd
    |-- Pre\314\201sentation XML-XSLT.ppt
    |-- Tools
    |   |-- XPathAnalyzer
    |   |   |-- Results
    |   |   |   |-- inventory.xml
    |   |   |   `-- test.xml
    |   |   |-- XPathAnalyzer.hta
    |   |   |-- css
    |   |   |   `-- tabstrip.css
    |   |   |-- defaultss.xslt
    |   |   |-- dom.htm
    |   |   |-- editable2.xsl
    |   |   |-- frameset.htm
    |   |   |-- images
    |   |   |   |-- Thumbs.db
    |   |   |   |-- app.ico
    |   |   |   |-- favorites.gif
    |   |   |   |-- go.gif
    |   |   |   |-- home_icon.gif
    |   |   |   |-- icon.png
    |   |   |   |-- tab_grip.gif
    |   |   |   `-- x.gif
    |   |   |-- install_parser.hta
    |   |   |-- results.htm
    |   |   `-- tabstrip.htc
    |   `-- XPathAnalyzer.hta.lnk
    `-- document de re\314\201fe\314\201rence
        |-- xb-ins.pdf
        `-- xb-ref.pdf
 
94 directories, 523 files



Ban


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1765941
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:29:17  profilanswer
 


http://upload.wikimedia.org/wikipedia/commons/8/8f/Blue-footed_Booby_%28Sula_nebouxii%29_-one_leg_raised.jpg


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765943
___alt
Posté le 28-07-2008 à 16:31:25  profilanswer
 

masklinn a écrit :


.
(...)
94 directories, 523 files



 
Et tu bosses en SSII ? Tu serais pas une sorte de perdant toi ?


---------------
TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW
n°1765945
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:32:43  profilanswer
 

___alt a écrit :


 
Et tu bosses en SSII ? Tu serais pas une sorte de perdant toi ?


non oui


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765949
Shinuza
This is unexecpected
Posté le 28-07-2008 à 16:34:35  profilanswer
 

Pis Djangobook ça pue.


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1765950
___alt
Posté le 28-07-2008 à 16:34:56  profilanswer
 


 
T'as le mérite de la lucidité [:pingouino]
A la Société Géniale c'est rempli de perdants, mais ils ne le savent pas. Ils ne sont pas à l'attention de savoir qu'ils font de la merde* [:pingouino]
 
 
* c'est pas la même catégorie de perdants ceci dit, parce qu'eux n'ont aucune culture.


---------------
TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW
n°1765954
Dion
Acceuil
Posté le 28-07-2008 à 16:38:09  profilanswer
 


 
Venant du seul mec qui gagne moins que toi ca me ferais mal :(


---------------
When it comes to business/legal topics, just assume almost everyone commenting has no idea what they’re taking about and have no background in these subjects because that’s how it really is. Harkonnen 8-> Elmoricq 8====>
n°1765960
___alt
Posté le 28-07-2008 à 16:45:28  profilanswer
 

Dion a écrit :

Venant du seul mec qui gagne moins que toi ca me ferais mal :(


 
Moi ça me ferait plus mal d'avoir ta répartie que de gagner ce que je gagne en fait [:dawa]


---------------
TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW
n°1765962
ratibus
Posté le 28-07-2008 à 16:46:31  profilanswer
 

masklinn a écrit :


Ca c'est l'autre truc sympa dans mysql (4.1 en tout cas): il te dit pas ce qui a foiré, ça serait trop facile [:dawa]


 
En Innodb :??:


---------------
Mon blog
n°1765964
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:49:04  profilanswer
 

ratibus a écrit :


 
En Innodb :??:


Ouaip, en tout cas en JDBC:

SQL Error: 1216, SQLState: 23000
Cannot add or update a child row: a foreign key constraint fails


[:bien]


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765967
nraynaud
lol
Posté le 28-07-2008 à 16:51:00  profilanswer
 

masklinn a écrit :


Ouaip, en tout cas en JDBC:

SQL Error: 1216, SQLState: 23000
Cannot add or update a child row: a foreign key constraint fails


[:bien]


je crois que dans l'exception y'a le détail de l'erreur.  
 
En tout cas, le détail existe en ligne de commande, et il existe dans hibernate (les 2 moyens par lesquels je les vois).


---------------
trainoo.com, c'est fini
n°1765968
drasche
Posté le 28-07-2008 à 16:52:09  profilanswer
 

masklinn a écrit :

Non mais en fait j'ai percuté qu'après, il veut préciser la cascade (ou l'overrider) quand il lance le delete (genre DELETE FROM foo WHERE bouzin CASCADE).
 
Je suis pas persuadé que ça ait beaucoup de sens dans un modèle comme idée.


Ah ouais dans ce cas... [:joce]
 
Autant faire une transaction selon les cas qu'il veut implémenter alors :o


---------------
Whichever format the fan may want to listen is fine with us – vinyl, wax cylinders, shellac, 8-track, iPod, cloud storage, cranial implants – just as long as it’s loud and rockin' (Billy Gibbons, ZZ Top)
n°1765969
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 16:54:05  profilanswer
 

nraynaud a écrit :

En tout cas, le détail existe en ligne de commande, et il existe dans hibernate (les 2 moyens par lesquels je les vois).


J'vois rien de plus dans mes logs [:sadnoir]
 
Je chercherais plus tard :o


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765972
nraynaud
lol
Posté le 28-07-2008 à 16:55:51  profilanswer
 

http://www.hibernate.org/hib_docs/ [...] ption.html
je crois que je te parle d'un truc spécifique à hibernate en fait [:ciler]


---------------
trainoo.com, c'est fini
n°1765975
nraynaud
lol
Posté le 28-07-2008 à 16:57:46  profilanswer
 

'tain les litres de pluie qui tombent [:ciler]
 
la flotte va être polluée pendant 3 jours [:ciler]


---------------
trainoo.com, c'est fini
n°1765976
gooopil
pfiew
Posté le 28-07-2008 à 16:57:52  profilanswer
 

Z'avez déjà vu un "Vsync" localisé dans un jeu ?

n°1765978
FlorentG
Posté le 28-07-2008 à 16:59:41  profilanswer
 

gooopil a écrit :

Z'avez déjà vu un "Vsync" localisé dans un jeu ?


Syncro verticale [:petrus dei]

n°1765980
Ben_be
ʎlıɐp uǝɯǝlʇuǝƃ ̡̢̛̗̘̙̜̝̞̟̠̊̋̌̍
Posté le 28-07-2008 à 17:00:48  profilanswer
 

nraynaud a écrit :

'tain les litres de pluie qui tombent [:ciler]
 
la flotte va être polluée pendant 3 jours [:ciler]


ici (Gelbique), il fait trop beau quoi  :o  
edit: pour une fois  [:cbrs]


Message édité par Ben_be le 28-07-2008 à 17:01:11

---------------
Putain j'ai rêvé de toi cette nuit !! Alors que jte connais même pas !!-LaL0utre | Ben_be est un roxxeur d'ours d'envergure mondiale-Daaadou |Entre un dessert et Ben_be je choisis Ben_be-Ramasse-miette
n°1765981
cosmoschtr​oumpf
dawa powered
Posté le 28-07-2008 à 17:01:00  profilanswer
 
n°1765982
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 17:01:04  profilanswer
 

nraynaud a écrit :

http://www.hibernate.org/hib_docs/ [...] ption.html
je crois que je te parle d'un truc spécifique à hibernate en fait [:ciler]


L'exception je l'ai, ce sont les détails qui manquent:

org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765985
nraynaud
lol
Posté le 28-07-2008 à 17:08:48  profilanswer
 

c'est le toString() qui est con ou elle est réellement vide ?


---------------
trainoo.com, c'est fini
n°1765988
gooopil
pfiew
Posté le 28-07-2008 à 17:09:43  profilanswer
 

FlorentG a écrit :


Syncro verticale [:petrus dei]


Synchro, avec un H déjà :o
 
Et là, c'est la trad de Vertical Sync, pas celle de Vsync (problème de place) [:spamafote]
 
SynchV ça parle pas en français ??

n°1765989
masklinn
í dag viðrar vel til loftárása
Posté le 28-07-2008 à 17:11:14  profilanswer
 

nraynaud a écrit :

c'est le toString() qui est con ou elle est réellement vide ?


C'est pas mon code donc j'ai pas encore commencé à fouiller


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
n°1765990
SekYo
Posté le 28-07-2008 à 17:11:35  profilanswer
 

Jamais vu. Soit tu traduis l'expression entière, soit tu gardes l'acronyme anglais a mon avis...

n°1765991
FlorentG
Posté le 28-07-2008 à 17:11:43  profilanswer
 

gooopil a écrit :

Et là, c'est la trad de Vertical Sync, pas celle de Vsync (problème de place) [:spamafote]


Justement, j'ai viré le H qui sert à rien et qui prend d'la place

n°1765992
___alt
Posté le 28-07-2008 à 17:12:08  profilanswer
 

gooopil a écrit :

Z'avez déjà vu un "Vsync" localisé dans un jeu ?


Oui mais j'ai plus la traduction en tête.


---------------
TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  14412  14413  14414  ..  27006  27007  27008  27009  27010  27011

Aller à :
Ajouter une réponse
 

Sujets relatifs
Plus de sujets relatifs à : [blabla@olympe] Le topic du modo, dieu de la fibre et du monde


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)