Search:

Type: Posts; User: max.diems; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Thread: Fun with XML

    by max.diems
    Replies
    15
    Views
    854

    Re: Fun with XML

    And a DTD would be good to review:



    <!-- XML Book Collection DTD, version 1.0 -->

    <!ELEMENT library (book,music,movie,publication,owner)>
    <!ATTLIST library version CDATA #FIXED "1.0">
    ...
  2. Thread: Fun with XML

    by max.diems
    Replies
    15
    Views
    854

    Re: Fun with XML

    Well, you looked at my post, no? :twisted:

    Anyway, I'm just taking the advice in your .sig....
  3. Thread: Fun with XML

    by max.diems
    Replies
    15
    Views
    854

    Re: Fun with XML

    Sample document:

    [html]
    <?xml version="1.0" encoding="utf-8"?>
    <library version="1.0">
    <owner>...</owner>

    <book>
    <title>...</title>
    <author>...</author>
  4. Thread: Fun with XML

    by max.diems
    Replies
    15
    Views
    854

    Fun with XML

    I'm working on an XML book/movie/music list. Would anyone like to help? I'm pretty sure I know what tags I'll use, so I mainly need someone to check the DTD and work on the CSS (I'll still take ideas...
  5. Replies
    10,052
    Views
    1,170,916

    Re: You know you're a geek when........

    Not quite the AQ I'd use.

    It's spelled electrocution, and ALWAYS results in death. That's kind of the definition (an electrical shock resulting in death). Being shocked by a Firewire socket,...
  6. Replies
    10,052
    Views
    1,170,916

    Re: You know you're a geek when........

    3.14159265358979323847
  7. Replies
    12,104
    Views
    538,727

    Re: The 10000 Game!

    24, unless this is some weird social experiment.
  8. Replies
    10,052
    Views
    1,170,916

    Re: You know you're a geek when........

    You've been arrested for wearing a das blinkenlights name tag.
  9. Replies
    296
    Views
    78,056

    Re: "Hello Ubuntu" in every programming language

    Sorry, but isn't XHTML 1.1 just XHTML 1.1? I think they've gotten rid of Strict/Transitional/Frameset.
  10. Replies
    296
    Views
    78,056

    Re: "Hello Ubuntu" in every programming language

    Eh, bite me, DoktorSeven :)
  11. Replies
    59
    Views
    6,412

    Poll: Re: Tabs, indents, spaces...

    Spaces allow for easier copying to another program. But if some people want to ignore that problem, then I'll still read their code.
  12. Replies
    59
    Views
    6,412

    Poll: Re: Tabs, indents, spaces...

    What better way to say this than with a code sample?



    #include <cstdio>
    #include <cstdlib>
    #include <iostream>

    using namespace std;
  13. Replies
    102
    Views
    5,782

    Re: Kids don't need computer lessons

    Time to bump this thread again...
  14. Replies
    4
    Views
    926

    Re: Simple bash program

    Or, if you want to use a compiled executable, you can compile this as a C++ program:


    #include<cstdio>
    #include<cstdlib>
    #include<iostream>

    using namespace std;

    int main(int argc, char...
  15. Replies
    4
    Views
    926

    Re: Simple bash program

    Create a file called get-online in your home directory and put these lines in it:


    #!/bin/bash
    sudo ifconfig wlan0 down
    sudo iwconfig wlan0 essid (My essid here)
    sudo iwconfig wlan0 key (My...
  16. Replies
    296
    Views
    78,056

    Re: "Hello Ubuntu" in every programming language

    C++

    Version 1: Do not write results to file


    #include <cstdio>
    #include <cstdlib>
    #include <iostream>

    using namespace std;
  17. Replies
    103
    Views
    5,318

    Re: Who is RAV TUX?

    Um... yes, you wid. Or at least I wid. Also, the word "wid" wid mean "does" or "do" in the future.
  18. Replies
    102
    Views
    5,782

    Re: Kids don't need computer lessons

    /me bumps this thread
  19. Replies
    6
    Views
    839

    Re: Burning Crusade Problem

    Does the WINE page say it supports WoW? If so, does it support burning crusade? If the answer to either of these is "no", there's your problem.
  20. Replies
    2
    Views
    314

    Virginia Tech massacre

    Begin posting.
  21. Replies
    27
    Views
    1,899

    Re: What's your favourite game on Linux?

    Configure wine to let me play this Windows game. :)
  22. Replies
    9,519
    Views
    911,663

    Poll: Re: do you wish linux users didn't have to make compromises ?

    Actually, there is. I think you'll find it in Multiverse.
  23. Replies
    102
    Views
    5,782

    Re: Kids don't need computer lessons

    Yeah, C programming would b nice to learn. But I can't afford a twenty dollar book now (which is the cheapest I can find).
  24. Replies
    102
    Views
    5,782

    Re: Kids don't need computer lessons

    Similar story here, though I'm still waiting to have a chance to set up a LAMP server. I installed Linux on two laptops (Ubuntu on one, Red Hat 7.1 on the other). I used to be a network admin for our...
  25. Re: ANNOUNCING, The Xubuntu-users mailing list

    Are you a member of the xubuntu-users team on launchpad? Is there a way to combine the mailing list with launchpad?
Results 1 to 25 of 62
Page 1 of 3 1 2 3