looking for host supporting modruby425 (6/2/2004 6:31:23 PM) comp.lang.ruby Hello I finally started written my home page (not that interesting) It's written in ruby (ok I'm listening) Now I'm looking for a host that supports modruby since my home page is written using modruby. I can't... Geiregat
checksum116 (2/25/2004 10:54:55 AM) comp.lang.python I've written a small app to share data in a lan. I would like to be able to do some kind of checksum checking on the files. How could this be implemented ? ... Geiregat
How to draw over a JTable ?551 (2/18/2004 5:28:21 AM) comp.lang.java.programmer I want to draw (squares ..) over a JTable, I thoughed of making my own class, extending it with Jtable call paint and start painting. Would this work ? ... Geiregat
login system using linux users231 (1/28/2004 12:14:33 PM) comp.lang.php I'm running a linux system I would like to create a login system based upon the users and passwd of my linux box how could I do this ? ... Geiregat
Good way of checking if file exists ?1527 (1/7/2004 4:25:10 PM) comp.lang.c is using if(open("file",O_EXCL) != -1){ printf("File does exists")}else{printf("file does not exists"); } a good way of checking if a file exists or not, if not how should I do it ? ... Geiregat
select + ncurses probleme133 (12/10/2003 1:18:25 PM) comp.lang.c www.jonasg.ath.cx/~jonasg/spaceshooters.c my select function does not work I can't seem to figure out what I did wrong. The app should be printing text while there's no input. Later on the text printing shoul... Geiregat
to boot or not to boot425 (11/25/2003 12:58:05 PM) comp.os.minix Hey I've just installed minix-vmd on my 2nd hd. But I'm having trouble booting it, so as a good *nix user I searched all the resources I could find. Damn I didn't found anything that could help me .. so her... Geiregat
header file question3726 (11/15/2003 11:52:28 AM) comp.lang.c I've got this small app , from 2 .c files. One file contains the main and the other file contains functions used in the main. I compile this using gcc like this: gcc -c *c && gcc -o app *o. But I want to do i... Geiregat
object probleme132 (10/16/2003 6:28:07 PM) comp.lang.php I've created an instance of a class $smarty = new smarty(); then I create an other instance of an other class and sending the $smarty instance to that class $user = new user($smarty); This is the user class c... Geiregat
xml.dom.minidom question1126 (9/30/2003 4:24:18 PM) comp.lang.python I'm using xml.dom.minidom, I get some data by using obj.getElementsByTagName("name")[0] then I have an object, but how can I get the data between the tags ? I could do .toxml() and then strip it away. But is... Geiregat
eniac's replies:
Items(9) /1
gui741 (6/24/2003 8:33:56 AM) comp.lang.c++ Hi, Isn't there any program that works like borland C++ builder or microsoft visual studio for gcc/g++?? I mean in window GUI building. They are so simple to make forms and to handle mouse clicks,..... Than... sorry4789(3)
SYPOS - a new OS525 (9/7/2003 12:13:59 PM) comp.os.minix http://www.yannsavoye.com/SYPOS Official World Leasing - 09/09/03 - SIPOS v.0.0.1 -- ============================== Yann SAVOIE - Universit� Lyon 1 e-mail adresse : info@yannsavoye.com weber : www.yann... info6205(1)
Tutor515 (9/28/2003 12:55:30 AM) comp.lang.python Hello. I've just started learning Python a few weeks ago. I'm using the free "How to Think Like a Computer Scientist: Learning with Python". I'm half-way through chapter 5 and I've been stumbling on a few thing... jakle1(10)
xml.dom.minidom question1126 (9/30/2003 4:24:18 PM) comp.lang.python I'm using xml.dom.minidom, I get some data by using obj.getElementsByTagName("name")[0] then I have an object, but how can I get the data between the tags ? I could do .toxml() and then strip it away. But is... eniac(34)
wxGrid (wxPYTHON) rowlabels637 (11/13/2003 8:55:31 PM) comp.lang.python I would like use custom labelnames for rows in the wxGrid which I use through wxpython. The SetRowLabelValue from wxGridTableBase isn't doing anything. Is it posible to use custom rowlabels same as columnlabel... johnny.geling_removethis_(3)
to boot or not to boot425 (11/25/2003 12:58:05 PM) comp.os.minix Hey I've just installed minix-vmd on my 2nd hd. But I'm having trouble booting it, so as a good *nix user I searched all the resources I could find. Damn I didn't found anything that could help me .. so her... eniac(34)
Good way of checking if file exists ?1527 (1/7/2004 4:25:10 PM) comp.lang.c is using if(open("file",O_EXCL) != -1){ printf("File does exists")}else{printf("file does not exists"); } a good way of checking if a file exists or not, if not how should I do it ? ... eniac(34)
How to draw over a JTable ?551 (2/18/2004 5:28:21 AM) comp.lang.java.programmer I want to draw (squares ..) over a JTable, I thoughed of making my own class, extending it with Jtable call paint and start painting. Would this work ? ... eniac(34)