Slashdot Mirror


Free Documentation Base - Docs.eu.org Online

YannH writes "Docs.eu.org is a free documentation portal, trying to gather and to distribute computer science free documentation; we try to stay as open as possible on documentations we include. We gathered an amount of 500 Mo of documentation (linux, programming languages, free software philosophy, and so), some of them are standards that you can find everywhere, some other are more rarely referenced; hope this help. Enjoy :)"

20 comments

  1. Was this inspired by... by Sunlighter · · Score: 2, Interesting

    ...the idea for Programmer How Tos?

    --
    Sunlit World Scheme. Weird and different.
  2. CS Free by termos · · Score: 3, Funny

    [...] to gather and to distribute computer science free documentation.
    Finally some documentation that is free of computer science!

    --
    Note to self: get smarter troll to guard door.
    1. Re:CS Free by j-pimp · · Score: 0, Redundant

      Well being computer sciense isn't a science and has little to do with computers all computer science documentation is comopute science free. Oh and the linux laptop howto is not computer science. Not trying to start a flame war, its just not compsci

      --
      --- Justin Dearing http://www.justaprogrammer.net/ We're just programmers.
    2. Re:CS Free by greenhide · · Score: 1

      Actually, a CS professor I had in college wrote an interesting essay defining computer science. I think it was quite good, actually.

      --
      Karma: Chevy Kavalierma.
  3. silly frenchmen by Anonymous Coward · · Score: 0

    ... and their Megaoctets.

    1. Re:silly frenchmen by ion_ · · Score: 3, Insightful

      I think o (octet) is more useful than B (byte). It won't be mixed up with b (bit) as easily, and it's always equal to 8 bits.

    2. Re:silly frenchmen by Anonymous Coward · · Score: 0

      and it's always equal to 8 bits.

      No, actually an octet is always 8 of _something_. Can you give an example of a byte being something other than 8 bits?

    3. Re:silly frenchmen by Guy+Harris · · Score: 1
      Can you give an example of a byte being something other than 8 bits?

      Yes. How big do you want your bytes to be (in the range 1 <= number_of_bits <= 36)?

      On 99 44/100% or more of current computers, a byte is 8 bits, but that hasn't always been the case.

  4. So, the time-tested question... by Tuxinatorium · · Score: 3, Funny

    Are you doing this to make the stuff:
    1.) Free as in beer 2.) Free as in speech 3.) Free as in nude beach 4.) Free as in Iraqis 5.) Free as in the Ubermensch 6.) Free as in yesterday's trash 7.) Free as in Cowboyneal's appreciation ???

    1. Re:So, the time-tested question... by Anonymous Coward · · Score: 0

      free as in herpes. Share it with your friends! Don't keep it to yourself!

  5. master plan by Anonymous Coward · · Score: 0

    1. Making the world think this is really free.
    2. ???
    3. Profit!

  6. free [whatever] base by Anonymous Coward · · Score: 0

    Free Documentation Base? I prefer the just regular old freebase.

  7. I hope they bring math too by Hemi+Rodner · · Score: 1

    Right now they don't have all the math there. All that heavy calculus, discreet and differential subject that I'll have to start studying next year...

    --
    hemi
  8. Project Gnutemberg by d-Orb · · Score: 3, Informative

    Well, the topic says it all :D. The Gnutemberg Free Documentation Database has links to a large(ish) number of documents written using Free (FDL and the like) licenses.

    The big plus of GFDD is that not only can you find programming manuals and so on, but also a number of course notes, such as "A Radically Modern Approach to Introductory Physics".

  9. had to do it! by Anonymous Coward · · Score: 0

    All your free documentation base are belong to us!

  10. I'm already bored... by joto · · Score: 1

    I see nothing here I couldn't easily find on google if I wanted to. Why would I want to go to your website to find (a possibly obsolote) version of the MySQL manual when I could go to mysql.com and get the new one? Why do we need yet another web-mirror of information that is already available everywhere?

    1. Re:I'm already bored... by YannH · · Score: 1

      You take the exemple of Mysql, of course, it is easy to find on Google. But there are lots of good tutorials/books that are badly referenced, or not referenced at all. You start from "everything can be found on google". I don't think so...
      The only websites that did what we are trying to do are the old sunsites, but most of them are today outdated.

    2. Re:I'm already bored... by carxwol · · Score: 1

      As you can read "some of them are standards that you can find everywhere, some other are more rarely referenced". I'm ok that only rare links should be better but this is the choice of docs.eu.org :)

  11. Bits in a byte by yerricde · · Score: 2, Interesting

    Can you give an example of a byte being something other than 8 bits?

    In the upper physical layer of many serial communications protocols, a byte is 10 bits (2 framing and 8 data). But because that's still 8-bit bytes in a sense, here are more examples: 9-bit bytes 6-bit bytes

    --
    Will I retire or break 10K?