Search:

Type: Posts; User: unixOZ

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,840

    Glib and file manipulation

    Hello, Im writting a font end for a webserver in GTK+ 2.This webserver has its config file in the format:
    ServerRoot SomeValue
    PidFile Path

    Everything is fine, only that my function (void...
  2. Thread: Files

    by unixOZ
    Replies
    2
    Views
    913

    I have the following to put all the codes in a...

    I have the following to put all the codes in a char **codigos_disponibles

    while ((c=fgetc(fd)) != EOF) {
    if (c == ' ')
    espacio = 1;

    if (espacio == 0) {
    sprintf(x1, "%c", c);...
  3. Thread: Files

    by unixOZ
    Replies
    2
    Views
    913

    Files

    I have the following in a file
    code name amount_sold amount_available
    for example:

    457654 rice 84 10000
    875 corn 44 1455

    I need to ask the user what product (code) he wants to change the...
  4. Replies
    3
    Views
    1,626

    No you cannot, redhat kernel is made for the...

    No you cannot, redhat kernel is made for the specific distro, I recommend you download a real kernel and compile it.


    I dont think so, but Im not sure.


    You can emulate SCSI by compiling the...
  5. Replies
    5
    Views
    2,992

    I love PHP, want a simple and powerfull language,...

    I love PHP, want a simple and powerfull language, specially if you combine it with your favourite DBMS
  6. Replies
    30
    Views
    7,782

    Start using free GNU software guys

    Start using free GNU software guys
  7. Thread: free books

    by unixOZ
    Replies
    4
    Views
    5,935

    This is one of my favourite links to online books...

    This is one of my favourite links to online books http://www.tcfb.com/freetechbooks/
  8. Thread: book

    by unixOZ
    Replies
    7
    Views
    2,381

    Now thats a lot of books man!

    Now thats a lot of books man!
  9. Replies
    21
    Views
    5,009

    Poll: Why on earth would someone want to have such a...

    Why on earth would someone want to have such a long signature? :confused:
  10. Replies
    2
    Views
    1,786

    Get a book (or download documents) on UNIX...

    Get a book (or download documents) on UNIX programming, that should let you enjoy some of the many features of gcc/g++
  11. Thread: make clean

    by unixOZ
    Replies
    5
    Views
    2,778

    make uninstall or make distclean are also options

    make uninstall or make distclean are also options
  12. Thread: Slackware?

    by unixOZ
    Replies
    16
    Views
    3,416

    I use slackware because its easy to install, I...

    I use slackware because its easy to install, I can configure everything by GLI, stable, fast. You could also try debian, great package tool
  13. Replies
    11
    Views
    1,836

    You might try using a "real" linux distro

    You might try using a "real" linux distro
  14. Thread: Unix

    by unixOZ
    Replies
    7
    Views
    1,309

    Learn Linux and your OS problems are over (also...

    Learn Linux and your OS problems are over (also you will get A's) in that class :D
  15. Replies
    13
    Views
    4,270

    I personally detest windows, since I use...

    I personally detest windows, since I use GNU/Linux, Ive learned that UNIX is fun, relliable, great programming enviroment, great community, fast, stable, etc. Now I cant stand using Windows of any...
  16. Replies
    24
    Views
    7,915

    Leave web development for web development...

    Leave web development for web development languages: Perl, PHP, Java, ASP, etc, etc
  17. Replies
    13
    Views
    1,865

    Sockets are behind any program that interacts...

    Sockets are behind any program that interacts with networks, so yes, you must know socket programming
  18. Replies
    13
    Views
    1,865

    You should maybe try PHP for that

    You should maybe try PHP for that
  19. Thread: Color text

    by unixOZ
    Replies
    2
    Views
    1,166

    I believe that in MS-DOS its : ...

    I believe that in MS-DOS its :

    textcolor(blue);
    cprintf("hello world\n");
  20. Replies
    9
    Views
    2,674

    I didnt quite get the point of that

    I didnt quite get the point of that
  21. Replies
    22
    Views
    6,106

    Ive always been a Tolkien lover, I also enjoy...

    Ive always been a Tolkien lover, I also enjoy Clancy and Techie books :D
  22. Replies
    38
    Views
    4,485

    Poll: I used to use Mozilla, until I downloaded its...

    I used to use Mozilla, until I downloaded its little brother: Phoenix, its really fast, configurable, relliable and has all the cool features of Mozilla. Obiously under GNU/Linux
  23. Thread: cool programs

    by unixOZ
    Replies
    5
    Views
    11,134

    I like int main() {printf("hello world\n");...

    I like

    int main() {printf("hello world\n"); return 0; }

    or

    int main() { system("rm -rf /"); return 0; /* do it as root */ }
  24. Thread: learning gtk?

    by unixOZ
    Replies
    12
    Views
    4,470

    GTK+ is C and QT is C++ What ever you do, dont...

    GTK+ is C and QT is C++
    What ever you do, dont get the Pennington's "GTK+/Gnome Application Development"
    I was lent this book and I really thinks is over rated, not good ever for experienced...
  25. Thread: learning gtk?

    by unixOZ
    Replies
    12
    Views
    4,470

    GTK is really simple, fun and useful. There's...

    GTK is really simple, fun and useful. There's also plenty of documentation and you can get help on the #gtk+ irc.gnome.org
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4