time-table-devl Mailing List for College Time Table (Page 8)
Status: Pre-Alpha
Brought to you by:
graeme_f
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
(27) |
Apr
(35) |
May
(12) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
(6) |
Jul
(5) |
Aug
(15) |
Sep
(9) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
| 2008 |
Jan
(3) |
Feb
(17) |
Mar
(28) |
Apr
(17) |
May
(9) |
Jun
(7) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(3) |
Mar
|
Apr
(13) |
May
(17) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(5) |
Dec
(1) |
| 2010 |
Jan
|
Feb
|
Mar
(18) |
Apr
(1) |
May
|
Jun
(7) |
Jul
(4) |
Aug
(16) |
Sep
(10) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: Anil M. <am...@me...> - 2006-03-23 16:37:46
|
Christopher Menke wrote: > I'm having trouble getting the Source Code for the project. > > I downloaded TortoiseCVS and Qt like you had mentioned, and also managed > to set up TortoiseCVS using your email. It did connect and download > files, but they are just files. > > I realized that the source code is in the time-table/ folder, but how > would I download those files? Am I supposed to have a CVSROOT and a > time-table folder? > > Thanks for the help, > Kit I used the cvs command and i sucessfully checkout the code on graeme branch. try this cvs -f -d :pserver:ano...@cv...:2401/cvsroot/time-table checkout -r graeme -P time-table Anil Mamede |
|
From: Christopher M. <cw...@gm...> - 2006-03-23 16:29:49
|
I'm having trouble getting the Source Code for the project. I downloaded TortoiseCVS and Qt like you had mentioned, and also managed to set up TortoiseCVS using your email. It did connect and download files, but they are just files. I realized that the source code is in the time-table/ folder, but how would I download those files? Am I supposed to have a CVSROOT and a time-table folder? Thanks for the help, Kit |
|
From: Anil M. <am...@me...> - 2006-03-23 16:25:37
|
I've created database and loaded the dump. I removed ALTER's OWNER. I've put *.conf on ~/.config/time-table/ but i cant run the program. It gives me: Driver not loaded. Anil Mamede graeme @ gmail wrote: > I don't have the sql separately but you could probable just use a > replace to comment out the ALTER commands > That probably also means that it is not compatible with earlier > versions. We will need to decide if that is a problem and if so how easy > would it be to change the SQL to be compatible with an earlier version. > > graeme. > > Anil Mamede wrote: > >> graeme @ gmail wrote: >> >>> The dump was (I thought) just all the SQL commands in one file. >>> Anyway, which function is causing the problem? When is the problem >>> happening (creation or executing?) >>> >> >> >> I was trying to restore the database on a postgresql 7.4. >> The declaration: >> >>> function(var integer) is not supported. >> >> On 7.* it is: >> >>> function(integer) returns integer AS ' >> DECLARE >> var ALIAS $1 >> BEGIN >> >> .... >> >> >> Now i'm building postgresql 8.1.3 but i prefer only the sql commands >> instead of the dump and it's easy for people to install the software >> because there's no references to users. >> If you dont have i'll separate it. >> >> Anil Mamede >> >> >>> graeme. >>> >>> Anil Mamede wrote: >>> >>>> Hi. Do you have SQL commands instead of a dump? >>>> >>>> I'm with some probs with postgresql 7.4.1. >>>> >>>> I'm inserting a legal function according to PLPGSQL 7.4.1 but its >>>> giving me error. >>>> >>>> Anil Mamede >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by xPML, a groundbreaking scripting >>>> language >>>> that extends applications into web and mobile media. Attend the live >>>> webcast >>>> and join the prime developer group breaking into this new coding >>>> territory! >>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>>> >>>> _______________________________________________ >>>> Time-table-devl mailing list >>>> Tim...@li... >>>> https://lists.sourceforge.net/lists/listinfo/time-table-devl >>>> >>> >> >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Time-table-devl mailing list > Tim...@li... > https://lists.sourceforge.net/lists/listinfo/time-table-devl > |
|
From: Anil M. <am...@me...> - 2006-03-23 16:20:23
|
I forgot to Reply All. Anil Mamede |
|
From: graeme @ g. <fos...@gm...> - 2006-03-23 16:17:38
|
I don't have the sql separately but you could probable just use a replace to comment out the ALTER commands That probably also means that it is not compatible with earlier versions. We will need to decide if that is a problem and if so how easy would it be to change the SQL to be compatible with an earlier version. graeme. Anil Mamede wrote: > graeme @ gmail wrote: >> The dump was (I thought) just all the SQL commands in one file. >> Anyway, which function is causing the problem? When is the problem >> happening (creation or executing?) >> > > > I was trying to restore the database on a postgresql 7.4. > The declaration: > >>> function(var integer) is not supported. > > On 7.* it is: > >>> function(integer) returns integer AS ' > DECLARE > var ALIAS $1 > BEGIN > > .... > > > Now i'm building postgresql 8.1.3 but i prefer only the sql commands > instead of the dump and it's easy for people to install the software > because there's no references to users. > If you dont have i'll separate it. > > Anil Mamede > > >> graeme. >> >> Anil Mamede wrote: >> >>> Hi. Do you have SQL commands instead of a dump? >>> >>> I'm with some probs with postgresql 7.4.1. >>> >>> I'm inserting a legal function according to PLPGSQL 7.4.1 but its >>> giving me error. >>> >>> Anil Mamede >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by xPML, a groundbreaking scripting >>> language >>> that extends applications into web and mobile media. Attend the live >>> webcast >>> and join the prime developer group breaking into this new coding >>> territory! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>> >>> _______________________________________________ >>> Time-table-devl mailing list >>> Tim...@li... >>> https://lists.sourceforge.net/lists/listinfo/time-table-devl >>> >> > > |
|
From: Christopher M. <cw...@gm...> - 2006-03-23 16:09:21
|
I am from Illinois and currently I am going to SIUE (Southern Illinois University at Edwardsville). I am a sophomore majoring in Computer Science and plan on graduating at least a semester early. This is also my first sourceforge project, but I have been using many open-source programs for a long time now and have always been interested in joining a project. I look forward to working with all of you. Kit |
|
From: graeme @ g. <fos...@gm...> - 2006-03-23 14:26:03
|
The dump was (I thought) just all the SQL commands in one file. Anyway, which function is causing the problem? When is the problem happening (creation or executing?) graeme. Anil Mamede wrote: > Hi. Do you have SQL commands instead of a dump? > > I'm with some probs with postgresql 7.4.1. > > I'm inserting a legal function according to PLPGSQL 7.4.1 but its > giving me error. > > Anil Mamede > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Time-table-devl mailing list > Tim...@li... > https://lists.sourceforge.net/lists/listinfo/time-table-devl > |
|
From: Anil M. <am...@me...> - 2006-03-23 12:41:14
|
Hi. Do you have SQL commands instead of a dump? I'm with some probs with postgresql 7.4.1. I'm inserting a legal function according to PLPGSQL 7.4.1 but its giving me error. Anil Mamede |
|
From: Dmitry <ju...@ma...> - 2006-03-23 12:33:16
|
Hello everybody, I'm originally from Belarus, it's one of ex SU republics. Due to my job I'm travelling a lot around the world and actually I'm in Taiwan. So, I'm a software engineer with specialization in industrial process automation area looking forward to learn more about C/C++ programming for the POSIX systems. It is also my first sourceforge project :) Nice to hear from you All. -- Best regards, Dmitry mailto:ju...@ma... |
|
From: Khanh N. <kin...@ya...> - 2006-03-23 10:36:11
|
Interestingly enough, I am about 1 hour and a half away from Washington D.C and will be in D.C this weekend for the cherry blossom thingy. I am a native of Vietnam, currently studying at Math and Computer Science. Will be finishing the degrees next year. This is also my first sourceforge project, so ..... Glad to join the team. kn --------------------------------- Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice. |
|
From: Anil M. <am...@me...> - 2006-03-23 10:20:17
|
I'm from Portugal. Right now i'm finishing a degree about computer engineering. Anil Mamede |
|
From: graeme f. <fos...@gm...> - 2006-03-22 18:06:29
|
Greetings, A big thank you to everyone who has expressed an interest in working on thi= s project. What I have done so far is set up and made you all members of this mailing list. Added you all as developers onto the project and sent most of you details of how to get the program compiles and running. Later I will send out an update of that email with any modifications that are required, until then here is a starter... 1. Download the source from the cvs (using the tag graeme) 2. Download QT4 3. Compile, I do have some notes on the CVS for compiling using kdevelop, these may help! At this stage if you manage to get it to compile then well done - unfortunately it will not run without two other tasks being done: 1. Set up the database 2. install the initial config file More about the above two tasks later. For now let me introduce you all: 1. Anil Mamede 2. Kit 3. KhanhNguyen 4. Dmitry I'm of course graeme and I think it wold be great if we introduced ourselves, so I'll get the ball rolling, I'll keep it brief but you can ask for more gory detail if you want! I'm originally from the UK but I am currently living in Washington DC where my partner is working, and I'm trying to breath a little life into this project. Prior to coming here I was working as a lecturer in Computer Science in Bhutan (a little kingdom in the Himalayas), I have also worked i= n Papua New Guinea, New Zealand and of course the UK. This is my first sourceforge project so I'm sure that I will make some mistakes, hopefully not too many and I trust that you will be patient when you point them out t= o me. Well I said I'd keep it short, welcome aboard and I hope to hear more from you all, graeme. |